sprof 0.2.1 → 0.2.3

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-Dh6uyUJc.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 +6 -6
  19. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -3
  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 +180 -38
  24. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +49 -9
  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 +154 -46
  40. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +56 -9
  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 +142 -47
  56. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +71 -23
  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-BMNKrMSC.js +14018 -0
  70. package/dist/index.d.ts +6 -0
  71. package/dist/install.d.ts +25 -0
  72. package/dist/sprof.js +19 -3
  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 +22 -6
  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
@@ -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
  }>;
@@ -19,10 +19,10 @@ declare const _default: {
19
19
  default: string;
20
20
  };
21
21
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
22
- margin: string;
23
22
  padding: string;
23
+ margin: string;
24
24
  width: string;
25
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
25
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
26
26
  P: {};
27
27
  B: {};
28
28
  D: {};
@@ -46,8 +46,8 @@ declare const _default: {
46
46
  default: string;
47
47
  };
48
48
  }>> & Readonly<{}>, {}, {}, {}, {}, {
49
- margin: string;
50
49
  padding: string;
50
+ margin: string;
51
51
  width: 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
- margin: string;
74
73
  padding: string;
74
+ margin: string;
75
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: {
@@ -120,10 +120,10 @@ export declare const Default: StoryFn<{
120
120
  default: string;
121
121
  };
122
122
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
123
- margin: string;
124
123
  padding: string;
124
+ margin: string;
125
125
  width: string;
126
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLUListElement, import('vue').ComponentProvideOptions, {
126
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
127
127
  P: {};
128
128
  B: {};
129
129
  D: {};
@@ -147,8 +147,8 @@ export declare const Default: StoryFn<{
147
147
  default: string;
148
148
  };
149
149
  }>> & Readonly<{}>, {}, {}, {}, {}, {
150
- margin: string;
151
150
  padding: string;
151
+ margin: string;
152
152
  width: 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
- margin: string;
175
174
  padding: string;
175
+ margin: string;
176
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: {
@@ -31,10 +31,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
31
31
  default: string;
32
32
  };
33
33
  }>> & Readonly<{}>, {
34
- margin: string;
35
34
  padding: string;
35
+ margin: string;
36
36
  width: string;
37
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLUListElement>, {
37
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
38
38
  default?(_: {}): any;
39
39
  }>;
40
40
  export default _default;
@@ -24,11 +24,11 @@ declare const _default: {
24
24
  default: string;
25
25
  };
26
26
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
27
- margin: string;
28
27
  padding: string;
28
+ margin: string;
29
29
  background: string;
30
30
  showDivider: boolean;
31
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLIElement, import('vue').ComponentProvideOptions, {
31
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
32
32
  P: {};
33
33
  B: {};
34
34
  D: {};
@@ -57,8 +57,8 @@ declare const _default: {
57
57
  default: string;
58
58
  };
59
59
  }>> & Readonly<{}>, {}, {}, {}, {}, {
60
- margin: string;
61
60
  padding: string;
61
+ margin: string;
62
62
  background: string;
63
63
  showDivider: boolean;
64
64
  }>;
@@ -87,8 +87,8 @@ declare const _default: {
87
87
  default: string;
88
88
  };
89
89
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
90
- margin: string;
91
90
  padding: string;
91
+ margin: string;
92
92
  background: string;
93
93
  showDivider: boolean;
94
94
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -135,11 +135,11 @@ export declare const Default: StoryFn<{
135
135
  default: string;
136
136
  };
137
137
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
138
- margin: string;
139
138
  padding: string;
139
+ margin: string;
140
140
  background: string;
141
141
  showDivider: boolean;
142
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLIElement, import('vue').ComponentProvideOptions, {
142
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
143
143
  P: {};
144
144
  B: {};
145
145
  D: {};
@@ -168,8 +168,8 @@ export declare const Default: StoryFn<{
168
168
  default: string;
169
169
  };
170
170
  }>> & Readonly<{}>, {}, {}, {}, {}, {
171
- margin: string;
172
171
  padding: string;
172
+ margin: string;
173
173
  background: string;
174
174
  showDivider: boolean;
175
175
  }>;
@@ -198,8 +198,8 @@ export declare const Default: StoryFn<{
198
198
  default: string;
199
199
  };
200
200
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
201
- margin: string;
202
201
  padding: string;
202
+ margin: string;
203
203
  background: string;
204
204
  showDivider: boolean;
205
205
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -230,11 +230,11 @@ export declare const WithDivider: StoryFn<{
230
230
  default: string;
231
231
  };
232
232
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
233
- margin: string;
234
233
  padding: string;
234
+ margin: string;
235
235
  background: string;
236
236
  showDivider: boolean;
237
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLLIElement, import('vue').ComponentProvideOptions, {
237
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
238
238
  P: {};
239
239
  B: {};
240
240
  D: {};
@@ -263,8 +263,8 @@ export declare const WithDivider: StoryFn<{
263
263
  default: string;
264
264
  };
265
265
  }>> & Readonly<{}>, {}, {}, {}, {}, {
266
- margin: string;
267
266
  padding: string;
267
+ margin: string;
268
268
  background: string;
269
269
  showDivider: boolean;
270
270
  }>;
@@ -293,8 +293,8 @@ export declare const WithDivider: StoryFn<{
293
293
  default: string;
294
294
  };
295
295
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
296
- margin: string;
297
296
  padding: string;
297
+ margin: string;
298
298
  background: string;
299
299
  showDivider: boolean;
300
300
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -41,11 +41,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
41
41
  default: string;
42
42
  };
43
43
  }>> & Readonly<{}>, {
44
- margin: string;
45
44
  padding: string;
45
+ margin: string;
46
46
  background: string;
47
47
  showDivider: boolean;
48
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLIElement>, {
48
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
49
49
  default?(_: {}): any;
50
50
  }>;
51
51
  export default _default;
@@ -89,11 +89,11 @@ declare const _default: {
89
89
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
90
90
  }>, {
91
91
  size: string;
92
- value: string | boolean;
93
92
  label: string;
93
+ padding: string;
94
+ value: string | boolean;
94
95
  name: string;
95
96
  margin: string;
96
- padding: string;
97
97
  width: string;
98
98
  fontSize: string;
99
99
  borderRadius: string;
@@ -226,11 +226,11 @@ export declare const DefaultRadio: StoryFn<import('vue').DefineComponent<globalT
226
226
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
227
227
  }>, {
228
228
  size: string;
229
- value: string | boolean;
230
229
  label: string;
230
+ padding: string;
231
+ value: string | boolean;
231
232
  name: string;
232
233
  margin: string;
233
- padding: string;
234
234
  width: string;
235
235
  fontSize: string;
236
236
  borderRadius: string;
@@ -86,11 +86,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
86
86
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
87
87
  }>, {
88
88
  size: string;
89
- value: string | boolean;
90
89
  label: string;
90
+ padding: string;
91
+ value: string | boolean;
91
92
  name: string;
92
93
  margin: string;
93
- padding: string;
94
94
  width: string;
95
95
  fontSize: string;
96
96
  borderRadius: string;
@@ -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, {}, HTMLDivElement, 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
  content?(_: {}): any;
@@ -298,14 +298,14 @@ export declare const DefaultSlider: StoryFn<{
298
298
  }, import('vue').PublicProps, {
299
299
  shift: boolean;
300
300
  open: boolean;
301
- background: string;
302
301
  height: string;
303
- titleOpen: string;
304
- titleClose: string;
302
+ background: string;
305
303
  border: boolean;
306
304
  shadow: boolean;
307
305
  widthClosed: string;
308
306
  widthOpened: string;
307
+ titleOpen: string;
308
+ titleClose: string;
309
309
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
310
310
  P: {};
311
311
  B: {};
@@ -365,14 +365,14 @@ export declare const DefaultSlider: StoryFn<{
365
365
  }>, {}, {}, {}, {}, {
366
366
  shift: boolean;
367
367
  open: boolean;
368
- background: string;
369
368
  height: string;
370
- titleOpen: string;
371
- titleClose: string;
369
+ background: string;
372
370
  border: boolean;
373
371
  shadow: boolean;
374
372
  widthClosed: string;
375
373
  widthOpened: string;
374
+ titleOpen: string;
375
+ titleClose: string;
376
376
  }>;
377
377
  __isFragment?: undefined;
378
378
  __isTeleport?: undefined;
@@ -431,14 +431,14 @@ export declare const DefaultSlider: StoryFn<{
431
431
  }, string, {
432
432
  shift: boolean;
433
433
  open: boolean;
434
- background: string;
435
434
  height: string;
436
- titleOpen: string;
437
- titleClose: string;
435
+ background: string;
438
436
  border: boolean;
439
437
  shadow: boolean;
440
438
  widthClosed: string;
441
439
  widthOpened: string;
440
+ titleOpen: string;
441
+ titleClose: string;
442
442
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
443
443
  $slots: {
444
444
  content?(_: {}): 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, {}, HTMLDivElement>, {
111
111
  content?(_: {}): any;
112
112
  default?(_: {}): any;