@flyto/farco 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 (81) hide show
  1. package/dist/index.es.js +19599 -0
  2. package/dist/index.umd.js +127 -0
  3. package/dist/style.css +1 -0
  4. package/dist/types/components/fbutton/fbutton.d.ts +37 -0
  5. package/dist/types/components/fbutton/fbutton.vue.d.ts +34 -0
  6. package/dist/types/components/fbutton/index.d.ts +6 -0
  7. package/dist/types/components/fcheckbox/constants/index.d.ts +11 -0
  8. package/dist/types/components/fcheckbox/fcheckbox.d.ts +45 -0
  9. package/dist/types/components/fcheckbox/fcheckbox.vue.d.ts +168 -0
  10. package/dist/types/components/fcheckbox/index.d.ts +6 -0
  11. package/dist/types/components/fdate/fdate.d.ts +69 -0
  12. package/dist/types/components/fdate/fdate.vue.d.ts +45 -0
  13. package/dist/types/components/fdate/index.d.ts +6 -0
  14. package/dist/types/components/fform/fform.d.ts +87 -0
  15. package/dist/types/components/fform/fform.vue.d.ts +124 -0
  16. package/dist/types/components/fform/index.d.ts +6 -0
  17. package/dist/types/components/fform-item/fform-item.d.ts +94 -0
  18. package/dist/types/components/fform-item/fform-item.vue.d.ts +117 -0
  19. package/dist/types/components/fform-item/index.d.ts +6 -0
  20. package/dist/types/components/ficon/ficon.d.ts +45 -0
  21. package/dist/types/components/ficon/ficon.vue.d.ts +59 -0
  22. package/dist/types/components/ficon/index.d.ts +6 -0
  23. package/dist/types/components/finput/finput.d.ts +56 -0
  24. package/dist/types/components/finput/finput.vue.d.ts +83 -0
  25. package/dist/types/components/finput/index.d.ts +6 -0
  26. package/dist/types/components/flink/flink.d.ts +28 -0
  27. package/dist/types/components/flink/flink.vue.d.ts +40 -0
  28. package/dist/types/components/flink/index.d.ts +6 -0
  29. package/dist/types/components/fml-input/fml-input.d.ts +76 -0
  30. package/dist/types/components/fml-input/fml-input.vue.d.ts +627 -0
  31. package/dist/types/components/fml-input/index.d.ts +6 -0
  32. package/dist/types/components/fpop-choice/fpop-choice.d.ts +56 -0
  33. package/dist/types/components/fpop-choice/fpop-choice.vue.d.ts +893 -0
  34. package/dist/types/components/fpop-choice/index.d.ts +8 -0
  35. package/dist/types/components/fpop-choice/utils/index.d.ts +19 -0
  36. package/dist/types/components/fquery-list/fquery-list.d.ts +129 -0
  37. package/dist/types/components/fquery-list/fquery-list.vue.d.ts +1352 -0
  38. package/dist/types/components/fquery-list/index.d.ts +7 -0
  39. package/dist/types/components/fradio/constants/index.d.ts +9 -0
  40. package/dist/types/components/fradio/fradio.d.ts +52 -0
  41. package/dist/types/components/fradio/fradio.vue.d.ts +174 -0
  42. package/dist/types/components/fradio/index.d.ts +6 -0
  43. package/dist/types/components/frange/frange.d.ts +48 -0
  44. package/dist/types/components/frange/frange.vue.d.ts +91 -0
  45. package/dist/types/components/frange/index.d.ts +6 -0
  46. package/dist/types/components/fsearch/fsearch.d.ts +79 -0
  47. package/dist/types/components/fsearch/fsearch.vue.d.ts +104 -0
  48. package/dist/types/components/fsearch/index.d.ts +6 -0
  49. package/dist/types/components/fselect/constants/index.d.ts +7 -0
  50. package/dist/types/components/fselect/fselect-option.vue.d.ts +21 -0
  51. package/dist/types/components/fselect/fselect.d.ts +123 -0
  52. package/dist/types/components/fselect/fselect.vue.d.ts +182 -0
  53. package/dist/types/components/fselect/index.d.ts +6 -0
  54. package/dist/types/components/fskeleton/fskeleton.d.ts +19 -0
  55. package/dist/types/components/fskeleton/fskeleton.vue.d.ts +15 -0
  56. package/dist/types/components/fskeleton/index.d.ts +6 -0
  57. package/dist/types/components/fswitch/fswitch.d.ts +10 -0
  58. package/dist/types/components/fswitch/fswitch.vue.d.ts +365 -0
  59. package/dist/types/components/fswitch/index.d.ts +6 -0
  60. package/dist/types/components/ftable/constants/index.d.ts +17 -0
  61. package/dist/types/components/ftable/ftable-cols-set.vue.d.ts +6 -0
  62. package/dist/types/components/ftable/ftable-toolbar.vue.d.ts +55 -0
  63. package/dist/types/components/ftable/ftable.d.ts +335 -0
  64. package/dist/types/components/ftable/ftable.vue.d.ts +335 -0
  65. package/dist/types/components/ftable/index.d.ts +7 -0
  66. package/dist/types/components/ftable/utils/index.d.ts +16 -0
  67. package/dist/types/components/ftext/ftext.d.ts +99 -0
  68. package/dist/types/components/ftext/ftext.vue.d.ts +87 -0
  69. package/dist/types/components/ftext/index.d.ts +6 -0
  70. package/dist/types/components/ftextarea/ftextarea.d.ts +41 -0
  71. package/dist/types/components/ftextarea/ftextarea.vue.d.ts +582 -0
  72. package/dist/types/components/ftextarea/index.d.ts +6 -0
  73. package/dist/types/components/index.d.ts +41 -0
  74. package/dist/types/components.d.ts +34 -0
  75. package/dist/types/constants/fform.d.ts +9 -0
  76. package/dist/types/constants/global.d.ts +11 -0
  77. package/dist/types/index.d.ts +15 -0
  78. package/dist/types/types/global.d.ts +45 -0
  79. package/dist/types/types/index.d.ts +2 -0
  80. package/package.json +55 -0
  81. package/readme.md +3 -0
