sprof 0.2.1 → 0.2.2

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 (82) hide show
  1. package/dist/{ExtractsList-D2rsuyBZ.js → ExtractsList-DRZdaLvF.js} +11 -10
  2. package/dist/core/components/GeneralItem.vue.d.ts +4 -4
  3. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  4. package/dist/core/components/Icons/Filter/IconDownload.vue.d.ts +1 -1
  5. package/dist/core/components/Icons/Filter/IconFilter.vue.d.ts +1 -1
  6. package/dist/core/components/Icons/Pagination/ArrowLeft.vue.d.ts +1 -1
  7. package/dist/core/components/Icons/Pagination/ArrowRight.vue.d.ts +1 -1
  8. package/dist/core/components/Icons/Pagination/DoubleArrowLeft.vue.d.ts +1 -1
  9. package/dist/core/components/Icons/Pagination/DoubleArrowRight.vue.d.ts +1 -1
  10. package/dist/core/components/Icons/Pagination/EllipsisSvg.vue.d.ts +1 -1
  11. package/dist/core/components/InfoItem.vue.d.ts +4 -4
  12. package/dist/core/components/PAutocomplete.vue.d.ts +1 -1
  13. package/dist/core/components/RemoteSearch.stories.d.ts +6 -6
  14. package/dist/core/components/RemoteSearch.vue.d.ts +3 -3
  15. package/dist/core/components/RightSliderContainer.vue.d.ts +2 -2
  16. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +54 -18
  17. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +14 -3
  18. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +4 -4
  19. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +2 -2
  20. package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
  21. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +18 -18
  22. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +3 -3
  23. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +40 -22
  24. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +11 -5
  25. package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +3 -3
  26. package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +3 -3
  27. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +36 -36
  28. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +6 -6
  29. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +18 -18
  30. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +3 -3
  31. package/dist/core/components/atoms/PList/PList.stories.d.ts +8 -8
  32. package/dist/core/components/atoms/PList/PList.vue.d.ts +2 -2
  33. package/dist/core/components/atoms/PListItem/PListItem.stories.d.ts +12 -12
  34. package/dist/core/components/atoms/PListItem/PListItem.vue.d.ts +2 -2
  35. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +4 -4
  36. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +2 -2
  37. package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +18 -18
  38. package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +3 -3
  39. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +66 -30
  40. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +16 -5
  41. package/dist/core/components/atoms/PString/PString.stories.d.ts +12 -12
  42. package/dist/core/components/atoms/PString/PString.vue.d.ts +6 -6
  43. package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +14 -18
  44. package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -5
  45. package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +12 -12
  46. package/dist/core/components/components.d.ts +1 -3
  47. package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
  48. package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
  49. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
  50. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  51. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  52. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  53. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
  54. package/dist/core/components/molecules/index.d.ts +1 -2
  55. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +44 -31
  56. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +22 -15
  57. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  58. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  59. package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +6 -6
  60. package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +1 -1
  61. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +18 -18
  62. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +2 -2
  63. package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
  64. package/dist/core/helpers/Message.d.ts +13 -2
  65. package/dist/core/ui/Dialog.d.ts +18 -3
  66. package/dist/core/ui/Dialog.test.d.ts +1 -0
  67. package/dist/core/ui/Notify.d.ts +19 -24
  68. package/dist/core/ui/Notify.test.d.ts +1 -0
  69. package/dist/index-CNpz7Czv.js +13826 -0
  70. package/dist/index.d.ts +1 -0
  71. package/dist/install.d.ts +25 -0
  72. package/dist/sprof.js +5 -4
  73. package/dist/sprof.umd.cjs +29 -14
  74. package/dist/style.css +1 -1
  75. package/dist/test-utils/quasar.d.ts +5 -0
  76. package/package.json +19 -5
  77. package/dist/core/components/MessageBody.vue.d.ts +0 -27
  78. package/dist/core/components/PDialog.vue.d.ts +0 -2
  79. package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +0 -242
  80. package/dist/core/components/molecules/PNotify/PNotify.vue.d.ts +0 -2
  81. package/dist/core/ui/index.d.ts +0 -110
  82. package/dist/index-CkqPv_mq.js +0 -7517
