@syncfusion/ej2-vue-dropdowns 22.2.12 → 23.1.38

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 (111) hide show
  1. package/CHANGELOG.md +9 -212
  2. package/dist/ej2-vue-dropdowns.umd.min.js +3 -3
  3. package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-dropdowns.es2015.js +15 -6
  5. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-dropdowns.es5.js +15 -6
  7. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-dropdowns.min.js +3 -3
  9. package/package.json +9 -9
  10. package/src/auto-complete/autocomplete.component.d.ts +3 -1
  11. package/src/auto-complete/autocomplete.component.js +5 -2
  12. package/src/combo-box/combobox.component.d.ts +3 -1
  13. package/src/combo-box/combobox.component.js +5 -2
  14. package/src/drop-down-list/dropdownlist.component.d.ts +3 -1
  15. package/src/drop-down-list/dropdownlist.component.js +5 -2
  16. package/src/drop-down-tree/dropdowntree.component.d.ts +3 -1
  17. package/src/list-box/listbox.component.d.ts +3 -1
  18. package/src/mention/mention.component.d.ts +3 -1
  19. package/src/multi-select/multiselect.component.d.ts +3 -1
  20. package/styles/auto-complete/material-dark.css +0 -1
  21. package/styles/auto-complete/material.css +0 -1
  22. package/styles/auto-complete/material3-dark.css +0 -1
  23. package/styles/auto-complete/material3-dark.scss +1 -1
  24. package/styles/auto-complete/material3.css +0 -1
  25. package/styles/auto-complete/material3.scss +1 -1
  26. package/styles/auto-complete/tailwind-dark.css +0 -1
  27. package/styles/auto-complete/tailwind.css +0 -1
  28. package/styles/bootstrap-dark.css +70 -15
  29. package/styles/bootstrap.css +70 -15
  30. package/styles/bootstrap4.css +71 -16
  31. package/styles/bootstrap5-dark.css +71 -16
  32. package/styles/bootstrap5.css +71 -16
  33. package/styles/combo-box/material-dark.css +0 -1
  34. package/styles/combo-box/material.css +0 -1
  35. package/styles/combo-box/material3-dark.css +0 -1
  36. package/styles/combo-box/material3-dark.scss +1 -1
  37. package/styles/combo-box/material3.css +0 -1
  38. package/styles/combo-box/material3.scss +1 -1
  39. package/styles/combo-box/tailwind-dark.css +0 -1
  40. package/styles/combo-box/tailwind.css +0 -1
  41. package/styles/drop-down-base/material-dark.css +0 -1
  42. package/styles/drop-down-base/material.css +0 -1
  43. package/styles/drop-down-base/material3-dark.css +0 -1
  44. package/styles/drop-down-base/material3-dark.scss +1 -1
  45. package/styles/drop-down-base/material3.css +0 -1
  46. package/styles/drop-down-base/material3.scss +1 -1
  47. package/styles/drop-down-base/tailwind-dark.css +0 -1
  48. package/styles/drop-down-base/tailwind.css +0 -1
  49. package/styles/drop-down-list/material-dark.css +0 -1
  50. package/styles/drop-down-list/material.css +0 -1
  51. package/styles/drop-down-list/material3-dark.css +0 -1
  52. package/styles/drop-down-list/material3-dark.scss +1 -1
  53. package/styles/drop-down-list/material3.css +0 -1
  54. package/styles/drop-down-list/material3.scss +1 -1
  55. package/styles/drop-down-list/tailwind-dark.css +0 -1
  56. package/styles/drop-down-list/tailwind.css +0 -1
  57. package/styles/drop-down-tree/material-dark.css +0 -1
  58. package/styles/drop-down-tree/material.css +0 -1
  59. package/styles/drop-down-tree/material3-dark.css +0 -1
  60. package/styles/drop-down-tree/material3-dark.scss +1 -1
  61. package/styles/drop-down-tree/material3.css +0 -1
  62. package/styles/drop-down-tree/material3.scss +1 -1
  63. package/styles/drop-down-tree/tailwind-dark.css +0 -1
  64. package/styles/drop-down-tree/tailwind.css +0 -1
  65. package/styles/fabric-dark.css +70 -15
  66. package/styles/fabric.css +70 -15
  67. package/styles/fluent-dark.css +71 -16
  68. package/styles/fluent.css +71 -16
  69. package/styles/highcontrast-light.css +70 -15
  70. package/styles/highcontrast.css +70 -15
  71. package/styles/list-box/bootstrap-dark.css +70 -15
  72. package/styles/list-box/bootstrap.css +70 -15
  73. package/styles/list-box/bootstrap4.css +71 -16
  74. package/styles/list-box/bootstrap5-dark.css +71 -16
  75. package/styles/list-box/bootstrap5.css +71 -16
  76. package/styles/list-box/fabric-dark.css +70 -15
  77. package/styles/list-box/fabric.css +70 -15
  78. package/styles/list-box/fluent-dark.css +71 -16
  79. package/styles/list-box/fluent.css +71 -16
  80. package/styles/list-box/highcontrast-light.css +70 -15
  81. package/styles/list-box/highcontrast.css +70 -15
  82. package/styles/list-box/material-dark.css +71 -17
  83. package/styles/list-box/material.css +71 -17
  84. package/styles/list-box/material3-dark.css +71 -17
  85. package/styles/list-box/material3-dark.scss +1 -1
  86. package/styles/list-box/material3.css +71 -17
  87. package/styles/list-box/material3.scss +1 -1
  88. package/styles/list-box/tailwind-dark.css +71 -17
  89. package/styles/list-box/tailwind.css +71 -17
  90. package/styles/material-dark.css +71 -17
  91. package/styles/material.css +71 -17
  92. package/styles/material3-dark.css +71 -24
  93. package/styles/material3.css +71 -17
  94. package/styles/mention/material-dark.css +0 -1
  95. package/styles/mention/material.css +0 -1
  96. package/styles/mention/material3-dark.css +0 -1
  97. package/styles/mention/material3-dark.scss +1 -1
  98. package/styles/mention/material3.css +0 -1
  99. package/styles/mention/material3.scss +1 -1
  100. package/styles/mention/tailwind-dark.css +0 -1
  101. package/styles/mention/tailwind.css +0 -1
  102. package/styles/multi-select/material-dark.css +0 -1
  103. package/styles/multi-select/material.css +0 -1
  104. package/styles/multi-select/material3-dark.css +0 -1
  105. package/styles/multi-select/material3-dark.scss +1 -1
  106. package/styles/multi-select/material3.css +0 -1
  107. package/styles/multi-select/material3.scss +1 -1
  108. package/styles/multi-select/tailwind-dark.css +0 -1
  109. package/styles/multi-select/tailwind.css +0 -1
  110. package/styles/tailwind-dark.css +71 -24
  111. package/styles/tailwind.css +71 -24
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-dropdowns@*",
3
- "_id": "@syncfusion/ej2-vue-dropdowns@22.2.11",
3
+ "_id": "@syncfusion/ej2-vue-dropdowns@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-k7jG+2dp+manFEI2INT/80VWoBe9k4cQ+BdD+Wqf9O8iMInAHYxwVlmipZbyy71u7Js5jQBu4Q1ghFxiT7FiqQ==",
5
+ "_integrity": "sha512-c5QeXoQSOhRGOEGVY0au3m72N0tn7j9mS042hzWnEabPDWoyT2Dj3CmOQDuY2b1GGjT9TxC2RhVafBVpFjK30g==",
6
6
  "_location": "/@syncfusion/ej2-vue-dropdowns",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-22.2.11.tgz",
