@syncfusion/ej2-vue-dropdowns 18.2.44-4569 → 18.2.44-4571
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 +206 -0
- 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 +9 -6
- package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-dropdowns.es5.js +9 -6
- package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-vue-dropdowns.min.js +10 -0
- package/package.json +15 -16
- package/src/drop-down-tree/dropdowntree.component.d.ts +1 -0
- package/src/drop-down-tree/dropdowntree.component.js +4 -1
- package/src/list-box/listbox.component.d.ts +2 -2
- package/src/list-box/listbox.component.js +4 -4
- package/src/multi-select/multiselect.component.js +1 -1
- package/styles/auto-complete/bootstrap-dark.css +0 -1
- package/styles/auto-complete/bootstrap.css +0 -1
- package/styles/auto-complete/bootstrap4.css +0 -1
- package/styles/bootstrap-dark.css +806 -186
- package/styles/bootstrap.css +805 -185
- package/styles/bootstrap4.css +836 -193
- package/styles/combo-box/bootstrap-dark.css +0 -1
- package/styles/combo-box/bootstrap.css +0 -1
- package/styles/combo-box/bootstrap4.css +0 -1
- package/styles/drop-down-base/bootstrap4.css +2 -1
- package/styles/drop-down-list/bootstrap-dark.css +35 -2
- package/styles/drop-down-list/bootstrap.css +35 -2
- package/styles/drop-down-list/bootstrap4.css +37 -3
- package/styles/drop-down-list/fabric-dark.css +35 -1
- package/styles/drop-down-list/fabric.css +35 -1
- package/styles/drop-down-list/highcontrast-light.css +35 -1
- package/styles/drop-down-list/highcontrast.css +35 -1
- package/styles/drop-down-list/material-dark.css +35 -1
- package/styles/drop-down-list/material.css +44 -1
- package/styles/drop-down-tree/bootstrap-dark.css +97 -19
- package/styles/drop-down-tree/bootstrap.css +97 -19
- package/styles/drop-down-tree/bootstrap4.css +108 -24
- package/styles/drop-down-tree/fabric-dark.css +97 -19
- package/styles/drop-down-tree/fabric.css +97 -19
- package/styles/drop-down-tree/highcontrast-light.css +97 -19
- package/styles/drop-down-tree/highcontrast.css +97 -19
- package/styles/drop-down-tree/material-dark.css +98 -20
- package/styles/drop-down-tree/material.css +107 -20
- package/styles/fabric-dark.css +787 -174
- package/styles/fabric.css +786 -173
- package/styles/highcontrast-light.css +794 -175
- package/styles/highcontrast.css +796 -175
- package/styles/list-box/bootstrap-dark.css +291 -140
- package/styles/list-box/bootstrap.css +291 -140
- package/styles/list-box/bootstrap4.css +311 -147
- package/styles/list-box/fabric-dark.css +291 -140
- package/styles/list-box/fabric.css +291 -140
- package/styles/list-box/highcontrast-light.css +291 -140
- package/styles/list-box/highcontrast.css +291 -140
- package/styles/list-box/material-dark.css +295 -144
- package/styles/list-box/material.css +295 -144
- package/styles/material-dark.css +967 -194
- package/styles/material.css +1328 -207
- package/styles/multi-select/bootstrap-dark.css +383 -25
- package/styles/multi-select/bootstrap.css +382 -24
- package/styles/multi-select/bootstrap4.css +386 -22
- package/styles/multi-select/fabric-dark.css +364 -14
- package/styles/multi-select/fabric.css +363 -13
- package/styles/multi-select/highcontrast-light.css +371 -15
- package/styles/multi-select/highcontrast.css +373 -15
- package/styles/multi-select/material-dark.css +539 -29
- package/styles/multi-select/material.css +875 -35
package/package.json
CHANGED
|
@@ -1,29 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_from": "@syncfusion/ej2-vue-dropdowns
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-dropdowns@18.
|
|
2
|
+
"_from": "@syncfusion/ej2-vue-dropdowns@^18.2.44",
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-dropdowns@18.4.49",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-2Nc5Tn1dTSxFlPo2dI1WiqWfcKLDRqrKDKbWhyzuMPJ1Y9XkTQbVHF+RLpxdBKCjFWiJLdon6FeH4/ltAJtW+Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-dropdowns",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
9
|
-
"type": "
|
|
9
|
+
"type": "range",
|
|
10
10
|
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-vue-dropdowns
|
|
11
|
+
"raw": "@syncfusion/ej2-vue-dropdowns@^18.2.44",
|
|
12
12
|
"name": "@syncfusion/ej2-vue-dropdowns",
|
|
13
13
|
"escapedName": "@syncfusion%2fej2-vue-dropdowns",
|
|
14
14
|
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "18.2.44",
|
|
15
|
+
"rawSpec": "^18.2.44",
|
|
16
16
|
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "18.2.44"
|
|
17
|
+
"fetchSpec": "^18.2.44"
|
|
18
18
|
},
|
|
19
19
|
"_requiredBy": [
|
|
20
|
-
"#USER",
|
|
21
20
|
"/"
|
|
22
21
|
],
|
|
23
|
-
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-18.
|
|
24
|
-
"_shasum": "
|
|
25
|
-
"_spec": "@syncfusion/ej2-vue-dropdowns
|
|
26
|
-
"_where": "
|
|
22
|
+
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-18.4.49.tgz",
|
|
23
|
+
"_shasum": "34a221cdbc675498763021737827d520a5345bc3",
|
|
24
|
+
"_spec": "@syncfusion/ej2-vue-dropdowns@^18.2.44",
|
|
25
|
+
"_where": "C:\\Users\\YohapujaSelvakumaran\\Downloads\\Vue2_e18577de\\Vue2Grid",
|
|
27
26
|
"author": {
|
|
28
27
|
"name": "Syncfusion Inc."
|
|
29
28
|
},
|
|
@@ -32,9 +31,9 @@
|
|
|
32
31
|
},
|
|
33
32
|
"bundleDependencies": false,
|
|
34
33
|
"dependencies": {
|
|
35
|
-
"@syncfusion/ej2-base": "~18.
|
|
36
|
-
"@syncfusion/ej2-dropdowns": "18.2.44-
|
|
37
|
-
"@syncfusion/ej2-vue-base": "~18.
|
|
34
|
+
"@syncfusion/ej2-base": "~18.4.44",
|
|
35
|
+
"@syncfusion/ej2-dropdowns": "18.2.44-4571",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~18.4.42"
|
|
38
37
|
},
|
|
39
38
|
"deprecated": false,
|
|
40
39
|
"description": "Essential JS 2 DropDown Components for Vue",
|
|
@@ -69,5 +68,5 @@
|
|
|
69
68
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
70
69
|
},
|
|
71
70
|
"sideEffects": false,
|
|
72
|
-
"version": "18.2.44-
|
|
71
|
+
"version": "18.2.44-4571"
|
|
73
72
|
}
|
|
@@ -26,6 +26,7 @@ export declare class DropDownTreeComponent extends ComponentBase {
|
|
|
26
26
|
clear(): void;
|
|
27
27
|
ensureVisible(item: string | Object): void;
|
|
28
28
|
getData(item?: string | Object): undefined[];
|
|
29
|
+
getLocaleName(): string;
|
|
29
30
|
hidePopup(): void;
|
|
30
31
|
selectAll(state: boolean): void;
|
|
31
32
|
showPopup(): void;
|
|
@@ -20,7 +20,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
20
20
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
21
21
|
import { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';
|
|
22
22
|
import { DropDownTree } from '@syncfusion/ej2-dropdowns';
|
|
23
|
-
export var properties = ['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', 'zIndex', 'actionFailure', 'beforeOpen', 'blur', 'change', 'close', 'created', 'dataBound', 'destroyed', 'filtering', 'focus', 'keyPress', 'open', 'select'];
|
|
23
|
+
export var properties = ['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'];
|
|
24
24
|
export var modelProps = ['value'];
|
|
25
25
|
/**
|
|
26
26
|
* The DropDownTree component contains a list of predefined values from which you can choose a single or multiple values.
|
|
@@ -94,6 +94,9 @@ var DropDownTreeComponent = /** @class */ (function (_super) {
|
|
|
94
94
|
DropDownTreeComponent.prototype.getData = function (item) {
|
|
95
95
|
return this.ej2Instances.getData(item);
|
|
96
96
|
};
|
|
97
|
+
DropDownTreeComponent.prototype.getLocaleName = function () {
|
|
98
|
+
return this.ej2Instances.getLocaleName();
|
|
99
|
+
};
|
|
97
100
|
DropDownTreeComponent.prototype.hidePopup = function () {
|
|
98
101
|
return this.ej2Instances.hidePopup();
|
|
99
102
|
};
|
|
@@ -24,7 +24,7 @@ export declare class ListBoxComponent extends ComponentBase {
|
|
|
24
24
|
}, successHandler?: Function): void;
|
|
25
25
|
render(createElement: any): any;
|
|
26
26
|
addItems(items: Object[] | Object, itemIndex?: number): void;
|
|
27
|
-
enableItems(items: string[], enable: boolean): void;
|
|
27
|
+
enableItems(items: string[], enable: boolean, isValue?: boolean): void;
|
|
28
28
|
filter(dataSource: undefined[] | Object | string[] | number[] | boolean[], query?: Object, fields?: Object): void;
|
|
29
29
|
getDataByValue(value: string | number | boolean): Object | string | number | boolean;
|
|
30
30
|
getDataByValues(value: string[] | number[] | boolean[]): undefined[];
|
|
@@ -39,7 +39,7 @@ export declare class ListBoxComponent extends ComponentBase {
|
|
|
39
39
|
removeItems(items?: Object[] | Object, itemIndex?: number): void;
|
|
40
40
|
requiredModules(): Object[];
|
|
41
41
|
selectAll(state: boolean): void;
|
|
42
|
-
selectItems(items: string[], state: boolean): void;
|
|
42
|
+
selectItems(items: string[], state: boolean, isValue?: boolean): void;
|
|
43
43
|
}
|
|
44
44
|
export declare const ListBoxPlugin: {
|
|
45
45
|
name: string;
|
|
@@ -88,8 +88,8 @@ var ListBoxComponent = /** @class */ (function (_super) {
|
|
|
88
88
|
ListBoxComponent.prototype.addItems = function (items, itemIndex) {
|
|
89
89
|
return this.ej2Instances.addItems(items, itemIndex);
|
|
90
90
|
};
|
|
91
|
-
ListBoxComponent.prototype.enableItems = function (items, enable) {
|
|
92
|
-
return this.ej2Instances.enableItems(items, enable);
|
|
91
|
+
ListBoxComponent.prototype.enableItems = function (items, enable, isValue) {
|
|
92
|
+
return this.ej2Instances.enableItems(items, enable, isValue);
|
|
93
93
|
};
|
|
94
94
|
ListBoxComponent.prototype.filter = function (dataSource, query, fields) {
|
|
95
95
|
return this.ej2Instances.filter(dataSource, query, fields);
|
|
@@ -133,8 +133,8 @@ var ListBoxComponent = /** @class */ (function (_super) {
|
|
|
133
133
|
ListBoxComponent.prototype.selectAll = function (state) {
|
|
134
134
|
return this.ej2Instances.selectAll(state);
|
|
135
135
|
};
|
|
136
|
-
ListBoxComponent.prototype.selectItems = function (items, state) {
|
|
137
|
-
return this.ej2Instances.selectItems(items, state);
|
|
136
|
+
ListBoxComponent.prototype.selectItems = function (items, state, isValue) {
|
|
137
|
+
return this.ej2Instances.selectItems(items, state, isValue);
|
|
138
138
|
};
|
|
139
139
|
ListBoxComponent = __decorate([
|
|
140
140
|
EJComponentDecorator({
|
|
@@ -20,7 +20,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
20
20
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
21
21
|
import { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';
|
|
22
22
|
import { MultiSelect } from '@syncfusion/ej2-dropdowns';
|
|
23
|
-
export var properties = ['actionFailureTemplate', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', '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'];
|
|
23
|
+
export var properties = ['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'];
|
|
24
24
|
export var modelProps = ['value'];
|
|
25
25
|
/**
|
|
26
26
|
* MultiSelect component allows the user to select a value from the predefined list of values.
|