next-ui3 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/README.md +1 -0
  2. package/dist/index.css +1 -0
  3. package/dist/index.full.min.js +43 -0
  4. package/dist/index.full.min.mjs +43 -0
  5. package/dist/locale/zh-cn.min.js +1 -0
  6. package/dist/locale/zh-cn.min.mjs +1 -0
  7. package/dist/utils/index.min.js +1 -0
  8. package/dist/utils/index.min.mjs +1 -0
  9. package/es/component.d.ts +3 -0
  10. package/es/components/_base/config/presetComponents.d.ts +2 -0
  11. package/es/components/_base/config/presetFileUploader.d.ts +2 -0
  12. package/es/components/_base/next.d.ts +1 -0
  13. package/es/components/_base/types/index.d.ts +59 -0
  14. package/es/components/autocomplete/index.d.ts +2 -0
  15. package/es/components/autocomplete/src/index.vue.d.ts +264 -0
  16. package/es/components/building/index.d.ts +2 -0
  17. package/es/components/building/src/index.vue.d.ts +28 -0
  18. package/es/components/cascader/index.d.ts +2 -0
  19. package/es/components/cascader/src/index.vue.d.ts +1191 -0
  20. package/es/components/checkbox/index.d.ts +2 -0
  21. package/es/components/checkbox/src/index.vue.d.ts +85 -0
  22. package/es/components/checkbox-group/index.d.ts +2 -0
  23. package/es/components/checkbox-group/src/index.vue.d.ts +105 -0
  24. package/es/components/date-picker/index.d.ts +2 -0
  25. package/es/components/date-picker/src/QuarterPicker.vue.d.ts +96 -0
  26. package/es/components/date-picker/src/SemiAnnualPicker.vue.d.ts +91 -0
  27. package/es/components/date-picker/src/index.vue.d.ts +417 -0
  28. package/es/components/empty/index.d.ts +2 -0
  29. package/es/components/empty/src/index.vue.d.ts +52 -0
  30. package/es/components/enum-tag/index.d.ts +2 -0
  31. package/es/components/enum-tag/src/index.vue.d.ts +32 -0
  32. package/es/components/file-select/index.d.ts +2 -0
  33. package/es/components/file-select/src/index.vue.d.ts +67 -0
  34. package/es/components/filter/index.d.ts +2 -0
  35. package/es/components/filter/src/index.vue.d.ts +268 -0
  36. package/es/components/flex-text/index.d.ts +2 -0
  37. package/es/components/flex-text/src/index.vue.d.ts +63 -0
  38. package/es/components/form/index.d.ts +2 -0
  39. package/es/components/form/src/index.vue.d.ts +248 -0
  40. package/es/components/index.d.ts +28 -0
  41. package/es/components/input/index.d.ts +2 -0
  42. package/es/components/input/src/index.vue.d.ts +471 -0
  43. package/es/components/input-number/index.d.ts +2 -0
  44. package/es/components/input-number/src/index.vue.d.ts +522 -0
  45. package/es/components/input-password/index.d.ts +2 -0
  46. package/es/components/input-password/src/index.vue.d.ts +457 -0
  47. package/es/components/mask-text/index.d.ts +2 -0
  48. package/es/components/mask-text/src/index.vue.d.ts +30 -0
  49. package/es/components/pagination/index.d.ts +2 -0
  50. package/es/components/pagination/src/index.vue.d.ts +51 -0
  51. package/es/components/radio-group/index.d.ts +2 -0
  52. package/es/components/radio-group/src/CustomRadioGroup.vue.d.ts +63 -0
  53. package/es/components/radio-group/src/FlexRadioGroup.vue.d.ts +43 -0
  54. package/es/components/radio-group/src/index.vue.d.ts +94 -0
  55. package/es/components/remote-cascader/index.d.ts +2 -0
  56. package/es/components/remote-cascader/src/index.vue.d.ts +47 -0
  57. package/es/components/remote-select/index.d.ts +4 -0
  58. package/es/components/remote-select/src/DictSelect.vue.d.ts +176 -0
  59. package/es/components/remote-select/src/EnumSelect.vue.d.ts +176 -0
  60. package/es/components/remote-select/src/index.vue.d.ts +63 -0
  61. package/es/components/remote-tree-select/index.d.ts +2 -0
  62. package/es/components/remote-tree-select/src/index.vue.d.ts +52 -0
  63. package/es/components/remote-tree-select/src/old.vue.d.ts +123 -0
  64. package/es/components/search/index.d.ts +2 -0
  65. package/es/components/search/src/index.vue.d.ts +33 -0
  66. package/es/components/select/index.d.ts +2 -0
  67. package/es/components/select/src/index.vue.d.ts +639 -0
  68. package/es/components/table/index.d.ts +2 -0
  69. package/es/components/table/src/index.vue.d.ts +643 -0
  70. package/es/components/table/src/utils.d.ts +11 -0
  71. package/es/components/tree-panel/index.d.ts +2 -0
  72. package/es/components/tree-panel/src/index.vue.d.ts +994 -0
  73. package/es/components/tree-select/index.d.ts +2 -0
  74. package/es/components/tree-select/src/index.vue.d.ts +135 -0
  75. package/es/components/upload/index.d.ts +3 -0
  76. package/es/components/upload/src/ImageUpload.vue.d.ts +52 -0
  77. package/es/components/upload/src/index.vue.d.ts +559 -0
  78. package/es/constants/aria.d.ts +17 -0
  79. package/es/constants/event.d.ts +3 -0
  80. package/es/constants/index.d.ts +3 -0
  81. package/es/constants/key.d.ts +1 -0
  82. package/es/defaults.d.ts +5 -0
  83. package/es/directives/index.d.ts +1 -0
  84. package/es/directives/size-ob/index.d.ts +12 -0
  85. package/es/hooks/index.d.ts +12 -0
  86. package/es/hooks/use-dict-loader/index.d.ts +10 -0
  87. package/es/hooks/use-enums/index.d.ts +5 -0
  88. package/es/hooks/use-global-config/index.d.ts +22 -0
  89. package/es/hooks/use-list/index.d.ts +57 -0
  90. package/es/hooks/use-loader/index.d.ts +18 -0
  91. package/es/hooks/use-locale/index.d.ts +16 -0
  92. package/es/hooks/use-resettable/index.d.ts +4 -0
  93. package/es/hooks/use-size/index.d.ts +8 -0
  94. package/es/hooks/use-table/index.d.ts +19 -0
  95. package/es/hooks/use-toast/index.d.ts +18 -0
  96. package/es/hooks/use-upload-config/index.d.ts +24 -0
  97. package/es/hooks/use-vmodel/index.d.ts +3 -0
  98. package/es/index.d.ts +9 -0
  99. package/es/locale/index.d.ts +8 -0
  100. package/es/locale/lang/zh-cn.d.ts +9 -0
  101. package/es/locales.d.ts +1 -0
  102. package/es/make-installer.d.ts +6 -0
  103. package/es/utils/array.d.ts +26 -0
  104. package/es/utils/biz.d.ts +10 -0
  105. package/es/utils/compress.d.ts +14 -0
  106. package/es/utils/debounce.d.ts +13 -0
  107. package/es/utils/dom/index.d.ts +1 -0
  108. package/es/utils/enum.d.ts +22 -0
  109. package/es/utils/format.d.ts +28 -0
  110. package/es/utils/functions.d.ts +7 -0
  111. package/es/utils/html.d.ts +12 -0
  112. package/es/utils/index.d.ts +18 -0
  113. package/es/utils/install.d.ts +4 -0
  114. package/es/utils/object.d.ts +42 -0
  115. package/es/utils/rand.d.ts +1 -0
  116. package/es/utils/stream.d.ts +5 -0
  117. package/es/utils/string.d.ts +4 -0
  118. package/es/utils/timer.d.ts +17 -0
  119. package/es/utils/tree.d.ts +44 -0
  120. package/es/utils/types.d.ts +25 -0
  121. package/es/utils/url.d.ts +9 -0
  122. package/es/version.d.ts +1 -0
  123. package/global.d.ts +11 -0
  124. package/lib/component.d.ts +3 -0
  125. package/lib/components/_base/config/presetComponents.d.ts +2 -0
  126. package/lib/components/_base/config/presetFileUploader.d.ts +2 -0
  127. package/lib/components/_base/next.d.ts +1 -0
  128. package/lib/components/_base/types/index.d.ts +59 -0
  129. package/lib/components/autocomplete/index.d.ts +2 -0
  130. package/lib/components/autocomplete/src/index.vue.d.ts +264 -0
  131. package/lib/components/building/index.d.ts +2 -0
  132. package/lib/components/building/src/index.vue.d.ts +28 -0
  133. package/lib/components/cascader/index.d.ts +2 -0
  134. package/lib/components/cascader/src/index.vue.d.ts +1191 -0
  135. package/lib/components/checkbox/index.d.ts +2 -0
  136. package/lib/components/checkbox/src/index.vue.d.ts +85 -0
  137. package/lib/components/checkbox-group/index.d.ts +2 -0
  138. package/lib/components/checkbox-group/src/index.vue.d.ts +105 -0
  139. package/lib/components/date-picker/index.d.ts +2 -0
  140. package/lib/components/date-picker/src/QuarterPicker.vue.d.ts +96 -0
  141. package/lib/components/date-picker/src/SemiAnnualPicker.vue.d.ts +91 -0
  142. package/lib/components/date-picker/src/index.vue.d.ts +417 -0
  143. package/lib/components/empty/index.d.ts +2 -0
  144. package/lib/components/empty/src/index.vue.d.ts +52 -0
  145. package/lib/components/enum-tag/index.d.ts +2 -0
  146. package/lib/components/enum-tag/src/index.vue.d.ts +32 -0
  147. package/lib/components/file-select/index.d.ts +2 -0
  148. package/lib/components/file-select/src/index.vue.d.ts +67 -0
  149. package/lib/components/filter/index.d.ts +2 -0
  150. package/lib/components/filter/src/index.vue.d.ts +268 -0
  151. package/lib/components/flex-text/index.d.ts +2 -0
  152. package/lib/components/flex-text/src/index.vue.d.ts +63 -0
  153. package/lib/components/form/index.d.ts +2 -0
  154. package/lib/components/form/src/index.vue.d.ts +248 -0
  155. package/lib/components/index.d.ts +28 -0
  156. package/lib/components/input/index.d.ts +2 -0
  157. package/lib/components/input/src/index.vue.d.ts +471 -0
  158. package/lib/components/input-number/index.d.ts +2 -0
  159. package/lib/components/input-number/src/index.vue.d.ts +522 -0
  160. package/lib/components/input-password/index.d.ts +2 -0
  161. package/lib/components/input-password/src/index.vue.d.ts +457 -0
  162. package/lib/components/mask-text/index.d.ts +2 -0
  163. package/lib/components/mask-text/src/index.vue.d.ts +30 -0
  164. package/lib/components/pagination/index.d.ts +2 -0
  165. package/lib/components/pagination/src/index.vue.d.ts +51 -0
  166. package/lib/components/radio-group/index.d.ts +2 -0
  167. package/lib/components/radio-group/src/CustomRadioGroup.vue.d.ts +63 -0
  168. package/lib/components/radio-group/src/FlexRadioGroup.vue.d.ts +43 -0
  169. package/lib/components/radio-group/src/index.vue.d.ts +94 -0
  170. package/lib/components/remote-cascader/index.d.ts +2 -0
  171. package/lib/components/remote-cascader/src/index.vue.d.ts +47 -0
  172. package/lib/components/remote-select/index.d.ts +4 -0
  173. package/lib/components/remote-select/src/DictSelect.vue.d.ts +176 -0
  174. package/lib/components/remote-select/src/EnumSelect.vue.d.ts +176 -0
  175. package/lib/components/remote-select/src/index.vue.d.ts +63 -0
  176. package/lib/components/remote-tree-select/index.d.ts +2 -0
  177. package/lib/components/remote-tree-select/src/index.vue.d.ts +52 -0
  178. package/lib/components/remote-tree-select/src/old.vue.d.ts +123 -0
  179. package/lib/components/search/index.d.ts +2 -0
  180. package/lib/components/search/src/index.vue.d.ts +33 -0
  181. package/lib/components/select/index.d.ts +2 -0
  182. package/lib/components/select/src/index.vue.d.ts +639 -0
  183. package/lib/components/table/index.d.ts +2 -0
  184. package/lib/components/table/src/index.vue.d.ts +643 -0
  185. package/lib/components/table/src/utils.d.ts +11 -0
  186. package/lib/components/tree-panel/index.d.ts +2 -0
  187. package/lib/components/tree-panel/src/index.vue.d.ts +994 -0
  188. package/lib/components/tree-select/index.d.ts +2 -0
  189. package/lib/components/tree-select/src/index.vue.d.ts +135 -0
  190. package/lib/components/upload/index.d.ts +3 -0
  191. package/lib/components/upload/src/ImageUpload.vue.d.ts +52 -0
  192. package/lib/components/upload/src/index.vue.d.ts +559 -0
  193. package/lib/constants/aria.d.ts +17 -0
  194. package/lib/constants/event.d.ts +3 -0
  195. package/lib/constants/index.d.ts +3 -0
  196. package/lib/constants/key.d.ts +1 -0
  197. package/lib/defaults.d.ts +5 -0
  198. package/lib/directives/index.d.ts +1 -0
  199. package/lib/directives/size-ob/index.d.ts +12 -0
  200. package/lib/hooks/index.d.ts +12 -0
  201. package/lib/hooks/use-dict-loader/index.d.ts +10 -0
  202. package/lib/hooks/use-enums/index.d.ts +5 -0
  203. package/lib/hooks/use-global-config/index.d.ts +22 -0
  204. package/lib/hooks/use-list/index.d.ts +57 -0
  205. package/lib/hooks/use-loader/index.d.ts +18 -0
  206. package/lib/hooks/use-locale/index.d.ts +16 -0
  207. package/lib/hooks/use-resettable/index.d.ts +4 -0
  208. package/lib/hooks/use-size/index.d.ts +8 -0
  209. package/lib/hooks/use-table/index.d.ts +19 -0
  210. package/lib/hooks/use-toast/index.d.ts +18 -0
  211. package/lib/hooks/use-upload-config/index.d.ts +24 -0
  212. package/lib/hooks/use-vmodel/index.d.ts +3 -0
  213. package/lib/index.d.ts +9 -0
  214. package/lib/locale/index.d.ts +8 -0
  215. package/lib/locale/lang/zh-cn.d.ts +9 -0
  216. package/lib/locales.d.ts +1 -0
  217. package/lib/make-installer.d.ts +6 -0
  218. package/lib/utils/array.d.ts +26 -0
  219. package/lib/utils/biz.d.ts +10 -0
  220. package/lib/utils/compress.d.ts +14 -0
  221. package/lib/utils/debounce.d.ts +13 -0
  222. package/lib/utils/dom/index.d.ts +1 -0
  223. package/lib/utils/enum.d.ts +22 -0
  224. package/lib/utils/format.d.ts +28 -0
  225. package/lib/utils/functions.d.ts +7 -0
  226. package/lib/utils/html.d.ts +12 -0
  227. package/lib/utils/index.d.ts +18 -0
  228. package/lib/utils/install.d.ts +4 -0
  229. package/lib/utils/object.d.ts +42 -0
  230. package/lib/utils/rand.d.ts +1 -0
  231. package/lib/utils/stream.d.ts +5 -0
  232. package/lib/utils/string.d.ts +4 -0
  233. package/lib/utils/timer.d.ts +17 -0
  234. package/lib/utils/tree.d.ts +44 -0
  235. package/lib/utils/types.d.ts +25 -0
  236. package/lib/utils/url.d.ts +9 -0
  237. package/lib/version.d.ts +1 -0
  238. package/package.json +85 -0
  239. package/theme-chalk/base.css +1 -0
  240. package/theme-chalk/dark/css-vars.css +0 -0
  241. package/theme-chalk/el-building.css +1 -0
  242. package/theme-chalk/el-cascader.css +1 -0
  243. package/theme-chalk/el-checkbox-group.css +1 -0
  244. package/theme-chalk/el-date-picker.css +1 -0
  245. package/theme-chalk/el-empty.css +1 -0
  246. package/theme-chalk/el-file-select.css +1 -0
  247. package/theme-chalk/el-filter.css +1 -0
  248. package/theme-chalk/el-flex-text.css +1 -0
  249. package/theme-chalk/el-form.css +1 -0
  250. package/theme-chalk/el-image-upload.css +1 -0
  251. package/theme-chalk/el-input-number.css +1 -0
  252. package/theme-chalk/el-mask-text.css +1 -0
  253. package/theme-chalk/el-radio-group.css +1 -0
  254. package/theme-chalk/el-search.css +1 -0
  255. package/theme-chalk/el-select.css +1 -0
  256. package/theme-chalk/el-table.css +1 -0
  257. package/theme-chalk/el-tree-panel.css +1 -0
  258. package/theme-chalk/el-tree-select.css +1 -0
  259. package/theme-chalk/el-upload.css +1 -0
  260. package/theme-chalk/index.css +1 -0
  261. package/theme-chalk/src/base.scss +11 -0
  262. package/theme-chalk/src/building.scss +6 -0
  263. package/theme-chalk/src/cascader.scss +36 -0
  264. package/theme-chalk/src/checkbox-group.scss +16 -0
  265. package/theme-chalk/src/dark/css-vars.scss +0 -0
  266. package/theme-chalk/src/date-picker.scss +40 -0
  267. package/theme-chalk/src/empty.scss +82 -0
  268. package/theme-chalk/src/file-select.scss +94 -0
  269. package/theme-chalk/src/filter.scss +119 -0
  270. package/theme-chalk/src/flex-text.scss +31 -0
  271. package/theme-chalk/src/form.scss +10 -0
  272. package/theme-chalk/src/image-upload.scss +25 -0
  273. package/theme-chalk/src/index.scss +20 -0
  274. package/theme-chalk/src/input-number.scss +16 -0
  275. package/theme-chalk/src/mask-text.scss +8 -0
  276. package/theme-chalk/src/radio-group.scss +204 -0
  277. package/theme-chalk/src/search.scss +5 -0
  278. package/theme-chalk/src/select.scss +14 -0
  279. package/theme-chalk/src/table.scss +24 -0
  280. package/theme-chalk/src/tree-panel.scss +113 -0
  281. package/theme-chalk/src/tree-select.scss +14 -0
  282. package/theme-chalk/src/upload.scss +86 -0
