@syncfusion/ej2-angular-kanban 20.3.49 → 20.3.56-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 (86) hide show
  1. package/@syncfusion/ej2-angular-kanban.es5.js +355 -0
  2. package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-kanban.js +323 -0
  4. package/@syncfusion/ej2-angular-kanban.js.map +1 -0
  5. package/CHANGELOG.md +416 -0
  6. package/dist/ej2-angular-kanban.umd.js +397 -0
  7. package/dist/ej2-angular-kanban.umd.js.map +1 -0
  8. package/dist/ej2-angular-kanban.umd.min.js +11 -0
  9. package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
  10. package/ej2-angular-kanban.d.ts +5 -0
  11. package/ej2-angular-kanban.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/kanban/columns.directive.d.ts +0 -5
  18. package/src/kanban/kanban-all.module.d.ts +0 -6
  19. package/src/kanban/kanban.component.d.ts +0 -3
  20. package/src/kanban/kanban.module.d.ts +0 -8
  21. package/src/kanban/stackedheaders.directive.d.ts +0 -5
  22. package/styles/kanban/bootstrap-dark.scss +1 -15
  23. package/styles/kanban/bootstrap.scss +1 -15
  24. package/styles/kanban/bootstrap4.scss +1 -15
  25. package/styles/kanban/bootstrap5-dark.scss +1 -15
  26. package/styles/kanban/bootstrap5.scss +1 -15
  27. package/styles/kanban/fabric-dark.scss +1 -15
  28. package/styles/kanban/fabric.scss +1 -15
  29. package/styles/kanban/fluent-dark.scss +1 -15
  30. package/styles/kanban/fluent.scss +1 -15
  31. package/styles/kanban/highcontrast-light.scss +1 -15
  32. package/styles/kanban/highcontrast.scss +1 -15
  33. package/styles/kanban/material-dark.scss +1 -15
  34. package/styles/kanban/material.scss +1 -15
  35. package/styles/kanban/tailwind-dark.scss +1 -15
  36. package/styles/kanban/tailwind.scss +1 -15
  37. package/esm2020/public_api.mjs +0 -3
  38. package/esm2020/src/index.mjs +0 -7
  39. package/esm2020/src/kanban/columns.directive.mjs +0 -66
  40. package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
  41. package/esm2020/src/kanban/kanban.component.mjs +0 -100
  42. package/esm2020/src/kanban/kanban.module.mjs +0 -43
  43. package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
  44. package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
  45. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -279
  46. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  47. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -279
  48. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
  49. package/styles/kanban/_all.scss +0 -2
  50. package/styles/kanban/_bootstrap-dark-definition.scss +0 -224
  51. package/styles/kanban/_bootstrap-definition.scss +0 -223
  52. package/styles/kanban/_bootstrap4-definition.scss +0 -224
  53. package/styles/kanban/_bootstrap5-dark-definition.scss +0 -1
  54. package/styles/kanban/_bootstrap5-definition.scss +0 -233
  55. package/styles/kanban/_fabric-dark-definition.scss +0 -223
  56. package/styles/kanban/_fabric-definition.scss +0 -223
  57. package/styles/kanban/_fluent-dark-definition.scss +0 -1
  58. package/styles/kanban/_fluent-definition.scss +0 -225
  59. package/styles/kanban/_fusionnew-definition.scss +0 -233
  60. package/styles/kanban/_highcontrast-definition.scss +0 -224
  61. package/styles/kanban/_highcontrast-light-definition.scss +0 -224
  62. package/styles/kanban/_layout.scss +0 -976
  63. package/styles/kanban/_material-dark-definition.scss +0 -223
  64. package/styles/kanban/_material-definition.scss +0 -223
  65. package/styles/kanban/_material3-definition.scss +0 -233
  66. package/styles/kanban/_tailwind-dark-definition.scss +0 -1
  67. package/styles/kanban/_tailwind-definition.scss +0 -234
  68. package/styles/kanban/_theme.scss +0 -148
  69. package/styles/kanban/icons/_bootstrap-dark.scss +0 -47
  70. package/styles/kanban/icons/_bootstrap.scss +0 -47
  71. package/styles/kanban/icons/_bootstrap4.scss +0 -47
  72. package/styles/kanban/icons/_bootstrap5-dark.scss +0 -1
  73. package/styles/kanban/icons/_bootstrap5.scss +0 -47
  74. package/styles/kanban/icons/_fabric-dark.scss +0 -47
  75. package/styles/kanban/icons/_fabric.scss +0 -47
  76. package/styles/kanban/icons/_fluent-dark.scss +0 -1
  77. package/styles/kanban/icons/_fluent.scss +0 -47
  78. package/styles/kanban/icons/_fusionnew.scss +0 -47
  79. package/styles/kanban/icons/_highcontrast-light.scss +0 -47
  80. package/styles/kanban/icons/_highcontrast.scss +0 -47
  81. package/styles/kanban/icons/_material-dark.scss +0 -47
  82. package/styles/kanban/icons/_material.scss +0 -47
  83. package/styles/kanban/icons/_material3.scss +0 -47
  84. package/styles/kanban/icons/_tailwind-dark.scss +0 -1
  85. package/styles/kanban/icons/_tailwind.scss +0 -47
  86. package/syncfusion-ej2-angular-kanban.d.ts +0 -5
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1 +0,0 @@
1
- @import './bootstrap5.scss';
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1 +0,0 @@
1
- @import './fluent.scss';
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1,47 +0,0 @@
1
- @include export-module('kanban-material-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
- }
@@ -1,47 +0,0 @@
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
- }
@@ -1 +0,0 @@
1
- @import './tailwind.scss';
@@ -1,47 +0,0 @@
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
- }
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@syncfusion/ej2-angular-kanban" />
5
- export * from './public_api';