@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/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;
|
package/styles/fluent-dark.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
|
}
|
package/styles/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
|
}
|
|
@@ -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;
|
package/styles/highcontrast.css
CHANGED
|
@@ -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;
|
|
@@ -131,10 +131,8 @@
|
|
|
131
131
|
width: 40px;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
|
|
134
|
+
/*! component's default definitions and variables */
|
|
135
135
|
/*! component's theme wise override material-definitions and variables */
|
|
136
|
-
/* stylelint-disable */
|
|
137
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
138
136
|
@keyframes material-spinner-rotate {
|
|
139
137
|
0% {
|
|
140
138
|
transform: rotate(0);
|
|
@@ -219,7 +217,7 @@
|
|
|
219
217
|
}
|
|
220
218
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
221
219
|
font-size: 14px;
|
|
222
|
-
font-weight:
|
|
220
|
+
font-weight: 400;
|
|
223
221
|
line-height: 20px;
|
|
224
222
|
padding: 2px;
|
|
225
223
|
}
|
|
@@ -300,7 +298,7 @@
|
|
|
300
298
|
background: #ffcdd2;
|
|
301
299
|
}
|
|
302
300
|
.e-kanban .e-kanban-header .e-header-cells.e-collapsed {
|
|
303
|
-
background-color: #
|
|
301
|
+
background-color: #8d8d8d;
|
|
304
302
|
text-align: center;
|
|
305
303
|
width: 50px;
|
|
306
304
|
}
|
|
@@ -409,7 +407,7 @@
|
|
|
409
407
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
410
408
|
display: inline-block;
|
|
411
409
|
font-size: 13px;
|
|
412
|
-
font-weight:
|
|
410
|
+
font-weight: 400;
|
|
413
411
|
opacity: 0.57;
|
|
414
412
|
}
|
|
415
413
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -645,7 +643,7 @@
|
|
|
645
643
|
}
|
|
646
644
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
647
645
|
font-size: 14px;
|
|
648
|
-
font-weight:
|
|
646
|
+
font-weight: 400;
|
|
649
647
|
line-height: 20px;
|
|
650
648
|
padding: 2px;
|
|
651
649
|
}
|
|
@@ -720,7 +718,7 @@
|
|
|
720
718
|
margin: 0 8px 0 0;
|
|
721
719
|
}
|
|
722
720
|
.e-kanban.e-device .e-swimlane-header .e-swimlane-header-toolbar {
|
|
723
|
-
background: #
|
|
721
|
+
background: #8d8d8d;
|
|
724
722
|
border-bottom: 0;
|
|
725
723
|
display: -ms-flexbox;
|
|
726
724
|
display: flex;
|
|
@@ -754,7 +752,7 @@
|
|
|
754
752
|
width: 100%;
|
|
755
753
|
}
|
|
756
754
|
.e-kanban.e-device .e-swimlane-content .e-swimlane-resource {
|
|
757
|
-
background: #
|
|
755
|
+
background: #6e6e6e;
|
|
758
756
|
border: 1px solid #959595;
|
|
759
757
|
height: 100%;
|
|
760
758
|
width: 225px;
|
|
@@ -952,7 +950,7 @@
|
|
|
952
950
|
|
|
953
951
|
.e-mobile-popup-wrapper.e-device,
|
|
954
952
|
.e-mobile-popup-container.e-device {
|
|
955
|
-
background-color: #
|
|
953
|
+
background-color: #6e6e6e;
|
|
956
954
|
border-radius: 2px;
|
|
957
955
|
bottom: 0;
|
|
958
956
|
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);
|
|
@@ -1037,10 +1035,10 @@
|
|
|
1037
1035
|
|
|
1038
1036
|
/*! kanban component theme */
|
|
1039
1037
|
.e-kanban {
|
|
1040
|
-
background: #
|
|
1038
|
+
background: #6e6e6e;
|
|
1041
1039
|
}
|
|
1042
1040
|
.e-kanban .e-kanban-table .e-header-cells {
|
|
1043
|
-
background-color: #
|
|
1041
|
+
background-color: #8d8d8d;
|
|
1044
1042
|
}
|
|
1045
1043
|
.e-kanban .e-kanban-table .e-header-cells .e-header-text {
|
|
1046
1044
|
color: #fff;
|
|
@@ -1066,7 +1064,7 @@
|
|
|
1066
1064
|
color: #393939;
|
|
1067
1065
|
}
|
|
1068
1066
|
.e-kanban .e-kanban-table.e-content-table .e-content-row:not(.e-swimlane-row) td {
|
|
1069
|
-
background-color: #
|
|
1067
|
+
background-color: #8d8d8d;
|
|
1070
1068
|
}
|
|
1071
1069
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-swimlane-text,
|
|
1072
1070
|
.e-kanban .e-kanban-table.e-content-table .e-content-row.e-swimlane-row .e-item-count {
|
|
@@ -1102,7 +1100,7 @@
|
|
|
1102
1100
|
border-color: #0070f0;
|
|
1103
1101
|
}
|
|
1104
1102
|
.e-kanban .e-frozen-swimlane-row {
|
|
1105
|
-
background: #
|
|
1103
|
+
background: #6e6e6e;
|
|
1106
1104
|
}
|
|
1107
1105
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-swimlane-text {
|
|
1108
1106
|
color: #fff;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-dark-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/textbox/bootstrap-dark-definition.scss';
|
|
7
|
-
@import 'ej2-layouts/styles/card/bootstrap-dark-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-dark-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap-dark-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/spinner/bootstrap-dark-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-dark-definition.scss';
|
|
13
|
-
@import 'bootstrap-dark-definition.scss';
|
|
14
|
-
@import 'icons/bootstrap-dark.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/bootstrap-dark.scss';
|
|
@@ -129,9 +129,7 @@
|
|
|
129
129
|
width: 40px;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
|
|
133
|
-
/* stylelint-disable */
|
|
134
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
132
|
+
/*! component's theme wise override material-definitions and variables */ /*! TreeView's bootstrap theme wise override definitions and variables */
|
|
135
133
|
@keyframes material-spinner-rotate {
|
|
136
134
|
0% {
|
|
137
135
|
transform: rotate(0);
|
|
@@ -216,7 +214,7 @@
|
|
|
216
214
|
}
|
|
217
215
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
218
216
|
font-size: 14px;
|
|
219
|
-
font-weight:
|
|
217
|
+
font-weight: 400;
|
|
220
218
|
line-height: 20px;
|
|
221
219
|
padding: 2px;
|
|
222
220
|
}
|
|
@@ -406,7 +404,7 @@
|
|
|
406
404
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
407
405
|
display: inline-block;
|
|
408
406
|
font-size: 13px;
|
|
409
|
-
font-weight:
|
|
407
|
+
font-weight: 400;
|
|
410
408
|
opacity: 0.57;
|
|
411
409
|
}
|
|
412
410
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -642,7 +640,7 @@
|
|
|
642
640
|
}
|
|
643
641
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
644
642
|
font-size: 14px;
|
|
645
|
-
font-weight:
|
|
643
|
+
font-weight: 400;
|
|
646
644
|
line-height: 20px;
|
|
647
645
|
padding: 2px;
|
|
648
646
|
}
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition.scss';
|
|
4
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/textbox/bootstrap-definition.scss';
|
|
7
|
-
@import 'ej2-layouts/styles/card/bootstrap-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/treeview/bootstrap-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/spinner/bootstrap-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/tooltip/bootstrap-definition.scss';
|
|
13
|
-
@import 'bootstrap-definition.scss';
|
|
14
|
-
@import 'icons/bootstrap.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/bootstrap.scss';
|
|
@@ -209,9 +209,6 @@
|
|
|
209
209
|
margin-top: -3.5em;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
/* stylelint-disable-line no-empty-source */
|
|
213
|
-
/* stylelint-disable */
|
|
214
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
215
212
|
@keyframes material-spinner-rotate {
|
|
216
213
|
0% {
|
|
217
214
|
transform: rotate(0);
|
|
@@ -296,7 +293,7 @@
|
|
|
296
293
|
}
|
|
297
294
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
298
295
|
font-size: 14px;
|
|
299
|
-
font-weight:
|
|
296
|
+
font-weight: 400;
|
|
300
297
|
line-height: 20px;
|
|
301
298
|
padding: 2px;
|
|
302
299
|
}
|
|
@@ -486,7 +483,7 @@
|
|
|
486
483
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
487
484
|
display: inline-block;
|
|
488
485
|
font-size: 13px;
|
|
489
|
-
font-weight:
|
|
486
|
+
font-weight: 400;
|
|
490
487
|
opacity: 0.57;
|
|
491
488
|
}
|
|
492
489
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -722,7 +719,7 @@
|
|
|
722
719
|
}
|
|
723
720
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
724
721
|
font-size: 14px;
|
|
725
|
-
font-weight:
|
|
722
|
+
font-weight: 400;
|
|
726
723
|
line-height: 20px;
|
|
727
724
|
padding: 2px;
|
|
728
725
|
}
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
|
|
4
|
-
@import 'ej2-dropdowns/styles/multi-select/bootstrap4-definition.scss';
|
|
5
|
-
@import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
|
|
6
|
-
@import 'ej2-inputs/styles/textbox/bootstrap4-definition.scss';
|
|
7
|
-
@import 'ej2-layouts/styles/card/bootstrap4-definition.scss';
|
|
8
|
-
@import 'ej2-navigations/styles/treeview/bootstrap4-definition.scss';
|
|
9
|
-
@import 'ej2-popups/styles/dialog/bootstrap4-definition.scss';
|
|
10
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
11
|
-
@import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
|
|
12
|
-
@import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
|
|
13
|
-
@import 'bootstrap4-definition.scss';
|
|
14
|
-
@import 'icons/bootstrap4.scss';
|
|
15
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/bootstrap4.scss';
|
|
@@ -179,10 +179,7 @@
|
|
|
179
179
|
border-left-width: 0;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
|
|
183
|
-
/* stylelint-disable */
|
|
184
|
-
/* stylelint-disable-line no-empty-source */
|
|
185
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
182
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
186
183
|
@keyframes material-spinner-rotate {
|
|
187
184
|
0% {
|
|
188
185
|
transform: rotate(0);
|
|
@@ -266,7 +263,7 @@
|
|
|
266
263
|
}
|
|
267
264
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
268
265
|
font-size: 14px;
|
|
269
|
-
font-weight:
|
|
266
|
+
font-weight: 400;
|
|
270
267
|
line-height: 1.5;
|
|
271
268
|
padding: 0 0 0 8px;
|
|
272
269
|
}
|
|
@@ -456,7 +453,7 @@
|
|
|
456
453
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
457
454
|
display: inline-block;
|
|
458
455
|
font-size: 13px;
|
|
459
|
-
font-weight:
|
|
456
|
+
font-weight: 400;
|
|
460
457
|
opacity: 0.57;
|
|
461
458
|
}
|
|
462
459
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -695,7 +692,7 @@
|
|
|
695
692
|
}
|
|
696
693
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
697
694
|
font-size: 14px;
|
|
698
|
-
font-weight:
|
|
695
|
+
font-weight: 400;
|
|
699
696
|
line-height: 1.5;
|
|
700
697
|
padding: 0 0 0 8px;
|
|
701
698
|
}
|
|
@@ -1177,7 +1174,7 @@
|
|
|
1177
1174
|
background-color: initial;
|
|
1178
1175
|
color: #fff;
|
|
1179
1176
|
min-width: 70%;
|
|
1180
|
-
font-weight:
|
|
1177
|
+
font-weight: 400;
|
|
1181
1178
|
border-color: #dee2e6;
|
|
1182
1179
|
border-radius: 4px;
|
|
1183
1180
|
outline: none;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-kanban/styles/kanban/bootstrap5-dark.scss';
|
|
@@ -179,10 +179,7 @@
|
|
|
179
179
|
border-left-width: 0;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
|
|
183
|
-
/* stylelint-disable */
|
|
184
|
-
/* stylelint-disable-line no-empty-source */
|
|
185
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
182
|
+
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
186
183
|
@keyframes material-spinner-rotate {
|
|
187
184
|
0% {
|
|
188
185
|
transform: rotate(0);
|
|
@@ -266,7 +263,7 @@
|
|
|
266
263
|
}
|
|
267
264
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
268
265
|
font-size: 14px;
|
|
269
|
-
font-weight:
|
|
266
|
+
font-weight: 400;
|
|
270
267
|
line-height: 1.5;
|
|
271
268
|
padding: 0 0 0 8px;
|
|
272
269
|
}
|
|
@@ -456,7 +453,7 @@
|
|
|
456
453
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
457
454
|
display: inline-block;
|
|
458
455
|
font-size: 13px;
|
|
459
|
-
font-weight:
|
|
456
|
+
font-weight: 400;
|
|
460
457
|
opacity: 0.57;
|
|
461
458
|
}
|
|
462
459
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -695,7 +692,7 @@
|
|
|
695
692
|
}
|
|
696
693
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
697
694
|
font-size: 14px;
|
|
698
|
-
font-weight:
|
|
695
|
+
font-weight: 400;
|
|
699
696
|
line-height: 1.5;
|
|
700
697
|
padding: 0 0 0 8px;
|
|
701
698
|
}
|
|
@@ -1177,7 +1174,7 @@
|
|
|
1177
1174
|
background-color: initial;
|
|
1178
1175
|
color: #212529;
|
|
1179
1176
|
min-width: 70%;
|
|
1180
|
-
font-weight:
|
|
1177
|
+
font-weight: 400;
|
|
1181
1178
|
border-color: #dee2e6;
|
|
1182
1179
|
border-radius: 4px;
|
|
1183
1180
|
outline: none;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-kanban/styles/kanban/bootstrap5.scss';
|
|
@@ -98,10 +98,8 @@
|
|
|
98
98
|
margin: 2px 2px 2px 0;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
/*! component's default definitions and variables */
|
|
102
102
|
/*! component's theme wise override material-definitions and variables */
|
|
103
|
-
/* stylelint-disable */
|
|
104
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
105
103
|
@keyframes material-spinner-rotate {
|
|
106
104
|
0% {
|
|
107
105
|
transform: rotate(0);
|
|
@@ -186,7 +184,7 @@
|
|
|
186
184
|
}
|
|
187
185
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-text {
|
|
188
186
|
font-size: 14px;
|
|
189
|
-
font-weight:
|
|
187
|
+
font-weight: 400;
|
|
190
188
|
line-height: 20px;
|
|
191
189
|
padding: 2px;
|
|
192
190
|
}
|
|
@@ -376,7 +374,7 @@
|
|
|
376
374
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells.e-collapsed .e-collapse-header-text .e-item-count {
|
|
377
375
|
display: inline-block;
|
|
378
376
|
font-size: 13px;
|
|
379
|
-
font-weight:
|
|
377
|
+
font-weight: 400;
|
|
380
378
|
opacity: 0.57;
|
|
381
379
|
}
|
|
382
380
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-show-add-button {
|
|
@@ -612,7 +610,7 @@
|
|
|
612
610
|
}
|
|
613
611
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
614
612
|
font-size: 14px;
|
|
615
|
-
font-weight:
|
|
613
|
+
font-weight: 400;
|
|
616
614
|
line-height: 20px;
|
|
617
615
|
padding: 2px;
|
|
618
616
|
}
|
|
@@ -1082,7 +1080,7 @@
|
|
|
1082
1080
|
background-color: initial;
|
|
1083
1081
|
color: #dadada;
|
|
1084
1082
|
min-width: 70%;
|
|
1085
|
-
font-weight:
|
|
1083
|
+
font-weight: 400;
|
|
1086
1084
|
}
|
|
1087
1085
|
.e-kanban-dialog.e-dialog .e-kanban-form-wrapper table textarea:focus {
|
|
1088
1086
|
box-shadow: none;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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
|
+
@import 'ej2-kanban/styles/kanban/fabric-dark.scss';
|