@syncfusion/ej2-dropdowns 28.1.38 → 28.1.39
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/dist/ej2-dropdowns.min.js +2 -2
- 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 +48 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +49 -6
- 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 +7 -7
- package/src/combo-box/combo-box.js +2 -2
- package/src/drop-down-base/drop-down-base.js +3 -1
- package/src/drop-down-list/drop-down-list.d.ts +1 -0
- package/src/drop-down-list/drop-down-list.js +11 -1
- package/src/list-box/list-box.js +1 -1
- package/src/mention/mention.js +3 -1
- package/src/multi-select/multi-select.d.ts +2 -0
- package/src/multi-select/multi-select.js +29 -0
- package/styles/bds-lite.css +8 -0
- package/styles/bds.css +8 -0
- package/styles/bootstrap-dark-lite.css +8 -0
- package/styles/bootstrap-dark.css +8 -0
- package/styles/bootstrap-lite.css +8 -0
- package/styles/bootstrap.css +8 -0
- package/styles/bootstrap4-lite.css +8 -0
- package/styles/bootstrap4.css +8 -0
- package/styles/bootstrap5-dark-lite.css +8 -0
- package/styles/bootstrap5-dark.css +8 -0
- package/styles/bootstrap5-lite.css +8 -0
- package/styles/bootstrap5.3-lite.css +8 -0
- package/styles/bootstrap5.3.css +8 -0
- package/styles/bootstrap5.css +8 -0
- package/styles/drop-down-list/_layout.scss +8 -0
- package/styles/drop-down-list/bds.css +8 -0
- package/styles/drop-down-list/bootstrap-dark.css +8 -0
- package/styles/drop-down-list/bootstrap.css +8 -0
- package/styles/drop-down-list/bootstrap4.css +8 -0
- package/styles/drop-down-list/bootstrap5-dark.css +8 -0
- package/styles/drop-down-list/bootstrap5.3.css +8 -0
- package/styles/drop-down-list/bootstrap5.css +8 -0
- package/styles/drop-down-list/fabric-dark.css +8 -0
- package/styles/drop-down-list/fabric.css +8 -0
- package/styles/drop-down-list/fluent-dark.css +8 -0
- package/styles/drop-down-list/fluent.css +8 -0
- package/styles/drop-down-list/fluent2.css +8 -0
- package/styles/drop-down-list/highcontrast-light.css +8 -0
- package/styles/drop-down-list/highcontrast.css +8 -0
- package/styles/drop-down-list/material-dark.css +8 -0
- package/styles/drop-down-list/material.css +8 -0
- package/styles/drop-down-list/material3-dark.css +8 -0
- package/styles/drop-down-list/material3.css +8 -0
- package/styles/drop-down-list/tailwind-dark.css +8 -0
- package/styles/drop-down-list/tailwind.css +8 -0
- package/styles/drop-down-list/tailwind3.css +8 -0
- package/styles/fabric-dark-lite.css +8 -0
- package/styles/fabric-dark.css +8 -0
- package/styles/fabric-lite.css +8 -0
- package/styles/fabric.css +8 -0
- package/styles/fluent-dark-lite.css +8 -0
- package/styles/fluent-dark.css +8 -0
- package/styles/fluent-lite.css +8 -0
- package/styles/fluent.css +8 -0
- package/styles/fluent2-lite.css +8 -0
- package/styles/fluent2.css +8 -0
- package/styles/highcontrast-light-lite.css +8 -0
- package/styles/highcontrast-light.css +8 -0
- package/styles/highcontrast-lite.css +8 -0
- package/styles/highcontrast.css +8 -0
- package/styles/material-dark-lite.css +8 -0
- package/styles/material-dark.css +8 -0
- package/styles/material-lite.css +8 -0
- package/styles/material.css +8 -0
- package/styles/material3-dark-lite.css +8 -0
- package/styles/material3-dark.css +8 -0
- package/styles/material3-lite.css +8 -0
- package/styles/material3.css +8 -0
- package/styles/tailwind-dark-lite.css +8 -0
- package/styles/tailwind-dark.css +8 -0
- package/styles/tailwind-lite.css +8 -0
- package/styles/tailwind.css +8 -0
- package/styles/tailwind3-lite.css +8 -0
- package/styles/tailwind3.css +8 -0
|
@@ -193,6 +193,14 @@
|
|
|
193
193
|
content: "";
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
197
|
+
position: relative;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
201
|
+
content: "";
|
|
202
|
+
}
|
|
203
|
+
|
|
196
204
|
.e-ddl-device-filter .e-filter-parent {
|
|
197
205
|
background-color: #fff;
|
|
198
206
|
}
|
|
@@ -370,6 +370,14 @@
|
|
|
370
370
|
content: "";
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
374
|
+
position: relative;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
378
|
+
content: "";
|
|
379
|
+
}
|
|
380
|
+
|
|
373
381
|
.e-ddl-device-filter .e-filter-parent {
|
|
374
382
|
background-color: var(--color-sf-flyout-bg-color);
|
|
375
383
|
}
|
|
@@ -142,6 +142,14 @@
|
|
|
142
142
|
content: "";
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
146
|
+
position: relative;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
150
|
+
content: "";
|
|
151
|
+
}
|
|
152
|
+
|
|
145
153
|
.e-ddl-device-filter .e-filter-parent {
|
|
146
154
|
background-color: #fff;
|
|
147
155
|
}
|
|
@@ -146,6 +146,14 @@
|
|
|
146
146
|
content: "";
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
150
|
+
position: relative;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
154
|
+
content: "";
|
|
155
|
+
}
|
|
156
|
+
|
|
149
157
|
.e-ddl-device-filter .e-filter-parent {
|
|
150
158
|
background-color: #000;
|
|
151
159
|
}
|
|
@@ -188,6 +188,14 @@
|
|
|
188
188
|
content: "";
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
192
|
+
position: relative;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
196
|
+
content: "";
|
|
197
|
+
}
|
|
198
|
+
|
|
191
199
|
.e-ddl-device-filter .e-filter-parent {
|
|
192
200
|
background-color: #f5f5f5;
|
|
193
201
|
}
|
|
@@ -212,6 +212,14 @@
|
|
|
212
212
|
content: "";
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
216
|
+
position: relative;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
220
|
+
content: "";
|
|
221
|
+
}
|
|
222
|
+
|
|
215
223
|
.e-ddl-device-filter .e-filter-parent {
|
|
216
224
|
background-color: #f5f5f5;
|
|
217
225
|
}
|
|
@@ -225,6 +225,14 @@
|
|
|
225
225
|
content: "";
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
229
|
+
position: relative;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
233
|
+
content: "";
|
|
234
|
+
}
|
|
235
|
+
|
|
228
236
|
.e-ddl-device-filter .e-filter-parent {
|
|
229
237
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
230
238
|
}
|
|
@@ -227,6 +227,14 @@
|
|
|
227
227
|
content: "";
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
231
|
+
position: relative;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
235
|
+
content: "";
|
|
236
|
+
}
|
|
237
|
+
|
|
230
238
|
.e-ddl-device-filter .e-filter-parent {
|
|
231
239
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
232
240
|
}
|
|
@@ -180,6 +180,14 @@
|
|
|
180
180
|
content: "";
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
184
|
+
position: relative;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
188
|
+
content: "";
|
|
189
|
+
}
|
|
190
|
+
|
|
183
191
|
.e-ddl-device-filter .e-filter-parent {
|
|
184
192
|
background-color: #374151;
|
|
185
193
|
}
|
|
@@ -180,6 +180,14 @@
|
|
|
180
180
|
content: "";
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
184
|
+
position: relative;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
188
|
+
content: "";
|
|
189
|
+
}
|
|
190
|
+
|
|
183
191
|
.e-ddl-device-filter .e-filter-parent {
|
|
184
192
|
background-color: #fff;
|
|
185
193
|
}
|
|
@@ -212,6 +212,14 @@
|
|
|
212
212
|
content: "";
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
216
|
+
position: relative;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
220
|
+
content: "";
|
|
221
|
+
}
|
|
222
|
+
|
|
215
223
|
.e-ddl-device-filter .e-filter-parent {
|
|
216
224
|
background-color: var(--color-sf-content-bg-color);
|
|
217
225
|
}
|
|
@@ -422,6 +422,14 @@
|
|
|
422
422
|
content: "";
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
426
|
+
position: relative;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
430
|
+
content: "";
|
|
431
|
+
}
|
|
432
|
+
|
|
425
433
|
.e-ddl-device-filter .e-filter-parent {
|
|
426
434
|
background-color: #201f1f;
|
|
427
435
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -497,6 +497,14 @@
|
|
|
497
497
|
content: "";
|
|
498
498
|
}
|
|
499
499
|
|
|
500
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
501
|
+
position: relative;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
505
|
+
content: "";
|
|
506
|
+
}
|
|
507
|
+
|
|
500
508
|
.e-ddl-device-filter .e-filter-parent {
|
|
501
509
|
background-color: #201f1f;
|
|
502
510
|
}
|
package/styles/fabric-lite.css
CHANGED
|
@@ -422,6 +422,14 @@
|
|
|
422
422
|
content: "";
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
426
|
+
position: relative;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
430
|
+
content: "";
|
|
431
|
+
}
|
|
432
|
+
|
|
425
433
|
.e-ddl-device-filter .e-filter-parent {
|
|
426
434
|
background-color: #fff;
|
|
427
435
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -497,6 +497,14 @@
|
|
|
497
497
|
content: "";
|
|
498
498
|
}
|
|
499
499
|
|
|
500
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
501
|
+
position: relative;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
505
|
+
content: "";
|
|
506
|
+
}
|
|
507
|
+
|
|
500
508
|
.e-ddl-device-filter .e-filter-parent {
|
|
501
509
|
background-color: #fff;
|
|
502
510
|
}
|
|
@@ -500,6 +500,14 @@
|
|
|
500
500
|
content: "";
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
504
|
+
position: relative;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
508
|
+
content: "";
|
|
509
|
+
}
|
|
510
|
+
|
|
503
511
|
.e-ddl-device-filter .e-filter-parent {
|
|
504
512
|
background-color: #252423;
|
|
505
513
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -601,6 +601,14 @@
|
|
|
601
601
|
content: "";
|
|
602
602
|
}
|
|
603
603
|
|
|
604
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
605
|
+
position: relative;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
609
|
+
content: "";
|
|
610
|
+
}
|
|
611
|
+
|
|
604
612
|
.e-ddl-device-filter .e-filter-parent {
|
|
605
613
|
background-color: #252423;
|
|
606
614
|
}
|
package/styles/fluent-lite.css
CHANGED
|
@@ -500,6 +500,14 @@
|
|
|
500
500
|
content: "";
|
|
501
501
|
}
|
|
502
502
|
|
|
503
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
504
|
+
position: relative;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
508
|
+
content: "";
|
|
509
|
+
}
|
|
510
|
+
|
|
503
511
|
.e-ddl-device-filter .e-filter-parent {
|
|
504
512
|
background-color: #fff;
|
|
505
513
|
}
|
package/styles/fluent.css
CHANGED
|
@@ -601,6 +601,14 @@
|
|
|
601
601
|
content: "";
|
|
602
602
|
}
|
|
603
603
|
|
|
604
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
605
|
+
position: relative;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
609
|
+
content: "";
|
|
610
|
+
}
|
|
611
|
+
|
|
604
612
|
.e-ddl-device-filter .e-filter-parent {
|
|
605
613
|
background-color: #fff;
|
|
606
614
|
}
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -669,6 +669,14 @@
|
|
|
669
669
|
content: "";
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
673
|
+
position: relative;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
677
|
+
content: "";
|
|
678
|
+
}
|
|
679
|
+
|
|
672
680
|
.e-ddl-device-filter .e-filter-parent {
|
|
673
681
|
background-color: var(--color-sf-flyout-bg-color);
|
|
674
682
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -761,6 +761,14 @@
|
|
|
761
761
|
content: "";
|
|
762
762
|
}
|
|
763
763
|
|
|
764
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
765
|
+
position: relative;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
769
|
+
content: "";
|
|
770
|
+
}
|
|
771
|
+
|
|
764
772
|
.e-ddl-device-filter .e-filter-parent {
|
|
765
773
|
background-color: var(--color-sf-flyout-bg-color);
|
|
766
774
|
}
|
|
@@ -439,6 +439,14 @@
|
|
|
439
439
|
content: "";
|
|
440
440
|
}
|
|
441
441
|
|
|
442
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
443
|
+
position: relative;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
447
|
+
content: "";
|
|
448
|
+
}
|
|
449
|
+
|
|
442
450
|
.e-ddl-device-filter .e-filter-parent {
|
|
443
451
|
background-color: #fff;
|
|
444
452
|
}
|
|
@@ -514,6 +514,14 @@
|
|
|
514
514
|
content: "";
|
|
515
515
|
}
|
|
516
516
|
|
|
517
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
518
|
+
position: relative;
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
522
|
+
content: "";
|
|
523
|
+
}
|
|
524
|
+
|
|
517
525
|
.e-ddl-device-filter .e-filter-parent {
|
|
518
526
|
background-color: #fff;
|
|
519
527
|
}
|
|
@@ -443,6 +443,14 @@
|
|
|
443
443
|
content: "";
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
447
|
+
position: relative;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
451
|
+
content: "";
|
|
452
|
+
}
|
|
453
|
+
|
|
446
454
|
.e-ddl-device-filter .e-filter-parent {
|
|
447
455
|
background-color: #000;
|
|
448
456
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -518,6 +518,14 @@
|
|
|
518
518
|
content: "";
|
|
519
519
|
}
|
|
520
520
|
|
|
521
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
522
|
+
position: relative;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
526
|
+
content: "";
|
|
527
|
+
}
|
|
528
|
+
|
|
521
529
|
.e-ddl-device-filter .e-filter-parent {
|
|
522
530
|
background-color: #000;
|
|
523
531
|
}
|
|
@@ -485,6 +485,14 @@
|
|
|
485
485
|
content: "";
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
489
|
+
position: relative;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
493
|
+
content: "";
|
|
494
|
+
}
|
|
495
|
+
|
|
488
496
|
.e-ddl-device-filter .e-filter-parent {
|
|
489
497
|
background-color: #f5f5f5;
|
|
490
498
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -559,6 +559,14 @@
|
|
|
559
559
|
content: "";
|
|
560
560
|
}
|
|
561
561
|
|
|
562
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
563
|
+
position: relative;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
567
|
+
content: "";
|
|
568
|
+
}
|
|
569
|
+
|
|
562
570
|
.e-ddl-device-filter .e-filter-parent {
|
|
563
571
|
background-color: #f5f5f5;
|
|
564
572
|
}
|
package/styles/material-lite.css
CHANGED
|
@@ -509,6 +509,14 @@
|
|
|
509
509
|
content: "";
|
|
510
510
|
}
|
|
511
511
|
|
|
512
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
513
|
+
position: relative;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
517
|
+
content: "";
|
|
518
|
+
}
|
|
519
|
+
|
|
512
520
|
.e-ddl-device-filter .e-filter-parent {
|
|
513
521
|
background-color: #f5f5f5;
|
|
514
522
|
}
|
package/styles/material.css
CHANGED
|
@@ -583,6 +583,14 @@
|
|
|
583
583
|
content: "";
|
|
584
584
|
}
|
|
585
585
|
|
|
586
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
587
|
+
position: relative;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
591
|
+
content: "";
|
|
592
|
+
}
|
|
593
|
+
|
|
586
594
|
.e-ddl-device-filter .e-filter-parent {
|
|
587
595
|
background-color: #f5f5f5;
|
|
588
596
|
}
|
|
@@ -532,6 +532,14 @@
|
|
|
532
532
|
content: "";
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
536
|
+
position: relative;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
540
|
+
content: "";
|
|
541
|
+
}
|
|
542
|
+
|
|
535
543
|
.e-ddl-device-filter .e-filter-parent {
|
|
536
544
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
537
545
|
}
|
|
@@ -606,6 +606,14 @@
|
|
|
606
606
|
content: "";
|
|
607
607
|
}
|
|
608
608
|
|
|
609
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
610
|
+
position: relative;
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
614
|
+
content: "";
|
|
615
|
+
}
|
|
616
|
+
|
|
609
617
|
.e-ddl-device-filter .e-filter-parent {
|
|
610
618
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
611
619
|
}
|
|
@@ -534,6 +534,14 @@
|
|
|
534
534
|
content: "";
|
|
535
535
|
}
|
|
536
536
|
|
|
537
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
538
|
+
position: relative;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
542
|
+
content: "";
|
|
543
|
+
}
|
|
544
|
+
|
|
537
545
|
.e-ddl-device-filter .e-filter-parent {
|
|
538
546
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
539
547
|
}
|
package/styles/material3.css
CHANGED
|
@@ -608,6 +608,14 @@
|
|
|
608
608
|
content: "";
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
612
|
+
position: relative;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
616
|
+
content: "";
|
|
617
|
+
}
|
|
618
|
+
|
|
611
619
|
.e-ddl-device-filter .e-filter-parent {
|
|
612
620
|
background-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
|
|
613
621
|
}
|
|
@@ -507,6 +507,14 @@
|
|
|
507
507
|
content: "";
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
511
|
+
position: relative;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
515
|
+
content: "";
|
|
516
|
+
}
|
|
517
|
+
|
|
510
518
|
.e-ddl-device-filter .e-filter-parent {
|
|
511
519
|
background-color: #374151;
|
|
512
520
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -642,6 +642,14 @@
|
|
|
642
642
|
content: "";
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
646
|
+
position: relative;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
650
|
+
content: "";
|
|
651
|
+
}
|
|
652
|
+
|
|
645
653
|
.e-ddl-device-filter .e-filter-parent {
|
|
646
654
|
background-color: #374151;
|
|
647
655
|
}
|
package/styles/tailwind-lite.css
CHANGED
|
@@ -507,6 +507,14 @@
|
|
|
507
507
|
content: "";
|
|
508
508
|
}
|
|
509
509
|
|
|
510
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
511
|
+
position: relative;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
515
|
+
content: "";
|
|
516
|
+
}
|
|
517
|
+
|
|
510
518
|
.e-ddl-device-filter .e-filter-parent {
|
|
511
519
|
background-color: #fff;
|
|
512
520
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -642,6 +642,14 @@
|
|
|
642
642
|
content: "";
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
646
|
+
position: relative;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
650
|
+
content: "";
|
|
651
|
+
}
|
|
652
|
+
|
|
645
653
|
.e-ddl-device-filter .e-filter-parent {
|
|
646
654
|
background-color: #fff;
|
|
647
655
|
}
|
|
@@ -510,6 +510,14 @@
|
|
|
510
510
|
content: "";
|
|
511
511
|
}
|
|
512
512
|
|
|
513
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
514
|
+
position: relative;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
518
|
+
content: "";
|
|
519
|
+
}
|
|
520
|
+
|
|
513
521
|
.e-ddl-device-filter .e-filter-parent {
|
|
514
522
|
background-color: var(--color-sf-content-bg-color);
|
|
515
523
|
}
|
package/styles/tailwind3.css
CHANGED
|
@@ -581,6 +581,14 @@
|
|
|
581
581
|
content: "";
|
|
582
582
|
}
|
|
583
583
|
|
|
584
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
585
|
+
position: relative;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
589
|
+
content: "";
|
|
590
|
+
}
|
|
591
|
+
|
|
584
592
|
.e-ddl-device-filter .e-filter-parent {
|
|
585
593
|
background-color: var(--color-sf-content-bg-color);
|
|
586
594
|
}
|