23
- "_shasum": "b7f9d37f21dd95dc3d08696eb95b54fdeaa40b65",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-23.1.36.tgz",
23
+ "_shasum": "3914f9b218facc896d5c8264ec927bded1568d81",
24
24
  "_spec": "@syncfusion/ej2-vue-dropdowns@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~22.2.12",
35
- "@syncfusion/ej2-dropdowns": "22.2.12",
36
- "@syncfusion/ej2-vue-base": "~22.2.5"
34
+ "@syncfusion/ej2-base": "~23.1.38",
35
+ "@syncfusion/ej2-dropdowns": "23.1.38",
36
+ "@syncfusion/ej2-vue-base": "~23.1.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 DropDown Components for Vue",
@@ -62,6 +62,6 @@
62
62
  "ci-publish": "gulp ci-publish",
63
63
  "compile": "gulp ci-compile && gulp vue-global-script"
64
64
  },
65
- "version": "22.2.12",
65
+ "version": "23.1.38",
66
66
  "sideEffects": false
67
67
  }
@@ -1,3 +1,5 @@
1
+ import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
2
+ import { AutoCompleteModel } from '@syncfusion/ej2-dropdowns';
1
3
  export declare const properties: string[];
2
4
  export declare const modelProps: string[];
3
5
  export declare const testProp: any;
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
8
10
  * <ejs-autocomplete :dataSource='data'></ejs-autocomplete>