@@ -0,0 +1,43 @@
1
+ type __VLS_Props = {
2
+ modelValue?: string | number | boolean;
3
+ options: {
4
+ value: string | number | boolean;
5
+ label: string;
6
+ disabled?: boolean;
7
+ data: any;
8
+ }[];
9
+ placement?: string;
10
+ };
11
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
12
+ placement: string;
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
+ select: (...args: any[]) => void;
15
+ change: (...args: any[]) => void;
16
+ "update:modelValue": (...args: any[]) => void;
17
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
18
+ placement: string;
19
+ }>>> & {
20
+ onSelect?: ((...args: any[]) => any) | undefined;
21
+ onChange?: ((...args: any[]) => any) | undefined;
22
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
23
+ }, {
24
+ placement: string;
25
+ }>;
26
+ export default _default;
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToOption<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
+ } : {
37
+ type: import('vue').PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
41
+ type __VLS_PrettifyLocal<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
@@ -0,0 +1,94 @@
1
+ type __VLS_Props = {
2
+ type?: 'default' | 'button' | 'border' | 'flex' | 'custom';
3
+ loading?: boolean;
4
+ loadError?: string;
5
+ loaded?: boolean;
6
+ data?: any[] | Record<string, any>;
7
+ options?: any[] | Record<string, any>;
8
+ loadingText?: string;
9
+ noDataText?: string;
10
+ valueKey?: string;
11
+ labelKey?: string;
12
+ disabledKey?: string;
13
+ };
14
+ declare function __VLS_template(): {
15
+ attrs: Partial<{}>;
16
+ slots: Partial<Record<string, (_: any) => any>> & {
17
+ option?(_: {
18
+ value: any;
19
+ label: any;
20
+ disabled: any;
21
+ data: any;
22
+ }): any;
23
+ option?(_: {
24
+ value: any;
25
+ label: any;
26
+ disabled: any;
27
+ data: any;
28
+ }): any;
29
+ };
30
+ refs: {};
31
+ rootEl: any;
32
+ };
33
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
34
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
35
+ type: string;
36
+ loading: boolean;
37
+ loadError: string;
38
+ loaded: boolean;
39
+ loadingText: string;
40
+ noDataText: string;
41
+ valueKey: string;
42
+ labelKey: string;
43
+ disabledKey: string;
44
+ }>, {
45
+ getCheckedNodes(): any[];
46
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
+ load: (...args: any[]) => void;
48
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
49
+ type: string;
50
+ loading: boolean;
51
+ loadError: string;
52
+ loaded: boolean;
53
+ loadingText: string;
54
+ noDataText: string;
55
+ valueKey: string;
56
+ labelKey: string;
57
+ disabledKey: string;
58
+ }>>> & {
59
+ onLoad?: ((...args: any[]) => any) | undefined;
60
+ }, {
61
+ type: "default" | "button" | "border" | "flex" | "custom";
62
+ valueKey: string;
63
+ loading: boolean;
64
+ loadError: string;
65
+ loaded: boolean;
66
+ loadingText: string;
67
+ labelKey: string;
68
+ disabledKey: string;
69
+ noDataText: string;
70
+ }>;
71
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
72
+ export default _default;
73
+ type __VLS_WithDefaults<P, D> = {
74
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
75
+ default: D[K];
76
+ }> : P[K];
77
+ };
78
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
79
+ type __VLS_TypePropsToOption<T> = {
80
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
81
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
82
+ } : {
83
+ type: import('vue').PropType<T[K]>;
84
+ required: true;
85
+ };
86
+ };
87
+ type __VLS_WithTemplateSlots<T, S> = T & {
88
+ new (): {
89
+ $slots: S;
90
+ };
91
+ };
92
+ type __VLS_PrettifyLocal<T> = {
93
+ [K in keyof T]: T[K];
94
+ } & {};
@@ -0,0 +1,2 @@
1
+ export declare const NtRemoteCascader: any;
2
+ export default NtRemoteCascader;
@@ -0,0 +1,47 @@
1
+ import type { ILoadMethod, IRequest } from '../../_base/types';
2
+ type __VLS_Props = {
3
+ request?: IRequest;
4
+ loadMethod?: ILoadMethod;
5
+ queryParams?: Record<string, any>;
6
+ watchQueryParams?: boolean;
7
+ };
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: Partial<Record<string, (_: any) => any>>;
11
+ refs: {
12
+ cascaderRef: unknown;
13
+ };
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
18
+ watchQueryParams: boolean;
19
+ }>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
20
+ watchQueryParams: boolean;
21
+ }>>>, {
22
+ watchQueryParams: boolean;
23
+ }>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
26
+ type __VLS_WithDefaults<P, D> = {
27
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
28
+ default: D[K];
29
+ }> : P[K];
30
+ };
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToOption<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
40
+ type __VLS_WithTemplateSlots<T, S> = T & {
41
+ new (): {
42
+ $slots: S;
43
+ };
44
+ };
45
+ type __VLS_PrettifyLocal<T> = {
46
+ [K in keyof T]: T[K];
47
+ } & {};
@@ -0,0 +1,4 @@
1
+ export declare const NtRemoteSelect: any;
2
+ export declare const NtDictSelect: any;
3
+ export declare const NtEnumSelect: any;
4
+ export default NtRemoteSelect;
@@ -0,0 +1,176 @@
1
+ type __VLS_Props = {
2
+ dictKey: string;
3
+ };
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: Partial<Record<string, (_: any) => any>>;
7
+ refs: {
8
+ selectRef: ({
9
+ $: import("vue").ComponentInternalInstance;
10
+ $data: {};
11
+ $props: Partial<{
12
+ component: "select" | "radio" | "checkbox";
13
+ remote: boolean;
14
+ keywordRequired: boolean;
15
+ filterKey: string;
16
+ watchQueryParams: boolean;
17
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
18
+ component: {
19
+ type: import("vue").PropType<"select" | "checkbox" | "radio">;
20
+ default: string;
21
+ };
22
+ request: {
23
+ type: import("vue").PropType<import("../../_base/types").IRequest>;
24
+ };
25
+ queryParams: {
26
+ type: import("vue").PropType<Record<string, any>>;
27
+ };
28
+ remote: {
29
+ type: import("vue").PropType<boolean>;
30
+ default: boolean;
31
+ };
32
+ loadMethod: {
33
+ type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
34
+ };
35
+ keywordRequired: {
36
+ type: import("vue").PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ filterKey: {
40
+ type: import("vue").PropType<string>;
41
+ default: string;
42
+ };
43
+ watchQueryParams: {
44
+ type: import("vue").PropType<boolean>;
45
+ default: boolean;
46
+ };
47
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "remote" | "keywordRequired" | "filterKey" | "watchQueryParams">;
48
+ $attrs: {
49
+ [x: string]: unknown;
50
+ };
51
+ $refs: {
52
+ [x: string]: unknown;
53
+ };
54
+ $slots: import("vue").Slots;
55
+ $root: import("vue").ComponentPublicInstance | null;
56
+ $parent: import("vue").ComponentPublicInstance | null;
57
+ $emit: (event: string, ...args: any[]) => void;
58
+ $el: any;
59
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
60
+ component: {
61
+ type: import("vue").PropType<"select" | "checkbox" | "radio">;
62
+ default: string;
63
+ };
64
+ request: {
65
+ type: import("vue").PropType<import("../../_base/types").IRequest>;
66
+ };
67
+ queryParams: {
68
+ type: import("vue").PropType<Record<string, any>>;
69
+ };
70
+ remote: {
71
+ type: import("vue").PropType<boolean>;
72
+ default: boolean;
73
+ };
74
+ loadMethod: {
75
+ type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
76
+ };
77
+ keywordRequired: {
78
+ type: import("vue").PropType<boolean>;
79
+ default: boolean;
80
+ };
81
+ filterKey: {
82
+ type: import("vue").PropType<string>;
83
+ default: string;
84
+ };
85
+ watchQueryParams: {
86
+ type: import("vue").PropType<boolean>;
87
+ default: boolean;
88
+ };
89
+ }>>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
90
+ component: "select" | "radio" | "checkbox";
91
+ remote: boolean;
92
+ keywordRequired: boolean;
93
+ filterKey: string;
94
+ watchQueryParams: boolean;
95
+ }> & {
96
+ beforeCreate?: (() => void) | (() => void)[];
97
+ created?: (() => void) | (() => void)[];
98
+ beforeMount?: (() => void) | (() => void)[];
99
+ mounted?: (() => void) | (() => void)[];
100
+ beforeUpdate?: (() => void) | (() => void)[];
101
+ updated?: (() => void) | (() => void)[];
102
+ activated?: (() => void) | (() => void)[];
103
+ deactivated?: (() => void) | (() => void)[];
104
+ beforeDestroy?: (() => void) | (() => void)[];
105
+ beforeUnmount?: (() => void) | (() => void)[];
106
+ destroyed?: (() => void) | (() => void)[];
107
+ unmounted?: (() => void) | (() => void)[];
108
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
109
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
110
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
111
+ };
112
+ $forceUpdate: () => void;
113
+ $nextTick: typeof import("vue").nextTick;
114
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
115
+ } & Readonly<import("vue").ExtractPropTypes<{
116
+ component: {
117
+ type: import("vue").PropType<"select" | "checkbox" | "radio">;
118
+ default: string;
119
+ };
120
+ request: {
121
+ type: import("vue").PropType<import("../../_base/types").IRequest>;
122
+ };
123
+ queryParams: {
124
+ type: import("vue").PropType<Record<string, any>>;
125
+ };
126
+ remote: {
127
+ type: import("vue").PropType<boolean>;
128
+ default: boolean;
129
+ };
130
+ loadMethod: {
131
+ type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
132
+ };
133
+ keywordRequired: {
134
+ type: import("vue").PropType<boolean>;
135
+ default: boolean;
136
+ };
137
+ filterKey: {
138
+ type: import("vue").PropType<string>;
139
+ default: string;
140
+ };
141
+ watchQueryParams: {
142
+ type: import("vue").PropType<boolean>;
143
+ default: boolean;
144
+ };
145
+ }>> & import("vue").ShallowUnwrapRef<any> & {} & import("@vue/runtime-core").ComponentCustomProperties & {
146
+ $slots: Partial<Record<string, (_: any) => any>>;
147
+ }) | null;
148
+ };
149
+ rootEl: any;
150
+ };
151
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
152
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>>>, {}>;
153
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
154
+ export default _default;
155
+ type __VLS_WithDefaults<P, D> = {
156
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
157
+ default: D[K];
158
+ }> : P[K];
159
+ };
160
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
161
+ type __VLS_TypePropsToOption<T> = {
162
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
163
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
164
+ } : {
165
+ type: import('vue').PropType<T[K]>;
166
+ required: true;
167
+ };
168
+ };
169
+ type __VLS_WithTemplateSlots<T, S> = T & {
170
+ new (): {
171
+ $slots: S;
172
+ };
173
+ };
174
+ type __VLS_PrettifyLocal<T> = {
175
+ [K in keyof T]: T[K];
176
+ } & {};
@@ -0,0 +1,176 @@
1
+ type __VLS_Props = {
2
+ enumKey: string;
3
+ };
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: Partial<Record<string, (_: any) => any>>;
7
+ refs: {
8
+ selectRef: ({
9
+ $: import("vue").ComponentInternalInstance;
10
+ $data: {};
11
+ $props: Partial<{
12
+ component: "select" | "radio" | "checkbox";
13
+ remote: boolean;
14
+ keywordRequired: boolean;
15
+ filterKey: string;
16
+ watchQueryParams: boolean;
17
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
18
+ component: {
19
+ type: import("vue").PropType<"select" | "checkbox" | "radio">;
20
+ default: string;
21
+ };
22
+ request: {
23
+ type: import("vue").PropType<import("../../_base/types").IRequest>;
24
+ };
25
+ queryParams: {
26
+ type: import("vue").PropType<Record<string, any>>;
27
+ };
28
+ remote: {
29
+ type: import("vue").PropType<boolean>;
30
+ default: boolean;
31
+ };
32
+ loadMethod: {
33
+ type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
34
+ };
35
+ keywordRequired: {
36
+ type: import("vue").PropType<boolean>;
37
+ default: boolean;
38
+ };
39
+ filterKey: {
40
+ type: import("vue").PropType<string>;
41
+ default: string;
42
+ };
43
+ watchQueryParams: {
44
+ type: import("vue").PropType<boolean>;
45
+ default: boolean;
46
+ };
47
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "remote" | "keywordRequired" | "filterKey" | "watchQueryParams">;
48
+ $attrs: {
49
+ [x: string]: unknown;
50
+ };
51
+ $refs: {
52
+ [x: string]: unknown;
53
+ };
54
+ $slots: import("vue").Slots;
55
+ $root: import("vue").ComponentPublicInstance | null;
56
+ $parent: import("vue").ComponentPublicInstance | null;
57
+ $emit: (event: string, ...args: any[]) => void;
58
+ $el: any;
59
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
60
+ component: {
61
+ type: import("vue").PropType<"select" | "checkbox" | "radio">;
62
+ default: string;
63
+ };
64
+ request: {
65
+ type: import("vue").PropType<import("../../_base/types").IRequest>;
66
+ };
67
+ queryParams: {
68
+ type: import("vue").PropType<Record<string, any>>;
69
+ };
70
+ remote: {
71
+ type: import("vue").PropType<boolean>;
72
+ default: boolean;
73
+ };
74
+ loadMethod: {
75
+ type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
76
+ };
77
+ keywordRequired: {
78
+ type: import("vue").PropType<boolean>;
79
+ default: boolean;
80
+ };
81
+ filterKey: {
82
+ type: import("vue").PropType<string>;
83
+ default: string;
84
+ };
85
+ watchQueryParams: {
86
+ type: import("vue").PropType<boolean>;
87
+ default: boolean;
88
+ };
89
+ }>>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
90
+ component: "select" | "radio" | "checkbox";
91
+ remote: boolean;
92
+ keywordRequired: boolean;
93
+ filterKey: string;
94
+ watchQueryParams: boolean;
95
+ }> & {
96
+ beforeCreate?: (() => void) | (() => void)[];
97
+ created?: (() => void) | (() => void)[];
98
+ beforeMount?: (() => void) | (() => void)[];
99
+ mounted?: (() => void) | (() => void)[];
100
+ beforeUpdate?: (() => void) | (() => void)[];
101
+ updated?: (() => void) | (() => void)[];
102
+ activated?: (() => void) | (() => void)[];
103
+ deactivated?: (() => void) | (() => void)[];
104
+ beforeDestroy?: (() => void) | (() => void)[];
105
+ beforeUnmount?: (() => void) | (() => void)[];
106
+ destroyed?: (() => void) | (() => void)[];
107
+ unmounted?: (() => void) | (() => void)[];
108
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
109
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
110
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
111
+ };
112
+ $forceUpdate: () => void;
113
+ $nextTick: typeof import("vue").nextTick;
114
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
115
+ } & Readonly<import("vue").ExtractPropTypes<{
116
+ component: {
117
+ type: import("vue").PropType<"select" | "checkbox" | "radio">;
118
+ default: string;
119
+ };
120
+ request: {
121
+ type: import("vue").PropType<import("../../_base/types").IRequest>;
122
+ };
123
+ queryParams: {
124
+ type: import("vue").PropType<Record<string, any>>;
125
+ };
126
+ remote: {
127
+ type: import("vue").PropType<boolean>;
128
+ default: boolean;
129
+ };
130
+ loadMethod: {
131
+ type: import("vue").PropType<import("../../_base/types").ILoadMethod>;
132
+ };
133
+ keywordRequired: {
134
+ type: import("vue").PropType<boolean>;
135
+ default: boolean;
136
+ };
137
+ filterKey: {
138
+ type: import("vue").PropType<string>;
139
+ default: string;
140
+ };
141
+ watchQueryParams: {
142
+ type: import("vue").PropType<boolean>;
143
+ default: boolean;
144
+ };
145
+ }>> & import("vue").ShallowUnwrapRef<any> & {} & import("@vue/runtime-core").ComponentCustomProperties & {
146
+ $slots: Partial<Record<string, (_: any) => any>>;
147
+ }) | null;
148
+ };
149
+ rootEl: any;
150
+ };
151
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
152
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {}>>>, {}>;
153
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
154
+ export default _default;
155
+ type __VLS_WithDefaults<P, D> = {
156
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
157
+ default: D[K];
158
+ }> : P[K];
159
+ };
160
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
161
+ type __VLS_TypePropsToOption<T> = {
162
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
163
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
164
+ } : {
165
+ type: import('vue').PropType<T[K]>;
166
+ required: true;
167
+ };
168
+ };
169
+ type __VLS_WithTemplateSlots<T, S> = T & {
170
+ new (): {
171
+ $slots: S;
172
+ };
173
+ };
174
+ type __VLS_PrettifyLocal<T> = {
175
+ [K in keyof T]: T[K];
176
+ } & {};
@@ -0,0 +1,63 @@
1
+ import type { ILoadMethod, IRequest } from '../../_base/types';
2
+ type __VLS_Props = {
3
+ component?: 'select' | 'radio' | 'checkbox';
4
+ request?: IRequest;
5
+ loadMethod?: ILoadMethod;
6
+ keywordRequired?: boolean;
7
+ filterKey?: string;
8
+ queryParams?: Record<string, any>;
9
+ watchQueryParams?: boolean;
10
+ remote?: boolean;
11
+ };
12
+ declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
14
+ slots: Partial<Record<string, (_: any) => any>>;
15
+ refs: {
16
+ selectRef: unknown;
17
+ };
18
+ rootEl: any;
19
+ };
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
22
+ component: string;
23
+ keywordRequired: boolean;
24
+ filterKey: string;
25
+ watchQueryParams: boolean;
26
+ remote: boolean;
27
+ }>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
28
+ component: string;
29
+ keywordRequired: boolean;
30
+ filterKey: string;
31
+ watchQueryParams: boolean;
32
+ remote: boolean;
33
+ }>>>, {
34
+ component: "select" | "radio" | "checkbox";
35
+ remote: boolean;
36
+ keywordRequired: boolean;
37
+ filterKey: string;
38
+ watchQueryParams: boolean;
39
+ }>;
40
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
41
+ export default _default;
42
+ type __VLS_WithDefaults<P, D> = {
43
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
44
+ default: D[K];
45
+ }> : P[K];
46
+ };
47
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
+ type __VLS_TypePropsToOption<T> = {
49
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
50
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
51
+ } : {
52
+ type: import('vue').PropType<T[K]>;
53
+ required: true;
54
+ };
55
+ };
56
+ type __VLS_WithTemplateSlots<T, S> = T & {
57
+ new (): {
58
+ $slots: S;
59
+ };
60
+ };
61
+ type __VLS_PrettifyLocal<T> = {
62
+ [K in keyof T]: T[K];
63
+ } & {};
@@ -0,0 +1,2 @@
1
+ export declare const NtRemoteTreeSelect: any;
2
+ export default NtRemoteTreeSelect;
@@ -0,0 +1,52 @@
1
+ import type { ILoadMethod, IRequest } from '../../_base/types';
2
+ type __VLS_Props = {
3
+ modelValue?: string | number | string[] | number[];
4
+ request?: IRequest;
5
+ loadMethod?: ILoadMethod;
6
+ queryParams?: Record<string, any>;
7
+ watchQueryParams?: boolean;
8
+ };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: Partial<Record<string, (_: any) => any>>;
12
+ refs: {
13
+ treeRef: unknown;
14
+ };
15
+ rootEl: any;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
19
+ watchQueryParams: boolean;
20
+ }>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
21
+ "update:modelValue": (...args: any[]) => void;
22
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_Props>, {
23
+ watchQueryParams: boolean;
24
+ }>>> & {
25
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
26
+ }, {
27
+ watchQueryParams: boolean;
28
+ }>;
29
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
+ export default _default;
31
+ type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_PrettifyLocal<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToOption<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('vue').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithTemplateSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
50
+ type __VLS_PrettifyLocal<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};