@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.
Files changed (108) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
  3. package/dist/es6/ej2-vue-dropdowns.es2015.js +36 -18
  4. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-dropdowns.es5.js +36 -18
  6. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/auto-complete/autocomplete.component.js +6 -3
  10. package/src/combo-box/combobox.component.js +6 -3
  11. package/src/drop-down-list/dropdownlist.component.js +6 -3
  12. package/src/drop-down-tree/dropdowntree.component.js +6 -3
  13. package/src/list-box/listbox.component.js +6 -3
  14. package/src/multi-select/multiselect.component.js +6 -3
  15. package/styles/auto-complete/bootstrap4.css +5 -0
  16. package/styles/auto-complete/bootstrap5-dark.css +146 -0
  17. package/styles/auto-complete/bootstrap5-dark.scss +1 -0
  18. package/styles/auto-complete/bootstrap5.css +146 -0
  19. package/styles/auto-complete/bootstrap5.scss +1 -0
  20. package/styles/auto-complete/material-dark.css +1 -1
  21. package/styles/bootstrap-dark.css +17 -4
  22. package/styles/bootstrap.css +17 -4
  23. package/styles/bootstrap4.css +23 -21
  24. package/styles/bootstrap5-dark.css +3413 -0
  25. package/styles/bootstrap5-dark.scss +7 -0
  26. package/styles/bootstrap5.css +3413 -0
  27. package/styles/bootstrap5.scss +7 -0
  28. package/styles/combo-box/bootstrap4.css +5 -0
  29. package/styles/combo-box/bootstrap5-dark.css +146 -0
  30. package/styles/combo-box/bootstrap5-dark.scss +1 -0
  31. package/styles/combo-box/bootstrap5.css +146 -0
  32. package/styles/combo-box/bootstrap5.scss +1 -0
  33. package/styles/combo-box/material-dark.css +1 -1
  34. package/styles/drop-down-base/bootstrap-dark.css +1 -3
  35. package/styles/drop-down-base/bootstrap.css +1 -3
  36. package/styles/drop-down-base/bootstrap4.css +1 -3
  37. package/styles/drop-down-base/bootstrap5-dark.css +372 -0
  38. package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
  39. package/styles/drop-down-base/bootstrap5.css +372 -0
  40. package/styles/drop-down-base/bootstrap5.scss +1 -0
  41. package/styles/drop-down-base/fabric-dark.css +1 -3
  42. package/styles/drop-down-base/fabric.css +1 -3
  43. package/styles/drop-down-base/highcontrast-light.css +1 -3
  44. package/styles/drop-down-base/highcontrast.css +1 -3
  45. package/styles/drop-down-base/material-dark.css +3 -5
  46. package/styles/drop-down-base/material.css +1 -3
  47. package/styles/drop-down-base/tailwind-dark.css +5 -7
  48. package/styles/drop-down-base/tailwind.css +1 -3
  49. package/styles/drop-down-list/bootstrap-dark.css +2 -0
  50. package/styles/drop-down-list/bootstrap.css +2 -0
  51. package/styles/drop-down-list/bootstrap4.css +7 -16
  52. package/styles/drop-down-list/bootstrap5-dark.css +438 -0
  53. package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
  54. package/styles/drop-down-list/bootstrap5.css +438 -0
  55. package/styles/drop-down-list/bootstrap5.scss +1 -0
  56. package/styles/drop-down-list/fabric-dark.css +2 -0
  57. package/styles/drop-down-list/fabric.css +2 -0
  58. package/styles/drop-down-list/highcontrast-light.css +2 -0
  59. package/styles/drop-down-list/highcontrast.css +2 -0
  60. package/styles/drop-down-list/material-dark.css +4 -2
  61. package/styles/drop-down-list/material.css +2 -0
  62. package/styles/drop-down-list/tailwind-dark.css +2 -0
  63. package/styles/drop-down-list/tailwind.css +2 -0
  64. package/styles/drop-down-tree/bootstrap-dark.css +4 -0
  65. package/styles/drop-down-tree/bootstrap.css +4 -0
  66. package/styles/drop-down-tree/bootstrap4.css +4 -0
  67. package/styles/drop-down-tree/bootstrap5-dark.css +580 -0
  68. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
  69. package/styles/drop-down-tree/bootstrap5.css +580 -0
  70. package/styles/drop-down-tree/bootstrap5.scss +1 -0
  71. package/styles/drop-down-tree/fabric-dark.css +4 -0
  72. package/styles/drop-down-tree/fabric.css +4 -0
  73. package/styles/drop-down-tree/highcontrast-light.css +4 -0
  74. package/styles/drop-down-tree/highcontrast.css +4 -0
  75. package/styles/drop-down-tree/material-dark.css +4 -8
  76. package/styles/drop-down-tree/material.css +4 -8
  77. package/styles/drop-down-tree/tailwind-dark.css +9 -5
  78. package/styles/drop-down-tree/tailwind.css +8 -4
  79. package/styles/fabric-dark.css +17 -4
  80. package/styles/fabric.css +17 -4
  81. package/styles/highcontrast-light.css +17 -4
  82. package/styles/highcontrast.css +17 -4
  83. package/styles/list-box/bootstrap5-dark.css +886 -0
  84. package/styles/list-box/bootstrap5-dark.scss +1 -0
  85. package/styles/list-box/bootstrap5.css +886 -0
  86. package/styles/list-box/bootstrap5.scss +1 -0
  87. package/styles/list-box/material-dark.css +3 -3
  88. package/styles/list-box/tailwind-dark.css +1 -1
  89. package/styles/list-box/tailwind.css +1 -1
  90. package/styles/material-dark.css +713 -58
  91. package/styles/material.css +108 -12
  92. package/styles/multi-select/bootstrap-dark.css +10 -1
  93. package/styles/multi-select/bootstrap.css +10 -1
  94. package/styles/multi-select/bootstrap4.css +11 -2
  95. package/styles/multi-select/bootstrap5-dark.css +1289 -0
  96. package/styles/multi-select/bootstrap5-dark.scss +1 -0
  97. package/styles/multi-select/bootstrap5.css +1289 -0
  98. package/styles/multi-select/bootstrap5.scss +1 -0
  99. package/styles/multi-select/fabric-dark.css +10 -1
  100. package/styles/multi-select/fabric.css +10 -1
  101. package/styles/multi-select/highcontrast-light.css +10 -1
  102. package/styles/multi-select/highcontrast.css +10 -1
  103. package/styles/multi-select/material-dark.css +699 -40
  104. package/styles/multi-select/material.css +101 -1
  105. package/styles/multi-select/tailwind-dark.css +13 -4
  106. package/styles/multi-select/tailwind.css +13 -4
  107. package/styles/tailwind-dark.css +30 -17
  108. package/styles/tailwind.css +25 -12
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-dropdowns@*",
3
- "_id": "@syncfusion/ej2-vue-dropdowns@19.2.57",
3
+ "_id": "@syncfusion/ej2-vue-dropdowns@19.3.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-eK4AIO2JXnQJQyw6Qhs6mi2Y0dn5b2+ZOvj+dy4QYpgnhQnVI+nmSpVRRkVTFhqckTUVUsCD+KBuFX661xYHmA==",
5
+ "_integrity": "sha512-IUkp/uXUsjAQDSkglT43Npuoq0p14dvHABqyXrKs1gf1v7DkiJol3MVl7UokqjPSILCXmLz0SB7CG5GFbQpz+g==",
6
6
  "_location": "/@syncfusion/ej2-vue-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-19.2.57.tgz",
