@syncfusion/ej2-angular-dropdowns 26.1.40 → 26.1.41
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 +14 -0
- package/package.json +7 -7
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +1 -1
- package/styles/bootstrap.css +1 -1
- package/styles/bootstrap4.css +1 -1
- package/styles/bootstrap5-dark.css +1 -1
- package/styles/bootstrap5.css +1 -1
- package/styles/drop-down-tree/bootstrap-dark.css +1 -1
- package/styles/drop-down-tree/bootstrap.css +1 -1
- package/styles/drop-down-tree/bootstrap4.css +1 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +1 -1
- package/styles/drop-down-tree/bootstrap5.css +1 -1
- package/styles/drop-down-tree/fabric-dark.css +1 -1
- package/styles/drop-down-tree/fabric.css +1 -1
- package/styles/drop-down-tree/fluent-dark.css +1 -1
- package/styles/drop-down-tree/fluent.css +1 -1
- package/styles/drop-down-tree/fluent2.css +1 -1
- package/styles/drop-down-tree/highcontrast-light.css +1 -1
- package/styles/drop-down-tree/highcontrast.css +1 -1
- package/styles/drop-down-tree/material-dark.css +1 -1
- package/styles/drop-down-tree/material.css +1 -1
- package/styles/drop-down-tree/material3-dark.css +1 -1
- package/styles/drop-down-tree/material3.css +1 -1
- package/styles/drop-down-tree/tailwind-dark.css +1 -1
- package/styles/drop-down-tree/tailwind.css +1 -1
- package/styles/fabric-dark.css +1 -1
- package/styles/fabric.css +1 -1
- package/styles/fluent-dark.css +1 -1
- package/styles/fluent.css +1 -1
- package/styles/fluent2.css +3 -2
- package/styles/highcontrast-light.css +1 -1
- package/styles/highcontrast.css +1 -1
- package/styles/material-dark.css +1 -1
- package/styles/material.css +1 -1
- package/styles/material3-dark.css +1 -1
- package/styles/material3.css +1 -1
- package/styles/multi-select/fluent2.css +2 -1
- package/styles/tailwind-dark.css +1 -1
- package/styles/tailwind.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I601738` - Resolved the issue where `autoCheck` action was not working properly during the filtering action.
|
|
10
|
+
|
|
11
|
+
### ListBox
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I601598` - Issue with "filtering was not applied after adding the new items in listbox while filtering" has been resolved.
|
|
16
|
+
|
|
17
|
+
## 26.1.40 (2024-07-02)
|
|
18
|
+
|
|
19
|
+
### DropDownTree
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
9
23
|
- `#I605241` - An issue with change event in the Dropdown Tree component has been resolved.
|
|
10
24
|
|
|
11
25
|
### MultiSelect
|
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.40",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-DOqt80qQVJ7Ly0bDnOWD30i1ZQRXEXquakUH3bFr0oG9XcO+qkg2urjAdlupEU+fb5Sa66Egp9yTGzonWfbcVg==",
|
|
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.40.tgz",
|
|
23
|
+
"_shasum": "940f620e5be1a91ce8ef5022fe450f9c4cd691e3",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-dropdowns@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.1.41",
|
|
35
35
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "26.1.
|
|
36
|
+
"@syncfusion/ej2-dropdowns": "26.1.41",
|
|
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.41"
|
|
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.40';
|
|
3
3
|
export const moduleName = 'DropDownListModule, ComboBoxModule, AutoCompleteModule, MultiSelectModule, ListBoxModule, DropDownTreeModule, MentionModule';
|
|
4
|
-
export const themeVer = '~26.1.
|
|
4
|
+
export const themeVer = '~26.1.40';
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -1026,7 +1026,7 @@ ejs-dropdownlist {
|
|
|
1026
1026
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
1027
1027
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
1028
1028
|
width: 0;
|
|
1029
|
-
|
|
1029
|
+
visibility: hidden;
|
|
1030
1030
|
}
|
|
1031
1031
|
.e-ddt.e-popup {
|
|
1032
1032
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
package/styles/bootstrap5.css
CHANGED
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
350
350
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
351
351
|
width: 0;
|
|
352
|
-
|
|
352
|
+
visibility: hidden;
|
|
353
353
|
}
|
|
354
354
|
.e-ddt.e-popup {
|
|
355
355
|
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
package/styles/fluent-dark.css
CHANGED
package/styles/fluent.css
CHANGED
package/styles/fluent2.css
CHANGED
|
@@ -4483,7 +4483,7 @@ ejs-dropdownlist {
|
|
|
4483
4483
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
4484
4484
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
4485
4485
|
width: 0;
|
|
4486
|
-
|
|
4486
|
+
visibility: hidden;
|
|
4487
4487
|
}
|
|
4488
4488
|
.e-ddt.e-popup {
|
|
4489
4489
|
border: 1px solid var(--color-sf-border-light);
|
|
@@ -9180,7 +9180,8 @@ ejs-multiselect {
|
|
|
9180
9180
|
}
|
|
9181
9181
|
|
|
9182
9182
|
.e-multi-select-wrapper .e-chips {
|
|
9183
|
-
background-color: var(--color-sf-
|
|
9183
|
+
background-color: var(--color-sf-chip-bg-color);
|
|
9184
|
+
border: 1px solid var(--color-sf-chip-border-color);
|
|
9184
9185
|
border-radius: 6px;
|
|
9185
9186
|
height: 22px;
|
|
9186
9187
|
}
|
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
|
@@ -1161,7 +1161,7 @@ ejs-dropdownlist {
|
|
|
1161
1161
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
1162
1162
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
1163
1163
|
width: 0;
|
|
1164
|
-
|
|
1164
|
+
visibility: hidden;
|
|
1165
1165
|
}
|
|
1166
1166
|
.e-ddt.e-popup {
|
|
1167
1167
|
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
|
package/styles/material3.css
CHANGED
|
@@ -2476,7 +2476,8 @@ ejs-multiselect {
|
|
|
2476
2476
|
}
|
|
2477
2477
|
|
|
2478
2478
|
.e-multi-select-wrapper .e-chips {
|
|
2479
|
-
background-color: var(--color-sf-
|
|
2479
|
+
background-color: var(--color-sf-chip-bg-color);
|
|
2480
|
+
border: 1px solid var(--color-sf-chip-border-color);
|
|
2480
2481
|
border-radius: 6px;
|
|
2481
2482
|
height: 22px;
|
|
2482
2483
|
}
|
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED