sprof 0.1.57 → 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 (87) hide show
  1. package/README.md +0 -0
  2. package/dist/ExtractsList-DRZdaLvF.js +51 -0
  3. package/dist/core/classes/index.d.ts +1 -1
  4. package/dist/core/components/GeneralItem.vue.d.ts +2 -2
  5. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  6. package/dist/core/components/Icons/Filter/IconDownload.vue.d.ts +1 -1
  7. package/dist/core/components/Icons/Filter/IconFilter.vue.d.ts +1 -1
  8. package/dist/core/components/Icons/Pagination/ArrowLeft.vue.d.ts +1 -1
  9. package/dist/core/components/Icons/Pagination/ArrowRight.vue.d.ts +1 -1
  10. package/dist/core/components/Icons/Pagination/DoubleArrowLeft.vue.d.ts +1 -1
  11. package/dist/core/components/Icons/Pagination/DoubleArrowRight.vue.d.ts +1 -1
  12. package/dist/core/components/Icons/Pagination/EllipsisSvg.vue.d.ts +1 -1
  13. package/dist/core/components/InfoItem.vue.d.ts +1 -1
  14. package/dist/core/components/PPagination.vue.d.ts +2 -8
  15. package/dist/core/components/RemoteSearch.vue.d.ts +2 -2
  16. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +48 -12
  17. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +13 -2
  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 +6 -6
  22. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
  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 +4 -4
  26. package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +4 -4
  27. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +24 -24
  28. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +5 -5
  29. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +6 -6
  30. package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +1 -1
  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 +6 -6
  38. package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +1 -1
  39. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +60 -24
  40. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +15 -4
  41. package/dist/core/components/atoms/PSticky/PSticky.stories.d.ts +6 -6
  42. package/dist/core/components/atoms/PSticky/PSticky.vue.d.ts +1 -1
  43. package/dist/core/components/atoms/PString/PString.stories.d.ts +4 -4
  44. package/dist/core/components/atoms/PString/PString.vue.d.ts +2 -2
  45. package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +14 -18
  46. package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -5
  47. package/dist/core/components/atoms/index.d.ts +2 -2
  48. package/dist/core/components/components.d.ts +1 -3
  49. package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
  50. package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
  51. package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
  52. package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
  53. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  54. package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
  55. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
  56. package/dist/core/components/molecules/index.d.ts +1 -2
  57. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +44 -35
  58. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +22 -17
  59. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  60. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  61. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +33 -33
  62. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +4 -4
  63. package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +6 -10
  64. package/dist/core/helpers/Classes.d.ts +2 -4
  65. package/dist/core/helpers/Message.d.ts +13 -2
  66. package/dist/core/interfaces/index.d.ts +11 -2
  67. package/dist/core/ui/Dialog.d.ts +18 -3
  68. package/dist/core/ui/Dialog.test.d.ts +1 -0
  69. package/dist/core/ui/Notify.d.ts +19 -24
  70. package/dist/core/ui/Notify.test.d.ts +1 -0
  71. package/dist/index-CNpz7Czv.js +13826 -0
  72. package/dist/index.d.ts +3 -4
  73. package/dist/install.d.ts +25 -0
  74. package/dist/modules/buildings/classes/index.d.ts +4 -0
  75. package/dist/modules/buildings/index.d.ts +2 -0
  76. package/dist/modules/extracts/index.d.ts +3 -0
  77. package/dist/modules/index.d.ts +3 -1
  78. package/dist/sprof.js +5 -13833
  79. package/dist/sprof.umd.cjs +14 -18
  80. package/dist/style.css +1 -1
  81. package/dist/test-utils/quasar.d.ts +5 -0
  82. package/package.json +20 -4
  83. package/dist/core/components/MessageBody.vue.d.ts +0 -27
  84. package/dist/core/components/PDialog.vue.d.ts +0 -2
  85. package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +0 -242
  86. package/dist/core/components/molecules/PNotify/PNotify.vue.d.ts +0 -2
  87. package/dist/core/ui/index.d.ts +0 -110
