sprof 0.1.57 → 0.2.2
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/README.md +0 -0
- package/dist/ExtractsList-DRZdaLvF.js +51 -0
- package/dist/core/classes/index.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +2 -2
- package/dist/core/components/GridContainer.vue.d.ts +1 -1
- package/dist/core/components/Icons/Filter/IconDownload.vue.d.ts +1 -1
- package/dist/core/components/Icons/Filter/IconFilter.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/ArrowLeft.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/ArrowRight.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/DoubleArrowLeft.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/DoubleArrowRight.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/EllipsisSvg.vue.d.ts +1 -1
- package/dist/core/components/InfoItem.vue.d.ts +1 -1
- package/dist/core/components/PPagination.vue.d.ts +2 -8
- package/dist/core/components/RemoteSearch.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +48 -12
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +13 -2
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +4 -4
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +2 -2
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +6 -6
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +40 -22
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +11 -5
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +4 -4
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +4 -4
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +24 -24
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +5 -5
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +6 -6
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +1 -1
- package/dist/core/components/atoms/PList/PList.stories.d.ts +8 -8
- package/dist/core/components/atoms/PList/PList.vue.d.ts +2 -2
- package/dist/core/components/atoms/PListItem/PListItem.stories.d.ts +12 -12
- package/dist/core/components/atoms/PListItem/PListItem.vue.d.ts +2 -2
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +4 -4
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +2 -2
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +6 -6
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +1 -1
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +60 -24
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +15 -4
- package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +6 -6
- package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +1 -1
- package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
- package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +14 -18
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -5
- package/dist/core/components/atoms/index.d.ts +2 -2
- package/dist/core/components/components.d.ts +1 -3
- package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
- package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
- package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
- package/dist/core/components/molecules/index.d.ts +1 -2
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +44 -35
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +22 -17
- package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
- package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +33 -33
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +4 -4
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +6 -10
- package/dist/core/helpers/Classes.d.ts +2 -4
- package/dist/core/helpers/Message.d.ts +13 -2
- package/dist/core/interfaces/index.d.ts +11 -2
- package/dist/core/ui/Dialog.d.ts +18 -3
- package/dist/core/ui/Dialog.test.d.ts +1 -0
- package/dist/core/ui/Notify.d.ts +19 -24
- package/dist/core/ui/Notify.test.d.ts +1 -0
- package/dist/index-CNpz7Czv.js +13826 -0
- package/dist/index.d.ts +3 -4
- package/dist/install.d.ts +25 -0
- package/dist/modules/buildings/classes/index.d.ts +4 -0
- package/dist/modules/buildings/index.d.ts +2 -0
- package/dist/modules/extracts/index.d.ts +3 -0
- package/dist/modules/index.d.ts +3 -1
- package/dist/sprof.js +5 -13833
- package/dist/sprof.umd.cjs +14 -18
- package/dist/style.css +1 -1
- package/dist/test-utils/quasar.d.ts +5 -0
- package/package.json +20 -4
- package/dist/core/components/MessageBody.vue.d.ts +0 -27
- package/dist/core/components/PDialog.vue.d.ts +0 -2
- package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +0 -242
- package/dist/core/components/molecules/PNotify/PNotify.vue.d.ts +0 -2
- package/dist/core/ui/index.d.ts +0 -110
|
@@ -89,11 +89,11 @@ declare const _default: {
|
|
|
89
89
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
90
90
|
}>, {
|
|
91
91
|
size: string;
|
|
92
|
-
value: string | boolean;
|
|
93
92
|
label: string;
|
|
93
|
+
padding: string;
|
|
94
|
+
value: string | boolean;
|
|
94
95
|
name: string;
|
|
95
96
|
margin: string;
|
|
96
|
-
padding: string;
|
|
97
97
|
width: string;
|
|
98
98
|
fontSize: string;
|
|
99
99
|
borderRadius: string;
|
|
@@ -226,11 +226,11 @@ export declare const DefaultRadio: StoryFn<import('vue').DefineComponent<globalT
|
|
|
226
226
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
227
227
|
}>, {
|
|
228
228
|
size: string;
|
|
229
|
-
value: string | boolean;
|
|
230
229
|
label: string;
|
|
230
|
+
padding: string;
|
|
231
|
+
value: string | boolean;
|
|
231
232
|
name: string;
|
|
232
233
|
margin: string;
|
|
233
|
-
padding: string;
|
|
234
234
|
width: string;
|
|
235
235
|
fontSize: string;
|
|
236
236
|
borderRadius: string;
|
|
@@ -86,11 +86,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
86
86
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
88
|
size: string;
|
|
89
|
-
value: string | boolean;
|
|
90
89
|
label: string;
|
|
90
|
+
padding: string;
|
|
91
|
+
value: string | boolean;
|
|
91
92
|
name: string;
|
|
92
93
|
margin: string;
|
|
93
|
-
padding: string;
|
|
94
94
|
width: string;
|
|
95
95
|
fontSize: string;
|
|
96
96
|
borderRadius: string;
|
|
@@ -58,8 +58,8 @@ declare const _default: {
|
|
|
58
58
|
open: boolean;
|
|
59
59
|
height: string;
|
|
60
60
|
background: string;
|
|
61
|
-
shadow: boolean;
|
|
62
61
|
border: boolean;
|
|
62
|
+
shadow: boolean;
|
|
63
63
|
widthClosed: string;
|
|
64
64
|
widthOpened: string;
|
|
65
65
|
titleOpen: string;
|
|
@@ -125,8 +125,8 @@ declare const _default: {
|
|
|
125
125
|
open: boolean;
|
|
126
126
|
height: string;
|
|
127
127
|
background: string;
|
|
128
|
-
shadow: boolean;
|
|
129
128
|
border: boolean;
|
|
129
|
+
shadow: boolean;
|
|
130
130
|
widthClosed: string;
|
|
131
131
|
widthOpened: string;
|
|
132
132
|
titleOpen: string;
|
|
@@ -191,8 +191,8 @@ declare const _default: {
|
|
|
191
191
|
open: boolean;
|
|
192
192
|
height: string;
|
|
193
193
|
background: string;
|
|
194
|
-
shadow: boolean;
|
|
195
194
|
border: boolean;
|
|
195
|
+
shadow: boolean;
|
|
196
196
|
widthClosed: string;
|
|
197
197
|
widthOpened: string;
|
|
198
198
|
titleOpen: string;
|
|
@@ -300,8 +300,8 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
300
300
|
open: boolean;
|
|
301
301
|
height: string;
|
|
302
302
|
background: string;
|
|
303
|
-
shadow: boolean;
|
|
304
303
|
border: boolean;
|
|
304
|
+
shadow: boolean;
|
|
305
305
|
widthClosed: string;
|
|
306
306
|
widthOpened: string;
|
|
307
307
|
titleOpen: string;
|
|
@@ -367,8 +367,8 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
367
367
|
open: boolean;
|
|
368
368
|
height: string;
|
|
369
369
|
background: string;
|
|
370
|
-
shadow: boolean;
|
|
371
370
|
border: boolean;
|
|
371
|
+
shadow: boolean;
|
|
372
372
|
widthClosed: string;
|
|
373
373
|
widthOpened: string;
|
|
374
374
|
titleOpen: string;
|
|
@@ -433,8 +433,8 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
433
433
|
open: boolean;
|
|
434
434
|
height: string;
|
|
435
435
|
background: string;
|
|
436
|
-
shadow: boolean;
|
|
437
436
|
border: boolean;
|
|
437
|
+
shadow: boolean;
|
|
438
438
|
widthClosed: string;
|
|
439
439
|
widthOpened: string;
|
|
440
440
|
titleOpen: string;
|
|
@@ -101,8 +101,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
101
101
|
open: boolean;
|
|
102
102
|
height: string;
|
|
103
103
|
background: string;
|
|
104
|
-
shadow: boolean;
|
|
105
104
|
border: boolean;
|
|
105
|
+
shadow: boolean;
|
|
106
106
|
widthClosed: string;
|
|
107
107
|
widthOpened: string;
|
|
108
108
|
titleOpen: string;
|
|
@@ -63,6 +63,11 @@ declare const _default: {
|
|
|
63
63
|
required: false;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
|
+
options: {
|
|
67
|
+
type: ArrayConstructor;
|
|
68
|
+
required: false;
|
|
69
|
+
default: () => never[];
|
|
70
|
+
};
|
|
66
71
|
modelValue: {
|
|
67
72
|
type: globalThis.PropType<unknown>;
|
|
68
73
|
};
|
|
@@ -75,17 +80,18 @@ declare const _default: {
|
|
|
75
80
|
change: (...args: any[]) => void;
|
|
76
81
|
"update:modelValue": (value: unknown) => void;
|
|
77
82
|
}, import('vue').PublicProps, {
|
|
78
|
-
|
|
83
|
+
color: string;
|
|
79
84
|
label: string;
|
|
85
|
+
padding: string;
|
|
86
|
+
value: string;
|
|
87
|
+
options: unknown[];
|
|
80
88
|
readonly: boolean;
|
|
81
89
|
placeholder: string;
|
|
82
90
|
margin: string;
|
|
83
|
-
padding: string;
|
|
84
91
|
width: string;
|
|
85
|
-
color: string;
|
|
86
92
|
disabled: boolean;
|
|
87
|
-
borderColor: string;
|
|
88
93
|
clearable: boolean;
|
|
94
|
+
borderColor: string;
|
|
89
95
|
inPadding: string;
|
|
90
96
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
91
97
|
P: {};
|
|
@@ -155,6 +161,11 @@ declare const _default: {
|
|
|
155
161
|
required: false;
|
|
156
162
|
default: string;
|
|
157
163
|
};
|
|
164
|
+
options: {
|
|
165
|
+
type: ArrayConstructor;
|
|
166
|
+
required: false;
|
|
167
|
+
default: () => never[];
|
|
168
|
+
};
|
|
158
169
|
modelValue: {
|
|
159
170
|
type: globalThis.PropType<unknown>;
|
|
160
171
|
};
|
|
@@ -163,17 +174,18 @@ declare const _default: {
|
|
|
163
174
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
164
175
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
165
176
|
}>, {}, {}, {}, {}, {
|
|
166
|
-
|
|
177
|
+
color: string;
|
|
167
178
|
label: string;
|
|
179
|
+
padding: string;
|
|
180
|
+
value: string;
|
|
181
|
+
options: unknown[];
|
|
168
182
|
readonly: boolean;
|
|
169
183
|
placeholder: string;
|
|
170
184
|
margin: string;
|
|
171
|
-
padding: string;
|
|
172
185
|
width: string;
|
|
173
|
-
color: string;
|
|
174
186
|
disabled: boolean;
|
|
175
|
-
borderColor: string;
|
|
176
187
|
clearable: boolean;
|
|
188
|
+
borderColor: string;
|
|
177
189
|
inPadding: string;
|
|
178
190
|
}>;
|
|
179
191
|
__isFragment?: undefined;
|
|
@@ -240,6 +252,11 @@ declare const _default: {
|
|
|
240
252
|
required: false;
|
|
241
253
|
default: string;
|
|
242
254
|
};
|
|
255
|
+
options: {
|
|
256
|
+
type: ArrayConstructor;
|
|
257
|
+
required: false;
|
|
258
|
+
default: () => never[];
|
|
259
|
+
};
|
|
243
260
|
modelValue: {
|
|
244
261
|
type: globalThis.PropType<unknown>;
|
|
245
262
|
};
|
|
@@ -252,17 +269,18 @@ declare const _default: {
|
|
|
252
269
|
change: (...args: any[]) => void;
|
|
253
270
|
"update:modelValue": (value: unknown) => void;
|
|
254
271
|
}, string, {
|
|
255
|
-
|
|
272
|
+
color: string;
|
|
256
273
|
label: string;
|
|
274
|
+
padding: string;
|
|
275
|
+
value: string;
|
|
276
|
+
options: unknown[];
|
|
257
277
|
readonly: boolean;
|
|
258
278
|
placeholder: string;
|
|
259
279
|
margin: string;
|
|
260
|
-
padding: string;
|
|
261
280
|
width: string;
|
|
262
|
-
color: string;
|
|
263
281
|
disabled: boolean;
|
|
264
|
-
borderColor: string;
|
|
265
282
|
clearable: boolean;
|
|
283
|
+
borderColor: string;
|
|
266
284
|
inPadding: string;
|
|
267
285
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
268
286
|
$slots: {
|
|
@@ -372,6 +390,11 @@ export declare const Default: StoryFn<{
|
|
|
372
390
|
required: false;
|
|
373
391
|
default: string;
|
|
374
392
|
};
|
|
393
|
+
options: {
|
|
394
|
+
type: ArrayConstructor;
|
|
395
|
+
required: false;
|
|
396
|
+
default: () => never[];
|
|
397
|
+
};
|
|
375
398
|
modelValue: {
|
|
376
399
|
type: globalThis.PropType<unknown>;
|
|
377
400
|
};
|
|
@@ -384,17 +407,18 @@ export declare const Default: StoryFn<{
|
|
|
384
407
|
change: (...args: any[]) => void;
|
|
385
408
|
"update:modelValue": (value: unknown) => void;
|
|
386
409
|
}, import('vue').PublicProps, {
|
|
387
|
-
|
|
410
|
+
color: string;
|
|
388
411
|
label: string;
|
|
412
|
+
padding: string;
|
|
413
|
+
value: string;
|
|
414
|
+
options: unknown[];
|
|
389
415
|
readonly: boolean;
|
|
390
416
|
placeholder: string;
|
|
391
417
|
margin: string;
|
|
392
|
-
padding: string;
|
|
393
418
|
width: string;
|
|
394
|
-
color: string;
|
|
395
419
|
disabled: boolean;
|
|
396
|
-
borderColor: string;
|
|
397
420
|
clearable: boolean;
|
|
421
|
+
borderColor: string;
|
|
398
422
|
inPadding: string;
|
|
399
423
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
400
424
|
P: {};
|
|
@@ -464,6 +488,11 @@ export declare const Default: StoryFn<{
|
|
|
464
488
|
required: false;
|
|
465
489
|
default: string;
|
|
466
490
|
};
|
|
491
|
+
options: {
|
|
492
|
+
type: ArrayConstructor;
|
|
493
|
+
required: false;
|
|
494
|
+
default: () => never[];
|
|
495
|
+
};
|
|
467
496
|
modelValue: {
|
|
468
497
|
type: globalThis.PropType<unknown>;
|
|
469
498
|
};
|
|
@@ -472,17 +501,18 @@ export declare const Default: StoryFn<{
|
|
|
472
501
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
473
502
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
474
503
|
}>, {}, {}, {}, {}, {
|
|
475
|
-
|
|
504
|
+
color: string;
|
|
476
505
|
label: string;
|
|
506
|
+
padding: string;
|
|
507
|
+
value: string;
|
|
508
|
+
options: unknown[];
|
|
477
509
|
readonly: boolean;
|
|
478
510
|
placeholder: string;
|
|
479
511
|
margin: string;
|
|
480
|
-
padding: string;
|
|
481
512
|
width: string;
|
|
482
|
-
color: string;
|
|
483
513
|
disabled: boolean;
|
|
484
|
-
borderColor: string;
|
|
485
514
|
clearable: boolean;
|
|
515
|
+
borderColor: string;
|
|
486
516
|
inPadding: string;
|
|
487
517
|
}>;
|
|
488
518
|
__isFragment?: undefined;
|
|
@@ -549,6 +579,11 @@ export declare const Default: StoryFn<{
|
|
|
549
579
|
required: false;
|
|
550
580
|
default: string;
|
|
551
581
|
};
|
|
582
|
+
options: {
|
|
583
|
+
type: ArrayConstructor;
|
|
584
|
+
required: false;
|
|
585
|
+
default: () => never[];
|
|
586
|
+
};
|
|
552
587
|
modelValue: {
|
|
553
588
|
type: globalThis.PropType<unknown>;
|
|
554
589
|
};
|
|
@@ -561,17 +596,18 @@ export declare const Default: StoryFn<{
|
|
|
561
596
|
change: (...args: any[]) => void;
|
|
562
597
|
"update:modelValue": (value: unknown) => void;
|
|
563
598
|
}, string, {
|
|
564
|
-
|
|
599
|
+
color: string;
|
|
565
600
|
label: string;
|
|
601
|
+
padding: string;
|
|
602
|
+
value: string;
|
|
603
|
+
options: unknown[];
|
|
566
604
|
readonly: boolean;
|
|
567
605
|
placeholder: string;
|
|
568
606
|
margin: string;
|
|
569
|
-
padding: string;
|
|
570
607
|
width: string;
|
|
571
|
-
color: string;
|
|
572
608
|
disabled: boolean;
|
|
573
|
-
borderColor: string;
|
|
574
609
|
clearable: boolean;
|
|
610
|
+
borderColor: string;
|
|
575
611
|
inPadding: string;
|
|
576
612
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
577
613
|
$slots: {
|
|
@@ -59,6 +59,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
59
59
|
required: false;
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
|
+
options: {
|
|
63
|
+
type: ArrayConstructor;
|
|
64
|
+
required: false;
|
|
65
|
+
default: () => never[];
|
|
66
|
+
};
|
|
62
67
|
modelValue: {
|
|
63
68
|
type: globalThis.PropType<unknown>;
|
|
64
69
|
};
|
|
@@ -127,6 +132,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
127
132
|
required: false;
|
|
128
133
|
default: string;
|
|
129
134
|
};
|
|
135
|
+
options: {
|
|
136
|
+
type: ArrayConstructor;
|
|
137
|
+
required: false;
|
|
138
|
+
default: () => never[];
|
|
139
|
+
};
|
|
130
140
|
modelValue: {
|
|
131
141
|
type: globalThis.PropType<unknown>;
|
|
132
142
|
};
|
|
@@ -135,17 +145,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
135
145
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
136
146
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
137
147
|
}>, {
|
|
138
|
-
|
|
148
|
+
color: string;
|
|
139
149
|
label: string;
|
|
150
|
+
padding: string;
|
|
151
|
+
value: string;
|
|
152
|
+
options: unknown[];
|
|
140
153
|
readonly: boolean;
|
|
141
154
|
placeholder: string;
|
|
142
155
|
margin: string;
|
|
143
|
-
padding: string;
|
|
144
156
|
width: string;
|
|
145
|
-
color: string;
|
|
146
157
|
disabled: boolean;
|
|
147
|
-
borderColor: string;
|
|
148
158
|
clearable: boolean;
|
|
159
|
+
borderColor: string;
|
|
149
160
|
inPadding: string;
|
|
150
161
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
151
162
|
left?(_: {}): any;
|
|
@@ -35,8 +35,8 @@ declare const _default: {
|
|
|
35
35
|
top: string;
|
|
36
36
|
padding: string;
|
|
37
37
|
background: string;
|
|
38
|
-
shadow: boolean;
|
|
39
38
|
zIndex: number;
|
|
39
|
+
shadow: boolean;
|
|
40
40
|
divider: boolean;
|
|
41
41
|
dividerColor: string;
|
|
42
42
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -79,8 +79,8 @@ declare const _default: {
|
|
|
79
79
|
top: string;
|
|
80
80
|
padding: string;
|
|
81
81
|
background: string;
|
|
82
|
-
shadow: boolean;
|
|
83
82
|
zIndex: number;
|
|
83
|
+
shadow: boolean;
|
|
84
84
|
divider: boolean;
|
|
85
85
|
dividerColor: string;
|
|
86
86
|
}>;
|
|
@@ -120,8 +120,8 @@ declare const _default: {
|
|
|
120
120
|
top: string;
|
|
121
121
|
padding: string;
|
|
122
122
|
background: string;
|
|
123
|
-
shadow: boolean;
|
|
124
123
|
zIndex: number;
|
|
124
|
+
shadow: boolean;
|
|
125
125
|
divider: boolean;
|
|
126
126
|
dividerColor: string;
|
|
127
127
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -195,8 +195,8 @@ export declare const Default: StoryFn<{
|
|
|
195
195
|
top: string;
|
|
196
196
|
padding: string;
|
|
197
197
|
background: string;
|
|
198
|
-
shadow: boolean;
|
|
199
198
|
zIndex: number;
|
|
199
|
+
shadow: boolean;
|
|
200
200
|
divider: boolean;
|
|
201
201
|
dividerColor: string;
|
|
202
202
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -239,8 +239,8 @@ export declare const Default: StoryFn<{
|
|
|
239
239
|
top: string;
|
|
240
240
|
padding: string;
|
|
241
241
|
background: string;
|
|
242
|
-
shadow: boolean;
|
|
243
242
|
zIndex: number;
|
|
243
|
+
shadow: boolean;
|
|
244
244
|
divider: boolean;
|
|
245
245
|
dividerColor: string;
|
|
246
246
|
}>;
|
|
@@ -280,8 +280,8 @@ export declare const Default: StoryFn<{
|
|
|
280
280
|
top: string;
|
|
281
281
|
padding: string;
|
|
282
282
|
background: string;
|
|
283
|
-
shadow: boolean;
|
|
284
283
|
zIndex: number;
|
|
284
|
+
shadow: boolean;
|
|
285
285
|
divider: boolean;
|
|
286
286
|
dividerColor: string;
|
|
287
287
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -60,8 +60,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
60
60
|
top: string;
|
|
61
61
|
padding: string;
|
|
62
62
|
background: string;
|
|
63
|
-
shadow: boolean;
|
|
64
63
|
zIndex: number;
|
|
64
|
+
shadow: boolean;
|
|
65
65
|
divider: boolean;
|
|
66
66
|
dividerColor: string;
|
|
67
67
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
@@ -129,12 +129,12 @@ declare const _default: {
|
|
|
129
129
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
130
130
|
}>, {
|
|
131
131
|
string: string;
|
|
132
|
-
|
|
132
|
+
color: string;
|
|
133
133
|
padding: string;
|
|
134
|
+
margin: string;
|
|
134
135
|
width: string;
|
|
135
136
|
fontSize: string;
|
|
136
137
|
minWidth: string;
|
|
137
|
-
color: string;
|
|
138
138
|
justifyContent: string;
|
|
139
139
|
background: string;
|
|
140
140
|
fontWeight: string;
|
|
@@ -333,12 +333,12 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
333
333
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
334
334
|
}>, {
|
|
335
335
|
string: string;
|
|
336
|
-
|
|
336
|
+
color: string;
|
|
337
337
|
padding: string;
|
|
338
|
+
margin: string;
|
|
338
339
|
width: string;
|
|
339
340
|
fontSize: string;
|
|
340
341
|
minWidth: string;
|
|
341
|
-
color: string;
|
|
342
342
|
justifyContent: string;
|
|
343
343
|
background: string;
|
|
344
344
|
fontWeight: string;
|
|
@@ -126,12 +126,12 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
126
126
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}>, {
|
|
128
128
|
string: string;
|
|
129
|
-
|
|
129
|
+
color: string;
|
|
130
130
|
padding: string;
|
|
131
|
+
margin: string;
|
|
131
132
|
width: string;
|
|
132
133
|
fontSize: string;
|
|
133
134
|
minWidth: string;
|
|
134
|
-
color: string;
|
|
135
135
|
justifyContent: string;
|
|
136
136
|
background: string;
|
|
137
137
|
fontWeight: string;
|
|
@@ -52,16 +52,14 @@ declare const _default: {
|
|
|
52
52
|
focus: (...args: any[]) => void;
|
|
53
53
|
"update:modelValue": (value: string) => void;
|
|
54
54
|
}, import('vue').PublicProps, {
|
|
55
|
+
color: string;
|
|
55
56
|
label: string;
|
|
57
|
+
padding: string;
|
|
56
58
|
resize: string;
|
|
57
59
|
mask: string;
|
|
58
60
|
margin: string;
|
|
59
|
-
padding: string;
|
|
60
|
-
color: string;
|
|
61
61
|
borderColor: string;
|
|
62
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
63
|
-
textarea: HTMLTextAreaElement;
|
|
64
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
62
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
65
63
|
P: {};
|
|
66
64
|
B: {};
|
|
67
65
|
D: {};
|
|
@@ -113,12 +111,12 @@ declare const _default: {
|
|
|
113
111
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
114
112
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
115
113
|
}>, {}, {}, {}, {}, {
|
|
114
|
+
color: string;
|
|
116
115
|
label: string;
|
|
116
|
+
padding: string;
|
|
117
117
|
resize: string;
|
|
118
118
|
mask: string;
|
|
119
119
|
margin: string;
|
|
120
|
-
padding: string;
|
|
121
|
-
color: string;
|
|
122
120
|
borderColor: string;
|
|
123
121
|
}>;
|
|
124
122
|
__isFragment?: undefined;
|
|
@@ -174,12 +172,12 @@ declare const _default: {
|
|
|
174
172
|
focus: (...args: any[]) => void;
|
|
175
173
|
"update:modelValue": (value: string) => void;
|
|
176
174
|
}, string, {
|
|
175
|
+
color: string;
|
|
177
176
|
label: string;
|
|
177
|
+
padding: string;
|
|
178
178
|
resize: string;
|
|
179
179
|
mask: string;
|
|
180
180
|
margin: string;
|
|
181
|
-
padding: string;
|
|
182
|
-
color: string;
|
|
183
181
|
borderColor: string;
|
|
184
182
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
185
183
|
$slots: {
|
|
@@ -278,16 +276,14 @@ export declare const Default: StoryFn<{
|
|
|
278
276
|
focus: (...args: any[]) => void;
|
|
279
277
|
"update:modelValue": (value: string) => void;
|
|
280
278
|
}, import('vue').PublicProps, {
|
|
279
|
+
color: string;
|
|
281
280
|
label: string;
|
|
281
|
+
padding: string;
|
|
282
282
|
resize: string;
|
|
283
283
|
mask: string;
|
|
284
284
|
margin: string;
|
|
285
|
-
padding: string;
|
|
286
|
-
color: string;
|
|
287
285
|
borderColor: string;
|
|
288
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
289
|
-
textarea: HTMLTextAreaElement;
|
|
290
|
-
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
286
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
291
287
|
P: {};
|
|
292
288
|
B: {};
|
|
293
289
|
D: {};
|
|
@@ -339,12 +335,12 @@ export declare const Default: StoryFn<{
|
|
|
339
335
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
340
336
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
341
337
|
}>, {}, {}, {}, {}, {
|
|
338
|
+
color: string;
|
|
342
339
|
label: string;
|
|
340
|
+
padding: string;
|
|
343
341
|
resize: string;
|
|
344
342
|
mask: string;
|
|
345
343
|
margin: string;
|
|
346
|
-
padding: string;
|
|
347
|
-
color: string;
|
|
348
344
|
borderColor: string;
|
|
349
345
|
}>;
|
|
350
346
|
__isFragment?: undefined;
|
|
@@ -400,12 +396,12 @@ export declare const Default: StoryFn<{
|
|
|
400
396
|
focus: (...args: any[]) => void;
|
|
401
397
|
"update:modelValue": (value: string) => void;
|
|
402
398
|
}, string, {
|
|
399
|
+
color: string;
|
|
403
400
|
label: string;
|
|
401
|
+
padding: string;
|
|
404
402
|
resize: string;
|
|
405
403
|
mask: string;
|
|
406
404
|
margin: string;
|
|
407
|
-
padding: string;
|
|
408
|
-
color: string;
|
|
409
405
|
borderColor: string;
|
|
410
406
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
411
407
|
$slots: {
|
|
@@ -87,16 +87,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
87
87
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
88
88
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
89
89
|
}>, {
|
|
90
|
+
color: string;
|
|
90
91
|
label: string;
|
|
92
|
+
padding: string;
|
|
91
93
|
resize: string;
|
|
92
94
|
mask: string;
|
|
93
95
|
margin: string;
|
|
94
|
-
padding: string;
|
|
95
|
-
color: string;
|
|
96
96
|
borderColor: string;
|
|
97
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
98
|
-
textarea: HTMLTextAreaElement;
|
|
99
|
-
}, HTMLDivElement>, {
|
|
97
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
100
98
|
default?(_: {}): any;
|
|
101
99
|
right?(_: {}): any;
|
|
102
100
|
}>;
|
|
@@ -15,9 +15,9 @@ import { default as PSticky } from './PSticky/PSticky.vue';
|
|
|
15
15
|
import { default as PString } from './PString/PString.vue';
|
|
16
16
|
import { default as PTable } from './PTable/PTable.vue';
|
|
17
17
|
import { default as PTextarea } from './PTextarea/PTextarea.vue';
|
|
18
|
-
import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
|
|
19
18
|
import { default as PTooltip } from './PTooltip/PTooltip.vue';
|
|
19
|
+
import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
|
|
20
20
|
export default function install(app: {
|
|
21
21
|
component: (a: string, b: unknown) => void;
|
|
22
22
|
}): void;
|
|
23
|
-
export { PButton, PCheckBox, PDatePicker, PFlex, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTextarea,
|
|
23
|
+
export { PButton, PCheckBox, PDatePicker, PFlex, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, PRadio, PRightSlider, PSelect, PSticky, PString, PTable, PTextarea, PTooltip, PTopSlider, };
|
|
@@ -14,10 +14,8 @@ import { default as GridContainer } from './GridContainer.vue';
|
|
|
14
14
|
import { default as InfoItem } from './InfoItem.vue';
|
|
15
15
|
import { default as InfoItemSelectButtons } from './InfoItemSelectButtons.vue';
|
|
16
16
|
import { default as LeftRightContainer } from './LeftRightContainer.vue';
|
|
17
|
-
import { default as MessageBody } from './MessageBody.vue';
|
|
18
17
|
import { default as PageNotFound } from './pages/PageNotFound.vue';
|
|
19
18
|
import { default as PAutocomplete } from './PAutocomplete.vue';
|
|
20
|
-
import { default as PDialog } from './PDialog.vue';
|
|
21
19
|
import { default as PhoneForm } from './PhoneForm.vue';
|
|
22
20
|
import { default as PLoader } from './PLoader.vue';
|
|
23
21
|
import { default as PPagination } from './PPagination.vue';
|
|
@@ -35,4 +33,4 @@ import { default as TopSliderContainer } from './TopSliderContainer.vue';
|
|
|
35
33
|
export default function install(app: {
|
|
36
34
|
component: (a: string, b: unknown) => void;
|
|
37
35
|
}): void;
|
|
38
|
-
export { AdaptiveContainer, AdaptiveContainerHorizontal,
|
|
36
|
+
export { AdaptiveContainer, AdaptiveContainerHorizontal, CarouselImages, ContextWindow, DateInputRange, DateInputRange_v2, DropList, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, InfoItem, InfoItemSelectButtons, LeftRightContainer, PageNotFound, PAutocomplete, PhoneForm, PLoader, PPagination, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, };
|
|
@@ -103,9 +103,9 @@ declare const _default: {
|
|
|
103
103
|
}>> & Readonly<{
|
|
104
104
|
onChangeActiveId?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
}>, {
|
|
106
|
+
padding: string;
|
|
106
107
|
title: string;
|
|
107
108
|
margin: string;
|
|
108
|
-
padding: string;
|
|
109
109
|
background: string;
|
|
110
110
|
tabId: string;
|
|
111
111
|
activeId: string;
|
|
@@ -257,9 +257,9 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
257
257
|
}>> & Readonly<{
|
|
258
258
|
onChangeActiveId?: ((...args: any[]) => any) | undefined;
|
|
259
259
|
}>, {
|
|
260
|
+
padding: string;
|
|
260
261
|
title: string;
|
|
261
262
|
margin: string;
|
|
262
|
-
padding: string;
|
|
263
263
|
background: string;
|
|
264
264
|
tabId: string;
|
|
265
265
|
activeId: string;
|
|
@@ -101,9 +101,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
101
101
|
}>> & Readonly<{
|
|
102
102
|
onChangeActiveId?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
|
+
padding: string;
|
|
104
105
|
title: string;
|
|
105
106
|
margin: string;
|
|
106
|
-
padding: string;
|
|
107
107
|
background: string;
|
|
108
108
|
tabId: string;
|
|
109
109
|
activeId: string;
|
|
@@ -52,8 +52,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{}>, {
|
|
54
54
|
top: string;
|
|
55
|
-
margin: string;
|
|
56
55
|
padding: string;
|
|
56
|
+
margin: string;
|
|
57
57
|
background: string;
|
|
58
58
|
zIndex: number;
|
|
59
59
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|