@syncfusion/ej2-angular-kanban 20.2.44 → 20.2.45-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.
- package/@syncfusion/ej2-angular-kanban.es5.js +355 -0
- package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-kanban.js +323 -0
- package/@syncfusion/ej2-angular-kanban.js.map +1 -0
- package/CHANGELOG.md +408 -0
- package/dist/ej2-angular-kanban.umd.js +397 -0
- package/dist/ej2-angular-kanban.umd.js.map +1 -0
- package/dist/ej2-angular-kanban.umd.min.js +11 -0
- package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
- package/ej2-angular-kanban.d.ts +5 -0
- package/ej2-angular-kanban.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/kanban/columns.directive.d.ts +0 -5
- package/src/kanban/kanban-all.module.d.ts +0 -6
- package/src/kanban/kanban.component.d.ts +0 -3
- package/src/kanban/kanban.module.d.ts +0 -8
- package/src/kanban/stackedheaders.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +12 -14
- package/styles/bootstrap.css +4 -6
- package/styles/bootstrap4.css +3 -6
- package/styles/bootstrap5-dark.css +5 -8
- package/styles/bootstrap5.css +5 -8
- package/styles/fabric-dark.css +5 -7
- package/styles/fabric.css +5 -7
- package/styles/fluent-dark.css +4 -7
- package/styles/fluent.css +4 -7
- package/styles/highcontrast-light.css +5 -10
- package/styles/highcontrast.css +5 -10
- package/styles/kanban/bootstrap-dark.css +12 -14
- package/styles/kanban/bootstrap-dark.scss +1 -15
- package/styles/kanban/bootstrap.css +4 -6
- package/styles/kanban/bootstrap.scss +1 -15
- package/styles/kanban/bootstrap4.css +3 -6
- package/styles/kanban/bootstrap4.scss +1 -15
- package/styles/kanban/bootstrap5-dark.css +5 -8
- package/styles/kanban/bootstrap5-dark.scss +1 -15
- package/styles/kanban/bootstrap5.css +5 -8
- package/styles/kanban/bootstrap5.scss +1 -15
- package/styles/kanban/fabric-dark.css +5 -7
- package/styles/kanban/fabric-dark.scss +1 -15
- package/styles/kanban/fabric.css +5 -7
- package/styles/kanban/fabric.scss +1 -15
- package/styles/kanban/fluent-dark.css +4 -7
- package/styles/kanban/fluent-dark.scss +1 -15
- package/styles/kanban/fluent.css +4 -7
- package/styles/kanban/fluent.scss +1 -15
- package/styles/kanban/highcontrast-light.css +5 -10
- package/styles/kanban/highcontrast-light.scss +1 -15
- package/styles/kanban/highcontrast.css +5 -10
- package/styles/kanban/highcontrast.scss +1 -15
- package/styles/kanban/material-dark.css +18 -20
- package/styles/kanban/material-dark.scss +1 -15
- package/styles/kanban/material.css +4 -6
- package/styles/kanban/material.scss +1 -15
- package/styles/kanban/tailwind-dark.css +5 -8
- package/styles/kanban/tailwind-dark.scss +1 -15
- package/styles/kanban/tailwind.css +5 -8
- package/styles/kanban/tailwind.scss +1 -15
- package/styles/material-dark.css +18 -20
- package/styles/material.css +4 -6
- package/styles/tailwind-dark.css +5 -8
- package/styles/tailwind.css +5 -8
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -7
- package/esm2020/src/kanban/columns.directive.mjs +0 -66
- package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
- package/esm2020/src/kanban/kanban.component.mjs +0 -100
- package/esm2020/src/kanban/kanban.module.mjs +0 -43
- package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
- package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -279
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -279
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/styles/kanban/_all.scss +0 -2
- package/styles/kanban/_bootstrap-dark-definition.scss +0 -224
- package/styles/kanban/_bootstrap-definition.scss +0 -223
- package/styles/kanban/_bootstrap4-definition.scss +0 -224
- package/styles/kanban/_bootstrap5-dark-definition.scss +0 -1
- package/styles/kanban/_bootstrap5-definition.scss +0 -233
- package/styles/kanban/_fabric-dark-definition.scss +0 -223
- package/styles/kanban/_fabric-definition.scss +0 -223
- package/styles/kanban/_fluent-dark-definition.scss +0 -1
- package/styles/kanban/_fluent-definition.scss +0 -225
- package/styles/kanban/_fusionnew-definition.scss +0 -233
- package/styles/kanban/_highcontrast-definition.scss +0 -224
- package/styles/kanban/_highcontrast-light-definition.scss +0 -224
- package/styles/kanban/_layout.scss +0 -976
- package/styles/kanban/_material-dark-definition.scss +0 -223
- package/styles/kanban/_material-definition.scss +0 -223
- package/styles/kanban/_material3-definition.scss +0 -233
- package/styles/kanban/_tailwind-dark-definition.scss +0 -1
- package/styles/kanban/_tailwind-definition.scss +0 -234
- package/styles/kanban/_theme.scss +0 -148
- package/styles/kanban/icons/_bootstrap-dark.scss +0 -47
- package/styles/kanban/icons/_bootstrap.scss +0 -47
- package/styles/kanban/icons/_bootstrap4.scss +0 -47
- package/styles/kanban/icons/_bootstrap5-dark.scss +0 -1
- package/styles/kanban/icons/_bootstrap5.scss +0 -47
- package/styles/kanban/icons/_fabric-dark.scss +0 -47
- package/styles/kanban/icons/_fabric.scss +0 -47
- package/styles/kanban/icons/_fluent-dark.scss +0 -1
- package/styles/kanban/icons/_fluent.scss +0 -47
- package/styles/kanban/icons/_fusionnew.scss +0 -47
- package/styles/kanban/icons/_highcontrast-light.scss +0 -47
- package/styles/kanban/icons/_highcontrast.scss +0 -47
- package/styles/kanban/icons/_material-dark.scss +0 -47
- package/styles/kanban/icons/_material.scss +0 -47
- package/styles/kanban/icons/_material3.scss +0 -47
- package/styles/kanban/icons/_tailwind-dark.scss +0 -1
- package/styles/kanban/icons/_tailwind.scss +0 -47
- package/syncfusion-ej2-angular-kanban.d.ts +0 -5
package/styles/kanban/fabric.css
CHANGED
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
margin: 2px 2px 2px 0;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
|
|
95
|
-
/* stylelint-disable */
|
|
96
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
94
|
+
/*! component's theme wise override material-definitions and variables */ /*! TreeView's fabric theme wise override definitions and variables */
|
|
97
95
|
@keyframes material-spinner-rotate {
|
|
98
96
|
0% {
|
|
99
97
|
transform: rotate(0);
|
|
@@ -178,7 +176,7 @@
|
|
|
178
176
|
}
|
|
179
177
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
180
178
|
font-size: 14px;
|
|
181
|
-
font-weight:
|
|
179
|
+
font-weight: 400;
|
|
182
180
|
line-height: 20px;
|
|
183
181
|
padding: 2px;
|
|
184
182
|
}
|
|
@@ -368,7 +366,7 @@
|
|
|
368
366
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
369
367
|
display: inline-block;
|
|
370
368
|
font-size: 13px;
|
|
371
|
-
font-weight:
|
|
369
|
+
font-weight: 400;
|
|
372
370
|
opacity: 0.57;
|
|
373
371
|
}
|
|
374
372
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -604,7 +602,7 @@
|
|
|
604
602
|
}
|
|
605
603
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
606
604
|
font-size: 14px;
|
|
607
|
-
font-weight:
|
|
605
|
+
font-weight: 400;
|
|
608
606
|
line-height: 20px;
|
|
609
607
|
padding: 2px;
|
|
610
608
|
}
|
|
@@ -1074,7 +1072,7 @@
|
|
|
1074
1072
|
background-color: initial;
|
|
1075
1073
|
color: #333;
|
|
1076
1074
|
min-width: 70%;
|
|
1077
|
-
font-weight:
|
|
1075
|
+
font-weight: 400;
|
|
1078
1076
|
}
|
|
1079
1077
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1080
1078
|
box-shadow: none;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-kanban/styles/kanban/fabric.scss';
|
|
@@ -159,10 +159,7 @@
|
|
|
159
159
|
border-left-width: 0;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
|
|
163
|
-
/* stylelint-disable */
|
|
164
|
-
/* stylelint-disable-line no-empty-source */
|
|
165
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
162
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
166
163
|
@keyframes material-spinner-rotate {
|
|
167
164
|
0% {
|
|
168
165
|
transform: rotate(0);
|
|
@@ -246,7 +243,7 @@
|
|
|
246
243
|
}
|
|
247
244
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
248
245
|
font-size: 14px;
|
|
249
|
-
font-weight:
|
|
246
|
+
font-weight: 400;
|
|
250
247
|
line-height: 1.5;
|
|
251
248
|
padding: 0 0 0 8px;
|
|
252
249
|
}
|
|
@@ -436,7 +433,7 @@
|
|
|
436
433
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
437
434
|
display: inline-block;
|
|
438
435
|
font-size: 13px;
|
|
439
|
-
font-weight:
|
|
436
|
+
font-weight: 400;
|
|
440
437
|
opacity: 0.57;
|
|
441
438
|
}
|
|
442
439
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -672,7 +669,7 @@
|
|
|
672
669
|
}
|
|
673
670
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
674
671
|
font-size: 14px;
|
|
675
|
-
font-weight:
|
|
672
|
+
font-weight: 400;
|
|
676
673
|
line-height: 1.5;
|
|
677
674
|
padding: 2px;
|
|
678
675
|
}
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-kanban/styles/kanban/fluent-dark.scss';
|
package/styles/kanban/fluent.css
CHANGED
|
@@ -159,10 +159,7 @@
|
|
|
159
159
|
border-left-width: 0;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
|
|
163
|
-
/* stylelint-disable */
|
|
164
|
-
/* stylelint-disable-line no-empty-source */
|
|
165
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
162
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
166
163
|
@keyframes material-spinner-rotate {
|
|
167
164
|
0% {
|
|
168
165
|
transform: rotate(0);
|
|
@@ -246,7 +243,7 @@
|
|
|
246
243
|
}
|
|
247
244
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
248
245
|
font-size: 14px;
|
|
249
|
-
font-weight:
|
|
246
|
+
font-weight: 400;
|
|
250
247
|
line-height: 1.5;
|
|
251
248
|
padding: 0 0 0 8px;
|
|
252
249
|
}
|
|
@@ -436,7 +433,7 @@
|
|
|
436
433
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
437
434
|
display: inline-block;
|
|
438
435
|
font-size: 13px;
|
|
439
|
-
font-weight:
|
|
436
|
+
font-weight: 400;
|
|
440
437
|
opacity: 0.57;
|
|
441
438
|
}
|
|
442
439
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -672,7 +669,7 @@
|
|
|
672
669
|
}
|
|
673
670
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
674
671
|
font-size: 14px;
|
|
675
|
-
font-weight:
|
|
672
|
+
font-weight: 400;
|
|
676
673
|
line-height: 1.5;
|
|
677
674
|
padding: 2px;
|
|
678
675
|
}
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-kanban/styles/kanban/fluent.scss';
|
|
@@ -80,9 +80,6 @@
|
|
|
80
80
|
color: #000;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
-
}
|
|
86
83
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
87
84
|
color: #4f4f4f;
|
|
88
85
|
font-family: inherit;
|
|
@@ -175,10 +172,8 @@
|
|
|
175
172
|
width: 30px;
|
|
176
173
|
}
|
|
177
174
|
|
|
178
|
-
|
|
175
|
+
/*! component's default definitions and variables */
|
|
179
176
|
/*! component's theme wise override material-definitions and variables */
|
|
180
|
-
/* stylelint-disable */
|
|
181
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
182
177
|
@keyframes material-spinner-rotate {
|
|
183
178
|
0% {
|
|
184
179
|
transform: rotate(0);
|
|
@@ -263,7 +258,7 @@
|
|
|
263
258
|
}
|
|
264
259
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
265
260
|
font-size: 14px;
|
|
266
|
-
font-weight:
|
|
261
|
+
font-weight: 400;
|
|
267
262
|
line-height: 20px;
|
|
268
263
|
padding: 2px;
|
|
269
264
|
}
|
|
@@ -453,7 +448,7 @@
|
|
|
453
448
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
454
449
|
display: inline-block;
|
|
455
450
|
font-size: 13px;
|
|
456
|
-
font-weight:
|
|
451
|
+
font-weight: 400;
|
|
457
452
|
opacity: 0.57;
|
|
458
453
|
}
|
|
459
454
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -690,7 +685,7 @@
|
|
|
690
685
|
}
|
|
691
686
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
692
687
|
font-size: 14px;
|
|
693
|
-
font-weight:
|
|
688
|
+
font-weight: 400;
|
|
694
689
|
line-height: 20px;
|
|
695
690
|
padding: 2px;
|
|
696
691
|
}
|
|
@@ -1159,7 +1154,7 @@
|
|
|
1159
1154
|
background-color: initial;
|
|
1160
1155
|
color: #000;
|
|
1161
1156
|
min-width: 70%;
|
|
1162
|
-
font-weight:
|
|
1157
|
+
font-weight: 400;
|
|
1163
1158
|
}
|
|
1164
1159
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1165
1160
|
box-shadow: none;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-kanban/styles/kanban/highcontrast-light.scss';
|
|
@@ -80,9 +80,6 @@
|
|
|
80
80
|
color: #fff;
|
|
81
81
|
top: 12px;
|
|
82
82
|
}
|
|
83
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
84
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
85
|
-
}
|
|
86
83
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
87
84
|
color: #969696;
|
|
88
85
|
font-family: inherit;
|
|
@@ -177,9 +174,7 @@
|
|
|
177
174
|
width: 30px;
|
|
178
175
|
}
|
|
179
176
|
|
|
180
|
-
|
|
181
|
-
/* stylelint-disable */
|
|
182
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
177
|
+
/*! component's theme wise override material-definitions and variables */ /*! TreeView's high contrast theme wise override definitions and variables */
|
|
183
178
|
@keyframes material-spinner-rotate {
|
|
184
179
|
0% {
|
|
185
180
|
transform: rotate(0);
|
|
@@ -264,7 +259,7 @@
|
|
|
264
259
|
}
|
|
265
260
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
266
261
|
font-size: 14px;
|
|
267
|
-
font-weight:
|
|
262
|
+
font-weight: 400;
|
|
268
263
|
line-height: 20px;
|
|
269
264
|
padding: 2px;
|
|
270
265
|
}
|
|
@@ -454,7 +449,7 @@
|
|
|
454
449
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
455
450
|
display: inline-block;
|
|
456
451
|
font-size: 13px;
|
|
457
|
-
font-weight:
|
|
452
|
+
font-weight: 400;
|
|
458
453
|
opacity: 0.57;
|
|
459
454
|
}
|
|
460
455
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -691,7 +686,7 @@
|
|
|
691
686
|
}
|
|
692
687
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
693
688
|
font-size: 14px;
|
|
694
|
-
font-weight:
|
|
689
|
+
font-weight: 400;
|
|
695
690
|
line-height: 20px;
|
|
696
691
|
padding: 2px;
|
|
697
692
|
}
|
|
@@ -1160,7 +1155,7 @@
|
|
|
1160
1155
|
background-color: initial;
|
|
1161
1156
|
color: #fff;
|
|
1162
1157
|
min-width: 70%;
|
|
1163
|
-
font-weight:
|
|
1158
|
+
font-weight: 400;
|
|
1164
1159
|
}
|
|
1165
1160
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1166
1161
|
box-shadow: none;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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';
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/highcontrast.scss';
|
|
@@ -105,10 +105,8 @@
|
|
|
105
105
|
padding: 5px 5px 5px 12px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
/*! component's default definitions and variables */
|
|
109
109
|
/*! component's theme wise override material-definitions and variables */
|
|
110
|
-
/* stylelint-disable */
|
|
111
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
112
110
|
@keyframes material-spinner-rotate {
|
|
113
111
|
0% {
|
|
114
112
|
transform: rotate(0deg);
|
|
@@ -193,7 +191,7 @@
|
|
|
193
191
|
}
|
|
194
192
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
195
193
|
font-size: 14px;
|
|
196
|
-
font-weight:
|
|
194
|
+
font-weight: 400;
|
|
197
195
|
line-height: 20px;
|
|
198
196
|
padding: 2px;
|
|
199
197
|
}
|
|
@@ -274,7 +272,7 @@
|
|
|
274
272
|
background: #ffcdd2;
|
|
275
273
|
}
|
|
276
274
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
277
|
-
background-color:
|
|
275
|
+
background-color: #f5f5f5;
|
|
278
276
|
text-align: center;
|
|
279
277
|
width: 50px;
|
|
280
278
|
}
|
|
@@ -383,7 +381,7 @@
|
|
|
383
381
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
384
382
|
display: inline-block;
|
|
385
383
|
font-size: 13px;
|
|
386
|
-
font-weight:
|
|
384
|
+
font-weight: 400;
|
|
387
385
|
opacity: 0.57;
|
|
388
386
|
}
|
|
389
387
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -619,7 +617,7 @@
|
|
|
619
617
|
}
|
|
620
618
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
621
619
|
font-size: 14px;
|
|
622
|
-
font-weight:
|
|
620
|
+
font-weight: 400;
|
|
623
621
|
line-height: 20px;
|
|
624
622
|
padding: 2px;
|
|
625
623
|
}
|
|
@@ -694,7 +692,7 @@
|
|
|
694
692
|
margin: 0 8px 0 0;
|
|
695
693
|
}
|
|
696
694
|
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar {
|
|
697
|
-
background:
|
|
695
|
+
background: #f5f5f5;
|
|
698
696
|
border-bottom: 0;
|
|
699
697
|
display: -ms-flexbox;
|
|
700
698
|
display: flex;
|
|
@@ -728,7 +726,7 @@
|
|
|
728
726
|
width: 100%;
|
|
729
727
|
}
|
|
730
728
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-resource {
|
|
731
|
-
background: #
|
|
729
|
+
background: #fff;
|
|
732
730
|
border: 1px solid #e0e0e0;
|
|
733
731
|
height: 100%;
|
|
734
732
|
width: 225px;
|
|
@@ -926,7 +924,7 @@
|
|
|
926
924
|
|
|
927
925
|
.e-mobile-popup-wrapper.e-device,
|
|
928
926
|
.e-mobile-popup-container.e-device {
|
|
929
|
-
background-color: #
|
|
927
|
+
background-color: #fff;
|
|
930
928
|
border-radius: 2px;
|
|
931
929
|
bottom: 0;
|
|
932
930
|
box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
|
|
@@ -1010,16 +1008,16 @@
|
|
|
1010
1008
|
|
|
1011
1009
|
/*! kanban component theme */
|
|
1012
1010
|
.e-kanban {
|
|
1013
|
-
background: #
|
|
1011
|
+
background: #fff;
|
|
1014
1012
|
}
|
|
1015
1013
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1016
|
-
background-color:
|
|
1014
|
+
background-color: #f5f5f5;
|
|
1017
1015
|
}
|
|
1018
1016
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1019
|
-
color:
|
|
1017
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1020
1018
|
}
|
|
1021
1019
|
.e-kanban .e-kanban-table .e-header-cells .e-item-count {
|
|
1022
|
-
color:
|
|
1020
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1023
1021
|
}
|
|
1024
1022
|
.e-kanban .e-kanban-table .e-header-cells .e-limits {
|
|
1025
1023
|
color: inherit;
|
|
@@ -1039,11 +1037,11 @@
|
|
|
1039
1037
|
color: rgba(0, 0, 0, 0.54);
|
|
1040
1038
|
}
|
|
1041
1039
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1042
|
-
background-color:
|
|
1040
|
+
background-color: #f5f5f5;
|
|
1043
1041
|
}
|
|
1044
1042
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1045
1043
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
1046
|
-
color:
|
|
1044
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1047
1045
|
}
|
|
1048
1046
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1049
1047
|
background-color: rgba(63, 81, 181, 0.1);
|
|
@@ -1055,7 +1053,7 @@
|
|
|
1055
1053
|
background-color: #757575;
|
|
1056
1054
|
}
|
|
1057
1055
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
1058
|
-
color:
|
|
1056
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1059
1057
|
}
|
|
1060
1058
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-content {
|
|
1061
1059
|
color: rgba(255, 255, 255, 0.7);
|
|
@@ -1075,13 +1073,13 @@
|
|
|
1075
1073
|
border-color: #3f51b5;
|
|
1076
1074
|
}
|
|
1077
1075
|
.e-kanban .e-frozen-swimlane-row {
|
|
1078
|
-
background: #
|
|
1076
|
+
background: #fff;
|
|
1079
1077
|
}
|
|
1080
1078
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-swimlane-text {
|
|
1081
|
-
color:
|
|
1079
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1082
1080
|
}
|
|
1083
1081
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
1084
|
-
color:
|
|
1082
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1085
1083
|
}
|
|
1086
1084
|
|
|
1087
1085
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea {
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-dark-definition.scss';
|
|
4
|
-
@import 'ej2-dropdowns/styles/multi-select/material-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/material-dark-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/textbox/material-dark-definition.scss';
|
|
7
|
-
@import 'ej2-layouts/styles/card/material-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/treeview/material-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/material-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/spinner/material-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/tooltip/material-dark-definition.scss';
|
|
13
|
-
@import 'material-dark-definition.scss';
|
|
14
|
-
@import 'icons/material-dark.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/material-dark.scss';
|
|
@@ -130,9 +130,7 @@
|
|
|
130
130
|
padding: 4px 8px;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
|
|
134
|
-
/* stylelint-disable */
|
|
135
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
133
|
+
/*! component's theme wise override material-definitions and variables */ /*! TreeView's material theme wise override definitions and variables */
|
|
136
134
|
@keyframes material-spinner-rotate {
|
|
137
135
|
0% {
|
|
138
136
|
transform: rotate(0deg);
|
|
@@ -217,7 +215,7 @@
|
|
|
217
215
|
}
|
|
218
216
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
219
217
|
font-size: 14px;
|
|
220
|
-
font-weight:
|
|
218
|
+
font-weight: 400;
|
|
221
219
|
line-height: 20px;
|
|
222
220
|
padding: 2px;
|
|
223
221
|
}
|
|
@@ -407,7 +405,7 @@
|
|
|
407
405
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
408
406
|
display: inline-block;
|
|
409
407
|
font-size: 13px;
|
|
410
|
-
font-weight:
|
|
408
|
+
font-weight: 400;
|
|
411
409
|
opacity: 0.57;
|
|
412
410
|
}
|
|
413
411
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -643,7 +641,7 @@
|
|
|
643
641
|
}
|
|
644
642
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
645
643
|
font-size: 14px;
|
|
646
|
-
font-weight:
|
|
644
|
+
font-weight: 400;
|
|
647
645
|
line-height: 20px;
|
|
648
646
|
padding: 2px;
|
|
649
647
|
}
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/material-definition.scss';
|
|
3
|
-
@import 'ej2-dropdowns/styles/drop-down-list/material-definition.scss';
|
|
4
|
-
@import 'ej2-dropdowns/styles/multi-select/material-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/material-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/textbox/material-definition.scss';
|
|
7
|
-
@import 'ej2-layouts/styles/card/material-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/treeview/material-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/material-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/spinner/material-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/tooltip/material-definition.scss';
|
|
13
|
-
@import 'material-definition.scss';
|
|
14
|
-
@import 'icons/material.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/material.scss';
|
|
@@ -124,10 +124,7 @@
|
|
|
124
124
|
height: 100%;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
|
|
128
|
-
/* stylelint-disable */
|
|
129
|
-
/* stylelint-disable-line no-empty-source */
|
|
130
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
127
|
+
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
131
128
|
@keyframes material-spinner-rotate {
|
|
132
129
|
0% {
|
|
133
130
|
transform: rotate(0);
|
|
@@ -211,7 +208,7 @@
|
|
|
211
208
|
}
|
|
212
209
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
213
210
|
font-size: 14px;
|
|
214
|
-
font-weight:
|
|
211
|
+
font-weight: 400;
|
|
215
212
|
line-height: 1.5;
|
|
216
213
|
padding: 0 0 0 8px;
|
|
217
214
|
}
|
|
@@ -401,7 +398,7 @@
|
|
|
401
398
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
402
399
|
display: inline-block;
|
|
403
400
|
font-size: 13px;
|
|
404
|
-
font-weight:
|
|
401
|
+
font-weight: 400;
|
|
405
402
|
opacity: 0.57;
|
|
406
403
|
}
|
|
407
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -640,7 +637,7 @@
|
|
|
640
637
|
}
|
|
641
638
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
642
639
|
font-size: 14px;
|
|
643
|
-
font-weight:
|
|
640
|
+
font-weight: 400;
|
|
644
641
|
line-height: 1.5;
|
|
645
642
|
padding: 0 0 0 8px;
|
|
646
643
|
}
|
|
@@ -1113,7 +1110,7 @@
|
|
|
1113
1110
|
background-color: initial;
|
|
1114
1111
|
color: #fff;
|
|
1115
1112
|
min-width: 70%;
|
|
1116
|
-
font-weight:
|
|
1113
|
+
font-weight: 400;
|
|
1117
1114
|
border-color: #d1d5db;
|
|
1118
1115
|
border-radius: 4px;
|
|
1119
1116
|
outline: none;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-dropdowns/styles/multi-select/tailwind-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-dark-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/textbox/tailwind-dark-definition.scss';
|
|
7
|
-
@import 'ej2-layouts/styles/card/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/treeview/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/tailwind-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/spinner/tailwind-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
|
|
13
|
-
@import 'tailwind-dark-definition.scss';
|
|
14
|
-
@import 'icons/tailwind-dark.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/tailwind-dark.scss';
|
|
@@ -124,10 +124,7 @@
|
|
|
124
124
|
height: 100%;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
|
|
128
|
-
/* stylelint-disable */
|
|
129
|
-
/* stylelint-disable-line no-empty-source */
|
|
130
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
127
|
+
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
131
128
|
@keyframes material-spinner-rotate {
|
|
132
129
|
0% {
|
|
133
130
|
transform: rotate(0);
|
|
@@ -211,7 +208,7 @@
|
|
|
211
208
|
}
|
|
212
209
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
213
210
|
font-size: 14px;
|
|
214
|
-
font-weight:
|
|
211
|
+
font-weight: 400;
|
|
215
212
|
line-height: 1.5;
|
|
216
213
|
padding: 0 0 0 8px;
|
|
217
214
|
}
|
|
@@ -401,7 +398,7 @@
|
|
|
401
398
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
402
399
|
display: inline-block;
|
|
403
400
|
font-size: 13px;
|
|
404
|
-
font-weight:
|
|
401
|
+
font-weight: 400;
|
|
405
402
|
opacity: 0.57;
|
|
406
403
|
}
|
|
407
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -640,7 +637,7 @@
|
|
|
640
637
|
}
|
|
641
638
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
642
639
|
font-size: 14px;
|
|
643
|
-
font-weight:
|
|
640
|
+
font-weight: 400;
|
|
644
641
|
line-height: 1.5;
|
|
645
642
|
padding: 0 0 0 8px;
|
|
646
643
|
}
|
|
@@ -1113,7 +1110,7 @@
|
|
|
1113
1110
|
background-color: initial;
|
|
1114
1111
|
color: #111827;
|
|
1115
1112
|
min-width: 70%;
|
|
1116
|
-
font-weight:
|
|
1113
|
+
font-weight: 400;
|
|
1117
1114
|
border-color: #d1d5db;
|
|
1118
1115
|
border-radius: 4px;
|
|
1119
1116
|
outline: none;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-dropdowns/styles/drop-down-list/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-dropdowns/styles/multi-select/tailwind-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/tailwind-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/textbox/tailwind-definition.scss';
|
|
7
|
-
@import 'ej2-layouts/styles/card/tailwind-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/treeview/tailwind-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/tailwind-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/spinner/tailwind-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
|
|
13
|
-
@import 'tailwind-definition.scss';
|
|
14
|
-
@import 'icons/tailwind.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/tailwind.scss';
|