@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
|
@@ -363,7 +363,10 @@
|
|
|
363
363
|
right: auto;
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
366
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
367
|
+
margin-top: -4em;
|
|
368
|
+
}
|
|
369
|
+
|
|
367
370
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
368
371
|
margin-top: -4em;
|
|
369
372
|
}
|
|
@@ -384,6 +387,7 @@
|
|
|
384
387
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
385
388
|
background: none;
|
|
386
389
|
border: 0;
|
|
390
|
+
color: inherit;
|
|
387
391
|
font-family: inherit;
|
|
388
392
|
font-size: 14px;
|
|
389
393
|
font-weight: 400;
|
|
@@ -452,6 +456,7 @@
|
|
|
452
456
|
|
|
453
457
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
454
458
|
line-height: 36px;
|
|
459
|
+
padding-left: 6px;
|
|
455
460
|
}
|
|
456
461
|
|
|
457
462
|
.e-multi-select-list-wrapper .e-hide-listitem {
|
|
@@ -820,6 +825,10 @@ ejs-multiselect {
|
|
|
820
825
|
min-height: 40px;
|
|
821
826
|
}
|
|
822
827
|
|
|
828
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
829
|
+
color: inherit;
|
|
830
|
+
}
|
|
831
|
+
|
|
823
832
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
824
833
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
825
834
|
-ms-flex-align: normal;
|
|
@@ -444,7 +444,10 @@
|
|
|
444
444
|
right: auto;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker
|
|
447
|
+
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
448
|
+
margin-top: -3.5em;
|
|
449
|
+
}
|
|
450
|
+
|
|
448
451
|
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
449
452
|
margin-top: -3.5em;
|
|
450
453
|
}
|
|
@@ -471,6 +474,7 @@
|
|
|
471
474
|
.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
|
|
472
475
|
background: none;
|
|
473
476
|
border: 0;
|
|
477
|
+
color: inherit;
|
|
474
478
|
font-family: inherit;
|
|
475
479
|
font-size: 14px;
|
|
476
480
|
font-weight: 400;
|
|
@@ -540,6 +544,7 @@
|
|
|
540
544
|
|
|
541
545
|
.e-bigger .e-multi-select-wrapper .e-delim-values {
|
|
542
546
|
line-height: 36px;
|
|
547
|
+
padding-left: 6px;
|
|
543
548
|
}
|
|
544
549
|
|
|
545
550
|
.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
@@ -801,7 +806,7 @@
|
|
|
801
806
|
|
|
802
807
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter,
|
|
803
808
|
.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus {
|
|
804
|
-
padding:
|
|
809
|
+
padding: 0;
|
|
805
810
|
}
|
|
806
811
|
|
|
807
812
|
.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
|
|
@@ -920,6 +925,10 @@ ejs-multiselect {
|
|
|
920
925
|
min-height: 40px;
|
|
921
926
|
}
|
|
922
927
|
|
|
928
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
|
|
929
|
+
color: inherit;
|
|
930
|
+
}
|
|
931
|
+
|
|
923
932
|
.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
924
933
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
925
934
|
-ms-flex-align: normal;
|