23
- "_shasum": "4d71099a084fcb88640eb88040e6f336595327a5",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-19.3.44.tgz",
23
+ "_shasum": "42927ff0451643317cc6a49143e354c6a8eab522",
24
24
  "_spec": "@syncfusion/ej2-vue-dropdowns@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.2.60",
35
- "@syncfusion/ej2-dropdowns": "19.2.60",
36
- "@syncfusion/ej2-vue-base": "~19.2.60"
34
+ "@syncfusion/ej2-base": "~19.3.43",
35
+ "@syncfusion/ej2-dropdowns": "19.3.45",
36
+ "@syncfusion/ej2-vue-base": "~19.3.43"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Vue",
@@ -67,6 +67,6 @@
67
67
  "type": "git",
68
68
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
69
69
  },
70
- "version": "19.2.60",
70
+ "version": "19.3.45",
71
71
  "sideEffects": false
72
72
  }
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { AutoComplete } from '@syncfusion/ej2-dropdowns';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['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'];
25
+ export var properties = ['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'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -101,6 +101,7 @@ var AutoCompleteComponent = /** @class */ (function (_super) {
101
101
  }
102
102
  else {
103
103
  _this.$emit('update:' + key, prop[key]);
104
+ _this.$emit('modelchanged', prop[key]);
104
105
  }
105
106
  }
106
107
  });
