@syncfusion/ej2-angular-dropdowns 20.4.54-ngcc → 21.1.35-ngcc
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 +5 -133
- package/dist/ej2-angular-dropdowns.umd.js +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
- 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/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/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/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/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/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/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/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/CHANGELOG.md
CHANGED
|
@@ -2,111 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 20.4.53 (2023-03-07)
|
|
6
|
-
|
|
7
|
-
### Dropdown Tree
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I429410` - The issue of facing a delay while unselecting large set of items using close icon in the Dropdown Tree component has been resolved.
|
|
12
|
-
|
|
13
|
-
### MultiSelect
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#I439556`, `I442336` - The issue "Script error throws after clear the selected value using clear icon" has been resolved.
|
|
18
|
-
|
|
19
|
-
### ComboBox
|
|
20
|
-
|
|
21
|
-
#### Bug Fixes
|
|
22
|
-
|
|
23
|
-
- `#I440980` - Issue with "close event is triggered only once if args.cancel is set as true" has been resolved.
|
|
24
|
-
|
|
25
|
-
## 20.4.49 (2023-02-07)
|
|
26
|
-
|
|
27
|
-
### Dropdown Tree
|
|
28
|
-
|
|
29
|
-
#### Bug Fixes
|
|
30
|
-
|
|
31
|
-
- `#I429410` - The issue of Select All/Unselect All taking an excessive amount of time and causing browser crashes in a Dropdown Tree with a large data source has been resolved.
|
|
32
|
-
|
|
33
|
-
### Mention
|
|
34
|
-
|
|
35
|
-
#### Bug Fixes
|
|
36
|
-
|
|
37
|
-
- `#I428416` - Fixed issue where API call was not functioning correctly when typing the mention character.
|
|
38
|
-
|
|
39
|
-
## 20.4.48 (2023-02-01)
|
|
40
|
-
|
|
41
|
-
### DropDownList
|
|
42
|
-
|
|
43
|
-
#### Bug Fixes
|
|
44
|
-
|
|
45
|
-
- `#I429647` - Fixed an issue where a console error occurred while using the destroy method in the AutoComplete.
|
|
46
|
-
|
|
47
|
-
### Dropdown Tree
|
|
48
|
-
|
|
49
|
-
#### Bug Fixes
|
|
50
|
-
|
|
51
|
-
- `#I412684` - Resolved the issue "No Records Found" message is not showing in Dropdown Tree while updating null data dynamically.
|
|
52
|
-
- `#I430152` - Facing a console error while setting empty data to the Dropdown Tree has been resolved.
|
|
53
|
-
- `#I420146` - The Placeholder alignment issue while setting the Dropdown Tree component as form control is resolved
|
|
54
|
-
|
|
55
|
-
### ListBox
|
|
56
|
-
|
|
57
|
-
#### Bug Fixes
|
|
58
|
-
|
|
59
|
-
- `#F38636` - Issue with "`selectItems` function doesn't work in listbox when values contain backslashes" has been resolved
|
|
60
|
-
|
|
61
|
-
## 20.4.42 (2023-01-04)
|
|
62
|
-
|
|
63
|
-
### Mention
|
|
64
|
-
|
|
65
|
-
#### Bug Fixes
|
|
66
|
-
|
|
67
|
-
- `#I422992` - Now, the `cssClass` property works fine in the Mention component.
|
|
68
|
-
|
|
69
|
-
### MultiSelect
|
|
70
|
-
|
|
71
|
-
#### Bug Fixes
|
|
72
|
-
|
|
73
|
-
- `#I423751` - The issue "MultiSelect height not being set properly in the tailwind theme" has been resolved.
|
|
74
|
-
|
|
75
|
-
## 20.4.40 (2022-12-28)
|
|
76
|
-
|
|
77
|
-
### Dropdown Tree
|
|
78
|
-
|
|
79
|
-
#### Bug Fixes
|
|
80
|
-
|
|
81
|
-
- `#F178650` - Resolved the error after perform filtering in Dropdown Tree while updating data dynamically
|
|
82
|
-
|
|
83
5
|
### ListBox
|
|
84
6
|
|
|
85
7
|
#### Bug Fixes
|
|
86
8
|
|
|
87
|
-
- `#
|
|
88
|
-
- `#I423072` - Issue with "`actionBegin` event argument not passes the filtered item properly while filtering and clicking move All button in listbox toolbar sample" has been resolved.
|
|
89
|
-
|
|
90
|
-
## 20.4.38 (2022-12-21)
|
|
91
|
-
|
|
92
|
-
### Dropdown Tree
|
|
93
|
-
|
|
94
|
-
#### New Features
|
|
95
|
-
|
|
96
|
-
- `#I395558` - Provided enableHtmlSanitizer support for Dropdown Tree component.
|
|
97
|
-
- `#F169154`, `#I424048` - Provided an option to prevent the parent node selection in the Dropdown Tree component.
|
|
9
|
+
- `#I409839` - Issue with "Script error thrown while drag and drop after removed the item from listbox using removeItem method" has been resolved.
|
|
98
10
|
|
|
99
|
-
###
|
|
11
|
+
### DropDownList
|
|
100
12
|
|
|
101
13
|
#### Bug Fixes
|
|
102
14
|
|
|
103
|
-
- `#
|
|
15
|
+
- `#I397894` - The issue "aria-label added on input element instead of wrapper element while adding the aria-label by using Html Attribute property" has been resolved.
|
|
104
16
|
|
|
105
|
-
###
|
|
17
|
+
### ComboBox
|
|
106
18
|
|
|
107
19
|
#### Bug Fixes
|
|
108
20
|
|
|
109
|
-
- `#
|
|
21
|
+
- `#I435138` - Issue with "NVDA reader does not announces the aria-label text when added through Html Attribute" has been resolved.
|
|
110
22
|
|
|
111
23
|
## 20.3.47 (2022-09-29)
|
|
112
24
|
|
|
@@ -2194,46 +2106,6 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
2194
2106
|
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
|
|
2195
2107
|
|
|
2196
2108
|
|
|
2197
|
-
## 20.4.51 (2023-02-21)
|
|
2198
|
-
|
|
2199
|
-
### DropDownList
|
|
2200
|
-
|
|
2201
|
-
#### Bug Fixes
|
|
2202
|
-
|
|
2203
|
-
- `#I435114` - The issue "popup is not opening through keyboard action when dynamically changing the datasource value" has been resolved.
|
|
2204
|
-
|
|
2205
|
-
## 20.4.52 (2023-02-28)
|
|
2206
|
-
|
|
2207
|
-
### Mention
|
|
2208
|
-
|
|
2209
|
-
#### Bug Fixes
|
|
2210
|
-
|
|
2211
|
-
- `#I430690` - The issue "Mention popup doesn't flip out when there is no space at the bottom" has been resolved.
|
|
2212
|
-
|
|
2213
|
-
## 20.4.50 (2023-02-14)
|
|
2214
|
-
|
|
2215
|
-
### ComboBox
|
|
2216
|
-
|
|
2217
|
-
#### Bug Fixes
|
|
2218
|
-
|
|
2219
|
-
- `#I434123` - Issue with "NVDA reader does not read the selected value in the list" has been resolved.
|
|
2220
|
-
|
|
2221
|
-
### MultiSelect
|
|
2222
|
-
|
|
2223
|
-
#### Bug Fixes
|
|
2224
|
-
|
|
2225
|
-
- `#I432789` - Resolved issue with top border is not visible when using floatLabelType as "Auto" or "Always" with cssClass as "e-outline".
|
|
2226
|
-
- `#I434089` - The issue "Placeholder overlaps with the selected data in the multiselect" has been resolved.
|
|
2227
|
-
- `#I435032` - Issue with "Selected Item overlapped with clear icon in the multiselect component" has been resolved.
|
|
2228
|
-
|
|
2229
|
-
## 20.4.43 (2023-01-10)
|
|
2230
|
-
|
|
2231
|
-
### DropDownList
|
|
2232
|
-
|
|
2233
|
-
#### Bug Fixes
|
|
2234
|
-
|
|
2235
|
-
- `#I397894` - The issue "aria-label added on input element instead of wrapper element while adding the aria-label by using Html Attribute property" has been resolved.
|
|
2236
|
-
|
|
2237
2109
|
## 19.4.38 (2021-12-17)
|
|
2238
2110
|
|
|
2239
2111
|
### ComboBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 21.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 21.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
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-lEJwGoYoneatpSvvhTnzrw/5G6AoBsPG0jerjZrkJHiX1VBSG+uUf3l9FKXmBmgYICuNO0nBic9BHiPUx84jog==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-18.58.20.tgz",
|
|
23
|
+
"_shasum": "c18e3d84119a13bb5ca6fba9d73649feb7629a31",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-dropdowns@*",
|
|
25
|
-
"_where": "/jenkins/workspace/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/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
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for Angular",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"schematics": "./schematics/collection.json",
|
|
64
64
|
"sideEffects": false,
|
|
65
65
|
"typings": "ej2-angular-dropdowns.d.ts",
|
|
66
|
-
"version": "
|
|
66
|
+
"version": "21.1.35-ngcc"
|
|
67
67
|
}
|
|
@@ -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 {
|
|
@@ -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 {
|
|
@@ -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 {
|