@@ -31,8 +31,8 @@ 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
  background: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
38
38
  default?(_: {}): any;
@@ -52,8 +52,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
52
52
  };
53
53
  }>> & Readonly<{}>, {
54
54
  top: string;
55
- margin: string;
56
55
  padding: string;
56
+ margin: string;
57
57
  background: string;
58
58
  zIndex: number;
59
59
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
@@ -31,8 +31,8 @@ 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
  background: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>, {
38
38
  title?(_: {}): any;
@@ -91,12 +91,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
91
91
  onClose?: ((...args: any[]) => any) | undefined;
92
92
  onSave?: ((...args: any[]) => any) | undefined;
93
93
  }>, {
94
+ top: string;
95
+ padding: string;
96
+ closable: boolean;
94
97
  title: string;
95
98
  show: boolean;
96
- closable: boolean;
97
- top: string;
98
99
  margin: string;
99
- padding: string;
100
100
  width: string;
101
101
  maxHeight: string;
102
102
  showCloseDialog: boolean;
@@ -6,8 +6,7 @@ import { default as PContainer } from './PAdd/PContainer.vue';
6
6
  import { default as PContainerStickyHead } from './PAdd/PContainerStickyHead.vue';
7
7
  import { default as PDel } from './PDel/PDel.vue';
8
8
  import { default as PModal } from './PModal/PModal.vue';
9
- import { default as PNotify } from './PNotify/PNotify.vue';
10
9
  export default function install(app: {
11
10
  component: (a: string, b: unknown) => void;
12
11
  }): void;
13
- export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PModal, PNotify, VerticalCollapseContainer };
12
+ export { CollapseContainer, CollapseItem, PAdd, PContainer, PContainerStickyHead, PDel, PModal, VerticalCollapseContainer };
@@ -39,8 +39,8 @@ declare const _default: {
39
39
  }>> & Readonly<{
40
40
  onSubmit?: ((...args: any[]) => any) | undefined;
41
41
  }>, {
42
- margin: string;
43
42
  padding: string;
43
+ margin: string;
44
44
  width: string;
45
45
  background: string;
46
46
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -48,18 +48,18 @@ declare const _default: {
48
48
  $: import('vue').ComponentInternalInstance;
49
49
  $data: {};
50
50
  $props: Partial<{
51
+ color: string;
51
52
  label: string;
53
+ padding: string;
52
54
  mask: string;
53
55
  margin: string;
54
- padding: string;
55
- color: string;
56
56
  disabled: boolean;
57
57
  borderColor: string;
58
58
  }> & Omit<{
59
+ readonly color: string;
59
60
  readonly label: string;
60
- readonly margin: string;
61
61
  readonly padding: string;
62
- readonly color: string;
62
+ readonly margin: string;
63
63
  readonly disabled: boolean;
64
64
  readonly borderColor: string;
65
65
  readonly mask?: string | undefined;
@@ -68,14 +68,15 @@ declare const _default: {
68
68
  readonly onBlur?: ((...args: any[]) => any) | undefined;
69
69
  readonly onFocus?: ((...args: any[]) => any) | undefined;
70
70
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
71
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor">;
72
- $attrs: {
73
- [x: string]: unknown;
74
- };
71
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor">;
72
+ $attrs: import('vue').Attrs;
75
73
  $refs: {
76
74
  [x: string]: unknown;
77
75
  } & {
78
- input: HTMLInputElement;
76
+ input: {
77
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
78
+ $slots: import('quasar').QInputSlots;
79
+ } | null;
79
80
  };
80
81
  $slots: Readonly<{
81
82
  [name: string]: import('vue').Slot<any> | undefined;
@@ -84,7 +85,7 @@ declare const _default: {
84
85
  $parent: globalThis.ComponentPublicInstance | null;
85
86
  $host: Element | null;
86
87
  $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
87
- $el: HTMLDivElement;
88
+ $el: any;
88
89
  $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
89
90
  label: {
90
91
  type: StringConstructor;
@@ -129,17 +130,19 @@ declare const _default: {
129
130
  onBlur?: ((...args: any[]) => any) | undefined;
130
131
  onFocus?: ((...args: any[]) => any) | undefined;
131
132
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
132
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
133
+ }>, {
134
+ focus: () => void;
135
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
133
136
  input: (...args: any[]) => void;
134
137
  blur: (...args: any[]) => void;
135
138
  focus: (...args: any[]) => void;
136
139
  "update:modelValue": (value: string) => void;
137
140
  }, string, {
141
+ color: string;
138
142
  label: string;
143
+ padding: string;
139
144
  mask: string;
140
145
  margin: string;
141
- padding: string;
142
- color: string;
143
146
  disabled: boolean;
144
147
  borderColor: string;
145
148
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -163,11 +166,11 @@ declare const _default: {
163
166
  $nextTick: typeof import('vue').nextTick;
164
167
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
165
168
  } & Readonly<{
169
+ color: string;
166
170
  label: string;
171
+ padding: string;
167
172
  mask: string;
168
173
  margin: string;
169
- padding: string;
170
- color: string;
171
174
  disabled: boolean;
172
175
  borderColor: string;
173
176
  }> & Omit<Readonly<globalThis.ExtractPropTypes<{
@@ -214,7 +217,9 @@ declare const _default: {
214
217
  onBlur?: ((...args: any[]) => any) | undefined;
215
218
  onFocus?: ((...args: any[]) => any) | undefined;
216
219
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
217
- }>, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
220
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor")> & {
221
+ focus: () => void;
222
+ } & {} & import('vue').ComponentCustomProperties & {} & {
218
223
  $slots: {
219
224
  default?(_: {}): any;
220
225
  right?(_: {}): any;
@@ -233,7 +238,6 @@ declare const _default: {
233
238
  export default _default;
234
239
  export declare const Default: () => {
235
240
  components: {
236
- PNotify: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
237
241
  PAuthForm: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
238
242
  width: {
239
243
  type: globalThis.PropType<string>;
@@ -273,8 +277,8 @@ export declare const Default: () => {
273
277
  }>> & Readonly<{
274
278
  onSubmit?: ((...args: any[]) => any) | undefined;
275
279
  }>, {
276
- margin: string;
277
280
  padding: string;
281
+ margin: string;
278
282
  width: string;
279
283
  background: string;
280
284
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -282,18 +286,18 @@ export declare const Default: () => {
282
286
  $: import('vue').ComponentInternalInstance;
283
287
  $data: {};
284
288
  $props: Partial<{
289
+ color: string;
285
290
  label: string;
291
+ padding: string;
286
292
  mask: string;
287
293
  margin: string;
288
- padding: string;
289
- color: string;
290
294
  disabled: boolean;
291
295
  borderColor: string;
292
296
  }> & Omit<{
297
+ readonly color: string;
293
298
  readonly label: string;
294
- readonly margin: string;
295
299
  readonly padding: string;
296
- readonly color: string;
300
+ readonly margin: string;
297
301
  readonly disabled: boolean;
298
302
  readonly borderColor: string;
299
303
  readonly mask?: string | undefined;
@@ -302,14 +306,15 @@ export declare const Default: () => {
302
306
  readonly onBlur?: ((...args: any[]) => any) | undefined;
303
307
  readonly onFocus?: ((...args: any[]) => any) | undefined;
304
308
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
305
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor">;
306
- $attrs: {
307
- [x: string]: unknown;
308
- };
309
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor">;
310
+ $attrs: import('vue').Attrs;
309
311
  $refs: {
310
312
  [x: string]: unknown;
311
313
  } & {
312
- input: HTMLInputElement;
314
+ input: {
315
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
316
+ $slots: import('quasar').QInputSlots;
317
+ } | null;
313
318
  };
314
319
  $slots: Readonly<{
315
320
  [name: string]: import('vue').Slot<any> | undefined;
@@ -318,7 +323,7 @@ export declare const Default: () => {
318
323
  $parent: globalThis.ComponentPublicInstance | null;
319
324
  $host: Element | null;
320
325
  $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
321
- $el: HTMLDivElement;
326
+ $el: any;
322
327
  $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
323
328
  label: {
324
329
  type: StringConstructor;
@@ -363,17 +368,19 @@ export declare const Default: () => {
363
368
  onBlur?: ((...args: any[]) => any) | undefined;
364
369
  onFocus?: ((...args: any[]) => any) | undefined;
365
370
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
366
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
371
+ }>, {
372
+ focus: () => void;
373
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
367
374
  input: (...args: any[]) => void;
368
375
  blur: (...args: any[]) => void;
369
376
  focus: (...args: any[]) => void;
370
377
  "update:modelValue": (value: string) => void;
371
378
  }, string, {
379
+ color: string;
372
380
  label: string;
381
+ padding: string;
373
382
  mask: string;
374
383
  margin: string;
375
- padding: string;
376
- color: string;
377
384
  disabled: boolean;
378
385
  borderColor: string;
379
386
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -397,11 +404,11 @@ export declare const Default: () => {
397
404
  $nextTick: typeof import('vue').nextTick;
398
405
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
399
406
  } & Readonly<{
407
+ color: string;
400
408
  label: string;
409
+ padding: string;
401
410
  mask: string;
402
411
  margin: string;
403
- padding: string;
404
- color: string;
405
412
  disabled: boolean;
406
413
  borderColor: string;
407
414
  }> & Omit<Readonly<globalThis.ExtractPropTypes<{
@@ -448,7 +455,9 @@ export declare const Default: () => {
448
455
  onBlur?: ((...args: any[]) => any) | undefined;
449
456
  onFocus?: ((...args: any[]) => any) | undefined;
450
457
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
451
- }>, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
458
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor")> & {
459
+ focus: () => void;
460
+ } & {} & import('vue').ComponentCustomProperties & {} & {
452
461
  $slots: {
453
462
  default?(_: {}): any;
454
463
  right?(_: {}): any;
@@ -37,8 +37,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
37
37
  }>> & Readonly<{
38
38
  onSubmit?: ((...args: any[]) => any) | undefined;
39
39
  }>, {
40
- margin: string;
41
40
  padding: string;
41
+ margin: string;
42
42
  width: string;
43
43
  background: string;
44
44
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
@@ -46,18 +46,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
46
46
  $: import('vue').ComponentInternalInstance;
47
47
  $data: {};
48
48
  $props: Partial<{
49
+ color: string;
49
50
  label: string;
51
+ padding: string;
50
52
  mask: string;
51
53
  margin: string;
52
- padding: string;
53
- color: string;
54
54
  disabled: boolean;
55
55
  borderColor: string;
56
56
  }> & Omit<{
57
+ readonly color: string;
57
58
  readonly label: string;
58
- readonly margin: string;
59
59
  readonly padding: string;
60
- readonly color: string;
60
+ readonly margin: string;
61
61
  readonly disabled: boolean;
62
62
  readonly borderColor: string;
63
63
  readonly mask?: string | undefined;
@@ -66,14 +66,15 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
66
66
  readonly onBlur?: ((...args: any[]) => any) | undefined;
67
67
  readonly onFocus?: ((...args: any[]) => any) | undefined;
68
68
  readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined;
69
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor">;
70
- $attrs: {
71
- [x: string]: unknown;
72
- };
69
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor">;
70
+ $attrs: import('vue').Attrs;
73
71
  $refs: {
74
72
  [x: string]: unknown;
75
73
  } & {
76
- input: HTMLInputElement;
74
+ input: {
75
+ $props: import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('quasar').QInputProps;
76
+ $slots: import('quasar').QInputSlots;
77
+ } | null;
77
78
  };
78
79
  $slots: Readonly<{
79
80
  [name: string]: import('vue').Slot<any> | undefined;
@@ -82,7 +83,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
82
83
  $parent: globalThis.ComponentPublicInstance | null;
83
84
  $host: Element | null;
84
85
  $emit: ((event: "input", ...args: any[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "update:modelValue", value: string) => void);
85
- $el: HTMLDivElement;
86
+ $el: any;
86
87
  $options: import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
87
88
  label: {
88
89
  type: StringConstructor;
@@ -127,17 +128,19 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
127
128
  onBlur?: ((...args: any[]) => any) | undefined;
128
129
  onFocus?: ((...args: any[]) => any) | undefined;
129
130
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
130
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
131
+ }>, {
132
+ focus: () => void;
133
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
131
134
  input: (...args: any[]) => void;
132
135
  blur: (...args: any[]) => void;
133
136
  focus: (...args: any[]) => void;
134
137
  "update:modelValue": (value: string) => void;
135
138
  }, string, {
139
+ color: string;
136
140
  label: string;
141
+ padding: string;
137
142
  mask: string;
138
143
  margin: string;
139
- padding: string;
140
- color: string;
141
144
  disabled: boolean;
142
145
  borderColor: string;
143
146
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -161,11 +164,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
161
164
  $nextTick: typeof import('vue').nextTick;
162
165
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
163
166
  } & Readonly<{
167
+ color: string;
164
168
  label: string;
169
+ padding: string;
165
170
  mask: string;
166
171
  margin: string;
167
- padding: string;
168
- color: string;
169
172
  disabled: boolean;
170
173
  borderColor: string;
171
174
  }> & Omit<Readonly<globalThis.ExtractPropTypes<{
@@ -212,7 +215,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
212
215
  onBlur?: ((...args: any[]) => any) | undefined;
213
216
  onFocus?: ((...args: any[]) => any) | undefined;
214
217
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
215
- }>, "label" | "mask" | "margin" | "padding" | "color" | "disabled" | "borderColor"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
218
+ }>, "focus" | ("color" | "label" | "padding" | "mask" | "margin" | "disabled" | "borderColor")> & {
219
+ focus: () => void;
220
+ } & {} & import('vue').ComponentCustomProperties & {} & {
216
221
  $slots: {
217
222
  default?(_: {}): any;
218
223
  right?(_: {}): any;
@@ -31,8 +31,8 @@ declare const _default: {
31
31
  }>> & Readonly<{
32
32
  onSubmit?: ((...args: any[]) => any) | undefined;
33
33
  }>, {
34
- margin: string;
35
34
  padding: string;
35
+ margin: string;
36
36
  width: string;
37
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
38
38
  tags: string[];
@@ -90,8 +90,8 @@ export declare const Default: (args: any) => import('vue').DefineComponent<{}, {
90
90
  }>> & Readonly<{
91
91
  onSubmit?: ((...args: any[]) => any) | undefined;
92
92
  }>, {
93
- margin: string;
94
93
  padding: string;
94
+ margin: string;
95
95
  width: string;
96
96
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
97
97
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -29,8 +29,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
29
29
  }>> & Readonly<{
30
30
  onSubmit?: ((...args: any[]) => any) | undefined;
31
31
  }>, {
32
- margin: string;
33
32
  padding: string;
33
+ margin: string;
34
34
  width: string;
35
35
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
36
36
  export default _default;
@@ -52,19 +52,19 @@ declare const _default: Meta<{
52
52
  default: string;
53
53
  };
54
54
  }>> & Readonly<{
55
- onUpload?: ((...args: any[]) => any) | undefined;
56
55
  onRemove?: ((...args: any[]) => any) | undefined;
56
+ onUpload?: ((...args: any[]) => any) | undefined;
57
57
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
58
- upload: (...args: any[]) => void;
59
58
  remove: (...args: any[]) => void;
59
+ upload: (...args: any[]) => void;
60
60
  }, import('vue').PublicProps, {
61
+ color: string;
61
62
  label: string;
63
+ padding: string;
62
64
  mask: string;
63
65
  placeholder: string;
64
66
  fileInfo: FileInfo;
65
67
  margin: string;
66
- padding: string;
67
- color: string;
68
68
  disabled: boolean;
69
69
  borderColor: string;
70
70
  formats: string[];
@@ -126,16 +126,16 @@ declare const _default: Meta<{
126
126
  default: string;
127
127
  };
128
128
  }>> & Readonly<{
129
- onUpload?: ((...args: any[]) => any) | undefined;
130
129
  onRemove?: ((...args: any[]) => any) | undefined;
130
+ onUpload?: ((...args: any[]) => any) | undefined;
131
131
  }>, {}, {}, {}, {}, {
132
+ color: string;
132
133
  label: string;
134
+ padding: string;
133
135
  mask: string;
134
136
  placeholder: string;
135
137
  fileInfo: FileInfo;
136
138
  margin: string;
137
- padding: string;
138
- color: string;
139
139
  disabled: boolean;
140
140
  borderColor: string;
141
141
  formats: string[];
@@ -194,19 +194,19 @@ declare const _default: Meta<{
194
194
  default: string;
195
195
  };
196
196
  }>> & Readonly<{
197
- onUpload?: ((...args: any[]) => any) | undefined;
198
197
  onRemove?: ((...args: any[]) => any) | undefined;
198
+ onUpload?: ((...args: any[]) => any) | undefined;
199
199
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
200
- upload: (...args: any[]) => void;
201
200
  remove: (...args: any[]) => void;
201
+ upload: (...args: any[]) => void;
202
202
  }, string, {
203
+ color: string;
203
204
  label: string;
205
+ padding: string;
204
206
  mask: string;
205
207
  placeholder: string;
206
208
  fileInfo: FileInfo;
207
209
  margin: string;
208
- padding: string;
209
- color: string;
210
210
  disabled: boolean;
211
211
  borderColor: string;
212
212
  formats: string[];
@@ -268,19 +268,19 @@ export declare const Base: StoryFn<{
268
268
  default: string;
269
269
  };
270
270
  }>> & Readonly<{
271
- onUpload?: ((...args: any[]) => any) | undefined;
272
271
  onRemove?: ((...args: any[]) => any) | undefined;
272
+ onUpload?: ((...args: any[]) => any) | undefined;
273
273
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
274
- upload: (...args: any[]) => void;
275
274
  remove: (...args: any[]) => void;
275
+ upload: (...args: any[]) => void;
276
276
  }, import('vue').PublicProps, {
277
+ color: string;
277
278
  label: string;
279
+ padding: string;
278
280
  mask: string;
279
281
  placeholder: string;
280
282
  fileInfo: FileInfo;
281
283
  margin: string;
282
- padding: string;
283
- color: string;
284
284
  disabled: boolean;
285
285
  borderColor: string;
286
286
  formats: string[];
@@ -342,16 +342,16 @@ export declare const Base: StoryFn<{
342
342
  default: string;
343
343
  };
344
344
  }>> & Readonly<{
345
- onUpload?: ((...args: any[]) => any) | undefined;
346
345
  onRemove?: ((...args: any[]) => any) | undefined;
346
+ onUpload?: ((...args: any[]) => any) | undefined;
347
347
  }>, {}, {}, {}, {}, {
348
+ color: string;
348
349
  label: string;
350
+ padding: string;
349
351
  mask: string;
350
352
  placeholder: string;
351
353
  fileInfo: FileInfo;
352
354
  margin: string;
353
- padding: string;
354
- color: string;
355
355
  disabled: boolean;
356
356
  borderColor: string;
357
357
  formats: string[];
@@ -410,19 +410,19 @@ export declare const Base: StoryFn<{
410
410
  default: string;
411
411
  };
412
412
  }>> & Readonly<{
413
- onUpload?: ((...args: any[]) => any) | undefined;
414
413
  onRemove?: ((...args: any[]) => any) | undefined;
414
+ onUpload?: ((...args: any[]) => any) | undefined;
415
415
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
416
- upload: (...args: any[]) => void;
417
416
  remove: (...args: any[]) => void;
417
+ upload: (...args: any[]) => void;
418
418
  }, string, {
419
+ color: string;
419
420
  label: string;
421
+ padding: string;
420
422
  mask: string;
421
423
  placeholder: string;
422
424
  fileInfo: FileInfo;
423
425
  margin: string;
424
- padding: string;
425
- color: string;
426
426
  disabled: boolean;
427
427
  borderColor: string;
428
428
  formats: string[];
@@ -483,19 +483,19 @@ export declare const Base1: StoryFn<{
483
483
  default: string;
484
484
  };
485
485
  }>> & Readonly<{
486
- onUpload?: ((...args: any[]) => any) | undefined;
487
486
  onRemove?: ((...args: any[]) => any) | undefined;
487
+ onUpload?: ((...args: any[]) => any) | undefined;
488
488
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
489
- upload: (...args: any[]) => void;
490
489
  remove: (...args: any[]) => void;
490
+ upload: (...args: any[]) => void;
491
491
  }, import('vue').PublicProps, {
492
+ color: string;
492
493
  label: string;
494
+ padding: string;
493
495
  mask: string;
494
496
  placeholder: string;
495
497
  fileInfo: FileInfo;
496
498
  margin: string;
497
- padding: string;
498
- color: string;
499
499
  disabled: boolean;
500
500
  borderColor: string;
501
501
  formats: string[];
@@ -557,16 +557,16 @@ export declare const Base1: StoryFn<{
557
557
  default: string;
558
558
  };
559
559
  }>> & Readonly<{
560
- onUpload?: ((...args: any[]) => any) | undefined;
561
560
  onRemove?: ((...args: any[]) => any) | undefined;
561
+ onUpload?: ((...args: any[]) => any) | undefined;
562
562
  }>, {}, {}, {}, {}, {
563
+ color: string;
563
564
  label: string;
565
+ padding: string;
564
566
  mask: string;
565
567
  placeholder: string;
566
568
  fileInfo: FileInfo;
567
569
  margin: string;
568
- padding: string;
569
- color: string;
570
570
  disabled: boolean;
571
571
  borderColor: string;
572
572
  formats: string[];
@@ -625,19 +625,19 @@ export declare const Base1: StoryFn<{
625
625
  default: string;
626
626
  };
627
627
  }>> & Readonly<{
628
- onUpload?: ((...args: any[]) => any) | undefined;
629
628
  onRemove?: ((...args: any[]) => any) | undefined;
629
+ onUpload?: ((...args: any[]) => any) | undefined;
630
630
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
631
- upload: (...args: any[]) => void;
632
631
  remove: (...args: any[]) => void;
632
+ upload: (...args: any[]) => void;
633
633
  }, string, {
634
+ color: string;
634
635
  label: string;
636
+ padding: string;
635
637
  mask: string;
636
638
  placeholder: string;
637
639
  fileInfo: FileInfo;
638
640
  margin: string;
639
- padding: string;
640
- color: string;
641
641
  disabled: boolean;
642
642
  borderColor: string;
643
643
  formats: string[];
@@ -50,8 +50,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
50
50
  default: string;
51
51
  };
52
52
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
53
- upload: (...args: any[]) => void;
54
53
  remove: (...args: any[]) => void;
54
+ upload: (...args: any[]) => void;
55
55
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
56
56
  fileInfo: {
57
57
  type: globalThis.PropType<FileInfo>;
@@ -103,16 +103,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<gl
103
103
  default: string;
104
104
  };
105
105
  }>> & Readonly<{
106
- onUpload?: ((...args: any[]) => any) | undefined;
107
106
  onRemove?: ((...args: any[]) => any) | undefined;
107
+ onUpload?: ((...args: any[]) => any) | undefined;
108
108
  }>, {
109
+ color: string;
109
110
  label: string;
111
+ padding: string;
110
112
  mask: string;
111
113
  placeholder: string;
112
114
  fileInfo: FileInfo;
113
115
  margin: string;
114
- padding: string;
115
- color: string;
116
116
  disabled: boolean;
117
117
  borderColor: string;
118
118
  formats: string[];