@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
|
@@ -18,27 +18,30 @@ $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
20
|
$ddl-list-text-indent: 12px !default;
|
|
21
|
-
$ddl-bigger-text-indent:
|
|
21
|
+
$ddl-bigger-text-indent: 16px !default;
|
|
22
22
|
$ddl-list-rtl-padding-right: 0 !default;
|
|
23
23
|
$ddl-list-padding-right: 16px !default;
|
|
24
24
|
$ddl-list-rtl-padding-left: 16px !default;
|
|
25
25
|
$ddl-multi-column-border-width: 0 0 1px 0 !default;
|
|
26
|
-
$ddl-bigger-list-header-font-size: $text-
|
|
26
|
+
$ddl-bigger-list-header-font-size: $text-sm !default;
|
|
27
27
|
$ddl-group-list-font-size: $text-sm !default;
|
|
28
28
|
$ddl-list-header-font-size: $text-xs !default;
|
|
29
|
+
$ddl-small-list-nodata-font-size: $text-xs !default;
|
|
30
|
+
$ddl-bigger-list-nodata-font-size: $text-base !default;
|
|
31
|
+
$ddl-bigger-small-list-nodata-font-size: $text-sm !default;
|
|
29
32
|
|
|
30
33
|
// Small Size
|
|
31
34
|
|
|
32
35
|
$ddl-small-icon-font-size: 14px !default;
|
|
33
36
|
$ddl-small-line-height: 24px !default;
|
|
34
|
-
$ddl-small-list-text-indent:
|
|
37
|
+
$ddl-small-list-text-indent: 8px !default;
|
|
35
38
|
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
36
39
|
|
|
37
40
|
// Touch Small
|
|
38
41
|
|
|
39
42
|
$ddl-bigger-small-icon-font-size: 18px !default;
|
|
40
|
-
$ddl-bigger-small-line-height:
|
|
41
|
-
$ddl-bigger-small-list-text-indent:
|
|
43
|
+
$ddl-bigger-small-line-height: 32px !default;
|
|
44
|
+
$ddl-bigger-small-list-text-indent: 14px !default;
|
|
42
45
|
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
43
46
|
|
|
44
47
|
//
|
|
@@ -47,6 +50,7 @@ $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
52
|
$ddl-list-header-bg-color: $content-bg-color-focus !default;
|
|
53
|
+
$ddl-list-tap-color: transparent !default;
|
|
50
54
|
$ddl-list-header-border-color: $border-light !default;
|
|
51
55
|
$ddl-nodata-font-color: $content-text-color !default;
|
|
52
56
|
$ddl-list-default-font-color: $content-text-color !default;
|
|
@@ -60,10 +64,12 @@ $ddl-list-header-font-color: $content-text-color-alt2 !default;
|
|
|
60
64
|
$ddl-default-header-font-color: $content-text-color !default;
|
|
61
65
|
$ddl-list-focus-color: $content-bg-color-focus !default;
|
|
62
66
|
$ddl-multi-column-border-color: $border-light !default;
|
|
67
|
+
$ddl-list-icon-color: $icon-color !default;
|
|
63
68
|
// Small Size color
|
|
64
69
|
$ddl-small-list-font-color: $content-text-color !default;
|
|
65
70
|
// Touch Small color
|
|
66
71
|
$ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
72
|
+
$ddl-group-list-item-text-intent: 0 !default;
|
|
67
73
|
|
|
68
74
|
|
|
69
75
|
@include export-module('dropdownbase-tailwind') {
|
|
@@ -103,12 +109,15 @@ $ddl-bigger-small-list-font-color: $content-text-color !default;
|
|
|
103
109
|
padding: 0 8px 0 0;
|
|
104
110
|
}
|
|
105
111
|
|
|
106
|
-
.e-bigger .e-dropdownbase .e-list-item .e-list-icon
|
|
107
|
-
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
112
|
+
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
108
113
|
padding: 0 12px 0 0;
|
|
109
114
|
}
|
|
110
115
|
|
|
116
|
+
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
117
|
+
padding: 0 8px 0 0;
|
|
118
|
+
}
|
|
119
|
+
|
|
111
120
|
.e-small .e-dropdownbase .e-list-item .e-list-icon {
|
|
112
|
-
padding: 0
|
|
121
|
+
padding: 0 4px 0 0;
|
|
113
122
|
}
|
|
114
123
|
}
|
|
@@ -5,6 +5,19 @@
|
|
|
5
5
|
padding-left: $ddl-list-rtl-padding-left;
|
|
6
6
|
padding-right: $ddl-list-rtl-padding-right;
|
|
7
7
|
}
|
|
8
|
+
|
|
9
|
+
#{if(&, '&', '*')}.e-dd-group .e-list-item {
|
|
10
|
+
@if $skin-name == 'tailwind' {
|
|
11
|
+
padding-right: $ddl-group-list-padding-left;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
16
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
17
|
+
@if $skin-name == 'tailwind' {
|
|
18
|
+
padding-right: $ddl-list-header-padding-left;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
8
21
|
}
|
|
9
22
|
}
|
|
10
23
|
|
|
@@ -18,6 +31,40 @@
|
|
|
18
31
|
padding-left: $ddl-list-rtl-padding-left;
|
|
19
32
|
padding-right: $ddl-list-rtl-padding-right;
|
|
20
33
|
}
|
|
34
|
+
|
|
35
|
+
#{if(&, '&', '*')}.e-dd-group .e-list-item {
|
|
36
|
+
@if $skin-name == 'tailwind' {
|
|
37
|
+
padding-right: $ddl-group-list-small-padding-left;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
42
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
43
|
+
@if $skin-name == 'tailwind' {
|
|
44
|
+
padding-right: $ddl-list-header-small-padding-left;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// Rtl bigger size
|
|
51
|
+
|
|
52
|
+
.e-bigger.e-rtl,
|
|
53
|
+
.e-bigger .e-rtl,
|
|
54
|
+
.e-rtl .e-bigger {
|
|
55
|
+
#{if(&, '&', '*')} .e-dropdownbase {
|
|
56
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
57
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
58
|
+
@if $skin-name == 'tailwind' {
|
|
59
|
+
padding-right: $ddl-list-header-bigger-padding-left;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
#{if(&, '&', '*')}.e-dd-group .e-list-item {
|
|
64
|
+
@if $skin-name == 'tailwind' {
|
|
65
|
+
padding-right: $ddl-group-list-bigger-padding-left;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
21
68
|
}
|
|
22
69
|
}
|
|
23
70
|
|
|
@@ -33,6 +80,19 @@
|
|
|
33
80
|
padding-left: $ddl-list-rtl-padding-left;
|
|
34
81
|
padding-right: $ddl-list-rtl-padding-right;
|
|
35
82
|
}
|
|
83
|
+
|
|
84
|
+
#{if(&, '&', '*')}.e-dd-group .e-list-item {
|
|
85
|
+
@if $skin-name == 'tailwind' {
|
|
86
|
+
padding-right: $ddl-group-list-bigger-small-padding-left;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
#{if(&, '&', '*')} .e-list-group-item,
|
|
91
|
+
#{if(&, '&', '*')} .e-fixed-head {
|
|
92
|
+
@if $skin-name == 'tailwind' {
|
|
93
|
+
padding-right: $ddl-list-header-bigger-small-padding-left;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
36
96
|
}
|
|
37
97
|
}
|
|
38
98
|
|
|
@@ -40,6 +100,8 @@
|
|
|
40
100
|
border-color: $ddl-list-border-color;
|
|
41
101
|
@at-root {
|
|
42
102
|
#{if(&, '&', '*')} .e-list-item {
|
|
103
|
+
// sass-lint:disable no-vendor-prefixes
|
|
104
|
+
-webkit-tap-highlight-color: $ddl-list-tap-color;
|
|
43
105
|
background-color: $ddl-list-bg-color;
|
|
44
106
|
border-bottom: $ddl-list-bottom-border;
|
|
45
107
|
border-color: $ddl-list-gradient-color;
|
|
@@ -86,6 +148,12 @@
|
|
|
86
148
|
#{if(&, '&', '*')} .e-list-item.e-item-focus {
|
|
87
149
|
background-color: $ddl-list-hover-bg-color;
|
|
88
150
|
}
|
|
151
|
+
|
|
152
|
+
#{if(&, '&', '*')} .e-list-item.e-active:last-child {
|
|
153
|
+
@if ($skin-name == 'bootstrap5') {
|
|
154
|
+
border-radius: 2px;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
89
157
|
}
|
|
90
158
|
}
|
|
91
159
|
|
|
@@ -222,12 +290,14 @@
|
|
|
222
290
|
border-color: $ddl-list-gradient-color;
|
|
223
291
|
color: $ddl-list-default-font-color;
|
|
224
292
|
font-family: $ddl-list-font-family;
|
|
225
|
-
font-size: $ddl-list-font-size;
|
|
226
|
-
padding-right: $ddl-list-padding-right;
|
|
227
293
|
text-indent: $ddl-list-text-indent;
|
|
228
|
-
@if ($skin-name == 'bootstrap5') {
|
|
294
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
229
295
|
color: $ddl-list-header-font-color;
|
|
230
296
|
}
|
|
297
|
+
@if $skin-name != 'tailwind' and $skin-name != 'FluentUI' {
|
|
298
|
+
font-size: $ddl-list-font-size;
|
|
299
|
+
padding-right: $ddl-list-padding-right;
|
|
300
|
+
}
|
|
231
301
|
}
|
|
232
302
|
|
|
233
303
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -245,5 +315,14 @@
|
|
|
245
315
|
background-color: $ddl-list-hover-bg-color;
|
|
246
316
|
border-color: $ddl-list-hover-border-color;
|
|
247
317
|
color: $ddl-list-hover-font-color;
|
|
318
|
+
@if $skin-name == 'FluentUI' {
|
|
319
|
+
color: $ddl-list-header-font-color;
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.e-dropdownbase .e-list-item .e-list-icon {
|
|
324
|
+
@if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
|
|
325
|
+
color: $ddl-list-icon-color;
|
|
326
|
+
}
|
|
248
327
|
}
|
|
249
328
|
}
|
|
@@ -17,9 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
|
+
line-height: 48px;
|
|
22
|
+
text-indent: 20px;
|
|
23
|
+
}
|
|
24
|
+
|
|
20
25
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
21
26
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
22
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
23
27
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
28
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
29
|
line-height: 48px;
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
}
|
|
154
158
|
|
|
155
159
|
.e-dropdownbase .e-list-item {
|
|
160
|
+
-webkit-tap-highlight-color: transparent;
|
|
156
161
|
background-color: #2a2a2a;
|
|
157
162
|
border-bottom: 1px;
|
|
158
163
|
border-color: #6e6e6e;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: #6e6e6e;
|
|
322
327
|
color: #f0f0f0;
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 20px;
|
|
324
330
|
font-size: 14px;
|
|
325
331
|
padding-right: 20px;
|
|
326
|
-
text-indent: 20px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -17,9 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
|
+
line-height: 48px;
|
|
22
|
+
text-indent: 20px;
|
|
23
|
+
}
|
|
24
|
+
|
|
20
25
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
21
26
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
22
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
23
27
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
28
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
29
|
line-height: 48px;
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
}
|
|
154
158
|
|
|
155
159
|
.e-dropdownbase .e-list-item {
|
|
160
|
+
-webkit-tap-highlight-color: transparent;
|
|
156
161
|
background-color: #fff;
|
|
157
162
|
border-bottom: 1px;
|
|
158
163
|
border-color: #fff;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: #fff;
|
|
322
327
|
color: #333;
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 20px;
|
|
324
330
|
font-size: 14px;
|
|
325
331
|
padding-right: 20px;
|
|
326
|
-
text-indent: 20px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -35,9 +35,13 @@
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
38
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
39
|
+
line-height: 48px;
|
|
40
|
+
text-indent: 20px;
|
|
41
|
+
}
|
|
42
|
+
|
|
38
43
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
39
44
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
40
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
41
45
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
42
46
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
43
47
|
line-height: 48px;
|
|
@@ -171,6 +175,7 @@
|
|
|
171
175
|
}
|
|
172
176
|
|
|
173
177
|
.e-dropdownbase .e-list-item {
|
|
178
|
+
-webkit-tap-highlight-color: transparent;
|
|
174
179
|
background-color: #fff;
|
|
175
180
|
border-bottom: 1px;
|
|
176
181
|
border-color: #fff;
|
|
@@ -339,9 +344,9 @@
|
|
|
339
344
|
border-color: #fff;
|
|
340
345
|
color: #212529;
|
|
341
346
|
font-family: inherit;
|
|
347
|
+
text-indent: 20px;
|
|
342
348
|
font-size: 14px;
|
|
343
349
|
padding-right: 24px;
|
|
344
|
-
text-indent: 20px;
|
|
345
350
|
}
|
|
346
351
|
|
|
347
352
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -43,9 +43,13 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
46
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
47
|
+
line-height: 32px;
|
|
48
|
+
text-indent: 16px;
|
|
49
|
+
}
|
|
50
|
+
|
|
46
51
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
47
52
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
48
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
49
53
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
50
54
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
51
55
|
line-height: 32px;
|
|
@@ -180,6 +184,7 @@
|
|
|
180
184
|
}
|
|
181
185
|
|
|
182
186
|
.e-dropdownbase .e-list-item {
|
|
187
|
+
-webkit-tap-highlight-color: transparent;
|
|
183
188
|
background-color: #343a40;
|
|
184
189
|
border-bottom: 0;
|
|
185
190
|
border-color: #444c54;
|
|
@@ -227,6 +232,10 @@
|
|
|
227
232
|
background-color: #444c54;
|
|
228
233
|
}
|
|
229
234
|
|
|
235
|
+
.e-dropdownbase .e-list-item.e-active:last-child {
|
|
236
|
+
border-radius: 2px;
|
|
237
|
+
}
|
|
238
|
+
|
|
230
239
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
231
240
|
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
232
241
|
font-size: 16px;
|
|
@@ -348,10 +357,10 @@
|
|
|
348
357
|
border-color: #444c54;
|
|
349
358
|
color: #fff;
|
|
350
359
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
351
|
-
font-size: 14px;
|
|
352
|
-
padding-right: 16px;
|
|
353
360
|
text-indent: 12px;
|
|
354
361
|
color: #7b848d;
|
|
362
|
+
font-size: 14px;
|
|
363
|
+
padding-right: 16px;
|
|
355
364
|
}
|
|
356
365
|
|
|
357
366
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -43,9 +43,13 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
46
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
47
|
+
line-height: 32px;
|
|
48
|
+
text-indent: 16px;
|
|
49
|
+
}
|
|
50
|
+
|
|
46
51
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
47
52
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
48
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
49
53
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
50
54
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
51
55
|
line-height: 32px;
|
|
@@ -180,6 +184,7 @@
|
|
|
180
184
|
}
|
|
181
185
|
|
|
182
186
|
.e-dropdownbase .e-list-item {
|
|
187
|
+
-webkit-tap-highlight-color: transparent;
|
|
183
188
|
background-color: #fff;
|
|
184
189
|
border-bottom: 0;
|
|
185
190
|
border-color: #dee2e6;
|
|
@@ -227,6 +232,10 @@
|
|
|
227
232
|
background-color: #e9ecef;
|
|
228
233
|
}
|
|
229
234
|
|
|
235
|
+
.e-dropdownbase .e-list-item.e-active:last-child {
|
|
236
|
+
border-radius: 2px;
|
|
237
|
+
}
|
|
238
|
+
|
|
230
239
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
231
240
|
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
232
241
|
font-size: 16px;
|
|
@@ -348,10 +357,10 @@
|
|
|
348
357
|
border-color: #dee2e6;
|
|
349
358
|
color: #212529;
|
|
350
359
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
351
|
-
font-size: 14px;
|
|
352
|
-
padding-right: 16px;
|
|
353
360
|
text-indent: 12px;
|
|
354
361
|
color: #6c757d;
|
|
362
|
+
font-size: 14px;
|
|
363
|
+
padding-right: 16px;
|
|
355
364
|
}
|
|
356
365
|
|
|
357
366
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -17,9 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
|
+
line-height: 48px;
|
|
22
|
+
text-indent: 10px;
|
|
23
|
+
}
|
|
24
|
+
|
|
20
25
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
21
26
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
22
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
23
27
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
28
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
29
|
line-height: 48px;
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
}
|
|
154
158
|
|
|
155
159
|
.e-dropdownbase .e-list-item {
|
|
160
|
+
-webkit-tap-highlight-color: transparent;
|
|
156
161
|
background-color: #282727;
|
|
157
162
|
border-bottom: 1px;
|
|
158
163
|
border-color: transparent;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: transparent;
|
|
322
327
|
color: #dadada;
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 10px;
|
|
324
330
|
font-size: 14px;
|
|
325
331
|
padding-right: 16px;
|
|
326
|
-
text-indent: 10px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
@@ -17,9 +17,13 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
|
+
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
|
+
line-height: 48px;
|
|
22
|
+
text-indent: 10px;
|
|
23
|
+
}
|
|
24
|
+
|
|
20
25
|
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
21
26
|
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
22
|
-
.e-dropdownbase.e-bigger .e-list-item,
|
|
23
27
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
28
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
29
|
line-height: 48px;
|
|
@@ -153,6 +157,7 @@
|
|
|
153
157
|
}
|
|
154
158
|
|
|
155
159
|
.e-dropdownbase .e-list-item {
|
|
160
|
+
-webkit-tap-highlight-color: transparent;
|
|
156
161
|
background-color: #fff;
|
|
157
162
|
border-bottom: 1px;
|
|
158
163
|
border-color: transparent;
|
|
@@ -321,9 +326,9 @@
|
|
|
321
326
|
border-color: transparent;
|
|
322
327
|
color: rgba(51, 51, 51, 0.87);
|
|
323
328
|
font-family: inherit;
|
|
329
|
+
text-indent: 10px;
|
|
324
330
|
font-size: 14px;
|
|
325
331
|
padding-right: 16px;
|
|
326
|
-
text-indent: 10px;
|
|
327
332
|
}
|
|
328
333
|
|
|
329
334
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|