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,471 @@
|
|
|
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
|
+
label: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: undefined;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
textColor: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
outline: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
rounded: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
floating: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
multiLine: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
transparent: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
39
|
+
color: string;
|
|
40
|
+
textColor: string;
|
|
41
|
+
label: string | number;
|
|
42
|
+
outline: boolean;
|
|
43
|
+
rounded: boolean;
|
|
44
|
+
multiLine: boolean;
|
|
45
|
+
floating: boolean;
|
|
46
|
+
transparent: boolean;
|
|
47
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
48
|
+
P: {};
|
|
49
|
+
B: {};
|
|
50
|
+
D: {};
|
|
51
|
+
C: {};
|
|
52
|
+
M: {};
|
|
53
|
+
Defaults: {};
|
|
54
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
55
|
+
label: {
|
|
56
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57
|
+
default: undefined;
|
|
58
|
+
};
|
|
59
|
+
color: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
textColor: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
outline: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
rounded: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
floating: {
|
|
76
|
+
type: BooleanConstructor;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
multiLine: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
transparent: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
88
|
+
color: string;
|
|
89
|
+
textColor: string;
|
|
90
|
+
label: string | number;
|
|
91
|
+
outline: boolean;
|
|
92
|
+
rounded: boolean;
|
|
93
|
+
multiLine: boolean;
|
|
94
|
+
floating: boolean;
|
|
95
|
+
transparent: boolean;
|
|
96
|
+
}>;
|
|
97
|
+
__isFragment?: undefined;
|
|
98
|
+
__isTeleport?: undefined;
|
|
99
|
+
__isSuspense?: undefined;
|
|
100
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
101
|
+
label: {
|
|
102
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
103
|
+
default: undefined;
|
|
104
|
+
};
|
|
105
|
+
color: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
textColor: {
|
|
110
|
+
type: StringConstructor;
|
|
111
|
+
default: string;
|
|
112
|
+
};
|
|
113
|
+
outline: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
rounded: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
default: boolean;
|
|
120
|
+
};
|
|
121
|
+
floating: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
multiLine: {
|
|
126
|
+
type: BooleanConstructor;
|
|
127
|
+
default: boolean;
|
|
128
|
+
};
|
|
129
|
+
transparent: {
|
|
130
|
+
type: BooleanConstructor;
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
133
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
134
|
+
color: string;
|
|
135
|
+
textColor: string;
|
|
136
|
+
label: string | number;
|
|
137
|
+
outline: boolean;
|
|
138
|
+
rounded: boolean;
|
|
139
|
+
multiLine: boolean;
|
|
140
|
+
floating: boolean;
|
|
141
|
+
transparent: boolean;
|
|
142
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
143
|
+
$slots: {
|
|
144
|
+
default?(_: {}): any;
|
|
145
|
+
};
|
|
146
|
+
});
|
|
147
|
+
tags: string[];
|
|
148
|
+
parameters: {
|
|
149
|
+
docs: {
|
|
150
|
+
description: {
|
|
151
|
+
component: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
argTypes: {
|
|
156
|
+
label: {
|
|
157
|
+
control: string;
|
|
158
|
+
description: string;
|
|
159
|
+
};
|
|
160
|
+
color: {
|
|
161
|
+
control: string;
|
|
162
|
+
description: string;
|
|
163
|
+
};
|
|
164
|
+
textColor: {
|
|
165
|
+
control: string;
|
|
166
|
+
};
|
|
167
|
+
outline: {
|
|
168
|
+
control: string;
|
|
169
|
+
};
|
|
170
|
+
rounded: {
|
|
171
|
+
control: string;
|
|
172
|
+
};
|
|
173
|
+
floating: {
|
|
174
|
+
control: string;
|
|
175
|
+
description: string;
|
|
176
|
+
};
|
|
177
|
+
multiLine: {
|
|
178
|
+
control: string;
|
|
179
|
+
};
|
|
180
|
+
transparent: {
|
|
181
|
+
control: string;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
export default _default;
|
|
186
|
+
export declare const Default: StoryFn<{
|
|
187
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
188
|
+
label: {
|
|
189
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
190
|
+
default: undefined;
|
|
191
|
+
};
|
|
192
|
+
color: {
|
|
193
|
+
type: StringConstructor;
|
|
194
|
+
default: string;
|
|
195
|
+
};
|
|
196
|
+
textColor: {
|
|
197
|
+
type: StringConstructor;
|
|
198
|
+
default: string;
|
|
199
|
+
};
|
|
200
|
+
outline: {
|
|
201
|
+
type: BooleanConstructor;
|
|
202
|
+
default: boolean;
|
|
203
|
+
};
|
|
204
|
+
rounded: {
|
|
205
|
+
type: BooleanConstructor;
|
|
206
|
+
default: boolean;
|
|
207
|
+
};
|
|
208
|
+
floating: {
|
|
209
|
+
type: BooleanConstructor;
|
|
210
|
+
default: boolean;
|
|
211
|
+
};
|
|
212
|
+
multiLine: {
|
|
213
|
+
type: BooleanConstructor;
|
|
214
|
+
default: boolean;
|
|
215
|
+
};
|
|
216
|
+
transparent: {
|
|
217
|
+
type: BooleanConstructor;
|
|
218
|
+
default: boolean;
|
|
219
|
+
};
|
|
220
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
221
|
+
color: string;
|
|
222
|
+
textColor: string;
|
|
223
|
+
label: string | number;
|
|
224
|
+
outline: boolean;
|
|
225
|
+
rounded: boolean;
|
|
226
|
+
multiLine: boolean;
|
|
227
|
+
floating: boolean;
|
|
228
|
+
transparent: boolean;
|
|
229
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
230
|
+
P: {};
|
|
231
|
+
B: {};
|
|
232
|
+
D: {};
|
|
233
|
+
C: {};
|
|
234
|
+
M: {};
|
|
235
|
+
Defaults: {};
|
|
236
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
237
|
+
label: {
|
|
238
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
239
|
+
default: undefined;
|
|
240
|
+
};
|
|
241
|
+
color: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
textColor: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
249
|
+
outline: {
|
|
250
|
+
type: BooleanConstructor;
|
|
251
|
+
default: boolean;
|
|
252
|
+
};
|
|
253
|
+
rounded: {
|
|
254
|
+
type: BooleanConstructor;
|
|
255
|
+
default: boolean;
|
|
256
|
+
};
|
|
257
|
+
floating: {
|
|
258
|
+
type: BooleanConstructor;
|
|
259
|
+
default: boolean;
|
|
260
|
+
};
|
|
261
|
+
multiLine: {
|
|
262
|
+
type: BooleanConstructor;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
transparent: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
270
|
+
color: string;
|
|
271
|
+
textColor: string;
|
|
272
|
+
label: string | number;
|
|
273
|
+
outline: boolean;
|
|
274
|
+
rounded: boolean;
|
|
275
|
+
multiLine: boolean;
|
|
276
|
+
floating: boolean;
|
|
277
|
+
transparent: boolean;
|
|
278
|
+
}>;
|
|
279
|
+
__isFragment?: undefined;
|
|
280
|
+
__isTeleport?: undefined;
|
|
281
|
+
__isSuspense?: undefined;
|
|
282
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
283
|
+
label: {
|
|
284
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
285
|
+
default: undefined;
|
|
286
|
+
};
|
|
287
|
+
color: {
|
|
288
|
+
type: StringConstructor;
|
|
289
|
+
default: string;
|
|
290
|
+
};
|
|
291
|
+
textColor: {
|
|
292
|
+
type: StringConstructor;
|
|
293
|
+
default: string;
|
|
294
|
+
};
|
|
295
|
+
outline: {
|
|
296
|
+
type: BooleanConstructor;
|
|
297
|
+
default: boolean;
|
|
298
|
+
};
|
|
299
|
+
rounded: {
|
|
300
|
+
type: BooleanConstructor;
|
|
301
|
+
default: boolean;
|
|
302
|
+
};
|
|
303
|
+
floating: {
|
|
304
|
+
type: BooleanConstructor;
|
|
305
|
+
default: boolean;
|
|
306
|
+
};
|
|
307
|
+
multiLine: {
|
|
308
|
+
type: BooleanConstructor;
|
|
309
|
+
default: boolean;
|
|
310
|
+
};
|
|
311
|
+
transparent: {
|
|
312
|
+
type: BooleanConstructor;
|
|
313
|
+
default: boolean;
|
|
314
|
+
};
|
|
315
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
316
|
+
color: string;
|
|
317
|
+
textColor: string;
|
|
318
|
+
label: string | number;
|
|
319
|
+
outline: boolean;
|
|
320
|
+
rounded: boolean;
|
|
321
|
+
multiLine: boolean;
|
|
322
|
+
floating: boolean;
|
|
323
|
+
transparent: boolean;
|
|
324
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
325
|
+
$slots: {
|
|
326
|
+
default?(_: {}): any;
|
|
327
|
+
};
|
|
328
|
+
})>;
|
|
329
|
+
export declare const OutlineRounded: StoryFn<{
|
|
330
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
331
|
+
label: {
|
|
332
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
333
|
+
default: undefined;
|
|
334
|
+
};
|
|
335
|
+
color: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
default: string;
|
|
338
|
+
};
|
|
339
|
+
textColor: {
|
|
340
|
+
type: StringConstructor;
|
|
341
|
+
default: string;
|
|
342
|
+
};
|
|
343
|
+
outline: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: boolean;
|
|
346
|
+
};
|
|
347
|
+
rounded: {
|
|
348
|
+
type: BooleanConstructor;
|
|
349
|
+
default: boolean;
|
|
350
|
+
};
|
|
351
|
+
floating: {
|
|
352
|
+
type: BooleanConstructor;
|
|
353
|
+
default: boolean;
|
|
354
|
+
};
|
|
355
|
+
multiLine: {
|
|
356
|
+
type: BooleanConstructor;
|
|
357
|
+
default: boolean;
|
|
358
|
+
};
|
|
359
|
+
transparent: {
|
|
360
|
+
type: BooleanConstructor;
|
|
361
|
+
default: boolean;
|
|
362
|
+
};
|
|
363
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
364
|
+
color: string;
|
|
365
|
+
textColor: string;
|
|
366
|
+
label: string | number;
|
|
367
|
+
outline: boolean;
|
|
368
|
+
rounded: boolean;
|
|
369
|
+
multiLine: boolean;
|
|
370
|
+
floating: boolean;
|
|
371
|
+
transparent: boolean;
|
|
372
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
373
|
+
P: {};
|
|
374
|
+
B: {};
|
|
375
|
+
D: {};
|
|
376
|
+
C: {};
|
|
377
|
+
M: {};
|
|
378
|
+
Defaults: {};
|
|
379
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
380
|
+
label: {
|
|
381
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
382
|
+
default: undefined;
|
|
383
|
+
};
|
|
384
|
+
color: {
|
|
385
|
+
type: StringConstructor;
|
|
386
|
+
default: string;
|
|
387
|
+
};
|
|
388
|
+
textColor: {
|
|
389
|
+
type: StringConstructor;
|
|
390
|
+
default: string;
|
|
391
|
+
};
|
|
392
|
+
outline: {
|
|
393
|
+
type: BooleanConstructor;
|
|
394
|
+
default: boolean;
|
|
395
|
+
};
|
|
396
|
+
rounded: {
|
|
397
|
+
type: BooleanConstructor;
|
|
398
|
+
default: boolean;
|
|
399
|
+
};
|
|
400
|
+
floating: {
|
|
401
|
+
type: BooleanConstructor;
|
|
402
|
+
default: boolean;
|
|
403
|
+
};
|
|
404
|
+
multiLine: {
|
|
405
|
+
type: BooleanConstructor;
|
|
406
|
+
default: boolean;
|
|
407
|
+
};
|
|
408
|
+
transparent: {
|
|
409
|
+
type: BooleanConstructor;
|
|
410
|
+
default: boolean;
|
|
411
|
+
};
|
|
412
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
413
|
+
color: string;
|
|
414
|
+
textColor: string;
|
|
415
|
+
label: string | number;
|
|
416
|
+
outline: boolean;
|
|
417
|
+
rounded: boolean;
|
|
418
|
+
multiLine: boolean;
|
|
419
|
+
floating: boolean;
|
|
420
|
+
transparent: boolean;
|
|
421
|
+
}>;
|
|
422
|
+
__isFragment?: undefined;
|
|
423
|
+
__isTeleport?: undefined;
|
|
424
|
+
__isSuspense?: undefined;
|
|
425
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
426
|
+
label: {
|
|
427
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
428
|
+
default: undefined;
|
|
429
|
+
};
|
|
430
|
+
color: {
|
|
431
|
+
type: StringConstructor;
|
|
432
|
+
default: string;
|
|
433
|
+
};
|
|
434
|
+
textColor: {
|
|
435
|
+
type: StringConstructor;
|
|
436
|
+
default: string;
|
|
437
|
+
};
|
|
438
|
+
outline: {
|
|
439
|
+
type: BooleanConstructor;
|
|
440
|
+
default: boolean;
|
|
441
|
+
};
|
|
442
|
+
rounded: {
|
|
443
|
+
type: BooleanConstructor;
|
|
444
|
+
default: boolean;
|
|
445
|
+
};
|
|
446
|
+
floating: {
|
|
447
|
+
type: BooleanConstructor;
|
|
448
|
+
default: boolean;
|
|
449
|
+
};
|
|
450
|
+
multiLine: {
|
|
451
|
+
type: BooleanConstructor;
|
|
452
|
+
default: boolean;
|
|
453
|
+
};
|
|
454
|
+
transparent: {
|
|
455
|
+
type: BooleanConstructor;
|
|
456
|
+
default: boolean;
|
|
457
|
+
};
|
|
458
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
459
|
+
color: string;
|
|
460
|
+
textColor: string;
|
|
461
|
+
label: string | number;
|
|
462
|
+
outline: boolean;
|
|
463
|
+
rounded: boolean;
|
|
464
|
+
multiLine: boolean;
|
|
465
|
+
floating: boolean;
|
|
466
|
+
transparent: boolean;
|
|
467
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
468
|
+
$slots: {
|
|
469
|
+
default?(_: {}): any;
|
|
470
|
+
};
|
|
471
|
+
})>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
label: {
|
|
3
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
default: undefined;
|
|
5
|
+
};
|
|
6
|
+
color: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
textColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
outline: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
rounded: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
floating: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
multiLine: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
transparent: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
35
|
+
label: {
|
|
36
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
color: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
textColor: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
outline: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
rounded: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
floating: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
multiLine: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
transparent: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
}>> & Readonly<{}>, {
|
|
68
|
+
color: string;
|
|
69
|
+
textColor: string;
|
|
70
|
+
label: string | number;
|
|
71
|
+
outline: boolean;
|
|
72
|
+
rounded: boolean;
|
|
73
|
+
multiLine: boolean;
|
|
74
|
+
floating: boolean;
|
|
75
|
+
transparent: boolean;
|
|
76
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
77
|
+
default?(_: {}): any;
|
|
78
|
+
}>;
|
|
79
|
+
export default _default;
|
|
80
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
81
|
+
new (): {
|
|
82
|
+
$slots: S;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
@@ -58,8 +58,8 @@ declare const _default: Meta<{
|
|
|
58
58
|
size: Sizes;
|
|
59
59
|
padding: string;
|
|
60
60
|
text: string;
|
|
61
|
-
margin: string;
|
|
62
61
|
width: string;
|
|
62
|
+
margin: string;
|
|
63
63
|
height: string;
|
|
64
64
|
skin: string;
|
|
65
65
|
fontSize: string;
|
|
@@ -127,8 +127,8 @@ declare const _default: Meta<{
|
|
|
127
127
|
size: Sizes;
|
|
128
128
|
padding: string;
|
|
129
129
|
text: string;
|
|
130
|
-
margin: string;
|
|
131
130
|
width: string;
|
|
131
|
+
margin: string;
|
|
132
132
|
height: string;
|
|
133
133
|
skin: string;
|
|
134
134
|
fontSize: string;
|
|
@@ -193,8 +193,8 @@ declare const _default: Meta<{
|
|
|
193
193
|
size: Sizes;
|
|
194
194
|
padding: string;
|
|
195
195
|
text: string;
|
|
196
|
-
margin: string;
|
|
197
196
|
width: string;
|
|
197
|
+
margin: string;
|
|
198
198
|
height: string;
|
|
199
199
|
skin: string;
|
|
200
200
|
fontSize: string;
|
|
@@ -262,8 +262,8 @@ export declare const Base: StoryFn<{
|
|
|
262
262
|
size: Sizes;
|
|
263
263
|
padding: string;
|
|
264
264
|
text: string;
|
|
265
|
-
margin: string;
|
|
266
265
|
width: string;
|
|
266
|
+
margin: string;
|
|
267
267
|
height: string;
|
|
268
268
|
skin: string;
|
|
269
269
|
fontSize: string;
|
|
@@ -331,8 +331,8 @@ export declare const Base: StoryFn<{
|
|
|
331
331
|
size: Sizes;
|
|
332
332
|
padding: string;
|
|
333
333
|
text: string;
|
|
334
|
-
margin: string;
|
|
335
334
|
width: string;
|
|
335
|
+
margin: string;
|
|
336
336
|
height: string;
|
|
337
337
|
skin: string;
|
|
338
338
|
fontSize: string;
|
|
@@ -397,8 +397,8 @@ export declare const Base: StoryFn<{
|
|
|
397
397
|
size: Sizes;
|
|
398
398
|
padding: string;
|
|
399
399
|
text: string;
|
|
400
|
-
margin: string;
|
|
401
400
|
width: string;
|
|
401
|
+
margin: string;
|
|
402
402
|
height: string;
|
|
403
403
|
skin: string;
|
|
404
404
|
fontSize: string;
|
|
@@ -107,8 +107,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
107
107
|
size: Sizes;
|
|
108
108
|
padding: string;
|
|
109
109
|
text: string;
|
|
110
|
-
margin: string;
|
|
111
110
|
width: string;
|
|
111
|
+
margin: string;
|
|
112
112
|
height: string;
|
|
113
113
|
skin: string;
|
|
114
114
|
fontSize: string;
|
|
@@ -84,8 +84,8 @@ declare const _default: {
|
|
|
84
84
|
label: string;
|
|
85
85
|
padding: string;
|
|
86
86
|
value: string | boolean;
|
|
87
|
-
margin: string;
|
|
88
87
|
width: string;
|
|
88
|
+
margin: string;
|
|
89
89
|
fontSize: string;
|
|
90
90
|
borderRadius: string;
|
|
91
91
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -216,8 +216,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
216
216
|
label: string;
|
|
217
217
|
padding: string;
|
|
218
218
|
value: string | boolean;
|
|
219
|
-
margin: string;
|
|
220
219
|
width: string;
|
|
220
|
+
margin: string;
|
|
221
221
|
fontSize: string;
|
|
222
222
|
borderRadius: string;
|
|
223
223
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
@@ -81,8 +81,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
81
81
|
label: string;
|
|
82
82
|
padding: string;
|
|
83
83
|
value: string | boolean;
|
|
84
|
-
margin: string;
|
|
85
84
|
width: string;
|
|
85
|
+
margin: string;
|
|
86
86
|
fontSize: string;
|
|
87
87
|
borderRadius: string;
|
|
88
88
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|