@syncfusion/ej2-dropdowns 25.2.7-130084 → 26.1.35-7502
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/.eslintrc.json +3 -2
- package/{ReadMe.md → README.md} +1 -1
- package/dist/ej2-dropdowns.min.js +10 -1
- package/dist/ej2-dropdowns.umd.min.js +10 -1
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +505 -215
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +498 -207
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +10 -1
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/package.json +80 -79
- package/src/auto-complete/auto-complete-model.d.ts +10 -10
- package/src/auto-complete/auto-complete.d.ts +12 -12
- package/src/auto-complete/auto-complete.js +3 -3
- package/src/combo-box/combo-box-model.d.ts +17 -17
- package/src/combo-box/combo-box.d.ts +27 -27
- package/src/combo-box/combo-box.js +25 -10
- package/src/common/interface.js +0 -1
- package/src/common/virtual-scroll.js +1 -0
- package/src/drop-down-base/drop-down-base-model.d.ts +21 -14
- package/src/drop-down-base/drop-down-base.d.ts +43 -17
- package/src/drop-down-base/drop-down-base.js +65 -10
- package/src/drop-down-list/drop-down-list-model.d.ts +3 -3
- package/src/drop-down-list/drop-down-list.d.ts +19 -5
- package/src/drop-down-list/drop-down-list.js +130 -5
- package/src/drop-down-tree/drop-down-tree-model.d.ts +16 -16
- package/src/drop-down-tree/drop-down-tree.d.ts +18 -14
- package/src/drop-down-tree/drop-down-tree.js +52 -38
- package/src/list-box/list-box-model.d.ts +2 -2
- package/src/list-box/list-box.d.ts +2 -2
- package/src/list-box/list-box.js +30 -9
- package/src/mention/mention.js +23 -8
- package/src/multi-select/interface.js +0 -1
- package/src/multi-select/multi-select.d.ts +15 -0
- package/src/multi-select/multi-select.js +135 -12
- package/styles/auto-complete/_bootstrap5.3-definition.scss +2 -0
- package/styles/auto-complete/_fluent2-definition.scss +2 -0
- package/styles/auto-complete/bootstrap-dark.css +5 -2
- package/styles/auto-complete/bootstrap.css +5 -2
- package/styles/auto-complete/bootstrap4.css +6 -2
- package/styles/auto-complete/bootstrap5-dark.css +6 -2
- package/styles/auto-complete/bootstrap5.css +6 -2
- package/styles/auto-complete/fabric-dark.css +3 -1
- package/styles/auto-complete/fabric.css +3 -1
- package/styles/auto-complete/fluent-dark.css +6 -2
- package/styles/auto-complete/fluent.css +6 -2
- package/styles/auto-complete/fluent2.css +1140 -0
- package/styles/auto-complete/fluent2.scss +4 -0
- package/styles/auto-complete/highcontrast-light.css +3 -1
- package/styles/auto-complete/highcontrast.css +3 -1
- package/styles/auto-complete/material-dark.css +16 -5
- package/styles/auto-complete/material.css +16 -5
- package/styles/auto-complete/material3-dark.css +17 -6
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.css +17 -6
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/auto-complete/tailwind-dark.css +16 -5
- package/styles/auto-complete/tailwind.css +16 -5
- package/styles/bootstrap-dark.css +196 -228
- package/styles/bootstrap-dark.scss +28 -8
- package/styles/bootstrap.css +196 -228
- package/styles/bootstrap.scss +28 -8
- package/styles/bootstrap4.css +199 -229
- package/styles/bootstrap4.scss +28 -8
- package/styles/bootstrap5-dark.css +196 -221
- package/styles/bootstrap5-dark.scss +28 -8
- package/styles/bootstrap5.css +196 -221
- package/styles/bootstrap5.scss +28 -8
- package/styles/combo-box/_bootstrap5.3-definition.scss +2 -0
- package/styles/combo-box/_fluent2-definition.scss +2 -0
- package/styles/combo-box/bootstrap-dark.css +5 -2
- package/styles/combo-box/bootstrap.css +5 -2
- package/styles/combo-box/bootstrap4.css +6 -2
- package/styles/combo-box/bootstrap5-dark.css +6 -2
- package/styles/combo-box/bootstrap5.css +6 -2
- package/styles/combo-box/fabric-dark.css +3 -1
- package/styles/combo-box/fabric.css +3 -1
- package/styles/combo-box/fluent-dark.css +6 -2
- package/styles/combo-box/fluent.css +6 -2
- package/styles/combo-box/fluent2.css +1140 -0
- package/styles/combo-box/fluent2.scss +4 -0
- package/styles/combo-box/highcontrast-light.css +3 -1
- package/styles/combo-box/highcontrast.css +3 -1
- package/styles/combo-box/material-dark.css +16 -5
- package/styles/combo-box/material.css +16 -5
- package/styles/combo-box/material3-dark.css +17 -6
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.css +17 -6
- package/styles/combo-box/material3.scss +1 -1
- package/styles/combo-box/tailwind-dark.css +16 -5
- package/styles/combo-box/tailwind.css +16 -5
- package/styles/drop-down-base/_bds-definition.scss +2 -2
- package/styles/drop-down-base/_bootstrap5.3-definition.scss +117 -0
- package/styles/drop-down-base/_fluent2-definition.scss +134 -0
- package/styles/drop-down-base/_layout.scss +12 -2
- package/styles/drop-down-base/_material3-definition.scss +0 -11
- package/styles/drop-down-base/_theme.scss +2 -11
- package/styles/drop-down-base/bootstrap-dark.css +2 -1
- package/styles/drop-down-base/bootstrap.css +2 -1
- package/styles/drop-down-base/bootstrap4.css +2 -1
- package/styles/drop-down-base/bootstrap5-dark.css +2 -1
- package/styles/drop-down-base/bootstrap5.css +2 -1
- package/styles/drop-down-base/fabric-dark.css +2 -1
- package/styles/drop-down-base/fabric.css +2 -1
- package/styles/drop-down-base/fluent-dark.css +2 -1
- package/styles/drop-down-base/fluent.css +2 -1
- package/styles/drop-down-base/fluent2.css +1447 -0
- package/styles/drop-down-base/fluent2.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +2 -1
- package/styles/drop-down-base/highcontrast.css +2 -1
- package/styles/drop-down-base/material-dark.css +2 -1
- package/styles/drop-down-base/material.css +2 -1
- package/styles/drop-down-base/material3-dark.css +9 -2
- package/styles/drop-down-base/material3-dark.scss +1 -1
- package/styles/drop-down-base/material3.css +9 -2
- package/styles/drop-down-base/material3.scss +1 -1
- package/styles/drop-down-base/tailwind-dark.css +2 -1
- package/styles/drop-down-base/tailwind.css +2 -1
- package/styles/drop-down-list/_bootstrap5.3-definition.scss +201 -0
- package/styles/drop-down-list/_fluent2-definition.scss +134 -0
- package/styles/drop-down-list/_layout.scss +5 -3
- package/styles/drop-down-list/_material3-definition.scss +0 -8
- package/styles/drop-down-list/bootstrap-dark.css +38 -3
- package/styles/drop-down-list/bootstrap.css +38 -3
- package/styles/drop-down-list/bootstrap4.css +39 -3
- package/styles/drop-down-list/bootstrap5-dark.css +39 -3
- package/styles/drop-down-list/bootstrap5.css +39 -3
- package/styles/drop-down-list/fabric-dark.css +36 -2
- package/styles/drop-down-list/fabric.css +36 -2
- package/styles/drop-down-list/fluent-dark.css +39 -3
- package/styles/drop-down-list/fluent.css +39 -3
- package/styles/drop-down-list/fluent2.css +1684 -0
- package/styles/drop-down-list/fluent2.scss +9 -0
- package/styles/drop-down-list/highcontrast-light.css +36 -2
- package/styles/drop-down-list/highcontrast.css +36 -2
- package/styles/drop-down-list/icons/_bootstrap5.3.scss +14 -0
- package/styles/drop-down-list/icons/_fluent2.scss +14 -0
- package/styles/drop-down-list/material-dark.css +58 -7
- package/styles/drop-down-list/material.css +72 -9
- package/styles/drop-down-list/material3-dark.css +74 -10
- package/styles/drop-down-list/material3-dark.scss +1 -1
- package/styles/drop-down-list/material3.css +74 -10
- package/styles/drop-down-list/material3.scss +1 -1
- package/styles/drop-down-list/tailwind-dark.css +49 -6
- package/styles/drop-down-list/tailwind.css +49 -6
- package/styles/drop-down-tree/_bds-definition.scss +5 -0
- package/styles/drop-down-tree/_bootstrap4-definition.scss +1 -0
- package/styles/drop-down-tree/_bootstrap5-definition.scss +5 -0
- package/styles/drop-down-tree/_bootstrap5.3-definition.scss +66 -0
- package/styles/drop-down-tree/_fluent-definition.scss +4 -0
- package/styles/drop-down-tree/_fluent2-definition.scss +75 -0
- package/styles/drop-down-tree/_layout.scss +289 -327
- package/styles/drop-down-tree/_material3-definition.scss +3 -5
- package/styles/drop-down-tree/_tailwind-definition.scss +7 -2
- package/styles/drop-down-tree/_theme.scss +24 -41
- package/styles/drop-down-tree/bootstrap-dark.css +63 -29
- package/styles/drop-down-tree/bootstrap.css +63 -29
- package/styles/drop-down-tree/bootstrap4.css +64 -30
- package/styles/drop-down-tree/bootstrap5-dark.css +63 -27
- package/styles/drop-down-tree/bootstrap5.css +63 -27
- package/styles/drop-down-tree/fabric-dark.css +63 -29
- package/styles/drop-down-tree/fabric.css +63 -29
- package/styles/drop-down-tree/fluent-dark.css +71 -35
- package/styles/drop-down-tree/fluent.css +71 -35
- package/styles/drop-down-tree/fluent2.css +1732 -0
- package/styles/drop-down-tree/fluent2.scss +9 -0
- package/styles/drop-down-tree/highcontrast-light.css +63 -29
- package/styles/drop-down-tree/highcontrast.css +63 -23
- package/styles/drop-down-tree/icons/_bootstrap5.3.scss +11 -0
- package/styles/drop-down-tree/icons/_fluent2.scss +14 -0
- package/styles/drop-down-tree/material-dark.css +80 -43
- package/styles/drop-down-tree/material.css +97 -51
- package/styles/drop-down-tree/material3-dark.css +85 -32
- package/styles/drop-down-tree/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.css +85 -32
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +72 -28
- package/styles/drop-down-tree/tailwind.css +72 -28
- package/styles/fabric-dark.css +194 -227
- package/styles/fabric-dark.scss +28 -8
- package/styles/fabric.css +194 -227
- package/styles/fabric.scss +28 -8
- package/styles/fluent-dark.css +206 -236
- package/styles/fluent-dark.scss +28 -8
- package/styles/fluent.css +206 -236
- package/styles/fluent.scss +28 -8
- package/styles/fluent2.css +4771 -0
- package/styles/fluent2.scss +28 -0
- package/styles/highcontrast-light.css +197 -227
- package/styles/highcontrast-light.scss +28 -8
- package/styles/highcontrast.css +197 -221
- package/styles/highcontrast.scss +28 -8
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -2
- package/styles/list-box/_bootstrap5.3-definition.scss +120 -0
- package/styles/list-box/_fabric-dark-definition.scss +0 -2
- package/styles/list-box/_fluent2-definition.scss +121 -0
- package/styles/list-box/_highcontrast-light-definition.scss +0 -2
- package/styles/list-box/_layout.scss +65 -44
- package/styles/list-box/_material-dark-definition.scss +0 -2
- package/styles/list-box/_tailwind-definition.scss +1 -1
- package/styles/list-box/_theme.scss +36 -65
- package/styles/list-box/bootstrap-dark.css +72 -112
- package/styles/list-box/bootstrap.css +72 -112
- package/styles/list-box/bootstrap4.css +72 -112
- package/styles/list-box/bootstrap5-dark.css +72 -106
- package/styles/list-box/bootstrap5.css +72 -106
- package/styles/list-box/fabric-dark.css +72 -112
- package/styles/list-box/fabric.css +72 -112
- package/styles/list-box/fluent-dark.css +72 -112
- package/styles/list-box/fluent.css +72 -112
- package/styles/list-box/fluent2.css +2029 -0
- package/styles/list-box/fluent2.scss +5 -0
- package/styles/list-box/highcontrast-light.css +72 -112
- package/styles/list-box/highcontrast.css +72 -112
- package/styles/list-box/icons/_bootstrap5.3.scss +25 -0
- package/styles/list-box/icons/_fluent2.scss +25 -0
- package/styles/list-box/material-dark.css +72 -112
- package/styles/list-box/material.css +72 -112
- package/styles/list-box/material3-dark.css +73 -113
- package/styles/list-box/material3-dark.scss +1 -1
- package/styles/list-box/material3.css +73 -113
- package/styles/list-box/material3.scss +1 -1
- package/styles/list-box/tailwind-dark.css +74 -114
- package/styles/list-box/tailwind.css +74 -114
- package/styles/material-dark.css +236 -260
- package/styles/material-dark.scss +28 -8
- package/styles/material.css +253 -284
- package/styles/material.scss +28 -8
- package/styles/material3-dark.css +253 -266
- package/styles/material3-dark.scss +29 -9
- package/styles/material3.css +253 -266
- package/styles/material3.scss +29 -9
- package/styles/mention/_bootstrap5.3-definition.scss +1 -0
- package/styles/mention/_fluent2-definition.scss +1 -0
- package/styles/mention/bootstrap-dark.css +24 -0
- package/styles/mention/bootstrap.css +24 -0
- package/styles/mention/bootstrap4.css +24 -0
- package/styles/mention/bootstrap5-dark.css +24 -0
- package/styles/mention/bootstrap5.css +24 -0
- package/styles/mention/fabric-dark.css +24 -0
- package/styles/mention/fabric.css +24 -0
- package/styles/mention/fluent-dark.css +24 -0
- package/styles/mention/fluent.css +24 -0
- package/styles/mention/fluent2.css +1130 -0
- package/styles/mention/fluent2.scss +6 -0
- package/styles/mention/highcontrast-light.css +24 -0
- package/styles/mention/highcontrast.css +24 -0
- package/styles/mention/material-dark.css +24 -0
- package/styles/mention/material.css +24 -0
- package/styles/mention/material3-dark.css +25 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.css +25 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/mention/tailwind-dark.css +24 -0
- package/styles/mention/tailwind.css +24 -0
- package/styles/multi-select/_bootstrap5.3-definition.scss +230 -0
- package/styles/multi-select/_fluent2-definition.scss +236 -0
- package/styles/multi-select/_layout.scss +32 -38
- package/styles/multi-select/_material3-definition.scss +0 -15
- package/styles/multi-select/_theme.scss +0 -4
- package/styles/multi-select/bootstrap-dark.css +67 -28
- package/styles/multi-select/bootstrap.css +67 -28
- package/styles/multi-select/bootstrap4.css +70 -29
- package/styles/multi-select/bootstrap5-dark.css +67 -28
- package/styles/multi-select/bootstrap5.css +67 -28
- package/styles/multi-select/fabric-dark.css +67 -28
- package/styles/multi-select/fabric.css +67 -28
- package/styles/multi-select/fluent-dark.css +69 -29
- package/styles/multi-select/fluent.css +69 -29
- package/styles/multi-select/fluent2.css +2663 -0
- package/styles/multi-select/fluent2.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +70 -28
- package/styles/multi-select/highcontrast.css +70 -28
- package/styles/multi-select/icons/_bootstrap5.3.scss +26 -0
- package/styles/multi-select/icons/_fluent2.scss +692 -0
- package/styles/multi-select/material-dark.css +88 -32
- package/styles/multi-select/material.css +102 -34
- package/styles/multi-select/material3-dark.css +109 -35
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.css +109 -35
- package/styles/multi-select/material3.scss +1 -1
- package/styles/multi-select/tailwind-dark.css +67 -28
- package/styles/multi-select/tailwind.css +67 -28
- package/styles/tailwind-dark.css +217 -233
- package/styles/tailwind-dark.scss +28 -8
- package/styles/tailwind.css +217 -233
- package/styles/tailwind.scss +28 -8
- package/CHANGELOG.md +0 -2200
|
@@ -1,18 +1,42 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
4
|
+
0% {
|
|
5
|
+
-webkit-transform: rotate(0);
|
|
6
|
+
transform: rotate(0);
|
|
7
|
+
}
|
|
8
|
+
100% {
|
|
9
|
+
-webkit-transform: rotate(360deg);
|
|
10
|
+
transform: rotate(360deg);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
3
13
|
@keyframes material-spinner-rotate {
|
|
4
14
|
0% {
|
|
15
|
+
-webkit-transform: rotate(0);
|
|
5
16
|
transform: rotate(0);
|
|
6
17
|
}
|
|
7
18
|
100% {
|
|
19
|
+
-webkit-transform: rotate(360deg);
|
|
20
|
+
transform: rotate(360deg);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
24
|
+
0% {
|
|
25
|
+
-webkit-transform: rotate(0);
|
|
26
|
+
transform: rotate(0);
|
|
27
|
+
}
|
|
28
|
+
100% {
|
|
29
|
+
-webkit-transform: rotate(360deg);
|
|
8
30
|
transform: rotate(360deg);
|
|
9
31
|
}
|
|
10
32
|
}
|
|
11
33
|
@keyframes fabric-spinner-rotate {
|
|
12
34
|
0% {
|
|
35
|
+
-webkit-transform: rotate(0);
|
|
13
36
|
transform: rotate(0);
|
|
14
37
|
}
|
|
15
38
|
100% {
|
|
39
|
+
-webkit-transform: rotate(360deg);
|
|
16
40
|
transform: rotate(360deg);
|
|
17
41
|
}
|
|
18
42
|
}
|
|
@@ -31,7 +55,8 @@
|
|
|
31
55
|
|
|
32
56
|
.e-ddl.e-popup {
|
|
33
57
|
border: 0;
|
|
34
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
58
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
59
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
35
60
|
margin-top: 1px;
|
|
36
61
|
}
|
|
37
62
|
.e-ddl.e-popup .e-input-group input {
|
|
@@ -39,6 +64,7 @@
|
|
|
39
64
|
}
|
|
40
65
|
|
|
41
66
|
.e-ddl.e-popup .e-input-group {
|
|
67
|
+
display: -webkit-box;
|
|
42
68
|
display: -ms-flexbox;
|
|
43
69
|
display: flex;
|
|
44
70
|
width: auto;
|
|
@@ -183,7 +209,8 @@
|
|
|
183
209
|
.e-filter-parent {
|
|
184
210
|
border: 1px solid #c8c8c8;
|
|
185
211
|
border-top-width: 0;
|
|
186
|
-
box-shadow: none;
|
|
212
|
+
-webkit-box-shadow: none;
|
|
213
|
+
box-shadow: none;
|
|
187
214
|
display: block;
|
|
188
215
|
padding: 5px;
|
|
189
216
|
}
|
|
@@ -258,6 +285,7 @@
|
|
|
258
285
|
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
259
286
|
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
260
287
|
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
|
|
288
|
+
display: -webkit-box;
|
|
261
289
|
display: -ms-flexbox;
|
|
262
290
|
display: flex;
|
|
263
291
|
}
|
|
@@ -279,6 +307,7 @@
|
|
|
279
307
|
.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
280
308
|
.e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
|
|
281
309
|
cursor: pointer;
|
|
310
|
+
display: -webkit-box;
|
|
282
311
|
display: -ms-flexbox;
|
|
283
312
|
display: flex;
|
|
284
313
|
}
|
|
@@ -298,6 +327,11 @@
|
|
|
298
327
|
pointer-events: none;
|
|
299
328
|
}
|
|
300
329
|
|
|
330
|
+
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
331
|
+
opacity: 0.7;
|
|
332
|
+
pointer-events: none;
|
|
333
|
+
}
|
|
334
|
+
|
|
301
335
|
ejs-autocomplete,
|
|
302
336
|
ejs-combobox,
|
|
303
337
|
ejs-dropdownlist {
|
|
@@ -1,19 +1,43 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable-line no-empty-source */
|
|
3
3
|
/* stylelint-disable property-no-vendor-prefix */
|
|
4
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
5
|
+
0% {
|
|
6
|
+
-webkit-transform: rotate(0);
|
|
7
|
+
transform: rotate(0);
|
|
8
|
+
}
|
|
9
|
+
100% {
|
|
10
|
+
-webkit-transform: rotate(360deg);
|
|
11
|
+
transform: rotate(360deg);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
4
14
|
@keyframes material-spinner-rotate {
|
|
5
15
|
0% {
|
|
16
|
+
-webkit-transform: rotate(0);
|
|
6
17
|
transform: rotate(0);
|
|
7
18
|
}
|
|
8
19
|
100% {
|
|
20
|
+
-webkit-transform: rotate(360deg);
|
|
21
|
+
transform: rotate(360deg);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
25
|
+
0% {
|
|
26
|
+
-webkit-transform: rotate(0);
|
|
27
|
+
transform: rotate(0);
|
|
28
|
+
}
|
|
29
|
+
100% {
|
|
30
|
+
-webkit-transform: rotate(360deg);
|
|
9
31
|
transform: rotate(360deg);
|
|
10
32
|
}
|
|
11
33
|
}
|
|
12
34
|
@keyframes fabric-spinner-rotate {
|
|
13
35
|
0% {
|
|
36
|
+
-webkit-transform: rotate(0);
|
|
14
37
|
transform: rotate(0);
|
|
15
38
|
}
|
|
16
39
|
100% {
|
|
40
|
+
-webkit-transform: rotate(360deg);
|
|
17
41
|
transform: rotate(360deg);
|
|
18
42
|
}
|
|
19
43
|
}
|
|
@@ -58,7 +82,8 @@
|
|
|
58
82
|
|
|
59
83
|
.e-popup.e-ddl {
|
|
60
84
|
border-radius: 4px;
|
|
61
|
-
box-shadow: none;
|
|
85
|
+
-webkit-box-shadow: none;
|
|
86
|
+
box-shadow: none;
|
|
62
87
|
margin-top: 1px;
|
|
63
88
|
}
|
|
64
89
|
.e-popup.e-ddl .e-input-group {
|
|
@@ -73,6 +98,7 @@
|
|
|
73
98
|
}
|
|
74
99
|
|
|
75
100
|
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
101
|
+
display: -webkit-box;
|
|
76
102
|
display: -ms-flexbox;
|
|
77
103
|
display: flex;
|
|
78
104
|
width: auto;
|
|
@@ -144,11 +170,13 @@
|
|
|
144
170
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
145
171
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
146
172
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
147
|
-
box-shadow: none;
|
|
173
|
+
-webkit-box-shadow: none;
|
|
174
|
+
box-shadow: none;
|
|
148
175
|
}
|
|
149
176
|
|
|
150
177
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
151
178
|
background: none;
|
|
179
|
+
display: -webkit-box;
|
|
152
180
|
display: -ms-flexbox;
|
|
153
181
|
display: flex;
|
|
154
182
|
position: relative;
|
|
@@ -254,7 +282,8 @@
|
|
|
254
282
|
.e-filter-parent {
|
|
255
283
|
border: 0;
|
|
256
284
|
border-top-width: 0;
|
|
257
|
-
box-shadow: none;
|
|
285
|
+
-webkit-box-shadow: none;
|
|
286
|
+
box-shadow: none;
|
|
258
287
|
display: block;
|
|
259
288
|
padding: 8px;
|
|
260
289
|
border-bottom: 1px solid #323130;
|
|
@@ -326,6 +355,7 @@
|
|
|
326
355
|
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
327
356
|
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
328
357
|
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
|
|
358
|
+
display: -webkit-box;
|
|
329
359
|
display: -ms-flexbox;
|
|
330
360
|
display: flex;
|
|
331
361
|
}
|
|
@@ -347,6 +377,7 @@
|
|
|
347
377
|
.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
348
378
|
.e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
|
|
349
379
|
cursor: pointer;
|
|
380
|
+
display: -webkit-box;
|
|
350
381
|
display: -ms-flexbox;
|
|
351
382
|
display: flex;
|
|
352
383
|
}
|
|
@@ -366,6 +397,11 @@
|
|
|
366
397
|
pointer-events: none;
|
|
367
398
|
}
|
|
368
399
|
|
|
400
|
+
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
401
|
+
opacity: 0.7;
|
|
402
|
+
pointer-events: none;
|
|
403
|
+
}
|
|
404
|
+
|
|
369
405
|
ejs-autocomplete,
|
|
370
406
|
ejs-combobox,
|
|
371
407
|
ejs-dropdownlist {
|
|
@@ -1,19 +1,43 @@
|
|
|
1
1
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2
2
|
/* stylelint-disable-line no-empty-source */
|
|
3
3
|
/* stylelint-disable property-no-vendor-prefix */
|
|
4
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
5
|
+
0% {
|
|
6
|
+
-webkit-transform: rotate(0);
|
|
7
|
+
transform: rotate(0);
|
|
8
|
+
}
|
|
9
|
+
100% {
|
|
10
|
+
-webkit-transform: rotate(360deg);
|
|
11
|
+
transform: rotate(360deg);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
4
14
|
@keyframes material-spinner-rotate {
|
|
5
15
|
0% {
|
|
16
|
+
-webkit-transform: rotate(0);
|
|
6
17
|
transform: rotate(0);
|
|
7
18
|
}
|
|
8
19
|
100% {
|
|
20
|
+
-webkit-transform: rotate(360deg);
|
|
21
|
+
transform: rotate(360deg);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
25
|
+
0% {
|
|
26
|
+
-webkit-transform: rotate(0);
|
|
27
|
+
transform: rotate(0);
|
|
28
|
+
}
|
|
29
|
+
100% {
|
|
30
|
+
-webkit-transform: rotate(360deg);
|
|
9
31
|
transform: rotate(360deg);
|
|
10
32
|
}
|
|
11
33
|
}
|
|
12
34
|
@keyframes fabric-spinner-rotate {
|
|
13
35
|
0% {
|
|
36
|
+
-webkit-transform: rotate(0);
|
|
14
37
|
transform: rotate(0);
|
|
15
38
|
}
|
|
16
39
|
100% {
|
|
40
|
+
-webkit-transform: rotate(360deg);
|
|
17
41
|
transform: rotate(360deg);
|
|
18
42
|
}
|
|
19
43
|
}
|
|
@@ -58,7 +82,8 @@
|
|
|
58
82
|
|
|
59
83
|
.e-popup.e-ddl {
|
|
60
84
|
border-radius: 4px;
|
|
61
|
-
box-shadow: none;
|
|
85
|
+
-webkit-box-shadow: none;
|
|
86
|
+
box-shadow: none;
|
|
62
87
|
margin-top: 1px;
|
|
63
88
|
}
|
|
64
89
|
.e-popup.e-ddl .e-input-group {
|
|
@@ -73,6 +98,7 @@
|
|
|
73
98
|
}
|
|
74
99
|
|
|
75
100
|
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
101
|
+
display: -webkit-box;
|
|
76
102
|
display: -ms-flexbox;
|
|
77
103
|
display: flex;
|
|
78
104
|
width: auto;
|
|
@@ -144,11 +170,13 @@
|
|
|
144
170
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
145
171
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
146
172
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
147
|
-
box-shadow: none;
|
|
173
|
+
-webkit-box-shadow: none;
|
|
174
|
+
box-shadow: none;
|
|
148
175
|
}
|
|
149
176
|
|
|
150
177
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
151
178
|
background: none;
|
|
179
|
+
display: -webkit-box;
|
|
152
180
|
display: -ms-flexbox;
|
|
153
181
|
display: flex;
|
|
154
182
|
position: relative;
|
|
@@ -254,7 +282,8 @@
|
|
|
254
282
|
.e-filter-parent {
|
|
255
283
|
border: 0;
|
|
256
284
|
border-top-width: 0;
|
|
257
|
-
box-shadow: none;
|
|
285
|
+
-webkit-box-shadow: none;
|
|
286
|
+
box-shadow: none;
|
|
258
287
|
display: block;
|
|
259
288
|
padding: 8px;
|
|
260
289
|
border-bottom: 1px solid #edebe9;
|
|
@@ -326,6 +355,7 @@
|
|
|
326
355
|
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
327
356
|
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
328
357
|
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
|
|
358
|
+
display: -webkit-box;
|
|
329
359
|
display: -ms-flexbox;
|
|
330
360
|
display: flex;
|
|
331
361
|
}
|
|
@@ -347,6 +377,7 @@
|
|
|
347
377
|
.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
348
378
|
.e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
|
|
349
379
|
cursor: pointer;
|
|
380
|
+
display: -webkit-box;
|
|
350
381
|
display: -ms-flexbox;
|
|
351
382
|
display: flex;
|
|
352
383
|
}
|
|
@@ -366,6 +397,11 @@
|
|
|
366
397
|
pointer-events: none;
|
|
367
398
|
}
|
|
368
399
|
|
|
400
|
+
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
401
|
+
opacity: 0.7;
|
|
402
|
+
pointer-events: none;
|
|
403
|
+
}
|
|
404
|
+
|
|
369
405
|
ejs-autocomplete,
|
|
370
406
|
ejs-combobox,
|
|
371
407
|
ejs-dropdownlist {
|