@point-hub/papp 0.0.78 → 0.0.80
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/components/app-footer.vue.d.ts +15 -0
- package/dist/components/app-header.vue.d.ts +2 -0
- package/dist/components/app-preloader.vue.d.ts +2 -0
- package/dist/components/app-sidebar-menu.vue.d.ts +19 -0
- package/dist/components/app-sidebar-panel.vue.d.ts +19 -0
- package/dist/components/app-sidebar.vue.d.ts +27 -0
- package/dist/components/base-accordion-item.vue.d.ts +46 -0
- package/dist/components/base-accordion.vue.d.ts +38 -0
- package/dist/components/base-alert.vue.d.ts +64 -0
- package/dist/components/base-autocomplete.vue.d.ts +122 -0
- package/dist/components/base-avatar-group.vue.d.ts +11 -0
- package/dist/components/base-avatar.vue.d.ts +61 -0
- package/dist/components/base-badge.vue.d.ts +50 -0
- package/dist/components/base-breadcrumb.vue.d.ts +48 -0
- package/dist/components/base-button.vue.d.ts +73 -0
- package/dist/components/base-card.vue.d.ts +40 -0
- package/dist/components/base-checkbox.vue.d.ts +59 -0
- package/dist/components/base-choosen.vue.d.ts +143 -0
- package/dist/components/base-datepicker.vue.d.ts +107 -0
- package/dist/components/base-divider.vue.d.ts +18 -0
- package/dist/components/base-dropdown-item.vue.d.ts +39 -0
- package/dist/components/base-dropdown.vue.d.ts +43 -0
- package/dist/components/base-file-upload.vue.d.ts +74 -0
- package/dist/components/base-form.vue.d.ts +49 -0
- package/dist/components/base-icon.vue.d.ts +31 -0
- package/dist/components/base-input-mask.vue.d.ts +60 -0
- package/dist/components/base-input-number.vue.d.ts +77 -0
- package/dist/components/base-input.vue.d.ts +79 -0
- package/dist/components/base-link.vue.d.ts +64 -0
- package/dist/components/base-loader.vue.d.ts +43 -0
- package/dist/components/base-mask.vue.d.ts +16 -0
- package/dist/components/base-modal.vue.d.ts +47 -0
- package/dist/components/base-pagination.vue.d.ts +35 -0
- package/dist/components/base-popover.vue.d.ts +41 -0
- package/dist/components/base-progress.vue.d.ts +52 -0
- package/dist/components/base-radio.vue.d.ts +66 -0
- package/dist/components/base-range.vue.d.ts +47 -0
- package/dist/components/base-select.vue.d.ts +61 -0
- package/dist/components/base-sitemap.vue.d.ts +36 -0
- package/dist/components/base-spinner.vue.d.ts +36 -0
- package/dist/components/base-step.vue.d.ts +45 -0
- package/dist/components/base-switch.vue.d.ts +68 -0
- package/dist/components/base-tab-group.vue.d.ts +11 -0
- package/dist/components/base-tab-list.vue.d.ts +11 -0
- package/dist/components/base-tab-panel.vue.d.ts +11 -0
- package/dist/components/base-tab-panels.vue.d.ts +11 -0
- package/dist/components/base-tab.vue.d.ts +13 -0
- package/dist/components/base-table.vue.d.ts +11 -0
- package/dist/components/base-textarea.vue.d.ts +62 -0
- package/dist/components/base-timeline-content.vue.d.ts +12 -0
- package/dist/components/base-timeline.vue.d.ts +11 -0
- package/dist/components/base-toast.vue.d.ts +23 -0
- package/dist/components/base-tooltip.vue.d.ts +43 -0
- package/dist/components/base-treeview.vue.d.ts +46 -0
- package/dist/index.d.ts +69 -0
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/dist/index.umd.cjs +0 -98
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
version: string;
|
|
3
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
version: string;
|
|
5
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
isMobile: boolean;
|
|
3
|
+
title: string;
|
|
4
|
+
menus: IMenu[];
|
|
5
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
isMobile: boolean;
|
|
7
|
+
title: string;
|
|
8
|
+
menus: IMenu[];
|
|
9
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
+
} : {
|
|
16
|
+
type: import('vue').PropType<T[K]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
apps: IApps[];
|
|
3
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4
|
+
choose: (path: string) => void;
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
apps: IApps[];
|
|
7
|
+
}>>> & Readonly<{
|
|
8
|
+
onChoose?: (path: string) => any;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
+
} : {
|
|
16
|
+
type: import('vue').PropType<T[K]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
title: string;
|
|
3
|
+
isMobile: boolean;
|
|
4
|
+
isSidebarOpen: boolean;
|
|
5
|
+
apps: IApps[];
|
|
6
|
+
menus: IMenu[];
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
choose: (path: string) => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
title: string;
|
|
11
|
+
isMobile: boolean;
|
|
12
|
+
isSidebarOpen: boolean;
|
|
13
|
+
apps: IApps[];
|
|
14
|
+
menus: IMenu[];
|
|
15
|
+
}>>> & Readonly<{
|
|
16
|
+
onChoose?: (path: string) => any;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
20
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
21
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
22
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
} : {
|
|
24
|
+
type: import('vue').PropType<T[K]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
title?(_: {}): any;
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
itemId: number;
|
|
7
|
+
title?: string;
|
|
8
|
+
content?: string;
|
|
9
|
+
}>, {
|
|
10
|
+
title: string;
|
|
11
|
+
content: string;
|
|
12
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
+
itemId: number;
|
|
14
|
+
title?: string;
|
|
15
|
+
content?: string;
|
|
16
|
+
}>, {
|
|
17
|
+
title: string;
|
|
18
|
+
content: string;
|
|
19
|
+
}>>> & Readonly<{}>, {
|
|
20
|
+
title: string;
|
|
21
|
+
content: string;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
+
} : {
|
|
30
|
+
type: import('vue').PropType<T[K]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
type __VLS_WithDefaults<P, D> = {
|
|
35
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
+
default: D[K];
|
|
37
|
+
}> : P[K];
|
|
38
|
+
};
|
|
39
|
+
type __VLS_Prettify<T> = {
|
|
40
|
+
[K in keyof T]: T[K];
|
|
41
|
+
} & {};
|
|
42
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
+
new (): {
|
|
44
|
+
$slots: S;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
alwaysOpen?: boolean;
|
|
6
|
+
}>, {
|
|
7
|
+
alwaysOpen: boolean;
|
|
8
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
alwaysOpen?: boolean;
|
|
10
|
+
}>, {
|
|
11
|
+
alwaysOpen: boolean;
|
|
12
|
+
}>>> & Readonly<{}>, {
|
|
13
|
+
alwaysOpen: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
19
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
} : {
|
|
22
|
+
type: import('vue').PropType<T[K]>;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
+
default: D[K];
|
|
29
|
+
}> : P[K];
|
|
30
|
+
};
|
|
31
|
+
type __VLS_Prettify<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export type BaseAlertColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
+
export type BaseAlertIconType = 'info' | 'success' | 'warning' | 'danger';
|
|
3
|
+
export type BaseAlertVariantType = 'fill' | 'light' | 'outline';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
title?(_: {}): any;
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
9
|
+
title?: string;
|
|
10
|
+
icon?: BaseAlertIconType;
|
|
11
|
+
color?: BaseAlertColorType;
|
|
12
|
+
variant?: BaseAlertVariantType;
|
|
13
|
+
isClosed?: boolean;
|
|
14
|
+
isDismissable?: boolean;
|
|
15
|
+
}>, {
|
|
16
|
+
title: string;
|
|
17
|
+
color: string;
|
|
18
|
+
variant: string;
|
|
19
|
+
isClosed: boolean;
|
|
20
|
+
isDismissable: boolean;
|
|
21
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
22
|
+
title?: string;
|
|
23
|
+
icon?: BaseAlertIconType;
|
|
24
|
+
color?: BaseAlertColorType;
|
|
25
|
+
variant?: BaseAlertVariantType;
|
|
26
|
+
isClosed?: boolean;
|
|
27
|
+
isDismissable?: boolean;
|
|
28
|
+
}>, {
|
|
29
|
+
title: string;
|
|
30
|
+
color: string;
|
|
31
|
+
variant: string;
|
|
32
|
+
isClosed: boolean;
|
|
33
|
+
isDismissable: boolean;
|
|
34
|
+
}>>> & Readonly<{}>, {
|
|
35
|
+
title: string;
|
|
36
|
+
color: BaseAlertColorType;
|
|
37
|
+
variant: BaseAlertVariantType;
|
|
38
|
+
isClosed: boolean;
|
|
39
|
+
isDismissable: boolean;
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
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
|
+
};
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { type BaseFormLayoutType } from './base-form.vue';
|
|
2
|
+
export type BaseAutocompleteBorderType = 'none' | 'simple' | 'full';
|
|
3
|
+
export interface BaseAutocompleteOptionInterface {
|
|
4
|
+
label?: string;
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
}
|
|
7
|
+
export interface Props {
|
|
8
|
+
id?: string;
|
|
9
|
+
options: BaseAutocompleteOptionInterface[];
|
|
10
|
+
label?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
placeholder?: string;
|
|
13
|
+
border?: BaseAutocompleteBorderType;
|
|
14
|
+
layout?: BaseFormLayoutType;
|
|
15
|
+
autofocus?: boolean;
|
|
16
|
+
required?: boolean;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
helpers?: string[];
|
|
19
|
+
errors?: string[];
|
|
20
|
+
}
|
|
21
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
22
|
+
modelValue: import("vue").PropType<BaseAutocompleteOptionInterface>;
|
|
23
|
+
isLoading: import("vue").PropType<boolean>;
|
|
24
|
+
query: import("vue").PropType<string>;
|
|
25
|
+
required: {
|
|
26
|
+
type: import("vue").PropType<boolean>;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
label: {
|
|
30
|
+
type: import("vue").PropType<string>;
|
|
31
|
+
};
|
|
32
|
+
disabled: {
|
|
33
|
+
type: import("vue").PropType<boolean>;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
id: {
|
|
37
|
+
type: import("vue").PropType<string>;
|
|
38
|
+
};
|
|
39
|
+
description: {
|
|
40
|
+
type: import("vue").PropType<string>;
|
|
41
|
+
};
|
|
42
|
+
layout: {
|
|
43
|
+
type: import("vue").PropType<BaseFormLayoutType>;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
helpers: {
|
|
47
|
+
type: import("vue").PropType<string[]>;
|
|
48
|
+
};
|
|
49
|
+
errors: {
|
|
50
|
+
type: import("vue").PropType<string[]>;
|
|
51
|
+
};
|
|
52
|
+
options: {
|
|
53
|
+
type: import("vue").PropType<BaseAutocompleteOptionInterface[]>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
placeholder: {
|
|
57
|
+
type: import("vue").PropType<string>;
|
|
58
|
+
};
|
|
59
|
+
border: {
|
|
60
|
+
type: import("vue").PropType<BaseAutocompleteBorderType>;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
autofocus: {
|
|
64
|
+
type: import("vue").PropType<boolean>;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
}>, {
|
|
68
|
+
inputRef: import("vue").Ref<any, any>;
|
|
69
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
70
|
+
modelValue: import("vue").PropType<BaseAutocompleteOptionInterface>;
|
|
71
|
+
isLoading: import("vue").PropType<boolean>;
|
|
72
|
+
query: import("vue").PropType<string>;
|
|
73
|
+
required: {
|
|
74
|
+
type: import("vue").PropType<boolean>;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
label: {
|
|
78
|
+
type: import("vue").PropType<string>;
|
|
79
|
+
};
|
|
80
|
+
disabled: {
|
|
81
|
+
type: import("vue").PropType<boolean>;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
id: {
|
|
85
|
+
type: import("vue").PropType<string>;
|
|
86
|
+
};
|
|
87
|
+
description: {
|
|
88
|
+
type: import("vue").PropType<string>;
|
|
89
|
+
};
|
|
90
|
+
layout: {
|
|
91
|
+
type: import("vue").PropType<BaseFormLayoutType>;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
helpers: {
|
|
95
|
+
type: import("vue").PropType<string[]>;
|
|
96
|
+
};
|
|
97
|
+
errors: {
|
|
98
|
+
type: import("vue").PropType<string[]>;
|
|
99
|
+
};
|
|
100
|
+
options: {
|
|
101
|
+
type: import("vue").PropType<BaseAutocompleteOptionInterface[]>;
|
|
102
|
+
required: true;
|
|
103
|
+
};
|
|
104
|
+
placeholder: {
|
|
105
|
+
type: import("vue").PropType<string>;
|
|
106
|
+
};
|
|
107
|
+
border: {
|
|
108
|
+
type: import("vue").PropType<BaseAutocompleteBorderType>;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
autofocus: {
|
|
112
|
+
type: import("vue").PropType<boolean>;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
}>> & Readonly<{}>, {
|
|
116
|
+
required: boolean;
|
|
117
|
+
disabled: boolean;
|
|
118
|
+
layout: BaseFormLayoutType;
|
|
119
|
+
border: BaseAutocompleteBorderType;
|
|
120
|
+
autofocus: boolean;
|
|
121
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
122
|
+
export default _default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
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>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
|
+
new (): {
|
|
9
|
+
$slots: S;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
export type BaseAvatarColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
+
export type BaseAvatarShapeType = 'square' | 'squircle' | 'circle';
|
|
3
|
+
export type BaseAvatarSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
name: string;
|
|
6
|
+
src?: string;
|
|
7
|
+
color?: BaseAvatarColorType;
|
|
8
|
+
colorIndicator?: BaseAvatarColorType;
|
|
9
|
+
shape?: BaseAvatarShapeType;
|
|
10
|
+
size?: BaseAvatarSizeType;
|
|
11
|
+
indicator?: boolean;
|
|
12
|
+
animate?: boolean;
|
|
13
|
+
}>, {
|
|
14
|
+
color: string;
|
|
15
|
+
colorIndicator: string;
|
|
16
|
+
shape: string;
|
|
17
|
+
size: string;
|
|
18
|
+
indicator: boolean;
|
|
19
|
+
animate: boolean;
|
|
20
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
21
|
+
name: string;
|
|
22
|
+
src?: string;
|
|
23
|
+
color?: BaseAvatarColorType;
|
|
24
|
+
colorIndicator?: BaseAvatarColorType;
|
|
25
|
+
shape?: BaseAvatarShapeType;
|
|
26
|
+
size?: BaseAvatarSizeType;
|
|
27
|
+
indicator?: boolean;
|
|
28
|
+
animate?: boolean;
|
|
29
|
+
}>, {
|
|
30
|
+
color: string;
|
|
31
|
+
colorIndicator: string;
|
|
32
|
+
shape: string;
|
|
33
|
+
size: string;
|
|
34
|
+
indicator: boolean;
|
|
35
|
+
animate: boolean;
|
|
36
|
+
}>>> & Readonly<{}>, {
|
|
37
|
+
animate: boolean;
|
|
38
|
+
size: BaseAvatarSizeType;
|
|
39
|
+
color: BaseAvatarColorType;
|
|
40
|
+
shape: BaseAvatarShapeType;
|
|
41
|
+
colorIndicator: BaseAvatarColorType;
|
|
42
|
+
indicator: boolean;
|
|
43
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
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
|
+
} & {};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export type BaseBadgeColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
+
export type BaseBadgeVariantType = 'filled' | 'light' | 'outlined';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
|
+
color?: BaseBadgeColorType;
|
|
8
|
+
variant?: BaseBadgeVariantType;
|
|
9
|
+
withDot?: boolean;
|
|
10
|
+
}>, {
|
|
11
|
+
color: string;
|
|
12
|
+
variant: string;
|
|
13
|
+
withDot: boolean;
|
|
14
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
+
color?: BaseBadgeColorType;
|
|
16
|
+
variant?: BaseBadgeVariantType;
|
|
17
|
+
withDot?: boolean;
|
|
18
|
+
}>, {
|
|
19
|
+
color: string;
|
|
20
|
+
variant: string;
|
|
21
|
+
withDot: boolean;
|
|
22
|
+
}>>> & Readonly<{}>, {
|
|
23
|
+
color: BaseBadgeColorType;
|
|
24
|
+
variant: BaseBadgeVariantType;
|
|
25
|
+
withDot: boolean;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
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
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export interface BaseBreadcrumbItemInterface {
|
|
2
|
+
name: string;
|
|
3
|
+
path?: string;
|
|
4
|
+
}
|
|
5
|
+
export type BaseBreadcrumbSeparatoryType = 'angle' | 'arrow' | 'slash';
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
default?(_: {
|
|
8
|
+
index: number;
|
|
9
|
+
item: BaseBreadcrumbItemInterface;
|
|
10
|
+
}): any;
|
|
11
|
+
};
|
|
12
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
+
items: BaseBreadcrumbItemInterface[];
|
|
14
|
+
separator: BaseBreadcrumbSeparatoryType;
|
|
15
|
+
}>, {
|
|
16
|
+
separator: string;
|
|
17
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
18
|
+
items: BaseBreadcrumbItemInterface[];
|
|
19
|
+
separator: BaseBreadcrumbSeparatoryType;
|
|
20
|
+
}>, {
|
|
21
|
+
separator: string;
|
|
22
|
+
}>>> & Readonly<{}>, {
|
|
23
|
+
separator: BaseBreadcrumbSeparatoryType;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
type __VLS_WithDefaults<P, D> = {
|
|
37
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
38
|
+
default: D[K];
|
|
39
|
+
}> : P[K];
|
|
40
|
+
};
|
|
41
|
+
type __VLS_Prettify<T> = {
|
|
42
|
+
[K in keyof T]: T[K];
|
|
43
|
+
} & {};
|
|
44
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
45
|
+
new (): {
|
|
46
|
+
$slots: S;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
export type BaseButtonColorType = 'none' | 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
|
+
export type BaseButtonVariantType = 'filled' | 'light' | 'outlined' | 'text';
|
|
3
|
+
export type BaseButtonShapeType = 'sharp' | 'rounded' | 'pill';
|
|
4
|
+
export type BaseButtonSizeType = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
5
|
+
export type BaseButtonType = 'submit' | 'button' | 'reset';
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
10
|
+
type?: BaseButtonType;
|
|
11
|
+
size?: BaseButtonSizeType;
|
|
12
|
+
color?: BaseButtonColorType;
|
|
13
|
+
variant?: BaseButtonVariantType;
|
|
14
|
+
shape?: BaseButtonShapeType;
|
|
15
|
+
isBlock?: boolean;
|
|
16
|
+
isLoading?: boolean;
|
|
17
|
+
}>, {
|
|
18
|
+
type: string;
|
|
19
|
+
size: string;
|
|
20
|
+
color: string;
|
|
21
|
+
shape: string;
|
|
22
|
+
variant: string;
|
|
23
|
+
isBlock: boolean;
|
|
24
|
+
isLoading: boolean;
|
|
25
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
26
|
+
type?: BaseButtonType;
|
|
27
|
+
size?: BaseButtonSizeType;
|
|
28
|
+
color?: BaseButtonColorType;
|
|
29
|
+
variant?: BaseButtonVariantType;
|
|
30
|
+
shape?: BaseButtonShapeType;
|
|
31
|
+
isBlock?: boolean;
|
|
32
|
+
isLoading?: boolean;
|
|
33
|
+
}>, {
|
|
34
|
+
type: string;
|
|
35
|
+
size: string;
|
|
36
|
+
color: string;
|
|
37
|
+
shape: string;
|
|
38
|
+
variant: string;
|
|
39
|
+
isBlock: boolean;
|
|
40
|
+
isLoading: boolean;
|
|
41
|
+
}>>> & Readonly<{}>, {
|
|
42
|
+
type: BaseButtonType;
|
|
43
|
+
size: BaseButtonSizeType;
|
|
44
|
+
color: BaseButtonColorType;
|
|
45
|
+
variant: BaseButtonVariantType;
|
|
46
|
+
shape: BaseButtonShapeType;
|
|
47
|
+
isBlock: boolean;
|
|
48
|
+
isLoading: boolean;
|
|
49
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
50
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
51
|
+
export default _default;
|
|
52
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
54
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
55
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
56
|
+
} : {
|
|
57
|
+
type: import('vue').PropType<T[K]>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
type __VLS_WithDefaults<P, D> = {
|
|
62
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
63
|
+
default: D[K];
|
|
64
|
+
}> : P[K];
|
|
65
|
+
};
|
|
66
|
+
type __VLS_Prettify<T> = {
|
|
67
|
+
[K in keyof T]: T[K];
|
|
68
|
+
} & {};
|
|
69
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
70
|
+
new (): {
|
|
71
|
+
$slots: S;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export type BaseCardShapeType = 'sharp' | 'rounded';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
header?(_: {}): any;
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
|
+
bgColor: import("vue").PropType<string>;
|
|
8
|
+
titleColor: import("vue").PropType<string>;
|
|
9
|
+
bodyColor: import("vue").PropType<string>;
|
|
10
|
+
shape: {
|
|
11
|
+
type: import("vue").PropType<BaseCardShapeType>;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
shadow: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
bgColor: import("vue").PropType<string>;
|
|
20
|
+
titleColor: import("vue").PropType<string>;
|
|
21
|
+
bodyColor: import("vue").PropType<string>;
|
|
22
|
+
shape: {
|
|
23
|
+
type: import("vue").PropType<BaseCardShapeType>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
shadow: {
|
|
27
|
+
type: import("vue").PropType<boolean>;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}>> & Readonly<{}>, {
|
|
31
|
+
shape: BaseCardShapeType;
|
|
32
|
+
shadow: boolean;
|
|
33
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|