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