@syncfusion/ej2-dropdowns 20.2.46 → 20.2.48
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/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 +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1 -1
- 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 +1 -1
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.48
|
|
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@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-dropdowns@20.2.46",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-H0MyOJ0tnDT7J6f6MGbkNMPeWogMSdAAAtMMh1MM4uD9WcKoyO4KgeY5EzPxaotUR/qwZbEzFCIsDCG9ryN/HA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"/@syncfusion/ej2-spreadsheet",
|
|
34
34
|
"/@syncfusion/ej2-vue-dropdowns"
|
|
35
35
|
],
|
|
36
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-20.2.
|
|
37
|
-
"_shasum": "
|
|
36
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-dropdowns/-/ej2-dropdowns-20.2.46.tgz",
|
|
37
|
+
"_shasum": "8b2a5885e1032e680776a7c6078f7cd3b6304933",
|
|
38
38
|
"_spec": "@syncfusion/ej2-dropdowns@*",
|
|
39
39
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
40
40
|
"author": {
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
},
|
|
43
43
|
"bundleDependencies": false,
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
45
|
+
"@syncfusion/ej2-base": "~20.2.48",
|
|
46
46
|
"@syncfusion/ej2-data": "~20.2.45",
|
|
47
|
-
"@syncfusion/ej2-inputs": "~20.2.
|
|
47
|
+
"@syncfusion/ej2-inputs": "~20.2.48",
|
|
48
48
|
"@syncfusion/ej2-lists": "~20.2.46",
|
|
49
|
-
"@syncfusion/ej2-navigations": "~20.2.
|
|
49
|
+
"@syncfusion/ej2-navigations": "~20.2.48",
|
|
50
50
|
"@syncfusion/ej2-popups": "~20.2.45"
|
|
51
51
|
},
|
|
52
52
|
"deprecated": false,
|
|
@@ -72,6 +72,6 @@
|
|
|
72
72
|
"module": "./index.js",
|
|
73
73
|
"name": "@syncfusion/ej2-dropdowns",
|
|
74
74
|
"typings": "index.d.ts",
|
|
75
|
-
"version": "20.2.
|
|
75
|
+
"version": "20.2.48",
|
|
76
76
|
"sideEffects": false
|
|
77
77
|
}
|
|
@@ -2100,7 +2100,7 @@ var DropDownList = /** @class */ (function (_super) {
|
|
|
2100
2100
|
this.updateDataAttribute(this.htmlAttributes);
|
|
2101
2101
|
this.setHTMLAttributes();
|
|
2102
2102
|
if (this.targetElement() === this.inputElement) {
|
|
2103
|
-
this.
|
|
2103
|
+
this.inputElement.removeAttribute('aria-labelledby');
|
|
2104
2104
|
}
|
|
2105
2105
|
if (this.value !== null || this.activeIndex !== null || this.text !== null) {
|
|
2106
2106
|
this.initValue();
|