@syncfusion/ej2-angular-kanban 19.2.55 → 19.3.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.
- package/@syncfusion/ej2-angular-kanban.es5.js +2 -2
- package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-kanban.js +2 -2
- package/@syncfusion/ej2-angular-kanban.js.map +1 -1
- package/CHANGELOG.md +24 -0
- package/dist/ej2-angular-kanban.umd.js +4 -2
- package/dist/ej2-angular-kanban.umd.js.map +1 -1
- package/dist/ej2-angular-kanban.umd.min.js +2 -2
- package/dist/ej2-angular-kanban.umd.min.js.map +1 -1
- package/ej2-angular-kanban.metadata.json +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/kanban/kanban.component.d.ts +17 -0
- package/styles/bootstrap-dark.css +13 -0
- package/styles/bootstrap.css +13 -0
- package/styles/bootstrap4.css +20 -7
- package/styles/bootstrap5-dark.css +1457 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +1457 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +22 -4
- package/styles/fabric.css +21 -3
- package/styles/highcontrast-light.css +12 -2
- package/styles/highcontrast.css +11 -1
- package/styles/kanban/bootstrap-dark.css +13 -0
- package/styles/kanban/bootstrap.css +13 -0
- package/styles/kanban/bootstrap4.css +20 -7
- package/styles/kanban/bootstrap5-dark.css +1457 -0
- package/styles/kanban/bootstrap5-dark.scss +1 -0
- package/styles/kanban/bootstrap5.css +1457 -0
- package/styles/kanban/bootstrap5.scss +1 -0
- package/styles/kanban/fabric-dark.css +22 -4
- package/styles/kanban/fabric.css +21 -3
- package/styles/kanban/highcontrast-light.css +12 -2
- package/styles/kanban/highcontrast.css +11 -1
- package/styles/kanban/material-dark.css +15 -2
- package/styles/kanban/material.css +13 -0
- package/styles/kanban/tailwind-dark.css +16 -9
- package/styles/kanban/tailwind.css +15 -8
- package/styles/material-dark.css +15 -2
- package/styles/material.css +13 -0
- package/styles/tailwind-dark.css +16 -9
- package/styles/tailwind.css +15 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-kanban/styles/kanban/bootstrap5.scss';
|
|
@@ -220,11 +220,12 @@
|
|
|
220
220
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand,
|
|
221
221
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse {
|
|
222
222
|
border: 1px solid transparent;
|
|
223
|
-
color:
|
|
223
|
+
color: #fff;
|
|
224
224
|
cursor: pointer;
|
|
225
225
|
height: 24px;
|
|
226
226
|
margin-left: 8px;
|
|
227
227
|
padding: 6px;
|
|
228
|
+
padding: 4px 6px;
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:hover, .e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:focus,
|
|
@@ -234,6 +235,7 @@
|
|
|
234
235
|
border-radius: 0%;
|
|
235
236
|
margin-left: 8px;
|
|
236
237
|
padding: 6px;
|
|
238
|
+
padding: 4px 6px;
|
|
237
239
|
}
|
|
238
240
|
|
|
239
241
|
.e-kanban .e-kanban-header > div {
|
|
@@ -631,11 +633,12 @@
|
|
|
631
633
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand,
|
|
632
634
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse {
|
|
633
635
|
border: 1px solid transparent;
|
|
634
|
-
color:
|
|
636
|
+
color: #fff;
|
|
635
637
|
cursor: pointer;
|
|
636
638
|
height: 24px;
|
|
637
639
|
margin-left: 8px;
|
|
638
640
|
padding: 6px;
|
|
641
|
+
padding: 4px 6px;
|
|
639
642
|
}
|
|
640
643
|
|
|
641
644
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:hover, .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:focus,
|
|
@@ -645,6 +648,7 @@
|
|
|
645
648
|
border-radius: 0%;
|
|
646
649
|
margin-left: 8px;
|
|
647
650
|
padding: 6px;
|
|
651
|
+
padding: 4px 6px;
|
|
648
652
|
}
|
|
649
653
|
|
|
650
654
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
@@ -888,6 +892,10 @@
|
|
|
888
892
|
padding: 3px;
|
|
889
893
|
}
|
|
890
894
|
|
|
895
|
+
.e-kanban-dialog {
|
|
896
|
+
min-width: 350px;
|
|
897
|
+
}
|
|
898
|
+
|
|
891
899
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
892
900
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
893
901
|
width: 100%;
|
|
@@ -946,7 +954,7 @@
|
|
|
946
954
|
.e-kanban .e-kanban-table .e-header-cells .e-column-expand,
|
|
947
955
|
.e-kanban .e-kanban-table .e-header-cells .e-column-collapse {
|
|
948
956
|
border: 1px solid transparent;
|
|
949
|
-
color:
|
|
957
|
+
color: #fff;
|
|
950
958
|
}
|
|
951
959
|
|
|
952
960
|
.e-kanban .e-kanban-table .e-header-cells .e-column-expand:hover, .e-kanban .e-kanban-table .e-header-cells .e-column-expand:focus,
|
|
@@ -965,12 +973,16 @@
|
|
|
965
973
|
color: #dadada;
|
|
966
974
|
}
|
|
967
975
|
|
|
976
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
977
|
+
background-color: rgba(0, 116, 204, 0.1);
|
|
978
|
+
}
|
|
979
|
+
|
|
968
980
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
969
981
|
color: #0074cc;
|
|
970
982
|
}
|
|
971
983
|
|
|
972
984
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
973
|
-
background-color: #
|
|
985
|
+
background-color: #6f6c6c;
|
|
974
986
|
border: 1px solid #333232;
|
|
975
987
|
}
|
|
976
988
|
|
|
@@ -1008,3 +1020,9 @@
|
|
|
1008
1020
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
1009
1021
|
color: #dadada;
|
|
1010
1022
|
}
|
|
1023
|
+
|
|
1024
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1025
|
+
background-color: initial;
|
|
1026
|
+
color: #dadada;
|
|
1027
|
+
font-weight: 400;
|
|
1028
|
+
}
|
package/styles/kanban/fabric.css
CHANGED
|
@@ -218,15 +218,17 @@
|
|
|
218
218
|
height: 24px;
|
|
219
219
|
margin-left: 8px;
|
|
220
220
|
padding: 6px;
|
|
221
|
+
padding: 4px 6px;
|
|
221
222
|
}
|
|
222
223
|
|
|
223
224
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:hover, .e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-expand:focus,
|
|
224
225
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse:hover,
|
|
225
226
|
.e-kanban .e-frozen-swimlane-row .e-frozen-row .e-swimlane-header .e-swimlane-row-collapse:focus {
|
|
226
|
-
background: #
|
|
227
|
+
background: #dadada;
|
|
227
228
|
border-radius: 0%;
|
|
228
229
|
margin-left: 8px;
|
|
229
230
|
padding: 6px;
|
|
231
|
+
padding: 4px 6px;
|
|
230
232
|
}
|
|
231
233
|
|
|
232
234
|
.e-kanban .e-kanban-header > div {
|
|
@@ -629,15 +631,17 @@
|
|
|
629
631
|
height: 24px;
|
|
630
632
|
margin-left: 8px;
|
|
631
633
|
padding: 6px;
|
|
634
|
+
padding: 4px 6px;
|
|
632
635
|
}
|
|
633
636
|
|
|
634
637
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:hover, .e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-expand:focus,
|
|
635
638
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:hover,
|
|
636
639
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-row-collapse:focus {
|
|
637
|
-
background: #
|
|
640
|
+
background: #dadada;
|
|
638
641
|
border-radius: 0%;
|
|
639
642
|
margin-left: 8px;
|
|
640
643
|
padding: 6px;
|
|
644
|
+
padding: 4px 6px;
|
|
641
645
|
}
|
|
642
646
|
|
|
643
647
|
.e-kanban .e-kanban-content .e-content-row.e-swimlane-row .e-content-cells .e-swimlane-header .e-swimlane-text {
|
|
@@ -881,6 +885,10 @@
|
|
|
881
885
|
padding: 3px;
|
|
882
886
|
}
|
|
883
887
|
|
|
888
|
+
.e-kanban-dialog {
|
|
889
|
+
min-width: 350px;
|
|
890
|
+
}
|
|
891
|
+
|
|
884
892
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
885
893
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
886
894
|
width: 100%;
|
|
@@ -945,7 +953,7 @@
|
|
|
945
953
|
.e-kanban .e-kanban-table .e-header-cells .e-column-expand:hover, .e-kanban .e-kanban-table .e-header-cells .e-column-expand:focus,
|
|
946
954
|
.e-kanban .e-kanban-table .e-header-cells .e-column-collapse:hover,
|
|
947
955
|
.e-kanban .e-kanban-table .e-header-cells .e-column-collapse:focus {
|
|
948
|
-
background: #
|
|
956
|
+
background: #dadada;
|
|
949
957
|
border-radius: 0%;
|
|
950
958
|
}
|
|
951
959
|
|
|
@@ -958,6 +966,10 @@
|
|
|
958
966
|
color: #333;
|
|
959
967
|
}
|
|
960
968
|
|
|
969
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
970
|
+
background-color: rgba(0, 120, 214, 0.1);
|
|
971
|
+
}
|
|
972
|
+
|
|
961
973
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
962
974
|
color: #0078d6;
|
|
963
975
|
}
|
|
@@ -1001,3 +1013,9 @@
|
|
|
1001
1013
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
1002
1014
|
color: #333;
|
|
1003
1015
|
}
|
|
1016
|
+
|
|
1017
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1018
|
+
background-color: initial;
|
|
1019
|
+
color: #333;
|
|
1020
|
+
font-weight: 400;
|
|
1021
|
+
}
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
.e-kanban .e-show-add-icon::before {
|
|
254
|
-
content: '\
|
|
254
|
+
content: '\e7d5';
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
.e-kanban .e-swimlane-header-toolbar .e-icon-menu::before {
|
|
@@ -999,6 +999,10 @@
|
|
|
999
999
|
padding: 3px;
|
|
1000
1000
|
}
|
|
1001
1001
|
|
|
1002
|
+
.e-kanban-dialog {
|
|
1003
|
+
min-width: 350px;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1002
1006
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
1003
1007
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
1004
1008
|
width: 100%;
|
|
@@ -1082,6 +1086,10 @@
|
|
|
1082
1086
|
color: #000;
|
|
1083
1087
|
}
|
|
1084
1088
|
|
|
1089
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1090
|
+
background-color: rgba(64, 0, 116, 0.5);
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1085
1093
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1086
1094
|
color: #400074;
|
|
1087
1095
|
}
|
|
@@ -1127,5 +1135,7 @@
|
|
|
1127
1135
|
}
|
|
1128
1136
|
|
|
1129
1137
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1130
|
-
background-color:
|
|
1138
|
+
background-color: initial;
|
|
1139
|
+
color: #000;
|
|
1140
|
+
font-weight: 400;
|
|
1131
1141
|
}
|
|
@@ -1001,6 +1001,10 @@
|
|
|
1001
1001
|
padding: 3px;
|
|
1002
1002
|
}
|
|
1003
1003
|
|
|
1004
|
+
.e-kanban-dialog {
|
|
1005
|
+
min-width: 350px;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1004
1008
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
1005
1009
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
1006
1010
|
width: 100%;
|
|
@@ -1084,6 +1088,10 @@
|
|
|
1084
1088
|
color: #fff;
|
|
1085
1089
|
}
|
|
1086
1090
|
|
|
1091
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1092
|
+
background-color: rgba(255, 217, 57, 0.5);
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1087
1095
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1088
1096
|
color: #ffd939;
|
|
1089
1097
|
}
|
|
@@ -1129,5 +1137,7 @@
|
|
|
1129
1137
|
}
|
|
1130
1138
|
|
|
1131
1139
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1132
|
-
background-color:
|
|
1140
|
+
background-color: initial;
|
|
1141
|
+
color: #fff;
|
|
1142
|
+
font-weight: 400;
|
|
1133
1143
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
17
|
-
color: #
|
|
17
|
+
color: #00b0ff;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
@@ -871,6 +871,10 @@
|
|
|
871
871
|
width: 100%;
|
|
872
872
|
}
|
|
873
873
|
|
|
874
|
+
.e-kanban-dialog {
|
|
875
|
+
min-width: 350px;
|
|
876
|
+
}
|
|
877
|
+
|
|
874
878
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
875
879
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
876
880
|
width: 100%;
|
|
@@ -948,12 +952,16 @@
|
|
|
948
952
|
color: rgba(0, 0, 0, 0.87);
|
|
949
953
|
}
|
|
950
954
|
|
|
955
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
956
|
+
background-color: rgba(63, 81, 181, 0.1);
|
|
957
|
+
}
|
|
958
|
+
|
|
951
959
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
952
960
|
color: #3f51b5;
|
|
953
961
|
}
|
|
954
962
|
|
|
955
963
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
956
|
-
background-color: #
|
|
964
|
+
background-color: #757575;
|
|
957
965
|
}
|
|
958
966
|
|
|
959
967
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
@@ -990,3 +998,8 @@
|
|
|
990
998
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
991
999
|
color: rgba(0, 0, 0, 0.87);
|
|
992
1000
|
}
|
|
1001
|
+
|
|
1002
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1003
|
+
background-color: initial;
|
|
1004
|
+
color: #fff;
|
|
1005
|
+
}
|
|
@@ -896,6 +896,10 @@
|
|
|
896
896
|
width: 100%;
|
|
897
897
|
}
|
|
898
898
|
|
|
899
|
+
.e-kanban-dialog {
|
|
900
|
+
min-width: 350px;
|
|
901
|
+
}
|
|
902
|
+
|
|
899
903
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
900
904
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
901
905
|
width: 100%;
|
|
@@ -973,6 +977,10 @@
|
|
|
973
977
|
color: rgba(0, 0, 0, 0.87);
|
|
974
978
|
}
|
|
975
979
|
|
|
980
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
981
|
+
background-color: rgba(63, 81, 181, 0.1);
|
|
982
|
+
}
|
|
983
|
+
|
|
976
984
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
977
985
|
color: #3f51b5;
|
|
978
986
|
}
|
|
@@ -1015,3 +1023,8 @@
|
|
|
1015
1023
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
1016
1024
|
color: rgba(0, 0, 0, 0.87);
|
|
1017
1025
|
}
|
|
1026
|
+
|
|
1027
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1028
|
+
background-color: initial;
|
|
1029
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1030
|
+
}
|
|
@@ -180,8 +180,7 @@
|
|
|
180
180
|
height: 100%;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
/*!
|
|
184
|
-
/*! TreeView's tailwind-dark theme wise override definitions and variables */
|
|
183
|
+
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
185
184
|
@keyframes material-spinner-rotate {
|
|
186
185
|
0% {
|
|
187
186
|
transform: rotate(0);
|
|
@@ -200,7 +199,6 @@
|
|
|
200
199
|
}
|
|
201
200
|
}
|
|
202
201
|
|
|
203
|
-
/*! Kanban component's material theme definitions and variables */
|
|
204
202
|
.e-kanban .e-column-expand::before {
|
|
205
203
|
content: '\e70f';
|
|
206
204
|
}
|
|
@@ -588,7 +586,6 @@
|
|
|
588
586
|
border-radius: 6px;
|
|
589
587
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
590
588
|
margin-bottom: 12px;
|
|
591
|
-
padding-bottom: 18px;
|
|
592
589
|
}
|
|
593
590
|
|
|
594
591
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-draggable,
|
|
@@ -625,7 +622,7 @@
|
|
|
625
622
|
padding: 8px 11px;
|
|
626
623
|
font-size: 14px;
|
|
627
624
|
line-height: 1.625;
|
|
628
|
-
padding: 12px 18px
|
|
625
|
+
padding: 12px 18px;
|
|
629
626
|
}
|
|
630
627
|
|
|
631
628
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color,
|
|
@@ -644,7 +641,7 @@
|
|
|
644
641
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content,
|
|
645
642
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content {
|
|
646
643
|
padding: 8px 11px 8px 8px;
|
|
647
|
-
padding: 12px 18px
|
|
644
|
+
padding: 12px 18px 8px 16px;
|
|
648
645
|
}
|
|
649
646
|
|
|
650
647
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-tags,
|
|
@@ -674,7 +671,7 @@
|
|
|
674
671
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-footer,
|
|
675
672
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-footer {
|
|
676
673
|
padding: 0 11px 7px 8px;
|
|
677
|
-
padding: 8px 18px
|
|
674
|
+
padding: 8px 18px 8px 16px;
|
|
678
675
|
}
|
|
679
676
|
|
|
680
677
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tag,
|
|
@@ -705,7 +702,7 @@
|
|
|
705
702
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-footer,
|
|
706
703
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-footer {
|
|
707
704
|
padding: 0 11px 7px;
|
|
708
|
-
padding: 8px 18px
|
|
705
|
+
padding: 8px 18px;
|
|
709
706
|
}
|
|
710
707
|
|
|
711
708
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-cloned-card,
|
|
@@ -1249,6 +1246,10 @@
|
|
|
1249
1246
|
width: 100%;
|
|
1250
1247
|
}
|
|
1251
1248
|
|
|
1249
|
+
.e-kanban-dialog {
|
|
1250
|
+
min-width: 350px;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1252
1253
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
1253
1254
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
1254
1255
|
width: 100%;
|
|
@@ -1346,6 +1347,10 @@
|
|
|
1346
1347
|
color: #fff;
|
|
1347
1348
|
}
|
|
1348
1349
|
|
|
1350
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1351
|
+
background-color: #155e75;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1349
1354
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1350
1355
|
color: #22d3ee;
|
|
1351
1356
|
}
|
|
@@ -1394,7 +1399,9 @@
|
|
|
1394
1399
|
}
|
|
1395
1400
|
|
|
1396
1401
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1397
|
-
background-color:
|
|
1402
|
+
background-color: initial;
|
|
1403
|
+
color: #fff;
|
|
1404
|
+
font-weight: 400;
|
|
1398
1405
|
border-color: #d1d5db;
|
|
1399
1406
|
border-radius: 4px;
|
|
1400
1407
|
outline: none;
|
|
@@ -180,7 +180,6 @@
|
|
|
180
180
|
height: 100%;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
/*! component's theme wise override material-definitions and variables */
|
|
184
183
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
185
184
|
@keyframes material-spinner-rotate {
|
|
186
185
|
0% {
|
|
@@ -200,7 +199,6 @@
|
|
|
200
199
|
}
|
|
201
200
|
}
|
|
202
201
|
|
|
203
|
-
/*! Kanban component's material theme definitions and variables */
|
|
204
202
|
.e-kanban .e-column-expand::before {
|
|
205
203
|
content: '\e70f';
|
|
206
204
|
}
|
|
@@ -588,7 +586,6 @@
|
|
|
588
586
|
border-radius: 6px;
|
|
589
587
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
590
588
|
margin-bottom: 12px;
|
|
591
|
-
padding-bottom: 18px;
|
|
592
589
|
}
|
|
593
590
|
|
|
594
591
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-draggable,
|
|
@@ -625,7 +622,7 @@
|
|
|
625
622
|
padding: 8px 11px;
|
|
626
623
|
font-size: 14px;
|
|
627
624
|
line-height: 1.625;
|
|
628
|
-
padding: 12px 18px
|
|
625
|
+
padding: 12px 18px;
|
|
629
626
|
}
|
|
630
627
|
|
|
631
628
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color,
|
|
@@ -644,7 +641,7 @@
|
|
|
644
641
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content,
|
|
645
642
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content {
|
|
646
643
|
padding: 8px 11px 8px 8px;
|
|
647
|
-
padding: 12px 18px
|
|
644
|
+
padding: 12px 18px 8px 16px;
|
|
648
645
|
}
|
|
649
646
|
|
|
650
647
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-tags,
|
|
@@ -674,7 +671,7 @@
|
|
|
674
671
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-footer,
|
|
675
672
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-footer {
|
|
676
673
|
padding: 0 11px 7px 8px;
|
|
677
|
-
padding: 8px 18px
|
|
674
|
+
padding: 8px 18px 8px 16px;
|
|
678
675
|
}
|
|
679
676
|
|
|
680
677
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tag,
|
|
@@ -705,7 +702,7 @@
|
|
|
705
702
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-footer,
|
|
706
703
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-footer {
|
|
707
704
|
padding: 0 11px 7px;
|
|
708
|
-
padding: 8px 18px
|
|
705
|
+
padding: 8px 18px;
|
|
709
706
|
}
|
|
710
707
|
|
|
711
708
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-cloned-card,
|
|
@@ -1249,6 +1246,10 @@
|
|
|
1249
1246
|
width: 100%;
|
|
1250
1247
|
}
|
|
1251
1248
|
|
|
1249
|
+
.e-kanban-dialog {
|
|
1250
|
+
min-width: 350px;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1252
1253
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
1253
1254
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
1254
1255
|
width: 100%;
|
|
@@ -1346,6 +1347,10 @@
|
|
|
1346
1347
|
color: #111827;
|
|
1347
1348
|
}
|
|
1348
1349
|
|
|
1350
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1351
|
+
background-color: #e0e7ff;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1349
1354
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1350
1355
|
color: #4f46e5;
|
|
1351
1356
|
}
|
|
@@ -1394,7 +1399,9 @@
|
|
|
1394
1399
|
}
|
|
1395
1400
|
|
|
1396
1401
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1397
|
-
background-color:
|
|
1402
|
+
background-color: initial;
|
|
1403
|
+
color: #111827;
|
|
1404
|
+
font-weight: 400;
|
|
1398
1405
|
border-color: #d1d5db;
|
|
1399
1406
|
border-radius: 4px;
|
|
1400
1407
|
outline: none;
|
package/styles/material-dark.css
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
17
|
-
color: #
|
|
17
|
+
color: #00b0ff;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
@@ -871,6 +871,10 @@
|
|
|
871
871
|
width: 100%;
|
|
872
872
|
}
|
|
873
873
|
|
|
874
|
+
.e-kanban-dialog {
|
|
875
|
+
min-width: 350px;
|
|
876
|
+
}
|
|
877
|
+
|
|
874
878
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
875
879
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
876
880
|
width: 100%;
|
|
@@ -948,12 +952,16 @@
|
|
|
948
952
|
color: rgba(0, 0, 0, 0.87);
|
|
949
953
|
}
|
|
950
954
|
|
|
955
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
956
|
+
background-color: rgba(63, 81, 181, 0.1);
|
|
957
|
+
}
|
|
958
|
+
|
|
951
959
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
952
960
|
color: #3f51b5;
|
|
953
961
|
}
|
|
954
962
|
|
|
955
963
|
.e-kanban .e-kanban-table.e-content-table .e-card.e-selection {
|
|
956
|
-
background-color: #
|
|
964
|
+
background-color: #757575;
|
|
957
965
|
}
|
|
958
966
|
|
|
959
967
|
.e-kanban .e-kanban-table.e-content-table .e-card .e-card-header {
|
|
@@ -990,3 +998,8 @@
|
|
|
990
998
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
991
999
|
color: rgba(0, 0, 0, 0.87);
|
|
992
1000
|
}
|
|
1001
|
+
|
|
1002
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1003
|
+
background-color: initial;
|
|
1004
|
+
color: #fff;
|
|
1005
|
+
}
|
package/styles/material.css
CHANGED
|
@@ -896,6 +896,10 @@
|
|
|
896
896
|
width: 100%;
|
|
897
897
|
}
|
|
898
898
|
|
|
899
|
+
.e-kanban-dialog {
|
|
900
|
+
min-width: 350px;
|
|
901
|
+
}
|
|
902
|
+
|
|
899
903
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
900
904
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
901
905
|
width: 100%;
|
|
@@ -973,6 +977,10 @@
|
|
|
973
977
|
color: rgba(0, 0, 0, 0.87);
|
|
974
978
|
}
|
|
975
979
|
|
|
980
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
981
|
+
background-color: rgba(63, 81, 181, 0.1);
|
|
982
|
+
}
|
|
983
|
+
|
|
976
984
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
977
985
|
color: #3f51b5;
|
|
978
986
|
}
|
|
@@ -1015,3 +1023,8 @@
|
|
|
1015
1023
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
1016
1024
|
color: rgba(0, 0, 0, 0.87);
|
|
1017
1025
|
}
|
|
1026
|
+
|
|
1027
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1028
|
+
background-color: initial;
|
|
1029
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1030
|
+
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -180,8 +180,7 @@
|
|
|
180
180
|
height: 100%;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
/*!
|
|
184
|
-
/*! TreeView's tailwind-dark theme wise override definitions and variables */
|
|
183
|
+
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
185
184
|
@keyframes material-spinner-rotate {
|
|
186
185
|
0% {
|
|
187
186
|
transform: rotate(0);
|
|
@@ -200,7 +199,6 @@
|
|
|
200
199
|
}
|
|
201
200
|
}
|
|
202
201
|
|
|
203
|
-
/*! Kanban component's material theme definitions and variables */
|
|
204
202
|
.e-kanban .e-column-expand::before {
|
|
205
203
|
content: '\e70f';
|
|
206
204
|
}
|
|
@@ -588,7 +586,6 @@
|
|
|
588
586
|
border-radius: 6px;
|
|
589
587
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
590
588
|
margin-bottom: 12px;
|
|
591
|
-
padding-bottom: 18px;
|
|
592
589
|
}
|
|
593
590
|
|
|
594
591
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-draggable,
|
|
@@ -625,7 +622,7 @@
|
|
|
625
622
|
padding: 8px 11px;
|
|
626
623
|
font-size: 14px;
|
|
627
624
|
line-height: 1.625;
|
|
628
|
-
padding: 12px 18px
|
|
625
|
+
padding: 12px 18px;
|
|
629
626
|
}
|
|
630
627
|
|
|
631
628
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color,
|
|
@@ -644,7 +641,7 @@
|
|
|
644
641
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-content,
|
|
645
642
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-content {
|
|
646
643
|
padding: 8px 11px 8px 8px;
|
|
647
|
-
padding: 12px 18px
|
|
644
|
+
padding: 12px 18px 8px 16px;
|
|
648
645
|
}
|
|
649
646
|
|
|
650
647
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-tags,
|
|
@@ -674,7 +671,7 @@
|
|
|
674
671
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-card-color .e-card-footer,
|
|
675
672
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card.e-card-color .e-card-footer {
|
|
676
673
|
padding: 0 11px 7px 8px;
|
|
677
|
-
padding: 8px 18px
|
|
674
|
+
padding: 8px 18px 8px 16px;
|
|
678
675
|
}
|
|
679
676
|
|
|
680
677
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-tag,
|
|
@@ -705,7 +702,7 @@
|
|
|
705
702
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card .e-card-footer,
|
|
706
703
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-container .e-card .e-card-footer {
|
|
707
704
|
padding: 0 11px 7px;
|
|
708
|
-
padding: 8px 18px
|
|
705
|
+
padding: 8px 18px;
|
|
709
706
|
}
|
|
710
707
|
|
|
711
708
|
.e-kanban .e-kanban-content .e-content-row .e-content-cells .e-card-wrapper .e-card.e-cloned-card,
|
|
@@ -1249,6 +1246,10 @@
|
|
|
1249
1246
|
width: 100%;
|
|
1250
1247
|
}
|
|
1251
1248
|
|
|
1249
|
+
.e-kanban-dialog {
|
|
1250
|
+
min-width: 350px;
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1252
1253
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
1253
1254
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
1254
1255
|
width: 100%;
|
|
@@ -1346,6 +1347,10 @@
|
|
|
1346
1347
|
color: #fff;
|
|
1347
1348
|
}
|
|
1348
1349
|
|
|
1350
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1351
|
+
background-color: #155e75;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1349
1354
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1350
1355
|
color: #22d3ee;
|
|
1351
1356
|
}
|
|
@@ -1394,7 +1399,9 @@
|
|
|
1394
1399
|
}
|
|
1395
1400
|
|
|
1396
1401
|
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1397
|
-
background-color:
|
|
1402
|
+
background-color: initial;
|
|
1403
|
+
color: #fff;
|
|
1404
|
+
font-weight: 400;
|
|
1398
1405
|
border-color: #d1d5db;
|
|
1399
1406
|
border-radius: 4px;
|
|
1400
1407
|
outline: none;
|