sprof 0.2.11 → 0.2.15

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.
@@ -5,7 +5,13 @@ declare const _default: {
5
5
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
6
6
  label: {
7
7
  type: StringConstructor;
8
- required: true;
8
+ default: string;
9
+ required: false;
10
+ };
11
+ placeholder: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ required: false;
9
15
  };
10
16
  dense: {
11
17
  type: BooleanConstructor;
@@ -27,21 +33,49 @@ declare const _default: {
27
33
  type: BooleanConstructor;
28
34
  default: boolean;
29
35
  };
36
+ margin: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ required: false;
40
+ };
41
+ padding: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ required: false;
45
+ };
46
+ width: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ required: false;
50
+ };
51
+ modelType: {
52
+ type: globalThis.PropType<"string" | "date">;
53
+ default: undefined;
54
+ required: false;
55
+ };
30
56
  modelValue: {
31
- type: globalThis.PropType<string>;
57
+ type: globalThis.PropType<string | Date | null>;
32
58
  };
33
59
  }>> & Readonly<{
60
+ onInput?: ((...args: any[]) => any) | undefined;
34
61
  onBlur?: ((...args: any[]) => any) | undefined;
35
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
62
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
36
63
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
+ input: (...args: any[]) => void;
37
65
  blur: (...args: any[]) => void;
38
- "update:modelValue": (value: string) => void;
66
+ "update:modelValue": (value: string | Date | null | undefined) => void;
39
67
  }, import('vue').PublicProps, {
68
+ label: string;
69
+ padding: string;
40
70
  dense: boolean;
41
71
  disable: boolean;
42
72
  readonly: boolean;
73
+ placeholder: string;
74
+ width: string;
75
+ margin: string;
43
76
  clearable: boolean;
44
77
  outlined: boolean;
78
+ modelType: "string" | "date";
45
79
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
46
80
  P: {};
47
81
  B: {};
@@ -52,7 +86,13 @@ declare const _default: {
52
86
  }, Readonly<globalThis.ExtractPropTypes<{
53
87
  label: {
54
88
  type: StringConstructor;
55
- required: true;
89
+ default: string;
90
+ required: false;
91
+ };
92
+ placeholder: {
93
+ type: StringConstructor;
94
+ default: string;
95
+ required: false;
56
96
  };
57
97
  dense: {
58
98
  type: BooleanConstructor;
@@ -74,18 +114,45 @@ declare const _default: {
74
114
  type: BooleanConstructor;
75
115
  default: boolean;
76
116
  };
117
+ margin: {
118
+ type: StringConstructor;
119
+ default: string;
120
+ required: false;
121
+ };
122
+ padding: {
123
+ type: StringConstructor;
124
+ default: string;
125
+ required: false;
126
+ };
127
+ width: {
128
+ type: StringConstructor;
129
+ default: string;
130
+ required: false;
131
+ };
132
+ modelType: {
133
+ type: globalThis.PropType<"string" | "date">;
134
+ default: undefined;
135
+ required: false;
136
+ };
77
137
  modelValue: {
78
- type: globalThis.PropType<string>;
138
+ type: globalThis.PropType<string | Date | null>;
79
139
  };
80
140
  }>> & Readonly<{
141
+ onInput?: ((...args: any[]) => any) | undefined;
81
142
  onBlur?: ((...args: any[]) => any) | undefined;
82
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
143
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
83
144
  }>, {}, {}, {}, {}, {
145
+ label: string;
146
+ padding: string;
84
147
  dense: boolean;
85
148
  disable: boolean;
86
149
  readonly: boolean;
150
+ placeholder: string;
151
+ width: string;
152
+ margin: string;
87
153
  clearable: boolean;
88
154
  outlined: boolean;
155
+ modelType: "string" | "date";
89
156
  }>;
90
157
  __isFragment?: undefined;
91
158
  __isTeleport?: undefined;
@@ -93,7 +160,13 @@ declare const _default: {
93
160
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
94
161
  label: {
95
162
  type: StringConstructor;
96
- required: true;
163
+ default: string;
164
+ required: false;
165
+ };
166
+ placeholder: {
167
+ type: StringConstructor;
168
+ default: string;
169
+ required: false;
97
170
  };
98
171
  dense: {
99
172
  type: BooleanConstructor;
@@ -115,23 +188,52 @@ declare const _default: {
115
188
  type: BooleanConstructor;
116
189
  default: boolean;
117
190
  };
191
+ margin: {
192
+ type: StringConstructor;
193
+ default: string;
194
+ required: false;
195
+ };
196
+ padding: {
197
+ type: StringConstructor;
198
+ default: string;
199
+ required: false;
200
+ };
201
+ width: {
202
+ type: StringConstructor;
203
+ default: string;
204
+ required: false;
205
+ };
206
+ modelType: {
207
+ type: globalThis.PropType<"string" | "date">;
208
+ default: undefined;
209
+ required: false;
210
+ };
118
211
  modelValue: {
119
- type: globalThis.PropType<string>;
212
+ type: globalThis.PropType<string | Date | null>;
120
213
  };
121
214
  }>> & Readonly<{
215
+ onInput?: ((...args: any[]) => any) | undefined;
122
216
  onBlur?: ((...args: any[]) => any) | undefined;
123
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
217
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
124
218
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
219
+ input: (...args: any[]) => void;
125
220
  blur: (...args: any[]) => void;
126
- "update:modelValue": (value: string) => void;
221
+ "update:modelValue": (value: string | Date | null | undefined) => void;
127
222
  }, string, {
223
+ label: string;
224
+ padding: string;
128
225
  dense: boolean;
129
226
  disable: boolean;
130
227
  readonly: boolean;
228
+ placeholder: string;
229
+ width: string;
230
+ margin: string;
131
231
  clearable: boolean;
132
232
  outlined: boolean;
233
+ modelType: "string" | "date";
133
234
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
134
235
  $slots: {
236
+ before?(_: {}): any;
135
237
  append?(_: {}): any;
136
238
  };
137
239
  });
@@ -169,7 +271,13 @@ export declare const Default: StoryFn<{
169
271
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
170
272
  label: {
171
273
  type: StringConstructor;
172
- required: true;
274
+ default: string;
275
+ required: false;
276
+ };
277
+ placeholder: {
278
+ type: StringConstructor;
279
+ default: string;
280
+ required: false;
173
281
  };
174
282
  dense: {
175
283
  type: BooleanConstructor;
@@ -191,21 +299,49 @@ export declare const Default: StoryFn<{
191
299
  type: BooleanConstructor;
192
300
  default: boolean;
193
301
  };
302
+ margin: {
303
+ type: StringConstructor;
304
+ default: string;
305
+ required: false;
306
+ };
307
+ padding: {
308
+ type: StringConstructor;
309
+ default: string;
310
+ required: false;
311
+ };
312
+ width: {
313
+ type: StringConstructor;
314
+ default: string;
315
+ required: false;
316
+ };
317
+ modelType: {
318
+ type: globalThis.PropType<"string" | "date">;
319
+ default: undefined;
320
+ required: false;
321
+ };
194
322
  modelValue: {
195
- type: globalThis.PropType<string>;
323
+ type: globalThis.PropType<string | Date | null>;
196
324
  };
197
325
  }>> & Readonly<{
326
+ onInput?: ((...args: any[]) => any) | undefined;
198
327
  onBlur?: ((...args: any[]) => any) | undefined;
199
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
328
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
200
329
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
330
+ input: (...args: any[]) => void;
201
331
  blur: (...args: any[]) => void;
202
- "update:modelValue": (value: string) => void;
332
+ "update:modelValue": (value: string | Date | null | undefined) => void;
203
333
  }, import('vue').PublicProps, {
334
+ label: string;
335
+ padding: string;
204
336
  dense: boolean;
205
337
  disable: boolean;
206
338
  readonly: boolean;
339
+ placeholder: string;
340
+ width: string;
341
+ margin: string;
207
342
  clearable: boolean;
208
343
  outlined: boolean;
344
+ modelType: "string" | "date";
209
345
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
210
346
  P: {};
211
347
  B: {};
@@ -216,7 +352,13 @@ export declare const Default: StoryFn<{
216
352
  }, Readonly<globalThis.ExtractPropTypes<{
217
353
  label: {
218
354
  type: StringConstructor;
219
- required: true;
355
+ default: string;
356
+ required: false;
357
+ };
358
+ placeholder: {
359
+ type: StringConstructor;
360
+ default: string;
361
+ required: false;
220
362
  };
221
363
  dense: {
222
364
  type: BooleanConstructor;
@@ -238,18 +380,45 @@ export declare const Default: StoryFn<{
238
380
  type: BooleanConstructor;
239
381
  default: boolean;
240
382
  };
383
+ margin: {
384
+ type: StringConstructor;
385
+ default: string;
386
+ required: false;
387
+ };
388
+ padding: {
389
+ type: StringConstructor;
390
+ default: string;
391
+ required: false;
392
+ };
393
+ width: {
394
+ type: StringConstructor;
395
+ default: string;
396
+ required: false;
397
+ };
398
+ modelType: {
399
+ type: globalThis.PropType<"string" | "date">;
400
+ default: undefined;
401
+ required: false;
402
+ };
241
403
  modelValue: {
242
- type: globalThis.PropType<string>;
404
+ type: globalThis.PropType<string | Date | null>;
243
405
  };
244
406
  }>> & Readonly<{
407
+ onInput?: ((...args: any[]) => any) | undefined;
245
408
  onBlur?: ((...args: any[]) => any) | undefined;
246
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
409
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
247
410
  }>, {}, {}, {}, {}, {
411
+ label: string;
412
+ padding: string;
248
413
  dense: boolean;
249
414
  disable: boolean;
250
415
  readonly: boolean;
416
+ placeholder: string;
417
+ width: string;
418
+ margin: string;
251
419
  clearable: boolean;
252
420
  outlined: boolean;
421
+ modelType: "string" | "date";
253
422
  }>;
254
423
  __isFragment?: undefined;
255
424
  __isTeleport?: undefined;
@@ -257,7 +426,13 @@ export declare const Default: StoryFn<{
257
426
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
258
427
  label: {
259
428
  type: StringConstructor;
260
- required: true;
429
+ default: string;
430
+ required: false;
431
+ };
432
+ placeholder: {
433
+ type: StringConstructor;
434
+ default: string;
435
+ required: false;
261
436
  };
262
437
  dense: {
263
438
  type: BooleanConstructor;
@@ -279,23 +454,52 @@ export declare const Default: StoryFn<{
279
454
  type: BooleanConstructor;
280
455
  default: boolean;
281
456
  };
457
+ margin: {
458
+ type: StringConstructor;
459
+ default: string;
460
+ required: false;
461
+ };
462
+ padding: {
463
+ type: StringConstructor;
464
+ default: string;
465
+ required: false;
466
+ };
467
+ width: {
468
+ type: StringConstructor;
469
+ default: string;
470
+ required: false;
471
+ };
472
+ modelType: {
473
+ type: globalThis.PropType<"string" | "date">;
474
+ default: undefined;
475
+ required: false;
476
+ };
282
477
  modelValue: {
283
- type: globalThis.PropType<string>;
478
+ type: globalThis.PropType<string | Date | null>;
284
479
  };
285
480
  }>> & Readonly<{
481
+ onInput?: ((...args: any[]) => any) | undefined;
286
482
  onBlur?: ((...args: any[]) => any) | undefined;
287
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
483
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
288
484
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
485
+ input: (...args: any[]) => void;
289
486
  blur: (...args: any[]) => void;
290
- "update:modelValue": (value: string) => void;
487
+ "update:modelValue": (value: string | Date | null | undefined) => void;
291
488
  }, string, {
489
+ label: string;
490
+ padding: string;
292
491
  dense: boolean;
293
492
  disable: boolean;
294
493
  readonly: boolean;
494
+ placeholder: string;
495
+ width: string;
496
+ margin: string;
295
497
  clearable: boolean;
296
498
  outlined: boolean;
499
+ modelType: "string" | "date";
297
500
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
298
501
  $slots: {
502
+ before?(_: {}): any;
299
503
  append?(_: {}): any;
300
504
  };
301
505
  })>;
@@ -303,7 +507,13 @@ export declare const Outlined: StoryFn<{
303
507
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
304
508
  label: {
305
509
  type: StringConstructor;
306
- required: true;
510
+ default: string;
511
+ required: false;
512
+ };
513
+ placeholder: {
514
+ type: StringConstructor;
515
+ default: string;
516
+ required: false;
307
517
  };
308
518
  dense: {
309
519
  type: BooleanConstructor;
@@ -325,21 +535,49 @@ export declare const Outlined: StoryFn<{
325
535
  type: BooleanConstructor;
326
536
  default: boolean;
327
537
  };
538
+ margin: {
539
+ type: StringConstructor;
540
+ default: string;
541
+ required: false;
542
+ };
543
+ padding: {
544
+ type: StringConstructor;
545
+ default: string;
546
+ required: false;
547
+ };
548
+ width: {
549
+ type: StringConstructor;
550
+ default: string;
551
+ required: false;
552
+ };
553
+ modelType: {
554
+ type: globalThis.PropType<"string" | "date">;
555
+ default: undefined;
556
+ required: false;
557
+ };
328
558
  modelValue: {
329
- type: globalThis.PropType<string>;
559
+ type: globalThis.PropType<string | Date | null>;
330
560
  };
331
561
  }>> & Readonly<{
562
+ onInput?: ((...args: any[]) => any) | undefined;
332
563
  onBlur?: ((...args: any[]) => any) | undefined;
333
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
564
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
334
565
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
566
+ input: (...args: any[]) => void;
335
567
  blur: (...args: any[]) => void;
336
- "update:modelValue": (value: string) => void;
568
+ "update:modelValue": (value: string | Date | null | undefined) => void;
337
569
  }, import('vue').PublicProps, {
570
+ label: string;
571
+ padding: string;
338
572
  dense: boolean;
339
573
  disable: boolean;
340
574
  readonly: boolean;
575
+ placeholder: string;
576
+ width: string;
577
+ margin: string;
341
578
  clearable: boolean;
342
579
  outlined: boolean;
580
+ modelType: "string" | "date";
343
581
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
344
582
  P: {};
345
583
  B: {};
@@ -350,7 +588,13 @@ export declare const Outlined: StoryFn<{
350
588
  }, Readonly<globalThis.ExtractPropTypes<{
351
589
  label: {
352
590
  type: StringConstructor;
353
- required: true;
591
+ default: string;
592
+ required: false;
593
+ };
594
+ placeholder: {
595
+ type: StringConstructor;
596
+ default: string;
597
+ required: false;
354
598
  };
355
599
  dense: {
356
600
  type: BooleanConstructor;
@@ -372,18 +616,45 @@ export declare const Outlined: StoryFn<{
372
616
  type: BooleanConstructor;
373
617
  default: boolean;
374
618
  };
619
+ margin: {
620
+ type: StringConstructor;
621
+ default: string;
622
+ required: false;
623
+ };
624
+ padding: {
625
+ type: StringConstructor;
626
+ default: string;
627
+ required: false;
628
+ };
629
+ width: {
630
+ type: StringConstructor;
631
+ default: string;
632
+ required: false;
633
+ };
634
+ modelType: {
635
+ type: globalThis.PropType<"string" | "date">;
636
+ default: undefined;
637
+ required: false;
638
+ };
375
639
  modelValue: {
376
- type: globalThis.PropType<string>;
640
+ type: globalThis.PropType<string | Date | null>;
377
641
  };
378
642
  }>> & Readonly<{
643
+ onInput?: ((...args: any[]) => any) | undefined;
379
644
  onBlur?: ((...args: any[]) => any) | undefined;
380
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
645
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
381
646
  }>, {}, {}, {}, {}, {
647
+ label: string;
648
+ padding: string;
382
649
  dense: boolean;
383
650
  disable: boolean;
384
651
  readonly: boolean;
652
+ placeholder: string;
653
+ width: string;
654
+ margin: string;
385
655
  clearable: boolean;
386
656
  outlined: boolean;
657
+ modelType: "string" | "date";
387
658
  }>;
388
659
  __isFragment?: undefined;
389
660
  __isTeleport?: undefined;
@@ -391,7 +662,13 @@ export declare const Outlined: StoryFn<{
391
662
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
392
663
  label: {
393
664
  type: StringConstructor;
394
- required: true;
665
+ default: string;
666
+ required: false;
667
+ };
668
+ placeholder: {
669
+ type: StringConstructor;
670
+ default: string;
671
+ required: false;
395
672
  };
396
673
  dense: {
397
674
  type: BooleanConstructor;
@@ -413,23 +690,52 @@ export declare const Outlined: StoryFn<{
413
690
  type: BooleanConstructor;
414
691
  default: boolean;
415
692
  };
693
+ margin: {
694
+ type: StringConstructor;
695
+ default: string;
696
+ required: false;
697
+ };
698
+ padding: {
699
+ type: StringConstructor;
700
+ default: string;
701
+ required: false;
702
+ };
703
+ width: {
704
+ type: StringConstructor;
705
+ default: string;
706
+ required: false;
707
+ };
708
+ modelType: {
709
+ type: globalThis.PropType<"string" | "date">;
710
+ default: undefined;
711
+ required: false;
712
+ };
416
713
  modelValue: {
417
- type: globalThis.PropType<string>;
714
+ type: globalThis.PropType<string | Date | null>;
418
715
  };
419
716
  }>> & Readonly<{
717
+ onInput?: ((...args: any[]) => any) | undefined;
420
718
  onBlur?: ((...args: any[]) => any) | undefined;
421
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
719
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
422
720
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
721
+ input: (...args: any[]) => void;
423
722
  blur: (...args: any[]) => void;
424
- "update:modelValue": (value: string) => void;
723
+ "update:modelValue": (value: string | Date | null | undefined) => void;
425
724
  }, string, {
725
+ label: string;
726
+ padding: string;
426
727
  dense: boolean;
427
728
  disable: boolean;
428
729
  readonly: boolean;
730
+ placeholder: string;
731
+ width: string;
732
+ margin: string;
429
733
  clearable: boolean;
430
734
  outlined: boolean;
735
+ modelType: "string" | "date";
431
736
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
432
737
  $slots: {
738
+ before?(_: {}): any;
433
739
  append?(_: {}): any;
434
740
  };
435
741
  })>;
@@ -437,7 +743,13 @@ export declare const Disabled: StoryFn<{
437
743
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
438
744
  label: {
439
745
  type: StringConstructor;
440
- required: true;
746
+ default: string;
747
+ required: false;
748
+ };
749
+ placeholder: {
750
+ type: StringConstructor;
751
+ default: string;
752
+ required: false;
441
753
  };
442
754
  dense: {
443
755
  type: BooleanConstructor;
@@ -459,21 +771,49 @@ export declare const Disabled: StoryFn<{
459
771
  type: BooleanConstructor;
460
772
  default: boolean;
461
773
  };
774
+ margin: {
775
+ type: StringConstructor;
776
+ default: string;
777
+ required: false;
778
+ };
779
+ padding: {
780
+ type: StringConstructor;
781
+ default: string;
782
+ required: false;
783
+ };
784
+ width: {
785
+ type: StringConstructor;
786
+ default: string;
787
+ required: false;
788
+ };
789
+ modelType: {
790
+ type: globalThis.PropType<"string" | "date">;
791
+ default: undefined;
792
+ required: false;
793
+ };
462
794
  modelValue: {
463
- type: globalThis.PropType<string>;
795
+ type: globalThis.PropType<string | Date | null>;
464
796
  };
465
797
  }>> & Readonly<{
798
+ onInput?: ((...args: any[]) => any) | undefined;
466
799
  onBlur?: ((...args: any[]) => any) | undefined;
467
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
800
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
468
801
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
802
+ input: (...args: any[]) => void;
469
803
  blur: (...args: any[]) => void;
470
- "update:modelValue": (value: string) => void;
804
+ "update:modelValue": (value: string | Date | null | undefined) => void;
471
805
  }, import('vue').PublicProps, {
806
+ label: string;
807
+ padding: string;
472
808
  dense: boolean;
473
809
  disable: boolean;
474
810
  readonly: boolean;
811
+ placeholder: string;
812
+ width: string;
813
+ margin: string;
475
814
  clearable: boolean;
476
815
  outlined: boolean;
816
+ modelType: "string" | "date";
477
817
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
478
818
  P: {};
479
819
  B: {};
@@ -484,7 +824,13 @@ export declare const Disabled: StoryFn<{
484
824
  }, Readonly<globalThis.ExtractPropTypes<{
485
825
  label: {
486
826
  type: StringConstructor;
487
- required: true;
827
+ default: string;
828
+ required: false;
829
+ };
830
+ placeholder: {
831
+ type: StringConstructor;
832
+ default: string;
833
+ required: false;
488
834
  };
489
835
  dense: {
490
836
  type: BooleanConstructor;
@@ -506,18 +852,45 @@ export declare const Disabled: StoryFn<{
506
852
  type: BooleanConstructor;
507
853
  default: boolean;
508
854
  };
855
+ margin: {
856
+ type: StringConstructor;
857
+ default: string;
858
+ required: false;
859
+ };
860
+ padding: {
861
+ type: StringConstructor;
862
+ default: string;
863
+ required: false;
864
+ };
865
+ width: {
866
+ type: StringConstructor;
867
+ default: string;
868
+ required: false;
869
+ };
870
+ modelType: {
871
+ type: globalThis.PropType<"string" | "date">;
872
+ default: undefined;
873
+ required: false;
874
+ };
509
875
  modelValue: {
510
- type: globalThis.PropType<string>;
876
+ type: globalThis.PropType<string | Date | null>;
511
877
  };
512
878
  }>> & Readonly<{
879
+ onInput?: ((...args: any[]) => any) | undefined;
513
880
  onBlur?: ((...args: any[]) => any) | undefined;
514
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
881
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
515
882
  }>, {}, {}, {}, {}, {
883
+ label: string;
884
+ padding: string;
516
885
  dense: boolean;
517
886
  disable: boolean;
518
887
  readonly: boolean;
888
+ placeholder: string;
889
+ width: string;
890
+ margin: string;
519
891
  clearable: boolean;
520
892
  outlined: boolean;
893
+ modelType: "string" | "date";
521
894
  }>;
522
895
  __isFragment?: undefined;
523
896
  __isTeleport?: undefined;
@@ -525,7 +898,13 @@ export declare const Disabled: StoryFn<{
525
898
  } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
526
899
  label: {
527
900
  type: StringConstructor;
528
- required: true;
901
+ default: string;
902
+ required: false;
903
+ };
904
+ placeholder: {
905
+ type: StringConstructor;
906
+ default: string;
907
+ required: false;
529
908
  };
530
909
  dense: {
531
910
  type: BooleanConstructor;
@@ -547,23 +926,52 @@ export declare const Disabled: StoryFn<{
547
926
  type: BooleanConstructor;
548
927
  default: boolean;
549
928
  };
929
+ margin: {
930
+ type: StringConstructor;
931
+ default: string;
932
+ required: false;
933
+ };
934
+ padding: {
935
+ type: StringConstructor;
936
+ default: string;
937
+ required: false;
938
+ };
939
+ width: {
940
+ type: StringConstructor;
941
+ default: string;
942
+ required: false;
943
+ };
944
+ modelType: {
945
+ type: globalThis.PropType<"string" | "date">;
946
+ default: undefined;
947
+ required: false;
948
+ };
550
949
  modelValue: {
551
- type: globalThis.PropType<string>;
950
+ type: globalThis.PropType<string | Date | null>;
552
951
  };
553
952
  }>> & Readonly<{
953
+ onInput?: ((...args: any[]) => any) | undefined;
554
954
  onBlur?: ((...args: any[]) => any) | undefined;
555
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
955
+ "onUpdate:modelValue"?: ((value: string | Date | null | undefined) => any) | undefined;
556
956
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
957
+ input: (...args: any[]) => void;
557
958
  blur: (...args: any[]) => void;
558
- "update:modelValue": (value: string) => void;
959
+ "update:modelValue": (value: string | Date | null | undefined) => void;
559
960
  }, string, {
961
+ label: string;
962
+ padding: string;
560
963
  dense: boolean;
561
964
  disable: boolean;
562
965
  readonly: boolean;
966
+ placeholder: string;
967
+ width: string;
968
+ margin: string;
563
969
  clearable: boolean;
564
970
  outlined: boolean;
971
+ modelType: "string" | "date";
565
972
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
566
973
  $slots: {
974
+ before?(_: {}): any;
567
975
  append?(_: {}): any;
568
976
  };
569
977
  })>;