@syncfusion/ej2-dropdowns 33.1.49 → 33.2.3
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.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 +0 -6
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +0 -6
- 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-tree/drop-down-tree.js +0 -6
|
@@ -8755,9 +8755,6 @@ var DropDownTree = /** @__PURE__ @class */ (function (_super) {
|
|
|
8755
8755
|
if (formElement) {
|
|
8756
8756
|
EventHandler.add(formElement, 'reset', this.resetValueHandler, this);
|
|
8757
8757
|
}
|
|
8758
|
-
if (this.keyboardModule && typeof this.keyboardModule.destroy === 'function') {
|
|
8759
|
-
this.keyboardModule.destroy();
|
|
8760
|
-
}
|
|
8761
8758
|
this.keyboardModule = new KeyboardEvents(this.inputWrapper, {
|
|
8762
8759
|
keyAction: this.keyActionHandler.bind(this),
|
|
8763
8760
|
keyConfigs: this.keyConfigs,
|
|
@@ -8765,9 +8762,6 @@ var DropDownTree = /** @__PURE__ @class */ (function (_super) {
|
|
|
8765
8762
|
});
|
|
8766
8763
|
};
|
|
8767
8764
|
DropDownTree.prototype.wireTreeEvents = function () {
|
|
8768
|
-
if (this.keyboardModule && typeof this.keyboardModule.destroy === 'function') {
|
|
8769
|
-
this.keyboardModule.destroy();
|
|
8770
|
-
}
|
|
8771
8765
|
this.keyboardModule = new KeyboardEvents(this.tree, {
|
|
8772
8766
|
keyAction: this.treeAction.bind(this),
|
|
8773
8767
|
keyConfigs: this.keyConfigs,
|