@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
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/mention/material3.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/multi-select/material3-dark.scss';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
@import 'ej2-dropdowns/styles/multi-select/material3.scss';
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,11 +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
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
8
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
9
1
|
.e-dropdownbase .e-list-item.e-active,
|
|
10
2
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
11
3
|
font-weight: 500;
|
|
@@ -2672,11 +2664,6 @@ ejs-multiselect {
|
|
|
2672
2664
|
padding: 12px 12px;
|
|
2673
2665
|
position: relative;
|
|
2674
2666
|
}
|
|
2675
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2676
|
-
.e-listbox-container.e-filter-list,
|
|
2677
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2678
|
-
overflow: inherit;
|
|
2679
|
-
}
|
|
2680
2667
|
.e-listbox-wrapper .e-list-parent,
|
|
2681
2668
|
.e-listbox-container .e-list-parent,
|
|
2682
2669
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2960,9 +2947,6 @@ ejs-listbox {
|
|
|
2960
2947
|
overflow: auto;
|
|
2961
2948
|
}
|
|
2962
2949
|
|
|
2963
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2964
|
-
overflow: inherit;
|
|
2965
|
-
}
|
|
2966
2950
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2967
2951
|
overflow: auto;
|
|
2968
2952
|
}
|
|
@@ -3169,7 +3153,7 @@ ejs-listbox {
|
|
|
3169
3153
|
|
|
3170
3154
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3171
3155
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3172
|
-
height: calc(100% -
|
|
3156
|
+
height: calc(100% - 57px);
|
|
3173
3157
|
}
|
|
3174
3158
|
|
|
3175
3159
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3184,7 +3168,7 @@ ejs-listbox {
|
|
|
3184
3168
|
|
|
3185
3169
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3186
3170
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3187
|
-
height: calc(100% -
|
|
3171
|
+
height: calc(100% - 53px);
|
|
3188
3172
|
}
|
|
3189
3173
|
|
|
3190
3174
|
.e-listbox-wrapper,
|
|
@@ -3221,7 +3205,7 @@ ejs-listbox {
|
|
|
3221
3205
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3222
3206
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3223
3207
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3224
|
-
height: calc(100% -
|
|
3208
|
+
height: calc(100% - 49px);
|
|
3225
3209
|
}
|
|
3226
3210
|
|
|
3227
3211
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
package/styles/tailwind.css
CHANGED
|
@@ -1,11 +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
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
3
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
8
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
9
1
|
.e-dropdownbase .e-list-item.e-active,
|
|
10
2
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
11
3
|
font-weight: 500;
|
|
@@ -2672,11 +2664,6 @@ ejs-multiselect {
|
|
|
2672
2664
|
padding: 12px 12px;
|
|
2673
2665
|
position: relative;
|
|
2674
2666
|
}
|
|
2675
|
-
.e-listbox-wrapper.e-filter-list,
|
|
2676
|
-
.e-listbox-container.e-filter-list,
|
|
2677
|
-
.e-listboxtool-wrapper.e-filter-list {
|
|
2678
|
-
overflow: inherit;
|
|
2679
|
-
}
|
|
2680
2667
|
.e-listbox-wrapper .e-list-parent,
|
|
2681
2668
|
.e-listbox-container .e-list-parent,
|
|
2682
2669
|
.e-listboxtool-wrapper .e-list-parent {
|
|
@@ -2960,9 +2947,6 @@ ejs-listbox {
|
|
|
2960
2947
|
overflow: auto;
|
|
2961
2948
|
}
|
|
2962
2949
|
|
|
2963
|
-
.e-listbox-wrapper.e-filter-list {
|
|
2964
|
-
overflow: inherit;
|
|
2965
|
-
}
|
|
2966
2950
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2967
2951
|
overflow: auto;
|
|
2968
2952
|
}
|
|
@@ -3169,7 +3153,7 @@ ejs-listbox {
|
|
|
3169
3153
|
|
|
3170
3154
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3171
3155
|
.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3172
|
-
height: calc(100% -
|
|
3156
|
+
height: calc(100% - 57px);
|
|
3173
3157
|
}
|
|
3174
3158
|
|
|
3175
3159
|
.e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -3184,7 +3168,7 @@ ejs-listbox {
|
|
|
3184
3168
|
|
|
3185
3169
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3186
3170
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
|
|
3187
|
-
height: calc(100% -
|
|
3171
|
+
height: calc(100% - 53px);
|
|
3188
3172
|
}
|
|
3189
3173
|
|
|
3190
3174
|
.e-listbox-wrapper,
|
|
@@ -3221,7 +3205,7 @@ ejs-listbox {
|
|
|
3221
3205
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3222
3206
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
3223
3207
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
3224
|
-
height: calc(100% -
|
|
3208
|
+
height: calc(100% - 49px);
|
|
3225
3209
|
}
|
|
3226
3210
|
|
|
3227
3211
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|