@syncfusion/ej2-angular-dropdowns 26.1.39 → 26.1.40
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 +18 -0
- package/package.json +6 -6
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/fluent2.css +5 -5
- package/styles/list-box/fluent2.css +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### DropDownTree
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I605241` - An issue with change event in the Dropdown Tree component has been resolved.
|
|
10
|
+
|
|
11
|
+
### MultiSelect
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I580914` - Fixed issue with MultiSelect CheckBox mode and large dataset causing page unresponsiveness.
|
|
16
|
+
|
|
17
|
+
#### Bug fixes
|
|
18
|
+
|
|
19
|
+
- `#I598990` - The issue where the request to the server was not made when typing faster into the input has been resolved.
|
|
20
|
+
|
|
21
|
+
## 26.1.39 (2024-06-25)
|
|
22
|
+
|
|
5
23
|
### ListBox
|
|
6
24
|
|
|
7
25
|
#### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-dropdowns@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-dropdowns@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-dropdowns@26.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-6IZidg3GePkt6ExTQhKIjQt5VewQmkPn0uIE8hWZQJElgI410YPdnMLS76zYB1C/85saHlM7Xj6Ihn6RXAEa6w==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-dropdowns/-/ej2-angular-dropdowns-26.1.39.tgz",
|
|
23
|
+
"_shasum": "ae9d8ac4fe63d95619c5011684275f39976710bc",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.1.39",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "26.1.
|
|
36
|
+
"@syncfusion/ej2-dropdowns": "26.1.40",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"schematics": "./schematics/collection.json",
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"typings": "syncfusion-ej2-angular-dropdowns.d.ts",
|
|
80
|
-
"version": "26.1.
|
|
80
|
+
"version": "26.1.40"
|
|
81
81
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-dropdowns';
|
|
2
|
-
export const pkgVer = '^26.1.
|
|
2
|
+
export const pkgVer = '^26.1.39';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~26.1.
|
|
4
|
+
export const themeVer = '~26.1.39';
|
package/styles/fluent2.css
CHANGED
|
@@ -10988,11 +10988,11 @@ ejs-listbox {
|
|
|
10988
10988
|
}
|
|
10989
10989
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
10990
10990
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
10991
|
-
height: calc(100% -
|
|
10991
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
10992
10992
|
}
|
|
10993
10993
|
|
|
10994
10994
|
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
10995
|
-
height: calc(100% -
|
|
10995
|
+
height: calc(100% - 60px) !important; /* stylelint-disable-line declaration-no-important */
|
|
10996
10996
|
}
|
|
10997
10997
|
|
|
10998
10998
|
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
@@ -11013,7 +11013,7 @@ ejs-listbox {
|
|
|
11013
11013
|
}
|
|
11014
11014
|
|
|
11015
11015
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
11016
|
-
height: calc(100% -
|
|
11016
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
11017
11017
|
}
|
|
11018
11018
|
|
|
11019
11019
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -11023,7 +11023,7 @@ ejs-listbox {
|
|
|
11023
11023
|
|
|
11024
11024
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
11025
11025
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
11026
|
-
height: calc(100% -
|
|
11026
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
11027
11027
|
}
|
|
11028
11028
|
|
|
11029
11029
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
@@ -11058,7 +11058,7 @@ ejs-listbox {
|
|
|
11058
11058
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
11059
11059
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
11060
11060
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
11061
|
-
height: calc(100% -
|
|
11061
|
+
height: calc(100% - 52px);
|
|
11062
11062
|
}
|
|
11063
11063
|
|
|
11064
11064
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|
|
@@ -1673,11 +1673,11 @@ ejs-listbox {
|
|
|
1673
1673
|
}
|
|
1674
1674
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1675
1675
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
1676
|
-
height: calc(100% -
|
|
1676
|
+
height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
1679
|
.e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
1680
|
-
height: calc(100% -
|
|
1680
|
+
height: calc(100% - 60px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
@@ -1698,7 +1698,7 @@ ejs-listbox {
|
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
1700
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
|
|
1701
|
-
height: calc(100% -
|
|
1701
|
+
height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
1704
|
.e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
|
|
@@ -1708,7 +1708,7 @@ ejs-listbox {
|
|
|
1708
1708
|
|
|
1709
1709
|
.e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1710
1710
|
.e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
|
|
1711
|
-
height: calc(100% -
|
|
1711
|
+
height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
|
|
1712
1712
|
}
|
|
1713
1713
|
|
|
1714
1714
|
.e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
|
|
@@ -1743,7 +1743,7 @@ ejs-listbox {
|
|
|
1743
1743
|
.e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
1744
1744
|
.e-listbox-container.e-filter-list .e-list-parent,
|
|
1745
1745
|
.e-listboxtool-wrapper.e-filter-list .e-list-parent {
|
|
1746
|
-
height: calc(100% -
|
|
1746
|
+
height: calc(100% - 52px);
|
|
1747
1747
|
}
|
|
1748
1748
|
|
|
1749
1749
|
.e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
|