@syncfusion/ej2-dropdowns 19.4.56 → 20.1.51
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/CHANGELOG.md +4 -20
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +32 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +31 -5
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/common/incremental-search.d.ts +1 -0
- package/src/common/incremental-search.js +4 -0
- package/src/drop-down-base/drop-down-base.js +1 -0
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +20 -3
- package/src/multi-select/multi-select.js +1 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/_bootstrap-dark-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +37 -37
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
|
@@ -135,7 +135,10 @@
|
|
|
135
135
|
margin-left: -20px;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
138
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
139
|
+
font-size: 15px;
|
|
140
|
+
}
|
|
141
|
+
|
|
139
142
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
140
143
|
font-size: 15px;
|
|
141
144
|
}
|
|
@@ -144,7 +147,10 @@
|
|
|
144
147
|
padding: 4px 0;
|
|
145
148
|
}
|
|
146
149
|
|
|
147
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
150
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
151
|
+
font-size: 15px;
|
|
152
|
+
}
|
|
153
|
+
|
|
148
154
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
149
155
|
font-size: 15px;
|
|
150
156
|
}
|
|
@@ -163,6 +169,10 @@
|
|
|
163
169
|
top: 0;
|
|
164
170
|
}
|
|
165
171
|
|
|
172
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
173
|
+
margin: 0;
|
|
174
|
+
}
|
|
175
|
+
|
|
166
176
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
167
177
|
position: relative;
|
|
168
178
|
}
|
|
@@ -315,29 +325,41 @@ ejs-dropdownlist {
|
|
|
315
325
|
}
|
|
316
326
|
|
|
317
327
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
328
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
329
|
+
font-size: 13px;
|
|
330
|
+
}
|
|
331
|
+
|
|
318
332
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
319
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
320
333
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
321
334
|
font-size: 13px;
|
|
322
335
|
}
|
|
323
336
|
|
|
324
337
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
338
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
339
|
+
font-size: 13px;
|
|
340
|
+
}
|
|
341
|
+
|
|
325
342
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
326
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
327
343
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
328
344
|
font-size: 13px;
|
|
329
345
|
}
|
|
330
346
|
|
|
331
347
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
348
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
349
|
+
font-size: 14px;
|
|
350
|
+
}
|
|
351
|
+
|
|
332
352
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
333
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
334
353
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
335
354
|
font-size: 14px;
|
|
336
355
|
}
|
|
337
356
|
|
|
338
357
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
358
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
359
|
+
font-size: 14px;
|
|
360
|
+
}
|
|
361
|
+
|
|
339
362
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
340
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
341
363
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
342
364
|
font-size: 14px;
|
|
343
365
|
}
|
|
@@ -128,7 +128,10 @@
|
|
|
128
128
|
margin-left: -20px;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.e-bigger .e-ddl.e-popup .e-list-item
|
|
131
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
132
|
+
font-size: 15px;
|
|
133
|
+
}
|
|
134
|
+
|
|
132
135
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
133
136
|
font-size: 15px;
|
|
134
137
|
}
|
|
@@ -137,7 +140,10 @@
|
|
|
137
140
|
padding: 4px 0;
|
|
138
141
|
}
|
|
139
142
|
|
|
140
|
-
.e-bigger.e-ddl.e-popup .e-list-item
|
|
143
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
144
|
+
font-size: 15px;
|
|
145
|
+
}
|
|
146
|
+
|
|
141
147
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
142
148
|
font-size: 15px;
|
|
143
149
|
}
|
|
@@ -156,6 +162,10 @@
|
|
|
156
162
|
top: 0;
|
|
157
163
|
}
|
|
158
164
|
|
|
165
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
166
|
+
margin: 0;
|
|
167
|
+
}
|
|
168
|
+
|
|
159
169
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
160
170
|
position: relative;
|
|
161
171
|
}
|
|
@@ -308,29 +318,41 @@ ejs-dropdownlist {
|
|
|
308
318
|
}
|
|
309
319
|
|
|
310
320
|
.e-small .e-ddl.e-popup .e-list-item,
|
|
321
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
322
|
+
font-size: 13px;
|
|
323
|
+
}
|
|
324
|
+
|
|
311
325
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
312
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
313
326
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
314
327
|
font-size: 13px;
|
|
315
328
|
}
|
|
316
329
|
|
|
317
330
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
331
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
332
|
+
font-size: 13px;
|
|
333
|
+
}
|
|
334
|
+
|
|
318
335
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
319
|
-
.e-input-group.e-ddl.e-small .e-list-item,
|
|
320
336
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
321
337
|
font-size: 13px;
|
|
322
338
|
}
|
|
323
339
|
|
|
324
340
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
341
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
342
|
+
font-size: 14px;
|
|
343
|
+
}
|
|
344
|
+
|
|
325
345
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
326
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
327
346
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
328
347
|
font-size: 14px;
|
|
329
348
|
}
|
|
330
349
|
|
|
331
350
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
351
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
352
|
+
font-size: 14px;
|
|
353
|
+
}
|
|
354
|
+
|
|
332
355
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
333
|
-
.e-bigger .e-input-group.e-ddl.e-small .e-list-item,
|
|
334
356
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
335
357
|
font-size: 14px;
|
|
336
358
|
}
|
|
@@ -0,0 +1,447 @@
|
|
|
1
|
+
@keyframes material-spinner-rotate {
|
|
2
|
+
0% {
|
|
3
|
+
transform: rotate(0);
|
|
4
|
+
}
|
|
5
|
+
100% {
|
|
6
|
+
transform: rotate(360deg);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
@keyframes fabric-spinner-rotate {
|
|
11
|
+
0% {
|
|
12
|
+
transform: rotate(0);
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
transform: rotate(360deg);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-dropdownbase .e-list-group-item,
|
|
20
|
+
.e-fixed-head {
|
|
21
|
+
font-size: 12px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-small .e-dropdownbase .e-list-group-item,
|
|
25
|
+
.e-small .e-fixed-head,
|
|
26
|
+
.e-small.e-dropdownbase .e-list-group-item,
|
|
27
|
+
.e-small.e-fixed-head {
|
|
28
|
+
font-size: 10px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
32
|
+
.e-bigger .e-fixed-head,
|
|
33
|
+
.e-bigger.e-dropdownbase .e-list-group-item,
|
|
34
|
+
.e-bigger.e-fixed-head {
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
39
|
+
.e-bigger.e-small .e-fixed-head,
|
|
40
|
+
.e-bigger.e-small.e-dropdownbase .e-list-group-item,
|
|
41
|
+
.e-bigger.e-small.e-fixed-head {
|
|
42
|
+
font-size: 12px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
46
|
+
padding: 0 8px 0 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
50
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
51
|
+
padding: 0 12px 0 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
55
|
+
padding: 0 8px 0 0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-popup.e-ddl {
|
|
59
|
+
border-radius: 4px;
|
|
60
|
+
box-shadow: none;
|
|
61
|
+
margin-top: 1px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.e-popup.e-ddl .e-input-group {
|
|
65
|
+
width: auto;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.e-popup.e-ddl .e-input-group input {
|
|
69
|
+
line-height: 15px;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
73
|
+
min-height: 26px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
77
|
+
display: -ms-flexbox;
|
|
78
|
+
display: flex;
|
|
79
|
+
width: auto;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
83
|
+
border: 0;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
87
|
+
margin-top: 0;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
91
|
+
font-size: 16px;
|
|
92
|
+
line-height: 32px;
|
|
93
|
+
padding-left: 0;
|
|
94
|
+
text-indent: 16px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
98
|
+
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
99
|
+
font-size: 14px;
|
|
100
|
+
line-height: 32px;
|
|
101
|
+
padding-left: 0;
|
|
102
|
+
text-indent: 16px;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
106
|
+
min-height: 40px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
110
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
111
|
+
background: transparent;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
115
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
116
|
+
background: #1b1a19;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
120
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
121
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
122
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
123
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
124
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
125
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
126
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
127
|
+
background: none;
|
|
128
|
+
color: #a19f9d;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
132
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
133
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
134
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
135
|
+
background: transparent;
|
|
136
|
+
color: #a19f9d;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
140
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
141
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
142
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
143
|
+
border: 0;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
147
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
148
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
149
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
150
|
+
box-shadow: none;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
154
|
+
background: none;
|
|
155
|
+
display: -ms-flexbox;
|
|
156
|
+
display: flex;
|
|
157
|
+
position: relative;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
161
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
162
|
+
background: #252423;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
166
|
+
font-size: 14px;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
170
|
+
font-size: 16px;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
174
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
175
|
+
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
176
|
+
font-size: 14px;
|
|
177
|
+
line-height: 34px;
|
|
178
|
+
padding-left: 0;
|
|
179
|
+
text-indent: 16px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
183
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
184
|
+
height: 30px;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
188
|
+
min-height: 34px;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.e-ddl .e-search-icon::before {
|
|
192
|
+
content: '\e754';
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.e-ddl .e-back-icon::before {
|
|
196
|
+
content: '\e773';
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
200
|
+
content: '\e729';
|
|
201
|
+
font-family: 'e-icons';
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter,
|
|
205
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
206
|
+
margin-left: -20px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
210
|
+
font-size: 16px;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
214
|
+
font-size: 16px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
218
|
+
font-size: 16px;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
222
|
+
font-size: 16px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.e-popup-full-page {
|
|
226
|
+
bottom: 0;
|
|
227
|
+
left: 0;
|
|
228
|
+
margin: 0;
|
|
229
|
+
overflow: hidden;
|
|
230
|
+
padding: 0;
|
|
231
|
+
right: 0;
|
|
232
|
+
top: 0;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
236
|
+
margin: 0;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
240
|
+
position: relative;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
244
|
+
content: '';
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.e-ddl-device-filter .e-filter-parent {
|
|
248
|
+
background-color: #252423;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
252
|
+
display: none;
|
|
253
|
+
pointer-events: none;
|
|
254
|
+
position: absolute;
|
|
255
|
+
right: 0;
|
|
256
|
+
visibility: hidden;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.e-filter-parent {
|
|
260
|
+
border: 0;
|
|
261
|
+
border-top-width: 0;
|
|
262
|
+
box-shadow: none;
|
|
263
|
+
display: block;
|
|
264
|
+
padding: 8px;
|
|
265
|
+
border-bottom: 1px solid #323130;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.e-ddl.e-input-group:not(.e-disabled) {
|
|
269
|
+
cursor: pointer;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
|
|
273
|
+
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
274
|
+
width: 0;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.e-ddl.e-popup {
|
|
278
|
+
background: #252423;
|
|
279
|
+
border: 1px solid #292827;
|
|
280
|
+
position: absolute;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.e-ddl.e-popup .e-search-icon {
|
|
284
|
+
margin: 0;
|
|
285
|
+
opacity: .57;
|
|
286
|
+
padding: 12px 8px 8px;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.e-ddl.e-popup .e-filter-parent .e-back-icon {
|
|
290
|
+
padding: 0 8px;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.e-ddl.e-popup .e-input-group {
|
|
294
|
+
margin-bottom: 0;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.e-ddl.e-popup .e-ddl-footer,
|
|
298
|
+
.e-ddl.e-popup .e-ddl-header {
|
|
299
|
+
cursor: default;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.e-ddl.e-input-group .e-ddl-hidden,
|
|
303
|
+
.e-ddl.e-float-input .e-ddl-hidden {
|
|
304
|
+
-webkit-appearance: initial;
|
|
305
|
+
border: 0;
|
|
306
|
+
height: 0;
|
|
307
|
+
padding: 0;
|
|
308
|
+
visibility: hidden;
|
|
309
|
+
width: 0;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.e-ddl.e-input-group,
|
|
313
|
+
.e-ddl.e-input-group.e-input-focus:focus {
|
|
314
|
+
outline: none;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.e-dropdownbase .e-list-item .e-highlight {
|
|
318
|
+
display: inline;
|
|
319
|
+
font-weight: bold;
|
|
320
|
+
vertical-align: baseline;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
|
|
324
|
+
.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
|
|
325
|
+
.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
|
|
326
|
+
opacity: 1;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
330
|
+
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
331
|
+
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
332
|
+
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
333
|
+
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
334
|
+
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
335
|
+
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
|
|
336
|
+
display: -ms-flexbox;
|
|
337
|
+
display: flex;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
341
|
+
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
342
|
+
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
343
|
+
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
344
|
+
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
345
|
+
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
346
|
+
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
|
|
347
|
+
display: none;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
351
|
+
.e-input-group.e-static-clear.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
352
|
+
.e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
353
|
+
.e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
354
|
+
.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
355
|
+
.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 {
|
|
356
|
+
cursor: pointer;
|
|
357
|
+
display: -ms-flexbox;
|
|
358
|
+
display: flex;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.e-ddl.e-input-group .e-input-value,
|
|
362
|
+
.e-ddl.e-input-group .e-input-value:focus {
|
|
363
|
+
font-family: inherit;
|
|
364
|
+
font-size: 14px;
|
|
365
|
+
height: auto;
|
|
366
|
+
margin: 0;
|
|
367
|
+
outline: none;
|
|
368
|
+
width: 100%;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.e-ddl.e-input-group input[readonly].e-input,
|
|
372
|
+
.e-ddl.e-input-group input[readonly],
|
|
373
|
+
.e-ddl.e-input-group .e-dropdownlist {
|
|
374
|
+
pointer-events: none;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
ejs-autocomplete,
|
|
378
|
+
ejs-combobox,
|
|
379
|
+
ejs-dropdownlist {
|
|
380
|
+
display: block;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.e-small .e-ddl.e-popup .e-list-item,
|
|
384
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
385
|
+
font-size: 12px;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
389
|
+
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
390
|
+
font-size: 12px;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.e-small.e-ddl.e-popup .e-list-item,
|
|
394
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
395
|
+
font-size: 12px;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
399
|
+
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
400
|
+
font-size: 12px;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
404
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
405
|
+
font-size: 14px;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
409
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
410
|
+
font-size: 14px;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
414
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
415
|
+
font-size: 14px;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
419
|
+
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
420
|
+
font-size: 14px;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
424
|
+
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
425
|
+
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
426
|
+
background-size: 300px 33px;
|
|
427
|
+
min-height: 33px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
431
|
+
.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
432
|
+
.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
433
|
+
.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
434
|
+
.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
|
|
435
|
+
.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
436
|
+
background-size: 300px 40px;
|
|
437
|
+
min-height: 40px;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.e-popup {
|
|
441
|
+
border-color: #292827;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
445
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
446
|
+
color: #f3f2f1;
|
|
447
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import 'ej2-base/styles/fluent-dark-definition.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
3
|
+
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
|
+
@import 'ej2-popups/styles/spinner/fluent-dark-definition.scss';
|
|
5
|
+
@import '../drop-down-base/fluent-dark-definition.scss';
|
|
6
|
+
@import 'fluent-dark-definition.scss';
|
|
7
|
+
@import 'icons/fluent-dark.scss';
|
|
8
|
+
@import 'all.scss';
|