@syncfusion/ej2-dropdowns 18.2.44-4568 → 18.2.44-4569
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 +244 -0
- package/CHANGELOG.md +1524 -1524
- package/README.md +118 -118
- package/dist/ej2-dropdowns.umd.min.js +1 -1
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +99 -60
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +191 -151
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +1 -1
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/ts/auto-complete/auto-complete.ts +527 -0
- package/dist/ts/combo-box/combo-box.ts +957 -0
- package/dist/ts/common/highlight-search.ts +47 -0
- package/dist/ts/common/incremental-search.ts +81 -0
- package/dist/ts/drop-down-base/drop-down-base.ts +1572 -0
- package/dist/ts/drop-down-list/drop-down-list.ts +2993 -0
- package/dist/ts/drop-down-tree/drop-down-tree.ts +3066 -0
- package/dist/ts/list-box/list-box.ts +2317 -0
- package/dist/ts/multi-select/checkbox-selection.ts +528 -0
- package/dist/ts/multi-select/float-label.ts +155 -0
- package/dist/ts/multi-select/interface.ts +66 -0
- package/dist/ts/multi-select/multi-select.ts +4216 -0
- package/helpers/e2e/index.js +3 -3
- package/license +2 -2
- package/package.json +77 -78
- package/src/auto-complete/auto-complete-model.d.ts +179 -179
- package/src/auto-complete/auto-complete.js +19 -19
- package/src/combo-box/combo-box-model.d.ts +212 -212
- package/src/combo-box/combo-box.js +19 -19
- package/src/drop-down-base/drop-down-base-model.d.ts +191 -191
- package/src/drop-down-base/drop-down-base.js +19 -19
- package/src/drop-down-list/drop-down-list-model.d.ts +222 -222
- package/src/drop-down-list/drop-down-list.js +19 -19
- package/src/drop-down-tree/drop-down-tree-model.d.ts +344 -344
- package/src/drop-down-tree/drop-down-tree.js +19 -19
- package/src/list-box/list-box-model.d.ts +156 -156
- package/src/list-box/list-box.js +19 -19
- package/src/multi-select/multi-select-model.d.ts +452 -452
- package/src/multi-select/multi-select.d.ts +2 -0
- package/src/multi-select/multi-select.js +73 -36
- package/styles/_all.scss +3 -3
- package/styles/auto-complete/_bootstrap-dark-definition.scss +3 -3
- package/styles/auto-complete/_bootstrap4-definition.scss +11 -11
- package/styles/auto-complete/_fabric-dark-definition.scss +2 -2
- package/styles/auto-complete/_highcontrast-light-definition.scss +2 -2
- package/styles/auto-complete/_material-dark-definition.scss +2 -2
- package/styles/bootstrap-dark.css +13 -16
- package/styles/bootstrap.css +12 -15
- package/styles/bootstrap4.css +6 -10
- package/styles/combo-box/_bootstrap-dark-definition.scss +2 -2
- package/styles/combo-box/_bootstrap4-definition.scss +11 -11
- package/styles/combo-box/_fabric-dark-definition.scss +2 -2
- package/styles/combo-box/_highcontrast-light-definition.scss +3 -3
- package/styles/combo-box/_material-dark-definition.scss +2 -2
- package/styles/drop-down-base/_all.scss +2 -2
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +64 -64
- package/styles/drop-down-base/_bootstrap-definition.scss +64 -64
- package/styles/drop-down-base/_bootstrap4-definition.scss +78 -78
- package/styles/drop-down-base/_definition.scss +23 -23
- package/styles/drop-down-base/_fabric-dark-definition.scss +68 -68
- package/styles/drop-down-base/_fabric-definition.scss +66 -66
- package/styles/drop-down-base/_highcontrast-definition.scss +82 -82
- package/styles/drop-down-base/_highcontrast-light-definition.scss +81 -81
- package/styles/drop-down-base/_layout.scss +108 -108
- package/styles/drop-down-base/_material-dark-definition.scss +67 -67
- package/styles/drop-down-base/_material-definition.scss +65 -65
- package/styles/drop-down-base/_theme.scss +242 -242
- package/styles/drop-down-list/_all.scss +2 -2
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +157 -157
- package/styles/drop-down-list/_bootstrap-definition.scss +156 -156
- package/styles/drop-down-list/_bootstrap4-definition.scss +184 -184
- package/styles/drop-down-list/_fabric-dark-definition.scss +127 -127
- package/styles/drop-down-list/_fabric-definition.scss +122 -122
- package/styles/drop-down-list/_highcontrast-definition.scss +131 -131
- package/styles/drop-down-list/_highcontrast-light-definition.scss +133 -133
- package/styles/drop-down-list/_layout.scss +218 -218
- package/styles/drop-down-list/_material-dark-definition.scss +143 -143
- package/styles/drop-down-list/_material-definition.scss +166 -166
- package/styles/drop-down-list/_theme.scss +10 -10
- package/styles/drop-down-list/icons/_bootstrap-dark.scss +14 -14
- package/styles/drop-down-list/icons/_bootstrap.scss +14 -14
- package/styles/drop-down-list/icons/_bootstrap4.scss +14 -14
- package/styles/drop-down-list/icons/_fabric-dark.scss +14 -14
- package/styles/drop-down-list/icons/_fabric.scss +14 -14
- package/styles/drop-down-list/icons/_highcontrast-light.scss +14 -14
- package/styles/drop-down-list/icons/_highcontrast.scss +14 -14
- package/styles/drop-down-list/icons/_material-dark.scss +14 -14
- package/styles/drop-down-list/icons/_material.scss +14 -14
- package/styles/drop-down-list/material.css +9 -0
- package/styles/drop-down-tree/_all.scss +2 -2
- package/styles/drop-down-tree/_bootstrap-dark-definition.scss +61 -61
- package/styles/drop-down-tree/_bootstrap-definition.scss +61 -61
- package/styles/drop-down-tree/_bootstrap4-definition.scss +62 -62
- package/styles/drop-down-tree/_fabric-dark-definition.scss +62 -62
- package/styles/drop-down-tree/_fabric-definition.scss +62 -62
- package/styles/drop-down-tree/_highcontrast-definition.scss +62 -62
- package/styles/drop-down-tree/_highcontrast-light-definition.scss +62 -62
- package/styles/drop-down-tree/_layout.scss +437 -437
- package/styles/drop-down-tree/_material-dark-definition.scss +60 -60
- package/styles/drop-down-tree/_material-definition.scss +60 -60
- package/styles/drop-down-tree/_theme.scss +68 -68
- package/styles/drop-down-tree/icons/_bootstrap-dark.scss +11 -11
- package/styles/drop-down-tree/icons/_bootstrap.scss +11 -11
- package/styles/drop-down-tree/icons/_bootstrap4.scss +11 -11
- package/styles/drop-down-tree/icons/_fabric-dark.scss +11 -11
- package/styles/drop-down-tree/icons/_fabric.scss +11 -11
- package/styles/drop-down-tree/icons/_highcontrast-light.scss +11 -11
- package/styles/drop-down-tree/icons/_highcontrast.scss +11 -11
- package/styles/drop-down-tree/icons/_material-dark.scss +11 -11
- package/styles/drop-down-tree/icons/_material.scss +11 -11
- package/styles/drop-down-tree/material.css +9 -0
- package/styles/fabric-dark.css +2 -5
- package/styles/fabric.css +1 -4
- package/styles/highcontrast-light.css +2 -5
- package/styles/highcontrast.css +2 -7
- package/styles/list-box/_all.scss +2 -2
- package/styles/list-box/_bootstrap-dark-definition.scss +118 -118
- package/styles/list-box/_bootstrap-definition.scss +112 -112
- package/styles/list-box/_bootstrap4-definition.scss +118 -118
- package/styles/list-box/_fabric-dark-definition.scss +118 -118
- package/styles/list-box/_fabric-definition.scss +112 -112
- package/styles/list-box/_highcontrast-definition.scss +112 -112
- package/styles/list-box/_highcontrast-light-definition.scss +118 -118
- package/styles/list-box/_layout.scss +458 -458
- package/styles/list-box/_material-dark-definition.scss +118 -118
- package/styles/list-box/_material-definition.scss +112 -112
- package/styles/list-box/_theme.scss +273 -273
- package/styles/list-box/icons/_bootstrap-dark.scss +25 -25
- package/styles/list-box/icons/_bootstrap.scss +25 -25
- package/styles/list-box/icons/_bootstrap4.scss +25 -25
- package/styles/list-box/icons/_fabric-dark.scss +25 -25
- package/styles/list-box/icons/_fabric.scss +25 -25
- package/styles/list-box/icons/_highcontrast-light.scss +25 -25
- package/styles/list-box/icons/_highcontrast.scss +25 -25
- package/styles/list-box/icons/_material-dark.scss +25 -25
- package/styles/list-box/icons/_material.scss +25 -25
- package/styles/material-dark.css +8 -11
- package/styles/material.css +34 -10
- package/styles/multi-select/_all.scss +2 -2
- package/styles/multi-select/_bootstrap-dark-definition.scss +171 -171
- package/styles/multi-select/_bootstrap-definition.scss +166 -166
- package/styles/multi-select/_bootstrap4-definition.scss +233 -233
- package/styles/multi-select/_fabric-dark-definition.scss +170 -170
- package/styles/multi-select/_fabric-definition.scss +167 -167
- package/styles/multi-select/_highcontrast-definition.scss +257 -259
- package/styles/multi-select/_highcontrast-light-definition.scss +258 -258
- package/styles/multi-select/_layout.scss +1153 -1153
- package/styles/multi-select/_material-dark-definition.scss +186 -186
- package/styles/multi-select/_material-definition.scss +191 -191
- package/styles/multi-select/_theme.scss +384 -389
- package/styles/multi-select/bootstrap-dark.css +13 -16
- package/styles/multi-select/bootstrap.css +12 -15
- package/styles/multi-select/bootstrap4.css +6 -10
- package/styles/multi-select/fabric-dark.css +2 -5
- package/styles/multi-select/fabric.css +1 -4
- package/styles/multi-select/highcontrast-light.css +2 -5
- package/styles/multi-select/highcontrast.css +2 -7
- package/styles/multi-select/icons/_bootstrap-dark.scss +26 -26
- package/styles/multi-select/icons/_bootstrap.scss +26 -26
- package/styles/multi-select/icons/_bootstrap4.scss +37 -37
- package/styles/multi-select/icons/_fabric-dark.scss +26 -26
- package/styles/multi-select/icons/_fabric.scss +26 -26
- package/styles/multi-select/icons/_highcontrast-light.scss +26 -26
- package/styles/multi-select/icons/_highcontrast.scss +26 -26
- package/styles/multi-select/icons/_material-dark.scss +26 -26
- package/styles/multi-select/icons/_material.scss +324 -324
- package/styles/multi-select/material-dark.css +8 -11
- package/styles/multi-select/material.css +16 -10
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
box-sizing: border-box;
|
|
77
77
|
cursor: text;
|
|
78
78
|
line-height: normal;
|
|
79
|
-
min-height:
|
|
79
|
+
min-height: 34px;
|
|
80
80
|
padding: 0 32px 0 2px;
|
|
81
81
|
position: relative;
|
|
82
82
|
-webkit-user-select: none;
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
.e-multi-select-wrapper .e-delim-values {
|
|
298
298
|
font-family: inherit;
|
|
299
299
|
font-size: 14px;
|
|
300
|
-
line-height:
|
|
300
|
+
line-height: 35px;
|
|
301
301
|
max-width: 100%;
|
|
302
302
|
padding-left: 6px;
|
|
303
303
|
padding-right: 6px;
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
}
|
|
306
306
|
|
|
307
307
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
308
|
-
line-height:
|
|
308
|
+
line-height: 39px;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
}
|
|
570
570
|
|
|
571
571
|
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
572
|
-
line-height:
|
|
572
|
+
line-height: 39px;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
575
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
@@ -613,13 +613,13 @@ ejs-multiselect {
|
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
.e-small .e-multi-select-wrapper input[type='text'] {
|
|
616
|
-
height:
|
|
617
|
-
min-height:
|
|
616
|
+
height: 28px;
|
|
617
|
+
min-height: 28px;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
620
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
621
621
|
font-size: 13px;
|
|
622
|
-
line-height:
|
|
622
|
+
line-height: 28px;
|
|
623
623
|
}
|
|
624
624
|
|
|
625
625
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -640,13 +640,13 @@ ejs-multiselect {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
.e-bigger.e-small .e-multi-select-wrapper input[type='text'] {
|
|
643
|
-
height:
|
|
644
|
-
min-height:
|
|
643
|
+
height: 35px;
|
|
644
|
+
min-height: 35px;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
648
648
|
font-size: 14px;
|
|
649
|
-
line-height:
|
|
649
|
+
line-height: 35px;
|
|
650
650
|
}
|
|
651
651
|
|
|
652
652
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -692,7 +692,6 @@ ejs-multiselect {
|
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
695
|
-
-webkit-text-fill-color: #f0f0f0;
|
|
696
695
|
color: #f0f0f0;
|
|
697
696
|
font-family: inherit;
|
|
698
697
|
font-size: 15px;
|
|
@@ -709,7 +708,7 @@ ejs-multiselect {
|
|
|
709
708
|
.e-multi-select-wrapper .e-chips {
|
|
710
709
|
background-color: #414141;
|
|
711
710
|
border-radius: 4px;
|
|
712
|
-
height:
|
|
711
|
+
height: 30px;
|
|
713
712
|
}
|
|
714
713
|
|
|
715
714
|
.e-multi-select-wrapper .e-chips:hover {
|
|
@@ -721,7 +720,6 @@ ejs-multiselect {
|
|
|
721
720
|
}
|
|
722
721
|
|
|
723
722
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
724
|
-
-webkit-text-fill-color: #f0f0f0;
|
|
725
723
|
color: #f0f0f0;
|
|
726
724
|
font-size: 10px;
|
|
727
725
|
}
|
|
@@ -844,7 +842,6 @@ ejs-multiselect {
|
|
|
844
842
|
}
|
|
845
843
|
|
|
846
844
|
.e-multi-select-wrapper .e-delim-values {
|
|
847
|
-
-webkit-text-fill-color: #f0f0f0;
|
|
848
845
|
color: #f0f0f0;
|
|
849
846
|
}
|
|
850
847
|
|
|
@@ -853,7 +850,7 @@ ejs-multiselect {
|
|
|
853
850
|
}
|
|
854
851
|
|
|
855
852
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
856
|
-
height:
|
|
853
|
+
height: 24px;
|
|
857
854
|
}
|
|
858
855
|
|
|
859
856
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -869,7 +866,7 @@ ejs-multiselect {
|
|
|
869
866
|
}
|
|
870
867
|
|
|
871
868
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
872
|
-
height:
|
|
869
|
+
height: 30px;
|
|
873
870
|
}
|
|
874
871
|
|
|
875
872
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
.e-multi-select-wrapper .e-delim-values {
|
|
296
296
|
font-family: inherit;
|
|
297
297
|
font-size: 14px;
|
|
298
|
-
line-height:
|
|
298
|
+
line-height: 35px;
|
|
299
299
|
max-width: 100%;
|
|
300
300
|
padding-left: 6px;
|
|
301
301
|
padding-right: 6px;
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
306
|
-
line-height:
|
|
306
|
+
line-height: 39px;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
}
|
|
568
568
|
|
|
569
569
|
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
570
|
-
line-height:
|
|
570
|
+
line-height: 39px;
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
@@ -611,13 +611,13 @@ ejs-multiselect {
|
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
.e-small .e-multi-select-wrapper input[type='text'] {
|
|
614
|
-
height:
|
|
615
|
-
min-height:
|
|
614
|
+
height: 28px;
|
|
615
|
+
min-height: 28px;
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
619
619
|
font-size: 13px;
|
|
620
|
-
line-height:
|
|
620
|
+
line-height: 28px;
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -638,13 +638,13 @@ ejs-multiselect {
|
|
|
638
638
|
}
|
|
639
639
|
|
|
640
640
|
.e-bigger.e-small .e-multi-select-wrapper input[type='text'] {
|
|
641
|
-
height:
|
|
642
|
-
min-height:
|
|
641
|
+
height: 35px;
|
|
642
|
+
min-height: 35px;
|
|
643
643
|
}
|
|
644
644
|
|
|
645
645
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
646
646
|
font-size: 14px;
|
|
647
|
-
line-height:
|
|
647
|
+
line-height: 35px;
|
|
648
648
|
}
|
|
649
649
|
|
|
650
650
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -690,7 +690,6 @@ ejs-multiselect {
|
|
|
690
690
|
}
|
|
691
691
|
|
|
692
692
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
693
|
-
-webkit-text-fill-color: #333;
|
|
694
693
|
color: #333;
|
|
695
694
|
font-family: inherit;
|
|
696
695
|
font-size: 15px;
|
|
@@ -707,7 +706,7 @@ ejs-multiselect {
|
|
|
707
706
|
.e-multi-select-wrapper .e-chips {
|
|
708
707
|
background-color: #e6e6e6;
|
|
709
708
|
border-radius: 4px;
|
|
710
|
-
height:
|
|
709
|
+
height: 30px;
|
|
711
710
|
}
|
|
712
711
|
|
|
713
712
|
.e-multi-select-wrapper .e-chips:hover {
|
|
@@ -719,7 +718,6 @@ ejs-multiselect {
|
|
|
719
718
|
}
|
|
720
719
|
|
|
721
720
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
722
|
-
-webkit-text-fill-color: #333;
|
|
723
721
|
color: #333;
|
|
724
722
|
font-size: 10px;
|
|
725
723
|
}
|
|
@@ -842,7 +840,6 @@ ejs-multiselect {
|
|
|
842
840
|
}
|
|
843
841
|
|
|
844
842
|
.e-multi-select-wrapper .e-delim-values {
|
|
845
|
-
-webkit-text-fill-color: #333;
|
|
846
843
|
color: #333;
|
|
847
844
|
}
|
|
848
845
|
|
|
@@ -851,7 +848,7 @@ ejs-multiselect {
|
|
|
851
848
|
}
|
|
852
849
|
|
|
853
850
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
854
|
-
height:
|
|
851
|
+
height: 24px;
|
|
855
852
|
}
|
|
856
853
|
|
|
857
854
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -867,7 +864,7 @@ ejs-multiselect {
|
|
|
867
864
|
}
|
|
868
865
|
|
|
869
866
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
870
|
-
height:
|
|
867
|
+
height: 30px;
|
|
871
868
|
}
|
|
872
869
|
|
|
873
870
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
}
|
|
655
655
|
|
|
656
656
|
.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
|
|
657
|
-
line-height:
|
|
657
|
+
line-height: 39px;
|
|
658
658
|
}
|
|
659
659
|
|
|
660
660
|
.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
@@ -694,17 +694,17 @@ ejs-multiselect {
|
|
|
694
694
|
}
|
|
695
695
|
|
|
696
696
|
.e-small .e-multi-select-wrapper {
|
|
697
|
-
min-height:
|
|
697
|
+
min-height: 24px;
|
|
698
698
|
}
|
|
699
699
|
|
|
700
700
|
.e-small .e-multi-select-wrapper input[type='text'] {
|
|
701
|
-
height:
|
|
702
|
-
min-height:
|
|
701
|
+
height: 24px;
|
|
702
|
+
min-height: 24px;
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
706
706
|
font-size: 12px;
|
|
707
|
-
line-height:
|
|
707
|
+
line-height: 24px;
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -785,7 +785,6 @@ ejs-multiselect {
|
|
|
785
785
|
}
|
|
786
786
|
|
|
787
787
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
788
|
-
-webkit-text-fill-color: #fff;
|
|
789
788
|
color: #fff;
|
|
790
789
|
font-family: inherit;
|
|
791
790
|
font-size: 14px;
|
|
@@ -814,7 +813,6 @@ ejs-multiselect {
|
|
|
814
813
|
}
|
|
815
814
|
|
|
816
815
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
817
|
-
-webkit-text-fill-color: #fff;
|
|
818
816
|
color: #fff;
|
|
819
817
|
font-size: 8px;
|
|
820
818
|
}
|
|
@@ -953,9 +951,7 @@ ejs-multiselect {
|
|
|
953
951
|
}
|
|
954
952
|
|
|
955
953
|
.e-multi-select-wrapper .e-delim-values {
|
|
956
|
-
-webkit-text-fill-color: #fff;
|
|
957
954
|
color: #fff;
|
|
958
|
-
-webkit-text-fill-color: #212529;
|
|
959
955
|
color: #212529;
|
|
960
956
|
}
|
|
961
957
|
|
|
@@ -964,7 +960,7 @@ ejs-multiselect {
|
|
|
964
960
|
}
|
|
965
961
|
|
|
966
962
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
967
|
-
height:
|
|
963
|
+
height: 22px;
|
|
968
964
|
}
|
|
969
965
|
|
|
970
966
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -628,7 +628,7 @@ ejs-multiselect {
|
|
|
628
628
|
|
|
629
629
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
630
630
|
font-size: 13px;
|
|
631
|
-
line-height:
|
|
631
|
+
line-height: 26px;
|
|
632
632
|
}
|
|
633
633
|
|
|
634
634
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -701,7 +701,6 @@ ejs-multiselect {
|
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
704
|
-
-webkit-text-fill-color: #dadada;
|
|
705
704
|
color: #dadada;
|
|
706
705
|
font-family: inherit;
|
|
707
706
|
font-size: 14px;
|
|
@@ -730,7 +729,6 @@ ejs-multiselect {
|
|
|
730
729
|
}
|
|
731
730
|
|
|
732
731
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
733
|
-
-webkit-text-fill-color: #dadada;
|
|
734
732
|
color: #dadada;
|
|
735
733
|
font-size: 10px;
|
|
736
734
|
}
|
|
@@ -853,7 +851,6 @@ ejs-multiselect {
|
|
|
853
851
|
}
|
|
854
852
|
|
|
855
853
|
.e-multi-select-wrapper .e-delim-values {
|
|
856
|
-
-webkit-text-fill-color: #dadada;
|
|
857
854
|
color: #dadada;
|
|
858
855
|
}
|
|
859
856
|
|
|
@@ -862,7 +859,7 @@ ejs-multiselect {
|
|
|
862
859
|
}
|
|
863
860
|
|
|
864
861
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
865
|
-
height:
|
|
862
|
+
height: 22px;
|
|
866
863
|
}
|
|
867
864
|
|
|
868
865
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -628,7 +628,7 @@ ejs-multiselect {
|
|
|
628
628
|
|
|
629
629
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
630
630
|
font-size: 13px;
|
|
631
|
-
line-height:
|
|
631
|
+
line-height: 26px;
|
|
632
632
|
}
|
|
633
633
|
|
|
634
634
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -701,7 +701,6 @@ ejs-multiselect {
|
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
704
|
-
-webkit-text-fill-color: #666;
|
|
705
704
|
color: #666;
|
|
706
705
|
font-family: inherit;
|
|
707
706
|
font-size: 14px;
|
|
@@ -730,7 +729,6 @@ ejs-multiselect {
|
|
|
730
729
|
}
|
|
731
730
|
|
|
732
731
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
733
|
-
-webkit-text-fill-color: #666;
|
|
734
732
|
color: #666;
|
|
735
733
|
font-size: 10px;
|
|
736
734
|
}
|
|
@@ -853,7 +851,6 @@ ejs-multiselect {
|
|
|
853
851
|
}
|
|
854
852
|
|
|
855
853
|
.e-multi-select-wrapper .e-delim-values {
|
|
856
|
-
-webkit-text-fill-color: #666;
|
|
857
854
|
color: #666;
|
|
858
855
|
}
|
|
859
856
|
|
|
@@ -745,7 +745,7 @@ ejs-multiselect {
|
|
|
745
745
|
|
|
746
746
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
747
747
|
font-size: 13px;
|
|
748
|
-
line-height:
|
|
748
|
+
line-height: 26px;
|
|
749
749
|
}
|
|
750
750
|
|
|
751
751
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -818,7 +818,6 @@ ejs-multiselect {
|
|
|
818
818
|
}
|
|
819
819
|
|
|
820
820
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
821
|
-
-webkit-text-fill-color: #fff;
|
|
822
821
|
color: #fff;
|
|
823
822
|
font-family: inherit;
|
|
824
823
|
font-size: 14px;
|
|
@@ -847,7 +846,6 @@ ejs-multiselect {
|
|
|
847
846
|
}
|
|
848
847
|
|
|
849
848
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
850
|
-
-webkit-text-fill-color: #fff;
|
|
851
849
|
color: #fff;
|
|
852
850
|
font-size: 10px;
|
|
853
851
|
}
|
|
@@ -978,7 +976,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
978
976
|
}
|
|
979
977
|
|
|
980
978
|
.e-multi-select-wrapper .e-delim-values {
|
|
981
|
-
-webkit-text-fill-color: #fff;
|
|
982
979
|
color: #fff;
|
|
983
980
|
}
|
|
984
981
|
|
|
@@ -987,7 +984,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
987
984
|
}
|
|
988
985
|
|
|
989
986
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
990
|
-
height:
|
|
987
|
+
height: 22px;
|
|
991
988
|
}
|
|
992
989
|
|
|
993
990
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -95,12 +95,10 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.e-multi-select-wrapper .e-delim-values.e-delim-view {
|
|
98
|
-
-webkit-text-fill-color: #fff;
|
|
99
98
|
color: #fff;
|
|
100
99
|
}
|
|
101
100
|
|
|
102
101
|
.e-multi-select-wrapper.e-delimiter .e-delim-values {
|
|
103
|
-
-webkit-text-fill-color: #fff;
|
|
104
102
|
color: #fff;
|
|
105
103
|
}
|
|
106
104
|
|
|
@@ -747,7 +745,7 @@ ejs-multiselect {
|
|
|
747
745
|
|
|
748
746
|
.e-small .e-multi-select-wrapper .e-delim-values {
|
|
749
747
|
font-size: 13px;
|
|
750
|
-
line-height:
|
|
748
|
+
line-height: 26px;
|
|
751
749
|
}
|
|
752
750
|
|
|
753
751
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
@@ -820,7 +818,6 @@ ejs-multiselect {
|
|
|
820
818
|
}
|
|
821
819
|
|
|
822
820
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
823
|
-
-webkit-text-fill-color: #000;
|
|
824
821
|
color: #000;
|
|
825
822
|
font-family: inherit;
|
|
826
823
|
font-size: 14px;
|
|
@@ -849,7 +846,6 @@ ejs-multiselect {
|
|
|
849
846
|
}
|
|
850
847
|
|
|
851
848
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
852
|
-
-webkit-text-fill-color: #000;
|
|
853
849
|
color: #000;
|
|
854
850
|
font-size: 10px;
|
|
855
851
|
}
|
|
@@ -980,7 +976,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
980
976
|
}
|
|
981
977
|
|
|
982
978
|
.e-multi-select-wrapper .e-delim-values {
|
|
983
|
-
-webkit-text-fill-color: #000;
|
|
984
979
|
color: #000;
|
|
985
980
|
}
|
|
986
981
|
|
|
@@ -989,7 +984,7 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
989
984
|
}
|
|
990
985
|
|
|
991
986
|
.e-small .e-multi-select-wrapper .e-chips {
|
|
992
|
-
height:
|
|
987
|
+
height: 22px;
|
|
993
988
|
}
|
|
994
989
|
|
|
995
990
|
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-bootstrap-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e969';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e842';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e842';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-bootstrap-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e969';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e842';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e842';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-bootstrap-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e969';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e842';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e842';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-bootstrap-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e969';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e842';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e842';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
@include export-module('multiselect-bootstrap4-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e744';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
font-size: 8px;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.e-bigger .e-multiselect.e-input-group .e-ddl-icon::before {
|
|
9
|
-
font-size: 10px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
13
|
-
content: '\e745';
|
|
14
|
-
cursor: pointer;
|
|
15
|
-
left: $ddl-chip-close-left;
|
|
16
|
-
position: relative;
|
|
17
|
-
top: $ddl-chip-close-top;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
21
|
-
content: '\e745';
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
height: $ddl-overall-close-top;
|
|
24
|
-
left: $ddl-overall-close-left;
|
|
25
|
-
position: relative;
|
|
26
|
-
top: $ddl-overall-close-top;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
30
|
-
font-size: 12px;
|
|
31
|
-
top: $ddl-bigger-close-top;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
35
|
-
content: '';
|
|
36
|
-
}
|
|
37
|
-
}
|
|
1
|
+
@include export-module('multiselect-bootstrap4-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e744';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
font-size: 8px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.e-bigger .e-multiselect.e-input-group .e-ddl-icon::before {
|
|
9
|
+
font-size: 10px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
13
|
+
content: '\e745';
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
left: $ddl-chip-close-left;
|
|
16
|
+
position: relative;
|
|
17
|
+
top: $ddl-chip-close-top;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
21
|
+
content: '\e745';
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
height: $ddl-overall-close-top;
|
|
24
|
+
left: $ddl-overall-close-left;
|
|
25
|
+
position: relative;
|
|
26
|
+
top: $ddl-overall-close-top;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
30
|
+
font-size: 12px;
|
|
31
|
+
top: $ddl-bigger-close-top;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
35
|
+
content: '';
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@include export-module('multiselect-fabric-icons') {
|
|
2
|
-
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
-
content: '\e966';
|
|
4
|
-
font-family: 'e-icons';
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
-
content: '\e7a7';
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
left: $ddl-chip-close-left;
|
|
11
|
-
position: relative;
|
|
12
|
-
top: $ddl-chip-close-top;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
-
content: '\e7a7';
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
left: $ddl-overall-close-left;
|
|
19
|
-
position: relative;
|
|
20
|
-
top: $ddl-overall-close-top;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
-
content: '';
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@include export-module('multiselect-fabric-icons') {
|
|
2
|
+
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
3
|
+
content: '\e966';
|
|
4
|
+
font-family: 'e-icons';
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
8
|
+
content: '\e7a7';
|
|
9
|
+
cursor: pointer;
|
|
10
|
+
left: $ddl-chip-close-left;
|
|
11
|
+
position: relative;
|
|
12
|
+
top: $ddl-chip-close-top;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-multi-select-wrapper .e-close-hooker::before {
|
|
16
|
+
content: '\e7a7';
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
left: $ddl-overall-close-left;
|
|
19
|
+
position: relative;
|
|
20
|
+
top: $ddl-overall-close-top;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
24
|
+
content: '';
|
|
25
|
+
}
|
|
26
|
+
}
|