@@ -120,8 +121,10 @@ var AutoCompleteComponent = /** @class */ (function (_super) {
120
121
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
121
122
  }
122
123
  else {
123
- this.$emit('update:' + propKey, eventProp[propKey]);
124
- this.$emit('modelchanged', eventProp[propKey]);
124
+ if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
125
+ this.$emit('update:' + propKey, eventProp[propKey]);
126
+ this.$emit('modelchanged', eventProp[propKey]);
127
+ }
125
128
  }
126
129
  }
127
130
  }
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { ComboBox } from '@syncfusion/ej2-dropdowns';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['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'];
25
+ export var properties = ['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'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -101,6 +101,7 @@ var ComboBoxComponent = /** @class */ (function (_super) {
101
101
  }
102
102
  else {
103
103
  _this.$emit('update:' + key, prop[key]);
104
+ _this.$emit('modelchanged', prop[key]);
104
105
  }
105
106
  }
106
107
  });
@@ -120,8 +121,10 @@ var ComboBoxComponent = /** @class */ (function (_super) {
120
121
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
121
122
  }
122
123
  else {
123
- this.$emit('update:' + propKey, eventProp[propKey]);
124
- this.$emit('modelchanged', eventProp[propKey]);
124
+ if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
125
+ this.$emit('update:' + propKey, eventProp[propKey]);
126
+ this.$emit('modelchanged', eventProp[propKey]);
127
+ }
125
128
  }
126
129
  }
127
130
  }
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { DropDownList } from '@syncfusion/ej2-dropdowns';
24
24
  import { Options } from 'vue-class-component';
25
- export var 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'];
25
+ export var 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'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -101,6 +101,7 @@ var DropDownListComponent = /** @class */ (function (_super) {
101
101
  }
102
102
  else {
103
103
  _this.$emit('update:' + key, prop[key]);
104
+ _this.$emit('modelchanged', prop[key]);
104
105
  }
105
106
  }
106
107
  });
@@ -120,8 +121,10 @@ var DropDownListComponent = /** @class */ (function (_super) {
120
121
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
121
122
  }
122
123
  else {
123
- this.$emit('update:' + propKey, eventProp[propKey]);
124
- this.$emit('modelchanged', eventProp[propKey]);
124
+ if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
125
+ this.$emit('update:' + propKey, eventProp[propKey]);
126
+ this.$emit('modelchanged', eventProp[propKey]);
127
+ }
125
128
  }
126
129
  }
127
130
  }
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { DropDownTree } from '@syncfusion/ej2-dropdowns';
24
24
  import { Options } from 'vue-class-component';
25
- 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'];
25
+ export var properties = ['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'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -101,6 +101,7 @@ var DropDownTreeComponent = /** @class */ (function (_super) {
101
101
  }
102
102
  else {
103
103
  _this.$emit('update:' + key, prop[key]);
104
+ _this.$emit('modelchanged', prop[key]);
104
105
  }
105
106
  }
106
107
  });
@@ -120,8 +121,10 @@ var DropDownTreeComponent = /** @class */ (function (_super) {
120
121
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
121
122
  }
122
123
  else {
123
- this.$emit('update:' + propKey, eventProp[propKey]);
124
- this.$emit('modelchanged', eventProp[propKey]);
124
+ if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
125
+ this.$emit('update:' + propKey, eventProp[propKey]);
126
+ this.$emit('modelchanged', eventProp[propKey]);
127
+ }
125
128
  }
