@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 'kanban/bootstrap5.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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/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
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -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
|
}
|
|
@@ -902,6 +902,10 @@
|
|
|
902
902
|
padding: 4px;
|
|
903
903
|
}
|
|
904
904
|
|
|
905
|
+
.e-kanban-dialog {
|
|
906
|
+
min-width: 350px;
|
|
907
|
+
}
|
|
908
|
+
|
|
905
909
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
906
910
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
907
911
|
width: 100%;
|
|
@@ -979,6 +983,10 @@
|
|
|
979
983
|
color: #fff;
|
|
980
984
|
}
|
|
981
985
|
|
|
986
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
987
|
+
background-color: rgba(0, 112, 240, 0.1);
|
|
988
|
+
}
|
|
989
|
+
|
|
982
990
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
983
991
|
color: #0070f0;
|
|
984
992
|
}
|
|
@@ -1022,3 +1030,8 @@
|
|
|
1022
1030
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
1023
1031
|
color: #fff;
|
|
1024
1032
|
}
|
|
1033
|
+
|
|
1034
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1035
|
+
background-color: initial;
|
|
1036
|
+
color: #f0f0f0;
|
|
1037
|
+
}
|
|
@@ -900,6 +900,10 @@
|
|
|
900
900
|
padding: 4px;
|
|
901
901
|
}
|
|
902
902
|
|
|
903
|
+
.e-kanban-dialog {
|
|
904
|
+
min-width: 350px;
|
|
905
|
+
}
|
|
906
|
+
|
|
903
907
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
904
908
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
905
909
|
width: 100%;
|
|
@@ -977,6 +981,10 @@
|
|
|
977
981
|
color: #333;
|
|
978
982
|
}
|
|
979
983
|
|
|
984
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
985
|
+
background-color: rgba(49, 122, 185, 0.1);
|
|
986
|
+
}
|
|
987
|
+
|
|
980
988
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
981
989
|
color: #317ab9;
|
|
982
990
|
}
|
|
@@ -1020,3 +1028,8 @@
|
|
|
1020
1028
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
1021
1029
|
color: #333;
|
|
1022
1030
|
}
|
|
1031
|
+
|
|
1032
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1033
|
+
background-color: initial;
|
|
1034
|
+
color: #555;
|
|
1035
|
+
}
|
|
@@ -232,19 +232,19 @@
|
|
|
232
232
|
|
|
233
233
|
/*! Kanban component's bootstrap4 theme definitions and variables */
|
|
234
234
|
.e-kanban .e-column-expand::before {
|
|
235
|
-
content: '\
|
|
235
|
+
content: '\e70d';
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
.e-kanban .e-column-collapse::before {
|
|
239
|
-
content: '\
|
|
239
|
+
content: '\e76a';
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
.e-kanban .e-swimlane-row-expand::before {
|
|
243
|
-
content: '\
|
|
243
|
+
content: '\e705';
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-kanban .e-swimlane-row-collapse::before {
|
|
247
|
-
content: '\
|
|
247
|
+
content: '\e76a';
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
.e-kanban .e-show-add-icon::before {
|
|
@@ -256,15 +256,15 @@
|
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
.e-kanban.e-rtl .e-column-collapse::before {
|
|
259
|
-
content: '\
|
|
259
|
+
content: '\e70d';
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
.e-kanban.e-rtl .e-column-expand::before {
|
|
263
|
-
content: '\
|
|
263
|
+
content: '\e76a';
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
.e-kanban.e-rtl .e-swimlane-row-collapse::before {
|
|
267
|
-
content: '\
|
|
267
|
+
content: '\e70d';
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
.e-mobile-popup-wrapper .e-close-icon::before {
|
|
@@ -974,6 +974,10 @@
|
|
|
974
974
|
width: 100%;
|
|
975
975
|
}
|
|
976
976
|
|
|
977
|
+
.e-kanban-dialog {
|
|
978
|
+
min-width: 350px;
|
|
979
|
+
}
|
|
980
|
+
|
|
977
981
|
.e-kanban-dialog .e-kanban-form-wrapper table,
|
|
978
982
|
.e-kanban-dialog .e-kanban-form-container table {
|
|
979
983
|
width: 100%;
|
|
@@ -1053,6 +1057,10 @@
|
|
|
1053
1057
|
color: #212529;
|
|
1054
1058
|
}
|
|
1055
1059
|
|
|
1060
|
+
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button:hover {
|
|
1061
|
+
background-color: rgba(0, 123, 255, 0.1);
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1056
1064
|
.e-kanban .e-kanban-table.e-content-table .e-content-row .e-show-add-button .e-show-add-icon {
|
|
1057
1065
|
color: #007bff;
|
|
1058
1066
|
}
|
|
@@ -1096,3 +1104,8 @@
|
|
|
1096
1104
|
.e-kanban .e-frozen-swimlane-row .e-swimlane-header .e-item-count {
|
|
1097
1105
|
color: #212529;
|
|
1098
1106
|
}
|
|
1107
|
+
|
|
1108
|
+
.e-kanban-dialog .e-kanban-form-wrapper table textarea {
|
|
1109
|
+
background-color: initial;
|
|
1110
|
+
color: #495057;
|
|
1111
|
+
}
|