@syncfusion/ej2-angular-dropdowns 22.2.12-ngcc → 23.1.36-ngcc
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/@syncfusion/ej2-angular-dropdowns.es5.js +68 -20
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +68 -20
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +7 -236
- package/dist/ej2-angular-dropdowns.umd.js +67 -17
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
- package/ej2-angular-dropdowns.metadata.json +1 -1
- package/package.json +9 -9
- 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/src/auto-complete/autocomplete.component.d.ts +3 -2
- package/src/combo-box/combobox.component.d.ts +3 -2
- package/src/drop-down-list/dropdownlist-all.module.d.ts +2 -0
- package/src/drop-down-list/dropdownlist.component.d.ts +3 -2
- package/src/drop-down-tree/dropdowntree.component.d.ts +3 -2
- package/src/index.d.ts +1 -1
- package/src/list-box/listbox.component.d.ts +3 -2
- package/src/multi-select/multiselect.component.d.ts +3 -2
- package/styles/auto-complete/material-dark.css +0 -1
- package/styles/auto-complete/material.css +0 -1
- package/styles/auto-complete/material3-dark.css +0 -1
- package/styles/auto-complete/material3-dark.scss +1 -1
- package/styles/auto-complete/material3.css +0 -1
- package/styles/auto-complete/material3.scss +1 -1
- package/styles/auto-complete/tailwind-dark.css +0 -1
- package/styles/auto-complete/tailwind.css +0 -1
- package/styles/bootstrap-dark.css +0 -8
- package/styles/bootstrap.css +0 -8
- package/styles/bootstrap4.css +4 -12
- package/styles/bootstrap5-dark.css +0 -8
- package/styles/bootstrap5.css +0 -8
- package/styles/combo-box/material-dark.css +0 -1
- package/styles/combo-box/material.css +0 -1
- package/styles/combo-box/material3-dark.css +0 -1
- package/styles/combo-box/material3-dark.scss +1 -1
- package/styles/combo-box/material3.css +0 -1
- package/styles/combo-box/material3.scss +1 -1
- package/styles/combo-box/tailwind-dark.css +0 -1
- package/styles/combo-box/tailwind.css +0 -1
- package/styles/drop-down-base/material-dark.css +0 -1
- package/styles/drop-down-base/material.css +0 -1
- package/styles/drop-down-base/material3-dark.css +0 -1
- package/styles/drop-down-base/material3-dark.scss +1 -1
- package/styles/drop-down-base/material3.css +0 -1
- package/styles/drop-down-base/material3.scss +1 -1
- package/styles/drop-down-base/tailwind-dark.css +0 -1
- package/styles/drop-down-base/tailwind.css +0 -1
- package/styles/drop-down-list/material-dark.css +0 -1
- package/styles/drop-down-list/material.css +0 -1
- package/styles/drop-down-list/material3-dark.css +0 -1
- package/styles/drop-down-list/material3-dark.scss +1 -1
- package/styles/drop-down-list/material3.css +0 -1
- package/styles/drop-down-list/material3.scss +1 -1
- package/styles/drop-down-list/tailwind-dark.css +0 -1
- package/styles/drop-down-list/tailwind.css +0 -1
- package/styles/drop-down-tree/material-dark.css +0 -1
- package/styles/drop-down-tree/material.css +0 -1
- package/styles/drop-down-tree/material3-dark.css +0 -1
- package/styles/drop-down-tree/material3-dark.scss +1 -1
- package/styles/drop-down-tree/material3.css +0 -1
- package/styles/drop-down-tree/material3.scss +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +0 -1
- package/styles/drop-down-tree/tailwind.css +0 -1
- package/styles/fabric-dark.css +0 -8
- package/styles/fabric.css +0 -8
- package/styles/fluent-dark.css +4 -12
- package/styles/fluent.css +4 -12
- package/styles/highcontrast-light.css +0 -8
- package/styles/highcontrast.css +0 -8
- package/styles/list-box/bootstrap-dark.css +0 -8
- package/styles/list-box/bootstrap.css +0 -8
- package/styles/list-box/bootstrap4.css +4 -12
- package/styles/list-box/bootstrap5-dark.css +0 -8
- package/styles/list-box/bootstrap5.css +0 -8
- package/styles/list-box/fabric-dark.css +0 -8
- package/styles/list-box/fabric.css +0 -8
- package/styles/list-box/fluent-dark.css +4 -12
- package/styles/list-box/fluent.css +4 -12
- package/styles/list-box/highcontrast-light.css +0 -8
- package/styles/list-box/highcontrast.css +0 -8
- package/styles/list-box/material-dark.css +0 -9
- package/styles/list-box/material.css +0 -9
- package/styles/list-box/material3-dark.css +4 -13
- package/styles/list-box/material3-dark.scss +1 -1
- package/styles/list-box/material3.css +4 -13
- package/styles/list-box/material3.scss +1 -1
- package/styles/list-box/tailwind-dark.css +3 -12
- package/styles/list-box/tailwind.css +3 -12
- package/styles/material-dark.css +0 -9
- package/styles/material.css +0 -9
- package/styles/material3-dark.css +4 -20
- package/styles/material3.css +4 -13
- package/styles/mention/material-dark.css +0 -1
- package/styles/mention/material.css +0 -1
- package/styles/mention/material3-dark.css +0 -1
- package/styles/mention/material3-dark.scss +1 -1
- package/styles/mention/material3.css +0 -1
- package/styles/mention/material3.scss +1 -1
- package/styles/mention/tailwind-dark.css +0 -1
- package/styles/mention/tailwind.css +0 -1
- package/styles/multi-select/material-dark.css +0 -1
- package/styles/multi-select/material.css +0 -1
- package/styles/multi-select/material3-dark.css +0 -1
- package/styles/multi-select/material3-dark.scss +1 -1
- package/styles/multi-select/material3.css +0 -1
- package/styles/multi-select/material3.scss +1 -1
- package/styles/multi-select/tailwind-dark.css +0 -1
- package/styles/multi-select/tailwind.css +0 -1
- package/styles/tailwind-dark.css +3 -19
- package/styles/tailwind.css +3 -19
|
@@ -84,11 +84,6 @@
|
|
|
84
84
|
padding: 10px 16px;
|
|
85
85
|
position: relative;
|
|
86
86
|
}
|
|
87
|
-
.e-listbox-wrapper.e-filter-list,
|
|
88
|
-
.e-listbox-container.e-filter-list,
|
|
89
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
90
|
-
overflow: inherit;
|
|
91
|
-
}
|
|
92
87
|
.e-listbox-wrapper .e-list-parent,
|
|
93
88
|
.e-listbox-container .e-list-parent,
|
|
94
89
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -372,9 +367,6 @@ ejs-listbox {
|
|
|
372
367
|
overflow: auto;
|
|
373
368
|
}
|
|
374
369
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list {
|
|
376
|
-
overflow: inherit;
|
|
377
|
-
}
|
|
378
370
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
379
371
|
overflow: auto;
|
|
380
372
|
}
|
|
@@ -89,11 +89,6 @@
|
|
|
89
89
|
padding: 10px 16px;
|
|
90
90
|
position: relative;
|
|
91
91
|
}
|
|
92
|
-
.e-listbox-wrapper.e-filter-list,
|
|
93
|
-
.e-listbox-container.e-filter-list,
|
|
94
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
95
|
-
overflow: inherit;
|
|
96
|
-
}
|
|
97
92
|
.e-listbox-wrapper .e-list-parent,
|
|
98
93
|
.e-listbox-container .e-list-parent,
|
|
99
94
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -377,9 +372,6 @@ ejs-listbox {
|
|
|
377
372
|
overflow: auto;
|
|
378
373
|
}
|
|
379
374
|
|
|
380
|
-
.e-listbox-wrapper.e-filter-list {
|
|
381
|
-
overflow: inherit;
|
|
382
|
-
}
|
|
383
375
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
384
376
|
overflow: auto;
|
|
385
377
|
}
|
|
@@ -115,11 +115,6 @@
|
|
|
115
115
|
padding: 10px 12px;
|
|
116
116
|
position: relative;
|
|
117
117
|
}
|
|
118
|
-
.e-listbox-wrapper.e-filter-list,
|
|
119
|
-
.e-listbox-container.e-filter-list,
|
|
120
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
121
|
-
overflow: inherit;
|
|
122
|
-
}
|
|
123
118
|
.e-listbox-wrapper .e-list-parent,
|
|
124
119
|
.e-listbox-container .e-list-parent,
|
|
125
120
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -403,9 +398,6 @@ ejs-listbox {
|
|
|
403
398
|
overflow: auto;
|
|
404
399
|
}
|
|
405
400
|
|
|
406
|
-
.e-listbox-wrapper.e-filter-list {
|
|
407
|
-
overflow: inherit;
|
|
408
|
-
}
|
|
409
401
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
410
402
|
overflow: auto;
|
|
411
403
|
}
|
|
@@ -607,12 +599,12 @@ ejs-listbox {
|
|
|
607
599
|
}
|
|
608
600
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
609
601
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
610
|
-
height: calc(100% -
|
|
602
|
+
height: calc(100% - 50px);
|
|
611
603
|
}
|
|
612
604
|
|
|
613
605
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
614
606
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
615
|
-
height: calc(100% -
|
|
607
|
+
height: calc(100% - 64px);
|
|
616
608
|
}
|
|
617
609
|
|
|
618
610
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -627,7 +619,7 @@ ejs-listbox {
|
|
|
627
619
|
|
|
628
620
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
629
621
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
630
|
-
height: calc(100% -
|
|
622
|
+
height: calc(100% - 59px);
|
|
631
623
|
}
|
|
632
624
|
|
|
633
625
|
.e-listbox-wrapper,
|
|
@@ -654,7 +646,7 @@ ejs-listbox {
|
|
|
654
646
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
655
647
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
656
648
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
657
|
-
height: calc(100% -
|
|
649
|
+
height: calc(100% - 56px);
|
|
658
650
|
}
|
|
659
651
|
|
|
660
652
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -115,11 +115,6 @@
|
|
|
115
115
|
padding: 10px 12px;
|
|
116
116
|
position: relative;
|
|
117
117
|
}
|
|
118
|
-
.e-listbox-wrapper.e-filter-list,
|
|
119
|
-
.e-listbox-container.e-filter-list,
|
|
120
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
121
|
-
overflow: inherit;
|
|
122
|
-
}
|
|
123
118
|
.e-listbox-wrapper .e-list-parent,
|
|
124
119
|
.e-listbox-container .e-list-parent,
|
|
125
120
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -403,9 +398,6 @@ ejs-listbox {
|
|
|
403
398
|
overflow: auto;
|
|
404
399
|
}
|
|
405
400
|
|
|
406
|
-
.e-listbox-wrapper.e-filter-list {
|
|
407
|
-
overflow: inherit;
|
|
408
|
-
}
|
|
409
401
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
410
402
|
overflow: auto;
|
|
411
403
|
}
|
|
@@ -607,12 +599,12 @@ ejs-listbox {
|
|
|
607
599
|
}
|
|
608
600
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
609
601
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
610
|
-
height: calc(100% -
|
|
602
|
+
height: calc(100% - 50px);
|
|
611
603
|
}
|
|
612
604
|
|
|
613
605
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
614
606
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
615
|
-
height: calc(100% -
|
|
607
|
+
height: calc(100% - 64px);
|
|
616
608
|
}
|
|
617
609
|
|
|
618
610
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -627,7 +619,7 @@ ejs-listbox {
|
|
|
627
619
|
|
|
628
620
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
629
621
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
630
|
-
height: calc(100% -
|
|
622
|
+
height: calc(100% - 59px);
|
|
631
623
|
}
|
|
632
624
|
|
|
633
625
|
.e-listbox-wrapper,
|
|
@@ -654,7 +646,7 @@ ejs-listbox {
|
|
|
654
646
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
655
647
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
656
648
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
657
|
-
height: calc(100% -
|
|
649
|
+
height: calc(100% - 56px);
|
|
658
650
|
}
|
|
659
651
|
|
|
660
652
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -98,11 +98,6 @@
|
|
|
98
98
|
padding: 9px 16px;
|
|
99
99
|
position: relative;
|
|
100
100
|
}
|
|
101
|
-
.e-listbox-wrapper.e-filter-list,
|
|
102
|
-
.e-listbox-container.e-filter-list,
|
|
103
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
104
|
-
overflow: inherit;
|
|
105
|
-
}
|
|
106
101
|
.e-listbox-wrapper .e-list-parent,
|
|
107
102
|
.e-listbox-container .e-list-parent,
|
|
108
103
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -386,9 +381,6 @@ ejs-listbox {
|
|
|
386
381
|
overflow: auto;
|
|
387
382
|
}
|
|
388
383
|
|
|
389
|
-
.e-listbox-wrapper.e-filter-list {
|
|
390
|
-
overflow: inherit;
|
|
391
|
-
}
|
|
392
384
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
393
385
|
overflow: auto;
|
|
394
386
|
}
|
|
@@ -103,11 +103,6 @@
|
|
|
103
103
|
padding: 9px 16px;
|
|
104
104
|
position: relative;
|
|
105
105
|
}
|
|
106
|
-
.e-listbox-wrapper.e-filter-list,
|
|
107
|
-
.e-listbox-container.e-filter-list,
|
|
108
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
109
|
-
overflow: inherit;
|
|
110
|
-
}
|
|
111
106
|
.e-listbox-wrapper .e-list-parent,
|
|
112
107
|
.e-listbox-container .e-list-parent,
|
|
113
108
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -391,9 +386,6 @@ ejs-listbox {
|
|
|
391
386
|
overflow: auto;
|
|
392
387
|
}
|
|
393
388
|
|
|
394
|
-
.e-listbox-wrapper.e-filter-list {
|
|
395
|
-
overflow: inherit;
|
|
396
|
-
}
|
|
397
389
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
398
390
|
overflow: auto;
|
|
399
391
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
3
2
|
padding: 0 16px 0 0;
|
|
4
3
|
}
|
|
@@ -84,11 +83,6 @@
|
|
|
84
83
|
padding: 11px 16px;
|
|
85
84
|
position: relative;
|
|
86
85
|
}
|
|
87
|
-
.e-listbox-wrapper.e-filter-list,
|
|
88
|
-
.e-listbox-container.e-filter-list,
|
|
89
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
90
|
-
overflow: inherit;
|
|
91
|
-
}
|
|
92
86
|
.e-listbox-wrapper .e-list-parent,
|
|
93
87
|
.e-listbox-container .e-list-parent,
|
|
94
88
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -372,9 +366,6 @@ ejs-listbox {
|
|
|
372
366
|
overflow: auto;
|
|
373
367
|
}
|
|
374
368
|
|
|
375
|
-
.e-listbox-wrapper.e-filter-list {
|
|
376
|
-
overflow: inherit;
|
|
377
|
-
}
|
|
378
369
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
379
370
|
overflow: auto;
|
|
380
371
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
3
2
|
padding: 0 16px 0 0;
|
|
4
3
|
}
|
|
@@ -89,11 +88,6 @@
|
|
|
89
88
|
padding: 11px 16px;
|
|
90
89
|
position: relative;
|
|
91
90
|
}
|
|
92
|
-
.e-listbox-wrapper.e-filter-list,
|
|
93
|
-
.e-listbox-container.e-filter-list,
|
|
94
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
95
|
-
overflow: inherit;
|
|
96
|
-
}
|
|
97
91
|
.e-listbox-wrapper .e-list-parent,
|
|
98
92
|
.e-listbox-container .e-list-parent,
|
|
99
93
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -377,9 +371,6 @@ ejs-listbox {
|
|
|
377
371
|
overflow: auto;
|
|
378
372
|
}
|
|
379
373
|
|
|
380
|
-
.e-listbox-wrapper.e-filter-list {
|
|
381
|
-
overflow: inherit;
|
|
382
|
-
}
|
|
383
374
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
384
375
|
overflow: auto;
|
|
385
376
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -139,11 +138,6 @@
|
|
|
139
138
|
padding: 10px 16px;
|
|
140
139
|
position: relative;
|
|
141
140
|
}
|
|
142
|
-
.e-listbox-wrapper.e-filter-list,
|
|
143
|
-
.e-listbox-container.e-filter-list,
|
|
144
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
145
|
-
overflow: inherit;
|
|
146
|
-
}
|
|
147
141
|
.e-listbox-wrapper .e-list-parent,
|
|
148
142
|
.e-listbox-container .e-list-parent,
|
|
149
143
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -428,9 +422,6 @@ ejs-listbox {
|
|
|
428
422
|
overflow: auto;
|
|
429
423
|
}
|
|
430
424
|
|
|
431
|
-
.e-listbox-wrapper.e-filter-list {
|
|
432
|
-
overflow: inherit;
|
|
433
|
-
}
|
|
434
425
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
435
426
|
overflow: auto;
|
|
436
427
|
}
|
|
@@ -626,12 +617,12 @@ ejs-listbox {
|
|
|
626
617
|
}
|
|
627
618
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
628
619
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
629
|
-
height: calc(100% -
|
|
620
|
+
height: calc(100% - 35px);
|
|
630
621
|
}
|
|
631
622
|
|
|
632
623
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
633
624
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
634
|
-
height: calc(100% -
|
|
625
|
+
height: calc(100% - 48px);
|
|
635
626
|
}
|
|
636
627
|
|
|
637
628
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -646,7 +637,7 @@ ejs-listbox {
|
|
|
646
637
|
|
|
647
638
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
648
639
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
649
|
-
height: calc(100% -
|
|
640
|
+
height: calc(100% - 37px);
|
|
650
641
|
}
|
|
651
642
|
|
|
652
643
|
.e-listbox-wrapper,
|
|
@@ -673,7 +664,7 @@ ejs-listbox {
|
|
|
673
664
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
674
665
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
675
666
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
676
|
-
height: calc(100% -
|
|
667
|
+
height: calc(100% - 40px);
|
|
677
668
|
}
|
|
678
669
|
|
|
679
670
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/list-box/material3-dark.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -195,11 +194,6 @@
|
|
|
195
194
|
padding: 10px 16px;
|
|
196
195
|
position: relative;
|
|
197
196
|
}
|
|
198
|
-
.e-listbox-wrapper.e-filter-list,
|
|
199
|
-
.e-listbox-container.e-filter-list,
|
|
200
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
201
|
-
overflow: inherit;
|
|
202
|
-
}
|
|
203
197
|
.e-listbox-wrapper .e-list-parent,
|
|
204
198
|
.e-listbox-container .e-list-parent,
|
|
205
199
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -484,9 +478,6 @@ ejs-listbox {
|
|
|
484
478
|
overflow: auto;
|
|
485
479
|
}
|
|
486
480
|
|
|
487
|
-
.e-listbox-wrapper.e-filter-list {
|
|
488
|
-
overflow: inherit;
|
|
489
|
-
}
|
|
490
481
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
491
482
|
overflow: auto;
|
|
492
483
|
}
|
|
@@ -682,12 +673,12 @@ ejs-listbox {
|
|
|
682
673
|
}
|
|
683
674
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
684
675
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
685
|
-
height: calc(100% -
|
|
676
|
+
height: calc(100% - 35px);
|
|
686
677
|
}
|
|
687
678
|
|
|
688
679
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
689
680
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
690
|
-
height: calc(100% -
|
|
681
|
+
height: calc(100% - 48px);
|
|
691
682
|
}
|
|
692
683
|
|
|
693
684
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -702,7 +693,7 @@ ejs-listbox {
|
|
|
702
693
|
|
|
703
694
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
704
695
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
705
|
-
height: calc(100% -
|
|
696
|
+
height: calc(100% - 37px);
|
|
706
697
|
}
|
|
707
698
|
|
|
708
699
|
.e-listbox-wrapper,
|
|
@@ -729,7 +720,7 @@ ejs-listbox {
|
|
|
729
720
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
730
721
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
731
722
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
732
|
-
height: calc(100% -
|
|
723
|
+
height: calc(100% - 40px);
|
|
733
724
|
}
|
|
734
725
|
|
|
735
726
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/list-box/material3.scss';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
.e-dropdownbase .e-list-item.e-active,
|
|
3
2
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
4
3
|
font-weight: 500;
|
|
@@ -125,11 +124,6 @@
|
|
|
125
124
|
padding: 12px 12px;
|
|
126
125
|
position: relative;
|
|
127
126
|
}
|
|
128
|
-
.e-listbox-wrapper.e-filter-list,
|
|
129
|
-
.e-listbox-container.e-filter-list,
|
|
130
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
131
|
-
overflow: inherit;
|
|
132
|
-
}
|
|
133
127
|
.e-listbox-wrapper .e-list-parent,
|
|
134
128
|
.e-listbox-container .e-list-parent,
|
|
135
129
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -413,9 +407,6 @@ ejs-listbox {
|
|
|
413
407
|
overflow: auto;
|
|
414
408
|
}
|
|
415
409
|
|
|
416
|
-
.e-listbox-wrapper.e-filter-list {
|
|
417
|
-
overflow: inherit;
|
|
418
|
-
}
|
|
419
410
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
420
411
|
overflow: auto;
|
|
421
412
|
}
|
|
@@ -622,7 +613,7 @@ ejs-listbox {
|
|
|
622
613
|
|
|
623
614
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
624
615
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
625
|
-
height: calc(100% -
|
|
616
|
+
height: calc(100% - 57px);
|
|
626
617
|
}
|
|
627
618
|
|
|
628
619
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -637,7 +628,7 @@ ejs-listbox {
|
|
|
637
628
|
|
|
638
629
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
639
630
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
640
|
-
height: calc(100% -
|
|
631
|
+
height: calc(100% - 53px);
|
|
641
632
|
}
|
|
642
633
|
|
|
643
634
|
.e-listbox-wrapper,
|
|
@@ -674,7 +665,7 @@ ejs-listbox {
|
|
|
674
665
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
675
666
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
676
667
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
677
|
-
height: calc(100% -
|
|
668
|
+
height: calc(100% - 49px);
|
|
678
669
|
}
|
|
679
670
|
|
|
680
671
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
.e-dropdownbase .e-list-item.e-active,
|
|
3
2
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
4
3
|
font-weight: 500;
|
|
@@ -125,11 +124,6 @@
|
|
|
125
124
|
padding: 12px 12px;
|
|
126
125
|
position: relative;
|
|
127
126
|
}
|
|
128
|
-
.e-listbox-wrapper.e-filter-list,
|
|
129
|
-
.e-listbox-container.e-filter-list,
|
|
130
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
131
|
-
overflow: inherit;
|
|
132
|
-
}
|
|
133
127
|
.e-listbox-wrapper .e-list-parent,
|
|
134
128
|
.e-listbox-container .e-list-parent,
|
|
135
129
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -413,9 +407,6 @@ ejs-listbox {
|
|
|
413
407
|
overflow: auto;
|
|
414
408
|
}
|
|
415
409
|
|
|
416
|
-
.e-listbox-wrapper.e-filter-list {
|
|
417
|
-
overflow: inherit;
|
|
418
|
-
}
|
|
419
410
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
420
411
|
overflow: auto;
|
|
421
412
|
}
|
|
@@ -622,7 +613,7 @@ ejs-listbox {
|
|
|
622
613
|
|
|
623
614
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
624
615
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
625
|
-
height: calc(100% -
|
|
616
|
+
height: calc(100% - 57px);
|
|
626
617
|
}
|
|
627
618
|
|
|
628
619
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -637,7 +628,7 @@ ejs-listbox {
|
|
|
637
628
|
|
|
638
629
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
639
630
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
640
|
-
height: calc(100% -
|
|
631
|
+
height: calc(100% - 53px);
|
|
641
632
|
}
|
|
642
633
|
|
|
643
634
|
.e-listbox-wrapper,
|
|
@@ -674,7 +665,7 @@ ejs-listbox {
|
|
|
674
665
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
675
666
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
676
667
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
677
|
-
height: calc(100% -
|
|
668
|
+
height: calc(100% - 49px);
|
|
678
669
|
}
|
|
679
670
|
|
|
680
671
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
package/styles/material-dark.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
3
2
|
padding: 0 16px 0 0;
|
|
4
3
|
}
|
|
@@ -3958,11 +3957,6 @@ ejs-multiselect {
|
|
|
3958
3957
|
padding: 11px 16px;
|
|
3959
3958
|
position: relative;
|
|
3960
3959
|
}
|
|
3961
|
-
.e-listbox-wrapper.e-filter-list,
|
|
3962
|
-
.e-listbox-container.e-filter-list,
|
|
3963
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
3964
|
-
overflow: inherit;
|
|
3965
|
-
}
|
|
3966
3960
|
.e-listbox-wrapper .e-list-parent,
|
|
3967
3961
|
.e-listbox-container .e-list-parent,
|
|
3968
3962
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -4246,9 +4240,6 @@ ejs-listbox {
|
|
|
4246
4240
|
overflow: auto;
|
|
4247
4241
|
}
|
|
4248
4242
|
|
|
4249
|
-
.e-listbox-wrapper.e-filter-list {
|
|
4250
|
-
overflow: inherit;
|
|
4251
|
-
}
|
|
4252
4243
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4253
4244
|
overflow: auto;
|
|
4254
4245
|
}
|
package/styles/material.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
|
|
2
1
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
3
2
|
padding: 0 16px 0 0;
|
|
4
3
|
}
|
|
@@ -4018,11 +4017,6 @@ ejs-multiselect {
|
|
|
4018
4017
|
padding: 11px 16px;
|
|
4019
4018
|
position: relative;
|
|
4020
4019
|
}
|
|
4021
|
-
.e-listbox-wrapper.e-filter-list,
|
|
4022
|
-
.e-listbox-container.e-filter-list,
|
|
4023
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
4024
|
-
overflow: inherit;
|
|
4025
|
-
}
|
|
4026
4020
|
.e-listbox-wrapper .e-list-parent,
|
|
4027
4021
|
.e-listbox-container .e-list-parent,
|
|
4028
4022
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -4306,9 +4300,6 @@ ejs-listbox {
|
|
|
4306
4300
|
overflow: auto;
|
|
4307
4301
|
}
|
|
4308
4302
|
|
|
4309
|
-
.e-listbox-wrapper.e-filter-list {
|
|
4310
|
-
overflow: inherit;
|
|
4311
|
-
}
|
|
4312
4303
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4313
4304
|
overflow: auto;
|
|
4314
4305
|
}
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
7
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
8
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
9
1
|
:root {
|
|
10
2
|
--color-sf-black: 0, 0, 0;
|
|
11
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -4159,11 +4151,6 @@ ejs-multiselect {
|
|
|
4159
4151
|
padding: 10px 16px;
|
|
4160
4152
|
position: relative;
|
|
4161
4153
|
}
|
|
4162
|
-
.e-listbox-wrapper.e-filter-list,
|
|
4163
|
-
.e-listbox-container.e-filter-list,
|
|
4164
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
4165
|
-
overflow: inherit;
|
|
4166
|
-
}
|
|
4167
4154
|
.e-listbox-wrapper .e-list-parent,
|
|
4168
4155
|
.e-listbox-container .e-list-parent,
|
|
4169
4156
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -4448,9 +4435,6 @@ ejs-listbox {
|
|
|
4448
4435
|
overflow: auto;
|
|
4449
4436
|
}
|
|
4450
4437
|
|
|
4451
|
-
.e-listbox-wrapper.e-filter-list {
|
|
4452
|
-
overflow: inherit;
|
|
4453
|
-
}
|
|
4454
4438
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4455
4439
|
overflow: auto;
|
|
4456
4440
|
}
|
|
@@ -4646,12 +4630,12 @@ ejs-listbox {
|
|
|
4646
4630
|
}
|
|
4647
4631
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4648
4632
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
4649
|
-
height: calc(100% -
|
|
4633
|
+
height: calc(100% - 35px);
|
|
4650
4634
|
}
|
|
4651
4635
|
|
|
4652
4636
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4653
4637
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4654
|
-
height: calc(100% -
|
|
4638
|
+
height: calc(100% - 48px);
|
|
4655
4639
|
}
|
|
4656
4640
|
|
|
4657
4641
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -4666,7 +4650,7 @@ ejs-listbox {
|
|
|
4666
4650
|
|
|
4667
4651
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4668
4652
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
4669
|
-
height: calc(100% -
|
|
4653
|
+
height: calc(100% - 37px);
|
|
4670
4654
|
}
|
|
4671
4655
|
|
|
4672
4656
|
.e-listbox-wrapper,
|
|
@@ -4693,7 +4677,7 @@ ejs-listbox {
|
|
|
4693
4677
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
4694
4678
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
4695
4679
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
4696
|
-
height: calc(100% -
|
|
4680
|
+
height: calc(100% - 40px);
|
|
4697
4681
|
}
|
|
4698
4682
|
|
|
4699
4683
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
package/styles/material3.css
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
1
|
:root {
|
|
3
2
|
--color-sf-black: 0, 0, 0;
|
|
4
3
|
--color-sf-white: 255, 255, 255;
|
|
@@ -4544,11 +4543,6 @@ ejs-multiselect {
|
|
|
4544
4543
|
padding: 10px 16px;
|
|
4545
4544
|
position: relative;
|
|
4546
4545
|
}
|
|
4547
|
-
.e-listbox-wrapper.e-filter-list,
|
|
4548
|
-
.e-listbox-container.e-filter-list,
|
|
4549
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
4550
|
-
overflow: inherit;
|
|
4551
|
-
}
|
|
4552
4546
|
.e-listbox-wrapper .e-list-parent,
|
|
4553
4547
|
.e-listbox-container .e-list-parent,
|
|
4554
4548
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -4833,9 +4827,6 @@ ejs-listbox {
|
|
|
4833
4827
|
overflow: auto;
|
|
4834
4828
|
}
|
|
4835
4829
|
|
|
4836
|
-
.e-listbox-wrapper.e-filter-list {
|
|
4837
|
-
overflow: inherit;
|
|
4838
|
-
}
|
|
4839
4830
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
4840
4831
|
overflow: auto;
|
|
4841
4832
|
}
|
|
@@ -5031,12 +5022,12 @@ ejs-listbox {
|
|
|
5031
5022
|
}
|
|
5032
5023
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5033
5024
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
5034
|
-
height: calc(100% -
|
|
5025
|
+
height: calc(100% - 35px);
|
|
5035
5026
|
}
|
|
5036
5027
|
|
|
5037
5028
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5038
5029
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
5039
|
-
height: calc(100% -
|
|
5030
|
+
height: calc(100% - 48px);
|
|
5040
5031
|
}
|
|
5041
5032
|
|
|
5042
5033
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -5051,7 +5042,7 @@ ejs-listbox {
|
|
|
5051
5042
|
|
|
5052
5043
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5053
5044
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
5054
|
-
height: calc(100% -
|
|
5045
|
+
height: calc(100% - 37px);
|
|
5055
5046
|
}
|
|
5056
5047
|
|
|
5057
5048
|
.e-listbox-wrapper,
|
|
@@ -5078,7 +5069,7 @@ ejs-listbox {
|
|
|
5078
5069
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
5079
5070
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
5080
5071
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
5081
|
-
height: calc(100% -
|
|
5072
|
+
height: calc(100% - 40px);
|
|
5082
5073
|
}
|
|
5083
5074
|
|
|
5084
5075
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/mention/material3-dark.scss';
|