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
@@ -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;
@@ -1,4 +1,5 @@
1
1
  import { StoryFn } from '@storybook/vue3';
2
+ import { default as PInput } from './PInput.vue';
2
3
  declare const _default: {
3
4
  title: string;
4
5
  component: {
@@ -23,6 +24,11 @@ declare const _default: {
23
24
  default: string;
24
25
  required: false;
25
26
  };
27
+ width: {
28
+ type: StringConstructor;
29
+ required: false;
30
+ default: string;
31
+ };
26
32
  mask: {
27
33
  type: StringConstructor;
28
34
  required: false;
@@ -38,30 +44,44 @@ declare const _default: {
38
44
  default: string;
39
45
  required: false;
40
46
  };
47
+ rules: {
48
+ type: globalThis.PropType<import('quasar').ValidationRule[]>;
49
+ required: false;
50
+ default: undefined;
51
+ };
41
52
  modelValue: {
42
- type: globalThis.PropType<string>;
53
+ type: globalThis.PropType<string | number | null>;
43
54
  };
44
55
  }>> & Readonly<{
56
+ onClear?: ((...args: any[]) => any) | undefined;
45
57
  onInput?: ((...args: any[]) => any) | undefined;
46
58
  onBlur?: ((...args: any[]) => any) | undefined;
47
59
  onFocus?: ((...args: any[]) => any) | undefined;
48
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
49
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
60
+ "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
61
+ }>, {
62
+ focus: () => void;
63
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
64
+ clear: (...args: any[]) => void;
50
65
  input: (...args: any[]) => void;
51
66
  blur: (...args: any[]) => void;
52
67
  focus: (...args: any[]) => void;
53
- "update:modelValue": (value: string) => void;
68
+ "update:modelValue": (value: string | number | null | undefined) => void;
54
69
  }, import('vue').PublicProps, {
70
+ color: string;
55
71
  label: string;
72
+ padding: string;
56
73
  mask: string;
57
74
  margin: string;
75
+ width: string;
58
76
  disabled: boolean;
59
- padding: string;
77
+ rules: import('quasar').ValidationRule[];
60
78
  borderColor: string;
61
- color: string;
62
79
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
63
- input: HTMLInputElement;
64
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
80
+ input: {
81
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
82
+ $slots: import('quasar').QInputSlots;
83
+ } | null;
84
+ }, any, import('vue').ComponentProvideOptions, {
65
85
  P: {};
66
86
  B: {};
67
87
  D: {};
@@ -89,6 +109,11 @@ declare const _default: {
89
109
  default: string;
90
110
  required: false;
91
111
  };
112
+ width: {
113
+ type: StringConstructor;
114
+ required: false;
115
+ default: string;
116
+ };
92
117
  mask: {
93
118
  type: StringConstructor;
94
119
  required: false;
@@ -104,22 +129,32 @@ declare const _default: {
104
129
  default: string;
105
130
  required: false;
106
131
  };
132
+ rules: {
133
+ type: globalThis.PropType<import('quasar').ValidationRule[]>;
134
+ required: false;
135
+ default: undefined;
136
+ };
107
137
  modelValue: {
108
- type: globalThis.PropType<string>;
138
+ type: globalThis.PropType<string | number | null>;
109
139
  };
110
140
  }>> & Readonly<{
141
+ onClear?: ((...args: any[]) => any) | undefined;
111
142
  onInput?: ((...args: any[]) => any) | undefined;
112
143
  onBlur?: ((...args: any[]) => any) | undefined;
113
144
  onFocus?: ((...args: any[]) => any) | undefined;
114
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
115
- }>, {}, {}, {}, {}, {
145
+ "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
146
+ }>, {
147
+ focus: () => void;
148
+ }, {}, {}, {}, {
149
+ color: string;
116
150
  label: string;
151
+ padding: string;
117
152
  mask: string;
118
153
  margin: string;
154
+ width: string;
119
155
  disabled: boolean;
120
- padding: string;
156
+ rules: import('quasar').ValidationRule[];
121
157
  borderColor: string;
122
- color: string;
123
158
  }>;
124
159
  __isFragment?: undefined;
125
160
  __isTeleport?: undefined;
@@ -145,6 +180,11 @@ declare const _default: {
145
180
  default: string;
146
181
  required: false;
147
182
  };
183
+ width: {
184
+ type: StringConstructor;
185
+ required: false;
186
+ default: string;
187
+ };
148
188
  mask: {
149
189
  type: StringConstructor;
150
190
  required: false;
@@ -160,31 +200,51 @@ declare const _default: {
160
200
  default: string;
161
201
  required: false;
162
202
  };
203
+ rules: {
204
+ type: globalThis.PropType<import('quasar').ValidationRule[]>;
205
+ required: false;
206
+ default: undefined;
207
+ };
163
208
  modelValue: {
164
- type: globalThis.PropType<string>;
209
+ type: globalThis.PropType<string | number | null>;
165
210
  };
166
211
  }>> & Readonly<{
212
+ onClear?: ((...args: any[]) => any) | undefined;
167
213
  onInput?: ((...args: any[]) => any) | undefined;
168
214
  onBlur?: ((...args: any[]) => any) | undefined;
169
215
  onFocus?: ((...args: any[]) => any) | undefined;
170
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
171
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
216
+ "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
217
+ }>, {
218
+ focus: () => void;
219
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
220
+ clear: (...args: any[]) => void;
172
221
  input: (...args: any[]) => void;
173
222
  blur: (...args: any[]) => void;
174
223
  focus: (...args: any[]) => void;
175
- "update:modelValue": (value: string) => void;
224
+ "update:modelValue": (value: string | number | null | undefined) => void;
176
225
  }, string, {
226
+ color: string;
177
227
  label: string;
228
+ padding: string;
178
229
  mask: string;
179
230
  margin: string;
231
+ width: string;
180
232
  disabled: boolean;
181
- padding: string;
233
+ rules: import('quasar').ValidationRule[];
182
234
  borderColor: string;
183
- color: string;
184
235
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
185
236
  $slots: {
237
+ prepend?(_: {}): any;
238
+ before?(_: {}): any;
186
239
  default?(_: {}): any;
240
+ after?(_: {}): any;
241
+ append?(_: {}): any;
187
242
  right?(_: {}): any;
243
+ label?(_: {}): any;
244
+ error?(_: {}): any;
245
+ hint?(_: {}): any;
246
+ counter?(_: {}): any;
247
+ loading?(_: {}): any;
188
248
  };
189
249
  });
190
250
  tags: string[];
@@ -208,6 +268,10 @@ declare const _default: {
208
268
  control: string;
209
269
  description: string;
210
270
  };
271
+ width: {
272
+ control: string;
273
+ description: string;
274
+ };
211
275
  mask: {
212
276
  control: string;
213
277
  description: string;
@@ -224,6 +288,23 @@ declare const _default: {
224
288
  control: string;
225
289
  description: string;
226
290
  };
291
+ placeholder: {
292
+ control: string;
293
+ description: string;
294
+ };
295
+ clearable: {
296
+ control: string;
297
+ description: string;
298
+ };
299
+ debounce: {
300
+ control: string;
301
+ description: string;
302
+ };
303
+ type: {
304
+ control: string;
305
+ options: string[];
306
+ description: string;
307
+ };
227
308
  };
228
309
  };
229
310
  export default _default;
@@ -249,6 +330,11 @@ export declare const Default: StoryFn<{
249
330
  default: string;
250
331
  required: false;
251
332
  };
333
+ width: {
334
+ type: StringConstructor;
335
+ required: false;
336
+ default: string;
337
+ };
252
338
  mask: {
253
339
  type: StringConstructor;
254
340
  required: false;
@@ -264,30 +350,44 @@ export declare const Default: StoryFn<{
264
350
  default: string;
265
351
  required: false;
266
352
  };
353
+ rules: {
354
+ type: globalThis.PropType<import('quasar').ValidationRule[]>;
355
+ required: false;
356
+ default: undefined;
357
+ };
267
358
  modelValue: {
268
- type: globalThis.PropType<string>;
359
+ type: globalThis.PropType<string | number | null>;
269
360
  };
270
361
  }>> & Readonly<{
362
+ onClear?: ((...args: any[]) => any) | undefined;
271
363
  onInput?: ((...args: any[]) => any) | undefined;
272
364
  onBlur?: ((...args: any[]) => any) | undefined;
273
365
  onFocus?: ((...args: any[]) => any) | undefined;
274
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
275
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
366
+ "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
367
+ }>, {
368
+ focus: () => void;
369
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
370
+ clear: (...args: any[]) => void;
276
371
  input: (...args: any[]) => void;
277
372
  blur: (...args: any[]) => void;
278
373
  focus: (...args: any[]) => void;
279
- "update:modelValue": (value: string) => void;
374
+ "update:modelValue": (value: string | number | null | undefined) => void;
280
375
  }, import('vue').PublicProps, {
376
+ color: string;
281
377
  label: string;
378
+ padding: string;
282
379
  mask: string;
283
380
  margin: string;
381
+ width: string;
284
382
  disabled: boolean;
285
- padding: string;
383
+ rules: import('quasar').ValidationRule[];
286
384
  borderColor: string;
287
- color: string;
288
385
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
289
- input: HTMLInputElement;
290
- }, HTMLDivElement, import('vue').ComponentProvideOptions, {
386
+ input: {
387
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
388
+ $slots: import('quasar').QInputSlots;
389
+ } | null;
390
+ }, any, import('vue').ComponentProvideOptions, {
291
391
  P: {};
292
392
  B: {};
293
393
  D: {};
@@ -315,6 +415,11 @@ export declare const Default: StoryFn<{
315
415
  default: string;
316
416
  required: false;
317
417
  };
418
+ width: {
419
+ type: StringConstructor;
420
+ required: false;
421
+ default: string;
422
+ };
318
423
  mask: {
319
424
  type: StringConstructor;
320
425
  required: false;
@@ -330,22 +435,32 @@ export declare const Default: StoryFn<{
330
435
  default: string;
331
436
  required: false;
332
437
  };
438
+ rules: {
439
+ type: globalThis.PropType<import('quasar').ValidationRule[]>;
440
+ required: false;
441
+ default: undefined;
442
+ };
333
443
  modelValue: {
334
- type: globalThis.PropType<string>;
444
+ type: globalThis.PropType<string | number | null>;
335
445
  };
336
446
  }>> & Readonly<{
447
+ onClear?: ((...args: any[]) => any) | undefined;
337
448
  onInput?: ((...args: any[]) => any) | undefined;
338
449
  onBlur?: ((...args: any[]) => any) | undefined;
339
450
  onFocus?: ((...args: any[]) => any) | undefined;
340
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
341
- }>, {}, {}, {}, {}, {
451
+ "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
452
+ }>, {
453
+ focus: () => void;
454
+ }, {}, {}, {}, {
455
+ color: string;
342
456
  label: string;
457
+ padding: string;
343
458
  mask: string;
344
459
  margin: string;
460
+ width: string;
345
461
  disabled: boolean;
346
- padding: string;
462
+ rules: import('quasar').ValidationRule[];
347
463
  borderColor: string;
348
- color: string;
349
464
  }>;
350
465
  __isFragment?: undefined;
351
466
  __isTeleport?: undefined;
@@ -371,6 +486,11 @@ export declare const Default: StoryFn<{
371
486
  default: string;
372
487
  required: false;
373
488
  };
489
+ width: {
490
+ type: StringConstructor;
491
+ required: false;
492
+ default: string;
493
+ };
374
494
  mask: {
375
495
  type: StringConstructor;
376
496
  required: false;
@@ -386,30 +506,52 @@ export declare const Default: StoryFn<{
386
506
  default: string;
387
507
  required: false;
388
508
  };
509
+ rules: {
510
+ type: globalThis.PropType<import('quasar').ValidationRule[]>;
511
+ required: false;
512
+ default: undefined;
513
+ };
389
514
  modelValue: {
390
- type: globalThis.PropType<string>;
515
+ type: globalThis.PropType<string | number | null>;
391
516
  };
392
517
  }>> & Readonly<{
518
+ onClear?: ((...args: any[]) => any) | undefined;
393
519
  onInput?: ((...args: any[]) => any) | undefined;
394
520
  onBlur?: ((...args: any[]) => any) | undefined;
395
521
  onFocus?: ((...args: any[]) => any) | undefined;
396
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
397
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
522
+ "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
523
+ }>, {
524
+ focus: () => void;
525
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
526
+ clear: (...args: any[]) => void;
398
527
  input: (...args: any[]) => void;
399
528
  blur: (...args: any[]) => void;
400
529
  focus: (...args: any[]) => void;
401
- "update:modelValue": (value: string) => void;
530
+ "update:modelValue": (value: string | number | null | undefined) => void;
402
531
  }, string, {
532
+ color: string;
403
533
  label: string;
534
+ padding: string;
404
535
  mask: string;
405
536
  margin: string;
537
+ width: string;
406
538
  disabled: boolean;
407
- padding: string;
539
+ rules: import('quasar').ValidationRule[];
408
540
  borderColor: string;
409
- color: string;
410
541
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
411
542
  $slots: {
543
+ prepend?(_: {}): any;
544
+ before?(_: {}): any;
412
545
  default?(_: {}): any;
546
+ after?(_: {}): any;
547
+ append?(_: {}): any;
413
548
  right?(_: {}): any;
549
+ label?(_: {}): any;
550
+ error?(_: {}): any;
551
+ hint?(_: {}): any;
552
+ counter?(_: {}): any;
553
+ loading?(_: {}): any;
414
554
  };
415
555
  })>;
556
+ export declare const WithSlots: StoryFn<typeof PInput>;
557
+ export declare const Masked: StoryFn<typeof PInput>;
@@ -1,3 +1,5 @@
1
+ import { ValidationRule } from 'quasar';
2
+ declare function focus(): void;
1
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
4
  label: {
3
5
  type: StringConstructor;
@@ -19,6 +21,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
19
21
  default: string;
20
22
  required: false;
21
23
  };
24
+ width: {
25
+ type: StringConstructor;
26
+ required: false;
27
+ default: string;
28
+ };
22
29
  mask: {
23
30
  type: StringConstructor;
24
31
  required: false;
@@ -34,14 +41,22 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
34
41
  default: string;
35
42
  required: false;
36
43
  };
44
+ rules: {
45
+ type: globalThis.PropType<ValidationRule[]>;
46
+ required: false;
47
+ default: undefined;
48
+ };
37
49
  modelValue: {
38
- type: globalThis.PropType<string>;
50
+ type: globalThis.PropType<string | number | null>;
39
51
  };
40
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
52
+ }>, {
53
+ focus: typeof focus;
54
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
55
+ clear: (...args: any[]) => void;
41
56
  input: (...args: any[]) => void;
42
57
  blur: (...args: any[]) => void;
43
58
  focus: (...args: any[]) => void;
44
- "update:modelValue": (value: string) => void;
59
+ "update:modelValue": (value: string | number | null | undefined) => void;
45
60
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
46
61
  label: {
47
62
  type: StringConstructor;
@@ -63,6 +78,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
63
78
  default: string;
64
79
  required: false;
65
80
  };
81
+ width: {
82
+ type: StringConstructor;
83
+ required: false;
84
+ default: string;
85
+ };
66
86
  mask: {
67
87
  type: StringConstructor;
68
88
  required: false;
@@ -78,27 +98,47 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
78
98
  default: string;
79
99
  required: false;
80
100
  };
101
+ rules: {
102
+ type: globalThis.PropType<ValidationRule[]>;
103
+ required: false;
104
+ default: undefined;
105
+ };
81
106
  modelValue: {
82
- type: globalThis.PropType<string>;
107
+ type: globalThis.PropType<string | number | null>;
83
108
  };
84
109
  }>> & Readonly<{
110
+ onClear?: ((...args: any[]) => any) | undefined;
85
111
  onInput?: ((...args: any[]) => any) | undefined;
86
112
  onBlur?: ((...args: any[]) => any) | undefined;
87
113
  onFocus?: ((...args: any[]) => any) | undefined;
88
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
114
+ "onUpdate:modelValue"?: ((value: string | number | null | undefined) => any) | undefined;
89
115
  }>, {
116
+ color: string;
90
117
  label: string;
118
+ padding: string;
91
119
  mask: string;
92
120
  margin: string;
121
+ width: string;
93
122
  disabled: boolean;
94
- padding: string;
123
+ rules: ValidationRule[];
95
124
  borderColor: string;
96
- color: string;
97
125
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
98
- input: HTMLInputElement;
99
- }, HTMLDivElement>, {
126
+ input: {
127
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
128
+ $slots: import('quasar').QInputSlots;
129
+ } | null;
130
+ }, any>, {
131
+ prepend?(_: {}): any;
132
+ before?(_: {}): any;
100
133
  default?(_: {}): any;
134
+ after?(_: {}): any;
135
+ append?(_: {}): any;
101
136
  right?(_: {}): any;
137
+ label?(_: {}): any;
138
+ error?(_: {}): any;
139
+ hint?(_: {}): any;
140
+ counter?(_: {}): any;
141
+ loading?(_: {}): any;
102
142
  }>;
103
143
  export default _default;
104
144
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -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;