sprof 0.2.6 → 0.2.8
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/README.md +163 -11
- package/dist/{ExtractsList-Pj6MkURv.js → ExtractsList-DkB5B2ct.js} +1 -1
- package/dist/core/auth/Auth.d.ts +1 -1
- package/dist/core/components/CarouselImages.vue.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +1 -1
- package/dist/core/components/GridContainer.vue.d.ts +1 -1
- package/dist/core/components/InfoItem.vue.d.ts +3 -3
- package/dist/core/components/RemoteSearch.stories.d.ts +20 -20
- package/dist/core/components/atoms/PBadge/PBadge.stories.d.ts +471 -0
- package/dist/core/components/atoms/PBadge/PBadge.test.d.ts +1 -0
- package/dist/core/components/atoms/PBadge/PBadge.vue.d.ts +84 -0
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
- package/dist/core/components/atoms/PChip/PChip.stories.d.ts +639 -0
- package/dist/core/components/atoms/PChip/PChip.test.d.ts +1 -0
- package/dist/core/components/atoms/PChip/PChip.vue.d.ts +85 -0
- package/dist/core/components/atoms/PDatePicker/PDatePicker.stories.d.ts +469 -0
- package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +235 -0
- package/dist/core/components/atoms/PDialog/PDialog.test.d.ts +1 -0
- package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +62 -0
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +6 -6
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
- package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
- package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
- package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
- package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
- package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
- package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
- package/dist/core/components/atoms/PTable/{PTable.storeis.d.ts → PTable.stories.d.ts} +8 -9
- package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
- package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +248 -0
- package/dist/core/components/atoms/PToggle/PToggle.test.d.ts +1 -0
- package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +71 -0
- package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +141 -7
- package/dist/core/components/atoms/PTooltip/PTooltip.vue.d.ts +4 -3
- package/dist/core/components/atoms/__consumer__/consumer-render.test.d.ts +1 -0
- package/dist/core/components/atoms/__consumer__/q-imports.test.d.ts +1 -0
- package/dist/core/components/atoms/index.d.ts +5 -1
- package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +2 -2
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
- package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
- package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
- package/dist/core/helpers/index.d.ts +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core/interfaces/index.d.ts +34 -0
- package/dist/core/store/index.d.ts +24 -24
- package/dist/core/ui/AdminUI.d.ts +4 -4
- package/dist/global-components.d.ts +78 -0
- package/dist/{index-C6n-V_a8.js → index-BcXeol30.js} +3958 -3748
- package/dist/index.d.ts +6 -0
- package/dist/modules/forms/components/Fields/DateField.vue.d.ts +1 -1
- package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +1 -1
- package/dist/modules/forms/components/admin/AdminFormPage.vue.d.ts +1 -1
- package/dist/sprof.js +20 -16
- package/dist/sprof.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/dist/test-utils/quasar-minimal.d.ts +6 -0
- package/package.json +15 -16
|
@@ -87,8 +87,8 @@ declare const _default: {
|
|
|
87
87
|
options: unknown[];
|
|
88
88
|
readonly: boolean;
|
|
89
89
|
placeholder: string;
|
|
90
|
-
margin: string;
|
|
91
90
|
width: string;
|
|
91
|
+
margin: string;
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
clearable: boolean;
|
|
94
94
|
borderColor: string;
|
|
@@ -181,8 +181,8 @@ declare const _default: {
|
|
|
181
181
|
options: unknown[];
|
|
182
182
|
readonly: boolean;
|
|
183
183
|
placeholder: string;
|
|
184
|
-
margin: string;
|
|
185
184
|
width: string;
|
|
185
|
+
margin: string;
|
|
186
186
|
disabled: boolean;
|
|
187
187
|
clearable: boolean;
|
|
188
188
|
borderColor: string;
|
|
@@ -276,8 +276,8 @@ declare const _default: {
|
|
|
276
276
|
options: unknown[];
|
|
277
277
|
readonly: boolean;
|
|
278
278
|
placeholder: string;
|
|
279
|
-
margin: string;
|
|
280
279
|
width: string;
|
|
280
|
+
margin: string;
|
|
281
281
|
disabled: boolean;
|
|
282
282
|
clearable: boolean;
|
|
283
283
|
borderColor: string;
|
|
@@ -430,8 +430,8 @@ export declare const Default: StoryFn<{
|
|
|
430
430
|
options: unknown[];
|
|
431
431
|
readonly: boolean;
|
|
432
432
|
placeholder: string;
|
|
433
|
-
margin: string;
|
|
434
433
|
width: string;
|
|
434
|
+
margin: string;
|
|
435
435
|
disabled: boolean;
|
|
436
436
|
clearable: boolean;
|
|
437
437
|
borderColor: string;
|
|
@@ -524,8 +524,8 @@ export declare const Default: StoryFn<{
|
|
|
524
524
|
options: unknown[];
|
|
525
525
|
readonly: boolean;
|
|
526
526
|
placeholder: string;
|
|
527
|
-
margin: string;
|
|
528
527
|
width: string;
|
|
528
|
+
margin: string;
|
|
529
529
|
disabled: boolean;
|
|
530
530
|
clearable: boolean;
|
|
531
531
|
borderColor: string;
|
|
@@ -619,8 +619,8 @@ export declare const Default: StoryFn<{
|
|
|
619
619
|
options: unknown[];
|
|
620
620
|
readonly: boolean;
|
|
621
621
|
placeholder: string;
|
|
622
|
-
margin: string;
|
|
623
622
|
width: string;
|
|
623
|
+
margin: string;
|
|
624
624
|
disabled: boolean;
|
|
625
625
|
clearable: boolean;
|
|
626
626
|
borderColor: string;
|
|
@@ -152,8 +152,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
152
152
|
options: unknown[];
|
|
153
153
|
readonly: boolean;
|
|
154
154
|
placeholder: string;
|
|
155
|
-
margin: string;
|
|
156
155
|
width: string;
|
|
156
|
+
margin: string;
|
|
157
157
|
disabled: boolean;
|
|
158
158
|
clearable: boolean;
|
|
159
159
|
borderColor: string;
|
|
@@ -131,8 +131,8 @@ declare const _default: {
|
|
|
131
131
|
string: string;
|
|
132
132
|
color: string;
|
|
133
133
|
padding: string;
|
|
134
|
-
margin: string;
|
|
135
134
|
width: string;
|
|
135
|
+
margin: string;
|
|
136
136
|
fontSize: string;
|
|
137
137
|
minWidth: string;
|
|
138
138
|
justifyContent: string;
|
|
@@ -335,8 +335,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
335
335
|
string: string;
|
|
336
336
|
color: string;
|
|
337
337
|
padding: string;
|
|
338
|
-
margin: string;
|
|
339
338
|
width: string;
|
|
339
|
+
margin: string;
|
|
340
340
|
fontSize: string;
|
|
341
341
|
minWidth: string;
|
|
342
342
|
justifyContent: string;
|
|
@@ -128,8 +128,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
128
128
|
string: string;
|
|
129
129
|
color: string;
|
|
130
130
|
padding: string;
|
|
131
|
-
margin: string;
|
|
132
131
|
width: string;
|
|
132
|
+
margin: string;
|
|
133
133
|
fontSize: string;
|
|
134
134
|
minWidth: string;
|
|
135
135
|
justifyContent: string;
|
|
@@ -19,8 +19,8 @@ declare const _default: {
|
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
22
|
-
margin: string;
|
|
23
22
|
width: string;
|
|
23
|
+
margin: string;
|
|
24
24
|
fontSize: string;
|
|
25
25
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
|
|
26
26
|
P: {};
|
|
@@ -46,8 +46,8 @@ declare const _default: {
|
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
49
|
-
margin: string;
|
|
50
49
|
width: string;
|
|
50
|
+
margin: string;
|
|
51
51
|
fontSize: string;
|
|
52
52
|
}>;
|
|
53
53
|
__isFragment?: undefined;
|
|
@@ -70,8 +70,8 @@ declare const _default: {
|
|
|
70
70
|
default: string;
|
|
71
71
|
};
|
|
72
72
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
73
|
-
margin: string;
|
|
74
73
|
width: string;
|
|
74
|
+
margin: string;
|
|
75
75
|
fontSize: string;
|
|
76
76
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
77
77
|
$slots: {
|
|
@@ -88,17 +88,16 @@ declare const _default: {
|
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
argTypes: {
|
|
91
|
-
|
|
91
|
+
width: {
|
|
92
92
|
control: string;
|
|
93
93
|
description: string;
|
|
94
94
|
};
|
|
95
|
-
|
|
95
|
+
margin: {
|
|
96
96
|
control: string;
|
|
97
97
|
description: string;
|
|
98
98
|
};
|
|
99
99
|
fontSize: {
|
|
100
100
|
control: string;
|
|
101
|
-
description: string;
|
|
102
101
|
};
|
|
103
102
|
};
|
|
104
103
|
};
|
|
@@ -121,8 +120,8 @@ export declare const Default: StoryFn<{
|
|
|
121
120
|
default: string;
|
|
122
121
|
};
|
|
123
122
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
124
|
-
margin: string;
|
|
125
123
|
width: string;
|
|
124
|
+
margin: string;
|
|
126
125
|
fontSize: string;
|
|
127
126
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
|
|
128
127
|
P: {};
|
|
@@ -148,8 +147,8 @@ export declare const Default: StoryFn<{
|
|
|
148
147
|
default: string;
|
|
149
148
|
};
|
|
150
149
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
151
|
-
margin: string;
|
|
152
150
|
width: string;
|
|
151
|
+
margin: string;
|
|
153
152
|
fontSize: string;
|
|
154
153
|
}>;
|
|
155
154
|
__isFragment?: undefined;
|
|
@@ -172,8 +171,8 @@ export declare const Default: StoryFn<{
|
|
|
172
171
|
default: string;
|
|
173
172
|
};
|
|
174
173
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
175
|
-
margin: string;
|
|
176
174
|
width: string;
|
|
175
|
+
margin: string;
|
|
177
176
|
fontSize: string;
|
|
178
177
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
179
178
|
$slots: {
|
|
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
margin: string;
|
|
35
34
|
width: string;
|
|
35
|
+
margin: string;
|
|
36
36
|
fontSize: string;
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTableElement>, {
|
|
38
38
|
thead?(_: {}): any;
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
|
+
label: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
fontSize: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
padding: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
margin: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
width: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
modelValue: {
|
|
30
|
+
type: globalThis.PropType<boolean>;
|
|
31
|
+
};
|
|
32
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
change: (...args: any[]) => void;
|
|
34
|
+
"update:modelValue": (value: boolean) => void;
|
|
35
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
36
|
+
label: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
fontSize: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
size: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
padding: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
margin: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
width: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
modelValue: {
|
|
61
|
+
type: globalThis.PropType<boolean>;
|
|
62
|
+
};
|
|
63
|
+
}>> & Readonly<{
|
|
64
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
65
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
66
|
+
}>, {
|
|
67
|
+
size: string;
|
|
68
|
+
label: string;
|
|
69
|
+
padding: string;
|
|
70
|
+
width: string;
|
|
71
|
+
margin: string;
|
|
72
|
+
fontSize: string;
|
|
73
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
74
|
+
tags: string[];
|
|
75
|
+
parameters: {
|
|
76
|
+
docs: {
|
|
77
|
+
description: {
|
|
78
|
+
component: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
argTypes: {
|
|
83
|
+
label: {
|
|
84
|
+
control: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
size: {
|
|
88
|
+
control: string;
|
|
89
|
+
options: string[];
|
|
90
|
+
description: string;
|
|
91
|
+
};
|
|
92
|
+
fontSize: {
|
|
93
|
+
control: string;
|
|
94
|
+
description: string;
|
|
95
|
+
};
|
|
96
|
+
padding: {
|
|
97
|
+
control: string;
|
|
98
|
+
};
|
|
99
|
+
margin: {
|
|
100
|
+
control: string;
|
|
101
|
+
};
|
|
102
|
+
width: {
|
|
103
|
+
control: string;
|
|
104
|
+
description: string;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
export default _default;
|
|
109
|
+
export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
110
|
+
label: {
|
|
111
|
+
type: StringConstructor;
|
|
112
|
+
default: string;
|
|
113
|
+
};
|
|
114
|
+
fontSize: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
size: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
padding: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
margin: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
|
+
width: {
|
|
131
|
+
type: StringConstructor;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
modelValue: {
|
|
135
|
+
type: globalThis.PropType<boolean>;
|
|
136
|
+
};
|
|
137
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
138
|
+
change: (...args: any[]) => void;
|
|
139
|
+
"update:modelValue": (value: boolean) => void;
|
|
140
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
141
|
+
label: {
|
|
142
|
+
type: StringConstructor;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
fontSize: {
|
|
146
|
+
type: StringConstructor;
|
|
147
|
+
default: string;
|
|
148
|
+
};
|
|
149
|
+
size: {
|
|
150
|
+
type: StringConstructor;
|
|
151
|
+
default: string;
|
|
152
|
+
};
|
|
153
|
+
padding: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
default: string;
|
|
156
|
+
};
|
|
157
|
+
margin: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: string;
|
|
160
|
+
};
|
|
161
|
+
width: {
|
|
162
|
+
type: StringConstructor;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
modelValue: {
|
|
166
|
+
type: globalThis.PropType<boolean>;
|
|
167
|
+
};
|
|
168
|
+
}>> & Readonly<{
|
|
169
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
170
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
171
|
+
}>, {
|
|
172
|
+
size: string;
|
|
173
|
+
label: string;
|
|
174
|
+
padding: string;
|
|
175
|
+
width: string;
|
|
176
|
+
margin: string;
|
|
177
|
+
fontSize: string;
|
|
178
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
179
|
+
export declare const Disabled: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
180
|
+
label: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
fontSize: {
|
|
185
|
+
type: StringConstructor;
|
|
186
|
+
default: string;
|
|
187
|
+
};
|
|
188
|
+
size: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
192
|
+
padding: {
|
|
193
|
+
type: StringConstructor;
|
|
194
|
+
default: string;
|
|
195
|
+
};
|
|
196
|
+
margin: {
|
|
197
|
+
type: StringConstructor;
|
|
198
|
+
default: string;
|
|
199
|
+
};
|
|
200
|
+
width: {
|
|
201
|
+
type: StringConstructor;
|
|
202
|
+
default: string;
|
|
203
|
+
};
|
|
204
|
+
modelValue: {
|
|
205
|
+
type: globalThis.PropType<boolean>;
|
|
206
|
+
};
|
|
207
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
208
|
+
change: (...args: any[]) => void;
|
|
209
|
+
"update:modelValue": (value: boolean) => void;
|
|
210
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
211
|
+
label: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
fontSize: {
|
|
216
|
+
type: StringConstructor;
|
|
217
|
+
default: string;
|
|
218
|
+
};
|
|
219
|
+
size: {
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
223
|
+
padding: {
|
|
224
|
+
type: StringConstructor;
|
|
225
|
+
default: string;
|
|
226
|
+
};
|
|
227
|
+
margin: {
|
|
228
|
+
type: StringConstructor;
|
|
229
|
+
default: string;
|
|
230
|
+
};
|
|
231
|
+
width: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
default: string;
|
|
234
|
+
};
|
|
235
|
+
modelValue: {
|
|
236
|
+
type: globalThis.PropType<boolean>;
|
|
237
|
+
};
|
|
238
|
+
}>> & Readonly<{
|
|
239
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
240
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
241
|
+
}>, {
|
|
242
|
+
size: string;
|
|
243
|
+
label: string;
|
|
244
|
+
padding: string;
|
|
245
|
+
width: string;
|
|
246
|
+
margin: string;
|
|
247
|
+
fontSize: string;
|
|
248
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
label: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
fontSize: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
size: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
padding: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
margin: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
width: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: globalThis.PropType<boolean>;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
change: (...args: any[]) => void;
|
|
31
|
+
"update:modelValue": (value: boolean) => void;
|
|
32
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
33
|
+
label: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
fontSize: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
size: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
padding: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
margin: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
width: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
modelValue: {
|
|
58
|
+
type: globalThis.PropType<boolean>;
|
|
59
|
+
};
|
|
60
|
+
}>> & Readonly<{
|
|
61
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
62
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63
|
+
}>, {
|
|
64
|
+
size: string;
|
|
65
|
+
label: string;
|
|
66
|
+
padding: string;
|
|
67
|
+
width: string;
|
|
68
|
+
margin: string;
|
|
69
|
+
fontSize: string;
|
|
70
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
71
|
+
export default _default;
|