sprof 0.2.17 → 0.2.19
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-DkhnDpSu.js → ExtractsList-DTe91TQH.js} +1 -1
- package/dist/core/components/CarouselImages.vue.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/InfoItem.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
- package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +12 -12
- package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +1 -1
- package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +6 -6
- package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +1 -1
- 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 +6 -6
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
- package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
- package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +18 -18
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +3 -3
- package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
- package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
- package/dist/core/components/atoms/PString/PString.stories.d.ts +6 -6
- package/dist/core/components/atoms/PString/PString.vue.d.ts +3 -3
- package/dist/core/components/atoms/PTable/PTable.stories.d.ts +6 -6
- package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
- package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +3 -3
- package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +1 -1
- package/dist/core/components/molecules/PCard/PCard.stories.d.ts +12 -12
- package/dist/core/components/molecules/PCard/PCard.vue.d.ts +1 -1
- package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +9 -9
- package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +1 -1
- package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +9 -9
- package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +1 -1
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
- 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/PMenuTabs/PMenuTabs.stories.d.ts +6 -6
- package/dist/core/components/organisms/PMenuTabs/PMenuTabs.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
- package/dist/core/helpers/Arrays.test.d.ts +1 -0
- package/dist/core/helpers/Classes.test.d.ts +1 -0
- package/dist/core/helpers/Dates.test.d.ts +1 -0
- package/dist/core/helpers/Id.test.d.ts +1 -0
- package/dist/core/helpers/Numbers.test.d.ts +1 -0
- package/dist/global-components.d.ts +11 -0
- package/dist/{index-DN5Lq9Ib.js → index-DpENpoCA.js} +6807 -5877
- package/dist/index.d.ts +3 -0
- package/dist/modules/contacts/components/PContactForm.test.d.ts +1 -0
- package/dist/modules/contacts/components/PContactForm.vue.d.ts +95 -0
- package/dist/modules/contacts/components/PContactFormDeleteDialog.vue.d.ts +44 -0
- package/dist/modules/contacts/components/PContactFormEdit.vue.d.ts +89 -0
- package/dist/modules/contacts/components/PContactFormEditDialog.vue.d.ts +51 -0
- package/dist/modules/contacts/components/PContactFormEditEmails.vue.d.ts +86 -0
- package/dist/modules/contacts/components/PContactFormEditPhones.vue.d.ts +86 -0
- package/dist/modules/contacts/components/PContactFormView.vue.d.ts +83 -0
- package/dist/modules/contacts/components/PContactFormViewEmails.vue.d.ts +86 -0
- package/dist/modules/contacts/components/PContactFormViewPhones.vue.d.ts +86 -0
- package/dist/modules/contacts/index.d.ts +14 -0
- package/dist/modules/contacts/types.d.ts +57 -0
- package/dist/modules/index.d.ts +1 -0
- package/dist/sprof.js +54 -44
- package/dist/sprof.umd.cjs +13 -13
- package/dist/style.css +1 -1
- package/package.json +2 -1
|
@@ -108,8 +108,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
108
108
|
}>, {
|
|
109
109
|
title: string;
|
|
110
110
|
margin: string;
|
|
111
|
-
list: IOrdered[];
|
|
112
111
|
background: string;
|
|
112
|
+
list: IOrdered[];
|
|
113
113
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
114
114
|
sortable: boolean;
|
|
115
115
|
showAdd: boolean;
|
|
@@ -16,8 +16,8 @@ declare const _default: {
|
|
|
16
16
|
}, import('vue').PublicProps, {
|
|
17
17
|
title: string;
|
|
18
18
|
width: string;
|
|
19
|
-
modelValue: boolean;
|
|
20
19
|
disabled: boolean;
|
|
20
|
+
modelValue: boolean;
|
|
21
21
|
showConfirm: boolean;
|
|
22
22
|
confirmLabel: string;
|
|
23
23
|
cancelLabel: string;
|
|
@@ -38,8 +38,8 @@ declare const _default: {
|
|
|
38
38
|
}, {}, {}, {}, {
|
|
39
39
|
title: string;
|
|
40
40
|
width: string;
|
|
41
|
-
modelValue: boolean;
|
|
42
41
|
disabled: boolean;
|
|
42
|
+
modelValue: boolean;
|
|
43
43
|
showConfirm: boolean;
|
|
44
44
|
confirmLabel: string;
|
|
45
45
|
cancelLabel: string;
|
|
@@ -61,8 +61,8 @@ declare const _default: {
|
|
|
61
61
|
}, string, {
|
|
62
62
|
title: string;
|
|
63
63
|
width: string;
|
|
64
|
-
modelValue: boolean;
|
|
65
64
|
disabled: boolean;
|
|
65
|
+
modelValue: boolean;
|
|
66
66
|
showConfirm: boolean;
|
|
67
67
|
confirmLabel: string;
|
|
68
68
|
cancelLabel: string;
|
|
@@ -116,8 +116,8 @@ export declare const Default: StoryFn<{
|
|
|
116
116
|
}, import('vue').PublicProps, {
|
|
117
117
|
title: string;
|
|
118
118
|
width: string;
|
|
119
|
-
modelValue: boolean;
|
|
120
119
|
disabled: boolean;
|
|
120
|
+
modelValue: boolean;
|
|
121
121
|
showConfirm: boolean;
|
|
122
122
|
confirmLabel: string;
|
|
123
123
|
cancelLabel: string;
|
|
@@ -138,8 +138,8 @@ export declare const Default: StoryFn<{
|
|
|
138
138
|
}, {}, {}, {}, {
|
|
139
139
|
title: string;
|
|
140
140
|
width: string;
|
|
141
|
-
modelValue: boolean;
|
|
142
141
|
disabled: boolean;
|
|
142
|
+
modelValue: boolean;
|
|
143
143
|
showConfirm: boolean;
|
|
144
144
|
confirmLabel: string;
|
|
145
145
|
cancelLabel: string;
|
|
@@ -161,8 +161,8 @@ export declare const Default: StoryFn<{
|
|
|
161
161
|
}, string, {
|
|
162
162
|
title: string;
|
|
163
163
|
width: string;
|
|
164
|
-
modelValue: boolean;
|
|
165
164
|
disabled: boolean;
|
|
165
|
+
modelValue: boolean;
|
|
166
166
|
showConfirm: boolean;
|
|
167
167
|
confirmLabel: string;
|
|
168
168
|
cancelLabel: string;
|
|
@@ -186,8 +186,8 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
186
186
|
}, import('vue').PublicProps, {
|
|
187
187
|
title: string;
|
|
188
188
|
width: string;
|
|
189
|
-
modelValue: boolean;
|
|
190
189
|
disabled: boolean;
|
|
190
|
+
modelValue: boolean;
|
|
191
191
|
showConfirm: boolean;
|
|
192
192
|
confirmLabel: string;
|
|
193
193
|
cancelLabel: string;
|
|
@@ -208,8 +208,8 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
208
208
|
}, {}, {}, {}, {
|
|
209
209
|
title: string;
|
|
210
210
|
width: string;
|
|
211
|
-
modelValue: boolean;
|
|
212
211
|
disabled: boolean;
|
|
212
|
+
modelValue: boolean;
|
|
213
213
|
showConfirm: boolean;
|
|
214
214
|
confirmLabel: string;
|
|
215
215
|
cancelLabel: string;
|
|
@@ -231,8 +231,8 @@ export declare const WithoutConfirm: StoryFn<{
|
|
|
231
231
|
}, string, {
|
|
232
232
|
title: string;
|
|
233
233
|
width: string;
|
|
234
|
-
modelValue: boolean;
|
|
235
234
|
disabled: boolean;
|
|
235
|
+
modelValue: boolean;
|
|
236
236
|
showConfirm: boolean;
|
|
237
237
|
confirmLabel: string;
|
|
238
238
|
cancelLabel: string;
|
|
@@ -13,8 +13,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<PE
|
|
|
13
13
|
}>, {
|
|
14
14
|
title: string;
|
|
15
15
|
width: string;
|
|
16
|
-
modelValue: boolean;
|
|
17
16
|
disabled: boolean;
|
|
17
|
+
modelValue: boolean;
|
|
18
18
|
showConfirm: boolean;
|
|
19
19
|
confirmLabel: string;
|
|
20
20
|
cancelLabel: string;
|
|
@@ -95,11 +95,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
95
95
|
padding: string;
|
|
96
96
|
closable: boolean;
|
|
97
97
|
title: string;
|
|
98
|
-
|
|
99
|
-
show: boolean;
|
|
98
|
+
margin: string;
|
|
100
99
|
width: string;
|
|
101
100
|
maxHeight: string;
|
|
102
|
-
|
|
101
|
+
showCloseDialog: boolean;
|
|
102
|
+
show: boolean;
|
|
103
103
|
showClose: boolean;
|
|
104
104
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
105
105
|
default?(_: {}): any;
|
|
@@ -40,8 +40,8 @@ declare const _default: {
|
|
|
40
40
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
}>, {
|
|
42
42
|
padding: string;
|
|
43
|
-
width: string;
|
|
44
43
|
margin: string;
|
|
44
|
+
width: string;
|
|
45
45
|
background: string;
|
|
46
46
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
47
47
|
fields: (({
|
|
@@ -52,8 +52,8 @@ declare const _default: {
|
|
|
52
52
|
label: string;
|
|
53
53
|
padding: string;
|
|
54
54
|
mask: string;
|
|
55
|
-
width: string;
|
|
56
55
|
margin: string;
|
|
56
|
+
width: string;
|
|
57
57
|
disabled: boolean;
|
|
58
58
|
borderColor: string;
|
|
59
59
|
rules: import('quasar').ValidationRule[];
|
|
@@ -61,8 +61,8 @@ declare const _default: {
|
|
|
61
61
|
readonly color: string;
|
|
62
62
|
readonly label: string;
|
|
63
63
|
readonly padding: string;
|
|
64
|
-
readonly width: string;
|
|
65
64
|
readonly margin: string;
|
|
65
|
+
readonly width: string;
|
|
66
66
|
readonly disabled: boolean;
|
|
67
67
|
readonly borderColor: string;
|
|
68
68
|
readonly mask?: string | undefined;
|
|
@@ -73,7 +73,7 @@ declare const _default: {
|
|
|
73
73
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
74
74
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
75
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" | "
|
|
76
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "borderColor" | "rules">;
|
|
77
77
|
$attrs: import('vue').Attrs;
|
|
78
78
|
$refs: {
|
|
79
79
|
[x: string]: unknown;
|
|
@@ -156,8 +156,8 @@ declare const _default: {
|
|
|
156
156
|
label: string;
|
|
157
157
|
padding: string;
|
|
158
158
|
mask: string;
|
|
159
|
-
width: string;
|
|
160
159
|
margin: string;
|
|
160
|
+
width: string;
|
|
161
161
|
disabled: boolean;
|
|
162
162
|
borderColor: string;
|
|
163
163
|
rules: import('quasar').ValidationRule[];
|
|
@@ -186,8 +186,8 @@ declare const _default: {
|
|
|
186
186
|
label: string;
|
|
187
187
|
padding: string;
|
|
188
188
|
mask: string;
|
|
189
|
-
width: string;
|
|
190
189
|
margin: string;
|
|
190
|
+
width: string;
|
|
191
191
|
disabled: boolean;
|
|
192
192
|
borderColor: string;
|
|
193
193
|
rules: import('quasar').ValidationRule[];
|
|
@@ -246,7 +246,7 @@ declare const _default: {
|
|
|
246
246
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
247
247
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
248
248
|
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
249
|
-
}>, "focus" | ("color" | "label" | "padding" | "mask" | "
|
|
249
|
+
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "borderColor" | "rules")> & {
|
|
250
250
|
focus: () => void;
|
|
251
251
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
252
252
|
$slots: {
|
|
@@ -316,8 +316,8 @@ export declare const Default: () => {
|
|
|
316
316
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
317
317
|
}>, {
|
|
318
318
|
padding: string;
|
|
319
|
-
width: string;
|
|
320
319
|
margin: string;
|
|
320
|
+
width: string;
|
|
321
321
|
background: string;
|
|
322
322
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
323
323
|
fields: (({
|
|
@@ -328,8 +328,8 @@ export declare const Default: () => {
|
|
|
328
328
|
label: string;
|
|
329
329
|
padding: string;
|
|
330
330
|
mask: string;
|
|
331
|
-
width: string;
|
|
332
331
|
margin: string;
|
|
332
|
+
width: string;
|
|
333
333
|
disabled: boolean;
|
|
334
334
|
borderColor: string;
|
|
335
335
|
rules: import('quasar').ValidationRule[];
|
|
@@ -337,8 +337,8 @@ export declare const Default: () => {
|
|
|
337
337
|
readonly color: string;
|
|
338
338
|
readonly label: string;
|
|
339
339
|
readonly padding: string;
|
|
340
|
-
readonly width: string;
|
|
341
340
|
readonly margin: string;
|
|
341
|
+
readonly width: string;
|
|
342
342
|
readonly disabled: boolean;
|
|
343
343
|
readonly borderColor: string;
|
|
344
344
|
readonly mask?: string | undefined;
|
|
@@ -349,7 +349,7 @@ export declare const Default: () => {
|
|
|
349
349
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
350
350
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
351
351
|
readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
352
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "
|
|
352
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "borderColor" | "rules">;
|
|
353
353
|
$attrs: import('vue').Attrs;
|
|
354
354
|
$refs: {
|
|
355
355
|
[x: string]: unknown;
|
|
@@ -432,8 +432,8 @@ export declare const Default: () => {
|
|
|
432
432
|
label: string;
|
|
433
433
|
padding: string;
|
|
434
434
|
mask: string;
|
|
435
|
-
width: string;
|
|
436
435
|
margin: string;
|
|
436
|
+
width: string;
|
|
437
437
|
disabled: boolean;
|
|
438
438
|
borderColor: string;
|
|
439
439
|
rules: import('quasar').ValidationRule[];
|
|
@@ -462,8 +462,8 @@ export declare const Default: () => {
|
|
|
462
462
|
label: string;
|
|
463
463
|
padding: string;
|
|
464
464
|
mask: string;
|
|
465
|
-
width: string;
|
|
466
465
|
margin: string;
|
|
466
|
+
width: string;
|
|
467
467
|
disabled: boolean;
|
|
468
468
|
borderColor: string;
|
|
469
469
|
rules: import('quasar').ValidationRule[];
|
|
@@ -522,7 +522,7 @@ export declare const Default: () => {
|
|
|
522
522
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
523
523
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
524
524
|
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
525
|
-
}>, "focus" | ("color" | "label" | "padding" | "mask" | "
|
|
525
|
+
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "borderColor" | "rules")> & {
|
|
526
526
|
focus: () => void;
|
|
527
527
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
528
528
|
$slots: {
|
|
@@ -38,8 +38,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
38
38
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
}>, {
|
|
40
40
|
padding: string;
|
|
41
|
-
width: string;
|
|
42
41
|
margin: string;
|
|
42
|
+
width: string;
|
|
43
43
|
background: string;
|
|
44
44
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
45
45
|
fields: (({
|
|
@@ -50,8 +50,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
50
50
|
label: string;
|
|
51
51
|
padding: string;
|
|
52
52
|
mask: string;
|
|
53
|
-
width: string;
|
|
54
53
|
margin: string;
|
|
54
|
+
width: string;
|
|
55
55
|
disabled: boolean;
|
|
56
56
|
borderColor: string;
|
|
57
57
|
rules: import('quasar').ValidationRule[];
|
|
@@ -59,8 +59,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
59
59
|
readonly color: string;
|
|
60
60
|
readonly label: string;
|
|
61
61
|
readonly padding: string;
|
|
62
|
-
readonly width: string;
|
|
63
62
|
readonly margin: string;
|
|
63
|
+
readonly width: string;
|
|
64
64
|
readonly disabled: boolean;
|
|
65
65
|
readonly borderColor: string;
|
|
66
66
|
readonly mask?: string | undefined;
|
|
@@ -71,7 +71,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
71
71
|
readonly onBlur?: ((...args: any[]) => any) | undefined;
|
|
72
72
|
readonly onFocus?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
readonly "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
74
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "
|
|
74
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "borderColor" | "rules">;
|
|
75
75
|
$attrs: import('vue').Attrs;
|
|
76
76
|
$refs: {
|
|
77
77
|
[x: string]: unknown;
|
|
@@ -154,8 +154,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
154
154
|
label: string;
|
|
155
155
|
padding: string;
|
|
156
156
|
mask: string;
|
|
157
|
-
width: string;
|
|
158
157
|
margin: string;
|
|
158
|
+
width: string;
|
|
159
159
|
disabled: boolean;
|
|
160
160
|
borderColor: string;
|
|
161
161
|
rules: import('quasar').ValidationRule[];
|
|
@@ -184,8 +184,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
184
184
|
label: string;
|
|
185
185
|
padding: string;
|
|
186
186
|
mask: string;
|
|
187
|
-
width: string;
|
|
188
187
|
margin: string;
|
|
188
|
+
width: string;
|
|
189
189
|
disabled: boolean;
|
|
190
190
|
borderColor: string;
|
|
191
191
|
rules: import('quasar').ValidationRule[];
|
|
@@ -244,7 +244,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
244
244
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
245
245
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
246
246
|
"onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
|
|
247
|
-
}>, "focus" | ("color" | "label" | "padding" | "mask" | "
|
|
247
|
+
}>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "width" | "disabled" | "borderColor" | "rules")> & {
|
|
248
248
|
focus: () => void;
|
|
249
249
|
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
250
250
|
$slots: {
|
|
@@ -32,8 +32,8 @@ declare const _default: {
|
|
|
32
32
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}>, {
|
|
34
34
|
padding: string;
|
|
35
|
-
width: string;
|
|
36
35
|
margin: string;
|
|
36
|
+
width: string;
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
tags: string[];
|
|
39
39
|
parameters: {
|
|
@@ -91,7 +91,7 @@ export declare const Default: (args: any) => import('vue').DefineComponent<{}, {
|
|
|
91
91
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
}>, {
|
|
93
93
|
padding: string;
|
|
94
|
-
width: string;
|
|
95
94
|
margin: string;
|
|
95
|
+
width: string;
|
|
96
96
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
97
97
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -30,7 +30,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
30
30
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
padding: string;
|
|
33
|
-
width: string;
|
|
34
33
|
margin: string;
|
|
34
|
+
width: string;
|
|
35
35
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
export default _default;
|
|
@@ -49,8 +49,8 @@ declare const _default: {
|
|
|
49
49
|
}, import('vue').PublicProps, {
|
|
50
50
|
margin: string;
|
|
51
51
|
height: string;
|
|
52
|
-
borderRadius: string;
|
|
53
52
|
background: string;
|
|
53
|
+
borderRadius: string;
|
|
54
54
|
tabHeight: string;
|
|
55
55
|
minMenuItemWidth: string;
|
|
56
56
|
outTopMargin: string;
|
|
@@ -108,8 +108,8 @@ declare const _default: {
|
|
|
108
108
|
}>, {}, {}, {}, {}, {
|
|
109
109
|
margin: string;
|
|
110
110
|
height: string;
|
|
111
|
-
borderRadius: string;
|
|
112
111
|
background: string;
|
|
112
|
+
borderRadius: string;
|
|
113
113
|
tabHeight: string;
|
|
114
114
|
minMenuItemWidth: string;
|
|
115
115
|
outTopMargin: string;
|
|
@@ -164,8 +164,8 @@ declare const _default: {
|
|
|
164
164
|
}, string, {
|
|
165
165
|
margin: string;
|
|
166
166
|
height: string;
|
|
167
|
-
borderRadius: string;
|
|
168
167
|
background: string;
|
|
168
|
+
borderRadius: string;
|
|
169
169
|
tabHeight: string;
|
|
170
170
|
minMenuItemWidth: string;
|
|
171
171
|
outTopMargin: string;
|
|
@@ -262,8 +262,8 @@ export declare const Default: StoryFn<{
|
|
|
262
262
|
}, import('vue').PublicProps, {
|
|
263
263
|
margin: string;
|
|
264
264
|
height: string;
|
|
265
|
-
borderRadius: string;
|
|
266
265
|
background: string;
|
|
266
|
+
borderRadius: string;
|
|
267
267
|
tabHeight: string;
|
|
268
268
|
minMenuItemWidth: string;
|
|
269
269
|
outTopMargin: string;
|
|
@@ -321,8 +321,8 @@ export declare const Default: StoryFn<{
|
|
|
321
321
|
}>, {}, {}, {}, {}, {
|
|
322
322
|
margin: string;
|
|
323
323
|
height: string;
|
|
324
|
-
borderRadius: string;
|
|
325
324
|
background: string;
|
|
325
|
+
borderRadius: string;
|
|
326
326
|
tabHeight: string;
|
|
327
327
|
minMenuItemWidth: string;
|
|
328
328
|
outTopMargin: string;
|
|
@@ -377,8 +377,8 @@ export declare const Default: StoryFn<{
|
|
|
377
377
|
}, string, {
|
|
378
378
|
margin: string;
|
|
379
379
|
height: string;
|
|
380
|
-
borderRadius: string;
|
|
381
380
|
background: string;
|
|
381
|
+
borderRadius: string;
|
|
382
382
|
tabHeight: string;
|
|
383
383
|
minMenuItemWidth: string;
|
|
384
384
|
outTopMargin: string;
|
|
@@ -86,8 +86,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
86
86
|
}>, {
|
|
87
87
|
margin: string;
|
|
88
88
|
height: string;
|
|
89
|
-
borderRadius: string;
|
|
90
89
|
background: string;
|
|
90
|
+
borderRadius: string;
|
|
91
91
|
tabHeight: string;
|
|
92
92
|
minMenuItemWidth: string;
|
|
93
93
|
outTopMargin: string;
|
|
@@ -64,9 +64,9 @@ declare const _default: Meta<{
|
|
|
64
64
|
mask: string;
|
|
65
65
|
placeholder: string;
|
|
66
66
|
margin: string;
|
|
67
|
-
fileInfo: FileInfo;
|
|
68
67
|
disabled: boolean;
|
|
69
68
|
borderColor: string;
|
|
69
|
+
fileInfo: FileInfo;
|
|
70
70
|
formats: string[];
|
|
71
71
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
72
72
|
P: {};
|
|
@@ -135,9 +135,9 @@ declare const _default: Meta<{
|
|
|
135
135
|
mask: string;
|
|
136
136
|
placeholder: string;
|
|
137
137
|
margin: string;
|
|
138
|
-
fileInfo: FileInfo;
|
|
139
138
|
disabled: boolean;
|
|
140
139
|
borderColor: string;
|
|
140
|
+
fileInfo: FileInfo;
|
|
141
141
|
formats: string[];
|
|
142
142
|
}>;
|
|
143
143
|
__isFragment?: undefined;
|
|
@@ -206,9 +206,9 @@ declare const _default: Meta<{
|
|
|
206
206
|
mask: string;
|
|
207
207
|
placeholder: string;
|
|
208
208
|
margin: string;
|
|
209
|
-
fileInfo: FileInfo;
|
|
210
209
|
disabled: boolean;
|
|
211
210
|
borderColor: string;
|
|
211
|
+
fileInfo: FileInfo;
|
|
212
212
|
formats: string[];
|
|
213
213
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
214
214
|
$slots: {
|
|
@@ -280,9 +280,9 @@ export declare const Base: StoryFn<{
|
|
|
280
280
|
mask: string;
|
|
281
281
|
placeholder: string;
|
|
282
282
|
margin: string;
|
|
283
|
-
fileInfo: FileInfo;
|
|
284
283
|
disabled: boolean;
|
|
285
284
|
borderColor: string;
|
|
285
|
+
fileInfo: FileInfo;
|
|
286
286
|
formats: string[];
|
|
287
287
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
288
288
|
P: {};
|
|
@@ -351,9 +351,9 @@ export declare const Base: StoryFn<{
|
|
|
351
351
|
mask: string;
|
|
352
352
|
placeholder: string;
|
|
353
353
|
margin: string;
|
|
354
|
-
fileInfo: FileInfo;
|
|
355
354
|
disabled: boolean;
|
|
356
355
|
borderColor: string;
|
|
356
|
+
fileInfo: FileInfo;
|
|
357
357
|
formats: string[];
|
|
358
358
|
}>;
|
|
359
359
|
__isFragment?: undefined;
|
|
@@ -422,9 +422,9 @@ export declare const Base: StoryFn<{
|
|
|
422
422
|
mask: string;
|
|
423
423
|
placeholder: string;
|
|
424
424
|
margin: string;
|
|
425
|
-
fileInfo: FileInfo;
|
|
426
425
|
disabled: boolean;
|
|
427
426
|
borderColor: string;
|
|
427
|
+
fileInfo: FileInfo;
|
|
428
428
|
formats: string[];
|
|
429
429
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
430
430
|
$slots: {
|
|
@@ -495,9 +495,9 @@ export declare const Base1: StoryFn<{
|
|
|
495
495
|
mask: string;
|
|
496
496
|
placeholder: string;
|
|
497
497
|
margin: string;
|
|
498
|
-
fileInfo: FileInfo;
|
|
499
498
|
disabled: boolean;
|
|
500
499
|
borderColor: string;
|
|
500
|
+
fileInfo: FileInfo;
|
|
501
501
|
formats: string[];
|
|
502
502
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
503
503
|
P: {};
|
|
@@ -566,9 +566,9 @@ export declare const Base1: StoryFn<{
|
|
|
566
566
|
mask: string;
|
|
567
567
|
placeholder: string;
|
|
568
568
|
margin: string;
|
|
569
|
-
fileInfo: FileInfo;
|
|
570
569
|
disabled: boolean;
|
|
571
570
|
borderColor: string;
|
|
571
|
+
fileInfo: FileInfo;
|
|
572
572
|
formats: string[];
|
|
573
573
|
}>;
|
|
574
574
|
__isFragment?: undefined;
|
|
@@ -637,9 +637,9 @@ export declare const Base1: StoryFn<{
|
|
|
637
637
|
mask: string;
|
|
638
638
|
placeholder: string;
|
|
639
639
|
margin: string;
|
|
640
|
-
fileInfo: FileInfo;
|
|
641
640
|
disabled: boolean;
|
|
642
641
|
borderColor: string;
|
|
642
|
+
fileInfo: FileInfo;
|
|
643
643
|
formats: string[];
|
|
644
644
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
645
645
|
$slots: {
|
|
@@ -112,9 +112,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
112
112
|
mask: string;
|
|
113
113
|
placeholder: string;
|
|
114
114
|
margin: string;
|
|
115
|
-
fileInfo: FileInfo;
|
|
116
115
|
disabled: boolean;
|
|
117
116
|
borderColor: string;
|
|
117
|
+
fileInfo: FileInfo;
|
|
118
118
|
formats: string[];
|
|
119
119
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
120
120
|
default?(_: {}): any;
|
|
@@ -78,7 +78,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
78
78
|
$forceUpdate: () => void;
|
|
79
79
|
$nextTick: typeof import('vue').nextTick;
|
|
80
80
|
$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;
|
|
81
|
-
} & Readonly<{}> & Omit<Readonly<any>, "refresh" | "reset" | "
|
|
81
|
+
} & Readonly<{}> & Omit<Readonly<any>, "refresh" | "reset" | "rotate" | "move" | "setCoordinates" | "getResult" | "zoom" | "flip"> & {
|
|
82
82
|
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
83
83
|
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
84
84
|
refresh: () => void;
|
|
@@ -142,7 +142,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
142
142
|
$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;
|
|
143
143
|
} & Readonly<{
|
|
144
144
|
[x: string]: any;
|
|
145
|
-
}> & Omit<Readonly<any>, "refresh" | "reset" | "
|
|
145
|
+
}> & Omit<Readonly<any>, "refresh" | "reset" | "rotate" | "move" | "setCoordinates" | "getResult" | "zoom" | "flip"> & {
|
|
146
146
|
getResult: () => import('vue-advanced-cropper').CropperResult;
|
|
147
147
|
setCoordinates: (transform: import('vue-advanced-cropper').Transform | import('vue-advanced-cropper').Transform[]) => void;
|
|
148
148
|
refresh: () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -2,6 +2,7 @@ import type * as Atoms from '@/core/components/atoms';
|
|
|
2
2
|
import type * as Components from '@/core/components/components';
|
|
3
3
|
import type * as Molecules from '@/core/components/molecules';
|
|
4
4
|
import type * as Organisms from '@/core/components/organisms';
|
|
5
|
+
import type * as Contacts from '@/modules/contacts';
|
|
5
6
|
import type * as Tabs from '@/modules/tabs';
|
|
6
7
|
declare module 'vue' {
|
|
7
8
|
interface GlobalComponents {
|
|
@@ -87,6 +88,16 @@ declare module 'vue' {
|
|
|
87
88
|
PTabs: typeof Tabs.PTabs;
|
|
88
89
|
PTabsLeft: typeof Tabs.PTabsLeft;
|
|
89
90
|
TabsStore: typeof Tabs.TabsStore;
|
|
91
|
+
PContactForm: typeof Contacts.PContactForm;
|
|
92
|
+
PContactFormDeleteDialog: typeof Contacts.PContactFormDeleteDialog;
|
|
93
|
+
PContactFormEdit: typeof Contacts.PContactFormEdit;
|
|
94
|
+
PContactFormEditDialog: typeof Contacts.PContactFormEditDialog;
|
|
95
|
+
PContactFormEditEmails: typeof Contacts.PContactFormEditEmails;
|
|
96
|
+
PContactFormEditPhones: typeof Contacts.PContactFormEditPhones;
|
|
97
|
+
PContactFormView: typeof Contacts.PContactFormView;
|
|
98
|
+
PContactFormViewEmails: typeof Contacts.PContactFormViewEmails;
|
|
99
|
+
PContactFormViewPhones: typeof Contacts.PContactFormViewPhones;
|
|
100
|
+
defaultContactsLabels: typeof Contacts.defaultContactsLabels;
|
|
90
101
|
}
|
|
91
102
|
}
|
|
92
103
|
export {};
|