126
129
  }
127
130
  }
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { ListBox } from '@syncfusion/ej2-dropdowns';
24
24
  import { Options } from 'vue-class-component';
25
- export var properties = ['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'];
25
+ export var properties = ['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'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -101,6 +101,7 @@ var ListBoxComponent = /** @class */ (function (_super) {
101
101
  }
102
102
  else {
103
103
  _this.$emit('update:' + key, prop[key]);
104
+ _this.$emit('modelchanged', prop[key]);
104
105
  }
105
106
  }
106
107
  });
@@ -120,8 +121,10 @@ var ListBoxComponent = /** @class */ (function (_super) {
120
121
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
121
122
  }
122
123
  else {
123
- this.$emit('update:' + propKey, eventProp[propKey]);
124
- this.$emit('modelchanged', eventProp[propKey]);
124
+ if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
125
+ this.$emit('update:' + propKey, eventProp[propKey]);
126
+ this.$emit('modelchanged', eventProp[propKey]);
127
+ }
125
128
  }
126
129
  }
127
130
  }
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { MultiSelect } from '@syncfusion/ej2-dropdowns';
24
24
  import { Options } from 'vue-class-component';
25
- 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'];
25
+ export var properties = ['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'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -101,6 +101,7 @@ var MultiSelectComponent = /** @class */ (function (_super) {
101
101
  }
102
102
  else {
103
103
  _this.$emit('update:' + key, prop[key]);
104
+ _this.$emit('modelchanged', prop[key]);
104
105
  }
105
106
  }
106
107
  });
@@ -120,8 +121,10 @@ var MultiSelectComponent = /** @class */ (function (_super) {
120
121
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
121
122
  }
122
123
  else {
123
- this.$emit('update:' + propKey, eventProp[propKey]);
124
- this.$emit('modelchanged', eventProp[propKey]);
124
+ if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
125
+ this.$emit('update:' + propKey, eventProp[propKey]);
126
+ this.$emit('modelchanged', eventProp[propKey]);
127
+ }
125
128
  }
126
129
  }
127
130
  }
@@ -68,6 +68,11 @@
68
68
  background: transparent;
69
69
  }
70
70
 
