@syncfusion/ej2-dropdowns 19.4.56 → 20.1.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -20
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +32 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +31 -5
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/common/incremental-search.d.ts +1 -0
- package/src/common/incremental-search.js +4 -0
- package/src/drop-down-base/drop-down-base.js +1 -0
- package/src/drop-down-tree/drop-down-tree.js +4 -0
- package/src/list-box/list-box.js +20 -3
- package/src/multi-select/multi-select.js +1 -1
- package/styles/auto-complete/_fluent-dark-definition.scss +1 -0
- package/styles/auto-complete/bootstrap5-dark.css +7 -0
- package/styles/auto-complete/bootstrap5.css +7 -0
- package/styles/auto-complete/fluent-dark.css +132 -0
- package/styles/auto-complete/fluent-dark.scss +4 -0
- package/styles/auto-complete/fluent.css +132 -0
- package/styles/auto-complete/fluent.scss +4 -0
- package/styles/auto-complete/tailwind-dark.css +1 -57
- package/styles/auto-complete/tailwind.css +1 -57
- package/styles/bootstrap-dark.css +56 -30
- package/styles/bootstrap.css +56 -30
- package/styles/bootstrap4.css +56 -30
- package/styles/bootstrap5-dark.css +116 -40
- package/styles/bootstrap5.css +116 -40
- package/styles/combo-box/_fluent-dark-definition.scss +1 -0
- package/styles/combo-box/bootstrap5-dark.css +7 -0
- package/styles/combo-box/bootstrap5.css +7 -0
- package/styles/combo-box/fluent-dark.css +132 -0
- package/styles/combo-box/fluent-dark.scss +4 -0
- package/styles/combo-box/fluent.css +132 -0
- package/styles/combo-box/fluent.scss +4 -0
- package/styles/combo-box/tailwind-dark.css +1 -57
- package/styles/combo-box/tailwind.css +1 -57
- package/styles/drop-down-base/_bootstrap-dark-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap4-definition.scss +2 -0
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-dark-definition.scss +2 -0
- package/styles/drop-down-base/_fabric-definition.scss +2 -0
- package/styles/drop-down-base/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-base/_fluent-definition.scss +12 -7
- package/styles/drop-down-base/_highcontrast-definition.scss +2 -0
- package/styles/drop-down-base/_highcontrast-light-definition.scss +2 -0
- package/styles/drop-down-base/_layout.scss +40 -4
- package/styles/drop-down-base/_material-dark-definition.scss +2 -0
- package/styles/drop-down-base/_material-definition.scss +2 -0
- package/styles/drop-down-base/_tailwind-definition.scss +17 -8
- package/styles/drop-down-base/_theme.scss +82 -3
- package/styles/drop-down-base/bootstrap-dark.css +7 -2
- package/styles/drop-down-base/bootstrap.css +7 -2
- package/styles/drop-down-base/bootstrap4.css +7 -2
- package/styles/drop-down-base/bootstrap5-dark.css +12 -3
- package/styles/drop-down-base/bootstrap5.css +12 -3
- package/styles/drop-down-base/fabric-dark.css +7 -2
- package/styles/drop-down-base/fabric.css +7 -2
- package/styles/drop-down-base/fluent-dark.css +397 -0
- package/styles/drop-down-base/fluent-dark.scss +3 -0
- package/styles/drop-down-base/fluent.css +397 -0
- package/styles/drop-down-base/fluent.scss +3 -0
- package/styles/drop-down-base/highcontrast-light.css +7 -2
- package/styles/drop-down-base/highcontrast.css +7 -2
- package/styles/drop-down-base/material-dark.css +7 -2
- package/styles/drop-down-base/material.css +7 -2
- package/styles/drop-down-base/tailwind-dark.css +103 -14
- package/styles/drop-down-base/tailwind.css +103 -14
- package/styles/drop-down-list/_bootstrap-dark-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +10 -2
- package/styles/drop-down-list/_fabric-dark-definition.scss +1 -1
- package/styles/drop-down-list/_fabric-definition.scss +1 -1
- package/styles/drop-down-list/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-list/_fluent-definition.scss +10 -19
- package/styles/drop-down-list/_highcontrast-definition.scss +1 -1
- package/styles/drop-down-list/_highcontrast-light-definition.scss +1 -1
- package/styles/drop-down-list/_layout.scss +52 -15
- package/styles/drop-down-list/_material-dark-definition.scss +1 -1
- package/styles/drop-down-list/_material-definition.scss +1 -1
- package/styles/drop-down-list/_tailwind-definition.scss +6 -61
- package/styles/drop-down-list/bootstrap-dark.css +28 -6
- package/styles/drop-down-list/bootstrap.css +28 -6
- package/styles/drop-down-list/bootstrap4.css +28 -6
- package/styles/drop-down-list/bootstrap5-dark.css +35 -6
- package/styles/drop-down-list/bootstrap5.css +35 -6
- package/styles/drop-down-list/fabric-dark.css +28 -6
- package/styles/drop-down-list/fabric.css +28 -6
- package/styles/drop-down-list/fluent-dark.css +447 -0
- package/styles/drop-down-list/fluent-dark.scss +8 -0
- package/styles/drop-down-list/fluent.css +447 -0
- package/styles/drop-down-list/fluent.scss +8 -0
- package/styles/drop-down-list/highcontrast-light.css +28 -6
- package/styles/drop-down-list/highcontrast.css +28 -6
- package/styles/drop-down-list/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-list/icons/_fluent.scss +1 -1
- package/styles/drop-down-list/icons/_tailwind.scss +3 -4
- package/styles/drop-down-list/material-dark.css +28 -6
- package/styles/drop-down-list/material.css +28 -6
- package/styles/drop-down-list/tailwind-dark.css +20 -95
- package/styles/drop-down-list/tailwind.css +20 -95
- package/styles/drop-down-tree/_bootstrap5-definition.scss +1 -1
- package/styles/drop-down-tree/_fluent-dark-definition.scss +1 -0
- package/styles/drop-down-tree/_fluent-definition.scss +25 -30
- package/styles/drop-down-tree/_layout.scss +94 -27
- package/styles/drop-down-tree/_tailwind-definition.scss +2 -1
- package/styles/drop-down-tree/_theme.scss +9 -4
- package/styles/drop-down-tree/bootstrap5-dark.css +6 -2
- package/styles/drop-down-tree/bootstrap5.css +6 -2
- package/styles/drop-down-tree/fluent-dark.css +599 -0
- package/styles/drop-down-tree/fluent-dark.scss +9 -0
- package/styles/drop-down-tree/fluent.css +599 -0
- package/styles/drop-down-tree/fluent.scss +9 -0
- package/styles/drop-down-tree/icons/_fluent-dark.scss +1 -0
- package/styles/drop-down-tree/icons/_fluent.scss +1 -1
- package/styles/drop-down-tree/icons/_tailwind-dark.scss +2 -2
- package/styles/drop-down-tree/icons/_tailwind.scss +2 -2
- package/styles/drop-down-tree/tailwind-dark.css +15 -6
- package/styles/drop-down-tree/tailwind.css +15 -6
- package/styles/fabric-dark.css +56 -30
- package/styles/fabric.css +56 -30
- package/styles/fluent-dark.css +3602 -0
- package/styles/fluent-dark.scss +7 -0
- package/styles/fluent.css +3602 -0
- package/styles/fluent.scss +7 -0
- package/styles/highcontrast-light.css +58 -31
- package/styles/highcontrast.css +58 -31
- package/styles/list-box/_bootstrap-dark-definition.scss +98 -102
- package/styles/list-box/_bootstrap-definition.scss +94 -98
- package/styles/list-box/_bootstrap4-definition.scss +98 -102
- package/styles/list-box/_bootstrap5-definition.scss +94 -99
- package/styles/list-box/_fabric-dark-definition.scss +98 -102
- package/styles/list-box/_fabric-definition.scss +94 -98
- package/styles/list-box/_fluent-dark-definition.scss +1 -0
- package/styles/list-box/_fluent-definition.scss +95 -100
- package/styles/list-box/_highcontrast-definition.scss +94 -98
- package/styles/list-box/_highcontrast-light-definition.scss +98 -102
- package/styles/list-box/_layout.scss +37 -37
- package/styles/list-box/_material-dark-definition.scss +98 -102
- package/styles/list-box/_material-definition.scss +94 -98
- package/styles/list-box/_tailwind-definition.scss +95 -99
- package/styles/list-box/_theme.scss +77 -85
- package/styles/list-box/bootstrap-dark.css +2 -12
- package/styles/list-box/bootstrap.css +2 -12
- package/styles/list-box/bootstrap4.css +2 -12
- package/styles/list-box/bootstrap5-dark.css +5 -15
- package/styles/list-box/bootstrap5.css +5 -15
- package/styles/list-box/fabric-dark.css +2 -12
- package/styles/list-box/fabric.css +2 -12
- package/styles/list-box/fluent-dark.css +895 -0
- package/styles/list-box/fluent-dark.scss +5 -0
- package/styles/list-box/fluent.css +895 -0
- package/styles/list-box/fluent.scss +5 -0
- package/styles/list-box/highcontrast-light.css +2 -12
- package/styles/list-box/highcontrast.css +2 -12
- package/styles/list-box/icons/_fluent-dark.scss +1 -0
- package/styles/list-box/icons/_tailwind-dark.scss +7 -7
- package/styles/list-box/icons/_tailwind.scss +7 -7
- package/styles/list-box/material-dark.css +4 -14
- package/styles/list-box/material.css +4 -14
- package/styles/list-box/tailwind-dark.css +17 -24
- package/styles/list-box/tailwind.css +17 -24
- package/styles/material-dark.css +58 -32
- package/styles/material.css +58 -32
- package/styles/multi-select/_bootstrap5-definition.scss +8 -4
- package/styles/multi-select/_fluent-dark-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +30 -16
- package/styles/multi-select/_layout.scss +276 -25
- package/styles/multi-select/_tailwind-definition.scss +61 -43
- package/styles/multi-select/_theme.scss +79 -15
- package/styles/multi-select/bootstrap-dark.css +19 -10
- package/styles/multi-select/bootstrap.css +19 -10
- package/styles/multi-select/bootstrap4.css +19 -10
- package/styles/multi-select/bootstrap5-dark.css +58 -14
- package/styles/multi-select/bootstrap5.css +58 -14
- package/styles/multi-select/fabric-dark.css +19 -10
- package/styles/multi-select/fabric.css +19 -10
- package/styles/multi-select/fluent-dark.css +1416 -0
- package/styles/multi-select/fluent-dark.scss +9 -0
- package/styles/multi-select/fluent.css +1416 -0
- package/styles/multi-select/fluent.scss +9 -0
- package/styles/multi-select/highcontrast-light.css +21 -11
- package/styles/multi-select/highcontrast.css +21 -11
- package/styles/multi-select/icons/_fluent-dark.scss +1 -0
- package/styles/multi-select/icons/_fluent.scss +32 -3
- package/styles/multi-select/icons/_tailwind.scss +3 -3
- package/styles/multi-select/material-dark.css +19 -10
- package/styles/multi-select/material.css +19 -10
- package/styles/multi-select/tailwind-dark.css +166 -126
- package/styles/multi-select/tailwind.css +166 -126
- package/styles/tailwind-dark.css +297 -253
- package/styles/tailwind.css +297 -253
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
.e-popup.e-ddl {
|
|
2
|
+
border-radius: 4px;
|
|
3
|
+
box-shadow: none;
|
|
4
|
+
margin-top: 1px;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-popup.e-ddl .e-input-group {
|
|
8
|
+
width: auto;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.e-popup.e-ddl .e-input-group input {
|
|
12
|
+
line-height: 15px;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-popup.e-ddl .e-dropdownbase {
|
|
16
|
+
min-height: 26px;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
20
|
+
display: -ms-flexbox;
|
|
21
|
+
display: flex;
|
|
22
|
+
width: auto;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
26
|
+
border: 0;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
30
|
+
margin-top: 0;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
34
|
+
font-size: 16px;
|
|
35
|
+
line-height: 32px;
|
|
36
|
+
padding-left: 0;
|
|
37
|
+
text-indent: 16px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
41
|
+
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
line-height: 32px;
|
|
44
|
+
padding-left: 0;
|
|
45
|
+
text-indent: 16px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
49
|
+
min-height: 40px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
53
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
54
|
+
background: transparent;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
58
|
+
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
59
|
+
background: #fff;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
63
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
64
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
65
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
66
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
67
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
68
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
69
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
70
|
+
background: none;
|
|
71
|
+
color: #605e5c;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
75
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
76
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
77
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
78
|
+
background: transparent;
|
|
79
|
+
color: #605e5c;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
83
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
84
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
85
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
86
|
+
border: 0;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
90
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
91
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
92
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
93
|
+
box-shadow: none;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
97
|
+
background: none;
|
|
98
|
+
display: -ms-flexbox;
|
|
99
|
+
display: flex;
|
|
100
|
+
position: relative;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
104
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
105
|
+
background: #fff;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
109
|
+
font-size: 14px;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
113
|
+
font-size: 16px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
117
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
118
|
+
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
119
|
+
font-size: 14px;
|
|
120
|
+
line-height: 34px;
|
|
121
|
+
padding-left: 0;
|
|
122
|
+
text-indent: 16px;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
126
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
127
|
+
height: 30px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
131
|
+
min-height: 34px;
|
|
132
|
+
}
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
.e-popup.e-ddl .e-dropdownbase {
|
|
55
55
|
min-height: 26px;
|
|
56
|
+
padding: 4px 0;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
@@ -77,24 +78,6 @@
|
|
|
77
78
|
background-color: #374151;
|
|
78
79
|
}
|
|
79
80
|
|
|
80
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
81
|
-
margin: 0;
|
|
82
|
-
min-height: 12px;
|
|
83
|
-
min-width: 12px;
|
|
84
|
-
padding: 6px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
88
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
89
|
-
min-height: 16px;
|
|
90
|
-
min-width: 16px;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
94
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
95
|
-
padding: 8px 16px 8px 0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
81
|
.e-input-group.e-ddl,
|
|
99
82
|
.e-input-group.e-ddl .e-input,
|
|
100
83
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -106,45 +89,6 @@
|
|
|
106
89
|
border-bottom-width: 0;
|
|
107
90
|
}
|
|
108
91
|
|
|
109
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
110
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
111
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
112
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
|
|
113
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
|
|
114
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
115
|
-
margin: 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
119
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
120
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
121
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
122
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
123
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
|
|
124
|
-
padding: 5px 5px 5px 12px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
128
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
129
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
130
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
131
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
132
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
133
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
134
|
-
min-height: 18px;
|
|
135
|
-
min-width: 18px;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
139
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
140
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
141
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
142
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
143
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
144
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
145
|
-
padding: 8px 16px;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
92
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
149
93
|
padding: 4px 8px;
|
|
150
94
|
}
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
.e-popup.e-ddl .e-dropdownbase {
|
|
55
55
|
min-height: 26px;
|
|
56
|
+
padding: 4px 0;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
@@ -77,24 +78,6 @@
|
|
|
77
78
|
background-color: #fff;
|
|
78
79
|
}
|
|
79
80
|
|
|
80
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
81
|
-
margin: 0;
|
|
82
|
-
min-height: 12px;
|
|
83
|
-
min-width: 12px;
|
|
84
|
-
padding: 6px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
88
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
|
|
89
|
-
min-height: 16px;
|
|
90
|
-
min-width: 16px;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
|
|
94
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
|
|
95
|
-
padding: 8px 16px 8px 0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
81
|
.e-input-group.e-ddl,
|
|
99
82
|
.e-input-group.e-ddl .e-input,
|
|
100
83
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -106,45 +89,6 @@
|
|
|
106
89
|
border-bottom-width: 0;
|
|
107
90
|
}
|
|
108
91
|
|
|
109
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
110
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
111
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
112
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
|
|
113
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
|
|
114
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
|
|
115
|
-
margin: 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
119
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
120
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
121
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
122
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
123
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
|
|
124
|
-
padding: 5px 5px 5px 12px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
128
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
|
|
129
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
130
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
|
|
131
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
132
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
|
|
133
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
|
|
134
|
-
min-height: 18px;
|
|
135
|
-
min-width: 18px;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
139
|
-
.e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
|
|
140
|
-
.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
141
|
-
.e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
|
|
142
|
-
.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
143
|
-
.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
|
|
144
|
-
.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
|
|
145
|
-
padding: 8px 16px;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
92
|
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
149
93
|
padding: 4px 8px;
|
|
150
94
|
}
|
|
@@ -11,6 +11,7 @@ $ddl-list-font-family: inherit !default;
|
|
|
11
11
|
$ddl-list-gradient-color: $grey-white !default;
|
|
12
12
|
$ddl-list-bg-color: $grey-dark !default;
|
|
13
13
|
$ddl-list-header-bg-color: $grey-white !default;
|
|
14
|
+
$ddl-list-tap-color: transparent !default;
|
|
14
15
|
$ddl-list-header-border-color: 1px $grey-base !default;
|
|
15
16
|
$ddl-list-default-font-color: $grey-dark-font !default;
|
|
16
17
|
$ddl-list-active-border-color: $grey-white !default;
|
|
@@ -43,6 +44,7 @@ $ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
|
43
44
|
$ddl-multi-column-border-color: $grey-88 !default;
|
|
44
45
|
$ddl-list-header-font-size: $ddl-group-list-font-size !default;
|
|
45
46
|
$ddl-small-list-header-font-size: $ddl-group-list-font-size !default;
|
|
47
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
46
48
|
|
|
47
49
|
// small size
|
|
48
50
|
$ddl-small-icon-font-size: 14px !default;
|
|
@@ -10,6 +10,7 @@ $ddl-list-font-family: inherit !default;
|
|
|
10
10
|
$ddl-list-gradient-color: $grey-white !default;
|
|
11
11
|
$ddl-list-bg-color: $grey-white !default;
|
|
12
12
|
$ddl-list-header-bg-color: $grey-white !default;
|
|
13
|
+
$ddl-list-tap-color: transparent !default;
|
|
13
14
|
$ddl-list-header-border-color: 1px $grey-base !default;
|
|
14
15
|
$ddl-list-default-font-color: $grey-light-font !default;
|
|
15
16
|
$ddl-list-active-border-color: $grey-white !default;
|
|
@@ -57,6 +58,7 @@ $ddl-bigger-small-line-height: 34px !default;
|
|
|
57
58
|
$ddl-bigger-small-list-font-color: $grey-light-font !default;
|
|
58
59
|
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
59
60
|
$ddl-bigger-small-list-header-font-size: 14px !default;
|
|
61
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
60
62
|
|
|
61
63
|
@include export-module('dropdownbase-bootstrap') {
|
|
62
64
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
@@ -8,6 +8,7 @@ $ddl-list-font-family: inherit !default;
|
|
|
8
8
|
$ddl-list-gradient-color: $white !default;
|
|
9
9
|
$ddl-list-bg-color: $white !default;
|
|
10
10
|
$ddl-list-header-bg-color: $white !default;
|
|
11
|
+
$ddl-list-tap-color: transparent !default;
|
|
11
12
|
$ddl-list-default-font-color: $gray-900 !default;
|
|
12
13
|
$ddl-list-active-border-color: $white !default;
|
|
13
14
|
$ddl-list-active-font-color: $primary-font !default;
|
|
@@ -54,6 +55,7 @@ $ddl-bigger-small-line-height: 34px !default;
|
|
|
54
55
|
$ddl-bigger-small-list-font-color: $gray-900 !default;
|
|
55
56
|
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
56
57
|
$ddl-bigger-small-list-header-font-size: 14px !default;
|
|
58
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
57
59
|
|
|
58
60
|
@include export-module('dropdownbase-bootstrap4') {
|
|
59
61
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
@@ -40,6 +40,7 @@ $ddl-bigger-small-line-height: 30px !default;
|
|
|
40
40
|
$ddl-bigger-small-list-text-indent: 16px !default;
|
|
41
41
|
$ddl-bigger-text-indent: 16px !default;
|
|
42
42
|
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
43
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
43
44
|
|
|
44
45
|
//
|
|
45
46
|
|
|
@@ -47,6 +48,7 @@ $ddl-list-border-color: $border-light !default;
|
|
|
47
48
|
$ddl-list-gradient-color: $border-light !default;
|
|
48
49
|
$ddl-list-bg-color: $flyout-bg-color !default;
|
|
49
50
|
$ddl-list-header-bg-color: $transparent !default;
|
|
51
|
+
$ddl-list-tap-color: transparent !default;
|
|
50
52
|
$ddl-list-header-border-color: $border-light !default;
|
|
51
53
|
$ddl-nodata-font-color: $content-text-color !default;
|
|
52
54
|
$ddl-list-default-font-color: $content-text-color !default;
|
|
@@ -13,6 +13,7 @@ $ddl-list-font-family: inherit !default;
|
|
|
13
13
|
$ddl-list-gradient-color: transparent !default;
|
|
14
14
|
$ddl-list-bg-color: $neutral-lighter-alt !default;
|
|
15
15
|
$ddl-list-header-bg-color: $neutral-lighter-alt !default;
|
|
16
|
+
$ddl-list-tap-color: transparent !default;
|
|
16
17
|
$ddl-list-header-border-color: 1px $neutral-light !default;
|
|
17
18
|
$ddl-list-default-font-color: $neutral-light-font !default;
|
|
18
19
|
$ddl-list-active-border-color: $neutral-quintenary !default;
|
|
@@ -42,6 +43,7 @@ $ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
|
42
43
|
$ddl-multi-column-border-color: $neutral-light !default;
|
|
43
44
|
$ddl-list-header-font-size: $ddl-group-list-font-size !default;
|
|
44
45
|
$ddl-small-list-header-font-size: $ddl-group-list-font-size !default;
|
|
46
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
45
47
|
|
|
46
48
|
// Small Size
|
|
47
49
|
|
|
@@ -12,6 +12,7 @@ $ddl-list-font-family: inherit !default;
|
|
|
12
12
|
$ddl-list-gradient-color: transparent !default;
|
|
13
13
|
$ddl-list-bg-color: $neutral-white !default;
|
|
14
14
|
$ddl-list-header-bg-color: $neutral-white !default;
|
|
15
|
+
$ddl-list-tap-color: transparent !default;
|
|
15
16
|
$ddl-list-header-border-color: 1px $neutral-light !default;
|
|
16
17
|
$ddl-list-default-font-color: rgba($neutral-light-font, .87) !default;
|
|
17
18
|
$ddl-list-active-border-color: $neutral-white !default;
|
|
@@ -41,6 +42,7 @@ $ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
|
41
42
|
$ddl-multi-column-border-color: $neutral-light !default;
|
|
42
43
|
$ddl-list-header-font-size: $ddl-group-list-font-size !default;
|
|
43
44
|
$ddl-small-list-header-font-size: $ddl-group-list-font-size !default;
|
|
45
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
44
46
|
|
|
45
47
|
// Small Size
|
|
46
48
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|
|
@@ -17,7 +17,7 @@ $ddl-list-header-padding-left: 12px !default;
|
|
|
17
17
|
$ddl-list-header-small-padding-left: 8px !default;
|
|
18
18
|
$ddl-list-header-bigger-small-padding-left: 14px !default;
|
|
19
19
|
$ddl-list-header-bigger-padding-left: 16px !default;
|
|
20
|
-
$ddl-list-text-indent:
|
|
20
|
+
$ddl-list-text-indent: 8px !default;
|
|
21
21
|
$ddl-list-rtl-padding-right: 0 !default;
|
|
22
22
|
$ddl-list-padding-right: 16px !default;
|
|
23
23
|
$ddl-list-rtl-padding-left: 16px !default;
|
|
@@ -25,6 +25,9 @@ $ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
|
25
25
|
$ddl-bigger-list-header-font-size: $text-base !default;
|
|
26
26
|
$ddl-group-list-font-size: $text-sm !default;
|
|
27
27
|
$ddl-list-header-font-size: $text-sm !default;
|
|
28
|
+
$ddl-small-list-nodata-font-size: $text-xs;
|
|
29
|
+
$ddl-bigger-list-nodata-font-size: $text-base;
|
|
30
|
+
$ddl-bigger-small-list-nodata-font-size: $text-sm;
|
|
28
31
|
|
|
29
32
|
// Small Size
|
|
30
33
|
|
|
@@ -37,8 +40,8 @@ $ddl-small-list-header-font-size: $text-xxs !default;
|
|
|
37
40
|
|
|
38
41
|
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
39
42
|
$ddl-bigger-small-line-height: 30px !default;
|
|
40
|
-
$ddl-bigger-small-list-text-indent:
|
|
41
|
-
$ddl-bigger-text-indent:
|
|
43
|
+
$ddl-bigger-small-list-text-indent: 8px !default;
|
|
44
|
+
$ddl-bigger-text-indent: 8px !default;
|
|
42
45
|
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
43
46
|
|
|
44
47
|
//
|
|
@@ -46,12 +49,13 @@ $ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
|
46
49
|
$ddl-list-border-color: $border-light !default;
|
|
47
50
|
$ddl-list-gradient-color: $border-light !default;
|
|
48
51
|
$ddl-list-bg-color: $flyout-bg-color !default;
|
|
49
|
-
$ddl-list-header-bg-color:
|
|
52
|
+
$ddl-list-header-bg-color: transparent !default;
|
|
53
|
+
$ddl-list-tap-color: transparent !default;
|
|
50
54
|
$ddl-list-header-border-color: $border-light !default;
|
|
51
55
|
$ddl-nodata-font-color: $flyout-text-color !default;
|
|
52
56
|
$ddl-list-default-font-color: $flyout-text-color !default;
|
|
53
57
|
$ddl-list-active-border-color: $flyout-bg-color !default;
|
|
54
|
-
$ddl-list-active-font-color: $
|
|
58
|
+
$ddl-list-active-font-color: $content-text-color !default;
|
|
55
59
|
$ddl-list-active-bg-color: $flyout-bg-color-selected !default;
|
|
56
60
|
$ddl-list-hover-border-color: $flyout-bg-color !default;
|
|
57
61
|
$ddl-list-hover-bg-color: $flyout-bg-color-hover !default;
|
|
@@ -64,7 +68,8 @@ $ddl-multi-column-border-color: $flyout-border !default;
|
|
|
64
68
|
$ddl-small-list-font-color: $flyout-text-color !default;
|
|
65
69
|
// Touch Small color
|
|
66
70
|
$ddl-bigger-small-list-font-color: $flyout-text-color !default;
|
|
67
|
-
|
|
71
|
+
$ddl-list-icon-color: $icon-color !default;
|
|
72
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
68
73
|
|
|
69
74
|
@include export-module('dropdownbase-bootstrap5') {
|
|
70
75
|
|
|
@@ -104,6 +109,6 @@ $ddl-bigger-small-list-font-color: $flyout-text-color !default;
|
|
|
104
109
|
}
|
|
105
110
|
|
|
106
111
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
107
|
-
padding: 0
|
|
112
|
+
padding: 0 8px 0 0;
|
|
108
113
|
}
|
|
109
114
|
}
|
|
@@ -11,6 +11,7 @@ $ddl-list-font-family: inherit !default;
|
|
|
11
11
|
$ddl-list-gradient-color: transparent !default;
|
|
12
12
|
$ddl-list-bg-color: $bg-base-0 !default;
|
|
13
13
|
$ddl-list-header-bg-color: $bg-base-0 !default;
|
|
14
|
+
$ddl-list-tap-color: transparent !default;
|
|
14
15
|
$ddl-list-header-border-color: 1px $border-default !default;
|
|
15
16
|
$ddl-list-default-font-color: $content-font !default;
|
|
16
17
|
$ddl-list-active-border-color: $selection-border !default;
|
|
@@ -41,6 +42,7 @@ $ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
|
41
42
|
$ddl-multi-column-border-color: $border-default !default;
|
|
42
43
|
$ddl-list-header-font-size: $ddl-group-list-font-size !default;
|
|
43
44
|
$ddl-small-list-header-font-size: $ddl-group-list-font-size !default;
|
|
45
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
44
46
|
|
|
45
47
|
// small size
|
|
46
48
|
$ddl-small-icon-font-size: 14px !default;
|
|
@@ -12,6 +12,7 @@ $ddl-list-font-family: inherit !default;
|
|
|
12
12
|
$ddl-list-gradient-color: transparent !default;
|
|
13
13
|
$ddl-list-bg-color: $bg-base-0 !default;
|
|
14
14
|
$ddl-list-header-bg-color: $bg-base-0 !default;
|
|
15
|
+
$ddl-list-tap-color: transparent !default;
|
|
15
16
|
$ddl-list-header-border-color: 1px $border-default !default;
|
|
16
17
|
$ddl-list-default-font-color: $content-font !default;
|
|
17
18
|
$ddl-list-active-border-color: $selection-border !default;
|
|
@@ -48,6 +49,7 @@ $ddl-small-icon-font-size: 14px !default;
|
|
|
48
49
|
$ddl-small-line-height: 26px !default;
|
|
49
50
|
$ddl-small-list-font-color: $content-font !default;
|
|
50
51
|
$ddl-small-list-text-indent: 10px !default;
|
|
52
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
51
53
|
|
|
52
54
|
// Touch Small
|
|
53
55
|
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
@@ -3,11 +3,17 @@
|
|
|
3
3
|
.e-dropdownbase.e-bigger {
|
|
4
4
|
min-height: 45px;
|
|
5
5
|
@at-root {
|
|
6
|
-
#{if(&, '&', '*')} .e-list-item
|
|
6
|
+
#{if(&, '&', '*')} .e-list-item {
|
|
7
|
+
line-height: $ddl-line-height;
|
|
8
|
+
text-indent: $ddl-bigger-text-indent;
|
|
9
|
+
}
|
|
10
|
+
|
|
7
11
|
#{if(&, '&', '*')} .e-list-group-item,
|
|
8
12
|
#{if(&, '&', '*')} .e-fixed-head {
|
|
9
13
|
line-height: $ddl-line-height;
|
|
10
|
-
|
|
14
|
+
@if $skin-name != 'tailwind' {
|
|
15
|
+
text-indent: $ddl-bigger-text-indent;
|
|
16
|
+
}
|
|
11
17
|
}
|
|
12
18
|
|
|
13
19
|
#{if(&, '&', '*')} .e-list-item .e-list-icon {
|
|
@@ -71,6 +77,27 @@
|
|
|
71
77
|
text-align: center;
|
|
72
78
|
}
|
|
73
79
|
|
|
80
|
+
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
81
|
+
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
82
|
+
@if ($skin-name == 'FluentUI' or $skin-name == 'tailwind') {
|
|
83
|
+
font-size: $ddl-bigger-list-nodata-font-size;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
88
|
+
.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
89
|
+
@if ($skin-name == 'FluentUI' or $skin-name == 'tailwind') {
|
|
90
|
+
font-size: $ddl-small-list-nodata-font-size;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-bigger.e-small.e-ddl .e-dropdownbase.e-nodata,
|
|
95
|
+
.e-bigger.e-small .e-ddl .e-dropdownbase.e-nodata {
|
|
96
|
+
@if ($skin-name == 'FluentUI' or $skin-name == 'tailwind') {
|
|
97
|
+
font-size: $ddl-bigger-small-list-nodata-font-size;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
74
101
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
75
102
|
padding-right: $ddl-group-list-padding-left;
|
|
76
103
|
}
|
|
@@ -82,18 +109,27 @@
|
|
|
82
109
|
|
|
83
110
|
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
84
111
|
padding-left: $ddl-group-list-small-padding-left;
|
|
112
|
+
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
113
|
+
text-indent: 0;
|
|
114
|
+
}
|
|
85
115
|
}
|
|
86
116
|
|
|
87
117
|
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
88
118
|
padding-left: $ddl-group-list-bigger-padding-left;
|
|
119
|
+
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
120
|
+
text-indent: 0;
|
|
121
|
+
}
|
|
89
122
|
}
|
|
90
123
|
|
|
91
124
|
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
92
125
|
padding-left: $ddl-group-list-bigger-small-padding-left;
|
|
126
|
+
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
127
|
+
text-indent: 0;
|
|
128
|
+
}
|
|
93
129
|
}
|
|
94
130
|
|
|
95
131
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
96
|
-
text-indent:
|
|
132
|
+
text-indent: $ddl-group-list-item-text-intent;
|
|
97
133
|
}
|
|
98
134
|
|
|
99
135
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
@@ -105,7 +141,7 @@
|
|
|
105
141
|
vertical-align: middle;
|
|
106
142
|
white-space: nowrap;
|
|
107
143
|
width: 100%;
|
|
108
|
-
@if $skin-name == 'bootstrap5' {
|
|
144
|
+
@if $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
|
|
109
145
|
font-weight: 500;
|
|
110
146
|
}
|
|
111
147
|
}
|
|
@@ -10,6 +10,7 @@ $ddl-list-border-color: transparent !default;
|
|
|
10
10
|
$ddl-list-gradient-color: transparent !default;
|
|
11
11
|
$ddl-list-bg-color: $grey-800 !default;
|
|
12
12
|
$ddl-list-header-bg-color: $grey-800 !default;
|
|
13
|
+
$ddl-list-tap-color: transparent !default;
|
|
13
14
|
$ddl-list-header-border-color: $grey-700 !default;
|
|
14
15
|
$ddl-nodata-font-color: rgba($grey-dark-font, .7) !default;
|
|
15
16
|
$ddl-list-default-font-color: $grey-dark-font !default;
|
|
@@ -44,6 +45,7 @@ $ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
|
44
45
|
$ddl-multi-column-border-color: $grey-700 !default;
|
|
45
46
|
$ddl-list-header-font-size: $ddl-group-list-font-size !default;
|
|
46
47
|
$ddl-small-list-header-font-size: $ddl-group-list-font-size !default;
|
|
48
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
47
49
|
|
|
48
50
|
// Small Size
|
|
49
51
|
|
|
@@ -10,6 +10,7 @@ $ddl-list-border-color: $grey-300 !default;
|
|
|
10
10
|
$ddl-list-gradient-color: $grey-white !default;
|
|
11
11
|
$ddl-list-bg-color: $grey-white !default;
|
|
12
12
|
$ddl-list-header-bg-color: $grey-50 !default;
|
|
13
|
+
$ddl-list-tap-color: transparent !default;
|
|
13
14
|
$ddl-list-header-border-color: $grey-black !default;
|
|
14
15
|
$ddl-nodata-font-color: $grey-black !default;
|
|
15
16
|
$ddl-list-default-font-color: rgba($grey-light-font, .87) !default;
|
|
@@ -42,6 +43,7 @@ $ddl-list-rtl-padding-left: 16px !default;
|
|
|
42
43
|
$ddl-bigger-list-header-font-size: 14px !default;
|
|
43
44
|
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
44
45
|
$ddl-multi-column-border-color: $grey-300 !default;
|
|
46
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
45
47
|
|
|
46
48
|
// Small Size
|
|
47
49
|
|