@syncfusion/ej2-vue-dropdowns 19.2.60 → 19.3.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
- package/dist/es6/ej2-vue-dropdowns.es2015.js +36 -18
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +36 -18
- package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +8 -8
- package/src/auto-complete/autocomplete.component.js +6 -3
- package/src/combo-box/combobox.component.js +6 -3
- package/src/drop-down-list/dropdownlist.component.js +6 -3
- package/src/drop-down-tree/dropdowntree.component.js +6 -3
- package/src/list-box/listbox.component.js +6 -3
- package/src/multi-select/multiselect.component.js +6 -3
- package/styles/auto-complete/bootstrap4.css +5 -0
- package/styles/auto-complete/bootstrap5-dark.css +146 -0
- package/styles/auto-complete/bootstrap5-dark.scss +1 -0
- package/styles/auto-complete/bootstrap5.css +146 -0
- package/styles/auto-complete/bootstrap5.scss +1 -0
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/bootstrap-dark.css +17 -4
- package/styles/bootstrap.css +17 -4
- package/styles/bootstrap4.css +23 -21
- package/styles/bootstrap5-dark.css +3413 -0
- package/styles/bootstrap5-dark.scss +7 -0
- package/styles/bootstrap5.css +3413 -0
- package/styles/bootstrap5.scss +7 -0
- package/styles/combo-box/bootstrap4.css +5 -0
- package/styles/combo-box/bootstrap5-dark.css +146 -0
- package/styles/combo-box/bootstrap5-dark.scss +1 -0
- package/styles/combo-box/bootstrap5.css +146 -0
- package/styles/combo-box/bootstrap5.scss +1 -0
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +1 -3
- package/styles/drop-down-base/bootstrap.css +1 -3
- package/styles/drop-down-base/bootstrap4.css +1 -3
- package/styles/drop-down-base/bootstrap5-dark.css +372 -0
- package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-base/bootstrap5.css +372 -0
- package/styles/drop-down-base/bootstrap5.scss +1 -0
- package/styles/drop-down-base/fabric-dark.css +1 -3
- package/styles/drop-down-base/fabric.css +1 -3
- package/styles/drop-down-base/highcontrast-light.css +1 -3
- package/styles/drop-down-base/highcontrast.css +1 -3
- package/styles/drop-down-base/material-dark.css +3 -5
- package/styles/drop-down-base/material.css +1 -3
- package/styles/drop-down-base/tailwind-dark.css +5 -7
- package/styles/drop-down-base/tailwind.css +1 -3
- package/styles/drop-down-list/bootstrap-dark.css +2 -0
- package/styles/drop-down-list/bootstrap.css +2 -0
- package/styles/drop-down-list/bootstrap4.css +7 -16
- package/styles/drop-down-list/bootstrap5-dark.css +438 -0
- package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-list/bootstrap5.css +438 -0
- package/styles/drop-down-list/bootstrap5.scss +1 -0
- package/styles/drop-down-list/fabric-dark.css +2 -0
- package/styles/drop-down-list/fabric.css +2 -0
- package/styles/drop-down-list/highcontrast-light.css +2 -0
- package/styles/drop-down-list/highcontrast.css +2 -0
- package/styles/drop-down-list/material-dark.css +4 -2
- package/styles/drop-down-list/material.css +2 -0
- package/styles/drop-down-list/tailwind-dark.css +2 -0
- package/styles/drop-down-list/tailwind.css +2 -0
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +580 -0
- package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-tree/bootstrap5.css +580 -0
- package/styles/drop-down-tree/bootstrap5.scss +1 -0
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/material-dark.css +4 -8
- package/styles/drop-down-tree/material.css +4 -8
- package/styles/drop-down-tree/tailwind-dark.css +9 -5
- package/styles/drop-down-tree/tailwind.css +8 -4
- package/styles/fabric-dark.css +17 -4
- package/styles/fabric.css +17 -4
- package/styles/highcontrast-light.css +17 -4
- package/styles/highcontrast.css +17 -4
- package/styles/list-box/bootstrap5-dark.css +886 -0
- package/styles/list-box/bootstrap5-dark.scss +1 -0
- package/styles/list-box/bootstrap5.css +886 -0
- package/styles/list-box/bootstrap5.scss +1 -0
- package/styles/list-box/material-dark.css +3 -3
- package/styles/list-box/tailwind-dark.css +1 -1
- package/styles/list-box/tailwind.css +1 -1
- package/styles/material-dark.css +713 -58
- package/styles/material.css +108 -12
- package/styles/multi-select/bootstrap-dark.css +10 -1
- package/styles/multi-select/bootstrap.css +10 -1
- package/styles/multi-select/bootstrap4.css +11 -2
- package/styles/multi-select/bootstrap5-dark.css +1289 -0
- package/styles/multi-select/bootstrap5-dark.scss +1 -0
- package/styles/multi-select/bootstrap5.css +1289 -0
- package/styles/multi-select/bootstrap5.scss +1 -0
- package/styles/multi-select/fabric-dark.css +10 -1
- package/styles/multi-select/fabric.css +10 -1
- package/styles/multi-select/highcontrast-light.css +10 -1
- package/styles/multi-select/highcontrast.css +10 -1
- package/styles/multi-select/material-dark.css +699 -40
- package/styles/multi-select/material.css +101 -1
- package/styles/multi-select/tailwind-dark.css +13 -4
- package/styles/multi-select/tailwind.css +13 -4
- package/styles/tailwind-dark.css +30 -17
- package/styles/tailwind.css +25 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ComboBox
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I343666` - Issue with "data list is not updated to the popup while changing the query property on dynamically with filtering mode" has been resolved.
|
|
10
|
+
|
|
11
|
+
## 19.3.44 (2021-10-05)
|
|
12
|
+
|
|
13
|
+
### Dropdown Tree
|
|
14
|
+
|
|
15
|
+
#### New Features
|
|
16
|
+
|
|
17
|
+
- `#I301222` - Provided support to display custom selected values template in the Dropdown Tree component.
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I342360`, `#I342351` - The issue with "The Dropdown Tree component is not rendered when providing an id that starts with an integer type" has been resolved.
|
|
22
|
+
- `I341114` - Issue with "When listbox is selected with checkbox, drag and drop is not working properly" has been resolved.
|
|
23
|
+
|
|
24
|
+
## 19.2.62 (2021-09-14)
|
|
25
|
+
|
|
26
|
+
### DropDownList
|
|
27
|
+
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
- `#I341137` - Issue with "fixed grouping headers are not updated while scrolling the popup after set the grouping dynamically" has been resolved.
|
|
31
|
+
|
|
5
32
|
## 19.2.55 (2021-08-11)
|
|
6
33
|
|
|
7
34
|
### ListBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.45
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -9,7 +9,7 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
|
|
|
9
9
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
10
10
|
};
|
|
11
11
|
// {{VueImport}}
|
|
12
|
-
const properties = ['actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
12
|
+
const properties = ['islazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
13
13
|
const modelProps = ['value'];
|
|
14
14
|
const testProp = getProps({ props: properties });
|
|
15
15
|
const props = testProp[0];
|
|
@@ -88,6 +88,7 @@ class DropDownListComponent extends ComponentBase {
|
|
|
88
88
|
}
|
|
89
89
|
else {
|
|
90
90
|
this.$emit('update:' + key, prop[key]);
|
|
91
|
+
this.$emit('modelchanged', prop[key]);
|
|
91
92
|
}
|
|
92
93
|
}
|
|
93
94
|
});
|
|
@@ -107,8 +108,10 @@ class DropDownListComponent extends ComponentBase {
|
|
|
107
108
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
108
109
|
}
|
|
109
110
|
else {
|
|
110
|
-
|
|
111
|
-
|
|
111
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
112
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
113
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
114
|
+
}
|
|
112
115
|
}
|
|
113
116
|
}
|
|
114
117
|
}
|
|
@@ -199,7 +202,7 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
199
202
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
200
203
|
};
|
|
201
204
|
// {{VueImport}}
|
|
202
|
-
const properties$1 = ['actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
205
|
+
const properties$1 = ['islazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
203
206
|
const modelProps$1 = ['value'];
|
|
204
207
|
const testProp$1 = getProps({ props: properties$1 });
|
|
205
208
|
const props$1 = testProp$1[0];
|
|
@@ -278,6 +281,7 @@ class ComboBoxComponent extends ComponentBase {
|
|
|
278
281
|
}
|
|
279
282
|
else {
|
|
280
283
|
this.$emit('update:' + key, prop[key]);
|
|
284
|
+
this.$emit('modelchanged', prop[key]);
|
|
281
285
|
}
|
|
282
286
|
}
|
|
283
287
|
});
|
|
@@ -297,8 +301,10 @@ class ComboBoxComponent extends ComponentBase {
|
|
|
297
301
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
298
302
|
}
|
|
299
303
|
else {
|
|
300
|
-
|
|
301
|
-
|
|
304
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
305
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
306
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
307
|
+
}
|
|
302
308
|
}
|
|
303
309
|
}
|
|
304
310
|
}
|
|
@@ -389,7 +395,7 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
389
395
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
390
396
|
};
|
|
391
397
|
// {{VueImport}}
|
|
392
|
-
const properties$2 = ['actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
398
|
+
const properties$2 = ['islazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
393
399
|
const modelProps$2 = ['value'];
|
|
394
400
|
const testProp$2 = getProps({ props: properties$2 });
|
|
395
401
|
const props$2 = testProp$2[0];
|
|
@@ -468,6 +474,7 @@ class AutoCompleteComponent extends ComponentBase {
|
|
|
468
474
|
}
|
|
469
475
|
else {
|
|
470
476
|
this.$emit('update:' + key, prop[key]);
|
|
477
|
+
this.$emit('modelchanged', prop[key]);
|
|
471
478
|
}
|
|
472
479
|
}
|
|
473
480
|
});
|
|
@@ -487,8 +494,10 @@ class AutoCompleteComponent extends ComponentBase {
|
|
|
487
494
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
488
495
|
}
|
|
489
496
|
else {
|
|
490
|
-
|
|
491
|
-
|
|
497
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
498
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
499
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
500
|
+
}
|
|
492
501
|
}
|
|
493
502
|
}
|
|
494
503
|
}
|
|
@@ -579,7 +588,7 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
579
588
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
580
589
|
};
|
|
581
590
|
// {{VueImport}}
|
|
582
|
-
const properties$3 = ['actionFailureTemplate', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
|
|
591
|
+
const properties$3 = ['islazyUpdate', 'actionFailureTemplate', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
|
|
583
592
|
const modelProps$3 = ['value'];
|
|
584
593
|
const testProp$3 = getProps({ props: properties$3 });
|
|
585
594
|
const props$3 = testProp$3[0];
|
|
@@ -658,6 +667,7 @@ class MultiSelectComponent extends ComponentBase {
|
|
|
658
667
|
}
|
|
659
668
|
else {
|
|
660
669
|
this.$emit('update:' + key, prop[key]);
|
|
670
|
+
this.$emit('modelchanged', prop[key]);
|
|
661
671
|
}
|
|
662
672
|
}
|
|
663
673
|
});
|
|
@@ -677,8 +687,10 @@ class MultiSelectComponent extends ComponentBase {
|
|
|
677
687
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
678
688
|
}
|
|
679
689
|
else {
|
|
680
|
-
|
|
681
|
-
|
|
690
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
691
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
692
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
693
|
+
}
|
|
682
694
|
}
|
|
683
695
|
}
|
|
684
696
|
}
|
|
@@ -775,7 +787,7 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
775
787
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
776
788
|
};
|
|
777
789
|
// {{VueImport}}
|
|
778
|
-
const properties$4 = ['actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
|
|
790
|
+
const properties$4 = ['islazyUpdate', 'actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
|
|
779
791
|
const modelProps$4 = ['value'];
|
|
780
792
|
const testProp$4 = getProps({ props: properties$4 });
|
|
781
793
|
const props$4 = testProp$4[0];
|
|
@@ -854,6 +866,7 @@ class ListBoxComponent extends ComponentBase {
|
|
|
854
866
|
}
|
|
855
867
|
else {
|
|
856
868
|
this.$emit('update:' + key, prop[key]);
|
|
869
|
+
this.$emit('modelchanged', prop[key]);
|
|
857
870
|
}
|
|
858
871
|
}
|
|
859
872
|
});
|
|
@@ -873,8 +886,10 @@ class ListBoxComponent extends ComponentBase {
|
|
|
873
886
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
874
887
|
}
|
|
875
888
|
else {
|
|
876
|
-
|
|
877
|
-
|
|
889
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
890
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
891
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
892
|
+
}
|
|
878
893
|
}
|
|
879
894
|
}
|
|
880
895
|
}
|
|
@@ -989,7 +1004,7 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
989
1004
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
990
1005
|
};
|
|
991
1006
|
// {{VueImport}}
|
|
992
|
-
const properties$5 = ['actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'delimiterChar', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
|
|
1007
|
+
const properties$5 = ['islazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
|
|
993
1008
|
const modelProps$5 = ['value'];
|
|
994
1009
|
const testProp$5 = getProps({ props: properties$5 });
|
|
995
1010
|
const props$5 = testProp$5[0];
|
|
@@ -1068,6 +1083,7 @@ class DropDownTreeComponent extends ComponentBase {
|
|
|
1068
1083
|
}
|
|
1069
1084
|
else {
|
|
1070
1085
|
this.$emit('update:' + key, prop[key]);
|
|
1086
|
+
this.$emit('modelchanged', prop[key]);
|
|
1071
1087
|
}
|
|
1072
1088
|
}
|
|
1073
1089
|
});
|
|
@@ -1087,8 +1103,10 @@ class DropDownTreeComponent extends ComponentBase {
|
|
|
1087
1103
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
1088
1104
|
}
|
|
1089
1105
|
else {
|
|
1090
|
-
|
|
1091
|
-
|
|
1106
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
1107
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
1108
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
1109
|
+
}
|
|
1092
1110
|
}
|
|
1093
1111
|
}
|
|
1094
1112
|
}
|