sprof 0.0.241 → 0.0.243
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/core/classes/index.d.ts +1 -0
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +10 -0
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +2 -0
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +10 -0
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +2 -0
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +10 -2
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +5 -1
- package/dist/sprof.js +820 -819
- package/dist/sprof.umd.cjs +11 -11
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -44,10 +44,12 @@ declare const _default: {
|
|
|
44
44
|
}>> & Readonly<{
|
|
45
45
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
47
48
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
48
49
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
50
|
input: (...args: any[]) => void;
|
|
50
51
|
blur: (...args: any[]) => void;
|
|
52
|
+
focus: (...args: any[]) => void;
|
|
51
53
|
"update:modelValue": (value: string) => void;
|
|
52
54
|
}, import('vue').PublicProps, {
|
|
53
55
|
label: string;
|
|
@@ -108,6 +110,7 @@ declare const _default: {
|
|
|
108
110
|
}>> & Readonly<{
|
|
109
111
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
110
112
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
113
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
111
114
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
112
115
|
}>, {}, {}, {}, {}, {
|
|
113
116
|
label: string;
|
|
@@ -163,10 +166,12 @@ declare const _default: {
|
|
|
163
166
|
}>> & Readonly<{
|
|
164
167
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
165
168
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
169
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
166
170
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
167
171
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
168
172
|
input: (...args: any[]) => void;
|
|
169
173
|
blur: (...args: any[]) => void;
|
|
174
|
+
focus: (...args: any[]) => void;
|
|
170
175
|
"update:modelValue": (value: string) => void;
|
|
171
176
|
}, string, {
|
|
172
177
|
label: string;
|
|
@@ -265,10 +270,12 @@ export declare const Default: StoryFn<{
|
|
|
265
270
|
}>> & Readonly<{
|
|
266
271
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
267
272
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
273
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
268
274
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
269
275
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
270
276
|
input: (...args: any[]) => void;
|
|
271
277
|
blur: (...args: any[]) => void;
|
|
278
|
+
focus: (...args: any[]) => void;
|
|
272
279
|
"update:modelValue": (value: string) => void;
|
|
273
280
|
}, import('vue').PublicProps, {
|
|
274
281
|
label: string;
|
|
@@ -329,6 +336,7 @@ export declare const Default: StoryFn<{
|
|
|
329
336
|
}>> & Readonly<{
|
|
330
337
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
331
338
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
339
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
332
340
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
333
341
|
}>, {}, {}, {}, {}, {
|
|
334
342
|
label: string;
|
|
@@ -384,10 +392,12 @@ export declare const Default: StoryFn<{
|
|
|
384
392
|
}>> & Readonly<{
|
|
385
393
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
386
394
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
395
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
387
396
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
388
397
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
389
398
|
input: (...args: any[]) => void;
|
|
390
399
|
blur: (...args: any[]) => void;
|
|
400
|
+
focus: (...args: any[]) => void;
|
|
391
401
|
"update:modelValue": (value: string) => void;
|
|
392
402
|
}, string, {
|
|
393
403
|
label: string;
|
|
@@ -40,6 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
40
40
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
41
|
input: (...args: any[]) => void;
|
|
42
42
|
blur: (...args: any[]) => void;
|
|
43
|
+
focus: (...args: any[]) => void;
|
|
43
44
|
"update:modelValue": (value: string) => void;
|
|
44
45
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
45
46
|
label: {
|
|
@@ -83,6 +84,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
83
84
|
}>> & Readonly<{
|
|
84
85
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
85
86
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
86
88
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
87
89
|
}>, {
|
|
88
90
|
label: string;
|
|
@@ -44,10 +44,12 @@ declare const _default: {
|
|
|
44
44
|
}>> & Readonly<{
|
|
45
45
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
46
46
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
47
48
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
48
49
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
49
50
|
input: (...args: any[]) => void;
|
|
50
51
|
blur: (...args: any[]) => void;
|
|
52
|
+
focus: (...args: any[]) => void;
|
|
51
53
|
"update:modelValue": (value: string) => void;
|
|
52
54
|
}, import('vue').PublicProps, {
|
|
53
55
|
label: string;
|
|
@@ -108,6 +110,7 @@ declare const _default: {
|
|
|
108
110
|
}>> & Readonly<{
|
|
109
111
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
110
112
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
113
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
111
114
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
112
115
|
}>, {}, {}, {}, {}, {
|
|
113
116
|
label: string;
|
|
@@ -163,10 +166,12 @@ declare const _default: {
|
|
|
163
166
|
}>> & Readonly<{
|
|
164
167
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
165
168
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
169
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
166
170
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
167
171
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
168
172
|
input: (...args: any[]) => void;
|
|
169
173
|
blur: (...args: any[]) => void;
|
|
174
|
+
focus: (...args: any[]) => void;
|
|
170
175
|
"update:modelValue": (value: string) => void;
|
|
171
176
|
}, string, {
|
|
172
177
|
label: string;
|
|
@@ -265,10 +270,12 @@ export declare const Default: StoryFn<{
|
|
|
265
270
|
}>> & Readonly<{
|
|
266
271
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
267
272
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
273
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
268
274
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
269
275
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
270
276
|
input: (...args: any[]) => void;
|
|
271
277
|
blur: (...args: any[]) => void;
|
|
278
|
+
focus: (...args: any[]) => void;
|
|
272
279
|
"update:modelValue": (value: string) => void;
|
|
273
280
|
}, import('vue').PublicProps, {
|
|
274
281
|
label: string;
|
|
@@ -329,6 +336,7 @@ export declare const Default: StoryFn<{
|
|
|
329
336
|
}>> & Readonly<{
|
|
330
337
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
331
338
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
339
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
332
340
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
333
341
|
}>, {}, {}, {}, {}, {
|
|
334
342
|
label: string;
|
|
@@ -384,10 +392,12 @@ export declare const Default: StoryFn<{
|
|
|
384
392
|
}>> & Readonly<{
|
|
385
393
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
386
394
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
395
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
387
396
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
388
397
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
389
398
|
input: (...args: any[]) => void;
|
|
390
399
|
blur: (...args: any[]) => void;
|
|
400
|
+
focus: (...args: any[]) => void;
|
|
391
401
|
"update:modelValue": (value: string) => void;
|
|
392
402
|
}, string, {
|
|
393
403
|
label: string;
|
|
@@ -40,6 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
40
40
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
41
|
input: (...args: any[]) => void;
|
|
42
42
|
blur: (...args: any[]) => void;
|
|
43
|
+
focus: (...args: any[]) => void;
|
|
43
44
|
"update:modelValue": (value: string) => void;
|
|
44
45
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
45
46
|
label: {
|
|
@@ -83,6 +84,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
83
84
|
}>> & Readonly<{
|
|
84
85
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
85
86
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
86
88
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
87
89
|
}>, {
|
|
88
90
|
label: string;
|
|
@@ -66,6 +66,7 @@ declare const _default: {
|
|
|
66
66
|
readonly modelValue?: string | undefined;
|
|
67
67
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
69
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
69
70
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
70
71
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor">;
|
|
71
72
|
$attrs: {
|
|
@@ -82,7 +83,7 @@ declare const _default: {
|
|
|
82
83
|
$root: globalThis.ComponentPublicInstance | null;
|
|
83
84
|
$parent: globalThis.ComponentPublicInstance | null;
|
|
84
85
|
$host: Element | null;
|
|
85
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
86
|
+
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
86
87
|
$el: HTMLDivElement;
|
|
87
88
|
$options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
88
89
|
label: {
|
|
@@ -126,10 +127,12 @@ declare const _default: {
|
|
|
126
127
|
}>> & Readonly<{
|
|
127
128
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
128
129
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
130
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
129
131
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
130
132
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
131
133
|
input: (...args: any[]) => void;
|
|
132
134
|
blur: (...args: any[]) => void;
|
|
135
|
+
focus: (...args: any[]) => void;
|
|
133
136
|
"update:modelValue": (value: string) => void;
|
|
134
137
|
}, string, {
|
|
135
138
|
label: string;
|
|
@@ -209,6 +212,7 @@ declare const _default: {
|
|
|
209
212
|
}>> & Readonly<{
|
|
210
213
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
211
214
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
215
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
212
216
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
213
217
|
}>, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
214
218
|
$slots: {
|
|
@@ -296,6 +300,7 @@ export declare const Default: () => {
|
|
|
296
300
|
readonly modelValue?: string | undefined;
|
|
297
301
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
298
302
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
303
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
299
304
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
300
305
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor">;
|
|
301
306
|
$attrs: {
|
|
@@ -312,7 +317,7 @@ export declare const Default: () => {
|
|
|
312
317
|
$root: globalThis.ComponentPublicInstance | null;
|
|
313
318
|
$parent: globalThis.ComponentPublicInstance | null;
|
|
314
319
|
$host: Element | null;
|
|
315
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
320
|
+
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
316
321
|
$el: HTMLDivElement;
|
|
317
322
|
$options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
318
323
|
label: {
|
|
@@ -356,10 +361,12 @@ export declare const Default: () => {
|
|
|
356
361
|
}>> & Readonly<{
|
|
357
362
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
358
363
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
364
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
359
365
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
360
366
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
361
367
|
input: (...args: any[]) => void;
|
|
362
368
|
blur: (...args: any[]) => void;
|
|
369
|
+
focus: (...args: any[]) => void;
|
|
363
370
|
"update:modelValue": (value: string) => void;
|
|
364
371
|
}, string, {
|
|
365
372
|
label: string;
|
|
@@ -439,6 +446,7 @@ export declare const Default: () => {
|
|
|
439
446
|
}>> & Readonly<{
|
|
440
447
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
441
448
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
449
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
442
450
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
443
451
|
}>, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
444
452
|
$slots: {
|
|
@@ -64,6 +64,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
64
64
|
readonly modelValue?: string | undefined;
|
|
65
65
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
67
|
+
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
67
68
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
68
69
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor">;
|
|
69
70
|
$attrs: {
|
|
@@ -80,7 +81,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
80
81
|
$root: globalThis.ComponentPublicInstance | null;
|
|
81
82
|
$parent: globalThis.ComponentPublicInstance | null;
|
|
82
83
|
$host: Element | null;
|
|
83
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
84
|
+
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
84
85
|
$el: HTMLDivElement;
|
|
85
86
|
$options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
86
87
|
label: {
|
|
@@ -124,10 +125,12 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
124
125
|
}>> & Readonly<{
|
|
125
126
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
126
127
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
127
129
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
128
130
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
129
131
|
input: (...args: any[]) => void;
|
|
130
132
|
blur: (...args: any[]) => void;
|
|
133
|
+
focus: (...args: any[]) => void;
|
|
131
134
|
"update:modelValue": (value: string) => void;
|
|
132
135
|
}, string, {
|
|
133
136
|
label: string;
|
|
@@ -207,6 +210,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
207
210
|
}>> & Readonly<{
|
|
208
211
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
209
212
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
213
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
210
214
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
211
215
|
}>, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
212
216
|
$slots: {
|