@syncfusion/ej2-angular-dropdowns 20.4.54 → 21.1.35
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/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +2 -15
- package/styles/bootstrap.css +2 -5
- package/styles/bootstrap4.css +3 -14
- package/styles/bootstrap5-dark.css +5 -8
- package/styles/bootstrap5.css +5 -8
- package/styles/drop-down-base/_bootstrap4-definition.scss +0 -8
- package/styles/drop-down-base/_bootstrap5-definition.scss +2 -2
- package/styles/drop-down-base/_fluent-definition.scss +2 -2
- package/styles/drop-down-base/_tailwind-definition.scss +2 -2
- package/styles/drop-down-base/_theme.scss +63 -10
- package/styles/drop-down-base/bootstrap-dark.css +2 -2
- package/styles/drop-down-base/bootstrap.css +2 -2
- package/styles/drop-down-base/bootstrap4.css +2 -10
- package/styles/drop-down-base/bootstrap5-dark.css +2 -2
- package/styles/drop-down-base/bootstrap5.css +2 -2
- package/styles/drop-down-base/fabric-dark.css +2 -2
- package/styles/drop-down-base/fabric.css +2 -2
- package/styles/drop-down-base/fluent-dark.css +2 -2
- package/styles/drop-down-base/fluent.css +2 -2
- package/styles/drop-down-base/highcontrast-light.css +2 -2
- package/styles/drop-down-base/highcontrast.css +2 -2
- package/styles/drop-down-base/material-dark.css +2 -2
- package/styles/drop-down-base/material.css +2 -2
- package/styles/drop-down-base/tailwind-dark.css +2 -2
- package/styles/drop-down-base/tailwind.css +2 -2
- package/styles/drop-down-list/_bootstrap4-definition.scss +1 -1
- package/styles/drop-down-list/_bootstrap5-definition.scss +6 -6
- package/styles/drop-down-list/_fluent-definition.scss +5 -5
- package/styles/drop-down-list/_layout.scss +1 -4
- package/styles/drop-down-list/_tailwind-definition.scss +1 -1
- package/styles/drop-down-list/bootstrap-dark.css +0 -3
- package/styles/drop-down-list/bootstrap.css +0 -3
- package/styles/drop-down-list/bootstrap4.css +1 -12
- package/styles/drop-down-list/bootstrap5-dark.css +0 -3
- package/styles/drop-down-list/bootstrap5.css +0 -3
- package/styles/drop-down-list/fabric-dark.css +0 -3
- package/styles/drop-down-list/fabric.css +0 -3
- package/styles/drop-down-list/fluent-dark.css +0 -3
- package/styles/drop-down-list/fluent.css +0 -3
- package/styles/drop-down-list/highcontrast-light.css +0 -3
- package/styles/drop-down-list/highcontrast.css +0 -3
- package/styles/drop-down-list/icons/_material3.scss +1 -1
- package/styles/drop-down-list/material-dark.css +1 -3
- package/styles/drop-down-list/material.css +0 -3
- package/styles/drop-down-list/tailwind-dark.css +1 -4
- package/styles/drop-down-list/tailwind.css +1 -4
- package/styles/drop-down-tree/_layout.scss +34 -14
- package/styles/drop-down-tree/_tailwind-definition.scss +1 -1
- package/styles/drop-down-tree/_theme.scss +1 -1
- package/styles/drop-down-tree/bootstrap4.css +0 -8
- package/styles/drop-down-tree/material-dark.css +1 -0
- package/styles/fabric-dark.css +2 -15
- package/styles/fabric.css +2 -5
- package/styles/fluent-dark.css +6 -9
- package/styles/fluent.css +6 -9
- package/styles/highcontrast-light.css +9 -15
- package/styles/highcontrast.css +15 -11
- package/styles/list-box/_bootstrap-dark-definition.scss +0 -3
- package/styles/list-box/_bootstrap-definition.scss +0 -3
- package/styles/list-box/_bootstrap4-definition.scss +0 -3
- package/styles/list-box/_bootstrap5-definition.scss +0 -3
- package/styles/list-box/_fabric-dark-definition.scss +0 -3
- package/styles/list-box/_fabric-definition.scss +0 -3
- package/styles/list-box/_fluent-definition.scss +0 -3
- package/styles/list-box/_fusionnew-definition.scss +0 -3
- package/styles/list-box/_highcontrast-definition.scss +0 -3
- package/styles/list-box/_highcontrast-light-definition.scss +0 -3
- package/styles/list-box/_material-dark-definition.scss +0 -3
- package/styles/list-box/_material-definition.scss +0 -3
- package/styles/list-box/_tailwind-definition.scss +0 -3
- package/styles/list-box/bootstrap4.css +0 -8
- package/styles/material-dark.css +4 -15
- package/styles/material.css +2 -5
- package/styles/mention/bootstrap4.css +0 -8
- package/styles/multi-select/_bootstrap5-definition.scss +6 -6
- package/styles/multi-select/_fluent-definition.scss +7 -7
- package/styles/multi-select/_highcontrast-definition.scss +8 -6
- package/styles/multi-select/_highcontrast-light-definition.scss +2 -0
- package/styles/multi-select/_layout.scss +94 -77
- package/styles/multi-select/_tailwind-definition.scss +2 -2
- package/styles/multi-select/_theme.scss +110 -22
- package/styles/multi-select/bootstrap4.css +0 -8
- package/styles/multi-select/bootstrap5-dark.css +3 -3
- package/styles/multi-select/bootstrap5.css +3 -3
- package/styles/multi-select/fluent-dark.css +4 -4
- package/styles/multi-select/fluent.css +4 -4
- package/styles/multi-select/highcontrast-light.css +7 -0
- package/styles/multi-select/highcontrast.css +13 -6
- package/styles/multi-select/icons/_material3.scss +670 -3
- package/styles/multi-select/tailwind-dark.css +2 -1
- package/styles/multi-select/tailwind.css +2 -1
- package/styles/tailwind-dark.css +5 -7
- package/styles/tailwind.css +5 -7
- package/styles/auto-complete/_material3-definition.scss +0 -2
- package/styles/combo-box/_material3-definition.scss +0 -2
- package/styles/drop-down-base/_material3-definition.scss +0 -117
- package/styles/drop-down-list/_material3-definition.scss +0 -201
- package/styles/drop-down-tree/_material3-definition.scss +0 -60
- package/styles/list-box/_material3-definition.scss +0 -120
- package/styles/mention/_material3-definition.scss +0 -1
- package/styles/multi-select/_material3-definition.scss +0 -226
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-dropdowns@18.58.20",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-V8JEVOQniPPK0KNuYGiHIKaYWVBpNf0xOVFTXUp/rLSm3vcZq5usC4JFmKcGChVeJgU11ln1wX7BcSYuD0CtyQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-18.58.20.tgz",
|
|
23
|
+
"_shasum": "8d759c43beae6f34db01a2e57662b9b20d0e5020",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-dropdowns@*",
|
|
25
|
-
"_where": "/jenkins/workspace/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~21.1.35",
|
|
35
|
+
"@syncfusion/ej2-base": "~21.1.35",
|
|
36
|
+
"@syncfusion/ej2-dropdowns": "21.1.35",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"schematics": "./schematics/collection.json",
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"typings": "syncfusion-ej2-angular-dropdowns.d.ts",
|
|
80
|
-
"version": "
|
|
80
|
+
"version": "21.1.35"
|
|
81
81
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^18.58.20";
|
|
3
3
|
export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~18.58.20";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^21.1.35';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~21.1.35';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^21.1.35';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~21.1.35';
|
|
@@ -190,7 +190,6 @@
|
|
|
190
190
|
.e-dropdownbase .e-list-item {
|
|
191
191
|
/* stylelint-disable property-no-vendor-prefix */
|
|
192
192
|
-webkit-tap-highlight-color: transparent;
|
|
193
|
-
background-color: #2a2a2a;
|
|
194
193
|
border-bottom: 1px;
|
|
195
194
|
border-color: #6e6e6e;
|
|
196
195
|
color: #f0f0f0;
|
|
@@ -200,11 +199,11 @@
|
|
|
200
199
|
min-height: 26px;
|
|
201
200
|
padding-right: 20px;
|
|
202
201
|
text-indent: 20px;
|
|
202
|
+
background-color: #2a2a2a;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.e-dropdownbase .e-list-group-item,
|
|
206
206
|
.e-fixed-head {
|
|
207
|
-
background-color: #2a2a2a;
|
|
208
207
|
border-color: #6e6e6e;
|
|
209
208
|
color: #3e98ff;
|
|
210
209
|
font-family: inherit;
|
|
@@ -214,6 +213,7 @@
|
|
|
214
213
|
min-height: 26px;
|
|
215
214
|
padding-left: 20px;
|
|
216
215
|
padding-right: 20px;
|
|
216
|
+
background-color: #2a2a2a;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -547,9 +547,6 @@
|
|
|
547
547
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
548
548
|
margin: 0;
|
|
549
549
|
}
|
|
550
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
551
|
-
position: fixed;
|
|
552
|
-
}
|
|
553
550
|
|
|
554
551
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
555
552
|
position: relative;
|
|
@@ -2457,10 +2454,6 @@ ejs-multiselect {
|
|
|
2457
2454
|
.e-listbox-container * {
|
|
2458
2455
|
box-sizing: border-box;
|
|
2459
2456
|
}
|
|
2460
|
-
.e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2461
|
-
.e-listbox-container.e-listboxtool-container .e-list-wrap {
|
|
2462
|
-
width: 86% !important; /* stylelint-disable-line declaration-no-important */
|
|
2463
|
-
}
|
|
2464
2457
|
.e-listbox-wrapper:focus,
|
|
2465
2458
|
.e-listbox-container:focus {
|
|
2466
2459
|
outline: none;
|
|
@@ -2827,12 +2820,6 @@ ejs-listbox {
|
|
|
2827
2820
|
margin-left: 15px;
|
|
2828
2821
|
}
|
|
2829
2822
|
|
|
2830
|
-
.e-bigger .e-listbox-wrapper.e-listboxtool-container .e-list-wrap,
|
|
2831
|
-
.e-listbox-wrapper.e-bigger.e-listboxtool-container .e-list-wrap,
|
|
2832
|
-
.e-bigger .e-listbox-container.e-listboxtool-container .e-list-wrap,
|
|
2833
|
-
.e-listbox-container.e-bigger.e-listboxtool-container .e-list-wrap {
|
|
2834
|
-
width: 85% !important; /* stylelint-disable-line declaration-no-important */
|
|
2835
|
-
}
|
|
2836
2823
|
.e-bigger .e-listbox-wrapper .e-list-item,
|
|
2837
2824
|
.e-listbox-wrapper.e-bigger .e-list-item,
|
|
2838
2825
|
.e-bigger .e-listbox-container .e-list-item,
|
package/styles/bootstrap.css
CHANGED
|
@@ -190,7 +190,6 @@
|
|
|
190
190
|
.e-dropdownbase .e-list-item {
|
|
191
191
|
/* stylelint-disable property-no-vendor-prefix */
|
|
192
192
|
-webkit-tap-highlight-color: transparent;
|
|
193
|
-
background-color: #fff;
|
|
194
193
|
border-bottom: 1px;
|
|
195
194
|
border-color: #fff;
|
|
196
195
|
color: #333;
|
|
@@ -200,11 +199,11 @@
|
|
|
200
199
|
min-height: 26px;
|
|
201
200
|
padding-right: 20px;
|
|
202
201
|
text-indent: 20px;
|
|
202
|
+
background-color: #fff;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.e-dropdownbase .e-list-group-item,
|
|
206
206
|
.e-fixed-head {
|
|
207
|
-
background-color: #fff;
|
|
208
207
|
border-color: #fff;
|
|
209
208
|
color: #777;
|
|
210
209
|
font-family: inherit;
|
|
@@ -214,6 +213,7 @@
|
|
|
214
213
|
min-height: 26px;
|
|
215
214
|
padding-left: 20px;
|
|
216
215
|
padding-right: 20px;
|
|
216
|
+
background-color: #fff;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -547,9 +547,6 @@
|
|
|
547
547
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
548
548
|
margin: 0;
|
|
549
549
|
}
|
|
550
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
551
|
-
position: fixed;
|
|
552
|
-
}
|
|
553
550
|
|
|
554
551
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
555
552
|
position: relative;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2,14 +2,6 @@
|
|
|
2
2
|
padding: 0 8px 0 0;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.e-bigger .e-content.e-dropdownbase {
|
|
6
|
-
padding: 8px 0;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.e-content.e-dropdownbase {
|
|
10
|
-
padding: 6px 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
5
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
14
6
|
font-size: 16px;
|
|
15
7
|
}
|
|
@@ -208,7 +200,6 @@
|
|
|
208
200
|
.e-dropdownbase .e-list-item {
|
|
209
201
|
/* stylelint-disable property-no-vendor-prefix */
|
|
210
202
|
-webkit-tap-highlight-color: transparent;
|
|
211
|
-
background-color: #fff;
|
|
212
203
|
border-bottom: 1px;
|
|
213
204
|
border-color: #fff;
|
|
214
205
|
color: #212529;
|
|
@@ -218,11 +209,11 @@
|
|
|
218
209
|
min-height: 26px;
|
|
219
210
|
padding-right: 24px;
|
|
220
211
|
text-indent: 20px;
|
|
212
|
+
background-color: #fff;
|
|
221
213
|
}
|
|
222
214
|
|
|
223
215
|
.e-dropdownbase .e-list-group-item,
|
|
224
216
|
.e-fixed-head {
|
|
225
|
-
background-color: #fff;
|
|
226
217
|
border-color: #fff;
|
|
227
218
|
color: #6c757d;
|
|
228
219
|
font-family: inherit;
|
|
@@ -232,6 +223,7 @@
|
|
|
232
223
|
min-height: 26px;
|
|
233
224
|
padding-left: 20px;
|
|
234
225
|
padding-right: 24px;
|
|
226
|
+
background-color: #fff;
|
|
235
227
|
}
|
|
236
228
|
|
|
237
229
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -591,9 +583,6 @@
|
|
|
591
583
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
592
584
|
margin: 0;
|
|
593
585
|
}
|
|
594
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
595
|
-
position: fixed;
|
|
596
|
-
}
|
|
597
586
|
|
|
598
587
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
599
588
|
position: relative;
|
|
@@ -622,7 +611,7 @@
|
|
|
622
611
|
border-top-width: 0;
|
|
623
612
|
box-shadow: none;
|
|
624
613
|
display: block;
|
|
625
|
-
padding:
|
|
614
|
+
padding: 6px;
|
|
626
615
|
}
|
|
627
616
|
|
|
628
617
|
.e-ddl.e-input-group:not(.e-disabled) {
|
|
@@ -217,7 +217,6 @@
|
|
|
217
217
|
.e-dropdownbase .e-list-item {
|
|
218
218
|
/* stylelint-disable property-no-vendor-prefix */
|
|
219
219
|
-webkit-tap-highlight-color: transparent;
|
|
220
|
-
background-color: #343a40;
|
|
221
220
|
border-bottom: 0;
|
|
222
221
|
border-color: #444c54;
|
|
223
222
|
color: #fff;
|
|
@@ -227,11 +226,11 @@
|
|
|
227
226
|
min-height: 30px;
|
|
228
227
|
padding-right: 16px;
|
|
229
228
|
text-indent: 12px;
|
|
229
|
+
background-color: #343a40;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
.e-dropdownbase .e-list-group-item,
|
|
233
233
|
.e-fixed-head {
|
|
234
|
-
background-color: #343a40;
|
|
235
234
|
border-color: #444c54;
|
|
236
235
|
color: #7b848d;
|
|
237
236
|
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";
|
|
@@ -241,6 +240,7 @@
|
|
|
241
240
|
min-height: 30px;
|
|
242
241
|
padding-left: 12px;
|
|
243
242
|
padding-right: 16px;
|
|
243
|
+
background-color: #343a40;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -613,9 +613,6 @@
|
|
|
613
613
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
614
614
|
margin: 0;
|
|
615
615
|
}
|
|
616
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
617
|
-
position: fixed;
|
|
618
|
-
}
|
|
619
616
|
|
|
620
617
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
621
618
|
position: relative;
|
|
@@ -1573,7 +1570,7 @@ ejs-dropdownlist {
|
|
|
1573
1570
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1574
1571
|
max-width: 100%;
|
|
1575
1572
|
overflow: hidden;
|
|
1576
|
-
padding: 0 6px
|
|
1573
|
+
padding: 0 6px 1px 0;
|
|
1577
1574
|
text-indent: 0;
|
|
1578
1575
|
text-overflow: ellipsis;
|
|
1579
1576
|
white-space: nowrap;
|
|
@@ -2114,7 +2111,7 @@ ejs-multiselect {
|
|
|
2114
2111
|
}
|
|
2115
2112
|
|
|
2116
2113
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2117
|
-
font-size:
|
|
2114
|
+
font-size: 12px;
|
|
2118
2115
|
line-height: 28px;
|
|
2119
2116
|
}
|
|
2120
2117
|
|
|
@@ -2572,7 +2569,7 @@ ejs-multiselect {
|
|
|
2572
2569
|
}
|
|
2573
2570
|
|
|
2574
2571
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2575
|
-
font-size:
|
|
2572
|
+
font-size: 12px;
|
|
2576
2573
|
}
|
|
2577
2574
|
|
|
2578
2575
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -217,7 +217,6 @@
|
|
|
217
217
|
.e-dropdownbase .e-list-item {
|
|
218
218
|
/* stylelint-disable property-no-vendor-prefix */
|
|
219
219
|
-webkit-tap-highlight-color: transparent;
|
|
220
|
-
background-color: #fff;
|
|
221
220
|
border-bottom: 0;
|
|
222
221
|
border-color: #dee2e6;
|
|
223
222
|
color: #212529;
|
|
@@ -227,11 +226,11 @@
|
|
|
227
226
|
min-height: 30px;
|
|
228
227
|
padding-right: 16px;
|
|
229
228
|
text-indent: 12px;
|
|
229
|
+
background-color: #fff;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
.e-dropdownbase .e-list-group-item,
|
|
233
233
|
.e-fixed-head {
|
|
234
|
-
background-color: #fff;
|
|
235
234
|
border-color: #dee2e6;
|
|
236
235
|
color: #6c757d;
|
|
237
236
|
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";
|
|
@@ -241,6 +240,7 @@
|
|
|
241
240
|
min-height: 30px;
|
|
242
241
|
padding-left: 12px;
|
|
243
242
|
padding-right: 16px;
|
|
243
|
+
background-color: #fff;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -613,9 +613,6 @@
|
|
|
613
613
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
614
614
|
margin: 0;
|
|
615
615
|
}
|
|
616
|
-
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
617
|
-
position: fixed;
|
|
618
|
-
}
|
|
619
616
|
|
|
620
617
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
621
618
|
position: relative;
|
|
@@ -1573,7 +1570,7 @@ ejs-dropdownlist {
|
|
|
1573
1570
|
.e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
1574
1571
|
max-width: 100%;
|
|
1575
1572
|
overflow: hidden;
|
|
1576
|
-
padding: 0 6px
|
|
1573
|
+
padding: 0 6px 1px 0;
|
|
1577
1574
|
text-indent: 0;
|
|
1578
1575
|
text-overflow: ellipsis;
|
|
1579
1576
|
white-space: nowrap;
|
|
@@ -2114,7 +2111,7 @@ ejs-multiselect {
|
|
|
2114
2111
|
}
|
|
2115
2112
|
|
|
2116
2113
|
.e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
2117
|
-
font-size:
|
|
2114
|
+
font-size: 12px;
|
|
2118
2115
|
line-height: 28px;
|
|
2119
2116
|
}
|
|
2120
2117
|
|
|
@@ -2572,7 +2569,7 @@ ejs-multiselect {
|
|
|
2572
2569
|
}
|
|
2573
2570
|
|
|
2574
2571
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
2575
|
-
font-size:
|
|
2572
|
+
font-size: 12px;
|
|
2576
2573
|
}
|
|
2577
2574
|
|
|
2578
2575
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
@@ -69,14 +69,6 @@ $ddl-group-list-item-text-intent: 0 !default;
|
|
|
69
69
|
padding: 0 8px 0 0;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.e-bigger .e-content.e-dropdownbase {
|
|
73
|
-
padding: 8px 0;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-content.e-dropdownbase {
|
|
77
|
-
padding: 6px 0;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
72
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
81
73
|
font-size: 16px;
|
|
82
74
|
}
|
|
@@ -28,14 +28,14 @@ $ddl-list-header-font-size: $text-sm !default;
|
|
|
28
28
|
|
|
29
29
|
// Small Size
|
|
30
30
|
|
|
31
|
-
$ddl-small-icon-font-size:
|
|
31
|
+
$ddl-small-icon-font-size: $font-icon-14 !default;
|
|
32
32
|
$ddl-small-line-height: 26px !default;
|
|
33
33
|
$ddl-small-list-text-indent: 8px !default;
|
|
34
34
|
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
35
35
|
|
|
36
36
|
// Touch Small
|
|
37
37
|
|
|
38
|
-
$ddl-bigger-small-icon-font-size:
|
|
38
|
+
$ddl-bigger-small-icon-font-size: $font-icon-18 !default;
|
|
39
39
|
$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;
|
|
@@ -31,14 +31,14 @@ $ddl-bigger-small-list-nodata-font-size: $text-sm;
|
|
|
31
31
|
|
|
32
32
|
// Small Size
|
|
33
33
|
|
|
34
|
-
$ddl-small-icon-font-size:
|
|
34
|
+
$ddl-small-icon-font-size: $font-icon-14 !default;
|
|
35
35
|
$ddl-small-line-height: 26px !default;
|
|
36
36
|
$ddl-small-list-text-indent: 8px !default;
|
|
37
37
|
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
38
38
|
|
|
39
39
|
// Touch Small
|
|
40
40
|
|
|
41
|
-
$ddl-bigger-small-icon-font-size:
|
|
41
|
+
$ddl-bigger-small-icon-font-size: $font-icon-18 !default;
|
|
42
42
|
$ddl-bigger-small-line-height: 30px !default;
|
|
43
43
|
$ddl-bigger-small-list-text-indent: 8px !default;
|
|
44
44
|
$ddl-bigger-text-indent: 8px !default;
|
|
@@ -32,14 +32,14 @@ $ddl-bigger-small-list-nodata-font-size: $text-sm !default;
|
|
|
32
32
|
|
|
33
33
|
// Small Size
|
|
34
34
|
|
|
35
|
-
$ddl-small-icon-font-size:
|
|
35
|
+
$ddl-small-icon-font-size: $font-icon-14 !default;
|
|
36
36
|
$ddl-small-line-height: 24px !default;
|
|
37
37
|
$ddl-small-list-text-indent: 8px !default;
|
|
38
38
|
$ddl-small-list-header-font-size: $text-xxs !default;
|
|
39
39
|
|
|
40
40
|
// Touch Small
|
|
41
41
|
|
|
42
|
-
$ddl-bigger-small-icon-font-size:
|
|
42
|
+
$ddl-bigger-small-icon-font-size: $font-icon-18 !default;
|
|
43
43
|
$ddl-bigger-small-line-height: 32px !default;
|
|
44
44
|
$ddl-bigger-small-list-text-indent: 14px !default;
|
|
45
45
|
$ddl-bigger-small-list-header-font-size: $text-xs !default;
|
|
@@ -98,11 +98,13 @@
|
|
|
98
98
|
|
|
99
99
|
.e-dropdownbase {
|
|
100
100
|
border-color: $ddl-list-border-color;
|
|
101
|
+
@if $skin-name == 'Material3' {
|
|
102
|
+
background: $ddl-list-bg-color;
|
|
103
|
+
}
|
|
101
104
|
@at-root {
|
|
102
105
|
#{if(&, '&', '*')} .e-list-item {
|
|
103
106
|
/* stylelint-disable property-no-vendor-prefix */
|
|
104
107
|
-webkit-tap-highlight-color: $ddl-list-tap-color;
|
|
105
|
-
background-color: $ddl-list-bg-color;
|
|
106
108
|
border-bottom: $ddl-list-bottom-border;
|
|
107
109
|
border-color: $ddl-list-gradient-color;
|
|
108
110
|
color: $ddl-list-default-font-color;
|
|
@@ -112,11 +114,16 @@
|
|
|
112
114
|
min-height: $ddl-list-line-height;
|
|
113
115
|
padding-right: $ddl-list-padding-right;
|
|
114
116
|
text-indent: $ddl-list-text-indent;
|
|
117
|
+
@if $skin-name == 'Material3' {
|
|
118
|
+
background: $ddl-list-bg-color;
|
|
119
|
+
}
|
|
120
|
+
@if $skin-name != 'Material3' {
|
|
121
|
+
background-color: $ddl-list-bg-color;
|
|
122
|
+
}
|
|
115
123
|
}
|
|
116
124
|
|
|
117
125
|
#{if(&, '&', '*')} .e-list-group-item,
|
|
118
126
|
.e-fixed-head {
|
|
119
|
-
background-color: $ddl-list-bg-color;
|
|
120
127
|
border-color: $ddl-list-gradient-color;
|
|
121
128
|
color: $ddl-list-header-font-color;
|
|
122
129
|
font-family: $ddl-list-font-family;
|
|
@@ -126,17 +133,33 @@
|
|
|
126
133
|
min-height: $ddl-list-line-height;
|
|
127
134
|
padding-left: $ddl-list-header-padding-left;
|
|
128
135
|
padding-right: $ddl-list-padding-right;
|
|
136
|
+
@if $skin-name == 'Material3' {
|
|
137
|
+
background: $ddl-list-bg-color;
|
|
138
|
+
}
|
|
139
|
+
@if $skin-name != 'Material3' {
|
|
140
|
+
background-color: $ddl-list-bg-color;
|
|
141
|
+
}
|
|
129
142
|
}
|
|
130
143
|
|
|
131
144
|
#{if(&, '&', '*')} .e-list-item.e-active,
|
|
132
145
|
#{if(&, '&', '*')} .e-list-item.e-active.e-hover {
|
|
133
|
-
|
|
146
|
+
@if $skin-name == 'Material3' {
|
|
147
|
+
background: $ddl-list-active-bg-color;
|
|
148
|
+
}
|
|
149
|
+
@if $skin-name != 'Material3' {
|
|
150
|
+
background-color: $ddl-list-active-bg-color;
|
|
151
|
+
}
|
|
134
152
|
border-color: $ddl-list-active-border-color;
|
|
135
153
|
color: $ddl-list-active-font-color;
|
|
136
154
|
}
|
|
137
155
|
|
|
138
156
|
#{if(&, '&', '*')} .e-list-item.e-hover {
|
|
139
|
-
|
|
157
|
+
@if $skin-name == 'Material3' {
|
|
158
|
+
background: $ddl-list-hover-bg-color;
|
|
159
|
+
}
|
|
160
|
+
@if $skin-name != 'Material3' {
|
|
161
|
+
background-color: $ddl-list-hover-bg-color;
|
|
162
|
+
}
|
|
140
163
|
border-color: $ddl-list-hover-border-color;
|
|
141
164
|
color: $ddl-list-hover-font-color;
|
|
142
165
|
}
|
|
@@ -146,7 +169,12 @@
|
|
|
146
169
|
}
|
|
147
170
|
|
|
148
171
|
#{if(&, '&', '*')} .e-list-item.e-item-focus {
|
|
149
|
-
|
|
172
|
+
@if $skin-name == 'Material3' {
|
|
173
|
+
background: $ddl-list-focus-bg-color;
|
|
174
|
+
}
|
|
175
|
+
@if $skin-name != 'Material3' {
|
|
176
|
+
background-color: $ddl-list-hover-bg-color;
|
|
177
|
+
}
|
|
150
178
|
}
|
|
151
179
|
|
|
152
180
|
#{if(&, '&', '*')} .e-list-item.e-active:last-child {
|
|
@@ -188,7 +216,12 @@
|
|
|
188
216
|
}
|
|
189
217
|
|
|
190
218
|
.e-multi-column#{&}.e-ddl#{&}.e-popup#{&}.e-popup-open .e-ddl-header {
|
|
191
|
-
|
|
219
|
+
@if $skin-name == 'Material3' {
|
|
220
|
+
background: $ddl-list-bg-color;
|
|
221
|
+
}
|
|
222
|
+
@if $skin-name != 'Material3' {
|
|
223
|
+
background-color: $ddl-list-bg-color;
|
|
224
|
+
}
|
|
192
225
|
border-color: $ddl-multi-column-border-color;
|
|
193
226
|
border-style: solid;
|
|
194
227
|
border-width: $ddl-multi-column-border-width;
|
|
@@ -285,7 +318,12 @@
|
|
|
285
318
|
}
|
|
286
319
|
|
|
287
320
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item {
|
|
288
|
-
|
|
321
|
+
@if $skin-name == 'Material3' {
|
|
322
|
+
background: $ddl-list-bg-color;
|
|
323
|
+
}
|
|
324
|
+
@if $skin-name != 'Material3' {
|
|
325
|
+
background-color: $ddl-list-bg-color;
|
|
326
|
+
}
|
|
289
327
|
border-bottom: $ddl-list-bottom-border;
|
|
290
328
|
border-color: $ddl-list-gradient-color;
|
|
291
329
|
color: $ddl-list-default-font-color;
|
|
@@ -301,18 +339,33 @@
|
|
|
301
339
|
}
|
|
302
340
|
|
|
303
341
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
|
|
304
|
-
|
|
342
|
+
@if $skin-name == 'Material3' {
|
|
343
|
+
background: $ddl-list-hover-bg-color;
|
|
344
|
+
}
|
|
345
|
+
@if $skin-name != 'Material3' {
|
|
346
|
+
background-color: $ddl-list-hover-bg-color;
|
|
347
|
+
}
|
|
305
348
|
}
|
|
306
349
|
|
|
307
350
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active,
|
|
308
351
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover {
|
|
309
|
-
|
|
352
|
+
@if $skin-name == 'Material3' {
|
|
353
|
+
background: $ddl-list-active-bg-color;
|
|
354
|
+
}
|
|
355
|
+
@if $skin-name != 'Material3' {
|
|
356
|
+
background-color: $ddl-list-active-bg-color;
|
|
357
|
+
}
|
|
310
358
|
border-color: $ddl-list-active-border-color;
|
|
311
359
|
color: $ddl-list-active-font-color;
|
|
312
360
|
}
|
|
313
361
|
|
|
314
362
|
.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover {
|
|
315
|
-
|
|
363
|
+
@if $skin-name == 'Material3' {
|
|
364
|
+
background: $ddl-list-hover-bg-color;
|
|
365
|
+
}
|
|
366
|
+
@if $skin-name != 'Material3' {
|
|
367
|
+
background-color: $ddl-list-hover-bg-color;
|
|
368
|
+
}
|
|
316
369
|
border-color: $ddl-list-hover-border-color;
|
|
317
370
|
color: $ddl-list-hover-font-color;
|
|
318
371
|
@if $skin-name == 'FluentUI' {
|
|
@@ -190,7 +190,6 @@
|
|
|
190
190
|
.e-dropdownbase .e-list-item {
|
|
191
191
|
/* stylelint-disable property-no-vendor-prefix */
|
|
192
192
|
-webkit-tap-highlight-color: transparent;
|
|
193
|
-
background-color: #2a2a2a;
|
|
194
193
|
border-bottom: 1px;
|
|
195
194
|
border-color: #6e6e6e;
|
|
196
195
|
color: #f0f0f0;
|
|
@@ -200,11 +199,11 @@
|
|
|
200
199
|
min-height: 26px;
|
|
201
200
|
padding-right: 20px;
|
|
202
201
|
text-indent: 20px;
|
|
202
|
+
background-color: #2a2a2a;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.e-dropdownbase .e-list-group-item,
|
|
206
206
|
.e-fixed-head {
|
|
207
|
-
background-color: #2a2a2a;
|
|
208
207
|
border-color: #6e6e6e;
|
|
209
208
|
color: #3e98ff;
|
|
210
209
|
font-family: inherit;
|
|
@@ -214,6 +213,7 @@
|
|
|
214
213
|
min-height: 26px;
|
|
215
214
|
padding-left: 20px;
|
|
216
215
|
padding-right: 20px;
|
|
216
|
+
background-color: #2a2a2a;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -190,7 +190,6 @@
|
|
|
190
190
|
.e-dropdownbase .e-list-item {
|
|
191
191
|
/* stylelint-disable property-no-vendor-prefix */
|
|
192
192
|
-webkit-tap-highlight-color: transparent;
|
|
193
|
-
background-color: #fff;
|
|
194
193
|
border-bottom: 1px;
|
|
195
194
|
border-color: #fff;
|
|
196
195
|
color: #333;
|
|
@@ -200,11 +199,11 @@
|
|
|
200
199
|
min-height: 26px;
|
|
201
200
|
padding-right: 20px;
|
|
202
201
|
text-indent: 20px;
|
|
202
|
+
background-color: #fff;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.e-dropdownbase .e-list-group-item,
|
|
206
206
|
.e-fixed-head {
|
|
207
|
-
background-color: #fff;
|
|
208
207
|
border-color: #fff;
|
|
209
208
|
color: #777;
|
|
210
209
|
font-family: inherit;
|
|
@@ -214,6 +213,7 @@
|
|
|
214
213
|
min-height: 26px;
|
|
215
214
|
padding-left: 20px;
|
|
216
215
|
padding-right: 20px;
|
|
216
|
+
background-color: #fff;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -2,14 +2,6 @@
|
|
|
2
2
|
padding: 0 8px 0 0;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.e-bigger .e-content.e-dropdownbase {
|
|
6
|
-
padding: 8px 0;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.e-content.e-dropdownbase {
|
|
10
|
-
padding: 6px 0;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
5
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
14
6
|
font-size: 16px;
|
|
15
7
|
}
|
|
@@ -208,7 +200,6 @@
|
|
|
208
200
|
.e-dropdownbase .e-list-item {
|
|
209
201
|
/* stylelint-disable property-no-vendor-prefix */
|
|
210
202
|
-webkit-tap-highlight-color: transparent;
|
|
211
|
-
background-color: #fff;
|
|
212
203
|
border-bottom: 1px;
|
|
213
204
|
border-color: #fff;
|
|
214
205
|
color: #212529;
|
|
@@ -218,11 +209,11 @@
|
|
|
218
209
|
min-height: 26px;
|
|
219
210
|
padding-right: 24px;
|
|
220
211
|
text-indent: 20px;
|
|
212
|
+
background-color: #fff;
|
|
221
213
|
}
|
|
222
214
|
|
|
223
215
|
.e-dropdownbase .e-list-group-item,
|
|
224
216
|
.e-fixed-head {
|
|
225
|
-
background-color: #fff;
|
|
226
217
|
border-color: #fff;
|
|
227
218
|
color: #6c757d;
|
|
228
219
|
font-family: inherit;
|
|
@@ -232,6 +223,7 @@
|
|
|
232
223
|
min-height: 26px;
|
|
233
224
|
padding-left: 20px;
|
|
234
225
|
padding-right: 24px;
|
|
226
|
+
background-color: #fff;
|
|
235
227
|
}
|
|
236
228
|
|
|
237
229
|
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|