@@ -0,0 +1,365 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ modelValue: import('vue').PropType<string | number | boolean>;
3
+ defaultValue: {
4
+ type: BooleanConstructor;
5
+ default: null;
6
+ };
7
+ }>, {
8
+ /**
9
+ * 值,在非受控模式下,读取组件的值
10
+ */
11
+ value: import('vue').ModelRef<string | number | boolean | undefined, string, string | number | boolean | undefined, string | number | boolean | undefined>;
12
+ /**
13
+ * Arco Switch 实例(可调用组件内部方法)
14
+ * */
15
+ ins: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
16
+ modelValue: {
17
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
18
+ default: undefined;
19
+ };
20
+ defaultChecked: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ disabled: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ loading: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ type: {
33
+ type: import('vue').PropType<"circle" | "line" | "round">;
34
+ default: string;
35
+ };
36
+ size: {
37
+ type: import('vue').PropType<"small" | "medium">;
38
+ };
39
+ checkedValue: {
40
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
41
+ default: boolean;
42
+ };
43
+ uncheckedValue: {
44
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
45
+ default: boolean;
46
+ };
47
+ checkedColor: {
48
+ type: StringConstructor;
49
+ };
50
+ uncheckedColor: {
51
+ type: StringConstructor;
52
+ };
53
+ beforeChange: {
54
+ type: import('vue').PropType<(newValue: string | number | boolean) => boolean | void | Promise<boolean | void>>;
55
+ };
56
+ checkedText: {
57
+ type: StringConstructor;
58
+ };
59
+ uncheckedText: {
60
+ type: StringConstructor;
61
+ };
62
+ }>> & Readonly<{
63
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
64
+ onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
65
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
66
+ "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
67
+ }>, {
68
+ prefixCls: string;
69
+ cls: import('vue').ComputedRef<(string | {
70
+ [x: string]: string | boolean | undefined;
71
+ })[]>;
72
+ mergedDisabled: import('vue').ComputedRef<boolean>;
73
+ buttonStyle: import('vue').ComputedRef<{
74
+ '--custom-color': string;
75
+ backgroundColor?: undefined;
76
+ } | {
77
+ backgroundColor: string;
78
+ '--custom-color'?: undefined;
79
+ } | undefined>;
80
+ computedCheck: import('vue').ComputedRef<boolean>;
81
+ computedLoading: import('vue').ComputedRef<boolean>;
82
+ handleClick: (ev: Event) => Promise<void>;
83
+ handleFocus: (ev: FocusEvent) => void;
84
+ handleBlur: (ev: FocusEvent) => void;
85
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
86
+ 'update:modelValue': (value: string | number | boolean) => true;
87
+ change: (value: string | number | boolean, ev: Event) => true;
88
+ focus: (ev: FocusEvent) => true;
89
+ blur: (ev: FocusEvent) => true;
90
+ }, import('vue').PublicProps, {
91
+ disabled: boolean;
92
+ type: "circle" | "line" | "round";
93
+ modelValue: string | number | boolean;
94
+ loading: boolean;
95
+ defaultChecked: boolean;
96
+ checkedValue: string | number | boolean;
97
+ uncheckedValue: string | number | boolean;
98
+ }, true, {}, {}, {
99
+ IconLoading: any;
100
+ } & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
101
+ P: {};
102
+ B: {};
103
+ D: {};
104
+ C: {};
105
+ M: {};
106
+ Defaults: {};
107
+ }, Readonly<import('vue').ExtractPropTypes<{
108
+ modelValue: {
109
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
110
+ default: undefined;
111
+ };
112
+ defaultChecked: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
116
+ disabled: {
117
+ type: BooleanConstructor;
118
+ default: boolean;
119
+ };
120
+ loading: {
121
+ type: BooleanConstructor;
122
+ default: boolean;
123
+ };
124
+ type: {
125
+ type: import('vue').PropType<"circle" | "line" | "round">;
126
+ default: string;
127
+ };
128
+ size: {
129
+ type: import('vue').PropType<"small" | "medium">;
130
+ };
131
+ checkedValue: {
132
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
133
+ default: boolean;
134
+ };
135
+ uncheckedValue: {
136
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
137
+ default: boolean;
138
+ };
139
+ checkedColor: {
140
+ type: StringConstructor;
141
+ };
142
+ uncheckedColor: {
143
+ type: StringConstructor;
144
+ };
145
+ beforeChange: {
146
+ type: import('vue').PropType<(newValue: string | number | boolean) => boolean | void | Promise<boolean | void>>;
147
+ };
148
+ checkedText: {
149
+ type: StringConstructor;
150
+ };
151
+ uncheckedText: {
152
+ type: StringConstructor;
153
+ };
154
+ }>> & Readonly<{
155
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
156
+ onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
157
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
158
+ "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
159
+ }>, {
160
+ prefixCls: string;
161
+ cls: import('vue').ComputedRef<(string | {
162
+ [x: string]: string | boolean | undefined;
163
+ })[]>;
164
+ mergedDisabled: import('vue').ComputedRef<boolean>;
165
+ buttonStyle: import('vue').ComputedRef<{
166
+ '--custom-color': string;
167
+ backgroundColor?: undefined;
168
+ } | {
169
+ backgroundColor: string;
170
+ '--custom-color'?: undefined;
171
+ } | undefined>;
172
+ computedCheck: import('vue').ComputedRef<boolean>;
173
+ computedLoading: import('vue').ComputedRef<boolean>;
174
+ handleClick: (ev: Event) => Promise<void>;
175
+ handleFocus: (ev: FocusEvent) => void;
176
+ handleBlur: (ev: FocusEvent) => void;
177
+ }, {}, {}, {}, {
178
+ disabled: boolean;
179
+ type: "circle" | "line" | "round";
180
+ modelValue: string | number | boolean;
181
+ loading: boolean;
182
+ defaultChecked: boolean;
183
+ checkedValue: string | number | boolean;
184
+ uncheckedValue: string | number | boolean;
185
+ }> | undefined, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
186
+ modelValue: {
187
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
188
+ default: undefined;
189
+ };
190
+ defaultChecked: {
191
+ type: BooleanConstructor;
192
+ default: boolean;
193
+ };
194
+ disabled: {
195
+ type: BooleanConstructor;
196
+ default: boolean;
197
+ };
198
+ loading: {
199
+ type: BooleanConstructor;
200
+ default: boolean;
201
+ };
202
+ type: {
203
+ type: import('vue').PropType<"circle" | "line" | "round">;
204
+ default: string;
205
+ };
206
+ size: {
207
+ type: import('vue').PropType<"small" | "medium">;
208
+ };
209
+ checkedValue: {
210
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
211
+ default: boolean;
212
+ };
213
+ uncheckedValue: {
214
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
215
+ default: boolean;
216
+ };
217
+ checkedColor: {
218
+ type: StringConstructor;
219
+ };
220
+ uncheckedColor: {
221
+ type: StringConstructor;
222
+ };
223
+ beforeChange: {
224
+ type: import('vue').PropType<(newValue: string | number | boolean) => boolean | void | Promise<boolean | void>>;
225
+ };
226
+ checkedText: {
227
+ type: StringConstructor;
228
+ };
229
+ uncheckedText: {
230
+ type: StringConstructor;
231
+ };
232
+ }>> & Readonly<{
233
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
234
+ onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
235
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
236
+ "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
237
+ }>, {
238
+ prefixCls: string;
239
+ cls: import('vue').ComputedRef<(string | {
240
+ [x: string]: string | boolean | undefined;
241
+ })[]>;
242
+ mergedDisabled: import('vue').ComputedRef<boolean>;
243
+ buttonStyle: import('vue').ComputedRef<{
244
+ '--custom-color': string;
245
+ backgroundColor?: undefined;
246
+ } | {
247
+ backgroundColor: string;
248
+ '--custom-color'?: undefined;
249
+ } | undefined>;
250
+ computedCheck: import('vue').ComputedRef<boolean>;
251
+ computedLoading: import('vue').ComputedRef<boolean>;
252
+ handleClick: (ev: Event) => Promise<void>;
253
+ handleFocus: (ev: FocusEvent) => void;
254
+ handleBlur: (ev: FocusEvent) => void;
255
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
256
+ 'update:modelValue': (value: string | number | boolean) => true;
257
+ change: (value: string | number | boolean, ev: Event) => true;
258
+ focus: (ev: FocusEvent) => true;
259
+ blur: (ev: FocusEvent) => true;
260
+ }, import('vue').PublicProps, {
261
+ disabled: boolean;
262
+ type: "circle" | "line" | "round";
263
+ modelValue: string | number | boolean;
264
+ loading: boolean;
265
+ defaultChecked: boolean;
266
+ checkedValue: string | number | boolean;
267
+ uncheckedValue: string | number | boolean;
268
+ }, true, {}, {}, {
269
+ IconLoading: any;
270
+ } & import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
271
+ P: {};
272
+ B: {};
273
+ D: {};
274
+ C: {};
275
+ M: {};
276
+ Defaults: {};
277
+ }, Readonly<import('vue').ExtractPropTypes<{
278
+ modelValue: {
279
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
280
+ default: undefined;
281
+ };
282
+ defaultChecked: {
283
+ type: BooleanConstructor;
284
+ default: boolean;
285
+ };
286
+ disabled: {
287
+ type: BooleanConstructor;
288
+ default: boolean;
289
+ };
290
+ loading: {
291
+ type: BooleanConstructor;
292
+ default: boolean;
293
+ };
294
+ type: {
295
+ type: import('vue').PropType<"circle" | "line" | "round">;
296
+ default: string;
297
+ };
298
+ size: {
299
+ type: import('vue').PropType<"small" | "medium">;
300
+ };
301
+ checkedValue: {
302
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
303
+ default: boolean;
304
+ };
305
+ uncheckedValue: {
306
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
307
+ default: boolean;
308
+ };
309
+ checkedColor: {
310
+ type: StringConstructor;
311
+ };
312
+ uncheckedColor: {
313
+ type: StringConstructor;
314
+ };
315
+ beforeChange: {
316
+ type: import('vue').PropType<(newValue: string | number | boolean) => boolean | void | Promise<boolean | void>>;
317
+ };
318
+ checkedText: {
319
+ type: StringConstructor;
320
+ };
321
+ uncheckedText: {
322
+ type: StringConstructor;
323
+ };
324
+ }>> & Readonly<{
325
+ onFocus?: ((ev: FocusEvent) => any) | undefined;
326
+ onChange?: ((value: string | number | boolean, ev: Event) => any) | undefined;
327
+ onBlur?: ((ev: FocusEvent) => any) | undefined;
328
+ "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
329
+ }>, {
330
+ prefixCls: string;
331
+ cls: import('vue').ComputedRef<(string | {
332
+ [x: string]: string | boolean | undefined;
333
+ })[]>;
334
+ mergedDisabled: import('vue').ComputedRef<boolean>;
335
+ buttonStyle: import('vue').ComputedRef<{
336
+ '--custom-color': string;
337
+ backgroundColor?: undefined;
338
+ } | {
339
+ backgroundColor: string;
340
+ '--custom-color'?: undefined;
341
+ } | undefined>;
342
+ computedCheck: import('vue').ComputedRef<boolean>;
343
+ computedLoading: import('vue').ComputedRef<boolean>;
344
+ handleClick: (ev: Event) => Promise<void>;
345
+ handleFocus: (ev: FocusEvent) => void;
346
+ handleBlur: (ev: FocusEvent) => void;
347
+ }, {}, {}, {}, {
348
+ disabled: boolean;
349
+ type: "circle" | "line" | "round";
350
+ modelValue: string | number | boolean;
351
+ loading: boolean;
352
+ defaultChecked: boolean;
353
+ checkedValue: string | number | boolean;
354
+ uncheckedValue: string | number | boolean;
355
+ }> | undefined>;
356
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
357
+ modelValue: import('vue').PropType<string | number | boolean>;
358
+ defaultValue: {
359
+ type: BooleanConstructor;
360
+ default: null;
361
+ };
362
+ }>> & Readonly<{}>, {
363
+ defaultValue: boolean;
364
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
365
+ export default _default;
@@ -0,0 +1,6 @@
1
+ /// <reference path="./components.d.ts" />
2
+ import { default as FSwitch } from './fswitch.vue';
3
+
4
+ export default FSwitch;
5
+ export type FSwitchInstance = InstanceType<typeof FSwitch>;
6
+ export * from './fswitch';
@@ -0,0 +1,17 @@
1
+ /// <reference path="./components.d.ts" />
2
+ import { InjectionKey } from 'vue';
3
+ import { FTableCol, FTableRowSelection } from '../ftable';
4
+
5
+ export declare const COLS_KEY: InjectionKey<FTableCol<import('../../../types').AnyObject<any>, import('../../../types').OmitNullUndefined<import('../../../types').AnyObject<any>>>[]>;
6
+ export declare const TABLE_ID_KEY: InjectionKey<string>;
7
+ export declare const DEFAULT_PAGE_PARAMS: {
8
+ PageIndex: number;
9
+ PageSize: number;
10
+ };
11
+ export declare const DEFAULT_PAGE: {
12
+ defaultIndex: number;
13
+ defaultSize: number;
14
+ sizes: number[];
15
+ };
16
+ export declare const DEFAULT_SELECTION_KEY = "key";
17
+ export declare const DEFAULT_SELECTION: FTableRowSelection;
@@ -0,0 +1,6 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
+ save: (...args: any[]) => void;
3
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
4
+ onSave?: ((...args: any[]) => any) | undefined;
5
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,55 @@
1
+ import { FTableToolBar, FTableToolBarQuick } from './ftable';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FTableToolBar & {
4
+ tableEl: any;
5
+ size: TableInstance;
6
+ }>, {
7
+ title: string;
8
+ btns: () => never[];
9
+ quickTools: boolean;
10
+ tableEl: undefined;
11
+ }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ updateColsSetting: (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FTableToolBar & {
14
+ tableEl: any;
15
+ size: TableInstance;
16
+ }>, {
17
+ title: string;
18
+ btns: () => never[];
19
+ quickTools: boolean;
20
+ tableEl: undefined;
21
+ }>>> & Readonly<{
22
+ onUpdateColsSetting?: ((...args: any[]) => any) | undefined;
23
+ }>, {
24
+ title: string;
25
+ btns: import('./ftable').FTableToolBarBtn[];
26
+ quickTools: boolean | FTableToolBarQuick;
27
+ tableEl: any;
28
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
29
+ title?(_: {}): any;
30
+ btns?(_: {}): any;
31
+ "quick-extra"?(_: {}): any;
32
+ }>;
33
+ export default _default;
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToRuntimeProps<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
43
+ type __VLS_WithDefaults<P, D> = {
44
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
45
+ default: D[K];
46
+ }> : P[K];
47
+ };
48
+ type __VLS_Prettify<T> = {
49
+ [K in keyof T]: T[K];
50
+ } & {};
51
+ type __VLS_WithTemplateSlots<T, S> = T & {
52
+ new (): {
53
+ $slots: S;
54
+ };
55
+ };