sprof 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ExtractsList-D2rsuyBZ.js → ExtractsList-Dh6uyUJc.js} +11 -10
- package/dist/core/components/GeneralItem.vue.d.ts +4 -4
- 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 +4 -4
- package/dist/core/components/PAutocomplete.vue.d.ts +1 -1
- package/dist/core/components/RemoteSearch.stories.d.ts +6 -6
- package/dist/core/components/RemoteSearch.vue.d.ts +3 -3
- package/dist/core/components/RightSliderContainer.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +54 -18
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +14 -3
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -6
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -3
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +18 -18
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +3 -3
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +180 -38
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +49 -9
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +3 -3
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +3 -3
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +36 -36
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +6 -6
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +18 -18
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +3 -3
- 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 +18 -18
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +3 -3
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +154 -46
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +56 -9
- package/dist/core/components/atoms/PString/PString.stories.d.ts +12 -12
- package/dist/core/components/atoms/PString/PString.vue.d.ts +6 -6
- 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/PTooltip/PTooltip.stories.d.ts +12 -12
- 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 +142 -47
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +71 -23
- 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/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 +18 -18
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +2 -2
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
- package/dist/core/helpers/Message.d.ts +13 -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-BMNKrMSC.js +14018 -0
- package/dist/index.d.ts +6 -0
- package/dist/install.d.ts +25 -0
- package/dist/sprof.js +19 -3
- package/dist/sprof.umd.cjs +29 -14
- package/dist/style.css +1 -1
- package/dist/test-utils/quasar.d.ts +5 -0
- package/package.json +22 -6
- 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
- package/dist/index-CkqPv_mq.js +0 -7517
|
@@ -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" | "danger" | "neutral">;
|
|
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" | "danger" | "neutral";
|
|
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" | "danger" | "neutral">;
|
|
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" | "danger" | "neutral";
|
|
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" | "danger" | "neutral">;
|
|
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" | "danger" | "neutral";
|
|
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" | "danger" | "neutral">;
|
|
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" | "danger" | "neutral";
|
|
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" | "danger" | "neutral">;
|
|
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" | "danger" | "neutral";
|
|
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" | "danger" | "neutral">;
|
|
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" | "danger" | "neutral";
|
|
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 () => {
|
|
@@ -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, CarouselImages, ContextWindow, DateInputRange, DateInputRange_v2, DropList, FilterCheckbox, FiltersButtonsSelect, FilterSelect, FTSPPanel, GeneralItem, GridContainer, InfoItem, InfoItemSelectButtons, LeftRightContainer,
|
|
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>, {
|
|
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
margin: string;
|
|
35
34
|
padding: string;
|
|
35
|
+
margin: string;
|
|
36
36
|
background: string;
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
38
38
|
default?(_: {}): any;
|
|
@@ -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, {}, any>, {
|
|
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
margin: string;
|
|
35
34
|
padding: string;
|
|
35
|
+
margin: string;
|
|
36
36
|
background: string;
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
38
38
|
title?(_: {}): any;
|
|
@@ -91,12 +91,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
91
91
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
onSave?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}>, {
|
|
94
|
+
top: string;
|
|
95
|
+
padding: string;
|
|
96
|
+
closable: boolean;
|
|
94
97
|
title: string;
|
|
95
98
|
show: boolean;
|
|
96
|
-
closable: boolean;
|
|
97
|
-
top: string;
|
|
98
99
|
margin: string;
|
|
99
|
-
padding: string;
|
|
100
100
|
width: string;
|
|
101
101
|
maxHeight: string;
|
|
102
102
|
showCloseDialog: boolean;
|
|
@@ -6,8 +6,7 @@ import { default as PContainer } from './PAdd/PContainer.vue';
|
|
|
6
6
|
import { default as PContainerStickyHead } from './PAdd/PContainerStickyHead.vue';
|
|
7
7
|
import { default as PDel } from './PDel/PDel.vue';
|
|
8
8
|
import { default as PModal } from './PModal/PModal.vue';
|
|
9
|
-
import { default as PNotify } from './PNotify/PNotify.vue';
|
|
10
9
|
export default function install(app: {
|
|
11
10
|
component: (a: string, b: unknown) => void;
|
|
12
11
|
}): void;
|
|
13
|
-
export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PModal,
|
|
12
|
+
export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PModal, VerticalCollapseContainer };
|
|
@@ -39,41 +39,49 @@ declare const _default: {
|
|
|
39
39
|
}>> & Readonly<{
|
|
40
40
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
}>, {
|
|
42
|
-
margin: string;
|
|
43
42
|
padding: string;
|
|
44
|
-
|
|
43
|
+
margin: string;
|
|
45
44
|
width: string;
|
|
45
|
+
background: string;
|
|
46
46
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
47
47
|
fields: (({
|
|
48
48
|
$: import('vue').ComponentInternalInstance;
|
|
49
49
|
$data: {};
|
|
50
50
|
$props: Partial<{
|
|
51
|
+
color: string;
|
|
51
52
|
label: string;
|
|
53
|
+
padding: string;
|
|
52
54
|
mask: string;
|
|
53
55
|
margin: string;
|
|
56
|
+
width: string;
|
|
54
57
|
disabled: boolean;
|
|
55
|
-
|
|
58
|
+
rules: import('quasar').ValidationRule[];
|
|
56
59
|
borderColor: string;
|
|
57
|
-
color: string;
|
|
58
60
|
}> & Omit<{
|
|
61
|
+
readonly color: string;
|
|
59
62
|
readonly label: string;
|
|
63
|
+
readonly padding: string;
|
|
60
64
|
readonly margin: string;
|
|
65
|
+
readonly width: string;
|
|
61
66
|
readonly disabled: boolean;
|
|
62
|
-
readonly padding: string;
|
|
63
67
|
readonly borderColor: string;
|
|
64
|
-
readonly color: string;
|
|
65
68
|
readonly mask?: string | undefined;
|
|
66
|
-
readonly modelValue?: string | undefined;
|
|
69
|
+
readonly modelValue?: string | number | null | undefined;
|
|
70
|
+
readonly rules?: import('quasar').ValidationRule[] | undefined;
|
|
71
|
+
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
67
72
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
68
73
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
69
74
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
70
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
71
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "
|
|
75
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
76
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
|
|
72
77
|
$attrs: import('vue').Attrs;
|
|
73
78
|
$refs: {
|
|
74
79
|
[x: string]: unknown;
|
|
75
80
|
} & {
|
|
76
|
-
input:
|
|
81
|
+
input: {
|
|
82
|
+
$props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
|
|
83
|
+
$slots: import('quasar').QInputSlots;
|
|
84
|
+
} | null;
|
|
77
85
|
};
|
|
78
86
|
$slots: Readonly<{
|
|
79
87
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -81,8 +89,8 @@ declare const _default: {
|
|
|
81
89
|
$root: globalThis.ComponentPublicInstance | null;
|
|
82
90
|
$parent: globalThis.ComponentPublicInstance | null;
|
|
83
91
|
$host: Element | null;
|
|
84
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
85
|
-
$el:
|
|
92
|
+
$emit: ((event: "clear", ...args: any[]) => void) & ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string | number | null | undefined) => void);
|
|
93
|
+
$el: any;
|
|
86
94
|
$options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
87
95
|
label: {
|
|
88
96
|
type: StringConstructor;
|
|
@@ -104,6 +112,11 @@ declare const _default: {
|
|
|
104
112
|
default: string;
|
|
105
113
|
required: false;
|
|
106
114
|
};
|
|
115
|
+
width: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
required: false;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
107
120
|
mask: {
|
|
108
121
|
type: StringConstructor;
|
|
109
122
|
required: false;
|
|
@@ -119,27 +132,38 @@ declare const _default: {
|
|
|
119
132
|
default: string;
|
|
120
133
|
required: false;
|
|
121
134
|
};
|
|
135
|
+
rules: {
|
|
136
|
+
type: globalThis.PropType<import('quasar').ValidationRule[]>;
|
|
137
|
+
required: false;
|
|
138
|
+
default: undefined;
|
|
139
|
+
};
|
|
122
140
|
modelValue: {
|
|
123
|
-
type: globalThis.PropType<string>;
|
|
141
|
+
type: globalThis.PropType<string | number | null>;
|
|
124
142
|
};
|
|
125
143
|
}>> & Readonly<{
|
|
144
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
126
145
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
127
146
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
128
147
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
129
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
130
|
-
}>, {
|
|
148
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
149
|
+
}>, {
|
|
150
|
+
focus: () => void;
|
|
151
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
152
|
+
clear: (...args: any[]) => void;
|
|
131
153
|
input: (...args: any[]) => void;
|
|
132
154
|
blur: (...args: any[]) => void;
|
|
133
155
|
focus: (...args: any[]) => void;
|
|
134
|
-
"update:modelValue": (value: string) => void;
|
|
156
|
+
"update:modelValue": (value: string | number | null | undefined) => void;
|
|
135
157
|
}, string, {
|
|
158
|
+
color: string;
|
|
136
159
|
label: string;
|
|
160
|
+
padding: string;
|
|
137
161
|
mask: string;
|
|
138
162
|
margin: string;
|
|
163
|
+
width: string;
|
|
139
164
|
disabled: boolean;
|
|
140
|
-
|
|
165
|
+
rules: import('quasar').ValidationRule[];
|
|
141
166
|
borderColor: string;
|
|
142
|
-
color: string;
|
|
143
167
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
144
168
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
145
169
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -161,13 +185,15 @@ declare const _default: {
|
|
|
161
185
|
$nextTick: typeof import('vue').nextTick;
|
|
162
186
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
163
187
|
} & Readonly<{
|
|
188
|
+
color: string;
|
|
164
189
|
label: string;
|
|
190
|
+
padding: string;
|
|
165
191
|
mask: string;
|
|
166
192
|
margin: string;
|
|
193
|
+
width: string;
|
|
167
194
|
disabled: boolean;
|
|
168
|
-
|
|
195
|
+
rules: import('quasar').ValidationRule[];
|
|
169
196
|
borderColor: string;
|
|
170
|
-
color: string;
|
|
171
197
|
}> & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
172
198
|
label: {
|
|
173
199
|
type: StringConstructor;
|
|
@@ -189,6 +215,11 @@ declare const _default: {
|
|
|
189
215
|
default: string;
|
|
190
216
|
required: false;
|
|
191
217
|
};
|
|
218
|
+
width: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
required: false;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
192
223
|
mask: {
|
|
193
224
|
type: StringConstructor;
|
|
194
225
|
required: false;
|
|
@@ -204,18 +235,35 @@ declare const _default: {
|
|
|
204
235
|
default: string;
|
|
205
236
|
required: false;
|
|
206
237
|
};
|
|
238
|
+
rules: {
|
|
239
|
+
type: globalThis.PropType<import('quasar').ValidationRule[]>;
|
|
240
|
+
required: false;
|
|
241
|
+
default: undefined;
|
|
242
|
+
};
|
|
207
243
|
modelValue: {
|
|
208
|
-
type: globalThis.PropType<string>;
|
|
244
|
+
type: globalThis.PropType<string | number | null>;
|
|
209
245
|
};
|
|
210
246
|
}>> & Readonly<{
|
|
247
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
211
248
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
212
249
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
213
250
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
214
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
215
|
-
}>, "
|
|
251
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
252
|
+
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
|
|
253
|
+
focus: () => void;
|
|
254
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
216
255
|
$slots: {
|
|
256
|
+
prepend?(_: {}): any;
|
|
257
|
+
before?(_: {}): any;
|
|
217
258
|
default?(_: {}): any;
|
|
259
|
+
after?(_: {}): any;
|
|
260
|
+
append?(_: {}): any;
|
|
218
261
|
right?(_: {}): any;
|
|
262
|
+
label?(_: {}): any;
|
|
263
|
+
error?(_: {}): any;
|
|
264
|
+
hint?(_: {}): any;
|
|
265
|
+
counter?(_: {}): any;
|
|
266
|
+
loading?(_: {}): any;
|
|
219
267
|
};
|
|
220
268
|
}) | null)[];
|
|
221
269
|
}, HTMLDivElement>;
|
|
@@ -231,7 +279,6 @@ declare const _default: {
|
|
|
231
279
|
export default _default;
|
|
232
280
|
export declare const Default: () => {
|
|
233
281
|
components: {
|
|
234
|
-
PNotify: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
235
282
|
PAuthForm: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
236
283
|
width: {
|
|
237
284
|
type: globalThis.PropType<string>;
|
|
@@ -271,41 +318,49 @@ export declare const Default: () => {
|
|
|
271
318
|
}>> & Readonly<{
|
|
272
319
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
273
320
|
}>, {
|
|
274
|
-
margin: string;
|
|
275
321
|
padding: string;
|
|
276
|
-
|
|
322
|
+
margin: string;
|
|
277
323
|
width: string;
|
|
324
|
+
background: string;
|
|
278
325
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
279
326
|
fields: (({
|
|
280
327
|
$: import('vue').ComponentInternalInstance;
|
|
281
328
|
$data: {};
|
|
282
329
|
$props: Partial<{
|
|
330
|
+
color: string;
|
|
283
331
|
label: string;
|
|
332
|
+
padding: string;
|
|
284
333
|
mask: string;
|
|
285
334
|
margin: string;
|
|
335
|
+
width: string;
|
|
286
336
|
disabled: boolean;
|
|
287
|
-
|
|
337
|
+
rules: import('quasar').ValidationRule[];
|
|
288
338
|
borderColor: string;
|
|
289
|
-
color: string;
|
|
290
339
|
}> & Omit<{
|
|
340
|
+
readonly color: string;
|
|
291
341
|
readonly label: string;
|
|
342
|
+
readonly padding: string;
|
|
292
343
|
readonly margin: string;
|
|
344
|
+
readonly width: string;
|
|
293
345
|
readonly disabled: boolean;
|
|
294
|
-
readonly padding: string;
|
|
295
346
|
readonly borderColor: string;
|
|
296
|
-
readonly color: string;
|
|
297
347
|
readonly mask?: string | undefined;
|
|
298
|
-
readonly modelValue?: string | undefined;
|
|
348
|
+
readonly modelValue?: string | number | null | undefined;
|
|
349
|
+
readonly rules?: import('quasar').ValidationRule[] | undefined;
|
|
350
|
+
readonly onClear?: ((...args: any[]) => any) | undefined;
|
|
299
351
|
readonly onInput?: ((...args: any[]) => any) | undefined;
|
|
300
352
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
301
353
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
302
|
-
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
303
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "
|
|
354
|
+
readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
355
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor">;
|
|
304
356
|
$attrs: import('vue').Attrs;
|
|
305
357
|
$refs: {
|
|
306
358
|
[x: string]: unknown;
|
|
307
359
|
} & {
|
|
308
|
-
input:
|
|
360
|
+
input: {
|
|
361
|
+
$props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
|
|
362
|
+
$slots: import('quasar').QInputSlots;
|
|
363
|
+
} | null;
|
|
309
364
|
};
|
|
310
365
|
$slots: Readonly<{
|
|
311
366
|
[name: string]: import('vue').Slot<any> | undefined;
|
|
@@ -313,8 +368,8 @@ export declare const Default: () => {
|
|
|
313
368
|
$root: globalThis.ComponentPublicInstance | null;
|
|
314
369
|
$parent: globalThis.ComponentPublicInstance | null;
|
|
315
370
|
$host: Element | null;
|
|
316
|
-
$emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
|
|
317
|
-
$el:
|
|
371
|
+
$emit: ((event: "clear", ...args: any[]) => void) & ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string | number | null | undefined) => void);
|
|
372
|
+
$el: any;
|
|
318
373
|
$options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
319
374
|
label: {
|
|
320
375
|
type: StringConstructor;
|
|
@@ -336,6 +391,11 @@ export declare const Default: () => {
|
|
|
336
391
|
default: string;
|
|
337
392
|
required: false;
|
|
338
393
|
};
|
|
394
|
+
width: {
|
|
395
|
+
type: StringConstructor;
|
|
396
|
+
required: false;
|
|
397
|
+
default: string;
|
|
398
|
+
};
|
|
339
399
|
mask: {
|
|
340
400
|
type: StringConstructor;
|
|
341
401
|
required: false;
|
|
@@ -351,27 +411,38 @@ export declare const Default: () => {
|
|
|
351
411
|
default: string;
|
|
352
412
|
required: false;
|
|
353
413
|
};
|
|
414
|
+
rules: {
|
|
415
|
+
type: globalThis.PropType<import('quasar').ValidationRule[]>;
|
|
416
|
+
required: false;
|
|
417
|
+
default: undefined;
|
|
418
|
+
};
|
|
354
419
|
modelValue: {
|
|
355
|
-
type: globalThis.PropType<string>;
|
|
420
|
+
type: globalThis.PropType<string | number | null>;
|
|
356
421
|
};
|
|
357
422
|
}>> & Readonly<{
|
|
423
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
358
424
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
359
425
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
360
426
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
361
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
362
|
-
}>, {
|
|
427
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
428
|
+
}>, {
|
|
429
|
+
focus: () => void;
|
|
430
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
431
|
+
clear: (...args: any[]) => void;
|
|
363
432
|
input: (...args: any[]) => void;
|
|
364
433
|
blur: (...args: any[]) => void;
|
|
365
434
|
focus: (...args: any[]) => void;
|
|
366
|
-
"update:modelValue": (value: string) => void;
|
|
435
|
+
"update:modelValue": (value: string | number | null | undefined) => void;
|
|
367
436
|
}, string, {
|
|
437
|
+
color: string;
|
|
368
438
|
label: string;
|
|
439
|
+
padding: string;
|
|
369
440
|
mask: string;
|
|
370
441
|
margin: string;
|
|
442
|
+
width: string;
|
|
371
443
|
disabled: boolean;
|
|
372
|
-
|
|
444
|
+
rules: import('quasar').ValidationRule[];
|
|
373
445
|
borderColor: string;
|
|
374
|
-
color: string;
|
|
375
446
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
376
447
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
377
448
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -393,13 +464,15 @@ export declare const Default: () => {
|
|
|
393
464
|
$nextTick: typeof import('vue').nextTick;
|
|
394
465
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
|
|
395
466
|
} & Readonly<{
|
|
467
|
+
color: string;
|
|
396
468
|
label: string;
|
|
469
|
+
padding: string;
|
|
397
470
|
mask: string;
|
|
398
471
|
margin: string;
|
|
472
|
+
width: string;
|
|
399
473
|
disabled: boolean;
|
|
400
|
-
|
|
474
|
+
rules: import('quasar').ValidationRule[];
|
|
401
475
|
borderColor: string;
|
|
402
|
-
color: string;
|
|
403
476
|
}> & Omit<Readonly<globalThis.ExtractPropTypes<{
|
|
404
477
|
label: {
|
|
405
478
|
type: StringConstructor;
|
|
@@ -421,6 +494,11 @@ export declare const Default: () => {
|
|
|
421
494
|
default: string;
|
|
422
495
|
required: false;
|
|
423
496
|
};
|
|
497
|
+
width: {
|
|
498
|
+
type: StringConstructor;
|
|
499
|
+
required: false;
|
|
500
|
+
default: string;
|
|
501
|
+
};
|
|
424
502
|
mask: {
|
|
425
503
|
type: StringConstructor;
|
|
426
504
|
required: false;
|
|
@@ -436,18 +514,35 @@ export declare const Default: () => {
|
|
|
436
514
|
default: string;
|
|
437
515
|
required: false;
|
|
438
516
|
};
|
|
517
|
+
rules: {
|
|
518
|
+
type: globalThis.PropType<import('quasar').ValidationRule[]>;
|
|
519
|
+
required: false;
|
|
520
|
+
default: undefined;
|
|
521
|
+
};
|
|
439
522
|
modelValue: {
|
|
440
|
-
type: globalThis.PropType<string>;
|
|
523
|
+
type: globalThis.PropType<string | number | null>;
|
|
441
524
|
};
|
|
442
525
|
}>> & Readonly<{
|
|
526
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
443
527
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
444
528
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
445
529
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
446
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
447
|
-
}>, "
|
|
530
|
+
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
531
|
+
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "rules" | "borderColor")> & {
|
|
532
|
+
focus: () => void;
|
|
533
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
448
534
|
$slots: {
|
|
535
|
+
prepend?(_: {}): any;
|
|
536
|
+
before?(_: {}): any;
|
|
449
537
|
default?(_: {}): any;
|
|
538
|
+
after?(_: {}): any;
|
|
539
|
+
append?(_: {}): any;
|
|
450
540
|
right?(_: {}): any;
|
|
541
|
+
label?(_: {}): any;
|
|
542
|
+
error?(_: {}): any;
|
|
543
|
+
hint?(_: {}): any;
|
|
544
|
+
counter?(_: {}): any;
|
|
545
|
+
loading?(_: {}): any;
|
|
451
546
|
};
|
|
452
547
|
}) | null)[];
|
|
453
548
|
}, HTMLDivElement>;
|