sprof 0.2.2 → 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-DRZdaLvF.js → ExtractsList-Dh6uyUJc.js} +1 -1
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +140 -16
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +38 -4
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +88 -16
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +40 -4
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +102 -20
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +51 -10
- package/dist/{index-CNpz7Czv.js → index-BMNKrMSC.js} +3371 -3179
- package/dist/index.d.ts +5 -0
- package/dist/sprof.js +20 -5
- package/dist/sprof.umd.cjs +11 -11
- package/dist/style.css +1 -1
- package/package.json +4 -2
|
@@ -69,16 +69,16 @@ declare const _default: {
|
|
|
69
69
|
default: () => never[];
|
|
70
70
|
};
|
|
71
71
|
modelValue: {
|
|
72
|
-
type: globalThis.PropType<
|
|
72
|
+
type: globalThis.PropType<any>;
|
|
73
73
|
};
|
|
74
74
|
}>> & Readonly<{
|
|
75
75
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
77
|
-
"onUpdate:modelValue"?: ((value:
|
|
77
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
78
78
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
79
79
|
clear: (...args: any[]) => void;
|
|
80
80
|
change: (...args: any[]) => void;
|
|
81
|
-
"update:modelValue": (value:
|
|
81
|
+
"update:modelValue": (value: any) => void;
|
|
82
82
|
}, import('vue').PublicProps, {
|
|
83
83
|
color: string;
|
|
84
84
|
label: string;
|
|
@@ -167,12 +167,12 @@ declare const _default: {
|
|
|
167
167
|
default: () => never[];
|
|
168
168
|
};
|
|
169
169
|
modelValue: {
|
|
170
|
-
type: globalThis.PropType<
|
|
170
|
+
type: globalThis.PropType<any>;
|
|
171
171
|
};
|
|
172
172
|
}>> & Readonly<{
|
|
173
173
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
174
174
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
175
|
-
"onUpdate:modelValue"?: ((value:
|
|
175
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
176
176
|
}>, {}, {}, {}, {}, {
|
|
177
177
|
color: string;
|
|
178
178
|
label: string;
|
|
@@ -258,16 +258,16 @@ declare const _default: {
|
|
|
258
258
|
default: () => never[];
|
|
259
259
|
};
|
|
260
260
|
modelValue: {
|
|
261
|
-
type: globalThis.PropType<
|
|
261
|
+
type: globalThis.PropType<any>;
|
|
262
262
|
};
|
|
263
263
|
}>> & Readonly<{
|
|
264
264
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
265
265
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
266
|
-
"onUpdate:modelValue"?: ((value:
|
|
266
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
267
267
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
268
268
|
clear: (...args: any[]) => void;
|
|
269
269
|
change: (...args: any[]) => void;
|
|
270
|
-
"update:modelValue": (value:
|
|
270
|
+
"update:modelValue": (value: any) => void;
|
|
271
271
|
}, string, {
|
|
272
272
|
color: string;
|
|
273
273
|
label: string;
|
|
@@ -284,8 +284,44 @@ declare const _default: {
|
|
|
284
284
|
inPadding: string;
|
|
285
285
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
286
286
|
$slots: {
|
|
287
|
+
prepend?(_: {}): any;
|
|
288
|
+
before?(_: {}): any;
|
|
287
289
|
left?(_: {}): any;
|
|
290
|
+
after?(_: {}): any;
|
|
291
|
+
append?(_: {}): any;
|
|
288
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;
|
|
289
325
|
};
|
|
290
326
|
});
|
|
291
327
|
tags: string[];
|
|
@@ -396,16 +432,16 @@ export declare const Default: StoryFn<{
|
|
|
396
432
|
default: () => never[];
|
|
397
433
|
};
|
|
398
434
|
modelValue: {
|
|
399
|
-
type: globalThis.PropType<
|
|
435
|
+
type: globalThis.PropType<any>;
|
|
400
436
|
};
|
|
401
437
|
}>> & Readonly<{
|
|
402
438
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
403
439
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
404
|
-
"onUpdate:modelValue"?: ((value:
|
|
440
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
405
441
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
406
442
|
clear: (...args: any[]) => void;
|
|
407
443
|
change: (...args: any[]) => void;
|
|
408
|
-
"update:modelValue": (value:
|
|
444
|
+
"update:modelValue": (value: any) => void;
|
|
409
445
|
}, import('vue').PublicProps, {
|
|
410
446
|
color: string;
|
|
411
447
|
label: string;
|
|
@@ -494,12 +530,12 @@ export declare const Default: StoryFn<{
|
|
|
494
530
|
default: () => never[];
|
|
495
531
|
};
|
|
496
532
|
modelValue: {
|
|
497
|
-
type: globalThis.PropType<
|
|
533
|
+
type: globalThis.PropType<any>;
|
|
498
534
|
};
|
|
499
535
|
}>> & Readonly<{
|
|
500
536
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
501
537
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
502
|
-
"onUpdate:modelValue"?: ((value:
|
|
538
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
503
539
|
}>, {}, {}, {}, {}, {
|
|
504
540
|
color: string;
|
|
505
541
|
label: string;
|
|
@@ -585,16 +621,16 @@ export declare const Default: StoryFn<{
|
|
|
585
621
|
default: () => never[];
|
|
586
622
|
};
|
|
587
623
|
modelValue: {
|
|
588
|
-
type: globalThis.PropType<
|
|
624
|
+
type: globalThis.PropType<any>;
|
|
589
625
|
};
|
|
590
626
|
}>> & Readonly<{
|
|
591
627
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
592
628
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
593
|
-
"onUpdate:modelValue"?: ((value:
|
|
629
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
594
630
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
595
631
|
clear: (...args: any[]) => void;
|
|
596
632
|
change: (...args: any[]) => void;
|
|
597
|
-
"update:modelValue": (value:
|
|
633
|
+
"update:modelValue": (value: any) => void;
|
|
598
634
|
}, string, {
|
|
599
635
|
color: string;
|
|
600
636
|
label: string;
|
|
@@ -611,7 +647,43 @@ export declare const Default: StoryFn<{
|
|
|
611
647
|
inPadding: string;
|
|
612
648
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
613
649
|
$slots: {
|
|
650
|
+
prepend?(_: {}): any;
|
|
651
|
+
before?(_: {}): any;
|
|
614
652
|
left?(_: {}): any;
|
|
653
|
+
after?(_: {}): any;
|
|
654
|
+
append?(_: {}): any;
|
|
615
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;
|
|
616
688
|
};
|
|
617
689
|
})>;
|
|
@@ -65,12 +65,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
65
65
|
default: () => never[];
|
|
66
66
|
};
|
|
67
67
|
modelValue: {
|
|
68
|
-
type: globalThis.PropType<
|
|
68
|
+
type: globalThis.PropType<any>;
|
|
69
69
|
};
|
|
70
70
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
71
71
|
clear: (...args: any[]) => void;
|
|
72
72
|
change: (...args: any[]) => void;
|
|
73
|
-
"update:modelValue": (value:
|
|
73
|
+
"update:modelValue": (value: any) => void;
|
|
74
74
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
75
75
|
label: {
|
|
76
76
|
type: StringConstructor;
|
|
@@ -138,12 +138,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
138
138
|
default: () => never[];
|
|
139
139
|
};
|
|
140
140
|
modelValue: {
|
|
141
|
-
type: globalThis.PropType<
|
|
141
|
+
type: globalThis.PropType<any>;
|
|
142
142
|
};
|
|
143
143
|
}>> & Readonly<{
|
|
144
144
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
145
145
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
146
|
-
"onUpdate:modelValue"?: ((value:
|
|
146
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
147
147
|
}>, {
|
|
148
148
|
color: string;
|
|
149
149
|
label: string;
|
|
@@ -159,8 +159,44 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
159
159
|
borderColor: string;
|
|
160
160
|
inPadding: string;
|
|
161
161
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
162
|
+
prepend?(_: {}): any;
|
|
163
|
+
before?(_: {}): any;
|
|
162
164
|
left?(_: {}): any;
|
|
165
|
+
after?(_: {}): any;
|
|
166
|
+
append?(_: {}): any;
|
|
163
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;
|
|
164
200
|
}>;
|
|
165
201
|
export default _default;
|
|
166
202
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -53,22 +53,27 @@ declare const _default: {
|
|
|
53
53
|
padding: string;
|
|
54
54
|
mask: string;
|
|
55
55
|
margin: string;
|
|
56
|
+
width: string;
|
|
56
57
|
disabled: boolean;
|
|
58
|
+
rules: import('quasar').ValidationRule[];
|
|
57
59
|
borderColor: string;
|
|
58
60
|
}> & Omit<{
|
|
59
61
|
readonly color: string;
|
|
60
62
|
readonly label: string;
|
|
61
63
|
readonly padding: string;
|
|
62
64
|
readonly margin: string;
|
|
65
|
+
readonly width: string;
|
|
63
66
|
readonly disabled: boolean;
|
|
64
67
|
readonly borderColor: string;
|
|
65
68
|
readonly mask?: string | undefined;
|
|
66
|
-
readonly modelValue?: string | undefined;
|
|
69
|
+
readonly modelValue?: string | number | null | undefined;
|
|
70
|
+
readonly rules?: import('quasar').ValidationRule[] | undefined;
|
|
71
|
+
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
67
72
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
68
73
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
69
74
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
70
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
71
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor">;
|
|
75
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
76
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
|
|
72
77
|
$attrs: import('vue').Attrs;
|
|
73
78
|
$refs: {
|
|
74
79
|
[x: string]: unknown;
|
|
@@ -84,7 +89,7 @@ declare const _default: {
|
|
|
84
89
|
$root: globalThis.ComponentPublicInstance | null;
|
|
85
90
|
$parent: globalThis.ComponentPublicInstance | null;
|
|
86
91
|
$host: Element | null;
|
|
87
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
92
|
+
$emit: ((event: "clear", ...args: any[]) => void) & ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string | number | null | undefined) => void);
|
|
88
93
|
$el: any;
|
|
89
94
|
$options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
90
95
|
label: {
|
|
@@ -107,6 +112,11 @@ declare const _default: {
|
|
|
107
112
|
default: string;
|
|
108
113
|
required: false;
|
|
109
114
|
};
|
|
115
|
+
width: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
required: false;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
110
120
|
mask: {
|
|
111
121
|
type: StringConstructor;
|
|
112
122
|
required: false;
|
|
@@ -122,28 +132,37 @@ declare const _default: {
|
|
|
122
132
|
default: string;
|
|
123
133
|
required: false;
|
|
124
134
|
};
|
|
135
|
+
rules: {
|
|
136
|
+
type: globalThis.PropType<import('quasar').ValidationRule[]>;
|
|
137
|
+
required: false;
|
|
138
|
+
default: undefined;
|
|
139
|
+
};
|
|
125
140
|
modelValue: {
|
|
126
|
-
type: globalThis.PropType<string>;
|
|
141
|
+
type: globalThis.PropType<string | number | null>;
|
|
127
142
|
};
|
|
128
143
|
}>> & Readonly<{
|
|
144
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
129
145
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
130
146
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
131
147
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
132
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
148
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
133
149
|
}>, {
|
|
134
150
|
focus: () => void;
|
|
135
151
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
152
|
+
clear: (...args: any[]) => void;
|
|
136
153
|
input: (...args: any[]) => void;
|
|
137
154
|
blur: (...args: any[]) => void;
|
|
138
155
|
focus: (...args: any[]) => void;
|
|
139
|
-
"update:modelValue": (value: string) => void;
|
|
156
|
+
"update:modelValue": (value: string | number | null | undefined) => void;
|
|
140
157
|
}, string, {
|
|
141
158
|
color: string;
|
|
142
159
|
label: string;
|
|
143
160
|
padding: string;
|
|
144
161
|
mask: string;
|
|
145
162
|
margin: string;
|
|
163
|
+
width: string;
|
|
146
164
|
disabled: boolean;
|
|
165
|
+
rules: import('quasar').ValidationRule[];
|
|
147
166
|
borderColor: string;
|
|
148
167
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
149
168
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -171,7 +190,9 @@ declare const _default: {
|
|
|
171
190
|
padding: string;
|
|
172
191
|
mask: string;
|
|
173
192
|
margin: string;
|
|
193
|
+
width: string;
|
|
174
194
|
disabled: boolean;
|
|
195
|
+
rules: import('quasar').ValidationRule[];
|
|
175
196
|
borderColor: string;
|
|
176
197
|
}> & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
177
198
|
label: {
|
|
@@ -194,6 +215,11 @@ declare const _default: {
|
|
|
194
215
|
default: string;
|
|
195
216
|
required: false;
|
|
196
217
|
};
|
|
218
|
+
width: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
required: false;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
197
223
|
mask: {
|
|
198
224
|
type: StringConstructor;
|
|
199
225
|
required: false;
|
|
@@ -209,20 +235,35 @@ declare const _default: {
|
|
|
209
235
|
default: string;
|
|
210
236
|
required: false;
|
|
211
237
|
};
|
|
238
|
+
rules: {
|
|
239
|
+
type: globalThis.PropType<import('quasar').ValidationRule[]>;
|
|
240
|
+
required: false;
|
|
241
|
+
default: undefined;
|
|
242
|
+
};
|
|
212
243
|
modelValue: {
|
|
213
|
-
type: globalThis.PropType<string>;
|
|
244
|
+
type: globalThis.PropType<string | number | null>;
|
|
214
245
|
};
|
|
215
246
|
}>> & Readonly<{
|
|
247
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
216
248
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
217
249
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
218
250
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
219
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
220
|
-
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor")> & {
|
|
251
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
252
|
+
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
|
|
221
253
|
focus: () => void;
|
|
222
254
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
223
255
|
$slots: {
|
|
256
|
+
prepend?(_: {}): any;
|
|
257
|
+
before?(_: {}): any;
|
|
224
258
|
default?(_: {}): any;
|
|
259
|
+
after?(_: {}): any;
|
|
260
|
+
append?(_: {}): any;
|
|
225
261
|
right?(_: {}): any;
|
|
262
|
+
label?(_: {}): any;
|
|
263
|
+
error?(_: {}): any;
|
|
264
|
+
hint?(_: {}): any;
|
|
265
|
+
counter?(_: {}): any;
|
|
266
|
+
loading?(_: {}): any;
|
|
226
267
|
};
|
|
227
268
|
}) | null)[];
|
|
228
269
|
}, HTMLDivElement>;
|
|
@@ -291,22 +332,27 @@ export declare const Default: () => {
|
|
|
291
332
|
padding: string;
|
|
292
333
|
mask: string;
|
|
293
334
|
margin: string;
|
|
335
|
+
width: string;
|
|
294
336
|
disabled: boolean;
|
|
337
|
+
rules: import('quasar').ValidationRule[];
|
|
295
338
|
borderColor: string;
|
|
296
339
|
}> & Omit<{
|
|
297
340
|
readonly color: string;
|
|
298
341
|
readonly label: string;
|
|
299
342
|
readonly padding: string;
|
|
300
343
|
readonly margin: string;
|
|
344
|
+
readonly width: string;
|
|
301
345
|
readonly disabled: boolean;
|
|
302
346
|
readonly borderColor: string;
|
|
303
347
|
readonly mask?: string | undefined;
|
|
304
|
-
readonly modelValue?: string | undefined;
|
|
348
|
+
readonly modelValue?: string | number | null | undefined;
|
|
349
|
+
readonly rules?: import('quasar').ValidationRule[] | undefined;
|
|
350
|
+
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
305
351
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
306
352
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
307
353
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
308
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
309
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor">;
|
|
354
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
355
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
|
|
310
356
|
$attrs: import('vue').Attrs;
|
|
311
357
|
$refs: {
|
|
312
358
|
[x: string]: unknown;
|
|
@@ -322,7 +368,7 @@ export declare const Default: () => {
|
|
|
322
368
|
$root: globalThis.ComponentPublicInstance | null;
|
|
323
369
|
$parent: globalThis.ComponentPublicInstance | null;
|
|
324
370
|
$host: Element | null;
|
|
325
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
371
|
+
$emit: ((event: "clear", ...args: any[]) => void) & ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string | number | null | undefined) => void);
|
|
326
372
|
$el: any;
|
|
327
373
|
$options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
328
374
|
label: {
|
|
@@ -345,6 +391,11 @@ export declare const Default: () => {
|
|
|
345
391
|
default: string;
|
|
346
392
|
required: false;
|
|
347
393
|
};
|
|
394
|
+
width: {
|
|
395
|
+
type: StringConstructor;
|
|
396
|
+
required: false;
|
|
397
|
+
default: string;
|
|
398
|
+
};
|
|
348
399
|
mask: {
|
|
349
400
|
type: StringConstructor;
|
|
350
401
|
required: false;
|
|
@@ -360,28 +411,37 @@ export declare const Default: () => {
|
|
|
360
411
|
default: string;
|
|
361
412
|
required: false;
|
|
362
413
|
};
|
|
414
|
+
rules: {
|
|
415
|
+
type: globalThis.PropType<import('quasar').ValidationRule[]>;
|
|
416
|
+
required: false;
|
|
417
|
+
default: undefined;
|
|
418
|
+
};
|
|
363
419
|
modelValue: {
|
|
364
|
-
type: globalThis.PropType<string>;
|
|
420
|
+
type: globalThis.PropType<string | number | null>;
|
|
365
421
|
};
|
|
366
422
|
}>> & Readonly<{
|
|
423
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
367
424
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
368
425
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
369
426
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
370
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
427
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
371
428
|
}>, {
|
|
372
429
|
focus: () => void;
|
|
373
430
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
431
|
+
clear: (...args: any[]) => void;
|
|
374
432
|
input: (...args: any[]) => void;
|
|
375
433
|
blur: (...args: any[]) => void;
|
|
376
434
|
focus: (...args: any[]) => void;
|
|
377
|
-
"update:modelValue": (value: string) => void;
|
|
435
|
+
"update:modelValue": (value: string | number | null | undefined) => void;
|
|
378
436
|
}, string, {
|
|
379
437
|
color: string;
|
|
380
438
|
label: string;
|
|
381
439
|
padding: string;
|
|
382
440
|
mask: string;
|
|
383
441
|
margin: string;
|
|
442
|
+
width: string;
|
|
384
443
|
disabled: boolean;
|
|
444
|
+
rules: import('quasar').ValidationRule[];
|
|
385
445
|
borderColor: string;
|
|
386
446
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
387
447
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -409,7 +469,9 @@ export declare const Default: () => {
|
|
|
409
469
|
padding: string;
|
|
410
470
|
mask: string;
|
|
411
471
|
margin: string;
|
|
472
|
+
width: string;
|
|
412
473
|
disabled: boolean;
|
|
474
|
+
rules: import('quasar').ValidationRule[];
|
|
413
475
|
borderColor: string;
|
|
414
476
|
}> & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
415
477
|
label: {
|
|
@@ -432,6 +494,11 @@ export declare const Default: () => {
|
|
|
432
494
|
default: string;
|
|
433
495
|
required: false;
|
|
434
496
|
};
|
|
497
|
+
width: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
required: false;
|
|
500
|
+
default: string;
|
|
501
|
+
};
|
|
435
502
|
mask: {
|
|
436
503
|
type: StringConstructor;
|
|
437
504
|
required: false;
|
|
@@ -447,20 +514,35 @@ export declare const Default: () => {
|
|
|
447
514
|
default: string;
|
|
448
515
|
required: false;
|
|
449
516
|
};
|
|
517
|
+
rules: {
|
|
518
|
+
type: globalThis.PropType<import('quasar').ValidationRule[]>;
|
|
519
|
+
required: false;
|
|
520
|
+
default: undefined;
|
|
521
|
+
};
|
|
450
522
|
modelValue: {
|
|
451
|
-
type: globalThis.PropType<string>;
|
|
523
|
+
type: globalThis.PropType<string | number | null>;
|
|
452
524
|
};
|
|
453
525
|
}>> & Readonly<{
|
|
526
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
454
527
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
455
528
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
456
529
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
457
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
458
|
-
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor")> & {
|
|
530
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
531
|
+
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
|
|
459
532
|
focus: () => void;
|
|
460
533
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
461
534
|
$slots: {
|
|
535
|
+
prepend?(_: {}): any;
|
|
536
|
+
before?(_: {}): any;
|
|
462
537
|
default?(_: {}): any;
|
|
538
|
+
after?(_: {}): any;
|
|
539
|
+
append?(_: {}): any;
|
|
463
540
|
right?(_: {}): any;
|
|
541
|
+
label?(_: {}): any;
|
|
542
|
+
error?(_: {}): any;
|
|
543
|
+
hint?(_: {}): any;
|
|
544
|
+
counter?(_: {}): any;
|
|
545
|
+
loading?(_: {}): any;
|
|
464
546
|
};
|
|
465
547
|
}) | null)[];
|
|
466
548
|
}, HTMLDivElement>;
|