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
|
@@ -71,14 +71,14 @@ declare const _default: {
|
|
|
71
71
|
string: string;
|
|
72
72
|
color: string;
|
|
73
73
|
padding: string;
|
|
74
|
-
width: string;
|
|
75
74
|
margin: string;
|
|
75
|
+
width: string;
|
|
76
76
|
fontSize: string;
|
|
77
77
|
minWidth: string;
|
|
78
|
-
background: string;
|
|
79
78
|
fontWeight: string;
|
|
80
|
-
|
|
79
|
+
background: string;
|
|
81
80
|
customClass: string;
|
|
81
|
+
justifyContent: string;
|
|
82
82
|
isHtml: boolean;
|
|
83
83
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
84
84
|
P: {};
|
|
@@ -154,14 +154,14 @@ declare const _default: {
|
|
|
154
154
|
string: string;
|
|
155
155
|
color: string;
|
|
156
156
|
padding: string;
|
|
157
|
-
width: string;
|
|
158
157
|
margin: string;
|
|
158
|
+
width: string;
|
|
159
159
|
fontSize: string;
|
|
160
160
|
minWidth: string;
|
|
161
|
-
background: string;
|
|
162
161
|
fontWeight: string;
|
|
163
|
-
|
|
162
|
+
background: string;
|
|
164
163
|
customClass: string;
|
|
164
|
+
justifyContent: string;
|
|
165
165
|
isHtml: boolean;
|
|
166
166
|
}>;
|
|
167
167
|
__isFragment?: undefined;
|
|
@@ -236,14 +236,14 @@ declare const _default: {
|
|
|
236
236
|
string: string;
|
|
237
237
|
color: string;
|
|
238
238
|
padding: string;
|
|
239
|
-
width: string;
|
|
240
239
|
margin: string;
|
|
240
|
+
width: string;
|
|
241
241
|
fontSize: string;
|
|
242
242
|
minWidth: string;
|
|
243
|
-
background: string;
|
|
244
243
|
fontWeight: string;
|
|
245
|
-
|
|
244
|
+
background: string;
|
|
246
245
|
customClass: string;
|
|
246
|
+
justifyContent: string;
|
|
247
247
|
isHtml: boolean;
|
|
248
248
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
249
249
|
$slots: {
|
|
@@ -384,14 +384,14 @@ export declare const Default: StoryFn<{
|
|
|
384
384
|
string: string;
|
|
385
385
|
color: string;
|
|
386
386
|
padding: string;
|
|
387
|
-
width: string;
|
|
388
387
|
margin: string;
|
|
388
|
+
width: string;
|
|
389
389
|
fontSize: string;
|
|
390
390
|
minWidth: string;
|
|
391
|
-
background: string;
|
|
392
391
|
fontWeight: string;
|
|
393
|
-
|
|
392
|
+
background: string;
|
|
394
393
|
customClass: string;
|
|
394
|
+
justifyContent: string;
|
|
395
395
|
isHtml: boolean;
|
|
396
396
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
397
397
|
P: {};
|
|
@@ -467,14 +467,14 @@ export declare const Default: StoryFn<{
|
|
|
467
467
|
string: string;
|
|
468
468
|
color: string;
|
|
469
469
|
padding: string;
|
|
470
|
-
width: string;
|
|
471
470
|
margin: string;
|
|
471
|
+
width: string;
|
|
472
472
|
fontSize: string;
|
|
473
473
|
minWidth: string;
|
|
474
|
-
background: string;
|
|
475
474
|
fontWeight: string;
|
|
476
|
-
|
|
475
|
+
background: string;
|
|
477
476
|
customClass: string;
|
|
477
|
+
justifyContent: string;
|
|
478
478
|
isHtml: boolean;
|
|
479
479
|
}>;
|
|
480
480
|
__isFragment?: undefined;
|
|
@@ -549,14 +549,14 @@ export declare const Default: StoryFn<{
|
|
|
549
549
|
string: string;
|
|
550
550
|
color: string;
|
|
551
551
|
padding: string;
|
|
552
|
-
width: string;
|
|
553
552
|
margin: string;
|
|
553
|
+
width: string;
|
|
554
554
|
fontSize: string;
|
|
555
555
|
minWidth: string;
|
|
556
|
-
background: string;
|
|
557
556
|
fontWeight: string;
|
|
558
|
-
|
|
557
|
+
background: string;
|
|
559
558
|
customClass: string;
|
|
559
|
+
justifyContent: string;
|
|
560
560
|
isHtml: boolean;
|
|
561
561
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
562
562
|
$slots: {
|
|
@@ -128,14 +128,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
128
128
|
string: string;
|
|
129
129
|
color: string;
|
|
130
130
|
padding: string;
|
|
131
|
-
width: string;
|
|
132
131
|
margin: string;
|
|
132
|
+
width: string;
|
|
133
133
|
fontSize: string;
|
|
134
134
|
minWidth: string;
|
|
135
|
-
background: string;
|
|
136
135
|
fontWeight: string;
|
|
137
|
-
|
|
136
|
+
background: string;
|
|
138
137
|
customClass: string;
|
|
138
|
+
justifyContent: string;
|
|
139
139
|
isHtml: boolean;
|
|
140
140
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
|
|
141
141
|
default?(_: {}): any;
|
|
@@ -20,8 +20,8 @@ declare const _default: {
|
|
|
20
20
|
};
|
|
21
21
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
22
22
|
padding: string;
|
|
23
|
-
width: string;
|
|
24
23
|
margin: string;
|
|
24
|
+
width: string;
|
|
25
25
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
26
26
|
P: {};
|
|
27
27
|
B: {};
|
|
@@ -47,8 +47,8 @@ declare const _default: {
|
|
|
47
47
|
};
|
|
48
48
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
49
49
|
padding: string;
|
|
50
|
-
width: string;
|
|
51
50
|
margin: string;
|
|
51
|
+
width: string;
|
|
52
52
|
}>;
|
|
53
53
|
__isFragment?: undefined;
|
|
54
54
|
__isTeleport?: undefined;
|
|
@@ -71,8 +71,8 @@ declare const _default: {
|
|
|
71
71
|
};
|
|
72
72
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
73
73
|
padding: string;
|
|
74
|
-
width: string;
|
|
75
74
|
margin: string;
|
|
75
|
+
width: string;
|
|
76
76
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
77
77
|
$slots: {
|
|
78
78
|
default?(_: {}): any;
|
|
@@ -121,8 +121,8 @@ export declare const Default: StoryFn<{
|
|
|
121
121
|
};
|
|
122
122
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
123
123
|
padding: string;
|
|
124
|
-
width: string;
|
|
125
124
|
margin: string;
|
|
125
|
+
width: string;
|
|
126
126
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
127
127
|
P: {};
|
|
128
128
|
B: {};
|
|
@@ -148,8 +148,8 @@ export declare const Default: StoryFn<{
|
|
|
148
148
|
};
|
|
149
149
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
150
150
|
padding: string;
|
|
151
|
-
width: string;
|
|
152
151
|
margin: string;
|
|
152
|
+
width: string;
|
|
153
153
|
}>;
|
|
154
154
|
__isFragment?: undefined;
|
|
155
155
|
__isTeleport?: undefined;
|
|
@@ -172,8 +172,8 @@ export declare const Default: StoryFn<{
|
|
|
172
172
|
};
|
|
173
173
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
174
174
|
padding: string;
|
|
175
|
-
width: string;
|
|
176
175
|
margin: string;
|
|
176
|
+
width: string;
|
|
177
177
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
178
178
|
$slots: {
|
|
179
179
|
default?(_: {}): any;
|
|
@@ -32,8 +32,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
34
|
padding: string;
|
|
35
|
-
width: string;
|
|
36
35
|
margin: string;
|
|
36
|
+
width: string;
|
|
37
37
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
|
|
38
38
|
default?(_: {}): any;
|
|
39
39
|
}>;
|
|
@@ -93,8 +93,8 @@ declare const _default: {
|
|
|
93
93
|
padding: string;
|
|
94
94
|
value: string | boolean;
|
|
95
95
|
name: string;
|
|
96
|
-
width: string;
|
|
97
96
|
margin: string;
|
|
97
|
+
width: string;
|
|
98
98
|
fontSize: string;
|
|
99
99
|
borderRadius: string;
|
|
100
100
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -230,8 +230,8 @@ export declare const DefaultRadio: StoryFn<import('vue').DefineComponent<globalT
|
|
|
230
230
|
padding: string;
|
|
231
231
|
value: string | boolean;
|
|
232
232
|
name: string;
|
|
233
|
-
width: string;
|
|
234
233
|
margin: string;
|
|
234
|
+
width: string;
|
|
235
235
|
fontSize: string;
|
|
236
236
|
borderRadius: string;
|
|
237
237
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -90,8 +90,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
90
90
|
padding: string;
|
|
91
91
|
value: string | boolean;
|
|
92
92
|
name: string;
|
|
93
|
-
width: string;
|
|
94
93
|
margin: string;
|
|
94
|
+
width: string;
|
|
95
95
|
fontSize: string;
|
|
96
96
|
borderRadius: string;
|
|
97
97
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -87,8 +87,8 @@ declare const _default: {
|
|
|
87
87
|
options: unknown[];
|
|
88
88
|
readonly: boolean;
|
|
89
89
|
placeholder: string;
|
|
90
|
-
width: string;
|
|
91
90
|
margin: string;
|
|
91
|
+
width: string;
|
|
92
92
|
disabled: boolean;
|
|
93
93
|
borderColor: string;
|
|
94
94
|
clearable: boolean;
|
|
@@ -181,8 +181,8 @@ declare const _default: {
|
|
|
181
181
|
options: unknown[];
|
|
182
182
|
readonly: boolean;
|
|
183
183
|
placeholder: string;
|
|
184
|
-
width: string;
|
|
185
184
|
margin: string;
|
|
185
|
+
width: string;
|
|
186
186
|
disabled: boolean;
|
|
187
187
|
borderColor: string;
|
|
188
188
|
clearable: boolean;
|
|
@@ -276,8 +276,8 @@ declare const _default: {
|
|
|
276
276
|
options: unknown[];
|
|
277
277
|
readonly: boolean;
|
|
278
278
|
placeholder: string;
|
|
279
|
-
width: string;
|
|
280
279
|
margin: string;
|
|
280
|
+
width: string;
|
|
281
281
|
disabled: boolean;
|
|
282
282
|
borderColor: string;
|
|
283
283
|
clearable: boolean;
|
|
@@ -430,8 +430,8 @@ export declare const Default: StoryFn<{
|
|
|
430
430
|
options: unknown[];
|
|
431
431
|
readonly: boolean;
|
|
432
432
|
placeholder: string;
|
|
433
|
-
width: string;
|
|
434
433
|
margin: string;
|
|
434
|
+
width: string;
|
|
435
435
|
disabled: boolean;
|
|
436
436
|
borderColor: string;
|
|
437
437
|
clearable: boolean;
|
|
@@ -524,8 +524,8 @@ export declare const Default: StoryFn<{
|
|
|
524
524
|
options: unknown[];
|
|
525
525
|
readonly: boolean;
|
|
526
526
|
placeholder: string;
|
|
527
|
-
width: string;
|
|
528
527
|
margin: string;
|
|
528
|
+
width: string;
|
|
529
529
|
disabled: boolean;
|
|
530
530
|
borderColor: string;
|
|
531
531
|
clearable: boolean;
|
|
@@ -619,8 +619,8 @@ export declare const Default: StoryFn<{
|
|
|
619
619
|
options: unknown[];
|
|
620
620
|
readonly: boolean;
|
|
621
621
|
placeholder: string;
|
|
622
|
-
width: string;
|
|
623
622
|
margin: string;
|
|
623
|
+
width: string;
|
|
624
624
|
disabled: boolean;
|
|
625
625
|
borderColor: string;
|
|
626
626
|
clearable: boolean;
|
|
@@ -152,8 +152,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
|
|
|
152
152
|
options: unknown[];
|
|
153
153
|
readonly: boolean;
|
|
154
154
|
placeholder: string;
|
|
155
|
-
width: string;
|
|
156
155
|
margin: string;
|
|
156
|
+
width: string;
|
|
157
157
|
disabled: boolean;
|
|
158
158
|
borderColor: string;
|
|
159
159
|
clearable: boolean;
|
|
@@ -131,14 +131,14 @@ declare const _default: {
|
|
|
131
131
|
string: string;
|
|
132
132
|
color: string;
|
|
133
133
|
padding: string;
|
|
134
|
-
width: string;
|
|
135
134
|
margin: string;
|
|
135
|
+
width: string;
|
|
136
136
|
fontSize: string;
|
|
137
137
|
minWidth: string;
|
|
138
|
-
background: string;
|
|
139
138
|
fontWeight: string;
|
|
140
|
-
|
|
139
|
+
background: string;
|
|
141
140
|
customClass: string;
|
|
141
|
+
justifyContent: string;
|
|
142
142
|
isHtml: boolean;
|
|
143
143
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
144
144
|
tags: string[];
|
|
@@ -335,13 +335,13 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
335
335
|
string: string;
|
|
336
336
|
color: string;
|
|
337
337
|
padding: string;
|
|
338
|
-
width: string;
|
|
339
338
|
margin: string;
|
|
339
|
+
width: string;
|
|
340
340
|
fontSize: string;
|
|
341
341
|
minWidth: string;
|
|
342
|
-
background: string;
|
|
343
342
|
fontWeight: string;
|
|
344
|
-
|
|
343
|
+
background: string;
|
|
345
344
|
customClass: string;
|
|
345
|
+
justifyContent: string;
|
|
346
346
|
isHtml: boolean;
|
|
347
347
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;
|
|
@@ -128,14 +128,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
128
128
|
string: string;
|
|
129
129
|
color: string;
|
|
130
130
|
padding: string;
|
|
131
|
-
width: string;
|
|
132
131
|
margin: string;
|
|
132
|
+
width: string;
|
|
133
133
|
fontSize: string;
|
|
134
134
|
minWidth: string;
|
|
135
|
-
background: string;
|
|
136
135
|
fontWeight: string;
|
|
137
|
-
|
|
136
|
+
background: string;
|
|
138
137
|
customClass: string;
|
|
138
|
+
justifyContent: string;
|
|
139
139
|
isHtml: boolean;
|
|
140
140
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
141
141
|
export default _default;
|
|
@@ -67,8 +67,8 @@ declare const _default: {
|
|
|
67
67
|
size: string;
|
|
68
68
|
label: string;
|
|
69
69
|
padding: string;
|
|
70
|
-
width: string;
|
|
71
70
|
margin: string;
|
|
71
|
+
width: string;
|
|
72
72
|
fontSize: string;
|
|
73
73
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
74
74
|
tags: string[];
|
|
@@ -172,8 +172,8 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
|
|
|
172
172
|
size: string;
|
|
173
173
|
label: string;
|
|
174
174
|
padding: string;
|
|
175
|
-
width: string;
|
|
176
175
|
margin: string;
|
|
176
|
+
width: string;
|
|
177
177
|
fontSize: string;
|
|
178
178
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
179
179
|
export declare const Disabled: StoryFn<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
@@ -242,7 +242,7 @@ export declare const Disabled: StoryFn<import('vue').DefineComponent<globalThis.
|
|
|
242
242
|
size: string;
|
|
243
243
|
label: string;
|
|
244
244
|
padding: string;
|
|
245
|
-
width: string;
|
|
246
245
|
margin: string;
|
|
246
|
+
width: string;
|
|
247
247
|
fontSize: string;
|
|
248
248
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>>;
|
|
@@ -64,8 +64,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
64
64
|
size: string;
|
|
65
65
|
label: string;
|
|
66
66
|
padding: string;
|
|
67
|
-
width: string;
|
|
68
67
|
margin: string;
|
|
68
|
+
width: string;
|
|
69
69
|
fontSize: string;
|
|
70
70
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
71
71
|
export default _default;
|
|
@@ -21,7 +21,7 @@ import { default as PRightSlider } from './PRightSlider/PRightSlider.vue';
|
|
|
21
21
|
import { default as PSelect } from './PSelect/PSelect.vue';
|
|
22
22
|
import { default as PSticky } from './PSticky/PSticky.vue';
|
|
23
23
|
import { default as PString } from './PString/PString.vue';
|
|
24
|
-
import { default as
|
|
24
|
+
import { default as PTableHtml } from './PTable/PTableHtml.vue';
|
|
25
25
|
import { default as PTableToggle } from './PTableToggle/PTableToggle.vue';
|
|
26
26
|
import { default as PTextarea } from './PTextarea/PTextarea.vue';
|
|
27
27
|
import { default as PToggle } from './PToggle/PToggle.vue';
|
|
@@ -30,4 +30,4 @@ import { default as PTopSlider } from './PTopSlider/PTopSlider.vue';
|
|
|
30
30
|
export default function install(app: {
|
|
31
31
|
component: (a: string, b: unknown) => void;
|
|
32
32
|
}): void;
|
|
33
|
-
export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDateTimeInput, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString,
|
|
33
|
+
export { PBadge, PButton, PCheckBox, PChip, PDateInput, PDatePicker, PDateTimeInput, PDialog, PFlex, PHint, PInput, PInputDate, PInputNumber, PLeftSlider, PList, PListItem, POptionsListSingle, POpts, PRadio, PRightSlider, PSelect, PSticky, PString, PTableHtml, PTableToggle, PTextarea, PToggle, PTooltip, PTopSlider, };
|
|
@@ -52,8 +52,8 @@ declare const _default: {
|
|
|
52
52
|
icon: string;
|
|
53
53
|
img: string;
|
|
54
54
|
title: string;
|
|
55
|
-
maxHeight: string;
|
|
56
55
|
height: string;
|
|
56
|
+
maxHeight: string;
|
|
57
57
|
content: string;
|
|
58
58
|
noHover: boolean;
|
|
59
59
|
isMain: boolean;
|
|
@@ -115,8 +115,8 @@ declare const _default: {
|
|
|
115
115
|
icon: string;
|
|
116
116
|
img: string;
|
|
117
117
|
title: string;
|
|
118
|
-
maxHeight: string;
|
|
119
118
|
height: string;
|
|
119
|
+
maxHeight: string;
|
|
120
120
|
content: string;
|
|
121
121
|
noHover: boolean;
|
|
122
122
|
isMain: boolean;
|
|
@@ -175,8 +175,8 @@ declare const _default: {
|
|
|
175
175
|
icon: string;
|
|
176
176
|
img: string;
|
|
177
177
|
title: string;
|
|
178
|
-
maxHeight: string;
|
|
179
178
|
height: string;
|
|
179
|
+
maxHeight: string;
|
|
180
180
|
content: string;
|
|
181
181
|
noHover: boolean;
|
|
182
182
|
isMain: boolean;
|
|
@@ -283,8 +283,8 @@ export declare const Default: StoryFn<{
|
|
|
283
283
|
icon: string;
|
|
284
284
|
img: string;
|
|
285
285
|
title: string;
|
|
286
|
-
maxHeight: string;
|
|
287
286
|
height: string;
|
|
287
|
+
maxHeight: string;
|
|
288
288
|
content: string;
|
|
289
289
|
noHover: boolean;
|
|
290
290
|
isMain: boolean;
|
|
@@ -346,8 +346,8 @@ export declare const Default: StoryFn<{
|
|
|
346
346
|
icon: string;
|
|
347
347
|
img: string;
|
|
348
348
|
title: string;
|
|
349
|
-
maxHeight: string;
|
|
350
349
|
height: string;
|
|
350
|
+
maxHeight: string;
|
|
351
351
|
content: string;
|
|
352
352
|
noHover: boolean;
|
|
353
353
|
isMain: boolean;
|
|
@@ -406,8 +406,8 @@ export declare const Default: StoryFn<{
|
|
|
406
406
|
icon: string;
|
|
407
407
|
img: string;
|
|
408
408
|
title: string;
|
|
409
|
-
maxHeight: string;
|
|
410
409
|
height: string;
|
|
410
|
+
maxHeight: string;
|
|
411
411
|
content: string;
|
|
412
412
|
noHover: boolean;
|
|
413
413
|
isMain: boolean;
|
|
@@ -472,8 +472,8 @@ export declare const WithImage: StoryFn<{
|
|
|
472
472
|
icon: string;
|
|
473
473
|
img: string;
|
|
474
474
|
title: string;
|
|
475
|
-
maxHeight: string;
|
|
476
475
|
height: string;
|
|
476
|
+
maxHeight: string;
|
|
477
477
|
content: string;
|
|
478
478
|
noHover: boolean;
|
|
479
479
|
isMain: boolean;
|
|
@@ -535,8 +535,8 @@ export declare const WithImage: StoryFn<{
|
|
|
535
535
|
icon: string;
|
|
536
536
|
img: string;
|
|
537
537
|
title: string;
|
|
538
|
-
maxHeight: string;
|
|
539
538
|
height: string;
|
|
539
|
+
maxHeight: string;
|
|
540
540
|
content: string;
|
|
541
541
|
noHover: boolean;
|
|
542
542
|
isMain: boolean;
|
|
@@ -595,8 +595,8 @@ export declare const WithImage: StoryFn<{
|
|
|
595
595
|
icon: string;
|
|
596
596
|
img: string;
|
|
597
597
|
title: string;
|
|
598
|
-
maxHeight: string;
|
|
599
598
|
height: string;
|
|
599
|
+
maxHeight: string;
|
|
600
600
|
content: string;
|
|
601
601
|
noHover: boolean;
|
|
602
602
|
isMain: boolean;
|
|
@@ -661,8 +661,8 @@ export declare const WithFooter: StoryFn<{
|
|
|
661
661
|
icon: string;
|
|
662
662
|
img: string;
|
|
663
663
|
title: string;
|
|
664
|
-
maxHeight: string;
|
|
665
664
|
height: string;
|
|
665
|
+
maxHeight: string;
|
|
666
666
|
content: string;
|
|
667
667
|
noHover: boolean;
|
|
668
668
|
isMain: boolean;
|
|
@@ -724,8 +724,8 @@ export declare const WithFooter: StoryFn<{
|
|
|
724
724
|
icon: string;
|
|
725
725
|
img: string;
|
|
726
726
|
title: string;
|
|
727
|
-
maxHeight: string;
|
|
728
727
|
height: string;
|
|
728
|
+
maxHeight: string;
|
|
729
729
|
content: string;
|
|
730
730
|
noHover: boolean;
|
|
731
731
|
isMain: boolean;
|
|
@@ -784,8 +784,8 @@ export declare const WithFooter: StoryFn<{
|
|
|
784
784
|
icon: string;
|
|
785
785
|
img: string;
|
|
786
786
|
title: string;
|
|
787
|
-
maxHeight: string;
|
|
788
787
|
height: string;
|
|
788
|
+
maxHeight: string;
|
|
789
789
|
content: string;
|
|
790
790
|
noHover: boolean;
|
|
791
791
|
isMain: boolean;
|
|
@@ -63,8 +63,8 @@ declare const _default: {
|
|
|
63
63
|
}, import('vue').PublicProps, {
|
|
64
64
|
title: string;
|
|
65
65
|
margin: string;
|
|
66
|
-
list: import('../../../interfaces').IOrdered[];
|
|
67
66
|
background: string;
|
|
67
|
+
list: import('../../../interfaces').IOrdered[];
|
|
68
68
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
69
69
|
sortable: boolean;
|
|
70
70
|
showAdd: boolean;
|
|
@@ -134,8 +134,8 @@ declare const _default: {
|
|
|
134
134
|
}>, {}, {}, {}, {}, {
|
|
135
135
|
title: string;
|
|
136
136
|
margin: string;
|
|
137
|
-
list: import('../../../interfaces').IOrdered[];
|
|
138
137
|
background: string;
|
|
138
|
+
list: import('../../../interfaces').IOrdered[];
|
|
139
139
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
140
140
|
sortable: boolean;
|
|
141
141
|
showAdd: boolean;
|
|
@@ -207,8 +207,8 @@ declare const _default: {
|
|
|
207
207
|
}, string, {
|
|
208
208
|
title: string;
|
|
209
209
|
margin: string;
|
|
210
|
-
list: import('../../../interfaces').IOrdered[];
|
|
211
210
|
background: string;
|
|
211
|
+
list: import('../../../interfaces').IOrdered[];
|
|
212
212
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
213
213
|
sortable: boolean;
|
|
214
214
|
showAdd: boolean;
|
|
@@ -322,8 +322,8 @@ export declare const Sortable: StoryFn<{
|
|
|
322
322
|
}, import('vue').PublicProps, {
|
|
323
323
|
title: string;
|
|
324
324
|
margin: string;
|
|
325
|
-
list: import('../../../interfaces').IOrdered[];
|
|
326
325
|
background: string;
|
|
326
|
+
list: import('../../../interfaces').IOrdered[];
|
|
327
327
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
328
328
|
sortable: boolean;
|
|
329
329
|
showAdd: boolean;
|
|
@@ -393,8 +393,8 @@ export declare const Sortable: StoryFn<{
|
|
|
393
393
|
}>, {}, {}, {}, {}, {
|
|
394
394
|
title: string;
|
|
395
395
|
margin: string;
|
|
396
|
-
list: import('../../../interfaces').IOrdered[];
|
|
397
396
|
background: string;
|
|
397
|
+
list: import('../../../interfaces').IOrdered[];
|
|
398
398
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
399
399
|
sortable: boolean;
|
|
400
400
|
showAdd: boolean;
|
|
@@ -466,8 +466,8 @@ export declare const Sortable: StoryFn<{
|
|
|
466
466
|
}, string, {
|
|
467
467
|
title: string;
|
|
468
468
|
margin: string;
|
|
469
|
-
list: import('../../../interfaces').IOrdered[];
|
|
470
469
|
background: string;
|
|
470
|
+
list: import('../../../interfaces').IOrdered[];
|
|
471
471
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
472
472
|
sortable: boolean;
|
|
473
473
|
showAdd: boolean;
|
|
@@ -551,8 +551,8 @@ export declare const Static: StoryFn<{
|
|
|
551
551
|
}, import('vue').PublicProps, {
|
|
552
552
|
title: string;
|
|
553
553
|
margin: string;
|
|
554
|
-
list: import('../../../interfaces').IOrdered[];
|
|
555
554
|
background: string;
|
|
555
|
+
list: import('../../../interfaces').IOrdered[];
|
|
556
556
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
557
557
|
sortable: boolean;
|
|
558
558
|
showAdd: boolean;
|
|
@@ -622,8 +622,8 @@ export declare const Static: StoryFn<{
|
|
|
622
622
|
}>, {}, {}, {}, {}, {
|
|
623
623
|
title: string;
|
|
624
624
|
margin: string;
|
|
625
|
-
list: import('../../../interfaces').IOrdered[];
|
|
626
625
|
background: string;
|
|
626
|
+
list: import('../../../interfaces').IOrdered[];
|
|
627
627
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
628
628
|
sortable: boolean;
|
|
629
629
|
showAdd: boolean;
|
|
@@ -695,8 +695,8 @@ export declare const Static: StoryFn<{
|
|
|
695
695
|
}, string, {
|
|
696
696
|
title: string;
|
|
697
697
|
margin: string;
|
|
698
|
-
list: import('../../../interfaces').IOrdered[];
|
|
699
698
|
background: string;
|
|
699
|
+
list: import('../../../interfaces').IOrdered[];
|
|
700
700
|
store: import('../../../helpers/BaseStore').default<import('../../../interfaces').IWithId & import('../../../interfaces').IFileInfosGetter>;
|
|
701
701
|
sortable: boolean;
|
|
702
702
|
showAdd: boolean;
|
|
@@ -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;
|