@syncfusion/ej2-angular-kanban 23.2.4-ngcc → 24.1.41-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/ej2-angular-kanban.umd.js +1 -1
  3. package/dist/ej2-angular-kanban.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.js +2 -2
  6. package/schematics/utils/lib-details.ts +2 -2
  7. package/styles/bootstrap-dark.css +1 -1144
  8. package/styles/bootstrap.css +1 -1137
  9. package/styles/bootstrap4.css +1 -1246
  10. package/styles/bootstrap5-dark.css +1 -1208
  11. package/styles/bootstrap5.css +1 -1208
  12. package/styles/fabric-dark.css +1 -1112
  13. package/styles/fabric.css +1 -1100
  14. package/styles/fluent-dark.css +1 -1170
  15. package/styles/fluent.css +1 -1170
  16. package/styles/highcontrast-light.css +1 -1183
  17. package/styles/highcontrast.css +1 -1191
  18. package/styles/kanban/bootstrap-dark.css +1 -1144
  19. package/styles/kanban/bootstrap.css +1 -1137
  20. package/styles/kanban/bootstrap4.css +1 -1246
  21. package/styles/kanban/bootstrap5-dark.css +1 -1208
  22. package/styles/kanban/bootstrap5.css +1 -1208
  23. package/styles/kanban/fabric-dark.css +1 -1112
  24. package/styles/kanban/fabric.css +1 -1100
  25. package/styles/kanban/fluent-dark.css +1 -1170
  26. package/styles/kanban/fluent.css +1 -1170
  27. package/styles/kanban/highcontrast-light.css +1 -1183
  28. package/styles/kanban/highcontrast.css +1 -1191
  29. package/styles/kanban/material-dark.css +1 -1112
  30. package/styles/kanban/material.css +1 -1136
  31. package/styles/kanban/material3-dark.css +1 -1201
  32. package/styles/kanban/material3.css +1 -1257
  33. package/styles/kanban/tailwind-dark.css +1 -1143
  34. package/styles/kanban/tailwind.css +1 -1143
  35. package/styles/material-dark.css +1 -1112
  36. package/styles/material.css +1 -1136
  37. package/styles/material3-dark.css +1 -1201
  38. package/styles/material3.css +1 -1257
  39. package/styles/tailwind-dark.css +1 -1143
  40. package/styles/tailwind.css +1 -1143
package/CHANGELOG.md CHANGED
@@ -6,9 +6,20 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - Now the Kanban Header table will have `tbody` element and the Kanban Content table will have `thead` element to improve the accessibility.
10
+
11
+ ## 23.2.4 (2023-11-20)
12
+
13
+ ### Kanban
14
+
15
+ #### Bug Fixes
16
+
9
17
  `#I513537` - Now, localization of the "Cards" text was done. When you drag the multiple cards, it show up.
10
18
 
11
19
 
20
+ `#I515897` - Now, when the `cancel` argument is set to true in the `dialogClose` event in the kanban, it works properly.
21
+
22
+
12
23
  ## 23.1.36 (2023-09-15)
13
24
 
14
25
  ### Kanban
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-kanban.umd.js
3
- * version : 23.2.4
3
+ * version : 24.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-kanban.umd.min.js
3
- * version : 23.2.4
3
+ * version : 24.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-kanban@*",
3
3
  "_id": "@syncfusion/ej2-angular-kanban@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-bbXK4Qe0iA5kGwGl+2OnnFps/Wzw6cgacqBxkOmmCOWaKpz7rTgb0TMT5WemMClREV96UBe6z0zGu6LMr5LJ+w==",
5
+ "_integrity": "sha512-VQ8wdGIK8wnrs7ohiShR9gU1ITjVbONHK1baholdk7urxz6b02xHgSy4gfji5oe18Hqah6eg9uXlRFi0zSpupA==",
6
6
  "_location": "/@syncfusion/ej2-angular-kanban",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-23.1.36.tgz",
23
- "_shasum": "73ce17af6bedfec52e0af4211910d3ee108ec523",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-23.1.36.tgz",
23
+ "_shasum": "13cec28d28904c2f17af6c419615642a2ff8cf02",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.2.4",
35
- "@syncfusion/ej2-base": "~23.2.4",
36
- "@syncfusion/ej2-kanban": "23.2.4"
34
+ "@syncfusion/ej2-angular-base": "~24.1.41",
35
+ "@syncfusion/ej2-base": "~24.1.41",
36
+ "@syncfusion/ej2-kanban": "24.1.41"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
@@ -59,5 +59,5 @@
59
59
  "schematics": "./schematics/collection.json",
60
60
  "sideEffects": false,
61
61
  "typings": "ej2-angular-kanban.d.ts",
62
- "version": "23.2.4-ngcc"
62
+ "version": "24.1.41-ngcc"
63
63
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-kanban';
4
- exports.pkgVer = '^23.2.4';
4
+ exports.pkgVer = '^24.1.41';
5
5
  exports.moduleName = 'KanbanModule';
6
- exports.themeVer = '~23.2.4';
6
+ exports.themeVer = '~24.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^23.2.4';
2
+ export const pkgVer = '^24.1.41';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~23.2.4';
4
+ export const themeVer = '~24.1.41';