@syncfusion/ej2-vue-dropdowns 20.2.38 → 20.2.39
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 +6 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark.css +10 -0
- package/styles/bootstrap5.css +10 -0
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/fluent-dark.css +10 -0
- package/styles/fluent.css +10 -0
- package/styles/highcontrast-light.css +10 -0
- package/styles/highcontrast.css +10 -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/fluent-dark.css +10 -0
- package/styles/list-box/fluent.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 +10 -0
- package/styles/material.css +10 -0
- package/styles/tailwind-dark.css +10 -0
- package/styles/tailwind.css +10 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9vkmC/b+81gv+5BXMSoURAP2YNQKzutoGQS3nOnTWqt7sulDIIQ6PPslkexUjuhUXnL2ei0Dc3L/vn2qrMK6UQ==",
|
|
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-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-20.2.38.tgz",
|
|
23
|
+
"_shasum": "ef3a5eac5db061fefb43b93b5264324377974a15",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~20.2.38",
|
|
35
|
-
"@syncfusion/ej2-dropdowns": "20.2.
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "20.2.39",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~20.2.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -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": "20.2.
|
|
70
|
+
"version": "20.2.39",
|
|
71
71
|
"sideEffects": false
|
|
72
72
|
}
|
|
@@ -2737,6 +2737,16 @@ ejs-listbox {
|
|
|
2737
2737
|
top: 30%;
|
|
2738
2738
|
}
|
|
2739
2739
|
|
|
2740
|
+
.e-listboxtool-container .e-left {
|
|
2741
|
+
-ms-flex-direction: row-reverse;
|
|
2742
|
+
flex-direction: row-reverse;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
.e-listboxtool-wrapper .e-left {
|
|
2746
|
+
-ms-flex-direction: column-reverse;
|
|
2747
|
+
flex-direction: column-reverse;
|
|
2748
|
+
}
|
|
2749
|
+
|
|
2740
2750
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2741
2751
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2742
2752
|
margin-right: 15px;
|
package/styles/bootstrap.css
CHANGED
|
@@ -2736,6 +2736,16 @@ ejs-listbox {
|
|
|
2736
2736
|
top: 30%;
|
|
2737
2737
|
}
|
|
2738
2738
|
|
|
2739
|
+
.e-listboxtool-container .e-left {
|
|
2740
|
+
-ms-flex-direction: row-reverse;
|
|
2741
|
+
flex-direction: row-reverse;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
.e-listboxtool-wrapper .e-left {
|
|
2745
|
+
-ms-flex-direction: column-reverse;
|
|
2746
|
+
flex-direction: column-reverse;
|
|
2747
|
+
}
|
|
2748
|
+
|
|
2739
2749
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2740
2750
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2741
2751
|
margin-right: 15px;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -2919,6 +2919,16 @@ ejs-listbox {
|
|
|
2919
2919
|
top: 30%;
|
|
2920
2920
|
}
|
|
2921
2921
|
|
|
2922
|
+
.e-listboxtool-container .e-left {
|
|
2923
|
+
-ms-flex-direction: row-reverse;
|
|
2924
|
+
flex-direction: row-reverse;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
.e-listboxtool-wrapper .e-left {
|
|
2928
|
+
-ms-flex-direction: column-reverse;
|
|
2929
|
+
flex-direction: column-reverse;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2922
2932
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2923
2933
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2924
2934
|
margin-right: 15px;
|
|
@@ -2899,6 +2899,16 @@ ejs-listbox {
|
|
|
2899
2899
|
top: 30%;
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2902
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2903
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2904
2914
|
margin-right: 15px;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -2899,6 +2899,16 @@ ejs-listbox {
|
|
|
2899
2899
|
top: 30%;
|
|
2900
2900
|
}
|
|
2901
2901
|
|
|
2902
|
+
.e-listboxtool-container .e-left {
|
|
2903
|
+
-ms-flex-direction: row-reverse;
|
|
2904
|
+
flex-direction: row-reverse;
|
|
2905
|
+
}
|
|
2906
|
+
|
|
2907
|
+
.e-listboxtool-wrapper .e-left {
|
|
2908
|
+
-ms-flex-direction: column-reverse;
|
|
2909
|
+
flex-direction: column-reverse;
|
|
2910
|
+
}
|
|
2911
|
+
|
|
2902
2912
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2903
2913
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2904
2914
|
margin-right: 15px;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2716,6 +2716,16 @@ ejs-listbox {
|
|
|
2716
2716
|
top: 30%;
|
|
2717
2717
|
}
|
|
2718
2718
|
|
|
2719
|
+
.e-listboxtool-container .e-left {
|
|
2720
|
+
-ms-flex-direction: row-reverse;
|
|
2721
|
+
flex-direction: row-reverse;
|
|
2722
|
+
}
|
|
2723
|
+
|
|
2724
|
+
.e-listboxtool-wrapper .e-left {
|
|
2725
|
+
-ms-flex-direction: column-reverse;
|
|
2726
|
+
flex-direction: column-reverse;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2719
2729
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2720
2730
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2721
2731
|
margin-right: 15px;
|
package/styles/fabric.css
CHANGED
|
@@ -2710,6 +2710,16 @@ ejs-listbox {
|
|
|
2710
2710
|
top: 30%;
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
|
+
.e-listboxtool-container .e-left {
|
|
2714
|
+
-ms-flex-direction: row-reverse;
|
|
2715
|
+
flex-direction: row-reverse;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
.e-listboxtool-wrapper .e-left {
|
|
2719
|
+
-ms-flex-direction: column-reverse;
|
|
2720
|
+
flex-direction: column-reverse;
|
|
2721
|
+
}
|
|
2722
|
+
|
|
2713
2723
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2714
2724
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2715
2725
|
margin-right: 15px;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2969,6 +2969,16 @@ ejs-listbox {
|
|
|
2969
2969
|
top: 30%;
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
2972
|
+
.e-listboxtool-container .e-left {
|
|
2973
|
+
-ms-flex-direction: row-reverse;
|
|
2974
|
+
flex-direction: row-reverse;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
.e-listboxtool-wrapper .e-left {
|
|
2978
|
+
-ms-flex-direction: column-reverse;
|
|
2979
|
+
flex-direction: column-reverse;
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2972
2982
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2973
2983
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2974
2984
|
margin-right: 15px;
|
package/styles/fluent.css
CHANGED
|
@@ -2969,6 +2969,16 @@ ejs-listbox {
|
|
|
2969
2969
|
top: 30%;
|
|
2970
2970
|
}
|
|
2971
2971
|
|
|
2972
|
+
.e-listboxtool-container .e-left {
|
|
2973
|
+
-ms-flex-direction: row-reverse;
|
|
2974
|
+
flex-direction: row-reverse;
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2977
|
+
.e-listboxtool-wrapper .e-left {
|
|
2978
|
+
-ms-flex-direction: column-reverse;
|
|
2979
|
+
flex-direction: column-reverse;
|
|
2980
|
+
}
|
|
2981
|
+
|
|
2972
2982
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2973
2983
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2974
2984
|
margin-right: 15px;
|
|
@@ -2820,6 +2820,16 @@ ejs-listbox {
|
|
|
2820
2820
|
top: 30%;
|
|
2821
2821
|
}
|
|
2822
2822
|
|
|
2823
|
+
.e-listboxtool-container .e-left {
|
|
2824
|
+
-ms-flex-direction: row-reverse;
|
|
2825
|
+
flex-direction: row-reverse;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.e-listboxtool-wrapper .e-left {
|
|
2829
|
+
-ms-flex-direction: column-reverse;
|
|
2830
|
+
flex-direction: column-reverse;
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2823
2833
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2824
2834
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2825
2835
|
margin-right: 15px;
|
package/styles/highcontrast.css
CHANGED
|
@@ -2826,6 +2826,16 @@ ejs-listbox {
|
|
|
2826
2826
|
top: 30%;
|
|
2827
2827
|
}
|
|
2828
2828
|
|
|
2829
|
+
.e-listboxtool-container .e-left {
|
|
2830
|
+
-ms-flex-direction: row-reverse;
|
|
2831
|
+
flex-direction: row-reverse;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
.e-listboxtool-wrapper .e-left {
|
|
2835
|
+
-ms-flex-direction: column-reverse;
|
|
2836
|
+
flex-direction: column-reverse;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2829
2839
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2830
2840
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2831
2841
|
margin-right: 15px;
|
|
@@ -408,6 +408,16 @@ ejs-listbox {
|
|
|
408
408
|
top: 30%;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
+
.e-listboxtool-container .e-left {
|
|
412
|
+
-ms-flex-direction: row-reverse;
|
|
413
|
+
flex-direction: row-reverse;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.e-listboxtool-wrapper .e-left {
|
|
417
|
+
-ms-flex-direction: column-reverse;
|
|
418
|
+
flex-direction: column-reverse;
|
|
419
|
+
}
|
|
420
|
+
|
|
411
421
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
412
422
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
413
423
|
margin-right: 15px;
|
|
@@ -412,6 +412,16 @@ ejs-listbox {
|
|
|
412
412
|
top: 30%;
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
+
.e-listboxtool-container .e-left {
|
|
416
|
+
-ms-flex-direction: row-reverse;
|
|
417
|
+
flex-direction: row-reverse;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-listboxtool-wrapper .e-left {
|
|
421
|
+
-ms-flex-direction: column-reverse;
|
|
422
|
+
flex-direction: column-reverse;
|
|
423
|
+
}
|
|
424
|
+
|
|
415
425
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
416
426
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
417
427
|
margin-right: 15px;
|
|
@@ -430,6 +430,16 @@ ejs-listbox {
|
|
|
430
430
|
top: 30%;
|
|
431
431
|
}
|
|
432
432
|
|
|
433
|
+
.e-listboxtool-container .e-left {
|
|
434
|
+
-ms-flex-direction: row-reverse;
|
|
435
|
+
flex-direction: row-reverse;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.e-listboxtool-wrapper .e-left {
|
|
439
|
+
-ms-flex-direction: column-reverse;
|
|
440
|
+
flex-direction: column-reverse;
|
|
441
|
+
}
|
|
442
|
+
|
|
433
443
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
434
444
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
435
445
|
margin-right: 15px;
|
|
@@ -438,6 +438,16 @@ ejs-listbox {
|
|
|
438
438
|
top: 30%;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
+
.e-listboxtool-container .e-left {
|
|
442
|
+
-ms-flex-direction: row-reverse;
|
|
443
|
+
flex-direction: row-reverse;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-listboxtool-wrapper .e-left {
|
|
447
|
+
-ms-flex-direction: column-reverse;
|
|
448
|
+
flex-direction: column-reverse;
|
|
449
|
+
}
|
|
450
|
+
|
|
441
451
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
442
452
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
443
453
|
margin-right: 15px;
|
|
@@ -438,6 +438,16 @@ ejs-listbox {
|
|
|
438
438
|
top: 30%;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
+
.e-listboxtool-container .e-left {
|
|
442
|
+
-ms-flex-direction: row-reverse;
|
|
443
|
+
flex-direction: row-reverse;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-listboxtool-wrapper .e-left {
|
|
447
|
+
-ms-flex-direction: column-reverse;
|
|
448
|
+
flex-direction: column-reverse;
|
|
449
|
+
}
|
|
450
|
+
|
|
441
451
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
442
452
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
443
453
|
margin-right: 15px;
|
|
@@ -408,6 +408,16 @@ ejs-listbox {
|
|
|
408
408
|
top: 30%;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
+
.e-listboxtool-container .e-left {
|
|
412
|
+
-ms-flex-direction: row-reverse;
|
|
413
|
+
flex-direction: row-reverse;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.e-listboxtool-wrapper .e-left {
|
|
417
|
+
-ms-flex-direction: column-reverse;
|
|
418
|
+
flex-direction: column-reverse;
|
|
419
|
+
}
|
|
420
|
+
|
|
411
421
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
412
422
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
413
423
|
margin-right: 15px;
|
|
@@ -412,6 +412,16 @@ ejs-listbox {
|
|
|
412
412
|
top: 30%;
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
+
.e-listboxtool-container .e-left {
|
|
416
|
+
-ms-flex-direction: row-reverse;
|
|
417
|
+
flex-direction: row-reverse;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-listboxtool-wrapper .e-left {
|
|
421
|
+
-ms-flex-direction: column-reverse;
|
|
422
|
+
flex-direction: column-reverse;
|
|
423
|
+
}
|
|
424
|
+
|
|
415
425
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
416
426
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
417
427
|
margin-right: 15px;
|
|
@@ -438,6 +438,16 @@ ejs-listbox {
|
|
|
438
438
|
top: 30%;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
+
.e-listboxtool-container .e-left {
|
|
442
|
+
-ms-flex-direction: row-reverse;
|
|
443
|
+
flex-direction: row-reverse;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-listboxtool-wrapper .e-left {
|
|
447
|
+
-ms-flex-direction: column-reverse;
|
|
448
|
+
flex-direction: column-reverse;
|
|
449
|
+
}
|
|
450
|
+
|
|
441
451
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
442
452
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
443
453
|
margin-right: 15px;
|
|
@@ -438,6 +438,16 @@ ejs-listbox {
|
|
|
438
438
|
top: 30%;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
+
.e-listboxtool-container .e-left {
|
|
442
|
+
-ms-flex-direction: row-reverse;
|
|
443
|
+
flex-direction: row-reverse;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.e-listboxtool-wrapper .e-left {
|
|
447
|
+
-ms-flex-direction: column-reverse;
|
|
448
|
+
flex-direction: column-reverse;
|
|
449
|
+
}
|
|
450
|
+
|
|
441
451
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
442
452
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
443
453
|
margin-right: 15px;
|
|
@@ -422,6 +422,16 @@ ejs-listbox {
|
|
|
422
422
|
top: 30%;
|
|
423
423
|
}
|
|
424
424
|
|
|
425
|
+
.e-listboxtool-container .e-left {
|
|
426
|
+
-ms-flex-direction: row-reverse;
|
|
427
|
+
flex-direction: row-reverse;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.e-listboxtool-wrapper .e-left {
|
|
431
|
+
-ms-flex-direction: column-reverse;
|
|
432
|
+
flex-direction: column-reverse;
|
|
433
|
+
}
|
|
434
|
+
|
|
425
435
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
426
436
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
427
437
|
margin-right: 15px;
|
|
@@ -426,6 +426,16 @@ ejs-listbox {
|
|
|
426
426
|
top: 30%;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
+
.e-listboxtool-container .e-left {
|
|
430
|
+
-ms-flex-direction: row-reverse;
|
|
431
|
+
flex-direction: row-reverse;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.e-listboxtool-wrapper .e-left {
|
|
435
|
+
-ms-flex-direction: column-reverse;
|
|
436
|
+
flex-direction: column-reverse;
|
|
437
|
+
}
|
|
438
|
+
|
|
429
439
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
430
440
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
431
441
|
margin-right: 15px;
|
|
@@ -408,6 +408,16 @@ ejs-listbox {
|
|
|
408
408
|
top: 30%;
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
+
.e-listboxtool-container .e-left {
|
|
412
|
+
-ms-flex-direction: row-reverse;
|
|
413
|
+
flex-direction: row-reverse;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.e-listboxtool-wrapper .e-left {
|
|
417
|
+
-ms-flex-direction: column-reverse;
|
|
418
|
+
flex-direction: column-reverse;
|
|
419
|
+
}
|
|
420
|
+
|
|
411
421
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
412
422
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
413
423
|
margin-right: 15px;
|
|
@@ -412,6 +412,16 @@ ejs-listbox {
|
|
|
412
412
|
top: 30%;
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
+
.e-listboxtool-container .e-left {
|
|
416
|
+
-ms-flex-direction: row-reverse;
|
|
417
|
+
flex-direction: row-reverse;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-listboxtool-wrapper .e-left {
|
|
421
|
+
-ms-flex-direction: column-reverse;
|
|
422
|
+
flex-direction: column-reverse;
|
|
423
|
+
}
|
|
424
|
+
|
|
415
425
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
416
426
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
417
427
|
margin-right: 15px;
|
|
@@ -448,6 +448,16 @@ ejs-listbox {
|
|
|
448
448
|
top: 30%;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
+
.e-listboxtool-container .e-left {
|
|
452
|
+
-ms-flex-direction: row-reverse;
|
|
453
|
+
flex-direction: row-reverse;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.e-listboxtool-wrapper .e-left {
|
|
457
|
+
-ms-flex-direction: column-reverse;
|
|
458
|
+
flex-direction: column-reverse;
|
|
459
|
+
}
|
|
460
|
+
|
|
451
461
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
452
462
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
453
463
|
margin-right: 15px;
|
|
@@ -448,6 +448,16 @@ ejs-listbox {
|
|
|
448
448
|
top: 30%;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
+
.e-listboxtool-container .e-left {
|
|
452
|
+
-ms-flex-direction: row-reverse;
|
|
453
|
+
flex-direction: row-reverse;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.e-listboxtool-wrapper .e-left {
|
|
457
|
+
-ms-flex-direction: column-reverse;
|
|
458
|
+
flex-direction: column-reverse;
|
|
459
|
+
}
|
|
460
|
+
|
|
451
461
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
452
462
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
453
463
|
margin-right: 15px;
|
package/styles/material-dark.css
CHANGED
|
@@ -4203,6 +4203,16 @@ ejs-listbox {
|
|
|
4203
4203
|
top: 30%;
|
|
4204
4204
|
}
|
|
4205
4205
|
|
|
4206
|
+
.e-listboxtool-container .e-left {
|
|
4207
|
+
-ms-flex-direction: row-reverse;
|
|
4208
|
+
flex-direction: row-reverse;
|
|
4209
|
+
}
|
|
4210
|
+
|
|
4211
|
+
.e-listboxtool-wrapper .e-left {
|
|
4212
|
+
-ms-flex-direction: column-reverse;
|
|
4213
|
+
flex-direction: column-reverse;
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4206
4216
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
4207
4217
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
4208
4218
|
margin-right: 15px;
|
package/styles/material.css
CHANGED
|
@@ -4260,6 +4260,16 @@ ejs-listbox {
|
|
|
4260
4260
|
top: 30%;
|
|
4261
4261
|
}
|
|
4262
4262
|
|
|
4263
|
+
.e-listboxtool-container .e-left {
|
|
4264
|
+
-ms-flex-direction: row-reverse;
|
|
4265
|
+
flex-direction: row-reverse;
|
|
4266
|
+
}
|
|
4267
|
+
|
|
4268
|
+
.e-listboxtool-wrapper .e-left {
|
|
4269
|
+
-ms-flex-direction: column-reverse;
|
|
4270
|
+
flex-direction: column-reverse;
|
|
4271
|
+
}
|
|
4272
|
+
|
|
4263
4273
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
4264
4274
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
4265
4275
|
margin-right: 15px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -2907,6 +2907,16 @@ ejs-listbox {
|
|
|
2907
2907
|
top: 30%;
|
|
2908
2908
|
}
|
|
2909
2909
|
|
|
2910
|
+
.e-listboxtool-container .e-left {
|
|
2911
|
+
-ms-flex-direction: row-reverse;
|
|
2912
|
+
flex-direction: row-reverse;
|
|
2913
|
+
}
|
|
2914
|
+
|
|
2915
|
+
.e-listboxtool-wrapper .e-left {
|
|
2916
|
+
-ms-flex-direction: column-reverse;
|
|
2917
|
+
flex-direction: column-reverse;
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2910
2920
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2911
2921
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2912
2922
|
margin-right: 15px;
|
package/styles/tailwind.css
CHANGED
|
@@ -2907,6 +2907,16 @@ ejs-listbox {
|
|
|
2907
2907
|
top: 30%;
|
|
2908
2908
|
}
|
|
2909
2909
|
|
|
2910
|
+
.e-listboxtool-container .e-left {
|
|
2911
|
+
-ms-flex-direction: row-reverse;
|
|
2912
|
+
flex-direction: row-reverse;
|
|
2913
|
+
}
|
|
2914
|
+
|
|
2915
|
+
.e-listboxtool-wrapper .e-left {
|
|
2916
|
+
-ms-flex-direction: column-reverse;
|
|
2917
|
+
flex-direction: column-reverse;
|
|
2918
|
+
}
|
|
2919
|
+
|
|
2910
2920
|
.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2911
2921
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2912
2922
|
margin-right: 15px;
|