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
@@ -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;
@@ -63,6 +63,11 @@ declare const _default: {
63
63
  required: false;
64
64
  default: string;
65
65
  };
66
+ options: {
67
+ type: ArrayConstructor;
68
+ required: false;
69
+ default: () => never[];
70
+ };
66
71
  modelValue: {
67
72
  type: globalThis.PropType<unknown>;
68
73
  };
@@ -75,17 +80,18 @@ declare const _default: {
75
80
  change: (...args: any[]) => void;
76
81
  "update:modelValue": (value: unknown) => void;
77
82
  }, import('vue').PublicProps, {
78
- value: string;
83
+ color: string;
79
84
  label: string;
85
+ padding: string;
86
+ value: string;
87
+ options: unknown[];
80
88
  readonly: boolean;
81
89
  placeholder: string;
82
90
  margin: string;
83
- disabled: boolean;
84
- padding: string;
85
- borderColor: string;
86
- color: string;
87
91
  width: string;
92
+ disabled: boolean;
88
93
  clearable: boolean;
94
+ borderColor: string;
89
95
  inPadding: string;
90
96
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
91
97
  P: {};
@@ -155,6 +161,11 @@ declare const _default: {
155
161
  required: false;
156
162
  default: string;
157
163
  };
164
+ options: {
165
+ type: ArrayConstructor;
166
+ required: false;
167
+ default: () => never[];
168
+ };
158
169
  modelValue: {
159
170
  type: globalThis.PropType<unknown>;
160
171
  };
@@ -163,17 +174,18 @@ declare const _default: {
163
174
  onChange?: ((...args: any[]) => any) | undefined;
164
175
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
165
176
  }>, {}, {}, {}, {}, {
166
- value: string;
177
+ color: string;
167
178
  label: string;
179
+ padding: string;
180
+ value: string;
181
+ options: unknown[];
168
182
  readonly: boolean;
169
183
  placeholder: string;
170
184
  margin: string;
171
- disabled: boolean;
172
- padding: string;
173
- borderColor: string;
174
- color: string;
175
185
  width: string;
186
+ disabled: boolean;
176
187
  clearable: boolean;
188
+ borderColor: string;
177
189
  inPadding: string;
178
190
  }>;
179
191
  __isFragment?: undefined;
@@ -240,6 +252,11 @@ declare const _default: {
240
252
  required: false;
241
253
  default: string;
242
254
  };
255
+ options: {
256
+ type: ArrayConstructor;
257
+ required: false;
258
+ default: () => never[];
259
+ };
243
260
  modelValue: {
244
261
  type: globalThis.PropType<unknown>;
245
262
  };
@@ -252,17 +269,18 @@ declare const _default: {
252
269
  change: (...args: any[]) => void;
253
270
  "update:modelValue": (value: unknown) => void;
254
271
  }, string, {
255
- value: string;
272
+ color: string;
256
273
  label: string;
274
+ padding: string;
275
+ value: string;
276
+ options: unknown[];
257
277
  readonly: boolean;
258
278
  placeholder: string;
259
279
  margin: string;
260
- disabled: boolean;
261
- padding: string;
262
- borderColor: string;
263
- color: string;
264
280
  width: string;
281
+ disabled: boolean;
265
282
  clearable: boolean;
283
+ borderColor: string;
266
284
  inPadding: string;
267
285
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
268
286
  $slots: {
@@ -372,6 +390,11 @@ export declare const Default: StoryFn<{
372
390
  required: false;
373
391
  default: string;
374
392
  };
393
+ options: {
394
+ type: ArrayConstructor;
395
+ required: false;
396
+ default: () => never[];
397
+ };
375
398
  modelValue: {
376
399
  type: globalThis.PropType<unknown>;
377
400
  };
@@ -384,17 +407,18 @@ export declare const Default: StoryFn<{
384
407
  change: (...args: any[]) => void;
385
408
  "update:modelValue": (value: unknown) => void;
386
409
  }, import('vue').PublicProps, {
387
- value: string;
410
+ color: string;
388
411
  label: string;
412
+ padding: string;
413
+ value: string;
414
+ options: unknown[];
389
415
  readonly: boolean;
390
416
  placeholder: string;
391
417
  margin: string;
392
- disabled: boolean;
393
- padding: string;
394
- borderColor: string;
395
- color: string;
396
418
  width: string;
419
+ disabled: boolean;
397
420
  clearable: boolean;
421
+ borderColor: string;
398
422
  inPadding: string;
399
423
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
400
424
  P: {};
@@ -464,6 +488,11 @@ export declare const Default: StoryFn<{
464
488
  required: false;
465
489
  default: string;
466
490
  };
491
+ options: {
492
+ type: ArrayConstructor;
493
+ required: false;
494
+ default: () => never[];
495
+ };
467
496
  modelValue: {
468
497
  type: globalThis.PropType<unknown>;
469
498
  };
@@ -472,17 +501,18 @@ export declare const Default: StoryFn<{
472
501
  onChange?: ((...args: any[]) => any) | undefined;
473
502
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
474
503
  }>, {}, {}, {}, {}, {
475
- value: string;
504
+ color: string;
476
505
  label: string;
506
+ padding: string;
507
+ value: string;
508
+ options: unknown[];
477
509
  readonly: boolean;
478
510
  placeholder: string;
479
511
  margin: string;
480
- disabled: boolean;
481
- padding: string;
482
- borderColor: string;
483
- color: string;
484
512
  width: string;
513
+ disabled: boolean;
485
514
  clearable: boolean;
515
+ borderColor: string;
486
516
  inPadding: string;
487
517
  }>;
488
518
  __isFragment?: undefined;
@@ -549,6 +579,11 @@ export declare const Default: StoryFn<{
549
579
  required: false;
550
580
  default: string;
551
581
  };
582
+ options: {
583
+ type: ArrayConstructor;
584
+ required: false;
585
+ default: () => never[];
586
+ };
552
587
  modelValue: {
553
588
  type: globalThis.PropType<unknown>;
554
589
  };
@@ -561,17 +596,18 @@ export declare const Default: StoryFn<{
561
596
  change: (...args: any[]) => void;
562
597
  "update:modelValue": (value: unknown) => void;
563
598
  }, string, {
564
- value: string;
599
+ color: string;
565
600
  label: string;
601
+ padding: string;
602
+ value: string;
603
+ options: unknown[];
566
604
  readonly: boolean;
567
605
  placeholder: string;
568
606
  margin: string;
569
- disabled: boolean;
570
- padding: string;
571
- borderColor: string;
572
- color: string;
573
607
  width: string;
608
+ disabled: boolean;
574
609
  clearable: boolean;
610
+ borderColor: string;
575
611
  inPadding: string;
576
612
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
577
613
  $slots: {
@@ -59,6 +59,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
59
59
  required: false;
60
60
  default: string;
61
61
  };
62
+ options: {
63
+ type: ArrayConstructor;
64
+ required: false;
65
+ default: () => never[];
66
+ };
62
67
  modelValue: {
63
68
  type: globalThis.PropType<unknown>;
64
69
  };
@@ -127,6 +132,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
127
132
  required: false;
128
133
  default: string;
129
134
  };
135
+ options: {
136
+ type: ArrayConstructor;
137
+ required: false;
138
+ default: () => never[];
139
+ };
130
140
  modelValue: {
131
141
  type: globalThis.PropType<unknown>;
132
142
  };
@@ -135,17 +145,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
135
145
  onChange?: ((...args: any[]) => any) | undefined;
136
146
  "onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
137
147
  }>, {
138
- value: string;
148
+ color: string;
139
149
  label: string;
150
+ padding: string;
151
+ value: string;
152
+ options: unknown[];
140
153
  readonly: boolean;
141
154
  placeholder: string;
142
155
  margin: string;
143
- disabled: boolean;
144
- padding: string;
145
- borderColor: string;
146
- color: string;
147
156
  width: string;
157
+ disabled: boolean;
148
158
  clearable: boolean;
159
+ borderColor: string;
149
160
  inPadding: string;
150
161
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
151
162
  left?(_: {}): any;
@@ -129,16 +129,16 @@ declare const _default: {
129
129
  onClick?: ((...args: any[]) => any) | undefined;
130
130
  }>, {
131
131
  string: string;
132
- margin: string;
133
- padding: string;
134
132
  color: string;
135
- background: string;
133
+ padding: string;
134
+ margin: string;
136
135
  width: string;
137
- minWidth: string;
138
- customClass: string;
139
136
  fontSize: string;
140
- fontWeight: string;
137
+ minWidth: string;
141
138
  justifyContent: string;
139
+ background: string;
140
+ fontWeight: string;
141
+ customClass: string;
142
142
  isHtml: boolean;
143
143
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
144
144
  tags: string[];
@@ -333,15 +333,15 @@ export declare const Default: StoryFn<import('vue').DefineComponent<globalThis.E
333
333
  onClick?: ((...args: any[]) => any) | undefined;
334
334
  }>, {
335
335
  string: string;
336
- margin: string;
337
- padding: string;
338
336
  color: string;
339
- background: string;
337
+ padding: string;
338
+ margin: string;
340
339
  width: string;
341
- minWidth: string;
342
- customClass: string;
343
340
  fontSize: string;
344
- fontWeight: string;
341
+ minWidth: string;
345
342
  justifyContent: string;
343
+ background: string;
344
+ fontWeight: string;
345
+ customClass: string;
346
346
  isHtml: boolean;
347
347
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>>;