@syncfusion/ej2-vue-dropdowns 22.2.11 → 23.1.36

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 (111) hide show
  1. package/CHANGELOG.md +7 -204
  2. package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-dropdowns.es2015.js +15 -6
  5. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-dropdowns.es5.js +15 -6
  7. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  9. package/package.json +9 -9
  10. package/src/auto-complete/autocomplete.component.d.ts +3 -1
  11. package/src/auto-complete/autocomplete.component.js +5 -2
  12. package/src/combo-box/combobox.component.d.ts +3 -1
  13. package/src/combo-box/combobox.component.js +5 -2
  14. package/src/drop-down-list/dropdownlist.component.d.ts +3 -1
  15. package/src/drop-down-list/dropdownlist.component.js +5 -2
  16. package/src/drop-down-tree/dropdowntree.component.d.ts +3 -1
  17. package/src/list-box/listbox.component.d.ts +3 -1
  18. package/src/mention/mention.component.d.ts +3 -1
  19. package/src/multi-select/multiselect.component.d.ts +3 -1
  20. package/styles/auto-complete/material-dark.css +0 -1
  21. package/styles/auto-complete/material.css +0 -1
  22. package/styles/auto-complete/material3-dark.css +0 -1
  23. package/styles/auto-complete/material3-dark.scss +1 -1
  24. package/styles/auto-complete/material3.css +0 -1
  25. package/styles/auto-complete/material3.scss +1 -1
  26. package/styles/auto-complete/tailwind-dark.css +0 -1
  27. package/styles/auto-complete/tailwind.css +0 -1
  28. package/styles/bootstrap-dark.css +0 -8
  29. package/styles/bootstrap.css +0 -8
  30. package/styles/bootstrap4.css +4 -12
  31. package/styles/bootstrap5-dark.css +0 -8
  32. package/styles/bootstrap5.css +0 -8
  33. package/styles/combo-box/material-dark.css +0 -1
  34. package/styles/combo-box/material.css +0 -1
  35. package/styles/combo-box/material3-dark.css +0 -1
  36. package/styles/combo-box/material3-dark.scss +1 -1
  37. package/styles/combo-box/material3.css +0 -1
  38. package/styles/combo-box/material3.scss +1 -1
  39. package/styles/combo-box/tailwind-dark.css +0 -1
  40. package/styles/combo-box/tailwind.css +0 -1
  41. package/styles/drop-down-base/material-dark.css +0 -1
  42. package/styles/drop-down-base/material.css +0 -1
  43. package/styles/drop-down-base/material3-dark.css +0 -1
  44. package/styles/drop-down-base/material3-dark.scss +1 -1
  45. package/styles/drop-down-base/material3.css +0 -1
  46. package/styles/drop-down-base/material3.scss +1 -1
  47. package/styles/drop-down-base/tailwind-dark.css +0 -1
  48. package/styles/drop-down-base/tailwind.css +0 -1
  49. package/styles/drop-down-list/material-dark.css +0 -1
  50. package/styles/drop-down-list/material.css +0 -1
  51. package/styles/drop-down-list/material3-dark.css +0 -1
  52. package/styles/drop-down-list/material3-dark.scss +1 -1
  53. package/styles/drop-down-list/material3.css +0 -1
  54. package/styles/drop-down-list/material3.scss +1 -1
  55. package/styles/drop-down-list/tailwind-dark.css +0 -1
  56. package/styles/drop-down-list/tailwind.css +0 -1
  57. package/styles/drop-down-tree/material-dark.css +0 -1
  58. package/styles/drop-down-tree/material.css +0 -1
  59. package/styles/drop-down-tree/material3-dark.css +0 -1
  60. package/styles/drop-down-tree/material3-dark.scss +1 -1
  61. package/styles/drop-down-tree/material3.css +0 -1
  62. package/styles/drop-down-tree/material3.scss +1 -1
  63. package/styles/drop-down-tree/tailwind-dark.css +0 -1
  64. package/styles/drop-down-tree/tailwind.css +0 -1
  65. package/styles/fabric-dark.css +0 -8
  66. package/styles/fabric.css +0 -8
  67. package/styles/fluent-dark.css +4 -12
  68. package/styles/fluent.css +4 -12
  69. package/styles/highcontrast-light.css +0 -8
  70. package/styles/highcontrast.css +0 -8
  71. package/styles/list-box/bootstrap-dark.css +0 -8
  72. package/styles/list-box/bootstrap.css +0 -8
  73. package/styles/list-box/bootstrap4.css +4 -12
  74. package/styles/list-box/bootstrap5-dark.css +0 -8
  75. package/styles/list-box/bootstrap5.css +0 -8
  76. package/styles/list-box/fabric-dark.css +0 -8
  77. package/styles/list-box/fabric.css +0 -8
  78. package/styles/list-box/fluent-dark.css +4 -12
  79. package/styles/list-box/fluent.css +4 -12
  80. package/styles/list-box/highcontrast-light.css +0 -8
  81. package/styles/list-box/highcontrast.css +0 -8
  82. package/styles/list-box/material-dark.css +0 -9
  83. package/styles/list-box/material.css +0 -9
  84. package/styles/list-box/material3-dark.css +4 -13
  85. package/styles/list-box/material3-dark.scss +1 -1
  86. package/styles/list-box/material3.css +4 -13
  87. package/styles/list-box/material3.scss +1 -1
  88. package/styles/list-box/tailwind-dark.css +3 -12
  89. package/styles/list-box/tailwind.css +3 -12
  90. package/styles/material-dark.css +0 -9
  91. package/styles/material.css +0 -9
  92. package/styles/material3-dark.css +4 -20
  93. package/styles/material3.css +4 -13
  94. package/styles/mention/material-dark.css +0 -1
  95. package/styles/mention/material.css +0 -1
  96. package/styles/mention/material3-dark.css +0 -1
  97. package/styles/mention/material3-dark.scss +1 -1
  98. package/styles/mention/material3.css +0 -1
  99. package/styles/mention/material3.scss +1 -1
  100. package/styles/mention/tailwind-dark.css +0 -1
  101. package/styles/mention/tailwind.css +0 -1
  102. package/styles/multi-select/material-dark.css +0 -1
  103. package/styles/multi-select/material.css +0 -1
  104. package/styles/multi-select/material3-dark.css +0 -1
  105. package/styles/multi-select/material3-dark.scss +1 -1
  106. package/styles/multi-select/material3.css +0 -1
  107. package/styles/multi-select/material3.scss +1 -1
  108. package/styles/multi-select/tailwind-dark.css +0 -1
  109. package/styles/multi-select/tailwind.css +0 -1
  110. package/styles/tailwind-dark.css +3 -19
  111. package/styles/tailwind.css +3 -19
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-vue-dropdowns.umd.min.js","sources":["../src/drop-down-list/dropdownlist.component.js","../src/combo-box/combobox.component.js","../src/auto-complete/autocomplete.component.js","../src/multi-select/multiselect.component.js","../src/list-box/listbox.component.js","../src/drop-down-tree/dropdowntree.component.js","../src/mention/mention.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { DropDownList } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * DropDownList contains a list of predefined values from which the user can choose\n * ```html\n * <ejs-dropdownlist :dataSource='data'></ejs-dropdownlist>\n * ```\n */\nexport var DropDownListComponent = vueDefineComponent({\n name: 'DropDownListComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new DropDownList({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n focusIn: function (e) {\n return this.ej2Instances.focusIn(e);\n },\n focusOut: function (e) {\n return this.ej2Instances.focusOut(e);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n showPopup: function (e) {\n return this.ej2Instances.showPopup(e);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var DropDownListPlugin = {\n name: 'ejs-dropdownlist',\n install: function (Vue) {\n Vue.component(DropDownListPlugin.name, DropDownListComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { ComboBox } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * ComboBox component allows the user to type a value or choose an option from the list of predefined options available\n * ```html\n * <ejs-combobox :dataSource='data'></ejs-combobox>\n * ```\n */\nexport var ComboBoxComponent = vueDefineComponent({\n name: 'ComboBoxComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new ComboBox({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n focusOut: function (e) {\n return this.ej2Instances.focusOut(e);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n showPopup: function (e) {\n return this.ej2Instances.showPopup(e);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var ComboBoxPlugin = {\n name: 'ejs-combobox',\n install: function (Vue) {\n Vue.component(ComboBoxPlugin.name, ComboBoxComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { AutoComplete } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * The AutoComplete component provides all the matched suggestion list on typing the input from which the user can select one.\n * ```html\n * <ejs-autocomplete :dataSource='data'></ejs-autocomplete>\n * ```\n */\nexport var AutoCompleteComponent = vueDefineComponent({\n name: 'AutoCompleteComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new AutoComplete({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n focusOut: function (e) {\n return this.ej2Instances.focusOut(e);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n showPopup: function (e) {\n return this.ej2Instances.showPopup(e);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var AutoCompletePlugin = {\n name: 'ejs-autocomplete',\n install: function (Vue) {\n Vue.component(AutoCompletePlugin.name, AutoCompleteComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { MultiSelect } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * MultiSelect component allows the user to select a value from the predefined list of values.\n * ```html\n * <ejs-multiselect :dataSource='data'></ejs-multiselect>\n * ```\n */\nexport var MultiSelectComponent = vueDefineComponent({\n name: 'MultiSelectComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new MultiSelect({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n focusOut: function () {\n return this.ej2Instances.focusOut();\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n selectAll: function (state) {\n return this.ej2Instances.selectAll(state);\n },\n showPopup: function (e) {\n return this.ej2Instances.showPopup(e);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var MultiSelectPlugin = {\n name: 'ejs-multiselect',\n install: function (Vue) {\n Vue.component(MultiSelectPlugin.name, MultiSelectComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { ListBox } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * ListBox component allows the user to select values from the predefined list of values.\n * ```html\n * <ejs-listbox :dataSource='data'></ejs-listbox>\n * ```\n */\nexport var ListBoxComponent = vueDefineComponent({\n name: 'ListBoxComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new ListBox({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItems: function (items, itemIndex) {\n return this.ej2Instances.addItems(items, itemIndex);\n },\n enableItems: function (items, enable, isValue) {\n return this.ej2Instances.enableItems(items, enable, isValue);\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getDataByValues: function (value) {\n return this.ej2Instances.getDataByValues(value);\n },\n getDataList: function () {\n return this.ej2Instances.getDataList();\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n getSortedList: function () {\n return this.ej2Instances.getSortedList();\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n moveAllTo: function (targetId, index) {\n return this.ej2Instances.moveAllTo(targetId, index);\n },\n moveBottom: function (value) {\n return this.ej2Instances.moveBottom(value);\n },\n moveDown: function (value) {\n return this.ej2Instances.moveDown(value);\n },\n moveTo: function (value, index, targetId) {\n return this.ej2Instances.moveTo(value, index, targetId);\n },\n moveTop: function (value) {\n return this.ej2Instances.moveTop(value);\n },\n moveUp: function (value) {\n return this.ej2Instances.moveUp(value);\n },\n removeItem: function (items, itemIndex) {\n return this.ej2Instances.removeItem(items, itemIndex);\n },\n removeItems: function (items, itemIndex) {\n return this.ej2Instances.removeItems(items, itemIndex);\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n selectAll: function (state) {\n return this.ej2Instances.selectAll(state);\n },\n selectItems: function (items, state, isValue) {\n return this.ej2Instances.selectItems(items, state, isValue);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var ListBoxPlugin = {\n name: 'ejs-listbox',\n install: function (Vue) {\n Vue.component(ListBoxPlugin.name, ListBoxComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { DropDownTree } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * The DropDownTree component contains a list of predefined values from which you can choose a single or multiple values.\n * ```html\n * <ejs-dropdowntree></ejs-dropdowntree>\n * ```\n */\nexport var DropDownTreeComponent = vueDefineComponent({\n name: 'DropDownTreeComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new DropDownTree({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n ensureVisible: function (item) {\n return this.ej2Instances.ensureVisible(item);\n },\n getData: function (item) {\n return this.ej2Instances.getData(item);\n },\n getLocaleName: function () {\n return this.ej2Instances.getLocaleName();\n },\n hidePopup: function () {\n return this.ej2Instances.hidePopup();\n },\n selectAll: function (state) {\n return this.ej2Instances.selectAll(state);\n },\n showPopup: function () {\n return this.ej2Instances.showPopup();\n },\n }\n});\nexport var DropDownTreePlugin = {\n name: 'ejs-dropdowntree',\n install: function (Vue) {\n Vue.component(DropDownTreePlugin.name, DropDownTreeComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { Mention } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', 'allowSpaces', 'cssClass', 'dataSource', 'displayTemplate', 'fields', 'filterType', 'highlight', 'ignoreCase', 'itemTemplate', 'locale', 'mentionChar', 'minLength', 'noRecordsTemplate', 'popupHeight', 'popupWidth', 'query', 'showMentionChar', 'sortOrder', 'spinnerTemplate', 'suffixText', 'suggestionCount', 'target', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'change', 'closed', 'created', 'destroyed', 'filtering', 'opened', 'select'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * The Mention contains a list of predefined values from which the user can choose\n * ```html\n * <ejs-mention :dataSource='data'></ejs-mention>\n * ```\n */\nexport var MentionComponent = vueDefineComponent({\n name: 'MentionComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new Mention({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n search: function (text, positionX, positionY) {\n return this.ej2Instances.search(text, positionX, positionY);\n },\n showPopup: function () {\n return this.ej2Instances.showPopup();\n },\n }\n});\nexport var MentionPlugin = {\n name: 'ejs-mention',\n install: function (Vue) {\n Vue.component(MentionPlugin.name, MentionComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","props_1","DropDownListComponent","vueDefineComponent","name","mixins","ComponentBase","emits","model","event","provide","custom","this","data","ej2Instance","DropDownList","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","isVue3","isExecute","templateCollection","created","ej2Instances","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","updated","render","createElement","h","gh","slots","isNullOrUndefined","$slots","default","methods","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","_this","referModels","map","key","test","vueInstance","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","$props","isLazyUpdate","addItem","items","itemIndex","clear","filter","dataSource","query","fields","focusIn","e","focusOut","getDataByValue","value","getItems","hidePopup","hideSpinner","showPopup","showSpinner","DropDownListPlugin","install","Vue","component","ComboBoxComponent","ComboBox","ComboBoxPlugin","AutoCompleteComponent","AutoComplete","AutoCompletePlugin","MultiSelectComponent","MultiSelect","requiredModules","selectAll","state","MultiSelectPlugin","ListBoxComponent","ListBox","addItems","enableItems","enable","isValue","getDataByValues","getDataList","getSortedList","moveAllTo","targetId","index","moveBottom","moveDown","moveTo","moveTop","moveUp","removeItem","removeItems","selectItems","ListBoxPlugin","DropDownTreeComponent","DropDownTree","ensureVisible","item","getData","getLocaleName","DropDownTreePlugin","MentionComponent","Mention","search","text","positionX","positionY","MentionPlugin"],"mappings":"wZAIO,IAAIA,GAAc,eAAgB,UAAW,wBAAyB,iBAAkB,WAAY,aAAc,oBAAqB,YAAa,UAAW,SAAU,uBAAwB,aAAc,iBAAkB,iBAAkB,gBAAiB,iBAAkB,iBAAkB,eAAgB,aAAc,QAAS,eAAgB,SAAU,oBAAqB,cAAe,cAAe,aAAc,QAAS,WAAY,kBAAmB,YAAa,OAAQ,QAAS,gBAAiB,QAAS,SAAU,cAAe,iBAAkB,gBAAiB,aAAc,OAAQ,SAAU,QAAS,UAAW,YAAa,YAAa,YAAa,QAAS,OAAQ,UAC9qBC,GAAc,SACdC,EAAWC,YAAWC,MAAOJ,IAC7BI,EAAQF,EAAS,GAAIG,EAAQH,EAAS,GAAII,EAAYC,OAAOC,KAAKH,GAC7EC,EAAUG,KAAK,eAAgB,qBAC/B,IAAK,IAAIC,EAAK,EAAGC,EAAeV,EAAYS,EAAKC,EAAaC,OAAQF,IAAM,CACxE,IAAIG,EAAUF,EAAaD,GAC3BJ,EAAUG,KAAK,UAAYI,GAQ/B,IAAWC,EAAwBC,sBAC/BC,KAAM,wBACNC,QAASC,iBACTd,MAAOA,EACPC,MAAOA,EACPc,MAAOb,EACPc,OAASC,MAAO,gBAChBC,QAAS,WAAc,OAASC,OAAQC,KAAKD,SAC7CE,KAAM,WACF,OACIC,YAAa,IAAIC,mBACjBC,SAAU5B,EACV6B,OAAQ5B,EACR6B,mBAAmB,EACnBC,oBAAoB,EACpBC,aACAC,iBACAC,QAASC,YACTC,wBAGRC,QAAS,WACLb,KAAKc,aAAaC,SAAWf,KAAKc,aAAaE,QAC/ChB,KAAKc,aAAaE,QAAUhB,KAAKgB,QACjChB,KAAKiB,iBACLjB,KAAKc,aAAaI,eAAiBlB,KAAKc,aAAaK,cACrDnB,KAAKc,aAAaK,cAAgBnB,KAAKmB,cACvCnB,KAAKc,aAAaM,cAAgBpB,KAAKoB,cACvCpB,KAAKqB,QAAUrB,KAAKqB,SAExBC,OAAQ,SAAUC,GACd,IAAIC,EAAKb,YAAiBY,EAALE,KACjBC,EAAQ,KAIZ,OAHKC,oBAAkB3B,KAAK4B,OAAOC,WAC/BH,EAASf,YAAoCX,KAAK4B,OAAOC,QAApC7B,KAAK4B,OAAOC,WAE9BL,EAAE,QAASE,IAEtBI,SACIV,cAAe,SAAUW,GAIrB,GAHKA,IACDA,EAAgBhD,OAAOC,KAAKgB,KAAKY,yBAEjCmB,EAAc3C,QAAUY,KAAKY,mBAC7B,IAAK,IAAI1B,EAAK,EAAG8C,EAAkBD,EAAe7C,EAAK8C,EAAgB5C,OAAQF,IAAM,CACjF,IAAI+C,EAAWD,EAAgB9C,GAC3BgD,EAAoBlC,KAAKY,mBAAmBqB,GAChD,GAAIC,GAAqBA,EAAkB9C,OAAQ,CAC/C,IAAK,IAAI+C,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBhD,OAAQ+C,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjBzC,KAAKY,mBAAmBqB,MAK/Cd,cAAe,SAAUuB,EAAMC,GAC3B,IAAIC,EAAQ5C,KACRA,KAAKU,SACLV,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAE/C7C,KAAKc,cAAgBd,KAAKc,aAAaI,gBACvClB,KAAKc,aAAaI,eAAewB,EAAMC,GAEvCD,GAAQ1C,KAAKK,QAAUL,KAAKK,OAAOjB,QACnCL,OAAOC,KAAK0D,GAAMI,IAAI,SAAUC,GAC5BH,EAAMvC,OAAOyC,IAAI,SAAUlD,GAClBmD,IAAQnD,GAAY,cAAcoD,KAAKD,KACpCH,EAAMlC,OACNkC,EAAM9B,aAAamC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,KAG3DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,IAClCH,EAAMM,MAAM,eAAgBR,EAAKK,WAOzD/B,QAAS,SAAUmC,EAAWC,EAAWC,GAIrC,GAHK1C,cACDX,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAEhC,WAAdM,GAAwC,UAAdA,IAA0BnD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,QAiBhF,GAAmB,gBAAd+D,GAAyD,iBAA1BC,EAAUE,aAAmCtD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,OAAe,CAEzHmE,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,iCACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAKDX,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MALrCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,WAvB0B,CAChG,IAAIR,EACAQ,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,sBACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAMiB,WAAdwC,GAA2BnD,KAAK2D,SAAW3D,KAAK2D,OAAOC,gBACvD5D,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MAPzCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,IAC9DvD,KAAKc,aAAamC,YAAYC,MAAM,oBAAqBE,EAAUG,MAwB1EvD,KAAKc,cAAgBd,KAAKc,aAAaC,UACxCf,KAAKc,aAAaC,SAASoC,EAAWC,EAAWC,IAGzDtD,OAAQ,WACJC,KAAKqB,WAETwC,QAAS,SAAUC,EAAOC,GACtB,OAAO/D,KAAKc,aAAa+C,QAAQC,EAAOC,IAE5CC,MAAO,WACH,OAAOhE,KAAKc,aAAakD,SAE7BC,OAAQ,SAAUC,EAAYC,EAAOC,GACjC,OAAOpE,KAAKc,aAAamD,OAAOC,EAAYC,EAAOC,IAEvDC,QAAS,SAAUC,GACf,OAAOtE,KAAKc,aAAauD,QAAQC,IAErCC,SAAU,SAAUD,GAChB,OAAOtE,KAAKc,aAAayD,SAASD,IAEtCE,eAAgB,SAAUC,GACtB,OAAOzE,KAAKc,aAAa0D,eAAeC,IAE5CC,SAAU,WACN,OAAO1E,KAAKc,aAAa4D,YAE7BC,UAAW,SAAUL,GACjB,OAAOtE,KAAKc,aAAa6D,UAAUL,IAEvCM,YAAa,WACT,OAAO5E,KAAKc,aAAa8D,eAE7BC,UAAW,SAAUP,GACjB,OAAOtE,KAAKc,aAAa+D,UAAUP,IAEvCQ,YAAa,WACT,OAAO9E,KAAKc,aAAagE,kBAI1BC,GACPvF,KAAM,mBACNwF,QAAS,SAAUC,GACfA,EAAIC,UAAUH,EAAmBvF,KAAMF,KCtLpCd,GAAc,eAAgB,UAAW,wBAAyB,cAAe,iBAAkB,WAAY,WAAY,aAAc,oBAAqB,YAAa,UAAW,SAAU,uBAAwB,aAAc,iBAAkB,iBAAkB,gBAAiB,iBAAkB,iBAAkB,eAAgB,aAAc,QAAS,eAAgB,SAAU,oBAAqB,cAAe,cAAe,aAAc,QAAS,WAAY,kBAAmB,YAAa,OAAQ,QAAS,gBAAiB,QAAS,SAAU,cAAe,iBAAkB,gBAAiB,aAAc,OAAQ,SAAU,QAAS,UAAW,uBAAwB,YAAa,YAAa,YAAa,QAAS,OAAQ,UACjuBC,GAAc,SACdC,EAAWC,YAAWC,MAAOJ,IAC7BI,EAAQF,EAAS,GAAIG,EAAQH,EAAS,GAAII,EAAYC,OAAOC,KAAKH,GAC7EC,EAAUG,KAAK,eAAgB,qBAC/B,IAAK,IAAIC,EAAK,EAAGC,EAAeV,EAAYS,EAAKC,EAAaC,OAAQF,IAAM,CACxE,IAAIG,EAAUF,EAAaD,GAC3BJ,EAAUG,KAAK,UAAYI,GAQ/B,IAAW8F,EAAoB5F,sBAC3BC,KAAM,oBACNC,QAASC,iBACTd,MAAOA,EACPC,MAAOA,EACPc,MAAOb,EACPc,OAASC,MAAO,gBAChBC,QAAS,WAAc,OAASC,OAAQC,KAAKD,SAC7CE,KAAM,WACF,OACIC,YAAa,IAAIkF,eACjBhF,SAAU5B,EACV6B,OAAQ5B,EACR6B,mBAAmB,EACnBC,oBAAoB,EACpBC,aACAC,iBACAC,QAASC,YACTC,wBAGRC,QAAS,WACLb,KAAKc,aAAaC,SAAWf,KAAKc,aAAaE,QAC/ChB,KAAKc,aAAaE,QAAUhB,KAAKgB,QACjChB,KAAKiB,iBACLjB,KAAKc,aAAaI,eAAiBlB,KAAKc,aAAaK,cACrDnB,KAAKc,aAAaK,cAAgBnB,KAAKmB,cACvCnB,KAAKc,aAAaM,cAAgBpB,KAAKoB,cACvCpB,KAAKqB,QAAUrB,KAAKqB,SAExBC,OAAQ,SAAUC,GACd,IAAIC,EAAKb,YAAiBY,EAALE,KACjBC,EAAQ,KAIZ,OAHKC,oBAAkB3B,KAAK4B,OAAOC,WAC/BH,EAASf,YAAoCX,KAAK4B,OAAOC,QAApC7B,KAAK4B,OAAOC,WAE9BL,EAAE,QAASE,IAEtBI,SACIV,cAAe,SAAUW,GAIrB,GAHKA,IACDA,EAAgBhD,OAAOC,KAAKgB,KAAKY,yBAEjCmB,EAAc3C,QAAUY,KAAKY,mBAC7B,IAAK,IAAI1B,EAAK,EAAG8C,EAAkBD,EAAe7C,EAAK8C,EAAgB5C,OAAQF,IAAM,CACjF,IAAI+C,EAAWD,EAAgB9C,GAC3BgD,EAAoBlC,KAAKY,mBAAmBqB,GAChD,GAAIC,GAAqBA,EAAkB9C,OAAQ,CAC/C,IAAK,IAAI+C,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBhD,OAAQ+C,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjBzC,KAAKY,mBAAmBqB,MAK/Cd,cAAe,SAAUuB,EAAMC,GAC3B,IAAIC,EAAQ5C,KACRA,KAAKU,SACLV,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAE/C7C,KAAKc,cAAgBd,KAAKc,aAAaI,gBACvClB,KAAKc,aAAaI,eAAewB,EAAMC,GAEvCD,GAAQ1C,KAAKK,QAAUL,KAAKK,OAAOjB,QACnCL,OAAOC,KAAK0D,GAAMI,IAAI,SAAUC,GAC5BH,EAAMvC,OAAOyC,IAAI,SAAUlD,GAClBmD,IAAQnD,GAAY,cAAcoD,KAAKD,KACpCH,EAAMlC,OACNkC,EAAM9B,aAAamC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,KAG3DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,IAClCH,EAAMM,MAAM,eAAgBR,EAAKK,WAOzD/B,QAAS,SAAUmC,EAAWC,EAAWC,GAIrC,GAHK1C,cACDX,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAEhC,WAAdM,GAAwC,UAAdA,IAA0BnD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,QAiBhF,GAAmB,gBAAd+D,GAAyD,iBAA1BC,EAAUE,aAAmCtD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,OAAe,CAEzHmE,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,iCACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAKDX,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MALrCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,WAvB0B,CAChG,IAAIR,EACAQ,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,sBACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAMiB,WAAdwC,GAA2BnD,KAAK2D,SAAW3D,KAAK2D,OAAOC,gBACvD5D,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MAPzCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,IAC9DvD,KAAKc,aAAamC,YAAYC,MAAM,oBAAqBE,EAAUG,MAwB1EvD,KAAKc,cAAgBd,KAAKc,aAAaC,UACxCf,KAAKc,aAAaC,SAASoC,EAAWC,EAAWC,IAGzDtD,OAAQ,WACJC,KAAKqB,WAETwC,QAAS,SAAUC,EAAOC,GACtB,OAAO/D,KAAKc,aAAa+C,QAAQC,EAAOC,IAE5CC,MAAO,WACH,OAAOhE,KAAKc,aAAakD,SAE7BC,OAAQ,SAAUC,EAAYC,EAAOC,GACjC,OAAOpE,KAAKc,aAAamD,OAAOC,EAAYC,EAAOC,IAEvDC,QAAS,WACL,OAAOrE,KAAKc,aAAauD,WAE7BE,SAAU,SAAUD,GAChB,OAAOtE,KAAKc,aAAayD,SAASD,IAEtCE,eAAgB,SAAUC,GACtB,OAAOzE,KAAKc,aAAa0D,eAAeC,IAE5CC,SAAU,WACN,OAAO1E,KAAKc,aAAa4D,YAE7BC,UAAW,SAAUL,GACjB,OAAOtE,KAAKc,aAAa6D,UAAUL,IAEvCM,YAAa,WACT,OAAO5E,KAAKc,aAAa8D,eAE7BC,UAAW,SAAUP,GACjB,OAAOtE,KAAKc,aAAa+D,UAAUP,IAEvCQ,YAAa,WACT,OAAO9E,KAAKc,aAAagE,kBAI1BO,GACP7F,KAAM,eACNwF,QAAS,SAAUC,GACfA,EAAIC,UAAUG,EAAe7F,KAAM2F,KCtLhC3G,GAAc,eAAgB,UAAW,wBAAyB,cAAe,iBAAkB,WAAY,WAAY,aAAc,oBAAqB,YAAa,UAAW,SAAU,uBAAwB,aAAc,iBAAkB,iBAAkB,gBAAiB,iBAAkB,YAAa,iBAAkB,eAAgB,aAAc,QAAS,eAAgB,SAAU,YAAa,oBAAqB,cAAe,cAAe,aAAc,QAAS,WAAY,kBAAmB,kBAAmB,YAAa,kBAAmB,OAAQ,QAAS,gBAAiB,QAAS,SAAU,cAAe,iBAAkB,gBAAiB,aAAc,OAAQ,SAAU,QAAS,UAAW,uBAAwB,YAAa,YAAa,YAAa,QAAS,OAAQ,UACjyBC,GAAc,SACdC,EAAWC,YAAWC,MAAOJ,IAC7BI,EAAQF,EAAS,GAAIG,EAAQH,EAAS,GAAII,EAAYC,OAAOC,KAAKH,GAC7EC,EAAUG,KAAK,eAAgB,qBAC/B,IAAK,IAAIC,EAAK,EAAGC,EAAeV,EAAYS,EAAKC,EAAaC,OAAQF,IAAM,CACxE,IAAIG,EAAUF,EAAaD,GAC3BJ,EAAUG,KAAK,UAAYI,GAQ/B,IAAWiG,EAAwB/F,sBAC/BC,KAAM,wBACNC,QAASC,iBACTd,MAAOA,EACPC,MAAOA,EACPc,MAAOb,EACPc,OAASC,MAAO,gBAChBC,QAAS,WAAc,OAASC,OAAQC,KAAKD,SAC7CE,KAAM,WACF,OACIC,YAAa,IAAIqF,mBACjBnF,SAAU5B,EACV6B,OAAQ5B,EACR6B,mBAAmB,EACnBC,oBAAoB,EACpBC,aACAC,iBACAC,QAASC,YACTC,wBAGRC,QAAS,WACLb,KAAKc,aAAaC,SAAWf,KAAKc,aAAaE,QAC/ChB,KAAKc,aAAaE,QAAUhB,KAAKgB,QACjChB,KAAKiB,iBACLjB,KAAKc,aAAaI,eAAiBlB,KAAKc,aAAaK,cACrDnB,KAAKc,aAAaK,cAAgBnB,KAAKmB,cACvCnB,KAAKc,aAAaM,cAAgBpB,KAAKoB,cACvCpB,KAAKqB,QAAUrB,KAAKqB,SAExBC,OAAQ,SAAUC,GACd,IAAIC,EAAKb,YAAiBY,EAALE,KACjBC,EAAQ,KAIZ,OAHKC,oBAAkB3B,KAAK4B,OAAOC,WAC/BH,EAASf,YAAoCX,KAAK4B,OAAOC,QAApC7B,KAAK4B,OAAOC,WAE9BL,EAAE,QAASE,IAEtBI,SACIV,cAAe,SAAUW,GAIrB,GAHKA,IACDA,EAAgBhD,OAAOC,KAAKgB,KAAKY,yBAEjCmB,EAAc3C,QAAUY,KAAKY,mBAC7B,IAAK,IAAI1B,EAAK,EAAG8C,EAAkBD,EAAe7C,EAAK8C,EAAgB5C,OAAQF,IAAM,CACjF,IAAI+C,EAAWD,EAAgB9C,GAC3BgD,EAAoBlC,KAAKY,mBAAmBqB,GAChD,GAAIC,GAAqBA,EAAkB9C,OAAQ,CAC/C,IAAK,IAAI+C,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBhD,OAAQ+C,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjBzC,KAAKY,mBAAmBqB,MAK/Cd,cAAe,SAAUuB,EAAMC,GAC3B,IAAIC,EAAQ5C,KACRA,KAAKU,SACLV,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAE/C7C,KAAKc,cAAgBd,KAAKc,aAAaI,gBACvClB,KAAKc,aAAaI,eAAewB,EAAMC,GAEvCD,GAAQ1C,KAAKK,QAAUL,KAAKK,OAAOjB,QACnCL,OAAOC,KAAK0D,GAAMI,IAAI,SAAUC,GAC5BH,EAAMvC,OAAOyC,IAAI,SAAUlD,GAClBmD,IAAQnD,GAAY,cAAcoD,KAAKD,KACpCH,EAAMlC,OACNkC,EAAM9B,aAAamC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,KAG3DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,IAClCH,EAAMM,MAAM,eAAgBR,EAAKK,WAOzD/B,QAAS,SAAUmC,EAAWC,EAAWC,GAIrC,GAHK1C,cACDX,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAEhC,WAAdM,GAAwC,UAAdA,IAA0BnD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,QAiBhF,GAAmB,gBAAd+D,GAAyD,iBAA1BC,EAAUE,aAAmCtD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,OAAe,CAEzHmE,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,iCACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAKDX,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MALrCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,WAvB0B,CAChG,IAAIR,EACAQ,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,sBACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAMiB,WAAdwC,GAA2BnD,KAAK2D,SAAW3D,KAAK2D,OAAOC,gBACvD5D,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MAPzCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,IAC9DvD,KAAKc,aAAamC,YAAYC,MAAM,oBAAqBE,EAAUG,MAwB1EvD,KAAKc,cAAgBd,KAAKc,aAAaC,UACxCf,KAAKc,aAAaC,SAASoC,EAAWC,EAAWC,IAGzDtD,OAAQ,WACJC,KAAKqB,WAETwC,QAAS,SAAUC,EAAOC,GACtB,OAAO/D,KAAKc,aAAa+C,QAAQC,EAAOC,IAE5CC,MAAO,WACH,OAAOhE,KAAKc,aAAakD,SAE7BC,OAAQ,SAAUC,EAAYC,EAAOC,GACjC,OAAOpE,KAAKc,aAAamD,OAAOC,EAAYC,EAAOC,IAEvDC,QAAS,WACL,OAAOrE,KAAKc,aAAauD,WAE7BE,SAAU,SAAUD,GAChB,OAAOtE,KAAKc,aAAayD,SAASD,IAEtCE,eAAgB,SAAUC,GACtB,OAAOzE,KAAKc,aAAa0D,eAAeC,IAE5CC,SAAU,WACN,OAAO1E,KAAKc,aAAa4D,YAE7BC,UAAW,SAAUL,GACjB,OAAOtE,KAAKc,aAAa6D,UAAUL,IAEvCM,YAAa,WACT,OAAO5E,KAAKc,aAAa8D,eAE7BC,UAAW,SAAUP,GACjB,OAAOtE,KAAKc,aAAa+D,UAAUP,IAEvCQ,YAAa,WACT,OAAO9E,KAAKc,aAAagE,kBAI1BU,GACPhG,KAAM,mBACNwF,QAAS,SAAUC,GACfA,EAAIC,UAAUM,EAAmBhG,KAAM8F,KCtLpC9G,GAAc,eAAgB,UAAW,wBAAyB,eAAgB,mBAAoB,iBAAkB,eAAgB,qBAAsB,WAAY,aAAc,gBAAiB,sBAAuB,sBAAuB,oBAAqB,YAAa,uBAAwB,UAAW,SAAU,uBAAwB,aAAc,iBAAkB,iBAAkB,gBAAiB,iBAAkB,mBAAoB,iBAAkB,eAAgB,aAAc,eAAgB,SAAU,yBAA0B,OAAQ,oBAAqB,cAAe,cAAe,cAAe,aAAc,QAAS,WAAY,gBAAiB,kBAAmB,mBAAoB,gBAAiB,YAAa,OAAQ,kBAAmB,QAAS,gBAAiB,QAAS,SAAU,cAAe,iBAAkB,gBAAiB,aAAc,kBAAmB,OAAQ,SAAU,gBAAiB,QAAS,UAAW,uBAAwB,YAAa,YAAa,YAAa,QAAS,OAAQ,UAAW,WAAY,SAAU,cAAe,WAChkCC,GAAc,SACdC,EAAWC,YAAWC,MAAOJ,IAC7BI,EAAQF,EAAS,GAAIG,EAAQH,EAAS,GAAII,EAAYC,OAAOC,KAAKH,GAC7EC,EAAUG,KAAK,eAAgB,qBAC/B,IAAK,IAAIC,EAAK,EAAGC,EAAeV,EAAYS,EAAKC,EAAaC,OAAQF,IAAM,CACxE,IAAIG,EAAUF,EAAaD,GAC3BJ,EAAUG,KAAK,UAAYI,GAQ/B,IAAWoG,EAAuBlG,sBAC9BC,KAAM,uBACNC,QAASC,iBACTd,MAAOA,EACPC,MAAOA,EACPc,MAAOb,EACPc,OAASC,MAAO,gBAChBC,QAAS,WAAc,OAASC,OAAQC,KAAKD,SAC7CE,KAAM,WACF,OACIC,YAAa,IAAIwF,kBACjBtF,SAAU5B,EACV6B,OAAQ5B,EACR6B,mBAAmB,EACnBC,oBAAoB,EACpBC,aACAC,iBACAC,QAASC,YACTC,wBAGRC,QAAS,WACLb,KAAKc,aAAaC,SAAWf,KAAKc,aAAaE,QAC/ChB,KAAKc,aAAaE,QAAUhB,KAAKgB,QACjChB,KAAKiB,iBACLjB,KAAKc,aAAaI,eAAiBlB,KAAKc,aAAaK,cACrDnB,KAAKc,aAAaK,cAAgBnB,KAAKmB,cACvCnB,KAAKc,aAAaM,cAAgBpB,KAAKoB,cACvCpB,KAAKqB,QAAUrB,KAAKqB,SAExBC,OAAQ,SAAUC,GACd,IAAIC,EAAKb,YAAiBY,EAALE,KACjBC,EAAQ,KAIZ,OAHKC,oBAAkB3B,KAAK4B,OAAOC,WAC/BH,EAASf,YAAoCX,KAAK4B,OAAOC,QAApC7B,KAAK4B,OAAOC,WAE9BL,EAAE,QAASE,IAEtBI,SACIV,cAAe,SAAUW,GAIrB,GAHKA,IACDA,EAAgBhD,OAAOC,KAAKgB,KAAKY,yBAEjCmB,EAAc3C,QAAUY,KAAKY,mBAC7B,IAAK,IAAI1B,EAAK,EAAG8C,EAAkBD,EAAe7C,EAAK8C,EAAgB5C,OAAQF,IAAM,CACjF,IAAI+C,EAAWD,EAAgB9C,GAC3BgD,EAAoBlC,KAAKY,mBAAmBqB,GAChD,GAAIC,GAAqBA,EAAkB9C,OAAQ,CAC/C,IAAK,IAAI+C,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBhD,OAAQ+C,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjBzC,KAAKY,mBAAmBqB,MAK/Cd,cAAe,SAAUuB,EAAMC,GAC3B,IAAIC,EAAQ5C,KACRA,KAAKU,SACLV,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAE/C7C,KAAKc,cAAgBd,KAAKc,aAAaI,gBACvClB,KAAKc,aAAaI,eAAewB,EAAMC,GAEvCD,GAAQ1C,KAAKK,QAAUL,KAAKK,OAAOjB,QACnCL,OAAOC,KAAK0D,GAAMI,IAAI,SAAUC,GAC5BH,EAAMvC,OAAOyC,IAAI,SAAUlD,GAClBmD,IAAQnD,GAAY,cAAcoD,KAAKD,KACpCH,EAAMlC,OACNkC,EAAM9B,aAAamC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,KAG3DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,IAClCH,EAAMM,MAAM,eAAgBR,EAAKK,WAOzD/B,QAAS,SAAUmC,EAAWC,EAAWC,GAIrC,GAHK1C,cACDX,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAEhC,WAAdM,GAAwC,UAAdA,IAA0BnD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,QAiBhF,GAAmB,gBAAd+D,GAAyD,iBAA1BC,EAAUE,aAAmCtD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,OAAe,CAEzHmE,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,iCACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAKDX,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MALrCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,WAvB0B,CAChG,IAAIR,EACAQ,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,sBACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAMiB,WAAdwC,GAA2BnD,KAAK2D,SAAW3D,KAAK2D,OAAOC,gBACvD5D,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MAPzCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,IAC9DvD,KAAKc,aAAamC,YAAYC,MAAM,oBAAqBE,EAAUG,MAwB1EvD,KAAKc,cAAgBd,KAAKc,aAAaC,UACxCf,KAAKc,aAAaC,SAASoC,EAAWC,EAAWC,IAGzDtD,OAAQ,WACJC,KAAKqB,WAETwC,QAAS,SAAUC,EAAOC,GACtB,OAAO/D,KAAKc,aAAa+C,QAAQC,EAAOC,IAE5CC,MAAO,WACH,OAAOhE,KAAKc,aAAakD,SAE7BC,OAAQ,SAAUC,EAAYC,EAAOC,GACjC,OAAOpE,KAAKc,aAAamD,OAAOC,EAAYC,EAAOC,IAEvDC,QAAS,WACL,OAAOrE,KAAKc,aAAauD,WAE7BE,SAAU,WACN,OAAOvE,KAAKc,aAAayD,YAE7BC,eAAgB,SAAUC,GACtB,OAAOzE,KAAKc,aAAa0D,eAAeC,IAE5CC,SAAU,WACN,OAAO1E,KAAKc,aAAa4D,YAE7BC,UAAW,SAAUL,GACjB,OAAOtE,KAAKc,aAAa6D,UAAUL,IAEvCM,YAAa,WACT,OAAO5E,KAAKc,aAAa8D,eAE7Be,gBAAiB,WACb,OAAO3F,KAAKc,aAAa6E,mBAE7BC,UAAW,SAAUC,GACjB,OAAO7F,KAAKc,aAAa8E,UAAUC,IAEvChB,UAAW,SAAUP,GACjB,OAAOtE,KAAKc,aAAa+D,UAAUP,IAEvCQ,YAAa,WACT,OAAO9E,KAAKc,aAAagE,kBAI1BgB,GACPtG,KAAM,kBACNwF,QAAS,SAAUC,GACfA,EAAIC,UAAUY,EAAkBtG,KAAMiG,KC5LnCjH,GAAc,eAAgB,UAAW,wBAAyB,mBAAoB,iBAAkB,WAAY,aAAc,oBAAqB,YAAa,UAAW,SAAU,uBAAwB,aAAc,gBAAiB,SAAU,eAAgB,aAAc,eAAgB,SAAU,yBAA0B,oBAAqB,QAAS,QAAS,oBAAqB,YAAa,kBAAmB,QAAS,SAAU,cAAe,iBAAkB,gBAAiB,aAAc,mBAAoB,SAAU,UAAW,YAAa,YAAa,OAAQ,YAAa,OAAQ,YAAa,UACxmBC,GAAc,SACdC,EAAWC,YAAWC,MAAOJ,IAC7BI,EAAQF,EAAS,GAAIG,EAAQH,EAAS,GAAII,EAAYC,OAAOC,KAAKH,GAC7EC,EAAUG,KAAK,eAAgB,qBAC/B,IAAK,IAAIC,GAAK,EAAGC,GAAeV,EAAYS,GAAKC,GAAaC,OAAQF,KAAM,CACxE,IAAIG,GAAUF,GAAaD,IAC3BJ,EAAUG,KAAK,UAAYI,IAQ/B,IAAW0G,GAAmBxG,sBAC1BC,KAAM,mBACNC,QAASC,iBACTd,MAAOA,EACPC,MAAOA,EACPc,MAAOb,EACPc,OAASC,MAAO,gBAChBC,QAAS,WAAc,OAASC,OAAQC,KAAKD,SAC7CE,KAAM,WACF,OACIC,YAAa,IAAI8F,cACjB5F,SAAU5B,EACV6B,OAAQ5B,EACR6B,mBAAmB,EACnBC,oBAAoB,EACpBC,aACAC,iBACAC,QAASC,YACTC,wBAGRC,QAAS,WACLb,KAAKc,aAAaC,SAAWf,KAAKc,aAAaE,QAC/ChB,KAAKc,aAAaE,QAAUhB,KAAKgB,QACjChB,KAAKiB,iBACLjB,KAAKc,aAAaI,eAAiBlB,KAAKc,aAAaK,cACrDnB,KAAKc,aAAaK,cAAgBnB,KAAKmB,cACvCnB,KAAKc,aAAaM,cAAgBpB,KAAKoB,cACvCpB,KAAKqB,QAAUrB,KAAKqB,SAExBC,OAAQ,SAAUC,GACd,IAAIC,EAAKb,YAAiBY,EAALE,KACjBC,EAAQ,KAIZ,OAHKC,oBAAkB3B,KAAK4B,OAAOC,WAC/BH,EAASf,YAAoCX,KAAK4B,OAAOC,QAApC7B,KAAK4B,OAAOC,WAE9BL,EAAE,QAASE,IAEtBI,SACIV,cAAe,SAAUW,GAIrB,GAHKA,IACDA,EAAgBhD,OAAOC,KAAKgB,KAAKY,yBAEjCmB,EAAc3C,QAAUY,KAAKY,mBAC7B,IAAK,IAAI1B,EAAK,EAAG8C,EAAkBD,EAAe7C,EAAK8C,EAAgB5C,OAAQF,IAAM,CACjF,IAAI+C,EAAWD,EAAgB9C,GAC3BgD,EAAoBlC,KAAKY,mBAAmBqB,GAChD,GAAIC,GAAqBA,EAAkB9C,OAAQ,CAC/C,IAAK,IAAI+C,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBhD,OAAQ+C,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjBzC,KAAKY,mBAAmBqB,MAK/Cd,cAAe,SAAUuB,EAAMC,GAC3B,IAAIC,EAAQ5C,KACRA,KAAKU,SACLV,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAE/C7C,KAAKc,cAAgBd,KAAKc,aAAaI,gBACvClB,KAAKc,aAAaI,eAAewB,EAAMC,GAEvCD,GAAQ1C,KAAKK,QAAUL,KAAKK,OAAOjB,QACnCL,OAAOC,KAAK0D,GAAMI,IAAI,SAAUC,GAC5BH,EAAMvC,OAAOyC,IAAI,SAAUlD,GAClBmD,IAAQnD,GAAY,cAAcoD,KAAKD,KACpCH,EAAMlC,OACNkC,EAAM9B,aAAamC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,KAG3DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,IAClCH,EAAMM,MAAM,eAAgBR,EAAKK,WAOzD/B,QAAS,SAAUmC,EAAWC,EAAWC,GAIrC,GAHK1C,cACDX,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAEhC,WAAdM,GAAwC,UAAdA,IAA0BnD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,QAiBhF,GAAmB,gBAAd+D,GAAyD,iBAA1BC,EAAUE,aAAmCtD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,OAAe,CAEzHmE,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,iCACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAKDX,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MALrCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,WAvB0B,CAChG,IAAIR,EACAQ,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,sBACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAMiB,WAAdwC,GAA2BnD,KAAK2D,SAAW3D,KAAK2D,OAAOC,gBACvD5D,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MAPzCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,IAC9DvD,KAAKc,aAAamC,YAAYC,MAAM,oBAAqBE,EAAUG,MAwB1EvD,KAAKc,cAAgBd,KAAKc,aAAaC,UACxCf,KAAKc,aAAaC,SAASoC,EAAWC,EAAWC,IAGzDtD,OAAQ,WACJC,KAAKqB,WAET4E,SAAU,SAAUnC,EAAOC,GACvB,OAAO/D,KAAKc,aAAamF,SAASnC,EAAOC,IAE7CmC,YAAa,SAAUpC,EAAOqC,EAAQC,GAClC,OAAOpG,KAAKc,aAAaoF,YAAYpC,EAAOqC,EAAQC,IAExDnC,OAAQ,SAAUC,EAAYC,EAAOC,GACjC,OAAOpE,KAAKc,aAAamD,OAAOC,EAAYC,EAAOC,IAEvDI,eAAgB,SAAUC,GACtB,OAAOzE,KAAKc,aAAa0D,eAAeC,IAE5C4B,gBAAiB,SAAU5B,GACvB,OAAOzE,KAAKc,aAAauF,gBAAgB5B,IAE7C6B,YAAa,WACT,OAAOtG,KAAKc,aAAawF,eAE7B5B,SAAU,WACN,OAAO1E,KAAKc,aAAa4D,YAE7B6B,cAAe,WACX,OAAOvG,KAAKc,aAAayF,iBAE7B3B,YAAa,WACT,OAAO5E,KAAKc,aAAa8D,eAE7B4B,UAAW,SAAUC,EAAUC,GAC3B,OAAO1G,KAAKc,aAAa0F,UAAUC,EAAUC,IAEjDC,WAAY,SAAUlC,GAClB,OAAOzE,KAAKc,aAAa6F,WAAWlC,IAExCmC,SAAU,SAAUnC,GAChB,OAAOzE,KAAKc,aAAa8F,SAASnC,IAEtCoC,OAAQ,SAAUpC,EAAOiC,EAAOD,GAC5B,OAAOzG,KAAKc,aAAa+F,OAAOpC,EAAOiC,EAAOD,IAElDK,QAAS,SAAUrC,GACf,OAAOzE,KAAKc,aAAagG,QAAQrC,IAErCsC,OAAQ,SAAUtC,GACd,OAAOzE,KAAKc,aAAaiG,OAAOtC,IAEpCuC,WAAY,SAAUlD,EAAOC,GACzB,OAAO/D,KAAKc,aAAakG,WAAWlD,EAAOC,IAE/CkD,YAAa,SAAUnD,EAAOC,GAC1B,OAAO/D,KAAKc,aAAamG,YAAYnD,EAAOC,IAEhD4B,gBAAiB,WACb,OAAO3F,KAAKc,aAAa6E,mBAE7BC,UAAW,SAAUC,GACjB,OAAO7F,KAAKc,aAAa8E,UAAUC,IAEvCqB,YAAa,SAAUpD,EAAO+B,EAAOO,GACjC,OAAOpG,KAAKc,aAAaoG,YAAYpD,EAAO+B,EAAOO,IAEvDtB,YAAa,WACT,OAAO9E,KAAKc,aAAagE,kBAI1BqC,IACP3H,KAAM,cACNwF,QAAS,SAAUC,GACfA,EAAIC,UAAUiC,GAAc3H,KAAMuG,MCpN/BvH,IAAc,eAAgB,UAAW,wBAAyB,iBAAkB,sBAAuB,eAAgB,WAAY,iBAAkB,gBAAiB,sBAAuB,oBAAqB,YAAa,UAAW,SAAU,uBAAwB,aAAc,iBAAkB,iBAAkB,iBAAkB,iBAAkB,eAAgB,aAAc,eAAgB,SAAU,OAAQ,oBAAqB,cAAe,cAAe,aAAc,WAAY,gBAAiB,eAAgB,kBAAmB,mBAAoB,gBAAiB,YAAa,OAAQ,eAAgB,kBAAmB,QAAS,QAAS,WAAY,SAAU,gBAAiB,aAAc,OAAQ,SAAU,QAAS,UAAW,YAAa,YAAa,YAAa,QAAS,WAAY,OAAQ,UACrzBC,IAAc,SACdC,GAAWC,YAAWC,MAAOJ,KAC7BI,GAAQF,GAAS,GAAIG,GAAQH,GAAS,GAAII,GAAYC,OAAOC,KAAKH,IAC7EC,GAAUG,KAAK,eAAgB,qBAC/B,IAAK,IAAIC,GAAK,EAAGC,GAAeV,GAAYS,GAAKC,GAAaC,OAAQF,KAAM,CACxE,IAAIG,GAAUF,GAAaD,IAC3BJ,GAAUG,KAAK,UAAYI,IAQ/B,IAAW+H,GAAwB7H,sBAC/BC,KAAM,wBACNC,QAASC,iBACTd,MAAOA,GACPC,MAAOA,GACPc,MAAOb,GACPc,OAASC,MAAO,gBAChBC,QAAS,WAAc,OAASC,OAAQC,KAAKD,SAC7CE,KAAM,WACF,OACIC,YAAa,IAAImH,mBACjBjH,SAAU5B,GACV6B,OAAQ5B,GACR6B,mBAAmB,EACnBC,oBAAoB,EACpBC,aACAC,iBACAC,QAASC,YACTC,wBAGRC,QAAS,WACLb,KAAKc,aAAaC,SAAWf,KAAKc,aAAaE,QAC/ChB,KAAKc,aAAaE,QAAUhB,KAAKgB,QACjChB,KAAKiB,iBACLjB,KAAKc,aAAaI,eAAiBlB,KAAKc,aAAaK,cACrDnB,KAAKc,aAAaK,cAAgBnB,KAAKmB,cACvCnB,KAAKc,aAAaM,cAAgBpB,KAAKoB,cACvCpB,KAAKqB,QAAUrB,KAAKqB,SAExBC,OAAQ,SAAUC,GACd,IAAIC,EAAKb,YAAiBY,EAALE,KACjBC,EAAQ,KAIZ,OAHKC,oBAAkB3B,KAAK4B,OAAOC,WAC/BH,EAASf,YAAoCX,KAAK4B,OAAOC,QAApC7B,KAAK4B,OAAOC,WAE9BL,EAAE,QAASE,IAEtBI,SACIV,cAAe,SAAUW,GAIrB,GAHKA,IACDA,EAAgBhD,OAAOC,KAAKgB,KAAKY,yBAEjCmB,EAAc3C,QAAUY,KAAKY,mBAC7B,IAAK,IAAI1B,EAAK,EAAG8C,EAAkBD,EAAe7C,EAAK8C,EAAgB5C,OAAQF,IAAM,CACjF,IAAI+C,EAAWD,EAAgB9C,GAC3BgD,EAAoBlC,KAAKY,mBAAmBqB,GAChD,GAAIC,GAAqBA,EAAkB9C,OAAQ,CAC/C,IAAK,IAAI+C,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBhD,OAAQ+C,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjBzC,KAAKY,mBAAmBqB,MAK/Cd,cAAe,SAAUuB,EAAMC,GAC3B,IAAIC,EAAQ5C,KACRA,KAAKU,SACLV,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAE/C7C,KAAKc,cAAgBd,KAAKc,aAAaI,gBACvClB,KAAKc,aAAaI,eAAewB,EAAMC,GAEvCD,GAAQ1C,KAAKK,QAAUL,KAAKK,OAAOjB,QACnCL,OAAOC,KAAK0D,GAAMI,IAAI,SAAUC,GAC5BH,EAAMvC,OAAOyC,IAAI,SAAUlD,GAClBmD,IAAQnD,GAAY,cAAcoD,KAAKD,KACpCH,EAAMlC,OACNkC,EAAM9B,aAAamC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,KAG3DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,IAClCH,EAAMM,MAAM,eAAgBR,EAAKK,WAOzD/B,QAAS,SAAUmC,EAAWC,EAAWC,GAIrC,GAHK1C,cACDX,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAEhC,WAAdM,GAAwC,UAAdA,IAA0BnD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,QAiBhF,GAAmB,gBAAd+D,GAAyD,iBAA1BC,EAAUE,aAAmCtD,KAAKK,QAAkC,IAAvBL,KAAKK,OAAOjB,OAAe,CAEzHmE,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,iCACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAKDX,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MALrCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,WAvB0B,CAChG,IAAIR,EACAQ,GADAR,EAAM/C,KAAKK,OAAOmD,WAAWC,MAAM,sBACrB,GACdL,GAAaL,IAAQW,cAAYN,EAAUG,MACtC5C,aAMiB,WAAdwC,GAA2BnD,KAAK2D,SAAW3D,KAAK2D,OAAOC,gBACvD5D,KAAKkD,MAAM,UAAYK,EAASH,EAAUG,IAC1CvD,KAAKkD,MAAM,eAAgBE,EAAUG,MAPzCvD,KAAKc,aAAamC,YAAYC,MAAM,UAAYK,EAASH,EAAUG,IACnEvD,KAAKc,aAAamC,YAAYC,MAAM,eAAgBE,EAAUG,IAC9DvD,KAAKc,aAAamC,YAAYC,MAAM,oBAAqBE,EAAUG,MAwB1EvD,KAAKc,cAAgBd,KAAKc,aAAaC,UACxCf,KAAKc,aAAaC,SAASoC,EAAWC,EAAWC,IAGzDtD,OAAQ,WACJC,KAAKqB,WAET2C,MAAO,WACH,OAAOhE,KAAKc,aAAakD,SAE7BsD,cAAe,SAAUC,GACrB,OAAOvH,KAAKc,aAAawG,cAAcC,IAE3CC,QAAS,SAAUD,GACf,OAAOvH,KAAKc,aAAa0G,QAAQD,IAErCE,cAAe,WACX,OAAOzH,KAAKc,aAAa2G,iBAE7B9C,UAAW,WACP,OAAO3E,KAAKc,aAAa6D,aAE7BiB,UAAW,SAAUC,GACjB,OAAO7F,KAAKc,aAAa8E,UAAUC,IAEvChB,UAAW,WACP,OAAO7E,KAAKc,aAAa+D,gBAI1B6C,IACPlI,KAAM,mBACNwF,QAAS,SAAUC,GACfA,EAAIC,UAAUwC,GAAmBlI,KAAM4H,MC3KpC5I,IAAc,eAAgB,UAAW,cAAe,WAAY,aAAc,kBAAmB,SAAU,aAAc,YAAa,aAAc,eAAgB,SAAU,cAAe,YAAa,oBAAqB,cAAe,aAAc,QAAS,kBAAmB,YAAa,kBAAmB,aAAc,kBAAmB,SAAU,cAAe,iBAAkB,gBAAiB,aAAc,SAAU,SAAU,UAAW,YAAa,YAAa,SAAU,UAC1eC,MACAC,GAAWC,YAAWC,MAAOJ,KAC7BI,GAAQF,GAAS,GAAIG,GAAQH,GAAS,GAAII,GAAYC,OAAOC,KAAKH,IAC7EC,GAAUG,KAAK,eAAgB,qBAC/B,IAAK,IAAIC,GAAK,EAAGC,GAAeV,GAAYS,GAAKC,GAAaC,OAAQF,KAAM,CACxE,IAAIG,GAAUF,GAAaD,IAC3BJ,GAAUG,KAAK,UAAYI,IAQ/B,IAAWsI,GAAmBpI,sBAC1BC,KAAM,mBACNC,QAASC,iBACTd,MAAOA,GACPC,MAAOA,GACPc,MAAOb,GACPgB,QAAS,WAAc,OAASC,OAAQC,KAAKD,SAC7CE,KAAM,WACF,OACIC,YAAa,IAAI0H,cACjBxH,SAAU5B,GACV6B,OAAQ5B,GACR6B,mBAAmB,EACnBC,oBAAoB,EACpBC,aACAC,iBACAC,QAASC,YACTC,wBAGRC,QAAS,WACLb,KAAKiB,iBACLjB,KAAKc,aAAaI,eAAiBlB,KAAKc,aAAaK,cACrDnB,KAAKc,aAAaK,cAAgBnB,KAAKmB,cACvCnB,KAAKc,aAAaM,cAAgBpB,KAAKoB,cACvCpB,KAAKqB,QAAUrB,KAAKqB,SAExBC,OAAQ,SAAUC,GACd,IAAIC,EAAKb,YAAiBY,EAALE,KACjBC,EAAQ,KAIZ,OAHKC,oBAAkB3B,KAAK4B,OAAOC,WAC/BH,EAASf,YAAoCX,KAAK4B,OAAOC,QAApC7B,KAAK4B,OAAOC,WAE9BL,EAAE,MAAOE,IAEpBI,SACIV,cAAe,SAAUW,GAIrB,GAHKA,IACDA,EAAgBhD,OAAOC,KAAKgB,KAAKY,yBAEjCmB,EAAc3C,QAAUY,KAAKY,mBAC7B,IAAK,IAAI1B,EAAK,EAAG8C,EAAkBD,EAAe7C,EAAK8C,EAAgB5C,OAAQF,IAAM,CACjF,IAAI+C,EAAWD,EAAgB9C,GAC3BgD,EAAoBlC,KAAKY,mBAAmBqB,GAChD,GAAIC,GAAqBA,EAAkB9C,OAAQ,CAC/C,IAAK,IAAI+C,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBhD,OAAQ+C,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjBzC,KAAKY,mBAAmBqB,MAK/Cd,cAAe,SAAUuB,EAAMC,GAC3B,IAAIC,EAAQ5C,KACRA,KAAKU,SACLV,KAAKK,OAAUL,KAAKK,OAAyCL,KAAKK,OAArCL,KAAKc,aAAa+B,aAE/C7C,KAAKc,cAAgBd,KAAKc,aAAaI,gBACvClB,KAAKc,aAAaI,eAAewB,EAAMC,GAEvCD,GAAQ1C,KAAKK,QAAUL,KAAKK,OAAOjB,QACnCL,OAAOC,KAAK0D,GAAMI,IAAI,SAAUC,GAC5BH,EAAMvC,OAAOyC,IAAI,SAAUlD,GAClBmD,IAAQnD,GAAY,cAAcoD,KAAKD,KACpCH,EAAMlC,OACNkC,EAAM9B,aAAamC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,KAG3DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,IAClCH,EAAMM,MAAM,eAAgBR,EAAKK,WAOzDhD,OAAQ,WACJC,KAAKqB,WAETwC,QAAS,SAAUC,EAAOC,GACtB,OAAO/D,KAAKc,aAAa+C,QAAQC,EAAOC,IAE5CS,eAAgB,SAAUC,GACtB,OAAOzE,KAAKc,aAAa0D,eAAeC,IAE5CC,SAAU,WACN,OAAO1E,KAAKc,aAAa4D,YAE7BC,UAAW,SAAUL,GACjB,OAAOtE,KAAKc,aAAa6D,UAAUL,IAEvCuD,OAAQ,SAAUC,EAAMC,EAAWC,GAC/B,OAAOhI,KAAKc,aAAa+G,OAAOC,EAAMC,EAAWC,IAErDnD,UAAW,WACP,OAAO7E,KAAKc,aAAa+D,gBAI1BoD,IACPzI,KAAM,cACNwF,QAAS,SAAUC,GACfA,EAAIC,UAAU+C,GAAczI,KAAMmI"}
1
+ {"version":3,"file":"ej2-vue-dropdowns.umd.min.js","sources":["../src/drop-down-list/dropdownlist.component.js","../src/combo-box/combobox.component.js","../src/auto-complete/autocomplete.component.js","../src/multi-select/multiselect.component.js","../src/list-box/listbox.component.js","../src/drop-down-tree/dropdowntree.component.js","../src/mention/mention.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { DropDownList } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * DropDownList contains a list of predefined values from which the user can choose\n * ```html\n * <ejs-dropdownlist :dataSource='data'></ejs-dropdownlist>\n * ```\n */\nexport var DropDownListComponent = vueDefineComponent({\n name: 'DropDownListComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new DropDownList({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n focusIn: function (e) {\n return this.ej2Instances.focusIn(e);\n },\n focusOut: function (e) {\n return this.ej2Instances.focusOut(e);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n showPopup: function (e) {\n return this.ej2Instances.showPopup(e);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var DropDownListPlugin = {\n name: 'ejs-dropdownlist',\n install: function (Vue) {\n Vue.component(DropDownListPlugin.name, DropDownListComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { ComboBox } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * ComboBox component allows the user to type a value or choose an option from the list of predefined options available\n * ```html\n * <ejs-combobox :dataSource='data'></ejs-combobox>\n * ```\n */\nexport var ComboBoxComponent = vueDefineComponent({\n name: 'ComboBoxComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new ComboBox({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n focusOut: function (e) {\n return this.ej2Instances.focusOut(e);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n showPopup: function (e) {\n return this.ej2Instances.showPopup(e);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var ComboBoxPlugin = {\n name: 'ejs-combobox',\n install: function (Vue) {\n Vue.component(ComboBoxPlugin.name, ComboBoxComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { AutoComplete } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * The AutoComplete component provides all the matched suggestion list on typing the input from which the user can select one.\n * ```html\n * <ejs-autocomplete :dataSource='data'></ejs-autocomplete>\n * ```\n */\nexport var AutoCompleteComponent = vueDefineComponent({\n name: 'AutoCompleteComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new AutoComplete({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n focusOut: function (e) {\n return this.ej2Instances.focusOut(e);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n showPopup: function (e) {\n return this.ej2Instances.showPopup(e);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var AutoCompletePlugin = {\n name: 'ejs-autocomplete',\n install: function (Vue) {\n Vue.component(AutoCompletePlugin.name, AutoCompleteComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { MultiSelect } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * MultiSelect component allows the user to select a value from the predefined list of values.\n * ```html\n * <ejs-multiselect :dataSource='data'></ejs-multiselect>\n * ```\n */\nexport var MultiSelectComponent = vueDefineComponent({\n name: 'MultiSelectComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new MultiSelect({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n focusOut: function () {\n return this.ej2Instances.focusOut();\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n selectAll: function (state) {\n return this.ej2Instances.selectAll(state);\n },\n showPopup: function (e) {\n return this.ej2Instances.showPopup(e);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var MultiSelectPlugin = {\n name: 'ejs-multiselect',\n install: function (Vue) {\n Vue.component(MultiSelectPlugin.name, MultiSelectComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { ListBox } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * ListBox component allows the user to select values from the predefined list of values.\n * ```html\n * <ejs-listbox :dataSource='data'></ejs-listbox>\n * ```\n */\nexport var ListBoxComponent = vueDefineComponent({\n name: 'ListBoxComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new ListBox({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addItems: function (items, itemIndex) {\n return this.ej2Instances.addItems(items, itemIndex);\n },\n enableItems: function (items, enable, isValue) {\n return this.ej2Instances.enableItems(items, enable, isValue);\n },\n filter: function (dataSource, query, fields) {\n return this.ej2Instances.filter(dataSource, query, fields);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getDataByValues: function (value) {\n return this.ej2Instances.getDataByValues(value);\n },\n getDataList: function () {\n return this.ej2Instances.getDataList();\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n getSortedList: function () {\n return this.ej2Instances.getSortedList();\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n moveAllTo: function (targetId, index) {\n return this.ej2Instances.moveAllTo(targetId, index);\n },\n moveBottom: function (value) {\n return this.ej2Instances.moveBottom(value);\n },\n moveDown: function (value) {\n return this.ej2Instances.moveDown(value);\n },\n moveTo: function (value, index, targetId) {\n return this.ej2Instances.moveTo(value, index, targetId);\n },\n moveTop: function (value) {\n return this.ej2Instances.moveTop(value);\n },\n moveUp: function (value) {\n return this.ej2Instances.moveUp(value);\n },\n removeItem: function (items, itemIndex) {\n return this.ej2Instances.removeItem(items, itemIndex);\n },\n removeItems: function (items, itemIndex) {\n return this.ej2Instances.removeItems(items, itemIndex);\n },\n requiredModules: function () {\n return this.ej2Instances.requiredModules();\n },\n selectAll: function (state) {\n return this.ej2Instances.selectAll(state);\n },\n selectItems: function (items, state, isValue) {\n return this.ej2Instances.selectItems(items, state, isValue);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\nexport var ListBoxPlugin = {\n name: 'ejs-listbox',\n install: function (Vue) {\n Vue.component(ListBoxPlugin.name, ListBoxComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { DropDownTree } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', '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'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * The DropDownTree component contains a list of predefined values from which you can choose a single or multiple values.\n * ```html\n * <ejs-dropdowntree></ejs-dropdowntree>\n * ```\n */\nexport var DropDownTreeComponent = vueDefineComponent({\n name: 'DropDownTreeComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new DropDownTree({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('input', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n clear: function () {\n return this.ej2Instances.clear();\n },\n ensureVisible: function (item) {\n return this.ej2Instances.ensureVisible(item);\n },\n getData: function (item) {\n return this.ej2Instances.getData(item);\n },\n getLocaleName: function () {\n return this.ej2Instances.getLocaleName();\n },\n hidePopup: function () {\n return this.ej2Instances.hidePopup();\n },\n selectAll: function (state) {\n return this.ej2Instances.selectAll(state);\n },\n showPopup: function () {\n return this.ej2Instances.showPopup();\n },\n }\n});\nexport var DropDownTreePlugin = {\n name: 'ejs-dropdowntree',\n install: function (Vue) {\n Vue.component(DropDownTreePlugin.name, DropDownTreeComponent);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { Mention } from '@syncfusion/ej2-dropdowns';\nexport var properties = ['isLazyUpdate', 'plugins', 'allowSpaces', 'cssClass', 'dataSource', 'displayTemplate', 'fields', 'filterType', 'highlight', 'ignoreCase', 'itemTemplate', 'locale', 'mentionChar', 'minLength', 'noRecordsTemplate', 'popupHeight', 'popupWidth', 'query', 'showMentionChar', 'sortOrder', 'spinnerTemplate', 'suffixText', 'suggestionCount', 'target', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'change', 'closed', 'created', 'destroyed', 'filtering', 'opened', 'select'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * The Mention contains a list of predefined values from which the user can choose\n * ```html\n * <ejs-mention :dataSource='data'></ejs-mention>\n * ```\n */\nexport var MentionComponent = vueDefineComponent({\n name: 'MentionComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instance: new Mention({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n custom: function () {\n this.updated();\n },\n addItem: function (items, itemIndex) {\n return this.ej2Instances.addItem(items, itemIndex);\n },\n getDataByValue: function (value) {\n return this.ej2Instances.getDataByValue(value);\n },\n getItems: function () {\n return this.ej2Instances.getItems();\n },\n hidePopup: function (e) {\n return this.ej2Instances.hidePopup(e);\n },\n search: function (text, positionX, positionY) {\n return this.ej2Instances.search(text, positionX, positionY);\n },\n showPopup: function () {\n return this.ej2Instances.showPopup();\n },\n }\n});\nexport var MentionPlugin = {\n name: 'ejs-mention',\n install: function (Vue) {\n Vue.component(MentionPlugin.name, MentionComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","props_1","DropDownListComponent","vueDefineComponent","name","mixins","ComponentBase","emits","model","event","provide","custom","this","data","ej2Instance","DropDownList","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","isVue3","isExecute","templateCollection","created","ej2Instances","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","updated","render","createElement","h","gh","slots","isNullOrUndefined","$slots","default","methods","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","_this","referModels","map","key","test","vueInstance","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","$props","isLazyUpdate","addItem","items","itemIndex","clear","filter","dataSource","query","fields","focusIn","e","focusOut","getDataByValue","value","getItems","hidePopup","hideSpinner","requiredModules","showPopup","showSpinner","DropDownListPlugin","install","Vue","component","ComboBoxComponent","ComboBox","ComboBoxPlugin","AutoCompleteComponent","AutoComplete","AutoCompletePlugin","MultiSelectComponent","MultiSelect","selectAll","state","MultiSelectPlugin","ListBoxComponent","ListBox","addItems","enableItems","enable","isValue","getDataByValues","getDataList","getSortedList","moveAllTo","targetId","index","moveBottom","moveDown","moveTo","moveTop","moveUp","removeItem","removeItems","selectItems","ListBoxPlugin","DropDownTreeComponent","DropDownTree","ensureVisible","item","getData","getLocaleName","DropDownTreePlugin","MentionComponent","Mention","search","text","positionX","positionY","MentionPlugin"],"mappings":"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"}
@@ -2,7 +2,7 @@ import { AutoComplete, ComboBox, DropDownList, DropDownTree, ListBox, Mention, M
2
2
  import { ComponentBase, getProps, gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
3
3
  import { getValue, isNullOrUndefined, isUndefined } from '@syncfusion/ej2-base';
4
4
 
5
- const properties = ['isLazyUpdate', 'plugins', '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'];
5
+ const properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', '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
6
  const modelProps = ['value'];
7
7
  const testProp = getProps({ props: properties });
8
8
  const props = testProp[0];
@@ -32,7 +32,7 @@ let DropDownListComponent = vueDefineComponent({
32
32
  propKeys: properties,
33
33
  models: modelProps,
34
34
  hasChildDirective: false,
35
- hasInjectedModules: false,
35
+ hasInjectedModules: true,
36
36
  tagMapper: {},
37
37
  tagNameMapper: {},
38
38
  isVue3: !isExecute,
@@ -171,6 +171,9 @@ let DropDownListComponent = vueDefineComponent({
171
171
  hideSpinner() {
172
172
  return this.ej2Instances.hideSpinner();
173
173
  },
174
+ requiredModules() {
175
+ return this.ej2Instances.requiredModules();
176
+ },
174
177
  showPopup(e) {
175
178
  return this.ej2Instances.showPopup(e);
176
179
  },
@@ -186,7 +189,7 @@ const DropDownListPlugin = {
186
189
  }
187
190
  };
188
191
 
189
- const properties$1 = ['isLazyUpdate', 'plugins', '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'];
192
+ const properties$1 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', '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'];
190
193
  const modelProps$1 = ['value'];
191
194
  const testProp$1 = getProps({ props: properties$1 });
192
195
  const props$1 = testProp$1[0];
@@ -216,7 +219,7 @@ let ComboBoxComponent = vueDefineComponent({
216
219
  propKeys: properties$1,
217
220
  models: modelProps$1,
218
221
  hasChildDirective: false,
219
- hasInjectedModules: false,
222
+ hasInjectedModules: true,
220
223
  tagMapper: {},
221
224
  tagNameMapper: {},
222
225
  isVue3: !isExecute,
@@ -355,6 +358,9 @@ let ComboBoxComponent = vueDefineComponent({
355
358
  hideSpinner() {
356
359
  return this.ej2Instances.hideSpinner();
357
360
  },
361
+ requiredModules() {
362
+ return this.ej2Instances.requiredModules();
363
+ },
358
364
  showPopup(e) {
359
365
  return this.ej2Instances.showPopup(e);
360
366
  },
@@ -370,7 +376,7 @@ const ComboBoxPlugin = {
370
376
  }
371
377
  };
372
378
 
373
- const properties$2 = ['isLazyUpdate', 'plugins', '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'];
379
+ const properties$2 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', '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'];
374
380
  const modelProps$2 = ['value'];
375
381
  const testProp$2 = getProps({ props: properties$2 });
376
382
  const props$2 = testProp$2[0];
@@ -400,7 +406,7 @@ let AutoCompleteComponent = vueDefineComponent({
400
406
  propKeys: properties$2,
401
407
  models: modelProps$2,
402
408
  hasChildDirective: false,
403
- hasInjectedModules: false,
409
+ hasInjectedModules: true,
404
410
  tagMapper: {},
405
411
  tagNameMapper: {},
406
412
  isVue3: !isExecute,
@@ -539,6 +545,9 @@ let AutoCompleteComponent = vueDefineComponent({
539
545
  hideSpinner() {
540
546
  return this.ej2Instances.hideSpinner();
541
547
  },
548
+ requiredModules() {
549
+ return this.ej2Instances.requiredModules();
550
+ },
542
551
  showPopup(e) {
543
552
  return this.ej2Instances.showPopup(e);
544
553
  },