sprof 0.2.18 → 0.2.20
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-DgW_psut.js → ExtractsList-C1218Nne.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/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 +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/PToggle/PToggle.stories.d.ts +3 -3
- package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +1 -1
- package/dist/core/components/atoms/index.d.ts +2 -2
- 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 +18 -18
- package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +2 -2
- 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/global-components.d.ts +21 -1
- package/dist/index-CLoHvXYT.js +18658 -0
- package/dist/index.d.ts +5 -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 +8 -0
- package/dist/modules/table/PTable.test.d.ts +1 -0
- package/dist/modules/table/cells/PTableBadge.vue.d.ts +110 -0
- package/dist/modules/table/cells/PTableBadges.vue.d.ts +116 -0
- package/dist/modules/table/cells/PTableCount.vue.d.ts +14 -0
- package/dist/modules/table/cells/PTableEdit.vue.d.ts +6 -0
- package/dist/modules/table/cells/PTableNumber.vue.d.ts +119 -0
- package/dist/modules/table/cells/PTableSelect.vue.d.ts +9 -0
- package/dist/modules/table/cells/PTableString.vue.d.ts +105 -0
- package/dist/modules/table/index.d.ts +11 -0
- package/dist/sprof.js +62 -43
- package/dist/sprof.umd.cjs +15 -15
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/index-C9y_jQis.js +0 -17279
- package/dist/core/components/atoms/PTable/{PTable.stories.d.ts → PTableHtml.stories.d.ts} +6 -6
- package/dist/core/components/atoms/PTable/{PTable.test.d.ts → PTableHtml.test.d.ts} +0 -0
- package/dist/core/components/atoms/PTable/{PTable.vue.d.ts → PTableHtml.vue.d.ts} +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as d, resolveComponent as m, openBlock as i, createElementBlock as C, Fragment as P, createVNode as l, unref as o, ref as u, createBlock as E, withCtx as k, createCommentVNode as v } from "vue";
|
|
2
|
-
import { _ as f, P as w } from "./index-
|
|
2
|
+
import { _ as f, P as w } from "./index-CLoHvXYT.js";
|
|
3
3
|
import "quasar";
|
|
4
4
|
import "vuedraggable";
|
|
5
5
|
const B = /* @__PURE__ */ d({
|
|
@@ -55,8 +55,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
55
55
|
}>> & Readonly<{
|
|
56
56
|
onOpenModalWindow?: ((...args: any[]) => any) | undefined;
|
|
57
57
|
}>, {
|
|
58
|
-
maxHeight: string;
|
|
59
58
|
height: string;
|
|
59
|
+
maxHeight: string;
|
|
60
60
|
quantity: number;
|
|
61
61
|
animationTime: number;
|
|
62
62
|
startActiveGroupIndex: number;
|
|
@@ -102,12 +102,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
102
102
|
};
|
|
103
103
|
}>> & Readonly<{}>, {
|
|
104
104
|
padding: string;
|
|
105
|
-
width: string;
|
|
106
105
|
margin: string;
|
|
106
|
+
width: string;
|
|
107
107
|
height: string;
|
|
108
108
|
fontSize: string;
|
|
109
|
-
borderColor: string;
|
|
110
109
|
background: string;
|
|
110
|
+
borderColor: string;
|
|
111
111
|
scale: boolean;
|
|
112
112
|
ready: string;
|
|
113
113
|
withIcon: boolean;
|
|
@@ -81,14 +81,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
81
81
|
default: string;
|
|
82
82
|
};
|
|
83
83
|
}>> & Readonly<{}>, {
|
|
84
|
-
width: string;
|
|
85
84
|
margin: string;
|
|
85
|
+
width: string;
|
|
86
86
|
maxWidth: string;
|
|
87
87
|
background: string;
|
|
88
|
+
customClass: string;
|
|
88
89
|
gridGap: string;
|
|
89
90
|
gridTemplateColumns: string;
|
|
90
91
|
gridTemplateRows: string;
|
|
91
|
-
customClass: string;
|
|
92
92
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
93
93
|
default?(_: {}): any;
|
|
94
94
|
}>;
|
|
@@ -202,14 +202,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
202
202
|
padding: string;
|
|
203
203
|
title: string;
|
|
204
204
|
close: boolean;
|
|
205
|
-
width: string;
|
|
206
205
|
margin: string;
|
|
206
|
+
width: string;
|
|
207
207
|
height: string;
|
|
208
|
-
borderColor: string;
|
|
209
208
|
maxWidth: string;
|
|
210
209
|
minWidth: string;
|
|
211
210
|
background: string;
|
|
212
211
|
customClass: string;
|
|
212
|
+
borderColor: string;
|
|
213
213
|
openWidth: string;
|
|
214
214
|
openHeight: string;
|
|
215
215
|
withOpenWindow: boolean;
|
|
@@ -58,8 +58,8 @@ declare const _default: Meta<{
|
|
|
58
58
|
size: Sizes;
|
|
59
59
|
padding: string;
|
|
60
60
|
text: string;
|
|
61
|
-
width: string;
|
|
62
61
|
margin: string;
|
|
62
|
+
width: string;
|
|
63
63
|
height: string;
|
|
64
64
|
skin: string;
|
|
65
65
|
fontSize: string;
|
|
@@ -127,8 +127,8 @@ declare const _default: Meta<{
|
|
|
127
127
|
size: Sizes;
|
|
128
128
|
padding: string;
|
|
129
129
|
text: string;
|
|
130
|
-
width: string;
|
|
131
130
|
margin: string;
|
|
131
|
+
width: string;
|
|
132
132
|
height: string;
|
|
133
133
|
skin: string;
|
|
134
134
|
fontSize: string;
|
|
@@ -193,8 +193,8 @@ declare const _default: Meta<{
|
|
|
193
193
|
size: Sizes;
|
|
194
194
|
padding: string;
|
|
195
195
|
text: string;
|
|
196
|
-
width: string;
|
|
197
196
|
margin: string;
|
|
197
|
+
width: string;
|
|
198
198
|
height: string;
|
|
199
199
|
skin: string;
|
|
200
200
|
fontSize: string;
|
|
@@ -262,8 +262,8 @@ export declare const Base: StoryFn<{
|
|
|
262
262
|
size: Sizes;
|
|
263
263
|
padding: string;
|
|
264
264
|
text: string;
|
|
265
|
-
width: string;
|
|
266
265
|
margin: string;
|
|
266
|
+
width: string;
|
|
267
267
|
height: string;
|
|
268
268
|
skin: string;
|
|
269
269
|
fontSize: string;
|
|
@@ -331,8 +331,8 @@ export declare const Base: StoryFn<{
|
|
|
331
331
|
size: Sizes;
|
|
332
332
|
padding: string;
|
|
333
333
|
text: string;
|
|
334
|
-
width: string;
|
|
335
334
|
margin: string;
|
|
335
|
+
width: string;
|
|
336
336
|
height: string;
|
|
337
337
|
skin: string;
|
|
338
338
|
fontSize: string;
|
|
@@ -397,8 +397,8 @@ export declare const Base: StoryFn<{
|
|
|
397
397
|
size: Sizes;
|
|
398
398
|
padding: string;
|
|
399
399
|
text: string;
|
|
400
|
-
width: string;
|
|
401
400
|
margin: string;
|
|
401
|
+
width: string;
|
|
402
402
|
height: string;
|
|
403
403
|
skin: string;
|
|
404
404
|
fontSize: string;
|
|
@@ -107,8 +107,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
107
107
|
size: Sizes;
|
|
108
108
|
padding: string;
|
|
109
109
|
text: string;
|
|
110
|
-
width: string;
|
|
111
110
|
margin: string;
|
|
111
|
+
width: string;
|
|
112
112
|
height: string;
|
|
113
113
|
skin: string;
|
|
114
114
|
fontSize: string;
|
|
@@ -84,8 +84,8 @@ declare const _default: {
|
|
|
84
84
|
label: string;
|
|
85
85
|
padding: string;
|
|
86
86
|
value: string | boolean;
|
|
87
|
-
width: string;
|
|
88
87
|
margin: string;
|
|
88
|
+
width: string;
|
|
89
89
|
fontSize: string;
|
|
90
90
|
borderRadius: string;
|
|
91
91
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -216,8 +216,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
216
216
|
label: string;
|
|
217
217
|
padding: string;
|
|
218
218
|
value: string | boolean;
|
|
219
|
-
width: string;
|
|
220
219
|
margin: string;
|
|
220
|
+
width: string;
|
|
221
221
|
fontSize: string;
|
|
222
222
|
borderRadius: string;
|
|
223
223
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
@@ -81,8 +81,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
81
81
|
label: string;
|
|
82
82
|
padding: string;
|
|
83
83
|
value: string | boolean;
|
|
84
|
-
width: string;
|
|
85
84
|
margin: string;
|
|
85
|
+
width: string;
|
|
86
86
|
fontSize: string;
|
|
87
87
|
borderRadius: string;
|
|
88
88
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -71,8 +71,8 @@ declare const _default: {
|
|
|
71
71
|
disable: boolean;
|
|
72
72
|
readonly: boolean;
|
|
73
73
|
placeholder: string;
|
|
74
|
-
width: string;
|
|
75
74
|
margin: string;
|
|
75
|
+
width: string;
|
|
76
76
|
clearable: boolean;
|
|
77
77
|
outlined: boolean;
|
|
78
78
|
modelType: "string" | "date";
|
|
@@ -148,8 +148,8 @@ declare const _default: {
|
|
|
148
148
|
disable: boolean;
|
|
149
149
|
readonly: boolean;
|
|
150
150
|
placeholder: string;
|
|
151
|
-
width: string;
|
|
152
151
|
margin: string;
|
|
152
|
+
width: string;
|
|
153
153
|
clearable: boolean;
|
|
154
154
|
outlined: boolean;
|
|
155
155
|
modelType: "string" | "date";
|
|
@@ -226,8 +226,8 @@ declare const _default: {
|
|
|
226
226
|
disable: boolean;
|
|
227
227
|
readonly: boolean;
|
|
228
228
|
placeholder: string;
|
|
229
|
-
width: string;
|
|
230
229
|
margin: string;
|
|
230
|
+
width: string;
|
|
231
231
|
clearable: boolean;
|
|
232
232
|
outlined: boolean;
|
|
233
233
|
modelType: "string" | "date";
|
|
@@ -337,8 +337,8 @@ export declare const Default: StoryFn<{
|
|
|
337
337
|
disable: boolean;
|
|
338
338
|
readonly: boolean;
|
|
339
339
|
placeholder: string;
|
|
340
|
-
width: string;
|
|
341
340
|
margin: string;
|
|
341
|
+
width: string;
|
|
342
342
|
clearable: boolean;
|
|
343
343
|
outlined: boolean;
|
|
344
344
|
modelType: "string" | "date";
|
|
@@ -414,8 +414,8 @@ export declare const Default: StoryFn<{
|
|
|
414
414
|
disable: boolean;
|
|
415
415
|
readonly: boolean;
|
|
416
416
|
placeholder: string;
|
|
417
|
-
width: string;
|
|
418
417
|
margin: string;
|
|
418
|
+
width: string;
|
|
419
419
|
clearable: boolean;
|
|
420
420
|
outlined: boolean;
|
|
421
421
|
modelType: "string" | "date";
|
|
@@ -492,8 +492,8 @@ export declare const Default: StoryFn<{
|
|
|
492
492
|
disable: boolean;
|
|
493
493
|
readonly: boolean;
|
|
494
494
|
placeholder: string;
|
|
495
|
-
width: string;
|
|
496
495
|
margin: string;
|
|
496
|
+
width: string;
|
|
497
497
|
clearable: boolean;
|
|
498
498
|
outlined: boolean;
|
|
499
499
|
modelType: "string" | "date";
|
|
@@ -573,8 +573,8 @@ export declare const Outlined: StoryFn<{
|
|
|
573
573
|
disable: boolean;
|
|
574
574
|
readonly: boolean;
|
|
575
575
|
placeholder: string;
|
|
576
|
-
width: string;
|
|
577
576
|
margin: string;
|
|
577
|
+
width: string;
|
|
578
578
|
clearable: boolean;
|
|
579
579
|
outlined: boolean;
|
|
580
580
|
modelType: "string" | "date";
|
|
@@ -650,8 +650,8 @@ export declare const Outlined: StoryFn<{
|
|
|
650
650
|
disable: boolean;
|
|
651
651
|
readonly: boolean;
|
|
652
652
|
placeholder: string;
|
|
653
|
-
width: string;
|
|
654
653
|
margin: string;
|
|
654
|
+
width: string;
|
|
655
655
|
clearable: boolean;
|
|
656
656
|
outlined: boolean;
|
|
657
657
|
modelType: "string" | "date";
|
|
@@ -728,8 +728,8 @@ export declare const Outlined: StoryFn<{
|
|
|
728
728
|
disable: boolean;
|
|
729
729
|
readonly: boolean;
|
|
730
730
|
placeholder: string;
|
|
731
|
-
width: string;
|
|
732
731
|
margin: string;
|
|
732
|
+
width: string;
|
|
733
733
|
clearable: boolean;
|
|
734
734
|
outlined: boolean;
|
|
735
735
|
modelType: "string" | "date";
|
|
@@ -809,8 +809,8 @@ export declare const Disabled: StoryFn<{
|
|
|
809
809
|
disable: boolean;
|
|
810
810
|
readonly: boolean;
|
|
811
811
|
placeholder: string;
|
|
812
|
-
width: string;
|
|
813
812
|
margin: string;
|
|
813
|
+
width: string;
|
|
814
814
|
clearable: boolean;
|
|
815
815
|
outlined: boolean;
|
|
816
816
|
modelType: "string" | "date";
|
|
@@ -886,8 +886,8 @@ export declare const Disabled: StoryFn<{
|
|
|
886
886
|
disable: boolean;
|
|
887
887
|
readonly: boolean;
|
|
888
888
|
placeholder: string;
|
|
889
|
-
width: string;
|
|
890
889
|
margin: string;
|
|
890
|
+
width: string;
|
|
891
891
|
clearable: boolean;
|
|
892
892
|
outlined: boolean;
|
|
893
893
|
modelType: "string" | "date";
|
|
@@ -964,8 +964,8 @@ export declare const Disabled: StoryFn<{
|
|
|
964
964
|
disable: boolean;
|
|
965
965
|
readonly: boolean;
|
|
966
966
|
placeholder: string;
|
|
967
|
-
width: string;
|
|
968
967
|
margin: string;
|
|
968
|
+
width: string;
|
|
969
969
|
clearable: boolean;
|
|
970
970
|
outlined: boolean;
|
|
971
971
|
modelType: "string" | "date";
|
|
@@ -123,8 +123,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
123
123
|
disable: boolean;
|
|
124
124
|
readonly: boolean;
|
|
125
125
|
placeholder: string;
|
|
126
|
-
width: string;
|
|
127
126
|
margin: string;
|
|
127
|
+
width: string;
|
|
128
128
|
clearable: boolean;
|
|
129
129
|
outlined: boolean;
|
|
130
130
|
modelType: "string" | "date";
|
|
@@ -28,9 +28,9 @@ declare const _default: {
|
|
|
28
28
|
"update:modelValue": (value: boolean) => any;
|
|
29
29
|
}, import('vue').PublicProps, {
|
|
30
30
|
persistent: boolean;
|
|
31
|
-
maximized: boolean;
|
|
32
31
|
transitionShow: string;
|
|
33
32
|
transitionHide: string;
|
|
33
|
+
maximized: boolean;
|
|
34
34
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
35
35
|
P: {};
|
|
36
36
|
B: {};
|
|
@@ -62,9 +62,9 @@ declare const _default: {
|
|
|
62
62
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63
63
|
}>, {}, {}, {}, {}, {
|
|
64
64
|
persistent: boolean;
|
|
65
|
-
maximized: boolean;
|
|
66
65
|
transitionShow: string;
|
|
67
66
|
transitionHide: string;
|
|
67
|
+
maximized: boolean;
|
|
68
68
|
}>;
|
|
69
69
|
__isFragment?: undefined;
|
|
70
70
|
__isTeleport?: undefined;
|
|
@@ -95,9 +95,9 @@ declare const _default: {
|
|
|
95
95
|
"update:modelValue": (value: boolean) => any;
|
|
96
96
|
}, string, {
|
|
97
97
|
persistent: boolean;
|
|
98
|
-
maximized: boolean;
|
|
99
98
|
transitionShow: string;
|
|
100
99
|
transitionHide: string;
|
|
100
|
+
maximized: boolean;
|
|
101
101
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
102
102
|
$slots: {
|
|
103
103
|
default?(_: {}): any;
|
|
@@ -154,9 +154,9 @@ export declare const Default: StoryFn<{
|
|
|
154
154
|
"update:modelValue": (value: boolean) => any;
|
|
155
155
|
}, import('vue').PublicProps, {
|
|
156
156
|
persistent: boolean;
|
|
157
|
-
maximized: boolean;
|
|
158
157
|
transitionShow: string;
|
|
159
158
|
transitionHide: string;
|
|
159
|
+
maximized: boolean;
|
|
160
160
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
161
161
|
P: {};
|
|
162
162
|
B: {};
|
|
@@ -188,9 +188,9 @@ export declare const Default: StoryFn<{
|
|
|
188
188
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
189
189
|
}>, {}, {}, {}, {}, {
|
|
190
190
|
persistent: boolean;
|
|
191
|
-
maximized: boolean;
|
|
192
191
|
transitionShow: string;
|
|
193
192
|
transitionHide: string;
|
|
193
|
+
maximized: boolean;
|
|
194
194
|
}>;
|
|
195
195
|
__isFragment?: undefined;
|
|
196
196
|
__isTeleport?: undefined;
|
|
@@ -221,9 +221,9 @@ export declare const Default: StoryFn<{
|
|
|
221
221
|
"update:modelValue": (value: boolean) => any;
|
|
222
222
|
}, string, {
|
|
223
223
|
persistent: boolean;
|
|
224
|
-
maximized: boolean;
|
|
225
224
|
transitionShow: string;
|
|
226
225
|
transitionHide: string;
|
|
226
|
+
maximized: boolean;
|
|
227
227
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
228
228
|
$slots: {
|
|
229
229
|
default?(_: {}): any;
|
|
@@ -44,9 +44,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
44
44
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
46
|
persistent: boolean;
|
|
47
|
-
maximized: boolean;
|
|
48
47
|
transitionShow: string;
|
|
49
48
|
transitionHide: string;
|
|
49
|
+
maximized: boolean;
|
|
50
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
51
51
|
default?(_: {}): any;
|
|
52
52
|
title?(_: {}): any;
|
|
@@ -50,14 +50,14 @@ declare const _default: {
|
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
52
52
|
padding: string;
|
|
53
|
-
width: string;
|
|
54
53
|
margin: string;
|
|
54
|
+
width: string;
|
|
55
55
|
height: string;
|
|
56
56
|
maxWidth: string;
|
|
57
57
|
minWidth: string;
|
|
58
|
-
alignItems: string;
|
|
59
58
|
background: string;
|
|
60
59
|
justifyContent: string;
|
|
60
|
+
alignItems: string;
|
|
61
61
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
62
62
|
P: {};
|
|
63
63
|
B: {};
|
|
@@ -113,14 +113,14 @@ declare const _default: {
|
|
|
113
113
|
};
|
|
114
114
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
115
115
|
padding: string;
|
|
116
|
-
width: string;
|
|
117
116
|
margin: string;
|
|
117
|
+
width: string;
|
|
118
118
|
height: string;
|
|
119
119
|
maxWidth: string;
|
|
120
120
|
minWidth: string;
|
|
121
|
-
alignItems: string;
|
|
122
121
|
background: string;
|
|
123
122
|
justifyContent: string;
|
|
123
|
+
alignItems: string;
|
|
124
124
|
}>;
|
|
125
125
|
__isFragment?: undefined;
|
|
126
126
|
__isTeleport?: undefined;
|
|
@@ -173,14 +173,14 @@ declare const _default: {
|
|
|
173
173
|
};
|
|
174
174
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
175
175
|
padding: string;
|
|
176
|
-
width: string;
|
|
177
176
|
margin: string;
|
|
177
|
+
width: string;
|
|
178
178
|
height: string;
|
|
179
179
|
maxWidth: string;
|
|
180
180
|
minWidth: string;
|
|
181
|
-
alignItems: string;
|
|
182
181
|
background: string;
|
|
183
182
|
justifyContent: string;
|
|
183
|
+
alignItems: 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,14 +283,14 @@ export declare const Default: StoryFn<{
|
|
|
283
283
|
};
|
|
284
284
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
285
285
|
padding: string;
|
|
286
|
-
width: string;
|
|
287
286
|
margin: string;
|
|
287
|
+
width: string;
|
|
288
288
|
height: string;
|
|
289
289
|
maxWidth: string;
|
|
290
290
|
minWidth: string;
|
|
291
|
-
alignItems: string;
|
|
292
291
|
background: string;
|
|
293
292
|
justifyContent: string;
|
|
293
|
+
alignItems: string;
|
|
294
294
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
295
295
|
P: {};
|
|
296
296
|
B: {};
|
|
@@ -346,14 +346,14 @@ export declare const Default: StoryFn<{
|
|
|
346
346
|
};
|
|
347
347
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
348
348
|
padding: string;
|
|
349
|
-
width: string;
|
|
350
349
|
margin: string;
|
|
350
|
+
width: string;
|
|
351
351
|
height: string;
|
|
352
352
|
maxWidth: string;
|
|
353
353
|
minWidth: string;
|
|
354
|
-
alignItems: string;
|
|
355
354
|
background: string;
|
|
356
355
|
justifyContent: string;
|
|
356
|
+
alignItems: string;
|
|
357
357
|
}>;
|
|
358
358
|
__isFragment?: undefined;
|
|
359
359
|
__isTeleport?: undefined;
|
|
@@ -406,14 +406,14 @@ export declare const Default: StoryFn<{
|
|
|
406
406
|
};
|
|
407
407
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
408
408
|
padding: string;
|
|
409
|
-
width: string;
|
|
410
409
|
margin: string;
|
|
410
|
+
width: string;
|
|
411
411
|
height: string;
|
|
412
412
|
maxWidth: string;
|
|
413
413
|
minWidth: string;
|
|
414
|
-
alignItems: string;
|
|
415
414
|
background: string;
|
|
416
415
|
justifyContent: string;
|
|
416
|
+
alignItems: string;
|
|
417
417
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
418
418
|
$slots: {
|
|
419
419
|
default?(_: {}): any;
|
|
@@ -92,14 +92,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
92
92
|
};
|
|
93
93
|
}>> & Readonly<{}>, {
|
|
94
94
|
padding: string;
|
|
95
|
-
width: string;
|
|
96
95
|
margin: string;
|
|
96
|
+
width: string;
|
|
97
97
|
height: string;
|
|
98
98
|
maxWidth: string;
|
|
99
99
|
minWidth: string;
|
|
100
|
-
alignItems: string;
|
|
101
100
|
background: string;
|
|
102
101
|
justifyContent: string;
|
|
102
|
+
alignItems: string;
|
|
103
103
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
104
104
|
default?(_: {}): any;
|
|
105
105
|
}>;
|
|
@@ -71,8 +71,8 @@ declare const _default: {
|
|
|
71
71
|
label: string;
|
|
72
72
|
padding: string;
|
|
73
73
|
mask: string;
|
|
74
|
-
width: string;
|
|
75
74
|
margin: string;
|
|
75
|
+
width: string;
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
borderColor: string;
|
|
78
78
|
rules: import('quasar').ValidationRule[];
|
|
@@ -147,8 +147,8 @@ declare const _default: {
|
|
|
147
147
|
label: string;
|
|
148
148
|
padding: string;
|
|
149
149
|
mask: string;
|
|
150
|
-
width: string;
|
|
151
150
|
margin: string;
|
|
151
|
+
width: string;
|
|
152
152
|
disabled: boolean;
|
|
153
153
|
borderColor: string;
|
|
154
154
|
rules: import('quasar').ValidationRule[];
|
|
@@ -224,8 +224,8 @@ declare const _default: {
|
|
|
224
224
|
label: string;
|
|
225
225
|
padding: string;
|
|
226
226
|
mask: string;
|
|
227
|
-
width: string;
|
|
228
227
|
margin: string;
|
|
228
|
+
width: string;
|
|
229
229
|
disabled: boolean;
|
|
230
230
|
borderColor: string;
|
|
231
231
|
rules: import('quasar').ValidationRule[];
|
|
@@ -374,8 +374,8 @@ export declare const Default: StoryFn<{
|
|
|
374
374
|
label: string;
|
|
375
375
|
padding: string;
|
|
376
376
|
mask: string;
|
|
377
|
-
width: string;
|
|
378
377
|
margin: string;
|
|
378
|
+
width: string;
|
|
379
379
|
disabled: boolean;
|
|
380
380
|
borderColor: string;
|
|
381
381
|
rules: import('quasar').ValidationRule[];
|
|
@@ -450,8 +450,8 @@ export declare const Default: StoryFn<{
|
|
|
450
450
|
label: string;
|
|
451
451
|
padding: string;
|
|
452
452
|
mask: string;
|
|
453
|
-
width: string;
|
|
454
453
|
margin: string;
|
|
454
|
+
width: string;
|
|
455
455
|
disabled: boolean;
|
|
456
456
|
borderColor: string;
|
|
457
457
|
rules: import('quasar').ValidationRule[];
|
|
@@ -527,8 +527,8 @@ export declare const Default: StoryFn<{
|
|
|
527
527
|
label: string;
|
|
528
528
|
padding: string;
|
|
529
529
|
mask: string;
|
|
530
|
-
width: string;
|
|
531
530
|
margin: string;
|
|
531
|
+
width: string;
|
|
532
532
|
disabled: boolean;
|
|
533
533
|
borderColor: string;
|
|
534
534
|
rules: import('quasar').ValidationRule[];
|
|
@@ -117,8 +117,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
117
117
|
label: string;
|
|
118
118
|
padding: string;
|
|
119
119
|
mask: string;
|
|
120
|
-
width: string;
|
|
121
120
|
margin: string;
|
|
121
|
+
width: string;
|
|
122
122
|
disabled: boolean;
|
|
123
123
|
borderColor: string;
|
|
124
124
|
rules: ValidationRule[];
|
|
@@ -60,8 +60,8 @@ declare const _default: {
|
|
|
60
60
|
}>, {
|
|
61
61
|
label: string;
|
|
62
62
|
placeholder: string;
|
|
63
|
-
width: string;
|
|
64
63
|
margin: string;
|
|
64
|
+
width: string;
|
|
65
65
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
66
66
|
tags: string[];
|
|
67
67
|
parameters: {
|
|
@@ -150,6 +150,6 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
150
150
|
}>, {
|
|
151
151
|
label: string;
|
|
152
152
|
placeholder: string;
|
|
153
|
-
width: string;
|
|
154
153
|
margin: string;
|
|
154
|
+
width: string;
|
|
155
155
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -57,7 +57,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
57
57
|
}>, {
|
|
58
58
|
label: string;
|
|
59
59
|
placeholder: string;
|
|
60
|
-
width: string;
|
|
61
60
|
margin: string;
|
|
61
|
+
width: string;
|
|
62
62
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
63
63
|
export default _default;
|
|
@@ -104,8 +104,8 @@ declare const _default: {
|
|
|
104
104
|
padding: string;
|
|
105
105
|
margin: string;
|
|
106
106
|
disabled: boolean;
|
|
107
|
-
max: number;
|
|
108
107
|
min: number;
|
|
108
|
+
max: number;
|
|
109
109
|
step: number;
|
|
110
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
111
|
tags: string[];
|
|
@@ -102,8 +102,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
102
102
|
padding: string;
|
|
103
103
|
margin: string;
|
|
104
104
|
disabled: boolean;
|
|
105
|
-
max: number;
|
|
106
105
|
min: number;
|
|
106
|
+
max: number;
|
|
107
107
|
step: number;
|
|
108
108
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
109
109
|
export default _default;
|