@syncfusion/ej2-react-dropdowns 19.2.57 → 19.3.43
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 +29 -1
- package/dist/ej2-react-dropdowns.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/auto-complete/bootstrap5-dark.css +141 -0
- package/styles/auto-complete/bootstrap5-dark.scss +1 -0
- package/styles/auto-complete/bootstrap5.css +141 -0
- package/styles/auto-complete/bootstrap5.scss +1 -0
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/bootstrap-dark.css +17 -4
- package/styles/bootstrap.css +17 -4
- package/styles/bootstrap4.css +18 -21
- package/styles/bootstrap5-dark.css +3408 -0
- package/styles/bootstrap5-dark.scss +7 -0
- package/styles/bootstrap5.css +3408 -0
- package/styles/bootstrap5.scss +7 -0
- package/styles/combo-box/bootstrap5-dark.css +141 -0
- package/styles/combo-box/bootstrap5-dark.scss +1 -0
- package/styles/combo-box/bootstrap5.css +141 -0
- package/styles/combo-box/bootstrap5.scss +1 -0
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +1 -3
- package/styles/drop-down-base/bootstrap.css +1 -3
- package/styles/drop-down-base/bootstrap4.css +1 -3
- package/styles/drop-down-base/bootstrap5-dark.css +372 -0
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap5.css +372 -0
- package/styles/drop-down-base/bootstrap5.scss +1 -0
- package/styles/drop-down-base/fabric-dark.css +1 -3
- package/styles/drop-down-base/fabric.css +1 -3
- package/styles/drop-down-base/highcontrast-light.css +1 -3
- package/styles/drop-down-base/highcontrast.css +1 -3
- package/styles/drop-down-base/material-dark.css +3 -5
- package/styles/drop-down-base/material.css +1 -3
- package/styles/drop-down-base/tailwind-dark.css +5 -7
- package/styles/drop-down-base/tailwind.css +1 -3
- package/styles/drop-down-list/bootstrap-dark.css +2 -0
- package/styles/drop-down-list/bootstrap.css +2 -0
- package/styles/drop-down-list/bootstrap4.css +2 -16
- package/styles/drop-down-list/bootstrap5-dark.css +433 -0
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap5.css +433 -0
- package/styles/drop-down-list/bootstrap5.scss +1 -0
- package/styles/drop-down-list/fabric-dark.css +2 -0
- package/styles/drop-down-list/fabric.css +2 -0
- package/styles/drop-down-list/highcontrast-light.css +2 -0
- package/styles/drop-down-list/highcontrast.css +2 -0
- package/styles/drop-down-list/material-dark.css +4 -2
- package/styles/drop-down-list/material.css +2 -0
- package/styles/drop-down-list/tailwind-dark.css +2 -0
- package/styles/drop-down-list/tailwind.css +2 -0
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +580 -0
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.css +580 -0
- package/styles/drop-down-tree/bootstrap5.scss +1 -0
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/material-dark.css +4 -8
- package/styles/drop-down-tree/material.css +4 -8
- package/styles/drop-down-tree/tailwind-dark.css +9 -5
- package/styles/drop-down-tree/tailwind.css +8 -4
- package/styles/fabric-dark.css +17 -4
- package/styles/fabric.css +17 -4
- package/styles/highcontrast-light.css +17 -4
- package/styles/highcontrast.css +17 -4
- package/styles/list-box/bootstrap5-dark.css +886 -0
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.css +886 -0
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/material-dark.css +3 -3
- package/styles/list-box/tailwind-dark.css +1 -1
- package/styles/list-box/tailwind.css +1 -1
- package/styles/material-dark.css +619 -58
- package/styles/material.css +14 -12
- package/styles/multi-select/bootstrap-dark.css +10 -1
- package/styles/multi-select/bootstrap.css +10 -1
- package/styles/multi-select/bootstrap4.css +11 -2
- package/styles/multi-select/bootstrap5-dark.css +1289 -0
- package/styles/multi-select/bootstrap5-dark.scss +1 -0
- package/styles/multi-select/bootstrap5.css +1289 -0
- package/styles/multi-select/bootstrap5.scss +1 -0
- package/styles/multi-select/fabric-dark.css +10 -1
- package/styles/multi-select/fabric.css +10 -1
- package/styles/multi-select/highcontrast-light.css +10 -1
- package/styles/multi-select/highcontrast.css +10 -1
- package/styles/multi-select/material-dark.css +605 -40
- package/styles/multi-select/material.css +7 -1
- package/styles/multi-select/tailwind-dark.css +13 -4
- package/styles/multi-select/tailwind.css +13 -4
- package/styles/tailwind-dark.css +30 -17
- package/styles/tailwind.css +25 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Dropdown Tree
|
|
6
|
+
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- `#I301222` - Provided support to display custom selected values template in the Dropdown Tree component.
|
|
10
|
+
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
- `#I342360`, `#I342351` - The issue with "The Dropdown Tree component is not rendered when providing an id that starts with an integer type" has been resolved.
|
|
14
|
+
|
|
15
|
+
## 19.2.62 (2021-09-14)
|
|
16
|
+
|
|
5
17
|
### DropDownList
|
|
6
18
|
|
|
7
19
|
#### Bug Fixes
|
|
8
20
|
|
|
9
|
-
- `#
|
|
21
|
+
- `#I341137` - Issue with "fixed grouping headers are not updated while scrolling the popup after set the grouping dynamically" has been resolved.
|
|
10
22
|
|
|
11
23
|
## 19.2.55 (2021-08-11)
|
|
12
24
|
|
|
@@ -1787,6 +1799,22 @@ DropDownList component contains a list of predefined values from which a single
|
|
|
1787
1799
|
- **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.
|
|
1788
1800
|
|
|
1789
1801
|
|
|
1802
|
+
## 19.2.59 (2021-08-31)
|
|
1803
|
+
|
|
1804
|
+
### MultiSelect
|
|
1805
|
+
|
|
1806
|
+
#### Bug Fixes
|
|
1807
|
+
|
|
1808
|
+
- `#F166649` - Issue with "previously selected chip value is changed while selecting the custom value from popup" has been resolved.
|
|
1809
|
+
|
|
1810
|
+
## 19.2.57 (2021-08-24)
|
|
1811
|
+
|
|
1812
|
+
### DropDownList
|
|
1813
|
+
|
|
1814
|
+
#### Bug Fixes
|
|
1815
|
+
|
|
1816
|
+
- `#I339171`, `#F165604` - Issue with "selected value is not updated to the react hook form controller" has been resolved.
|
|
1817
|
+
|
|
1790
1818
|
## 19.1.69 (2021-06-15)
|
|
1791
1819
|
|
|
1792
1820
|
### DropDownList
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-dropdowns.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.43
|
|
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-react-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-dropdowns@18.30.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-EJhsgyZ1/j/P/MoRYuabmp3m8Jvk6+QPKFrbONBSZ08q6+KIVYuD9TzT8zq0qKAGZS7IybzGtDA6PZJQSUrVog==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-dropdowns/-/ej2-react-dropdowns-18.30.0.tgz",
|
|
23
|
+
"_shasum": "dc6abf6c7d1d63c20cd4542c7fcc23fdd4d7cad7",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.43",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "19.3.43",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.3.43"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for React",
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
69
69
|
},
|
|
70
|
-
"version": "19.
|
|
70
|
+
"version": "19.3.43",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
.e-popup.e-ddl {
|
|
2
|
+
border-radius: 4px;
|
|
3
|
+
box-shadow: none;
|
|
4
|
+
margin-top: 3px;
|
|
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-dd-group .e-list-item {
|
|
49
|
+
padding-left: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-bigger .e-popup.e-ddl .e-input-group input,
|
|
53
|
+
.e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
54
|
+
font-size: 16px;
|
|
55
|
+
height: 36px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
59
|
+
min-height: 40px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
|
+
background: transparent;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
68
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
69
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
70
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
71
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
72
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
73
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
74
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
75
|
+
background: transparent;
|
|
76
|
+
color: #adb5bd;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
80
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
81
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
82
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
83
|
+
background: transparent;
|
|
84
|
+
color: #adb5bd;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
88
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
89
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
90
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
91
|
+
border: 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
95
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
96
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
97
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
98
|
+
box-shadow: none;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
102
|
+
background: transparent;
|
|
103
|
+
display: -ms-flexbox;
|
|
104
|
+
display: flex;
|
|
105
|
+
position: relative;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
109
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
110
|
+
background: #212529;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
114
|
+
font-size: 14px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
118
|
+
font-size: 16px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
122
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
123
|
+
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
124
|
+
font-size: 14px;
|
|
125
|
+
line-height: 34px;
|
|
126
|
+
padding-left: 0;
|
|
127
|
+
text-indent: 16px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
131
|
+
padding-left: 4px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
135
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
136
|
+
height: 30px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
140
|
+
min-height: 34px;
|
|
141
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark.scss';
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
.e-popup.e-ddl {
|
|
2
|
+
border-radius: 4px;
|
|
3
|
+
box-shadow: none;
|
|
4
|
+
margin-top: 3px;
|
|
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-dd-group .e-list-item {
|
|
49
|
+
padding-left: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.e-bigger .e-popup.e-ddl .e-input-group input,
|
|
53
|
+
.e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
54
|
+
font-size: 16px;
|
|
55
|
+
height: 36px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
59
|
+
min-height: 40px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
63
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
64
|
+
background: transparent;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
68
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
69
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
70
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
71
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
72
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
73
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
74
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
75
|
+
background: transparent;
|
|
76
|
+
color: #6c757d;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
80
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
81
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
82
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
83
|
+
background: transparent;
|
|
84
|
+
color: #6c757d;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
88
|
+
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
89
|
+
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
90
|
+
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
91
|
+
border: 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
95
|
+
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
96
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
97
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
98
|
+
box-shadow: none;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
102
|
+
background: transparent;
|
|
103
|
+
display: -ms-flexbox;
|
|
104
|
+
display: flex;
|
|
105
|
+
position: relative;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
109
|
+
.e-ddl.e-popup .e-filter-parent {
|
|
110
|
+
background: #fff;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
114
|
+
font-size: 14px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
118
|
+
font-size: 16px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
122
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
123
|
+
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
124
|
+
font-size: 14px;
|
|
125
|
+
line-height: 34px;
|
|
126
|
+
padding-left: 0;
|
|
127
|
+
text-indent: 16px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
131
|
+
padding-left: 4px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
135
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
136
|
+
height: 30px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
140
|
+
min-height: 34px;
|
|
141
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/auto-complete/bootstrap5.scss';
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
24
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
25
|
line-height: 48px;
|
|
26
|
+
text-indent: 20px;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -97,17 +98,14 @@
|
|
|
97
98
|
|
|
98
99
|
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
99
100
|
padding-left: 30px;
|
|
100
|
-
text-indent: 0;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
104
104
|
padding-left: 30px;
|
|
105
|
-
text-indent: 0;
|
|
106
105
|
}
|
|
107
106
|
|
|
108
107
|
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
109
108
|
padding-left: 30px;
|
|
110
|
-
text-indent: 0;
|
|
111
109
|
}
|
|
112
110
|
|
|
113
111
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
@@ -595,8 +593,10 @@
|
|
|
595
593
|
|
|
596
594
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
597
595
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
596
|
+
-webkit-appearance: initial;
|
|
598
597
|
border: 0;
|
|
599
598
|
height: 0;
|
|
599
|
+
padding: 0;
|
|
600
600
|
visibility: hidden;
|
|
601
601
|
width: 0;
|
|
602
602
|
}
|
|
@@ -1087,6 +1087,10 @@ ejs-dropdownlist {
|
|
|
1087
1087
|
padding: 0 14px 0 0;
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
|
+
.e-ddt-icon-hide {
|
|
1091
|
+
display: none;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1090
1094
|
.e-bigger .e-ddt .e-chips,
|
|
1091
1095
|
.e-ddt.e-bigger .e-chips {
|
|
1092
1096
|
height: 34px;
|
|
@@ -1571,7 +1575,10 @@ ejs-dropdownlist {
|
|
|
1571
1575
|
right: auto;
|
|
1572
1576
|
}
|
|
1573
1577
|
|
|
1574
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
1578
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1579
|
+
margin-top: -4em;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1575
1582
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1576
1583
|
margin-top: -4em;
|
|
1577
1584
|
}
|
|
@@ -1592,6 +1599,7 @@ ejs-dropdownlist {
|
|
|
1592
1599
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
1593
1600
|
background: none;
|
|
1594
1601
|
border: 0;
|
|
1602
|
+
color: inherit;
|
|
1595
1603
|
font-family: inherit;
|
|
1596
1604
|
font-size: 14px;
|
|
1597
1605
|
font-weight: 400;
|
|
@@ -1660,6 +1668,7 @@ ejs-dropdownlist {
|
|
|
1660
1668
|
|
|
1661
1669
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1662
1670
|
line-height: 36px;
|
|
1671
|
+
padding-left: 6px;
|
|
1663
1672
|
}
|
|
1664
1673
|
|
|
1665
1674
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -2028,6 +2037,10 @@ ejs-multiselect {
|
|
|
2028
2037
|
min-height: 40px;
|
|
2029
2038
|
}
|
|
2030
2039
|
|
|
2040
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
2041
|
+
color: inherit;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2031
2044
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2032
2045
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2033
2046
|
-ms-flex-align: normal;
|
package/styles/bootstrap.css
CHANGED
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
24
24
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
25
25
|
line-height: 48px;
|
|
26
|
+
text-indent: 20px;
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -97,17 +98,14 @@
|
|
|
97
98
|
|
|
98
99
|
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
99
100
|
padding-left: 30px;
|
|
100
|
-
text-indent: 0;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
104
104
|
padding-left: 30px;
|
|
105
|
-
text-indent: 0;
|
|
106
105
|
}
|
|
107
106
|
|
|
108
107
|
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
109
108
|
padding-left: 30px;
|
|
110
|
-
text-indent: 0;
|
|
111
109
|
}
|
|
112
110
|
|
|
113
111
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
@@ -595,8 +593,10 @@
|
|
|
595
593
|
|
|
596
594
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
597
595
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
596
|
+
-webkit-appearance: initial;
|
|
598
597
|
border: 0;
|
|
599
598
|
height: 0;
|
|
599
|
+
padding: 0;
|
|
600
600
|
visibility: hidden;
|
|
601
601
|
width: 0;
|
|
602
602
|
}
|
|
@@ -1088,6 +1088,10 @@ ejs-dropdownlist {
|
|
|
1088
1088
|
padding: 0 14px 0 0;
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
|
+
.e-ddt-icon-hide {
|
|
1092
|
+
display: none;
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1091
1095
|
.e-bigger .e-ddt .e-chips,
|
|
1092
1096
|
.e-ddt.e-bigger .e-chips {
|
|
1093
1097
|
height: 34px;
|
|
@@ -1570,7 +1574,10 @@ ejs-dropdownlist {
|
|
|
1570
1574
|
right: auto;
|
|
1571
1575
|
}
|
|
1572
1576
|
|
|
1573
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
1577
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1578
|
+
margin-top: -4em;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1574
1581
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1575
1582
|
margin-top: -4em;
|
|
1576
1583
|
}
|
|
@@ -1591,6 +1598,7 @@ ejs-dropdownlist {
|
|
|
1591
1598
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
1592
1599
|
background: none;
|
|
1593
1600
|
border: 0;
|
|
1601
|
+
color: inherit;
|
|
1594
1602
|
font-family: inherit;
|
|
1595
1603
|
font-size: 14px;
|
|
1596
1604
|
font-weight: 400;
|
|
@@ -1659,6 +1667,7 @@ ejs-dropdownlist {
|
|
|
1659
1667
|
|
|
1660
1668
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1661
1669
|
line-height: 36px;
|
|
1670
|
+
padding-left: 6px;
|
|
1662
1671
|
}
|
|
1663
1672
|
|
|
1664
1673
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -2027,6 +2036,10 @@ ejs-multiselect {
|
|
|
2027
2036
|
min-height: 40px;
|
|
2028
2037
|
}
|
|
2029
2038
|
|
|
2039
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
2040
|
+
color: inherit;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2030
2043
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2031
2044
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2032
2045
|
-ms-flex-align: normal;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
42
42
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
43
43
|
line-height: 48px;
|
|
44
|
+
text-indent: 20px;
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
|
|
@@ -115,17 +116,14 @@
|
|
|
115
116
|
|
|
116
117
|
.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
117
118
|
padding-left: 30px;
|
|
118
|
-
text-indent: 0;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
122
122
|
padding-left: 30px;
|
|
123
|
-
text-indent: 0;
|
|
124
123
|
}
|
|
125
124
|
|
|
126
125
|
.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
127
126
|
padding-left: 30px;
|
|
128
|
-
text-indent: 0;
|
|
129
127
|
}
|
|
130
128
|
|
|
131
129
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
|
|
@@ -546,19 +544,11 @@
|
|
|
546
544
|
font-size: 16px;
|
|
547
545
|
}
|
|
548
546
|
|
|
549
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
550
|
-
padding: 4px 0;
|
|
551
|
-
}
|
|
552
|
-
|
|
553
547
|
.e-bigger.e-ddl.e-popup .e-list-item,
|
|
554
548
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
555
549
|
font-size: 16px;
|
|
556
550
|
}
|
|
557
551
|
|
|
558
|
-
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
559
|
-
padding: 4px 0;
|
|
560
|
-
}
|
|
561
|
-
|
|
562
552
|
.e-popup-full-page {
|
|
563
553
|
bottom: 0;
|
|
564
554
|
left: 0;
|
|
@@ -622,14 +612,6 @@
|
|
|
622
612
|
padding: 0;
|
|
623
613
|
}
|
|
624
614
|
|
|
625
|
-
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
|
|
626
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter,
|
|
627
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
|
|
628
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
629
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
630
|
-
padding: 0 20px;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
615
|
.e-ddl.e-popup .e-input-group {
|
|
634
616
|
margin-bottom: 0;
|
|
635
617
|
}
|
|
@@ -641,8 +623,10 @@
|
|
|
641
623
|
|
|
642
624
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
643
625
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
626
|
+
-webkit-appearance: initial;
|
|
644
627
|
border: 0;
|
|
645
628
|
height: 0;
|
|
629
|
+
padding: 0;
|
|
646
630
|
visibility: hidden;
|
|
647
631
|
width: 0;
|
|
648
632
|
}
|
|
@@ -1136,6 +1120,10 @@ ejs-dropdownlist {
|
|
|
1136
1120
|
padding: 0 14px 0 0;
|
|
1137
1121
|
}
|
|
1138
1122
|
|
|
1123
|
+
.e-ddt-icon-hide {
|
|
1124
|
+
display: none;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1139
1127
|
.e-bigger .e-ddt .e-chips,
|
|
1140
1128
|
.e-ddt.e-bigger .e-chips {
|
|
1141
1129
|
height: 32px;
|
|
@@ -1724,7 +1712,10 @@ ejs-dropdownlist {
|
|
|
1724
1712
|
right: auto;
|
|
1725
1713
|
}
|
|
1726
1714
|
|
|
1727
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
1715
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1716
|
+
margin-top: -3.5em;
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1728
1719
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
1729
1720
|
margin-top: -3.5em;
|
|
1730
1721
|
}
|
|
@@ -1751,6 +1742,7 @@ ejs-dropdownlist {
|
|
|
1751
1742
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
1752
1743
|
background: none;
|
|
1753
1744
|
border: 0;
|
|
1745
|
+
color: inherit;
|
|
1754
1746
|
font-family: inherit;
|
|
1755
1747
|
font-size: 14px;
|
|
1756
1748
|
font-weight: 400;
|
|
@@ -1820,6 +1812,7 @@ ejs-dropdownlist {
|
|
|
1820
1812
|
|
|
1821
1813
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
1822
1814
|
line-height: 36px;
|
|
1815
|
+
padding-left: 6px;
|
|
1823
1816
|
}
|
|
1824
1817
|
|
|
1825
1818
|
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
@@ -2081,7 +2074,7 @@ ejs-dropdownlist {
|
|
|
2081
2074
|
|
|
2082
2075
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter,
|
|
2083
2076
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
2084
|
-
padding:
|
|
2077
|
+
padding: 0;
|
|
2085
2078
|
}
|
|
2086
2079
|
|
|
2087
2080
|
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
@@ -2200,6 +2193,10 @@ ejs-multiselect {
|
|
|
2200
2193
|
min-height: 40px;
|
|
2201
2194
|
}
|
|
2202
2195
|
|
|
2196
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
2197
|
+
color: inherit;
|
|
2198
|
+
}
|
|
2199
|
+
|
|
2203
2200
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
2204
2201
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
2205
2202
|
-ms-flex-align: normal;
|