@syncfusion/ej2-vue-dropdowns 19.4.38 → 19.4.40
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/README.md +1 -1
- package/dist/ej2-vue-dropdowns.umd.min.js +10 -1
- package/dist/es6/ej2-vue-dropdowns.es2015.js +12 -12
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +12 -12
- package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +2 -2
- package/package.json +7 -7
- package/src/auto-complete/autocomplete.component.js +2 -2
- package/src/combo-box/combobox.component.js +2 -2
- package/src/drop-down-list/dropdownlist.component.js +2 -2
- package/src/drop-down-tree/dropdowntree.component.js +2 -2
- package/src/list-box/listbox.component.js +2 -2
- package/src/multi-select/multiselect.component.js +2 -2
- package/styles/auto-complete/bootstrap5-dark.css +1 -0
- package/styles/auto-complete/bootstrap5.css +1 -0
- package/styles/bootstrap5-dark.css +6 -12
- package/styles/bootstrap5.css +6 -12
- package/styles/combo-box/bootstrap5-dark.css +1 -0
- package/styles/combo-box/bootstrap5.css +1 -0
- package/styles/drop-down-list/bootstrap5-dark.css +1 -0
- package/styles/drop-down-list/bootstrap5.css +1 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +4 -11
- package/styles/drop-down-tree/bootstrap5.css +4 -11
- package/styles/drop-down-tree/tailwind-dark.css +0 -1
- package/styles/drop-down-tree/tailwind.css +0 -1
- package/styles/list-box/bootstrap5-dark.css +1 -1
- package/styles/list-box/bootstrap5.css +1 -1
- package/styles/list-box/tailwind-dark.css +3 -3
- package/styles/list-box/tailwind.css +1 -1
- package/styles/material-dark.css +94 -0
- package/styles/material.css +94 -0
- package/styles/multi-select/material-dark.css +94 -0
- package/styles/multi-select/material.css +94 -0
- package/styles/tailwind-dark.css +3 -4
- package/styles/tailwind.css +1 -2
package/README.md
CHANGED
|
@@ -111,4 +111,4 @@ Check the license details [here.](https://github.com/syncfusion/ej2/blob/master/
|
|
|
111
111
|
## 8. Change log
|
|
112
112
|
Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/dropdowns/CHANGELOG.md)
|
|
113
113
|
|
|
114
|
-
© Copyright
|
|
114
|
+
© Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-dropdowns.umd.min.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.40
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
/*!
|
|
11
|
+
* filename: ej2-vue-dropdowns.umd.min.js
|
|
12
|
+
* version : 19.2.55
|
|
4
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
14
|
* Use of this code is subject to the terms of our license.
|
|
6
15
|
* 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 = ['
|
|
12
|
+
const properties = ['islazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
13
13
|
const modelProps = ['value'];
|
|
14
14
|
const testProp = getProps({ props: properties });
|
|
15
15
|
const props = testProp[0];
|
|
@@ -108,7 +108,7 @@ class DropDownListComponent extends ComponentBase {
|
|
|
108
108
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
109
109
|
}
|
|
110
110
|
else {
|
|
111
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
111
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
112
112
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
113
113
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
114
114
|
}
|
|
@@ -202,7 +202,7 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
202
202
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
203
203
|
};
|
|
204
204
|
// {{VueImport}}
|
|
205
|
-
const properties$1 = ['
|
|
205
|
+
const properties$1 = ['islazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'sortOrder', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
206
206
|
const modelProps$1 = ['value'];
|
|
207
207
|
const testProp$1 = getProps({ props: properties$1 });
|
|
208
208
|
const props$1 = testProp$1[0];
|
|
@@ -301,7 +301,7 @@ class ComboBoxComponent extends ComponentBase {
|
|
|
301
301
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
302
302
|
}
|
|
303
303
|
else {
|
|
304
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
304
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
305
305
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
306
306
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
307
307
|
}
|
|
@@ -395,7 +395,7 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
395
395
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
396
396
|
};
|
|
397
397
|
// {{VueImport}}
|
|
398
|
-
const properties$2 = ['
|
|
398
|
+
const properties$2 = ['islazyUpdate', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'highlight', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'index', 'itemTemplate', 'locale', 'minLength', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'showClearButton', 'showPopupButton', 'sortOrder', 'suggestionCount', 'text', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'customValueSpecifier', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'select'];
|
|
399
399
|
const modelProps$2 = ['value'];
|
|
400
400
|
const testProp$2 = getProps({ props: properties$2 });
|
|
401
401
|
const props$2 = testProp$2[0];
|
|
@@ -494,7 +494,7 @@ class AutoCompleteComponent extends ComponentBase {
|
|
|
494
494
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
495
495
|
}
|
|
496
496
|
else {
|
|
497
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
497
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
498
498
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
499
499
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
500
500
|
}
|
|
@@ -588,7 +588,7 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
588
588
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
589
589
|
};
|
|
590
590
|
// {{VueImport}}
|
|
591
|
-
const properties$3 = ['
|
|
591
|
+
const properties$3 = ['islazyUpdate', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
|
|
592
592
|
const modelProps$3 = ['value'];
|
|
593
593
|
const testProp$3 = getProps({ props: properties$3 });
|
|
594
594
|
const props$3 = testProp$3[0];
|
|
@@ -687,7 +687,7 @@ class MultiSelectComponent extends ComponentBase {
|
|
|
687
687
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
688
688
|
}
|
|
689
689
|
else {
|
|
690
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
690
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
691
691
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
692
692
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
693
693
|
}
|
|
@@ -787,7 +787,7 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
787
787
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
788
788
|
};
|
|
789
789
|
// {{VueImport}}
|
|
790
|
-
const properties$4 = ['
|
|
790
|
+
const properties$4 = ['islazyUpdate', 'actionFailureTemplate', 'allowDragAndDrop', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'groupTemplate', 'height', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'noRecordsTemplate', 'query', 'scope', 'selectionSettings', 'sortOrder', 'toolbarSettings', 'value', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeDrop', 'beforeItemRender', 'change', 'created', 'dataBound', 'destroyed', 'drag', 'dragStart', 'drop', 'filtering', 'select'];
|
|
791
791
|
const modelProps$4 = ['value'];
|
|
792
792
|
const testProp$4 = getProps({ props: properties$4 });
|
|
793
793
|
const props$4 = testProp$4[0];
|
|
@@ -886,7 +886,7 @@ class ListBoxComponent extends ComponentBase {
|
|
|
886
886
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
887
887
|
}
|
|
888
888
|
else {
|
|
889
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
889
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
890
890
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
891
891
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
892
892
|
}
|
|
@@ -1004,7 +1004,7 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
1004
1004
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1005
1005
|
};
|
|
1006
1006
|
// {{VueImport}}
|
|
1007
|
-
const properties$5 = ['
|
|
1007
|
+
const properties$5 = ['islazyUpdate', 'actionFailureTemplate', 'allowFiltering', 'allowMultiSelection', 'changeOnBlur', 'cssClass', 'customTemplate', 'delimiterChar', 'enablePersistence', 'enableRtl', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'headerTemplate', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'mode', 'noRecordsTemplate', 'placeholder', 'popupHeight', 'popupWidth', 'readonly', 'selectAllText', 'showCheckBox', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'treeSettings', 'unSelectAllText', 'value', 'width', 'wrapText', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
|
|
1008
1008
|
const modelProps$5 = ['value'];
|
|
1009
1009
|
const testProp$5 = getProps({ props: properties$5 });
|
|
1010
1010
|
const props$5 = testProp$5[0];
|
|
@@ -1103,7 +1103,7 @@ class DropDownTreeComponent extends ComponentBase {
|
|
|
1103
1103
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
1104
1104
|
}
|
|
1105
1105
|
else {
|
|
1106
|
-
if (eventName === 'change' || (this.$props && !this.$props.
|
|
1106
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
1107
1107
|
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
1108
1108
|
this.$emit('modelchanged', eventProp[propKey]);
|
|
1109
1109
|
}
|