@syncfusion/ej2-vue-dropdowns 26.2.13 → 27.1.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.
Files changed (70) hide show
  1. package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
  2. package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-vue-dropdowns.es2015.js +8 -5
  4. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-dropdowns.es5.js +8 -5
  6. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  7. package/package.json +9 -9
  8. package/src/auto-complete/autocomplete.component.js +1 -1
  9. package/src/combo-box/combobox.component.js +1 -1
  10. package/src/drop-down-list/dropdownlist.component.js +1 -1
  11. package/src/drop-down-tree/dropdowntree.component.js +1 -1
  12. package/src/mention/mention.component.d.ts +1 -0
  13. package/src/mention/mention.component.js +3 -0
  14. package/src/multi-select/multiselect.component.js +1 -1
  15. package/styles/auto-complete/bootstrap5.3.css +1 -0
  16. package/styles/auto-complete/bootstrap5.3.scss +1 -0
  17. package/styles/bootstrap-dark-lite.css +1 -0
  18. package/styles/bootstrap-dark-lite.scss +1 -0
  19. package/styles/bootstrap-lite.css +1 -0
  20. package/styles/bootstrap-lite.scss +1 -0
  21. package/styles/bootstrap4-lite.css +1 -0
  22. package/styles/bootstrap4-lite.scss +1 -0
  23. package/styles/bootstrap5-dark-lite.css +1 -0
  24. package/styles/bootstrap5-dark-lite.scss +1 -0
  25. package/styles/bootstrap5-lite.css +1 -0
  26. package/styles/bootstrap5-lite.scss +1 -0
  27. package/styles/bootstrap5.3-lite.css +1 -0
  28. package/styles/bootstrap5.3-lite.scss +1 -0
  29. package/styles/bootstrap5.3.css +1 -0
  30. package/styles/bootstrap5.3.scss +8 -0
  31. package/styles/combo-box/bootstrap5.3.css +1 -0
  32. package/styles/combo-box/bootstrap5.3.scss +1 -0
  33. package/styles/drop-down-base/bootstrap5.3.css +1 -0
  34. package/styles/drop-down-base/bootstrap5.3.scss +1 -0
  35. package/styles/drop-down-list/bootstrap5.3.css +1 -0
  36. package/styles/drop-down-list/bootstrap5.3.scss +1 -0
  37. package/styles/drop-down-tree/bootstrap5.3.css +1 -0
  38. package/styles/drop-down-tree/bootstrap5.3.scss +1 -0
  39. package/styles/fabric-dark-lite.css +1 -0
  40. package/styles/fabric-dark-lite.scss +1 -0
  41. package/styles/fabric-lite.css +1 -0
  42. package/styles/fabric-lite.scss +1 -0
  43. package/styles/fluent-dark-lite.css +1 -0
  44. package/styles/fluent-dark-lite.scss +1 -0
  45. package/styles/fluent-lite.css +1 -0
  46. package/styles/fluent-lite.scss +1 -0
  47. package/styles/fluent2-lite.css +1 -0
  48. package/styles/fluent2-lite.scss +1 -0
  49. package/styles/highcontrast-light-lite.css +1 -0
  50. package/styles/highcontrast-light-lite.scss +1 -0
  51. package/styles/highcontrast-lite.css +1 -0
  52. package/styles/highcontrast-lite.scss +1 -0
  53. package/styles/list-box/bootstrap5.3.css +1 -0
  54. package/styles/list-box/bootstrap5.3.scss +1 -0
  55. package/styles/material-dark-lite.css +1 -0
  56. package/styles/material-dark-lite.scss +1 -0
  57. package/styles/material-lite.css +1 -0
  58. package/styles/material-lite.scss +1 -0
  59. package/styles/material3-dark-lite.css +1 -0
  60. package/styles/material3-dark-lite.scss +1 -0
  61. package/styles/material3-lite.css +1 -0
  62. package/styles/material3-lite.scss +1 -0
  63. package/styles/mention/bootstrap5.3.css +1 -0
  64. package/styles/mention/bootstrap5.3.scss +1 -0
  65. package/styles/multi-select/bootstrap5.3.css +1 -0
  66. package/styles/multi-select/bootstrap5.3.scss +1 -0
  67. package/styles/tailwind-dark-lite.css +1 -0
  68. package/styles/tailwind-dark-lite.scss +1 -0
  69. package/styles/tailwind-lite.css +1 -0
  70. package/styles/tailwind-lite.scss +1 -0
