@syncfusion/ej2-vue-dropdowns 22.2.12 → 23.1.36

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 +7 -218
  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 +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 +2 -2
  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 +0 -8
  29. package/styles/bootstrap.css +0 -8
  30. package/styles/bootstrap4.css +4 -12
  31. package/styles/bootstrap5-dark.css +0 -8
  32. package/styles/bootstrap5.css +0 -8
  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 +0 -8
  66. package/styles/fabric.css +0 -8
  67. package/styles/fluent-dark.css +4 -12
  68. package/styles/fluent.css +4 -12
  69. package/styles/highcontrast-light.css +0 -8
  70. package/styles/highcontrast.css +0 -8
  71. package/styles/list-box/bootstrap-dark.css +0 -8
  72. package/styles/list-box/bootstrap.css +0 -8
  73. package/styles/list-box/bootstrap4.css +4 -12
  74. package/styles/list-box/bootstrap5-dark.css +0 -8
  75. package/styles/list-box/bootstrap5.css +0 -8
  76. package/styles/list-box/fabric-dark.css +0 -8
  77. package/styles/list-box/fabric.css +0 -8
  78. package/styles/list-box/fluent-dark.css +4 -12
  79. package/styles/list-box/fluent.css +4 -12
  80. package/styles/list-box/highcontrast-light.css +0 -8
  81. package/styles/list-box/highcontrast.css +0 -8
  82. package/styles/list-box/material-dark.css +0 -9
  83. package/styles/list-box/material.css +0 -9
  84. package/styles/list-box/material3-dark.css +4 -13
  85. package/styles/list-box/material3-dark.scss +1 -1
  86. package/styles/list-box/material3.css +4 -13
  87. package/styles/list-box/material3.scss +1 -1
  88. package/styles/list-box/tailwind-dark.css +3 -12
  89. package/styles/list-box/tailwind.css +3 -12
  90. package/styles/material-dark.css +0 -9
  91. package/styles/material.css +0 -9
  92. package/styles/material3-dark.css +4 -20
  93. package/styles/material3.css +4 -13
  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 +3 -19
  111. package/styles/tailwind.css +3 -19
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@18.66.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-k7jG+2dp+manFEI2INT/80VWoBe9k4cQ+BdD+Wqf9O8iMInAHYxwVlmipZbyy71u7Js5jQBu4Q1ghFxiT7FiqQ==",
5
+ "_integrity": "sha512-VvlWL6HNhWbkAw5Gdm6zxywW7JbSCtPikRg1gSQnvHfwRoUe6739W4pGf6oyMZQfWsRf+8JUAlyKvcAUdtaCTQ==",
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-release/@syncfusion/ej2-vue-dropdowns/-/ej2-vue-dropdowns-18.66.2.tgz",
23
+ "_shasum": "b9808a0e53c6bf9070678d1b2ec795c23ca6edb8",
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.36",
35
+ "@syncfusion/ej2-dropdowns": "23.1.36",
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.36",
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
  }
@@ -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
  }
@@ -2671,11 +2671,6 @@ ejs-multiselect {
2671
2671
  padding: 10px 16px 10px 16px;
2672
2672
  position: relative;
2673
2673
  }
2674
- .e-listbox-wrapper.e-filter-list,
2675
- .e-listbox-container.e-filter-list,
2676
- .e-listboxtool-wrapper.e-filter-list {
2677
- overflow: inherit;
2678
- }
2679
2674
  .e-listbox-wrapper .e-list-parent,
2680
2675
  .e-listbox-container .e-list-parent,
2681
2676
  .e-listboxtool-wrapper .e-list-parent {
@@ -2959,9 +2954,6 @@ ejs-listbox {
2959
2954
  overflow: auto;
2960
2955
  }
2961
2956
 
2962
- .e-listbox-wrapper.e-filter-list {
2963
- overflow: inherit;
2964
- }
2965
2957
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2966
2958
  overflow: auto;
2967
2959
  }
@@ -3207,12 +3199,12 @@ ejs-listbox {
3207
3199
 
3208
3200
  .e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
3209
3201
  .e-small .e-listbox-container.e-filter-list .e-list-parent {
3210
- height: calc(100% - 32px);
3202
+ height: calc(100% - 43px);
3211
3203
  }
3212
3204
 
3213
3205
  .e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3214
3206
  .e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3215
- height: calc(100% - 46px);
3207
+ height: calc(100% - 56px);
3216
3208
  }
