sprof 0.0.219 → 0.0.221
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/PLeftSlider/PLeftSlider.stories.d.ts +36 -0
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +11 -0
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +36 -0
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +11 -0
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +36 -0
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +11 -0
- package/dist/core/helpers/Strings.d.ts +1 -1
- package/dist/sprof.js +768 -744
- package/dist/sprof.umd.cjs +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -19,6 +19,11 @@ declare const _default: {
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
+
height: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
22
27
|
widthClosed: {
|
|
23
28
|
type: StringConstructor;
|
|
24
29
|
required: false;
|
|
@@ -51,6 +56,7 @@ declare const _default: {
|
|
|
51
56
|
}, import('vue').PublicProps, {
|
|
52
57
|
shift: boolean;
|
|
53
58
|
open: boolean;
|
|
59
|
+
height: string;
|
|
54
60
|
background: string;
|
|
55
61
|
shadow: boolean;
|
|
56
62
|
border: boolean;
|
|
@@ -82,6 +88,11 @@ declare const _default: {
|
|
|
82
88
|
type: BooleanConstructor;
|
|
83
89
|
default: boolean;
|
|
84
90
|
};
|
|
91
|
+
height: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
required: false;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
85
96
|
widthClosed: {
|
|
86
97
|
type: StringConstructor;
|
|
87
98
|
required: false;
|
|
@@ -112,6 +123,7 @@ declare const _default: {
|
|
|
112
123
|
}>, {}, {}, {}, {}, {
|
|
113
124
|
shift: boolean;
|
|
114
125
|
open: boolean;
|
|
126
|
+
height: string;
|
|
115
127
|
background: string;
|
|
116
128
|
shadow: boolean;
|
|
117
129
|
border: boolean;
|
|
@@ -140,6 +152,11 @@ declare const _default: {
|
|
|
140
152
|
type: BooleanConstructor;
|
|
141
153
|
default: boolean;
|
|
142
154
|
};
|
|
155
|
+
height: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
required: false;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
143
160
|
widthClosed: {
|
|
144
161
|
type: StringConstructor;
|
|
145
162
|
required: false;
|
|
@@ -172,6 +189,7 @@ declare const _default: {
|
|
|
172
189
|
}, string, {
|
|
173
190
|
shift: boolean;
|
|
174
191
|
open: boolean;
|
|
192
|
+
height: string;
|
|
175
193
|
background: string;
|
|
176
194
|
shadow: boolean;
|
|
177
195
|
border: boolean;
|
|
@@ -246,6 +264,11 @@ export declare const Default: StoryFn<{
|
|
|
246
264
|
type: BooleanConstructor;
|
|
247
265
|
default: boolean;
|
|
248
266
|
};
|
|
267
|
+
height: {
|
|
268
|
+
type: StringConstructor;
|
|
269
|
+
required: false;
|
|
270
|
+
default: string;
|
|
271
|
+
};
|
|
249
272
|
widthClosed: {
|
|
250
273
|
type: StringConstructor;
|
|
251
274
|
required: false;
|
|
@@ -278,6 +301,7 @@ export declare const Default: StoryFn<{
|
|
|
278
301
|
}, import('vue').PublicProps, {
|
|
279
302
|
shift: boolean;
|
|
280
303
|
open: boolean;
|
|
304
|
+
height: string;
|
|
281
305
|
background: string;
|
|
282
306
|
shadow: boolean;
|
|
283
307
|
border: boolean;
|
|
@@ -309,6 +333,11 @@ export declare const Default: StoryFn<{
|
|
|
309
333
|
type: BooleanConstructor;
|
|
310
334
|
default: boolean;
|
|
311
335
|
};
|
|
336
|
+
height: {
|
|
337
|
+
type: StringConstructor;
|
|
338
|
+
required: false;
|
|
339
|
+
default: string;
|
|
340
|
+
};
|
|
312
341
|
widthClosed: {
|
|
313
342
|
type: StringConstructor;
|
|
314
343
|
required: false;
|
|
@@ -339,6 +368,7 @@ export declare const Default: StoryFn<{
|
|
|
339
368
|
}>, {}, {}, {}, {}, {
|
|
340
369
|
shift: boolean;
|
|
341
370
|
open: boolean;
|
|
371
|
+
height: string;
|
|
342
372
|
background: string;
|
|
343
373
|
shadow: boolean;
|
|
344
374
|
border: boolean;
|
|
@@ -367,6 +397,11 @@ export declare const Default: StoryFn<{
|
|
|
367
397
|
type: BooleanConstructor;
|
|
368
398
|
default: boolean;
|
|
369
399
|
};
|
|
400
|
+
height: {
|
|
401
|
+
type: StringConstructor;
|
|
402
|
+
required: false;
|
|
403
|
+
default: string;
|
|
404
|
+
};
|
|
370
405
|
widthClosed: {
|
|
371
406
|
type: StringConstructor;
|
|
372
407
|
required: false;
|
|
@@ -399,6 +434,7 @@ export declare const Default: StoryFn<{
|
|
|
399
434
|
}, string, {
|
|
400
435
|
shift: boolean;
|
|
401
436
|
open: boolean;
|
|
437
|
+
height: string;
|
|
402
438
|
background: string;
|
|
403
439
|
shadow: boolean;
|
|
404
440
|
border: boolean;
|
|
@@ -15,6 +15,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
15
15
|
type: BooleanConstructor;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
|
+
height: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: false;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
18
23
|
widthClosed: {
|
|
19
24
|
type: StringConstructor;
|
|
20
25
|
required: false;
|
|
@@ -59,6 +64,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
59
64
|
type: BooleanConstructor;
|
|
60
65
|
default: boolean;
|
|
61
66
|
};
|
|
67
|
+
height: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
required: false;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
62
72
|
widthClosed: {
|
|
63
73
|
type: StringConstructor;
|
|
64
74
|
required: false;
|
|
@@ -89,6 +99,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
89
99
|
}>, {
|
|
90
100
|
shift: boolean;
|
|
91
101
|
open: boolean;
|
|
102
|
+
height: string;
|
|
92
103
|
background: string;
|
|
93
104
|
shadow: boolean;
|
|
94
105
|
border: boolean;
|
|
@@ -19,6 +19,11 @@ declare const _default: {
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
|
+
height: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
required: false;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
22
27
|
widthClosed: {
|
|
23
28
|
type: StringConstructor;
|
|
24
29
|
required: false;
|
|
@@ -51,6 +56,7 @@ declare const _default: {
|
|
|
51
56
|
}, import('vue').PublicProps, {
|
|
52
57
|
shift: boolean;
|
|
53
58
|
open: boolean;
|
|
59
|
+
height: string;
|
|
54
60
|
background: string;
|
|
55
61
|
shadow: boolean;
|
|
56
62
|
border: boolean;
|
|
@@ -82,6 +88,11 @@ declare const _default: {
|
|
|
82
88
|
type: BooleanConstructor;
|
|
83
89
|
default: boolean;
|
|
84
90
|
};
|
|
91
|
+
height: {
|
|
92
|
+
type: StringConstructor;
|
|
93
|
+
required: false;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
85
96
|
widthClosed: {
|
|
86
97
|
type: StringConstructor;
|
|
87
98
|
required: false;
|
|
@@ -112,6 +123,7 @@ declare const _default: {
|
|
|
112
123
|
}>, {}, {}, {}, {}, {
|
|
113
124
|
shift: boolean;
|
|
114
125
|
open: boolean;
|
|
126
|
+
height: string;
|
|
115
127
|
background: string;
|
|
116
128
|
shadow: boolean;
|
|
117
129
|
border: boolean;
|
|
@@ -140,6 +152,11 @@ declare const _default: {
|
|
|
140
152
|
type: BooleanConstructor;
|
|
141
153
|
default: boolean;
|
|
142
154
|
};
|
|
155
|
+
height: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
required: false;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
143
160
|
widthClosed: {
|
|
144
161
|
type: StringConstructor;
|
|
145
162
|
required: false;
|
|
@@ -172,6 +189,7 @@ declare const _default: {
|
|
|
172
189
|
}, string, {
|
|
173
190
|
shift: boolean;
|
|
174
191
|
open: boolean;
|
|
192
|
+
height: string;
|
|
175
193
|
background: string;
|
|
176
194
|
shadow: boolean;
|
|
177
195
|
border: boolean;
|
|
@@ -243,6 +261,11 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
243
261
|
type: BooleanConstructor;
|
|
244
262
|
default: boolean;
|
|
245
263
|
};
|
|
264
|
+
height: {
|
|
265
|
+
type: StringConstructor;
|
|
266
|
+
required: false;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
246
269
|
widthClosed: {
|
|
247
270
|
type: StringConstructor;
|
|
248
271
|
required: false;
|
|
@@ -275,6 +298,7 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
275
298
|
}, import('vue').PublicProps, {
|
|
276
299
|
shift: boolean;
|
|
277
300
|
open: boolean;
|
|
301
|
+
height: string;
|
|
278
302
|
background: string;
|
|
279
303
|
shadow: boolean;
|
|
280
304
|
border: boolean;
|
|
@@ -306,6 +330,11 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
306
330
|
type: BooleanConstructor;
|
|
307
331
|
default: boolean;
|
|
308
332
|
};
|
|
333
|
+
height: {
|
|
334
|
+
type: StringConstructor;
|
|
335
|
+
required: false;
|
|
336
|
+
default: string;
|
|
337
|
+
};
|
|
309
338
|
widthClosed: {
|
|
310
339
|
type: StringConstructor;
|
|
311
340
|
required: false;
|
|
@@ -336,6 +365,7 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
336
365
|
}>, {}, {}, {}, {}, {
|
|
337
366
|
shift: boolean;
|
|
338
367
|
open: boolean;
|
|
368
|
+
height: string;
|
|
339
369
|
background: string;
|
|
340
370
|
shadow: boolean;
|
|
341
371
|
border: boolean;
|
|
@@ -364,6 +394,11 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
364
394
|
type: BooleanConstructor;
|
|
365
395
|
default: boolean;
|
|
366
396
|
};
|
|
397
|
+
height: {
|
|
398
|
+
type: StringConstructor;
|
|
399
|
+
required: false;
|
|
400
|
+
default: string;
|
|
401
|
+
};
|
|
367
402
|
widthClosed: {
|
|
368
403
|
type: StringConstructor;
|
|
369
404
|
required: false;
|
|
@@ -396,6 +431,7 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
396
431
|
}, string, {
|
|
397
432
|
shift: boolean;
|
|
398
433
|
open: boolean;
|
|
434
|
+
height: string;
|
|
399
435
|
background: string;
|
|
400
436
|
shadow: boolean;
|
|
401
437
|
border: boolean;
|
|
@@ -15,6 +15,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
15
15
|
type: BooleanConstructor;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
|
+
height: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
required: false;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
18
23
|
widthClosed: {
|
|
19
24
|
type: StringConstructor;
|
|
20
25
|
required: false;
|
|
@@ -59,6 +64,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
59
64
|
type: BooleanConstructor;
|
|
60
65
|
default: boolean;
|
|
61
66
|
};
|
|
67
|
+
height: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
required: false;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
62
72
|
widthClosed: {
|
|
63
73
|
type: StringConstructor;
|
|
64
74
|
required: false;
|
|
@@ -89,6 +99,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
89
99
|
}>, {
|
|
90
100
|
shift: boolean;
|
|
91
101
|
open: boolean;
|
|
102
|
+
height: string;
|
|
92
103
|
background: string;
|
|
93
104
|
shadow: boolean;
|
|
94
105
|
border: boolean;
|
|
@@ -58,6 +58,11 @@ declare const _default: {
|
|
|
58
58
|
required: false;
|
|
59
59
|
default: string;
|
|
60
60
|
};
|
|
61
|
+
inPadding: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
required: false;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
61
66
|
modelValue: {
|
|
62
67
|
type: globalThis.PropType<unknown>;
|
|
63
68
|
};
|
|
@@ -81,6 +86,7 @@ declare const _default: {
|
|
|
81
86
|
disabled: boolean;
|
|
82
87
|
borderColor: string;
|
|
83
88
|
clearable: boolean;
|
|
89
|
+
inPadding: string;
|
|
84
90
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
85
91
|
P: {};
|
|
86
92
|
B: {};
|
|
@@ -144,6 +150,11 @@ declare const _default: {
|
|
|
144
150
|
required: false;
|
|
145
151
|
default: string;
|
|
146
152
|
};
|
|
153
|
+
inPadding: {
|
|
154
|
+
type: StringConstructor;
|
|
155
|
+
required: false;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
147
158
|
modelValue: {
|
|
148
159
|
type: globalThis.PropType<unknown>;
|
|
149
160
|
};
|
|
@@ -163,6 +174,7 @@ declare const _default: {
|
|
|
163
174
|
disabled: boolean;
|
|
164
175
|
borderColor: string;
|
|
165
176
|
clearable: boolean;
|
|
177
|
+
inPadding: string;
|
|
166
178
|
}>;
|
|
167
179
|
__isFragment?: undefined;
|
|
168
180
|
__isTeleport?: undefined;
|
|
@@ -223,6 +235,11 @@ declare const _default: {
|
|
|
223
235
|
required: false;
|
|
224
236
|
default: string;
|
|
225
237
|
};
|
|
238
|
+
inPadding: {
|
|
239
|
+
type: StringConstructor;
|
|
240
|
+
required: false;
|
|
241
|
+
default: string;
|
|
242
|
+
};
|
|
226
243
|
modelValue: {
|
|
227
244
|
type: globalThis.PropType<unknown>;
|
|
228
245
|
};
|
|
@@ -246,6 +263,7 @@ declare const _default: {
|
|
|
246
263
|
disabled: boolean;
|
|
247
264
|
borderColor: string;
|
|
248
265
|
clearable: boolean;
|
|
266
|
+
inPadding: string;
|
|
249
267
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
250
268
|
$slots: {
|
|
251
269
|
left?(_: {}): any;
|
|
@@ -350,6 +368,11 @@ export declare const Default: StoryFn<{
|
|
|
350
368
|
required: false;
|
|
351
369
|
default: string;
|
|
352
370
|
};
|
|
371
|
+
inPadding: {
|
|
372
|
+
type: StringConstructor;
|
|
373
|
+
required: false;
|
|
374
|
+
default: string;
|
|
375
|
+
};
|
|
353
376
|
modelValue: {
|
|
354
377
|
type: globalThis.PropType<unknown>;
|
|
355
378
|
};
|
|
@@ -373,6 +396,7 @@ export declare const Default: StoryFn<{
|
|
|
373
396
|
disabled: boolean;
|
|
374
397
|
borderColor: string;
|
|
375
398
|
clearable: boolean;
|
|
399
|
+
inPadding: string;
|
|
376
400
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
377
401
|
P: {};
|
|
378
402
|
B: {};
|
|
@@ -436,6 +460,11 @@ export declare const Default: StoryFn<{
|
|
|
436
460
|
required: false;
|
|
437
461
|
default: string;
|
|
438
462
|
};
|
|
463
|
+
inPadding: {
|
|
464
|
+
type: StringConstructor;
|
|
465
|
+
required: false;
|
|
466
|
+
default: string;
|
|
467
|
+
};
|
|
439
468
|
modelValue: {
|
|
440
469
|
type: globalThis.PropType<unknown>;
|
|
441
470
|
};
|
|
@@ -455,6 +484,7 @@ export declare const Default: StoryFn<{
|
|
|
455
484
|
disabled: boolean;
|
|
456
485
|
borderColor: string;
|
|
457
486
|
clearable: boolean;
|
|
487
|
+
inPadding: string;
|
|
458
488
|
}>;
|
|
459
489
|
__isFragment?: undefined;
|
|
460
490
|
__isTeleport?: undefined;
|
|
@@ -515,6 +545,11 @@ export declare const Default: StoryFn<{
|
|
|
515
545
|
required: false;
|
|
516
546
|
default: string;
|
|
517
547
|
};
|
|
548
|
+
inPadding: {
|
|
549
|
+
type: StringConstructor;
|
|
550
|
+
required: false;
|
|
551
|
+
default: string;
|
|
552
|
+
};
|
|
518
553
|
modelValue: {
|
|
519
554
|
type: globalThis.PropType<unknown>;
|
|
520
555
|
};
|
|
@@ -538,6 +573,7 @@ export declare const Default: StoryFn<{
|
|
|
538
573
|
disabled: boolean;
|
|
539
574
|
borderColor: string;
|
|
540
575
|
clearable: boolean;
|
|
576
|
+
inPadding: string;
|
|
541
577
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
542
578
|
$slots: {
|
|
543
579
|
left?(_: {}): any;
|
|
@@ -54,6 +54,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
54
54
|
required: false;
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
|
+
inPadding: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
required: false;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
57
62
|
modelValue: {
|
|
58
63
|
type: globalThis.PropType<unknown>;
|
|
59
64
|
};
|
|
@@ -117,6 +122,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
117
122
|
required: false;
|
|
118
123
|
default: string;
|
|
119
124
|
};
|
|
125
|
+
inPadding: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
required: false;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
120
130
|
modelValue: {
|
|
121
131
|
type: globalThis.PropType<unknown>;
|
|
122
132
|
};
|
|
@@ -136,6 +146,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
136
146
|
disabled: boolean;
|
|
137
147
|
borderColor: string;
|
|
138
148
|
clearable: boolean;
|
|
149
|
+
inPadding: string;
|
|
139
150
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
140
151
|
left?(_: {}): any;
|
|
141
152
|
default?(_: {}): any;
|
|
@@ -9,7 +9,7 @@ export default abstract class Strings {
|
|
|
9
9
|
static StringsEquals(str1: string, str2: string): boolean;
|
|
10
10
|
static SearchIn(s1: string, s2: string): boolean;
|
|
11
11
|
static FormatToPercentage(percent: number): string;
|
|
12
|
-
static
|
|
12
|
+
static ApplyClassToSubStr(text: string, subStr: string): string;
|
|
13
13
|
static GetVariants(s: string): string[];
|
|
14
14
|
static ContainsNum(str: string): boolean;
|
|
15
15
|
static JoinSnake(...str: string[]): string;
|