@syncfusion/ej2-dropdowns 22.2.10 → 22.2.11
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 +3 -0
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +5 -3
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +5 -3
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/drop-down-list/drop-down-list.js +5 -3
- package/styles/auto-complete/material.css +1 -1
- package/styles/combo-box/material.css +1 -1
- package/styles/drop-down-base/material.css +1 -1
- package/styles/drop-down-list/material.css +1 -1
- package/styles/drop-down-tree/material.css +1 -1
- package/styles/list-box/material.css +1 -1
- package/styles/material.css +1 -1
- package/styles/mention/material.css +1 -1
- package/styles/multi-select/material.css +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 22.2.
|
|
3
|
+
* version : 22.2.11
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@22.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-dropdowns@22.2.10",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-eTNpfEBL6fCTWplXqZfTQ9u/8dmXmBJQcEAI3ShiCsVRQlsNaFpEfMQELnesXmfMGOExiILhvrrgXxwJ7wsR+w==",
|
|
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-22.2.
|
|
38
|
-
"_shasum": "
|
|
37
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-22.2.10.tgz",
|
|
38
|
+
"_shasum": "8817db861d5419b27c75ae15d742a427ef8f2ed2",
|
|
39
39
|
"_spec": "@syncfusion/ej2-dropdowns@*",
|
|
40
40
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
41
41
|
"author": {
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"@syncfusion/ej2-base": "~22.2.10",
|
|
47
47
|
"@syncfusion/ej2-data": "~22.2.5",
|
|
48
48
|
"@syncfusion/ej2-inputs": "~22.2.9",
|
|
49
|
-
"@syncfusion/ej2-lists": "~22.2.
|
|
50
|
-
"@syncfusion/ej2-navigations": "~22.2.
|
|
51
|
-
"@syncfusion/ej2-popups": "~22.2.
|
|
49
|
+
"@syncfusion/ej2-lists": "~22.2.11",
|
|
50
|
+
"@syncfusion/ej2-navigations": "~22.2.11",
|
|
51
|
+
"@syncfusion/ej2-popups": "~22.2.11"
|
|
52
52
|
},
|
|
53
53
|
"deprecated": false,
|
|
54
54
|
"description": "Essential JS 2 DropDown Components",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"module": "./index.js",
|
|
74
74
|
"name": "@syncfusion/ej2-dropdowns",
|
|
75
75
|
"typings": "index.d.ts",
|
|
76
|
-
"version": "22.2.
|
|
76
|
+
"version": "22.2.11",
|
|
77
77
|
"sideEffects": false,
|
|
78
78
|
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
|
|
79
79
|
}
|
|
@@ -1765,7 +1765,7 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
1765
1765
|
_this.wireListEvents();
|
|
1766
1766
|
}
|
|
1767
1767
|
_this.selectedElementID = _this.selectedLI ? _this.selectedLI.id : null;
|
|
1768
|
-
attributes(_this.targetElement(), { 'aria-expanded': 'true', 'aria-owns': _this.
|
|
1768
|
+
attributes(_this.targetElement(), { 'aria-expanded': 'true', 'aria-owns': _this.element.id + '_options' });
|
|
1769
1769
|
_this.inputElement.setAttribute('aria-expanded', 'true');
|
|
1770
1770
|
var inputParent = _this.isFiltering() ? _this.filterInput.parentElement : _this.inputWrapper.container;
|
|
1771
1771
|
addClass([inputParent], [dropDownListClasses.inputFocus]);
|
|
@@ -2543,8 +2543,10 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
2543
2543
|
}
|
|
2544
2544
|
break;
|
|
2545
2545
|
case 'showClearButton':
|
|
2546
|
-
|
|
2547
|
-
|
|
2546
|
+
if (!this_1.inputWrapper.clearButton) {
|
|
2547
|
+
Input.setClearButton(newProp.showClearButton, this_1.inputElement, this_1.inputWrapper, null, this_1.createElement);
|
|
2548
|
+
this_1.bindClearEvent();
|
|
2549
|
+
}
|
|
2548
2550
|
break;
|
|
2549
2551
|
default:
|
|
2550
2552
|
{
|
package/styles/material.css
CHANGED