-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new optional
filterShortcuts
to Column Filter (#1223)
* feat: add new optional `filterShortcuts` to Column Filter
- Loading branch information
1 parent
3e74491
commit d4b1e28
Showing
19 changed files
with
833 additions
and
528 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,23 +40,23 @@ | |
}, | ||
"devDependencies": { | ||
"@4tw/cypress-drag-drop": "^2.2.5", | ||
"@aurelia/fetch-client": "^2.0.0-beta.18", | ||
"@aurelia/platform": "^2.0.0-beta.18", | ||
"@aurelia/platform-browser": "^2.0.0-beta.18", | ||
"@aurelia/fetch-client": "^2.0.0-beta.19", | ||
"@aurelia/platform": "^2.0.0-beta.19", | ||
"@aurelia/platform-browser": "^2.0.0-beta.19", | ||
"@formkit/tempo": "^0.1.1", | ||
"@jest/types": "^29.6.3", | ||
"@lerna-lite/cli": "^3.5.1", | ||
"@lerna-lite/publish": "^3.5.1", | ||
"@lerna-lite/publish": "^3.5.2", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.14.2", | ||
"@types/node": "^20.14.4", | ||
"conventional-changelog-conventionalcommits": "^7.0.2", | ||
"cross-env": "^7.0.3", | ||
"cypress": "^13.11.0", | ||
"cypress-real-events": "^1.12.0", | ||
"eslint": "^9.4.0", | ||
"cypress-real-events": "^1.13.0", | ||
"eslint": "^9.5.0", | ||
"eslint-plugin-cypress": "^3.3.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-n": "^17.8.1", | ||
"eslint-plugin-n": "^17.9.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.7.0", | ||
"jest-cli": "^29.7.0", | ||
|
@@ -67,9 +67,9 @@ | |
"npm-run-all2": "^6.2.0", | ||
"pnpm": "^8.15.8", | ||
"rimraf": "^5.0.7", | ||
"ts-jest": "^29.1.4", | ||
"ts-jest": "^29.1.5", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.12.0" | ||
"typescript-eslint": "^7.13.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.