9
11
  * ```
10
12
  */
11
- export declare let AutoCompleteComponent: any;
13
+ export declare let AutoCompleteComponent: DefineVueComponent<AutoCompleteModel>;
12
14
  export declare type AutoCompleteComponent = InstanceType<typeof AutoCompleteComponent>;
13
15
  export declare const AutoCompletePlugin: {
14
16
  name: string;
@@ -2,7 +2,7 @@ import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syn
2
2
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
3
3
  import { isUndefined } from '@syncfusion/ej2-base';
4
4
  import { AutoComplete } from '@syncfusion/ej2-dropdowns';
5
- export var properties = ['isLazyUpdate', 'plugins', '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'];
5
+ export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', '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'];
6
6
  export var modelProps = ['value'];
7
7
  export var testProp = getProps({ props: properties });
8
8
  export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
@@ -31,7 +31,7 @@ export var AutoCompleteComponent = vueDefineComponent({
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
34
- hasInjectedModules: false,
34
+ hasInjectedModules: true,
35
35
  tagMapper: {},
36
36
  tagNameMapper: {},
37
37
  isVue3: !isExecute,
@@ -173,6 +173,9 @@ export var AutoCompleteComponent = vueDefineComponent({
173
173
  hideSpinner: function () {
174
174
  return this.ej2Instances.hideSpinner();
175
175
  },
176
+ requiredModules: function () {
177
+ return this.ej2Instances.requiredModules();
178
+ },
176
179
  showPopup: function (e) {
177
180
  return this.ej2Instances.showPopup(e);
178
181
  },
@@ -1,3 +1,5 @@
1
+ import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
2
+ import { ComboBoxModel } from '@syncfusion/ej2-dropdowns';
1
3
  export declare const properties: string[];
2
4
  export declare const modelProps: string[];
3
5
  export declare const testProp: any;
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
8
10
  * <ejs-combobox :dataSource='data'></ejs-combobox>
9
11
  * ```
10
12
  */
11
- export declare let ComboBoxComponent: any;
13
+ export declare let ComboBoxComponent: DefineVueComponent<ComboBoxModel>;
12
14
  export declare type ComboBoxComponent = InstanceType<typeof ComboBoxComponent>;
13
15
  export declare const ComboBoxPlugin: {
14
16
  name: string;
@@ -2,7 +2,7 @@ import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syn
2
2
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
3
3
  import { isUndefined } from '@syncfusion/ej2-base';
4
4
  import { ComboBox } from '@syncfusion/ej2-dropdowns';
5
- export var properties = ['isLazyUpdate', 'plugins', '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'];
5
+ export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowCustom', 'allowFiltering', 'autofill', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', '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'];
6
6
  export var modelProps = ['value'];
7
7
  export var testProp = getProps({ props: properties });
8
8
  export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
