@caipira/tamandua 0.0.115 → 0.0.116

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 (260) hide show
  1. package/dist/types/components/Alert/Alert.story.d.ts +19 -0
  2. package/dist/types/components/Alert/Alert.vue.d.ts +62 -0
  3. package/dist/types/components/Alert/index.d.ts +4 -0
  4. package/dist/types/components/Alert/plugin.d.ts +3 -0
  5. package/dist/types/components/Alert/types.d.ts +42 -0
  6. package/dist/types/components/Avatar/Avatar.story.d.ts +27 -0
  7. package/dist/types/components/Avatar/Avatar.vue.d.ts +44 -0
  8. package/dist/types/components/Avatar/index.d.ts +4 -0
  9. package/dist/types/components/Avatar/plugin.d.ts +3 -0
  10. package/dist/types/components/Avatar/types.d.ts +10 -0
  11. package/dist/types/components/Backdrop/Backdrop.vue.d.ts +32 -0
  12. package/dist/types/components/Backdrop/index.d.ts +4 -0
  13. package/dist/types/components/Backdrop/plugin.d.ts +3 -0
  14. package/dist/types/components/Backdrop/types.d.ts +6 -0
  15. package/dist/types/components/Button/Button.story.d.ts +45 -0
  16. package/dist/types/components/Button/Button.vue.d.ts +141 -0
  17. package/dist/types/components/Button/index.d.ts +4 -0
  18. package/dist/types/components/Button/plugin.d.ts +3 -0
  19. package/dist/types/components/Button/types.d.ts +29 -0
  20. package/dist/types/components/ChartLine/ChartLine.story.d.ts +25 -0
  21. package/dist/types/components/ChartLine/ChartLine.vue.d.ts +35 -0
  22. package/dist/types/components/ChartLine/index.d.ts +4 -0
  23. package/dist/types/components/ChartLine/plugin.d.ts +3 -0
  24. package/dist/types/components/ChartLine/types.d.ts +17 -0
  25. package/dist/types/components/ChartTreemap/ChartTreemap.story.d.ts +45 -0
  26. package/dist/types/components/ChartTreemap/ChartTreemap.vue.d.ts +19 -0
  27. package/dist/types/components/ChartTreemap/index.d.ts +4 -0
  28. package/dist/types/components/ChartTreemap/plugin.d.ts +3 -0
  29. package/dist/types/components/ChartTreemap/types.d.ts +15 -0
  30. package/dist/types/components/DialogProvider/DialogProvider.vue.d.ts +3 -0
  31. package/dist/types/components/DialogProvider/index.d.ts +3 -0
  32. package/dist/types/components/DialogProvider/plugin.d.ts +3 -0
  33. package/dist/types/components/Drawer/Drawer.story.d.ts +21 -0
  34. package/dist/types/components/Drawer/Drawer.vue.d.ts +61 -0
  35. package/dist/types/components/Drawer/index.d.ts +4 -0
  36. package/dist/types/components/Drawer/plugin.d.ts +3 -0
  37. package/dist/types/components/Drawer/types.d.ts +11 -0
  38. package/dist/types/components/Dropdown/Dropdown.vue.d.ts +124 -0
  39. package/dist/types/components/Dropdown/index.d.ts +4 -0
  40. package/dist/types/components/Dropdown/plugin.d.ts +3 -0
  41. package/dist/types/components/Dropdown/types.d.ts +25 -0
  42. package/dist/types/components/FileDrop/FileDrop.vue.d.ts +37 -0
  43. package/dist/types/components/FileDrop/index.d.ts +4 -0
  44. package/dist/types/components/FileDrop/plugin.d.ts +3 -0
  45. package/dist/types/components/FileDrop/types.d.ts +5 -0
  46. package/dist/types/components/Form/Form.story.d.ts +32 -0
  47. package/dist/types/components/Form/Form.test.d.ts +1 -0
  48. package/dist/types/components/Form/Form.vue.d.ts +36 -0
  49. package/dist/types/components/Form/index.d.ts +4 -0
  50. package/dist/types/components/Form/plugin.d.ts +3 -0
  51. package/dist/types/components/Form/types.d.ts +26 -0
  52. package/dist/types/components/FormItem/FormItem.vue.d.ts +24 -0
  53. package/dist/types/components/FormItem/index.d.ts +4 -0
  54. package/dist/types/components/FormItem/plugin.d.ts +3 -0
  55. package/dist/types/components/FormItem/types.d.ts +4 -0
  56. package/dist/types/components/GraphyEmpty/GraphyEmpty.vue.d.ts +22 -0
  57. package/dist/types/components/GraphyEmpty/index.d.ts +4 -0
  58. package/dist/types/components/GraphyEmpty/plugin.d.ts +3 -0
  59. package/dist/types/components/GraphyEmpty/types.d.ts +3 -0
  60. package/dist/types/components/GraphyLabel/GraphyLabel.vue.d.ts +22 -0
  61. package/dist/types/components/GraphyLabel/index.d.ts +4 -0
  62. package/dist/types/components/GraphyLabel/plugin.d.ts +3 -0
  63. package/dist/types/components/GraphyLabel/types.d.ts +3 -0
  64. package/dist/types/components/GraphyPrice/GraphyPrice.story.d.ts +27 -0
  65. package/dist/types/components/GraphyPrice/GraphyPrice.vue.d.ts +35 -0
  66. package/dist/types/components/GraphyPrice/index.d.ts +4 -0
  67. package/dist/types/components/GraphyPrice/plugin.d.ts +3 -0
  68. package/dist/types/components/GraphyPrice/types.d.ts +8 -0
  69. package/dist/types/components/GraphySubtitle/GraphySubtitle.vue.d.ts +28 -0
  70. package/dist/types/components/GraphySubtitle/index.d.ts +4 -0
  71. package/dist/types/components/GraphySubtitle/plugin.d.ts +3 -0
  72. package/dist/types/components/GraphySubtitle/types.d.ts +4 -0
  73. package/dist/types/components/GraphyTitle/GraphyTitle.vue.d.ts +12 -0
  74. package/dist/types/components/GraphyTitle/index.d.ts +4 -0
  75. package/dist/types/components/GraphyTitle/plugin.d.ts +3 -0
  76. package/dist/types/components/GraphyTitle/types.d.ts +3 -0
  77. package/dist/types/components/Icon/Icon.story.d.ts +25 -0
  78. package/dist/types/components/Icon/Icon.vue.d.ts +34 -0
  79. package/dist/types/components/Icon/index.d.ts +4 -0
  80. package/dist/types/components/Icon/plugin.d.ts +3 -0
  81. package/dist/types/components/Icon/types.d.ts +6 -0
  82. package/dist/types/components/InputAvatar/InputAvatar.vue.d.ts +16 -0
  83. package/dist/types/components/InputAvatar/index.d.ts +4 -0
  84. package/dist/types/components/InputAvatar/plugin.d.ts +3 -0
  85. package/dist/types/components/InputAvatar/types.d.ts +6 -0
  86. package/dist/types/components/InputCheckbox/Input-checkbox.story.d.ts +14 -0
  87. package/dist/types/components/InputCheckbox/InputCheckbox.vue.d.ts +43 -0
  88. package/dist/types/components/InputCheckbox/index.d.ts +4 -0
  89. package/dist/types/components/InputCheckbox/plugin.d.ts +3 -0
  90. package/dist/types/components/InputCheckbox/types.d.ts +18 -0
  91. package/dist/types/components/InputColor/InputColor.vue.d.ts +35 -0
  92. package/dist/types/components/InputColor/index.d.ts +4 -0
  93. package/dist/types/components/InputColor/plugin.d.ts +3 -0
  94. package/dist/types/components/InputColor/types.d.ts +8 -0
  95. package/dist/types/components/InputCryptoCurrency/InputCryptoCurrency.story.d.ts +14 -0
  96. package/dist/types/components/InputCryptoCurrency/InputCryptoCurrency.vue.d.ts +21 -0
  97. package/dist/types/components/InputCryptoCurrency/currencies.d.ts +8 -0
  98. package/dist/types/components/InputCryptoCurrency/index.d.ts +4 -0
  99. package/dist/types/components/InputCryptoCurrency/plugin.d.ts +3 -0
  100. package/dist/types/components/InputCryptoCurrency/types.d.ts +8 -0
  101. package/dist/types/components/InputDate/InputDate.story.d.ts +13 -0
  102. package/dist/types/components/InputDate/InputDate.vue.d.ts +16 -0
  103. package/dist/types/components/InputDate/index.d.ts +4 -0
  104. package/dist/types/components/InputDate/plugin.d.ts +3 -0
  105. package/dist/types/components/InputDate/types.d.ts +15 -0
  106. package/dist/types/components/InputMultiplier/InputMultiplier.vue.d.ts +50 -0
  107. package/dist/types/components/InputMultiplier/index.d.ts +4 -0
  108. package/dist/types/components/InputMultiplier/input-multiplier.story.d.ts +43 -0
  109. package/dist/types/components/InputMultiplier/plugin.d.ts +3 -0
  110. package/dist/types/components/InputMultiplier/types.d.ts +19 -0
  111. package/dist/types/components/InputPassword/Input-password.story.d.ts +30 -0
  112. package/dist/types/components/InputPassword/InputPassword.vue.d.ts +55 -0
  113. package/dist/types/components/InputPassword/index.d.ts +4 -0
  114. package/dist/types/components/InputPassword/plugin.d.ts +3 -0
  115. package/dist/types/components/InputPassword/types.d.ts +21 -0
  116. package/dist/types/components/InputPhone/InputPhone.vue.d.ts +44 -0
  117. package/dist/types/components/InputPhone/index.d.ts +4 -0
  118. package/dist/types/components/InputPhone/plugin.d.ts +3 -0
  119. package/dist/types/components/InputPhone/types.d.ts +13 -0
  120. package/dist/types/components/InputPrice/InputPrice.story.d.ts +13 -0
  121. package/dist/types/components/InputPrice/InputPrice.vue.d.ts +25 -0
  122. package/dist/types/components/InputPrice/index.d.ts +4 -0
  123. package/dist/types/components/InputPrice/plugin.d.ts +3 -0
  124. package/dist/types/components/InputPrice/service.d.ts +7 -0
  125. package/dist/types/components/InputPrice/service.test.d.ts +1 -0
  126. package/dist/types/components/InputPrice/types.d.ts +12 -0
  127. package/dist/types/components/InputRadio/InputRadio.vue.d.ts +12 -0
  128. package/dist/types/components/InputRadio/InputRadioGroup.story.d.ts +11 -0
  129. package/dist/types/components/InputRadio/InputRadioGroup.vue.d.ts +42 -0
  130. package/dist/types/components/InputRadio/index.d.ts +4 -0
  131. package/dist/types/components/InputRadio/plugin.d.ts +3 -0
  132. package/dist/types/components/InputRadio/types.d.ts +12 -0
  133. package/dist/types/components/InputSelect/InputSelect.story.d.ts +46 -0
  134. package/dist/types/components/InputSelect/InputSelect.vue.d.ts +2032 -0
  135. package/dist/types/components/InputSelect/index.d.ts +4 -0
  136. package/dist/types/components/InputSelect/plugin.d.ts +3 -0
  137. package/dist/types/components/InputSelect/types.d.ts +85 -0
  138. package/dist/types/components/InputSwitch/InputSwitch.story.d.ts +27 -0
  139. package/dist/types/components/InputSwitch/InputSwitch.vue.d.ts +39 -0
  140. package/dist/types/components/InputSwitch/index.d.ts +4 -0
  141. package/dist/types/components/InputSwitch/plugin.d.ts +3 -0
  142. package/dist/types/components/InputSwitch/types.d.ts +10 -0
  143. package/dist/types/components/InputText/InputText.story.d.ts +21 -0
  144. package/dist/types/components/InputText/InputText.vue.d.ts +67 -0
  145. package/dist/types/components/InputText/index.d.ts +4 -0
  146. package/dist/types/components/InputText/plugin.d.ts +3 -0
  147. package/dist/types/components/InputText/types.d.ts +16 -0
  148. package/dist/types/components/InputTextarea/InputTextarea.vue.d.ts +41 -0
  149. package/dist/types/components/InputTextarea/index.d.ts +4 -0
  150. package/dist/types/components/InputTextarea/plugin.d.ts +3 -0
  151. package/dist/types/components/InputTextarea/types.d.ts +10 -0
  152. package/dist/types/components/Link/Link.story.d.ts +20 -0
  153. package/dist/types/components/Link/Link.vue.d.ts +50 -0
  154. package/dist/types/components/Link/index.d.ts +4 -0
  155. package/dist/types/components/Link/plugin.d.ts +3 -0
  156. package/dist/types/components/Link/types.d.ts +10 -0
  157. package/dist/types/components/Modal/Modal.story.d.ts +21 -0
  158. package/dist/types/components/Modal/Modal.vue.d.ts +78 -0
  159. package/dist/types/components/Modal/index.d.ts +4 -0
  160. package/dist/types/components/Modal/plugin.d.ts +3 -0
  161. package/dist/types/components/Modal/types.d.ts +37 -0
  162. package/dist/types/components/ModalForm/ModalForm.story.d.ts +34 -0
  163. package/dist/types/components/ModalForm/ModalForm.vue.d.ts +58 -0
  164. package/dist/types/components/ModalForm/index.d.ts +4 -0
  165. package/dist/types/components/ModalForm/plugin.d.ts +3 -0
  166. package/dist/types/components/ModalForm/types.d.ts +20 -0
  167. package/dist/types/components/Pagination/Pagination.story.d.ts +16 -0
  168. package/dist/types/components/Pagination/Pagination.vue.d.ts +50 -0
  169. package/dist/types/components/Pagination/index.d.ts +4 -0
  170. package/dist/types/components/Pagination/plugin.d.ts +3 -0
  171. package/dist/types/components/Pagination/types.d.ts +7 -0
  172. package/dist/types/components/Popconfirm/Popconfirm.vue.d.ts +48 -0
  173. package/dist/types/components/Popconfirm/index.d.ts +4 -0
  174. package/dist/types/components/Popconfirm/plugin.d.ts +3 -0
  175. package/dist/types/components/Popconfirm/types.d.ts +8 -0
  176. package/dist/types/components/Popover/Popover.story.d.ts +15 -0
  177. package/dist/types/components/Popover/Popover.vue.d.ts +70 -0
  178. package/dist/types/components/Popover/index.d.ts +4 -0
  179. package/dist/types/components/Popover/plugin.d.ts +3 -0
  180. package/dist/types/components/Popover/types.d.ts +17 -0
  181. package/dist/types/components/ProgressCircle/ProgressCircle.story.d.ts +15 -0
  182. package/dist/types/components/ProgressCircle/ProgressCircle.vue.d.ts +50 -0
  183. package/dist/types/components/ProgressCircle/index.d.ts +4 -0
  184. package/dist/types/components/ProgressCircle/plugin.d.ts +3 -0
  185. package/dist/types/components/ProgressCircle/types.d.ts +7 -0
  186. package/dist/types/components/ProgressLine/ProgressLine.story.d.ts +14 -0
  187. package/dist/types/components/ProgressLine/ProgressLine.vue.d.ts +77 -0
  188. package/dist/types/components/ProgressLine/index.d.ts +4 -0
  189. package/dist/types/components/ProgressLine/plugin.d.ts +3 -0
  190. package/dist/types/components/ProgressLine/types.d.ts +18 -0
  191. package/dist/types/components/Range/Range.story.d.ts +56 -0
  192. package/dist/types/components/Range/Range.vue.d.ts +50 -0
  193. package/dist/types/components/Range/index.d.ts +4 -0
  194. package/dist/types/components/Range/plugin.d.ts +3 -0
  195. package/dist/types/components/Range/types.d.ts +12 -0
  196. package/dist/types/components/SensitiveInfo/SensitiveInfo.vue.d.ts +22 -0
  197. package/dist/types/components/SensitiveInfo/index.d.ts +4 -0
  198. package/dist/types/components/SensitiveInfo/plugin.d.ts +3 -0
  199. package/dist/types/components/SensitiveInfo/types.d.ts +3 -0
  200. package/dist/types/components/Skeleton/Skeleton.vue.d.ts +31 -0
  201. package/dist/types/components/Skeleton/index.d.ts +4 -0
  202. package/dist/types/components/Skeleton/plugin.d.ts +3 -0
  203. package/dist/types/components/Skeleton/types.d.ts +4 -0
  204. package/dist/types/components/Tab/Tab.story.d.ts +15 -0
  205. package/dist/types/components/Tab/Tab.vue.d.ts +48 -0
  206. package/dist/types/components/Tab/index.d.ts +4 -0
  207. package/dist/types/components/Tab/plugin.d.ts +3 -0
  208. package/dist/types/components/Tab/types.d.ts +9 -0
  209. package/dist/types/components/Table/Table.story.d.ts +30 -0
  210. package/dist/types/components/Table/Table.vue.d.ts +34 -0
  211. package/dist/types/components/Table/index.d.ts +4 -0
  212. package/dist/types/components/Table/plugin.d.ts +3 -0
  213. package/dist/types/components/Table/types.d.ts +19 -0
  214. package/dist/types/components/Tag/Tag.story.d.ts +28 -0
  215. package/dist/types/components/Tag/Tag.vue.d.ts +58 -0
  216. package/dist/types/components/Tag/index.d.ts +4 -0
  217. package/dist/types/components/Tag/plugin.d.ts +3 -0
  218. package/dist/types/components/Tag/types.d.ts +13 -0
  219. package/dist/types/components/Toast/Toast.vue.d.ts +16 -0
  220. package/dist/types/components/Toast/index.d.ts +4 -0
  221. package/dist/types/components/Toast/plugin.d.ts +3 -0
  222. package/dist/types/components/Toast/types.d.ts +7 -0
  223. package/dist/types/components/index.d.ts +48 -0
  224. package/dist/types/components/plugins.d.ts +48 -0
  225. package/dist/types/components/types.d.ts +46 -0
  226. package/dist/types/composables/index.d.ts +6 -0
  227. package/dist/types/composables/useBreakpoints.d.ts +5 -0
  228. package/dist/types/composables/useClipboard.d.ts +3 -0
  229. package/dist/types/composables/useDialog.d.ts +466 -0
  230. package/dist/types/composables/useDomHelpers.d.ts +3 -0
  231. package/dist/types/composables/useRender.d.ts +2 -0
  232. package/dist/types/enums/form.d.ts +24 -0
  233. package/dist/types/enums/index.d.ts +3 -0
  234. package/dist/types/enums/ui.d.ts +238 -0
  235. package/dist/types/form/convertors.d.ts +3 -0
  236. package/dist/types/form/crud.d.ts +27 -0
  237. package/dist/types/form/form-data-transformers.d.ts +3 -0
  238. package/dist/types/form/form-transformer.d.ts +6 -0
  239. package/dist/types/form/form-transformer.test.d.ts +1 -0
  240. package/dist/types/form/index.d.ts +3 -0
  241. package/dist/types/form/json-transformers.d.ts +4 -0
  242. package/dist/types/form/transformers.d.ts +8 -0
  243. package/dist/types/form/useForm.d.ts +18 -0
  244. package/dist/types/form/useForm.test.d.ts +1 -0
  245. package/dist/types/i18n.d.ts +21 -0
  246. package/dist/types/index.d.ts +8 -6
  247. package/dist/types/mocks/countries.d.ts +14 -0
  248. package/dist/types/plugins/register-component.d.ts +3 -0
  249. package/dist/types/services/date.d.ts +2 -0
  250. package/dist/types/services/password.d.ts +5 -0
  251. package/dist/types/services/password.test.d.ts +1 -0
  252. package/dist/types/types/index.d.ts +6 -0
  253. package/dist/types/vitest.setup.d.ts +1 -0
  254. package/package.json +6 -5
  255. /package/dist/types/{address.d.ts → types/address.d.ts} +0 -0
  256. /package/dist/types/{api.d.ts → types/api.d.ts} +0 -0
  257. /package/dist/types/{common.d.ts → types/common.d.ts} +0 -0
  258. /package/dist/types/{form.d.ts → types/form.d.ts} +0 -0
  259. /package/dist/types/{ui.d.ts → types/ui.d.ts} +0 -0
  260. /package/dist/types/{website.d.ts → types/website.d.ts} +0 -0
