@point-hub/papp 0.0.89 → 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.
- package/dist/app.vue.d.ts +2 -0
- package/dist/components/app-footer.vue.d.ts +3 -12
- package/dist/components/app-header.vue.d.ts +1 -1
- package/dist/components/app-preloader.vue.d.ts +1 -1
- package/dist/components/app-sidebar-menu.vue.d.ts +3 -12
- package/dist/components/app-sidebar-panel.vue.d.ts +7 -16
- package/dist/components/app-sidebar.vue.d.ts +7 -16
- package/dist/components/base-accordion-item.vue.d.ts +14 -30
- package/dist/components/base-accordion.vue.d.ts +11 -27
- package/dist/components/base-alert.vue.d.ts +12 -36
- package/dist/components/base-autocomplete.vue.d.ts +21 -92
- package/dist/components/base-avatar-group.vue.d.ts +8 -3
- package/dist/components/base-avatar.vue.d.ts +4 -35
- package/dist/components/base-badge.vue.d.ts +11 -31
- package/dist/components/base-breadcrumb.vue.d.ts +14 -30
- package/dist/components/base-button.vue.d.ts +11 -39
- package/dist/components/base-card.vue.d.ts +27 -29
- package/dist/components/base-checkbox.vue.d.ts +15 -90
- package/dist/components/base-choosen.vue.d.ts +37 -104
- package/dist/components/base-datepicker.vue.d.ts +18 -87
- package/dist/components/base-divider.vue.d.ts +3 -12
- package/dist/components/base-dropdown-item.vue.d.ts +11 -27
- package/dist/components/base-dropdown.vue.d.ts +10 -28
- package/dist/components/base-file-upload.vue.d.ts +27 -94
- package/dist/components/base-form.vue.d.ts +11 -29
- package/dist/components/base-icon.vue.d.ts +4 -25
- package/dist/components/base-input-mask.vue.d.ts +15 -96
- package/dist/components/base-input-number.vue.d.ts +29 -105
- package/dist/components/base-input.vue.d.ts +26 -114
- package/dist/components/base-link.vue.d.ts +11 -35
- package/dist/components/base-loader.vue.d.ts +11 -29
- package/dist/components/base-mask.vue.d.ts +1 -10
- package/dist/components/base-modal.vue.d.ts +15 -31
- package/dist/components/base-pagination.vue.d.ts +6 -27
- package/dist/components/base-popover.vue.d.ts +13 -27
- package/dist/components/base-progress.vue.d.ts +12 -32
- package/dist/components/base-radio.vue.d.ts +24 -88
- package/dist/components/base-range.vue.d.ts +13 -66
- package/dist/components/base-select.vue.d.ts +13 -90
- package/dist/components/base-sitemap.vue.d.ts +8 -11
- package/dist/components/base-spinner.vue.d.ts +4 -27
- package/dist/components/base-step.vue.d.ts +7 -32
- package/dist/components/base-switch.vue.d.ts +21 -97
- package/dist/components/base-tab-group.vue.d.ts +8 -3
- package/dist/components/base-tab-list.vue.d.ts +8 -3
- package/dist/components/base-tab-panel.vue.d.ts +8 -3
- package/dist/components/base-tab-panels.vue.d.ts +8 -3
- package/dist/components/base-tab.vue.d.ts +10 -5
- package/dist/components/base-table.vue.d.ts +8 -3
- package/dist/components/base-textarea.vue.d.ts +15 -108
- package/dist/components/base-timeline-content.vue.d.ts +9 -4
- package/dist/components/base-timeline.vue.d.ts +8 -3
- package/dist/components/base-toast.vue.d.ts +11 -6
- package/dist/components/base-tooltip.vue.d.ts +10 -28
- package/dist/components/base-treeview.vue.d.ts +16 -32
- package/dist/composable/dark-mode.d.ts +6 -0
- package/dist/composable/emitter.d.ts +12 -0
- package/dist/composable/mobile-breakpoint.d.ts +3 -0
- package/dist/composable/mobile-breakpoint.spec.d.ts +1 -0
- package/dist/composable/numeric.d.ts +3 -0
- package/dist/composable/screen-size.d.ts +1 -0
- package/dist/composable/sidebar.d.ts +1 -0
- package/dist/config/websocket.d.ts +4 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +1953 -1903
- package/dist/index.umd.cjs +6 -6
- package/dist/layouts/app.vue.d.ts +2 -0
- package/dist/main.d.ts +0 -0
- package/dist/pages/home.vue.d.ts +2 -0
- package/dist/pages/nested/page-1.vue.d.ts +2 -0
- package/dist/pages/nested/page-2.vue.d.ts +2 -0
- package/dist/pages/nested/page-3.vue.d.ts +2 -0
- package/dist/pages/nested/page-4.vue.d.ts +2 -0
- package/dist/pages/nested/page-5.vue.d.ts +2 -0
- package/dist/pages/page-1.vue.d.ts +2 -0
- package/dist/pages/page-2.vue.d.ts +2 -0
- package/dist/pages/websocket.vue.d.ts +2 -0
- package/dist/plugins/base.d.ts +5 -0
- package/dist/plugins/icon.d.ts +5 -0
- package/dist/plugins/input-mask.d.ts +5 -0
- package/dist/plugins/tooltip.d.ts +5 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/stores/screen-breakpoint.d.ts +7 -0
- package/dist/stores/screen-breakpoint.spec.d.ts +1 -0
- package/dist/stores/sidebar-menu.d.ts +55 -0
- package/dist/stores/sidebar.d.ts +7 -0
- package/dist/stores/sidebar.spec.d.ts +1 -0
- package/dist/stores/websocket.d.ts +28 -0
- package/package.json +8 -8
|
@@ -4,38 +4,20 @@ export interface Props {
|
|
|
4
4
|
text?: string;
|
|
5
5
|
}
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
slots: {
|
|
8
|
+
trigger?(_: {}): any;
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
attrs: Partial<{}>;
|
|
9
13
|
};
|
|
10
|
-
|
|
11
|
-
|
|
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(
|
|
20
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
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 {
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
45
|
-
|
|
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
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
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(
|
|
118
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
helper?(_: {}): any;
|
|
15
|
+
error?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
attrs: Partial<{}>;
|
|
15
19
|
};
|
|
16
|
-
|
|
17
|
-
|
|
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(
|
|
26
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
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(
|
|
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(
|
|
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 {
|
|
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
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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(
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
118
37
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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
|
-
|
|
19
|
-
|
|
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
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
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(
|
|
130
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
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 (): {
|