@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.
- 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 +2361 -2307
- 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 +14 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseFormLayoutType } from './base-form.vue';
|
|
2
2
|
export interface Props {
|
|
3
3
|
modelValue: number;
|
|
4
4
|
id?: string;
|
|
@@ -9,73 +9,20 @@ export interface Props {
|
|
|
9
9
|
showText?: boolean;
|
|
10
10
|
helpers?: string[];
|
|
11
11
|
}
|
|
12
|
-
declare
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
};
|
|
24
|
-
modelValue: {
|
|
25
|
-
type: import("vue").PropType<number>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
description: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
layout: {
|
|
32
|
-
type: import("vue").PropType<BaseFormLayoutType>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
helpers: {
|
|
36
|
-
type: import("vue").PropType<string[]>;
|
|
37
|
-
};
|
|
38
|
-
showText: {
|
|
39
|
-
type: import("vue").PropType<boolean>;
|
|
40
|
-
default: boolean;
|
|
41
|
-
};
|
|
42
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
43
|
-
"update:modelValue": (value: number) => void;
|
|
44
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
-
errors: import("vue").PropType<string[]>;
|
|
46
|
-
label: {
|
|
47
|
-
type: import("vue").PropType<string>;
|
|
48
|
-
};
|
|
49
|
-
disabled: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
|
-
id: {
|
|
54
|
-
type: import("vue").PropType<string>;
|
|
55
|
-
};
|
|
56
|
-
modelValue: {
|
|
57
|
-
type: import("vue").PropType<number>;
|
|
58
|
-
required: true;
|
|
59
|
-
};
|
|
60
|
-
description: {
|
|
61
|
-
type: import("vue").PropType<string>;
|
|
62
|
-
};
|
|
63
|
-
layout: {
|
|
64
|
-
type: import("vue").PropType<BaseFormLayoutType>;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
helpers: {
|
|
68
|
-
type: import("vue").PropType<string[]>;
|
|
69
|
-
};
|
|
70
|
-
showText: {
|
|
71
|
-
type: import("vue").PropType<boolean>;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
}>> & Readonly<{
|
|
75
|
-
"onUpdate:modelValue"?: (value: number) => any;
|
|
12
|
+
declare let __VLS_typeProps: Props;
|
|
13
|
+
type __VLS_PublicProps = {
|
|
14
|
+
'errors'?: string[];
|
|
15
|
+
} & typeof __VLS_typeProps;
|
|
16
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
"update:errors": (errors: string[]) => any;
|
|
18
|
+
} & {
|
|
19
|
+
"update:modelValue": (value: number) => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
21
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
22
|
+
"onUpdate:errors"?: ((errors: string[]) => any) | undefined;
|
|
76
23
|
}>, {
|
|
77
24
|
disabled: boolean;
|
|
78
25
|
layout: BaseFormLayoutType;
|
|
79
26
|
showText: boolean;
|
|
80
|
-
}, {}, {}, {}, string, import(
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
81
28
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseFormLayoutType } from './base-form.vue';
|
|
2
2
|
export interface BaseSelectOptionInterface {
|
|
3
3
|
label: string;
|
|
4
4
|
[key: string]: any;
|
|
@@ -17,99 +17,22 @@ export interface Props {
|
|
|
17
17
|
disabled?: boolean;
|
|
18
18
|
helpers?: string[];
|
|
19
19
|
}
|
|
20
|
-
declare
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
id: {
|
|
34
|
-
type: import("vue").PropType<string>;
|
|
35
|
-
};
|
|
36
|
-
modelValue: {
|
|
37
|
-
type: import("vue").PropType<BaseSelectOptionInterface>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
description: {
|
|
41
|
-
type: import("vue").PropType<string>;
|
|
42
|
-
};
|
|
43
|
-
layout: {
|
|
44
|
-
type: import("vue").PropType<BaseFormLayoutType>;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
helpers: {
|
|
48
|
-
type: import("vue").PropType<string[]>;
|
|
49
|
-
};
|
|
50
|
-
options: {
|
|
51
|
-
type: import("vue").PropType<BaseSelectOptionInterface[]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
placeholder: {
|
|
55
|
-
type: import("vue").PropType<string>;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
border: {
|
|
59
|
-
type: import("vue").PropType<BaseSelectBorderType>;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
63
|
-
"update:modelValue": (value: BaseSelectOptionInterface) => void;
|
|
64
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
|
-
errors: import("vue").PropType<string[]>;
|
|
66
|
-
required: {
|
|
67
|
-
type: import("vue").PropType<boolean>;
|
|
68
|
-
default: boolean;
|
|
69
|
-
};
|
|
70
|
-
label: {
|
|
71
|
-
type: import("vue").PropType<string>;
|
|
72
|
-
};
|
|
73
|
-
disabled: {
|
|
74
|
-
type: import("vue").PropType<boolean>;
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
id: {
|
|
78
|
-
type: import("vue").PropType<string>;
|
|
79
|
-
};
|
|
80
|
-
modelValue: {
|
|
81
|
-
type: import("vue").PropType<BaseSelectOptionInterface>;
|
|
82
|
-
required: true;
|
|
83
|
-
};
|
|
84
|
-
description: {
|
|
85
|
-
type: import("vue").PropType<string>;
|
|
86
|
-
};
|
|
87
|
-
layout: {
|
|
88
|
-
type: import("vue").PropType<BaseFormLayoutType>;
|
|
89
|
-
default: string;
|
|
90
|
-
};
|
|
91
|
-
helpers: {
|
|
92
|
-
type: import("vue").PropType<string[]>;
|
|
93
|
-
};
|
|
94
|
-
options: {
|
|
95
|
-
type: import("vue").PropType<BaseSelectOptionInterface[]>;
|
|
96
|
-
required: true;
|
|
97
|
-
};
|
|
98
|
-
placeholder: {
|
|
99
|
-
type: import("vue").PropType<string>;
|
|
100
|
-
default: string;
|
|
101
|
-
};
|
|
102
|
-
border: {
|
|
103
|
-
type: import("vue").PropType<BaseSelectBorderType>;
|
|
104
|
-
default: string;
|
|
105
|
-
};
|
|
106
|
-
}>> & Readonly<{
|
|
107
|
-
"onUpdate:modelValue"?: (value: BaseSelectOptionInterface) => any;
|
|
20
|
+
declare let __VLS_typeProps: Props;
|
|
21
|
+
type __VLS_PublicProps = {
|
|
22
|
+
'errors'?: string[];
|
|
23
|
+
} & typeof __VLS_typeProps;
|
|
24
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
+
"update:errors": (errors: string[]) => any;
|
|
26
|
+
} & {
|
|
27
|
+
"update:modelValue": (value: BaseSelectOptionInterface | null) => any;
|
|
28
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
|
+
"onUpdate:modelValue"?: ((value: BaseSelectOptionInterface | null) => any) | undefined;
|
|
30
|
+
"onUpdate:errors"?: ((errors: string[]) => any) | undefined;
|
|
108
31
|
}>, {
|
|
109
32
|
required: boolean;
|
|
110
33
|
disabled: boolean;
|
|
111
34
|
layout: BaseFormLayoutType;
|
|
112
35
|
placeholder: string;
|
|
113
36
|
border: BaseSelectBorderType;
|
|
114
|
-
}, {}, {}, {}, string, import(
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
115
38
|
export default _default;
|
|
@@ -22,15 +22,12 @@ export interface ISitemap {
|
|
|
22
22
|
}[];
|
|
23
23
|
}[];
|
|
24
24
|
}
|
|
25
|
-
|
|
26
|
-
sitemap:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
sitemap:
|
|
32
|
-
|
|
33
|
-
type: import("vue").PropType<ISitemap>;
|
|
34
|
-
};
|
|
35
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
type __VLS_PublicProps = {
|
|
26
|
+
'sitemap': ISitemap;
|
|
27
|
+
};
|
|
28
|
+
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
|
+
"update:sitemap": (sitemap: ISitemap) => any;
|
|
30
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
31
|
+
"onUpdate:sitemap"?: ((sitemap: ISitemap) => any) | undefined;
|
|
32
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
36
33
|
export default _default;
|
|
@@ -1,36 +1,13 @@
|
|
|
1
1
|
export type BaseSpinnerColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger' | 'black' | 'white';
|
|
2
2
|
export type BaseSpinnerSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
3
|
-
declare const _default: import(
|
|
3
|
+
declare const _default: import('vue').DefineComponent<{
|
|
4
4
|
size?: BaseSpinnerSizeType;
|
|
5
5
|
color?: BaseSpinnerColorType;
|
|
6
|
-
}
|
|
7
|
-
size: string;
|
|
8
|
-
color: string;
|
|
9
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
10
7
|
size?: BaseSpinnerSizeType;
|
|
11
8
|
color?: BaseSpinnerColorType;
|
|
12
|
-
}>, {
|
|
13
|
-
size: string;
|
|
14
|
-
color: string;
|
|
15
|
-
}>>> & Readonly<{}>, {
|
|
9
|
+
}> & Readonly<{}>, {
|
|
16
10
|
size: BaseSpinnerSizeType;
|
|
17
11
|
color: BaseSpinnerColorType;
|
|
18
|
-
}, {}, {}, {}, string, import(
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
13
|
export default _default;
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
@@ -8,38 +8,13 @@ export interface Props {
|
|
|
8
8
|
modelValue: BaseStepItemInterface[];
|
|
9
9
|
showLabel?: boolean;
|
|
10
10
|
}
|
|
11
|
-
declare const _default: import(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
choosen: (item: BaseStepItemInterface) => void;
|
|
18
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
-
color: string;
|
|
20
|
-
size: string;
|
|
21
|
-
showLabel: boolean;
|
|
22
|
-
}>>> & Readonly<{
|
|
23
|
-
"onUpdate:modelValue"?: (value: BaseStepItemInterface[]) => any;
|
|
24
|
-
onChoosen?: (item: BaseStepItemInterface) => any;
|
|
11
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
12
|
+
"update:modelValue": (value: BaseStepItemInterface[]) => any;
|
|
13
|
+
choosen: (item: BaseStepItemInterface) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((value: BaseStepItemInterface[]) => any) | undefined;
|
|
16
|
+
onChoosen?: ((item: BaseStepItemInterface) => any) | undefined;
|
|
25
17
|
}>, {
|
|
26
18
|
showLabel: boolean;
|
|
27
|
-
}, {}, {}, {}, string, import(
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
20
|
export default _default;
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
type __VLS_WithDefaults<P, D> = {
|
|
39
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
-
default: D[K];
|
|
41
|
-
}> : P[K];
|
|
42
|
-
};
|
|
43
|
-
type __VLS_Prettify<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BaseFormLayoutType } from './base-form.vue';
|
|
2
2
|
export type BaseSwitchTextPosition = 'left' | 'right';
|
|
3
3
|
export type BaseSwitchSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
4
4
|
export interface Props {
|
|
@@ -15,109 +15,33 @@ export interface Props {
|
|
|
15
15
|
disabled?: boolean;
|
|
16
16
|
helpers?: string[];
|
|
17
17
|
}
|
|
18
|
+
declare let __VLS_typeProps: Props;
|
|
19
|
+
type __VLS_PublicProps = {
|
|
20
|
+
'errors'?: string[];
|
|
21
|
+
} & typeof __VLS_typeProps;
|
|
18
22
|
declare function __VLS_template(): {
|
|
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
|
-
text: {
|
|
31
|
-
type: import("vue").PropType<string>;
|
|
32
|
-
};
|
|
33
|
-
size: {
|
|
34
|
-
type: import("vue").PropType<BaseSwitchSize>;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
disabled: {
|
|
38
|
-
type: import("vue").PropType<boolean>;
|
|
39
|
-
default: boolean;
|
|
40
|
-
};
|
|
41
|
-
id: {
|
|
42
|
-
type: import("vue").PropType<string>;
|
|
43
|
-
};
|
|
44
|
-
modelValue: {
|
|
45
|
-
type: import("vue").PropType<boolean>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
description: {
|
|
49
|
-
type: import("vue").PropType<string>;
|
|
50
|
-
};
|
|
51
|
-
layout: {
|
|
52
|
-
type: import("vue").PropType<BaseFormLayoutType>;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
helpers: {
|
|
56
|
-
type: import("vue").PropType<string[]>;
|
|
57
|
-
};
|
|
58
|
-
placeholder: {
|
|
59
|
-
type: import("vue").PropType<string>;
|
|
60
|
-
};
|
|
61
|
-
textPosition: {
|
|
62
|
-
type: import("vue").PropType<BaseSwitchTextPosition>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
66
|
-
"update:modelValue": (value: boolean) => 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;
|
|
72
|
-
};
|
|
73
|
-
label: {
|
|
74
|
-
type: import("vue").PropType<string>;
|
|
23
|
+
slots: {
|
|
24
|
+
label?(_: {}): any;
|
|
75
25
|
};
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
id: {
|
|
88
|
-
type: import("vue").PropType<string>;
|
|
89
|
-
};
|
|
90
|
-
modelValue: {
|
|
91
|
-
type: import("vue").PropType<boolean>;
|
|
92
|
-
required: true;
|
|
93
|
-
};
|
|
94
|
-
description: {
|
|
95
|
-
type: import("vue").PropType<string>;
|
|
96
|
-
};
|
|
97
|
-
layout: {
|
|
98
|
-
type: import("vue").PropType<BaseFormLayoutType>;
|
|
99
|
-
default: string;
|
|
100
|
-
};
|
|
101
|
-
helpers: {
|
|
102
|
-
type: import("vue").PropType<string[]>;
|
|
103
|
-
};
|
|
104
|
-
placeholder: {
|
|
105
|
-
type: import("vue").PropType<string>;
|
|
106
|
-
};
|
|
107
|
-
textPosition: {
|
|
108
|
-
type: import("vue").PropType<BaseSwitchTextPosition>;
|
|
109
|
-
default: string;
|
|
110
|
-
};
|
|
111
|
-
}>> & Readonly<{
|
|
112
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
26
|
+
refs: {};
|
|
27
|
+
attrs: Partial<{}>;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
|
+
"update:errors": (errors: string[]) => any;
|
|
32
|
+
} & {
|
|
33
|
+
"update:modelValue": (value: boolean) => any;
|
|
34
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
35
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
36
|
+
"onUpdate:errors"?: ((errors: string[]) => any) | undefined;
|
|
113
37
|
}>, {
|
|
114
|
-
required: boolean;
|
|
115
38
|
size: BaseSwitchSize;
|
|
39
|
+
required: boolean;
|
|
116
40
|
disabled: boolean;
|
|
117
41
|
layout: BaseFormLayoutType;
|
|
118
42
|
textPosition: BaseSwitchTextPosition;
|
|
119
|
-
}, {}, {}, {}, string, import(
|
|
120
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
43
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
44
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
121
45
|
export default _default;
|
|
122
46
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
123
47
|
new (): {
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
11
|
export default _default;
|
|
7
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
13
|
new (): {
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
11
|
export default _default;
|
|
7
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
13
|
new (): {
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
11
|
export default _default;
|
|
7
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
13
|
new (): {
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
11
|
export default _default;
|
|
7
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
13
|
new (): {
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {
|
|
4
|
+
selected: any;
|
|
5
|
+
}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<{}>;
|
|
5
9
|
};
|
|
6
|
-
|
|
7
|
-
declare const
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
8
13
|
export default _default;
|
|
9
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
10
15
|
new (): {
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
11
|
export default _default;
|
|
7
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
13
|
new (): {
|