@syncfusion/ej2-dropdowns 25.2.6 → 25.2.7

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 25.2.6
3
+ * version : 25.2.7
4
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
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-dropdowns@*",
3
- "_id": "@syncfusion/ej2-dropdowns@25.2.5",
3
+ "_id": "@syncfusion/ej2-dropdowns@25.2.6",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-NORTFz/MKH8nOHa86N+HQJGRc8ywL/gUrb1hpAJl2DhZS6jfWLVFJ4OGIf536Ni7IG9OdE0OmfzbJ3GNI2zh6g==",
5
+ "_integrity": "sha512-8cZUnVp0STXgzIUSLIrL61zkvce+q/3uadX51g8fxfovZwbG76WrsbHUv5BGtFHsPIBwbbFOqT9J9rWcKxqtHw==",
6
6
  "_location": "/@syncfusion/ej2-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -34,8 +34,8 @@
34
34
  "/@syncfusion/ej2-spreadsheet",
35
35
  "/@syncfusion/ej2-vue-dropdowns"
36
36
  ],
37
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-25.2.5.tgz",
38
- "_shasum": "05f5f6a40588c8e0c40296f548a86004b7e87d66",
37
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-25.2.6.tgz",
38
+ "_shasum": "c8fc43fba4fd10b7c872f905d00e37a42e0f2e24",
39
39
  "_spec": "@syncfusion/ej2-dropdowns@*",
40
40
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
41
41
  "author": {
@@ -43,13 +43,13 @@
43
43
  },
44
44
  "bundleDependencies": false,
45
45
  "dependencies": {
46
- "@syncfusion/ej2-base": "~25.2.5",
46
+ "@syncfusion/ej2-base": "~25.2.7",
47
47
  "@syncfusion/ej2-data": "~25.2.3",
48
48
  "@syncfusion/ej2-inputs": "~25.2.6",
49
49
  "@syncfusion/ej2-lists": "~25.2.3",
50
50
  "@syncfusion/ej2-navigations": "~25.2.6",
51
51
  "@syncfusion/ej2-notifications": "~25.2.3",
52
- "@syncfusion/ej2-popups": "~25.2.6"
52
+ "@syncfusion/ej2-popups": "~25.2.7"
53
53
  },
54
54
  "deprecated": false,
55
55
  "description": "Essential JS 2 DropDown Components",
@@ -74,7 +74,7 @@
74
74
  "module": "./index.js",
75
75
  "name": "@syncfusion/ej2-dropdowns",
76
76
  "typings": "index.d.ts",
77
- "version": "25.2.6",
77
+ "version": "25.2.7",
78
78
  "sideEffects": false,
79
79
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
80
80
  }
@@ -1005,6 +1005,9 @@ var MultiSelect = /** @class */ (function (_super) {
1005
1005
  this.totalItemCount = this.enableVirtualization && this.dataSource instanceof DataManager ? tempCount : this.totalItemCount;
1006
1006
  }
1007
1007
  else {
1008
+ if (this.dataSource instanceof DataManager && this.allowCustomValue && this.allowFiltering) {
1009
+ this.remoteCustomValue = false;
1010
+ }
1008
1011
  var tempData = JSON.parse(JSON.stringify(this.listData));
1009
1012
  tempData.splice(0, 0, dataItem_1);
1010
1013
  this.resetList(tempData, field, query);
@@ -3151,6 +3154,9 @@ var MultiSelect = /** @class */ (function (_super) {
3151
3154
  if (!eventArgs.cancel) {
3152
3155
  if (!_this.isFiltered && !eventArgs.preventDefaultAction) {
3153
3156
  _this.filterAction = true;
3157
+ if (_this.dataSource instanceof DataManager && _this.allowCustomValue) {
3158
+ _this.isCustomRendered = false;
3159
+ }
3154
3160
  _this.dataUpdater(_this.dataSource, null, _this.fields);
3155
3161
  }
3156
3162
  }
@@ -5219,6 +5225,9 @@ var MultiSelect = /** @class */ (function (_super) {
5219
5225
  if (this.mode === 'Default' || this.mode === 'Box') {
5220
5226
  this.inputElement.setAttribute('aria-describedby', this.chipCollectionWrapper.id);
5221
5227
  }
5228
+ if (!isNullOrUndefined(this.inputElement)) {
5229
+ attributes(this.inputElement, { 'aria-expanded': 'false', 'aria-label': this.getModuleName() });
5230
+ }
5222
5231
  if (this.element.tagName !== this.getNgDirective()) {
5223
5232
  this.element.style.display = 'none';
5224
5233
  }
@@ -5489,7 +5498,7 @@ var MultiSelect = /** @class */ (function (_super) {
5489
5498
  this.ulElement = null;
5490
5499
  this.mainListCollection = null;
5491
5500
  _super.prototype.destroy.call(this);
5492
- var temp = ['readonly', 'aria-disabled', 'placeholder'];
5501
+ var temp = ['readonly', 'aria-disabled', 'placeholder', 'aria-label', 'aria-expanded'];
5493
5502
  var length = temp.length;
5494
5503
  if (!isNullOrUndefined(this.inputElement)) {
5495
5504
  while (length > 0) {