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.
Files changed (74) hide show
  1. package/dist/{ExtractsList-DkhnDpSu.js → ExtractsList-DTe91TQH.js} +1 -1
  2. package/dist/core/components/CarouselImages.vue.d.ts +1 -1
  3. package/dist/core/components/GeneralItem.vue.d.ts +2 -2
  4. package/dist/core/components/GridContainer.vue.d.ts +2 -2
  5. package/dist/core/components/InfoItem.vue.d.ts +2 -2
  6. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
  7. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
  8. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
  9. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
  10. package/dist/core/components/atoms/PDateInput/PDateInput.stories.d.ts +12 -12
  11. package/dist/core/components/atoms/PDateInput/PDateInput.vue.d.ts +1 -1
  12. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +6 -6
  13. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +1 -1
  14. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +12 -12
  15. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +2 -2
  16. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
  17. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
  18. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  19. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  20. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +18 -18
  21. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +3 -3
  22. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  23. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  24. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
  25. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
  26. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  27. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  28. package/dist/core/components/atoms/PString/PString.stories.d.ts +6 -6
  29. package/dist/core/components/atoms/PString/PString.vue.d.ts +3 -3
  30. package/dist/core/components/atoms/PTable/PTable.stories.d.ts +6 -6
  31. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  32. package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +3 -3
  33. package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +1 -1
  34. package/dist/core/components/molecules/PCard/PCard.stories.d.ts +12 -12
  35. package/dist/core/components/molecules/PCard/PCard.vue.d.ts +1 -1
  36. package/dist/core/components/molecules/PCrudList/PCrudList.stories.d.ts +9 -9
  37. package/dist/core/components/molecules/PCrudList/PCrudList.vue.d.ts +1 -1
  38. package/dist/core/components/molecules/PEditDialog/PEditDialog.stories.d.ts +9 -9
  39. package/dist/core/components/molecules/PEditDialog/PEditDialog.vue.d.ts +1 -1
  40. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
  41. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
  42. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
  43. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  44. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  45. package/dist/core/components/organisms/PMenuTabs/PMenuTabs.stories.d.ts +6 -6
  46. package/dist/core/components/organisms/PMenuTabs/PMenuTabs.vue.d.ts +1 -1
  47. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
  48. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
  49. package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
  50. package/dist/core/helpers/Arrays.test.d.ts +1 -0
  51. package/dist/core/helpers/Classes.test.d.ts +1 -0
  52. package/dist/core/helpers/Dates.test.d.ts +1 -0
  53. package/dist/core/helpers/Id.test.d.ts +1 -0
  54. package/dist/core/helpers/Numbers.test.d.ts +1 -0
  55. package/dist/global-components.d.ts +11 -0
  56. package/dist/{index-DN5Lq9Ib.js → index-DpENpoCA.js} +6807 -5877
  57. package/dist/index.d.ts +3 -0
  58. package/dist/modules/contacts/components/PContactForm.test.d.ts +1 -0
  59. package/dist/modules/contacts/components/PContactForm.vue.d.ts +95 -0
  60. package/dist/modules/contacts/components/PContactFormDeleteDialog.vue.d.ts +44 -0
  61. package/dist/modules/contacts/components/PContactFormEdit.vue.d.ts +89 -0
  62. package/dist/modules/contacts/components/PContactFormEditDialog.vue.d.ts +51 -0
  63. package/dist/modules/contacts/components/PContactFormEditEmails.vue.d.ts +86 -0
  64. package/dist/modules/contacts/components/PContactFormEditPhones.vue.d.ts +86 -0
  65. package/dist/modules/contacts/components/PContactFormView.vue.d.ts +83 -0
  66. package/dist/modules/contacts/components/PContactFormViewEmails.vue.d.ts +86 -0
  67. package/dist/modules/contacts/components/PContactFormViewPhones.vue.d.ts +86 -0
  68. package/dist/modules/contacts/index.d.ts +14 -0
  69. package/dist/modules/contacts/types.d.ts +57 -0
  70. package/dist/modules/index.d.ts +1 -0
  71. package/dist/sprof.js +54 -44
  72. package/dist/sprof.umd.cjs +13 -13
  73. package/dist/style.css +1 -1
  74. package/package.json +2 -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
- justifyContent: string;
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
- justifyContent: string;
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
- justifyContent: string;
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
- justifyContent: string;
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
- justifyContent: string;
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
- justifyContent: string;
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
- justifyContent: string;
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
- justifyContent: string;
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
- justifyContent: string;
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
- justifyContent: string;
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;
@@ -19,8 +19,8 @@ declare const _default: {
19
19
  default: string;
20
20
  };
21
21
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
22
- width: string;
23
22
  margin: string;
23
+ width: string;
24
24
  fontSize: string;
25
25
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
26
26
  P: {};
@@ -46,8 +46,8 @@ declare const _default: {
46
46
  default: string;
47
47
  };
48
48
  }>> & Readonly<{}>, {}, {}, {}, {}, {
49
- width: string;
50
49
  margin: string;
50
+ width: string;
51
51
  fontSize: string;
52
52
  }>;
53
53
  __isFragment?: undefined;
@@ -70,8 +70,8 @@ declare const _default: {
70
70
  default: string;
71
71
  };
72
72
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
73
- width: string;
74
73
  margin: string;
74
+ width: string;
75
75
  fontSize: 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: {
@@ -120,8 +120,8 @@ export declare const Default: StoryFn<{
120
120
  default: string;
121
121
  };
122
122
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
123
- width: string;
124
123
  margin: string;
124
+ width: string;
125
125
  fontSize: string;
126
126
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLTableElement, import('vue').ComponentProvideOptions, {
127
127
  P: {};
@@ -147,8 +147,8 @@ export declare const Default: StoryFn<{
147
147
  default: string;
148
148
  };
149
149
  }>> & Readonly<{}>, {}, {}, {}, {}, {
150
- width: string;
151
150
  margin: string;
151
+ width: string;
152
152
  fontSize: string;
153
153
  }>;
154
154
  __isFragment?: undefined;
@@ -171,8 +171,8 @@ export declare const Default: StoryFn<{
171
171
  default: string;
172
172
  };
173
173
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
174
- width: string;
175
174
  margin: string;
175
+ width: string;
176
176
  fontSize: 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: {
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  default: string;
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
- width: string;
35
34
  margin: string;
35
+ width: string;
36
36
  fontSize: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLTableElement>, {
38
38
  thead?(_: {}): any;
@@ -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;
@@ -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;
@@ -89,8 +89,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
89
89
  icon: string;
90
90
  img: string;
91
91
  title: string;
92
- maxHeight: string;
93
92
  height: string;
93
+ maxHeight: string;
94
94
  content: string;
95
95
  noHover: boolean;
96
96
  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;