@@ -49,14 +49,14 @@ declare const _default: {
49
49
  required: false;
50
50
  };
51
51
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
52
- margin: string;
53
52
  padding: string;
54
- background: string;
53
+ margin: string;
55
54
  width: string;
56
55
  height: string;
57
- minWidth: string;
58
56
  maxWidth: string;
57
+ minWidth: string;
59
58
  justifyContent: string;
59
+ background: string;
60
60
  alignItems: string;
61
61
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
62
62
  P: {};
@@ -112,14 +112,14 @@ declare const _default: {
112
112
  required: false;
113
113
  };
114
114
  }>> & Readonly<{}>, {}, {}, {}, {}, {
115
- margin: string;
116
115
  padding: string;
117
- background: string;
116
+ margin: string;
118
117
  width: string;
119
118
  height: string;
120
- minWidth: string;
121
119
  maxWidth: string;
120
+ minWidth: string;
122
121
  justifyContent: string;
122
+ background: string;
123
123
  alignItems: string;
124
124
  }>;
125
125
  __isFragment?: undefined;
@@ -172,14 +172,14 @@ declare const _default: {
172
172
  required: false;
173
173
  };
174
174
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
175
- margin: string;
176
175
  padding: string;
177
- background: string;
176
+ margin: string;
178
177
  width: string;
179
178
  height: string;
180
- minWidth: string;
181
179
  maxWidth: string;
180
+ minWidth: string;
182
181
  justifyContent: string;
182
+ background: string;
183
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: {
@@ -282,14 +282,14 @@ export declare const Default: StoryFn<{
282
282
  required: false;
283
283
  };
284
284
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
285
- margin: string;
286
285
  padding: string;
287
- background: string;
286
+ margin: string;
288
287
  width: string;
289
288
  height: string;
290
- minWidth: string;
291
289
  maxWidth: string;
290
+ minWidth: string;
292
291
  justifyContent: string;
292
+ background: string;
293
293
  alignItems: string;
294
294
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
295
295
  P: {};
@@ -345,14 +345,14 @@ export declare const Default: StoryFn<{
345
345
  required: false;
346
346
  };
347
347
  }>> & Readonly<{}>, {}, {}, {}, {}, {
348
- margin: string;
349
348
  padding: string;
350
- background: string;
349
+ margin: string;
351
350
  width: string;
352
351
  height: string;
353
- minWidth: string;
354
352
  maxWidth: string;
353
+ minWidth: string;
355
354
  justifyContent: string;
355
+ background: string;
356
356
  alignItems: string;
357
357
  }>;
358
358
  __isFragment?: undefined;
@@ -405,14 +405,14 @@ export declare const Default: StoryFn<{
405
405
  required: false;
406
406
  };
407
407
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
408
- margin: string;
409
408
  padding: string;
410
- background: string;
409
+ margin: string;
411
410
  width: string;
412
411
  height: string;
413
- minWidth: string;
414
412
  maxWidth: string;
413
+ minWidth: string;
415
414
  justifyContent: string;
415
+ background: string;
416
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: {
@@ -91,14 +91,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
91
91
  required: false;
92
92
  };
