Skip to content

Commit

Permalink
chore(deps): upgrade to Aurelia-Slickgrid 8.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 6, 2024
1 parent ae9654c commit b6ef616
Show file tree
Hide file tree
Showing 6 changed files with 366 additions and 348 deletions.
328 changes: 167 additions & 161 deletions webpack-bs5-demo-with-locales/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions webpack-bs5-demo-with-locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"@aurelia/router": "^2.0.0-beta.19",
"@formkit/tempo": "^0.1.2",
"@popperjs/core": "^2.11.8",
"@slickgrid-universal/composite-editor-component": "^5.3.2",
"@slickgrid-universal/custom-tooltip-plugin": "^5.3.2",
"@slickgrid-universal/excel-export": "^5.3.2",
"@slickgrid-universal/graphql": "^5.3.2",
"@slickgrid-universal/odata": "^5.3.2",
"@slickgrid-universal/rxjs-observable": "^5.3.2",
"@slickgrid-universal/text-export": "^5.3.2",
"@slickgrid-universal/composite-editor-component": "^5.3.3",
"@slickgrid-universal/custom-tooltip-plugin": "^5.3.3",
"@slickgrid-universal/excel-export": "^5.3.3",
"@slickgrid-universal/graphql": "^5.3.3",
"@slickgrid-universal/odata": "^5.3.3",
"@slickgrid-universal/rxjs-observable": "^5.3.3",
"@slickgrid-universal/text-export": "^5.3.3",
"aurelia": "^2.0.0-beta.19",
"aurelia-slickgrid": "^8.3.0",
"aurelia-slickgrid": "^8.3.1",
"bootstrap": "^5.3.3",
"dompurify": "^3.1.5",
"dompurify": "^3.1.6",
"fetch-jsonp": "^1.3.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.3"
Expand All @@ -46,7 +46,7 @@
"@fnando/sparkline": "^0.3.10",
"@types/bluebird": "^3.5.42",
"@types/fnando__sparkline": "^0.3.7",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/webpack": "^5.28.5",
"aurelia-polyfills": "^1.3.4",
"autoprefixer": "^10.4.19",
Expand All @@ -61,7 +61,7 @@
"mini-css-extract-plugin": "^2.9.0",
"minimatch": "^9.0.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-loader": "^8.1.1",
"promise-polyfill": "^8.3.0",
"sass": "^1.77.6",
Expand All @@ -71,7 +71,7 @@
"tree-kill": "^1.2.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"webpack": "^5.92.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class Example30 {
model: Editors.date,
editorOptions: {
range: { min: 'today' },

// if we want to preload the date picker with a different date,
// we could do it by assigning settings.seleted.dates
// NOTE: vanilla-calendar doesn't automatically focus the picker to the year/month and you need to do it yourself
Expand Down Expand Up @@ -441,6 +441,9 @@ export class Example30 {
},
// when using the cellMenu, you can change some of the default options and all use some of the callback methods
enableCellMenu: true,
cellMenu: {
activateCellOnMenuClick: true, // this is important to know which row index to use for Composite Editor
},
gridMenu: {
hideToggleDarkModeCommand: false, // hidden by default
onCommand: (_, args) => {
Expand Down
Loading

0 comments on commit b6ef616

Please sign in to comment.