sprof 0.0.232 → 0.0.233
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/PAutocomplete.vue.d.ts +27 -0
- package/dist/core/components/RemoteSearch.stories.d.ts +114 -0
- package/dist/core/components/RemoteSearch.vue.d.ts +57 -0
- package/dist/sprof.js +529 -501
- package/dist/sprof.umd.cjs +10 -10
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -29,6 +29,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
29
29
|
type: (StringConstructor | NumberConstructor)[];
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
|
+
maxHeightResultList: {
|
|
33
|
+
type: globalThis.PropType<string>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
zIndexResultList: {
|
|
37
|
+
type: globalThis.PropType<string>;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
boxShadowResultList: {
|
|
41
|
+
type: globalThis.PropType<string>;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
32
44
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
45
|
input: (...args: any[]) => void;
|
|
34
46
|
select: (...args: any[]) => void;
|
|
@@ -62,6 +74,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
62
74
|
type: (StringConstructor | NumberConstructor)[];
|
|
63
75
|
default: string;
|
|
64
76
|
};
|
|
77
|
+
maxHeightResultList: {
|
|
78
|
+
type: globalThis.PropType<string>;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
zIndexResultList: {
|
|
82
|
+
type: globalThis.PropType<string>;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
boxShadowResultList: {
|
|
86
|
+
type: globalThis.PropType<string>;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
65
89
|
}>> & Readonly<{
|
|
66
90
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
67
91
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -70,5 +94,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
70
94
|
modelValue: string;
|
|
71
95
|
searchFunc: Function;
|
|
72
96
|
suggestions: ISearchObject[];
|
|
97
|
+
maxHeightResultList: string;
|
|
98
|
+
zIndexResultList: string;
|
|
99
|
+
boxShadowResultList: string;
|
|
73
100
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
74
101
|
export default _default;
|
|
@@ -30,6 +30,18 @@ declare const _default: {
|
|
|
30
30
|
type: globalThis.PropType<boolean>;
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
|
+
maxHeightResultList: {
|
|
34
|
+
type: globalThis.PropType<string>;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
zIndexResultList: {
|
|
38
|
+
type: globalThis.PropType<string>;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
boxShadowResultList: {
|
|
42
|
+
type: globalThis.PropType<string>;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
33
45
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
46
|
input: (...args: any[]) => void;
|
|
35
47
|
select: (...args: any[]) => void;
|
|
@@ -63,6 +75,18 @@ declare const _default: {
|
|
|
63
75
|
type: globalThis.PropType<boolean>;
|
|
64
76
|
default: boolean;
|
|
65
77
|
};
|
|
78
|
+
maxHeightResultList: {
|
|
79
|
+
type: globalThis.PropType<string>;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
zIndexResultList: {
|
|
83
|
+
type: globalThis.PropType<string>;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
boxShadowResultList: {
|
|
87
|
+
type: globalThis.PropType<string>;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
66
90
|
}>> & Readonly<{
|
|
67
91
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
68
92
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -73,6 +97,9 @@ declare const _default: {
|
|
|
73
97
|
width: string | number;
|
|
74
98
|
modelValue: string;
|
|
75
99
|
placeholder: string;
|
|
100
|
+
maxHeightResultList: string;
|
|
101
|
+
zIndexResultList: string;
|
|
102
|
+
boxShadowResultList: string;
|
|
76
103
|
keyValue: string;
|
|
77
104
|
showSuggestions: boolean;
|
|
78
105
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
@@ -106,6 +133,18 @@ declare const _default: {
|
|
|
106
133
|
type: (StringConstructor | NumberConstructor)[];
|
|
107
134
|
default: string;
|
|
108
135
|
};
|
|
136
|
+
maxHeightResultList: {
|
|
137
|
+
type: globalThis.PropType<string>;
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
zIndexResultList: {
|
|
141
|
+
type: globalThis.PropType<string>;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
144
|
+
boxShadowResultList: {
|
|
145
|
+
type: globalThis.PropType<string>;
|
|
146
|
+
default: string;
|
|
147
|
+
};
|
|
109
148
|
}>> & Readonly<{
|
|
110
149
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
111
150
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -117,6 +156,9 @@ declare const _default: {
|
|
|
117
156
|
modelValue: string;
|
|
118
157
|
searchFunc: Function;
|
|
119
158
|
suggestions: import('../interfaces/ISearchObject').default[];
|
|
159
|
+
maxHeightResultList: string;
|
|
160
|
+
zIndexResultList: string;
|
|
161
|
+
boxShadowResultList: string;
|
|
120
162
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
121
163
|
P: {};
|
|
122
164
|
B: {};
|
|
@@ -154,6 +196,18 @@ declare const _default: {
|
|
|
154
196
|
type: (StringConstructor | NumberConstructor)[];
|
|
155
197
|
default: string;
|
|
156
198
|
};
|
|
199
|
+
maxHeightResultList: {
|
|
200
|
+
type: globalThis.PropType<string>;
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
zIndexResultList: {
|
|
204
|
+
type: globalThis.PropType<string>;
|
|
205
|
+
default: string;
|
|
206
|
+
};
|
|
207
|
+
boxShadowResultList: {
|
|
208
|
+
type: globalThis.PropType<string>;
|
|
209
|
+
default: string;
|
|
210
|
+
};
|
|
157
211
|
}>> & Readonly<{
|
|
158
212
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
159
213
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -162,6 +216,9 @@ declare const _default: {
|
|
|
162
216
|
modelValue: string;
|
|
163
217
|
searchFunc: Function;
|
|
164
218
|
suggestions: import('../interfaces/ISearchObject').default[];
|
|
219
|
+
maxHeightResultList: string;
|
|
220
|
+
zIndexResultList: string;
|
|
221
|
+
boxShadowResultList: string;
|
|
165
222
|
}> | null;
|
|
166
223
|
}, any>;
|
|
167
224
|
tags: string[];
|
|
@@ -233,6 +290,18 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
233
290
|
type: globalThis.PropType<boolean>;
|
|
234
291
|
default: boolean;
|
|
235
292
|
};
|
|
293
|
+
maxHeightResultList: {
|
|
294
|
+
type: globalThis.PropType<string>;
|
|
295
|
+
default: string;
|
|
296
|
+
};
|
|
297
|
+
zIndexResultList: {
|
|
298
|
+
type: globalThis.PropType<string>;
|
|
299
|
+
default: string;
|
|
300
|
+
};
|
|
301
|
+
boxShadowResultList: {
|
|
302
|
+
type: globalThis.PropType<string>;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
236
305
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
237
306
|
input: (...args: any[]) => void;
|
|
238
307
|
select: (...args: any[]) => void;
|
|
@@ -266,6 +335,18 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
266
335
|
type: globalThis.PropType<boolean>;
|
|
267
336
|
default: boolean;
|
|
268
337
|
};
|
|
338
|
+
maxHeightResultList: {
|
|
339
|
+
type: globalThis.PropType<string>;
|
|
340
|
+
default: string;
|
|
341
|
+
};
|
|
342
|
+
zIndexResultList: {
|
|
343
|
+
type: globalThis.PropType<string>;
|
|
344
|
+
default: string;
|
|
345
|
+
};
|
|
346
|
+
boxShadowResultList: {
|
|
347
|
+
type: globalThis.PropType<string>;
|
|
348
|
+
default: string;
|
|
349
|
+
};
|
|
269
350
|
}>> & Readonly<{
|
|
270
351
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
271
352
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -276,6 +357,9 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
276
357
|
width: string | number;
|
|
277
358
|
modelValue: string;
|
|
278
359
|
placeholder: string;
|
|
360
|
+
maxHeightResultList: string;
|
|
361
|
+
zIndexResultList: string;
|
|
362
|
+
boxShadowResultList: string;
|
|
279
363
|
keyValue: string;
|
|
280
364
|
showSuggestions: boolean;
|
|
281
365
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
@@ -309,6 +393,18 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
309
393
|
type: (StringConstructor | NumberConstructor)[];
|
|
310
394
|
default: string;
|
|
311
395
|
};
|
|
396
|
+
maxHeightResultList: {
|
|
397
|
+
type: globalThis.PropType<string>;
|
|
398
|
+
default: string;
|
|
399
|
+
};
|
|
400
|
+
zIndexResultList: {
|
|
401
|
+
type: globalThis.PropType<string>;
|
|
402
|
+
default: string;
|
|
403
|
+
};
|
|
404
|
+
boxShadowResultList: {
|
|
405
|
+
type: globalThis.PropType<string>;
|
|
406
|
+
default: string;
|
|
407
|
+
};
|
|
312
408
|
}>> & Readonly<{
|
|
313
409
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
314
410
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -320,6 +416,9 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
320
416
|
modelValue: string;
|
|
321
417
|
searchFunc: Function;
|
|
322
418
|
suggestions: import('../interfaces/ISearchObject').default[];
|
|
419
|
+
maxHeightResultList: string;
|
|
420
|
+
zIndexResultList: string;
|
|
421
|
+
boxShadowResultList: string;
|
|
323
422
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
324
423
|
P: {};
|
|
325
424
|
B: {};
|
|
@@ -357,6 +456,18 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
357
456
|
type: (StringConstructor | NumberConstructor)[];
|
|
358
457
|
default: string;
|
|
359
458
|
};
|
|
459
|
+
maxHeightResultList: {
|
|
460
|
+
type: globalThis.PropType<string>;
|
|
461
|
+
default: string;
|
|
462
|
+
};
|
|
463
|
+
zIndexResultList: {
|
|
464
|
+
type: globalThis.PropType<string>;
|
|
465
|
+
default: string;
|
|
466
|
+
};
|
|
467
|
+
boxShadowResultList: {
|
|
468
|
+
type: globalThis.PropType<string>;
|
|
469
|
+
default: string;
|
|
470
|
+
};
|
|
360
471
|
}>> & Readonly<{
|
|
361
472
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
362
473
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -365,5 +476,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
365
476
|
modelValue: string;
|
|
366
477
|
searchFunc: Function;
|
|
367
478
|
suggestions: import('../interfaces/ISearchObject').default[];
|
|
479
|
+
maxHeightResultList: string;
|
|
480
|
+
zIndexResultList: string;
|
|
481
|
+
boxShadowResultList: string;
|
|
368
482
|
}> | null;
|
|
369
483
|
}, any>>;
|
|
@@ -28,6 +28,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
28
28
|
type: globalThis.PropType<boolean>;
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
|
+
maxHeightResultList: {
|
|
32
|
+
type: globalThis.PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
zIndexResultList: {
|
|
36
|
+
type: globalThis.PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
boxShadowResultList: {
|
|
40
|
+
type: globalThis.PropType<string>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
31
43
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
44
|
input: (...args: any[]) => void;
|
|
33
45
|
select: (...args: any[]) => void;
|
|
@@ -61,6 +73,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
61
73
|
type: globalThis.PropType<boolean>;
|
|
62
74
|
default: boolean;
|
|
63
75
|
};
|
|
76
|
+
maxHeightResultList: {
|
|
77
|
+
type: globalThis.PropType<string>;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
zIndexResultList: {
|
|
81
|
+
type: globalThis.PropType<string>;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
boxShadowResultList: {
|
|
85
|
+
type: globalThis.PropType<string>;
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
64
88
|
}>> & Readonly<{
|
|
65
89
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
66
90
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -71,6 +95,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
71
95
|
width: string | number;
|
|
72
96
|
modelValue: string;
|
|
73
97
|
placeholder: string;
|
|
98
|
+
maxHeightResultList: string;
|
|
99
|
+
zIndexResultList: string;
|
|
100
|
+
boxShadowResultList: string;
|
|
74
101
|
keyValue: string;
|
|
75
102
|
showSuggestions: boolean;
|
|
76
103
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
@@ -104,6 +131,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
104
131
|
type: (StringConstructor | NumberConstructor)[];
|
|
105
132
|
default: string;
|
|
106
133
|
};
|
|
134
|
+
maxHeightResultList: {
|
|
135
|
+
type: globalThis.PropType<string>;
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
138
|
+
zIndexResultList: {
|
|
139
|
+
type: globalThis.PropType<string>;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
142
|
+
boxShadowResultList: {
|
|
143
|
+
type: globalThis.PropType<string>;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
107
146
|
}>> & Readonly<{
|
|
108
147
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
109
148
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -115,6 +154,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
115
154
|
modelValue: string;
|
|
116
155
|
searchFunc: Function;
|
|
117
156
|
suggestions: ISearchObject[];
|
|
157
|
+
maxHeightResultList: string;
|
|
158
|
+
zIndexResultList: string;
|
|
159
|
+
boxShadowResultList: string;
|
|
118
160
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
119
161
|
P: {};
|
|
120
162
|
B: {};
|
|
@@ -152,6 +194,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
152
194
|
type: (StringConstructor | NumberConstructor)[];
|
|
153
195
|
default: string;
|
|
154
196
|
};
|
|
197
|
+
maxHeightResultList: {
|
|
198
|
+
type: globalThis.PropType<string>;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
zIndexResultList: {
|
|
202
|
+
type: globalThis.PropType<string>;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
205
|
+
boxShadowResultList: {
|
|
206
|
+
type: globalThis.PropType<string>;
|
|
207
|
+
default: string;
|
|
208
|
+
};
|
|
155
209
|
}>> & Readonly<{
|
|
156
210
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
157
211
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -160,6 +214,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
160
214
|
modelValue: string;
|
|
161
215
|
searchFunc: Function;
|
|
162
216
|
suggestions: ISearchObject[];
|
|
217
|
+
maxHeightResultList: string;
|
|
218
|
+
zIndexResultList: string;
|
|
219
|
+
boxShadowResultList: string;
|
|
163
220
|
}> | null;
|
|
164
221
|
}, any>;
|
|
165
222
|
export default _default;
|