sprof 0.0.240 → 0.0.242
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/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/atoms/PTooltip/PTooltip.stories.d.ts +301 -0
- package/dist/core/components/atoms/PTooltip/PTooltip.test.d.ts +1 -0
- package/dist/core/components/atoms/PTooltip/PTooltip.vue.d.ts +81 -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 +7 -5
- package/dist/sprof.umd.cjs +9 -9
- 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;
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
import { StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: {
|
|
5
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
6
|
+
tooltipText: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
required: false;
|
|
10
|
+
};
|
|
11
|
+
timeout: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
required: false;
|
|
15
|
+
};
|
|
16
|
+
typeStyle: {
|
|
17
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
18
|
+
default: string;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
height: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
required: false;
|
|
25
|
+
};
|
|
26
|
+
relPosition: {
|
|
27
|
+
type: globalThis.PropType<"left" | "right">;
|
|
28
|
+
default: string;
|
|
29
|
+
required: false;
|
|
30
|
+
};
|
|
31
|
+
level: {
|
|
32
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
33
|
+
default: string;
|
|
34
|
+
required: false;
|
|
35
|
+
};
|
|
36
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
37
|
+
timeout: number;
|
|
38
|
+
height: string;
|
|
39
|
+
tooltipText: string;
|
|
40
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
41
|
+
relPosition: "left" | "right";
|
|
42
|
+
level: "top" | "bottom";
|
|
43
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
44
|
+
P: {};
|
|
45
|
+
B: {};
|
|
46
|
+
D: {};
|
|
47
|
+
C: {};
|
|
48
|
+
M: {};
|
|
49
|
+
Defaults: {};
|
|
50
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
51
|
+
tooltipText: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
required: false;
|
|
55
|
+
};
|
|
56
|
+
timeout: {
|
|
57
|
+
type: NumberConstructor;
|
|
58
|
+
default: number;
|
|
59
|
+
required: false;
|
|
60
|
+
};
|
|
61
|
+
typeStyle: {
|
|
62
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
63
|
+
default: string;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
66
|
+
height: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
required: false;
|
|
70
|
+
};
|
|
71
|
+
relPosition: {
|
|
72
|
+
type: globalThis.PropType<"left" | "right">;
|
|
73
|
+
default: string;
|
|
74
|
+
required: false;
|
|
75
|
+
};
|
|
76
|
+
level: {
|
|
77
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
78
|
+
default: string;
|
|
79
|
+
required: false;
|
|
80
|
+
};
|
|
81
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
82
|
+
timeout: number;
|
|
83
|
+
height: string;
|
|
84
|
+
tooltipText: string;
|
|
85
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
86
|
+
relPosition: "left" | "right";
|
|
87
|
+
level: "top" | "bottom";
|
|
88
|
+
}>;
|
|
89
|
+
__isFragment?: undefined;
|
|
90
|
+
__isTeleport?: undefined;
|
|
91
|
+
__isSuspense?: undefined;
|
|
92
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
93
|
+
tooltipText: {
|
|
94
|
+
type: StringConstructor;
|
|
95
|
+
default: string;
|
|
96
|
+
required: false;
|
|
97
|
+
};
|
|
98
|
+
timeout: {
|
|
99
|
+
type: NumberConstructor;
|
|
100
|
+
default: number;
|
|
101
|
+
required: false;
|
|
102
|
+
};
|
|
103
|
+
typeStyle: {
|
|
104
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
105
|
+
default: string;
|
|
106
|
+
required: false;
|
|
107
|
+
};
|
|
108
|
+
height: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default: string;
|
|
111
|
+
required: false;
|
|
112
|
+
};
|
|
113
|
+
relPosition: {
|
|
114
|
+
type: globalThis.PropType<"left" | "right">;
|
|
115
|
+
default: string;
|
|
116
|
+
required: false;
|
|
117
|
+
};
|
|
118
|
+
level: {
|
|
119
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
120
|
+
default: string;
|
|
121
|
+
required: false;
|
|
122
|
+
};
|
|
123
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
124
|
+
timeout: number;
|
|
125
|
+
height: string;
|
|
126
|
+
tooltipText: string;
|
|
127
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
128
|
+
relPosition: "left" | "right";
|
|
129
|
+
level: "top" | "bottom";
|
|
130
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
131
|
+
$slots: {
|
|
132
|
+
default?(_: {}): any;
|
|
133
|
+
};
|
|
134
|
+
});
|
|
135
|
+
tags: string[];
|
|
136
|
+
parameters: {
|
|
137
|
+
docs: {
|
|
138
|
+
description: {
|
|
139
|
+
component: string;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
argTypes: {
|
|
144
|
+
tooltipText: {
|
|
145
|
+
control: string;
|
|
146
|
+
description: string;
|
|
147
|
+
};
|
|
148
|
+
timeout: {
|
|
149
|
+
control: string;
|
|
150
|
+
description: string;
|
|
151
|
+
};
|
|
152
|
+
typeStyle: {
|
|
153
|
+
control: string;
|
|
154
|
+
description: string;
|
|
155
|
+
};
|
|
156
|
+
height: {
|
|
157
|
+
control: string;
|
|
158
|
+
description: string;
|
|
159
|
+
};
|
|
160
|
+
relPosition: {
|
|
161
|
+
control: string;
|
|
162
|
+
description: string;
|
|
163
|
+
};
|
|
164
|
+
level: {
|
|
165
|
+
control: string;
|
|
166
|
+
description: string;
|
|
167
|
+
};
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
export default _default;
|
|
171
|
+
export declare const DefaultRadio: StoryFn<{
|
|
172
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
173
|
+
tooltipText: {
|
|
174
|
+
type: StringConstructor;
|
|
175
|
+
default: string;
|
|
176
|
+
required: false;
|
|
177
|
+
};
|
|
178
|
+
timeout: {
|
|
179
|
+
type: NumberConstructor;
|
|
180
|
+
default: number;
|
|
181
|
+
required: false;
|
|
182
|
+
};
|
|
183
|
+
typeStyle: {
|
|
184
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
185
|
+
default: string;
|
|
186
|
+
required: false;
|
|
187
|
+
};
|
|
188
|
+
height: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
191
|
+
required: false;
|
|
192
|
+
};
|
|
193
|
+
relPosition: {
|
|
194
|
+
type: globalThis.PropType<"left" | "right">;
|
|
195
|
+
default: string;
|
|
196
|
+
required: false;
|
|
197
|
+
};
|
|
198
|
+
level: {
|
|
199
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
200
|
+
default: string;
|
|
201
|
+
required: false;
|
|
202
|
+
};
|
|
203
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
204
|
+
timeout: number;
|
|
205
|
+
height: string;
|
|
206
|
+
tooltipText: string;
|
|
207
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
208
|
+
relPosition: "left" | "right";
|
|
209
|
+
level: "top" | "bottom";
|
|
210
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
211
|
+
P: {};
|
|
212
|
+
B: {};
|
|
213
|
+
D: {};
|
|
214
|
+
C: {};
|
|
215
|
+
M: {};
|
|
216
|
+
Defaults: {};
|
|
217
|
+
}, Readonly<globalThis.ExtractPropTypes<{
|
|
218
|
+
tooltipText: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: string;
|
|
221
|
+
required: false;
|
|
222
|
+
};
|
|
223
|
+
timeout: {
|
|
224
|
+
type: NumberConstructor;
|
|
225
|
+
default: number;
|
|
226
|
+
required: false;
|
|
227
|
+
};
|
|
228
|
+
typeStyle: {
|
|
229
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
230
|
+
default: string;
|
|
231
|
+
required: false;
|
|
232
|
+
};
|
|
233
|
+
height: {
|
|
234
|
+
type: StringConstructor;
|
|
235
|
+
default: string;
|
|
236
|
+
required: false;
|
|
237
|
+
};
|
|
238
|
+
relPosition: {
|
|
239
|
+
type: globalThis.PropType<"left" | "right">;
|
|
240
|
+
default: string;
|
|
241
|
+
required: false;
|
|
242
|
+
};
|
|
243
|
+
level: {
|
|
244
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
245
|
+
default: string;
|
|
246
|
+
required: false;
|
|
247
|
+
};
|
|
248
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
249
|
+
timeout: number;
|
|
250
|
+
height: string;
|
|
251
|
+
tooltipText: string;
|
|
252
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
253
|
+
relPosition: "left" | "right";
|
|
254
|
+
level: "top" | "bottom";
|
|
255
|
+
}>;
|
|
256
|
+
__isFragment?: undefined;
|
|
257
|
+
__isTeleport?: undefined;
|
|
258
|
+
__isSuspense?: undefined;
|
|
259
|
+
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
260
|
+
tooltipText: {
|
|
261
|
+
type: StringConstructor;
|
|
262
|
+
default: string;
|
|
263
|
+
required: false;
|
|
264
|
+
};
|
|
265
|
+
timeout: {
|
|
266
|
+
type: NumberConstructor;
|
|
267
|
+
default: number;
|
|
268
|
+
required: false;
|
|
269
|
+
};
|
|
270
|
+
typeStyle: {
|
|
271
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
272
|
+
default: string;
|
|
273
|
+
required: false;
|
|
274
|
+
};
|
|
275
|
+
height: {
|
|
276
|
+
type: StringConstructor;
|
|
277
|
+
default: string;
|
|
278
|
+
required: false;
|
|
279
|
+
};
|
|
280
|
+
relPosition: {
|
|
281
|
+
type: globalThis.PropType<"left" | "right">;
|
|
282
|
+
default: string;
|
|
283
|
+
required: false;
|
|
284
|
+
};
|
|
285
|
+
level: {
|
|
286
|
+
type: globalThis.PropType<"top" | "bottom">;
|
|
287
|
+
default: string;
|
|
288
|
+
required: false;
|
|
289
|
+
};
|
|
290
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
291
|
+
timeout: number;
|
|
292
|
+
height: string;
|
|
293
|
+
tooltipText: string;
|
|
294
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
295
|
+
relPosition: "left" | "right";
|
|
296
|
+
level: "top" | "bottom";
|
|
297
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
298
|
+
$slots: {
|
|
299
|
+
default?(_: {}): any;
|
|
300
|
+
};
|
|
301
|
+
})>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
type TooltipType = 'primary' | 'success' | 'warning' | 'danger' | 'neutral';
|
|
2
|
+
type RelPositionType = 'left' | 'right';
|
|
3
|
+
type LevelType = 'top' | 'bottom';
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
5
|
+
tooltipText: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
timeout: {
|
|
11
|
+
type: NumberConstructor;
|
|
12
|
+
default: number;
|
|
13
|
+
required: false;
|
|
14
|
+
};
|
|
15
|
+
typeStyle: {
|
|
16
|
+
type: globalThis.PropType<TooltipType>;
|
|
17
|
+
default: string;
|
|
18
|
+
required: false;
|
|
19
|
+
};
|
|
20
|
+
height: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
relPosition: {
|
|
26
|
+
type: globalThis.PropType<RelPositionType>;
|
|
27
|
+
default: string;
|
|
28
|
+
required: false;
|
|
29
|
+
};
|
|
30
|
+
level: {
|
|
31
|
+
type: globalThis.PropType<LevelType>;
|
|
32
|
+
default: string;
|
|
33
|
+
required: false;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
36
|
+
tooltipText: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
required: false;
|
|
40
|
+
};
|
|
41
|
+
timeout: {
|
|
42
|
+
type: NumberConstructor;
|
|
43
|
+
default: number;
|
|
44
|
+
required: false;
|
|
45
|
+
};
|
|
46
|
+
typeStyle: {
|
|
47
|
+
type: globalThis.PropType<TooltipType>;
|
|
48
|
+
default: string;
|
|
49
|
+
required: false;
|
|
50
|
+
};
|
|
51
|
+
height: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
required: false;
|
|
55
|
+
};
|
|
56
|
+
relPosition: {
|
|
57
|
+
type: globalThis.PropType<RelPositionType>;
|
|
58
|
+
default: string;
|
|
59
|
+
required: false;
|
|
60
|
+
};
|
|
61
|
+
level: {
|
|
62
|
+
type: globalThis.PropType<LevelType>;
|
|
63
|
+
default: string;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
66
|
+
}>> & Readonly<{}>, {
|
|
67
|
+
timeout: number;
|
|
68
|
+
height: string;
|
|
69
|
+
tooltipText: string;
|
|
70
|
+
typeStyle: TooltipType;
|
|
71
|
+
relPosition: RelPositionType;
|
|
72
|
+
level: LevelType;
|
|
73
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
74
|
+
default?(_: {}): any;
|
|
75
|
+
}>;
|
|
76
|
+
export default _default;
|
|
77
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
78
|
+
new (): {
|
|
79
|
+
$slots: S;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
@@ -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: {
|