@syncfusion/ej2-vue-dropdowns 20.4.42 → 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/CHANGELOG.md +22 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +15 -2
- package/styles/bootstrap.css +15 -2
- package/styles/bootstrap4.css +15 -2
- package/styles/bootstrap5-dark.css +18 -5
- package/styles/bootstrap5.css +18 -5
- 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 +15 -2
- package/styles/fabric.css +15 -2
- package/styles/fluent-dark.css +15 -2
- package/styles/fluent.css +15 -2
- package/styles/highcontrast-light.css +15 -2
- package/styles/highcontrast.css +15 -2
- package/styles/material-dark.css +14 -1
- package/styles/material.css +14 -1
- package/styles/multi-select/bootstrap-dark.css +12 -2
- package/styles/multi-select/bootstrap.css +12 -2
- package/styles/multi-select/bootstrap4.css +12 -2
- package/styles/multi-select/bootstrap5-dark.css +15 -5
- package/styles/multi-select/bootstrap5.css +15 -5
- package/styles/multi-select/fabric-dark.css +12 -2
- package/styles/multi-select/fabric.css +12 -2
- package/styles/multi-select/fluent-dark.css +12 -2
- package/styles/multi-select/fluent.css +12 -2
- package/styles/multi-select/highcontrast-light.css +12 -2
- package/styles/multi-select/highcontrast.css +12 -2
- package/styles/multi-select/material-dark.css +11 -1
- package/styles/multi-select/material.css +11 -1
- package/styles/multi-select/tailwind-dark.css +13 -3
- package/styles/multi-select/tailwind.css +13 -3
- package/styles/tailwind-dark.css +16 -3
- package/styles/tailwind.css +16 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@20.4.43",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-pxgXQ5cQ3zVl6LfQLuT3xbCqL1jyZwyyUPPpfEmPrR9OBRq4tTGwlChHHonPqbK37QdxQfxIGbJoT7wczk3ctw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-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-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.4.43.tgz",
|
|
23
|
+
"_shasum": "f14bf383e771fd23f0c1eb1aa993b7b73eb15341",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "20.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.48",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.4.48",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for Vue",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"scripts": {
|
|
62
62
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
63
63
|
},
|
|
64
|
-
"version": "20.4.
|
|
64
|
+
"version": "20.4.48",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -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] {
|
|
@@ -2188,6 +2191,16 @@ ejs-multiselect {
|
|
|
2188
2191
|
margin-right: 0;
|
|
2189
2192
|
}
|
|
2190
2193
|
|
|
2194
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2195
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2196
|
+
cursor: not-allowed;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2200
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2201
|
+
cursor: pointer;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2191
2204
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2192
2205
|
color: #f0f0f0;
|
|
2193
2206
|
}
|
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] {
|
|
@@ -2187,6 +2190,16 @@ ejs-multiselect {
|
|
|
2187
2190
|
margin-right: 0;
|
|
2188
2191
|
}
|
|
2189
2192
|
|
|
2193
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2194
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2195
|
+
cursor: not-allowed;
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2199
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2200
|
+
cursor: pointer;
|
|
2201
|
+
}
|
|
2202
|
+
|
|
2190
2203
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2191
2204
|
color: #333;
|
|
2192
2205
|
}
|
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] {
|
|
@@ -2350,6 +2353,16 @@ ejs-multiselect {
|
|
|
2350
2353
|
margin-right: 0;
|
|
2351
2354
|
}
|
|
2352
2355
|
|
|
2356
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2357
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2358
|
+
cursor: not-allowed;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2362
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2363
|
+
cursor: pointer;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2353
2366
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2354
2367
|
color: #fff;
|
|
2355
2368
|
}
|
|
@@ -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;
|
|
@@ -1630,7 +1633,7 @@ ejs-dropdownlist {
|
|
|
1630
1633
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1631
1634
|
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1632
1635
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1633
|
-
right:
|
|
1636
|
+
right: 30px;
|
|
1634
1637
|
}
|
|
1635
1638
|
|
|
1636
1639
|
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
@@ -1638,7 +1641,7 @@ ejs-dropdownlist {
|
|
|
1638
1641
|
}
|
|
1639
1642
|
|
|
1640
1643
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1641
|
-
left:
|
|
1644
|
+
left: 30px;
|
|
1642
1645
|
right: auto;
|
|
1643
1646
|
}
|
|
1644
1647
|
|
|
@@ -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] {
|
|
@@ -1847,7 +1850,7 @@ ejs-dropdownlist {
|
|
|
1847
1850
|
padding: 12px 4px;
|
|
1848
1851
|
}
|
|
1849
1852
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1850
|
-
left:
|
|
1853
|
+
left: 30px;
|
|
1851
1854
|
position: absolute;
|
|
1852
1855
|
right: auto;
|
|
1853
1856
|
left: 0;
|
|
@@ -2355,6 +2358,16 @@ ejs-multiselect {
|
|
|
2355
2358
|
margin-right: 0;
|
|
2356
2359
|
}
|
|
2357
2360
|
|
|
2361
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2362
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2363
|
+
cursor: not-allowed;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2367
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2368
|
+
cursor: pointer;
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2358
2371
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2359
2372
|
color: #fff;
|
|
2360
2373
|
}
|
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;
|
|
@@ -1630,7 +1633,7 @@ ejs-dropdownlist {
|
|
|
1630
1633
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1631
1634
|
.e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
1632
1635
|
.e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1633
|
-
right:
|
|
1636
|
+
right: 30px;
|
|
1634
1637
|
}
|
|
1635
1638
|
|
|
1636
1639
|
.e-bigger.e-small .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
@@ -1638,7 +1641,7 @@ ejs-dropdownlist {
|
|
|
1638
1641
|
}
|
|
1639
1642
|
|
|
1640
1643
|
.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
1641
|
-
left:
|
|
1644
|
+
left: 30px;
|
|
1642
1645
|
right: auto;
|
|
1643
1646
|
}
|
|
1644
1647
|
|
|
@@ -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] {
|
|
@@ -1847,7 +1850,7 @@ ejs-dropdownlist {
|
|
|
1847
1850
|
padding: 12px 4px;
|
|
1848
1851
|
}
|
|
1849
1852
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1850
|
-
left:
|
|
1853
|
+
left: 30px;
|
|
1851
1854
|
position: absolute;
|
|
1852
1855
|
right: auto;
|
|
1853
1856
|
left: 0;
|
|
@@ -2355,6 +2358,16 @@ ejs-multiselect {
|
|
|
2355
2358
|
margin-right: 0;
|
|
2356
2359
|
}
|
|
2357
2360
|
|
|
2361
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2362
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2363
|
+
cursor: not-allowed;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2367
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2368
|
+
cursor: pointer;
|
|
2369
|
+
}
|
|
2370
|
+
|
|
2358
2371
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2359
2372
|
color: #212529;
|
|
2360
2373
|
}
|
|
@@ -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] {
|
|
@@ -2167,6 +2170,16 @@ ejs-multiselect {
|
|
|
2167
2170
|
margin-right: 0;
|
|
2168
2171
|
}
|
|
2169
2172
|
|
|
2173
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2174
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2175
|
+
cursor: not-allowed;
|
|
2176
|
+
}
|
|
2177
|
+
|
|
2178
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2179
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2180
|
+
cursor: pointer;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2170
2183
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2171
2184
|
color: #fff;
|
|
2172
2185
|
}
|
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] {
|
|
@@ -2161,6 +2164,16 @@ ejs-multiselect {
|
|
|
2161
2164
|
margin-right: 0;
|
|
2162
2165
|
}
|
|
2163
2166
|
|
|
2167
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2168
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2169
|
+
cursor: not-allowed;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2173
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2174
|
+
cursor: pointer;
|
|
2175
|
+
}
|
|
2176
|
+
|
|
2164
2177
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2165
2178
|
color: #666;
|
|
2166
2179
|
}
|
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] {
|
|
@@ -2395,6 +2398,16 @@ ejs-multiselect {
|
|
|
2395
2398
|
margin-right: 0;
|
|
2396
2399
|
}
|
|
2397
2400
|
|
|
2401
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2402
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2403
|
+
cursor: not-allowed;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2407
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2408
|
+
cursor: pointer;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2398
2411
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2399
2412
|
color: #f3f2f1;
|
|
2400
2413
|
}
|
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] {
|
|
@@ -2395,6 +2398,16 @@ ejs-multiselect {
|
|
|
2395
2398
|
margin-right: 0;
|
|
2396
2399
|
}
|
|
2397
2400
|
|
|
2401
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2402
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2403
|
+
cursor: not-allowed;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2407
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2408
|
+
cursor: pointer;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2398
2411
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2399
2412
|
color: #201f1e;
|
|
2400
2413
|
}
|
|
@@ -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] {
|
|
@@ -2266,6 +2269,16 @@ ejs-multiselect {
|
|
|
2266
2269
|
margin-right: 0;
|
|
2267
2270
|
}
|
|
2268
2271
|
|
|
2272
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2273
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2274
|
+
cursor: not-allowed;
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2277
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2278
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2279
|
+
cursor: pointer;
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2269
2282
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2270
2283
|
color: #fff;
|
|
2271
2284
|
}
|
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] {
|
|
@@ -2272,6 +2275,16 @@ ejs-multiselect {
|
|
|
2272
2275
|
margin-right: 0;
|
|
2273
2276
|
}
|
|
2274
2277
|
|
|
2278
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons,
|
|
2279
|
+
.e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon {
|
|
2280
|
+
cursor: not-allowed;
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2283
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon,
|
|
2284
|
+
.e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib {
|
|
2285
|
+
cursor: pointer;
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2275
2288
|
.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
|
|
2276
2289
|
color: #000;
|
|
2277
2290
|
}
|