eco-vue-js 0.9.3 → 0.9.4

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 (40) hide show
  1. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +3 -139
  2. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  3. package/dist/components/Form/WForm.vue.d.ts +4 -0
  4. package/dist/components/Form/WForm.vue.d.ts.map +1 -1
  5. package/dist/components/Form/WForm.vue.js +7 -1
  6. package/dist/components/Form/WFormValidator.vue.d.ts +3 -1
  7. package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
  8. package/dist/components/Form/WFormValidator.vue.js +15 -3
  9. package/dist/components/Form/models/injection.d.ts +1 -0
  10. package/dist/components/Form/models/injection.d.ts.map +1 -1
  11. package/dist/components/Form/models/injection.js +2 -1
  12. package/dist/components/Form/use/useFormHasValueMap.d.ts +6 -0
  13. package/dist/components/Form/use/useFormHasValueMap.d.ts.map +1 -0
  14. package/dist/components/Form/use/useFormHasValueMap.js +31 -0
  15. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +2 -2
  16. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +1 -4
  17. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
  18. package/dist/components/Input/WInputDate.vue.d.ts +2 -12
  19. package/dist/components/Input/WInputDate.vue.d.ts.map +1 -1
  20. package/dist/components/Input/WInputOptions.vue.d.ts +1 -1
  21. package/dist/components/Modal/WModalStepper.vue.d.ts +2 -784
  22. package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
  23. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +4 -4
  24. package/dist/components/Select/WSelectSingle.vue.d.ts +4 -4
  25. package/dist/components/Select/WSelectStringified.vue.d.ts +4 -4
  26. package/dist/components/Tabs/WTabs.vue.d.ts +3 -259
  27. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
  28. package/dist/components/Tabs/WTabs.vue.js +78 -60
  29. package/dist/components/Tabs/WTabsItem.vue.d.ts +9 -6
  30. package/dist/components/Tabs/WTabsItem.vue.d.ts.map +1 -1
  31. package/dist/components/Tabs/WTabsItem.vue.js +2 -1
  32. package/dist/components/Tabs/WTabsStepper.vue.d.ts +2 -612
  33. package/dist/components/Tabs/WTabsStepper.vue.d.ts.map +1 -1
  34. package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
  35. package/dist/components/Tabs/components/TabItem.vue.js +8 -6
  36. package/dist/components/Tabs/components/TabTitleButton.vue.d.ts.map +1 -1
  37. package/dist/components/Tabs/components/TabTitleButton.vue.js +4 -4
  38. package/dist/components/Tabs/types.d.ts +5 -0
  39. package/dist/components/Tabs/types.d.ts.map +1 -1
  40. package/package.json +1 -1
@@ -4,398 +4,7 @@ declare function __VLS_template(): {
4
4
  default?(_: {}): any;
5
5
  };