@@ -0,0 +1,2032 @@
1
+ import { Pagination } from '../../types/ui.js';
2
+ import { APISearchFilters } from '../../types/api.js';
3
+ import { InputSelectValue, InputSelectProps, InputSelectOption, SelectValuePrimitives } from './types.js';
4
+ import { FormControlSize, ElementPosition } from '../../enums/ui.js';
5
+ type __VLS_Props = InputSelectProps;
6
+ type __VLS_ModelProps = {
7
+ modelValue?: InputSelectValue;
8
+ };
9
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
10
+ declare var __VLS_18: {
11
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
12
+ label: string | object;
13
+ type?: string | undefined;
14
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
15
+ new (...args: any[]): any;
16
+ __isFragment?: never;
17
+ __isTeleport?: never;
18
+ __isSuspense?: never;
19
+ } | {
20
+ [x: string]: any;
21
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
22
+ attrs: {
23
+ [x: string]: unknown;
24
+ };
25
+ slots: Readonly<{
26
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
27
+ }>;
28
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
29
+ expose: (exposed?: Record<string, any>) => void;
30
+ }) => any) | undefined;
31
+ name?: string | undefined;
32
+ template?: string | object | undefined;
33
+ render?: Function | undefined;
34
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
35
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
36
+ inheritAttrs?: boolean | undefined;
37
+ emits?: any;
38
+ slots?: {} | undefined;
39
+ expose?: string[] | undefined;
40
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
41
+ compilerOptions?: {
42
+ isCustomElement?: ((tag: string) => boolean) | undefined;
43
+ whitespace?: "preserve" | "condense" | undefined;
44
+ comments?: boolean | undefined;
45
+ delimiters?: [string, string] | undefined;
46
+ } | undefined;
47
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
48
+ __isFragment?: never | undefined;
49
+ __isTeleport?: never | undefined;
50
+ __isSuspense?: never | undefined;
51
+ __defaults?: any;
52
+ compatConfig?: {
53
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
54
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
55
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
56
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
57
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
58
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
59
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
60
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
61
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
62
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
63
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
64
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
65
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
66
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
67
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
68
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
69
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
70
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
71
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
72
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
73
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
74
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
75
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
76
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
77
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
78
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
79
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
80
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
81
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
82
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
83
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
84
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
85
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
86
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
87
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
88
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
89
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
90
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
91
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
92
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
93
+ FILTERS?: boolean | "suppress-warning" | undefined;
94
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
95
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
96
+ } | undefined;
97
+ data?: ((this: any, vm: any) => any) | undefined;
98
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
99
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
100
+ watch?: {
101
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
102
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
103
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
104
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
105
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
106
+ } | undefined;
107
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
108
+ inject?: {} | string[] | undefined;
109
+ filters?: Record<string, Function> | undefined;
110
+ mixins?: any[] | undefined;
111
+ extends?: any;
112
+ beforeCreate?: (() => void) | undefined;
113
+ created?: (() => void) | undefined;
114
+ beforeMount?: (() => void) | undefined;
115
+ mounted?: (() => void) | undefined;
116
+ beforeUpdate?: (() => void) | undefined;
117
+ updated?: (() => void) | undefined;
118
+ activated?: (() => void) | undefined;
119
+ deactivated?: (() => void) | undefined;
120
+ beforeDestroy?: (() => void) | undefined;
121
+ beforeUnmount?: (() => void) | undefined;
122
+ destroyed?: (() => void) | undefined;
123
+ unmounted?: (() => void) | undefined;
124
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
125
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
126
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
127
+ delimiters?: [string, string] | undefined;
128
+ __differentiator?: string | number | symbol | undefined;
129
+ __isBuiltIn?: boolean | undefined;
130
+ __file?: string | undefined;
131
+ __name?: string | undefined;
132
+ i18n?: {
133
+ locale?: string | undefined;
134
+ fallbackLocale?: string | false | string[] | {
135
+ [x: string]: string[];
136
+ } | undefined;
137
+ messages?: {
138
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
139
+ } | undefined;
140
+ flatJson?: boolean | undefined;
141
+ datetimeFormats?: {
142
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
143
+ } | undefined;
144
+ numberFormats?: {
145
+ [x: string]: import('vue-i18n').IntlNumberFormat;
146
+ } | undefined;
147
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
148
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
149
+ missing?: import('vue-i18n').MissingHandler | undefined;
150
+ fallbackRoot?: boolean | undefined;
151
+ silentTranslationWarn?: boolean | {
152
+ exec: (string: string) => RegExpExecArray | null;
153
+ test: (string: string) => boolean;
154
+ readonly source: string;
155
+ readonly global: boolean;
156
+ readonly ignoreCase: boolean;
157
+ readonly multiline: boolean;
158
+ lastIndex: number;
159
+ compile: (pattern: string, flags?: string) => RegExp;
160
+ readonly flags: string;
161
+ readonly sticky: boolean;
162
+ readonly unicode: boolean;
163
+ readonly dotAll: boolean;
164
+ readonly hasIndices: boolean;
165
+ readonly unicodeSets: boolean;
166
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
167
+ [Symbol.replace]: {
168
+ (string: string, replaceValue: string): string;
169
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
170
+ };
171
+ [Symbol.search]: (string: string) => number;
172
+ [Symbol.split]: (string: string, limit?: number) => string[];
173
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
174
+ } | undefined;
175
+ silentFallbackWarn?: boolean | {
176
+ exec: (string: string) => RegExpExecArray | null;
177
+ test: (string: string) => boolean;
178
+ readonly source: string;
179
+ readonly global: boolean;
180
+ readonly ignoreCase: boolean;
181
+ readonly multiline: boolean;
182
+ lastIndex: number;
183
+ compile: (pattern: string, flags?: string) => RegExp;
184
+ readonly flags: string;
185
+ readonly sticky: boolean;
186
+ readonly unicode: boolean;
187
+ readonly dotAll: boolean;
188
+ readonly hasIndices: boolean;
189
+ readonly unicodeSets: boolean;
190
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
191
+ [Symbol.replace]: {
192
+ (string: string, replaceValue: string): string;
193
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
194
+ };
195
+ [Symbol.search]: (string: string) => number;
196
+ [Symbol.split]: (string: string, limit?: number) => string[];
197
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
198
+ } | undefined;
199
+ formatFallbackMessages?: boolean | undefined;
200
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
201
+ escapeParameterHtml?: boolean | undefined;
202
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
203
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
204
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
205
+ sync?: boolean | undefined;
206
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
207
+ } | undefined;
208
+ __i18n?: {
209
+ locale: import('vue-i18n').Locale;
210
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
211
+ }[] | undefined;
212
+ __INTLIFY_META__?: string | undefined;
213
+ } | undefined;
214
+ rendererProps?: {
215
+ [props: string]: any;
216
+ } | undefined;
217
+ rendererEvents?: {
218
+ [event: string]: (payload: any) => void;
219
+ } | undefined;
220
+ isGroupLabel: boolean;
221
+ value?: never | undefined;
222
+ action?: never | undefined;
223
+ } | {
224
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
225
+ label: string | object;
226
+ type?: string | undefined;
227
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
228
+ new (...args: any[]): any;
229
+ __isFragment?: never;
230
+ __isTeleport?: never;
231
+ __isSuspense?: never;
232
+ } | {
233
+ [x: string]: any;
234
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
235
+ attrs: {
236
+ [x: string]: unknown;
237
+ };
238
+ slots: Readonly<{
239
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
240
+ }>;
241
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
242
+ expose: (exposed?: Record<string, any>) => void;
243
+ }) => any) | undefined;
244
+ name?: string | undefined;
245
+ template?: string | object | undefined;
246
+ render?: Function | undefined;
247
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
248
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
249
+ inheritAttrs?: boolean | undefined;
250
+ emits?: any;
251
+ slots?: {} | undefined;
252
+ expose?: string[] | undefined;
253
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
254
+ compilerOptions?: {
255
+ isCustomElement?: ((tag: string) => boolean) | undefined;
256
+ whitespace?: "preserve" | "condense" | undefined;
257
+ comments?: boolean | undefined;
258
+ delimiters?: [string, string] | undefined;
259
+ } | undefined;
260
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
261
+ __isFragment?: never | undefined;
262
+ __isTeleport?: never | undefined;
263
+ __isSuspense?: never | undefined;
264
+ __defaults?: any;
265
+ compatConfig?: {
266
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
267
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
268
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
269
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
270
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
271
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
272
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
273
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
274
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
275
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
276
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
277
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
278
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
279
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
280
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
281
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
282
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
283
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
284
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
285
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
286
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
287
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
288
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
289
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
290
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
291
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
292
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
293
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
294
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
295
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
296
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
297
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
298
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
299
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
300
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
301
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
302
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
303
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
304
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
305
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
306
+ FILTERS?: boolean | "suppress-warning" | undefined;
307
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
308
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
309
+ } | undefined;
310
+ data?: ((this: any, vm: any) => any) | undefined;
311
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
312
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
313
+ watch?: {
314
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
315
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
316
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
317
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
318
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
319
+ } | undefined;
320
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
321
+ inject?: {} | string[] | undefined;
322
+ filters?: Record<string, Function> | undefined;
323
+ mixins?: any[] | undefined;
324
+ extends?: any;
325
+ beforeCreate?: (() => void) | undefined;
326
+ created?: (() => void) | undefined;
327
+ beforeMount?: (() => void) | undefined;
328
+ mounted?: (() => void) | undefined;
329
+ beforeUpdate?: (() => void) | undefined;
330
+ updated?: (() => void) | undefined;
331
+ activated?: (() => void) | undefined;
332
+ deactivated?: (() => void) | undefined;
333
+ beforeDestroy?: (() => void) | undefined;
334
+ beforeUnmount?: (() => void) | undefined;
335
+ destroyed?: (() => void) | undefined;
336
+ unmounted?: (() => void) | undefined;
337
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
338
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
339
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
340
+ delimiters?: [string, string] | undefined;
341
+ __differentiator?: string | number | symbol | undefined;
342
+ __isBuiltIn?: boolean | undefined;
343
+ __file?: string | undefined;
344
+ __name?: string | undefined;
345
+ i18n?: {
346
+ locale?: string | undefined;
347
+ fallbackLocale?: string | false | string[] | {
348
+ [x: string]: string[];
349
+ } | undefined;
350
+ messages?: {
351
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
352
+ } | undefined;
353
+ flatJson?: boolean | undefined;
354
+ datetimeFormats?: {
355
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
356
+ } | undefined;
357
+ numberFormats?: {
358
+ [x: string]: import('vue-i18n').IntlNumberFormat;
359
+ } | undefined;
360
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
361
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
362
+ missing?: import('vue-i18n').MissingHandler | undefined;
363
+ fallbackRoot?: boolean | undefined;
364
+ silentTranslationWarn?: boolean | {
365
+ exec: (string: string) => RegExpExecArray | null;
366
+ test: (string: string) => boolean;
367
+ readonly source: string;
368
+ readonly global: boolean;
369
+ readonly ignoreCase: boolean;
370
+ readonly multiline: boolean;
371
+ lastIndex: number;
372
+ compile: (pattern: string, flags?: string) => RegExp;
373
+ readonly flags: string;
374
+ readonly sticky: boolean;
375
+ readonly unicode: boolean;
376
+ readonly dotAll: boolean;
377
+ readonly hasIndices: boolean;
378
+ readonly unicodeSets: boolean;
379
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
380
+ [Symbol.replace]: {
381
+ (string: string, replaceValue: string): string;
382
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
383
+ };
384
+ [Symbol.search]: (string: string) => number;
385
+ [Symbol.split]: (string: string, limit?: number) => string[];
386
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
387
+ } | undefined;
388
+ silentFallbackWarn?: boolean | {
389
+ exec: (string: string) => RegExpExecArray | null;
390
+ test: (string: string) => boolean;
391
+ readonly source: string;
392
+ readonly global: boolean;
393
+ readonly ignoreCase: boolean;
394
+ readonly multiline: boolean;
395
+ lastIndex: number;
396
+ compile: (pattern: string, flags?: string) => RegExp;
397
+ readonly flags: string;
398
+ readonly sticky: boolean;
399
+ readonly unicode: boolean;
400
+ readonly dotAll: boolean;
401
+ readonly hasIndices: boolean;
402
+ readonly unicodeSets: boolean;
403
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
404
+ [Symbol.replace]: {
405
+ (string: string, replaceValue: string): string;
406
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
407
+ };
408
+ [Symbol.search]: (string: string) => number;
409
+ [Symbol.split]: (string: string, limit?: number) => string[];
410
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
411
+ } | undefined;
412
+ formatFallbackMessages?: boolean | undefined;
413
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
414
+ escapeParameterHtml?: boolean | undefined;
415
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
416
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
417
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
418
+ sync?: boolean | undefined;
419
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
420
+ } | undefined;
421
+ __i18n?: {
422
+ locale: import('vue-i18n').Locale;
423
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
424
+ }[] | undefined;
425
+ __INTLIFY_META__?: string | undefined;
426
+ } | undefined;
427
+ rendererProps?: {
428
+ [props: string]: any;
429
+ } | undefined;
430
+ rendererEvents?: {
431
+ [event: string]: (payload: any) => void;
432
+ } | undefined;
433
+ value: SelectValuePrimitives | SelectValuePrimitives[];
434
+ action?: never | undefined;
435
+ isGroupLabel?: never | undefined;
436
+ } | {
437
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
438
+ label: string | object;
439
+ type?: string | undefined;
440
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
441
+ new (...args: any[]): any;
442
+ __isFragment?: never;
443
+ __isTeleport?: never;
444
+ __isSuspense?: never;
445
+ } | {
446
+ [x: string]: any;
447
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
448
+ attrs: {
449
+ [x: string]: unknown;
450
+ };
451
+ slots: Readonly<{
452
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
453
+ }>;
454
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
455
+ expose: (exposed?: Record<string, any>) => void;
456
+ }) => any) | undefined;
457
+ name?: string | undefined;
458
+ template?: string | object | undefined;
459
+ render?: Function | undefined;
460
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
461
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
462
+ inheritAttrs?: boolean | undefined;
463
+ emits?: any;
464
+ slots?: {} | undefined;
465
+ expose?: string[] | undefined;
466
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
467
+ compilerOptions?: {
468
+ isCustomElement?: ((tag: string) => boolean) | undefined;
469
+ whitespace?: "preserve" | "condense" | undefined;
470
+ comments?: boolean | undefined;
471
+ delimiters?: [string, string] | undefined;
472
+ } | undefined;
473
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
474
+ __isFragment?: never | undefined;
475
+ __isTeleport?: never | undefined;
476
+ __isSuspense?: never | undefined;
477
+ __defaults?: any;
478
+ compatConfig?: {
479
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
480
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
481
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
482
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
483
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
484
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
485
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
486
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
487
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
488
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
489
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
490
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
491
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
492
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
493
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
494
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
495
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
496
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
497
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
498
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
499
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
500
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
501
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
502
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
503
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
504
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
505
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
506
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
507
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
508
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
509
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
510
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
511
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
512
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
513
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
514
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
515
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
516
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
517
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
518
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
519
+ FILTERS?: boolean | "suppress-warning" | undefined;
520
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
521
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
522
+ } | undefined;
523
+ data?: ((this: any, vm: any) => any) | undefined;
524
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
525
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
526
+ watch?: {
527
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
528
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
529
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
530
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
531
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
532
+ } | undefined;
533
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
534
+ inject?: {} | string[] | undefined;
535
+ filters?: Record<string, Function> | undefined;
536
+ mixins?: any[] | undefined;
537
+ extends?: any;
538
+ beforeCreate?: (() => void) | undefined;
539
+ created?: (() => void) | undefined;
540
+ beforeMount?: (() => void) | undefined;
541
+ mounted?: (() => void) | undefined;
542
+ beforeUpdate?: (() => void) | undefined;
543
+ updated?: (() => void) | undefined;
544
+ activated?: (() => void) | undefined;
545
+ deactivated?: (() => void) | undefined;
546
+ beforeDestroy?: (() => void) | undefined;
547
+ beforeUnmount?: (() => void) | undefined;
548
+ destroyed?: (() => void) | undefined;
549
+ unmounted?: (() => void) | undefined;
550
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
551
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
552
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
553
+ delimiters?: [string, string] | undefined;
554
+ __differentiator?: string | number | symbol | undefined;
555
+ __isBuiltIn?: boolean | undefined;
556
+ __file?: string | undefined;
557
+ __name?: string | undefined;
558
+ i18n?: {
559
+ locale?: string | undefined;
560
+ fallbackLocale?: string | false | string[] | {
561
+ [x: string]: string[];
562
+ } | undefined;
563
+ messages?: {
564
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
565
+ } | undefined;
566
+ flatJson?: boolean | undefined;
567
+ datetimeFormats?: {
568
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
569
+ } | undefined;
570
+ numberFormats?: {
571
+ [x: string]: import('vue-i18n').IntlNumberFormat;
572
+ } | undefined;
573
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
574
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
575
+ missing?: import('vue-i18n').MissingHandler | undefined;
576
+ fallbackRoot?: boolean | undefined;
577
+ silentTranslationWarn?: boolean | {
578
+ exec: (string: string) => RegExpExecArray | null;
579
+ test: (string: string) => boolean;
580
+ readonly source: string;
581
+ readonly global: boolean;
582
+ readonly ignoreCase: boolean;
583
+ readonly multiline: boolean;
584
+ lastIndex: number;
585
+ compile: (pattern: string, flags?: string) => RegExp;
586
+ readonly flags: string;
587
+ readonly sticky: boolean;
588
+ readonly unicode: boolean;
589
+ readonly dotAll: boolean;
590
+ readonly hasIndices: boolean;
591
+ readonly unicodeSets: boolean;
592
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
593
+ [Symbol.replace]: {
594
+ (string: string, replaceValue: string): string;
595
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
596
+ };
597
+ [Symbol.search]: (string: string) => number;
598
+ [Symbol.split]: (string: string, limit?: number) => string[];
599
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
600
+ } | undefined;
601
+ silentFallbackWarn?: boolean | {
602
+ exec: (string: string) => RegExpExecArray | null;
603
+ test: (string: string) => boolean;
604
+ readonly source: string;
605
+ readonly global: boolean;
606
+ readonly ignoreCase: boolean;
607
+ readonly multiline: boolean;
608
+ lastIndex: number;
609
+ compile: (pattern: string, flags?: string) => RegExp;
610
+ readonly flags: string;
611
+ readonly sticky: boolean;
612
+ readonly unicode: boolean;
613
+ readonly dotAll: boolean;
614
+ readonly hasIndices: boolean;
615
+ readonly unicodeSets: boolean;
616
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
617
+ [Symbol.replace]: {
618
+ (string: string, replaceValue: string): string;
619
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
620
+ };
621
+ [Symbol.search]: (string: string) => number;
622
+ [Symbol.split]: (string: string, limit?: number) => string[];
623
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
624
+ } | undefined;
625
+ formatFallbackMessages?: boolean | undefined;
626
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
627
+ escapeParameterHtml?: boolean | undefined;
628
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
629
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
630
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
631
+ sync?: boolean | undefined;
632
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
633
+ } | undefined;
634
+ __i18n?: {
635
+ locale: import('vue-i18n').Locale;
636
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
637
+ }[] | undefined;
638
+ __INTLIFY_META__?: string | undefined;
639
+ } | undefined;
640
+ rendererProps?: {
641
+ [props: string]: any;
642
+ } | undefined;
643
+ rendererEvents?: {
644
+ [event: string]: (payload: any) => void;
645
+ } | undefined;
646
+ action: (filters?: APISearchFilters) => Promise<{
647
+ items: unknown[];
648
+ pagination: Pagination;
649
+ }> | Promise<void> | void;
650
+ manual?: boolean | undefined;
651
+ value?: never | undefined;
652
+ isGroupLabel?: never | undefined;
653
+ }, __VLS_20: {
654
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
655
+ label: string | object;
656
+ type?: string | undefined;
657
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
658
+ new (...args: any[]): any;
659
+ __isFragment?: never;
660
+ __isTeleport?: never;
661
+ __isSuspense?: never;
662
+ } | {
663
+ [x: string]: any;
664
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
665
+ attrs: {
666
+ [x: string]: unknown;
667
+ };
668
+ slots: Readonly<{
669
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
670
+ }>;
671
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
672
+ expose: (exposed?: Record<string, any>) => void;
673
+ }) => any) | undefined;
674
+ name?: string | undefined;
675
+ template?: string | object | undefined;
676
+ render?: Function | undefined;
677
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
678
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
679
+ inheritAttrs?: boolean | undefined;
680
+ emits?: any;
681
+ slots?: {} | undefined;
682
+ expose?: string[] | undefined;
683
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
684
+ compilerOptions?: {
685
+ isCustomElement?: ((tag: string) => boolean) | undefined;
686
+ whitespace?: "preserve" | "condense" | undefined;
687
+ comments?: boolean | undefined;
688
+ delimiters?: [string, string] | undefined;
689
+ } | undefined;
690
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
691
+ __isFragment?: never | undefined;
692
+ __isTeleport?: never | undefined;
693
+ __isSuspense?: never | undefined;
694
+ __defaults?: any;
695
+ compatConfig?: {
696
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
697
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
698
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
699
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
700
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
701
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
702
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
703
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
704
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
705
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
706
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
707
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
708
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
709
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
710
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
711
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
712
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
713
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
714
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
715
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
716
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
717
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
718
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
719
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
720
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
721
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
722
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
723
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
724
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
725
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
726
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
727
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
728
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
729
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
730
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
731
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
732
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
733
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
734
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
735
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
736
+ FILTERS?: boolean | "suppress-warning" | undefined;
737
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
738
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
739
+ } | undefined;
740
+ data?: ((this: any, vm: any) => any) | undefined;
741
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
742
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
743
+ watch?: {
744
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
745
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
746
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
747
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
748
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
749
+ } | undefined;
750
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
751
+ inject?: {} | string[] | undefined;
752
+ filters?: Record<string, Function> | undefined;
753
+ mixins?: any[] | undefined;
754
+ extends?: any;
755
+ beforeCreate?: (() => void) | undefined;
756
+ created?: (() => void) | undefined;
757
+ beforeMount?: (() => void) | undefined;
758
+ mounted?: (() => void) | undefined;
759
+ beforeUpdate?: (() => void) | undefined;
760
+ updated?: (() => void) | undefined;
761
+ activated?: (() => void) | undefined;
762
+ deactivated?: (() => void) | undefined;
763
+ beforeDestroy?: (() => void) | undefined;
764
+ beforeUnmount?: (() => void) | undefined;
765
+ destroyed?: (() => void) | undefined;
766
+ unmounted?: (() => void) | undefined;
767
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
768
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
769
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
770
+ delimiters?: [string, string] | undefined;
771
+ __differentiator?: string | number | symbol | undefined;
772
+ __isBuiltIn?: boolean | undefined;
773
+ __file?: string | undefined;
774
+ __name?: string | undefined;
775
+ i18n?: {
776
+ locale?: string | undefined;
777
+ fallbackLocale?: string | false | string[] | {
778
+ [x: string]: string[];
779
+ } | undefined;
780
+ messages?: {
781
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
782
+ } | undefined;
783
+ flatJson?: boolean | undefined;
784
+ datetimeFormats?: {
785
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
786
+ } | undefined;
787
+ numberFormats?: {
788
+ [x: string]: import('vue-i18n').IntlNumberFormat;
789
+ } | undefined;
790
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
791
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
792
+ missing?: import('vue-i18n').MissingHandler | undefined;
793
+ fallbackRoot?: boolean | undefined;
794
+ silentTranslationWarn?: boolean | {
795
+ exec: (string: string) => RegExpExecArray | null;
796
+ test: (string: string) => boolean;
797
+ readonly source: string;
798
+ readonly global: boolean;
799
+ readonly ignoreCase: boolean;
800
+ readonly multiline: boolean;
801
+ lastIndex: number;
802
+ compile: (pattern: string, flags?: string) => RegExp;
803
+ readonly flags: string;
804
+ readonly sticky: boolean;
805
+ readonly unicode: boolean;
806
+ readonly dotAll: boolean;
807
+ readonly hasIndices: boolean;
808
+ readonly unicodeSets: boolean;
809
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
810
+ [Symbol.replace]: {
811
+ (string: string, replaceValue: string): string;
812
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
813
+ };
814
+ [Symbol.search]: (string: string) => number;
815
+ [Symbol.split]: (string: string, limit?: number) => string[];
816
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
817
+ } | undefined;
818
+ silentFallbackWarn?: boolean | {
819
+ exec: (string: string) => RegExpExecArray | null;
820
+ test: (string: string) => boolean;
821
+ readonly source: string;
822
+ readonly global: boolean;
823
+ readonly ignoreCase: boolean;
824
+ readonly multiline: boolean;
825
+ lastIndex: number;
826
+ compile: (pattern: string, flags?: string) => RegExp;
827
+ readonly flags: string;
828
+ readonly sticky: boolean;
829
+ readonly unicode: boolean;
830
+ readonly dotAll: boolean;
831
+ readonly hasIndices: boolean;
832
+ readonly unicodeSets: boolean;
833
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
834
+ [Symbol.replace]: {
835
+ (string: string, replaceValue: string): string;
836
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
837
+ };
838
+ [Symbol.search]: (string: string) => number;
839
+ [Symbol.split]: (string: string, limit?: number) => string[];
840
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
841
+ } | undefined;
842
+ formatFallbackMessages?: boolean | undefined;
843
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
844
+ escapeParameterHtml?: boolean | undefined;
845
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
846
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
847
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
848
+ sync?: boolean | undefined;
849
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
850
+ } | undefined;
851
+ __i18n?: {
852
+ locale: import('vue-i18n').Locale;
853
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
854
+ }[] | undefined;
855
+ __INTLIFY_META__?: string | undefined;
856
+ } | undefined;
857
+ rendererProps?: {
858
+ [props: string]: any;
859
+ } | undefined;
860
+ rendererEvents?: {
861
+ [event: string]: (payload: any) => void;
862
+ } | undefined;
863
+ isGroupLabel: boolean;
864
+ value?: never | undefined;
865
+ action?: never | undefined;
866
+ } | {
867
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
868
+ label: string | object;
869
+ type?: string | undefined;
870
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
871
+ new (...args: any[]): any;
872
+ __isFragment?: never;
873
+ __isTeleport?: never;
874
+ __isSuspense?: never;
875
+ } | {
876
+ [x: string]: any;
877
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
878
+ attrs: {
879
+ [x: string]: unknown;
880
+ };
881
+ slots: Readonly<{
882
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
883
+ }>;
884
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
885
+ expose: (exposed?: Record<string, any>) => void;
886
+ }) => any) | undefined;
887
+ name?: string | undefined;
888
+ template?: string | object | undefined;
889
+ render?: Function | undefined;
890
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
891
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
892
+ inheritAttrs?: boolean | undefined;
893
+ emits?: any;
894
+ slots?: {} | undefined;
895
+ expose?: string[] | undefined;
896
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
897
+ compilerOptions?: {
898
+ isCustomElement?: ((tag: string) => boolean) | undefined;
899
+ whitespace?: "preserve" | "condense" | undefined;
900
+ comments?: boolean | undefined;
901
+ delimiters?: [string, string] | undefined;
902
+ } | undefined;
903
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
904
+ __isFragment?: never | undefined;
905
+ __isTeleport?: never | undefined;
906
+ __isSuspense?: never | undefined;
907
+ __defaults?: any;
908
+ compatConfig?: {
909
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
910
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
911
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
912
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
913
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
914
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
915
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
916
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
917
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
918
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
919
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
920
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
921
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
922
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
923
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
924
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
925
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
926
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
927
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
928
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
929
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
930
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
931
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
932
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
933
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
934
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
935
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
936
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
937
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
938
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
939
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
940
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
941
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
942
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
943
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
944
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
945
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
946
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
947
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
948
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
949
+ FILTERS?: boolean | "suppress-warning" | undefined;
950
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
951
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
952
+ } | undefined;
953
+ data?: ((this: any, vm: any) => any) | undefined;
954
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
955
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
956
+ watch?: {
957
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
958
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
959
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
960
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
961
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
962
+ } | undefined;
963
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
964
+ inject?: {} | string[] | undefined;
965
+ filters?: Record<string, Function> | undefined;
966
+ mixins?: any[] | undefined;
967
+ extends?: any;
968
+ beforeCreate?: (() => void) | undefined;
969
+ created?: (() => void) | undefined;
970
+ beforeMount?: (() => void) | undefined;
971
+ mounted?: (() => void) | undefined;
972
+ beforeUpdate?: (() => void) | undefined;
973
+ updated?: (() => void) | undefined;
974
+ activated?: (() => void) | undefined;
975
+ deactivated?: (() => void) | undefined;
976
+ beforeDestroy?: (() => void) | undefined;
977
+ beforeUnmount?: (() => void) | undefined;
978
+ destroyed?: (() => void) | undefined;
979
+ unmounted?: (() => void) | undefined;
980
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
981
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
982
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
983
+ delimiters?: [string, string] | undefined;
984
+ __differentiator?: string | number | symbol | undefined;
985
+ __isBuiltIn?: boolean | undefined;
986
+ __file?: string | undefined;
987
+ __name?: string | undefined;
988
+ i18n?: {
989
+ locale?: string | undefined;
990
+ fallbackLocale?: string | false | string[] | {
991
+ [x: string]: string[];
992
+ } | undefined;
993
+ messages?: {
994
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
995
+ } | undefined;
996
+ flatJson?: boolean | undefined;
997
+ datetimeFormats?: {
998
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
999
+ } | undefined;
1000
+ numberFormats?: {
1001
+ [x: string]: import('vue-i18n').IntlNumberFormat;
1002
+ } | undefined;
1003
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
1004
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
1005
+ missing?: import('vue-i18n').MissingHandler | undefined;
1006
+ fallbackRoot?: boolean | undefined;
1007
+ silentTranslationWarn?: boolean | {
1008
+ exec: (string: string) => RegExpExecArray | null;
1009
+ test: (string: string) => boolean;
1010
+ readonly source: string;
1011
+ readonly global: boolean;
1012
+ readonly ignoreCase: boolean;
1013
+ readonly multiline: boolean;
1014
+ lastIndex: number;
1015
+ compile: (pattern: string, flags?: string) => RegExp;
1016
+ readonly flags: string;
1017
+ readonly sticky: boolean;
1018
+ readonly unicode: boolean;
1019
+ readonly dotAll: boolean;
1020
+ readonly hasIndices: boolean;
1021
+ readonly unicodeSets: boolean;
1022
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1023
+ [Symbol.replace]: {
1024
+ (string: string, replaceValue: string): string;
1025
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1026
+ };
1027
+ [Symbol.search]: (string: string) => number;
1028
+ [Symbol.split]: (string: string, limit?: number) => string[];
1029
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1030
+ } | undefined;
1031
+ silentFallbackWarn?: boolean | {
1032
+ exec: (string: string) => RegExpExecArray | null;
1033
+ test: (string: string) => boolean;
1034
+ readonly source: string;
1035
+ readonly global: boolean;
1036
+ readonly ignoreCase: boolean;
1037
+ readonly multiline: boolean;
1038
+ lastIndex: number;
1039
+ compile: (pattern: string, flags?: string) => RegExp;
1040
+ readonly flags: string;
1041
+ readonly sticky: boolean;
1042
+ readonly unicode: boolean;
1043
+ readonly dotAll: boolean;
1044
+ readonly hasIndices: boolean;
1045
+ readonly unicodeSets: boolean;
1046
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1047
+ [Symbol.replace]: {
1048
+ (string: string, replaceValue: string): string;
1049
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1050
+ };
1051
+ [Symbol.search]: (string: string) => number;
1052
+ [Symbol.split]: (string: string, limit?: number) => string[];
1053
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1054
+ } | undefined;
1055
+ formatFallbackMessages?: boolean | undefined;
1056
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
1057
+ escapeParameterHtml?: boolean | undefined;
1058
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
1059
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
1060
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
1061
+ sync?: boolean | undefined;
1062
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
1063
+ } | undefined;
1064
+ __i18n?: {
1065
+ locale: import('vue-i18n').Locale;
1066
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
1067
+ }[] | undefined;
1068
+ __INTLIFY_META__?: string | undefined;
1069
+ } | undefined;
1070
+ rendererProps?: {
1071
+ [props: string]: any;
1072
+ } | undefined;
1073
+ rendererEvents?: {
1074
+ [event: string]: (payload: any) => void;
1075
+ } | undefined;
1076
+ value: SelectValuePrimitives | SelectValuePrimitives[];
1077
+ action?: never | undefined;
1078
+ isGroupLabel?: never | undefined;
1079
+ } | {
1080
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
1081
+ label: string | object;
1082
+ type?: string | undefined;
1083
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
1084
+ new (...args: any[]): any;
1085
+ __isFragment?: never;
1086
+ __isTeleport?: never;
1087
+ __isSuspense?: never;
1088
+ } | {
1089
+ [x: string]: any;
1090
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
1091
+ attrs: {
1092
+ [x: string]: unknown;
1093
+ };
1094
+ slots: Readonly<{
1095
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
1096
+ }>;
1097
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
1098
+ expose: (exposed?: Record<string, any>) => void;
1099
+ }) => any) | undefined;
1100
+ name?: string | undefined;
1101
+ template?: string | object | undefined;
1102
+ render?: Function | undefined;
1103
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
1104
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
1105
+ inheritAttrs?: boolean | undefined;
1106
+ emits?: any;
1107
+ slots?: {} | undefined;
1108
+ expose?: string[] | undefined;
1109
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
1110
+ compilerOptions?: {
1111
+ isCustomElement?: ((tag: string) => boolean) | undefined;
1112
+ whitespace?: "preserve" | "condense" | undefined;
1113
+ comments?: boolean | undefined;
1114
+ delimiters?: [string, string] | undefined;
1115
+ } | undefined;
1116
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
1117
+ __isFragment?: never | undefined;
1118
+ __isTeleport?: never | undefined;
1119
+ __isSuspense?: never | undefined;
1120
+ __defaults?: any;
1121
+ compatConfig?: {
1122
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
1123
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
1124
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
1125
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
1126
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
1127
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
1128
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
1129
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
1130
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
1131
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
1132
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
1133
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
1134
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
1135
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
1136
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
1137
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
1138
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
1139
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
1140
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
1141
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
1142
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
1143
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
1144
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
1145
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
1146
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
1147
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
1148
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
1149
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
1150
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
1151
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
1152
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
1153
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
1154
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
1155
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
1156
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
1157
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
1158
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
1159
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
1160
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
1161
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
1162
+ FILTERS?: boolean | "suppress-warning" | undefined;
1163
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
1164
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
1165
+ } | undefined;
1166
+ data?: ((this: any, vm: any) => any) | undefined;
1167
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
1168
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
1169
+ watch?: {
1170
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
1171
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
1172
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
1173
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
1174
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
1175
+ } | undefined;
1176
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
1177
+ inject?: {} | string[] | undefined;
1178
+ filters?: Record<string, Function> | undefined;
1179
+ mixins?: any[] | undefined;
1180
+ extends?: any;
1181
+ beforeCreate?: (() => void) | undefined;
1182
+ created?: (() => void) | undefined;
1183
+ beforeMount?: (() => void) | undefined;
1184
+ mounted?: (() => void) | undefined;
1185
+ beforeUpdate?: (() => void) | undefined;
1186
+ updated?: (() => void) | undefined;
1187
+ activated?: (() => void) | undefined;
1188
+ deactivated?: (() => void) | undefined;
1189
+ beforeDestroy?: (() => void) | undefined;
1190
+ beforeUnmount?: (() => void) | undefined;
1191
+ destroyed?: (() => void) | undefined;
1192
+ unmounted?: (() => void) | undefined;
1193
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
1194
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
1195
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
1196
+ delimiters?: [string, string] | undefined;
1197
+ __differentiator?: string | number | symbol | undefined;
1198
+ __isBuiltIn?: boolean | undefined;
1199
+ __file?: string | undefined;
1200
+ __name?: string | undefined;
1201
+ i18n?: {
1202
+ locale?: string | undefined;
1203
+ fallbackLocale?: string | false | string[] | {
1204
+ [x: string]: string[];
1205
+ } | undefined;
1206
+ messages?: {
1207
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
1208
+ } | undefined;
1209
+ flatJson?: boolean | undefined;
1210
+ datetimeFormats?: {
1211
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
1212
+ } | undefined;
1213
+ numberFormats?: {
1214
+ [x: string]: import('vue-i18n').IntlNumberFormat;
1215
+ } | undefined;
1216
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
1217
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
1218
+ missing?: import('vue-i18n').MissingHandler | undefined;
1219
+ fallbackRoot?: boolean | undefined;
1220
+ silentTranslationWarn?: boolean | {
1221
+ exec: (string: string) => RegExpExecArray | null;
1222
+ test: (string: string) => boolean;
1223
+ readonly source: string;
1224
+ readonly global: boolean;
1225
+ readonly ignoreCase: boolean;
1226
+ readonly multiline: boolean;
1227
+ lastIndex: number;
1228
+ compile: (pattern: string, flags?: string) => RegExp;
1229
+ readonly flags: string;
1230
+ readonly sticky: boolean;
1231
+ readonly unicode: boolean;
1232
+ readonly dotAll: boolean;
1233
+ readonly hasIndices: boolean;
1234
+ readonly unicodeSets: boolean;
1235
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1236
+ [Symbol.replace]: {
1237
+ (string: string, replaceValue: string): string;
1238
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1239
+ };
1240
+ [Symbol.search]: (string: string) => number;
1241
+ [Symbol.split]: (string: string, limit?: number) => string[];
1242
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1243
+ } | undefined;
1244
+ silentFallbackWarn?: boolean | {
1245
+ exec: (string: string) => RegExpExecArray | null;
1246
+ test: (string: string) => boolean;
1247
+ readonly source: string;
1248
+ readonly global: boolean;
1249
+ readonly ignoreCase: boolean;
1250
+ readonly multiline: boolean;
1251
+ lastIndex: number;
1252
+ compile: (pattern: string, flags?: string) => RegExp;
1253
+ readonly flags: string;
1254
+ readonly sticky: boolean;
1255
+ readonly unicode: boolean;
1256
+ readonly dotAll: boolean;
1257
+ readonly hasIndices: boolean;
1258
+ readonly unicodeSets: boolean;
1259
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1260
+ [Symbol.replace]: {
1261
+ (string: string, replaceValue: string): string;
1262
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1263
+ };
1264
+ [Symbol.search]: (string: string) => number;
1265
+ [Symbol.split]: (string: string, limit?: number) => string[];
1266
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1267
+ } | undefined;
1268
+ formatFallbackMessages?: boolean | undefined;
1269
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
1270
+ escapeParameterHtml?: boolean | undefined;
1271
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
1272
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
1273
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
1274
+ sync?: boolean | undefined;
1275
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
1276
+ } | undefined;
1277
+ __i18n?: {
1278
+ locale: import('vue-i18n').Locale;
1279
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
1280
+ }[] | undefined;
1281
+ __INTLIFY_META__?: string | undefined;
1282
+ } | undefined;
1283
+ rendererProps?: {
1284
+ [props: string]: any;
1285
+ } | undefined;
1286
+ rendererEvents?: {
1287
+ [event: string]: (payload: any) => void;
1288
+ } | undefined;
1289
+ action: (filters?: APISearchFilters) => Promise<{
1290
+ items: unknown[];
1291
+ pagination: Pagination;
1292
+ }> | Promise<void> | void;
1293
+ manual?: boolean | undefined;
1294
+ value?: never | undefined;
1295
+ isGroupLabel?: never | undefined;
1296
+ }, __VLS_22: {
1297
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
1298
+ label: string | object;
1299
+ type?: string | undefined;
1300
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
1301
+ new (...args: any[]): any;
1302
+ __isFragment?: never;
1303
+ __isTeleport?: never;
1304
+ __isSuspense?: never;
1305
+ } | {
1306
+ [x: string]: any;
1307
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
1308
+ attrs: {
1309
+ [x: string]: unknown;
1310
+ };
1311
+ slots: Readonly<{
1312
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
1313
+ }>;
1314
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
1315
+ expose: (exposed?: Record<string, any>) => void;
1316
+ }) => any) | undefined;
1317
+ name?: string | undefined;
1318
+ template?: string | object | undefined;
1319
+ render?: Function | undefined;
1320
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
1321
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
1322
+ inheritAttrs?: boolean | undefined;
1323
+ emits?: any;
1324
+ slots?: {} | undefined;
1325
+ expose?: string[] | undefined;
1326
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
1327
+ compilerOptions?: {
1328
+ isCustomElement?: ((tag: string) => boolean) | undefined;
1329
+ whitespace?: "preserve" | "condense" | undefined;
1330
+ comments?: boolean | undefined;
1331
+ delimiters?: [string, string] | undefined;
1332
+ } | undefined;
1333
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
1334
+ __isFragment?: never | undefined;
1335
+ __isTeleport?: never | undefined;
1336
+ __isSuspense?: never | undefined;
1337
+ __defaults?: any;
1338
+ compatConfig?: {
1339
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
1340
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
1341
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
1342
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
1343
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
1344
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
1345
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
1346
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
1347
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
1348
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
1349
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
1350
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
1351
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
1352
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
1353
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
1354
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
1355
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
1356
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
1357
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
1358
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
1359
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
1360
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
1361
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
1362
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
1363
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
1364
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
1365
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
1366
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
1367
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
1368
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
1369
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
1370
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
1371
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
1372
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
1373
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
1374
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
1375
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
1376
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
1377
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
1378
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
1379
+ FILTERS?: boolean | "suppress-warning" | undefined;
1380
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
1381
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
1382
+ } | undefined;
1383
+ data?: ((this: any, vm: any) => any) | undefined;
1384
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
1385
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
1386
+ watch?: {
1387
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
1388
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
1389
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
1390
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
1391
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
1392
+ } | undefined;
1393
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
1394
+ inject?: {} | string[] | undefined;
1395
+ filters?: Record<string, Function> | undefined;
1396
+ mixins?: any[] | undefined;
1397
+ extends?: any;
1398
+ beforeCreate?: (() => void) | undefined;
1399
+ created?: (() => void) | undefined;
1400
+ beforeMount?: (() => void) | undefined;
1401
+ mounted?: (() => void) | undefined;
1402
+ beforeUpdate?: (() => void) | undefined;
1403
+ updated?: (() => void) | undefined;
1404
+ activated?: (() => void) | undefined;
1405
+ deactivated?: (() => void) | undefined;
1406
+ beforeDestroy?: (() => void) | undefined;
1407
+ beforeUnmount?: (() => void) | undefined;
1408
+ destroyed?: (() => void) | undefined;
1409
+ unmounted?: (() => void) | undefined;
1410
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
1411
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
1412
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
1413
+ delimiters?: [string, string] | undefined;
1414
+ __differentiator?: string | number | symbol | undefined;
1415
+ __isBuiltIn?: boolean | undefined;
1416
+ __file?: string | undefined;
1417
+ __name?: string | undefined;
1418
+ i18n?: {
1419
+ locale?: string | undefined;
1420
+ fallbackLocale?: string | false | string[] | {
1421
+ [x: string]: string[];
1422
+ } | undefined;
1423
+ messages?: {
1424
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
1425
+ } | undefined;
1426
+ flatJson?: boolean | undefined;
1427
+ datetimeFormats?: {
1428
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
1429
+ } | undefined;
1430
+ numberFormats?: {
1431
+ [x: string]: import('vue-i18n').IntlNumberFormat;
1432
+ } | undefined;
1433
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
1434
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
1435
+ missing?: import('vue-i18n').MissingHandler | undefined;
1436
+ fallbackRoot?: boolean | undefined;
1437
+ silentTranslationWarn?: boolean | {
1438
+ exec: (string: string) => RegExpExecArray | null;
1439
+ test: (string: string) => boolean;
1440
+ readonly source: string;
1441
+ readonly global: boolean;
1442
+ readonly ignoreCase: boolean;
1443
+ readonly multiline: boolean;
1444
+ lastIndex: number;
1445
+ compile: (pattern: string, flags?: string) => RegExp;
1446
+ readonly flags: string;
1447
+ readonly sticky: boolean;
1448
+ readonly unicode: boolean;
1449
+ readonly dotAll: boolean;
1450
+ readonly hasIndices: boolean;
1451
+ readonly unicodeSets: boolean;
1452
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1453
+ [Symbol.replace]: {
1454
+ (string: string, replaceValue: string): string;
1455
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1456
+ };
1457
+ [Symbol.search]: (string: string) => number;
1458
+ [Symbol.split]: (string: string, limit?: number) => string[];
1459
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1460
+ } | undefined;
1461
+ silentFallbackWarn?: boolean | {
1462
+ exec: (string: string) => RegExpExecArray | null;
1463
+ test: (string: string) => boolean;
1464
+ readonly source: string;
1465
+ readonly global: boolean;
1466
+ readonly ignoreCase: boolean;
1467
+ readonly multiline: boolean;
1468
+ lastIndex: number;
1469
+ compile: (pattern: string, flags?: string) => RegExp;
1470
+ readonly flags: string;
1471
+ readonly sticky: boolean;
1472
+ readonly unicode: boolean;
1473
+ readonly dotAll: boolean;
1474
+ readonly hasIndices: boolean;
1475
+ readonly unicodeSets: boolean;
1476
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1477
+ [Symbol.replace]: {
1478
+ (string: string, replaceValue: string): string;
1479
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1480
+ };
1481
+ [Symbol.search]: (string: string) => number;
1482
+ [Symbol.split]: (string: string, limit?: number) => string[];
1483
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1484
+ } | undefined;
1485
+ formatFallbackMessages?: boolean | undefined;
1486
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
1487
+ escapeParameterHtml?: boolean | undefined;
1488
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
1489
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
1490
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
1491
+ sync?: boolean | undefined;
1492
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
1493
+ } | undefined;
1494
+ __i18n?: {
1495
+ locale: import('vue-i18n').Locale;
1496
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
1497
+ }[] | undefined;
1498
+ __INTLIFY_META__?: string | undefined;
1499
+ } | undefined;
1500
+ rendererProps?: {
1501
+ [props: string]: any;
1502
+ } | undefined;
1503
+ rendererEvents?: {
1504
+ [event: string]: (payload: any) => void;
1505
+ } | undefined;
1506
+ isGroupLabel: boolean;
1507
+ value?: never | undefined;
1508
+ action?: never | undefined;
1509
+ } | {
1510
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
1511
+ label: string | object;
1512
+ type?: string | undefined;
1513
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
1514
+ new (...args: any[]): any;
1515
+ __isFragment?: never;
1516
+ __isTeleport?: never;
1517
+ __isSuspense?: never;
1518
+ } | {
1519
+ [x: string]: any;
1520
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
1521
+ attrs: {
1522
+ [x: string]: unknown;
1523
+ };
1524
+ slots: Readonly<{
1525
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
1526
+ }>;
1527
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
1528
+ expose: (exposed?: Record<string, any>) => void;
1529
+ }) => any) | undefined;
1530
+ name?: string | undefined;
1531
+ template?: string | object | undefined;
1532
+ render?: Function | undefined;
1533
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
1534
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
1535
+ inheritAttrs?: boolean | undefined;
1536
+ emits?: any;
1537
+ slots?: {} | undefined;
1538
+ expose?: string[] | undefined;
1539
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
1540
+ compilerOptions?: {
1541
+ isCustomElement?: ((tag: string) => boolean) | undefined;
1542
+ whitespace?: "preserve" | "condense" | undefined;
1543
+ comments?: boolean | undefined;
1544
+ delimiters?: [string, string] | undefined;
1545
+ } | undefined;
1546
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
1547
+ __isFragment?: never | undefined;
1548
+ __isTeleport?: never | undefined;
1549
+ __isSuspense?: never | undefined;
1550
+ __defaults?: any;
1551
+ compatConfig?: {
1552
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
1553
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
1554
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
1555
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
1556
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
1557
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
1558
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
1559
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
1560
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
1561
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
1562
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
1563
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
1564
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
1565
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
1566
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
1567
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
1568
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
1569
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
1570
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
1571
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
1572
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
1573
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
1574
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
1575
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
1576
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
1577
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
1578
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
1579
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
1580
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
1581
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
1582
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
1583
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
1584
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
1585
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
1586
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
1587
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
1588
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
1589
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
1590
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
1591
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
1592
+ FILTERS?: boolean | "suppress-warning" | undefined;
1593
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
1594
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
1595
+ } | undefined;
1596
+ data?: ((this: any, vm: any) => any) | undefined;
1597
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
1598
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
1599
+ watch?: {
1600
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
1601
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
1602
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
1603
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
1604
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
1605
+ } | undefined;
1606
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
1607
+ inject?: {} | string[] | undefined;
1608
+ filters?: Record<string, Function> | undefined;
1609
+ mixins?: any[] | undefined;
1610
+ extends?: any;
1611
+ beforeCreate?: (() => void) | undefined;
1612
+ created?: (() => void) | undefined;
1613
+ beforeMount?: (() => void) | undefined;
1614
+ mounted?: (() => void) | undefined;
1615
+ beforeUpdate?: (() => void) | undefined;
1616
+ updated?: (() => void) | undefined;
1617
+ activated?: (() => void) | undefined;
1618
+ deactivated?: (() => void) | undefined;
1619
+ beforeDestroy?: (() => void) | undefined;
1620
+ beforeUnmount?: (() => void) | undefined;
1621
+ destroyed?: (() => void) | undefined;
1622
+ unmounted?: (() => void) | undefined;
1623
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
1624
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
1625
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
1626
+ delimiters?: [string, string] | undefined;
1627
+ __differentiator?: string | number | symbol | undefined;
1628
+ __isBuiltIn?: boolean | undefined;
1629
+ __file?: string | undefined;
1630
+ __name?: string | undefined;
1631
+ i18n?: {
1632
+ locale?: string | undefined;
1633
+ fallbackLocale?: string | false | string[] | {
1634
+ [x: string]: string[];
1635
+ } | undefined;
1636
+ messages?: {
1637
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
1638
+ } | undefined;
1639
+ flatJson?: boolean | undefined;
1640
+ datetimeFormats?: {
1641
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
1642
+ } | undefined;
1643
+ numberFormats?: {
1644
+ [x: string]: import('vue-i18n').IntlNumberFormat;
1645
+ } | undefined;
1646
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
1647
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
1648
+ missing?: import('vue-i18n').MissingHandler | undefined;
1649
+ fallbackRoot?: boolean | undefined;
1650
+ silentTranslationWarn?: boolean | {
1651
+ exec: (string: string) => RegExpExecArray | null;
1652
+ test: (string: string) => boolean;
1653
+ readonly source: string;
1654
+ readonly global: boolean;
1655
+ readonly ignoreCase: boolean;
1656
+ readonly multiline: boolean;
1657
+ lastIndex: number;
1658
+ compile: (pattern: string, flags?: string) => RegExp;
1659
+ readonly flags: string;
1660
+ readonly sticky: boolean;
1661
+ readonly unicode: boolean;
1662
+ readonly dotAll: boolean;
1663
+ readonly hasIndices: boolean;
1664
+ readonly unicodeSets: boolean;
1665
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1666
+ [Symbol.replace]: {
1667
+ (string: string, replaceValue: string): string;
1668
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1669
+ };
1670
+ [Symbol.search]: (string: string) => number;
1671
+ [Symbol.split]: (string: string, limit?: number) => string[];
1672
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1673
+ } | undefined;
1674
+ silentFallbackWarn?: boolean | {
1675
+ exec: (string: string) => RegExpExecArray | null;
1676
+ test: (string: string) => boolean;
1677
+ readonly source: string;
1678
+ readonly global: boolean;
1679
+ readonly ignoreCase: boolean;
1680
+ readonly multiline: boolean;
1681
+ lastIndex: number;
1682
+ compile: (pattern: string, flags?: string) => RegExp;
1683
+ readonly flags: string;
1684
+ readonly sticky: boolean;
1685
+ readonly unicode: boolean;
1686
+ readonly dotAll: boolean;
1687
+ readonly hasIndices: boolean;
1688
+ readonly unicodeSets: boolean;
1689
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1690
+ [Symbol.replace]: {
1691
+ (string: string, replaceValue: string): string;
1692
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1693
+ };
1694
+ [Symbol.search]: (string: string) => number;
1695
+ [Symbol.split]: (string: string, limit?: number) => string[];
1696
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1697
+ } | undefined;
1698
+ formatFallbackMessages?: boolean | undefined;
1699
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
1700
+ escapeParameterHtml?: boolean | undefined;
1701
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
1702
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
1703
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
1704
+ sync?: boolean | undefined;
1705
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
1706
+ } | undefined;
1707
+ __i18n?: {
1708
+ locale: import('vue-i18n').Locale;
1709
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
1710
+ }[] | undefined;
1711
+ __INTLIFY_META__?: string | undefined;
1712
+ } | undefined;
1713
+ rendererProps?: {
1714
+ [props: string]: any;
1715
+ } | undefined;
1716
+ rendererEvents?: {
1717
+ [event: string]: (payload: any) => void;
1718
+ } | undefined;
1719
+ value: SelectValuePrimitives | SelectValuePrimitives[];
1720
+ action?: never | undefined;
1721
+ isGroupLabel?: never | undefined;
1722
+ } | {
1723
+ icon?: `${import('../../enums/ui.js', { with: { "resolution-mode": "import" } }).Icon}` | undefined;
1724
+ label: string | object;
1725
+ type?: string | undefined;
1726
+ renderer?: import('vue', { with: { "resolution-mode": "import" } }).FunctionalComponent<any, {}, any, {}> | {
1727
+ new (...args: any[]): any;
1728
+ __isFragment?: never;
1729
+ __isTeleport?: never;
1730
+ __isSuspense?: never;
1731
+ } | {
1732
+ [x: string]: any;
1733
+ setup?: ((this: void, props: import('@vue/shared').LooseRequired<any>, ctx: {
1734
+ attrs: {
1735
+ [x: string]: unknown;
1736
+ };
1737
+ slots: Readonly<{
1738
+ [name: string]: import('vue', { with: { "resolution-mode": "import" } }).Slot<any> | undefined;
1739
+ }>;
1740
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
1741
+ expose: (exposed?: Record<string, any>) => void;
1742
+ }) => any) | undefined;
1743
+ name?: string | undefined;
1744
+ template?: string | object | undefined;
1745
+ render?: Function | undefined;
1746
+ components?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Component> | undefined;
1747
+ directives?: Record<string, import('vue', { with: { "resolution-mode": "import" } }).Directive> | undefined;
1748
+ inheritAttrs?: boolean | undefined;
1749
+ emits?: any;
1750
+ slots?: {} | undefined;
1751
+ expose?: string[] | undefined;
1752
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
1753
+ compilerOptions?: {
1754
+ isCustomElement?: ((tag: string) => boolean) | undefined;
1755
+ whitespace?: "preserve" | "condense" | undefined;
1756
+ comments?: boolean | undefined;
1757
+ delimiters?: [string, string] | undefined;
1758
+ } | undefined;
1759
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
1760
+ __isFragment?: never | undefined;
1761
+ __isTeleport?: never | undefined;
1762
+ __isSuspense?: never | undefined;
1763
+ __defaults?: any;
1764
+ compatConfig?: {
1765
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
1766
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
1767
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
1768
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
1769
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
1770
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
1771
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
1772
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
1773
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
1774
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
1775
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
1776
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
1777
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
1778
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
1779
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
1780
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
1781
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
1782
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
1783
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
1784
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
1785
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
1786
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
1787
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
1788
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
1789
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
1790
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
1791
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
1792
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
1793
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
1794
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
1795
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
1796
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
1797
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
1798
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
1799
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
1800
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
1801
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
1802
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
1803
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
1804
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
1805
+ FILTERS?: boolean | "suppress-warning" | undefined;
1806
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
1807
+ MODE?: 2 | 3 | ((comp: import('vue', { with: { "resolution-mode": "import" } }).Component | null) => 2 | 3) | undefined;
1808
+ } | undefined;
1809
+ data?: ((this: any, vm: any) => any) | undefined;
1810
+ computed?: import('vue', { with: { "resolution-mode": "import" } }).ComputedOptions | undefined;
1811
+ methods?: import('vue', { with: { "resolution-mode": "import" } }).MethodOptions | undefined;
1812
+ watch?: {
1813
+ [x: string]: (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
1814
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
1815
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>)) | (string | import('vue', { with: { "resolution-mode": "import" } }).WatchCallback<any, any> | ({
1816
+ handler: import('vue', { with: { "resolution-mode": "import" } }).WatchCallback | string;
1817
+ } & import('vue', { with: { "resolution-mode": "import" } }).WatchOptions<boolean>))[];
1818
+ } | undefined;
1819
+ provide?: import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions | undefined;
1820
+ inject?: {} | string[] | undefined;
1821
+ filters?: Record<string, Function> | undefined;
1822
+ mixins?: any[] | undefined;
1823
+ extends?: any;
1824
+ beforeCreate?: (() => void) | undefined;
1825
+ created?: (() => void) | undefined;
1826
+ beforeMount?: (() => void) | undefined;
1827
+ mounted?: (() => void) | undefined;
1828
+ beforeUpdate?: (() => void) | undefined;
1829
+ updated?: (() => void) | undefined;
1830
+ activated?: (() => void) | undefined;
1831
+ deactivated?: (() => void) | undefined;
1832
+ beforeDestroy?: (() => void) | undefined;
1833
+ beforeUnmount?: (() => void) | undefined;
1834
+ destroyed?: (() => void) | undefined;
1835
+ unmounted?: (() => void) | undefined;
1836
+ renderTracked?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
1837
+ renderTriggered?: ((e: import('vue', { with: { "resolution-mode": "import" } }).DebuggerEvent) => void) | undefined;
1838
+ errorCaptured?: ((err: unknown, instance: import('vue', { with: { "resolution-mode": "import" } }).ComponentPublicInstance | null, info: string) => boolean | void) | undefined;
1839
+ delimiters?: [string, string] | undefined;
1840
+ __differentiator?: string | number | symbol | undefined;
1841
+ __isBuiltIn?: boolean | undefined;
1842
+ __file?: string | undefined;
1843
+ __name?: string | undefined;
1844
+ i18n?: {
1845
+ locale?: string | undefined;
1846
+ fallbackLocale?: string | false | string[] | {
1847
+ [x: string]: string[];
1848
+ } | undefined;
1849
+ messages?: {
1850
+ [x: string]: import('@intlify/core-base').LocaleMessage<import('vue-i18n').VueMessageType>;
1851
+ } | undefined;
1852
+ flatJson?: boolean | undefined;
1853
+ datetimeFormats?: {
1854
+ [x: string]: import('vue-i18n').IntlDateTimeFormat;
1855
+ } | undefined;
1856
+ numberFormats?: {
1857
+ [x: string]: import('vue-i18n').IntlNumberFormat;
1858
+ } | undefined;
1859
+ availableLocales?: import('vue-i18n').Locale[] | undefined;
1860
+ modifiers?: import('vue-i18n').LinkedModifiers<import('vue-i18n').VueMessageType> | undefined;
1861
+ missing?: import('vue-i18n').MissingHandler | undefined;
1862
+ fallbackRoot?: boolean | undefined;
1863
+ silentTranslationWarn?: boolean | {
1864
+ exec: (string: string) => RegExpExecArray | null;
1865
+ test: (string: string) => boolean;
1866
+ readonly source: string;
1867
+ readonly global: boolean;
1868
+ readonly ignoreCase: boolean;
1869
+ readonly multiline: boolean;
1870
+ lastIndex: number;
1871
+ compile: (pattern: string, flags?: string) => RegExp;
1872
+ readonly flags: string;
1873
+ readonly sticky: boolean;
1874
+ readonly unicode: boolean;
1875
+ readonly dotAll: boolean;
1876
+ readonly hasIndices: boolean;
1877
+ readonly unicodeSets: boolean;
1878
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1879
+ [Symbol.replace]: {
1880
+ (string: string, replaceValue: string): string;
1881
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1882
+ };
1883
+ [Symbol.search]: (string: string) => number;
1884
+ [Symbol.split]: (string: string, limit?: number) => string[];
1885
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1886
+ } | undefined;
1887
+ silentFallbackWarn?: boolean | {
1888
+ exec: (string: string) => RegExpExecArray | null;
1889
+ test: (string: string) => boolean;
1890
+ readonly source: string;
1891
+ readonly global: boolean;
1892
+ readonly ignoreCase: boolean;
1893
+ readonly multiline: boolean;
1894
+ lastIndex: number;
1895
+ compile: (pattern: string, flags?: string) => RegExp;
1896
+ readonly flags: string;
1897
+ readonly sticky: boolean;
1898
+ readonly unicode: boolean;
1899
+ readonly dotAll: boolean;
1900
+ readonly hasIndices: boolean;
1901
+ readonly unicodeSets: boolean;
1902
+ [Symbol.match]: (string: string) => RegExpMatchArray | null;
1903
+ [Symbol.replace]: {
1904
+ (string: string, replaceValue: string): string;
1905
+ (string: string, replacer: (substring: string, ...args: any[]) => string): string;
1906
+ };
1907
+ [Symbol.search]: (string: string) => number;
1908
+ [Symbol.split]: (string: string, limit?: number) => string[];
1909
+ [Symbol.matchAll]: (str: string) => RegExpStringIterator<RegExpMatchArray>;
1910
+ } | undefined;
1911
+ formatFallbackMessages?: boolean | undefined;
1912
+ warnHtmlInMessage?: import('vue-i18n').WarnHtmlInMessageLevel | undefined;
1913
+ escapeParameterHtml?: boolean | undefined;
1914
+ sharedMessages?: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType> | undefined;
1915
+ pluralizationRules?: import('@intlify/core-base').PluralizationRules | undefined;
1916
+ postTranslation?: import('vue-i18n').PostTranslationHandler<import('vue-i18n').VueMessageType> | undefined;
1917
+ sync?: boolean | undefined;
1918
+ messageResolver?: import('vue-i18n').MessageResolver | undefined;
1919
+ } | undefined;
1920
+ __i18n?: {
1921
+ locale: import('vue-i18n').Locale;
1922
+ resource: import('vue-i18n').LocaleMessages<import('vue-i18n').VueMessageType>;
1923
+ }[] | undefined;
1924
+ __INTLIFY_META__?: string | undefined;
1925
+ } | undefined;
1926
+ rendererProps?: {
1927
+ [props: string]: any;
1928
+ } | undefined;
1929
+ rendererEvents?: {
1930
+ [event: string]: (payload: any) => void;
1931
+ } | undefined;
1932
+ action: (filters?: APISearchFilters) => Promise<{
1933
+ items: unknown[];
1934
+ pagination: Pagination;
1935
+ }> | Promise<void> | void;
1936
+ manual?: boolean | undefined;
1937
+ value?: never | undefined;
1938
+ isGroupLabel?: never | undefined;
1939
+ }, __VLS_42: any, __VLS_49: any;
1940
+ type __VLS_Slots = {} & {
1941
+ selection?: (props: typeof __VLS_18) => any;
1942
+ } & {
1943
+ default?: (props: typeof __VLS_20) => any;
1944
+ } & {
1945
+ default?: (props: typeof __VLS_22) => any;
1946
+ } & {
1947
+ default?: (props: typeof __VLS_42) => any;
1948
+ } & {
1949
+ default?: (props: typeof __VLS_49) => any;
1950
+ };
1951
+ declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
1952
+ size: FormControlSize;
1953
+ options: () => never[];
1954
+ mapper: (i: any) => InputSelectOption;
1955
+ filter: (input: string, option: InputSelectOption) => boolean;
1956
+ defaultParams: () => {};
1957
+ multiple: boolean;
1958
+ placeholder: string;
1959
+ isSearchable: boolean;
1960
+ dropdownPlacement: ElementPosition;
1961
+ /**
1962
+ * Classes
1963
+ */
1964
+ widthClass: string;
1965
+ borderClass: string;
1966
+ roundnessClass: string;
1967
+ }>, unknown, unknown, {}, {}, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import('vue', { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {
1968
+ "update:model-value": (val: any) => void;
1969
+ "initial-hydration": (val: any) => void;
1970
+ "update:modelValue": (value: InputSelectValue | undefined) => void;
1971
+ }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import('vue', { with: { "resolution-mode": "import" } }).ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
1972
+ size: FormControlSize;
1973
+ options: () => never[];
1974
+ mapper: (i: any) => InputSelectOption;
1975
+ filter: (input: string, option: InputSelectOption) => boolean;
1976
+ defaultParams: () => {};
1977
+ multiple: boolean;
1978
+ placeholder: string;
1979
+ isSearchable: boolean;
1980
+ dropdownPlacement: ElementPosition;
1981
+ /**
1982
+ * Classes
1983
+ */
1984
+ widthClass: string;
1985
+ borderClass: string;
1986
+ roundnessClass: string;
1987
+ }>>> & {
1988
+ "onUpdate:modelValue"?: ((value: InputSelectValue | undefined) => any) | undefined;
1989
+ "onUpdate:model-value"?: ((val: any) => any) | undefined;
1990
+ "onInitial-hydration"?: ((val: any) => any) | undefined;
1991
+ }, {
1992
+ filter: (input: string, option: InputSelectOption) => boolean;
1993
+ size: FormControlSize;
1994
+ multiple: boolean;
1995
+ options: InputSelectOption[];
1996
+ placeholder: string;
1997
+ mapper: (i: any) => InputSelectOption;
1998
+ defaultParams: {
1999
+ [props: string]: string;
2000
+ };
2001
+ isSearchable: boolean;
2002
+ dropdownPlacement: `${ElementPosition}`;
2003
+ widthClass: string;
2004
+ borderClass: string;
2005
+ roundnessClass: string;
2006
+ }, {}>;
2007
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
2008
+ declare const _default: typeof __VLS_export;
2009
+ export default _default;
2010
+ type __VLS_TypePropsToOption<T> = {
2011
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
2012
+ type: import('vue').PropType<Required<T>[K]>;
2013
+ } : {
2014
+ type: import('vue').PropType<T[K]>;
2015
+ required: true;
2016
+ };
2017
+ };
2018
+ type __VLS_WithDefaults<P, D> = {
2019
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
2020
+ default: D[K];
2021
+ }> : P[K];
2022
+ };
2023
+ type __VLS_WithSlots<T, S> = T & {
2024
+ new (): {
2025
+ $slots: S;
2026
+ };
2027
+ };
2028
+ type __VLS_PrettifyLocal<T> = (T extends any ? {
2029
+ [K in keyof T]: T[K];
2030
+ } : {
2031
+ [K in keyof T as K]: T[K];
2032
+ }) & {};