@syncfusion/ej2-angular-kanban 20.2.43 → 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 +4 -6
- 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 +4 -6
- 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 +4 -6
- 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 +4 -6
- 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
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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';
|
package/styles/material-dark.css
CHANGED
|
@@ -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
|
}
|
|
@@ -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
|
}
|
package/styles/material.css
CHANGED
|
@@ -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
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -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;
|
package/styles/tailwind.css
CHANGED
|
@@ -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;
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { ColumnDirective, ColumnsDirective } from './kanban/columns.directive';
|
|
2
|
-
export { StackedHeaderDirective, StackedHeadersDirective } from './kanban/stackedheaders.directive';
|
|
3
|
-
export { KanbanComponent } from './kanban/kanban.component';
|
|
4
|
-
export { KanbanModule } from './kanban/kanban.module';
|
|
5
|
-
export { KanbanAllModule } from './kanban/kanban-all.module';
|
|
6
|
-
export * from '@syncfusion/ej2-kanban';
|
|
7
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGVBQWUsRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLDRCQUE0QixDQUFDO0FBQzVFLE9BQU8sRUFBQyxzQkFBc0IsRUFBQyx1QkFBdUIsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxlQUFlLEVBQUMsTUFBTSwyQkFBMkIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQzdELGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge0NvbHVtbkRpcmVjdGl2ZSxDb2x1bW5zRGlyZWN0aXZlfSBmcm9tICcuL2thbmJhbi9jb2x1bW5zLmRpcmVjdGl2ZSc7XG5leHBvcnQge1N0YWNrZWRIZWFkZXJEaXJlY3RpdmUsU3RhY2tlZEhlYWRlcnNEaXJlY3RpdmV9IGZyb20gJy4va2FuYmFuL3N0YWNrZWRoZWFkZXJzLmRpcmVjdGl2ZSc7XG5leHBvcnQgeyBLYW5iYW5Db21wb25lbnR9IGZyb20gJy4va2FuYmFuL2thbmJhbi5jb21wb25lbnQnO1xuZXhwb3J0IHsgS2FuYmFuTW9kdWxlIH0gZnJvbSAnLi9rYW5iYW4va2FuYmFuLm1vZHVsZSc7XG5leHBvcnQgeyBLYW5iYW5BbGxNb2R1bGUgfSBmcm9tICcuL2thbmJhbi9rYW5iYW4tYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajIta2FuYmFuJzsiXX0=
|