@syncfusion/ej2-angular-dropdowns 19.2.62 → 19.3.46
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 +2 -2
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +2 -2
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +36 -0
- package/dist/ej2-angular-dropdowns.umd.js +3 -3
- 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 +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/src/auto-complete/autocomplete.component.d.ts +15 -0
- package/src/combo-box/combobox.component.d.ts +15 -0
- package/src/drop-down-list/dropdownlist.component.d.ts +14 -0
- package/src/drop-down-tree/dropdowntree.component.d.ts +13 -0
- package/src/list-box/listbox.component.d.ts +14 -0
- package/src/multi-select/multiselect.component.d.ts +21 -0
- package/styles/auto-complete/bootstrap4.css +5 -0
- package/styles/auto-complete/bootstrap5-dark.css +146 -0
- package/styles/auto-complete/bootstrap5-dark.scss +1 -0
- package/styles/auto-complete/bootstrap5.css +146 -0
- package/styles/auto-complete/bootstrap5.scss +1 -0
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/bootstrap-dark.css +15 -4
- package/styles/bootstrap.css +15 -4
- package/styles/bootstrap4.css +21 -21
- package/styles/bootstrap5-dark.css +3413 -0
- package/styles/bootstrap5-dark.scss +7 -0
- package/styles/bootstrap5.css +3413 -0
- package/styles/bootstrap5.scss +7 -0
- package/styles/combo-box/bootstrap4.css +5 -0
- package/styles/combo-box/bootstrap5-dark.css +146 -0
- package/styles/combo-box/bootstrap5-dark.scss +1 -0
- package/styles/combo-box/bootstrap5.css +146 -0
- package/styles/combo-box/bootstrap5.scss +1 -0
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +1 -3
- package/styles/drop-down-base/bootstrap.css +1 -3
- package/styles/drop-down-base/bootstrap4.css +1 -3
- package/styles/drop-down-base/bootstrap5-dark.css +372 -0
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap5.css +372 -0
- package/styles/drop-down-base/bootstrap5.scss +1 -0
- package/styles/drop-down-base/fabric-dark.css +1 -3
- package/styles/drop-down-base/fabric.css +1 -3
- package/styles/drop-down-base/highcontrast-light.css +1 -3
- package/styles/drop-down-base/highcontrast.css +1 -3
- package/styles/drop-down-base/material-dark.css +3 -5
- package/styles/drop-down-base/material.css +1 -3
- package/styles/drop-down-base/tailwind-dark.css +5 -7
- package/styles/drop-down-base/tailwind.css +1 -3
- package/styles/drop-down-list/bootstrap4.css +5 -16
- package/styles/drop-down-list/bootstrap5-dark.css +438 -0
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap5.css +438 -0
- package/styles/drop-down-list/bootstrap5.scss +1 -0
- package/styles/drop-down-list/material-dark.css +2 -2
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +580 -0
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.css +580 -0
- package/styles/drop-down-tree/bootstrap5.scss +1 -0
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/material-dark.css +406 -9
- package/styles/drop-down-tree/material.css +406 -9
- package/styles/drop-down-tree/tailwind-dark.css +9 -5
- package/styles/drop-down-tree/tailwind.css +8 -4
- package/styles/fabric-dark.css +15 -4
- package/styles/fabric.css +15 -4
- package/styles/highcontrast-light.css +15 -4
- package/styles/highcontrast.css +15 -4
- package/styles/list-box/bootstrap5-dark.css +886 -0
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.css +886 -0
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/material-dark.css +3 -3
- package/styles/list-box/tailwind-dark.css +1 -1
- package/styles/list-box/tailwind.css +1 -1
- package/styles/material-dark.css +1113 -59
- package/styles/material.css +508 -13
- package/styles/multi-select/bootstrap-dark.css +10 -1
- package/styles/multi-select/bootstrap.css +10 -1
- package/styles/multi-select/bootstrap4.css +11 -2
- package/styles/multi-select/bootstrap5-dark.css +1289 -0
- package/styles/multi-select/bootstrap5-dark.scss +1 -0
- package/styles/multi-select/bootstrap5.css +1289 -0
- package/styles/multi-select/bootstrap5.scss +1 -0
- package/styles/multi-select/fabric-dark.css +10 -1
- package/styles/multi-select/fabric.css +10 -1
- package/styles/multi-select/highcontrast-light.css +10 -1
- package/styles/multi-select/highcontrast.css +10 -1
- package/styles/multi-select/material-dark.css +699 -40
- package/styles/multi-select/material.css +101 -1
- package/styles/multi-select/tailwind-dark.css +13 -4
- package/styles/multi-select/tailwind.css +13 -4
- package/styles/tailwind-dark.css +28 -17
- package/styles/tailwind.css +23 -12
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-dropdowns/styles/multi-select/bootstrap5.scss';
|
|
@@ -358,7 +358,10 @@
|
|
|
358
358
|
right: auto;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
361
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
362
|
+
margin-top: -3.5em;
|
|
363
|
+
}
|
|
364
|
+
|
|
362
365
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
363
366
|
margin-top: -3.5em;
|
|
364
367
|
}
|
|
@@ -379,6 +382,7 @@
|
|
|
379
382
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
380
383
|
background: none;
|
|
381
384
|
border: 0;
|
|
385
|
+
color: inherit;
|
|
382
386
|
font-family: inherit;
|
|
383
387
|
font-size: 14px;
|
|
384
388
|
font-weight: 400;
|
|
@@ -447,6 +451,7 @@
|
|
|
447
451
|
|
|
448
452
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
449
453
|
line-height: 36px;
|
|
454
|
+
padding-left: 10px;
|
|
450
455
|
}
|
|
451
456
|
|
|
452
457
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -823,6 +828,10 @@ ejs-multiselect {
|
|
|
823
828
|
min-height: 40px;
|
|
824
829
|
}
|
|
825
830
|
|
|
831
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
832
|
+
color: inherit;
|
|
833
|
+
}
|
|
834
|
+
|
|
826
835
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
827
836
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
828
837
|
-ms-flex-align: normal;
|
|
@@ -358,7 +358,10 @@
|
|
|
358
358
|
right: auto;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
361
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
362
|
+
margin-top: -3.5em;
|
|
363
|
+
}
|
|
364
|
+
|
|
362
365
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
363
366
|
margin-top: -3.5em;
|
|
364
367
|
}
|
|
@@ -379,6 +382,7 @@
|
|
|
379
382
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
380
383
|
background: none;
|
|
381
384
|
border: 0;
|
|
385
|
+
color: inherit;
|
|
382
386
|
font-family: inherit;
|
|
383
387
|
font-size: 14px;
|
|
384
388
|
font-weight: 400;
|
|
@@ -447,6 +451,7 @@
|
|
|
447
451
|
|
|
448
452
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
449
453
|
line-height: 36px;
|
|
454
|
+
padding-left: 10px;
|
|
450
455
|
}
|
|
451
456
|
|
|
452
457
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -823,6 +828,10 @@ ejs-multiselect {
|
|
|
823
828
|
min-height: 40px;
|
|
824
829
|
}
|
|
825
830
|
|
|
831
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
832
|
+
color: inherit;
|
|
833
|
+
}
|
|
834
|
+
|
|
826
835
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
827
836
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
828
837
|
-ms-flex-align: normal;
|
|
@@ -485,7 +485,10 @@
|
|
|
485
485
|
right: auto;
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
488
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
489
|
+
margin-top: -3.5em;
|
|
490
|
+
}
|
|
491
|
+
|
|
489
492
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
490
493
|
margin-top: -3.5em;
|
|
491
494
|
}
|
|
@@ -506,6 +509,7 @@
|
|
|
506
509
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
507
510
|
background: none;
|
|
508
511
|
border: 0;
|
|
512
|
+
color: inherit;
|
|
509
513
|
font-family: inherit;
|
|
510
514
|
font-size: 14px;
|
|
511
515
|
font-weight: 400;
|
|
@@ -574,6 +578,7 @@
|
|
|
574
578
|
|
|
575
579
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
576
580
|
line-height: 36px;
|
|
581
|
+
padding-left: 10px;
|
|
577
582
|
}
|
|
578
583
|
|
|
579
584
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -946,6 +951,10 @@ ejs-multiselect {
|
|
|
946
951
|
min-height: 40px;
|
|
947
952
|
}
|
|
948
953
|
|
|
954
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
955
|
+
color: inherit;
|
|
956
|
+
}
|
|
957
|
+
|
|
949
958
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
950
959
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
951
960
|
-ms-flex-align: normal;
|
|
@@ -487,7 +487,10 @@
|
|
|
487
487
|
right: auto;
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
490
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
491
|
+
margin-top: -3.5em;
|
|
492
|
+
}
|
|
493
|
+
|
|
491
494
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
492
495
|
margin-top: -3.5em;
|
|
493
496
|
}
|
|
@@ -508,6 +511,7 @@
|
|
|
508
511
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
509
512
|
background: none;
|
|
510
513
|
border: 0;
|
|
514
|
+
color: inherit;
|
|
511
515
|
font-family: inherit;
|
|
512
516
|
font-size: 14px;
|
|
513
517
|
font-weight: 400;
|
|
@@ -576,6 +580,7 @@
|
|
|
576
580
|
|
|
577
581
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
578
582
|
line-height: 36px;
|
|
583
|
+
padding-left: 10px;
|
|
579
584
|
}
|
|
580
585
|
|
|
581
586
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -948,6 +953,10 @@ ejs-multiselect {
|
|
|
948
953
|
min-height: 40px;
|
|
949
954
|
}
|
|
950
955
|
|
|
956
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
957
|
+
color: inherit;
|
|
958
|
+
}
|
|
959
|
+
|
|
951
960
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
952
961
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
953
962
|
-ms-flex-align: normal;
|