sprof 0.0.156 → 0.0.158
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/core/components/AuthModal.stories.d.ts +97 -0
- package/dist/sprof.js +1117 -1121
- package/dist/sprof.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
width: {
|
|
5
|
+
type: globalThis.PropType<string>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
margin: {
|
|
9
|
+
type: globalThis.PropType<string>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
padding: {
|
|
13
|
+
type: globalThis.PropType<string>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
submit: (...args: any[]) => void;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
19
|
+
width: {
|
|
20
|
+
type: globalThis.PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
margin: {
|
|
24
|
+
type: globalThis.PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
padding: {
|
|
28
|
+
type: globalThis.PropType<string>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{
|
|
32
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
margin: string;
|
|
35
|
+
padding: string;
|
|
36
|
+
width: string;
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
tags: string[];
|
|
39
|
+
parameters: {
|
|
40
|
+
docs: {
|
|
41
|
+
description: {
|
|
42
|
+
component: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
argTypes: {
|
|
47
|
+
width: {
|
|
48
|
+
control: string;
|
|
49
|
+
};
|
|
50
|
+
margin: {
|
|
51
|
+
control: string;
|
|
52
|
+
};
|
|
53
|
+
padding: {
|
|
54
|
+
control: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export default _default;
|
|
59
|
+
export declare const Default: (args: any) => import('vue').DefineComponent<{}, {
|
|
60
|
+
props: globalThis.ComputedRef<any>;
|
|
61
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
62
|
+
AuthModal: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
63
|
+
width: {
|
|
64
|
+
type: globalThis.PropType<string>;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
margin: {
|
|
68
|
+
type: globalThis.PropType<string>;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
padding: {
|
|
72
|
+
type: globalThis.PropType<string>;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
|
+
submit: (...args: any[]) => void;
|
|
77
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
78
|
+
width: {
|
|
79
|
+
type: globalThis.PropType<string>;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
margin: {
|
|
83
|
+
type: globalThis.PropType<string>;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
padding: {
|
|
87
|
+
type: globalThis.PropType<string>;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
}>> & Readonly<{
|
|
91
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
}>, {
|
|
93
|
+
margin: string;
|
|
94
|
+
padding: string;
|
|
95
|
+
width: string;
|
|
96
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
97
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|