@syncfusion/ej2-angular-dropdowns 19.4.42 → 19.4.52
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 +30 -0
- package/dist/ej2-angular-dropdowns.umd.js +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +1 -1
- 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 +18 -4
- package/styles/bootstrap.css +18 -4
- package/styles/bootstrap4.css +18 -4
- package/styles/bootstrap5-dark.css +18 -4
- package/styles/bootstrap5.css +18 -4
- package/styles/fabric-dark.css +18 -4
- package/styles/fabric.css +18 -4
- package/styles/highcontrast-light.css +18 -4
- package/styles/highcontrast.css +18 -4
- package/styles/list-box/bootstrap-dark.css +10 -0
- package/styles/list-box/bootstrap.css +10 -0
- package/styles/list-box/bootstrap4.css +10 -0
- package/styles/list-box/bootstrap5-dark.css +10 -0
- package/styles/list-box/bootstrap5.css +10 -0
- package/styles/list-box/fabric-dark.css +10 -0
- package/styles/list-box/fabric.css +10 -0
- package/styles/list-box/highcontrast-light.css +10 -0
- package/styles/list-box/highcontrast.css +10 -0
- package/styles/list-box/material-dark.css +10 -0
- package/styles/list-box/material.css +10 -0
- package/styles/list-box/tailwind-dark.css +10 -0
- package/styles/list-box/tailwind.css +10 -0
- package/styles/material-dark.css +18 -4
- package/styles/material.css +18 -4
- package/styles/multi-select/bootstrap-dark.css +8 -4
- package/styles/multi-select/bootstrap.css +8 -4
- package/styles/multi-select/bootstrap4.css +8 -4
- package/styles/multi-select/bootstrap5-dark.css +8 -4
- package/styles/multi-select/bootstrap5.css +8 -4
- package/styles/multi-select/fabric-dark.css +8 -4
- package/styles/multi-select/fabric.css +8 -4
- package/styles/multi-select/highcontrast-light.css +8 -4
- package/styles/multi-select/highcontrast.css +8 -4
- package/styles/multi-select/material-dark.css +8 -4
- package/styles/multi-select/material.css +8 -4
- package/styles/multi-select/tailwind-dark.css +8 -4
- package/styles/multi-select/tailwind.css +8 -4
- package/styles/tailwind-dark.css +18 -4
- package/styles/tailwind.css +18 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,36 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#FB31983` - Issue with "empty popup shows while rendering the component with item template and change the query dynamically" has been resolved.
|
|
10
|
+
- `#I362683` - Issue with "exception throws while routing the page before remote data fetched" has been resolved.
|
|
11
|
+
|
|
12
|
+
## 19.4.50 (2022-02-08)
|
|
13
|
+
|
|
14
|
+
### ListBox
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I330291` - Issue with Duplicate items not removed properly using remove items method has been resolved.
|
|
19
|
+
|
|
20
|
+
### DropDownList
|
|
21
|
+
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- `#I357666` - Issue with "value is not updated dynamically when its not present in the popup" has been resolved.
|
|
25
|
+
|
|
26
|
+
### MultiSelect
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
- `#I360056` - Issue with "empty header is created while typing the custom value in the input" has been resolved.
|
|
31
|
+
- `#F171320` - Issue with "DOM nodes are not destroyed properly inside the dialog while performing close action on the dialog" has been resolved.
|
|
32
|
+
|
|
33
|
+
## 19.4.42 (2022-01-11)
|
|
34
|
+
|
|
35
|
+
### MultiSelect
|
|
36
|
+
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
9
39
|
- `#FB31100` - Issue with "popup is not opened while changing the `popupHeight` dynamically in the `beforeOpen` event" has been resolved.
|
|
10
40
|
|
|
11
41
|
## 19.3.56 (2021-12-02)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.52
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.52
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-dropdowns@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-dropdowns@19.4.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-RbIW8v2oqL7F8FYQcJyftppwrUNNRVDISo04x2IESM+C7z6wsEdiBqMK8TasLkAQG2Bt/ucg3kezvllmjYxTig==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-19.4.50.tgz",
|
|
23
|
+
"_shasum": "68cf8113100efb3ebf032767246718fcaf8f46b7",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-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-angular-base": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "19.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~19.4.52",
|
|
35
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
36
|
+
"@syncfusion/ej2-dropdowns": "19.4.52"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for Angular",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "ej2-angular-dropdowns.d.ts",
|
|
75
|
-
"version": "19.4.
|
|
75
|
+
"version": "19.4.52"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-dropdowns";
|
|
2
|
-
export declare const pkgVer = "^19.4.
|
|
2
|
+
export declare const pkgVer = "^19.4.50";
|
|
3
3
|
export declare const moduleName = "DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule";
|
|
4
|
-
export declare const themeVer = "~19.4.
|
|
4
|
+
export declare const themeVer = "~19.4.50";
|
|
@@ -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 = '^19.4.
|
|
4
|
+
exports.pkgVer = '^19.4.50';
|
|
5
5
|
exports.moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
|
|
6
|
-
exports.themeVer = '~19.4.
|
|
6
|
+
exports.themeVer = '~19.4.50';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^19.4.
|
|
2
|
+
export const pkgVer = '^19.4.50';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule';
|
|
4
|
-
export const themeVer = '~19.4.
|
|
4
|
+
export const themeVer = '~19.4.50';
|
|
@@ -1339,11 +1339,13 @@ ejs-dropdownlist {
|
|
|
1339
1339
|
padding: 13px 0 13px 0;
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1342
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1343
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1343
1344
|
width: 0;
|
|
1344
1345
|
}
|
|
1345
1346
|
|
|
1346
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1347
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1348
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1347
1349
|
height: 1px;
|
|
1348
1350
|
min-height: 1px;
|
|
1349
1351
|
}
|
|
@@ -1471,7 +1473,8 @@ ejs-dropdownlist {
|
|
|
1471
1473
|
word-wrap: initial;
|
|
1472
1474
|
}
|
|
1473
1475
|
|
|
1474
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1476
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1477
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1475
1478
|
top: 17px;
|
|
1476
1479
|
}
|
|
1477
1480
|
|
|
@@ -1671,7 +1674,8 @@ ejs-dropdownlist {
|
|
|
1671
1674
|
padding-left: 6px;
|
|
1672
1675
|
}
|
|
1673
1676
|
|
|
1674
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1677
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1678
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1675
1679
|
display: none;
|
|
1676
1680
|
}
|
|
1677
1681
|
|
|
@@ -3056,6 +3060,16 @@ ejs-listbox {
|
|
|
3056
3060
|
height: calc(100% - 52px);
|
|
3057
3061
|
}
|
|
3058
3062
|
|
|
3063
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3064
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3065
|
+
height: calc(100% - 40px);
|
|
3066
|
+
}
|
|
3067
|
+
|
|
3068
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3069
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3070
|
+
height: calc(100% - 92px);
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3059
3073
|
.e-listbox-wrapper .e-icons,
|
|
3060
3074
|
.e-listbox-container .e-icons {
|
|
3061
3075
|
color: #f0f0f0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1338,11 +1338,13 @@ ejs-dropdownlist {
|
|
|
1338
1338
|
padding: 13px 0 13px 0;
|
|
1339
1339
|
}
|
|
1340
1340
|
|
|
1341
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1341
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1342
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1342
1343
|
width: 0;
|
|
1343
1344
|
}
|
|
1344
1345
|
|
|
1345
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1346
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1347
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1346
1348
|
height: 1px;
|
|
1347
1349
|
min-height: 1px;
|
|
1348
1350
|
}
|
|
@@ -1470,7 +1472,8 @@ ejs-dropdownlist {
|
|
|
1470
1472
|
word-wrap: initial;
|
|
1471
1473
|
}
|
|
1472
1474
|
|
|
1473
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1475
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1476
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1474
1477
|
top: 16px;
|
|
1475
1478
|
}
|
|
1476
1479
|
|
|
@@ -1670,7 +1673,8 @@ ejs-dropdownlist {
|
|
|
1670
1673
|
padding-left: 6px;
|
|
1671
1674
|
}
|
|
1672
1675
|
|
|
1673
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1676
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1677
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1674
1678
|
display: none;
|
|
1675
1679
|
}
|
|
1676
1680
|
|
|
@@ -3055,6 +3059,16 @@ ejs-listbox {
|
|
|
3055
3059
|
height: calc(100% - 52px);
|
|
3056
3060
|
}
|
|
3057
3061
|
|
|
3062
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3063
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3064
|
+
height: calc(100% - 40px);
|
|
3065
|
+
}
|
|
3066
|
+
|
|
3067
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3068
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3069
|
+
height: calc(100% - 92px);
|
|
3070
|
+
}
|
|
3071
|
+
|
|
3058
3072
|
.e-listbox-wrapper .e-icons,
|
|
3059
3073
|
.e-listbox-container .e-icons {
|
|
3060
3074
|
color: rgba(0, 0, 0, 0.75);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1475,11 +1475,13 @@ ejs-dropdownlist {
|
|
|
1475
1475
|
padding: 13px 0 13px 0;
|
|
1476
1476
|
}
|
|
1477
1477
|
|
|
1478
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1478
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1479
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1479
1480
|
width: 0;
|
|
1480
1481
|
}
|
|
1481
1482
|
|
|
1482
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1483
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1484
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1483
1485
|
height: 1px;
|
|
1484
1486
|
min-height: 1px;
|
|
1485
1487
|
}
|
|
@@ -1609,7 +1611,8 @@ ejs-dropdownlist {
|
|
|
1609
1611
|
word-wrap: initial;
|
|
1610
1612
|
}
|
|
1611
1613
|
|
|
1612
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1614
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1615
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1613
1616
|
top: 15px;
|
|
1614
1617
|
}
|
|
1615
1618
|
|
|
@@ -1824,7 +1827,8 @@ ejs-dropdownlist {
|
|
|
1824
1827
|
padding-left: 12px;
|
|
1825
1828
|
}
|
|
1826
1829
|
|
|
1827
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1830
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1831
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1828
1832
|
display: none;
|
|
1829
1833
|
}
|
|
1830
1834
|
|
|
@@ -3288,6 +3292,16 @@ ejs-listbox {
|
|
|
3288
3292
|
height: calc(100% - 39px);
|
|
3289
3293
|
}
|
|
3290
3294
|
|
|
3295
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3296
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3297
|
+
height: calc(100% - 40px);
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3301
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3302
|
+
height: calc(100% - 79px);
|
|
3303
|
+
}
|
|
3304
|
+
|
|
3291
3305
|
.e-listbox-wrapper .e-icons,
|
|
3292
3306
|
.e-listbox-container .e-icons {
|
|
3293
3307
|
color: #212529;
|
|
@@ -1445,11 +1445,13 @@ ejs-dropdownlist {
|
|
|
1445
1445
|
padding: 12px 4px 11px 0;
|
|
1446
1446
|
}
|
|
1447
1447
|
|
|
1448
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1448
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1449
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1449
1450
|
width: 0;
|
|
1450
1451
|
}
|
|
1451
1452
|
|
|
1452
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1453
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1454
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1453
1455
|
height: 1px;
|
|
1454
1456
|
min-height: 1px;
|
|
1455
1457
|
}
|
|
@@ -1579,7 +1581,8 @@ ejs-dropdownlist {
|
|
|
1579
1581
|
word-wrap: initial;
|
|
1580
1582
|
}
|
|
1581
1583
|
|
|
1582
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1584
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1585
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1583
1586
|
top: 15px;
|
|
1584
1587
|
}
|
|
1585
1588
|
|
|
@@ -1789,7 +1792,8 @@ ejs-dropdownlist {
|
|
|
1789
1792
|
padding-left: 0;
|
|
1790
1793
|
}
|
|
1791
1794
|
|
|
1792
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1795
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1796
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1793
1797
|
display: none;
|
|
1794
1798
|
}
|
|
1795
1799
|
|
|
@@ -3173,6 +3177,16 @@ ejs-listbox {
|
|
|
3173
3177
|
height: calc(100% - 47px);
|
|
3174
3178
|
}
|
|
3175
3179
|
|
|
3180
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3181
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3182
|
+
height: calc(100% - 36px);
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3186
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3187
|
+
height: calc(100% - 86px);
|
|
3188
|
+
}
|
|
3189
|
+
|
|
3176
3190
|
.e-listbox-wrapper .e-list-item,
|
|
3177
3191
|
.e-listbox-container .e-list-item {
|
|
3178
3192
|
background-color: transparent;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1445,11 +1445,13 @@ ejs-dropdownlist {
|
|
|
1445
1445
|
padding: 12px 4px 11px 0;
|
|
1446
1446
|
}
|
|
1447
1447
|
|
|
1448
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1448
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1449
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1449
1450
|
width: 0;
|
|
1450
1451
|
}
|
|
1451
1452
|
|
|
1452
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1453
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1454
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1453
1455
|
height: 1px;
|
|
1454
1456
|
min-height: 1px;
|
|
1455
1457
|
}
|
|
@@ -1579,7 +1581,8 @@ ejs-dropdownlist {
|
|
|
1579
1581
|
word-wrap: initial;
|
|
1580
1582
|
}
|
|
1581
1583
|
|
|
1582
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1584
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1585
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1583
1586
|
top: 15px;
|
|
1584
1587
|
}
|
|
1585
1588
|
|
|
@@ -1789,7 +1792,8 @@ ejs-dropdownlist {
|
|
|
1789
1792
|
padding-left: 0;
|
|
1790
1793
|
}
|
|
1791
1794
|
|
|
1792
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1795
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1796
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1793
1797
|
display: none;
|
|
1794
1798
|
}
|
|
1795
1799
|
|
|
@@ -3173,6 +3177,16 @@ ejs-listbox {
|
|
|
3173
3177
|
height: calc(100% - 47px);
|
|
3174
3178
|
}
|
|
3175
3179
|
|
|
3180
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3181
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3182
|
+
height: calc(100% - 36px);
|
|
3183
|
+
}
|
|
3184
|
+
|
|
3185
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3186
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3187
|
+
height: calc(100% - 86px);
|
|
3188
|
+
}
|
|
3189
|
+
|
|
3176
3190
|
.e-listbox-wrapper .e-list-item,
|
|
3177
3191
|
.e-listbox-container .e-list-item {
|
|
3178
3192
|
background-color: transparent;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1306,11 +1306,13 @@ ejs-dropdownlist {
|
|
|
1306
1306
|
padding: 9px 0;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1309
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1310
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1310
1311
|
width: 0;
|
|
1311
1312
|
}
|
|
1312
1313
|
|
|
1313
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1314
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1315
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1314
1316
|
height: 1px;
|
|
1315
1317
|
min-height: 1px;
|
|
1316
1318
|
}
|
|
@@ -1440,7 +1442,8 @@ ejs-dropdownlist {
|
|
|
1440
1442
|
word-wrap: initial;
|
|
1441
1443
|
}
|
|
1442
1444
|
|
|
1443
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1445
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1446
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1444
1447
|
top: 15px;
|
|
1445
1448
|
}
|
|
1446
1449
|
|
|
@@ -1640,7 +1643,8 @@ ejs-dropdownlist {
|
|
|
1640
1643
|
padding-left: 10px;
|
|
1641
1644
|
}
|
|
1642
1645
|
|
|
1643
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1646
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1647
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1644
1648
|
display: none;
|
|
1645
1649
|
}
|
|
1646
1650
|
|
|
@@ -3033,6 +3037,16 @@ ejs-listbox {
|
|
|
3033
3037
|
height: calc(100% - 51px);
|
|
3034
3038
|
}
|
|
3035
3039
|
|
|
3040
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3041
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3042
|
+
height: calc(100% - 36px);
|
|
3043
|
+
}
|
|
3044
|
+
|
|
3045
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3046
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3047
|
+
height: calc(100% - 87px);
|
|
3048
|
+
}
|
|
3049
|
+
|
|
3036
3050
|
.e-listbox-wrapper .e-icons,
|
|
3037
3051
|
.e-listbox-container .e-icons {
|
|
3038
3052
|
color: #dadada;
|
package/styles/fabric.css
CHANGED
|
@@ -1300,11 +1300,13 @@ ejs-dropdownlist {
|
|
|
1300
1300
|
padding: 9px 0;
|
|
1301
1301
|
}
|
|
1302
1302
|
|
|
1303
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1303
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1304
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1304
1305
|
width: 0;
|
|
1305
1306
|
}
|
|
1306
1307
|
|
|
1307
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1308
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1309
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1308
1310
|
height: 1px;
|
|
1309
1311
|
min-height: 1px;
|
|
1310
1312
|
}
|
|
@@ -1434,7 +1436,8 @@ ejs-dropdownlist {
|
|
|
1434
1436
|
word-wrap: initial;
|
|
1435
1437
|
}
|
|
1436
1438
|
|
|
1437
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1439
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1440
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1438
1441
|
top: 15px;
|
|
1439
1442
|
}
|
|
1440
1443
|
|
|
@@ -1634,7 +1637,8 @@ ejs-dropdownlist {
|
|
|
1634
1637
|
padding-left: 10px;
|
|
1635
1638
|
}
|
|
1636
1639
|
|
|
1637
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1640
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1641
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1638
1642
|
display: none;
|
|
1639
1643
|
}
|
|
1640
1644
|
|
|
@@ -3027,6 +3031,16 @@ ejs-listbox {
|
|
|
3027
3031
|
height: calc(100% - 51px);
|
|
3028
3032
|
}
|
|
3029
3033
|
|
|
3034
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3035
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3036
|
+
height: calc(100% - 36px);
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3040
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3041
|
+
height: calc(100% - 87px);
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3030
3044
|
.e-listbox-wrapper .e-icons,
|
|
3031
3045
|
.e-listbox-container .e-icons {
|
|
3032
3046
|
color: #333;
|
|
@@ -1434,11 +1434,13 @@ ejs-dropdownlist {
|
|
|
1434
1434
|
padding: 9px 0;
|
|
1435
1435
|
}
|
|
1436
1436
|
|
|
1437
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1437
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1438
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1438
1439
|
width: 0;
|
|
1439
1440
|
}
|
|
1440
1441
|
|
|
1441
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1442
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1443
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1442
1444
|
height: 1px;
|
|
1443
1445
|
min-height: 1px;
|
|
1444
1446
|
}
|
|
@@ -1568,7 +1570,8 @@ ejs-dropdownlist {
|
|
|
1568
1570
|
word-wrap: initial;
|
|
1569
1571
|
}
|
|
1570
1572
|
|
|
1571
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1573
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1574
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1572
1575
|
top: 15px;
|
|
1573
1576
|
}
|
|
1574
1577
|
|
|
@@ -1778,7 +1781,8 @@ ejs-dropdownlist {
|
|
|
1778
1781
|
padding-left: 10px;
|
|
1779
1782
|
}
|
|
1780
1783
|
|
|
1781
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1784
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1785
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1782
1786
|
display: none;
|
|
1783
1787
|
}
|
|
1784
1788
|
|
|
@@ -3175,6 +3179,16 @@ ejs-listbox {
|
|
|
3175
3179
|
height: calc(100% - 51px);
|
|
3176
3180
|
}
|
|
3177
3181
|
|
|
3182
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3183
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3184
|
+
height: calc(100% - 36px);
|
|
3185
|
+
}
|
|
3186
|
+
|
|
3187
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3188
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3189
|
+
height: calc(100% - 87px);
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3178
3192
|
.e-listbox-wrapper .e-icons,
|
|
3179
3193
|
.e-listbox-container .e-icons {
|
|
3180
3194
|
color: #000;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1441,11 +1441,13 @@ ejs-dropdownlist {
|
|
|
1441
1441
|
padding: 9px 0;
|
|
1442
1442
|
}
|
|
1443
1443
|
|
|
1444
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box)
|
|
1444
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1445
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1445
1446
|
width: 0;
|
|
1446
1447
|
}
|
|
1447
1448
|
|
|
1448
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text']
|
|
1449
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'],
|
|
1450
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1449
1451
|
height: 1px;
|
|
1450
1452
|
min-height: 1px;
|
|
1451
1453
|
}
|
|
@@ -1575,7 +1577,8 @@ ejs-dropdownlist {
|
|
|
1575
1577
|
word-wrap: initial;
|
|
1576
1578
|
}
|
|
1577
1579
|
|
|
1578
|
-
.e-multiselect.e-input-group .e-searcher .e-label-top
|
|
1580
|
+
.e-multiselect.e-input-group .e-searcher .e-label-top,
|
|
1581
|
+
.e-multiselect.e-input-group .e-multi-searcher .e-label-top {
|
|
1579
1582
|
top: 15px;
|
|
1580
1583
|
}
|
|
1581
1584
|
|
|
@@ -1785,7 +1788,8 @@ ejs-dropdownlist {
|
|
|
1785
1788
|
padding-left: 10px;
|
|
1786
1789
|
}
|
|
1787
1790
|
|
|
1788
|
-
.e-multi-select-list-wrapper .e-hide-listitem
|
|
1791
|
+
.e-multi-select-list-wrapper .e-hide-listitem,
|
|
1792
|
+
.e-multi-select-list-wrapper .e-hide-group-header {
|
|
1789
1793
|
display: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
@@ -3182,6 +3186,16 @@ ejs-listbox {
|
|
|
3182
3186
|
height: calc(100% - 51px);
|
|
3183
3187
|
}
|
|
3184
3188
|
|
|
3189
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3190
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3191
|
+
height: calc(100% - 36px);
|
|
3192
|
+
}
|
|
3193
|
+
|
|
3194
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3195
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3196
|
+
height: calc(100% - 87px);
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3185
3199
|
.e-listbox-wrapper .e-icons,
|
|
3186
3200
|
.e-listbox-container .e-icons {
|
|
3187
3201
|
color: #fff;
|
|
@@ -608,6 +608,16 @@ ejs-listbox {
|
|
|
608
608
|
height: calc(100% - 52px);
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
612
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
613
|
+
height: calc(100% - 40px);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
617
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
618
|
+
height: calc(100% - 92px);
|
|
619
|
+
}
|
|
620
|
+
|
|
611
621
|
.e-listbox-wrapper .e-icons,
|
|
612
622
|
.e-listbox-container .e-icons {
|
|
613
623
|
color: #f0f0f0;
|
|
@@ -608,6 +608,16 @@ ejs-listbox {
|
|
|
608
608
|
height: calc(100% - 52px);
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
612
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
613
|
+
height: calc(100% - 40px);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
617
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
618
|
+
height: calc(100% - 92px);
|
|
619
|
+
}
|
|
620
|
+
|
|
611
621
|
.e-listbox-wrapper .e-icons,
|
|
612
622
|
.e-listbox-container .e-icons {
|
|
613
623
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -675,6 +675,16 @@ ejs-listbox {
|
|
|
675
675
|
height: calc(100% - 39px);
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
679
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
680
|
+
height: calc(100% - 40px);
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
684
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
685
|
+
height: calc(100% - 79px);
|
|
686
|
+
}
|
|
687
|
+
|
|
678
688
|
.e-listbox-wrapper .e-icons,
|
|
679
689
|
.e-listbox-container .e-icons {
|
|
680
690
|
color: #212529;
|
|
@@ -634,6 +634,16 @@ ejs-listbox {
|
|
|
634
634
|
height: calc(100% - 47px);
|
|
635
635
|
}
|
|
636
636
|
|
|
637
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
638
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
639
|
+
height: calc(100% - 36px);
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
643
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
644
|
+
height: calc(100% - 86px);
|
|
645
|
+
}
|
|
646
|
+
|
|
637
647
|
.e-listbox-wrapper .e-list-item,
|
|
638
648
|
.e-listbox-container .e-list-item {
|
|
639
649
|
background-color: transparent;
|