eco-vue-js 0.9.4 → 0.9.5
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.
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +139 -3
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
- package/dist/components/Form/WFormValidator.vue.d.ts +1 -1
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +2 -2
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +4 -1
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputDate.vue.d.ts +12 -2
- package/dist/components/Input/WInputDate.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputOptions.vue.d.ts +1 -1
- package/dist/components/Modal/WModalStepper.vue.d.ts +800 -2
- package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +4 -4
- package/dist/components/Select/WSelectSingle.vue.d.ts +4 -4
- package/dist/components/Select/WSelectStringified.vue.d.ts +4 -4
- package/dist/components/Tabs/WTabs.vue.d.ts +267 -3
- package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/WTabsStepper.vue.d.ts +628 -2
- package/dist/components/Tabs/WTabsStepper.vue.d.ts.map +1 -1
- package/package.json +11 -11
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WModalStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModalStepper.vue"],"names":[],"mappings":"AAyKA,iBAAS,cAAc;;uBA4PI,GAAG;yBACA,GAAG
|
1
|
+
{"version":3,"file":"WModalStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModalStepper.vue"],"names":[],"mappings":"AAyKA,iBAAS,cAAc;;uBA4PI,GAAG;yBACA,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAkEqxS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;WAxD95S,OAAO,IAA6B;EAEjD;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cA7UT,OAAO;eACN,OAAO;mBACH,OAAO;;gBAqBP,IAAI;oBAJA,IAAI;;;;;;cAnBb,OAAO;eACN,OAAO;mBACH,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDA0W8xS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;OAlB16S,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -12,10 +12,10 @@ declare const _default: <Model extends number | string, Data extends DefaultData
|
|
12
12
|
title?(_: {}): any;
|
13
13
|
subtitle?(_: {}): any;
|
14
14
|
option?(_: {
|
15
|
-
option:
|
16
|
-
selected:
|
17
|
-
model:
|
18
|
-
search:
|
15
|
+
option: Data | null;
|
16
|
+
selected: boolean;
|
17
|
+
model: boolean;
|
18
|
+
search: string | undefined;
|
19
19
|
}): any;
|
20
20
|
right?(_: {}): any;
|
21
21
|
};
|
@@ -13,10 +13,10 @@ declare const _default: <Model extends number | string, Data extends DefaultData
|
|
13
13
|
title?(_: {}): any;
|
14
14
|
subtitle?(_: {}): any;
|
15
15
|
option?(_: {
|
16
|
-
option:
|
17
|
-
selected:
|
18
|
-
model:
|
19
|
-
search:
|
16
|
+
option: Data | null;
|
17
|
+
selected: boolean;
|
18
|
+
model: boolean;
|
19
|
+
search: string | undefined;
|
20
20
|
}): any;
|
21
21
|
right?(_: {}): any;
|
22
22
|
};
|
@@ -13,10 +13,10 @@ declare const _default: <Model extends string, Data extends DefaultData, QueryPa
|
|
13
13
|
title?(_: {}): any;
|
14
14
|
subtitle?(_: {}): any;
|
15
15
|
option?(_: {
|
16
|
-
option:
|
17
|
-
selected:
|
18
|
-
model:
|
19
|
-
search:
|
16
|
+
option: Data | null;
|
17
|
+
selected: boolean;
|
18
|
+
model: boolean;
|
19
|
+
search: string | undefined;
|
20
20
|
}): any;
|
21
21
|
right?(_: {}): any;
|
22
22
|
};
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { TabsProps } from './types';
|
2
|
+
import { CSSProperties } from 'vue';
|
2
3
|
import { default as WForm } from '../Form/WForm.vue';
|
3
4
|
declare const _default: import('vue').DefineComponent<TabsProps, {
|
4
5
|
updateCurrent: (value: string) => void;
|
@@ -24,9 +25,272 @@ declare const _default: import('vue').DefineComponent<TabsProps, {
|
|
24
25
|
"onUpdate:tabs-length"?: ((value: number) => any) | undefined;
|
25
26
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
26
27
|
buttonContainer: HTMLDivElement;
|
27
|
-
button:
|
28
|
-
|
29
|
-
|
28
|
+
button: (({
|
29
|
+
$: import('vue').ComponentInternalInstance;
|
30
|
+
$data: {};
|
31
|
+
$props: {
|
32
|
+
readonly active: boolean;
|
33
|
+
readonly index: number;
|
34
|
+
readonly hasError: boolean;
|
35
|
+
readonly hasChanges: boolean;
|
36
|
+
readonly title: string;
|
37
|
+
readonly icon: SVGComponent | undefined;
|
38
|
+
readonly side?: boolean | undefined;
|
39
|
+
readonly onClick?: ((value: MouseEvent) => any) | undefined;
|
40
|
+
readonly "onUpdate:indicator-style"?: ((value: CSSProperties) => any) | undefined;
|
41
|
+
readonly "onUpdate:scroll-position"?: ((value: {
|
42
|
+
left: number;
|
43
|
+
} | {
|
44
|
+
top: number;
|
45
|
+
}) => any) | undefined;
|
46
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
47
|
+
$attrs: {
|
48
|
+
[x: string]: unknown;
|
49
|
+
};
|
50
|
+
$refs: {
|
51
|
+
[x: string]: unknown;
|
52
|
+
} & {
|
53
|
+
button: HTMLButtonElement;
|
54
|
+
};
|
55
|
+
$slots: Readonly<{
|
56
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
57
|
+
}>;
|
58
|
+
$root: import('vue').ComponentPublicInstance | null;
|
59
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
60
|
+
$host: Element | null;
|
61
|
+
$emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:indicator-style", value: CSSProperties) => void) & ((event: "update:scroll-position", value: {
|
62
|
+
left: number;
|
63
|
+
} | {
|
64
|
+
top: number;
|
65
|
+
}) => void);
|
66
|
+
$el: any;
|
67
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
68
|
+
active: boolean;
|
69
|
+
index: number;
|
70
|
+
hasError: boolean;
|
71
|
+
hasChanges: boolean;
|
72
|
+
title: string;
|
73
|
+
icon: SVGComponent | undefined;
|
74
|
+
side?: boolean;
|
75
|
+
}> & Readonly<{
|
76
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
77
|
+
"onUpdate:indicator-style"?: ((value: CSSProperties) => any) | undefined;
|
78
|
+
"onUpdate:scroll-position"?: ((value: {
|
79
|
+
left: number;
|
80
|
+
} | {
|
81
|
+
top: number;
|
82
|
+
}) => any) | undefined;
|
83
|
+
}>, {
|
84
|
+
update: () => void;
|
85
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
86
|
+
click: (value: MouseEvent) => any;
|
87
|
+
"update:indicator-style": (value: CSSProperties) => any;
|
88
|
+
"update:scroll-position": (value: {
|
89
|
+
left: number;
|
90
|
+
} | {
|
91
|
+
top: number;
|
92
|
+
}) => any;
|
93
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
94
|
+
beforeCreate?: (() => void) | (() => void)[];
|
95
|
+
created?: (() => void) | (() => void)[];
|
96
|
+
beforeMount?: (() => void) | (() => void)[];
|
97
|
+
mounted?: (() => void) | (() => void)[];
|
98
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
99
|
+
updated?: (() => void) | (() => void)[];
|
100
|
+
activated?: (() => void) | (() => void)[];
|
101
|
+
deactivated?: (() => void) | (() => void)[];
|
102
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
103
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
104
|
+
destroyed?: (() => void) | (() => void)[];
|
105
|
+
unmounted?: (() => void) | (() => void)[];
|
106
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
107
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
108
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
109
|
+
};
|
110
|
+
$forceUpdate: () => void;
|
111
|
+
$nextTick: typeof import('vue').nextTick;
|
112
|
+
$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;
|
113
|
+
} & Readonly<{}> & Omit<Readonly<{
|
114
|
+
active: boolean;
|
115
|
+
index: number;
|
116
|
+
hasError: boolean;
|
117
|
+
hasChanges: boolean;
|
118
|
+
title: string;
|
119
|
+
icon: SVGComponent | undefined;
|
120
|
+
side?: boolean;
|
121
|
+
}> & Readonly<{
|
122
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
123
|
+
"onUpdate:indicator-style"?: ((value: CSSProperties) => any) | undefined;
|
124
|
+
"onUpdate:scroll-position"?: ((value: {
|
125
|
+
left: number;
|
126
|
+
} | {
|
127
|
+
top: number;
|
128
|
+
}) => any) | undefined;
|
129
|
+
}>, "update"> & import('vue').ShallowUnwrapRef<{
|
130
|
+
update: () => void;
|
131
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
132
|
+
$slots: {
|
133
|
+
title?(_: {}): any;
|
134
|
+
suffix?(_: {}): any;
|
135
|
+
right?(_: {}): any;
|
136
|
+
};
|
137
|
+
}) | null)[];
|
138
|
+
tabItem: (({
|
139
|
+
$: import('vue').ComponentInternalInstance;
|
140
|
+
$data: {};
|
141
|
+
$props: {
|
142
|
+
readonly active: boolean;
|
143
|
+
readonly removable: boolean;
|
144
|
+
readonly "onUpdate:height"?: ((value: number) => any) | undefined;
|
145
|
+
readonly "onUpdate:active"?: (() => any) | undefined;
|
146
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
147
|
+
$attrs: {
|
148
|
+
[x: string]: unknown;
|
149
|
+
};
|
150
|
+
$refs: {
|
151
|
+
[x: string]: unknown;
|
152
|
+
} & {
|
153
|
+
element: HTMLDivElement;
|
154
|
+
};
|
155
|
+
$slots: Readonly<{
|
156
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
157
|
+
}>;
|
158
|
+
$root: import('vue').ComponentPublicInstance | null;
|
159
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
160
|
+
$host: Element | null;
|
161
|
+
$emit: ((event: "update:height", value: number) => void) & ((event: "update:active") => void);
|
162
|
+
$el: any;
|
163
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
164
|
+
active: boolean;
|
165
|
+
removable: boolean;
|
166
|
+
}> & Readonly<{
|
167
|
+
"onUpdate:height"?: ((value: number) => any) | undefined;
|
168
|
+
"onUpdate:active"?: (() => any) | undefined;
|
169
|
+
}>, {
|
170
|
+
emitHeight: () => void;
|
171
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
172
|
+
"update:height": (value: number) => any;
|
173
|
+
"update:active": () => any;
|
174
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
175
|
+
beforeCreate?: (() => void) | (() => void)[];
|
176
|
+
created?: (() => void) | (() => void)[];
|
177
|
+
beforeMount?: (() => void) | (() => void)[];
|
178
|
+
mounted?: (() => void) | (() => void)[];
|
179
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
180
|
+
updated?: (() => void) | (() => void)[];
|
181
|
+
activated?: (() => void) | (() => void)[];
|
182
|
+
deactivated?: (() => void) | (() => void)[];
|
183
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
184
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
185
|
+
destroyed?: (() => void) | (() => void)[];
|
186
|
+
unmounted?: (() => void) | (() => void)[];
|
187
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
188
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
189
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
190
|
+
};
|
191
|
+
$forceUpdate: () => void;
|
192
|
+
$nextTick: typeof import('vue').nextTick;
|
193
|
+
$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;
|
194
|
+
} & Readonly<{}> & Omit<Readonly<{
|
195
|
+
active: boolean;
|
196
|
+
removable: boolean;
|
197
|
+
}> & Readonly<{
|
198
|
+
"onUpdate:height"?: ((value: number) => any) | undefined;
|
199
|
+
"onUpdate:active"?: (() => any) | undefined;
|
200
|
+
}>, "emitHeight"> & import('vue').ShallowUnwrapRef<{
|
201
|
+
emitHeight: () => void;
|
202
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
203
|
+
$slots: {
|
204
|
+
default?(_: {}): any;
|
205
|
+
};
|
206
|
+
}) | null)[];
|
207
|
+
form: (({
|
208
|
+
$: import('vue').ComponentInternalInstance;
|
209
|
+
$data: {};
|
210
|
+
$props: {
|
211
|
+
readonly name?: string | undefined;
|
212
|
+
readonly title?: string | undefined;
|
213
|
+
readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
214
|
+
readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
215
|
+
readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
216
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
217
|
+
$attrs: {
|
218
|
+
[x: string]: unknown;
|
219
|
+
};
|
220
|
+
$refs: {
|
221
|
+
[x: string]: unknown;
|
222
|
+
};
|
223
|
+
$slots: Readonly<{
|
224
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
225
|
+
}>;
|
226
|
+
$root: import('vue').ComponentPublicInstance | null;
|
227
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
228
|
+
$host: Element | null;
|
229
|
+
$emit: ((event: "update:has-changes", value: boolean) => void) & ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-value", value: boolean | null) => void);
|
230
|
+
$el: any;
|
231
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
232
|
+
name?: string;
|
233
|
+
title?: string;
|
234
|
+
}> & Readonly<{
|
235
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
236
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
237
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
238
|
+
}>, {
|
239
|
+
isValid: import('vue').ComputedRef<boolean>;
|
240
|
+
hasChanges: import('vue').ComputedRef<boolean>;
|
241
|
+
hasValue: import('vue').ComputedRef<boolean | null>;
|
242
|
+
validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
|
243
|
+
invalidate: (payload: {
|
244
|
+
[x: string]: string | string[] | undefined;
|
245
|
+
}) => void;
|
246
|
+
initModel: () => void;
|
247
|
+
errorMessage: import('vue').ComputedRef<string>;
|
248
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
249
|
+
"update:has-changes": (value: boolean) => any;
|
250
|
+
"update:is-valid": (value: boolean | undefined) => any;
|
251
|
+
"update:has-value": (value: boolean | null) => any;
|
252
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
253
|
+
beforeCreate?: (() => void) | (() => void)[];
|
254
|
+
created?: (() => void) | (() => void)[];
|
255
|
+
beforeMount?: (() => void) | (() => void)[];
|
256
|
+
mounted?: (() => void) | (() => void)[];
|
257
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
258
|
+
updated?: (() => void) | (() => void)[];
|
259
|
+
activated?: (() => void) | (() => void)[];
|
260
|
+
deactivated?: (() => void) | (() => void)[];
|
261
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
262
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
263
|
+
destroyed?: (() => void) | (() => void)[];
|
264
|
+
unmounted?: (() => void) | (() => void)[];
|
265
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
266
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
267
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
268
|
+
};
|
269
|
+
$forceUpdate: () => void;
|
270
|
+
$nextTick: typeof import('vue').nextTick;
|
271
|
+
$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;
|
272
|
+
} & Readonly<{}> & Omit<Readonly<{
|
273
|
+
name?: string;
|
274
|
+
title?: string;
|
275
|
+
}> & Readonly<{
|
276
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
277
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
278
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
279
|
+
}>, "errorMessage" | "hasChanges" | "isValid" | "hasValue" | "validate" | "invalidate" | "initModel"> & import('vue').ShallowUnwrapRef<{
|
280
|
+
isValid: import('vue').ComputedRef<boolean>;
|
281
|
+
hasChanges: import('vue').ComputedRef<boolean>;
|
282
|
+
hasValue: import('vue').ComputedRef<boolean | null>;
|
283
|
+
validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
|
284
|
+
invalidate: (payload: {
|
285
|
+
[x: string]: string | string[] | undefined;
|
286
|
+
}) => void;
|
287
|
+
initModel: () => void;
|
288
|
+
errorMessage: import('vue').ComputedRef<string>;
|
289
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
290
|
+
$slots: {
|
291
|
+
default?(_: {}): any;
|
292
|
+
};
|
293
|
+
}) | null)[];
|
30
294
|
}, any>;
|
31
295
|
export default _default;
|
32
296
|
//# sourceMappingURL=WTabs.vue.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WTabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/WTabs.vue"],"names":[],"mappings":"AA+TA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,SAAS,CAAA;
|
1
|
+
{"version":3,"file":"WTabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/WTabs.vue"],"names":[],"mappings":"AA+TA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,SAAS,CAAA;AAEtC,OAAO,EAAC,KAAK,aAAa,EAA6G,MAAM,KAAK,CAAA;AAElJ,OAAO,KAAK,MAAM,6BAA6B,CAAA;;2BAsEjB,MAAM;yBAMR,MAAM;gBAcjB,IAAI;oBAIA,IAAI;sBAUA,MAAM,6GAAqE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;wBAIhI,MAAM;;UAAuE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,YAAY,CAAC,CAAC;uBAIvI,MAAM,KAAsE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAsP9I,GAAR,8CAA8C,GAAG,yBAAyB,GAAG,6DACvE,GAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCADA,GAAR,8CAA8C,GAAG,yBAAyB,GAAG,6DACvE,GAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCADA,GAAR,8CAA8C,GAAG,yBAAyB,GAAG,6DACvE,GAAE;;;;;;;;;;;;;;;;;;;;;;;;AA6LhB,wBAeG"}
|