sprof 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +163 -11
- package/dist/{ExtractsList-Pj6MkURv.js → ExtractsList-BNHHbmEu.js} +1 -1
- package/dist/core/components/CarouselImages.vue.d.ts +1 -1
- package/dist/core/components/GeneralItem.vue.d.ts +1 -1
- package/dist/core/components/GridContainer.vue.d.ts +1 -1
- package/dist/core/components/InfoItem.vue.d.ts +3 -3
- package/dist/core/components/atoms/PBadge/PBadge.stories.d.ts +471 -0
- package/dist/core/components/atoms/PBadge/PBadge.test.d.ts +1 -0
- package/dist/core/components/atoms/PBadge/PBadge.vue.d.ts +84 -0
- 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/PChip/PChip.stories.d.ts +639 -0
- package/dist/core/components/atoms/PChip/PChip.test.d.ts +1 -0
- package/dist/core/components/atoms/PChip/PChip.vue.d.ts +85 -0
- package/dist/core/components/atoms/PDatePicker/PDatePicker.stories.d.ts +469 -0
- package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +235 -0
- package/dist/core/components/atoms/PDialog/PDialog.test.d.ts +1 -0
- package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +62 -0
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +6 -6
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
- 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 +6 -6
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
- 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 +2 -2
- package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
- package/dist/core/components/atoms/PTable/{PTable.storeis.d.ts → PTable.stories.d.ts} +8 -9
- package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
- package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +248 -0
- package/dist/core/components/atoms/PToggle/PToggle.test.d.ts +1 -0
- package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +71 -0
- package/dist/core/components/atoms/__consumer__/consumer-render.test.d.ts +1 -0
- package/dist/core/components/atoms/__consumer__/q-imports.test.d.ts +1 -0
- package/dist/core/components/atoms/index.d.ts +5 -1
- package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +2 -2
- 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/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
- package/dist/global-components.d.ts +78 -0
- package/dist/{index-C6n-V_a8.js → index-T6suvcZB.js} +3311 -3115
- package/dist/index.d.ts +5 -0
- package/dist/modules/forms/components/Fields/DateField.vue.d.ts +1 -1
- package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +1 -1
- package/dist/modules/forms/components/admin/AdminFormPage.vue.d.ts +1 -1
- package/dist/sprof.js +20 -16
- package/dist/sprof.umd.cjs +10 -10
- package/dist/style.css +1 -1
- package/dist/test-utils/quasar-minimal.d.ts +6 -0
- package/package.json +15 -16
|
@@ -40,8 +40,8 @@ declare const _default: {
|
|
|
40
40
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
}>, {
|
|
42
42
|
padding: string;
|
|
43
|
-
margin: string;
|
|
44
43
|
width: string;
|
|
44
|
+
margin: 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
|
-
margin: string;
|
|
56
55
|
width: string;
|
|
56
|
+
margin: string;
|
|
57
57
|
disabled: boolean;
|
|
58
58
|
rules: import('quasar').ValidationRule[];
|
|
59
59
|
borderColor: string;
|
|
@@ -61,8 +61,8 @@ declare const _default: {
|
|
|
61
61
|
readonly color: string;
|
|
62
62
|
readonly label: string;
|
|
63
63
|
readonly padding: string;
|
|
64
|
-
readonly margin: string;
|
|
65
64
|
readonly width: string;
|
|
65
|
+
readonly margin: 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" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
|
|
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
|
-
margin: string;
|
|
160
159
|
width: string;
|
|
160
|
+
margin: string;
|
|
161
161
|
disabled: boolean;
|
|
162
162
|
rules: import('quasar').ValidationRule[];
|
|
163
163
|
borderColor: string;
|
|
@@ -186,8 +186,8 @@ declare const _default: {
|
|
|
186
186
|
label: string;
|
|
187
187
|
padding: string;
|
|
188
188
|
mask: string;
|
|
189
|
-
margin: string;
|
|
190
189
|
width: string;
|
|
190
|
+
margin: string;
|
|
191
191
|
disabled: boolean;
|
|
192
192
|
rules: import('quasar').ValidationRule[];
|
|
193
193
|
borderColor: string;
|
|
@@ -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" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
|
|
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
|
-
margin: string;
|
|
320
319
|
width: string;
|
|
320
|
+
margin: 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
|
-
margin: string;
|
|
332
331
|
width: string;
|
|
332
|
+
margin: string;
|
|
333
333
|
disabled: boolean;
|
|
334
334
|
rules: import('quasar').ValidationRule[];
|
|
335
335
|
borderColor: string;
|
|
@@ -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 margin: string;
|
|
341
340
|
readonly width: string;
|
|
341
|
+
readonly margin: 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" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
|
|
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
|
-
margin: string;
|
|
436
435
|
width: string;
|
|
436
|
+
margin: string;
|
|
437
437
|
disabled: boolean;
|
|
438
438
|
rules: import('quasar').ValidationRule[];
|
|
439
439
|
borderColor: string;
|
|
@@ -462,8 +462,8 @@ export declare const Default: () => {
|
|
|
462
462
|
label: string;
|
|
463
463
|
padding: string;
|
|
464
464
|
mask: string;
|
|
465
|
-
margin: string;
|
|
466
465
|
width: string;
|
|
466
|
+
margin: string;
|
|
467
467
|
disabled: boolean;
|
|
468
468
|
rules: import('quasar').ValidationRule[];
|
|
469
469
|
borderColor: string;
|
|
@@ -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" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
|
|
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
|
-
margin: string;
|
|
42
41
|
width: string;
|
|
42
|
+
margin: 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
|
-
margin: string;
|
|
54
53
|
width: string;
|
|
54
|
+
margin: string;
|
|
55
55
|
disabled: boolean;
|
|
56
56
|
rules: import('quasar').ValidationRule[];
|
|
57
57
|
borderColor: string;
|
|
@@ -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 margin: string;
|
|
63
62
|
readonly width: string;
|
|
63
|
+
readonly margin: 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" | "width" | "margin" | "disabled" | "rules" | "borderColor">;
|
|
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
|
-
margin: string;
|
|
158
157
|
width: string;
|
|
158
|
+
margin: string;
|
|
159
159
|
disabled: boolean;
|
|
160
160
|
rules: import('quasar').ValidationRule[];
|
|
161
161
|
borderColor: string;
|
|
@@ -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
|
-
margin: string;
|
|
188
187
|
width: string;
|
|
188
|
+
margin: string;
|
|
189
189
|
disabled: boolean;
|
|
190
190
|
rules: import('quasar').ValidationRule[];
|
|
191
191
|
borderColor: string;
|
|
@@ -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" | "width" | "margin" | "disabled" | "rules" | "borderColor")> & {
|
|
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
|
-
margin: string;
|
|
36
35
|
width: string;
|
|
36
|
+
margin: 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
|
-
margin: string;
|
|
95
94
|
width: string;
|
|
95
|
+
margin: 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
|
-
margin: string;
|
|
34
33
|
width: string;
|
|
34
|
+
margin: string;
|
|
35
35
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
36
36
|
export default _default;
|
|
@@ -63,8 +63,8 @@ declare const _default: Meta<{
|
|
|
63
63
|
padding: string;
|
|
64
64
|
mask: string;
|
|
65
65
|
placeholder: string;
|
|
66
|
-
fileInfo: FileInfo;
|
|
67
66
|
margin: string;
|
|
67
|
+
fileInfo: FileInfo;
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
borderColor: string;
|
|
70
70
|
formats: string[];
|
|
@@ -134,8 +134,8 @@ declare const _default: Meta<{
|
|
|
134
134
|
padding: string;
|
|
135
135
|
mask: string;
|
|
136
136
|
placeholder: string;
|
|
137
|
-
fileInfo: FileInfo;
|
|
138
137
|
margin: string;
|
|
138
|
+
fileInfo: FileInfo;
|
|
139
139
|
disabled: boolean;
|
|
140
140
|
borderColor: string;
|
|
141
141
|
formats: string[];
|
|
@@ -205,8 +205,8 @@ declare const _default: Meta<{
|
|
|
205
205
|
padding: string;
|
|
206
206
|
mask: string;
|
|
207
207
|
placeholder: string;
|
|
208
|
-
fileInfo: FileInfo;
|
|
209
208
|
margin: string;
|
|
209
|
+
fileInfo: FileInfo;
|
|
210
210
|
disabled: boolean;
|
|
211
211
|
borderColor: string;
|
|
212
212
|
formats: string[];
|
|
@@ -279,8 +279,8 @@ export declare const Base: StoryFn<{
|
|
|
279
279
|
padding: string;
|
|
280
280
|
mask: string;
|
|
281
281
|
placeholder: string;
|
|
282
|
-
fileInfo: FileInfo;
|
|
283
282
|
margin: string;
|
|
283
|
+
fileInfo: FileInfo;
|
|
284
284
|
disabled: boolean;
|
|
285
285
|
borderColor: string;
|
|
286
286
|
formats: string[];
|
|
@@ -350,8 +350,8 @@ export declare const Base: StoryFn<{
|
|
|
350
350
|
padding: string;
|
|
351
351
|
mask: string;
|
|
352
352
|
placeholder: string;
|
|
353
|
-
fileInfo: FileInfo;
|
|
354
353
|
margin: string;
|
|
354
|
+
fileInfo: FileInfo;
|
|
355
355
|
disabled: boolean;
|
|
356
356
|
borderColor: string;
|
|
357
357
|
formats: string[];
|
|
@@ -421,8 +421,8 @@ export declare const Base: StoryFn<{
|
|
|
421
421
|
padding: string;
|
|
422
422
|
mask: string;
|
|
423
423
|
placeholder: string;
|
|
424
|
-
fileInfo: FileInfo;
|
|
425
424
|
margin: string;
|
|
425
|
+
fileInfo: FileInfo;
|
|
426
426
|
disabled: boolean;
|
|
427
427
|
borderColor: string;
|
|
428
428
|
formats: string[];
|
|
@@ -494,8 +494,8 @@ export declare const Base1: StoryFn<{
|
|
|
494
494
|
padding: string;
|
|
495
495
|
mask: string;
|
|
496
496
|
placeholder: string;
|
|
497
|
-
fileInfo: FileInfo;
|
|
498
497
|
margin: string;
|
|
498
|
+
fileInfo: FileInfo;
|
|
499
499
|
disabled: boolean;
|
|
500
500
|
borderColor: string;
|
|
501
501
|
formats: string[];
|
|
@@ -565,8 +565,8 @@ export declare const Base1: StoryFn<{
|
|
|
565
565
|
padding: string;
|
|
566
566
|
mask: string;
|
|
567
567
|
placeholder: string;
|
|
568
|
-
fileInfo: FileInfo;
|
|
569
568
|
margin: string;
|
|
569
|
+
fileInfo: FileInfo;
|
|
570
570
|
disabled: boolean;
|
|
571
571
|
borderColor: string;
|
|
572
572
|
formats: string[];
|
|
@@ -636,8 +636,8 @@ export declare const Base1: StoryFn<{
|
|
|
636
636
|
padding: string;
|
|
637
637
|
mask: string;
|
|
638
638
|
placeholder: string;
|
|
639
|
-
fileInfo: FileInfo;
|
|
640
639
|
margin: string;
|
|
640
|
+
fileInfo: FileInfo;
|
|
641
641
|
disabled: boolean;
|
|
642
642
|
borderColor: string;
|
|
643
643
|
formats: string[];
|
|
@@ -111,8 +111,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
111
111
|
padding: string;
|
|
112
112
|
mask: string;
|
|
113
113
|
placeholder: string;
|
|
114
|
-
fileInfo: FileInfo;
|
|
115
114
|
margin: string;
|
|
115
|
+
fileInfo: FileInfo;
|
|
116
116
|
disabled: boolean;
|
|
117
117
|
borderColor: string;
|
|
118
118
|
formats: string[];
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import type * as Atoms from '@/core/components/atoms';
|
|
2
|
+
import type * as Components from '@/core/components/components';
|
|
3
|
+
import type * as Molecules from '@/core/components/molecules';
|
|
4
|
+
import type * as Organisms from '@/core/components/organisms';
|
|
5
|
+
declare module 'vue' {
|
|
6
|
+
interface GlobalComponents {
|
|
7
|
+
PBadge: typeof Atoms.PBadge;
|
|
8
|
+
PButton: typeof Atoms.PButton;
|
|
9
|
+
PCheckBox: typeof Atoms.PCheckBox;
|
|
10
|
+
PChip: typeof Atoms.PChip;
|
|
11
|
+
PDatePicker: typeof Atoms.PDatePicker;
|
|
12
|
+
PDialog: typeof Atoms.PDialog;
|
|
13
|
+
PFlex: typeof Atoms.PFlex;
|
|
14
|
+
PInput: typeof Atoms.PInput;
|
|
15
|
+
PInputDate: typeof Atoms.PInputDate;
|
|
16
|
+
PInputNumber: typeof Atoms.PInputNumber;
|
|
17
|
+
PLeftSlider: typeof Atoms.PLeftSlider;
|
|
18
|
+
PList: typeof Atoms.PList;
|
|
19
|
+
PListItem: typeof Atoms.PListItem;
|
|
20
|
+
PRadio: typeof Atoms.PRadio;
|
|
21
|
+
PRightSlider: typeof Atoms.PRightSlider;
|
|
22
|
+
PSelect: typeof Atoms.PSelect;
|
|
23
|
+
PSticky: typeof Atoms.PSticky;
|
|
24
|
+
PString: typeof Atoms.PString;
|
|
25
|
+
PTable: typeof Atoms.PTable;
|
|
26
|
+
PTextarea: typeof Atoms.PTextarea;
|
|
27
|
+
PToggle: typeof Atoms.PToggle;
|
|
28
|
+
PTooltip: typeof Atoms.PTooltip;
|
|
29
|
+
PTopSlider: typeof Atoms.PTopSlider;
|
|
30
|
+
CollapseContainer: typeof Molecules.CollapseContainer;
|
|
31
|
+
CollapseItem: typeof Molecules.CollapseItem;
|
|
32
|
+
PAdd: typeof Molecules.PAdd;
|
|
33
|
+
PContainer: typeof Molecules.PContainer;
|
|
34
|
+
PContainerStickyHead: typeof Molecules.PContainerStickyHead;
|
|
35
|
+
PDel: typeof Molecules.PDel;
|
|
36
|
+
PModal: typeof Molecules.PModal;
|
|
37
|
+
VerticalCollapseContainer: typeof Molecules.VerticalCollapseContainer;
|
|
38
|
+
PAuthForm: typeof Organisms.PAuthForm;
|
|
39
|
+
PAuthModal: typeof Organisms.PAuthModal;
|
|
40
|
+
PNameEdit: typeof Organisms.PNameEdit;
|
|
41
|
+
PTabs: typeof Organisms.PTabs;
|
|
42
|
+
PUploaderFile: typeof Organisms.PUploaderFile;
|
|
43
|
+
PUploaderImage: typeof Organisms.PUploaderImage;
|
|
44
|
+
AdaptiveContainer: typeof Components.AdaptiveContainer;
|
|
45
|
+
AdaptiveContainerHorizontal: typeof Components.AdaptiveContainerHorizontal;
|
|
46
|
+
CarouselImages: typeof Components.CarouselImages;
|
|
47
|
+
ContextWindow: typeof Components.ContextWindow;
|
|
48
|
+
DateInputRange: typeof Components.DateInputRange;
|
|
49
|
+
DateInputRange_v2: typeof Components.DateInputRange_v2;
|
|
50
|
+
DropList: typeof Components.DropList;
|
|
51
|
+
FTSPPanel: typeof Components.FTSPPanel;
|
|
52
|
+
FilterCheckbox: typeof Components.FilterCheckbox;
|
|
53
|
+
FilterSelect: typeof Components.FilterSelect;
|
|
54
|
+
FiltersButtonsSelect: typeof Components.FiltersButtonsSelect;
|
|
55
|
+
GeneralItem: typeof Components.GeneralItem;
|
|
56
|
+
GridContainer: typeof Components.GridContainer;
|
|
57
|
+
InfoItem: typeof Components.InfoItem;
|
|
58
|
+
InfoItemSelectButtons: typeof Components.InfoItemSelectButtons;
|
|
59
|
+
LeftRightContainer: typeof Components.LeftRightContainer;
|
|
60
|
+
PAutocomplete: typeof Components.PAutocomplete;
|
|
61
|
+
PLoader: typeof Components.PLoader;
|
|
62
|
+
PPagination: typeof Components.PPagination;
|
|
63
|
+
PageNotFound: typeof Components.PageNotFound;
|
|
64
|
+
PhoneForm: typeof Components.PhoneForm;
|
|
65
|
+
RemoteSearch: typeof Components.RemoteSearch;
|
|
66
|
+
ResearcheContainer: typeof Components.ResearcheContainer;
|
|
67
|
+
RightSliderContainer: typeof Components.RightSliderContainer;
|
|
68
|
+
RightTabsContainer: typeof Components.RightTabsContainer;
|
|
69
|
+
SelectValueType: typeof Components.SelectValueType;
|
|
70
|
+
SortList: typeof Components.SortList;
|
|
71
|
+
SortSelect: typeof Components.SortSelect;
|
|
72
|
+
Switch3Pos: typeof Components.Switch3Pos;
|
|
73
|
+
ThemeWrapper: typeof Components.ThemeWrapper;
|
|
74
|
+
ToggleInfoItem: typeof Components.ToggleInfoItem;
|
|
75
|
+
TopSliderContainer: typeof Components.TopSliderContainer;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
export {};
|