@syncfusion/ej2-vue-dropdowns 19.4.38 → 19.4.47
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 +8 -0
- package/README.md +1 -1
- package/dist/ej2-vue-dropdowns.umd.min.js +9 -0
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -0
- package/styles/bootstrap5.css +15 -0
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- 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 +15 -0
- package/styles/material.css +15 -0
- package/styles/multi-select/bootstrap-dark.css +5 -0
- package/styles/multi-select/bootstrap.css +5 -0
- package/styles/multi-select/bootstrap4.css +5 -0
- package/styles/multi-select/bootstrap5-dark.css +5 -0
- package/styles/multi-select/bootstrap5.css +5 -0
- package/styles/multi-select/fabric-dark.css +5 -0
- package/styles/multi-select/fabric.css +5 -0
- package/styles/multi-select/highcontrast-light.css +5 -0
- package/styles/multi-select/highcontrast.css +5 -0
- package/styles/multi-select/material-dark.css +5 -0
- package/styles/multi-select/material.css +5 -0
- package/styles/multi-select/tailwind-dark.css +5 -0
- package/styles/multi-select/tailwind.css +5 -0
- package/styles/tailwind-dark.css +15 -0
- package/styles/tailwind.css +15 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@19.4.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-+V4fFs/5oZNIxTQtxUYERr8dtiziIXFlI3GuBTucdOFnBjSGf1WVNgMykWqzHSNyn5mSwAGbElaaMOvX46mfig==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-19.4.42.tgz",
|
|
23
|
+
"_shasum": "95fd349385600ef04d8a0c516b7263c8d7589789",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "19.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.42",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "19.4.47",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.47"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 DropDown Components for Vue",
|
|
@@ -67,6 +67,6 @@
|
|
|
67
67
|
"type": "git",
|
|
68
68
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
69
69
|
},
|
|
70
|
-
"version": "19.4.
|
|
70
|
+
"version": "19.4.47",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -2454,6 +2454,11 @@ ejs-multiselect {
|
|
|
2454
2454
|
font-size: 10px;
|
|
2455
2455
|
}
|
|
2456
2456
|
|
|
2457
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2458
|
+
-webkit-text-fill-color: #9c9c9c;
|
|
2459
|
+
color: #9c9c9c;
|
|
2460
|
+
}
|
|
2461
|
+
|
|
2457
2462
|
.e-listbox-tool .e-moveup::before {
|
|
2458
2463
|
content: '\e651';
|
|
2459
2464
|
}
|
|
@@ -3051,6 +3056,16 @@ ejs-listbox {
|
|
|
3051
3056
|
height: calc(100% - 52px);
|
|
3052
3057
|
}
|
|
3053
3058
|
|
|
3059
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3060
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3061
|
+
height: calc(100% - 40px);
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3065
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3066
|
+
height: calc(100% - 92px);
|
|
3067
|
+
}
|
|
3068
|
+
|
|
3054
3069
|
.e-listbox-wrapper .e-icons,
|
|
3055
3070
|
.e-listbox-container .e-icons {
|
|
3056
3071
|
color: #f0f0f0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2453,6 +2453,11 @@ ejs-multiselect {
|
|
|
2453
2453
|
font-size: 10px;
|
|
2454
2454
|
}
|
|
2455
2455
|
|
|
2456
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2457
|
+
-webkit-text-fill-color: #999;
|
|
2458
|
+
color: #999;
|
|
2459
|
+
}
|
|
2460
|
+
|
|
2456
2461
|
.e-listbox-tool .e-moveup::before {
|
|
2457
2462
|
content: '\e651';
|
|
2458
2463
|
}
|
|
@@ -3050,6 +3055,16 @@ ejs-listbox {
|
|
|
3050
3055
|
height: calc(100% - 52px);
|
|
3051
3056
|
}
|
|
3052
3057
|
|
|
3058
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3059
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3060
|
+
height: calc(100% - 40px);
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3064
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3065
|
+
height: calc(100% - 92px);
|
|
3066
|
+
}
|
|
3067
|
+
|
|
3053
3068
|
.e-listbox-wrapper .e-icons,
|
|
3054
3069
|
.e-listbox-container .e-icons {
|
|
3055
3070
|
color: rgba(0, 0, 0, 0.75);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2637,6 +2637,11 @@ ejs-multiselect {
|
|
|
2637
2637
|
font-size: 10px;
|
|
2638
2638
|
}
|
|
2639
2639
|
|
|
2640
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2641
|
+
-webkit-text-fill-color: #6c757d;
|
|
2642
|
+
color: #6c757d;
|
|
2643
|
+
}
|
|
2644
|
+
|
|
2640
2645
|
.e-listbox-tool .e-moveup::before {
|
|
2641
2646
|
content: '\e808';
|
|
2642
2647
|
}
|
|
@@ -3283,6 +3288,16 @@ ejs-listbox {
|
|
|
3283
3288
|
height: calc(100% - 39px);
|
|
3284
3289
|
}
|
|
3285
3290
|
|
|
3291
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3292
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3293
|
+
height: calc(100% - 40px);
|
|
3294
|
+
}
|
|
3295
|
+
|
|
3296
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3297
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3298
|
+
height: calc(100% - 79px);
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3286
3301
|
.e-listbox-wrapper .e-icons,
|
|
3287
3302
|
.e-listbox-container .e-icons {
|
|
3288
3303
|
color: #212529;
|
|
@@ -2571,6 +2571,11 @@ ejs-multiselect {
|
|
|
2571
2571
|
font-size: 14px;
|
|
2572
2572
|
}
|
|
2573
2573
|
|
|
2574
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2575
|
+
-webkit-text-fill-color: #e9ecef;
|
|
2576
|
+
color: #e9ecef;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2574
2579
|
.e-listbox-tool .e-moveup::before {
|
|
2575
2580
|
content: '\e776';
|
|
2576
2581
|
}
|
|
@@ -3168,6 +3173,16 @@ ejs-listbox {
|
|
|
3168
3173
|
height: calc(100% - 47px);
|
|
3169
3174
|
}
|
|
3170
3175
|
|
|
3176
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3177
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3178
|
+
height: calc(100% - 36px);
|
|
3179
|
+
}
|
|
3180
|
+
|
|
3181
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3182
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3183
|
+
height: calc(100% - 86px);
|
|
3184
|
+
}
|
|
3185
|
+
|
|
3171
3186
|
.e-listbox-wrapper .e-list-item,
|
|
3172
3187
|
.e-listbox-container .e-list-item {
|
|
3173
3188
|
background-color: transparent;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2571,6 +2571,11 @@ ejs-multiselect {
|
|
|
2571
2571
|
font-size: 14px;
|
|
2572
2572
|
}
|
|
2573
2573
|
|
|
2574
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2575
|
+
-webkit-text-fill-color: #343a40;
|
|
2576
|
+
color: #343a40;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2574
2579
|
.e-listbox-tool .e-moveup::before {
|
|
2575
2580
|
content: '\e776';
|
|
2576
2581
|
}
|
|
@@ -3168,6 +3173,16 @@ ejs-listbox {
|
|
|
3168
3173
|
height: calc(100% - 47px);
|
|
3169
3174
|
}
|
|
3170
3175
|
|
|
3176
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3177
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3178
|
+
height: calc(100% - 36px);
|
|
3179
|
+
}
|
|
3180
|
+
|
|
3181
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3182
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3183
|
+
height: calc(100% - 86px);
|
|
3184
|
+
}
|
|
3185
|
+
|
|
3171
3186
|
.e-listbox-wrapper .e-list-item,
|
|
3172
3187
|
.e-listbox-container .e-list-item {
|
|
3173
3188
|
background-color: transparent;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2431,6 +2431,11 @@ ejs-multiselect {
|
|
|
2431
2431
|
font-size: 10px;
|
|
2432
2432
|
}
|
|
2433
2433
|
|
|
2434
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2435
|
+
-webkit-text-fill-color: #6f6c6c;
|
|
2436
|
+
color: #6f6c6c;
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2434
2439
|
.e-listbox-tool .e-moveup::before {
|
|
2435
2440
|
content: '\e651';
|
|
2436
2441
|
}
|
|
@@ -3028,6 +3033,16 @@ ejs-listbox {
|
|
|
3028
3033
|
height: calc(100% - 51px);
|
|
3029
3034
|
}
|
|
3030
3035
|
|
|
3036
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3037
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3038
|
+
height: calc(100% - 36px);
|
|
3039
|
+
}
|
|
3040
|
+
|
|
3041
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3042
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3043
|
+
height: calc(100% - 87px);
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3031
3046
|
.e-listbox-wrapper .e-icons,
|
|
3032
3047
|
.e-listbox-container .e-icons {
|
|
3033
3048
|
color: #dadada;
|
package/styles/fabric.css
CHANGED
|
@@ -2425,6 +2425,11 @@ ejs-multiselect {
|
|
|
2425
2425
|
font-size: 10px;
|
|
2426
2426
|
}
|
|
2427
2427
|
|
|
2428
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2429
|
+
-webkit-text-fill-color: #a6a6a6;
|
|
2430
|
+
color: #a6a6a6;
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2428
2433
|
.e-listbox-tool .e-moveup::before {
|
|
2429
2434
|
content: '\e651';
|
|
2430
2435
|
}
|
|
@@ -3022,6 +3027,16 @@ ejs-listbox {
|
|
|
3022
3027
|
height: calc(100% - 51px);
|
|
3023
3028
|
}
|
|
3024
3029
|
|
|
3030
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3031
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3032
|
+
height: calc(100% - 36px);
|
|
3033
|
+
}
|
|
3034
|
+
|
|
3035
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3036
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3037
|
+
height: calc(100% - 87px);
|
|
3038
|
+
}
|
|
3039
|
+
|
|
3025
3040
|
.e-listbox-wrapper .e-icons,
|
|
3026
3041
|
.e-listbox-container .e-icons {
|
|
3027
3042
|
color: #333;
|
|
@@ -2573,6 +2573,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2573
2573
|
font-size: 10px;
|
|
2574
2574
|
}
|
|
2575
2575
|
|
|
2576
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2577
|
+
-webkit-text-fill-color: #757575;
|
|
2578
|
+
color: #757575;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2576
2581
|
.e-listbox-tool .e-moveup::before {
|
|
2577
2582
|
content: '\e651';
|
|
2578
2583
|
}
|
|
@@ -3170,6 +3175,16 @@ ejs-listbox {
|
|
|
3170
3175
|
height: calc(100% - 51px);
|
|
3171
3176
|
}
|
|
3172
3177
|
|
|
3178
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3179
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3180
|
+
height: calc(100% - 36px);
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3184
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3185
|
+
height: calc(100% - 87px);
|
|
3186
|
+
}
|
|
3187
|
+
|
|
3173
3188
|
.e-listbox-wrapper .e-icons,
|
|
3174
3189
|
.e-listbox-container .e-icons {
|
|
3175
3190
|
color: #000;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2580,6 +2580,11 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2580
2580
|
font-size: 10px;
|
|
2581
2581
|
}
|
|
2582
2582
|
|
|
2583
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
2584
|
+
-webkit-text-fill-color: #757575;
|
|
2585
|
+
color: #757575;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2583
2588
|
.e-listbox-tool .e-moveup::before {
|
|
2584
2589
|
content: '\e651';
|
|
2585
2590
|
}
|
|
@@ -3177,6 +3182,16 @@ ejs-listbox {
|
|
|
3177
3182
|
height: calc(100% - 51px);
|
|
3178
3183
|
}
|
|
3179
3184
|
|
|
3185
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
3186
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
3187
|
+
height: calc(100% - 36px);
|
|
3188
|
+
}
|
|
3189
|
+
|
|
3190
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
3191
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
3192
|
+
height: calc(100% - 87px);
|
|
3193
|
+
}
|
|
3194
|
+
|
|
3180
3195
|
.e-listbox-wrapper .e-icons,
|
|
3181
3196
|
.e-listbox-container .e-icons {
|
|
3182
3197
|
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;
|
|
@@ -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;
|
|
@@ -608,6 +608,16 @@ ejs-listbox {
|
|
|
608
608
|
height: calc(100% - 51px);
|
|
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% - 36px);
|
|
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% - 87px);
|
|
619
|
+
}
|
|
620
|
+
|
|
611
621
|
.e-listbox-wrapper .e-icons,
|
|
612
622
|
.e-listbox-container .e-icons {
|
|
613
623
|
color: #dadada;
|
|
@@ -608,6 +608,16 @@ ejs-listbox {
|
|
|
608
608
|
height: calc(100% - 51px);
|
|
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% - 36px);
|
|
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% - 87px);
|
|
619
|
+
}
|
|
620
|
+
|
|
611
621
|
.e-listbox-wrapper .e-icons,
|
|
612
622
|
.e-listbox-container .e-icons {
|
|
613
623
|
color: #333;
|
|
@@ -627,6 +627,16 @@ ejs-listbox {
|
|
|
627
627
|
height: calc(100% - 51px);
|
|
628
628
|
}
|
|
629
629
|
|
|
630
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
631
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
632
|
+
height: calc(100% - 36px);
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
636
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
637
|
+
height: calc(100% - 87px);
|
|
638
|
+
}
|
|
639
|
+
|
|
630
640
|
.e-listbox-wrapper .e-icons,
|
|
631
641
|
.e-listbox-container .e-icons {
|
|
632
642
|
color: #000;
|
|
@@ -627,6 +627,16 @@ ejs-listbox {
|
|
|
627
627
|
height: calc(100% - 51px);
|
|
628
628
|
}
|
|
629
629
|
|
|
630
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
631
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
632
|
+
height: calc(100% - 36px);
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
636
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
637
|
+
height: calc(100% - 87px);
|
|
638
|
+
}
|
|
639
|
+
|
|
630
640
|
.e-listbox-wrapper .e-icons,
|
|
631
641
|
.e-listbox-container .e-icons {
|
|
632
642
|
color: #fff;
|
|
@@ -608,6 +608,16 @@ ejs-listbox {
|
|
|
608
608
|
height: calc(100% - 47px);
|
|
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% - 36px);
|
|
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% - 79px);
|
|
619
|
+
}
|
|
620
|
+
|
|
611
621
|
.e-listbox-wrapper .e-icons,
|
|
612
622
|
.e-listbox-container .e-icons {
|
|
613
623
|
color: #fff;
|
|
@@ -608,6 +608,16 @@ ejs-listbox {
|
|
|
608
608
|
height: calc(100% - 47px);
|
|
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% - 36px);
|
|
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% - 79px);
|
|
619
|
+
}
|
|
620
|
+
|
|
611
621
|
.e-listbox-wrapper .e-icons,
|
|
612
622
|
.e-listbox-container .e-icons {
|
|
613
623
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -653,6 +653,16 @@ ejs-listbox {
|
|
|
653
653
|
height: calc(100% - 47px);
|
|
654
654
|
}
|
|
655
655
|
|
|
656
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
657
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
658
|
+
height: calc(100% - 38px);
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
662
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
663
|
+
height: calc(100% - 76px);
|
|
664
|
+
}
|
|
665
|
+
|
|
656
666
|
.e-listbox-wrapper .e-icons,
|
|
657
667
|
.e-listbox-container .e-icons {
|
|
658
668
|
color: #d1d5db;
|
|
@@ -653,6 +653,16 @@ ejs-listbox {
|
|
|
653
653
|
height: calc(100% - 47px);
|
|
654
654
|
}
|
|
655
655
|
|
|
656
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
657
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
658
|
+
height: calc(100% - 38px);
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
662
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
663
|
+
height: calc(100% - 76px);
|
|
664
|
+
}
|
|
665
|
+
|
|
656
666
|
.e-listbox-wrapper .e-icons,
|
|
657
667
|
.e-listbox-container .e-icons {
|
|
658
668
|
color: #6b7280;
|
package/styles/material-dark.css
CHANGED
|
@@ -3977,6 +3977,11 @@ ejs-multiselect {
|
|
|
3977
3977
|
color: rgba(0, 0, 0, 0.38);
|
|
3978
3978
|
}
|
|
3979
3979
|
|
|
3980
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
3981
|
+
-webkit-text-fill-color: rgba(255, 255, 255, 0.3);
|
|
3982
|
+
color: rgba(255, 255, 255, 0.3);
|
|
3983
|
+
}
|
|
3984
|
+
|
|
3980
3985
|
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
|
|
3981
3986
|
background-color: #f5f5f5;
|
|
3982
3987
|
}
|
|
@@ -4601,6 +4606,16 @@ ejs-listbox {
|
|
|
4601
4606
|
height: calc(100% - 47px);
|
|
4602
4607
|
}
|
|
4603
4608
|
|
|
4609
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
4610
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
4611
|
+
height: calc(100% - 36px);
|
|
4612
|
+
}
|
|
4613
|
+
|
|
4614
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
4615
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
4616
|
+
height: calc(100% - 79px);
|
|
4617
|
+
}
|
|
4618
|
+
|
|
4604
4619
|
.e-listbox-wrapper .e-icons,
|
|
4605
4620
|
.e-listbox-container .e-icons {
|
|
4606
4621
|
color: #fff;
|
package/styles/material.css
CHANGED
|
@@ -4038,6 +4038,11 @@ ejs-multiselect {
|
|
|
4038
4038
|
color: rgba(0, 0, 0, 0.38);
|
|
4039
4039
|
}
|
|
4040
4040
|
|
|
4041
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
4042
|
+
-webkit-text-fill-color: rgba(0, 0, 0, 0.42);
|
|
4043
|
+
color: rgba(0, 0, 0, 0.42);
|
|
4044
|
+
}
|
|
4045
|
+
|
|
4041
4046
|
.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips {
|
|
4042
4047
|
background-color: #f5f5f5;
|
|
4043
4048
|
}
|
|
@@ -4662,6 +4667,16 @@ ejs-listbox {
|
|
|
4662
4667
|
height: calc(100% - 47px);
|
|
4663
4668
|
}
|
|
4664
4669
|
|
|
4670
|
+
.e-listbox-wrapper.e-select-all .e-list-parent,
|
|
4671
|
+
.e-listbox-container.e-select-all .e-list-parent {
|
|
4672
|
+
height: calc(100% - 36px);
|
|
4673
|
+
}
|
|
4674
|
+
|
|
4675
|
+
.e-listbox-wrapper.e-filter-list.e-select-all .e-list-parent,
|
|
4676
|
+
.e-listbox-container.e-filter-list.e-select-all .e-list-parent {
|
|
4677
|
+
height: calc(100% - 79px);
|
|
4678
|
+
}
|
|
4679
|
+
|
|
4665
4680
|
.e-listbox-wrapper .e-icons,
|
|
4666
4681
|
.e-listbox-container .e-icons {
|
|
4667
4682
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -1243,3 +1243,8 @@ ejs-multiselect {
|
|
|
1243
1243
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1244
1244
|
font-size: 10px;
|
|
1245
1245
|
}
|
|
1246
|
+
|
|
1247
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1248
|
+
-webkit-text-fill-color: #9c9c9c;
|
|
1249
|
+
color: #9c9c9c;
|
|
1250
|
+
}
|
|
@@ -1241,3 +1241,8 @@ ejs-multiselect {
|
|
|
1241
1241
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1242
1242
|
font-size: 10px;
|
|
1243
1243
|
}
|
|
1244
|
+
|
|
1245
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1246
|
+
-webkit-text-fill-color: #999;
|
|
1247
|
+
color: #999;
|
|
1248
|
+
}
|
|
@@ -1287,3 +1287,8 @@ ejs-multiselect {
|
|
|
1287
1287
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1288
1288
|
font-size: 14px;
|
|
1289
1289
|
}
|
|
1290
|
+
|
|
1291
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1292
|
+
-webkit-text-fill-color: #e9ecef;
|
|
1293
|
+
color: #e9ecef;
|
|
1294
|
+
}
|
|
@@ -1287,3 +1287,8 @@ ejs-multiselect {
|
|
|
1287
1287
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1288
1288
|
font-size: 14px;
|
|
1289
1289
|
}
|
|
1290
|
+
|
|
1291
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1292
|
+
-webkit-text-fill-color: #343a40;
|
|
1293
|
+
color: #343a40;
|
|
1294
|
+
}
|
|
@@ -1244,3 +1244,8 @@ ejs-multiselect {
|
|
|
1244
1244
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1245
1245
|
font-size: 10px;
|
|
1246
1246
|
}
|
|
1247
|
+
|
|
1248
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1249
|
+
-webkit-text-fill-color: #6f6c6c;
|
|
1250
|
+
color: #6f6c6c;
|
|
1251
|
+
}
|
|
@@ -1244,3 +1244,8 @@ ejs-multiselect {
|
|
|
1244
1244
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1245
1245
|
font-size: 10px;
|
|
1246
1246
|
}
|
|
1247
|
+
|
|
1248
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1249
|
+
-webkit-text-fill-color: #a6a6a6;
|
|
1250
|
+
color: #a6a6a6;
|
|
1251
|
+
}
|
|
@@ -1375,3 +1375,8 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
1375
1375
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1376
1376
|
font-size: 10px;
|
|
1377
1377
|
}
|
|
1378
|
+
|
|
1379
|
+
.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
|
|
1380
|
+
-webkit-text-fill-color: #757575;
|
|
1381
|
+
color: #757575;
|
|
1382
|
+
}
|