sprof 0.0.115 → 0.0.117
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.
|
@@ -97,8 +97,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
97
97
|
top: string;
|
|
98
98
|
padding: string;
|
|
99
99
|
maxHeight: string;
|
|
100
|
-
closable: boolean;
|
|
101
100
|
show: boolean;
|
|
101
|
+
closable: boolean;
|
|
102
102
|
showClose: boolean;
|
|
103
103
|
showCloseDialog: boolean;
|
|
104
104
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
import { default as FileInfo } from '../../../classes/FileInfo';
|
|
2
3
|
declare const _default: Meta<{
|
|
3
4
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
4
5
|
fileInfo: {
|
|
5
|
-
type: globalThis.PropType<
|
|
6
|
+
type: globalThis.PropType<FileInfo>;
|
|
6
7
|
required: false;
|
|
7
|
-
default:
|
|
8
|
+
default: FileInfo;
|
|
8
9
|
};
|
|
9
10
|
formats: {
|
|
10
11
|
type: globalThis.PropType<string[]>;
|
|
@@ -60,7 +61,7 @@ declare const _default: Meta<{
|
|
|
60
61
|
label: string;
|
|
61
62
|
mask: string;
|
|
62
63
|
margin: string;
|
|
63
|
-
fileInfo:
|
|
64
|
+
fileInfo: FileInfo;
|
|
64
65
|
placeholder: string;
|
|
65
66
|
padding: string;
|
|
66
67
|
color: string;
|
|
@@ -76,9 +77,9 @@ declare const _default: Meta<{
|
|
|
76
77
|
Defaults: {};
|
|
77
78
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
78
79
|
fileInfo: {
|
|
79
|
-
type: globalThis.PropType<
|
|
80
|
+
type: globalThis.PropType<FileInfo>;
|
|
80
81
|
required: false;
|
|
81
|
-
default:
|
|
82
|
+
default: FileInfo;
|
|
82
83
|
};
|
|
83
84
|
formats: {
|
|
84
85
|
type: globalThis.PropType<string[]>;
|
|
@@ -131,7 +132,7 @@ declare const _default: Meta<{
|
|
|
131
132
|
label: string;
|
|
132
133
|
mask: string;
|
|
133
134
|
margin: string;
|
|
134
|
-
fileInfo:
|
|
135
|
+
fileInfo: FileInfo;
|
|
135
136
|
placeholder: string;
|
|
136
137
|
padding: string;
|
|
137
138
|
color: string;
|
|
@@ -144,9 +145,9 @@ declare const _default: Meta<{
|
|
|
144
145
|
__isSuspense?: undefined;
|
|
145
146
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
146
147
|
fileInfo: {
|
|
147
|
-
type: globalThis.PropType<
|
|
148
|
+
type: globalThis.PropType<FileInfo>;
|
|
148
149
|
required: false;
|
|
149
|
-
default:
|
|
150
|
+
default: FileInfo;
|
|
150
151
|
};
|
|
151
152
|
formats: {
|
|
152
153
|
type: globalThis.PropType<string[]>;
|
|
@@ -202,7 +203,7 @@ declare const _default: Meta<{
|
|
|
202
203
|
label: string;
|
|
203
204
|
mask: string;
|
|
204
205
|
margin: string;
|
|
205
|
-
fileInfo:
|
|
206
|
+
fileInfo: FileInfo;
|
|
206
207
|
placeholder: string;
|
|
207
208
|
padding: string;
|
|
208
209
|
color: string;
|
|
@@ -218,9 +219,9 @@ export default _default;
|
|
|
218
219
|
export declare const Base: StoryFn<{
|
|
219
220
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
220
221
|
fileInfo: {
|
|
221
|
-
type: globalThis.PropType<
|
|
222
|
+
type: globalThis.PropType<FileInfo>;
|
|
222
223
|
required: false;
|
|
223
|
-
default:
|
|
224
|
+
default: FileInfo;
|
|
224
225
|
};
|
|
225
226
|
formats: {
|
|
226
227
|
type: globalThis.PropType<string[]>;
|
|
@@ -276,7 +277,7 @@ export declare const Base: StoryFn<{
|
|
|
276
277
|
label: string;
|
|
277
278
|
mask: string;
|
|
278
279
|
margin: string;
|
|
279
|
-
fileInfo:
|
|
280
|
+
fileInfo: FileInfo;
|
|
280
281
|
placeholder: string;
|
|
281
282
|
padding: string;
|
|
282
283
|
color: string;
|
|
@@ -292,9 +293,9 @@ export declare const Base: StoryFn<{
|
|
|
292
293
|
Defaults: {};
|
|
293
294
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
294
295
|
fileInfo: {
|
|
295
|
-
type: globalThis.PropType<
|
|
296
|
+
type: globalThis.PropType<FileInfo>;
|
|
296
297
|
required: false;
|
|
297
|
-
default:
|
|
298
|
+
default: FileInfo;
|
|
298
299
|
};
|
|
299
300
|
formats: {
|
|
300
301
|
type: globalThis.PropType<string[]>;
|
|
@@ -347,7 +348,7 @@ export declare const Base: StoryFn<{
|
|
|
347
348
|
label: string;
|
|
348
349
|
mask: string;
|
|
349
350
|
margin: string;
|
|
350
|
-
fileInfo:
|
|
351
|
+
fileInfo: FileInfo;
|
|
351
352
|
placeholder: string;
|
|
352
353
|
padding: string;
|
|
353
354
|
color: string;
|
|
@@ -360,9 +361,9 @@ export declare const Base: StoryFn<{
|
|
|
360
361
|
__isSuspense?: undefined;
|
|
361
362
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
362
363
|
fileInfo: {
|
|
363
|
-
type: globalThis.PropType<
|
|
364
|
+
type: globalThis.PropType<FileInfo>;
|
|
364
365
|
required: false;
|
|
365
|
-
default:
|
|
366
|
+
default: FileInfo;
|
|
366
367
|
};
|
|
367
368
|
formats: {
|
|
368
369
|
type: globalThis.PropType<string[]>;
|
|
@@ -418,7 +419,7 @@ export declare const Base: StoryFn<{
|
|
|
418
419
|
label: string;
|
|
419
420
|
mask: string;
|
|
420
421
|
margin: string;
|
|
421
|
-
fileInfo:
|
|
422
|
+
fileInfo: FileInfo;
|
|
422
423
|
placeholder: string;
|
|
423
424
|
padding: string;
|
|
424
425
|
color: string;
|
|
@@ -433,9 +434,9 @@ export declare const Base: StoryFn<{
|
|
|
433
434
|
export declare const Base1: StoryFn<{
|
|
434
435
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
435
436
|
fileInfo: {
|
|
436
|
-
type: globalThis.PropType<
|
|
437
|
+
type: globalThis.PropType<FileInfo>;
|
|
437
438
|
required: false;
|
|
438
|
-
default:
|
|
439
|
+
default: FileInfo;
|
|
439
440
|
};
|
|
440
441
|
formats: {
|
|
441
442
|
type: globalThis.PropType<string[]>;
|
|
@@ -491,7 +492,7 @@ export declare const Base1: StoryFn<{
|
|
|
491
492
|
label: string;
|
|
492
493
|
mask: string;
|
|
493
494
|
margin: string;
|
|
494
|
-
fileInfo:
|
|
495
|
+
fileInfo: FileInfo;
|
|
495
496
|
placeholder: string;
|
|
496
497
|
padding: string;
|
|
497
498
|
color: string;
|
|
@@ -507,9 +508,9 @@ export declare const Base1: StoryFn<{
|
|
|
507
508
|
Defaults: {};
|
|
508
509
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
509
510
|
fileInfo: {
|
|
510
|
-
type: globalThis.PropType<
|
|
511
|
+
type: globalThis.PropType<FileInfo>;
|
|
511
512
|
required: false;
|
|
512
|
-
default:
|
|
513
|
+
default: FileInfo;
|
|
513
514
|
};
|
|
514
515
|
formats: {
|
|
515
516
|
type: globalThis.PropType<string[]>;
|
|
@@ -562,7 +563,7 @@ export declare const Base1: StoryFn<{
|
|
|
562
563
|
label: string;
|
|
563
564
|
mask: string;
|
|
564
565
|
margin: string;
|
|
565
|
-
fileInfo:
|
|
566
|
+
fileInfo: FileInfo;
|
|
566
567
|
placeholder: string;
|
|
567
568
|
padding: string;
|
|
568
569
|
color: string;
|
|
@@ -575,9 +576,9 @@ export declare const Base1: StoryFn<{
|
|
|
575
576
|
__isSuspense?: undefined;
|
|
576
577
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
577
578
|
fileInfo: {
|
|
578
|
-
type: globalThis.PropType<
|
|
579
|
+
type: globalThis.PropType<FileInfo>;
|
|
579
580
|
required: false;
|
|
580
|
-
default:
|
|
581
|
+
default: FileInfo;
|
|
581
582
|
};
|
|
582
583
|
formats: {
|
|
583
584
|
type: globalThis.PropType<string[]>;
|
|
@@ -633,7 +634,7 @@ export declare const Base1: StoryFn<{
|
|
|
633
634
|
label: string;
|
|
634
635
|
mask: string;
|
|
635
636
|
margin: string;
|
|
636
|
-
fileInfo:
|
|
637
|
+
fileInfo: FileInfo;
|
|
637
638
|
placeholder: string;
|
|
638
639
|
padding: string;
|
|
639
640
|
color: string;
|