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
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: {
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
6
|
+
persistent: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
maximized: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
transitionShow: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
transitionHide: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
modelValue: {
|
|
23
|
+
type: globalThis.PropType<boolean>;
|
|
24
|
+
};
|
|
25
|
+
}>> & Readonly<{
|
|
26
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
"update:modelValue": (value: boolean) => any;
|
|
29
|
+
}, import('vue').PublicProps, {
|
|
30
|
+
persistent: boolean;
|
|
31
|
+
maximized: boolean;
|
|
32
|
+
transitionShow: string;
|
|
33
|
+
transitionHide: string;
|
|
34
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
35
|
+
P: {};
|
|
36
|
+
B: {};
|
|
37
|
+
D: {};
|
|
38
|
+
C: {};
|
|
39
|
+
M: {};
|
|
40
|
+
Defaults: {};
|
|
41
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
42
|
+
persistent: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
maximized: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
transitionShow: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
transitionHide: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
modelValue: {
|
|
59
|
+
type: globalThis.PropType<boolean>;
|
|
60
|
+
};
|
|
61
|
+
}>> & Readonly<{
|
|
62
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63
|
+
}>, {}, {}, {}, {}, {
|
|
64
|
+
persistent: boolean;
|
|
65
|
+
maximized: boolean;
|
|
66
|
+
transitionShow: string;
|
|
67
|
+
transitionHide: string;
|
|
68
|
+
}>;
|
|
69
|
+
__isFragment?: undefined;
|
|
70
|
+
__isTeleport?: undefined;
|
|
71
|
+
__isSuspense?: undefined;
|
|
72
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
73
|
+
persistent: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
maximized: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
transitionShow: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
transitionHide: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
modelValue: {
|
|
90
|
+
type: globalThis.PropType<boolean>;
|
|
91
|
+
};
|
|
92
|
+
}>> & Readonly<{
|
|
93
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
94
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
95
|
+
"update:modelValue": (value: boolean) => any;
|
|
96
|
+
}, string, {
|
|
97
|
+
persistent: boolean;
|
|
98
|
+
maximized: boolean;
|
|
99
|
+
transitionShow: string;
|
|
100
|
+
transitionHide: string;
|
|
101
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
102
|
+
$slots: {
|
|
103
|
+
default?(_: {}): any;
|
|
104
|
+
title?(_: {}): any;
|
|
105
|
+
header?(_: {}): any;
|
|
106
|
+
body?(_: {}): any;
|
|
107
|
+
footer?(_: {}): any;
|
|
108
|
+
};
|
|
109
|
+
});
|
|
110
|
+
tags: string[];
|
|
111
|
+
parameters: {
|
|
112
|
+
docs: {
|
|
113
|
+
description: {
|
|
114
|
+
component: string;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
argTypes: {
|
|
119
|
+
persistent: {
|
|
120
|
+
control: string;
|
|
121
|
+
description: string;
|
|
122
|
+
};
|
|
123
|
+
maximized: {
|
|
124
|
+
control: string;
|
|
125
|
+
description: string;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
export default _default;
|
|
130
|
+
export declare const Default: StoryFn<{
|
|
131
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
132
|
+
persistent: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
maximized: {
|
|
137
|
+
type: BooleanConstructor;
|
|
138
|
+
default: boolean;
|
|
139
|
+
};
|
|
140
|
+
transitionShow: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
transitionHide: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
default: string;
|
|
147
|
+
};
|
|
148
|
+
modelValue: {
|
|
149
|
+
type: globalThis.PropType<boolean>;
|
|
150
|
+
};
|
|
151
|
+
}>> & Readonly<{
|
|
152
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
153
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
154
|
+
"update:modelValue": (value: boolean) => any;
|
|
155
|
+
}, import('vue').PublicProps, {
|
|
156
|
+
persistent: boolean;
|
|
157
|
+
maximized: boolean;
|
|
158
|
+
transitionShow: string;
|
|
159
|
+
transitionHide: string;
|
|
160
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
161
|
+
P: {};
|
|
162
|
+
B: {};
|
|
163
|
+
D: {};
|
|
164
|
+
C: {};
|
|
165
|
+
M: {};
|
|
166
|
+
Defaults: {};
|
|
167
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
168
|
+
persistent: {
|
|
169
|
+
type: BooleanConstructor;
|
|
170
|
+
default: boolean;
|
|
171
|
+
};
|
|
172
|
+
maximized: {
|
|
173
|
+
type: BooleanConstructor;
|
|
174
|
+
default: boolean;
|
|
175
|
+
};
|
|
176
|
+
transitionShow: {
|
|
177
|
+
type: StringConstructor;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
transitionHide: {
|
|
181
|
+
type: StringConstructor;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
modelValue: {
|
|
185
|
+
type: globalThis.PropType<boolean>;
|
|
186
|
+
};
|
|
187
|
+
}>> & Readonly<{
|
|
188
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
189
|
+
}>, {}, {}, {}, {}, {
|
|
190
|
+
persistent: boolean;
|
|
191
|
+
maximized: boolean;
|
|
192
|
+
transitionShow: string;
|
|
193
|
+
transitionHide: string;
|
|
194
|
+
}>;
|
|
195
|
+
__isFragment?: undefined;
|
|
196
|
+
__isTeleport?: undefined;
|
|
197
|
+
__isSuspense?: undefined;
|
|
198
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
199
|
+
persistent: {
|
|
200
|
+
type: BooleanConstructor;
|
|
201
|
+
default: boolean;
|
|
202
|
+
};
|
|
203
|
+
maximized: {
|
|
204
|
+
type: BooleanConstructor;
|
|
205
|
+
default: boolean;
|
|
206
|
+
};
|
|
207
|
+
transitionShow: {
|
|
208
|
+
type: StringConstructor;
|
|
209
|
+
default: string;
|
|
210
|
+
};
|
|
211
|
+
transitionHide: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
modelValue: {
|
|
216
|
+
type: globalThis.PropType<boolean>;
|
|
217
|
+
};
|
|
218
|
+
}>> & Readonly<{
|
|
219
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
220
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
221
|
+
"update:modelValue": (value: boolean) => any;
|
|
222
|
+
}, string, {
|
|
223
|
+
persistent: boolean;
|
|
224
|
+
maximized: boolean;
|
|
225
|
+
transitionShow: string;
|
|
226
|
+
transitionHide: string;
|
|
227
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
228
|
+
$slots: {
|
|
229
|
+
default?(_: {}): any;
|
|
230
|
+
title?(_: {}): any;
|
|
231
|
+
header?(_: {}): any;
|
|
232
|
+
body?(_: {}): any;
|
|
233
|
+
footer?(_: {}): any;
|
|
234
|
+
};
|
|
235
|
+
})>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
persistent: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
maximized: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
transitionShow: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
transitionHide: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
modelValue: {
|
|
19
|
+
type: globalThis.PropType<boolean>;
|
|
20
|
+
};
|
|
21
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
+
"update:modelValue": (value: boolean) => any;
|
|
23
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
24
|
+
persistent: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
maximized: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
transitionShow: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
transitionHide: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
modelValue: {
|
|
41
|
+
type: globalThis.PropType<boolean>;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45
|
+
}>, {
|
|
46
|
+
persistent: boolean;
|
|
47
|
+
maximized: boolean;
|
|
48
|
+
transitionShow: string;
|
|
49
|
+
transitionHide: string;
|
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
51
|
+
default?(_: {}): any;
|
|
52
|
+
title?(_: {}): any;
|
|
53
|
+
header?(_: {}): any;
|
|
54
|
+
body?(_: {}): any;
|
|
55
|
+
footer?(_: {}): any;
|
|
56
|
+
}>;
|
|
57
|
+
export default _default;
|
|
58
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
new (): {
|
|
60
|
+
$slots: S;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
@@ -50,8 +50,8 @@ declare const _default: {
|
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
52
52
|
padding: string;
|
|
53
|
-
margin: string;
|
|
54
53
|
width: string;
|
|
54
|
+
margin: string;
|
|
55
55
|
height: string;
|
|
56
56
|
maxWidth: string;
|
|
57
57
|
minWidth: string;
|
|
@@ -113,8 +113,8 @@ declare const _default: {
|
|
|
113
113
|
};
|
|
114
114
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
115
115
|
padding: string;
|
|
116
|
-
margin: string;
|
|
117
116
|
width: string;
|
|
117
|
+
margin: string;
|
|
118
118
|
height: string;
|
|
119
119
|
maxWidth: string;
|
|
120
120
|
minWidth: string;
|
|
@@ -173,8 +173,8 @@ declare const _default: {
|
|
|
173
173
|
};
|
|
174
174
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
175
175
|
padding: string;
|
|
176
|
-
margin: string;
|
|
177
176
|
width: string;
|
|
177
|
+
margin: string;
|
|
178
178
|
height: string;
|
|
179
179
|
maxWidth: string;
|
|
180
180
|
minWidth: string;
|
|
@@ -283,8 +283,8 @@ export declare const Default: StoryFn<{
|
|
|
283
283
|
};
|
|
284
284
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
285
285
|
padding: string;
|
|
286
|
-
margin: string;
|
|
287
286
|
width: string;
|
|
287
|
+
margin: string;
|
|
288
288
|
height: string;
|
|
289
289
|
maxWidth: string;
|
|
290
290
|
minWidth: string;
|
|
@@ -346,8 +346,8 @@ export declare const Default: StoryFn<{
|
|
|
346
346
|
};
|
|
347
347
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
348
348
|
padding: string;
|
|
349
|
-
margin: string;
|
|
350
349
|
width: string;
|
|
350
|
+
margin: string;
|
|
351
351
|
height: string;
|
|
352
352
|
maxWidth: string;
|
|
353
353
|
minWidth: string;
|
|
@@ -406,8 +406,8 @@ export declare const Default: StoryFn<{
|
|
|
406
406
|
};
|
|
407
407
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
408
408
|
padding: string;
|
|
409
|
-
margin: string;
|
|
410
409
|
width: string;
|
|
410
|
+
margin: string;
|
|
411
411
|
height: string;
|
|
412
412
|
maxWidth: string;
|
|
413
413
|
minWidth: string;
|
|
@@ -71,8 +71,8 @@ declare const _default: {
|
|
|
71
71
|
label: string;
|
|
72
72
|
padding: string;
|
|
73
73
|
mask: string;
|
|
74
|
-
margin: string;
|
|
75
74
|
width: string;
|
|
75
|
+
margin: string;
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
rules: import('quasar').ValidationRule[];
|
|
78
78
|
borderColor: string;
|
|
@@ -147,8 +147,8 @@ declare const _default: {
|
|
|
147
147
|
label: string;
|
|
148
148
|
padding: string;
|
|
149
149
|
mask: string;
|
|
150
|
-
margin: string;
|
|
151
150
|
width: string;
|
|
151
|
+
margin: string;
|
|
152
152
|
disabled: boolean;
|
|
153
153
|
rules: import('quasar').ValidationRule[];
|
|
154
154
|
borderColor: string;
|
|
@@ -224,8 +224,8 @@ declare const _default: {
|
|
|
224
224
|
label: string;
|
|
225
225
|
padding: string;
|
|
226
226
|
mask: string;
|
|
227
|
-
margin: string;
|
|
228
227
|
width: string;
|
|
228
|
+
margin: string;
|
|
229
229
|
disabled: boolean;
|
|
230
230
|
rules: import('quasar').ValidationRule[];
|
|
231
231
|
borderColor: string;
|
|
@@ -374,8 +374,8 @@ export declare const Default: StoryFn<{
|
|
|
374
374
|
label: string;
|
|
375
375
|
padding: string;
|
|
376
376
|
mask: string;
|
|
377
|
-
margin: string;
|
|
378
377
|
width: string;
|
|
378
|
+
margin: string;
|
|
379
379
|
disabled: boolean;
|
|
380
380
|
rules: import('quasar').ValidationRule[];
|
|
381
381
|
borderColor: string;
|
|
@@ -450,8 +450,8 @@ export declare const Default: StoryFn<{
|
|
|
450
450
|
label: string;
|
|
451
451
|
padding: string;
|
|
452
452
|
mask: string;
|
|
453
|
-
margin: string;
|
|
454
453
|
width: string;
|
|
454
|
+
margin: string;
|
|
455
455
|
disabled: boolean;
|
|
456
456
|
rules: import('quasar').ValidationRule[];
|
|
457
457
|
borderColor: string;
|
|
@@ -527,8 +527,8 @@ export declare const Default: StoryFn<{
|
|
|
527
527
|
label: string;
|
|
528
528
|
padding: string;
|
|
529
529
|
mask: string;
|
|
530
|
-
margin: string;
|
|
531
530
|
width: string;
|
|
531
|
+
margin: string;
|
|
532
532
|
disabled: boolean;
|
|
533
533
|
rules: import('quasar').ValidationRule[];
|
|
534
534
|
borderColor: string;
|
|
@@ -117,8 +117,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
117
117
|
label: string;
|
|
118
118
|
padding: string;
|
|
119
119
|
mask: string;
|
|
120
|
-
margin: string;
|
|
121
120
|
width: string;
|
|
121
|
+
margin: string;
|
|
122
122
|
disabled: boolean;
|
|
123
123
|
rules: ValidationRule[];
|
|
124
124
|
borderColor: string;
|
|
@@ -58,8 +58,8 @@ declare const _default: {
|
|
|
58
58
|
}>, {
|
|
59
59
|
label: string;
|
|
60
60
|
placeholder: string;
|
|
61
|
-
margin: string;
|
|
62
61
|
width: string;
|
|
62
|
+
margin: string;
|
|
63
63
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
64
64
|
tags: string[];
|
|
65
65
|
parameters: {
|
|
@@ -146,6 +146,6 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
146
146
|
}>, {
|
|
147
147
|
label: string;
|
|
148
148
|
placeholder: string;
|
|
149
|
-
margin: string;
|
|
150
149
|
width: string;
|
|
150
|
+
margin: string;
|
|
151
151
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -55,7 +55,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
55
55
|
}>, {
|
|
56
56
|
label: string;
|
|
57
57
|
placeholder: string;
|
|
58
|
-
margin: string;
|
|
59
58
|
width: string;
|
|
59
|
+
margin: string;
|
|
60
60
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
61
61
|
export default _default;
|
|
@@ -71,8 +71,8 @@ declare const _default: {
|
|
|
71
71
|
string: string;
|
|
72
72
|
color: string;
|
|
73
73
|
padding: string;
|
|
74
|
-
margin: string;
|
|
75
74
|
width: string;
|
|
75
|
+
margin: string;
|
|
76
76
|
fontSize: string;
|
|
77
77
|
minWidth: string;
|
|
78
78
|
justifyContent: string;
|
|
@@ -154,8 +154,8 @@ declare const _default: {
|
|
|
154
154
|
string: string;
|
|
155
155
|
color: string;
|
|
156
156
|
padding: string;
|
|
157
|
-
margin: string;
|
|
158
157
|
width: string;
|
|
158
|
+
margin: string;
|
|
159
159
|
fontSize: string;
|
|
160
160
|
minWidth: string;
|
|
161
161
|
justifyContent: string;
|
|
@@ -236,8 +236,8 @@ declare const _default: {
|
|
|
236
236
|
string: string;
|
|
237
237
|
color: string;
|
|
238
238
|
padding: string;
|
|
239
|
-
margin: string;
|
|
240
239
|
width: string;
|
|
240
|
+
margin: string;
|
|
241
241
|
fontSize: string;
|
|
242
242
|
minWidth: string;
|
|
243
243
|
justifyContent: string;
|
|
@@ -384,8 +384,8 @@ export declare const Default: StoryFn<{
|
|
|
384
384
|
string: string;
|
|
385
385
|
color: string;
|
|
386
386
|
padding: string;
|
|
387
|
-
margin: string;
|
|
388
387
|
width: string;
|
|
388
|
+
margin: string;
|
|
389
389
|
fontSize: string;
|
|
390
390
|
minWidth: string;
|
|
391
391
|
justifyContent: string;
|
|
@@ -467,8 +467,8 @@ export declare const Default: StoryFn<{
|
|
|
467
467
|
string: string;
|
|
468
468
|
color: string;
|
|
469
469
|
padding: string;
|
|
470
|
-
margin: string;
|
|
471
470
|
width: string;
|
|
471
|
+
margin: string;
|
|
472
472
|
fontSize: string;
|
|
473
473
|
minWidth: string;
|
|
474
474
|
justifyContent: string;
|
|
@@ -549,8 +549,8 @@ export declare const Default: StoryFn<{
|
|
|
549
549
|
string: string;
|
|
550
550
|
color: string;
|
|
551
551
|
padding: string;
|
|
552
|
-
margin: string;
|
|
553
552
|
width: string;
|
|
553
|
+
margin: string;
|
|
554
554
|
fontSize: string;
|
|
555
555
|
minWidth: string;
|
|
556
556
|
justifyContent: string;
|
|
@@ -128,8 +128,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
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;
|
|
@@ -20,8 +20,8 @@ declare const _default: {
|
|
|
20
20
|
};
|
|
21
21
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
22
22
|
padding: string;
|
|
23
|
-
margin: string;
|
|
24
23
|
width: string;
|
|
24
|
+
margin: string;
|
|
25
25
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
26
26
|
P: {};
|
|
27
27
|
B: {};
|
|
@@ -47,8 +47,8 @@ declare const _default: {
|
|
|
47
47
|
};
|
|
48
48
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
49
49
|
padding: string;
|
|
50
|
-
margin: string;
|
|
51
50
|
width: string;
|
|
51
|
+
margin: string;
|
|
52
52
|
}>;
|
|
53
53
|
__isFragment?: undefined;
|
|
54
54
|
__isTeleport?: undefined;
|
|
@@ -71,8 +71,8 @@ declare const _default: {
|
|
|
71
71
|
};
|
|
72
72
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
73
73
|
padding: string;
|
|
74
|
-
margin: string;
|
|
75
74
|
width: string;
|
|
75
|
+
margin: 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: {
|
|
78
78
|
default?(_: {}): any;
|
|
@@ -121,8 +121,8 @@ export declare const Default: StoryFn<{
|
|
|
121
121
|
};
|
|
122
122
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
123
123
|
padding: string;
|
|
124
|
-
margin: string;
|
|
125
124
|
width: string;
|
|
125
|
+
margin: string;
|
|
126
126
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
127
127
|
P: {};
|
|
128
128
|
B: {};
|
|
@@ -148,8 +148,8 @@ export declare const Default: StoryFn<{
|
|
|
148
148
|
};
|
|
149
149
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
150
150
|
padding: string;
|
|
151
|
-
margin: string;
|
|
152
151
|
width: string;
|
|
152
|
+
margin: string;
|
|
153
153
|
}>;
|
|
154
154
|
__isFragment?: undefined;
|
|
155
155
|
__isTeleport?: undefined;
|
|
@@ -172,8 +172,8 @@ export declare const Default: StoryFn<{
|
|
|
172
172
|
};
|
|
173
173
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
174
174
|
padding: string;
|
|
175
|
-
margin: string;
|
|
176
175
|
width: string;
|
|
176
|
+
margin: string;
|
|
177
177
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
178
178
|
$slots: {
|
|
179
179
|
default?(_: {}): any;
|
|
@@ -32,8 +32,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
34
|
padding: string;
|
|
35
|
-
margin: string;
|
|
36
35
|
width: string;
|
|
36
|
+
margin: string;
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
38
38
|
default?(_: {}): any;
|
|
39
39
|
}>;
|
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
padding: string;
|
|
94
94
|
value: string | boolean;
|
|
95
95
|
name: string;
|
|
96
|
-
margin: string;
|
|
97
96
|
width: string;
|
|
97
|
+
margin: string;
|
|
98
98
|
fontSize: string;
|
|
99
99
|
borderRadius: string;
|
|
100
100
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -230,8 +230,8 @@ export declare const DefaultRadio: StoryFn<import('vue').DefineComponent<globalT
|
|
|
230
230
|
padding: string;
|
|
231
231
|
value: string | boolean;
|
|
232
232
|
name: string;
|
|
233
|
-
margin: string;
|
|
234
233
|
width: string;
|
|
234
|
+
margin: string;
|
|
235
235
|
fontSize: string;
|
|
236
236
|
borderRadius: string;
|
|
237
237
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -90,8 +90,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
90
90
|
padding: string;
|
|
91
91
|
value: string | boolean;
|
|
92
92
|
name: string;
|
|
93
|
-
margin: string;
|
|
94
93
|
width: string;
|
|
94
|
+
margin: string;
|
|
95
95
|
fontSize: string;
|
|
96
96
|
borderRadius: string;
|
|
97
97
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|