@syncfusion/ej2-angular-dropdowns 23.1.36-ngcc → 23.1.38-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 +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 +8 -0
- package/dist/ej2-angular-dropdowns.umd.js +4 -4
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +3 -3
- 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/styles/bootstrap-dark.css +70 -7
- package/styles/bootstrap.css +70 -7
- package/styles/bootstrap4.css +71 -8
- package/styles/bootstrap5-dark.css +71 -8
- package/styles/bootstrap5.css +71 -8
- package/styles/fabric-dark.css +70 -7
- package/styles/fabric.css +70 -7
- package/styles/fluent-dark.css +70 -7
- package/styles/fluent.css +70 -7
- package/styles/highcontrast-light.css +70 -7
- package/styles/highcontrast.css +70 -7
- package/styles/list-box/bootstrap-dark.css +70 -7
- package/styles/list-box/bootstrap.css +70 -7
- package/styles/list-box/bootstrap4.css +71 -8
- package/styles/list-box/bootstrap5-dark.css +71 -8
- package/styles/list-box/bootstrap5.css +71 -8
- package/styles/list-box/fabric-dark.css +70 -7
- package/styles/list-box/fabric.css +70 -7
- package/styles/list-box/fluent-dark.css +70 -7
- package/styles/list-box/fluent.css +70 -7
- package/styles/list-box/highcontrast-light.css +70 -7
- package/styles/list-box/highcontrast.css +70 -7
- package/styles/list-box/material-dark.css +71 -8
- package/styles/list-box/material.css +71 -8
- package/styles/list-box/material3-dark.css +71 -8
- package/styles/list-box/material3.css +71 -8
- package/styles/list-box/tailwind-dark.css +71 -8
- package/styles/list-box/tailwind.css +71 -8
- package/styles/material-dark.css +71 -8
- package/styles/material.css +71 -8
- package/styles/material3-dark.css +71 -8
- package/styles/material3.css +71 -8
- package/styles/tailwind-dark.css +71 -8
- package/styles/tailwind.css +71 -8
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I493841` - Issue with "Scrollbar in ListBox while using inside a splitter" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 23.1.36 (2023-09-15)
|
|
12
|
+
|
|
13
|
+
### ListBox
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
9
17
|
- `#F43705` - Issue with "Dropping selected items does not work correctly while enabling the checkbox in listbox component." has been resolved.
|
|
10
18
|
|
|
11
19
|
### MultiSelect
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-dropdowns.umd.js
|
|
3
|
-
* version : 23.1.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.38
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
@@ -1254,11 +1254,11 @@ __decorate$5([
|
|
|
1254
1254
|
__metadata$5("design:type", Object)
|
|
1255
1255
|
], exports.DropDownTreeComponent.prototype, "itemTemplate", void 0);
|
|
1256
1256
|
__decorate$5([
|
|
1257
|
-
ej2AngularBase.Template('No
|
|
1257
|
+
ej2AngularBase.Template('No Records Found'),
|
|
1258
1258
|
__metadata$5("design:type", Object)
|
|
1259
1259
|
], exports.DropDownTreeComponent.prototype, "noRecordsTemplate", void 0);
|
|
1260
1260
|
__decorate$5([
|
|
1261
|
-
ej2AngularBase.Template('Request failed'),
|
|
1261
|
+
ej2AngularBase.Template('The Request failed'),
|
|
1262
1262
|
__metadata$5("design:type", Object)
|
|
1263
1263
|
], exports.DropDownTreeComponent.prototype, "actionFailureTemplate", void 0);
|
|
1264
1264
|
exports.DropDownTreeComponent = DropDownTreeComponent_1 = __decorate$5([
|