@syncfusion/ej2-dropdowns 32.1.24 → 32.2.3
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 +263 -0
- package/aceconfig.js +17 -0
- 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 +14 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +14 -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 +8 -8
- package/src/drop-down-list/drop-down-list.js +1 -1
- package/src/multi-select/multi-select.js +13 -5
- package/styles/bds-lite.css +898 -898
- package/styles/bds.css +1302 -1302
- package/styles/bootstrap-dark-lite.css +870 -870
- package/styles/bootstrap-dark.css +1275 -1275
- package/styles/bootstrap-lite.css +867 -867
- package/styles/bootstrap.css +1278 -1278
- package/styles/bootstrap4-lite.css +1408 -1408
- package/styles/bootstrap4.css +1721 -1721
- package/styles/bootstrap5-dark-lite.css +1769 -1769
- package/styles/bootstrap5-dark.css +1710 -1710
- package/styles/bootstrap5-lite.css +1396 -1396
- package/styles/bootstrap5.3-lite.css +1138 -1138
- package/styles/bootstrap5.3.css +1592 -1592
- package/styles/bootstrap5.css +1711 -1711
- package/styles/drop-down-base/_all.bds.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-base/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-base/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-base/_all.fabric.scss +1 -1
- package/styles/drop-down-base/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-base/_all.fluent.scss +1 -1
- package/styles/drop-down-base/_all.fluent2.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-base/_all.highcontrast.scss +1 -1
- package/styles/drop-down-base/_all.material-dark.scss +1 -1
- package/styles/drop-down-base/_all.material.scss +1 -1
- package/styles/drop-down-base/_all.material3-dark.scss +1 -1
- package/styles/drop-down-base/_all.material3.scss +1 -1
- package/styles/drop-down-base/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-base/_all.tailwind.scss +1 -1
- package/styles/drop-down-base/_all.tailwind3.scss +1 -1
- package/styles/drop-down-base/bds.css +164 -164
- package/styles/drop-down-base/bootstrap-dark.css +130 -130
- package/styles/drop-down-base/bootstrap.css +130 -130
- package/styles/drop-down-base/bootstrap4.css +136 -136
- package/styles/drop-down-base/bootstrap5-dark.css +143 -143
- package/styles/drop-down-base/bootstrap5.3.css +219 -219
- package/styles/drop-down-base/bootstrap5.css +143 -143
- package/styles/drop-down-base/fabric-dark.css +130 -130
- package/styles/drop-down-base/fabric.css +130 -130
- package/styles/drop-down-base/fluent-dark.css +148 -148
- package/styles/drop-down-base/fluent.css +148 -148
- package/styles/drop-down-base/fluent2.css +215 -215
- package/styles/drop-down-base/highcontrast-light.css +146 -146
- package/styles/drop-down-base/highcontrast.css +146 -146
- package/styles/drop-down-base/material-dark.css +130 -130
- package/styles/drop-down-base/material.css +130 -130
- package/styles/drop-down-base/material3-dark.css +212 -212
- package/styles/drop-down-base/material3.css +214 -214
- package/styles/drop-down-base/tailwind-dark.css +155 -155
- package/styles/drop-down-base/tailwind.css +155 -155
- package/styles/drop-down-base/tailwind3.css +215 -215
- package/styles/drop-down-list/_all.bds.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-list/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-list/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-list/_all.fabric.scss +1 -1
- package/styles/drop-down-list/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-list/_all.fluent.scss +1 -1
- package/styles/drop-down-list/_all.fluent2.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-list/_all.highcontrast.scss +1 -1
- package/styles/drop-down-list/_all.material-dark.scss +1 -1
- package/styles/drop-down-list/_all.material.scss +1 -1
- package/styles/drop-down-list/_all.material3-dark.scss +1 -1
- package/styles/drop-down-list/_all.material3.scss +1 -1
- package/styles/drop-down-list/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-list/_all.tailwind.scss +1 -1
- package/styles/drop-down-list/_all.tailwind3.scss +1 -1
- package/styles/drop-down-list/bds.css +87 -87
- package/styles/drop-down-list/bootstrap-dark.css +74 -74
- package/styles/drop-down-list/bootstrap.css +74 -74
- package/styles/drop-down-list/bootstrap4.css +111 -111
- package/styles/drop-down-list/bootstrap5-dark.css +113 -113
- package/styles/drop-down-list/bootstrap5.3.css +197 -197
- package/styles/drop-down-list/bootstrap5.css +113 -113
- package/styles/drop-down-list/fabric-dark.css +48 -48
- package/styles/drop-down-list/fabric.css +48 -48
- package/styles/drop-down-list/fluent-dark.css +105 -105
- package/styles/drop-down-list/fluent.css +105 -105
- package/styles/drop-down-list/fluent2.css +204 -204
- package/styles/drop-down-list/highcontrast-light.css +63 -63
- package/styles/drop-down-list/highcontrast.css +64 -64
- package/styles/drop-down-list/material-dark.css +96 -96
- package/styles/drop-down-list/material.css +100 -100
- package/styles/drop-down-list/material3-dark.css +235 -235
- package/styles/drop-down-list/material3.css +235 -235
- package/styles/drop-down-list/tailwind-dark.css +83 -83
- package/styles/drop-down-list/tailwind.css +83 -83
- package/styles/drop-down-list/tailwind3.css +186 -186
- package/styles/drop-down-tree/_all.bds.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap4.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5-dark.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.3.scss +1 -1
- package/styles/drop-down-tree/_all.bootstrap5.scss +1 -1
- package/styles/drop-down-tree/_all.fabric-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fabric.scss +1 -1
- package/styles/drop-down-tree/_all.fluent-dark.scss +1 -1
- package/styles/drop-down-tree/_all.fluent.scss +1 -1
- package/styles/drop-down-tree/_all.fluent2.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast-light.scss +1 -1
- package/styles/drop-down-tree/_all.highcontrast.scss +1 -1
- package/styles/drop-down-tree/_all.material-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material.scss +1 -1
- package/styles/drop-down-tree/_all.material3-dark.scss +1 -1
- package/styles/drop-down-tree/_all.material3.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind-dark.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind.scss +1 -1
- package/styles/drop-down-tree/_all.tailwind3.scss +1 -1
- package/styles/drop-down-tree/bds.css +56 -56
- package/styles/drop-down-tree/bootstrap-dark.css +33 -33
- package/styles/drop-down-tree/bootstrap.css +33 -33
- package/styles/drop-down-tree/bootstrap4.css +39 -39
- package/styles/drop-down-tree/bootstrap5-dark.css +40 -40
- package/styles/drop-down-tree/bootstrap5.3.css +124 -124
- package/styles/drop-down-tree/bootstrap5.css +40 -40
- package/styles/drop-down-tree/fabric-dark.css +33 -33
- package/styles/drop-down-tree/fabric.css +33 -33
- package/styles/drop-down-tree/fluent-dark.css +33 -33
- package/styles/drop-down-tree/fluent.css +33 -33
- package/styles/drop-down-tree/fluent2.css +122 -122
- package/styles/drop-down-tree/highcontrast-light.css +33 -33
- package/styles/drop-down-tree/highcontrast.css +42 -42
- package/styles/drop-down-tree/material-dark.css +33 -33
- package/styles/drop-down-tree/material.css +33 -33
- package/styles/drop-down-tree/material3-dark.css +115 -115
- package/styles/drop-down-tree/material3.css +117 -117
- package/styles/drop-down-tree/tailwind-dark.css +52 -52
- package/styles/drop-down-tree/tailwind.css +52 -52
- package/styles/drop-down-tree/tailwind3.css +107 -107
- package/styles/fabric-dark-lite.css +877 -877
- package/styles/fabric-dark.css +1274 -1274
- package/styles/fabric-lite.css +877 -877
- package/styles/fabric.css +1147 -1147
- package/styles/fluent-dark-lite.css +1765 -1765
- package/styles/fluent-dark.css +1718 -1718
- package/styles/fluent-lite.css +1765 -1765
- package/styles/fluent.css +1718 -1718
- package/styles/fluent2-lite.css +2081 -2081
- package/styles/fluent2.css +1703 -1703
- package/styles/highcontrast-light-lite.css +1412 -1412
- package/styles/highcontrast-light.css +1760 -1760
- package/styles/highcontrast-lite.css +1751 -1751
- package/styles/highcontrast.css +1768 -1768
- package/styles/list-box/_all.bds.scss +1 -1
- package/styles/list-box/_all.bootstrap-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap.scss +1 -1
- package/styles/list-box/_all.bootstrap4.scss +1 -1
- package/styles/list-box/_all.bootstrap5-dark.scss +1 -1
- package/styles/list-box/_all.bootstrap5.3.scss +1 -1
- package/styles/list-box/_all.bootstrap5.scss +1 -1
- package/styles/list-box/_all.fabric-dark.scss +1 -1
- package/styles/list-box/_all.fabric.scss +1 -1
- package/styles/list-box/_all.fluent-dark.scss +1 -1
- package/styles/list-box/_all.fluent.scss +1 -1
- package/styles/list-box/_all.fluent2.scss +1 -1
- package/styles/list-box/_all.highcontrast-light.scss +1 -1
- package/styles/list-box/_all.highcontrast.scss +1 -1
- package/styles/list-box/_all.material-dark.scss +1 -1
- package/styles/list-box/_all.material.scss +1 -1
- package/styles/list-box/_all.material3-dark.scss +1 -1
- package/styles/list-box/_all.material3.scss +1 -1
- package/styles/list-box/_all.tailwind-dark.scss +1 -1
- package/styles/list-box/_all.tailwind.scss +1 -1
- package/styles/list-box/_all.tailwind3.scss +1 -1
- package/styles/list-box/bds.css +654 -654
- package/styles/list-box/bootstrap-dark.css +644 -644
- package/styles/list-box/bootstrap.css +649 -649
- package/styles/list-box/bootstrap4.css +649 -649
- package/styles/list-box/bootstrap5-dark.css +649 -649
- package/styles/list-box/bootstrap5.3.css +659 -659
- package/styles/list-box/bootstrap5.css +649 -649
- package/styles/list-box/fabric-dark.css +644 -644
- package/styles/list-box/fabric.css +649 -649
- package/styles/list-box/fluent-dark.css +649 -649
- package/styles/list-box/fluent.css +649 -649
- package/styles/list-box/fluent2.css +692 -692
- package/styles/list-box/highcontrast-light.css +644 -644
- package/styles/list-box/highcontrast.css +649 -649
- package/styles/list-box/material-dark.css +643 -643
- package/styles/list-box/material.css +648 -648
- package/styles/list-box/material3-dark.css +659 -659
- package/styles/list-box/material3.css +659 -659
- package/styles/list-box/tailwind-dark.css +640 -640
- package/styles/list-box/tailwind.css +640 -640
- package/styles/list-box/tailwind3.css +698 -698
- package/styles/material-dark-lite.css +1566 -1566
- package/styles/material-dark.css +2278 -2278
- package/styles/material-lite.css +1659 -1659
- package/styles/material.css +1921 -1921
- package/styles/material3-dark-lite.css +2644 -2644
- package/styles/material3-dark.css +2687 -2687
- package/styles/material3-lite.css +2663 -2663
- package/styles/material3.css +2684 -2684
- package/styles/multi-select/_all.bds.scss +1 -1
- package/styles/multi-select/_all.bootstrap-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap.scss +1 -1
- package/styles/multi-select/_all.bootstrap4.scss +1 -1
- package/styles/multi-select/_all.bootstrap5-dark.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.3.scss +1 -1
- package/styles/multi-select/_all.bootstrap5.scss +1 -1
- package/styles/multi-select/_all.fabric-dark.scss +1 -1
- package/styles/multi-select/_all.fabric.scss +1 -1
- package/styles/multi-select/_all.fluent-dark.scss +1 -1
- package/styles/multi-select/_all.fluent.scss +1 -1
- package/styles/multi-select/_all.fluent2.scss +1 -1
- package/styles/multi-select/_all.highcontrast-light.scss +1 -1
- package/styles/multi-select/_all.highcontrast.scss +1 -1
- package/styles/multi-select/_all.material-dark.scss +1 -1
- package/styles/multi-select/_all.material.scss +1 -1
- package/styles/multi-select/_all.material3-dark.scss +1 -1
- package/styles/multi-select/_all.material3.scss +1 -1
- package/styles/multi-select/_all.tailwind-dark.scss +1 -1
- package/styles/multi-select/_all.tailwind.scss +1 -1
- package/styles/multi-select/_all.tailwind3.scss +1 -1
- package/styles/multi-select/bds.css +221 -221
- package/styles/multi-select/bootstrap-dark.css +231 -231
- package/styles/multi-select/bootstrap.css +224 -224
- package/styles/multi-select/bootstrap4.css +676 -676
- package/styles/multi-select/bootstrap5-dark.css +235 -235
- package/styles/multi-select/bootstrap5.3.css +336 -336
- package/styles/multi-select/bootstrap5.css +235 -235
- package/styles/multi-select/fabric-dark.css +225 -225
- package/styles/multi-select/fabric.css +220 -220
- package/styles/multi-select/fluent-dark.css +677 -677
- package/styles/multi-select/fluent.css +677 -677
- package/styles/multi-select/fluent2.css +959 -959
- package/styles/multi-select/highcontrast-light.css +789 -789
- package/styles/multi-select/highcontrast.css +793 -793
- package/styles/multi-select/material-dark.css +918 -918
- package/styles/multi-select/material.css +920 -920
- package/styles/multi-select/material3-dark.css +1330 -1330
- package/styles/multi-select/material3.css +1334 -1334
- package/styles/multi-select/tailwind-dark.css +217 -217
- package/styles/multi-select/tailwind.css +217 -217
- package/styles/multi-select/tailwind3.css +326 -326
- package/styles/tailwind-dark-lite.css +861 -861
- package/styles/tailwind-dark.css +1263 -1263
- package/styles/tailwind-lite.css +862 -862
- package/styles/tailwind.css +1263 -1263
- package/styles/tailwind3-lite.css +1114 -1114
- package/styles/tailwind3.css +2339 -2339
- package/tslint.json +111 -0
|
@@ -568,17 +568,238 @@
|
|
|
568
568
|
margin: 0 4px;
|
|
569
569
|
}
|
|
570
570
|
|
|
571
|
-
.e-popup {
|
|
572
|
-
|
|
571
|
+
.e-ddl.e-popup .e-input-group {
|
|
572
|
+
padding-top: 4px;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
.e-
|
|
576
|
-
|
|
577
|
-
|
|
575
|
+
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
576
|
+
width: 100%;
|
|
577
|
+
border: 0 solid;
|
|
578
578
|
}
|
|
579
579
|
|
|
580
|
-
.e-
|
|
581
|
-
|
|
580
|
+
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
581
|
+
display: block;
|
|
582
|
+
visibility: hidden;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.e-popup-full-page {
|
|
586
|
+
bottom: 0;
|
|
587
|
+
left: 0;
|
|
588
|
+
margin: 0;
|
|
589
|
+
overflow: hidden;
|
|
590
|
+
padding: 0;
|
|
591
|
+
right: 0;
|
|
592
|
+
top: 0;
|
|
593
|
+
}
|
|
594
|
+
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
595
|
+
margin: 0;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
599
|
+
position: relative;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
603
|
+
content: "";
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
607
|
+
position: relative;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
611
|
+
content: "";
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.e-ddl-device-filter .e-filter-parent {
|
|
615
|
+
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
619
|
+
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
620
|
+
display: none;
|
|
621
|
+
pointer-events: none;
|
|
622
|
+
position: absolute;
|
|
623
|
+
right: 0;
|
|
624
|
+
visibility: hidden;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
628
|
+
.e-filter-parent {
|
|
629
|
+
border: 0;
|
|
630
|
+
border-top-width: 0;
|
|
631
|
+
-webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
|
|
632
|
+
box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
|
|
633
|
+
display: block;
|
|
634
|
+
padding: 0;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.e-ddl.e-input-group:not(.e-disabled) {
|
|
638
|
+
cursor: pointer;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
642
|
+
width: 0;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.e-ddl.e-popup {
|
|
646
|
+
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
647
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
648
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
649
|
+
position: absolute;
|
|
650
|
+
}
|
|
651
|
+
.e-ddl.e-popup .e-search-icon {
|
|
652
|
+
margin: 0;
|
|
653
|
+
opacity: 0.57;
|
|
654
|
+
padding: 12px 8px 8px;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.e-ddl.e-popup .e-filter-parent .e-back-icon {
|
|
658
|
+
padding: 0 8px;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter:focus, .e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
662
|
+
padding: 4px 16px 4px;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.e-ddl.e-popup .e-input-group {
|
|
666
|
+
margin-bottom: 0;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
670
|
+
cursor: default;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
674
|
+
.e-ddl.e-input-group .e-ddl-hidden,
|
|
675
|
+
.e-ddl.e-float-input .e-ddl-hidden {
|
|
676
|
+
-webkit-appearance: initial;
|
|
677
|
+
border: 0;
|
|
678
|
+
height: 0;
|
|
679
|
+
padding: 0;
|
|
680
|
+
visibility: hidden;
|
|
681
|
+
width: 0;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.e-ddl.e-input-group,
|
|
685
|
+
.e-ddl.e-input-group.e-input-focus:focus {
|
|
686
|
+
outline: none;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.e-dropdownbase .e-list-item .e-highlight {
|
|
690
|
+
display: inline;
|
|
691
|
+
font-weight: bold;
|
|
692
|
+
vertical-align: baseline;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
|
|
696
|
+
.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
|
|
697
|
+
.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
|
|
698
|
+
opacity: 1;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
702
|
+
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
703
|
+
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
704
|
+
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
705
|
+
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
706
|
+
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
707
|
+
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
|
|
708
|
+
display: -webkit-box;
|
|
709
|
+
display: -ms-flexbox;
|
|
710
|
+
display: flex;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
714
|
+
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
715
|
+
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
716
|
+
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
717
|
+
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
718
|
+
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
719
|
+
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
|
|
720
|
+
display: none;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
724
|
+
.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,
|
|
725
|
+
.e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
726
|
+
.e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
727
|
+
.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
728
|
+
.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 {
|
|
729
|
+
cursor: pointer;
|
|
730
|
+
display: -webkit-box;
|
|
731
|
+
display: -ms-flexbox;
|
|
732
|
+
display: flex;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.e-disabled.e-ddl.e-static-clear .e-clear-icon {
|
|
736
|
+
pointer-events: none;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.e-ddl.e-input-group .e-input-value,
|
|
740
|
+
.e-ddl.e-input-group .e-input-value:focus {
|
|
741
|
+
font-family: inherit;
|
|
742
|
+
font-size: 14px;
|
|
743
|
+
height: auto;
|
|
744
|
+
margin: 0;
|
|
745
|
+
outline: none;
|
|
746
|
+
width: 100%;
|
|
747
|
+
overflow: hidden;
|
|
748
|
+
}
|
|
749
|
+
.e-ddl.e-input-group input[readonly].e-input,
|
|
750
|
+
.e-ddl.e-input-group input[readonly],
|
|
751
|
+
.e-ddl.e-input-group .e-dropdownlist {
|
|
752
|
+
pointer-events: none;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
756
|
+
cursor: pointer;
|
|
757
|
+
pointer-events: auto;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
761
|
+
opacity: 0.7;
|
|
762
|
+
pointer-events: none;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
ejs-autocomplete,
|
|
766
|
+
ejs-combobox,
|
|
767
|
+
ejs-dropdownlist {
|
|
768
|
+
display: block;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.e-small .e-ddl.e-popup .e-list-item,
|
|
772
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
773
|
+
font-size: 12px;
|
|
774
|
+
}
|
|
775
|
+
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
776
|
+
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
777
|
+
font-size: 12px;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.e-small.e-ddl.e-popup .e-list-item,
|
|
781
|
+
.e-input-group.e-ddl.e-small .e-list-item {
|
|
782
|
+
font-size: 12px;
|
|
783
|
+
}
|
|
784
|
+
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
785
|
+
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
786
|
+
font-size: 12px;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
790
|
+
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
791
|
+
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
792
|
+
background-size: 300px 33px;
|
|
793
|
+
min-height: 33px;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.e-ddl.e-popup.e-resize .e-resizer-right {
|
|
797
|
+
bottom: 0;
|
|
798
|
+
right: 0;
|
|
799
|
+
cursor: nwse-resize;
|
|
800
|
+
height: 15px;
|
|
801
|
+
position: absolute;
|
|
802
|
+
width: 15px;
|
|
582
803
|
}
|
|
583
804
|
|
|
584
805
|
|
|
@@ -815,238 +1036,17 @@
|
|
|
815
1036
|
margin: 0 4px;
|
|
816
1037
|
}
|
|
817
1038
|
|
|
818
|
-
.e-
|
|
819
|
-
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
.e-ddl.e-lib.e-input-group:not(.e-float-input) .e-dropdownlist:not(.e-input) {
|
|
823
|
-
width: 100%;
|
|
824
|
-
border: 0 solid;
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
.e-popup.e-wide-popup.e-ddl-device.e-popup-close {
|
|
828
|
-
display: block;
|
|
829
|
-
visibility: hidden;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.e-popup-full-page {
|
|
833
|
-
bottom: 0;
|
|
834
|
-
left: 0;
|
|
835
|
-
margin: 0;
|
|
836
|
-
overflow: hidden;
|
|
837
|
-
padding: 0;
|
|
838
|
-
right: 0;
|
|
839
|
-
top: 0;
|
|
840
|
-
}
|
|
841
|
-
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
842
|
-
margin: 0;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
846
|
-
position: relative;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
850
|
-
content: "";
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon {
|
|
854
|
-
position: relative;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
.e-ddl.e-control-wrapper.e-input-group .e-ddl-icon.e-ddl-disable-icon::before {
|
|
858
|
-
content: "";
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
.e-ddl-device-filter .e-filter-parent {
|
|
862
|
-
background-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
866
|
-
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
867
|
-
display: none;
|
|
868
|
-
pointer-events: none;
|
|
869
|
-
position: absolute;
|
|
870
|
-
right: 0;
|
|
871
|
-
visibility: hidden;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
/* stylelint-enable property-no-vendor-prefix */
|
|
875
|
-
.e-filter-parent {
|
|
876
|
-
border: 0;
|
|
877
|
-
border-top-width: 0;
|
|
878
|
-
-webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
|
|
879
|
-
box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
|
|
880
|
-
display: block;
|
|
881
|
-
padding: 0;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
.e-ddl.e-input-group:not(.e-disabled) {
|
|
885
|
-
cursor: pointer;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
889
|
-
width: 0;
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
.e-ddl.e-popup {
|
|
893
|
-
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
894
|
-
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
895
|
-
border-radius: calc(var(--e-radius) * 0.25);
|
|
896
|
-
position: absolute;
|
|
897
|
-
}
|
|
898
|
-
.e-ddl.e-popup .e-search-icon {
|
|
899
|
-
margin: 0;
|
|
900
|
-
opacity: 0.57;
|
|
901
|
-
padding: 12px 8px 8px;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.e-ddl.e-popup .e-filter-parent .e-back-icon {
|
|
905
|
-
padding: 0 8px;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter:focus, .e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
909
|
-
padding: 4px 16px 4px;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.e-ddl.e-popup .e-input-group {
|
|
913
|
-
margin-bottom: 0;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
917
|
-
cursor: default;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
921
|
-
.e-ddl.e-input-group .e-ddl-hidden,
|
|
922
|
-
.e-ddl.e-float-input .e-ddl-hidden {
|
|
923
|
-
-webkit-appearance: initial;
|
|
924
|
-
border: 0;
|
|
925
|
-
height: 0;
|
|
926
|
-
padding: 0;
|
|
927
|
-
visibility: hidden;
|
|
928
|
-
width: 0;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
.e-ddl.e-input-group,
|
|
932
|
-
.e-ddl.e-input-group.e-input-focus:focus {
|
|
933
|
-
outline: none;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
.e-dropdownbase .e-list-item .e-highlight {
|
|
937
|
-
display: inline;
|
|
938
|
-
font-weight: bold;
|
|
939
|
-
vertical-align: baseline;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
|
|
943
|
-
.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
|
|
944
|
-
.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
|
|
945
|
-
opacity: 1;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
949
|
-
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
950
|
-
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
|
|
951
|
-
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
952
|
-
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
953
|
-
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
|
|
954
|
-
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
|
|
955
|
-
display: -webkit-box;
|
|
956
|
-
display: -ms-flexbox;
|
|
957
|
-
display: flex;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
961
|
-
.e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
962
|
-
.e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
963
|
-
.e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
964
|
-
.e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
965
|
-
.e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
966
|
-
.e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
|
|
967
|
-
display: none;
|
|
968
|
-
}
|
|
969
|
-
|
|
970
|
-
.e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
971
|
-
.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,
|
|
972
|
-
.e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
973
|
-
.e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
974
|
-
.e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
|
|
975
|
-
.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 {
|
|
976
|
-
cursor: pointer;
|
|
977
|
-
display: -webkit-box;
|
|
978
|
-
display: -ms-flexbox;
|
|
979
|
-
display: flex;
|
|
980
|
-
}
|
|
981
|
-
|
|
982
|
-
.e-disabled.e-ddl.e-static-clear .e-clear-icon {
|
|
983
|
-
pointer-events: none;
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
.e-ddl.e-input-group .e-input-value,
|
|
987
|
-
.e-ddl.e-input-group .e-input-value:focus {
|
|
988
|
-
font-family: inherit;
|
|
989
|
-
font-size: 14px;
|
|
990
|
-
height: auto;
|
|
991
|
-
margin: 0;
|
|
992
|
-
outline: none;
|
|
993
|
-
width: 100%;
|
|
994
|
-
overflow: hidden;
|
|
995
|
-
}
|
|
996
|
-
.e-ddl.e-input-group input[readonly].e-input,
|
|
997
|
-
.e-ddl.e-input-group input[readonly],
|
|
998
|
-
.e-ddl.e-input-group .e-dropdownlist {
|
|
999
|
-
pointer-events: none;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
.e-data-form .e-ddl.e-input-group.e-control-container input[readonly].e-input.e-dropdownlist {
|
|
1003
|
-
cursor: pointer;
|
|
1004
|
-
pointer-events: auto;
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
.e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
|
|
1008
|
-
opacity: 0.7;
|
|
1009
|
-
pointer-events: none;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
ejs-autocomplete,
|
|
1013
|
-
ejs-combobox,
|
|
1014
|
-
ejs-dropdownlist {
|
|
1015
|
-
display: block;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
.e-small .e-ddl.e-popup .e-list-item,
|
|
1019
|
-
.e-input-group.e-ddl.e-small .e-list-item {
|
|
1020
|
-
font-size: 12px;
|
|
1021
|
-
}
|
|
1022
|
-
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
1023
|
-
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
1024
|
-
font-size: 12px;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
.e-small.e-ddl.e-popup .e-list-item,
|
|
1028
|
-
.e-input-group.e-ddl.e-small .e-list-item {
|
|
1029
|
-
font-size: 12px;
|
|
1030
|
-
}
|
|
1031
|
-
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
1032
|
-
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
1033
|
-
font-size: 12px;
|
|
1039
|
+
.e-popup {
|
|
1040
|
+
border-color: rgba(var(--color-sf-primary));
|
|
1034
1041
|
}
|
|
1035
1042
|
|
|
1036
|
-
.e-
|
|
1037
|
-
.e-
|
|
1038
|
-
|
|
1039
|
-
background-size: 300px 33px;
|
|
1040
|
-
min-height: 33px;
|
|
1043
|
+
.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
|
|
1044
|
+
.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
|
|
1045
|
+
color: rgba(var(--color-sf-on-surface));
|
|
1041
1046
|
}
|
|
1042
1047
|
|
|
1043
|
-
.e-ddl.e-popup.e-
|
|
1044
|
-
|
|
1045
|
-
right: 0;
|
|
1046
|
-
cursor: nwse-resize;
|
|
1047
|
-
height: 15px;
|
|
1048
|
-
position: absolute;
|
|
1049
|
-
width: 15px;
|
|
1048
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group input.e-input-filter {
|
|
1049
|
+
border-color: transparent;
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
1052
|
|