sprof 0.1.57 → 0.2.2
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 +0 -0
- package/dist/ExtractsList-DRZdaLvF.js +51 -0
- package/dist/core/classes/index.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +2 -2
- package/dist/core/components/GridContainer.vue.d.ts +1 -1
- package/dist/core/components/Icons/Filter/IconDownload.vue.d.ts +1 -1
- package/dist/core/components/Icons/Filter/IconFilter.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/ArrowLeft.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/ArrowRight.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/DoubleArrowLeft.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/DoubleArrowRight.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/EllipsisSvg.vue.d.ts +1 -1
- package/dist/core/components/InfoItem.vue.d.ts +1 -1
- package/dist/core/components/PPagination.vue.d.ts +2 -8
- package/dist/core/components/RemoteSearch.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +48 -12
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +13 -2
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +4 -4
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +2 -2
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
- 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 +40 -22
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +11 -5
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +4 -4
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +4 -4
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +24 -24
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +5 -5
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +6 -6
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +1 -1
- package/dist/core/components/atoms/PList/PList.stories.d.ts +8 -8
- package/dist/core/components/atoms/PList/PList.vue.d.ts +2 -2
- package/dist/core/components/atoms/PListItem/PListItem.stories.d.ts +12 -12
- package/dist/core/components/atoms/PListItem/PListItem.vue.d.ts +2 -2
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +4 -4
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +2 -2
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +6 -6
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +1 -1
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +60 -24
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +15 -4
- package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +6 -6
- package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +1 -1
- package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
- package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +14 -18
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -5
- package/dist/core/components/atoms/index.d.ts +2 -2
- package/dist/core/components/components.d.ts +1 -3
- package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
- package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
- package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
- package/dist/core/components/molecules/index.d.ts +1 -2
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +44 -35
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +22 -17
- 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 +33 -33
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +4 -4
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +6 -10
- package/dist/core/helpers/Classes.d.ts +2 -4
- package/dist/core/helpers/Message.d.ts +13 -2
- package/dist/core/interfaces/index.d.ts +11 -2
- package/dist/core/ui/Dialog.d.ts +18 -3
- package/dist/core/ui/Dialog.test.d.ts +1 -0
- package/dist/core/ui/Notify.d.ts +19 -24
- package/dist/core/ui/Notify.test.d.ts +1 -0
- package/dist/index-CNpz7Czv.js +13826 -0
- package/dist/index.d.ts +3 -4
- package/dist/install.d.ts +25 -0
- package/dist/modules/buildings/classes/index.d.ts +4 -0
- package/dist/modules/buildings/index.d.ts +2 -0
- package/dist/modules/extracts/index.d.ts +3 -0
- package/dist/modules/index.d.ts +3 -1
- package/dist/sprof.js +5 -13833
- package/dist/sprof.umd.cjs +14 -18
- package/dist/style.css +1 -1
- package/dist/test-utils/quasar.d.ts +5 -0
- package/package.json +20 -4
- package/dist/core/components/MessageBody.vue.d.ts +0 -27
- package/dist/core/components/PDialog.vue.d.ts +0 -2
- package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +0 -242
- package/dist/core/components/molecules/PNotify/PNotify.vue.d.ts +0 -2
- package/dist/core/ui/index.d.ts +0 -110
|
@@ -46,22 +46,27 @@ declare const _default: {
|
|
|
46
46
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
47
47
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
49
|
-
}>, {
|
|
49
|
+
}>, {
|
|
50
|
+
focus: () => void;
|
|
51
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
50
52
|
input: (...args: any[]) => void;
|
|
51
53
|
blur: (...args: any[]) => void;
|
|
52
54
|
focus: (...args: any[]) => void;
|
|
53
55
|
"update:modelValue": (value: string) => void;
|
|
54
56
|
}, import('vue').PublicProps, {
|
|
57
|
+
color: string;
|
|
55
58
|
label: string;
|
|
59
|
+
padding: string;
|
|
56
60
|
mask: string;
|
|
57
61
|
margin: string;
|
|
58
|
-
padding: string;
|
|
59
|
-
color: string;
|
|
60
62
|
disabled: boolean;
|
|
61
63
|
borderColor: string;
|
|
62
64
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
63
|
-
input:
|
|
64
|
-
|
|
65
|
+
input: {
|
|
66
|
+
$props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
|
|
67
|
+
$slots: import('quasar').QInputSlots;
|
|
68
|
+
} | null;
|
|
69
|
+
}, any, import('vue').ComponentProvideOptions, {
|
|
65
70
|
P: {};
|
|
66
71
|
B: {};
|
|
67
72
|
D: {};
|
|
@@ -112,12 +117,14 @@ declare const _default: {
|
|
|
112
117
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
113
118
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
114
119
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
115
|
-
}>, {
|
|
120
|
+
}>, {
|
|
121
|
+
focus: () => void;
|
|
122
|
+
}, {}, {}, {}, {
|
|
123
|
+
color: string;
|
|
116
124
|
label: string;
|
|
125
|
+
padding: string;
|
|
117
126
|
mask: string;
|
|
118
127
|
margin: string;
|
|
119
|
-
padding: string;
|
|
120
|
-
color: string;
|
|
121
128
|
disabled: boolean;
|
|
122
129
|
borderColor: string;
|
|
123
130
|
}>;
|
|
@@ -168,17 +175,19 @@ declare const _default: {
|
|
|
168
175
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
169
176
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
170
177
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
171
|
-
}>, {
|
|
178
|
+
}>, {
|
|
179
|
+
focus: () => void;
|
|
180
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
172
181
|
input: (...args: any[]) => void;
|
|
173
182
|
blur: (...args: any[]) => void;
|
|
174
183
|
focus: (...args: any[]) => void;
|
|
175
184
|
"update:modelValue": (value: string) => void;
|
|
176
185
|
}, string, {
|
|
186
|
+
color: string;
|
|
177
187
|
label: string;
|
|
188
|
+
padding: string;
|
|
178
189
|
mask: string;
|
|
179
190
|
margin: string;
|
|
180
|
-
padding: string;
|
|
181
|
-
color: string;
|
|
182
191
|
disabled: boolean;
|
|
183
192
|
borderColor: string;
|
|
184
193
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -272,22 +281,27 @@ export declare const Default: StoryFn<{
|
|
|
272
281
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
273
282
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
274
283
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
275
|
-
}>, {
|
|
284
|
+
}>, {
|
|
285
|
+
focus: () => void;
|
|
286
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
276
287
|
input: (...args: any[]) => void;
|
|
277
288
|
blur: (...args: any[]) => void;
|
|
278
289
|
focus: (...args: any[]) => void;
|
|
279
290
|
"update:modelValue": (value: string) => void;
|
|
280
291
|
}, import('vue').PublicProps, {
|
|
292
|
+
color: string;
|
|
281
293
|
label: string;
|
|
294
|
+
padding: string;
|
|
282
295
|
mask: string;
|
|
283
296
|
margin: string;
|
|
284
|
-
padding: string;
|
|
285
|
-
color: string;
|
|
286
297
|
disabled: boolean;
|
|
287
298
|
borderColor: string;
|
|
288
299
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
289
|
-
input:
|
|
290
|
-
|
|
300
|
+
input: {
|
|
301
|
+
$props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
|
|
302
|
+
$slots: import('quasar').QInputSlots;
|
|
303
|
+
} | null;
|
|
304
|
+
}, any, import('vue').ComponentProvideOptions, {
|
|
291
305
|
P: {};
|
|
292
306
|
B: {};
|
|
293
307
|
D: {};
|
|
@@ -338,12 +352,14 @@ export declare const Default: StoryFn<{
|
|
|
338
352
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
339
353
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
340
354
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
341
|
-
}>, {
|
|
355
|
+
}>, {
|
|
356
|
+
focus: () => void;
|
|
357
|
+
}, {}, {}, {}, {
|
|
358
|
+
color: string;
|
|
342
359
|
label: string;
|
|
360
|
+
padding: string;
|
|
343
361
|
mask: string;
|
|
344
362
|
margin: string;
|
|
345
|
-
padding: string;
|
|
346
|
-
color: string;
|
|
347
363
|
disabled: boolean;
|
|
348
364
|
borderColor: string;
|
|
349
365
|
}>;
|
|
@@ -394,17 +410,19 @@ export declare const Default: StoryFn<{
|
|
|
394
410
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
395
411
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
396
412
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
397
|
-
}>, {
|
|
413
|
+
}>, {
|
|
414
|
+
focus: () => void;
|
|
415
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
398
416
|
input: (...args: any[]) => void;
|
|
399
417
|
blur: (...args: any[]) => void;
|
|
400
418
|
focus: (...args: any[]) => void;
|
|
401
419
|
"update:modelValue": (value: string) => void;
|
|
402
420
|
}, string, {
|
|
421
|
+
color: string;
|
|
403
422
|
label: string;
|
|
423
|
+
padding: string;
|
|
404
424
|
mask: string;
|
|
405
425
|
margin: string;
|
|
406
|
-
padding: string;
|
|
407
|
-
color: string;
|
|
408
426
|
disabled: boolean;
|
|
409
427
|
borderColor: string;
|
|
410
428
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
declare function focus(): void;
|
|
1
2
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
3
|
label: {
|
|
3
4
|
type: StringConstructor;
|
|
@@ -37,7 +38,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
37
38
|
modelValue: {
|
|
38
39
|
type: globalThis.PropType<string>;
|
|
39
40
|
};
|
|
40
|
-
}>, {
|
|
41
|
+
}>, {
|
|
42
|
+
focus: typeof focus;
|
|
43
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
44
|
input: (...args: any[]) => void;
|
|
42
45
|
blur: (...args: any[]) => void;
|
|
43
46
|
focus: (...args: any[]) => void;
|
|
@@ -87,16 +90,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
87
90
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
88
91
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
89
92
|
}>, {
|
|
93
|
+
color: string;
|
|
90
94
|
label: string;
|
|
95
|
+
padding: string;
|
|
91
96
|
mask: string;
|
|
92
97
|
margin: string;
|
|
93
|
-
padding: string;
|
|
94
|
-
color: string;
|
|
95
98
|
disabled: boolean;
|
|
96
99
|
borderColor: string;
|
|
97
100
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
98
|
-
input:
|
|
99
|
-
|
|
101
|
+
input: {
|
|
102
|
+
$props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
|
|
103
|
+
$slots: import('quasar').QInputSlots;
|
|
104
|
+
} | null;
|
|
105
|
+
}, any>, {
|
|
100
106
|
default?(_: {}): any;
|
|
101
107
|
right?(_: {}): any;
|
|
102
108
|
}>;
|
|
@@ -99,15 +99,15 @@ declare const _default: {
|
|
|
99
99
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
100
100
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
101
101
|
}>, {
|
|
102
|
+
color: string;
|
|
102
103
|
label: string;
|
|
103
|
-
margin: string;
|
|
104
104
|
padding: string;
|
|
105
|
-
|
|
105
|
+
margin: string;
|
|
106
|
+
disabled: boolean;
|
|
106
107
|
max: number;
|
|
107
108
|
min: number;
|
|
108
|
-
disabled: boolean;
|
|
109
109
|
step: number;
|
|
110
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
110
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
111
|
tags: string[];
|
|
112
112
|
parameters: {
|
|
113
113
|
docs: {
|
|
@@ -97,13 +97,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
97
97
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
98
98
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
99
99
|
}>, {
|
|
100
|
+
color: string;
|
|
100
101
|
label: string;
|
|
101
|
-
margin: string;
|
|
102
102
|
padding: string;
|
|
103
|
-
|
|
103
|
+
margin: string;
|
|
104
|
+
disabled: boolean;
|
|
104
105
|
max: number;
|
|
105
106
|
min: number;
|
|
106
|
-
disabled: boolean;
|
|
107
107
|
step: number;
|
|
108
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
108
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
109
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: {
|
|
5
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
6
|
-
|
|
6
|
+
string: {
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
required: false;
|
|
9
9
|
default: string;
|
|
@@ -68,13 +68,13 @@ declare const _default: {
|
|
|
68
68
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
69
69
|
click: (...args: any[]) => void;
|
|
70
70
|
}, import('vue').PublicProps, {
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
string: string;
|
|
72
|
+
color: string;
|
|
73
73
|
padding: string;
|
|
74
|
+
margin: string;
|
|
74
75
|
width: string;
|
|
75
76
|
fontSize: string;
|
|
76
77
|
minWidth: string;
|
|
77
|
-
color: string;
|
|
78
78
|
justifyContent: string;
|
|
79
79
|
background: string;
|
|
80
80
|
fontWeight: string;
|
|
@@ -88,7 +88,7 @@ declare const _default: {
|
|
|
88
88
|
M: {};
|
|
89
89
|
Defaults: {};
|
|
90
90
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
91
|
-
|
|
91
|
+
string: {
|
|
92
92
|
type: StringConstructor;
|
|
93
93
|
required: false;
|
|
94
94
|
default: string;
|
|
@@ -151,13 +151,13 @@ declare const _default: {
|
|
|
151
151
|
}>> & Readonly<{
|
|
152
152
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
153
153
|
}>, {}, {}, {}, {}, {
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
string: string;
|
|
155
|
+
color: string;
|
|
156
156
|
padding: string;
|
|
157
|
+
margin: string;
|
|
157
158
|
width: string;
|
|
158
159
|
fontSize: string;
|
|
159
160
|
minWidth: string;
|
|
160
|
-
color: string;
|
|
161
161
|
justifyContent: string;
|
|
162
162
|
background: string;
|
|
163
163
|
fontWeight: string;
|
|
@@ -168,7 +168,7 @@ declare const _default: {
|
|
|
168
168
|
__isTeleport?: undefined;
|
|
169
169
|
__isSuspense?: undefined;
|
|
170
170
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
171
|
-
|
|
171
|
+
string: {
|
|
172
172
|
type: StringConstructor;
|
|
173
173
|
required: false;
|
|
174
174
|
default: string;
|
|
@@ -233,13 +233,13 @@ declare const _default: {
|
|
|
233
233
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
234
234
|
click: (...args: any[]) => void;
|
|
235
235
|
}, string, {
|
|
236
|
-
|
|
237
|
-
|
|
236
|
+
string: string;
|
|
237
|
+
color: string;
|
|
238
238
|
padding: string;
|
|
239
|
+
margin: string;
|
|
239
240
|
width: string;
|
|
240
241
|
fontSize: string;
|
|
241
242
|
minWidth: string;
|
|
242
|
-
color: string;
|
|
243
243
|
justifyContent: string;
|
|
244
244
|
background: string;
|
|
245
245
|
fontWeight: string;
|
|
@@ -316,7 +316,7 @@ declare const _default: {
|
|
|
316
316
|
export default _default;
|
|
317
317
|
export declare const Default: StoryFn<{
|
|
318
318
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
319
|
-
|
|
319
|
+
string: {
|
|
320
320
|
type: StringConstructor;
|
|
321
321
|
required: false;
|
|
322
322
|
default: string;
|
|
@@ -381,13 +381,13 @@ export declare const Default: StoryFn<{
|
|
|
381
381
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
382
382
|
click: (...args: any[]) => void;
|
|
383
383
|
}, import('vue').PublicProps, {
|
|
384
|
-
|
|
385
|
-
|
|
384
|
+
string: string;
|
|
385
|
+
color: string;
|
|
386
386
|
padding: string;
|
|
387
|
+
margin: string;
|
|
387
388
|
width: string;
|
|
388
389
|
fontSize: string;
|
|
389
390
|
minWidth: string;
|
|
390
|
-
color: string;
|
|
391
391
|
justifyContent: string;
|
|
392
392
|
background: string;
|
|
393
393
|
fontWeight: string;
|
|
@@ -401,7 +401,7 @@ export declare const Default: StoryFn<{
|
|
|
401
401
|
M: {};
|
|
402
402
|
Defaults: {};
|
|
403
403
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
404
|
-
|
|
404
|
+
string: {
|
|
405
405
|
type: StringConstructor;
|
|
406
406
|
required: false;
|
|
407
407
|
default: string;
|
|
@@ -464,13 +464,13 @@ export declare const Default: StoryFn<{
|
|
|
464
464
|
}>> & Readonly<{
|
|
465
465
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
466
466
|
}>, {}, {}, {}, {}, {
|
|
467
|
-
|
|
468
|
-
|
|
467
|
+
string: string;
|
|
468
|
+
color: string;
|
|
469
469
|
padding: string;
|
|
470
|
+
margin: string;
|
|
470
471
|
width: string;
|
|
471
472
|
fontSize: string;
|
|
472
473
|
minWidth: string;
|
|
473
|
-
color: string;
|
|
474
474
|
justifyContent: string;
|
|
475
475
|
background: string;
|
|
476
476
|
fontWeight: string;
|
|
@@ -481,7 +481,7 @@ export declare const Default: StoryFn<{
|
|
|
481
481
|
__isTeleport?: undefined;
|
|
482
482
|
__isSuspense?: undefined;
|
|
483
483
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
484
|
-
|
|
484
|
+
string: {
|
|
485
485
|
type: StringConstructor;
|
|
486
486
|
required: false;
|
|
487
487
|
default: string;
|
|
@@ -546,13 +546,13 @@ export declare const Default: StoryFn<{
|
|
|
546
546
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
547
547
|
click: (...args: any[]) => void;
|
|
548
548
|
}, string, {
|
|
549
|
-
|
|
550
|
-
|
|
549
|
+
string: string;
|
|
550
|
+
color: string;
|
|
551
551
|
padding: string;
|
|
552
|
+
margin: string;
|
|
552
553
|
width: string;
|
|
553
554
|
fontSize: string;
|
|
554
555
|
minWidth: string;
|
|
555
|
-
color: string;
|
|
556
556
|
justifyContent: string;
|
|
557
557
|
background: string;
|
|
558
558
|
fontWeight: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
|
|
2
|
+
string: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: false;
|
|
5
5
|
default: string;
|
|
@@ -62,7 +62,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
62
62
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
63
63
|
click: (...args: any[]) => void;
|
|
64
64
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
65
|
-
|
|
65
|
+
string: {
|
|
66
66
|
type: StringConstructor;
|
|
67
67
|
required: false;
|
|
68
68
|
default: string;
|
|
@@ -125,13 +125,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
125
125
|
}>> & Readonly<{
|
|
126
126
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}>, {
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
string: string;
|
|
129
|
+
color: string;
|
|
130
130
|
padding: string;
|
|
131
|
+
margin: string;
|
|
131
132
|
width: string;
|
|
132
133
|
fontSize: string;
|
|
133
134
|
minWidth: string;
|
|
134
|
-
color: string;
|
|
135
135
|
justifyContent: string;
|
|
136
136
|
background: string;
|
|
137
137
|
fontWeight: string;
|
|
@@ -58,8 +58,8 @@ declare const _default: {
|
|
|
58
58
|
open: boolean;
|
|
59
59
|
height: string;
|
|
60
60
|
background: string;
|
|
61
|
-
shadow: boolean;
|
|
62
61
|
border: boolean;
|
|
62
|
+
shadow: boolean;
|
|
63
63
|
widthClosed: string;
|
|
64
64
|
widthOpened: string;
|
|
65
65
|
titleOpen: string;
|
|
@@ -125,8 +125,8 @@ declare const _default: {
|
|
|
125
125
|
open: boolean;
|
|
126
126
|
height: string;
|
|
127
127
|
background: string;
|
|
128
|
-
shadow: boolean;
|
|
129
128
|
border: boolean;
|
|
129
|
+
shadow: boolean;
|
|
130
130
|
widthClosed: string;
|
|
131
131
|
widthOpened: string;
|
|
132
132
|
titleOpen: string;
|
|
@@ -191,8 +191,8 @@ declare const _default: {
|
|
|
191
191
|
open: boolean;
|
|
192
192
|
height: string;
|
|
193
193
|
background: string;
|
|
194
|
-
shadow: boolean;
|
|
195
194
|
border: boolean;
|
|
195
|
+
shadow: boolean;
|
|
196
196
|
widthClosed: string;
|
|
197
197
|
widthOpened: string;
|
|
198
198
|
titleOpen: string;
|
|
@@ -303,8 +303,8 @@ export declare const Default: StoryFn<{
|
|
|
303
303
|
open: boolean;
|
|
304
304
|
height: string;
|
|
305
305
|
background: string;
|
|
306
|
-
shadow: boolean;
|
|
307
306
|
border: boolean;
|
|
307
|
+
shadow: boolean;
|
|
308
308
|
widthClosed: string;
|
|
309
309
|
widthOpened: string;
|
|
310
310
|
titleOpen: string;
|
|
@@ -370,8 +370,8 @@ export declare const Default: StoryFn<{
|
|
|
370
370
|
open: boolean;
|
|
371
371
|
height: string;
|
|
372
372
|
background: string;
|
|
373
|
-
shadow: boolean;
|
|
374
373
|
border: boolean;
|
|
374
|
+
shadow: boolean;
|
|
375
375
|
widthClosed: string;
|
|
376
376
|
widthOpened: string;
|
|
377
377
|
titleOpen: string;
|
|
@@ -436,8 +436,8 @@ export declare const Default: StoryFn<{
|
|
|
436
436
|
open: boolean;
|
|
437
437
|
height: string;
|
|
438
438
|
background: string;
|
|
439
|
-
shadow: boolean;
|
|
440
439
|
border: boolean;
|
|
440
|
+
shadow: boolean;
|
|
441
441
|
widthClosed: string;
|
|
442
442
|
widthOpened: string;
|
|
443
443
|
titleOpen: string;
|
|
@@ -101,8 +101,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
101
101
|
open: boolean;
|
|
102
102
|
height: string;
|
|
103
103
|
background: string;
|
|
104
|
-
shadow: boolean;
|
|
105
104
|
border: boolean;
|
|
105
|
+
shadow: boolean;
|
|
106
106
|
widthClosed: string;
|
|
107
107
|
widthOpened: string;
|
|
108
108
|
titleOpen: string;
|
|
@@ -19,10 +19,10 @@ 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
|
padding: string;
|
|
23
|
+
margin: string;
|
|
24
24
|
width: string;
|
|
25
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
25
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
26
26
|
P: {};
|
|
27
27
|
B: {};
|
|
28
28
|
D: {};
|
|
@@ -46,8 +46,8 @@ declare const _default: {
|
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
49
|
-
margin: string;
|
|
50
49
|
padding: string;
|
|
50
|
+
margin: string;
|
|
51
51
|
width: 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
|
padding: string;
|
|
74
|
+
margin: string;
|
|
75
75
|
width: 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: {
|
|
@@ -120,10 +120,10 @@ export declare const Default: StoryFn<{
|
|
|
120
120
|
default: string;
|
|
121
121
|
};
|
|
122
122
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
123
|
-
margin: string;
|
|
124
123
|
padding: string;
|
|
124
|
+
margin: string;
|
|
125
125
|
width: string;
|
|
126
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
126
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
127
127
|
P: {};
|
|
128
128
|
B: {};
|
|
129
129
|
D: {};
|
|
@@ -147,8 +147,8 @@ export declare const Default: StoryFn<{
|
|
|
147
147
|
default: string;
|
|
148
148
|
};
|
|
149
149
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
150
|
-
margin: string;
|
|
151
150
|
padding: string;
|
|
151
|
+
margin: string;
|
|
152
152
|
width: string;
|
|
153
153
|
}>;
|
|
154
154
|
__isFragment?: undefined;
|
|
@@ -171,8 +171,8 @@ export declare const Default: StoryFn<{
|
|
|
171
171
|
default: string;
|
|
172
172
|
};
|
|
173
173
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
174
|
-
margin: string;
|
|
175
174
|
padding: string;
|
|
175
|
+
margin: string;
|
|
176
176
|
width: 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: {
|
|
@@ -31,10 +31,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
margin: string;
|
|
35
34
|
padding: string;
|
|
35
|
+
margin: string;
|
|
36
36
|
width: string;
|
|
37
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
38
38
|
default?(_: {}): any;
|
|
39
39
|
}>;
|
|
40
40
|
export default _default;
|
|
@@ -24,11 +24,11 @@ declare const _default: {
|
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
27
|
-
margin: string;
|
|
28
27
|
padding: string;
|
|
28
|
+
margin: string;
|
|
29
29
|
background: string;
|
|
30
30
|
showDivider: boolean;
|
|
31
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
31
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
32
32
|
P: {};
|
|
33
33
|
B: {};
|
|
34
34
|
D: {};
|
|
@@ -57,8 +57,8 @@ declare const _default: {
|
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
60
|
-
margin: string;
|
|
61
60
|
padding: string;
|
|
61
|
+
margin: string;
|
|
62
62
|
background: string;
|
|
63
63
|
showDivider: boolean;
|
|
64
64
|
}>;
|
|
@@ -87,8 +87,8 @@ declare const _default: {
|
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
90
|
-
margin: string;
|
|
91
90
|
padding: string;
|
|
91
|
+
margin: string;
|
|
92
92
|
background: string;
|
|
93
93
|
showDivider: boolean;
|
|
94
94
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -135,11 +135,11 @@ export declare const Default: StoryFn<{
|
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
137
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
138
|
-
margin: string;
|
|
139
138
|
padding: string;
|
|
139
|
+
margin: string;
|
|
140
140
|
background: string;
|
|
141
141
|
showDivider: boolean;
|
|
142
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
142
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
143
143
|
P: {};
|
|
144
144
|
B: {};
|
|
145
145
|
D: {};
|
|
@@ -168,8 +168,8 @@ export declare const Default: StoryFn<{
|
|
|
168
168
|
default: string;
|
|
169
169
|
};
|
|
170
170
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
171
|
-
margin: string;
|
|
172
171
|
padding: string;
|
|
172
|
+
margin: string;
|
|
173
173
|
background: string;
|
|
174
174
|
showDivider: boolean;
|
|
175
175
|
}>;
|
|
@@ -198,8 +198,8 @@ export declare const Default: StoryFn<{
|
|
|
198
198
|
default: string;
|
|
199
199
|
};
|
|
200
200
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
201
|
-
margin: string;
|
|
202
201
|
padding: string;
|
|
202
|
+
margin: string;
|
|
203
203
|
background: string;
|
|
204
204
|
showDivider: boolean;
|
|
205
205
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -230,11 +230,11 @@ export declare const WithDivider: StoryFn<{
|
|
|
230
230
|
default: string;
|
|
231
231
|
};
|
|
232
232
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
233
|
-
margin: string;
|
|
234
233
|
padding: string;
|
|
234
|
+
margin: string;
|
|
235
235
|
background: string;
|
|
236
236
|
showDivider: boolean;
|
|
237
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {},
|
|
237
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
238
238
|
P: {};
|
|
239
239
|
B: {};
|
|
240
240
|
D: {};
|
|
@@ -263,8 +263,8 @@ export declare const WithDivider: StoryFn<{
|
|
|
263
263
|
default: string;
|
|
264
264
|
};
|
|
265
265
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
266
|
-
margin: string;
|
|
267
266
|
padding: string;
|
|
267
|
+
margin: string;
|
|
268
268
|
background: string;
|
|
269
269
|
showDivider: boolean;
|
|
270
270
|
}>;
|
|
@@ -293,8 +293,8 @@ export declare const WithDivider: StoryFn<{
|
|
|
293
293
|
default: string;
|
|
294
294
|
};
|
|
295
295
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
296
|
-
margin: string;
|
|
297
296
|
padding: string;
|
|
297
|
+
margin: string;
|
|
298
298
|
background: string;
|
|
299
299
|
showDivider: boolean;
|
|
300
300
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -41,11 +41,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
41
41
|
default: string;
|
|
42
42
|
};
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
-
margin: string;
|
|
45
44
|
padding: string;
|
|
45
|
+
margin: string;
|
|
46
46
|
background: string;
|
|
47
47
|
showDivider: boolean;
|
|
48
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
48
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
49
49
|
default?(_: {}): any;
|
|
50
50
|
}>;
|
|
51
51
|
export default _default;
|