@syncfusion/ej2-vue-dropdowns 25.2.6 → 26.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
- package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es2015.js +24 -35
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +24 -35
- package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
- package/package.json +9 -9
- package/src/auto-complete/autocomplete.component.d.ts +1 -1
- package/src/auto-complete/autocomplete.component.js +3 -3
- package/src/combo-box/combobox.component.d.ts +1 -1
- package/src/combo-box/combobox.component.js +3 -3
- package/src/drop-down-list/dropdownlist.component.d.ts +1 -1
- package/src/drop-down-list/dropdownlist.component.js +3 -3
- package/src/list-box/listbox.component.d.ts +1 -1
- package/src/mention/mention.component.d.ts +1 -1
- package/src/multi-select/multiselect.component.d.ts +2 -1
- package/src/multi-select/multiselect.component.js +3 -0
- package/styles/auto-complete/bootstrap-dark.css +109 -1
- package/styles/auto-complete/bootstrap.css +109 -1
- package/styles/auto-complete/bootstrap4.css +163 -1
- package/styles/auto-complete/bootstrap5-dark.css +151 -1
- package/styles/auto-complete/bootstrap5.css +151 -1
- package/styles/auto-complete/fabric-dark.css +84 -1
- package/styles/auto-complete/fabric.css +77 -1
- package/styles/auto-complete/fluent-dark.css +131 -1
- package/styles/auto-complete/fluent.css +131 -1
- package/styles/auto-complete/fluent2.css +1140 -0
- package/styles/auto-complete/fluent2.scss +1 -0
- package/styles/auto-complete/highcontrast-light.css +81 -1
- package/styles/auto-complete/highcontrast.css +81 -1
- package/styles/auto-complete/material-dark.css +118 -1
- package/styles/auto-complete/material.css +143 -1
- package/styles/auto-complete/material3-dark.css +263 -1
- package/styles/auto-complete/material3.css +375 -1
- package/styles/auto-complete/tailwind-dark.css +106 -1
- package/styles/auto-complete/tailwind.css +106 -1
- package/styles/bootstrap-dark.css +3439 -1
- package/styles/bootstrap.css +3444 -1
- package/styles/bootstrap4.css +3692 -1
- package/styles/bootstrap5-dark.css +3614 -1
- package/styles/bootstrap5.css +3614 -1
- package/styles/combo-box/bootstrap-dark.css +109 -1
- package/styles/combo-box/bootstrap.css +109 -1
- package/styles/combo-box/bootstrap4.css +163 -1
- package/styles/combo-box/bootstrap5-dark.css +151 -1
- package/styles/combo-box/bootstrap5.css +151 -1
- package/styles/combo-box/fabric-dark.css +84 -1
- package/styles/combo-box/fabric.css +77 -1
- package/styles/combo-box/fluent-dark.css +131 -1
- package/styles/combo-box/fluent.css +131 -1
- package/styles/combo-box/fluent2.css +1140 -0
- package/styles/combo-box/fluent2.scss +1 -0
- package/styles/combo-box/highcontrast-light.css +81 -1
- package/styles/combo-box/highcontrast.css +81 -1
- package/styles/combo-box/material-dark.css +118 -1
- package/styles/combo-box/material.css +143 -1
- package/styles/combo-box/material3-dark.css +263 -1
- package/styles/combo-box/material3.css +375 -1
- package/styles/combo-box/tailwind-dark.css +106 -1
- package/styles/combo-box/tailwind.css +106 -1
- package/styles/drop-down-base/bootstrap-dark.css +373 -1
- package/styles/drop-down-base/bootstrap.css +373 -1
- package/styles/drop-down-base/bootstrap4.css +383 -1
- package/styles/drop-down-base/bootstrap5-dark.css +405 -1
- package/styles/drop-down-base/bootstrap5.css +405 -1
- package/styles/drop-down-base/fabric-dark.css +373 -1
- package/styles/drop-down-base/fabric.css +373 -1
- package/styles/drop-down-base/fluent-dark.css +421 -1
- package/styles/drop-down-base/fluent.css +421 -1
- package/styles/drop-down-base/fluent2.css +1447 -0
- package/styles/drop-down-base/fluent2.scss +1 -0
- package/styles/drop-down-base/highcontrast-light.css +387 -1
- package/styles/drop-down-base/highcontrast.css +387 -1
- package/styles/drop-down-base/material-dark.css +372 -1
- package/styles/drop-down-base/material.css +372 -1
- package/styles/drop-down-base/material3-dark.css +492 -1
- package/styles/drop-down-base/material3.css +604 -1
- package/styles/drop-down-base/tailwind-dark.css +481 -1
- package/styles/drop-down-base/tailwind.css +481 -1
- package/styles/drop-down-list/bootstrap-dark.css +433 -1
- package/styles/drop-down-list/bootstrap.css +433 -1
- package/styles/drop-down-list/bootstrap4.css +477 -1
- package/styles/drop-down-list/bootstrap5-dark.css +490 -1
- package/styles/drop-down-list/bootstrap5.css +490 -1
- package/styles/drop-down-list/fabric-dark.css +408 -1
- package/styles/drop-down-list/fabric.css +401 -1
- package/styles/drop-down-list/fluent-dark.css +471 -1
- package/styles/drop-down-list/fluent.css +471 -1
- package/styles/drop-down-list/fluent2.css +1684 -0
- package/styles/drop-down-list/fluent2.scss +1 -0
- package/styles/drop-down-list/highcontrast-light.css +419 -1
- package/styles/drop-down-list/highcontrast.css +419 -1
- package/styles/drop-down-list/material-dark.css +455 -1
- package/styles/drop-down-list/material.css +499 -1
- package/styles/drop-down-list/material3-dark.css +626 -1
- package/styles/drop-down-list/material3.css +738 -1
- package/styles/drop-down-list/tailwind-dark.css +428 -1
- package/styles/drop-down-list/tailwind.css +428 -1
- package/styles/drop-down-tree/bootstrap-dark.css +464 -1
- package/styles/drop-down-tree/bootstrap.css +465 -1
- package/styles/drop-down-tree/bootstrap4.css +498 -1
- package/styles/drop-down-tree/bootstrap5-dark.css +544 -1
- package/styles/drop-down-tree/bootstrap5.css +544 -1
- package/styles/drop-down-tree/fabric-dark.css +466 -1
- package/styles/drop-down-tree/fabric.css +467 -1
- package/styles/drop-down-tree/fluent-dark.css +549 -1
- package/styles/drop-down-tree/fluent.css +549 -1
- package/styles/drop-down-tree/fluent2.css +1732 -0
- package/styles/drop-down-tree/fluent2.scss +1 -0
- package/styles/drop-down-tree/highcontrast-light.css +481 -1
- package/styles/drop-down-tree/highcontrast.css +491 -1
- package/styles/drop-down-tree/material-dark.css +790 -1
- package/styles/drop-down-tree/material.css +814 -1
- package/styles/drop-down-tree/material3-dark.css +580 -1
- package/styles/drop-down-tree/material3.css +692 -1
- package/styles/drop-down-tree/tailwind-dark.css +579 -1
- package/styles/drop-down-tree/tailwind.css +579 -1
- package/styles/fabric-dark.css +3413 -1
- package/styles/fabric.css +3413 -1
- package/styles/fluent-dark.css +3689 -1
- package/styles/fluent.css +3689 -1
- package/styles/fluent2.css +12401 -0
- package/styles/fluent2.scss +8 -0
- package/styles/highcontrast-light.css +3525 -1
- package/styles/highcontrast.css +3553 -1
- package/styles/list-box/bootstrap-dark.css +915 -1
- package/styles/list-box/bootstrap.css +926 -1
- package/styles/list-box/bootstrap4.css +980 -1
- package/styles/list-box/bootstrap5-dark.css +952 -1
- package/styles/list-box/bootstrap5.css +952 -1
- package/styles/list-box/fabric-dark.css +915 -1
- package/styles/list-box/fabric.css +926 -1
- package/styles/list-box/fluent-dark.css +952 -1
- package/styles/list-box/fluent.css +952 -1
- package/styles/list-box/fluent2.css +2029 -0
- package/styles/list-box/fluent2.scss +1 -0
- package/styles/list-box/highcontrast-light.css +929 -1
- package/styles/list-box/highcontrast.css +940 -1
- package/styles/list-box/material-dark.css +914 -1
- package/styles/list-box/material.css +925 -1
- package/styles/list-box/material3-dark.css +1025 -1
- package/styles/list-box/material3.css +1137 -1
- package/styles/list-box/tailwind-dark.css +961 -1
- package/styles/list-box/tailwind.css +961 -1
- package/styles/material-dark.css +4927 -1
- package/styles/material.css +5006 -1
- package/styles/material3-dark.css +5644 -1
- package/styles/material3.css +6540 -1
- package/styles/mention/bootstrap-dark.css +53 -1
- package/styles/mention/bootstrap.css +53 -1
- package/styles/mention/bootstrap4.css +63 -1
- package/styles/mention/bootstrap5-dark.css +82 -1
- package/styles/mention/bootstrap5.css +82 -1
- package/styles/mention/fabric-dark.css +53 -1
- package/styles/mention/fabric.css +53 -1
- package/styles/mention/fluent-dark.css +82 -1
- package/styles/mention/fluent.css +82 -1
- package/styles/mention/fluent2.css +1130 -0
- package/styles/mention/fluent2.scss +1 -0
- package/styles/mention/highcontrast-light.css +67 -1
- package/styles/mention/highcontrast.css +67 -1
- package/styles/mention/material-dark.css +52 -1
- package/styles/mention/material.css +52 -1
- package/styles/mention/material3-dark.css +165 -1
- package/styles/mention/material3.css +277 -1
- package/styles/mention/tailwind-dark.css +91 -1
- package/styles/mention/tailwind.css +91 -1
- package/styles/multi-select/bootstrap-dark.css +1318 -1
- package/styles/multi-select/bootstrap.css +1311 -1
- package/styles/multi-select/bootstrap4.css +1442 -1
- package/styles/multi-select/bootstrap5-dark.css +1389 -1
- package/styles/multi-select/bootstrap5.css +1389 -1
- package/styles/multi-select/fabric-dark.css +1315 -1
- package/styles/multi-select/fabric.css +1310 -1
- package/styles/multi-select/fluent-dark.css +1462 -1
- package/styles/multi-select/fluent.css +1462 -1
- package/styles/multi-select/fluent2.css +2663 -0
- package/styles/multi-select/fluent2.scss +1 -0
- package/styles/multi-select/highcontrast-light.css +1429 -1
- package/styles/multi-select/highcontrast.css +1436 -1
- package/styles/multi-select/material-dark.css +2470 -1
- package/styles/multi-select/material.css +2490 -1
- package/styles/multi-select/material3-dark.css +2683 -1
- package/styles/multi-select/material3.css +2795 -1
- package/styles/multi-select/tailwind-dark.css +1383 -1
- package/styles/multi-select/tailwind.css +1383 -1
- package/styles/tailwind-dark.css +3630 -1
- package/styles/tailwind.css +3630 -1
- package/CHANGELOG.md +0 -2167
- package/dist/global/ej2-vue-dropdowns.min.js +0 -10
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import {
|
|
1
|
+
import { DropDownList, ComboBox, AutoComplete, MultiSelect, ListBox, DropDownTree, Mention } from '@syncfusion/ej2-dropdowns';
|
|
2
|
+
export * from '@syncfusion/ej2-dropdowns';
|
|
3
|
+
import { getProps, vueDefineComponent, ComponentBase, isExecute, gh } from '@syncfusion/ej2-vue-base';
|
|
4
|
+
import { isNullOrUndefined, getValue, isUndefined } from '@syncfusion/ej2-base';
|
|
4
5
|
|
|
5
6
|
var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowObjectBinding', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
6
7
|
var modelProps = ['value'];
|
|
7
8
|
var testProp = getProps({ props: properties });
|
|
8
|
-
var props = testProp[0];
|
|
9
|
-
var watch = testProp[1];
|
|
10
|
-
var emitProbs = Object.keys(watch);
|
|
9
|
+
var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
11
10
|
emitProbs.push('modelchanged', 'update:modelValue');
|
|
12
11
|
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
13
12
|
var props_1 = modelProps_1[_i];
|
|
@@ -154,6 +153,9 @@ var DropDownListComponent = vueDefineComponent({
|
|
|
154
153
|
clear: function () {
|
|
155
154
|
return this.ej2Instances.clear();
|
|
156
155
|
},
|
|
156
|
+
disableItem: function (item) {
|
|
157
|
+
return this.ej2Instances.disableItem(item);
|
|
158
|
+
},
|
|
157
159
|
filter: function (dataSource, query, fields) {
|
|
158
160
|
return this.ej2Instances.filter(dataSource, query, fields);
|
|
159
161
|
},
|
|
@@ -175,9 +177,6 @@ var DropDownListComponent = vueDefineComponent({
|
|
|
175
177
|
hideSpinner: function () {
|
|
176
178
|
return this.ej2Instances.hideSpinner();
|
|
177
179
|
},
|
|
178
|
-
removeAllChildren: function (element) {
|
|
179
|
-
return this.ej2Instances.removeAllChildren(element);
|
|
180
|
-
},
|
|
181
180
|
requiredModules: function () {
|
|
182
181
|
return this.ej2Instances.requiredModules();
|
|
183
182
|
},
|
|
@@ -199,9 +198,7 @@ var DropDownListPlugin = {
|
|
|
199
198
|
var properties$1 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'allowObjectBinding', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
200
199
|
var modelProps$1 = ['value'];
|
|
201
200
|
var testProp$1 = getProps({ props: properties$1 });
|
|
202
|
-
var props$1 = testProp$1[0];
|
|
203
|
-
var watch$1 = testProp$1[1];
|
|
204
|
-
var emitProbs$1 = Object.keys(watch$1);
|
|
201
|
+
var props$1 = testProp$1[0], watch$1 = testProp$1[1], emitProbs$1 = Object.keys(watch$1);
|
|
205
202
|
emitProbs$1.push('modelchanged', 'update:modelValue');
|
|
206
203
|
for (var _i$1 = 0, modelProps_1$1 = modelProps$1; _i$1 < modelProps_1$1.length; _i$1++) {
|
|
207
204
|
var props_1$1 = modelProps_1$1[_i$1];
|
|
@@ -348,6 +345,9 @@ var ComboBoxComponent = vueDefineComponent({
|
|
|
348
345
|
clear: function () {
|
|
349
346
|
return this.ej2Instances.clear();
|
|
350
347
|
},
|
|
348
|
+
disableItem: function (item) {
|
|
349
|
+
return this.ej2Instances.disableItem(item);
|
|
350
|
+
},
|
|
351
351
|
filter: function (dataSource, query, fields) {
|
|
352
352
|
return this.ej2Instances.filter(dataSource, query, fields);
|
|
353
353
|
},
|
|
@@ -369,9 +369,6 @@ var ComboBoxComponent = vueDefineComponent({
|
|
|
369
369
|
hideSpinner: function () {
|
|
370
370
|
return this.ej2Instances.hideSpinner();
|
|
371
371
|
},
|
|
372
|
-
removeAllChildren: function (element) {
|
|
373
|
-
return this.ej2Instances.removeAllChildren(element);
|
|
374
|
-
},
|
|
375
372
|
requiredModules: function () {
|
|
376
373
|
return this.ej2Instances.requiredModules();
|
|
377
374
|
},
|
|
@@ -393,9 +390,7 @@ var ComboBoxPlugin = {
|
|
|
393
390
|
var properties$2 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'allowObjectBinding', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
394
391
|
var modelProps$2 = ['value'];
|
|
395
392
|
var testProp$2 = getProps({ props: properties$2 });
|
|
396
|
-
var props$2 = testProp$2[0];
|
|
397
|
-
var watch$2 = testProp$2[1];
|
|
398
|
-
var emitProbs$2 = Object.keys(watch$2);
|
|
393
|
+
var props$2 = testProp$2[0], watch$2 = testProp$2[1], emitProbs$2 = Object.keys(watch$2);
|
|
399
394
|
emitProbs$2.push('modelchanged', 'update:modelValue');
|
|
400
395
|
for (var _i$2 = 0, modelProps_1$2 = modelProps$2; _i$2 < modelProps_1$2.length; _i$2++) {
|
|
401
396
|
var props_1$2 = modelProps_1$2[_i$2];
|
|
@@ -542,6 +537,9 @@ var AutoCompleteComponent = vueDefineComponent({
|
|
|
542
537
|
clear: function () {
|
|
543
538
|
return this.ej2Instances.clear();
|
|
544
539
|
},
|
|
540
|
+
disableItem: function (item) {
|
|
541
|
+
return this.ej2Instances.disableItem(item);
|
|
542
|
+
},
|
|
545
543
|
filter: function (dataSource, query, fields) {
|
|
546
544
|
return this.ej2Instances.filter(dataSource, query, fields);
|
|
547
545
|
},
|
|
@@ -563,9 +561,6 @@ var AutoCompleteComponent = vueDefineComponent({
|
|
|
563
561
|
hideSpinner: function () {
|
|
564
562
|
return this.ej2Instances.hideSpinner();
|
|
565
563
|
},
|
|
566
|
-
removeAllChildren: function (element) {
|
|
567
|
-
return this.ej2Instances.removeAllChildren(element);
|
|
568
|
-
},
|
|
569
564
|
requiredModules: function () {
|
|
570
565
|
return this.ej2Instances.requiredModules();
|
|
571
566
|
},
|
|
@@ -587,9 +582,7 @@ var AutoCompletePlugin = {
|
|
|
587
582
|
var properties$3 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'allowObjectBinding', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enableVirtualization', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
|
|
588
583
|
var modelProps$3 = ['value'];
|
|
589
584
|
var testProp$3 = getProps({ props: properties$3 });
|
|
590
|
-
var props$3 = testProp$3[0];
|
|
591
|
-
var watch$3 = testProp$3[1];
|
|
592
|
-
var emitProbs$3 = Object.keys(watch$3);
|
|
585
|
+
var props$3 = testProp$3[0], watch$3 = testProp$3[1], emitProbs$3 = Object.keys(watch$3);
|
|
593
586
|
emitProbs$3.push('modelchanged', 'update:modelValue');
|
|
594
587
|
for (var _i$3 = 0, modelProps_1$3 = modelProps$3; _i$3 < modelProps_1$3.length; _i$3++) {
|
|
595
588
|
var props_1$3 = modelProps_1$3[_i$3];
|
|
@@ -736,6 +729,9 @@ var MultiSelectComponent = vueDefineComponent({
|
|
|
736
729
|
clear: function () {
|
|
737
730
|
return this.ej2Instances.clear();
|
|
738
731
|
},
|
|
732
|
+
disableItem: function (item) {
|
|
733
|
+
return this.ej2Instances.disableItem(item);
|
|
734
|
+
},
|
|
739
735
|
filter: function (dataSource, query, fields) {
|
|
740
736
|
return this.ej2Instances.filter(dataSource, query, fields);
|
|
741
737
|
},
|
|
@@ -781,9 +777,7 @@ var MultiSelectPlugin = {
|
|
|
781
777
|
var properties$4 = ['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'];
|
|
782
778
|
var modelProps$4 = ['value'];
|
|
783
779
|
var testProp$4 = getProps({ props: properties$4 });
|
|
784
|
-
var props$4 = testProp$4[0];
|
|
785
|
-
var watch$4 = testProp$4[1];
|
|
786
|
-
var emitProbs$4 = Object.keys(watch$4);
|
|
780
|
+
var props$4 = testProp$4[0], watch$4 = testProp$4[1], emitProbs$4 = Object.keys(watch$4);
|
|
787
781
|
emitProbs$4.push('modelchanged', 'update:modelValue');
|
|
788
782
|
for (var _i$4 = 0, modelProps_1$4 = modelProps$4; _i$4 < modelProps_1$4.length; _i$4++) {
|
|
789
783
|
var props_1$4 = modelProps_1$4[_i$4];
|
|
@@ -999,9 +993,7 @@ var ListBoxPlugin = {
|
|
|
999
993
|
var properties$5 = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'destroyPopupOnHide', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
|
|
1000
994
|
var modelProps$5 = ['value'];
|
|
1001
995
|
var testProp$5 = getProps({ props: properties$5 });
|
|
1002
|
-
var props$5 = testProp$5[0];
|
|
1003
|
-
var watch$5 = testProp$5[1];
|
|
1004
|
-
var emitProbs$5 = Object.keys(watch$5);
|
|
996
|
+
var props$5 = testProp$5[0], watch$5 = testProp$5[1], emitProbs$5 = Object.keys(watch$5);
|
|
1005
997
|
emitProbs$5.push('modelchanged', 'update:modelValue');
|
|
1006
998
|
for (var _i$5 = 0, modelProps_1$5 = modelProps$5; _i$5 < modelProps_1$5.length; _i$5++) {
|
|
1007
999
|
var props_1$5 = modelProps_1$5[_i$5];
|
|
@@ -1175,9 +1167,7 @@ var DropDownTreePlugin = {
|
|
|
1175
1167
|
var properties$6 = ['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'];
|
|
1176
1168
|
var modelProps$6 = [];
|
|
1177
1169
|
var testProp$6 = getProps({ props: properties$6 });
|
|
1178
|
-
var props$6 = testProp$6[0];
|
|
1179
|
-
var watch$6 = testProp$6[1];
|
|
1180
|
-
var emitProbs$6 = Object.keys(watch$6);
|
|
1170
|
+
var props$6 = testProp$6[0], watch$6 = testProp$6[1], emitProbs$6 = Object.keys(watch$6);
|
|
1181
1171
|
emitProbs$6.push('modelchanged', 'update:modelValue');
|
|
1182
1172
|
for (var _i$6 = 0, modelProps_1$6 = modelProps$6; _i$6 < modelProps_1$6.length; _i$6++) {
|
|
1183
1173
|
var props_1$6 = modelProps_1$6[_i$6];
|
|
@@ -1303,6 +1293,5 @@ var MentionPlugin = {
|
|
|
1303
1293
|
}
|
|
1304
1294
|
};
|
|
1305
1295
|
|
|
1306
|
-
export {
|
|
1307
|
-
export * from '@syncfusion/ej2-dropdowns';
|
|
1296
|
+
export { AutoCompleteComponent, AutoCompletePlugin, ComboBoxComponent, ComboBoxPlugin, DropDownListComponent, DropDownListPlugin, DropDownTreeComponent, DropDownTreePlugin, ListBoxComponent, ListBoxPlugin, MentionComponent, MentionPlugin, MultiSelectComponent, MultiSelectPlugin };
|
|
1308
1297
|
//# sourceMappingURL=ej2-vue-dropdowns.es5.js.map
|