@davincihealthcare/elty-design-system-vue 2.2.3 → 2.3.0

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.
@@ -27,6 +27,14 @@ declare const _default: import('vue').DefineComponent<{
27
27
  type: PropType<ElInputAutocompleteItems>;
28
28
  default: () => never[];
29
29
  };
30
+ labelSelectAll: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ labelDeselectAll: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
30
38
  focusOnMount: {
31
39
  type: BooleanConstructor;
32
40
  default: boolean;
@@ -88,7 +96,7 @@ declare const _default: import('vue').DefineComponent<{
88
96
  default: string;
89
97
  };
90
98
  }, {
91
- resetAllAndFetch: () => void;
99
+ resetAllAndFetch: () => Promise<void>;
92
100
  }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
93
101
  "update:modelValue": (value: TextualValueType) => void;
94
102
  "item:click": (itemIndex: number) => void;
@@ -113,6 +121,14 @@ declare const _default: import('vue').DefineComponent<{
113
121
  type: PropType<ElInputAutocompleteItems>;
114
122
  default: () => never[];
115
123
  };
124
+ labelSelectAll: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ labelDeselectAll: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
116
132
  focusOnMount: {
117
133
  type: BooleanConstructor;
118
134
  default: boolean;
@@ -195,6 +211,8 @@ declare const _default: import('vue').DefineComponent<{
195
211
  data: ElInputAutocompleteItems;
196
212
  }>;
197
213
  selectedItems: ElInputAutocompleteItems;
214
+ labelSelectAll: string;
215
+ labelDeselectAll: string;
198
216
  debounceTime: number;
199
217
  }, {}>;
200
218
  export default _default;