6
6
  refs: {
7
- tabsStepper: ({
8
- $: import('vue').ComponentInternalInstance;
9
- $data: {};
10
- $props: {
11
- readonly customSlots?: import('vue').VNode[] | undefined;
12
- readonly lessTransitions?: boolean | undefined;
13
- readonly initTab?: number | undefined;
14
- readonly disableMinHeight?: boolean | undefined;
15
- readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
16
- readonly "onUpdate:first"?: ((value: boolean) => any) | undefined;
17
- readonly "onUpdate:last"?: ((value: boolean) => any) | undefined;
18
- readonly "onUpdate:current"?: ((value: string) => any) | undefined;
19
- readonly "onUpdate:current-index"?: ((value: number) => any) | undefined;
20
- readonly "onUpdate:current-title"?: ((value: string) => any) | undefined;
21
- readonly "onUpdate:progress"?: ((value: number) => any) | undefined;
22
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
23
- $attrs: {
24
- [x: string]: unknown;
25
- };
26
- $refs: {
27
- [x: string]: unknown;
28
- } & {
29
- tabs: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Tabs/types').TabsProps> & Readonly<{
30
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
31
- "onUpdate:current"?: ((value: string) => any) | undefined;
32
- "onUpdate:current-index"?: ((value: number) => any) | undefined;
33
- "onUpdate:current-title"?: ((value: string) => any) | undefined;
34
- "onUpdate:tabs-length"?: ((value: number) => any) | undefined;
35
- }>, {
36
- updateCurrent: (value: string) => void;
37
- updateIndex: (value: number) => void;
38
- next: () => void;
39
- previous: () => void;
40
- validate: (index: number, silent?: boolean | undefined, path?: import('../Form/use/useFormValidateMap').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
41
- invalidate: (index: number, payload: {
42
- [x: string]: string | string[] | undefined;
43
- }) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["invalidate"]>;
44
- initModel: (index: number) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["initModel"]>;
45
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
46
- "update:has-changes": (value: boolean) => any;
47
- "update:current": (value: string) => any;
48
- "update:current-index": (value: number) => any;
49
- "update:current-title": (value: string) => any;
50
- "update:tabs-length": (value: number) => any;
51
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
52
- buttonContainer: HTMLDivElement;
53
- button: (({
54
- $: import('vue').ComponentInternalInstance;
55
- $data: {};
56
- $props: {
57
- readonly active: boolean;
58
- readonly index: number;
59
- readonly hasError: boolean;
60
- readonly hasChanges: boolean;
61
- readonly title: string;
62
- readonly icon: SVGComponent | undefined;
63
- readonly side?: boolean | undefined;
64
- readonly onClick?: ((value: MouseEvent) => any) | undefined;
65
- readonly "onUpdate:indicator-style"?: ((value: import('vue').CSSProperties) => any) | undefined;
66
- readonly "onUpdate:scroll-position"?: ((value: {
67
- left: number;
68
- } | {
69
- top: number;
70
- }) => any) | undefined;
71
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
72
- $attrs: {
73
- [x: string]: unknown;
74
- };
75
- $refs: {
76
- [x: string]: unknown;
77
- } & {
78
- button: HTMLButtonElement;
79
- };
80
- $slots: Readonly<{
81
- [name: string]: import('vue').Slot<any> | undefined;
82
- }>;
83
- $root: import('vue').ComponentPublicInstance | null;
84
- $parent: import('vue').ComponentPublicInstance | null;
85
- $host: Element | null;
86
- $emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:indicator-style", value: import('vue').CSSProperties) => void) & ((event: "update:scroll-position", value: {
87
- left: number;
88
- } | {
89
- top: number;
90
- }) => void);
91
- $el: any;
92
- $options: import('vue').ComponentOptionsBase<Readonly<{
93
- active: boolean;
94
- index: number;
95
- hasError: boolean;
96
- hasChanges: boolean;
97
- title: string;
98
- icon: SVGComponent | undefined;
99
- side?: boolean;
100
- }> & Readonly<{
101
- onClick?: ((value: MouseEvent) => any) | undefined;
102
- "onUpdate:indicator-style"?: ((value: import('vue').CSSProperties) => any) | undefined;
103
- "onUpdate:scroll-position"?: ((value: {
104
- left: number;
105
- } | {
106
- top: number;
107
- }) => any) | undefined;
108
- }>, {
109
- update: () => void;
110
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
111
- click: (value: MouseEvent) => any;
112
- "update:indicator-style": (value: import('vue').CSSProperties) => any;
113
- "update:scroll-position": (value: {
114
- left: number;
115
- } | {
116
- top: number;
117
- }) => any;
118
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
119
- beforeCreate?: (() => void) | (() => void)[];
120
- created?: (() => void) | (() => void)[];
121
- beforeMount?: (() => void) | (() => void)[];
122
- mounted?: (() => void) | (() => void)[];
123
- beforeUpdate?: (() => void) | (() => void)[];
124
- updated?: (() => void) | (() => void)[];
125
- activated?: (() => void) | (() => void)[];
126
- deactivated?: (() => void) | (() => void)[];
127
- beforeDestroy?: (() => void) | (() => void)[];
128
- beforeUnmount?: (() => void) | (() => void)[];
129
- destroyed?: (() => void) | (() => void)[];
130
- unmounted?: (() => void) | (() => void)[];
131
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
132
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
133
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
134
- };
135
- $forceUpdate: () => void;
136
- $nextTick: typeof import('vue').nextTick;
137
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
138
- } & Readonly<{}> & Omit<Readonly<{
139
- active: boolean;
140
- index: number;
141
- hasError: boolean;
142
- hasChanges: boolean;
143
- title: string;
144
- icon: SVGComponent | undefined;
145
- side?: boolean;
146
- }> & Readonly<{
147
- onClick?: ((value: MouseEvent) => any) | undefined;
148
- "onUpdate:indicator-style"?: ((value: import('vue').CSSProperties) => any) | undefined;
149
- "onUpdate:scroll-position"?: ((value: {
150
- left: number;
151
- } | {
152
- top: number;
153
- }) => any) | undefined;
154
- }>, "update"> & import('vue').ShallowUnwrapRef<{
155
- update: () => void;
156
- }> & {} & import('vue').ComponentCustomProperties & {} & {
157
- $slots: {
158
- title?(_: {}): any;
159
- suffix?(_: {}): any;
160
- right?(_: {}): any;
161
- };
162
- }) | null)[];
163
- tabItem: (({
164
- $: import('vue').ComponentInternalInstance;
165
- $data: {};
166
- $props: {
167
- readonly active: boolean;
168
- readonly removable: boolean;
169
- readonly "onUpdate:height"?: ((value: number) => any) | undefined;
170
- readonly "onUpdate:active"?: (() => any) | undefined;
171
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
172
- $attrs: {
173
- [x: string]: unknown;
174
- };
175
- $refs: {
176
- [x: string]: unknown;
177
- } & {
178
- element: HTMLDivElement;
179
- };
180
- $slots: Readonly<{
181
- [name: string]: import('vue').Slot<any> | undefined;
182
- }>;
183
- $root: import('vue').ComponentPublicInstance | null;
184
- $parent: import('vue').ComponentPublicInstance | null;
185
- $host: Element | null;
186
- $emit: ((event: "update:height", value: number) => void) & ((event: "update:active") => void);
187
- $el: any;
188
- $options: import('vue').ComponentOptionsBase<Readonly<{
189
- active: boolean;
190
- removable: boolean;
191
- }> & Readonly<{
192
- "onUpdate:height"?: ((value: number) => any) | undefined;
193
- "onUpdate:active"?: (() => any) | undefined;
194
- }>, {
195
- emitHeight: () => void;
196
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
197
- "update:height": (value: number) => any;
198
- "update:active": () => any;
199
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
200
- beforeCreate?: (() => void) | (() => void)[];
201
- created?: (() => void) | (() => void)[];
202
- beforeMount?: (() => void) | (() => void)[];
203
- mounted?: (() => void) | (() => void)[];
204
- beforeUpdate?: (() => void) | (() => void)[];
205
- updated?: (() => void) | (() => void)[];
206
- activated?: (() => void) | (() => void)[];
207
- deactivated?: (() => void) | (() => void)[];
208
- beforeDestroy?: (() => void) | (() => void)[];
209
- beforeUnmount?: (() => void) | (() => void)[];
210
- destroyed?: (() => void) | (() => void)[];
211
- unmounted?: (() => void) | (() => void)[];
212
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
213
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
214
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
215
- };
216
- $forceUpdate: () => void;
217
- $nextTick: typeof import('vue').nextTick;
218
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
219
- } & Readonly<{}> & Omit<Readonly<{
220
- active: boolean;
221
- removable: boolean;
222
- }> & Readonly<{
223
- "onUpdate:height"?: ((value: number) => any) | undefined;
224
- "onUpdate:active"?: (() => any) | undefined;
225
- }>, "emitHeight"> & import('vue').ShallowUnwrapRef<{
226
- emitHeight: () => void;
227
- }> & {} & import('vue').ComponentCustomProperties & {} & {
228
- $slots: {
229
- default?(_: {}): any;
230
- };
231
- }) | null)[];
232
- form: (({
233
- $: import('vue').ComponentInternalInstance;
234
- $data: {};
235
- $props: {
236
- readonly name?: string | undefined;
237
- readonly title?: string | undefined;
238
- readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
239
- readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
240
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
241
- $attrs: {
242
- [x: string]: unknown;
243
- };
244
- $refs: {
245
- [x: string]: unknown;
246
- };
247
- $slots: Readonly<{
248
- [name: string]: import('vue').Slot<any> | undefined;
249
- }>;
250
- $root: import('vue').ComponentPublicInstance | null;
251
- $parent: import('vue').ComponentPublicInstance | null;
252
- $host: Element | null;
253
- $emit: ((event: "update:has-changes", value: boolean) => void) & ((event: "update:is-valid", value: boolean | undefined) => void);
254
- $el: any;
255
- $options: import('vue').ComponentOptionsBase<Readonly<{
256
- name?: string;
257
- title?: string;
258
- }> & Readonly<{
259
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
260
- "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
261
- }>, {
262
- isValid: import('vue').ComputedRef<boolean>;
263
- validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
264
- invalidate: (payload: {
265
- [x: string]: string | string[] | undefined;
266
- }) => void;
267
- initModel: () => void;
268
- errorMessage: import('vue').ComputedRef<string>;
269
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
270
- "update:has-changes": (value: boolean) => any;
271
- "update:is-valid": (value: boolean | undefined) => any;
272
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
273
- beforeCreate?: (() => void) | (() => void)[];
274
- created?: (() => void) | (() => void)[];
275
- beforeMount?: (() => void) | (() => void)[];
276
- mounted?: (() => void) | (() => void)[];
277
- beforeUpdate?: (() => void) | (() => void)[];
278
- updated?: (() => void) | (() => void)[];
279
- activated?: (() => void) | (() => void)[];
280
- deactivated?: (() => void) | (() => void)[];
281
- beforeDestroy?: (() => void) | (() => void)[];
282
- beforeUnmount?: (() => void) | (() => void)[];
283
- destroyed?: (() => void) | (() => void)[];
284
- unmounted?: (() => void) | (() => void)[];
285
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
286
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
287
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
288
- };
289
- $forceUpdate: () => void;
290
- $nextTick: typeof import('vue').nextTick;
291
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
292
- } & Readonly<{}> & Omit<Readonly<{
293
- name?: string;
294
- title?: string;
295
- }> & Readonly<{
296
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
297
- "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
298
- }>, "errorMessage" | "isValid" | "validate" | "invalidate" | "initModel"> & import('vue').ShallowUnwrapRef<{
299
- isValid: import('vue').ComputedRef<boolean>;
300
- validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
301
- invalidate: (payload: {
302
- [x: string]: string | string[] | undefined;
303
- }) => void;
304
- initModel: () => void;
305
- errorMessage: import('vue').ComputedRef<string>;
306
- }> & {} & import('vue').ComponentCustomProperties & {} & {
307
- $slots: {
308
- default?(_: {}): any;
309
- };
310
- }) | null)[];
311
- }, any, import('vue').ComponentProvideOptions, {
312
- P: {};
313
- B: {};
314
- D: {};
315
- C: {};
316
- M: {};
317
- Defaults: {};
318
- }, Readonly<import('../Tabs/types').TabsProps> & Readonly<{
319
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
320
- "onUpdate:current"?: ((value: string) => any) | undefined;
321
- "onUpdate:current-index"?: ((value: number) => any) | undefined;
322
- "onUpdate:current-title"?: ((value: string) => any) | undefined;
323
- "onUpdate:tabs-length"?: ((value: number) => any) | undefined;
324
- }>, {
325
- updateCurrent: (value: string) => void;
326
- updateIndex: (value: number) => void;
327
- next: () => void;
328
- previous: () => void;
329
- validate: (index: number, silent?: boolean | undefined, path?: import('../Form/use/useFormValidateMap').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
330
- invalidate: (index: number, payload: {
331
- [x: string]: string | string[] | undefined;
332
- }) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["invalidate"]>;
333
- initModel: (index: number) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["initModel"]>;
334
- }, {}, {}, {}, {}> | null;
335
- };
336
- $slots: Readonly<{
337
- [name: string]: import('vue').Slot<any> | undefined;
338
- }>;
339
- $root: import('vue').ComponentPublicInstance | null;
340
- $parent: import('vue').ComponentPublicInstance | null;
341
- $host: Element | null;
342
- $emit: ((event: "update:has-changes", value: boolean) => void) & ((event: "update:first", value: boolean) => void) & ((event: "update:last", value: boolean) => void) & ((event: "update:current", value: string) => void) & ((event: "update:current-index", value: number) => void) & ((event: "update:current-title", value: string) => void) & ((event: "update:progress", value: number) => void);
343
- $el: any;
344
- $options: import('vue').ComponentOptionsBase<Readonly<import('../Tabs/types').TabsStepperProps> & Readonly<{
345
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
346
- "onUpdate:first"?: ((value: boolean) => any) | undefined;
347
- "onUpdate:last"?: ((value: boolean) => any) | undefined;
348
- "onUpdate:current"?: ((value: string) => any) | undefined;
349
- "onUpdate:current-index"?: ((value: number) => any) | undefined;
350
- "onUpdate:current-title"?: ((value: string) => any) | undefined;
351
- "onUpdate:progress"?: ((value: number) => any) | undefined;
352
- }>, {
353
- next: () => void;
354
- previous: () => void;
355
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
356
- "update:has-changes": (value: boolean) => any;
357
- "update:first": (value: boolean) => any;
358
- "update:last": (value: boolean) => any;
359
- "update:current": (value: string) => any;
360
- "update:current-index": (value: number) => any;
361
- "update:current-title": (value: string) => any;
362
- "update:progress": (value: number) => any;
363
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
364
- beforeCreate?: (() => void) | (() => void)[];
365
- created?: (() => void) | (() => void)[];
366
- beforeMount?: (() => void) | (() => void)[];
367
- mounted?: (() => void) | (() => void)[];
368
- beforeUpdate?: (() => void) | (() => void)[];
369
- updated?: (() => void) | (() => void)[];
370
- activated?: (() => void) | (() => void)[];
371
- deactivated?: (() => void) | (() => void)[];
372
- beforeDestroy?: (() => void) | (() => void)[];
373
- beforeUnmount?: (() => void) | (() => void)[];
374
- destroyed?: (() => void) | (() => void)[];
375
- unmounted?: (() => void) | (() => void)[];
376
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
377
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
378
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
379
- };
380
- $forceUpdate: () => void;
381
- $nextTick: typeof import('vue').nextTick;
382
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
383
- } & Readonly<{}> & Omit<Readonly<import('../Tabs/types').TabsStepperProps> & Readonly<{
384
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
385
- "onUpdate:first"?: ((value: boolean) => any) | undefined;
386
- "onUpdate:last"?: ((value: boolean) => any) | undefined;
387
- "onUpdate:current"?: ((value: string) => any) | undefined;
388
- "onUpdate:current-index"?: ((value: number) => any) | undefined;
389
- "onUpdate:current-title"?: ((value: string) => any) | undefined;
390
- "onUpdate:progress"?: ((value: number) => any) | undefined;
391
- }>, "previous" | "next"> & import('vue').ShallowUnwrapRef<{
392
- next: () => void;
393
- previous: () => void;
394
- }> & {} & import('vue').ComponentCustomProperties & {} & {
395
- $slots: {
396
- default?(_: {}): any;
397
- };
398
- }) | null;
7
+ tabsStepper: any;
399
8
  };
400
9
  attrs: Partial<{}>;
401
10
  };
@@ -420,398 +29,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
420
29
  "onClose:modal"?: (() => any) | undefined;
421
30
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
422
31
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
423
- tabsStepper: ({
424
- $: import('vue').ComponentInternalInstance;
425
- $data: {};
426
- $props: {
427
- readonly customSlots?: import('vue').VNode[] | undefined;
428
- readonly lessTransitions?: boolean | undefined;
429
- readonly initTab?: number | undefined;
430
- readonly disableMinHeight?: boolean | undefined;
431
- readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
432
- readonly "onUpdate:first"?: ((value: boolean) => any) | undefined;
433
- readonly "onUpdate:last"?: ((value: boolean) => any) | undefined;
434
- readonly "onUpdate:current"?: ((value: string) => any) | undefined;
435
- readonly "onUpdate:current-index"?: ((value: number) => any) | undefined;
436
- readonly "onUpdate:current-title"?: ((value: string) => any) | undefined;
437
- readonly "onUpdate:progress"?: ((value: number) => any) | undefined;
438
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
439
- $attrs: {
440
- [x: string]: unknown;
441
- };
442
- $refs: {
443
- [x: string]: unknown;
444
- } & {
445
- tabs: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Tabs/types').TabsProps> & Readonly<{
446
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
447
- "onUpdate:current"?: ((value: string) => any) | undefined;
448
- "onUpdate:current-index"?: ((value: number) => any) | undefined;
449
- "onUpdate:current-title"?: ((value: string) => any) | undefined;
450
- "onUpdate:tabs-length"?: ((value: number) => any) | undefined;
451
- }>, {
452
- updateCurrent: (value: string) => void;
453
- updateIndex: (value: number) => void;
454
- next: () => void;
455
- previous: () => void;
456
- validate: (index: number, silent?: boolean | undefined, path?: import('../Form/use/useFormValidateMap').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
457
- invalidate: (index: number, payload: {
458
- [x: string]: string | string[] | undefined;
459
- }) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["invalidate"]>;
460
- initModel: (index: number) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["initModel"]>;
461
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
462
- "update:has-changes": (value: boolean) => any;
463
- "update:current": (value: string) => any;
464
- "update:current-index": (value: number) => any;
465
- "update:current-title": (value: string) => any;
466
- "update:tabs-length": (value: number) => any;
467
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
468
- buttonContainer: HTMLDivElement;
469
- button: (({
470
- $: import('vue').ComponentInternalInstance;
471
- $data: {};
472
- $props: {
473
- readonly active: boolean;
474
- readonly index: number;
475
- readonly hasError: boolean;
476
- readonly hasChanges: boolean;
477
- readonly title: string;
478
- readonly icon: SVGComponent | undefined;
479
- readonly side?: boolean | undefined;
480
- readonly onClick?: ((value: MouseEvent) => any) | undefined;
481
- readonly "onUpdate:indicator-style"?: ((value: import('vue').CSSProperties) => any) | undefined;
482
- readonly "onUpdate:scroll-position"?: ((value: {
483
- left: number;
484
- } | {
485
- top: number;
486
- }) => any) | undefined;
487
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
488
- $attrs: {
489
- [x: string]: unknown;
490
- };
491
- $refs: {
492
- [x: string]: unknown;
493
- } & {
494
- button: HTMLButtonElement;
495
- };
496
- $slots: Readonly<{
497
- [name: string]: import('vue').Slot<any> | undefined;
498
- }>;
499
- $root: import('vue').ComponentPublicInstance | null;
500
- $parent: import('vue').ComponentPublicInstance | null;
501
- $host: Element | null;
502
- $emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:indicator-style", value: import('vue').CSSProperties) => void) & ((event: "update:scroll-position", value: {
503
- left: number;
504
- } | {
505
- top: number;
506
- }) => void);
507
- $el: any;
508
- $options: import('vue').ComponentOptionsBase<Readonly<{
509
- active: boolean;
510
- index: number;
511
- hasError: boolean;
512
- hasChanges: boolean;
513
- title: string;
514
- icon: SVGComponent | undefined;
515
- side?: boolean;
516
- }> & Readonly<{
517
- onClick?: ((value: MouseEvent) => any) | undefined;
518
- "onUpdate:indicator-style"?: ((value: import('vue').CSSProperties) => any) | undefined;
519
- "onUpdate:scroll-position"?: ((value: {
520
- left: number;
521
- } | {
522
- top: number;
523
- }) => any) | undefined;
524
- }>, {
525
- update: () => void;
526
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
527
- click: (value: MouseEvent) => any;
528
- "update:indicator-style": (value: import('vue').CSSProperties) => any;
529
- "update:scroll-position": (value: {
530
- left: number;
531
- } | {
532
- top: number;
533
- }) => any;
534
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
535
- beforeCreate?: (() => void) | (() => void)[];
536
- created?: (() => void) | (() => void)[];
537
- beforeMount?: (() => void) | (() => void)[];
538
- mounted?: (() => void) | (() => void)[];
539
- beforeUpdate?: (() => void) | (() => void)[];
540
- updated?: (() => void) | (() => void)[];
541
- activated?: (() => void) | (() => void)[];
542
- deactivated?: (() => void) | (() => void)[];
543
- beforeDestroy?: (() => void) | (() => void)[];
544
- beforeUnmount?: (() => void) | (() => void)[];
545
- destroyed?: (() => void) | (() => void)[];
546
- unmounted?: (() => void) | (() => void)[];
547
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
548
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
549
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
550
- };
551
- $forceUpdate: () => void;
552
- $nextTick: typeof import('vue').nextTick;
553
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
554
- } & Readonly<{}> & Omit<Readonly<{
555
- active: boolean;
556
- index: number;
557
- hasError: boolean;
558
- hasChanges: boolean;
559
- title: string;
560
- icon: SVGComponent | undefined;
561
- side?: boolean;
562
- }> & Readonly<{
563
- onClick?: ((value: MouseEvent) => any) | undefined;
564
- "onUpdate:indicator-style"?: ((value: import('vue').CSSProperties) => any) | undefined;
565
- "onUpdate:scroll-position"?: ((value: {
566
- left: number;
567
- } | {
568
- top: number;
569
- }) => any) | undefined;
570
- }>, "update"> & import('vue').ShallowUnwrapRef<{
571
- update: () => void;
572
- }> & {} & import('vue').ComponentCustomProperties & {} & {
573
- $slots: {
574
- title?(_: {}): any;
575
- suffix?(_: {}): any;
576
- right?(_: {}): any;
577
- };
578
- }) | null)[];
579
- tabItem: (({
580
- $: import('vue').ComponentInternalInstance;
581
- $data: {};
582
- $props: {
583
- readonly active: boolean;
584
- readonly removable: boolean;
585
- readonly "onUpdate:height"?: ((value: number) => any) | undefined;
586
- readonly "onUpdate:active"?: (() => any) | undefined;
587
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
588
- $attrs: {
589
- [x: string]: unknown;
590
- };
591
- $refs: {
592
- [x: string]: unknown;
593
- } & {
594
- element: HTMLDivElement;
595
- };
596
- $slots: Readonly<{
597
- [name: string]: import('vue').Slot<any> | undefined;
598
- }>;
599
- $root: import('vue').ComponentPublicInstance | null;
600
- $parent: import('vue').ComponentPublicInstance | null;
601
- $host: Element | null;
602
- $emit: ((event: "update:height", value: number) => void) & ((event: "update:active") => void);
603
- $el: any;
604
- $options: import('vue').ComponentOptionsBase<Readonly<{
605
- active: boolean;
606
- removable: boolean;
607
- }> & Readonly<{
608
- "onUpdate:height"?: ((value: number) => any) | undefined;
609
- "onUpdate:active"?: (() => any) | undefined;
610
- }>, {
611
- emitHeight: () => void;
612
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
613
- "update:height": (value: number) => any;
614
- "update:active": () => any;
615
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
616
- beforeCreate?: (() => void) | (() => void)[];
617
- created?: (() => void) | (() => void)[];
618
- beforeMount?: (() => void) | (() => void)[];
619
- mounted?: (() => void) | (() => void)[];
620
- beforeUpdate?: (() => void) | (() => void)[];
621
- updated?: (() => void) | (() => void)[];
622
- activated?: (() => void) | (() => void)[];
623
- deactivated?: (() => void) | (() => void)[];
624
- beforeDestroy?: (() => void) | (() => void)[];
625
- beforeUnmount?: (() => void) | (() => void)[];
626
- destroyed?: (() => void) | (() => void)[];
627
- unmounted?: (() => void) | (() => void)[];
628
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
629
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
630
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
631
- };
632
- $forceUpdate: () => void;
633
- $nextTick: typeof import('vue').nextTick;
634
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
635
- } & Readonly<{}> & Omit<Readonly<{
636
- active: boolean;
637
- removable: boolean;
638
- }> & Readonly<{
639
- "onUpdate:height"?: ((value: number) => any) | undefined;
640
- "onUpdate:active"?: (() => any) | undefined;
641
- }>, "emitHeight"> & import('vue').ShallowUnwrapRef<{
642
- emitHeight: () => void;
643
- }> & {} & import('vue').ComponentCustomProperties & {} & {
644
- $slots: {
645
- default?(_: {}): any;
646
- };
647
- }) | null)[];
648
- form: (({
649
- $: import('vue').ComponentInternalInstance;
650
- $data: {};
651
- $props: {
652
- readonly name?: string | undefined;
653
- readonly title?: string | undefined;
654
- readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
655
- readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
656
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
657
- $attrs: {
658
- [x: string]: unknown;
659
- };
660
- $refs: {
661
- [x: string]: unknown;
662
- };
663
- $slots: Readonly<{
664
- [name: string]: import('vue').Slot<any> | undefined;
665
- }>;
666
- $root: import('vue').ComponentPublicInstance | null;
667
- $parent: import('vue').ComponentPublicInstance | null;
668
- $host: Element | null;
669
- $emit: ((event: "update:has-changes", value: boolean) => void) & ((event: "update:is-valid", value: boolean | undefined) => void);
670
- $el: any;
671
- $options: import('vue').ComponentOptionsBase<Readonly<{
672
- name?: string;
673
- title?: string;
674
- }> & Readonly<{
675
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
676
- "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
677
- }>, {
678
- isValid: import('vue').ComputedRef<boolean>;
679
- validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
680
- invalidate: (payload: {
681
- [x: string]: string | string[] | undefined;
682
- }) => void;
683
- initModel: () => void;
684
- errorMessage: import('vue').ComputedRef<string>;
685
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
686
- "update:has-changes": (value: boolean) => any;
687
- "update:is-valid": (value: boolean | undefined) => any;
688
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
689
- beforeCreate?: (() => void) | (() => void)[];
690
- created?: (() => void) | (() => void)[];
691
- beforeMount?: (() => void) | (() => void)[];
692
- mounted?: (() => void) | (() => void)[];
693
- beforeUpdate?: (() => void) | (() => void)[];
694
- updated?: (() => void) | (() => void)[];
695
- activated?: (() => void) | (() => void)[];
696
- deactivated?: (() => void) | (() => void)[];
697
- beforeDestroy?: (() => void) | (() => void)[];
698
- beforeUnmount?: (() => void) | (() => void)[];
699
- destroyed?: (() => void) | (() => void)[];
700
- unmounted?: (() => void) | (() => void)[];
701
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
702
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
703
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
704
- };
705
- $forceUpdate: () => void;
706
- $nextTick: typeof import('vue').nextTick;
707
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
708
- } & Readonly<{}> & Omit<Readonly<{
709
- name?: string;
710
- title?: string;
711
- }> & Readonly<{
712
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
713
- "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
714
- }>, "errorMessage" | "isValid" | "validate" | "invalidate" | "initModel"> & import('vue').ShallowUnwrapRef<{
715
- isValid: import('vue').ComputedRef<boolean>;
716
- validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
717
- invalidate: (payload: {
718
- [x: string]: string | string[] | undefined;
719
- }) => void;
720
- initModel: () => void;
721
- errorMessage: import('vue').ComputedRef<string>;
722
- }> & {} & import('vue').ComponentCustomProperties & {} & {
723
- $slots: {
724
- default?(_: {}): any;
725
- };
726
- }) | null)[];
727
- }, any, import('vue').ComponentProvideOptions, {
728
- P: {};
729
- B: {};
730
- D: {};
731
- C: {};
732
- M: {};
733
- Defaults: {};
734
- }, Readonly<import('../Tabs/types').TabsProps> & Readonly<{
735
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
736
- "onUpdate:current"?: ((value: string) => any) | undefined;
737
- "onUpdate:current-index"?: ((value: number) => any) | undefined;
738
- "onUpdate:current-title"?: ((value: string) => any) | undefined;
739
- "onUpdate:tabs-length"?: ((value: number) => any) | undefined;
740
- }>, {
741
- updateCurrent: (value: string) => void;
742
- updateIndex: (value: number) => void;
743
- next: () => void;
744
- previous: () => void;
745
- validate: (index: number, silent?: boolean | undefined, path?: import('../Form/use/useFormValidateMap').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
746
- invalidate: (index: number, payload: {
747
- [x: string]: string | string[] | undefined;
748
- }) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["invalidate"]>;
749
- initModel: (index: number) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["initModel"]>;
750
- }, {}, {}, {}, {}> | null;
751
- };
752
- $slots: Readonly<{
753
- [name: string]: import('vue').Slot<any> | undefined;
754
- }>;
755
- $root: import('vue').ComponentPublicInstance | null;
756
- $parent: import('vue').ComponentPublicInstance | null;
757
- $host: Element | null;
758
- $emit: ((event: "update:has-changes", value: boolean) => void) & ((event: "update:first", value: boolean) => void) & ((event: "update:last", value: boolean) => void) & ((event: "update:current", value: string) => void) & ((event: "update:current-index", value: number) => void) & ((event: "update:current-title", value: string) => void) & ((event: "update:progress", value: number) => void);
759
- $el: any;
760
- $options: import('vue').ComponentOptionsBase<Readonly<import('../Tabs/types').TabsStepperProps> & Readonly<{
761
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
762
- "onUpdate:first"?: ((value: boolean) => any) | undefined;
763
- "onUpdate:last"?: ((value: boolean) => any) | undefined;
764
- "onUpdate:current"?: ((value: string) => any) | undefined;
765
- "onUpdate:current-index"?: ((value: number) => any) | undefined;
766
- "onUpdate:current-title"?: ((value: string) => any) | undefined;
767
- "onUpdate:progress"?: ((value: number) => any) | undefined;
768
- }>, {
769
- next: () => void;
770
- previous: () => void;
771
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
772
- "update:has-changes": (value: boolean) => any;
773
- "update:first": (value: boolean) => any;
774
- "update:last": (value: boolean) => any;
775
- "update:current": (value: string) => any;
776
- "update:current-index": (value: number) => any;
777
- "update:current-title": (value: string) => any;
778
- "update:progress": (value: number) => any;
779
- }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
780
- beforeCreate?: (() => void) | (() => void)[];
781
- created?: (() => void) | (() => void)[];
782
- beforeMount?: (() => void) | (() => void)[];
783
- mounted?: (() => void) | (() => void)[];
784
- beforeUpdate?: (() => void) | (() => void)[];
785
- updated?: (() => void) | (() => void)[];
786
- activated?: (() => void) | (() => void)[];
787
- deactivated?: (() => void) | (() => void)[];
788
- beforeDestroy?: (() => void) | (() => void)[];
789
- beforeUnmount?: (() => void) | (() => void)[];
790
- destroyed?: (() => void) | (() => void)[];
791
- unmounted?: (() => void) | (() => void)[];
792
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
793
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
794
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
795
- };
796
- $forceUpdate: () => void;
797
- $nextTick: typeof import('vue').nextTick;
798
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
799
- } & Readonly<{}> & Omit<Readonly<import('../Tabs/types').TabsStepperProps> & Readonly<{
800
- "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
801
- "onUpdate:first"?: ((value: boolean) => any) | undefined;
802
- "onUpdate:last"?: ((value: boolean) => any) | undefined;
803
- "onUpdate:current"?: ((value: string) => any) | undefined;
804
- "onUpdate:current-index"?: ((value: number) => any) | undefined;
805
- "onUpdate:current-title"?: ((value: string) => any) | undefined;
806
- "onUpdate:progress"?: ((value: number) => any) | undefined;
807
- }>, "previous" | "next"> & import('vue').ShallowUnwrapRef<{
808
- next: () => void;
809
- previous: () => void;
810
- }> & {} & import('vue').ComponentCustomProperties & {} & {
811
- $slots: {
812
- default?(_: {}): any;
813
- };
814
- }) | null;
32
+ tabsStepper: any;
815
33
  }, any>;
816
34
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
817
35
  export default _default;