71
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
72
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
73
+ background: #e9ecef;
74
+ }
75
+
71
76
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
72
77
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
73
78
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -0,0 +1,146 @@
1
+ .e-popup.e-ddl {
2
+ border-radius: 4px;
3
+ box-shadow: none;
4
+ margin-top: 3px;
5
+ }
6
+
7
+ .e-popup.e-ddl .e-input-group {
8
+ width: auto;
9
+ }
10
+
11
+ .e-popup.e-ddl .e-input-group input {
12
+ line-height: 15px;
13
+ }
14
+
15
+ .e-popup.e-ddl .e-dropdownbase {
16
+ min-height: 26px;
17
+ }
18
+
19
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
20
+ display: -ms-flexbox;
21
+ display: flex;
22
+ width: auto;
23
+ }
24
+
25
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
+ border: 0;
27
+ }
28
+
29
+ .e-bigger .e-popup.e-ddl-device-filter {
30
+ margin-top: 0;
31
+ }
32
+
33
+ .e-bigger .e-popup.e-ddl .e-list-item {
34
+ font-size: 16px;
35
+ line-height: 32px;
36
+ padding-left: 0;
37
+ text-indent: 16px;
38
+ }
39
+
40
+ .e-bigger .e-popup.e-ddl .e-list-group-item,
41
+ .e-bigger .e-popup.e-ddl .e-fixed-head {
42
+ font-size: 14px;
43
+ line-height: 32px;
44
+ padding-left: 0;
45
+ text-indent: 16px;
46
+ }
47
+
48
+ .e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
49
+ padding-left: 0;
50
+ }
51
+
52
+ .e-bigger .e-popup.e-ddl .e-input-group input,
53
+ .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
54
+ font-size: 16px;
55
+ height: 36px;
56
+ }
57
+
58
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
59
+ min-height: 40px;
60
+ }
61
+
62
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
+ background: transparent;
65
+ }
66
+
67
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
68
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
69
+ background: #343a40;
70
+ }
71
+
72
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
73
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
74
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
75
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
76
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
77
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
78
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
79
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
80
+ background: transparent;
81
+ color: #adb5bd;
82
+ }
83
+
84
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
85
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
86
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
87
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
88
+ background: transparent;
89
+ color: #adb5bd;
90
+ }
91
+
92
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
93
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
94
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
95
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
96
+ border: 0;
97
+ }
98
+
99
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
100
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
101
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
102
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
103
+ box-shadow: none;
104
+ }
105
+
106
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
107
+ background: transparent;
108
+ display: -ms-flexbox;
109
+ display: flex;
110
+ position: relative;
111
+ }
112
+
113
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
114
+ .e-ddl.e-popup .e-filter-parent {
115
+ background: #212529;
116
+ }
117
+
118
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
119
+ font-size: 14px;
120
+ }
121
+
122
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
123
+ font-size: 16px;
124
+ }
125
+
126
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
127
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
128
+ .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
129
+ font-size: 14px;
130
+ line-height: 34px;
131
+ padding-left: 0;
132
+ text-indent: 16px;
133
+ }
134
+
135
+ .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
136
+ padding-left: 4px;
137
+ }
138
+
139
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
140
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
141
+ height: 30px;
142
+ }
143
+
144
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
145
+ min-height: 34px;
146
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark.scss';
@@ -0,0 +1,146 @@
1
+ .e-popup.e-ddl {
2
+ border-radius: 4px;
3
+ box-shadow: none;
4
+ margin-top: 3px;
5
+ }
6
+
7
+ .e-popup.e-ddl .e-input-group {
8
+ width: auto;
9
+ }
10
+
11
+ .e-popup.e-ddl .e-input-group input {
12
+ line-height: 15px;
13
+ }
14
+
15
+ .e-popup.e-ddl .e-dropdownbase {
16
+ min-height: 26px;
17
+ }
18
+
19
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
20
+ display: -ms-flexbox;
21
+ display: flex;
22
+ width: auto;
23
+ }
24
+
25
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
26
+ border: 0;
27
+ }
28
+
29
+ .e-bigger .e-popup.e-ddl-device-filter {
30
+ margin-top: 0;
31
+ }
32
+
33
+ .e-bigger .e-popup.e-ddl .e-list-item {
34
+ font-size: 16px;
35
+ line-height: 32px;
36
+ padding-left: 0;
37
+ text-indent: 16px;
38
+ }
39
+
40
+ .e-bigger .e-popup.e-ddl .e-list-group-item,
41
+ .e-bigger .e-popup.e-ddl .e-fixed-head {
42
+ font-size: 14px;
43
+ line-height: 32px;
44
+ padding-left: 0;
45
+ text-indent: 16px;
46
+ }
47
+
48
+ .e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
49
+ padding-left: 0;
50
+ }
51
+
52
+ .e-bigger .e-popup.e-ddl .e-input-group input,
53
+ .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
54
+ font-size: 16px;
55
+ height: 36px;
56
+ }
57
+
58
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
59
+ min-height: 40px;
60
+ }
61
+
62
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
+ background: transparent;
65
+ }
66
+
67
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
68
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
69
+ background: #e9ecef;
70
+ }
71
+
72
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
73
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
74
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
75
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
76
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
77
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
78
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
79
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
80
+ background: transparent;
81
+ color: #6c757d;
82
+ }
83
+
84
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
85
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
86
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
87
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
88
+ background: transparent;
89
+ color: #6c757d;
90
+ }
91
+
92
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
93
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
94
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
95
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
96
+ border: 0;
97
+ }
98
+
99
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
100
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
101
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
102
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
103
+ box-shadow: none;
104
+ }
105
+
106
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
107
+ background: transparent;
108
+ display: -ms-flexbox;
109
+ display: flex;
110
+ position: relative;
111
+ }
112
+
113
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
114
+ .e-ddl.e-popup .e-filter-parent {
115
+ background: #fff;
116
+ }
117
+
118
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
119
+ font-size: 14px;
120
+ }
121
+
122
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
123
+ font-size: 16px;
124
+ }
125
+
126
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
127
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
128
+ .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
129
+ font-size: 14px;
130
+ line-height: 34px;
131
+ padding-left: 0;
132
+ text-indent: 16px;
133
+ }
134
+
135
+ .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
136
+ padding-left: 4px;
137
+ }
138
+
139
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
140
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
141
+ height: 30px;
142
+ }
143
+
144
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
145
+ min-height: 34px;
146
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap5.scss';
@@ -14,7 +14,7 @@
14
14
  }