@@ -31,7 +31,7 @@ export var ComboBoxComponent = vueDefineComponent({
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
34
- hasInjectedModules: false,
34
+ hasInjectedModules: true,
35
35
  tagMapper: {},
36
36
  tagNameMapper: {},
37
37
  isVue3: !isExecute,
@@ -173,6 +173,9 @@ export var ComboBoxComponent = vueDefineComponent({
173
173
  hideSpinner: function () {
174
174
  return this.ej2Instances.hideSpinner();
175
175
  },
176
+ requiredModules: function () {
177
+ return this.ej2Instances.requiredModules();
178
+ },
176
179
  showPopup: function (e) {
177
180
  return this.ej2Instances.showPopup(e);
178
181
  },
@@ -1,3 +1,5 @@
1
+ import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
2
+ import { DropDownListModel } from '@syncfusion/ej2-dropdowns';
1
3
  export declare const properties: string[];
2
4
  export declare const modelProps: string[];
3
5
  export declare const testProp: any;
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
8
10
  * <ejs-dropdownlist :dataSource='data'></ejs-dropdownlist>
9
11
  * ```
10
12
  */
11
- export declare let DropDownListComponent: any;
13
+ export declare let DropDownListComponent: DefineVueComponent<DropDownListModel>;
12
14
  export declare type DropDownListComponent = InstanceType<typeof DropDownListComponent>;
13
15
  export declare const DropDownListPlugin: {
14
16
  name: string;
@@ -2,7 +2,7 @@ import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syn
2
2
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
3
3
  import { isUndefined } from '@syncfusion/ej2-base';
4
4
  import { DropDownList } from '@syncfusion/ej2-dropdowns';
5
- export var properties = ['isLazyUpdate', 'plugins', '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'];
5
+ export var properties = ['isLazyUpdate', 'plugins', 'actionFailureTemplate', 'allowFiltering', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableVirtualization', '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'];
6
6
  export var modelProps = ['value'];
7
7
  export var testProp = getProps({ props: properties });
8
8
  export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
@@ -31,7 +31,7 @@ export var DropDownListComponent = vueDefineComponent({
31
31
  propKeys: properties,
32
32
  models: modelProps,
33
33
  hasChildDirective: false,
34
- hasInjectedModules: false,
34
+ hasInjectedModules: true,
35
35
  tagMapper: {},
36
36
  tagNameMapper: {},
37
37
  isVue3: !isExecute,
@@ -173,6 +173,9 @@ export var DropDownListComponent = vueDefineComponent({
173
173
  hideSpinner: function () {
174
174
  return this.ej2Instances.hideSpinner();
175
175
  },
176
+ requiredModules: function () {
177
+ return this.ej2Instances.requiredModules();
178
+ },
176
179
  showPopup: function (e) {
177
180
  return this.ej2Instances.showPopup(e);
178
181
  },
@@ -1,3 +1,5 @@
1
+ import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
2
+ import { DropDownTreeModel } from '@syncfusion/ej2-dropdowns';
1
3
  export declare const properties: string[];
2
4
  export declare const modelProps: string[];
3
5
  export declare const testProp: any;
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
8
10
  * <ejs-dropdowntree></ejs-dropdowntree>
9
11
  * ```
10
12
  */
11
- export declare let DropDownTreeComponent: any;
13
+ export declare let DropDownTreeComponent: DefineVueComponent<DropDownTreeModel>;
12
14
  export declare type DropDownTreeComponent = InstanceType<typeof DropDownTreeComponent>;
13
15
  export declare const DropDownTreePlugin: {
14
16
  name: string;
@@ -1,3 +1,5 @@
1
+ import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
2
+ import { ListBoxModel } from '@syncfusion/ej2-dropdowns';
1
3
  export declare const properties: string[];
2
4
  export declare const modelProps: string[];
3
5
  export declare const testProp: any;
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
8
10
  * <ejs-listbox :dataSource='data'></ejs-listbox>
9
11
  * ```
10
12
  */
11
- export declare let ListBoxComponent: any;
13
+ export declare let ListBoxComponent: DefineVueComponent<ListBoxModel>;
12
14
  export declare type ListBoxComponent = InstanceType<typeof ListBoxComponent>;
13
15
  export declare const ListBoxPlugin: {
14
16
  name: string;
@@ -1,3 +1,5 @@
1
+ import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
2
+ import { MentionModel } from '@syncfusion/ej2-dropdowns';
1
3
  export declare const properties: string[];
2
4
  export declare const modelProps: string[];
3
5
  export declare const testProp: any;
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
8
10
  * <ejs-mention :dataSource='data'></ejs-mention>
9
11
  * ```
10
12
  */
11
- export declare let MentionComponent: any;
13
+ export declare let MentionComponent: DefineVueComponent<MentionModel>;
12
14
  export declare type MentionComponent = InstanceType<typeof MentionComponent>;
13
15
  export declare const MentionPlugin: {
14
16
  name: string;
@@ -1,3 +1,5 @@
1
+ import { DefineVueComponent } from '@syncfusion/ej2-vue-base';
2
+ import { MultiSelectModel } from '@syncfusion/ej2-dropdowns';
1
3
  export declare const properties: string[];
2
4
  export declare const modelProps: string[];
3
5
  export declare const testProp: any;
@@ -8,7 +10,7 @@ export declare const props: any, watch: any, emitProbs: any;
8
10
  * <ejs-multiselect :dataSource='data'></ejs-multiselect>
9
11
  * ```
10
12
  */
11
- export declare let MultiSelectComponent: any;
13
+ export declare let MultiSelectComponent: DefineVueComponent<MultiSelectModel>;
12
14
  export declare type MultiSelectComponent = InstanceType<typeof MultiSelectComponent>;
13
15
  export declare const MultiSelectPlugin: {
14
16
  name: string;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
2
  transform: rotate(0deg);
4
3
  transition: transform 300ms ease;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
2
  transform: rotate(0deg);
4
3
  transition: transform 300ms ease;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/auto-complete/material3-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
  @import 'ej2-dropdowns/styles/auto-complete/material3.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
2
  transform: rotate(0deg);
4
3
  transition: transform 300ms ease;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
2
  transform: rotate(0deg);
4
3
  transition: transform 300ms ease;
@@ -2490,11 +2490,6 @@ ejs-multiselect {
2490
2490
  padding: 13px 16px;
2491
2491
  position: relative;
2492
2492
  }
2493
- .e-listbox-wrapper.e-filter-list,
2494
- .e-listbox-container.e-filter-list,
2495
- .e-listboxtool-wrapper.e-filter-list {
2496
- overflow: inherit;
2497
- }
2498
2493
  .e-listbox-wrapper .e-list-parent,
2499
2494
  .e-listbox-container .e-list-parent,
2500
2495
  .e-listboxtool-wrapper .e-list-parent {
@@ -2778,9 +2773,6 @@ ejs-listbox {
2778
2773
  overflow: auto;
2779
2774
  }
2780
2775
 
2781
- .e-listbox-wrapper.e-filter-list {
2782
- overflow: inherit;
2783
- }
2784
2776
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2785
2777
  overflow: auto;
2786
2778
  }
@@ -2976,27 +2968,66 @@ ejs-listbox {
2976
2968
  }
2977
2969
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
2978
2970
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
2979
- height: calc(100% - 46px);
2971
+ height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
2972
+ }
2973
+
2974
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
2975
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
2976
+ }
2977
+
2978
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
2979
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
2980
2980
  }
2981
2981
 
2982
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
2983
2982
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
2984
- height: calc(100% - 58px);
2983
+ height: 100%;
2985
2984
  }
2986
2985
 
2987
2986
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
2988
2987
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2989
- height: calc(100% - 106px);
2988
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
2989
+ }
2990
+
2991
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2992
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
2993
+ }
2994
+
2995
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
2996
+ height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
2997
+ }
2998
+
2999
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3000
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3001
+ }
3002
+
3003
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3004
+ height: 100%;
2990
3005
  }
2991
3006
 
2992
3007
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3008
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3009
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3010
+ }
3011
+
2993
3012
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
2994
- height: calc(100% - 48px);
3013
+ height: 100%;
2995
3014
  }
2996
3015
 
2997
3016
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3017
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3018
+ height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
3019
+ }
3020
+
3021
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3022
+ height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
3023
+ }
3024
+
3025
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3026
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3027
+ }
3028
+
2998
3029
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
2999
- height: calc(100% - 54px);
3030
+ height: 100%;
3000
3031
  }
3001
3032
 
3002
3033
  .e-listbox-wrapper,
@@ -3029,7 +3060,7 @@ ejs-listbox {
3029
3060
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3030
3061
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3031
3062
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3032
- height: calc(100% - 92px);
3063
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3033
3064
  }
3034
3065
 
3035
3066
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3305,6 +3336,30 @@ ejs-listbox {
3305
3336
  padding-right: 1.0714em;
3306
3337
  }
3307
3338
 
3339
+ .e-listbox-container.e-filter-list .e-list-parent {
3340
+ height: 100%;
3341
+ }
3342
+
3343
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3344
+ height: 100%;
3345
+ }
3346
+
3347
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3348
+ height: 100%;
3349
+ }
3350
+
3351
+ .e-listbox-container.e-filter-list .e-list-wrap {
3352
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3353
+ }
3354
+
3355
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3356
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3357
+ }
3358
+
3359
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3360
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3361
+ }
3362
+
3308
3363
  /* stylelint-disable property-no-vendor-prefix */
3309
3364
  @keyframes material-spinner-rotate {
3310
3365
  0% {
@@ -2494,11 +2494,6 @@ ejs-multiselect {
2494
2494
  padding: 13px 16px;
2495
2495
  position: relative;
2496
2496
  }
2497
- .e-listbox-wrapper.e-filter-list,
2498
- .e-listbox-container.e-filter-list,
2499
- .e-listboxtool-wrapper.e-filter-list {
2500
- overflow: inherit;
2501
- }
2502
2497
  .e-listbox-wrapper .e-list-parent,
2503
2498
  .e-listbox-container .e-list-parent,
2504
2499
  .e-listboxtool-wrapper .e-list-parent {
@@ -2782,9 +2777,6 @@ ejs-listbox {
2782
2777
  overflow: auto;
2783
2778
  }
2784
2779
 
2785
- .e-listbox-wrapper.e-filter-list {
2786
- overflow: inherit;
2787
- }
2788
2780
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2789
2781
  overflow: auto;
2790
2782
  }
@@ -2986,27 +2978,66 @@ ejs-listbox {
2986
2978
  }
2987
2979
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
2988
2980
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
2989
- height: calc(100% - 46px);
2981
+ height: calc(100% - 46px) !important; /* stylelint-disable-line declaration-no-important */
2982
+ }
2983
+
2984
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
2985
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
2986
+ }
2987
+
2988
+ .e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
2989
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
2990
2990
  }
2991
2991
 
2992
- .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
2993
2992
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
2994
- height: calc(100% - 58px);
2993
+ height: 100%;
2995
2994
  }
2996
2995
 
2997
2996
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
2998
2997
  .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
2999
- height: calc(100% - 106px);
2998
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
2999
+ }
3000
+
3001
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3002
+ height: calc(100% - 48px) !important; /* stylelint-disable-line declaration-no-important */
3003
+ }
3004
+
3005
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3006
+ height: calc(100% - 52px) !important; /* stylelint-disable-line declaration-no-important */
3007
+ }
3008
+
3009
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-list-parent {
3010
+ height: calc(100% - 58px) !important; /* stylelint-disable-line declaration-no-important */
3011
+ }
3012
+
3013
+ .e-bigger .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3014
+ height: 100%;
3000
3015
  }
3001
3016
 
3002
3017
  .e-bigger .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
3018
+ .e-bigger .e-listbox-container .e-selectall-parent + .e-list-wrap {
3019
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3020
+ }
3021
+
3003
3022
  .e-bigger .e-listbox-container .e-selectall-parent + .e-list-parent {
3004
- height: calc(100% - 48px);
3023
+ height: 100%;
3005
3024
  }
3006
3025
 
3007
3026
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3027
+ .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-wrap {
3028
+ height: calc(100% - 54px) !important; /* stylelint-disable-line declaration-no-important */
3029
+ }
3030
+
3031
+ .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3032
+ height: calc(100% - 91.5px) !important; /* stylelint-disable-line declaration-no-important */
3033
+ }
3034
+
3035
+ .e-bigger .e-listbox-wrapper.e-filter-list:not(.e-listbox-container) .e-selectall-parent + .e-hidden-select + .e-listbox + .e-list-parent {
3036
+ height: calc(100% - 106px) !important; /* stylelint-disable-line declaration-no-important */
3037
+ }
3038
+
3008
3039
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3009
- height: calc(100% - 54px);
3040
+ height: 100%;
3010
3041
  }
3011
3042
 
3012
3043
  .e-listbox-wrapper,
@@ -3039,7 +3070,7 @@ ejs-listbox {
3039
3070
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
3040
3071
  .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent,
3041
3072
  .e-listboxtool-wrapper.e-filter-list .e-selectall-parent + .e-list-parent {
3042
- height: calc(100% - 92px);
3073
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3043
3074
  }
3044
3075
 
3045
3076
  .e-listbox-wrapper .e-selectall-parent + .e-list-parent,
@@ -3315,6 +3346,30 @@ ejs-listbox {
3315
3346
  padding-right: 1.0714em;
3316
3347
  }
3317
3348
 
3349
+ .e-listbox-container.e-filter-list .e-list-parent {
3350
+ height: 100%;
3351
+ }
3352
+
3353
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-parent {
3354
+ height: 100%;
3355
+ }
3356
+
3357
+ .e-listbox-container .e-selectall-parent + .e-list-parent {
3358
+ height: 100%;
3359
+ }
3360
+
3361
+ .e-listbox-container.e-filter-list .e-list-wrap {
3362
+ height: calc(100% - 51px) !important; /* stylelint-disable-line declaration-no-important */
3363
+ }
3364
+
3365
+ .e-listbox-container.e-filter-list .e-selectall-parent + .e-list-wrap {
3366
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3367
+ }
3368
+
3369
+ .e-listbox-container .e-selectall-parent + .e-list-wrap {
3370
+ height: calc(100% - 40px) !important; /* stylelint-disable-line declaration-no-important */
3371
+ }
3372
+
3318
3373
  /* stylelint-disable property-no-vendor-prefix */
3319
3374
  @keyframes material-spinner-rotate {
3320
3375
  0% {