@syncfusion/ej2-dropdowns 19.4.54 → 20.1.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -22
- 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 +59 -2
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +59 -2
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +53 -1
- package/src/multi-select/multi-select.js +2 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +64 -34
- package/styles/bootstrap.css +64 -34
- package/styles/bootstrap4.css +64 -34
- package/styles/bootstrap5-dark.css +124 -44
- package/styles/bootstrap5.css +124 -44
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +64 -34
- package/styles/fabric.css +64 -34
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +66 -35
- package/styles/highcontrast.css +66 -35
- package/styles/list-box/_bootstrap-dark-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +48 -40
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- package/styles/list-box/bootstrap-dark.css +10 -16
- package/styles/list-box/bootstrap.css +10 -16
- package/styles/list-box/bootstrap4.css +10 -16
- package/styles/list-box/bootstrap5-dark.css +13 -19
- package/styles/list-box/bootstrap5.css +13 -19
- package/styles/list-box/fabric-dark.css +10 -16
- package/styles/list-box/fabric.css +10 -16
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +10 -16
- package/styles/list-box/highcontrast.css +10 -16
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- package/styles/list-box/material-dark.css +12 -18
- package/styles/list-box/material.css +12 -18
- package/styles/list-box/tailwind-dark.css +25 -28
- package/styles/list-box/tailwind.css +25 -28
- package/styles/material-dark.css +66 -36
- package/styles/material.css +66 -36
- package/styles/multi-select/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +305 -257
- package/styles/tailwind.css +305 -257
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
.e-listbox-wrapper,
|
|
58
58
|
.e-listbox-container {
|
|
59
59
|
-webkit-overflow-scrolling: touch;
|
|
60
|
+
box-sizing: border-box;
|
|
60
61
|
cursor: pointer;
|
|
61
62
|
display: block;
|
|
62
63
|
position: relative;
|
|
@@ -104,11 +105,6 @@
|
|
|
104
105
|
overflow: inherit;
|
|
105
106
|
}
|
|
106
107
|
|
|
107
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
108
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
109
|
-
overflow: auto;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
108
|
.e-listbox-wrapper .e-list-parent,
|
|
113
109
|
.e-listbox-container .e-list-parent {
|
|
114
110
|
height: 100%;
|
|
@@ -188,7 +184,7 @@
|
|
|
188
184
|
font-weight: 600;
|
|
189
185
|
height: 36px;
|
|
190
186
|
line-height: 30px;
|
|
191
|
-
padding:
|
|
187
|
+
padding: 9px 16px;
|
|
192
188
|
}
|
|
193
189
|
|
|
194
190
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -391,6 +387,14 @@ ejs-listbox {
|
|
|
391
387
|
overflow: auto;
|
|
392
388
|
}
|
|
393
389
|
|
|
390
|
+
.e-listbox-wrapper.e-filter-list {
|
|
391
|
+
overflow: inherit;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
395
|
+
overflow: auto;
|
|
396
|
+
}
|
|
397
|
+
|
|
394
398
|
.e-listbox-wrapper.e-sortableclone,
|
|
395
399
|
.e-listbox-container.e-sortableclone {
|
|
396
400
|
border-width: 0;
|
|
@@ -627,16 +631,6 @@ ejs-listbox {
|
|
|
627
631
|
height: calc(100% - 51px);
|
|
628
632
|
}
|
|
629
633
|
|
|
630
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
631
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
632
|
-
height: calc(100% - 36px);
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
636
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
637
|
-
height: calc(100% - 87px);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
634
|
.e-listbox-wrapper .e-icons,
|
|
641
635
|
.e-listbox-container .e-icons {
|
|
642
636
|
color: #000;
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
.e-listbox-wrapper,
|
|
58
58
|
.e-listbox-container {
|
|
59
59
|
-webkit-overflow-scrolling: touch;
|
|
60
|
+
box-sizing: border-box;
|
|
60
61
|
cursor: pointer;
|
|
61
62
|
display: block;
|
|
62
63
|
position: relative;
|
|
@@ -104,11 +105,6 @@
|
|
|
104
105
|
overflow: inherit;
|
|
105
106
|
}
|
|
106
107
|
|
|
107
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
108
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
109
|
-
overflow: auto;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
108
|
.e-listbox-wrapper .e-list-parent,
|
|
113
109
|
.e-listbox-container .e-list-parent {
|
|
114
110
|
height: 100%;
|
|
@@ -188,7 +184,7 @@
|
|
|
188
184
|
font-weight: 600;
|
|
189
185
|
height: 36px;
|
|
190
186
|
line-height: 30px;
|
|
191
|
-
padding:
|
|
187
|
+
padding: 9px 16px;
|
|
192
188
|
}
|
|
193
189
|
|
|
194
190
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -391,6 +387,14 @@ ejs-listbox {
|
|
|
391
387
|
overflow: auto;
|
|
392
388
|
}
|
|
393
389
|
|
|
390
|
+
.e-listbox-wrapper.e-filter-list {
|
|
391
|
+
overflow: inherit;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
395
|
+
overflow: auto;
|
|
396
|
+
}
|
|
397
|
+
|
|
394
398
|
.e-listbox-wrapper.e-sortableclone,
|
|
395
399
|
.e-listbox-container.e-sortableclone {
|
|
396
400
|
border-width: 0;
|
|
@@ -627,16 +631,6 @@ ejs-listbox {
|
|
|
627
631
|
height: calc(100% - 51px);
|
|
628
632
|
}
|
|
629
633
|
|
|
630
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
631
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
632
|
-
height: calc(100% - 36px);
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
636
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
637
|
-
height: calc(100% - 87px);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
634
|
.e-listbox-wrapper .e-icons,
|
|
641
635
|
.e-listbox-container .e-icons {
|
|
642
636
|
color: #fff;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent.scss';
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@include export-module('list-box-tailwind-dark-icons') {
|
|
2
2
|
.e-listbox-tool .e-moveup::before {
|
|
3
|
-
content: '\
|
|
3
|
+
content: '\e776';
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.e-listbox-tool .e-movedown::before {
|
|
7
|
-
content: '\
|
|
7
|
+
content: '\e729';
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.e-listbox-tool .e-moveto::before {
|
|
11
|
-
content: '\
|
|
11
|
+
content: '\e748';
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.e-listbox-tool .e-movefrom::before {
|
|
15
|
-
content: '\
|
|
15
|
+
content: '\e765';
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.e-listbox-tool .e-moveallto::before {
|
|
19
|
-
content: '\
|
|
19
|
+
content: '\e7a9';
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.e-listbox-tool .e-moveallfrom::before {
|
|
23
|
-
content: '\
|
|
24
|
-
|
|
23
|
+
content: '\e744';
|
|
24
|
+
}
|
|
25
25
|
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@include export-module('list-box-tailwind-icons') {
|
|
2
2
|
.e-listbox-tool .e-moveup::before {
|
|
3
|
-
content: '\
|
|
3
|
+
content: '\e776';
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.e-listbox-tool .e-movedown::before {
|
|
7
|
-
content: '\
|
|
7
|
+
content: '\e729';
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.e-listbox-tool .e-moveto::before {
|
|
11
|
-
content: '\
|
|
11
|
+
content: '\e748';
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.e-listbox-tool .e-movefrom::before {
|
|
15
|
-
content: '\
|
|
15
|
+
content: '\e765';
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.e-listbox-tool .e-moveallto::before {
|
|
19
|
-
content: '\
|
|
19
|
+
content: '\e7a9';
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.e-listbox-tool .e-moveallfrom::before {
|
|
23
|
-
content: '\
|
|
24
|
-
|
|
23
|
+
content: '\e744';
|
|
24
|
+
}
|
|
25
25
|
}
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
.e-listbox-wrapper,
|
|
39
39
|
.e-listbox-container {
|
|
40
40
|
-webkit-overflow-scrolling: touch;
|
|
41
|
+
box-sizing: border-box;
|
|
41
42
|
cursor: pointer;
|
|
42
43
|
display: block;
|
|
43
44
|
position: relative;
|
|
@@ -85,11 +86,6 @@
|
|
|
85
86
|
overflow: inherit;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
89
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
90
|
-
overflow: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.e-listbox-wrapper .e-list-parent,
|
|
94
90
|
.e-listbox-container .e-list-parent {
|
|
95
91
|
height: 100%;
|
|
@@ -168,8 +164,8 @@
|
|
|
168
164
|
border-top: 1px solid;
|
|
169
165
|
font-weight: 600;
|
|
170
166
|
height: 36px;
|
|
171
|
-
line-height:
|
|
172
|
-
padding:
|
|
167
|
+
line-height: 16px;
|
|
168
|
+
padding: 11px 16px;
|
|
173
169
|
}
|
|
174
170
|
|
|
175
171
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -372,6 +368,14 @@ ejs-listbox {
|
|
|
372
368
|
overflow: auto;
|
|
373
369
|
}
|
|
374
370
|
|
|
371
|
+
.e-listbox-wrapper.e-filter-list {
|
|
372
|
+
overflow: inherit;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
376
|
+
overflow: auto;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.e-listbox-wrapper.e-sortableclone,
|
|
376
380
|
.e-listbox-container.e-sortableclone {
|
|
377
381
|
border-width: 0;
|
|
@@ -532,7 +536,7 @@ ejs-listbox {
|
|
|
532
536
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
533
537
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
534
538
|
height: 48px;
|
|
535
|
-
line-height:
|
|
539
|
+
line-height: 25px;
|
|
536
540
|
}
|
|
537
541
|
|
|
538
542
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -608,16 +612,6 @@ ejs-listbox {
|
|
|
608
612
|
height: calc(100% - 47px);
|
|
609
613
|
}
|
|
610
614
|
|
|
611
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
612
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
613
|
-
height: calc(100% - 36px);
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
617
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
618
|
-
height: calc(100% - 79px);
|
|
619
|
-
}
|
|
620
|
-
|
|
621
615
|
.e-listbox-wrapper .e-icons,
|
|
622
616
|
.e-listbox-container .e-icons {
|
|
623
617
|
color: #fff;
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
.e-listbox-wrapper,
|
|
39
39
|
.e-listbox-container {
|
|
40
40
|
-webkit-overflow-scrolling: touch;
|
|
41
|
+
box-sizing: border-box;
|
|
41
42
|
cursor: pointer;
|
|
42
43
|
display: block;
|
|
43
44
|
position: relative;
|
|
@@ -85,11 +86,6 @@
|
|
|
85
86
|
overflow: inherit;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
89
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
90
|
-
overflow: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
89
|
.e-listbox-wrapper .e-list-parent,
|
|
94
90
|
.e-listbox-container .e-list-parent {
|
|
95
91
|
height: 100%;
|
|
@@ -168,8 +164,8 @@
|
|
|
168
164
|
border-top: 1px solid;
|
|
169
165
|
font-weight: 600;
|
|
170
166
|
height: 36px;
|
|
171
|
-
line-height:
|
|
172
|
-
padding:
|
|
167
|
+
line-height: 16px;
|
|
168
|
+
padding: 11px 16px;
|
|
173
169
|
}
|
|
174
170
|
|
|
175
171
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -372,6 +368,14 @@ ejs-listbox {
|
|
|
372
368
|
overflow: auto;
|
|
373
369
|
}
|
|
374
370
|
|
|
371
|
+
.e-listbox-wrapper.e-filter-list {
|
|
372
|
+
overflow: inherit;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
376
|
+
overflow: auto;
|
|
377
|
+
}
|
|
378
|
+
|
|
375
379
|
.e-listbox-wrapper.e-sortableclone,
|
|
376
380
|
.e-listbox-container.e-sortableclone {
|
|
377
381
|
border-width: 0;
|
|
@@ -532,7 +536,7 @@ ejs-listbox {
|
|
|
532
536
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
533
537
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
534
538
|
height: 48px;
|
|
535
|
-
line-height:
|
|
539
|
+
line-height: 25px;
|
|
536
540
|
}
|
|
537
541
|
|
|
538
542
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -608,16 +612,6 @@ ejs-listbox {
|
|
|
608
612
|
height: calc(100% - 47px);
|
|
609
613
|
}
|
|
610
614
|
|
|
611
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
612
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
613
|
-
height: calc(100% - 36px);
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
617
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
618
|
-
height: calc(100% - 79px);
|
|
619
|
-
}
|
|
620
|
-
|
|
621
615
|
.e-listbox-wrapper .e-icons,
|
|
622
616
|
.e-listbox-container .e-icons {
|
|
623
617
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -35,42 +35,46 @@
|
|
|
35
35
|
padding: 0 8px 0 0;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon
|
|
39
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
38
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
40
39
|
padding: 0 12px 0 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
42
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
43
|
+
padding: 0 8px 0 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
43
46
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
44
|
-
padding: 0
|
|
47
|
+
padding: 0 4px 0 0;
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
.e-listbox-tool .e-moveup::before {
|
|
48
|
-
content: '\
|
|
51
|
+
content: '\e776';
|
|
49
52
|
}
|
|
50
53
|
|
|
51
54
|
.e-listbox-tool .e-movedown::before {
|
|
52
|
-
content: '\
|
|
55
|
+
content: '\e729';
|
|
53
56
|
}
|
|
54
57
|
|
|
55
58
|
.e-listbox-tool .e-moveto::before {
|
|
56
|
-
content: '\
|
|
59
|
+
content: '\e748';
|
|
57
60
|
}
|
|
58
61
|
|
|
59
62
|
.e-listbox-tool .e-movefrom::before {
|
|
60
|
-
content: '\
|
|
63
|
+
content: '\e765';
|
|
61
64
|
}
|
|
62
65
|
|
|
63
66
|
.e-listbox-tool .e-moveallto::before {
|
|
64
|
-
content: '\
|
|
67
|
+
content: '\e7a9';
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
.e-listbox-tool .e-moveallfrom::before {
|
|
68
|
-
content: '\
|
|
71
|
+
content: '\e744';
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.e-listbox-wrapper,
|
|
72
75
|
.e-listbox-container {
|
|
73
76
|
-webkit-overflow-scrolling: touch;
|
|
77
|
+
box-sizing: border-box;
|
|
74
78
|
cursor: pointer;
|
|
75
79
|
display: block;
|
|
76
80
|
position: relative;
|
|
@@ -109,7 +113,7 @@
|
|
|
109
113
|
.e-listbox-container .e-selectall-parent {
|
|
110
114
|
height: 38px;
|
|
111
115
|
line-height: 1;
|
|
112
|
-
padding: 12px
|
|
116
|
+
padding: 12px 12px;
|
|
113
117
|
position: relative;
|
|
114
118
|
}
|
|
115
119
|
|
|
@@ -118,11 +122,6 @@
|
|
|
118
122
|
overflow: inherit;
|
|
119
123
|
}
|
|
120
124
|
|
|
121
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
122
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
123
|
-
overflow: auto;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
125
|
.e-listbox-wrapper .e-list-parent,
|
|
127
126
|
.e-listbox-container .e-list-parent {
|
|
128
127
|
height: 100%;
|
|
@@ -201,8 +200,8 @@
|
|
|
201
200
|
border-top: 1px solid;
|
|
202
201
|
font-weight: 600;
|
|
203
202
|
height: 30px;
|
|
204
|
-
line-height:
|
|
205
|
-
padding:
|
|
203
|
+
line-height: 7px;
|
|
204
|
+
padding: 12px 12px;
|
|
206
205
|
}
|
|
207
206
|
|
|
208
207
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -405,6 +404,14 @@ ejs-listbox {
|
|
|
405
404
|
overflow: auto;
|
|
406
405
|
}
|
|
407
406
|
|
|
407
|
+
.e-listbox-wrapper.e-filter-list {
|
|
408
|
+
overflow: inherit;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
412
|
+
overflow: auto;
|
|
413
|
+
}
|
|
414
|
+
|
|
408
415
|
.e-listbox-wrapper.e-sortableclone,
|
|
409
416
|
.e-listbox-container.e-sortableclone {
|
|
410
417
|
border-width: 0;
|
|
@@ -565,7 +572,7 @@ ejs-listbox {
|
|
|
565
572
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
566
573
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
567
574
|
height: 38px;
|
|
568
|
-
line-height:
|
|
575
|
+
line-height: 15px;
|
|
569
576
|
}
|
|
570
577
|
|
|
571
578
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -653,16 +660,6 @@ ejs-listbox {
|
|
|
653
660
|
height: calc(100% - 47px);
|
|
654
661
|
}
|
|
655
662
|
|
|
656
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
657
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
658
|
-
height: calc(100% - 38px);
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
662
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
663
|
-
height: calc(100% - 76px);
|
|
664
|
-
}
|
|
665
|
-
|
|
666
663
|
.e-listbox-wrapper .e-icons,
|
|
667
664
|
.e-listbox-container .e-icons {
|
|
668
665
|
color: #d1d5db;
|
|
@@ -35,42 +35,46 @@
|
|
|
35
35
|
padding: 0 8px 0 0;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon
|
|
39
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
38
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
40
39
|
padding: 0 12px 0 0;
|
|
41
40
|
}
|
|
42
41
|
|
|
42
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
43
|
+
padding: 0 8px 0 0;
|
|
44
|
+
}
|
|
45
|
+
|
|
43
46
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
44
|
-
padding: 0
|
|
47
|
+
padding: 0 4px 0 0;
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
.e-listbox-tool .e-moveup::before {
|
|
48
|
-
content: '\
|
|
51
|
+
content: '\e776';
|
|
49
52
|
}
|
|
50
53
|
|
|
51
54
|
.e-listbox-tool .e-movedown::before {
|
|
52
|
-
content: '\
|
|
55
|
+
content: '\e729';
|
|
53
56
|
}
|
|
54
57
|
|
|
55
58
|
.e-listbox-tool .e-moveto::before {
|
|
56
|
-
content: '\
|
|
59
|
+
content: '\e748';
|
|
57
60
|
}
|
|
58
61
|
|
|
59
62
|
.e-listbox-tool .e-movefrom::before {
|
|
60
|
-
content: '\
|
|
63
|
+
content: '\e765';
|
|
61
64
|
}
|
|
62
65
|
|
|
63
66
|
.e-listbox-tool .e-moveallto::before {
|
|
64
|
-
content: '\
|
|
67
|
+
content: '\e7a9';
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
.e-listbox-tool .e-moveallfrom::before {
|
|
68
|
-
content: '\
|
|
71
|
+
content: '\e744';
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.e-listbox-wrapper,
|
|
72
75
|
.e-listbox-container {
|
|
73
76
|
-webkit-overflow-scrolling: touch;
|
|
77
|
+
box-sizing: border-box;
|
|
74
78
|
cursor: pointer;
|
|
75
79
|
display: block;
|
|
76
80
|
position: relative;
|
|
@@ -109,7 +113,7 @@
|
|
|
109
113
|
.e-listbox-container .e-selectall-parent {
|
|
110
114
|
height: 38px;
|
|
111
115
|
line-height: 1;
|
|
112
|
-
padding: 12px
|
|
116
|
+
padding: 12px 12px;
|
|
113
117
|
position: relative;
|
|
114
118
|
}
|
|
115
119
|
|
|
@@ -118,11 +122,6 @@
|
|
|
118
122
|
overflow: inherit;
|
|
119
123
|
}
|
|
120
124
|
|
|
121
|
-
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
122
|
-
.e-listbox-container.e-filter-list .e-list-parent {
|
|
123
|
-
overflow: auto;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
125
|
.e-listbox-wrapper .e-list-parent,
|
|
127
126
|
.e-listbox-container .e-list-parent {
|
|
128
127
|
height: 100%;
|
|
@@ -201,8 +200,8 @@
|
|
|
201
200
|
border-top: 1px solid;
|
|
202
201
|
font-weight: 600;
|
|
203
202
|
height: 30px;
|
|
204
|
-
line-height:
|
|
205
|
-
padding:
|
|
203
|
+
line-height: 7px;
|
|
204
|
+
padding: 12px 12px;
|
|
206
205
|
}
|
|
207
206
|
|
|
208
207
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
@@ -405,6 +404,14 @@ ejs-listbox {
|
|
|
405
404
|
overflow: auto;
|
|
406
405
|
}
|
|
407
406
|
|
|
407
|
+
.e-listbox-wrapper.e-filter-list {
|
|
408
|
+
overflow: inherit;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
412
|
+
overflow: auto;
|
|
413
|
+
}
|
|
414
|
+
|
|
408
415
|
.e-listbox-wrapper.e-sortableclone,
|
|
409
416
|
.e-listbox-container.e-sortableclone {
|
|
410
417
|
border-width: 0;
|
|
@@ -565,7 +572,7 @@ ejs-listbox {
|
|
|
565
572
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
566
573
|
.e-listbox-container.e-bigger .e-list-group-item {
|
|
567
574
|
height: 38px;
|
|
568
|
-
line-height:
|
|
575
|
+
line-height: 15px;
|
|
569
576
|
}
|
|
570
577
|
|
|
571
578
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
@@ -653,16 +660,6 @@ ejs-listbox {
|
|
|
653
660
|
height: calc(100% - 47px);
|
|
654
661
|
}
|
|
655
662
|
|
|
656
|
-
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
657
|
-
.e-listbox-container.e-select-all .e-list-parent {
|
|
658
|
-
height: calc(100% - 38px);
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
662
|
-
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
663
|
-
height: calc(100% - 76px);
|
|
664
|
-
}
|
|
665
|
-
|
|
666
663
|
.e-listbox-wrapper .e-icons,
|
|
667
664
|
.e-listbox-container .e-icons {
|
|
668
665
|
color: #6b7280;
|