15
15
 
16
16
  .e-dropdownbase .e-list-item.e-active.e-hover {
17
- color: #ff80ab;
17
+ color: #00b0ff;
18
18
  }
19
19
 
20
20
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -23,6 +23,7 @@
23
23
  .e-dropdownbase.e-bigger .e-list-group-item,
24
24
  .e-dropdownbase.e-bigger .e-fixed-head {
25
25
  line-height: 48px;
26
+ text-indent: 20px;
26
27
  }
27
28
 
28
29
  .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
@@ -97,17 +98,14 @@
97
98
 
98
99
  .e-small .e-dropdownbase.e-dd-group .e-list-item {
99
100
  padding-left: 30px;
100
- text-indent: 0;
101
101
  }
102
102
 
103
103
  .e-bigger .e-dropdownbase.e-dd-group .e-list-item {
104
104
  padding-left: 30px;
105
- text-indent: 0;
106
105
  }
107
106
 
108
107
  .e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
109
108
  padding-left: 30px;
110
- text-indent: 0;
111
109
  }
112
110
 
113
111
  .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
@@ -595,8 +593,10 @@
595
593
 
596
594
  .e-ddl.e-input-group .e-ddl-hidden,
597
595
  .e-ddl.e-float-input .e-ddl-hidden {
596
+ -webkit-appearance: initial;
598
597
  border: 0;
599
598
  height: 0;
599
+ padding: 0;
600
600
  visibility: hidden;
601
601
  width: 0;
602
602
  }
@@ -1087,6 +1087,10 @@ ejs-dropdownlist {
1087
1087
  padding: 0 14px 0 0;
1088
1088
  }
1089
1089
 
1090
+ .e-ddt-icon-hide {
1091
+ display: none;
1092
+ }
1093
+
1090
1094
  .e-bigger .e-ddt .e-chips,
1091
1095
  .e-ddt.e-bigger .e-chips {
1092
1096
  height: 34px;
@@ -1571,7 +1575,10 @@ ejs-dropdownlist {
1571
1575
  right: auto;
1572
1576
  }
1573
1577
 
1574
- .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1578
+ .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1579
+ margin-top: -4em;
1580
+ }
1581
+
1575
1582
  .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1576
1583
  margin-top: -4em;
1577
1584
  }
@@ -1592,6 +1599,7 @@ ejs-dropdownlist {
1592
1599
  .e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
1593
1600
  background: none;
1594
1601
  border: 0;
1602
+ color: inherit;
1595
1603
  font-family: inherit;
1596
1604
  font-size: 14px;
1597
1605
  font-weight: 400;
@@ -1660,6 +1668,7 @@ ejs-dropdownlist {
1660
1668
 
1661
1669
  .e-bigger .e-multi-select-wrapper .e-delim-values {
1662
1670
  line-height: 36px;
1671
+ padding-left: 6px;
1663
1672
  }
1664
1673
 
1665
1674
  .e-multi-select-list-wrapper .e-hide-listitem {
@@ -2028,6 +2037,10 @@ ejs-multiselect {
2028
2037
  min-height: 40px;
2029
2038
  }
2030
2039
 
2040
+ .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] {
2041
+ color: inherit;
2042
+ }
2043
+
2031
2044
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
2032
2045
  .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
2033
2046
  -ms-flex-align: normal;