@syncfusion/ej2-angular-kanban 20.4.44-ngcc → 20.4.44

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 (83) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +7 -0
  3. package/esm2020/src/kanban/columns.directive.mjs +66 -0
  4. package/esm2020/src/kanban/kanban-all.module.mjs +23 -0
  5. package/esm2020/src/kanban/kanban.component.mjs +100 -0
  6. package/esm2020/src/kanban/kanban.module.mjs +43 -0
  7. package/esm2020/src/kanban/stackedheaders.directive.mjs +58 -0
  8. package/esm2020/syncfusion-ej2-angular-kanban.mjs +5 -0
  9. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +279 -0
  10. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +1 -0
  11. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +279 -0
  12. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +1 -0
  13. package/package.json +26 -12
  14. package/src/kanban/columns.directive.d.ts +5 -0
  15. package/src/kanban/kanban-all.module.d.ts +6 -0
  16. package/src/kanban/kanban.component.d.ts +3 -0
  17. package/src/kanban/kanban.module.d.ts +8 -0
  18. package/src/kanban/stackedheaders.directive.d.ts +5 -0
  19. package/styles/kanban/_all.scss +2 -0
  20. package/styles/kanban/_bootstrap-dark-definition.scss +224 -0
  21. package/styles/kanban/_bootstrap-definition.scss +223 -0
  22. package/styles/kanban/_bootstrap4-definition.scss +224 -0
  23. package/styles/kanban/_bootstrap5-dark-definition.scss +1 -0
  24. package/styles/kanban/_bootstrap5-definition.scss +233 -0
  25. package/styles/kanban/_fabric-dark-definition.scss +223 -0
  26. package/styles/kanban/_fabric-definition.scss +223 -0
  27. package/styles/kanban/_fluent-dark-definition.scss +1 -0
  28. package/styles/kanban/_fluent-definition.scss +225 -0
  29. package/styles/kanban/_fusionnew-definition.scss +233 -0
  30. package/styles/kanban/_highcontrast-definition.scss +224 -0
  31. package/styles/kanban/_highcontrast-light-definition.scss +224 -0
  32. package/styles/kanban/_layout.scss +976 -0
  33. package/styles/kanban/_material-dark-definition.scss +223 -0
  34. package/styles/kanban/_material-definition.scss +223 -0
  35. package/styles/kanban/_material3-definition.scss +233 -0
  36. package/styles/kanban/_tailwind-dark-definition.scss +1 -0
  37. package/styles/kanban/_tailwind-definition.scss +234 -0
  38. package/styles/kanban/_theme.scss +148 -0
  39. package/styles/kanban/bootstrap-dark.scss +15 -1
  40. package/styles/kanban/bootstrap.scss +15 -1
  41. package/styles/kanban/bootstrap4.scss +15 -1
  42. package/styles/kanban/bootstrap5-dark.scss +15 -1
  43. package/styles/kanban/bootstrap5.scss +15 -1
  44. package/styles/kanban/fabric-dark.scss +15 -1
  45. package/styles/kanban/fabric.scss +15 -1
  46. package/styles/kanban/fluent-dark.scss +15 -1
  47. package/styles/kanban/fluent.scss +15 -1
  48. package/styles/kanban/highcontrast-light.scss +15 -1
  49. package/styles/kanban/highcontrast.scss +15 -1
  50. package/styles/kanban/icons/_bootstrap-dark.scss +47 -0
  51. package/styles/kanban/icons/_bootstrap.scss +47 -0
  52. package/styles/kanban/icons/_bootstrap4.scss +47 -0
  53. package/styles/kanban/icons/_bootstrap5-dark.scss +1 -0
  54. package/styles/kanban/icons/_bootstrap5.scss +47 -0
  55. package/styles/kanban/icons/_fabric-dark.scss +47 -0
  56. package/styles/kanban/icons/_fabric.scss +47 -0
  57. package/styles/kanban/icons/_fluent-dark.scss +1 -0
  58. package/styles/kanban/icons/_fluent.scss +47 -0
  59. package/styles/kanban/icons/_fusionnew.scss +47 -0
  60. package/styles/kanban/icons/_highcontrast-light.scss +47 -0
  61. package/styles/kanban/icons/_highcontrast.scss +47 -0
  62. package/styles/kanban/icons/_material-dark.scss +47 -0
  63. package/styles/kanban/icons/_material.scss +47 -0
  64. package/styles/kanban/icons/_material3.scss +47 -0
  65. package/styles/kanban/icons/_tailwind-dark.scss +1 -0
  66. package/styles/kanban/icons/_tailwind.scss +47 -0
  67. package/styles/kanban/material-dark.scss +15 -1
  68. package/styles/kanban/material.scss +15 -1
  69. package/styles/kanban/tailwind-dark.scss +15 -1
  70. package/styles/kanban/tailwind.scss +15 -1
  71. package/syncfusion-ej2-angular-kanban.d.ts +5 -0
  72. package/@syncfusion/ej2-angular-kanban.es5.js +0 -355
  73. package/@syncfusion/ej2-angular-kanban.es5.js.map +0 -1
  74. package/@syncfusion/ej2-angular-kanban.js +0 -323
  75. package/@syncfusion/ej2-angular-kanban.js.map +0 -1
  76. package/CHANGELOG.md +0 -422
  77. package/dist/ej2-angular-kanban.umd.js +0 -397
  78. package/dist/ej2-angular-kanban.umd.js.map +0 -1
  79. package/dist/ej2-angular-kanban.umd.min.js +0 -11
  80. package/dist/ej2-angular-kanban.umd.min.js.map +0 -1
  81. package/ej2-angular-kanban.d.ts +0 -5
  82. package/ej2-angular-kanban.metadata.json +0 -1
  83. package/postinstall/tagchange.js +0 -18
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/bootstrap5-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/bootstrap5-dark-definition.scss';
7
+ @import 'ej2-layouts/styles/card/bootstrap5-dark-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/bootstrap5-dark-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/bootstrap5-dark-definition.scss';
10
+ @import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
13
+ @import 'bootstrap5-dark-definition.scss';
14
+ @import 'icons/bootstrap5-dark.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/bootstrap5.scss';
1
+ @import 'ej2-base/styles/bootstrap5-definition.scss';
2
+ @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/bootstrap5-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap5-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/bootstrap5-definition.scss';
7
+ @import 'ej2-layouts/styles/card/bootstrap5-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/bootstrap5-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/bootstrap5-definition.scss';
10
+ @import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/bootstrap5-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/bootstrap5-definition.scss';
13
+ @import 'bootstrap5-definition.scss';
14
+ @import 'icons/bootstrap5.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/fabric-dark.scss';
1
+ @import 'ej2-base/styles/fabric-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/fabric-dark-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/fabric-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/fabric-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/fabric-dark-definition.scss';
7
+ @import 'ej2-layouts/styles/card/fabric-dark-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/fabric-dark-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/fabric-dark-definition.scss';
10
+ @import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/fabric-dark-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/fabric-dark-definition.scss';
13
+ @import 'fabric-dark-definition.scss';
14
+ @import 'icons/fabric-dark.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/fabric.scss';
1
+ @import 'ej2-base/styles/fabric-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fabric-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/fabric-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/fabric-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/fabric-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/fabric-definition.scss';
7
+ @import 'ej2-layouts/styles/card/fabric-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/fabric-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/fabric-definition.scss';
10
+ @import 'ej2-popups/styles/popup/fabric-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/fabric-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/fabric-definition.scss';
13
+ @import 'fabric-definition.scss';
14
+ @import 'icons/fabric.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/fluent-dark.scss';
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/fluent-dark-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/fluent-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/fluent-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/fluent-dark-definition.scss';
7
+ @import 'ej2-layouts/styles/card/fluent-dark-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/fluent-dark-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/fluent-dark-definition.scss';
10
+ @import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/fluent-dark-definition.scss';
13
+ @import 'fluent-dark-definition.scss';
14
+ @import 'icons/fluent-dark.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/fluent.scss';
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'ej2-buttons/styles/button/fluent-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/fluent-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/fluent-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/fluent-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/fluent-definition.scss';
7
+ @import 'ej2-layouts/styles/card/fluent-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/fluent-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/fluent-definition.scss';
10
+ @import 'ej2-popups/styles/popup/fluent-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/fluent-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/fluent-definition.scss';
13
+ @import 'fluent-definition.scss';
14
+ @import 'icons/fluent.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/highcontrast-light.scss';
1
+ @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
+ @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/highcontrast-light-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/highcontrast-light-definition.scss';
7
+ @import 'ej2-layouts/styles/card/highcontrast-light-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/highcontrast-light-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/highcontrast-light-definition.scss';
10
+ @import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/highcontrast-light-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/highcontrast-light-definition.scss';
13
+ @import 'highcontrast-light-definition.scss';
14
+ @import 'icons/highcontrast-light.scss';
15
+ @import 'all.scss';
@@ -1 +1,15 @@
1
- @import 'ej2-kanban/styles/kanban/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
3
+ @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition.scss';
4
+ @import 'ej2-dropdowns/styles/multi-select/highcontrast-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/highcontrast-definition.scss';
6
+ @import 'ej2-inputs/styles/textbox/highcontrast-definition.scss';
7
+ @import 'ej2-layouts/styles/card/highcontrast-definition.scss';
8
+ @import 'ej2-navigations/styles/treeview/highcontrast-definition.scss';
9
+ @import 'ej2-popups/styles/dialog/highcontrast-definition.scss';
10
+ @import 'ej2-popups/styles/popup/highcontrast-definition.scss';
11
+ @import 'ej2-popups/styles/spinner/highcontrast-definition.scss';
12
+ @import 'ej2-popups/styles/tooltip/highcontrast-definition.scss';
13
+ @import 'highcontrast-definition.scss';
14
+ @import 'icons/highcontrast.scss';
15
+ @import 'all.scss';
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-bootstrap-dark-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e654';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e653';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e823';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e941';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e654';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e653';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e96c';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-bootstrap-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e654';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e653';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e823';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e941';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e654';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e653';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e96c';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-bootstrap4-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e70d';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e76a';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e705';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e76a';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e759';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e7cd';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e70d';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e76a';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e70d';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e745';
46
+ }
47
+ }
@@ -0,0 +1 @@
1
+ @import './bootstrap5.scss';
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-bootstrap-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e765';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e748';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e729';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e748';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e805';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e799';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e765';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e748';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e765';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e7e7';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-fabric-dark-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e98f';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e219';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e7d5';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e94c';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e98f';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e219';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e953';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-fabric-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e98f';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e219';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e7d5';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e94c';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e98f';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e219';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e953';
46
+ }
47
+ }
@@ -0,0 +1 @@
1
+ @import './fluent.scss';
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-bootstrap-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e765';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e748';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e729';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e748';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e805';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e799';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e765';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e748';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e765';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e7e7';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-bootstrap-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e765';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e748';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e729';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e748';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e805';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e799';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e765';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e748';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e765';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e7e7';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-highcontrast-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e98f';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e219';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e7d5';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e94c';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e98f';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e219';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e953';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-highcontrast-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e98f';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e219';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e7d5';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e94c';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e98f';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e219';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e953';
46
+ }
47
+ }
@@ -0,0 +1,47 @@
1
+ @include export-module('kanban-material-dark-icons') {
2
+ .e-kanban {
3
+ .e-column-expand::before {
4
+ content: '\e937';
5
+ }
6
+
7
+ .e-column-collapse::before {
8
+ content: '\e956';
9
+ }
10
+
11
+ .e-swimlane-row-expand::before {
12
+ content: '\e652';
13
+ }
14
+
15
+ .e-swimlane-row-collapse::before {
16
+ content: '\e653';
17
+ }
18
+
19
+ .e-show-add-icon::before {
20
+ content: '\e823';
21
+ }
22
+
23
+ .e-swimlane-header-toolbar {
24
+ & .e-icon-menu::before {
25
+ content: '\e99a';
26
+ }
27
+ }
28
+
29
+ &.e-rtl {
30
+ .e-column-collapse::before {
31
+ content: '\e937';
32
+ }
33
+
34
+ .e-column-expand::before {
35
+ content: '\e956';
36
+ }
37
+
38
+ .e-swimlane-row-collapse::before {
39
+ content: '\e654';
40
+ }
41
+ }
42
+ }
43
+
44
+ .e-mobile-popup-wrapper .e-close-icon::before {
45
+ content: '\e7fc';
46
+ }
47
+ }