@point-hub/papp 0.0.88 → 0.0.90

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 (90) hide show
  1. package/dist/app.vue.d.ts +2 -0
  2. package/dist/components/app-footer.vue.d.ts +3 -12
  3. package/dist/components/app-header.vue.d.ts +1 -1
  4. package/dist/components/app-preloader.vue.d.ts +1 -1
  5. package/dist/components/app-sidebar-menu.vue.d.ts +3 -12
  6. package/dist/components/app-sidebar-panel.vue.d.ts +7 -16
  7. package/dist/components/app-sidebar.vue.d.ts +7 -16
  8. package/dist/components/base-accordion-item.vue.d.ts +14 -30
  9. package/dist/components/base-accordion.vue.d.ts +11 -27
  10. package/dist/components/base-alert.vue.d.ts +12 -36
  11. package/dist/components/base-autocomplete.vue.d.ts +21 -92
  12. package/dist/components/base-avatar-group.vue.d.ts +8 -3
  13. package/dist/components/base-avatar.vue.d.ts +4 -35
  14. package/dist/components/base-badge.vue.d.ts +11 -31
  15. package/dist/components/base-breadcrumb.vue.d.ts +14 -30
  16. package/dist/components/base-button.vue.d.ts +11 -39
  17. package/dist/components/base-card.vue.d.ts +27 -29
  18. package/dist/components/base-checkbox.vue.d.ts +15 -90
  19. package/dist/components/base-choosen.vue.d.ts +37 -104
  20. package/dist/components/base-datepicker.vue.d.ts +18 -87
  21. package/dist/components/base-divider.vue.d.ts +3 -12
  22. package/dist/components/base-dropdown-item.vue.d.ts +11 -27
  23. package/dist/components/base-dropdown.vue.d.ts +10 -28
  24. package/dist/components/base-file-upload.vue.d.ts +27 -94
  25. package/dist/components/base-form.vue.d.ts +11 -29
  26. package/dist/components/base-icon.vue.d.ts +4 -25
  27. package/dist/components/base-input-mask.vue.d.ts +15 -96
  28. package/dist/components/base-input-number.vue.d.ts +29 -105
  29. package/dist/components/base-input.vue.d.ts +26 -114
  30. package/dist/components/base-link.vue.d.ts +11 -35
  31. package/dist/components/base-loader.vue.d.ts +11 -29
  32. package/dist/components/base-mask.vue.d.ts +1 -10
  33. package/dist/components/base-modal.vue.d.ts +15 -31
  34. package/dist/components/base-pagination.vue.d.ts +6 -27
  35. package/dist/components/base-popover.vue.d.ts +13 -27
  36. package/dist/components/base-progress.vue.d.ts +12 -32
  37. package/dist/components/base-radio.vue.d.ts +24 -88
  38. package/dist/components/base-range.vue.d.ts +13 -66
  39. package/dist/components/base-select.vue.d.ts +13 -90
  40. package/dist/components/base-sitemap.vue.d.ts +8 -11
  41. package/dist/components/base-spinner.vue.d.ts +4 -27
  42. package/dist/components/base-step.vue.d.ts +7 -32
  43. package/dist/components/base-switch.vue.d.ts +21 -97
  44. package/dist/components/base-tab-group.vue.d.ts +8 -3
  45. package/dist/components/base-tab-list.vue.d.ts +8 -3
  46. package/dist/components/base-tab-panel.vue.d.ts +8 -3
  47. package/dist/components/base-tab-panels.vue.d.ts +8 -3
  48. package/dist/components/base-tab.vue.d.ts +10 -5
  49. package/dist/components/base-table.vue.d.ts +8 -3
  50. package/dist/components/base-textarea.vue.d.ts +15 -108
  51. package/dist/components/base-timeline-content.vue.d.ts +9 -4
  52. package/dist/components/base-timeline.vue.d.ts +8 -3
  53. package/dist/components/base-toast.vue.d.ts +11 -6
  54. package/dist/components/base-tooltip.vue.d.ts +10 -28
  55. package/dist/components/base-treeview.vue.d.ts +16 -32
  56. package/dist/composable/dark-mode.d.ts +6 -0
  57. package/dist/composable/emitter.d.ts +12 -0
  58. package/dist/composable/mobile-breakpoint.d.ts +3 -0
  59. package/dist/composable/mobile-breakpoint.spec.d.ts +1 -0
  60. package/dist/composable/numeric.d.ts +3 -0
  61. package/dist/composable/screen-size.d.ts +1 -0
  62. package/dist/composable/sidebar.d.ts +1 -0
  63. package/dist/config/websocket.d.ts +4 -0
  64. package/dist/index.css +1 -1
  65. package/dist/index.d.ts +0 -2
  66. package/dist/index.js +2361 -2307
  67. package/dist/index.umd.cjs +6 -6
  68. package/dist/layouts/app.vue.d.ts +2 -0
  69. package/dist/main.d.ts +0 -0
  70. package/dist/pages/home.vue.d.ts +2 -0
  71. package/dist/pages/nested/page-1.vue.d.ts +2 -0
  72. package/dist/pages/nested/page-2.vue.d.ts +2 -0
  73. package/dist/pages/nested/page-3.vue.d.ts +2 -0
  74. package/dist/pages/nested/page-4.vue.d.ts +2 -0
  75. package/dist/pages/nested/page-5.vue.d.ts +2 -0
  76. package/dist/pages/page-1.vue.d.ts +2 -0
  77. package/dist/pages/page-2.vue.d.ts +2 -0
  78. package/dist/pages/websocket.vue.d.ts +2 -0
  79. package/dist/plugins/base.d.ts +5 -0
  80. package/dist/plugins/icon.d.ts +5 -0
  81. package/dist/plugins/input-mask.d.ts +5 -0
  82. package/dist/plugins/tooltip.d.ts +5 -0
  83. package/dist/router/index.d.ts +2 -0
  84. package/dist/stores/screen-breakpoint.d.ts +7 -0
  85. package/dist/stores/screen-breakpoint.spec.d.ts +1 -0
  86. package/dist/stores/sidebar-menu.d.ts +55 -0
  87. package/dist/stores/sidebar.d.ts +7 -0
  88. package/dist/stores/sidebar.spec.d.ts +1 -0
  89. package/dist/stores/websocket.d.ts +28 -0
  90. package/package.json +14 -14
