@syncfusion/ej2-angular-dropdowns 20.4.43 → 20.4.48
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 +8 -8
- 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 +5 -2
- package/styles/bootstrap.css +5 -2
- package/styles/bootstrap4.css +5 -2
- package/styles/bootstrap5-dark.css +5 -2
- package/styles/bootstrap5.css +5 -2
- package/styles/drop-down-list/_layout.scss +3 -0
- package/styles/drop-down-list/bootstrap-dark.css +3 -0
- package/styles/drop-down-list/bootstrap.css +3 -0
- package/styles/drop-down-list/bootstrap4.css +3 -0
- package/styles/drop-down-list/bootstrap5-dark.css +3 -0
- package/styles/drop-down-list/bootstrap5.css +3 -0
- package/styles/drop-down-list/fabric-dark.css +3 -0
- package/styles/drop-down-list/fabric.css +3 -0
- package/styles/drop-down-list/fluent-dark.css +3 -0
- package/styles/drop-down-list/fluent.css +3 -0
- package/styles/drop-down-list/highcontrast-light.css +3 -0
- package/styles/drop-down-list/highcontrast.css +3 -0
- package/styles/drop-down-list/material-dark.css +3 -0
- package/styles/drop-down-list/material.css +3 -0
- package/styles/drop-down-list/tailwind-dark.css +3 -0
- package/styles/drop-down-list/tailwind.css +3 -0
- package/styles/fabric-dark.css +5 -2
- package/styles/fabric.css +5 -2
- package/styles/fluent-dark.css +5 -2
- package/styles/fluent.css +5 -2
- package/styles/highcontrast-light.css +5 -2
- package/styles/highcontrast.css +5 -2
- package/styles/material-dark.css +4 -1
- package/styles/material.css +4 -1
- package/styles/multi-select/_bootstrap-dark-definition.scss +1 -0
- package/styles/multi-select/_bootstrap-definition.scss +1 -0
- package/styles/multi-select/_bootstrap4-definition.scss +1 -0
- package/styles/multi-select/_bootstrap5-definition.scss +1 -0
- package/styles/multi-select/_fabric-dark-definition.scss +1 -0
- package/styles/multi-select/_fabric-definition.scss +1 -0
- package/styles/multi-select/_fluent-definition.scss +1 -0
- package/styles/multi-select/_fusionnew-definition.scss +1 -0
- package/styles/multi-select/_highcontrast-definition.scss +1 -0
- package/styles/multi-select/_highcontrast-light-definition.scss +1 -0
- package/styles/multi-select/_layout.scss +2 -2
- package/styles/multi-select/_material-dark-definition.scss +1 -0
- package/styles/multi-select/_material-definition.scss +1 -0
- package/styles/multi-select/_tailwind-definition.scss +1 -0
- package/styles/multi-select/bootstrap-dark.css +2 -2
- package/styles/multi-select/bootstrap.css +2 -2
- package/styles/multi-select/bootstrap4.css +2 -2
- package/styles/multi-select/bootstrap5-dark.css +2 -2
- package/styles/multi-select/bootstrap5.css +2 -2
- package/styles/multi-select/fabric-dark.css +2 -2
- package/styles/multi-select/fabric.css +2 -2
- package/styles/multi-select/fluent-dark.css +2 -2
- package/styles/multi-select/fluent.css +2 -2
- package/styles/multi-select/highcontrast-light.css +2 -2
- package/styles/multi-select/highcontrast.css +2 -2
- package/styles/multi-select/material-dark.css +1 -1
- package/styles/multi-select/material.css +1 -1
- package/styles/multi-select/tailwind-dark.css +2 -2
- package/styles/multi-select/tailwind.css +2 -2
- package/styles/tailwind-dark.css +5 -2
- package/styles/tailwind.css +5 -2
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-dropdowns@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-dropdowns@20.4.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-RO2lAUS/zsu7p5pTwWUcpUsp1HtDyvOsnPJSluSI9U/1IDNezs190QpQ2iCYgTSDgDiawIa0oEwGB72UEw+nAw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-20.4.43.tgz",
|
|
23
|
+
"_shasum": "75f25362270aa77e419623b03ad3515e648a9c3c",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.48",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.48",
|
|
36
|
+
"@syncfusion/ej2-dropdowns": "20.4.48",
|
|
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": "20.4.
|
|
80
|
+
"version": "20.4.48"
|
|
81
81
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
|
|
2
|
-
export declare const pkgVer = "^20.4.
|
|
2
|
+
export declare const pkgVer = "^20.4.43";
|
|
3
3
|
export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule";
|
|
4
|
-
export declare const themeVer = "~20.4.
|
|
4
|
+
export declare const themeVer = "~20.4.43";
|
|
@@ -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 = '^20.4.
|
|
4
|
+
exports.pkgVer = '^20.4.48';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.48';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^20.4.
|
|
2
|
+
export const pkgVer = '^20.4.48';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~20.4.
|
|
4
|
+
export const themeVer = '~20.4.48';
|
|
@@ -547,6 +547,9 @@
|
|
|
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
|
+
}
|
|
550
553
|
|
|
551
554
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
552
555
|
position: relative;
|
|
@@ -1526,8 +1529,8 @@ ejs-dropdownlist {
|
|
|
1526
1529
|
height: 32px;
|
|
1527
1530
|
min-height: 32px;
|
|
1528
1531
|
outline: none;
|
|
1529
|
-
padding: 0;
|
|
1530
|
-
text-indent:
|
|
1532
|
+
padding: 0 0 0 12px;
|
|
1533
|
+
text-indent: 0;
|
|
1531
1534
|
}
|
|
1532
1535
|
|
|
1533
1536
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/bootstrap.css
CHANGED
|
@@ -547,6 +547,9 @@
|
|
|
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
|
+
}
|
|
550
553
|
|
|
551
554
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
552
555
|
position: relative;
|
|
@@ -1525,8 +1528,8 @@ ejs-dropdownlist {
|
|
|
1525
1528
|
height: 32px;
|
|
1526
1529
|
min-height: 32px;
|
|
1527
1530
|
outline: none;
|
|
1528
|
-
padding: 0;
|
|
1529
|
-
text-indent:
|
|
1531
|
+
padding: 0 0 0 12px;
|
|
1532
|
+
text-indent: 0;
|
|
1530
1533
|
}
|
|
1531
1534
|
|
|
1532
1535
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -591,6 +591,9 @@
|
|
|
591
591
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
592
592
|
margin: 0;
|
|
593
593
|
}
|
|
594
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
595
|
+
position: fixed;
|
|
596
|
+
}
|
|
594
597
|
|
|
595
598
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
596
599
|
position: relative;
|
|
@@ -1674,8 +1677,8 @@ ejs-dropdownlist {
|
|
|
1674
1677
|
height: 29px;
|
|
1675
1678
|
min-height: 29px;
|
|
1676
1679
|
outline: none;
|
|
1677
|
-
padding: 0;
|
|
1678
|
-
text-indent:
|
|
1680
|
+
padding: 0 0 0 8px;
|
|
1681
|
+
text-indent: 0;
|
|
1679
1682
|
}
|
|
1680
1683
|
|
|
1681
1684
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -613,6 +613,9 @@
|
|
|
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
|
+
}
|
|
616
619
|
|
|
617
620
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
618
621
|
position: relative;
|
|
@@ -1674,8 +1677,8 @@ ejs-dropdownlist {
|
|
|
1674
1677
|
height: 30px;
|
|
1675
1678
|
min-height: 30px;
|
|
1676
1679
|
outline: none;
|
|
1677
|
-
padding: 0;
|
|
1678
|
-
text-indent:
|
|
1680
|
+
padding: 0 0 0 8px;
|
|
1681
|
+
text-indent: 0;
|
|
1679
1682
|
}
|
|
1680
1683
|
|
|
1681
1684
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -613,6 +613,9 @@
|
|
|
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
|
+
}
|
|
616
619
|
|
|
617
620
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
618
621
|
position: relative;
|
|
@@ -1674,8 +1677,8 @@ ejs-dropdownlist {
|
|
|
1674
1677
|
height: 30px;
|
|
1675
1678
|
min-height: 30px;
|
|
1676
1679
|
outline: none;
|
|
1677
|
-
padding: 0;
|
|
1678
|
-
text-indent:
|
|
1680
|
+
padding: 0 0 0 8px;
|
|
1681
|
+
text-indent: 0;
|
|
1679
1682
|
}
|
|
1680
1683
|
|
|
1681
1684
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -183,6 +183,9 @@
|
|
|
183
183
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
184
184
|
margin: 0;
|
|
185
185
|
}
|
|
186
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
187
|
+
position: fixed;
|
|
188
|
+
}
|
|
186
189
|
|
|
187
190
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
188
191
|
position: relative;
|
|
@@ -183,6 +183,9 @@
|
|
|
183
183
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
184
184
|
margin: 0;
|
|
185
185
|
}
|
|
186
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
187
|
+
position: fixed;
|
|
188
|
+
}
|
|
186
189
|
|
|
187
190
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
188
191
|
position: relative;
|
|
@@ -227,6 +227,9 @@
|
|
|
227
227
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
228
228
|
margin: 0;
|
|
229
229
|
}
|
|
230
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
231
|
+
position: fixed;
|
|
232
|
+
}
|
|
230
233
|
|
|
231
234
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
232
235
|
position: relative;
|
|
@@ -243,6 +243,9 @@
|
|
|
243
243
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
244
244
|
margin: 0;
|
|
245
245
|
}
|
|
246
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
247
|
+
position: fixed;
|
|
248
|
+
}
|
|
246
249
|
|
|
247
250
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
248
251
|
position: relative;
|
|
@@ -243,6 +243,9 @@
|
|
|
243
243
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
244
244
|
margin: 0;
|
|
245
245
|
}
|
|
246
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
247
|
+
position: fixed;
|
|
248
|
+
}
|
|
246
249
|
|
|
247
250
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
248
251
|
position: relative;
|
|
@@ -159,6 +159,9 @@
|
|
|
159
159
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
160
160
|
margin: 0;
|
|
161
161
|
}
|
|
162
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
163
|
+
position: fixed;
|
|
164
|
+
}
|
|
162
165
|
|
|
163
166
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
164
167
|
position: relative;
|
|
@@ -152,6 +152,9 @@
|
|
|
152
152
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
153
153
|
margin: 0;
|
|
154
154
|
}
|
|
155
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
156
|
+
position: fixed;
|
|
157
|
+
}
|
|
155
158
|
|
|
156
159
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
157
160
|
position: relative;
|
|
@@ -223,6 +223,9 @@
|
|
|
223
223
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
224
224
|
margin: 0;
|
|
225
225
|
}
|
|
226
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
227
|
+
position: fixed;
|
|
228
|
+
}
|
|
226
229
|
|
|
227
230
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
228
231
|
position: relative;
|
|
@@ -223,6 +223,9 @@
|
|
|
223
223
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
224
224
|
margin: 0;
|
|
225
225
|
}
|
|
226
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
227
|
+
position: fixed;
|
|
228
|
+
}
|
|
226
229
|
|
|
227
230
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
228
231
|
position: relative;
|
|
@@ -170,6 +170,9 @@
|
|
|
170
170
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
171
171
|
margin: 0;
|
|
172
172
|
}
|
|
173
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
174
|
+
position: fixed;
|
|
175
|
+
}
|
|
173
176
|
|
|
174
177
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
175
178
|
position: relative;
|
|
@@ -170,6 +170,9 @@
|
|
|
170
170
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
171
171
|
margin: 0;
|
|
172
172
|
}
|
|
173
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
174
|
+
position: fixed;
|
|
175
|
+
}
|
|
173
176
|
|
|
174
177
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
175
178
|
position: relative;
|
|
@@ -190,6 +190,9 @@
|
|
|
190
190
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
191
191
|
margin: 0;
|
|
192
192
|
}
|
|
193
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
194
|
+
position: fixed;
|
|
195
|
+
}
|
|
193
196
|
|
|
194
197
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
195
198
|
position: relative;
|
|
@@ -223,6 +223,9 @@
|
|
|
223
223
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
224
224
|
margin: 0;
|
|
225
225
|
}
|
|
226
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
227
|
+
position: fixed;
|
|
228
|
+
}
|
|
226
229
|
|
|
227
230
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
228
231
|
position: relative;
|
|
@@ -195,6 +195,9 @@
|
|
|
195
195
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
196
196
|
margin: 0;
|
|
197
197
|
}
|
|
198
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
199
|
+
position: fixed;
|
|
200
|
+
}
|
|
198
201
|
|
|
199
202
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
200
203
|
position: relative;
|
|
@@ -195,6 +195,9 @@
|
|
|
195
195
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
196
196
|
margin: 0;
|
|
197
197
|
}
|
|
198
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
199
|
+
position: fixed;
|
|
200
|
+
}
|
|
198
201
|
|
|
199
202
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
200
203
|
position: relative;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -523,6 +523,9 @@
|
|
|
523
523
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
524
524
|
margin: 0;
|
|
525
525
|
}
|
|
526
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
527
|
+
position: fixed;
|
|
528
|
+
}
|
|
526
529
|
|
|
527
530
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
528
531
|
position: relative;
|
|
@@ -1497,8 +1500,8 @@ ejs-dropdownlist {
|
|
|
1497
1500
|
height: 28px;
|
|
1498
1501
|
min-height: 28px;
|
|
1499
1502
|
outline: none;
|
|
1500
|
-
padding: 0;
|
|
1501
|
-
text-indent:
|
|
1503
|
+
padding: 0 0 0 10px;
|
|
1504
|
+
text-indent: 0;
|
|
1502
1505
|
}
|
|
1503
1506
|
|
|
1504
1507
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/fabric.css
CHANGED
|
@@ -516,6 +516,9 @@
|
|
|
516
516
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
517
517
|
margin: 0;
|
|
518
518
|
}
|
|
519
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
520
|
+
position: fixed;
|
|
521
|
+
}
|
|
519
522
|
|
|
520
523
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
521
524
|
position: relative;
|
|
@@ -1491,8 +1494,8 @@ ejs-dropdownlist {
|
|
|
1491
1494
|
height: 28px;
|
|
1492
1495
|
min-height: 28px;
|
|
1493
1496
|
outline: none;
|
|
1494
|
-
padding: 0;
|
|
1495
|
-
text-indent:
|
|
1497
|
+
padding: 0 0 0 10px;
|
|
1498
|
+
text-indent: 0;
|
|
1496
1499
|
}
|
|
1497
1500
|
|
|
1498
1501
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -609,6 +609,9 @@
|
|
|
609
609
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
610
610
|
margin: 0;
|
|
611
611
|
}
|
|
612
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
613
|
+
position: fixed;
|
|
614
|
+
}
|
|
612
615
|
|
|
613
616
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
614
617
|
position: relative;
|
|
@@ -1714,8 +1717,8 @@ ejs-dropdownlist {
|
|
|
1714
1717
|
height: 30px;
|
|
1715
1718
|
min-height: 30px;
|
|
1716
1719
|
outline: none;
|
|
1717
|
-
padding: 0;
|
|
1718
|
-
text-indent:
|
|
1720
|
+
padding: 0 0 0 8px;
|
|
1721
|
+
text-indent: 0;
|
|
1719
1722
|
}
|
|
1720
1723
|
|
|
1721
1724
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/fluent.css
CHANGED
|
@@ -609,6 +609,9 @@
|
|
|
609
609
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
610
610
|
margin: 0;
|
|
611
611
|
}
|
|
612
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
613
|
+
position: fixed;
|
|
614
|
+
}
|
|
612
615
|
|
|
613
616
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
614
617
|
position: relative;
|
|
@@ -1714,8 +1717,8 @@ ejs-dropdownlist {
|
|
|
1714
1717
|
height: 30px;
|
|
1715
1718
|
min-height: 30px;
|
|
1716
1719
|
outline: none;
|
|
1717
|
-
padding: 0;
|
|
1718
|
-
text-indent:
|
|
1720
|
+
padding: 0 0 0 8px;
|
|
1721
|
+
text-indent: 0;
|
|
1719
1722
|
}
|
|
1720
1723
|
|
|
1721
1724
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
@@ -534,6 +534,9 @@
|
|
|
534
534
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
535
535
|
margin: 0;
|
|
536
536
|
}
|
|
537
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
538
|
+
position: fixed;
|
|
539
|
+
}
|
|
537
540
|
|
|
538
541
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
539
542
|
position: relative;
|
|
@@ -1600,8 +1603,8 @@ ejs-dropdownlist {
|
|
|
1600
1603
|
height: 28px;
|
|
1601
1604
|
min-height: 28px;
|
|
1602
1605
|
outline: none;
|
|
1603
|
-
padding: 0;
|
|
1604
|
-
text-indent:
|
|
1606
|
+
padding: 0 0 0 10px;
|
|
1607
|
+
text-indent: 0;
|
|
1605
1608
|
}
|
|
1606
1609
|
|
|
1607
1610
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/highcontrast.css
CHANGED
|
@@ -534,6 +534,9 @@
|
|
|
534
534
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
535
535
|
margin: 0;
|
|
536
536
|
}
|
|
537
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
538
|
+
position: fixed;
|
|
539
|
+
}
|
|
537
540
|
|
|
538
541
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
539
542
|
position: relative;
|
|
@@ -1606,8 +1609,8 @@ ejs-dropdownlist {
|
|
|
1606
1609
|
height: 28px;
|
|
1607
1610
|
min-height: 28px;
|
|
1608
1611
|
outline: none;
|
|
1609
|
-
padding: 0;
|
|
1610
|
-
text-indent:
|
|
1612
|
+
padding: 0 0 0 10px;
|
|
1613
|
+
text-indent: 0;
|
|
1611
1614
|
}
|
|
1612
1615
|
|
|
1613
1616
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/material-dark.css
CHANGED
|
@@ -554,6 +554,9 @@
|
|
|
554
554
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
555
555
|
margin: 0;
|
|
556
556
|
}
|
|
557
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
558
|
+
position: fixed;
|
|
559
|
+
}
|
|
557
560
|
|
|
558
561
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
559
562
|
position: relative;
|
|
@@ -2394,7 +2397,7 @@ ejs-dropdownlist {
|
|
|
2394
2397
|
height: 28px;
|
|
2395
2398
|
min-height: 28px;
|
|
2396
2399
|
outline: none;
|
|
2397
|
-
padding: 0;
|
|
2400
|
+
padding: 4px 0 4px 0;
|
|
2398
2401
|
text-indent: 0;
|
|
2399
2402
|
}
|
|
2400
2403
|
|
package/styles/material.css
CHANGED
|
@@ -587,6 +587,9 @@
|
|
|
587
587
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
588
588
|
margin: 0;
|
|
589
589
|
}
|
|
590
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
591
|
+
position: fixed;
|
|
592
|
+
}
|
|
590
593
|
|
|
591
594
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
592
595
|
position: relative;
|
|
@@ -2451,7 +2454,7 @@ ejs-dropdownlist {
|
|
|
2451
2454
|
height: 28px;
|
|
2452
2455
|
min-height: 28px;
|
|
2453
2456
|
outline: none;
|
|
2454
|
-
padding: 0;
|
|
2457
|
+
padding: 4px 0 4px 0;
|
|
2455
2458
|
text-indent: 0;
|
|
2456
2459
|
}
|
|
2457
2460
|
|
|
@@ -88,6 +88,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
|
|
|
88
88
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
89
89
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
90
90
|
$ddl-input-text-indent: 6px !default;
|
|
91
|
+
$ddl-input-placeholder-padding: 0 0 0 12px !default;
|
|
91
92
|
$ddl-rtl-chip-sel-close-left: -10px !default;
|
|
92
93
|
$ddl-popup-active-focus-bg-color: $brand-primary !default;
|
|
93
94
|
$ddl-popup-active-focus-font-color: $brand-primary-font !default;
|
|
@@ -87,6 +87,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
|
|
|
87
87
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
88
88
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
89
89
|
$ddl-input-text-indent: 6px !default;
|
|
90
|
+
$ddl-input-placeholder-padding: 0 0 0 12px !default;
|
|
90
91
|
$ddl-rtl-chip-sel-close-left: -10px !default;
|
|
91
92
|
$ddl-popup-active-focus-bg-color: $brand-primary !default;
|
|
92
93
|
$ddl-popup-active-focus-font-color: $brand-primary-font !default;
|
|
@@ -90,6 +90,7 @@ $ddl-sel-chip-close-mobile-left: 17px !default;
|
|
|
90
90
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
91
91
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
92
92
|
$ddl-input-text-indent: 6px !default;
|
|
93
|
+
$ddl-input-placeholder-padding: 0 0 0 8px !default;
|
|
93
94
|
$ddl-rtl-chip-sel-close-left: -10px !default;
|
|
94
95
|
$ddl-popup-active-focus-bg-color: $primary !default;
|
|
95
96
|
$ddl-popup-active-focus-font-color: $primary-font !default;
|
|
@@ -75,6 +75,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
75
75
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
76
76
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
77
77
|
$ddl-input-text-indent: 8px !default;
|
|
78
|
+
$ddl-input-placeholder-padding: 0 0 0 8px !default;
|
|
78
79
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
79
80
|
$ddl-popup-active-focus-border-width: 0 !default;
|
|
80
81
|
$ddl-popup-active-focus-shadow-item: none !default;
|
|
@@ -86,6 +86,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
86
86
|
$ddl-chip-sel-mobile-close-height: 26px !default;
|
|
87
87
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
88
88
|
$ddl-input-text-indent: 10px !default;
|
|
89
|
+
$ddl-input-placeholder-padding: 0 0 0 10px !default;
|
|
89
90
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
90
91
|
$ddl-popup-active-focus-bg-color: $neutral-quintenary !default;
|
|
91
92
|
$ddl-popup-active-focus-font-color: $neutral-light-fontalt !default;
|
|
@@ -85,6 +85,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
85
85
|
$ddl-chip-sel-mobile-close-height: 26px !default;
|
|
86
86
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
87
87
|
$ddl-input-text-indent: 10px !default;
|
|
88
|
+
$ddl-input-placeholder-padding: 0 0 0 10px !default;
|
|
88
89
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
89
90
|
$ddl-popup-active-focus-bg-color: $theme-lighter !default;
|
|
90
91
|
$ddl-popup-active-focus-font-color: $neutral-light-font !default;
|
|
@@ -76,6 +76,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
76
76
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
77
77
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
78
78
|
$ddl-input-text-indent: 8px !default;
|
|
79
|
+
$ddl-input-placeholder-padding: 0 0 0 8px !default;
|
|
79
80
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
80
81
|
$ddl-popup-active-focus-border-width: 0 !default;
|
|
81
82
|
$ddl-popup-active-focus-shadow-item: none !default;
|
|
@@ -75,6 +75,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
75
75
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
76
76
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
77
77
|
$ddl-input-text-indent: 8px !default;
|
|
78
|
+
$ddl-input-placeholder-padding: 0 0 0 8px !default;
|
|
78
79
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
79
80
|
$ddl-popup-active-focus-border-width: 0 !default;
|
|
80
81
|
$ddl-popup-active-focus-shadow-item: none !default;
|
|
@@ -85,6 +85,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
85
85
|
$ddl-chip-sel-mobile-close-height: 26px !default;
|
|
86
86
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
87
87
|
$ddl-input-text-indent: 10px !default;
|
|
88
|
+
$ddl-input-placeholder-padding: 0 0 0 10px !default;
|
|
88
89
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
89
90
|
$ddl-popup-active-focus-bg-color: $selection-bg !default;
|
|
90
91
|
$ddl-popup-active-focus-font-color: $selection-font !default;
|
|
@@ -85,6 +85,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
85
85
|
$ddl-chip-sel-mobile-close-height: 26px !default;
|
|
86
86
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
87
87
|
$ddl-input-text-indent: 10px !default;
|
|
88
|
+
$ddl-input-placeholder-padding: 0 0 0 10px !default;
|
|
88
89
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
89
90
|
$ddl-popup-active-focus-bg-color: $selection-bg !default;
|
|
90
91
|
$ddl-popup-active-focus-font-color: $selection-font !default;
|
|
@@ -420,8 +420,8 @@
|
|
|
420
420
|
height: $ddl-input-height;
|
|
421
421
|
min-height: $ddl-input-height;
|
|
422
422
|
outline: none;
|
|
423
|
-
padding:
|
|
424
|
-
text-indent:
|
|
423
|
+
padding: $ddl-input-placeholder-padding;
|
|
424
|
+
text-indent: 0;
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type = 'text'] {
|
|
@@ -87,6 +87,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
87
87
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
88
88
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
89
89
|
$ddl-input-text-indent: 0 !default;
|
|
90
|
+
$ddl-input-placeholder-padding: 4px 0 4px 0 !default;
|
|
90
91
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
91
92
|
$ddl-popup-active-focus-bg-color: $grey-800 !default;
|
|
92
93
|
$ddl-popup-active-focus-font-color: $accent !default;
|
|
@@ -86,6 +86,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
86
86
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
87
87
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
88
88
|
$ddl-input-text-indent: 0 !default;
|
|
89
|
+
$ddl-input-placeholder-padding: 4px 0 4px 0 !default;
|
|
89
90
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
90
91
|
$ddl-popup-active-focus-bg-color: $grey-300 !default;
|
|
91
92
|
$ddl-popup-active-focus-font-color: $accent !default;
|
|
@@ -78,6 +78,7 @@ $ddl-sel-chip-close-mobile-left: 12px !default;
|
|
|
78
78
|
$ddl-chip-sel-mobile-close-height: 40px !default;
|
|
79
79
|
$ddl-chip-sel-mobile-close-margin: 0 0 0 0 !default;
|
|
80
80
|
$ddl-input-text-indent: 10px !default;
|
|
81
|
+
$ddl-input-placeholder-padding: 4px 0 4px 12px !default;
|
|
81
82
|
$ddl-rtl-chip-sel-close-left: -12px !default;
|
|
82
83
|
$ddl-popup-active-focus-border-width: 1px !default;
|
|
83
84
|
$ddl-popup-active-focus-shadow-item: none !default;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -639,6 +639,9 @@
|
|
|
639
639
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
640
640
|
margin: 0;
|
|
641
641
|
}
|
|
642
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
643
|
+
position: fixed;
|
|
644
|
+
}
|
|
642
645
|
|
|
643
646
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
644
647
|
position: relative;
|
|
@@ -1688,8 +1691,8 @@ ejs-dropdownlist {
|
|
|
1688
1691
|
height: 28px;
|
|
1689
1692
|
min-height: 28px;
|
|
1690
1693
|
outline: none;
|
|
1691
|
-
padding: 0;
|
|
1692
|
-
text-indent:
|
|
1694
|
+
padding: 4px 0 4px 12px;
|
|
1695
|
+
text-indent: 0;
|
|
1693
1696
|
}
|
|
1694
1697
|
|
|
1695
1698
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
package/styles/tailwind.css
CHANGED
|
@@ -639,6 +639,9 @@
|
|
|
639
639
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
640
640
|
margin: 0;
|
|
641
641
|
}
|
|
642
|
+
.e-popup-full-page .e-popup-full-page.e-ios {
|
|
643
|
+
position: fixed;
|
|
644
|
+
}
|
|
642
645
|
|
|
643
646
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon {
|
|
644
647
|
position: relative;
|
|
@@ -1688,8 +1691,8 @@ ejs-dropdownlist {
|
|
|
1688
1691
|
height: 28px;
|
|
1689
1692
|
min-height: 28px;
|
|
1690
1693
|
outline: none;
|
|
1691
|
-
padding: 0;
|
|
1692
|
-
text-indent:
|
|
1694
|
+
padding: 4px 0 4px 12px;
|
|
1695
|
+
text-indent: 0;
|
|
1693
1696
|
}
|
|
1694
1697
|
|
|
1695
1698
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|