sprof 0.1.57 → 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/Classes.d.ts +2 -4
- package/dist/core/interfaces/index.d.ts +11 -2
- 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 -13833
- package/dist/sprof.umd.cjs +14 -33
- package/dist/style.css +1 -1
- package/package.json +3 -1
|
@@ -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>, {
|
|
@@ -131,14 +131,14 @@ declare const _default: {
|
|
|
131
131
|
string: string;
|
|
132
132
|
margin: string;
|
|
133
133
|
padding: string;
|
|
134
|
-
width: string;
|
|
135
|
-
fontSize: string;
|
|
136
|
-
minWidth: string;
|
|
137
134
|
color: string;
|
|
138
|
-
justifyContent: string;
|
|
139
135
|
background: string;
|
|
140
|
-
|
|
136
|
+
width: string;
|
|
137
|
+
minWidth: string;
|
|
141
138
|
customClass: string;
|
|
139
|
+
fontSize: string;
|
|
140
|
+
fontWeight: string;
|
|
141
|
+
justifyContent: string;
|
|
142
142
|
isHtml: boolean;
|
|
143
143
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
144
144
|
tags: string[];
|
|
@@ -335,13 +335,13 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
335
335
|
string: string;
|
|
336
336
|
margin: string;
|
|
337
337
|
padding: string;
|
|
338
|
-
width: string;
|
|
339
|
-
fontSize: string;
|
|
340
|
-
minWidth: string;
|
|
341
338
|
color: string;
|
|
342
|
-
justifyContent: string;
|
|
343
339
|
background: string;
|
|
344
|
-
|
|
340
|
+
width: string;
|
|
341
|
+
minWidth: string;
|
|
345
342
|
customClass: string;
|
|
343
|
+
fontSize: string;
|
|
344
|
+
fontWeight: string;
|
|
345
|
+
justifyContent: string;
|
|
346
346
|
isHtml: boolean;
|
|
347
347
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -128,14 +128,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
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
|
export default _default;
|
|
@@ -57,8 +57,8 @@ declare const _default: {
|
|
|
57
57
|
mask: string;
|
|
58
58
|
margin: string;
|
|
59
59
|
padding: string;
|
|
60
|
-
color: string;
|
|
61
60
|
borderColor: string;
|
|
61
|
+
color: string;
|
|
62
62
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
63
63
|
textarea: HTMLTextAreaElement;
|
|
64
64
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -118,8 +118,8 @@ declare const _default: {
|
|
|
118
118
|
mask: string;
|
|
119
119
|
margin: string;
|
|
120
120
|
padding: string;
|
|
121
|
-
color: string;
|
|
122
121
|
borderColor: string;
|
|
122
|
+
color: string;
|
|
123
123
|
}>;
|
|
124
124
|
__isFragment?: undefined;
|
|
125
125
|
__isTeleport?: undefined;
|
|
@@ -179,8 +179,8 @@ declare const _default: {
|
|
|
179
179
|
mask: string;
|
|
180
180
|
margin: string;
|
|
181
181
|
padding: string;
|
|
182
|
-
color: string;
|
|
183
182
|
borderColor: string;
|
|
183
|
+
color: string;
|
|
184
184
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
185
185
|
$slots: {
|
|
186
186
|
default?(_: {}): any;
|
|
@@ -283,8 +283,8 @@ export declare const Default: StoryFn<{
|
|
|
283
283
|
mask: string;
|
|
284
284
|
margin: string;
|
|
285
285
|
padding: string;
|
|
286
|
-
color: string;
|
|
287
286
|
borderColor: string;
|
|
287
|
+
color: string;
|
|
288
288
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
289
289
|
textarea: HTMLTextAreaElement;
|
|
290
290
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -344,8 +344,8 @@ export declare const Default: StoryFn<{
|
|
|
344
344
|
mask: string;
|
|
345
345
|
margin: string;
|
|
346
346
|
padding: string;
|
|
347
|
-
color: string;
|
|
348
347
|
borderColor: string;
|
|
348
|
+
color: string;
|
|
349
349
|
}>;
|
|
350
350
|
__isFragment?: undefined;
|
|
351
351
|
__isTeleport?: undefined;
|
|
@@ -405,8 +405,8 @@ export declare const Default: StoryFn<{
|
|
|
405
405
|
mask: string;
|
|
406
406
|
margin: string;
|
|
407
407
|
padding: string;
|
|
408
|
-
color: string;
|
|
409
408
|
borderColor: string;
|
|
409
|
+
color: string;
|
|
410
410
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
411
411
|
$slots: {
|
|
412
412
|
default?(_: {}): any;
|
|
@@ -92,8 +92,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
92
92
|
mask: string;
|
|
93
93
|
margin: string;
|
|
94
94
|
padding: string;
|
|
95
|
-
color: string;
|
|
96
95
|
borderColor: string;
|
|
96
|
+
color: string;
|
|
97
97
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
98
98
|
textarea: HTMLTextAreaElement;
|
|
99
99
|
}, HTMLDivElement>, {
|
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
|
14
14
|
required: false;
|
|
15
15
|
};
|
|
16
16
|
typeStyle: {
|
|
17
|
-
type: globalThis.PropType<"primary" | "success" | "warning" | "
|
|
17
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
18
18
|
default: string;
|
|
19
19
|
required: false;
|
|
20
20
|
};
|
|
@@ -37,7 +37,7 @@ declare const _default: {
|
|
|
37
37
|
timeout: number;
|
|
38
38
|
height: string;
|
|
39
39
|
tooltipText: string;
|
|
40
|
-
typeStyle: "primary" | "success" | "warning" | "
|
|
40
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
41
41
|
relPosition: "left" | "right";
|
|
42
42
|
level: "top" | "bottom";
|
|
43
43
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -59,7 +59,7 @@ declare const _default: {
|
|
|
59
59
|
required: false;
|
|
60
60
|
};
|
|
61
61
|
typeStyle: {
|
|
62
|
-
type: globalThis.PropType<"primary" | "success" | "warning" | "
|
|
62
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
63
63
|
default: string;
|
|
64
64
|
required: false;
|
|
65
65
|
};
|
|
@@ -82,7 +82,7 @@ declare const _default: {
|
|
|
82
82
|
timeout: number;
|
|
83
83
|
height: string;
|
|
84
84
|
tooltipText: string;
|
|
85
|
-
typeStyle: "primary" | "success" | "warning" | "
|
|
85
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
86
86
|
relPosition: "left" | "right";
|
|
87
87
|
level: "top" | "bottom";
|
|
88
88
|
}>;
|
|
@@ -101,7 +101,7 @@ declare const _default: {
|
|
|
101
101
|
required: false;
|
|
102
102
|
};
|
|
103
103
|
typeStyle: {
|
|
104
|
-
type: globalThis.PropType<"primary" | "success" | "warning" | "
|
|
104
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
105
105
|
default: string;
|
|
106
106
|
required: false;
|
|
107
107
|
};
|
|
@@ -124,7 +124,7 @@ declare const _default: {
|
|
|
124
124
|
timeout: number;
|
|
125
125
|
height: string;
|
|
126
126
|
tooltipText: string;
|
|
127
|
-
typeStyle: "primary" | "success" | "warning" | "
|
|
127
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
128
128
|
relPosition: "left" | "right";
|
|
129
129
|
level: "top" | "bottom";
|
|
130
130
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -181,7 +181,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
181
181
|
required: false;
|
|
182
182
|
};
|
|
183
183
|
typeStyle: {
|
|
184
|
-
type: globalThis.PropType<"primary" | "success" | "warning" | "
|
|
184
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
185
185
|
default: string;
|
|
186
186
|
required: false;
|
|
187
187
|
};
|
|
@@ -204,7 +204,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
204
204
|
timeout: number;
|
|
205
205
|
height: string;
|
|
206
206
|
tooltipText: string;
|
|
207
|
-
typeStyle: "primary" | "success" | "warning" | "
|
|
207
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
208
208
|
relPosition: "left" | "right";
|
|
209
209
|
level: "top" | "bottom";
|
|
210
210
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -226,7 +226,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
226
226
|
required: false;
|
|
227
227
|
};
|
|
228
228
|
typeStyle: {
|
|
229
|
-
type: globalThis.PropType<"primary" | "success" | "warning" | "
|
|
229
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
230
230
|
default: string;
|
|
231
231
|
required: false;
|
|
232
232
|
};
|
|
@@ -249,7 +249,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
249
249
|
timeout: number;
|
|
250
250
|
height: string;
|
|
251
251
|
tooltipText: string;
|
|
252
|
-
typeStyle: "primary" | "success" | "warning" | "
|
|
252
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
253
253
|
relPosition: "left" | "right";
|
|
254
254
|
level: "top" | "bottom";
|
|
255
255
|
}>;
|
|
@@ -268,7 +268,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
268
268
|
required: false;
|
|
269
269
|
};
|
|
270
270
|
typeStyle: {
|
|
271
|
-
type: globalThis.PropType<"primary" | "success" | "warning" | "
|
|
271
|
+
type: globalThis.PropType<"primary" | "success" | "warning" | "neutral" | "danger">;
|
|
272
272
|
default: string;
|
|
273
273
|
required: false;
|
|
274
274
|
};
|
|
@@ -291,7 +291,7 @@ export declare const DefaultRadio: StoryFn<{
|
|
|
291
291
|
timeout: number;
|
|
292
292
|
height: string;
|
|
293
293
|
tooltipText: string;
|
|
294
|
-
typeStyle: "primary" | "success" | "warning" | "
|
|
294
|
+
typeStyle: "primary" | "success" | "warning" | "neutral" | "danger";
|
|
295
295
|
relPosition: "left" | "right";
|
|
296
296
|
level: "top" | "bottom";
|
|
297
297
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -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, };
|
|
@@ -35,4 +35,4 @@ import { default as TopSliderContainer } from './TopSliderContainer.vue';
|
|
|
35
35
|
export default function install(app: {
|
|
36
36
|
component: (a: string, b: unknown) => void;
|
|
37
37
|
}): void;
|
|
38
|
-
export { AdaptiveContainer, AdaptiveContainerHorizontal,
|
|
38
|
+
export { AdaptiveContainer, AdaptiveContainerHorizontal, CarouselImages, ContextWindow, DateInputRange, DateInputRange_v2, DropList, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, InfoItem, InfoItemSelectButtons, LeftRightContainer, MessageBody, PageNotFound, PAutocomplete, PDialog, PhoneForm, PLoader, PPagination, RemoteSearch, ResearcheContainer, RightSliderContainer, RightTabsContainer, SelectValueType, SortList, SortSelect, Switch3Pos, ThemeWrapper, ToggleInfoItem, TopSliderContainer, };
|
|
@@ -66,15 +66,15 @@ export declare const Default: () => {
|
|
|
66
66
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
67
|
click: (...args: any[]) => void;
|
|
68
68
|
}, import('vue').PublicProps, {
|
|
69
|
-
size: import('../../../types/Sizes').default;
|
|
70
69
|
type: import('../../../types/Statuses').default;
|
|
71
70
|
text: string;
|
|
71
|
+
size: import('../../../types/Sizes').default;
|
|
72
72
|
margin: string;
|
|
73
73
|
padding: string;
|
|
74
74
|
width: string;
|
|
75
75
|
height: string;
|
|
76
|
-
skin: string;
|
|
77
76
|
fontSize: string;
|
|
77
|
+
skin: string;
|
|
78
78
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
79
79
|
P: {};
|
|
80
80
|
B: {};
|
|
@@ -131,15 +131,15 @@ export declare const Default: () => {
|
|
|
131
131
|
}>> & Readonly<{
|
|
132
132
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
133
133
|
}>, {}, {}, {}, {}, {
|
|
134
|
-
size: import('../../../types/Sizes').default;
|
|
135
134
|
type: import('../../../types/Statuses').default;
|
|
136
135
|
text: string;
|
|
136
|
+
size: import('../../../types/Sizes').default;
|
|
137
137
|
margin: string;
|
|
138
138
|
padding: string;
|
|
139
139
|
width: string;
|
|
140
140
|
height: string;
|
|
141
|
-
skin: string;
|
|
142
141
|
fontSize: string;
|
|
142
|
+
skin: string;
|
|
143
143
|
}>;
|
|
144
144
|
__isFragment?: undefined;
|
|
145
145
|
__isTeleport?: undefined;
|
|
@@ -195,15 +195,15 @@ export declare const Default: () => {
|
|
|
195
195
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
196
196
|
click: (...args: any[]) => void;
|
|
197
197
|
}, string, {
|
|
198
|
-
size: import('../../../types/Sizes').default;
|
|
199
198
|
type: import('../../../types/Statuses').default;
|
|
200
199
|
text: string;
|
|
200
|
+
size: import('../../../types/Sizes').default;
|
|
201
201
|
margin: string;
|
|
202
202
|
padding: string;
|
|
203
203
|
width: string;
|
|
204
204
|
height: string;
|
|
205
|
-
skin: string;
|
|
206
205
|
fontSize: string;
|
|
206
|
+
skin: string;
|
|
207
207
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
208
208
|
$slots: {
|
|
209
209
|
default?(_: {}): any;
|
|
@@ -41,8 +41,8 @@ declare const _default: {
|
|
|
41
41
|
}>, {
|
|
42
42
|
margin: string;
|
|
43
43
|
padding: string;
|
|
44
|
-
width: string;
|
|
45
44
|
background: string;
|
|
45
|
+
width: string;
|
|
46
46
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
47
47
|
fields: (({
|
|
48
48
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -51,27 +51,25 @@ declare const _default: {
|
|
|
51
51
|
label: string;
|
|
52
52
|
mask: string;
|
|
53
53
|
margin: string;
|
|
54
|
-
padding: string;
|
|
55
|
-
color: string;
|
|
56
54
|
disabled: boolean;
|
|
55
|
+
padding: string;
|
|
57
56
|
borderColor: string;
|
|
57
|
+
color: string;
|
|
58
58
|
}> & Omit<{
|
|
59
59
|
readonly label: string;
|
|
60
60
|
readonly margin: string;
|
|
61
|
-
readonly padding: string;
|
|
62
|
-
readonly color: string;
|
|
63
61
|
readonly disabled: boolean;
|
|
62
|
+
readonly padding: string;
|
|
64
63
|
readonly borderColor: string;
|
|
64
|
+
readonly color: string;
|
|
65
65
|
readonly mask?: string | undefined;
|
|
66
66
|
readonly modelValue?: string | undefined;
|
|
67
67
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
69
69
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
70
70
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
71
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "
|
|
72
|
-
$attrs:
|
|
73
|
-
[x: string]: unknown;
|
|
74
|
-
};
|
|
71
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color">;
|
|
72
|
+
$attrs: import('vue').Attrs;
|
|
75
73
|
$refs: {
|
|
76
74
|
[x: string]: unknown;
|
|
77
75
|
} & {
|
|
@@ -138,10 +136,10 @@ declare const _default: {
|
|
|
138
136
|
label: string;
|
|
139
137
|
mask: string;
|
|
140
138
|
margin: string;
|
|
141
|
-
padding: string;
|
|
142
|
-
color: string;
|
|
143
139
|
disabled: boolean;
|
|
140
|
+
padding: string;
|
|
144
141
|
borderColor: string;
|
|
142
|
+
color: string;
|
|
145
143
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
146
144
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
147
145
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -166,10 +164,10 @@ declare const _default: {
|
|
|
166
164
|
label: string;
|
|
167
165
|
mask: string;
|
|
168
166
|
margin: string;
|
|
169
|
-
padding: string;
|
|
170
|
-
color: string;
|
|
171
167
|
disabled: boolean;
|
|
168
|
+
padding: string;
|
|
172
169
|
borderColor: string;
|
|
170
|
+
color: string;
|
|
173
171
|
}> & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
174
172
|
label: {
|
|
175
173
|
type: StringConstructor;
|
|
@@ -214,7 +212,7 @@ declare const _default: {
|
|
|
214
212
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
215
213
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
216
214
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
217
|
-
}>, "label" | "mask" | "margin" | "
|
|
215
|
+
}>, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
218
216
|
$slots: {
|
|
219
217
|
default?(_: {}): any;
|
|
220
218
|
right?(_: {}): any;
|
|
@@ -275,8 +273,8 @@ export declare const Default: () => {
|
|
|
275
273
|
}>, {
|
|
276
274
|
margin: string;
|
|
277
275
|
padding: string;
|
|
278
|
-
width: string;
|
|
279
276
|
background: string;
|
|
277
|
+
width: string;
|
|
280
278
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
281
279
|
fields: (({
|
|
282
280
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -285,27 +283,25 @@ export declare const Default: () => {
|
|
|
285
283
|
label: string;
|
|
286
284
|
mask: string;
|
|
287
285
|
margin: string;
|
|
288
|
-
padding: string;
|
|
289
|
-
color: string;
|
|
290
286
|
disabled: boolean;
|
|
287
|
+
padding: string;
|
|
291
288
|
borderColor: string;
|
|
289
|
+
color: string;
|
|
292
290
|
}> & Omit<{
|
|
293
291
|
readonly label: string;
|
|
294
292
|
readonly margin: string;
|
|
295
|
-
readonly padding: string;
|
|
296
|
-
readonly color: string;
|
|
297
293
|
readonly disabled: boolean;
|
|
294
|
+
readonly padding: string;
|
|
298
295
|
readonly borderColor: string;
|
|
296
|
+
readonly color: string;
|
|
299
297
|
readonly mask?: string | undefined;
|
|
300
298
|
readonly modelValue?: string | undefined;
|
|
301
299
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
302
300
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
303
301
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
304
302
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
305
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "
|
|
306
|
-
$attrs:
|
|
307
|
-
[x: string]: unknown;
|
|
308
|
-
};
|
|
303
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color">;
|
|
304
|
+
$attrs: import('vue').Attrs;
|
|
309
305
|
$refs: {
|
|
310
306
|
[x: string]: unknown;
|
|
311
307
|
} & {
|
|
@@ -372,10 +368,10 @@ export declare const Default: () => {
|
|
|
372
368
|
label: string;
|
|
373
369
|
mask: string;
|
|
374
370
|
margin: string;
|
|
375
|
-
padding: string;
|
|
376
|
-
color: string;
|
|
377
371
|
disabled: boolean;
|
|
372
|
+
padding: string;
|
|
378
373
|
borderColor: string;
|
|
374
|
+
color: string;
|
|
379
375
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
380
376
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
381
377
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -400,10 +396,10 @@ export declare const Default: () => {
|
|
|
400
396
|
label: string;
|
|
401
397
|
mask: string;
|
|
402
398
|
margin: string;
|
|
403
|
-
padding: string;
|
|
404
|
-
color: string;
|
|
405
399
|
disabled: boolean;
|
|
400
|
+
padding: string;
|
|
406
401
|
borderColor: string;
|
|
402
|
+
color: string;
|
|
407
403
|
}> & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
408
404
|
label: {
|
|
409
405
|
type: StringConstructor;
|
|
@@ -448,7 +444,7 @@ export declare const Default: () => {
|
|
|
448
444
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
449
445
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
450
446
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
451
|
-
}>, "label" | "mask" | "margin" | "
|
|
447
|
+
}>, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
452
448
|
$slots: {
|
|
453
449
|
default?(_: {}): any;
|
|
454
450
|
right?(_: {}): any;
|
|
@@ -39,8 +39,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
39
39
|
}>, {
|
|
40
40
|
margin: string;
|
|
41
41
|
padding: string;
|
|
42
|
-
width: string;
|
|
43
42
|
background: string;
|
|
43
|
+
width: string;
|
|
44
44
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
45
45
|
fields: (({
|
|
46
46
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -49,27 +49,25 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
49
49
|
label: string;
|
|
50
50
|
mask: string;
|
|
51
51
|
margin: string;
|
|
52
|
-
padding: string;
|
|
53
|
-
color: string;
|
|
54
52
|
disabled: boolean;
|
|
53
|
+
padding: string;
|
|
55
54
|
borderColor: string;
|
|
55
|
+
color: string;
|
|
56
56
|
}> & Omit<{
|
|
57
57
|
readonly label: string;
|
|
58
58
|
readonly margin: string;
|
|
59
|
-
readonly padding: string;
|
|
60
|
-
readonly color: string;
|
|
61
59
|
readonly disabled: boolean;
|
|
60
|
+
readonly padding: string;
|
|
62
61
|
readonly borderColor: string;
|
|
62
|
+
readonly color: string;
|
|
63
63
|
readonly mask?: string | undefined;
|
|
64
64
|
readonly modelValue?: string | undefined;
|
|
65
65
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
67
67
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
69
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "
|
|
70
|
-
$attrs:
|
|
71
|
-
[x: string]: unknown;
|
|
72
|
-
};
|
|
69
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color">;
|
|
70
|
+
$attrs: import('vue').Attrs;
|
|
73
71
|
$refs: {
|
|
74
72
|
[x: string]: unknown;
|
|
75
73
|
} & {
|
|
@@ -136,10 +134,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
136
134
|
label: string;
|
|
137
135
|
mask: string;
|
|
138
136
|
margin: string;
|
|
139
|
-
padding: string;
|
|
140
|
-
color: string;
|
|
141
137
|
disabled: boolean;
|
|
138
|
+
padding: string;
|
|
142
139
|
borderColor: string;
|
|
140
|
+
color: string;
|
|
143
141
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
144
142
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
145
143
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -164,10 +162,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
164
162
|
label: string;
|
|
165
163
|
mask: string;
|
|
166
164
|
margin: string;
|
|
167
|
-
padding: string;
|
|
168
|
-
color: string;
|
|
169
165
|
disabled: boolean;
|
|
166
|
+
padding: string;
|
|
170
167
|
borderColor: string;
|
|
168
|
+
color: string;
|
|
171
169
|
}> & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
172
170
|
label: {
|
|
173
171
|
type: StringConstructor;
|
|
@@ -212,7 +210,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
212
210
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
213
211
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
214
212
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
215
|
-
}>, "label" | "mask" | "margin" | "
|
|
213
|
+
}>, "label" | "mask" | "margin" | "disabled" | "padding" | "borderColor" | "color"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
216
214
|
$slots: {
|
|
217
215
|
default?(_: {}): any;
|
|
218
216
|
right?(_: {}): any;
|
|
@@ -48,9 +48,9 @@ declare const _default: {
|
|
|
48
48
|
select: (...args: any[]) => void;
|
|
49
49
|
}, import('vue').PublicProps, {
|
|
50
50
|
margin: string;
|
|
51
|
+
background: string;
|
|
51
52
|
height: string;
|
|
52
53
|
borderRadius: string;
|
|
53
|
-
background: string;
|
|
54
54
|
tabHeight: string;
|
|
55
55
|
minMenuItemWidth: string;
|
|
56
56
|
outTopMargin: string;
|
|
@@ -107,9 +107,9 @@ declare const _default: {
|
|
|
107
107
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
108
108
|
}>, {}, {}, {}, {}, {
|
|
109
109
|
margin: string;
|
|
110
|
+
background: string;
|
|
110
111
|
height: string;
|
|
111
112
|
borderRadius: string;
|
|
112
|
-
background: string;
|
|
113
113
|
tabHeight: string;
|
|
114
114
|
minMenuItemWidth: string;
|
|
115
115
|
outTopMargin: string;
|
|
@@ -163,9 +163,9 @@ declare const _default: {
|
|
|
163
163
|
select: (...args: any[]) => void;
|
|
164
164
|
}, string, {
|
|
165
165
|
margin: string;
|
|
166
|
+
background: string;
|
|
166
167
|
height: string;
|
|
167
168
|
borderRadius: string;
|
|
168
|
-
background: string;
|
|
169
169
|
tabHeight: string;
|
|
170
170
|
minMenuItemWidth: string;
|
|
171
171
|
outTopMargin: string;
|
|
@@ -261,9 +261,9 @@ export declare const Default: StoryFn<{
|
|
|
261
261
|
select: (...args: any[]) => void;
|
|
262
262
|
}, import('vue').PublicProps, {
|
|
263
263
|
margin: string;
|
|
264
|
+
background: string;
|
|
264
265
|
height: string;
|
|
265
266
|
borderRadius: string;
|
|
266
|
-
background: string;
|
|
267
267
|
tabHeight: string;
|
|
268
268
|
minMenuItemWidth: string;
|
|
269
269
|
outTopMargin: string;
|
|
@@ -320,9 +320,9 @@ export declare const Default: StoryFn<{
|
|
|
320
320
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
321
321
|
}>, {}, {}, {}, {}, {
|
|
322
322
|
margin: string;
|
|
323
|
+
background: string;
|
|
323
324
|
height: string;
|
|
324
325
|
borderRadius: string;
|
|
325
|
-
background: string;
|
|
326
326
|
tabHeight: string;
|
|
327
327
|
minMenuItemWidth: string;
|
|
328
328
|
outTopMargin: string;
|
|
@@ -376,9 +376,9 @@ export declare const Default: StoryFn<{
|
|
|
376
376
|
select: (...args: any[]) => void;
|
|
377
377
|
}, string, {
|
|
378
378
|
margin: string;
|
|
379
|
+
background: string;
|
|
379
380
|
height: string;
|
|
380
381
|
borderRadius: string;
|
|
381
|
-
background: string;
|
|
382
382
|
tabHeight: string;
|
|
383
383
|
minMenuItemWidth: string;
|
|
384
384
|
outTopMargin: string;
|
|
@@ -85,9 +85,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
85
85
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
86
86
|
}>, {
|
|
87
87
|
margin: string;
|
|
88
|
+
background: string;
|
|
88
89
|
height: string;
|
|
89
90
|
borderRadius: string;
|
|
90
|
-
background: string;
|
|
91
91
|
tabHeight: string;
|
|
92
92
|
minMenuItemWidth: string;
|
|
93
93
|
outTopMargin: string;
|