sprof 0.1.55 → 0.2.1
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-D2rsuyBZ.js +50 -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 +2 -2
- 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 +3 -3
- package/dist/core/components/PAutocomplete.vue.d.ts +1 -1
- package/dist/core/components/PPagination.vue.d.ts +2 -8
- package/dist/core/components/RemoteSearch.stories.d.ts +6 -6
- package/dist/core/components/RemoteSearch.vue.d.ts +5 -5
- package/dist/core/components/RightSliderContainer.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +12 -12
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +2 -2
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +12 -12
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +2 -2
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +1 -1
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +1 -1
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +42 -42
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +8 -8
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +24 -24
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +4 -4
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +24 -24
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +4 -4
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +18 -18
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +3 -3
- 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 +10 -10
- package/dist/core/components/atoms/PString/PString.vue.d.ts +5 -5
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +6 -6
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +1 -1
- package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +12 -12
- package/dist/core/components/atoms/index.d.ts +2 -2
- package/dist/core/components/components.d.ts +1 -1
- package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +6 -6
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +24 -28
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +12 -14
- package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +6 -6
- package/dist/core/components/organisms/PTabs/PTabs.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/BaseStore.d.ts +1 -2
- package/dist/core/helpers/Classes.d.ts +2 -4
- package/dist/core/interfaces/index.d.ts +11 -2
- package/dist/core/store/index.d.ts +0 -8
- package/dist/index-CkqPv_mq.js +7517 -0
- package/dist/index.d.ts +2 -4
- 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 +4 -13841
- package/dist/sprof.umd.cjs +14 -33
- package/dist/style.css +1 -1
- package/package.json +3 -1
|
@@ -101,11 +101,11 @@ declare const _default: {
|
|
|
101
101
|
}>, {
|
|
102
102
|
label: string;
|
|
103
103
|
margin: string;
|
|
104
|
+
disabled: boolean;
|
|
104
105
|
padding: string;
|
|
105
106
|
color: string;
|
|
106
107
|
max: number;
|
|
107
108
|
min: number;
|
|
108
|
-
disabled: boolean;
|
|
109
109
|
step: number;
|
|
110
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
111
111
|
tags: string[];
|
|
@@ -99,11 +99,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
99
99
|
}>, {
|
|
100
100
|
label: string;
|
|
101
101
|
margin: string;
|
|
102
|
+
disabled: boolean;
|
|
102
103
|
padding: string;
|
|
103
104
|
color: string;
|
|
104
105
|
max: number;
|
|
105
106
|
min: number;
|
|
106
|
-
disabled: boolean;
|
|
107
107
|
step: number;
|
|
108
108
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
109
109
|
export default _default;
|
|
@@ -3,7 +3,7 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: {
|
|
5
5
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
6
|
-
|
|
6
|
+
string: {
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
required: false;
|
|
9
9
|
default: string;
|
|
@@ -68,17 +68,17 @@ declare const _default: {
|
|
|
68
68
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
69
69
|
click: (...args: any[]) => void;
|
|
70
70
|
}, import('vue').PublicProps, {
|
|
71
|
-
|
|
71
|
+
string: string;
|
|
72
72
|
margin: string;
|
|
73
73
|
padding: string;
|
|
74
|
-
width: string;
|
|
75
|
-
fontSize: string;
|
|
76
|
-
minWidth: string;
|
|
77
74
|
color: string;
|
|
78
|
-
justifyContent: string;
|
|
79
75
|
background: string;
|
|
80
|
-
|
|
76
|
+
width: string;
|
|
77
|
+
minWidth: string;
|
|
81
78
|
customClass: string;
|
|
79
|
+
fontSize: string;
|
|
80
|
+
fontWeight: string;
|
|
81
|
+
justifyContent: string;
|
|
82
82
|
isHtml: boolean;
|
|
83
83
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
84
84
|
P: {};
|
|
@@ -88,7 +88,7 @@ declare const _default: {
|
|
|
88
88
|
M: {};
|
|
89
89
|
Defaults: {};
|
|
90
90
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
91
|
-
|
|
91
|
+
string: {
|
|
92
92
|
type: StringConstructor;
|
|
93
93
|
required: false;
|
|
94
94
|
default: string;
|
|
@@ -151,24 +151,24 @@ declare const _default: {
|
|
|
151
151
|
}>> & Readonly<{
|
|
152
152
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
153
153
|
}>, {}, {}, {}, {}, {
|
|
154
|
-
|
|
154
|
+
string: string;
|
|
155
155
|
margin: string;
|
|
156
156
|
padding: string;
|
|
157
|
-
width: string;
|
|
158
|
-
fontSize: string;
|
|
159
|
-
minWidth: string;
|
|
160
157
|
color: string;
|
|
161
|
-
justifyContent: string;
|
|
162
158
|
background: string;
|
|
163
|
-
|
|
159
|
+
width: string;
|
|
160
|
+
minWidth: string;
|
|
164
161
|
customClass: string;
|
|
162
|
+
fontSize: string;
|
|
163
|
+
fontWeight: string;
|
|
164
|
+
justifyContent: string;
|
|
165
165
|
isHtml: boolean;
|
|
166
166
|
}>;
|
|
167
167
|
__isFragment?: undefined;
|
|
168
168
|
__isTeleport?: undefined;
|
|
169
169
|
__isSuspense?: undefined;
|
|
170
170
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
171
|
-
|
|
171
|
+
string: {
|
|
172
172
|
type: StringConstructor;
|
|
173
173
|
required: false;
|
|
174
174
|
default: string;
|
|
@@ -233,17 +233,17 @@ declare const _default: {
|
|
|
233
233
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
234
234
|
click: (...args: any[]) => void;
|
|
235
235
|
}, string, {
|
|
236
|
-
|
|
236
|
+
string: string;
|
|
237
237
|
margin: string;
|
|
238
238
|
padding: string;
|
|
239
|
-
width: string;
|
|
240
|
-
fontSize: string;
|
|
241
|
-
minWidth: string;
|
|
242
239
|
color: string;
|
|
243
|
-
justifyContent: string;
|
|
244
240
|
background: string;
|
|
245
|
-
|
|
241
|
+
width: string;
|
|
242
|
+
minWidth: string;
|
|
246
243
|
customClass: string;
|
|
244
|
+
fontSize: string;
|
|
245
|
+
fontWeight: string;
|
|
246
|
+
justifyContent: string;
|
|
247
247
|
isHtml: boolean;
|
|
248
248
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
249
249
|
$slots: {
|
|
@@ -316,7 +316,7 @@ declare const _default: {
|
|
|
316
316
|
export default _default;
|
|
317
317
|
export declare const Default: StoryFn<{
|
|
318
318
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
319
|
-
|
|
319
|
+
string: {
|
|
320
320
|
type: StringConstructor;
|
|
321
321
|
required: false;
|
|
322
322
|
default: string;
|
|
@@ -381,17 +381,17 @@ export declare const Default: StoryFn<{
|
|
|
381
381
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
382
382
|
click: (...args: any[]) => void;
|
|
383
383
|
}, import('vue').PublicProps, {
|
|
384
|
-
|
|
384
|
+
string: string;
|
|
385
385
|
margin: string;
|
|
386
386
|
padding: string;
|
|
387
|
-
width: string;
|
|
388
|
-
fontSize: string;
|
|
389
|
-
minWidth: string;
|
|
390
387
|
color: string;
|
|
391
|
-
justifyContent: string;
|
|
392
388
|
background: string;
|
|
393
|
-
|
|
389
|
+
width: string;
|
|
390
|
+
minWidth: string;
|
|
394
391
|
customClass: string;
|
|
392
|
+
fontSize: string;
|
|
393
|
+
fontWeight: string;
|
|
394
|
+
justifyContent: string;
|
|
395
395
|
isHtml: boolean;
|
|
396
396
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
397
397
|
P: {};
|
|
@@ -401,7 +401,7 @@ export declare const Default: StoryFn<{
|
|
|
401
401
|
M: {};
|
|
402
402
|
Defaults: {};
|
|
403
403
|
}, Readonly<globalThis.ExtractPropTypes<{
|
|
404
|
-
|
|
404
|
+
string: {
|
|
405
405
|
type: StringConstructor;
|
|
406
406
|
required: false;
|
|
407
407
|
default: string;
|
|
@@ -464,24 +464,24 @@ export declare const Default: StoryFn<{
|
|
|
464
464
|
}>> & Readonly<{
|
|
465
465
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
466
466
|
}>, {}, {}, {}, {}, {
|
|
467
|
-
|
|
467
|
+
string: string;
|
|
468
468
|
margin: string;
|
|
469
469
|
padding: string;
|
|
470
|
-
width: string;
|
|
471
|
-
fontSize: string;
|
|
472
|
-
minWidth: string;
|
|
473
470
|
color: string;
|
|
474
|
-
justifyContent: string;
|
|
475
471
|
background: string;
|
|
476
|
-
|
|
472
|
+
width: string;
|
|
473
|
+
minWidth: string;
|
|
477
474
|
customClass: string;
|
|
475
|
+
fontSize: string;
|
|
476
|
+
fontWeight: string;
|
|
477
|
+
justifyContent: string;
|
|
478
478
|
isHtml: boolean;
|
|
479
479
|
}>;
|
|
480
480
|
__isFragment?: undefined;
|
|
481
481
|
__isTeleport?: undefined;
|
|
482
482
|
__isSuspense?: undefined;
|
|
483
483
|
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
484
|
-
|
|
484
|
+
string: {
|
|
485
485
|
type: StringConstructor;
|
|
486
486
|
required: false;
|
|
487
487
|
default: string;
|
|
@@ -546,17 +546,17 @@ export declare const Default: StoryFn<{
|
|
|
546
546
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
547
547
|
click: (...args: any[]) => void;
|
|
548
548
|
}, string, {
|
|
549
|
-
|
|
549
|
+
string: string;
|
|
550
550
|
margin: string;
|
|
551
551
|
padding: string;
|
|
552
|
-
width: string;
|
|
553
|
-
fontSize: string;
|
|
554
|
-
minWidth: string;
|
|
555
552
|
color: string;
|
|
556
|
-
justifyContent: string;
|
|
557
553
|
background: string;
|
|
558
|
-
|
|
554
|
+
width: string;
|
|
555
|
+
minWidth: string;
|
|
559
556
|
customClass: string;
|
|
557
|
+
fontSize: string;
|
|
558
|
+
fontWeight: string;
|
|
559
|
+
justifyContent: string;
|
|
560
560
|
isHtml: boolean;
|
|
561
561
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
562
562
|
$slots: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
|
|
2
|
+
string: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: false;
|
|
5
5
|
default: string;
|
|
@@ -62,7 +62,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
62
62
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
63
63
|
click: (...args: any[]) => void;
|
|
64
64
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
65
|
-
|
|
65
|
+
string: {
|
|
66
66
|
type: StringConstructor;
|
|
67
67
|
required: false;
|
|
68
68
|
default: string;
|
|
@@ -125,17 +125,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
125
125
|
}>> & Readonly<{
|
|
126
126
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}>, {
|
|
128
|
-
|
|
128
|
+
string: string;
|
|
129
129
|
margin: string;
|
|
130
130
|
padding: string;
|
|
131
|
-
width: string;
|
|
132
|
-
fontSize: string;
|
|
133
|
-
minWidth: string;
|
|
134
131
|
color: string;
|
|
135
|
-
justifyContent: string;
|
|
136
132
|
background: string;
|
|
137
|
-
|
|
133
|
+
width: string;
|
|
134
|
+
minWidth: string;
|
|
138
135
|
customClass: string;
|
|
136
|
+
fontSize: string;
|
|
137
|
+
fontWeight: string;
|
|
138
|
+
justifyContent: string;
|
|
139
139
|
isHtml: boolean;
|
|
140
140
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
141
141
|
default?(_: {}): any;
|
|
@@ -56,14 +56,14 @@ declare const _default: {
|
|
|
56
56
|
}, import('vue').PublicProps, {
|
|
57
57
|
shift: boolean;
|
|
58
58
|
open: boolean;
|
|
59
|
-
height: string;
|
|
60
59
|
background: string;
|
|
61
|
-
|
|
60
|
+
height: string;
|
|
61
|
+
titleOpen: string;
|
|
62
|
+
titleClose: string;
|
|
62
63
|
border: boolean;
|
|
64
|
+
shadow: boolean;
|
|
63
65
|
widthClosed: string;
|
|
64
66
|
widthOpened: string;
|
|
65
|
-
titleOpen: string;
|
|
66
|
-
titleClose: string;
|
|
67
67
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
68
68
|
P: {};
|
|
69
69
|
B: {};
|
|
@@ -123,14 +123,14 @@ declare const _default: {
|
|
|
123
123
|
}>, {}, {}, {}, {}, {
|
|
124
124
|
shift: boolean;
|
|
125
125
|
open: boolean;
|
|
126
|
-
height: string;
|
|
127
126
|
background: string;
|
|
128
|
-
|
|
127
|
+
height: string;
|
|
128
|
+
titleOpen: string;
|
|
129
|
+
titleClose: string;
|
|
129
130
|
border: boolean;
|
|
131
|
+
shadow: boolean;
|
|
130
132
|
widthClosed: string;
|
|
131
133
|
widthOpened: string;
|
|
132
|
-
titleOpen: string;
|
|
133
|
-
titleClose: string;
|
|
134
134
|
}>;
|
|
135
135
|
__isFragment?: undefined;
|
|
136
136
|
__isTeleport?: undefined;
|
|
@@ -189,14 +189,14 @@ declare const _default: {
|
|
|
189
189
|
}, string, {
|
|
190
190
|
shift: boolean;
|
|
191
191
|
open: boolean;
|
|
192
|
-
height: string;
|
|
193
192
|
background: string;
|
|
194
|
-
|
|
193
|
+
height: string;
|
|
194
|
+
titleOpen: string;
|
|
195
|
+
titleClose: string;
|
|
195
196
|
border: boolean;
|
|
197
|
+
shadow: boolean;
|
|
196
198
|
widthClosed: string;
|
|
197
199
|
widthOpened: string;
|
|
198
|
-
titleOpen: string;
|
|
199
|
-
titleClose: string;
|
|
200
200
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
201
201
|
$slots: {
|
|
202
202
|
default?(_: {}): any;
|
|
@@ -301,14 +301,14 @@ export declare const Default: StoryFn<{
|
|
|
301
301
|
}, import('vue').PublicProps, {
|
|
302
302
|
shift: boolean;
|
|
303
303
|
open: boolean;
|
|
304
|
-
height: string;
|
|
305
304
|
background: string;
|
|
306
|
-
|
|
305
|
+
height: string;
|
|
306
|
+
titleOpen: string;
|
|
307
|
+
titleClose: string;
|
|
307
308
|
border: boolean;
|
|
309
|
+
shadow: boolean;
|
|
308
310
|
widthClosed: string;
|
|
309
311
|
widthOpened: string;
|
|
310
|
-
titleOpen: string;
|
|
311
|
-
titleClose: string;
|
|
312
312
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
313
313
|
P: {};
|
|
314
314
|
B: {};
|
|
@@ -368,14 +368,14 @@ export declare const Default: StoryFn<{
|
|
|
368
368
|
}>, {}, {}, {}, {}, {
|
|
369
369
|
shift: boolean;
|
|
370
370
|
open: boolean;
|
|
371
|
-
height: string;
|
|
372
371
|
background: string;
|
|
373
|
-
|
|
372
|
+
height: string;
|
|
373
|
+
titleOpen: string;
|
|
374
|
+
titleClose: string;
|
|
374
375
|
border: boolean;
|
|
376
|
+
shadow: boolean;
|
|
375
377
|
widthClosed: string;
|
|
376
378
|
widthOpened: string;
|
|
377
|
-
titleOpen: string;
|
|
378
|
-
titleClose: string;
|
|
379
379
|
}>;
|
|
380
380
|
__isFragment?: undefined;
|
|
381
381
|
__isTeleport?: undefined;
|
|
@@ -434,14 +434,14 @@ export declare const Default: StoryFn<{
|
|
|
434
434
|
}, string, {
|
|
435
435
|
shift: boolean;
|
|
436
436
|
open: boolean;
|
|
437
|
-
height: string;
|
|
438
437
|
background: string;
|
|
439
|
-
|
|
438
|
+
height: string;
|
|
439
|
+
titleOpen: string;
|
|
440
|
+
titleClose: string;
|
|
440
441
|
border: boolean;
|
|
442
|
+
shadow: boolean;
|
|
441
443
|
widthClosed: string;
|
|
442
444
|
widthOpened: string;
|
|
443
|
-
titleOpen: string;
|
|
444
|
-
titleClose: string;
|
|
445
445
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
446
446
|
$slots: {
|
|
447
447
|
default?(_: {}): any;
|
|
@@ -99,14 +99,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
99
99
|
}>, {
|
|
100
100
|
shift: boolean;
|
|
101
101
|
open: boolean;
|
|
102
|
-
height: string;
|
|
103
102
|
background: string;
|
|
104
|
-
|
|
103
|
+
height: string;
|
|
104
|
+
titleOpen: string;
|
|
105
|
+
titleClose: string;
|
|
105
106
|
border: boolean;
|
|
107
|
+
shadow: boolean;
|
|
106
108
|
widthClosed: string;
|
|
107
109
|
widthOpened: string;
|
|
108
|
-
titleOpen: string;
|
|
109
|
-
titleClose: string;
|
|
110
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
111
111
|
default?(_: {}): any;
|
|
112
112
|
}>;
|
|
@@ -56,14 +56,14 @@ declare const _default: {
|
|
|
56
56
|
}, import('vue').PublicProps, {
|
|
57
57
|
shift: boolean;
|
|
58
58
|
open: boolean;
|
|
59
|
-
height: string;
|
|
60
59
|
background: string;
|
|
61
|
-
|
|
60
|
+
height: string;
|
|
61
|
+
titleOpen: string;
|
|
62
|
+
titleClose: string;
|
|
62
63
|
border: boolean;
|
|
64
|
+
shadow: boolean;
|
|
63
65
|
widthClosed: string;
|
|
64
66
|
widthOpened: string;
|
|
65
|
-
titleOpen: string;
|
|
66
|
-
titleClose: string;
|
|
67
67
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
68
68
|
P: {};
|
|
69
69
|
B: {};
|
|
@@ -123,14 +123,14 @@ declare const _default: {
|
|
|
123
123
|
}>, {}, {}, {}, {}, {
|
|
124
124
|
shift: boolean;
|
|
125
125
|
open: boolean;
|
|
126
|
-
height: string;
|
|
127
126
|
background: string;
|
|
128
|
-
|
|
127
|
+
height: string;
|
|
128
|
+
titleOpen: string;
|
|
129
|
+
titleClose: string;
|
|
129
130
|
border: boolean;
|
|
131
|
+
shadow: boolean;
|
|
130
132
|
widthClosed: string;
|
|
131
133
|
widthOpened: string;
|
|
132
|
-
titleOpen: string;
|
|
133
|
-
titleClose: string;
|
|
134
134
|
}>;
|
|
135
135
|
__isFragment?: undefined;
|
|
136
136
|
__isTeleport?: undefined;
|
|
@@ -189,14 +189,14 @@ declare const _default: {
|
|
|
189
189
|
}, string, {
|
|
190
190
|
shift: boolean;
|
|
191
191
|
open: boolean;
|
|
192
|
-
height: string;
|
|
193
192
|
background: string;
|
|
194
|
-
|
|
193
|
+
height: string;
|
|
194
|
+
titleOpen: string;
|
|
195
|
+
titleClose: string;
|
|
195
196
|
border: boolean;
|
|
197
|
+
shadow: boolean;
|
|
196
198
|
widthClosed: string;
|
|
197
199
|
widthOpened: string;
|
|
198
|
-
titleOpen: string;
|
|
199
|
-
titleClose: string;
|
|
200
200
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
201
201
|
$slots: {
|
|
202
202
|
content?(_: {}): any;
|
|
@@ -298,14 +298,14 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
298
298
|
}, import('vue').PublicProps, {
|
|
299
299
|
shift: boolean;
|
|
300
300
|
open: boolean;
|
|
301
|
-
height: string;
|
|
302
301
|
background: string;
|
|
303
|
-
|
|
302
|
+
height: string;
|
|
303
|
+
titleOpen: string;
|
|
304
|
+
titleClose: string;
|
|
304
305
|
border: boolean;
|
|
306
|
+
shadow: boolean;
|
|
305
307
|
widthClosed: string;
|
|
306
308
|
widthOpened: string;
|
|
307
|
-
titleOpen: string;
|
|
308
|
-
titleClose: string;
|
|
309
309
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
310
310
|
P: {};
|
|
311
311
|
B: {};
|
|
@@ -365,14 +365,14 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
365
365
|
}>, {}, {}, {}, {}, {
|
|
366
366
|
shift: boolean;
|
|
367
367
|
open: boolean;
|
|
368
|
-
height: string;
|
|
369
368
|
background: string;
|
|
370
|
-
|
|
369
|
+
height: string;
|
|
370
|
+
titleOpen: string;
|
|
371
|
+
titleClose: string;
|
|
371
372
|
border: boolean;
|
|
373
|
+
shadow: boolean;
|
|
372
374
|
widthClosed: string;
|
|
373
375
|
widthOpened: string;
|
|
374
|
-
titleOpen: string;
|
|
375
|
-
titleClose: string;
|
|
376
376
|
}>;
|
|
377
377
|
__isFragment?: undefined;
|
|
378
378
|
__isTeleport?: undefined;
|
|
@@ -431,14 +431,14 @@ export declare const DefaultSlider: StoryFn<{
|
|
|
431
431
|
}, string, {
|
|
432
432
|
shift: boolean;
|
|
433
433
|
open: boolean;
|
|
434
|
-
height: string;
|
|
435
434
|
background: string;
|
|
436
|
-
|
|
435
|
+
height: string;
|
|
436
|
+
titleOpen: string;
|
|
437
|
+
titleClose: string;
|
|
437
438
|
border: boolean;
|
|
439
|
+
shadow: boolean;
|
|
438
440
|
widthClosed: string;
|
|
439
441
|
widthOpened: string;
|
|
440
|
-
titleOpen: string;
|
|
441
|
-
titleClose: string;
|
|
442
442
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
443
443
|
$slots: {
|
|
444
444
|
content?(_: {}): any;
|
|
@@ -99,14 +99,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
99
99
|
}>, {
|
|
100
100
|
shift: boolean;
|
|
101
101
|
open: boolean;
|
|
102
|
-
height: string;
|
|
103
102
|
background: string;
|
|
104
|
-
|
|
103
|
+
height: string;
|
|
104
|
+
titleOpen: string;
|
|
105
|
+
titleClose: string;
|
|
105
106
|
border: boolean;
|
|
107
|
+
shadow: boolean;
|
|
106
108
|
widthClosed: string;
|
|
107
109
|
widthOpened: string;
|
|
108
|
-
titleOpen: string;
|
|
109
|
-
titleClose: string;
|
|
110
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
111
111
|
content?(_: {}): any;
|
|
112
112
|
default?(_: {}): any;
|
|
@@ -80,11 +80,11 @@ declare const _default: {
|
|
|
80
80
|
readonly: boolean;
|
|
81
81
|
placeholder: string;
|
|
82
82
|
margin: string;
|
|
83
|
-
padding: string;
|
|
84
|
-
width: string;
|
|
85
|
-
color: string;
|
|
86
83
|
disabled: boolean;
|
|
84
|
+
padding: string;
|
|
87
85
|
borderColor: string;
|
|
86
|
+
color: string;
|
|
87
|
+
width: string;
|
|
88
88
|
clearable: boolean;
|
|
89
89
|
inPadding: string;
|
|
90
90
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -168,11 +168,11 @@ declare const _default: {
|
|
|
168
168
|
readonly: boolean;
|
|
169
169
|
placeholder: string;
|
|
170
170
|
margin: string;
|
|
171
|
-
padding: string;
|
|
172
|
-
width: string;
|
|
173
|
-
color: string;
|
|
174
171
|
disabled: boolean;
|
|
172
|
+
padding: string;
|
|
175
173
|
borderColor: string;
|
|
174
|
+
color: string;
|
|
175
|
+
width: string;
|
|
176
176
|
clearable: boolean;
|
|
177
177
|
inPadding: string;
|
|
178
178
|
}>;
|
|
@@ -257,11 +257,11 @@ declare const _default: {
|
|
|
257
257
|
readonly: boolean;
|
|
258
258
|
placeholder: string;
|
|
259
259
|
margin: string;
|
|
260
|
-
padding: string;
|
|
261
|
-
width: string;
|
|
262
|
-
color: string;
|
|
263
260
|
disabled: boolean;
|
|
261
|
+
padding: string;
|
|
264
262
|
borderColor: string;
|
|
263
|
+
color: string;
|
|
264
|
+
width: string;
|
|
265
265
|
clearable: boolean;
|
|
266
266
|
inPadding: string;
|
|
267
267
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -389,11 +389,11 @@ export declare const Default: StoryFn<{
|
|
|
389
389
|
readonly: boolean;
|
|
390
390
|
placeholder: string;
|
|
391
391
|
margin: string;
|
|
392
|
-
padding: string;
|
|
393
|
-
width: string;
|
|
394
|
-
color: string;
|
|
395
392
|
disabled: boolean;
|
|
393
|
+
padding: string;
|
|
396
394
|
borderColor: string;
|
|
395
|
+
color: string;
|
|
396
|
+
width: string;
|
|
397
397
|
clearable: boolean;
|
|
398
398
|
inPadding: string;
|
|
399
399
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -477,11 +477,11 @@ export declare const Default: StoryFn<{
|
|
|
477
477
|
readonly: boolean;
|
|
478
478
|
placeholder: string;
|
|
479
479
|
margin: string;
|
|
480
|
-
padding: string;
|
|
481
|
-
width: string;
|
|
482
|
-
color: string;
|
|
483
480
|
disabled: boolean;
|
|
481
|
+
padding: string;
|
|
484
482
|
borderColor: string;
|
|
483
|
+
color: string;
|
|
484
|
+
width: string;
|
|
485
485
|
clearable: boolean;
|
|
486
486
|
inPadding: string;
|
|
487
487
|
}>;
|
|
@@ -566,11 +566,11 @@ export declare const Default: StoryFn<{
|
|
|
566
566
|
readonly: boolean;
|
|
567
567
|
placeholder: string;
|
|
568
568
|
margin: string;
|
|
569
|
-
padding: string;
|
|
570
|
-
width: string;
|
|
571
|
-
color: string;
|
|
572
569
|
disabled: boolean;
|
|
570
|
+
padding: string;
|
|
573
571
|
borderColor: string;
|
|
572
|
+
color: string;
|
|
573
|
+
width: string;
|
|
574
574
|
clearable: boolean;
|
|
575
575
|
inPadding: string;
|
|
576
576
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -140,11 +140,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
140
140
|
readonly: boolean;
|
|
141
141
|
placeholder: string;
|
|
142
142
|
margin: string;
|
|
143
|
-
padding: string;
|
|
144
|
-
width: string;
|
|
145
|
-
color: string;
|
|
146
143
|
disabled: boolean;
|
|
144
|
+
padding: string;
|
|
147
145
|
borderColor: string;
|
|
146
|
+
color: string;
|
|
147
|
+
width: string;
|
|
148
148
|
clearable: boolean;
|
|
149
149
|
inPadding: string;
|
|
150
150
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, 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 () => {
|