sprof 0.0.21 → 0.0.23
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/Icons/IconArrowLeft.stories.d.ts +100 -0
- package/dist/components/Icons/IconCheckDefault.stories.d.ts +100 -0
- package/dist/components/Icons/IconClose.stories.d.ts +100 -0
- package/dist/components/Icons/IconEdit.stories.d.ts +100 -0
- package/dist/components/Icons/IconEmail.stories.d.ts +100 -0
- package/dist/components/Icons/IconMove.stories.d.ts +100 -0
- package/dist/components/Icons/IconPhone.stories.d.ts +100 -0
- package/dist/components/Icons/IconSearch.stories.d.ts +100 -0
- package/dist/components/Icons/IconSelectArrow.stories.d.ts +100 -0
- package/dist/components/atoms/PList/PList.stories.d.ts +188 -0
- package/dist/components/atoms/PRadio/PRadio.stories.d.ts +240 -0
- package/dist/components/atoms/PRightSlider/PRightSlider.stories.d.ts +418 -0
- package/dist/components/atoms/PSticky/PSticky.stories.d.ts +238 -0
- package/dist/components/atoms/PString/PString.stories.d.ts +354 -0
- package/dist/components/atoms/PTable/PTable.storeis.d.ts +190 -0
- package/dist/components/atoms/PTextarea/PTextarea.stories.d.ts +358 -0
- package/dist/components/atoms/PTopSlider/PTopSlider.stories.d.ts +244 -0
- package/dist/components/molecules/Collapse/CollapseContainer.stories.d.ts +58 -0
- package/dist/components/molecules/Collapse/CollapseItem.stories.d.ts +278 -0
- package/dist/components/organisms/PTabs/PTabs.stories.d.ts +320 -0
- package/dist/modules/documents/classes/Inn.d.ts +7 -0
- package/dist/modules/documents/classes/Snils.d.ts +7 -0
- package/dist/modules/documents/classes/index.d.ts +5 -0
- package/dist/modules/documents/store/InnsStore.d.ts +7 -0
- package/dist/modules/documents/store/SnilssStore.d.ts +7 -0
- package/dist/modules/documents/store/index.d.ts +5 -0
- package/dist/modules/index.d.ts +2 -2
- package/dist/sprof.js +635 -603
- package/dist/sprof.umd.cjs +11 -11
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/modules/passports/classes/index.d.ts +0 -3
- package/dist/modules/passports/store/index.d.ts +0 -3
- /package/dist/modules/{passports → documents}/classes/Passport.d.ts +0 -0
- /package/dist/modules/{passports → documents}/classes/PassportScan.d.ts +0 -0
- /package/dist/modules/{passports → documents}/classes/indexNames.d.ts +0 -0
- /package/dist/modules/{passports → documents}/store/PassportScansStore.d.ts +0 -0
- /package/dist/modules/{passports → documents}/store/PassportsStore.d.ts +0 -0
- /package/dist/modules/{passports → documents}/store/indexNames.d.ts +0 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
margin: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
iconClass: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
required: false;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
18
|
+
size: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
margin: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
iconClass: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: false;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{}>, {
|
|
32
|
+
size: string;
|
|
33
|
+
margin: string;
|
|
34
|
+
iconClass: string;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
tags: string[];
|
|
37
|
+
parameters: {
|
|
38
|
+
docs: {
|
|
39
|
+
description: {
|
|
40
|
+
component: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
argTypes: {
|
|
45
|
+
size: {
|
|
46
|
+
control: string;
|
|
47
|
+
description: string;
|
|
48
|
+
};
|
|
49
|
+
margin: {
|
|
50
|
+
control: string;
|
|
51
|
+
description: string;
|
|
52
|
+
};
|
|
53
|
+
iconClass: {
|
|
54
|
+
control: string;
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export default _default;
|
|
60
|
+
export declare const Default: (args: any) => {
|
|
61
|
+
components: {
|
|
62
|
+
IconSearch: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
63
|
+
size: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
margin: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
iconClass: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
required: false;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
77
|
+
size: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
margin: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
iconClass: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
required: false;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
}>> & Readonly<{}>, {
|
|
91
|
+
size: string;
|
|
92
|
+
margin: string;
|
|
93
|
+
iconClass: string;
|
|
94
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
95
|
+
};
|
|
96
|
+
setup(): {
|
|
97
|
+
args: any;
|
|
98
|
+
};
|
|
99
|
+
template: string;
|
|
100
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
size: {
|
|
5
|
+
type: globalThis.PropType<string>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
margin: {
|
|
9
|
+
type: globalThis.PropType<string>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
iconClass: {
|
|
13
|
+
type: globalThis.PropType<string>;
|
|
14
|
+
required: false;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
18
|
+
size: {
|
|
19
|
+
type: globalThis.PropType<string>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
margin: {
|
|
23
|
+
type: globalThis.PropType<string>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
iconClass: {
|
|
27
|
+
type: globalThis.PropType<string>;
|
|
28
|
+
required: false;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{}>, {
|
|
32
|
+
size: string;
|
|
33
|
+
margin: string;
|
|
34
|
+
iconClass: string;
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
tags: string[];
|
|
37
|
+
parameters: {
|
|
38
|
+
docs: {
|
|
39
|
+
description: {
|
|
40
|
+
component: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
argTypes: {
|
|
45
|
+
size: {
|
|
46
|
+
control: string;
|
|
47
|
+
description: string;
|
|
48
|
+
};
|
|
49
|
+
margin: {
|
|
50
|
+
control: string;
|
|
51
|
+
description: string;
|
|
52
|
+
};
|
|
53
|
+
iconClass: {
|
|
54
|
+
control: string;
|
|
55
|
+
description: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export default _default;
|
|
60
|
+
export declare const Default: (args: any) => {
|
|
61
|
+
components: {
|
|
62
|
+
IconSelectArrow: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
63
|
+
size: {
|
|
64
|
+
type: globalThis.PropType<string>;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
margin: {
|
|
68
|
+
type: globalThis.PropType<string>;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
iconClass: {
|
|
72
|
+
type: globalThis.PropType<string>;
|
|
73
|
+
required: false;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
77
|
+
size: {
|
|
78
|
+
type: globalThis.PropType<string>;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
margin: {
|
|
82
|
+
type: globalThis.PropType<string>;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
iconClass: {
|
|
86
|
+
type: globalThis.PropType<string>;
|
|
87
|
+
required: false;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
}>> & Readonly<{}>, {
|
|
91
|
+
size: string;
|
|
92
|
+
margin: string;
|
|
93
|
+
iconClass: string;
|
|
94
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
95
|
+
};
|
|
96
|
+
setup(): {
|
|
97
|
+
args: any;
|
|
98
|
+
};
|
|
99
|
+
template: string;
|
|
100
|
+
};
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
5
|
+
margin: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
required: false;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
padding: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
width: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: false;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
21
|
+
margin: string;
|
|
22
|
+
padding: string;
|
|
23
|
+
width: string;
|
|
24
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
25
|
+
P: {};
|
|
26
|
+
B: {};
|
|
27
|
+
D: {};
|
|
28
|
+
C: {};
|
|
29
|
+
M: {};
|
|
30
|
+
Defaults: {};
|
|
31
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
32
|
+
margin: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
required: false;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
padding: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
required: false;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
width: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: false;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
48
|
+
margin: string;
|
|
49
|
+
padding: string;
|
|
50
|
+
width: string;
|
|
51
|
+
}>;
|
|
52
|
+
__isFragment?: undefined;
|
|
53
|
+
__isTeleport?: undefined;
|
|
54
|
+
__isSuspense?: undefined;
|
|
55
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
56
|
+
margin: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
required: false;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
padding: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
required: false;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
width: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
required: false;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
72
|
+
margin: string;
|
|
73
|
+
padding: string;
|
|
74
|
+
width: string;
|
|
75
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
76
|
+
$slots: {
|
|
77
|
+
default?(_: {}): any;
|
|
78
|
+
};
|
|
79
|
+
});
|
|
80
|
+
tags: string[];
|
|
81
|
+
parameters: {
|
|
82
|
+
docs: {
|
|
83
|
+
description: {
|
|
84
|
+
component: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
argTypes: {
|
|
89
|
+
margin: {
|
|
90
|
+
control: string;
|
|
91
|
+
description: string;
|
|
92
|
+
};
|
|
93
|
+
padding: {
|
|
94
|
+
control: string;
|
|
95
|
+
description: string;
|
|
96
|
+
};
|
|
97
|
+
width: {
|
|
98
|
+
control: string;
|
|
99
|
+
description: string;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
export default _default;
|
|
104
|
+
export declare const Default: (args: any) => {
|
|
105
|
+
components: {
|
|
106
|
+
PList: {
|
|
107
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
108
|
+
margin: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
required: false;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
padding: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
required: false;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
width: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
required: false;
|
|
121
|
+
default: string;
|
|
122
|
+
};
|
|
123
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
124
|
+
margin: string;
|
|
125
|
+
padding: string;
|
|
126
|
+
width: string;
|
|
127
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
128
|
+
P: {};
|
|
129
|
+
B: {};
|
|
130
|
+
D: {};
|
|
131
|
+
C: {};
|
|
132
|
+
M: {};
|
|
133
|
+
Defaults: {};
|
|
134
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
135
|
+
margin: {
|
|
136
|
+
type: StringConstructor;
|
|
137
|
+
required: false;
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
padding: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
required: false;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
width: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
required: false;
|
|
148
|
+
default: string;
|
|
149
|
+
};
|
|
150
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
151
|
+
margin: string;
|
|
152
|
+
padding: string;
|
|
153
|
+
width: string;
|
|
154
|
+
}>;
|
|
155
|
+
__isFragment?: undefined;
|
|
156
|
+
__isTeleport?: undefined;
|
|
157
|
+
__isSuspense?: undefined;
|
|
158
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
159
|
+
margin: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
required: false;
|
|
162
|
+
default: string;
|
|
163
|
+
};
|
|
164
|
+
padding: {
|
|
165
|
+
type: StringConstructor;
|
|
166
|
+
required: false;
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
width: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
required: false;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
175
|
+
margin: string;
|
|
176
|
+
padding: string;
|
|
177
|
+
width: string;
|
|
178
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
179
|
+
$slots: {
|
|
180
|
+
default?(_: {}): any;
|
|
181
|
+
};
|
|
182
|
+
});
|
|
183
|
+
};
|
|
184
|
+
setup(): {
|
|
185
|
+
args: any;
|
|
186
|
+
};
|
|
187
|
+
template: string;
|
|
188
|
+
};
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
|
+
label: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
name: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
fontSize: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
size: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
borderRadius: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
padding: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
margin: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
width: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
value: {
|
|
37
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
modelValue: {
|
|
41
|
+
type: globalThis.PropType<string>;
|
|
42
|
+
};
|
|
43
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
+
change: (...args: any[]) => void;
|
|
45
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
46
|
+
label: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
name: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
fontSize: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
size: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
borderRadius: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
padding: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
margin: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
width: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
value: {
|
|
79
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
80
|
+
default: undefined;
|
|
81
|
+
};
|
|
82
|
+
modelValue: {
|
|
83
|
+
type: globalThis.PropType<string>;
|
|
84
|
+
};
|
|
85
|
+
}>> & Readonly<{
|
|
86
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
}>, {
|
|
88
|
+
size: string;
|
|
89
|
+
label: string;
|
|
90
|
+
margin: string;
|
|
91
|
+
padding: string;
|
|
92
|
+
width: string;
|
|
93
|
+
fontSize: string;
|
|
94
|
+
value: string | boolean;
|
|
95
|
+
borderRadius: string;
|
|
96
|
+
name: string;
|
|
97
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
98
|
+
tags: string[];
|
|
99
|
+
parameters: {
|
|
100
|
+
docs: {
|
|
101
|
+
description: {
|
|
102
|
+
component: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
argTypes: {
|
|
107
|
+
label: {
|
|
108
|
+
control: string;
|
|
109
|
+
description: string;
|
|
110
|
+
};
|
|
111
|
+
name: {
|
|
112
|
+
control: string;
|
|
113
|
+
description: string;
|
|
114
|
+
};
|
|
115
|
+
fontSize: {
|
|
116
|
+
control: string;
|
|
117
|
+
description: string;
|
|
118
|
+
};
|
|
119
|
+
size: {
|
|
120
|
+
control: string;
|
|
121
|
+
description: string;
|
|
122
|
+
};
|
|
123
|
+
borderRadius: {
|
|
124
|
+
control: string;
|
|
125
|
+
description: string;
|
|
126
|
+
};
|
|
127
|
+
margin: {
|
|
128
|
+
control: string;
|
|
129
|
+
description: string;
|
|
130
|
+
};
|
|
131
|
+
value: {
|
|
132
|
+
control: string;
|
|
133
|
+
description: string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
export default _default;
|
|
138
|
+
export declare const DefaultRadio: (args: any) => {
|
|
139
|
+
components: {
|
|
140
|
+
PRadio: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
141
|
+
label: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
name: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
fontSize: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
size: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
157
|
+
borderRadius: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: string;
|
|
160
|
+
};
|
|
161
|
+
padding: {
|
|
162
|
+
type: StringConstructor;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
margin: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
width: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
value: {
|
|
174
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
175
|
+
default: undefined;
|
|
176
|
+
};
|
|
177
|
+
modelValue: {
|
|
178
|
+
type: globalThis.PropType<string>;
|
|
179
|
+
};
|
|
180
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
181
|
+
change: (...args: any[]) => void;
|
|
182
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
183
|
+
label: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
default: string;
|
|
186
|
+
};
|
|
187
|
+
name: {
|
|
188
|
+
type: StringConstructor;
|
|
189
|
+
default: string;
|
|
190
|
+
};
|
|
191
|
+
fontSize: {
|
|
192
|
+
type: StringConstructor;
|
|
193
|
+
default: string;
|
|
194
|
+
};
|
|
195
|
+
size: {
|
|
196
|
+
type: StringConstructor;
|
|
197
|
+
default: string;
|
|
198
|
+
};
|
|
199
|
+
borderRadius: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
padding: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
default: string;
|
|
206
|
+
};
|
|
207
|
+
margin: {
|
|
208
|
+
type: StringConstructor;
|
|
209
|
+
default: string;
|
|
210
|
+
};
|
|
211
|
+
width: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
value: {
|
|
216
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
217
|
+
default: undefined;
|
|
218
|
+
};
|
|
219
|
+
modelValue: {
|
|
220
|
+
type: globalThis.PropType<string>;
|
|
221
|
+
};
|
|
222
|
+
}>> & Readonly<{
|
|
223
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
224
|
+
}>, {
|
|
225
|
+
size: string;
|
|
226
|
+
label: string;
|
|
227
|
+
margin: string;
|
|
228
|
+
padding: string;
|
|
229
|
+
width: string;
|
|
230
|
+
fontSize: string;
|
|
231
|
+
value: string | boolean;
|
|
232
|
+
borderRadius: string;
|
|
233
|
+
name: string;
|
|
234
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
235
|
+
};
|
|
236
|
+
setup(): {
|
|
237
|
+
args: any;
|
|
238
|
+
};
|
|
239
|
+
template: string;
|
|
240
|
+
};
|