@winchsa/ui 0.1.25 → 0.1.28

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 (134) hide show
  1. package/dist/components/Breadcrumbs.d.vue.ts +2 -1
  2. package/dist/components/Breadcrumbs.vue.d.ts +2 -1
  3. package/dist/components/CustomizerSection.d.vue.ts +7 -15
  4. package/dist/components/CustomizerSection.vue.d.ts +7 -15
  5. package/dist/components/DialogCloseBtn.d.vue.ts +2 -4
  6. package/dist/components/DialogCloseBtn.vue.d.ts +2 -4
  7. package/dist/components/Drawer.d.vue.ts +12 -28
  8. package/dist/components/Drawer.vue.d.ts +12 -28
  9. package/dist/components/IconBtn.d.vue.ts +7 -19
  10. package/dist/components/IconBtn.vue.d.ts +7 -19
  11. package/dist/components/LoadingBar.d.vue.ts +2 -1
  12. package/dist/components/LoadingBar.vue.d.ts +2 -1
  13. package/dist/components/LoadingDialog.d.vue.ts +2 -1
  14. package/dist/components/LoadingDialog.vue.d.ts +2 -1
  15. package/dist/components/LoadingItem.d.vue.ts +9 -31
  16. package/dist/components/LoadingItem.vue.d.ts +9 -31
  17. package/dist/components/Modal.d.vue.ts +50 -0
  18. package/dist/components/Modal.vue.d.ts +50 -0
  19. package/dist/components/MoreBtn.d.vue.ts +7 -15
  20. package/dist/components/MoreBtn.vue.d.ts +7 -15
  21. package/dist/components/ScrollToTop.d.vue.ts +2 -1
  22. package/dist/components/ScrollToTop.vue.d.ts +2 -1
  23. package/dist/components/SiteTitle.d.vue.ts +2 -1
  24. package/dist/components/SiteTitle.vue.d.ts +2 -1
  25. package/dist/components/Toaster.d.vue.ts +2 -1
  26. package/dist/components/Toaster.vue.d.ts +2 -1
  27. package/dist/components/cards/AppCard.d.vue.ts +8 -16
  28. package/dist/components/cards/AppCard.vue.d.ts +8 -16
  29. package/dist/components/cards/AppCardActions.d.vue.ts +10 -56
  30. package/dist/components/cards/AppCardActions.vue.d.ts +10 -56
  31. package/dist/components/cards/CardStatisticsHorizontal.d.vue.ts +2 -3
  32. package/dist/components/cards/CardStatisticsHorizontal.vue.d.ts +2 -3
  33. package/dist/components/cards/CheckboxesCard.d.vue.ts +3 -6
  34. package/dist/components/cards/CheckboxesCard.vue.d.ts +3 -6
  35. package/dist/components/cards/HeaderCard.d.vue.ts +2 -1
  36. package/dist/components/cards/HeaderCard.vue.d.ts +2 -1
  37. package/dist/components/cards/ImageCard.d.vue.ts +10 -40
  38. package/dist/components/cards/ImageCard.vue.d.ts +10 -40
  39. package/dist/components/cards/InputCard.d.vue.ts +7 -27
  40. package/dist/components/cards/InputCard.vue.d.ts +7 -27
  41. package/dist/components/cards/StaticCard.d.vue.ts +7 -19
  42. package/dist/components/cards/StaticCard.vue.d.ts +7 -19
  43. package/dist/components/forms/Accordion.d.vue.ts +8 -24
  44. package/dist/components/forms/Accordion.vue.d.ts +8 -24
  45. package/dist/components/forms/AppBarSearch.d.vue.ts +10 -874
  46. package/dist/components/forms/AppBarSearch.vue.d.ts +10 -874
  47. package/dist/components/forms/AppCombobox.d.vue.ts +13 -0
  48. package/dist/components/forms/AppCombobox.vue.d.ts +13 -0
  49. package/dist/components/forms/AppDrawerHeaderSection.d.vue.ts +7 -17
  50. package/dist/components/forms/AppDrawerHeaderSection.vue.d.ts +7 -17
  51. package/dist/components/forms/AppLabel.d.vue.ts +7 -19
  52. package/dist/components/forms/AppLabel.vue.d.ts +7 -19
  53. package/dist/components/forms/AppLink.d.vue.ts +8 -16
  54. package/dist/components/forms/AppLink.vue.d.ts +8 -16
  55. package/dist/components/forms/AppNumberField.d.vue.ts +8 -33
  56. package/dist/components/forms/AppNumberField.vue.d.ts +8 -33
  57. package/dist/components/forms/AppOtpInput.d.vue.ts +3 -6
  58. package/dist/components/forms/AppOtpInput.vue.d.ts +3 -6
  59. package/dist/components/forms/AppSearchHeader.d.vue.ts +2 -1
  60. package/dist/components/forms/AppSearchHeader.vue.d.ts +2 -1
  61. package/dist/components/forms/AppSelect.d.vue.ts +17 -0
  62. package/dist/components/forms/AppSelect.vue.d.ts +17 -0
  63. package/dist/components/forms/AppStepper.d.vue.ts +3 -7
  64. package/dist/components/forms/AppStepper.vue.d.ts +3 -7
  65. package/dist/components/forms/AppSwitch.d.vue.ts +7 -18
  66. package/dist/components/forms/AppSwitch.vue.d.ts +7 -18
  67. package/dist/components/forms/AppTextField.d.vue.ts +7 -20
  68. package/dist/components/forms/AppTextField.vue.d.ts +7 -20
  69. package/dist/components/forms/AppTextarea.d.vue.ts +7 -20
  70. package/dist/components/forms/AppTextarea.vue.d.ts +7 -20
  71. package/dist/components/forms/AttachmentCropperInput.d.vue.ts +3 -9
  72. package/dist/components/forms/AttachmentCropperInput.vue.d.ts +3 -9
  73. package/dist/components/forms/AttachmentInput.d.vue.ts +3 -7
  74. package/dist/components/forms/AttachmentInput.vue.d.ts +3 -7
  75. package/dist/components/forms/AutocompleteInput.d.vue.ts +84 -0
  76. package/dist/components/forms/AutocompleteInput.vue.d.ts +84 -0
  77. package/dist/components/forms/BankSelect.d.vue.ts +5 -3
  78. package/dist/components/forms/BankSelect.vue.d.ts +5 -3
  79. package/dist/components/forms/BaseButton.d.vue.ts +7 -18
  80. package/dist/components/forms/BaseButton.vue.d.ts +7 -18
  81. package/dist/components/forms/CounterInput.d.vue.ts +3 -5
  82. package/dist/components/forms/CounterInput.vue.d.ts +3 -5
  83. package/dist/components/forms/CustomCheckboxes.d.vue.ts +8 -22
  84. package/dist/components/forms/CustomCheckboxes.vue.d.ts +8 -22
  85. package/dist/components/forms/CustomCheckboxesWithIcon.d.vue.ts +8 -22
  86. package/dist/components/forms/CustomCheckboxesWithIcon.vue.d.ts +8 -22
  87. package/dist/components/forms/CustomCheckboxesWithImage.d.vue.ts +2 -1
  88. package/dist/components/forms/CustomCheckboxesWithImage.vue.d.ts +2 -1
  89. package/dist/components/forms/CustomRadios.d.vue.ts +8 -23
  90. package/dist/components/forms/CustomRadios.vue.d.ts +8 -23
  91. package/dist/components/forms/CustomRadiosWithIcon.d.vue.ts +8 -25
  92. package/dist/components/forms/CustomRadiosWithIcon.vue.d.ts +8 -25
  93. package/dist/components/forms/CustomRadiosWithImage.d.vue.ts +11 -29
  94. package/dist/components/forms/CustomRadiosWithImage.vue.d.ts +11 -29
  95. package/dist/components/forms/DatePicker.d.vue.ts +3 -8
  96. package/dist/components/forms/DatePicker.vue.d.ts +3 -8
  97. package/dist/components/forms/DatePickerRange.d.vue.ts +2 -1
  98. package/dist/components/forms/DatePickerRange.vue.d.ts +2 -1
  99. package/dist/components/forms/DraggedUploadFile.d.vue.ts +2 -1
  100. package/dist/components/forms/DraggedUploadFile.vue.d.ts +2 -1
  101. package/dist/components/forms/ImageCardInput.d.vue.ts +35 -0
  102. package/dist/components/forms/ImageCardInput.vue.d.ts +35 -0
  103. package/dist/components/forms/InputValidationWrapper.d.vue.ts +9 -16
  104. package/dist/components/forms/InputValidationWrapper.vue.d.ts +9 -16
  105. package/dist/components/forms/LicensePlateInput.d.vue.ts +6 -6
  106. package/dist/components/forms/LicensePlateInput.vue.d.ts +6 -6
  107. package/dist/components/forms/ManualDate.d.vue.ts +3 -5
  108. package/dist/components/forms/ManualDate.vue.d.ts +3 -5
  109. package/dist/components/forms/MobileInput.d.vue.ts +11 -35
  110. package/dist/components/forms/MobileInput.vue.d.ts +11 -35
  111. package/dist/components/forms/PasswordInput.d.vue.ts +3 -5
  112. package/dist/components/forms/PasswordInput.vue.d.ts +3 -5
  113. package/dist/components/forms/RangeInput.d.vue.ts +6 -1
  114. package/dist/components/forms/RangeInput.vue.d.ts +6 -1
  115. package/dist/components/forms/Tabs.d.vue.ts +6 -25
  116. package/dist/components/forms/Tabs.vue.d.ts +6 -25
  117. package/dist/components/forms/TimePicker.d.vue.ts +3 -8
  118. package/dist/components/forms/TimePicker.vue.d.ts +3 -8
  119. package/dist/components/table/DataTable.d.vue.ts +70 -0
  120. package/dist/components/table/DataTable.vue +2 -1
  121. package/dist/components/table/DataTable.vue.d.ts +70 -0
  122. package/dist/components/table/EditableDataTable.d.vue.ts +7 -61
  123. package/dist/components/table/EditableDataTable.vue.d.ts +7 -61
  124. package/dist/components/table/EditableDataTableRow.d.vue.ts +5 -3
  125. package/dist/components/table/EditableDataTableRow.vue.d.ts +5 -3
  126. package/dist/components/table/FilterGenerator.d.vue.ts +3 -4
  127. package/dist/components/table/FilterGenerator.vue.d.ts +3 -4
  128. package/dist/components/table/StaticTable.d.vue.ts +17 -6
  129. package/dist/components/table/StaticTable.vue.d.ts +17 -6
  130. package/dist/components/table/TablePagination.d.vue.ts +5 -3
  131. package/dist/components/table/TablePagination.vue.d.ts +5 -3
  132. package/dist/styles/core/template/libs/vuetify/_variables.scss +3 -0
  133. package/dist/utils/ruleValidator.d.ts +1 -1
  134. package/package.json +3 -3
