@point-hub/papp 0.0.2 → 0.0.4
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/index.d.ts +48 -0
- package/dist/papp.d.ts +1 -0
- package/package.json +6 -7
- package/dist/src/components/app-footer.vue.d.ts +0 -2
- package/dist/src/components/app-header.vue.d.ts +0 -2
- package/dist/src/components/app-preloader.vue.d.ts +0 -2
- package/dist/src/components/app-sidebar-menu.vue.d.ts +0 -16
- package/dist/src/components/app-sidebar-panel.vue.d.ts +0 -16
- package/dist/src/components/app-sidebar.vue.d.ts +0 -2
- package/dist/src/components/base-accordion-item.vue.d.ts +0 -44
- package/dist/src/components/base-accordion.vue.d.ts +0 -36
- package/dist/src/components/base-alert.vue.d.ts +0 -62
- package/dist/src/components/base-autocomplete.vue.d.ts +0 -65
- package/dist/src/components/base-avatar-group.vue.d.ts +0 -9
- package/dist/src/components/base-avatar.vue.d.ts +0 -61
- package/dist/src/components/base-badge.vue.d.ts +0 -48
- package/dist/src/components/base-breadcrumb.vue.d.ts +0 -46
- package/dist/src/components/base-button.vue.d.ts +0 -65
- package/dist/src/components/base-card.vue.d.ts +0 -37
- package/dist/src/components/base-checkbox.vue.d.ts +0 -57
- package/dist/src/components/base-datepicker.vue.d.ts +0 -54
- package/dist/src/components/base-divider.vue.d.ts +0 -18
- package/dist/src/components/base-dropdown-item.vue.d.ts +0 -37
- package/dist/src/components/base-dropdown.vue.d.ts +0 -41
- package/dist/src/components/base-file-upload.vue.d.ts +0 -65
- package/dist/src/components/base-form.vue.d.ts +0 -47
- package/dist/src/components/base-icon.vue.d.ts +0 -31
- package/dist/src/components/base-input-mask.vue.d.ts +0 -54
- package/dist/src/components/base-input-number.vue.d.ts +0 -57
- package/dist/src/components/base-input.vue.d.ts +0 -66
- package/dist/src/components/base-mask.vue.d.ts +0 -16
- package/dist/src/components/base-modal.vue.d.ts +0 -43
- package/dist/src/components/base-pagination.vue.d.ts +0 -35
- package/dist/src/components/base-popover.vue.d.ts +0 -37
- package/dist/src/components/base-progress.vue.d.ts +0 -50
- package/dist/src/components/base-radio.vue.d.ts +0 -64
- package/dist/src/components/base-range.vue.d.ts +0 -47
- package/dist/src/components/base-select.vue.d.ts +0 -61
- package/dist/src/components/base-spinner.vue.d.ts +0 -36
- package/dist/src/components/base-step.vue.d.ts +0 -45
- package/dist/src/components/base-switch.vue.d.ts +0 -66
- package/dist/src/components/base-tab-group.vue.d.ts +0 -9
- package/dist/src/components/base-tab-list.vue.d.ts +0 -9
- package/dist/src/components/base-tab-panel.vue.d.ts +0 -9
- package/dist/src/components/base-tab-panels.vue.d.ts +0 -9
- package/dist/src/components/base-tab.vue.d.ts +0 -11
- package/dist/src/components/base-table.vue.d.ts +0 -9
- package/dist/src/components/base-textarea.vue.d.ts +0 -55
- package/dist/src/components/base-timeline-content.vue.d.ts +0 -10
- package/dist/src/components/base-timeline.vue.d.ts +0 -9
- package/dist/src/components/base-toast.vue.d.ts +0 -20
- package/dist/src/components/base-tooltip.vue.d.ts +0 -41
- package/dist/src/components/base-treeview.vue.d.ts +0 -44
- package/dist/src/composable/dark-mode.d.ts +0 -5
- package/dist/src/composable/mobile-breakpoint.d.ts +0 -3
- package/dist/src/composable/mobile-breakpoint.spec.d.ts +0 -1
- package/dist/src/composable/numeric.d.ts +0 -3
- package/dist/src/composable/screen-size.d.ts +0 -1
- package/dist/src/composable/sidebar.d.ts +0 -2
- package/dist/src/index.d.ts +0 -51
- package/dist/src/layouts/app-layout.vue.d.ts +0 -2
- package/dist/src/pages/components/accordion.vue.d.ts +0 -2
- package/dist/src/pages/components/alert.vue.d.ts +0 -2
- package/dist/src/pages/components/avatar.vue.d.ts +0 -2
- package/dist/src/pages/components/badge.vue.d.ts +0 -2
- package/dist/src/pages/components/breadcrumb.vue.d.ts +0 -2
- package/dist/src/pages/components/button-group.vue.d.ts +0 -2
- package/dist/src/pages/components/button.vue.d.ts +0 -2
- package/dist/src/pages/components/card.vue.d.ts +0 -2
- package/dist/src/pages/components/collapse.vue.d.ts +0 -2
- package/dist/src/pages/components/divider.vue.d.ts +0 -2
- package/dist/src/pages/components/dropdown.vue.d.ts +0 -2
- package/dist/src/pages/components/mask.vue.d.ts +0 -2
- package/dist/src/pages/components/modal.vue.d.ts +0 -2
- package/dist/src/pages/components/notification.vue.d.ts +0 -2
- package/dist/src/pages/components/popover.vue.d.ts +0 -2
- package/dist/src/pages/components/progress.vue.d.ts +0 -2
- package/dist/src/pages/components/spinner.vue.d.ts +0 -2
- package/dist/src/pages/components/steps.vue.d.ts +0 -2
- package/dist/src/pages/components/table.vue.d.ts +0 -2
- package/dist/src/pages/components/tabs.vue.d.ts +0 -2
- package/dist/src/pages/components/timeline.vue.d.ts +0 -2
- package/dist/src/pages/components/treeview.vue.d.ts +0 -2
- package/dist/src/pages/forms/autocomplete.vue.d.ts +0 -2
- package/dist/src/pages/forms/checkbox.vue.d.ts +0 -2
- package/dist/src/pages/forms/datepicker.vue.d.ts +0 -2
- package/dist/src/pages/forms/file-upload.vue.d.ts +0 -2
- package/dist/src/pages/forms/input-group.vue.d.ts +0 -2
- package/dist/src/pages/forms/input-mask.vue.d.ts +0 -2
- package/dist/src/pages/forms/input-text.vue.d.ts +0 -2
- package/dist/src/pages/forms/radio-group.vue.d.ts +0 -2
- package/dist/src/pages/forms/radio.vue.d.ts +0 -2
- package/dist/src/pages/forms/range.vue.d.ts +0 -2
- package/dist/src/pages/forms/select.vue.d.ts +0 -2
- package/dist/src/pages/forms/switch.vue.d.ts +0 -2
- package/dist/src/pages/forms/textarea.vue.d.ts +0 -2
- package/dist/src/pages/home.vue.d.ts +0 -2
- package/dist/src/pages/page1.vue.d.ts +0 -2
- package/dist/src/pages/page2.vue.d.ts +0 -2
- package/dist/src/pages/template.vue.d.ts +0 -2
- package/dist/src/plugins/icon.d.ts +0 -5
- package/dist/src/plugins/input-mask.d.ts +0 -5
- package/dist/src/plugins/tooltip.d.ts +0 -6
- package/dist/src/router/index.d.ts +0 -2
- package/dist/src/stores/screen-breakpoint.d.ts +0 -7
- package/dist/src/stores/screen-breakpoint.spec.d.ts +0 -1
- package/dist/src/stores/sidebar-menu.d.ts +0 -55
- package/dist/src/stores/sidebar.d.ts +0 -7
- package/dist/src/stores/sidebar.spec.d.ts +0 -1
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
export type BaseProgressColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export type BaseProgressSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
3
|
-
export interface Props {
|
|
4
|
-
modelValue: number;
|
|
5
|
-
color?: BaseProgressColorType;
|
|
6
|
-
size?: BaseProgressSizeType;
|
|
7
|
-
isIndeterminate?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
-
color: string;
|
|
11
|
-
size: string;
|
|
12
|
-
isIndeterminate: boolean;
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
"update:modelValue": (value: number) => void;
|
|
15
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
-
color: string;
|
|
17
|
-
size: string;
|
|
18
|
-
isIndeterminate: boolean;
|
|
19
|
-
}>>> & {
|
|
20
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
21
|
-
}, {
|
|
22
|
-
color: BaseProgressColorType;
|
|
23
|
-
size: BaseProgressSizeType;
|
|
24
|
-
isIndeterminate: boolean;
|
|
25
|
-
}, {}>, {
|
|
26
|
-
default?(_: {}): any;
|
|
27
|
-
}>;
|
|
28
|
-
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
|
-
} & {};
|
|
46
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
47
|
-
new (): {
|
|
48
|
-
$slots: S;
|
|
49
|
-
};
|
|
50
|
-
};
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { type BaseFormLayoutType } from './base-form.vue';
|
|
2
|
-
export type BaseRadioOptionsLayout = 'vertical' | 'horizontal';
|
|
3
|
-
export interface Props {
|
|
4
|
-
modelValue: Record<string, any> | null | undefined | string | number | boolean;
|
|
5
|
-
id?: string;
|
|
6
|
-
label?: string;
|
|
7
|
-
description?: string;
|
|
8
|
-
layout?: BaseFormLayoutType;
|
|
9
|
-
optionsLayout?: BaseRadioOptionsLayout;
|
|
10
|
-
required?: boolean;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
helpers?: string[];
|
|
13
|
-
errors?: string[];
|
|
14
|
-
options: Record<string, any>[];
|
|
15
|
-
}
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
|
-
layout: string;
|
|
18
|
-
optionsLayout: string;
|
|
19
|
-
required: boolean;
|
|
20
|
-
disabled: boolean;
|
|
21
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
-
"update:modelValue": (value: string | number | boolean | Record<string, any> | null | undefined) => void;
|
|
23
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
24
|
-
layout: string;
|
|
25
|
-
optionsLayout: string;
|
|
26
|
-
required: boolean;
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
}>>> & {
|
|
29
|
-
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | null | undefined) => any) | undefined;
|
|
30
|
-
}, {
|
|
31
|
-
layout: BaseFormLayoutType;
|
|
32
|
-
required: boolean;
|
|
33
|
-
disabled: boolean;
|
|
34
|
-
optionsLayout: BaseRadioOptionsLayout;
|
|
35
|
-
}, {}>, {
|
|
36
|
-
default?(_: {
|
|
37
|
-
active: any;
|
|
38
|
-
checked: any;
|
|
39
|
-
option: Record<string, any>;
|
|
40
|
-
}): any;
|
|
41
|
-
}>;
|
|
42
|
-
export default _default;
|
|
43
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
44
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
45
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
46
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
47
|
-
} : {
|
|
48
|
-
type: import('vue').PropType<T[K]>;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
type __VLS_WithDefaults<P, D> = {
|
|
53
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
54
|
-
default: D[K];
|
|
55
|
-
}> : P[K];
|
|
56
|
-
};
|
|
57
|
-
type __VLS_Prettify<T> = {
|
|
58
|
-
[K in keyof T]: T[K];
|
|
59
|
-
} & {};
|
|
60
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
61
|
-
new (): {
|
|
62
|
-
$slots: S;
|
|
63
|
-
};
|
|
64
|
-
};
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { type BaseFormLayoutType } from './base-form.vue';
|
|
2
|
-
export interface Props {
|
|
3
|
-
modelValue: number;
|
|
4
|
-
id?: string;
|
|
5
|
-
label?: string;
|
|
6
|
-
description?: string;
|
|
7
|
-
layout?: BaseFormLayoutType;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
showText?: boolean;
|
|
10
|
-
helpers?: string[];
|
|
11
|
-
errors?: string[];
|
|
12
|
-
}
|
|
13
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
-
layout: string;
|
|
15
|
-
disabled: boolean;
|
|
16
|
-
showText: boolean;
|
|
17
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
"update:modelValue": (value: number) => void;
|
|
19
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
|
-
layout: string;
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
showText: boolean;
|
|
23
|
-
}>>> & {
|
|
24
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
25
|
-
}, {
|
|
26
|
-
layout: BaseFormLayoutType;
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
showText: boolean;
|
|
29
|
-
}, {}>;
|
|
30
|
-
export default _default;
|
|
31
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
33
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
-
} : {
|
|
36
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
type __VLS_WithDefaults<P, D> = {
|
|
41
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
42
|
-
default: D[K];
|
|
43
|
-
}> : P[K];
|
|
44
|
-
};
|
|
45
|
-
type __VLS_Prettify<T> = {
|
|
46
|
-
[K in keyof T]: T[K];
|
|
47
|
-
} & {};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { type BaseFormLayoutType } from './base-form.vue';
|
|
2
|
-
export interface BaseSelectOptionInterface {
|
|
3
|
-
label: string;
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
}
|
|
6
|
-
export type BaseSelectBorderType = 'none' | 'simple' | 'full';
|
|
7
|
-
export interface Props {
|
|
8
|
-
modelValue: BaseSelectOptionInterface | null;
|
|
9
|
-
options: BaseSelectOptionInterface[];
|
|
10
|
-
id?: string;
|
|
11
|
-
label?: string;
|
|
12
|
-
description?: string;
|
|
13
|
-
placeholder?: string;
|
|
14
|
-
border?: BaseSelectBorderType;
|
|
15
|
-
layout?: BaseFormLayoutType;
|
|
16
|
-
required?: boolean;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
helpers?: string[];
|
|
19
|
-
errors?: string[];
|
|
20
|
-
}
|
|
21
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
|
-
border: string;
|
|
23
|
-
layout: string;
|
|
24
|
-
placeholder: string;
|
|
25
|
-
required: boolean;
|
|
26
|
-
disabled: boolean;
|
|
27
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
28
|
-
"update:modelValue": (value: BaseSelectOptionInterface | null) => void;
|
|
29
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
30
|
-
border: string;
|
|
31
|
-
layout: string;
|
|
32
|
-
placeholder: string;
|
|
33
|
-
required: boolean;
|
|
34
|
-
disabled: boolean;
|
|
35
|
-
}>>> & {
|
|
36
|
-
"onUpdate:modelValue"?: ((value: BaseSelectOptionInterface | null) => any) | undefined;
|
|
37
|
-
}, {
|
|
38
|
-
layout: BaseFormLayoutType;
|
|
39
|
-
required: boolean;
|
|
40
|
-
placeholder: string;
|
|
41
|
-
border: BaseSelectBorderType;
|
|
42
|
-
disabled: boolean;
|
|
43
|
-
}, {}>;
|
|
44
|
-
export default _default;
|
|
45
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
47
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
-
} : {
|
|
50
|
-
type: import('vue').PropType<T[K]>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
type __VLS_WithDefaults<P, D> = {
|
|
55
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
56
|
-
default: D[K];
|
|
57
|
-
}> : P[K];
|
|
58
|
-
};
|
|
59
|
-
type __VLS_Prettify<T> = {
|
|
60
|
-
[K in keyof T]: T[K];
|
|
61
|
-
} & {};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export type BaseSpinnerColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger' | 'black' | 'white';
|
|
2
|
-
export type BaseSpinnerSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
size?: BaseSpinnerSizeType | undefined;
|
|
5
|
-
color?: BaseSpinnerColorType | undefined;
|
|
6
|
-
}>, {
|
|
7
|
-
size: string;
|
|
8
|
-
color: string;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
-
size?: BaseSpinnerSizeType | undefined;
|
|
11
|
-
color?: BaseSpinnerColorType | undefined;
|
|
12
|
-
}>, {
|
|
13
|
-
size: string;
|
|
14
|
-
color: string;
|
|
15
|
-
}>>>, {
|
|
16
|
-
color: BaseSpinnerColorType;
|
|
17
|
-
size: BaseSpinnerSizeType;
|
|
18
|
-
}, {}>;
|
|
19
|
-
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
|
-
} & {};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
export interface BaseStepItemInterface {
|
|
2
|
-
label: string;
|
|
3
|
-
active: boolean;
|
|
4
|
-
icon?: string;
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}
|
|
7
|
-
export interface Props {
|
|
8
|
-
modelValue: BaseStepItemInterface[];
|
|
9
|
-
showLabel?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
-
color: string;
|
|
13
|
-
size: string;
|
|
14
|
-
showLabel: boolean;
|
|
15
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
-
"update:modelValue": (value: BaseStepItemInterface[]) => void;
|
|
17
|
-
choosen: (item: BaseStepItemInterface) => void;
|
|
18
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
-
color: string;
|
|
20
|
-
size: string;
|
|
21
|
-
showLabel: boolean;
|
|
22
|
-
}>>> & {
|
|
23
|
-
"onUpdate:modelValue"?: ((value: BaseStepItemInterface[]) => any) | undefined;
|
|
24
|
-
onChoosen?: ((item: BaseStepItemInterface) => any) | undefined;
|
|
25
|
-
}, {
|
|
26
|
-
showLabel: boolean;
|
|
27
|
-
}, {}>;
|
|
28
|
-
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,66 +0,0 @@
|
|
|
1
|
-
import { type BaseFormLayoutType } from './base-form.vue';
|
|
2
|
-
export type BaseSwitchTextPosition = 'left' | 'right';
|
|
3
|
-
export type BaseSwitchSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
4
|
-
export interface Props {
|
|
5
|
-
modelValue: boolean;
|
|
6
|
-
id?: string;
|
|
7
|
-
label?: string;
|
|
8
|
-
text?: string;
|
|
9
|
-
description?: string;
|
|
10
|
-
placeholder?: string;
|
|
11
|
-
textPosition?: BaseSwitchTextPosition;
|
|
12
|
-
size?: BaseSwitchSize;
|
|
13
|
-
layout?: BaseFormLayoutType;
|
|
14
|
-
required?: boolean;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
helpers?: string[];
|
|
17
|
-
errors?: string[];
|
|
18
|
-
}
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
|
-
layout: string;
|
|
21
|
-
required: boolean;
|
|
22
|
-
disabled: boolean;
|
|
23
|
-
textPosition: string;
|
|
24
|
-
size: string;
|
|
25
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
-
"update:modelValue": (value: boolean) => void;
|
|
27
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
28
|
-
layout: string;
|
|
29
|
-
required: boolean;
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
textPosition: string;
|
|
32
|
-
size: string;
|
|
33
|
-
}>>> & {
|
|
34
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
35
|
-
}, {
|
|
36
|
-
layout: BaseFormLayoutType;
|
|
37
|
-
required: boolean;
|
|
38
|
-
disabled: boolean;
|
|
39
|
-
textPosition: BaseSwitchTextPosition;
|
|
40
|
-
size: BaseSwitchSize;
|
|
41
|
-
}, {}>, {
|
|
42
|
-
label?(_: {}): any;
|
|
43
|
-
}>;
|
|
44
|
-
export default _default;
|
|
45
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
47
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
-
} : {
|
|
50
|
-
type: import('vue').PropType<T[K]>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
type __VLS_WithDefaults<P, D> = {
|
|
55
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
56
|
-
default: D[K];
|
|
57
|
-
}> : P[K];
|
|
58
|
-
};
|
|
59
|
-
type __VLS_Prettify<T> = {
|
|
60
|
-
[K in keyof T]: T[K];
|
|
61
|
-
} & {};
|
|
62
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
63
|
-
new (): {
|
|
64
|
-
$slots: S;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {
|
|
3
|
-
selected: any;
|
|
4
|
-
}): any;
|
|
5
|
-
}>;
|
|
6
|
-
export default _default;
|
|
7
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
|
-
new (): {
|
|
9
|
-
$slots: S;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { type BaseFormLayoutType } from './base-form.vue';
|
|
2
|
-
export type BaseTextareaBorderType = 'simple' | 'full' | 'none';
|
|
3
|
-
export interface Props {
|
|
4
|
-
modelValue: string;
|
|
5
|
-
id?: string;
|
|
6
|
-
label?: string;
|
|
7
|
-
description?: string;
|
|
8
|
-
placeholder?: string;
|
|
9
|
-
border?: BaseTextareaBorderType;
|
|
10
|
-
layout?: BaseFormLayoutType;
|
|
11
|
-
required?: boolean;
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
helpers?: string[];
|
|
14
|
-
errors?: string[];
|
|
15
|
-
minHeight?: number;
|
|
16
|
-
maxHeight?: number;
|
|
17
|
-
}
|
|
18
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
-
border: string;
|
|
20
|
-
layout: string;
|
|
21
|
-
required: boolean;
|
|
22
|
-
disabled: boolean;
|
|
23
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
|
-
"update:modelValue": (value: string) => void;
|
|
25
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
26
|
-
border: string;
|
|
27
|
-
layout: string;
|
|
28
|
-
required: boolean;
|
|
29
|
-
disabled: boolean;
|
|
30
|
-
}>>> & {
|
|
31
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
32
|
-
}, {
|
|
33
|
-
layout: BaseFormLayoutType;
|
|
34
|
-
required: boolean;
|
|
35
|
-
border: BaseTextareaBorderType;
|
|
36
|
-
disabled: boolean;
|
|
37
|
-
}, {}>;
|
|
38
|
-
export default _default;
|
|
39
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
41
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
-
} : {
|
|
44
|
-
type: import('vue').PropType<T[K]>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
type __VLS_WithDefaults<P, D> = {
|
|
49
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
50
|
-
default: D[K];
|
|
51
|
-
}> : P[K];
|
|
52
|
-
};
|
|
53
|
-
type __VLS_Prettify<T> = {
|
|
54
|
-
[K in keyof T]: T[K];
|
|
55
|
-
} & {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
point?(_: {}): any;
|
|
3
|
-
content?(_: {}): any;
|
|
4
|
-
}>;
|
|
5
|
-
export default _default;
|
|
6
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
|
-
new (): {
|
|
8
|
-
$slots: S;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
-
default?(_: {}): any;
|
|
3
|
-
}>;
|
|
4
|
-
export default _default;
|
|
5
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
-
new (): {
|
|
7
|
-
$slots: S;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export type BaseToastColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
-
export interface Options {
|
|
3
|
-
color?: BaseToastColorType;
|
|
4
|
-
autoClose?: boolean;
|
|
5
|
-
timer?: number;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {
|
|
8
|
-
toast: (message: string, options?: Options | undefined) => void;
|
|
9
|
-
remove: (id: string) => void;
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
11
|
-
default?(_: {
|
|
12
|
-
data: any;
|
|
13
|
-
}): any;
|
|
14
|
-
}>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
export interface Props {
|
|
2
|
-
content?: string;
|
|
3
|
-
interactive?: boolean;
|
|
4
|
-
zIndex?: number;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
7
|
-
interactive: boolean;
|
|
8
|
-
zIndex: number;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
-
interactive: boolean;
|
|
11
|
-
zIndex: number;
|
|
12
|
-
}>>>, {
|
|
13
|
-
zIndex: number;
|
|
14
|
-
interactive: boolean;
|
|
15
|
-
}, {}>, {
|
|
16
|
-
default?(_: {}): any;
|
|
17
|
-
content?(_: {}): any;
|
|
18
|
-
}>;
|
|
19
|
-
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
|
-
} & {};
|
|
37
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
-
new (): {
|
|
39
|
-
$slots: S;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
-
title?: string | undefined;
|
|
3
|
-
isOpen?: boolean | undefined;
|
|
4
|
-
}>, {
|
|
5
|
-
title: string;
|
|
6
|
-
isOpen: boolean;
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
title?: string | undefined;
|
|
9
|
-
isOpen?: boolean | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
title: string;
|
|
12
|
-
isOpen: boolean;
|
|
13
|
-
}>>>, {
|
|
14
|
-
title: string;
|
|
15
|
-
isOpen: boolean;
|
|
16
|
-
}, {}>, {
|
|
17
|
-
header?(_: {
|
|
18
|
-
isOpen: boolean;
|
|
19
|
-
}): any;
|
|
20
|
-
default?(_: {}): any;
|
|
21
|
-
}>;
|
|
22
|
-
export default _default;
|
|
23
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
24
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
25
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
26
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
-
} : {
|
|
28
|
-
type: import('vue').PropType<T[K]>;
|
|
29
|
-
required: true;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
type __VLS_WithDefaults<P, D> = {
|
|
33
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
34
|
-
default: D[K];
|
|
35
|
-
}> : P[K];
|
|
36
|
-
};
|
|
37
|
-
type __VLS_Prettify<T> = {
|
|
38
|
-
[K in keyof T]: T[K];
|
|
39
|
-
} & {};
|
|
40
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
-
new (): {
|
|
42
|
-
$slots: S;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function useScreenSize(): void;
|