@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.
Files changed (66) hide show
  1. package/CHANGELOG.md +206 -0
  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 +9 -6
  5. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-dropdowns.es5.js +9 -6
  7. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-dropdowns.min.js +10 -0
  9. package/package.json +15 -16
  10. package/src/drop-down-tree/dropdowntree.component.d.ts +1 -0
  11. package/src/drop-down-tree/dropdowntree.component.js +4 -1
  12. package/src/list-box/listbox.component.d.ts +2 -2
  13. package/src/list-box/listbox.component.js +4 -4
  14. package/src/multi-select/multiselect.component.js +1 -1
  15. package/styles/auto-complete/bootstrap-dark.css +0 -1
  16. package/styles/auto-complete/bootstrap.css +0 -1
  17. package/styles/auto-complete/bootstrap4.css +0 -1
  18. package/styles/bootstrap-dark.css +806 -186
  19. package/styles/bootstrap.css +805 -185
  20. package/styles/bootstrap4.css +836 -193
  21. package/styles/combo-box/bootstrap-dark.css +0 -1
  22. package/styles/combo-box/bootstrap.css +0 -1
  23. package/styles/combo-box/bootstrap4.css +0 -1
  24. package/styles/drop-down-base/bootstrap4.css +2 -1
  25. package/styles/drop-down-list/bootstrap-dark.css +35 -2
  26. package/styles/drop-down-list/bootstrap.css +35 -2
  27. package/styles/drop-down-list/bootstrap4.css +37 -3
  28. package/styles/drop-down-list/fabric-dark.css +35 -1
  29. package/styles/drop-down-list/fabric.css +35 -1
  30. package/styles/drop-down-list/highcontrast-light.css +35 -1
  31. package/styles/drop-down-list/highcontrast.css +35 -1
  32. package/styles/drop-down-list/material-dark.css +35 -1
  33. package/styles/drop-down-list/material.css +44 -1
  34. package/styles/drop-down-tree/bootstrap-dark.css +97 -19
  35. package/styles/drop-down-tree/bootstrap.css +97 -19
  36. package/styles/drop-down-tree/bootstrap4.css +108 -24
  37. package/styles/drop-down-tree/fabric-dark.css +97 -19
  38. package/styles/drop-down-tree/fabric.css +97 -19
  39. package/styles/drop-down-tree/highcontrast-light.css +97 -19
  40. package/styles/drop-down-tree/highcontrast.css +97 -19
  41. package/styles/drop-down-tree/material-dark.css +98 -20
  42. package/styles/drop-down-tree/material.css +107 -20
  43. package/styles/fabric-dark.css +787 -174
  44. package/styles/fabric.css +786 -173
  45. package/styles/highcontrast-light.css +794 -175
  46. package/styles/highcontrast.css +796 -175
  47. package/styles/list-box/bootstrap-dark.css +291 -140
  48. package/styles/list-box/bootstrap.css +291 -140
  49. package/styles/list-box/bootstrap4.css +311 -147
  50. package/styles/list-box/fabric-dark.css +291 -140
  51. package/styles/list-box/fabric.css +291 -140
  52. package/styles/list-box/highcontrast-light.css +291 -140
  53. package/styles/list-box/highcontrast.css +291 -140
  54. package/styles/list-box/material-dark.css +295 -144
  55. package/styles/list-box/material.css +295 -144
  56. package/styles/material-dark.css +967 -194
  57. package/styles/material.css +1328 -207
  58. package/styles/multi-select/bootstrap-dark.css +383 -25
  59. package/styles/multi-select/bootstrap.css +382 -24
  60. package/styles/multi-select/bootstrap4.css +386 -22
  61. package/styles/multi-select/fabric-dark.css +364 -14
  62. package/styles/multi-select/fabric.css +363 -13
  63. package/styles/multi-select/highcontrast-light.css +371 -15
  64. package/styles/multi-select/highcontrast.css +373 -15
  65. package/styles/multi-select/material-dark.css +539 -29
  66. package/styles/multi-select/material.css +875 -35
package/package.json CHANGED
@@ -1,29 +1,28 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-vue-dropdowns@18.2.44",
3
- "_id": "@syncfusion/ej2-vue-dropdowns@18.2.44",
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-oJiRuCgVpT3rcxBYMV3e0CI9v+p+hEHyGFpazQHg9QiFNETChjhoUppH/5Irs6TtCFOhS/EnmoHHtlBe1jsuhQ==",
5
+ "_integrity": "sha512-2Nc5Tn1dTSxFlPo2dI1WiqWfcKLDRqrKDKbWhyzuMPJ1Y9XkTQbVHF+RLpxdBKCjFWiJLdon6FeH4/ltAJtW+Q==",
6
6
  "_location": "/@syncfusion/ej2-vue-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
9
- "type": "version",
9
+ "type": "range",
10
10
  "registry": true,
11
- "raw": "@syncfusion/ej2-vue-dropdowns@18.2.44",
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.2.44.tgz",
24
- "_shasum": "15e4f0c669edfbbe8873333050720f6f312b6641",
25
- "_spec": "@syncfusion/ej2-vue-dropdowns@18.2.44",
26
- "_where": "D:\\september 2021\\vue custom packages\\ej2-vue-dropdowns",
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.2.44",
36
- "@syncfusion/ej2-dropdowns": "18.2.44-4569",
37
- "@syncfusion/ej2-vue-base": "~18.2.44"
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-4569"
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.
@@ -2,7 +2,6 @@
2
2
  border-radius: 4px;
3
3
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
4
4
  margin-top: 3px;
5
- overflow: auto;
6
5
  }
7
6
 
8
7
  .e-popup.e-ddl .e-input-group {
@@ -2,7 +2,6 @@
2
2
  border-radius: 4px;
3
3
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
4
4
  margin-top: 3px;
5
- overflow: auto;
6
5
  }
7
6
 
8
7
  .e-popup.e-ddl .e-input-group {
@@ -2,7 +2,6 @@
2
2
  border-radius: 4px;
3
3
  box-shadow: none;
4
4
  margin-top: 3px;
5
- overflow: auto;
6
5
  }
7
6
 
8
7
  .e-popup.e-ddl .e-input-group {