@@ -1,7 +1,3 @@
1
- import { PerfectScrollbar } from 'vue3-perfect-scrollbar';
2
- import { VList, VListItem, VListSubheader, VListItemTitle, VCardText, VDialog, VIcon, VDivider, VCol, VRow, VTextField } from 'vuetify/components';
3
- import IconBtn from '../IconBtn.vue';
4
- import AppCard from '../cards/AppCard.vue';
5
1
  type Suggestion = {
6
2
  icon: string;
7
3
  title: string;
@@ -18,878 +14,17 @@ type __VLS_Props = {
18
14
  suggestions?: Suggestions[];
19
15
  noDataSuggestion?: Suggestion[];
20
16
  };
21
- declare const refSearchList: import("vue").Ref<({
22
- $: import("vue").ComponentInternalInstance;
23
- $data: {};
24
- $props: Partial<{
25
- style: import("vue").StyleValue;
26
- density: import("vuetify/lib/composables/density").Density;
27
- rounded: string | number | boolean;
28
- tile: boolean;
29
- tag: string | import("vuetify/lib/util").JSXComponent;
30
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
31
- activatable: boolean;
32
- selectable: boolean;
33
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
34
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
35
- mandatory: boolean;
36
- itemType: import("vuetify/lib/util").SelectItemKey;
37
- returnObject: boolean;
38
- disabled: boolean;
39
- filterable: boolean;
40
- lines: "one" | "three" | "two" | false;
41
- slim: boolean;
42
- nav: boolean;
43
- }> & Omit<{
44
- style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
45
- density: import("vuetify/lib/composables/density").Density;
46
- tile: boolean;
47
- tag: string | import("vuetify/lib/util").JSXComponent;
48
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
49
- activatable: boolean;
50
- selectable: boolean;
51
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
52
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
53
- mandatory: boolean;
54
- itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
55
- returnObject: boolean;
56
- disabled: boolean;
57
- filterable: boolean;
58
- lines: "one" | "three" | "two" | false;
59
- slim: boolean;
60
- nav: boolean;
61
- theme?: string | undefined | undefined;
62
- class?: any;
63
- border?: string | number | boolean | undefined | undefined;
64
- elevation?: string | number | undefined | undefined;
65
- rounded?: string | number | boolean | undefined | undefined;
66
- color?: string | undefined | undefined;
67
- height?: string | number | undefined | undefined;
68
- maxHeight?: string | number | undefined | undefined;
69
- maxWidth?: string | number | undefined | undefined;
70
- minHeight?: string | number | undefined | undefined;
71
- minWidth?: string | number | undefined | undefined;
72
- width?: string | number | undefined | undefined;
73
- activeStrategy?: import("vuetify/lib/composables/nested/nested").ActiveStrategyProp | undefined;
74
- activated?: any;
75
- valueComparator?: typeof import("vuetify/lib/util").deepEqual | undefined;
76
- baseColor?: string | undefined | undefined;
77
- activeColor?: string | undefined | undefined;
78
- activeClass?: string | undefined | undefined;
79
- bgColor?: string | undefined | undefined;
80
- expandIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
81
- collapseIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
82
- "onClick:activate"?: ((value: {
83
- id: unknown;
84
- value: boolean;
85
- path: unknown[];
86
- }) => any) | undefined | undefined;
87
- "onUpdate:activated"?: ((value: unknown) => any) | undefined | undefined;
88
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemType" | "returnObject" | "filterable" | "lines" | "nav">;
89
- $attrs: {
90
- [x: string]: unknown;
91
- };
92
- $refs: {
93
- [x: string]: unknown;
94
- };
95
- $slots: Readonly<{
96
- prepend?: ((arg: import("vuetify/lib/components/VList/VListItem").ListItemSlot & {
97
- item: any;
98
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
99
- [key: string]: any;
100
- }>[]) | undefined;
101
- append?: ((arg: import("vuetify/lib/components/VList/VListItem").ListItemSlot & {
102
- item: any;
103
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
104
- [key: string]: any;
105
- }>[]) | undefined;
106
- title?: ((arg: import("vuetify/lib/components/VList/VListItem").ListItemTitleSlot & {
107
- item: any;
108
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
109
- [key: string]: any;
110
- }>[]) | undefined;
111
- subtitle?: ((arg: import("vuetify/lib/components/VList/VListItem").ListItemSubtitleSlot & {
112
- item: any;
113
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
114
- [key: string]: any;
115
- }>[]) | undefined;
116
- default?: (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
117
- [key: string]: any;
118
- }>[]) | undefined;
119
- item?: ((arg: {
120
- props: {
121
- [key: string]: any;
122
- title: string;
123
- value: any;
124
- };
125
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
126
- [key: string]: any;
127
- }>[]) | undefined;
128
- divider?: ((arg: {
129
- props: {
130
- [key: string]: any;
131
- title: string;
132
- value: any;
133
- };
134
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
135
- [key: string]: any;
136
- }>[]) | undefined;
137
- subheader?: ((arg: {
138
- props: {
139
- [key: string]: any;
140
- title: string;
141
- value: any;
142
- };
143
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
144
- [key: string]: any;
145
- }>[]) | undefined;
146
- header?: ((arg: {
147
- props: {
148
- [key: string]: any;
149
- title: string;
150
- value: any;
151
- };
152
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
153
- [key: string]: any;
154
- }>[]) | undefined;
155
- }>;
156
- $root: import("vue").ComponentPublicInstance | null;
157
- $parent: import("vue").ComponentPublicInstance | null;
158
- $host: Element | null;
159
- $emit: ((event: "update:activated", value: unknown) => void) & ((event: "click:activate", value: {
160
- id: unknown;
161
- value: boolean;
162
- path: unknown[];
163
- }) => void);
164
- $el: any;
165
- $options: import("vue").ComponentOptionsBase<{
166
- style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
167
- density: import("vuetify/lib/composables/density").Density;
168
- tile: boolean;
169
- tag: string | import("vuetify/lib/util").JSXComponent;
170
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
171
- activatable: boolean;
172
- selectable: boolean;
173
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
174
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
175
- mandatory: boolean;
176
- itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
177
- returnObject: boolean;
178
- disabled: boolean;
179
- filterable: boolean;
180
- lines: "one" | "three" | "two" | false;
181
- slim: boolean;
182
- nav: boolean;
183
- } & {
184
- theme?: string | undefined;
185
- class?: any;
186
- border?: string | number | boolean | undefined;
187
- elevation?: string | number | undefined;
188
- rounded?: string | number | boolean | undefined;
189
- color?: string | undefined;
190
- height?: string | number | undefined;
191
- maxHeight?: string | number | undefined;
192
- maxWidth?: string | number | undefined;
193
- minHeight?: string | number | undefined;
194
- minWidth?: string | number | undefined;
195
- width?: string | number | undefined;
196
- activeStrategy?: import("vuetify/lib/composables/nested/nested").ActiveStrategyProp | undefined;
197
- activated?: any;
198
- valueComparator?: typeof import("vuetify/lib/util").deepEqual | undefined;
199
- baseColor?: string | undefined;
200
- activeColor?: string | undefined;
201
- activeClass?: string | undefined;
202
- bgColor?: string | undefined;
203
- expandIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
204
- collapseIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
205
- } & {
206
- "onClick:activate"?: ((value: {
207
- id: unknown;
208
- value: boolean;
209
- path: unknown[];
210
- }) => any) | undefined;
211
- "onUpdate:activated"?: ((value: unknown) => any) | undefined;
212
- }, {
213
- open: (id: unknown, value: boolean, event?: Event | undefined) => void;
214
- select: (id: unknown, value: boolean, event?: Event | undefined) => void;
215
- focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
216
- children: import("vue").Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
217
- parents: import("vue").Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
218
- getPath: (id: unknown) => unknown[];
219
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
220
- "update:selected": (value: unknown) => true;
221
- "update:activated": (value: unknown) => true;
222
- "update:opened": (value: unknown) => true;
223
- "click:open": (value: {
224
- id: unknown;
225
- value: boolean;
226
- path: unknown[];
227
- }) => true;
228
- "click:activate": (value: {
229
- id: unknown;
230
- value: boolean;
231
- path: unknown[];
232
- }) => true;
233
- "click:select": (value: {
234
- id: unknown;
235
- value: boolean;
236
- path: unknown[];
237
- }) => true;
238
- }, "items" | "$children" | "v-slot:default" | "v-slot:divider" | "v-slot:item" | "v-slot:prepend" | "v-slot:title" | "v-slots" | "itemProps" | "click:open" | "click:select" | "itemChildren" | "itemTitle" | "itemValue" | "opened" | "selected" | "update:opened" | "update:selected" | "v-slot:append" | "v-slot:header" | "v-slot:subheader" | "v-slot:subtitle">, string, {
239
- style: import("vue").StyleValue;
240
- density: import("vuetify/lib/composables/density").Density;
241
- rounded: string | number | boolean;
242
- tile: boolean;
243
- tag: string | import("vuetify/lib/util").JSXComponent;
244
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
245
- activatable: boolean;
246
- selectable: boolean;
247
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
248
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
249
- mandatory: boolean;
250
- itemType: import("vuetify/lib/util").SelectItemKey;
251
- returnObject: boolean;
252
- disabled: boolean;
253
- filterable: boolean;
254
- lines: "one" | "three" | "two" | false;
255
- slim: boolean;
256
- nav: boolean;
257
- }, {}, string, import("vue").SlotsType<Partial<{
258
- prepend: (arg: import("vuetify/lib/components/VList/VListItem").ListItemSlot & {
259
- item: any;
260
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
261
- [key: string]: any;
262
- }>[];
263
- append: (arg: import("vuetify/lib/components/VList/VListItem").ListItemSlot & {
264
- item: any;
265
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
266
- [key: string]: any;
267
- }>[];
268
- title: (arg: import("vuetify/lib/components/VList/VListItem").ListItemTitleSlot & {
269
- item: any;
270
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
271
- [key: string]: any;
272
- }>[];
273
- subtitle: (arg: import("vuetify/lib/components/VList/VListItem").ListItemSubtitleSlot & {
274
- item: any;
275
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
276
- [key: string]: any;
277
- }>[];
278
- default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
279
- [key: string]: any;
280
- }>[];
281
- item: (arg: {
282
- props: {
283
- [key: string]: any;
284
- title: string;
285
- value: any;
286
- };
287
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
288
- [key: string]: any;
289
- }>[];
290
- divider: (arg: {
291
- props: {
292
- [key: string]: any;
293
- title: string;
294
- value: any;
295
- };
296
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
297
- [key: string]: any;
298
- }>[];
299
- subheader: (arg: {
300
- props: {
301
- [key: string]: any;
302
- title: string;
303
- value: any;
304
- };
305
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
306
- [key: string]: any;
307
- }>[];
308
- header: (arg: {
309
- props: {
310
- [key: string]: any;
311
- title: string;
312
- value: any;
313
- };
314
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
315
- [key: string]: any;
316
- }>[];
317
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
318
- beforeCreate?: (() => void) | (() => void)[];
319
- created?: (() => void) | (() => void)[];
320
- beforeMount?: (() => void) | (() => void)[];
321
- mounted?: (() => void) | (() => void)[];
322
- beforeUpdate?: (() => void) | (() => void)[];
323
- updated?: (() => void) | (() => void)[];
324
- activated?: (() => void) | (() => void)[];
325
- deactivated?: (() => void) | (() => void)[];
326
- beforeDestroy?: (() => void) | (() => void)[];
327
- beforeUnmount?: (() => void) | (() => void)[];
328
- destroyed?: (() => void) | (() => void)[];
329
- unmounted?: (() => void) | (() => void)[];
330
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
331
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
332
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
333
- };
334
- $forceUpdate: () => void;
335
- $nextTick: typeof import("vue").nextTick;
336
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
337
- } & Readonly<{
338
- style: import("vue").StyleValue;
339
- density: import("vuetify/lib/composables/density").Density;
340
- rounded: string | number | boolean;
341
- tile: boolean;
342
- tag: string | import("vuetify/lib/util").JSXComponent;
343
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
344
- activatable: boolean;
345
- selectable: boolean;
346
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
347
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
348
- mandatory: boolean;
349
- itemType: import("vuetify/lib/util").SelectItemKey;
350
- returnObject: boolean;
351
- disabled: boolean;
352
- filterable: boolean;
353
- lines: "one" | "three" | "two" | false;
354
- slim: boolean;
355
- nav: boolean;
356
- }> & Omit<{
357
- style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
358
- density: import("vuetify/lib/composables/density").Density;
359
- tile: boolean;
360
- tag: string | import("vuetify/lib/util").JSXComponent;
361
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
362
- activatable: boolean;
363
- selectable: boolean;
364
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
365
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
366
- mandatory: boolean;
367
- itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
368
- returnObject: boolean;
369
- disabled: boolean;
370
- filterable: boolean;
371
- lines: "one" | "three" | "two" | false;
372
- slim: boolean;
373
- nav: boolean;
374
- } & {
375
- theme?: string | undefined;
376
- class?: any;
377
- border?: string | number | boolean | undefined;
378
- elevation?: string | number | undefined;
379
- rounded?: string | number | boolean | undefined;
380
- color?: string | undefined;
381
- height?: string | number | undefined;
382
- maxHeight?: string | number | undefined;
383
- maxWidth?: string | number | undefined;
384
- minHeight?: string | number | undefined;
385
- minWidth?: string | number | undefined;
386
- width?: string | number | undefined;
387
- activeStrategy?: import("vuetify/lib/composables/nested/nested").ActiveStrategyProp | undefined;
388
- activated?: any;
389
- valueComparator?: typeof import("vuetify/lib/util").deepEqual | undefined;
390
- baseColor?: string | undefined;
391
- activeColor?: string | undefined;
392
- activeClass?: string | undefined;
393
- bgColor?: string | undefined;
394
- expandIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
395
- collapseIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
396
- } & {
397
- "onClick:activate"?: ((value: {
398
- id: unknown;
399
- value: boolean;
400
- path: unknown[];
401
- }) => any) | undefined;
402
- "onUpdate:activated"?: ((value: unknown) => any) | undefined;
403
- }, "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemType" | "returnObject" | "filterable" | "lines" | "nav" | "open" | "select" | "focus" | "children" | "parents" | "getPath"> & import("vue").ShallowUnwrapRef<{
404
- open: (id: unknown, value: boolean, event?: Event | undefined) => void;
405
- select: (id: unknown, value: boolean, event?: Event | undefined) => void;
406
- focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
407
- children: import("vue").Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
408
- parents: import("vue").Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
409
- getPath: (id: unknown) => unknown[];
410
- }> & {} & import("vue").ComponentCustomProperties & {} & import("vuetify/lib/util").GenericProps<{
411
- items?: readonly any[] | undefined;
412
- itemTitle?: import("vuetify/lib/util").SelectItemKey<any>;
413
- itemValue?: import("vuetify/lib/util").SelectItemKey<any>;
414
- itemChildren?: import("vuetify/lib/util").SelectItemKey<any>;
415
- itemProps?: import("vuetify/lib/util").SelectItemKey<any>;
416
- selected?: unknown;
417
- "onUpdate:selected"?: ((value: unknown) => void) | undefined;
418
- "onClick:open"?: ((value: {
419
- id: unknown;
420
- value: boolean;
421
- path: unknown[];
422
- }) => void) | undefined;
423
- "onClick:select"?: ((value: {
424
- id: unknown;
425
- value: boolean;
426
- path: unknown[];
427
- }) => void) | undefined;
428
- opened?: unknown;
429
- "onUpdate:opened"?: ((value: unknown) => void) | undefined;
430
- }, import("vuetify/lib/components/VList/VListChildren").VListChildrenSlots<any>>) | undefined, ({
431
- $: import("vue").ComponentInternalInstance;
432
- $data: {};
433
- $props: Partial<{
434
- style: import("vue").StyleValue;
435
- density: import("vuetify/lib/composables/density").Density;
436
- rounded: string | number | boolean;
437
- tile: boolean;
438
- tag: string | import("vuetify/lib/util").JSXComponent;
439
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
440
- activatable: boolean;
441
- selectable: boolean;
442
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
443
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
444
- mandatory: boolean;
445
- itemType: import("vuetify/lib/util").SelectItemKey;
446
- returnObject: boolean;
447
- disabled: boolean;
448
- filterable: boolean;
449
- lines: "one" | "three" | "two" | false;
450
- slim: boolean;
451
- nav: boolean;
452
- }> & Omit<{
453
- style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
454
- density: import("vuetify/lib/composables/density").Density;
455
- tile: boolean;
456
- tag: string | import("vuetify/lib/util").JSXComponent;
457
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
458
- activatable: boolean;
459
- selectable: boolean;
460
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
461
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
462
- mandatory: boolean;
463
- itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
464
- returnObject: boolean;
465
- disabled: boolean;
466
- filterable: boolean;
467
- lines: "one" | "three" | "two" | false;
468
- slim: boolean;
469
- nav: boolean;
470
- theme?: string | undefined | undefined;
471
- class?: any;
472
- border?: string | number | boolean | undefined | undefined;
473
- elevation?: string | number | undefined | undefined;
474
- rounded?: string | number | boolean | undefined | undefined;
475
- color?: string | undefined | undefined;
476
- height?: string | number | undefined | undefined;
477
- maxHeight?: string | number | undefined | undefined;
478
- maxWidth?: string | number | undefined | undefined;
479
- minHeight?: string | number | undefined | undefined;
480
- minWidth?: string | number | undefined | undefined;
481
- width?: string | number | undefined | undefined;
482
- activeStrategy?: import("vuetify/lib/composables/nested/nested").ActiveStrategyProp | undefined;
483
- activated?: any;
484
- valueComparator?: typeof import("vuetify/lib/util").deepEqual | undefined;
485
- baseColor?: string | undefined | undefined;
486
- activeColor?: string | undefined | undefined;
487
- activeClass?: string | undefined | undefined;
488
- bgColor?: string | undefined | undefined;
489
- expandIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
490
- collapseIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
491
- "onClick:activate"?: ((value: {
492
- id: unknown;
493
- value: boolean;
494
- path: unknown[];
495
- }) => any) | undefined | undefined;
496
- "onUpdate:activated"?: ((value: unknown) => any) | undefined | undefined;
497
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemType" | "returnObject" | "filterable" | "lines" | "nav">;
498
- $attrs: {
499
- [x: string]: unknown;
500
- };
501
- $refs: {
502
- [x: string]: unknown;
503
- };
504
- $slots: Readonly<{
505
- prepend?: ((arg: import("vuetify/lib/components/VList/VListItem").ListItemSlot & {
506
- item: any;
507
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
508
- [key: string]: any;
509
- }>[]) | undefined;
510
- append?: ((arg: import("vuetify/lib/components/VList/VListItem").ListItemSlot & {
511
- item: any;
512
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
513
- [key: string]: any;
514
- }>[]) | undefined;
515
- title?: ((arg: import("vuetify/lib/components/VList/VListItem").ListItemTitleSlot & {
516
- item: any;
517
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
518
- [key: string]: any;
519
- }>[]) | undefined;
520
- subtitle?: ((arg: import("vuetify/lib/components/VList/VListItem").ListItemSubtitleSlot & {
521
- item: any;
522
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
523
- [key: string]: any;
524
- }>[]) | undefined;
525
- default?: (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
526
- [key: string]: any;
527
- }>[]) | undefined;
528
- item?: ((arg: {
529
- props: {
530
- [key: string]: any;
531
- title: string;
532
- value: any;
533
- };
534
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
535
- [key: string]: any;
536
- }>[]) | undefined;
537
- divider?: ((arg: {
538
- props: {
539
- [key: string]: any;
540
- title: string;
541
- value: any;
542
- };
543
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
544
- [key: string]: any;
545
- }>[]) | undefined;
546
- subheader?: ((arg: {
547
- props: {
548
- [key: string]: any;
549
- title: string;
550
- value: any;
551
- };
552
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
553
- [key: string]: any;
554
- }>[]) | undefined;
555
- header?: ((arg: {
556
- props: {
557
- [key: string]: any;
558
- title: string;
559
- value: any;
560
- };
561
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
562
- [key: string]: any;
563
- }>[]) | undefined;
564
- }>;
565
- $root: import("vue").ComponentPublicInstance | null;
566
- $parent: import("vue").ComponentPublicInstance | null;
567
- $host: Element | null;
568
- $emit: ((event: "update:activated", value: unknown) => void) & ((event: "click:activate", value: {
569
- id: unknown;
570
- value: boolean;
571
- path: unknown[];
572
- }) => void);
573
- $el: any;
574
- $options: import("vue").ComponentOptionsBase<{
575
- style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
576
- density: import("vuetify/lib/composables/density").Density;
577
- tile: boolean;
578
- tag: string | import("vuetify/lib/util").JSXComponent;
579
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
580
- activatable: boolean;
581
- selectable: boolean;
582
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
583
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
584
- mandatory: boolean;
585
- itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
586
- returnObject: boolean;
587
- disabled: boolean;
588
- filterable: boolean;
589
- lines: "one" | "three" | "two" | false;
590
- slim: boolean;
591
- nav: boolean;
592
- } & {
593
- theme?: string | undefined;
594
- class?: any;
595
- border?: string | number | boolean | undefined;
596
- elevation?: string | number | undefined;
597
- rounded?: string | number | boolean | undefined;
598
- color?: string | undefined;
599
- height?: string | number | undefined;
600
- maxHeight?: string | number | undefined;
601
- maxWidth?: string | number | undefined;
602
- minHeight?: string | number | undefined;
603
- minWidth?: string | number | undefined;
604
- width?: string | number | undefined;
605
- activeStrategy?: import("vuetify/lib/composables/nested/nested").ActiveStrategyProp | undefined;
606
- activated?: any;
607
- valueComparator?: typeof import("vuetify/lib/util").deepEqual | undefined;
608
- baseColor?: string | undefined;
609
- activeColor?: string | undefined;
610
- activeClass?: string | undefined;
611
- bgColor?: string | undefined;
612
- expandIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
613
- collapseIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
614
- } & {
615
- "onClick:activate"?: ((value: {
616
- id: unknown;
617
- value: boolean;
618
- path: unknown[];
619
- }) => any) | undefined;
620
- "onUpdate:activated"?: ((value: unknown) => any) | undefined;
621
- }, {
622
- open: (id: unknown, value: boolean, event?: Event | undefined) => void;
623
- select: (id: unknown, value: boolean, event?: Event | undefined) => void;
624
- focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
625
- children: import("vue").Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
626
- parents: import("vue").Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
627
- getPath: (id: unknown) => unknown[];
628
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
629
- "update:selected": (value: unknown) => true;
630
- "update:activated": (value: unknown) => true;
631
- "update:opened": (value: unknown) => true;
632
- "click:open": (value: {
633
- id: unknown;
634
- value: boolean;
635
- path: unknown[];
636
- }) => true;
637
- "click:activate": (value: {
638
- id: unknown;
639
- value: boolean;
640
- path: unknown[];
641
- }) => true;
642
- "click:select": (value: {
643
- id: unknown;
644
- value: boolean;
645
- path: unknown[];
646
- }) => true;
647
- }, "items" | "$children" | "v-slot:default" | "v-slot:divider" | "v-slot:item" | "v-slot:prepend" | "v-slot:title" | "v-slots" | "itemProps" | "click:open" | "click:select" | "itemChildren" | "itemTitle" | "itemValue" | "opened" | "selected" | "update:opened" | "update:selected" | "v-slot:append" | "v-slot:header" | "v-slot:subheader" | "v-slot:subtitle">, string, {
648
- style: import("vue").StyleValue;
649
- density: import("vuetify/lib/composables/density").Density;
650
- rounded: string | number | boolean;
651
- tile: boolean;
652
- tag: string | import("vuetify/lib/util").JSXComponent;
653
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
654
- activatable: boolean;
655
- selectable: boolean;
656
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
657
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
658
- mandatory: boolean;
659
- itemType: import("vuetify/lib/util").SelectItemKey;
660
- returnObject: boolean;
661
- disabled: boolean;
662
- filterable: boolean;
663
- lines: "one" | "three" | "two" | false;
664
- slim: boolean;
665
- nav: boolean;
666
- }, {}, string, import("vue").SlotsType<Partial<{
667
- prepend: (arg: import("vuetify/lib/components/VList/VListItem").ListItemSlot & {
668
- item: any;
669
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
670
- [key: string]: any;
671
- }>[];
672
- append: (arg: import("vuetify/lib/components/VList/VListItem").ListItemSlot & {
673
- item: any;
674
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
675
- [key: string]: any;
676
- }>[];
677
- title: (arg: import("vuetify/lib/components/VList/VListItem").ListItemTitleSlot & {
678
- item: any;
679
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
680
- [key: string]: any;
681
- }>[];
682
- subtitle: (arg: import("vuetify/lib/components/VList/VListItem").ListItemSubtitleSlot & {
683
- item: any;
684
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
685
- [key: string]: any;
686
- }>[];
687
- default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
688
- [key: string]: any;
689
- }>[];
690
- item: (arg: {
691
- props: {
692
- [key: string]: any;
693
- title: string;
694
- value: any;
695
- };
696
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
697
- [key: string]: any;
698
- }>[];
699
- divider: (arg: {
700
- props: {
701
- [key: string]: any;
702
- title: string;
703
- value: any;
704
- };
705
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
706
- [key: string]: any;
707
- }>[];
708
- subheader: (arg: {
709
- props: {
710
- [key: string]: any;
711
- title: string;
712
- value: any;
713
- };
714
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
715
- [key: string]: any;
716
- }>[];
717
- header: (arg: {
718
- props: {
719
- [key: string]: any;
720
- title: string;
721
- value: any;
722
- };
723
- }) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
724
- [key: string]: any;
725
- }>[];
726
- }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
727
- beforeCreate?: (() => void) | (() => void)[];
728
- created?: (() => void) | (() => void)[];
729
- beforeMount?: (() => void) | (() => void)[];
730
- mounted?: (() => void) | (() => void)[];
731
- beforeUpdate?: (() => void) | (() => void)[];
732
- updated?: (() => void) | (() => void)[];
733
- activated?: (() => void) | (() => void)[];
734
- deactivated?: (() => void) | (() => void)[];
735
- beforeDestroy?: (() => void) | (() => void)[];
736
- beforeUnmount?: (() => void) | (() => void)[];
737
- destroyed?: (() => void) | (() => void)[];
738
- unmounted?: (() => void) | (() => void)[];
739
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
740
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
741
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
742
- };
743
- $forceUpdate: () => void;
744
- $nextTick: typeof import("vue").nextTick;
745
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
746
- } & Readonly<{
747
- style: import("vue").StyleValue;
748
- density: import("vuetify/lib/composables/density").Density;
749
- rounded: string | number | boolean;
750
- tile: boolean;
751
- tag: string | import("vuetify/lib/util").JSXComponent;
752
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
753
- activatable: boolean;
754
- selectable: boolean;
755
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
756
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
757
- mandatory: boolean;
758
- itemType: import("vuetify/lib/util").SelectItemKey;
759
- returnObject: boolean;
760
- disabled: boolean;
761
- filterable: boolean;
762
- lines: "one" | "three" | "two" | false;
763
- slim: boolean;
764
- nav: boolean;
765
- }> & Omit<{
766
- style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
767
- density: import("vuetify/lib/composables/density").Density;
768
- tile: boolean;
769
- tag: string | import("vuetify/lib/util").JSXComponent;
770
- variant: "elevated" | "flat" | "outlined" | "plain" | "text" | "tonal";
771
- activatable: boolean;
772
- selectable: boolean;
773
- selectStrategy: import("vuetify/lib/composables/nested/nested").SelectStrategyProp;
774
- openStrategy: import("vuetify/lib/composables/nested/nested").OpenStrategyProp;
775
- mandatory: boolean;
776
- itemType: string | boolean | readonly (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
777
- returnObject: boolean;
778
- disabled: boolean;
779
- filterable: boolean;
780
- lines: "one" | "three" | "two" | false;
781
- slim: boolean;
782
- nav: boolean;
783
- } & {
784
- theme?: string | undefined;
785
- class?: any;
786
- border?: string | number | boolean | undefined;
787
- elevation?: string | number | undefined;
788
- rounded?: string | number | boolean | undefined;
789
- color?: string | undefined;
790
- height?: string | number | undefined;
791
- maxHeight?: string | number | undefined;
792
- maxWidth?: string | number | undefined;
793
- minHeight?: string | number | undefined;
794
- minWidth?: string | number | undefined;
795
- width?: string | number | undefined;
796
- activeStrategy?: import("vuetify/lib/composables/nested/nested").ActiveStrategyProp | undefined;
797
- activated?: any;
798
- valueComparator?: typeof import("vuetify/lib/util").deepEqual | undefined;
799
- baseColor?: string | undefined;
800
- activeColor?: string | undefined;
801
- activeClass?: string | undefined;
802
- bgColor?: string | undefined;
803
- expandIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
804
- collapseIcon?: import("vuetify/lib/composables/icons").IconValue | undefined;
805
- } & {
806
- "onClick:activate"?: ((value: {
807
- id: unknown;
808
- value: boolean;
809
- path: unknown[];
810
- }) => any) | undefined;
811
- "onUpdate:activated"?: ((value: unknown) => any) | undefined;
812
- }, "style" | "tag" | "disabled" | "density" | "rounded" | "tile" | "variant" | "slim" | "activatable" | "selectable" | "selectStrategy" | "openStrategy" | "mandatory" | "itemType" | "returnObject" | "filterable" | "lines" | "nav" | "open" | "select" | "focus" | "children" | "parents" | "getPath"> & import("vue").ShallowUnwrapRef<{
813
- open: (id: unknown, value: boolean, event?: Event | undefined) => void;
814
- select: (id: unknown, value: boolean, event?: Event | undefined) => void;
815
- focus: (location?: number | "first" | "last" | "next" | "prev" | undefined) => void;
816
- children: import("vue").Ref<Map<unknown, unknown[]>, Map<unknown, unknown[]>>;
817
- parents: import("vue").Ref<Map<unknown, unknown>, Map<unknown, unknown>>;
818
- getPath: (id: unknown) => unknown[];
819
- }> & {} & import("vue").ComponentCustomProperties & {} & import("vuetify/lib/util").GenericProps<{
820
- items?: readonly any[] | undefined;
821
- itemTitle?: import("vuetify/lib/util").SelectItemKey<any>;
822
- itemValue?: import("vuetify/lib/util").SelectItemKey<any>;
823
- itemChildren?: import("vuetify/lib/util").SelectItemKey<any>;
824
- itemProps?: import("vuetify/lib/util").SelectItemKey<any>;
825
- selected?: unknown;
826
- "onUpdate:selected"?: ((value: unknown) => void) | undefined;
827
- "onClick:open"?: ((value: {
828
- id: unknown;
829
- value: boolean;
830
- path: unknown[];
831
- }) => void) | undefined;
832
- "onClick:select"?: ((value: {
833
- id: unknown;
834
- value: boolean;
835
- path: unknown[];
836
- }) => void) | undefined;
837
- opened?: unknown;
838
- "onUpdate:opened"?: ((value: unknown) => void) | undefined;
839
- }, import("vuetify/lib/components/VList/VListChildren").VListChildrenSlots<any>>) | undefined>;
840
- declare const searchQuery: import("vue").Ref<string, string>;
841
- declare const refSearchInput: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
842
- declare const isLocalDialogVisible: import("vue").Ref<boolean, boolean>;
843
- declare const searchResults: import("vue").Ref<any[], any[]>;
844
- declare const clearSearchAndCloseDialog: () => void;
845
- declare const getFocusOnSearchList: (e: KeyboardEvent) => void;
846
- declare const dialogModelValueUpdate: (val: boolean) => void;
847
- declare const resolveCategories: (val: string) => "Dashboards" | "Apps & Pages" | "User Interface" | "Forms Tables" | "Charts Misc" | "Misc";
848
- declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
849
- declare var __VLS_59: {
17
+ declare var __VLS_75: {
850
18
  item: any;
851
- }, __VLS_81: {}, __VLS_111: {};
852
- type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
853
- searchResult?: (props: typeof __VLS_59) => any;
19
+ }, __VLS_105: {}, __VLS_146: {};
20
+ type __VLS_Slots = {} & {
21
+ searchResult?: (props: typeof __VLS_75) => any;
854
22
  } & {
855
- suggestions?: (props: typeof __VLS_81) => any;
23
+ suggestions?: (props: typeof __VLS_105) => any;
856
24
  } & {
857
- noData?: (props: typeof __VLS_111) => any;
858
- }>;
859
- declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
860
- PerfectScrollbar: typeof PerfectScrollbar;
861
- VList: typeof VList;
862
- VListItem: typeof VListItem;
863
- VListSubheader: typeof VListSubheader;
864
- VListItemTitle: typeof VListItemTitle;
865
- VCardText: typeof VCardText;
866
- VDialog: typeof VDialog;
867
- VIcon: typeof VIcon;
868
- VDivider: typeof VDivider;
869
- VCol: typeof VCol;
870
- VRow: typeof VRow;
871
- VTextField: typeof VTextField;
872
- IconBtn: typeof IconBtn;
873
- AppCard: typeof AppCard;
874
- refSearchList: typeof refSearchList;
875
- searchQuery: typeof searchQuery;
876
- refSearchInput: typeof refSearchInput;
877
- isLocalDialogVisible: typeof isLocalDialogVisible;
878
- searchResults: typeof searchResults;
879
- clearSearchAndCloseDialog: typeof clearSearchAndCloseDialog;
880
- getFocusOnSearchList: typeof getFocusOnSearchList;
881
- dialogModelValueUpdate: typeof dialogModelValueUpdate;
882
- resolveCategories: typeof resolveCategories;
883
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
884
- "update:isDialogVisible": (value: boolean) => any;
885
- "update:searchQuery": (value: string) => any;
886
- itemSelected: (value: any) => any;
887
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
888
- "onUpdate:isDialogVisible"?: ((value: boolean) => any) | undefined;
889
- "onUpdate:searchQuery"?: ((value: string) => any) | undefined;
890
- onItemSelected?: ((value: any) => any) | undefined;
891
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
892
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
25
+ noData?: (props: typeof __VLS_146) => any;
26
+ };
27
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
893
28
  "update:isDialogVisible": (value: boolean) => any;
894
29
  "update:searchQuery": (value: string) => any;
895
30
  itemSelected: (value: any) => any;
@@ -898,7 +33,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
898
33
  "onUpdate:searchQuery"?: ((value: string) => any) | undefined;
899
34
  onItemSelected?: ((value: any) => any) | undefined;
900
35
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
901
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
36
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
37
+ declare const _default: typeof __VLS_export;
902
38
  export default _default;
903
39
  type __VLS_WithSlots<T, S> = T & {
904
40
  new (): {