93
93
  }>> & Readonly<{}>, {
94
- margin: string;
95
94
  padding: string;
96
- background: string;
95
+ margin: string;
97
96
  width: string;
98
97
  height: string;
99
- minWidth: string;
100
98
  maxWidth: string;
99
+ minWidth: string;
101
100
  justifyContent: string;
101
+ background: string;
102
102
  alignItems: string;
103
103
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
104
104
  default?(_: {}): any;
@@ -46,22 +46,27 @@ declare const _default: {
46
46
  onBlur?: ((...args: any[]) => any) | undefined;
47
47
  onFocus?: ((...args: any[]) => any) | undefined;
48
48
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
49
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
49
+ }>, {
50
+ focus: () => void;
51
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
50
52
  input: (...args: any[]) => void;
51
53
  blur: (...args: any[]) => void;
52
54
  focus: (...args: any[]) => void;
53
55
  "update:modelValue": (value: string) => void;
54
56
  }, import('vue').PublicProps, {
57
+ color: string;
55
58
  label: string;
59
+ padding: string;
56
60
  mask: string;
57
61
  margin: string;
58
62
  disabled: boolean;
59
- padding: string;
60
63
  borderColor: string;
61
- color: string;
62
64
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
63
- input: HTMLInputElement;
64
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
65
+ input: {
66
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
67
+ $slots: import('quasar').QInputSlots;
68
+ } | null;
69
+ }, any, import('vue').ComponentProvideOptions, {
65
70
  P: {};
66
71
  B: {};
67
72
  D: {};
@@ -112,14 +117,16 @@ declare const _default: {
112
117
  onBlur?: ((...args: any[]) => any) | undefined;
113
118
  onFocus?: ((...args: any[]) => any) | undefined;
114
119
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
115
- }>, {}, {}, {}, {}, {
120
+ }>, {
121
+ focus: () => void;
122
+ }, {}, {}, {}, {
123
+ color: string;
116
124
  label: string;
125
+ padding: string;
117
126
  mask: string;
118
127
  margin: string;
119
128
  disabled: boolean;
120
- padding: string;
121
129
  borderColor: string;
122
- color: string;
123
130
  }>;
124
131
  __isFragment?: undefined;
125
132
  __isTeleport?: undefined;
@@ -168,19 +175,21 @@ declare const _default: {
168
175
  onBlur?: ((...args: any[]) => any) | undefined;
169
176
  onFocus?: ((...args: any[]) => any) | undefined;
170
177
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
171
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
178
+ }>, {
179
+ focus: () => void;
180
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
172
181
  input: (...args: any[]) => void;
173
182
  blur: (...args: any[]) => void;
174
183
  focus: (...args: any[]) => void;
175
184
  "update:modelValue": (value: string) => void;
176
185
  }, string, {
186
+ color: string;
177
187
  label: string;
188
+ padding: string;
178
189
  mask: string;
179
190
  margin: string;
180
191
  disabled: boolean;
181
- padding: string;
182
192
  borderColor: string;
183
- color: string;
184
193
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
185
194
  $slots: {
186
195
  default?(_: {}): any;
@@ -272,22 +281,27 @@ export declare const Default: StoryFn<{
272
281
  onBlur?: ((...args: any[]) => any) | undefined;
273
282
  onFocus?: ((...args: any[]) => any) | undefined;
274
283
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
275
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
284
+ }>, {
285
+ focus: () => void;
286
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
276
287
  input: (...args: any[]) => void;
277
288
  blur: (...args: any[]) => void;
278
289
  focus: (...args: any[]) => void;
279
290
  "update:modelValue": (value: string) => void;
280
291
  }, import('vue').PublicProps, {
292
+ color: string;
281
293
  label: string;
294
+ padding: string;
282
295
  mask: string;
283
296
  margin: string;
284
297
  disabled: boolean;
285
- padding: string;
286
298
  borderColor: string;
287
- color: string;
288
299
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
289
- input: HTMLInputElement;
290
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
300
+ input: {
301
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
302
+ $slots: import('quasar').QInputSlots;
303
+ } | null;
304
+ }, any, import('vue').ComponentProvideOptions, {
291
305
  P: {};
292
306
  B: {};
293
307
  D: {};
@@ -338,14 +352,16 @@ export declare const Default: StoryFn<{
338
352
  onBlur?: ((...args: any[]) => any) | undefined;
339
353
  onFocus?: ((...args: any[]) => any) | undefined;
340
354
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
341
- }>, {}, {}, {}, {}, {
355
+ }>, {
356
+ focus: () => void;
357
+ }, {}, {}, {}, {
358
+ color: string;
342
359
  label: string;
360
+ padding: string;
343
361
  mask: string;
344
362
  margin: string;
345
363
  disabled: boolean;
346
- padding: string;
347
364
  borderColor: string;
348
- color: string;
349
365
  }>;
350
366
  __isFragment?: undefined;
351
367
  __isTeleport?: undefined;
@@ -394,19 +410,21 @@ export declare const Default: StoryFn<{
394
410
  onBlur?: ((...args: any[]) => any) | undefined;
395
411
  onFocus?: ((...args: any[]) => any) | undefined;
396
412
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
397
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
413
+ }>, {
414
+ focus: () => void;
415
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
398
416
  input: (...args: any[]) => void;
399
417
  blur: (...args: any[]) => void;
400
418
  focus: (...args: any[]) => void;
401
419
  "update:modelValue": (value: string) => void;
402
420
  }, string, {
421
+ color: string;
403
422
  label: string;
423
+ padding: string;
404
424
  mask: string;
405
425
  margin: string;
406
426
  disabled: boolean;
407
- padding: string;
408
427
  borderColor: string;
409
- color: string;
410
428
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
411
429
  $slots: {
412
430
  default?(_: {}): any;
@@ -1,3 +1,4 @@
1
+ declare function focus(): void;
1
2
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
3
  label: {
3
4
  type: StringConstructor;
@@ -37,7 +38,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
37
38
  modelValue: {
38
39
  type: globalThis.PropType<string>;
39
40
  };
40
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
+ }>, {
42
+ focus: typeof focus;
43
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
44
  input: (...args: any[]) => void;
42
45
  blur: (...args: any[]) => void;
43
46
  focus: (...args: any[]) => void;
@@ -87,16 +90,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
87
90
  onFocus?: ((...args: any[]) => any) | undefined;
88
91
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
89
92
  }>, {
93
+ color: string;
90
94
  label: string;
95
+ padding: string;
91
96
  mask: string;
92
97
  margin: string;
93
98
  disabled: boolean;
94
- padding: string;
95
99
  borderColor: string;
96
- color: string;
97
100
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
98
- input: HTMLInputElement;
99
- }, HTMLDivElement>, {
101
+ input: {
102
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
103
+ $slots: import('quasar').QInputSlots;
104
+ } | null;
105
+ }, any>, {
100
106
  default?(_: {}): any;
101
107
  right?(_: {}): any;
102
108
  }>;
@@ -99,15 +99,15 @@ declare const _default: {
99
99
  onChange?: ((...args: any[]) => any) | undefined;
100
100
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
101
101
  }>, {
102
+ color: string;
102
103
  label: string;
104
+ padding: string;
103
105
  margin: string;
104
106
  disabled: boolean;
105
- padding: string;
106
- color: string;
107
107
  max: number;
108
108
  min: number;
109
109
  step: number;
110
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
110
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
111
111
  tags: string[];
112
112
  parameters: {
113
113
  docs: {
@@ -97,13 +97,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
97
97
  onChange?: ((...args: any[]) => any) | undefined;
98
98
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
99
99
  }>, {
100
+ color: string;
100
101
  label: string;
102
+ padding: string;
101
103
  margin: string;
102
104
  disabled: boolean;
103
- padding: string;
104
- color: string;
105
105
  max: number;
106
106
  min: number;
107
107
  step: number;
108
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
108
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
109
109
  export default _default;
@@ -69,16 +69,16 @@ declare const _default: {
69
69
  click: (...args: any[]) => void;
70
70
  }, import('vue').PublicProps, {
71
71
  string: string;
72
- margin: string;
73
- padding: string;
74
72
  color: string;
75
- background: string;
73
+ padding: string;
74
+ margin: string;
76
75
  width: string;
77
- minWidth: string;
78
- customClass: string;
79
76
  fontSize: string;
80
- fontWeight: string;
77
+ minWidth: string;
81
78
  justifyContent: string;
79
+ background: string;
80
+ fontWeight: string;
81
+ customClass: string;
82
82
  isHtml: boolean;
83
83
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
84
84
  P: {};
@@ -152,16 +152,16 @@ declare const _default: {
152
152
  onClick?: ((...args: any[]) => any) | undefined;
153
153
  }>, {}, {}, {}, {}, {
154
154
  string: string;
155
- margin: string;
156
- padding: string;
157
155
  color: string;
158
- background: string;
156
+ padding: string;
157
+ margin: string;
159
158
  width: string;
160
- minWidth: string;
161
- customClass: string;
162
159
  fontSize: string;
163
- fontWeight: string;
160
+ minWidth: string;
164
161
  justifyContent: string;
162
+ background: string;
163
+ fontWeight: string;
164
+ customClass: string;
165
165
  isHtml: boolean;
166
166
  }>;
167
167
  __isFragment?: undefined;
@@ -234,16 +234,16 @@ declare const _default: {
234
234
  click: (...args: any[]) => void;
235
235
  }, string, {
236
236
  string: string;
237
- margin: string;
238
- padding: string;
239
237
  color: string;
240
- background: string;
238
+ padding: string;
239
+ margin: string;
241
240
  width: string;
242
- minWidth: string;
243
- customClass: string;
244
241
  fontSize: string;
245
- fontWeight: string;
242
+ minWidth: string;
246
243
  justifyContent: string;
244
+ background: string;
245
+ fontWeight: string;
246
+ customClass: 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: {
@@ -382,16 +382,16 @@ export declare const Default: StoryFn<{
382
382
  click: (...args: any[]) => void;
383
383
  }, import('vue').PublicProps, {
384
384
  string: string;
385
- margin: string;
386
- padding: string;
387
385
  color: string;
388
- background: string;
386
+ padding: string;
387
+ margin: string;
389
388
  width: string;
390
- minWidth: string;
391
- customClass: string;
392
389
  fontSize: string;
393
- fontWeight: string;
390
+ minWidth: string;
394
391
  justifyContent: string;
392
+ background: string;
393
+ fontWeight: string;
394
+ customClass: string;
395
395
  isHtml: boolean;
396
396
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
397
397
  P: {};
@@ -465,16 +465,16 @@ export declare const Default: StoryFn<{
465
465
  onClick?: ((...args: any[]) => any) | undefined;
466
466
  }>, {}, {}, {}, {}, {
467
467
  string: string;
468
- margin: string;
469
- padding: string;
470
468
  color: string;
471
- background: string;
469
+ padding: string;
470
+ margin: string;
472
471
  width: string;
473
- minWidth: string;
474
- customClass: string;
475
472
  fontSize: string;
476
- fontWeight: string;
473
+ minWidth: string;
477
474
  justifyContent: string;
475
+ background: string;
476
+ fontWeight: string;
477
+ customClass: string;
478
478
  isHtml: boolean;
479
479
  }>;
480
480
  __isFragment?: undefined;
@@ -547,16 +547,16 @@ export declare const Default: StoryFn<{
547
547
  click: (...args: any[]) => void;
548
548
  }, string, {
549
549
  string: string;
550
- margin: string;
551
- padding: string;
552
550
  color: string;
553
- background: string;
551
+ padding: string;
552
+ margin: string;
554
553
  width: string;
555
- minWidth: string;
556
- customClass: string;
557
554
  fontSize: string;
558
- fontWeight: string;
555
+ minWidth: string;
559
556
  justifyContent: string;
557
+ background: string;
558
+ fontWeight: string;
559
+ customClass: 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: {
@@ -126,16 +126,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
126
126
  onClick?: ((...args: any[]) => any) | undefined;
127
127
  }>, {
128
128
  string: string;
129
- margin: string;
130
- padding: string;
131
129
  color: string;
132
- background: string;
130
+ padding: string;
131
+ margin: string;
133
132
  width: string;
134
- minWidth: string;
135
- customClass: string;
136
133
  fontSize: string;
137
- fontWeight: string;
134
+ minWidth: string;
138
135
  justifyContent: string;
136
+ background: string;
137
+ fontWeight: string;
138
+ customClass: string;
139
139
  isHtml: boolean;
140
140
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
141
141
  default?(_: {}): any;
@@ -56,14 +56,14 @@ declare const _default: {
56
56
  }, import('vue').PublicProps, {
57
57
  shift: boolean;
58
58
  open: boolean;
59
- background: string;
60
59
  height: string;
61
- titleOpen: string;
62
- titleClose: string;
60
+ background: string;
63
61
  border: boolean;
64
62
  shadow: boolean;
65
63
  widthClosed: string;
66
64
  widthOpened: string;
65
+ titleOpen: string;
66
+ titleClose: string;
67
67
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
68
68
  P: {};
69
69
  B: {};
@@ -123,14 +123,14 @@ declare const _default: {
123
123
  }>, {}, {}, {}, {}, {
124
124
  shift: boolean;
125
125
  open: boolean;
126
- background: string;
127
126
  height: string;
128
- titleOpen: string;
129
- titleClose: string;
127
+ background: string;
130
128
  border: boolean;
131
129
  shadow: boolean;
132
130
  widthClosed: string;
133
131
  widthOpened: string;
132
+ titleOpen: string;
133
+ titleClose: string;
134
134
  }>;
135
135
  __isFragment?: undefined;
136
136
  __isTeleport?: undefined;
@@ -189,14 +189,14 @@ declare const _default: {
189
189
  }, string, {
190
190
  shift: boolean;
191
191
  open: boolean;
192
- background: string;
193
192
  height: string;
194
- titleOpen: string;
195
- titleClose: string;
193
+ background: string;
196
194
  border: boolean;
197
195
  shadow: boolean;
198
196
  widthClosed: string;
199
197
  widthOpened: string;
198
+ titleOpen: string;
199
+ titleClose: string;
200
200
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
201
201
  $slots: {
202
202
  default?(_: {}): any;
@@ -301,14 +301,14 @@ export declare const Default: StoryFn<{
301
301
  }, import('vue').PublicProps, {
302
302
  shift: boolean;
303
303
  open: boolean;
304
- background: string;
305
304
  height: string;
306
- titleOpen: string;
307
- titleClose: string;
305
+ background: string;
308
306
  border: boolean;
309
307
  shadow: boolean;
310
308
  widthClosed: string;
311
309
  widthOpened: string;
310
+ titleOpen: string;
311
+ titleClose: string;
312
312
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
313
313
  P: {};
314
314
  B: {};
@@ -368,14 +368,14 @@ export declare const Default: StoryFn<{
368
368
  }>, {}, {}, {}, {}, {
369
369
  shift: boolean;
370
370
  open: boolean;
371
- background: string;
372
371
  height: string;
373
- titleOpen: string;
374
- titleClose: string;
372
+ background: string;
375
373
  border: boolean;
376
374
  shadow: boolean;
377
375
  widthClosed: string;
378
376
  widthOpened: string;
377
+ titleOpen: string;
378
+ titleClose: string;
379
379
  }>;
380
380
  __isFragment?: undefined;
381
381
  __isTeleport?: undefined;
@@ -434,14 +434,14 @@ export declare const Default: StoryFn<{
434
434
  }, string, {
435
435
  shift: boolean;
436
436
  open: boolean;
437
- background: string;
438
437
  height: string;
439
- titleOpen: string;
440
- titleClose: string;
438
+ background: string;
441
439
  border: boolean;
442
440
  shadow: boolean;
443
441
  widthClosed: string;
444
442
  widthOpened: string;
443
+ titleOpen: string;
444
+ titleClose: string;
445
445
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
446
446
  $slots: {
447
447
  default?(_: {}): any;
@@ -99,14 +99,14 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
99
99
  }>, {
100
100
  shift: boolean;
101
101
  open: boolean;
102
- background: string;
103
102
  height: string;
104
- titleOpen: string;
105
- titleClose: string;
103
+ background: string;
106
104
  border: boolean;
107
105
  shadow: boolean;
108
106
  widthClosed: string;
109
107
  widthOpened: string;
108
+ titleOpen: string;
109
+ titleClose: string;
110
110
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
111
111
  default?(_: {}): any;
112
112
  }>;