@topvisor/ui 0.0.43 → 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-92744062.es.js → datepicker-78c2af5a.es.js} +3 -3
- package/.chunks/{datepicker-92744062.es.js.map → datepicker-78c2af5a.es.js.map} +1 -1
- package/.chunks/{datepicker-a9226b0f.amd.js → datepicker-d67bd339.amd.js} +3 -3
- package/.chunks/{datepicker-a9226b0f.amd.js.map → datepicker-d67bd339.amd.js.map} +1 -1
- 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-a622fe31.es.js → popup-3054fcc1.es.js} +27 -16
- package/.chunks/popup-3054fcc1.es.js.map +1 -0
- package/.chunks/{popup-de28e508.amd.js → popup-c85f28bf.amd.js} +7 -6
- package/.chunks/popup-c85f28bf.amd.js.map +1 -0
- package/assets/core.css +1 -1
- package/assets/forms.css +1 -1
- package/assets/tabsView.css +1 -0
- package/core/core.amd.js +1 -1
- package/core/core.d.ts +2 -2
- package/core/core.js +1 -1
- package/forms/forms.amd.js +1 -1
- package/forms/forms.js +8 -8
- 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/package.json +4 -1
- package/popup/popup.amd.js +1 -1
- package/popup/popup.amd.js.map +1 -1
- package/popup/popup.js +52 -52
- package/popup/worker.amd.js +1 -1
- package/popup/worker.amd.js.map +1 -1
- package/popup/worker.js +14 -10
- 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 +255 -0
- package/src/components/tabsView/tabsView/_MenuTitle.stories.d.ts +180 -0
- package/src/components/tabsView/tabsView/content.vue.d.ts +19 -0
- package/src/components/tabsView/tabsView/menu.vue.d.ts +19 -0
- package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -0
- package/src/components/tabsView/tabsView/menuItem.vue.d.ts +19 -0
- package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +19 -0
- package/src/components/tabsView/tabsView/state.d.ts +14 -0
- package/src/components/tabsView/tabsView/tabsView.d.ts +69 -0
- package/src/components/tabsView/tabsView/tabsView.stories.d.ts +358 -0
- package/src/components/tabsView/tabsView/tabsView.vue.d.ts +38 -0
- package/src/components/tabsView/tabsView.d.ts +4 -0
- package/src/core/core/page.d.ts +0 -7
- package/src/core/utils/css.d.ts +5 -0
- package/src/core/utils/date.d.ts +25 -27
- package/src/core/utils/device.d.ts +10 -13
- 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 +2 -0
- package/tabsView/tabsView.amd.js.map +1 -0
- package/tabsView/tabsView.d.ts +1 -0
- package/tabsView/tabsView.js +275 -0
- package/tabsView/tabsView.js.map +1 -0
- 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.d.ts +0 -2
- package/utils/date.js +5 -2
- package/utils/device.amd.js +1 -1
- package/utils/device.d.ts +0 -2
- package/utils/device.js +7 -2
- package/utils/dom.amd.js +1 -1
- package/utils/dom.amd.js.map +1 -1
- package/utils/dom.d.ts +2 -2
- package/utils/dom.js +61 -3
- package/utils/dom.js.map +1 -1
- package/.chunks/forms-727cc6aa.es.js +0 -1112
- package/.chunks/forms-727cc6aa.es.js.map +0 -1
- package/.chunks/forms-771091d4.amd.js +0 -3
- package/.chunks/forms-771091d4.amd.js.map +0 -1
- package/.chunks/popup-a622fe31.es.js.map +0 -1
- package/.chunks/popup-de28e508.amd.js.map +0 -1
- package/build/cssModules.d.ts +0 -13
- package/build/plugin/amdFix.d.ts +0 -8
- package/build/plugin/autoloadCSS.d.ts +0 -19
- package/build/rollup.config.d.ts +0 -15
- package/src/components/component.d.ts +0 -25
- package/src/components/helpersStories.d.ts +0 -28
- package/src/core/base/Colors.stories.d.ts +0 -19
- package/src/core/base/Layout.stories.d.ts +0 -19
- package/src/core/base/Properties.stories.d.ts +0 -19
- package/src/core/directives/tooltip.d.ts +0 -7
- package/src/core/theme/Colors.stories.d.ts +0 -19
- package/src/core/theme/Properties.stories.d.ts +0 -19
- package/src/core//320/235/320/260/320/261/320/276/321/200 /320/270/320/272/320/276/320/275/320/276/320/272//320/235/320/260/320/261/320/276/321/200 /320/270/320/272/320/276/320/275/320/276/320/272.stories.d.ts" +0 -6
- package/src/d.d.ts +0 -4
- package/src/resources/styles/core/core.d.ts +0 -0
- package/src/resources/styles/themes/dark.d.ts +0 -0
- package/src/resources/styles/themes/light.d.ts +0 -0
- package/src/storybook/components/icomoon.d.ts +0 -2
|
@@ -6,44 +6,14 @@ import type { StoryObj } from '@storybook/vue3';
|
|
|
6
6
|
*/
|
|
7
7
|
declare const meta: {
|
|
8
8
|
component: {
|
|
9
|
-
new (...args: any[]): {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
[x: string]: unknown;
|
|
18
|
-
};
|
|
19
|
-
$slots: Readonly<{
|
|
20
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
21
|
-
}>;
|
|
22
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
23
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
24
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
25
|
-
$el: any;
|
|
26
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
27
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
28
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
29
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
30
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
40
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
41
|
-
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;
|
|
42
|
-
};
|
|
43
|
-
$forceUpdate: () => void;
|
|
44
|
-
$nextTick: typeof import("vue").nextTick;
|
|
45
|
-
$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;
|
|
46
|
-
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
9
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
10
|
+
P: {};
|
|
11
|
+
B: {};
|
|
12
|
+
D: {};
|
|
13
|
+
C: {};
|
|
14
|
+
M: {};
|
|
15
|
+
Defaults: {};
|
|
16
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
47
17
|
__isFragment?: undefined;
|
|
48
18
|
__isTeleport?: undefined;
|
|
49
19
|
__isSuspense?: undefined;
|
|
@@ -108,44 +78,14 @@ export declare const Playground: {
|
|
|
108
78
|
}) => {
|
|
109
79
|
components: {
|
|
110
80
|
InputRange: {
|
|
111
|
-
new (...args: any[]): {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
[x: string]: unknown;
|
|
120
|
-
};
|
|
121
|
-
$slots: Readonly<{
|
|
122
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
123
|
-
}>;
|
|
124
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
125
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
126
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
127
|
-
$el: any;
|
|
128
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
129
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
130
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
131
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
132
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
133
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
134
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
135
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
136
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
137
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
138
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
139
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
140
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
141
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
142
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
143
|
-
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;
|
|
144
|
-
};
|
|
145
|
-
$forceUpdate: () => void;
|
|
146
|
-
$nextTick: typeof import("vue").nextTick;
|
|
147
|
-
$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;
|
|
148
|
-
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
81
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
|
82
|
+
P: {};
|
|
83
|
+
B: {};
|
|
84
|
+
D: {};
|
|
85
|
+
C: {};
|
|
86
|
+
M: {};
|
|
87
|
+
Defaults: {};
|
|
88
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
|
|
149
89
|
__isFragment?: undefined;
|
|
150
90
|
__isTeleport?: undefined;
|
|
151
91
|
__isSuspense?: undefined;
|
|
@@ -156,150 +96,7 @@ export declare const Playground: {
|
|
|
156
96
|
};
|
|
157
97
|
});
|
|
158
98
|
Input: {
|
|
159
|
-
new (...args: any[]): {
|
|
160
|
-
$: import("vue").ComponentInternalInstance;
|
|
161
|
-
$data: {};
|
|
162
|
-
$props: Partial<{
|
|
163
|
-
size: import("../helpers").Size;
|
|
164
|
-
captionType: import("../input/input").CaptionType;
|
|
165
|
-
}> & Omit<{
|
|
166
|
-
readonly size: import("../helpers").Size;
|
|
167
|
-
readonly modelValue: string;
|
|
168
|
-
readonly captionType: import("../input/input").CaptionType;
|
|
169
|
-
readonly icon?: string | undefined;
|
|
170
|
-
readonly icon2?: string | undefined;
|
|
171
|
-
readonly title?: string | undefined;
|
|
172
|
-
readonly name?: string | undefined;
|
|
173
|
-
readonly disabled?: boolean | undefined;
|
|
174
|
-
readonly isError?: boolean | undefined;
|
|
175
|
-
readonly readonly?: boolean | undefined;
|
|
176
|
-
readonly addCleaner?: boolean | undefined;
|
|
177
|
-
readonly modificator?: string | undefined;
|
|
178
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
179
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
180
|
-
icon: {
|
|
181
|
-
type: import("vue").PropType<string>;
|
|
182
|
-
};
|
|
183
|
-
icon2: {
|
|
184
|
-
type: import("vue").PropType<string>;
|
|
185
|
-
};
|
|
186
|
-
title: {
|
|
187
|
-
type: import("vue").PropType<string>;
|
|
188
|
-
};
|
|
189
|
-
size: {
|
|
190
|
-
type: import("vue").PropType<import("../helpers").Size>;
|
|
191
|
-
default: string;
|
|
192
|
-
};
|
|
193
|
-
name: {
|
|
194
|
-
type: import("vue").PropType<string>;
|
|
195
|
-
};
|
|
196
|
-
disabled: {
|
|
197
|
-
type: import("vue").PropType<boolean>;
|
|
198
|
-
};
|
|
199
|
-
modelValue: {
|
|
200
|
-
type: import("vue").PropType<string>;
|
|
201
|
-
required: true;
|
|
202
|
-
};
|
|
203
|
-
isError: {
|
|
204
|
-
type: import("vue").PropType<boolean>;
|
|
205
|
-
};
|
|
206
|
-
readonly: {
|
|
207
|
-
type: import("vue").PropType<boolean>;
|
|
208
|
-
};
|
|
209
|
-
captionType: {
|
|
210
|
-
type: import("vue").PropType<import("../input/input").CaptionType>;
|
|
211
|
-
default: string;
|
|
212
|
-
};
|
|
213
|
-
addCleaner: {
|
|
214
|
-
type: import("vue").PropType<boolean>;
|
|
215
|
-
};
|
|
216
|
-
modificator: {
|
|
217
|
-
type: import("vue").PropType<string>;
|
|
218
|
-
};
|
|
219
|
-
}>> & {
|
|
220
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
221
|
-
}, "size" | "captionType">;
|
|
222
|
-
$attrs: {
|
|
223
|
-
[x: string]: unknown;
|
|
224
|
-
};
|
|
225
|
-
$refs: {
|
|
226
|
-
[x: string]: unknown;
|
|
227
|
-
};
|
|
228
|
-
$slots: Readonly<{
|
|
229
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
230
|
-
}>;
|
|
231
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
232
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
233
|
-
$emit: (event: "update:modelValue", value: string) => void;
|
|
234
|
-
$el: any;
|
|
235
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
236
|
-
icon: {
|
|
237
|
-
type: import("vue").PropType<string>;
|
|
238
|
-
};
|
|
239
|
-
icon2: {
|
|
240
|
-
type: import("vue").PropType<string>;
|
|
241
|
-
};
|
|
242
|
-
title: {
|
|
243
|
-
type: import("vue").PropType<string>;
|
|
244
|
-
};
|
|
245
|
-
size: {
|
|
246
|
-
type: import("vue").PropType<import("../helpers").Size>;
|
|
247
|
-
default: string;
|
|
248
|
-
};
|
|
249
|
-
name: {
|
|
250
|
-
type: import("vue").PropType<string>;
|
|
251
|
-
};
|
|
252
|
-
disabled: {
|
|
253
|
-
type: import("vue").PropType<boolean>;
|
|
254
|
-
};
|
|
255
|
-
modelValue: {
|
|
256
|
-
type: import("vue").PropType<string>;
|
|
257
|
-
required: true;
|
|
258
|
-
};
|
|
259
|
-
isError: {
|
|
260
|
-
type: import("vue").PropType<boolean>;
|
|
261
|
-
};
|
|
262
|
-
readonly: {
|
|
263
|
-
type: import("vue").PropType<boolean>;
|
|
264
|
-
};
|
|
265
|
-
captionType: {
|
|
266
|
-
type: import("vue").PropType<import("../input/input").CaptionType>;
|
|
267
|
-
default: string;
|
|
268
|
-
};
|
|
269
|
-
addCleaner: {
|
|
270
|
-
type: import("vue").PropType<boolean>;
|
|
271
|
-
};
|
|
272
|
-
modificator: {
|
|
273
|
-
type: import("vue").PropType<string>;
|
|
274
|
-
};
|
|
275
|
-
}>> & {
|
|
276
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
277
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
278
|
-
"update:modelValue": (value: string) => void;
|
|
279
|
-
}, string, {
|
|
280
|
-
size: import("../helpers").Size;
|
|
281
|
-
captionType: import("../input/input").CaptionType;
|
|
282
|
-
}, {}, string, {}> & {
|
|
283
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
284
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
285
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
286
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
287
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
288
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
289
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
290
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
291
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
292
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
293
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
294
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
295
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
296
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
297
|
-
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;
|
|
298
|
-
};
|
|
299
|
-
$forceUpdate: () => void;
|
|
300
|
-
$nextTick: typeof import("vue").nextTick;
|
|
301
|
-
$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;
|
|
302
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
99
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
303
100
|
icon: {
|
|
304
101
|
type: import("vue").PropType<string>;
|
|
305
102
|
};
|
|
@@ -341,7 +138,106 @@ export declare const Playground: {
|
|
|
341
138
|
};
|
|
342
139
|
}>> & {
|
|
343
140
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
344
|
-
}
|
|
141
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
142
|
+
"update:modelValue": (value: string) => void;
|
|
143
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
144
|
+
icon: {
|
|
145
|
+
type: import("vue").PropType<string>;
|
|
146
|
+
};
|
|
147
|
+
icon2: {
|
|
148
|
+
type: import("vue").PropType<string>;
|
|
149
|
+
};
|
|
150
|
+
title: {
|
|
151
|
+
type: import("vue").PropType<string>;
|
|
152
|
+
};
|
|
153
|
+
size: {
|
|
154
|
+
type: import("vue").PropType<import("../helpers").Size>;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
157
|
+
name: {
|
|
158
|
+
type: import("vue").PropType<string>;
|
|
159
|
+
};
|
|
160
|
+
disabled: {
|
|
161
|
+
type: import("vue").PropType<boolean>;
|
|
162
|
+
};
|
|
163
|
+
modelValue: {
|
|
164
|
+
type: import("vue").PropType<string>;
|
|
165
|
+
required: true;
|
|
166
|
+
};
|
|
167
|
+
isError: {
|
|
168
|
+
type: import("vue").PropType<boolean>;
|
|
169
|
+
};
|
|
170
|
+
readonly: {
|
|
171
|
+
type: import("vue").PropType<boolean>;
|
|
172
|
+
};
|
|
173
|
+
captionType: {
|
|
174
|
+
type: import("vue").PropType<import("../input/input").CaptionType>;
|
|
175
|
+
default: string;
|
|
176
|
+
};
|
|
177
|
+
addCleaner: {
|
|
178
|
+
type: import("vue").PropType<boolean>;
|
|
179
|
+
};
|
|
180
|
+
modificator: {
|
|
181
|
+
type: import("vue").PropType<string>;
|
|
182
|
+
};
|
|
183
|
+
}>> & {
|
|
184
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
185
|
+
}, {
|
|
186
|
+
size: import("../helpers").Size;
|
|
187
|
+
captionType: import("../input/input").CaptionType;
|
|
188
|
+
}, true, {}, {}, {
|
|
189
|
+
P: {};
|
|
190
|
+
B: {};
|
|
191
|
+
D: {};
|
|
192
|
+
C: {};
|
|
193
|
+
M: {};
|
|
194
|
+
Defaults: {};
|
|
195
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
196
|
+
icon: {
|
|
197
|
+
type: import("vue").PropType<string>;
|
|
198
|
+
};
|
|
199
|
+
icon2: {
|
|
200
|
+
type: import("vue").PropType<string>;
|
|
201
|
+
};
|
|
202
|
+
title: {
|
|
203
|
+
type: import("vue").PropType<string>;
|
|
204
|
+
};
|
|
205
|
+
size: {
|
|
206
|
+
type: import("vue").PropType<import("../helpers").Size>;
|
|
207
|
+
default: string;
|
|
208
|
+
};
|
|
209
|
+
name: {
|
|
210
|
+
type: import("vue").PropType<string>;
|
|
211
|
+
};
|
|
212
|
+
disabled: {
|
|
213
|
+
type: import("vue").PropType<boolean>;
|
|
214
|
+
};
|
|
215
|
+
modelValue: {
|
|
216
|
+
type: import("vue").PropType<string>;
|
|
217
|
+
required: true;
|
|
218
|
+
};
|
|
219
|
+
isError: {
|
|
220
|
+
type: import("vue").PropType<boolean>;
|
|
221
|
+
};
|
|
222
|
+
readonly: {
|
|
223
|
+
type: import("vue").PropType<boolean>;
|
|
224
|
+
};
|
|
225
|
+
captionType: {
|
|
226
|
+
type: import("vue").PropType<import("../input/input").CaptionType>;
|
|
227
|
+
default: string;
|
|
228
|
+
};
|
|
229
|
+
addCleaner: {
|
|
230
|
+
type: import("vue").PropType<boolean>;
|
|
231
|
+
};
|
|
232
|
+
modificator: {
|
|
233
|
+
type: import("vue").PropType<string>;
|
|
234
|
+
};
|
|
235
|
+
}>> & {
|
|
236
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
237
|
+
}, {}, {}, {}, {}, {
|
|
238
|
+
size: import("../helpers").Size;
|
|
239
|
+
captionType: import("../input/input").CaptionType;
|
|
240
|
+
}>;
|
|
345
241
|
__isFragment?: undefined;
|
|
346
242
|
__isTeleport?: undefined;
|
|
347
243
|
__isSuspense?: undefined;
|
|
@@ -1,100 +1,7 @@
|
|
|
1
1
|
import type { StoryObj } from '@storybook/vue3';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
component: {
|
|
4
|
-
new (...args: any[]): {
|
|
5
|
-
$: import("vue").ComponentInternalInstance;
|
|
6
|
-
$data: {};
|
|
7
|
-
$props: Partial<{}> & Omit<{
|
|
8
|
-
readonly modelValue: string | object;
|
|
9
|
-
readonly value: string | object;
|
|
10
|
-
readonly name?: string | undefined;
|
|
11
|
-
readonly disabled?: boolean | undefined;
|
|
12
|
-
readonly description?: string | undefined;
|
|
13
|
-
readonly isError?: boolean | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string | object) => any) | undefined;
|
|
15
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
-
modelValue: {
|
|
17
|
-
type: import("vue").PropType<string | object>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
value: {
|
|
21
|
-
type: import("vue").PropType<string | object>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
name: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
};
|
|
27
|
-
description: {
|
|
28
|
-
type: import("vue").PropType<string>;
|
|
29
|
-
};
|
|
30
|
-
disabled: {
|
|
31
|
-
type: import("vue").PropType<boolean>;
|
|
32
|
-
};
|
|
33
|
-
isError: {
|
|
34
|
-
type: import("vue").PropType<boolean>;
|
|
35
|
-
};
|
|
36
|
-
}>> & {
|
|
37
|
-
"onUpdate:modelValue"?: ((value: string | object) => any) | undefined;
|
|
38
|
-
}, never>;
|
|
39
|
-
$attrs: {
|
|
40
|
-
[x: string]: unknown;
|
|
41
|
-
};
|
|
42
|
-
$refs: {
|
|
43
|
-
[x: string]: unknown;
|
|
44
|
-
};
|
|
45
|
-
$slots: Readonly<{
|
|
46
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
47
|
-
}>;
|
|
48
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
49
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
50
|
-
$emit: (event: "update:modelValue", value: string | object) => void;
|
|
51
|
-
$el: any;
|
|
52
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
-
modelValue: {
|
|
54
|
-
type: import("vue").PropType<string | object>;
|
|
55
|
-
required: true;
|
|
56
|
-
};
|
|
57
|
-
value: {
|
|
58
|
-
type: import("vue").PropType<string | object>;
|
|
59
|
-
required: true;
|
|
60
|
-
};
|
|
61
|
-
name: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
};
|
|
64
|
-
description: {
|
|
65
|
-
type: import("vue").PropType<string>;
|
|
66
|
-
};
|
|
67
|
-
disabled: {
|
|
68
|
-
type: import("vue").PropType<boolean>;
|
|
69
|
-
};
|
|
70
|
-
isError: {
|
|
71
|
-
type: import("vue").PropType<boolean>;
|
|
72
|
-
};
|
|
73
|
-
}>> & {
|
|
74
|
-
"onUpdate:modelValue"?: ((value: string | object) => any) | undefined;
|
|
75
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
76
|
-
"update:modelValue": (value: string | object) => void;
|
|
77
|
-
}, string, {}, {}, string, {}> & {
|
|
78
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
79
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
80
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
81
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
82
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
83
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
84
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
85
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
86
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
87
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
88
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
89
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
90
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
91
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
92
|
-
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;
|
|
93
|
-
};
|
|
94
|
-
$forceUpdate: () => void;
|
|
95
|
-
$nextTick: typeof import("vue").nextTick;
|
|
96
|
-
$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;
|
|
97
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
98
5
|
modelValue: {
|
|
99
6
|
type: import("vue").PropType<string | object>;
|
|
100
7
|
required: true;
|
|
@@ -117,7 +24,62 @@ declare const meta: {
|
|
|
117
24
|
};
|
|
118
25
|
}>> & {
|
|
119
26
|
"onUpdate:modelValue"?: ((value: string | object) => any) | undefined;
|
|
120
|
-
}
|
|
27
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
+
"update:modelValue": (value: string | object) => void;
|
|
29
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
modelValue: {
|
|
31
|
+
type: import("vue").PropType<string | object>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
value: {
|
|
35
|
+
type: import("vue").PropType<string | object>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
name: {
|
|
39
|
+
type: import("vue").PropType<string>;
|
|
40
|
+
};
|
|
41
|
+
description: {
|
|
42
|
+
type: import("vue").PropType<string>;
|
|
43
|
+
};
|
|
44
|
+
disabled: {
|
|
45
|
+
type: import("vue").PropType<boolean>;
|
|
46
|
+
};
|
|
47
|
+
isError: {
|
|
48
|
+
type: import("vue").PropType<boolean>;
|
|
49
|
+
};
|
|
50
|
+
}>> & {
|
|
51
|
+
"onUpdate:modelValue"?: ((value: string | object) => any) | undefined;
|
|
52
|
+
}, {}, true, {}, {}, {
|
|
53
|
+
P: {};
|
|
54
|
+
B: {};
|
|
55
|
+
D: {};
|
|
56
|
+
C: {};
|
|
57
|
+
M: {};
|
|
58
|
+
Defaults: {};
|
|
59
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
60
|
+
modelValue: {
|
|
61
|
+
type: import("vue").PropType<string | object>;
|
|
62
|
+
required: true;
|
|
63
|
+
};
|
|
64
|
+
value: {
|
|
65
|
+
type: import("vue").PropType<string | object>;
|
|
66
|
+
required: true;
|
|
67
|
+
};
|
|
68
|
+
name: {
|
|
69
|
+
type: import("vue").PropType<string>;
|
|
70
|
+
};
|
|
71
|
+
description: {
|
|
72
|
+
type: import("vue").PropType<string>;
|
|
73
|
+
};
|
|
74
|
+
disabled: {
|
|
75
|
+
type: import("vue").PropType<boolean>;
|
|
76
|
+
};
|
|
77
|
+
isError: {
|
|
78
|
+
type: import("vue").PropType<boolean>;
|
|
79
|
+
};
|
|
80
|
+
}>> & {
|
|
81
|
+
"onUpdate:modelValue"?: ((value: string | object) => any) | undefined;
|
|
82
|
+
}, {}, {}, {}, {}, {}>;
|
|
121
83
|
__isFragment?: undefined;
|
|
122
84
|
__isTeleport?: undefined;
|
|
123
85
|
__isSuspense?: undefined;
|