@topvisor/ui 0.9.2 → 0.9.3
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/.chunks/datepicker-78c2af5a.es.js +275 -0
- package/.chunks/datepicker-78c2af5a.es.js.map +1 -0
- package/.chunks/datepicker-d67bd339.amd.js +234 -0
- package/.chunks/datepicker-d67bd339.amd.js.map +1 -0
- package/.chunks/forms-9284b6d9.amd.js +3 -0
- package/.chunks/forms-9284b6d9.amd.js.map +1 -0
- package/.chunks/forms-9516aa6c.es.js +1000 -0
- package/.chunks/forms-9516aa6c.es.js.map +1 -0
- package/.chunks/{popup-b2fe3094.es.js → popup-3054fcc1.es.js} +423 -422
- package/.chunks/popup-3054fcc1.es.js.map +1 -0
- package/.chunks/popup-c85f28bf.amd.js +378 -0
- package/.chunks/popup-c85f28bf.amd.js.map +1 -0
- package/README.md +80 -80
- package/assets/forms.css +1 -1
- package/assets/tabsView.css +1 -1
- package/core/core.amd.js +1 -1
- package/core/core.js +1 -1
- package/forms/forms.amd.js +1 -1
- package/forms/forms.js +1 -1
- package/forms/helpers.amd.js.map +1 -1
- package/forms/helpers.js.map +1 -1
- package/formsExt/formsExt.amd.js +1 -1
- package/formsExt/formsExt.amd.js.map +1 -1
- package/formsExt/formsExt.js +83 -84
- package/formsExt/formsExt.js.map +1 -1
- package/icomoon/demo-files/demo.css +161 -161
- package/icomoon/demo-files/demo.js +30 -30
- package/icomoon/demo.html +2945 -2945
- package/icomoon/fonts/Topvisor-2.svg +232 -232
- package/icomoon/style.css +647 -647
- package/package.json +22 -19
- package/popup/popup.amd.js +1 -1
- package/popup/popup.amd.js.map +1 -1
- package/popup/popup.js +52 -52
- package/popup/popup.js.map +1 -1
- package/popup/worker.amd.js +1 -1
- package/popup/worker.amd.js.map +1 -1
- package/popup/worker.js +3 -2
- package/popup/worker.js.map +1 -1
- package/src/components/forms/button/button.stories.d.ts +97 -140
- package/src/components/forms/checkbox/checkbox.stories.d.ts +61 -100
- package/src/components/forms/controlLabel/controlLabel.stories.d.ts +20 -53
- package/src/components/forms/input/input.stories.d.ts +101 -145
- package/src/components/forms/inputRange/inputRange.stories.d.ts +117 -221
- package/src/components/forms/radio/radio.stories.d.ts +57 -95
- package/src/components/forms/switcher/switcher.stories.d.ts +55 -93
- package/src/components/formsExt/editInput/editInput.stories.d.ts +34 -69
- package/src/components/popup/popup/popup.stories.d.ts +242 -363
- package/src/components/tabs/tabs/tabs.stories.d.ts +195 -370
- package/src/components/tabsView/tabsView/_MenuItem.stories.d.ts +110 -216
- package/src/components/tabsView/tabsView/_MenuTitle.stories.d.ts +76 -176
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +156 -327
- package/src/core/core/page.d.ts +0 -7
- package/src/core/utils/css.d.ts +5 -0
- package/tabs/tabs.amd.js +1 -1
- package/tabs/tabs.js +37 -38
- package/tabs/tabs.js.map +1 -1
- package/tabsView/tabsView.amd.js +1 -1
- package/tabsView/tabsView.amd.js.map +1 -1
- package/tabsView/tabsView.js +94 -90
- package/tabsView/tabsView.js.map +1 -1
- package/utils/css.amd.js +2 -0
- package/utils/css.amd.js.map +1 -0
- package/utils/css.d.ts +1 -0
- package/utils/css.js +35 -0
- package/utils/css.js.map +1 -0
- package/utils/date.amd.js +1 -1
- package/utils/date.js +1 -1
- package/utils/device.amd.js +1 -1
- package/utils/device.js +1 -1
- package/utils/dom.amd.js +1 -1
- package/utils/dom.amd.js.map +1 -1
- package/utils/dom.js +61 -3
- package/utils/dom.js.map +1 -1
- package/.chunks/datepicker-32bc8bd9.es.js +0 -275
- package/.chunks/datepicker-32bc8bd9.es.js.map +0 -1
- package/.chunks/datepicker-8a42d8a6.amd.js +0 -234
- package/.chunks/datepicker-8a42d8a6.amd.js.map +0 -1
- package/.chunks/forms-30d68077.amd.js +0 -3
- package/.chunks/forms-30d68077.amd.js.map +0 -1
- package/.chunks/forms-64632f73.es.js +0 -1091
- package/.chunks/forms-64632f73.es.js.map +0 -1
- package/.chunks/popup-14ca85cf.amd.js +0 -378
- package/.chunks/popup-14ca85cf.amd.js.map +0 -1
- package/.chunks/popup-b2fe3094.es.js.map +0 -1
|
@@ -1,60 +1,28 @@
|
|
|
1
1
|
declare const meta: {
|
|
2
2
|
component: {
|
|
3
|
-
new (...args: any[]): {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
readonly id: string;
|
|
8
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
id: {
|
|
10
|
-
type: import("vue").PropType<string>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
}>>, never>;
|
|
14
|
-
$attrs: {
|
|
15
|
-
[x: string]: unknown;
|
|
16
|
-
};
|
|
17
|
-
$refs: {
|
|
18
|
-
[x: string]: unknown;
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
id: {
|
|
5
|
+
type: import("vue").PropType<string>;
|
|
6
|
+
required: true;
|
|
19
7
|
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
25
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
26
|
-
$el: any;
|
|
27
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
-
id: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
33
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
43
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
44
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
45
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
46
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
47
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
8
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
id: {
|
|
10
|
+
type: import("vue").PropType<string>;
|
|
11
|
+
required: true;
|
|
48
12
|
};
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
13
|
+
}>>, {}, true, {}, {}, {
|
|
14
|
+
P: {};
|
|
15
|
+
B: {};
|
|
16
|
+
D: {};
|
|
17
|
+
C: {};
|
|
18
|
+
M: {};
|
|
19
|
+
Defaults: {};
|
|
20
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
53
21
|
id: {
|
|
54
22
|
type: import("vue").PropType<string>;
|
|
55
23
|
required: true;
|
|
56
24
|
};
|
|
57
|
-
}
|
|
25
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
58
26
|
__isFragment?: undefined;
|
|
59
27
|
__isTeleport?: undefined;
|
|
60
28
|
__isSuspense?: undefined;
|
|
@@ -136,61 +104,29 @@ export declare const Overview: {
|
|
|
136
104
|
}) => {
|
|
137
105
|
components: {
|
|
138
106
|
Tabs: {
|
|
139
|
-
new (...args: any[]): {
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
id: {
|
|
146
|
-
type: import("vue").PropType<string>;
|
|
147
|
-
required: true;
|
|
148
|
-
};
|
|
149
|
-
}>>, never>;
|
|
150
|
-
$attrs: {
|
|
151
|
-
[x: string]: unknown;
|
|
152
|
-
};
|
|
153
|
-
$refs: {
|
|
154
|
-
[x: string]: unknown;
|
|
155
|
-
};
|
|
156
|
-
$slots: Readonly<{
|
|
157
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
158
|
-
}>;
|
|
159
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
160
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
161
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
162
|
-
$el: any;
|
|
163
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
164
|
-
id: {
|
|
165
|
-
type: import("vue").PropType<string>;
|
|
166
|
-
required: true;
|
|
167
|
-
};
|
|
168
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
169
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
170
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
171
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
172
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
173
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
174
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
175
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
176
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
177
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
178
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
179
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
180
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
181
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
182
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
183
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
184
|
-
};
|
|
185
|
-
$forceUpdate: () => void;
|
|
186
|
-
$nextTick: typeof import("vue").nextTick;
|
|
187
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
188
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
107
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
108
|
+
id: {
|
|
109
|
+
type: import("vue").PropType<string>;
|
|
110
|
+
required: true;
|
|
111
|
+
};
|
|
112
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
189
113
|
id: {
|
|
190
114
|
type: import("vue").PropType<string>;
|
|
191
115
|
required: true;
|
|
192
116
|
};
|
|
193
|
-
}
|
|
117
|
+
}>>, {}, true, {}, {}, {
|
|
118
|
+
P: {};
|
|
119
|
+
B: {};
|
|
120
|
+
D: {};
|
|
121
|
+
C: {};
|
|
122
|
+
M: {};
|
|
123
|
+
Defaults: {};
|
|
124
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
125
|
+
id: {
|
|
126
|
+
type: import("vue").PropType<string>;
|
|
127
|
+
required: true;
|
|
128
|
+
};
|
|
129
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
194
130
|
__isFragment?: undefined;
|
|
195
131
|
__isTeleport?: undefined;
|
|
196
132
|
__isSuspense?: undefined;
|
|
@@ -207,86 +143,7 @@ export declare const Overview: {
|
|
|
207
143
|
};
|
|
208
144
|
});
|
|
209
145
|
TabsTab: {
|
|
210
|
-
new (...args: any[]): {
|
|
211
|
-
$: import("vue").ComponentInternalInstance;
|
|
212
|
-
$data: {};
|
|
213
|
-
$props: Partial<{}> & Omit<{
|
|
214
|
-
readonly name: string;
|
|
215
|
-
readonly tabsId: string;
|
|
216
|
-
readonly title?: string | undefined;
|
|
217
|
-
readonly disabled?: boolean | undefined;
|
|
218
|
-
readonly active?: boolean | undefined;
|
|
219
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
220
|
-
tabsId: {
|
|
221
|
-
type: import("vue").PropType<string>;
|
|
222
|
-
required: true;
|
|
223
|
-
};
|
|
224
|
-
name: {
|
|
225
|
-
type: import("vue").PropType<string>;
|
|
226
|
-
required: true;
|
|
227
|
-
};
|
|
228
|
-
title: {
|
|
229
|
-
type: import("vue").PropType<string>;
|
|
230
|
-
};
|
|
231
|
-
active: {
|
|
232
|
-
type: import("vue").PropType<boolean>;
|
|
233
|
-
};
|
|
234
|
-
disabled: {
|
|
235
|
-
type: import("vue").PropType<boolean>;
|
|
236
|
-
};
|
|
237
|
-
}>>, never>;
|
|
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<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
248
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
249
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
250
|
-
$el: any;
|
|
251
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
252
|
-
tabsId: {
|
|
253
|
-
type: import("vue").PropType<string>;
|
|
254
|
-
required: true;
|
|
255
|
-
};
|
|
256
|
-
name: {
|
|
257
|
-
type: import("vue").PropType<string>;
|
|
258
|
-
required: true;
|
|
259
|
-
};
|
|
260
|
-
title: {
|
|
261
|
-
type: import("vue").PropType<string>;
|
|
262
|
-
};
|
|
263
|
-
active: {
|
|
264
|
-
type: import("vue").PropType<boolean>;
|
|
265
|
-
};
|
|
266
|
-
disabled: {
|
|
267
|
-
type: import("vue").PropType<boolean>;
|
|
268
|
-
};
|
|
269
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
270
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
271
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
272
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
273
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
274
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
275
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
276
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
277
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
278
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
279
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
280
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
281
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
282
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
283
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
284
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
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_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
289
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
146
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
290
147
|
tabsId: {
|
|
291
148
|
type: import("vue").PropType<string>;
|
|
292
149
|
required: true;
|
|
@@ -304,7 +161,50 @@ export declare const Overview: {
|
|
|
304
161
|
disabled: {
|
|
305
162
|
type: import("vue").PropType<boolean>;
|
|
306
163
|
};
|
|
307
|
-
}
|
|
164
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
165
|
+
tabsId: {
|
|
166
|
+
type: import("vue").PropType<string>;
|
|
167
|
+
required: true;
|
|
168
|
+
};
|
|
169
|
+
name: {
|
|
170
|
+
type: import("vue").PropType<string>;
|
|
171
|
+
required: true;
|
|
172
|
+
};
|
|
173
|
+
title: {
|
|
174
|
+
type: import("vue").PropType<string>;
|
|
175
|
+
};
|
|
176
|
+
active: {
|
|
177
|
+
type: import("vue").PropType<boolean>;
|
|
178
|
+
};
|
|
179
|
+
disabled: {
|
|
180
|
+
type: import("vue").PropType<boolean>;
|
|
181
|
+
};
|
|
182
|
+
}>>, {}, true, {}, {}, {
|
|
183
|
+
P: {};
|
|
184
|
+
B: {};
|
|
185
|
+
D: {};
|
|
186
|
+
C: {};
|
|
187
|
+
M: {};
|
|
188
|
+
Defaults: {};
|
|
189
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
190
|
+
tabsId: {
|
|
191
|
+
type: import("vue").PropType<string>;
|
|
192
|
+
required: true;
|
|
193
|
+
};
|
|
194
|
+
name: {
|
|
195
|
+
type: import("vue").PropType<string>;
|
|
196
|
+
required: true;
|
|
197
|
+
};
|
|
198
|
+
title: {
|
|
199
|
+
type: import("vue").PropType<string>;
|
|
200
|
+
};
|
|
201
|
+
active: {
|
|
202
|
+
type: import("vue").PropType<boolean>;
|
|
203
|
+
};
|
|
204
|
+
disabled: {
|
|
205
|
+
type: import("vue").PropType<boolean>;
|
|
206
|
+
};
|
|
207
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
308
208
|
__isFragment?: undefined;
|
|
309
209
|
__isTeleport?: undefined;
|
|
310
210
|
__isSuspense?: undefined;
|
|
@@ -332,58 +232,26 @@ export declare const Overview: {
|
|
|
332
232
|
};
|
|
333
233
|
});
|
|
334
234
|
TabsContent: {
|
|
335
|
-
new (...args: any[]): {
|
|
336
|
-
$: import("vue").ComponentInternalInstance;
|
|
337
|
-
$data: {};
|
|
338
|
-
$props: Partial<{}> & Omit<{
|
|
339
|
-
readonly name?: string | undefined;
|
|
340
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
341
|
-
name: {
|
|
342
|
-
type: import("vue").PropType<string>;
|
|
343
|
-
};
|
|
344
|
-
}>>, never>;
|
|
345
|
-
$attrs: {
|
|
346
|
-
[x: string]: unknown;
|
|
347
|
-
};
|
|
348
|
-
$refs: {
|
|
349
|
-
[x: string]: unknown;
|
|
350
|
-
};
|
|
351
|
-
$slots: Readonly<{
|
|
352
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
353
|
-
}>;
|
|
354
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
355
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
356
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
357
|
-
$el: any;
|
|
358
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
359
|
-
name: {
|
|
360
|
-
type: import("vue").PropType<string>;
|
|
361
|
-
};
|
|
362
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
363
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
364
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
365
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
366
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
367
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
368
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
369
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
370
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
371
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
372
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
373
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
374
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
375
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
376
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
377
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
378
|
-
};
|
|
379
|
-
$forceUpdate: () => void;
|
|
380
|
-
$nextTick: typeof import("vue").nextTick;
|
|
381
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
382
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
235
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
383
236
|
name: {
|
|
384
237
|
type: import("vue").PropType<string>;
|
|
385
238
|
};
|
|
386
|
-
}
|
|
239
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
+
name: {
|
|
241
|
+
type: import("vue").PropType<string>;
|
|
242
|
+
};
|
|
243
|
+
}>>, {}, true, {}, {}, {
|
|
244
|
+
P: {};
|
|
245
|
+
B: {};
|
|
246
|
+
D: {};
|
|
247
|
+
C: {};
|
|
248
|
+
M: {};
|
|
249
|
+
Defaults: {};
|
|
250
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
251
|
+
name: {
|
|
252
|
+
type: import("vue").PropType<string>;
|
|
253
|
+
};
|
|
254
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
387
255
|
__isFragment?: undefined;
|
|
388
256
|
__isTeleport?: undefined;
|
|
389
257
|
__isSuspense?: undefined;
|
|
@@ -397,145 +265,98 @@ export declare const Overview: {
|
|
|
397
265
|
};
|
|
398
266
|
});
|
|
399
267
|
Button: {
|
|
400
|
-
new (...args: any[]): {
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
styling: {
|
|
493
|
-
type: import("vue").PropType<import("../../forms/button/button").Style>;
|
|
494
|
-
default: string;
|
|
495
|
-
};
|
|
496
|
-
name: {
|
|
497
|
-
type: import("vue").PropType<string>;
|
|
498
|
-
};
|
|
499
|
-
href: {
|
|
500
|
-
type: import("vue").PropType<string>;
|
|
501
|
-
};
|
|
502
|
-
disabled: {
|
|
503
|
-
type: import("vue").PropType<boolean>;
|
|
504
|
-
};
|
|
505
|
-
isSubmit: {
|
|
506
|
-
type: import("vue").PropType<boolean>;
|
|
507
|
-
};
|
|
508
|
-
isActive: {
|
|
509
|
-
type: import("vue").PropType<boolean>;
|
|
510
|
-
};
|
|
511
|
-
isProgress: {
|
|
512
|
-
type: import("vue").PropType<boolean>;
|
|
513
|
-
};
|
|
514
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
515
|
-
size: import("../../forms/helpers").Size;
|
|
516
|
-
color: import("../../forms/button/button").Color;
|
|
517
|
-
styling: import("../../forms/button/button").Style;
|
|
518
|
-
}, {}, string, {}> & {
|
|
519
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
520
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
521
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
522
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
523
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
524
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
525
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
526
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
527
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
528
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
529
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
530
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
531
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
532
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
533
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
534
|
-
};
|
|
535
|
-
$forceUpdate: () => void;
|
|
536
|
-
$nextTick: typeof import("vue").nextTick;
|
|
537
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
538
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
268
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
269
|
+
icon: {
|
|
270
|
+
type: import("vue").PropType<string>;
|
|
271
|
+
};
|
|
272
|
+
icon2: {
|
|
273
|
+
type: import("vue").PropType<string>;
|
|
274
|
+
};
|
|
275
|
+
title: {
|
|
276
|
+
type: import("vue").PropType<string>;
|
|
277
|
+
};
|
|
278
|
+
size: {
|
|
279
|
+
type: import("vue").PropType<import("../../forms/helpers").Size>;
|
|
280
|
+
default: string;
|
|
281
|
+
};
|
|
282
|
+
color: {
|
|
283
|
+
type: import("vue").PropType<import("../../forms/button/button").Color>;
|
|
284
|
+
default: string;
|
|
285
|
+
};
|
|
286
|
+
styling: {
|
|
287
|
+
type: import("vue").PropType<import("../../forms/button/button").Style>;
|
|
288
|
+
default: string;
|
|
289
|
+
};
|
|
290
|
+
name: {
|
|
291
|
+
type: import("vue").PropType<string>;
|
|
292
|
+
};
|
|
293
|
+
href: {
|
|
294
|
+
type: import("vue").PropType<string>;
|
|
295
|
+
};
|
|
296
|
+
disabled: {
|
|
297
|
+
type: import("vue").PropType<boolean>;
|
|
298
|
+
};
|
|
299
|
+
isSubmit: {
|
|
300
|
+
type: import("vue").PropType<boolean>;
|
|
301
|
+
};
|
|
302
|
+
isActive: {
|
|
303
|
+
type: import("vue").PropType<boolean>;
|
|
304
|
+
};
|
|
305
|
+
isProgress: {
|
|
306
|
+
type: import("vue").PropType<boolean>;
|
|
307
|
+
};
|
|
308
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
309
|
+
icon: {
|
|
310
|
+
type: import("vue").PropType<string>;
|
|
311
|
+
};
|
|
312
|
+
icon2: {
|
|
313
|
+
type: import("vue").PropType<string>;
|
|
314
|
+
};
|
|
315
|
+
title: {
|
|
316
|
+
type: import("vue").PropType<string>;
|
|
317
|
+
};
|
|
318
|
+
size: {
|
|
319
|
+
type: import("vue").PropType<import("../../forms/helpers").Size>;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
322
|
+
color: {
|
|
323
|
+
type: import("vue").PropType<import("../../forms/button/button").Color>;
|
|
324
|
+
default: string;
|
|
325
|
+
};
|
|
326
|
+
styling: {
|
|
327
|
+
type: import("vue").PropType<import("../../forms/button/button").Style>;
|
|
328
|
+
default: string;
|
|
329
|
+
};
|
|
330
|
+
name: {
|
|
331
|
+
type: import("vue").PropType<string>;
|
|
332
|
+
};
|
|
333
|
+
href: {
|
|
334
|
+
type: import("vue").PropType<string>;
|
|
335
|
+
};
|
|
336
|
+
disabled: {
|
|
337
|
+
type: import("vue").PropType<boolean>;
|
|
338
|
+
};
|
|
339
|
+
isSubmit: {
|
|
340
|
+
type: import("vue").PropType<boolean>;
|
|
341
|
+
};
|
|
342
|
+
isActive: {
|
|
343
|
+
type: import("vue").PropType<boolean>;
|
|
344
|
+
};
|
|
345
|
+
isProgress: {
|
|
346
|
+
type: import("vue").PropType<boolean>;
|
|
347
|
+
};
|
|
348
|
+
}>>, {
|
|
349
|
+
size: import("../../forms/helpers").Size;
|
|
350
|
+
color: import("../../forms/button/button").Color;
|
|
351
|
+
styling: import("../../forms/button/button").Style;
|
|
352
|
+
}, true, {}, {}, {
|
|
353
|
+
P: {};
|
|
354
|
+
B: {};
|
|
355
|
+
D: {};
|
|
356
|
+
C: {};
|
|
357
|
+
M: {};
|
|
358
|
+
Defaults: {};
|
|
359
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
539
360
|
icon: {
|
|
540
361
|
type: import("vue").PropType<string>;
|
|
541
362
|
};
|
|
@@ -575,7 +396,11 @@ export declare const Overview: {
|
|
|
575
396
|
isProgress: {
|
|
576
397
|
type: import("vue").PropType<boolean>;
|
|
577
398
|
};
|
|
578
|
-
}
|
|
399
|
+
}>>, {}, {}, {}, {}, {
|
|
400
|
+
size: import("../../forms/helpers").Size;
|
|
401
|
+
color: import("../../forms/button/button").Color;
|
|
402
|
+
styling: import("../../forms/button/button").Style;
|
|
403
|
+
}>;
|
|
579
404
|
__isFragment?: undefined;
|
|
580
405
|
__isTeleport?: undefined;
|
|
581
406
|
__isSuspense?: undefined;
|