@@ -4,38 +4,20 @@ export interface Props {
4
4
  text?: string;
5
5
  }
6
6
  declare function __VLS_template(): {
7
- trigger?(_: {}): any;
8
- default?(_: {}): any;
7
+ slots: {
8
+ trigger?(_: {}): any;
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ attrs: Partial<{}>;
9
13
  };
10
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
- position: string;
12
- text: string;
13
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
- position: string;
15
- text: string;
16
- }>>> & Readonly<{}>, {
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
17
16
  text: string;
18
17
  position: BaseDropdownPosition;
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
20
  export default _default;
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToRuntimeProps<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
31
- type __VLS_WithDefaults<P, D> = {
32
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
- default: D[K];
34
- }> : P[K];
35
- };
36
- type __VLS_Prettify<T> = {
37
- [K in keyof T]: T[K];
38
- } & {};
39
21
  type __VLS_WithTemplateSlots<T, S> = T & {
40
22
  new (): {
41
23
  $slots: S;
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export type BaseFileUploadBorderType = 'none' | 'simple' | 'full';
3
3
  export interface Props {
4
4
  id?: string;
@@ -13,100 +13,33 @@ export interface Props {
13
13
  disabled?: boolean;
14
14
  helpers?: string[];
15
15
  }
16
+ declare let __VLS_typeProps: Props;
17
+ type __VLS_PublicProps = {
18
+ 'errors'?: string[];
19
+ } & typeof __VLS_typeProps;
16
20
  declare function __VLS_template(): {
17
- default?(_: {
18
- fileRef: any;
19
- }): any;
20
- };
21
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
22
- errors: import("vue").PropType<string[]>;
23
- required: {
24
- type: import("vue").PropType<boolean>;
25
- default: boolean;
26
- };
27
- label: {
28
- type: import("vue").PropType<string>;
29
- };
30
- disabled: {
31
- type: import("vue").PropType<boolean>;
32
- default: boolean;
33
- };
34
- id: {
35
- type: import("vue").PropType<string>;
36
- };
37
- description: {
38
- type: import("vue").PropType<string>;
39
- };
40
- layout: {
41
- type: import("vue").PropType<BaseFormLayoutType>;
42
- default: string;
21
+ slots: {
22
+ default?(_: {
23
+ fileRef: any;
24
+ }): any;
43
25
  };
44
- helpers: {
45
- type: import("vue").PropType<string[]>;
46
- };
47
- placeholder: {
48
- type: import("vue").PropType<string>;
49
- };
50
- border: {
51
- type: import("vue").PropType<BaseFileUploadBorderType>;
52
- default: string;
53
- };
54
- autofocus: {
55
- type: import("vue").PropType<boolean>;
56
- default: boolean;
57
- };
58
- multiple: {
59
- type: import("vue").PropType<boolean>;
60
- default: boolean;
61
- };
62
- }>, {
63
- fileRef: import("vue").Ref<any, any>;
64
- inputRef: import("vue").Ref<any, any>;
65
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
66
- change: (event: any) => void;
67
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
68
- errors: import("vue").PropType<string[]>;
69
- required: {
70
- type: import("vue").PropType<boolean>;
71
- default: boolean;
26
+ refs: {
27
+ inputRef: HTMLInputElement;
28
+ fileRef: HTMLInputElement;
72
29
  };
73
- label: {
74
- type: import("vue").PropType<string>;
75
- };
76
- disabled: {
77
- type: import("vue").PropType<boolean>;
78
- default: boolean;
79
- };
80
- id: {
81
- type: import("vue").PropType<string>;
82
- };
83
- description: {
84
- type: import("vue").PropType<string>;
85
- };
86
- layout: {
87
- type: import("vue").PropType<BaseFormLayoutType>;
88
- default: string;
89
- };
90
- helpers: {
91
- type: import("vue").PropType<string[]>;
92
- };
93
- placeholder: {
94
- type: import("vue").PropType<string>;
95
- };
96
- border: {
97
- type: import("vue").PropType<BaseFileUploadBorderType>;
98
- default: string;
99
- };
100
- autofocus: {
101
- type: import("vue").PropType<boolean>;
102
- default: boolean;
103
- };
104
- multiple: {
105
- type: import("vue").PropType<boolean>;
106
- default: boolean;
107
- };
108
- }>> & Readonly<{
109
- onChange?: (event: any) => any;
30
+ attrs: Partial<{}>;
31
+ };
32
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
33
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
34
+ fileRef: import('vue').Ref<any, any>;
35
+ inputRef: import('vue').Ref<any, any>;
36
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
37
+ "update:errors": (errors: string[]) => any;
38
+ } & {
39
+ change: (event: any) => any;
40
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
41
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
42
+ onChange?: ((event: any) => any) | undefined;
110
43
  }>, {
111
44
  required: boolean;
112
45
  disabled: boolean;
@@ -114,8 +47,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
114
47
  border: BaseFileUploadBorderType;
115
48
  autofocus: boolean;
116
49
  multiple: boolean;
117
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
118
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
50
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
51
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
119
52
  export default _default;
120
53
  type __VLS_WithTemplateSlots<T, S> = T & {
121
54
  new (): {
@@ -9,39 +9,21 @@ export interface Props {
9
9
  errors?: string[];
10
10
  }
11
11
  declare function __VLS_template(): {
12
- default?(_: {}): any;
13
- helper?(_: {}): any;
14
- error?(_: {}): any;
12
+ slots: {
13
+ default?(_: {}): any;
14
+ helper?(_: {}): any;
15
+ error?(_: {}): any;
16
+ };
17
+ refs: {};
18
+ attrs: Partial<{}>;
15
19
  };
16
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
- layout: string;
18
- required: boolean;
19
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
20
- layout: string;
21
- required: boolean;
22
- }>>> & Readonly<{}>, {
20
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
23
22
  required: boolean;
24
23
  layout: BaseFormLayoutType;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
27
26
  export default _default;
28
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToRuntimeProps<T> = {
30
- [K in keyof T]-?: {} extends Pick<T, K> ? {
31
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: import('vue').PropType<T[K]>;
34
- required: true;
35
- };
36
- };
37
- type __VLS_WithDefaults<P, D> = {
38
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
- default: D[K];
40
- }> : P[K];
41
- };
42
- type __VLS_Prettify<T> = {
43
- [K in keyof T]: T[K];
44
- } & {};
45
27
  type __VLS_WithTemplateSlots<T, S> = T & {
46
28
  new (): {
47
29
  $slots: S;
@@ -1,31 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import('vue').DefineComponent<{
2
2
  icon: string;
3
3
  fixedWidth?: boolean;
4
- }>, {
5
- fixedWidth: boolean;
6
- }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
4
+ }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
7
5
  icon: string;
8
6
  fixedWidth?: boolean;
9
- }>, {
10
- fixedWidth: boolean;
11
- }>>> & Readonly<{}>, {
7
+ }> & Readonly<{}>, {
12
8
  fixedWidth: boolean;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
10
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToRuntimeProps<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
- type __VLS_WithDefaults<P, D> = {
25
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
- default: D[K];
27
- }> : P[K];
28
- };
29
- type __VLS_Prettify<T> = {
30
- [K in keyof T]: T[K];
31
- } & {};
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export type BaseInputMaskBorderType = 'simple' | 'full' | 'none';
3
3
  export interface Props {
4
4
  modelValue: string | number | boolean | null;
@@ -14,105 +14,24 @@ export interface Props {
14
14
  helpers?: string[];
15
15
  options?: any;
16
16
  }
17
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
18
- errors: import("vue").PropType<string[]>;
19
- required: {
20
- type: import("vue").PropType<boolean>;
21
- default: boolean;
22
- };
23
- label: {
24
- type: import("vue").PropType<string>;
25
- };
26
- disabled: {
27
- type: import("vue").PropType<boolean>;
28
- default: boolean;
29
- };
30
- id: {
31
- type: import("vue").PropType<string>;
32
- };
33
- modelValue: {
34
- type: import("vue").PropType<string | number | boolean>;
35
- required: true;
36
- };
37
- description: {
38
- type: import("vue").PropType<string>;
39
- };
40
- layout: {
41
- type: import("vue").PropType<BaseFormLayoutType>;
42
- default: string;
43
- };
44
- helpers: {
45
- type: import("vue").PropType<string[]>;
46
- };
47
- options: {
48
- type: import("vue").PropType<any>;
49
- };
50
- placeholder: {
51
- type: import("vue").PropType<string>;
52
- };
53
- border: {
54
- type: import("vue").PropType<BaseInputMaskBorderType>;
55
- default: string;
56
- };
57
- autofocus: {
58
- type: import("vue").PropType<boolean>;
59
- default: boolean;
60
- };
61
- }>, {
62
- inputRef: import("vue").Ref<any, any>;
63
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
64
- "update:modelValue": (value: string | number | boolean) => void;
65
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
66
- errors: import("vue").PropType<string[]>;
67
- required: {
68
- type: import("vue").PropType<boolean>;
69
- default: boolean;
70
- };
71
- label: {
72
- type: import("vue").PropType<string>;
73
- };
74
- disabled: {
75
- type: import("vue").PropType<boolean>;
76
- default: boolean;
77
- };
78
- id: {
79
- type: import("vue").PropType<string>;
80
- };
81
- modelValue: {
82
- type: import("vue").PropType<string | number | boolean>;
83
- required: true;
84
- };
85
- description: {
86
- type: import("vue").PropType<string>;
87
- };
88
- layout: {
89
- type: import("vue").PropType<BaseFormLayoutType>;
90
- default: string;
91
- };
92
- helpers: {
93
- type: import("vue").PropType<string[]>;
94
- };
95
- options: {
96
- type: import("vue").PropType<any>;
97
- };
98
- placeholder: {
99
- type: import("vue").PropType<string>;
100
- };
101
- border: {
102
- type: import("vue").PropType<BaseInputMaskBorderType>;
103
- default: string;
104
- };
105
- autofocus: {
106
- type: import("vue").PropType<boolean>;
107
- default: boolean;
108
- };
109
- }>> & Readonly<{
110
- "onUpdate:modelValue"?: (value: string | number | boolean) => any;
17
+ declare let __VLS_typeProps: Props;
18
+ type __VLS_PublicProps = {
19
+ 'errors'?: string[];
20
+ } & typeof __VLS_typeProps;
21
+ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
22
+ inputRef: import('vue').Ref<any, any>;
23
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
24
+ "update:errors": (errors: string[]) => any;
25
+ } & {
26
+ "update:modelValue": (value: string | number | boolean | null) => any;
27
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
+ "onUpdate:modelValue"?: ((value: string | number | boolean | null) => any) | undefined;
29
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
111
30
  }>, {
112
31
  required: boolean;
113
32
  disabled: boolean;
114
33
  layout: BaseFormLayoutType;
115
34
  border: BaseInputMaskBorderType;
116
35
  autofocus: boolean;
117
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
118
37
  export default _default;
@@ -1,4 +1,4 @@
1
- import { type BaseFormLayoutType } from './base-form.vue';
1
+ import { BaseFormLayoutType } from './base-form.vue';
2
2
  export type BaseInputNumberBorderType = 'none' | 'simple' | 'full';
3
3
  export interface Props {
4
4
  id?: string;
@@ -8,116 +8,40 @@ export interface Props {
8
8
  placeholder?: string;
9
9
  border?: BaseInputNumberBorderType;
10
10
  layout?: BaseFormLayoutType;
11
- decimalLength: number;
11
+ decimalLength?: number;
12
12
  autofocus?: boolean;
13
13
  required?: boolean;
14
14
  disabled?: boolean;
15
15
  helpers?: string[];
16
16
  }
17
+ declare let __VLS_typeProps: Props;
18
+ type __VLS_PublicProps = {
19
+ modelValue?: string | number;
20
+ 'errors'?: string[];
21
+ } & typeof __VLS_typeProps;
17
22
  declare function __VLS_template(): {
18
- suffix?(_: {}): any;
19
- prefix?(_: {}): any;
20
- };
21
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
22
- modelValue: import("vue").PropType<string | number>;
23
- errors: import("vue").PropType<string[]>;
24
- required: {
25
- type: import("vue").PropType<boolean>;
26
- default: boolean;
27
- };
28
- label: {
29
- type: import("vue").PropType<string>;
30
- };
31
- disabled: {
32
- type: import("vue").PropType<boolean>;
33
- default: boolean;
34
- };
35
- id: {
36
- type: import("vue").PropType<string>;
37
- };
38
- description: {
39
- type: import("vue").PropType<string>;
40
- };
41
- layout: {
42
- type: import("vue").PropType<BaseFormLayoutType>;
43
- default: string;
44
- };
45
- helpers: {
46
- type: import("vue").PropType<string[]>;
47
- };
48
- placeholder: {
49
- type: import("vue").PropType<string>;
50
- };
51
- border: {
52
- type: import("vue").PropType<BaseInputNumberBorderType>;
53
- default: string;
54
- };
55
- autofocus: {
56
- type: import("vue").PropType<boolean>;
57
- default: boolean;
58
- };
59
- align: {
60
- type: import("vue").PropType<"left" | "right">;
61
- default: string;
62
- };
63
- decimalLength: {
64
- type: import("vue").PropType<number>;
65
- required: true;
66
- default: number;
23
+ slots: {
24
+ suffix?(_: {}): any;
25
+ prefix?(_: {}): any;
67
26
  };
68
- }>, {
69
- inputRef: import("vue").Ref<any, any>;
70
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
71
- "update:modelValue": (value: number) => void;
72
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
73
- modelValue: import("vue").PropType<string | number>;
74
- errors: import("vue").PropType<string[]>;
75
- required: {
76
- type: import("vue").PropType<boolean>;
77
- default: boolean;
78
- };
79
- label: {
80
- type: import("vue").PropType<string>;
81
- };
82
- disabled: {
83
- type: import("vue").PropType<boolean>;
84
- default: boolean;
85
- };
86
- id: {
87
- type: import("vue").PropType<string>;
88
- };
89
- description: {
90
- type: import("vue").PropType<string>;
91
- };
92
- layout: {
93
- type: import("vue").PropType<BaseFormLayoutType>;
94
- default: string;
95
- };
96
- helpers: {
97
- type: import("vue").PropType<string[]>;
27
+ refs: {
28
+ inputRef: HTMLInputElement;
29
+ suffixRef: HTMLDivElement;
30
+ prefixRef: HTMLDivElement;
98
31
  };
99
- placeholder: {
100
- type: import("vue").PropType<string>;
101
- };
102
- border: {
103
- type: import("vue").PropType<BaseInputNumberBorderType>;
104
- default: string;
105
- };
106
- autofocus: {
107
- type: import("vue").PropType<boolean>;
108
- default: boolean;
109
- };
110
- align: {
111
- type: import("vue").PropType<"left" | "right">;
112
- default: string;
113
- };
114
- decimalLength: {
115
- type: import("vue").PropType<number>;
116
- required: true;
117
- default: number;
118
- };
119
- }>> & Readonly<{
120
- "onUpdate:modelValue"?: (value: number) => any;
32
+ attrs: Partial<{}>;
33
+ };
34
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
35
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {
36
+ inputRef: import('vue').Ref<any, any>;
37
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
38
+ "update:modelValue": (modelValue: string | number) => any;
39
+ "update:errors": (errors: string[]) => any;
40
+ } & {
41
+ "update:modelValue": (value: number) => any;
42
+ }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
43
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
44
+ "onUpdate:errors"?: ((errors: string[]) => any) | undefined;
121
45
  }>, {
122
46
  required: boolean;
123
47
  disabled: boolean;
@@ -126,8 +50,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
126
50
  autofocus: boolean;
127
51
  align: "left" | "right";
128
52
  decimalLength: number;
129
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
53
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
54
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
131
55
  export default _default;
132
56
  type __VLS_WithTemplateSlots<T, S> = T & {
133
57
  new (): {