@syncfusion/ej2-vue-dropdowns 19.3.48 → 19.4.38

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 CHANGED
@@ -2,6 +2,38 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.3.56 (2021-12-02)
6
+
7
+ ### MultiSelect
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
12
+
13
+ ### Dropdown Tree
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
18
+
19
+ ## 19.3.55 (2021-11-23)
20
+
21
+ ### AutoComplete
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
26
+
27
+ ## 19.3.53 (2021-11-12)
28
+
29
+ ### Dropdown Tree
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I345378` - The issue with "The interaction value is not updated properly in the select event while selecting via Select All checkbox" has been resolved.
34
+
35
+ ## 19.3.48 (2021-11-02)
36
+
5
37
  ### Dropdown Tree
6
38
 
7
39
  #### Bug Fixes
@@ -1,15 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-dropdowns.umd.min.js
3
- * version : 19.3.48
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
- /*!
11
- * filename: ej2-vue-dropdowns.umd.min.js
12
- * version : 19.2.55
3
+ * version : 19.4.38
13
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
5
  * Use of this code is subject to the terms of our license.
15
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -9,7 +9,7 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
9
9
  return c > 3 && r && Object.defineProperty(target, key, r), r;
10
10
  };
11
11
  // {{VueImport}}
12
- const properties = ['islazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
12
+ const properties = ['isLazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
13
13
  const modelProps = ['value'];
14
14
  const testProp = getProps({ props: properties });
15
15
  const props = testProp[0];
@@ -108,7 +108,7 @@ class DropDownListComponent extends ComponentBase {
108
108
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
109
109
  }
110
110
  else {
111
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
111
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
112
112
  this.$emit('update:' + propKey, eventProp[propKey]);
113
113
  this.$emit('modelchanged', eventProp[propKey]);
114
114
  }
@@ -202,7 +202,7 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
202
202
  return c > 3 && r && Object.defineProperty(target, key, r), r;
203
203
  };
204
204
  // {{VueImport}}
205
- const properties$1 = ['islazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
205
+ const properties$1 = ['isLazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
206
206
  const modelProps$1 = ['value'];
207
207
  const testProp$1 = getProps({ props: properties$1 });
208
208
  const props$1 = testProp$1[0];
@@ -301,7 +301,7 @@ class ComboBoxComponent extends ComponentBase {
301
301
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
302
302
  }
303
303
  else {
304
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
304
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
305
305
  this.$emit('update:' + propKey, eventProp[propKey]);
306
306
  this.$emit('modelchanged', eventProp[propKey]);
307
307
  }
@@ -395,7 +395,7 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
395
395
  return c > 3 && r && Object.defineProperty(target, key, r), r;
396
396
  };
397
397
  // {{VueImport}}
398
- const properties$2 = ['islazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
398
+ const properties$2 = ['isLazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
399
399
  const modelProps$2 = ['value'];
400
400
  const testProp$2 = getProps({ props: properties$2 });
401
401
  const props$2 = testProp$2[0];
@@ -494,7 +494,7 @@ class AutoCompleteComponent extends ComponentBase {
494
494
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
495
495
  }
496
496
  else {
497
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
497
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
498
498
  this.$emit('update:' + propKey, eventProp[propKey]);
499
499
  this.$emit('modelchanged', eventProp[propKey]);
500
500
  }
@@ -588,7 +588,7 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
588
588
  return c > 3 && r && Object.defineProperty(target, key, r), r;
589
589
  };
590
590
  // {{VueImport}}
591
- const properties$3 = ['islazyUpdate', 'actionFailureTemplate', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
591
+ const properties$3 = ['isLazyUpdate', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
592
592
  const modelProps$3 = ['value'];
593
593
  const testProp$3 = getProps({ props: properties$3 });
594
594
  const props$3 = testProp$3[0];
@@ -687,7 +687,7 @@ class MultiSelectComponent extends ComponentBase {
687
687
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
688
688
  }
689
689
  else {
690
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
690
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
691
691
  this.$emit('update:' + propKey, eventProp[propKey]);
692
692
  this.$emit('modelchanged', eventProp[propKey]);
693
693
  }
@@ -787,7 +787,7 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
787
787
  return c > 3 && r && Object.defineProperty(target, key, r), r;
788
788
  };
789
789
  // {{VueImport}}
790
- const properties$4 = ['islazyUpdate', 'actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
790
+ const properties$4 = ['isLazyUpdate', 'actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
791
791
  const modelProps$4 = ['value'];
792
792
  const testProp$4 = getProps({ props: properties$4 });
793
793
  const props$4 = testProp$4[0];
@@ -886,7 +886,7 @@ class ListBoxComponent extends ComponentBase {
886
886
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
887
887
  }
888
888
  else {
889
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
889
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
890
890
  this.$emit('update:' + propKey, eventProp[propKey]);
891
891
  this.$emit('modelchanged', eventProp[propKey]);
892
892
  }
@@ -1004,7 +1004,7 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
1004
1004
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1005
1005
  };
1006
1006
  // {{VueImport}}
1007
- const properties$5 = ['islazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
1007
+ const properties$5 = ['isLazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
1008
1008
  const modelProps$5 = ['value'];
1009
1009
  const testProp$5 = getProps({ props: properties$5 });
1010
1010
  const props$5 = testProp$5[0];
@@ -1103,7 +1103,7 @@ class DropDownTreeComponent extends ComponentBase {
1103
1103
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
1104
1104
  }
1105
1105
  else {
1106
- if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
1106
+ if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
1107
1107
  this.$emit('update:' + propKey, eventProp[propKey]);
1108
1108
  this.$emit('modelchanged', eventProp[propKey]);
1109
1109
  }