sprof 0.2.1 → 0.2.3
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/dist/{ExtractsList-D2rsuyBZ.js → ExtractsList-Dh6uyUJc.js} +11 -10
- package/dist/core/components/GeneralItem.vue.d.ts +4 -4
- 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 +4 -4
- package/dist/core/components/PAutocomplete.vue.d.ts +1 -1
- package/dist/core/components/RemoteSearch.stories.d.ts +6 -6
- package/dist/core/components/RemoteSearch.vue.d.ts +3 -3
- package/dist/core/components/RightSliderContainer.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +54 -18
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +14 -3
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -6
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -3
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +18 -18
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +3 -3
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +180 -38
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +49 -9
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +3 -3
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +3 -3
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +36 -36
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +6 -6
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +18 -18
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +3 -3
- 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 +18 -18
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +3 -3
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +154 -46
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +56 -9
- package/dist/core/components/atoms/PString/PString.stories.d.ts +12 -12
- package/dist/core/components/atoms/PString/PString.vue.d.ts +6 -6
- 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/PTooltip/PTooltip.stories.d.ts +12 -12
- 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 +142 -47
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +71 -23
- 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/PTabs/PTabs.stories.d.ts +6 -6
- package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +18 -18
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +2 -2
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
- package/dist/core/helpers/Message.d.ts +13 -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-BMNKrMSC.js +14018 -0
- package/dist/index.d.ts +6 -0
- package/dist/install.d.ts +25 -0
- package/dist/sprof.js +19 -3
- package/dist/sprof.umd.cjs +29 -14
- package/dist/style.css +1 -1
- package/dist/test-utils/quasar.d.ts +5 -0
- package/package.json +22 -6
- 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
- package/dist/index-CkqPv_mq.js +0 -7517
|
@@ -63,29 +63,35 @@ declare const _default: {
|
|
|
63
63
|
required: false;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
|
+
options: {
|
|
67
|
+
type: ArrayConstructor;
|
|
68
|
+
required: false;
|
|
69
|
+
default: () => never[];
|
|
70
|
+
};
|
|
66
71
|
modelValue: {
|
|
67
|
-
type: globalThis.PropType<
|
|
72
|
+
type: globalThis.PropType<any>;
|
|
68
73
|
};
|
|
69
74
|
}>> & Readonly<{
|
|
70
75
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
71
76
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
72
|
-
"onUpdate:modelValue"?: ((value:
|
|
77
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
73
78
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
74
79
|
clear: (...args: any[]) => void;
|
|
75
80
|
change: (...args: any[]) => void;
|
|
76
|
-
"update:modelValue": (value:
|
|
81
|
+
"update:modelValue": (value: any) => void;
|
|
77
82
|
}, import('vue').PublicProps, {
|
|
78
|
-
|
|
83
|
+
color: string;
|
|
79
84
|
label: string;
|
|
85
|
+
padding: string;
|
|
86
|
+
value: string;
|
|
87
|
+
options: unknown[];
|
|
80
88
|
readonly: boolean;
|
|
81
89
|
placeholder: string;
|
|
82
90
|
margin: string;
|
|
83
|
-
disabled: boolean;
|
|
84
|
-
padding: string;
|
|
85
|
-
borderColor: string;
|
|
86
|
-
color: string;
|
|
87
91
|
width: string;
|
|
92
|
+
disabled: boolean;
|
|
88
93
|
clearable: boolean;
|
|
94
|
+
borderColor: string;
|
|
89
95
|
inPadding: string;
|
|
90
96
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
91
97
|
P: {};
|
|
@@ -155,25 +161,31 @@ declare const _default: {
|
|
|
155
161
|
required: false;
|
|
156
162
|
default: string;
|
|
157
163
|
};
|
|
164
|
+
options: {
|
|
165
|
+
type: ArrayConstructor;
|
|
166
|
+
required: false;
|
|
167
|
+
default: () => never[];
|
|
168
|
+
};
|
|
158
169
|
modelValue: {
|
|
159
|
-
type: globalThis.PropType<
|
|
170
|
+
type: globalThis.PropType<any>;
|
|
160
171
|
};
|
|
161
172
|
}>> & Readonly<{
|
|
162
173
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
163
174
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
164
|
-
"onUpdate:modelValue"?: ((value:
|
|
175
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
165
176
|
}>, {}, {}, {}, {}, {
|
|
166
|
-
|
|
177
|
+
color: string;
|
|
167
178
|
label: string;
|
|
179
|
+
padding: string;
|
|
180
|
+
value: string;
|
|
181
|
+
options: unknown[];
|
|
168
182
|
readonly: boolean;
|
|
169
183
|
placeholder: string;
|
|
170
184
|
margin: string;
|
|
171
|
-
disabled: boolean;
|
|
172
|
-
padding: string;
|
|
173
|
-
borderColor: string;
|
|
174
|
-
color: string;
|
|
175
185
|
width: string;
|
|
186
|
+
disabled: boolean;
|
|
176
187
|
clearable: boolean;
|
|
188
|
+
borderColor: string;
|
|
177
189
|
inPadding: string;
|
|
178
190
|
}>;
|
|
179
191
|
__isFragment?: undefined;
|
|
@@ -240,34 +252,76 @@ declare const _default: {
|
|
|
240
252
|
required: false;
|
|
241
253
|
default: string;
|
|
242
254
|
};
|
|
255
|
+
options: {
|
|
256
|
+
type: ArrayConstructor;
|
|
257
|
+
required: false;
|
|
258
|
+
default: () => never[];
|
|
259
|
+
};
|
|
243
260
|
modelValue: {
|
|
244
|
-
type: globalThis.PropType<
|
|
261
|
+
type: globalThis.PropType<any>;
|
|
245
262
|
};
|
|
246
263
|
}>> & Readonly<{
|
|
247
264
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
248
265
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
249
|
-
"onUpdate:modelValue"?: ((value:
|
|
266
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
250
267
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
251
268
|
clear: (...args: any[]) => void;
|
|
252
269
|
change: (...args: any[]) => void;
|
|
253
|
-
"update:modelValue": (value:
|
|
270
|
+
"update:modelValue": (value: any) => void;
|
|
254
271
|
}, string, {
|
|
255
|
-
|
|
272
|
+
color: string;
|
|
256
273
|
label: string;
|
|
274
|
+
padding: string;
|
|
275
|
+
value: string;
|
|
276
|
+
options: unknown[];
|
|
257
277
|
readonly: boolean;
|
|
258
278
|
placeholder: string;
|
|
259
279
|
margin: string;
|
|
260
|
-
disabled: boolean;
|
|
261
|
-
padding: string;
|
|
262
|
-
borderColor: string;
|
|
263
|
-
color: string;
|
|
264
280
|
width: string;
|
|
281
|
+
disabled: boolean;
|
|
265
282
|
clearable: boolean;
|
|
283
|
+
borderColor: string;
|
|
266
284
|
inPadding: string;
|
|
267
285
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
268
286
|
$slots: {
|
|
287
|
+
prepend?(_: {}): any;
|
|
288
|
+
before?(_: {}): any;
|
|
269
289
|
left?(_: {}): any;
|
|
290
|
+
after?(_: {}): any;
|
|
291
|
+
append?(_: {}): any;
|
|
270
292
|
right?(_: {}): any;
|
|
293
|
+
default?(_: {}): any;
|
|
294
|
+
label?(_: {}): any;
|
|
295
|
+
error?(_: {}): any;
|
|
296
|
+
hint?(_: {}): any;
|
|
297
|
+
counter?(_: {}): any;
|
|
298
|
+
loading?(_: {}): any;
|
|
299
|
+
selected?(_: {}): any;
|
|
300
|
+
option?(_: {
|
|
301
|
+
index: number;
|
|
302
|
+
opt: any;
|
|
303
|
+
html: boolean;
|
|
304
|
+
label: string;
|
|
305
|
+
selected: boolean;
|
|
306
|
+
focused: boolean;
|
|
307
|
+
toggleOption: (opt: any) => void;
|
|
308
|
+
setOptionIndex: (index: number) => void;
|
|
309
|
+
itemProps: any;
|
|
310
|
+
}): any;
|
|
311
|
+
'no-option'?(_: {
|
|
312
|
+
inputValue: string;
|
|
313
|
+
}): any;
|
|
314
|
+
'before-options'?(_: {}): any;
|
|
315
|
+
'after-options'?(_: {}): any;
|
|
316
|
+
'selected-item'?(_: {
|
|
317
|
+
index: number;
|
|
318
|
+
opt: any;
|
|
319
|
+
selected: boolean;
|
|
320
|
+
html: boolean;
|
|
321
|
+
removeAtIndex: (index: number) => void;
|
|
322
|
+
toggleOption: (opt: any) => void;
|
|
323
|
+
tabindex: number;
|
|
324
|
+
}): any;
|
|
271
325
|
};
|
|
272
326
|
});
|
|
273
327
|
tags: string[];
|
|
@@ -372,29 +426,35 @@ export declare const Default: StoryFn<{
|
|
|
372
426
|
required: false;
|
|
373
427
|
default: string;
|
|
374
428
|
};
|
|
429
|
+
options: {
|
|
430
|
+
type: ArrayConstructor;
|
|
431
|
+
required: false;
|
|
432
|
+
default: () => never[];
|
|
433
|
+
};
|
|
375
434
|
modelValue: {
|
|
376
|
-
type: globalThis.PropType<
|
|
435
|
+
type: globalThis.PropType<any>;
|
|
377
436
|
};
|
|
378
437
|
}>> & Readonly<{
|
|
379
438
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
380
439
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
381
|
-
"onUpdate:modelValue"?: ((value:
|
|
440
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
382
441
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
383
442
|
clear: (...args: any[]) => void;
|
|
384
443
|
change: (...args: any[]) => void;
|
|
385
|
-
"update:modelValue": (value:
|
|
444
|
+
"update:modelValue": (value: any) => void;
|
|
386
445
|
}, import('vue').PublicProps, {
|
|
387
|
-
|
|
446
|
+
color: string;
|
|
388
447
|
label: string;
|
|
448
|
+
padding: string;
|
|
449
|
+
value: string;
|
|
450
|
+
options: unknown[];
|
|
389
451
|
readonly: boolean;
|
|
390
452
|
placeholder: string;
|
|
391
453
|
margin: string;
|
|
392
|
-
disabled: boolean;
|
|
393
|
-
padding: string;
|
|
394
|
-
borderColor: string;
|
|
395
|
-
color: string;
|
|
396
454
|
width: string;
|
|
455
|
+
disabled: boolean;
|
|
397
456
|
clearable: boolean;
|
|
457
|
+
borderColor: string;
|
|
398
458
|
inPadding: string;
|
|
399
459
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
400
460
|
P: {};
|
|
@@ -464,25 +524,31 @@ export declare const Default: StoryFn<{
|
|
|
464
524
|
required: false;
|
|
465
525
|
default: string;
|
|
466
526
|
};
|
|
527
|
+
options: {
|
|
528
|
+
type: ArrayConstructor;
|
|
529
|
+
required: false;
|
|
530
|
+
default: () => never[];
|
|
531
|
+
};
|
|
467
532
|
modelValue: {
|
|
468
|
-
type: globalThis.PropType<
|
|
533
|
+
type: globalThis.PropType<any>;
|
|
469
534
|
};
|
|
470
535
|
}>> & Readonly<{
|
|
471
536
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
472
537
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
473
|
-
"onUpdate:modelValue"?: ((value:
|
|
538
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
474
539
|
}>, {}, {}, {}, {}, {
|
|
475
|
-
|
|
540
|
+
color: string;
|
|
476
541
|
label: string;
|
|
542
|
+
padding: string;
|
|
543
|
+
value: string;
|
|
544
|
+
options: unknown[];
|
|
477
545
|
readonly: boolean;
|
|
478
546
|
placeholder: string;
|
|
479
547
|
margin: string;
|
|
480
|
-
disabled: boolean;
|
|
481
|
-
padding: string;
|
|
482
|
-
borderColor: string;
|
|
483
|
-
color: string;
|
|
484
548
|
width: string;
|
|
549
|
+
disabled: boolean;
|
|
485
550
|
clearable: boolean;
|
|
551
|
+
borderColor: string;
|
|
486
552
|
inPadding: string;
|
|
487
553
|
}>;
|
|
488
554
|
__isFragment?: undefined;
|
|
@@ -549,33 +615,75 @@ export declare const Default: StoryFn<{
|
|
|
549
615
|
required: false;
|
|
550
616
|
default: string;
|
|
551
617
|
};
|
|
618
|
+
options: {
|
|
619
|
+
type: ArrayConstructor;
|
|
620
|
+
required: false;
|
|
621
|
+
default: () => never[];
|
|
622
|
+
};
|
|
552
623
|
modelValue: {
|
|
553
|
-
type: globalThis.PropType<
|
|
624
|
+
type: globalThis.PropType<any>;
|
|
554
625
|
};
|
|
555
626
|
}>> & Readonly<{
|
|
556
627
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
557
628
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
558
|
-
"onUpdate:modelValue"?: ((value:
|
|
629
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
559
630
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
560
631
|
clear: (...args: any[]) => void;
|
|
561
632
|
change: (...args: any[]) => void;
|
|
562
|
-
"update:modelValue": (value:
|
|
633
|
+
"update:modelValue": (value: any) => void;
|
|
563
634
|
}, string, {
|
|
564
|
-
|
|
635
|
+
color: string;
|
|
565
636
|
label: string;
|
|
637
|
+
padding: string;
|
|
638
|
+
value: string;
|
|
639
|
+
options: unknown[];
|
|
566
640
|
readonly: boolean;
|
|
567
641
|
placeholder: string;
|
|
568
642
|
margin: string;
|
|
569
|
-
disabled: boolean;
|
|
570
|
-
padding: string;
|
|
571
|
-
borderColor: string;
|
|
572
|
-
color: string;
|
|
573
643
|
width: string;
|
|
644
|
+
disabled: boolean;
|
|
574
645
|
clearable: boolean;
|
|
646
|
+
borderColor: string;
|
|
575
647
|
inPadding: string;
|
|
576
648
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
577
649
|
$slots: {
|
|
650
|
+
prepend?(_: {}): any;
|
|
651
|
+
before?(_: {}): any;
|
|
578
652
|
left?(_: {}): any;
|
|
653
|
+
after?(_: {}): any;
|
|
654
|
+
append?(_: {}): any;
|
|
579
655
|
right?(_: {}): any;
|
|
656
|
+
default?(_: {}): any;
|
|
657
|
+
label?(_: {}): any;
|
|
658
|
+
error?(_: {}): any;
|
|
659
|
+
hint?(_: {}): any;
|
|
660
|
+
counter?(_: {}): any;
|
|
661
|
+
loading?(_: {}): any;
|
|
662
|
+
selected?(_: {}): any;
|
|
663
|
+
option?(_: {
|
|
664
|
+
index: number;
|
|
665
|
+
opt: any;
|
|
666
|
+
html: boolean;
|
|
667
|
+
label: string;
|
|
668
|
+
selected: boolean;
|
|
669
|
+
focused: boolean;
|
|
670
|
+
toggleOption: (opt: any) => void;
|
|
671
|
+
setOptionIndex: (index: number) => void;
|
|
672
|
+
itemProps: any;
|
|
673
|
+
}): any;
|
|
674
|
+
'no-option'?(_: {
|
|
675
|
+
inputValue: string;
|
|
676
|
+
}): any;
|
|
677
|
+
'before-options'?(_: {}): any;
|
|
678
|
+
'after-options'?(_: {}): any;
|
|
679
|
+
'selected-item'?(_: {
|
|
680
|
+
index: number;
|
|
681
|
+
opt: any;
|
|
682
|
+
selected: boolean;
|
|
683
|
+
html: boolean;
|
|
684
|
+
removeAtIndex: (index: number) => void;
|
|
685
|
+
toggleOption: (opt: any) => void;
|
|
686
|
+
tabindex: number;
|
|
687
|
+
}): any;
|
|
580
688
|
};
|
|
581
689
|
})>;
|
|
@@ -59,13 +59,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
59
59
|
required: false;
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
|
+
options: {
|
|
63
|
+
type: ArrayConstructor;
|
|
64
|
+
required: false;
|
|
65
|
+
default: () => never[];
|
|
66
|
+
};
|
|
62
67
|
modelValue: {
|
|
63
|
-
type: globalThis.PropType<
|
|
68
|
+
type: globalThis.PropType<any>;
|
|
64
69
|
};
|
|
65
70
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
66
71
|
clear: (...args: any[]) => void;
|
|
67
72
|
change: (...args: any[]) => void;
|
|
68
|
-
"update:modelValue": (value:
|
|
73
|
+
"update:modelValue": (value: any) => void;
|
|
69
74
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
70
75
|
label: {
|
|
71
76
|
type: StringConstructor;
|
|
@@ -127,29 +132,71 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
127
132
|
required: false;
|
|
128
133
|
default: string;
|
|
129
134
|
};
|
|
135
|
+
options: {
|
|
136
|
+
type: ArrayConstructor;
|
|
137
|
+
required: false;
|
|
138
|
+
default: () => never[];
|
|
139
|
+
};
|
|
130
140
|
modelValue: {
|
|
131
|
-
type: globalThis.PropType<
|
|
141
|
+
type: globalThis.PropType<any>;
|
|
132
142
|
};
|
|
133
143
|
}>> & Readonly<{
|
|
134
144
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
135
145
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
136
|
-
"onUpdate:modelValue"?: ((value:
|
|
146
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
137
147
|
}>, {
|
|
138
|
-
|
|
148
|
+
color: string;
|
|
139
149
|
label: string;
|
|
150
|
+
padding: string;
|
|
151
|
+
value: string;
|
|
152
|
+
options: unknown[];
|
|
140
153
|
readonly: boolean;
|
|
141
154
|
placeholder: string;
|
|
142
155
|
margin: string;
|
|
143
|
-
disabled: boolean;
|
|
144
|
-
padding: string;
|
|
145
|
-
borderColor: string;
|
|
146
|
-
color: string;
|
|
147
156
|
width: string;
|
|
157
|
+
disabled: boolean;
|
|
148
158
|
clearable: boolean;
|
|
159
|
+
borderColor: string;
|
|
149
160
|
inPadding: string;
|
|
150
161
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
162
|
+
prepend?(_: {}): any;
|
|
163
|
+
before?(_: {}): any;
|
|
151
164
|
left?(_: {}): any;
|
|
165
|
+
after?(_: {}): any;
|
|
166
|
+
append?(_: {}): any;
|
|
152
167
|
right?(_: {}): any;
|
|
168
|
+
default?(_: {}): any;
|
|
169
|
+
label?(_: {}): any;
|
|
170
|
+
error?(_: {}): any;
|
|
171
|
+
hint?(_: {}): any;
|
|
172
|
+
counter?(_: {}): any;
|
|
173
|
+
loading?(_: {}): any;
|
|
174
|
+
selected?(_: {}): any;
|
|
175
|
+
option?(_: {
|
|
176
|
+
index: number;
|
|
177
|
+
opt: any;
|
|
178
|
+
html: boolean;
|
|
179
|
+
label: string;
|
|
180
|
+
selected: boolean;
|
|
181
|
+
focused: boolean;
|
|
182
|
+
toggleOption: (opt: any) => void;
|
|
183
|
+
setOptionIndex: (index: number) => void;
|
|
184
|
+
itemProps: any;
|
|
185
|
+
}): any;
|
|
186
|
+
'no-option'?(_: {
|
|
187
|
+
inputValue: string;
|
|
188
|
+
}): any;
|
|
189
|
+
'before-options'?(_: {}): any;
|
|
190
|
+
'after-options'?(_: {}): any;
|
|
191
|
+
'selected-item'?(_: {
|
|
192
|
+
index: number;
|
|
193
|
+
opt: any;
|
|
194
|
+
selected: boolean;
|
|
195
|
+
html: boolean;
|
|
196
|
+
removeAtIndex: (index: number) => void;
|
|
197
|
+
toggleOption: (opt: any) => void;
|
|
198
|
+
tabindex: number;
|
|
199
|
+
}): any;
|
|
153
200
|
}>;
|
|
154
201
|
export default _default;
|
|
155
202
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -129,16 +129,16 @@ declare const _default: {
|
|
|
129
129
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
130
130
|
}>, {
|
|
131
131
|
string: string;
|
|
132
|
-
margin: string;
|
|
133
|
-
padding: string;
|
|
134
132
|
color: string;
|
|
135
|
-
|
|
133
|
+
padding: string;
|
|
134
|
+
margin: string;
|
|
136
135
|
width: string;
|
|
137
|
-
minWidth: string;
|
|
138
|
-
customClass: string;
|
|
139
136
|
fontSize: string;
|
|
140
|
-
|
|
137
|
+
minWidth: string;
|
|
141
138
|
justifyContent: string;
|
|
139
|
+
background: string;
|
|
140
|
+
fontWeight: string;
|
|
141
|
+
customClass: string;
|
|
142
142
|
isHtml: boolean;
|
|
143
143
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
144
144
|
tags: string[];
|
|
@@ -333,15 +333,15 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
333
333
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
334
334
|
}>, {
|
|
335
335
|
string: string;
|
|
336
|
-
margin: string;
|
|
337
|
-
padding: string;
|
|
338
336
|
color: string;
|
|
339
|
-
|
|
337
|
+
padding: string;
|
|
338
|
+
margin: string;
|
|
340
339
|
width: string;
|
|
341
|
-
minWidth: string;
|
|
342
|
-
customClass: string;
|
|
343
340
|
fontSize: string;
|
|
344
|
-
|
|
341
|
+
minWidth: string;
|
|
345
342
|
justifyContent: string;
|
|
343
|
+
background: string;
|
|
344
|
+
fontWeight: string;
|
|
345
|
+
customClass: string;
|
|
346
346
|
isHtml: boolean;
|
|
347
347
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -126,16 +126,16 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
126
126
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}>, {
|
|
128
128
|
string: string;
|
|
129
|
-
margin: string;
|
|
130
|
-
padding: string;
|
|
131
129
|
color: string;
|
|
132
|
-
|
|
130
|
+
padding: string;
|
|
131
|
+
margin: string;
|
|
133
132
|
width: string;
|
|
134
|
-
minWidth: string;
|
|
135
|
-
customClass: string;
|
|
136
133
|
fontSize: string;
|
|
137
|
-
|
|
134
|
+
minWidth: string;
|
|
138
135
|
justifyContent: string;
|
|
136
|
+
background: string;
|
|
137
|
+
fontWeight: string;
|
|
138
|
+
customClass: string;
|
|
139
139
|
isHtml: boolean;
|
|
140
140
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
141
141
|
export default _default;
|
|
@@ -52,16 +52,14 @@ declare const _default: {
|
|
|
52
52
|
focus: (...args: any[]) => void;
|
|
53
53
|
"update:modelValue": (value: string) => void;
|
|
54
54
|
}, import('vue').PublicProps, {
|
|
55
|
+
color: string;
|
|
55
56
|
label: string;
|
|
57
|
+
padding: string;
|
|
56
58
|
resize: string;
|
|
57
59
|
mask: string;
|
|
58
60
|
margin: string;
|
|
59
|
-
padding: string;
|
|
60
61
|
borderColor: string;
|
|
61
|
-
|
|
62
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
63
|
-
textarea: HTMLTextAreaElement;
|
|
64
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
62
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
65
63
|
P: {};
|
|
66
64
|
B: {};
|
|
67
65
|
D: {};
|
|
@@ -113,13 +111,13 @@ declare const _default: {
|
|
|
113
111
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
114
112
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
115
113
|
}>, {}, {}, {}, {}, {
|
|
114
|
+
color: string;
|
|
116
115
|
label: string;
|
|
116
|
+
padding: string;
|
|
117
117
|
resize: string;
|
|
118
118
|
mask: string;
|
|
119
119
|
margin: string;
|
|
120
|
-
padding: string;
|
|
121
120
|
borderColor: string;
|
|
122
|
-
color: string;
|
|
123
121
|
}>;
|
|
124
122
|
__isFragment?: undefined;
|
|
125
123
|
__isTeleport?: undefined;
|
|
@@ -174,13 +172,13 @@ declare const _default: {
|
|
|
174
172
|
focus: (...args: any[]) => void;
|
|
175
173
|
"update:modelValue": (value: string) => void;
|
|
176
174
|
}, string, {
|
|
175
|
+
color: string;
|
|
177
176
|
label: string;
|
|
177
|
+
padding: string;
|
|
178
178
|
resize: string;
|
|
179
179
|
mask: string;
|
|
180
180
|
margin: string;
|
|
181
|
-
padding: string;
|
|
182
181
|
borderColor: string;
|
|
183
|
-
color: string;
|
|
184
182
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
185
183
|
$slots: {
|
|
186
184
|
default?(_: {}): any;
|
|
@@ -278,16 +276,14 @@ export declare const Default: StoryFn<{
|
|
|
278
276
|
focus: (...args: any[]) => void;
|
|
279
277
|
"update:modelValue": (value: string) => void;
|
|
280
278
|
}, import('vue').PublicProps, {
|
|
279
|
+
color: string;
|
|
281
280
|
label: string;
|
|
281
|
+
padding: string;
|
|
282
282
|
resize: string;
|
|
283
283
|
mask: string;
|
|
284
284
|
margin: string;
|
|
285
|
-
padding: string;
|
|
286
285
|
borderColor: string;
|
|
287
|
-
|
|
288
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
289
|
-
textarea: HTMLTextAreaElement;
|
|
290
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
286
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
291
287
|
P: {};
|
|
292
288
|
B: {};
|
|
293
289
|
D: {};
|
|
@@ -339,13 +335,13 @@ export declare const Default: StoryFn<{
|
|
|
339
335
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
340
336
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
341
337
|
}>, {}, {}, {}, {}, {
|
|
338
|
+
color: string;
|
|
342
339
|
label: string;
|
|
340
|
+
padding: string;
|
|
343
341
|
resize: string;
|
|
344
342
|
mask: string;
|
|
345
343
|
margin: string;
|
|
346
|
-
padding: string;
|
|
347
344
|
borderColor: string;
|
|
348
|
-
color: string;
|
|
349
345
|
}>;
|
|
350
346
|
__isFragment?: undefined;
|
|
351
347
|
__isTeleport?: undefined;
|
|
@@ -400,13 +396,13 @@ export declare const Default: StoryFn<{
|
|
|
400
396
|
focus: (...args: any[]) => void;
|
|
401
397
|
"update:modelValue": (value: string) => void;
|
|
402
398
|
}, string, {
|
|
399
|
+
color: string;
|
|
403
400
|
label: string;
|
|
401
|
+
padding: string;
|
|
404
402
|
resize: string;
|
|
405
403
|
mask: string;
|
|
406
404
|
margin: string;
|
|
407
|
-
padding: string;
|
|
408
405
|
borderColor: string;
|
|
409
|
-
color: string;
|
|
410
406
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
411
407
|
$slots: {
|
|
412
408
|
default?(_: {}): any;
|
|
@@ -87,16 +87,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
87
87
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
89
89
|
}>, {
|
|
90
|
+
color: string;
|
|
90
91
|
label: string;
|
|
92
|
+
padding: string;
|
|
91
93
|
resize: string;
|
|
92
94
|
mask: string;
|
|
93
95
|
margin: string;
|
|
94
|
-
padding: string;
|
|
95
96
|
borderColor: string;
|
|
96
|
-
|
|
97
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
98
|
-
textarea: HTMLTextAreaElement;
|
|
99
|
-
}, HTMLDivElement>, {
|
|
97
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
100
98
|
default?(_: {}): any;
|
|
101
99
|
right?(_: {}): any;
|
|
102
100
|
}>;
|