sprof 0.0.240 → 0.0.241
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.
|
@@ -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
|
+
};
|
package/package.json
CHANGED