3217
3209
 
3218
3210
  .e-bigger .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -3227,7 +3219,7 @@ ejs-listbox {
3227
3219
 
3228
3220
  .e-small.e-bigger .e-listbox-wrapper.e-filter-list .e-list-parent,
3229
3221
  .e-small.e-bigger .e-listbox-container.e-filter-list .e-list-parent {
3230
- height: calc(100% - 44px);
3222
+ height: calc(100% - 56px);
3231
3223
  }
3232
3224
 
3233
3225
  .e-listbox-wrapper,
@@ -3254,7 +3246,7 @@ ejs-listbox {
3254
3246
  .e-listbox-wrapper.e-filter-list .e-list-parent,
3255
3247
  .e-listbox-container.e-filter-list .e-list-parent,
3256
3248
  .e-listboxtool-wrapper.e-filter-list .e-list-parent {
3257
- height: calc(100% - 39px);
3249
+ height: calc(100% - 48px);
3258
3250
  }
3259
3251
 
3260
3252
  .e-listbox-wrapper.e-filter-list .e-selectall-parent + .e-list-parent,
@@ -2663,11 +2663,6 @@ ejs-multiselect {
2663
2663
  padding: 10px 12px;
2664
2664
  position: relative;
2665
2665
  }
2666
- .e-listbox-wrapper.e-filter-list,
2667
- .e-listbox-container.e-filter-list,
2668
- .e-listboxtool-wrapper.e-filter-list {
2669
- overflow: inherit;
2670
- }
2671
2666
  .e-listbox-wrapper .e-list-parent,
2672
2667
  .e-listbox-container .e-list-parent,
2673
2668
  .e-listboxtool-wrapper .e-list-parent {
@@ -2951,9 +2946,6 @@ ejs-listbox {
2951
2946
  overflow: auto;
2952
2947
  }
2953
2948
 
2954
- .e-listbox-wrapper.e-filter-list {
2955
- overflow: inherit;
2956
- }
2957
2949
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2958
2950
  overflow: auto;
2959
2951
  }
@@ -2663,11 +2663,6 @@ ejs-multiselect {
2663
2663
  padding: 10px 12px;
2664
2664
  position: relative;
2665
2665
  }
2666
- .e-listbox-wrapper.e-filter-list,
2667
- .e-listbox-container.e-filter-list,
2668
- .e-listboxtool-wrapper.e-filter-list {
2669
- overflow: inherit;
2670
- }
2671
2666
  .e-listbox-wrapper .e-list-parent,
2672
2667
  .e-listbox-container .e-list-parent,
2673
2668
  .e-listboxtool-wrapper .e-list-parent {
@@ -2951,9 +2946,6 @@ ejs-listbox {
2951
2946
  overflow: auto;
2952
2947
  }
2953
2948
 
2954
- .e-listbox-wrapper.e-filter-list {
2955
- overflow: inherit;
2956
- }
2957
2949
  .e-listbox-wrapper.e-filter-list .e-list-parent {
2958
2950
  overflow: auto;
2959
2951
  }
@@ -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/combo-box/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/combo-box/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;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-dropdownbase .e-list-item .e-list-icon {
3
2
  padding: 0 16px 0 0;
4
3
  }
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  .e-dropdownbase .e-list-item .e-list-icon {
3
2
  padding: 0 16px 0 0;
4
3
  }
@@ -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/drop-down-base/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/drop-down-base/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-dropdownbase .e-list-item.e-active,
3
2
  .e-dropdownbase .e-list-item.e-active.e-hover {
4
3
  font-weight: 500;
@@ -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-dropdownbase .e-list-item.e-active,
3
2
  .e-dropdownbase .e-list-item.e-active.e-hover {
4
3
  font-weight: 500;
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -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/drop-down-list/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/drop-down-list/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
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  /* stylelint-disable property-no-vendor-prefix */
@@ -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
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  /* stylelint-disable property-no-vendor-prefix */
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  @keyframes e-input-ripple {
4
3
  100% {
@@ -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/drop-down-tree/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/drop-down-tree/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
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  /* stylelint-disable property-no-vendor-prefix */