@@ -3,7 +3,7 @@ export * from '@syncfusion/ej2-dropdowns';
3
3
  import { getProps, vueDefineComponent, ComponentBase, isExecute, gh } from '@syncfusion/ej2-vue-base';
4
4
  import { isNullOrUndefined, isUndefined } from '@syncfusion/ej2-base';
5
5
 
6
- var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowObjectBinding', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', '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'];
6
+ var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowObjectBinding', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'isDeviceFullScreen', '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'];
7
7
  var modelProps = ['value'];
8
8
  var testProp = getProps({ props: properties });
9
9
  var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
@@ -189,7 +189,7 @@ var DropDownListPlugin = {
189
189
  }
190
190
  };
191
191
 
192
- var properties$1 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'allowObjectBinding', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', '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'];
192
+ var properties$1 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'allowObjectBinding', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'isDeviceFullScreen', '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'];
193
193
  var modelProps$1 = ['value'];
194
194
  var testProp$1 = getProps({ props: properties$1 });
195
195
  var props$1 = testProp$1[0], watch$1 = testProp$1[1], emitProbs$1 = Object.keys(watch$1);
@@ -375,7 +375,7 @@ var ComboBoxPlugin = {
375
375
  }
376
376
  };
377
377
 
378
- var properties$2 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'allowObjectBinding', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', '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'];
378
+ var properties$2 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'allowObjectBinding', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'isDeviceFullScreen', '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'];
379
379
  var modelProps$2 = ['value'];
380
380
  var testProp$2 = getProps({ props: properties$2 });
381
381
  var props$2 = testProp$2[0], watch$2 = testProp$2[1], emitProbs$2 = Object.keys(watch$2);
@@ -561,7 +561,7 @@ var AutoCompletePlugin = {
561
561
  }
562
562
  };
563
563
 
564
- var properties$3 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'allowObjectBinding', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enableVirtualization', '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'];
564
+ var properties$3 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'allowObjectBinding', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'isDeviceFullScreen', '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'];
565
565
  var modelProps$3 = ['value'];
566
566
  var testProp$3 = getProps({ props: properties$3 });
567
567
  var props$3 = testProp$3[0], watch$3 = testProp$3[1], emitProbs$3 = Object.keys(watch$3);
@@ -960,7 +960,7 @@ var ListBoxPlugin = {
960
960
  }
961
961
  };
962
962
 
963
- var properties$5 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'destroyPopupOnHide', 'enableHtmlSanitizer', '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'];
963
+ var properties$5 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'destroyPopupOnHide', 'enableHtmlSanitizer', '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', 'valueTemplate', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
964
964
  var modelProps$5 = ['value'];
965
965
  var testProp$5 = getProps({ props: properties$5 });
966
966
  var props$5 = testProp$5[0], watch$5 = testProp$5[1], emitProbs$5 = Object.keys(watch$5);
@@ -1227,6 +1227,9 @@ var MentionComponent = vueDefineComponent({
1227
1227
  addItem: function (items, itemIndex) {
1228
1228
  return this.ej2Instances.addItem(items, itemIndex);
1229
1229
  },
1230
+ disableItem: function (item) {
1231
+ return this.ej2Instances.disableItem(item);
1232
+ },
1230
1233
  getDataByValue: function (value) {
1231
1234
  return this.ej2Instances.getDataByValue(value);
1232
1235
  },