sprof 0.4.0 → 0.5.0

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