@point-hub/papp 0.0.92 → 0.0.94
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 +1 -1
- package/dist/components/app-footer.vue.d.ts +3 -4
- package/dist/components/app-header.vue.d.ts +114 -1
- package/dist/components/app-preloader.vue.d.ts +3 -1
- package/dist/components/app-sidebar-menu.vue.d.ts +3 -6
- package/dist/components/app-sidebar-panel.vue.d.ts +5 -6
- package/dist/components/app-sidebar.vue.d.ts +4 -9
- package/dist/components/base-accordion-item.vue.d.ts +11 -11
- package/dist/components/base-accordion.vue.d.ts +7 -7
- package/dist/components/base-alert.vue.d.ts +11 -16
- package/dist/components/base-autocomplete.vue.d.ts +140 -11
- package/dist/components/base-avatar-group.vue.d.ts +3 -2
- package/dist/components/base-avatar.vue.d.ts +4 -12
- package/dist/components/base-badge.vue.d.ts +9 -11
- package/dist/components/base-breadcrumb.vue.d.ts +8 -9
- package/dist/components/base-button.vue.d.ts +13 -19
- package/dist/components/base-card.vue.d.ts +11 -10
- package/dist/components/base-checkbox.vue.d.ts +7 -5
- package/dist/components/base-choosen.vue.d.ts +20 -16
- package/dist/components/base-datepicker.vue.d.ts +8 -5
- package/dist/components/base-divider.vue.d.ts +3 -5
- package/dist/components/base-dropdown-item.vue.d.ts +2 -1
- package/dist/components/base-dropdown.vue.d.ts +2 -1
- package/dist/components/base-file-upload.vue.d.ts +10 -6
- package/dist/components/base-form.vue.d.ts +3 -2
- package/dist/components/base-icon.vue.d.ts +4 -6
- package/dist/components/base-input-mask.vue.d.ts +7 -5
- package/dist/components/base-input-number.vue.d.ts +12 -7
- package/dist/components/base-input.vue.d.ts +11 -6
- package/dist/components/base-link.vue.d.ts +12 -17
- package/dist/components/base-loader.vue.d.ts +8 -9
- package/dist/components/base-mask.vue.d.ts +1 -1
- package/dist/components/base-modal.vue.d.ts +8 -9
- package/dist/components/base-popover.vue.d.ts +5 -2
- package/dist/components/base-progress.vue.d.ts +3 -2
- package/dist/components/base-radio.vue.d.ts +7 -6
- package/dist/components/base-range.vue.d.ts +5 -5
- package/dist/components/base-select.vue.d.ts +5 -5
- package/dist/components/base-sitemap.vue.d.ts +3 -3
- package/dist/components/base-spinner.vue.d.ts +4 -6
- package/dist/components/base-step.vue.d.ts +1 -1
- package/dist/components/base-switch.vue.d.ts +7 -6
- package/dist/components/base-tab-group.vue.d.ts +2 -1
- package/dist/components/base-tab-list.vue.d.ts +2 -1
- package/dist/components/base-tab-panel.vue.d.ts +2 -1
- package/dist/components/base-tab-panels.vue.d.ts +2 -1
- package/dist/components/base-tab.vue.d.ts +2 -1
- package/dist/components/base-table.vue.d.ts +3 -2
- package/dist/components/base-textarea.vue.d.ts +7 -5
- package/dist/components/base-timeline-content.vue.d.ts +3 -2
- package/dist/components/base-timeline.vue.d.ts +3 -2
- package/dist/components/base-toast.vue.d.ts +2 -1
- package/dist/components/base-tooltip.vue.d.ts +2 -1
- package/dist/components/base-treeview.vue.d.ts +10 -9
- package/dist/index.css +1 -1
- package/dist/index.js +1418 -1412
- package/dist/index.umd.cjs +7 -7
- package/dist/pages/websocket.vue.d.ts +1 -1
- package/package.json +15 -15
package/dist/app.vue.d.ts
CHANGED
|
@@ -1,2 +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, {},
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
version: string;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
5
|
export default _default;
|
|
@@ -1,2 +1,115 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
notificationPopoverRef: ({
|
|
3
|
+
$: import('vue').ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: {
|
|
6
|
+
readonly placement?: import('./base-popover.vue').BasePopoverPlacementType | undefined;
|
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
8
|
+
$attrs: {
|
|
9
|
+
[x: string]: unknown;
|
|
10
|
+
};
|
|
11
|
+
$refs: {
|
|
12
|
+
[x: string]: unknown;
|
|
13
|
+
} & {
|
|
14
|
+
ignoreOutsideRef: HTMLButtonElement;
|
|
15
|
+
};
|
|
16
|
+
$slots: Readonly<{
|
|
17
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
20
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
21
|
+
$host: Element | null;
|
|
22
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
23
|
+
$el: any;
|
|
24
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./base-popover.vue').Props> & Readonly<{}>, {
|
|
25
|
+
toggle: (val: boolean) => void;
|
|
26
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
27
|
+
placement: import('./base-popover.vue').BasePopoverPlacementType;
|
|
28
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
30
|
+
created?: (() => void) | (() => void)[];
|
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
34
|
+
updated?: (() => void) | (() => void)[];
|
|
35
|
+
activated?: (() => void) | (() => void)[];
|
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
|
41
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
42
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
43
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
44
|
+
};
|
|
45
|
+
$forceUpdate: () => void;
|
|
46
|
+
$nextTick: typeof import('vue').nextTick;
|
|
47
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
48
|
+
} & Readonly<{
|
|
49
|
+
placement: import('./base-popover.vue').BasePopoverPlacementType;
|
|
50
|
+
}> & Omit<Readonly<import('./base-popover.vue').Props> & Readonly<{}>, "placement" | "toggle"> & import('vue').ShallowUnwrapRef<{
|
|
51
|
+
toggle: (val: boolean) => void;
|
|
52
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
53
|
+
$slots: {
|
|
54
|
+
default?(_: {}): any;
|
|
55
|
+
content?(_: any): any;
|
|
56
|
+
};
|
|
57
|
+
}) | null;
|
|
58
|
+
accountPopoverRef: ({
|
|
59
|
+
$: import('vue').ComponentInternalInstance;
|
|
60
|
+
$data: {};
|
|
61
|
+
$props: {
|
|
62
|
+
readonly placement?: import('./base-popover.vue').BasePopoverPlacementType | undefined;
|
|
63
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
64
|
+
$attrs: {
|
|
65
|
+
[x: string]: unknown;
|
|
66
|
+
};
|
|
67
|
+
$refs: {
|
|
68
|
+
[x: string]: unknown;
|
|
69
|
+
} & {
|
|
70
|
+
ignoreOutsideRef: HTMLButtonElement;
|
|
71
|
+
};
|
|
72
|
+
$slots: Readonly<{
|
|
73
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
74
|
+
}>;
|
|
75
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
76
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
77
|
+
$host: Element | null;
|
|
78
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
79
|
+
$el: any;
|
|
80
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./base-popover.vue').Props> & Readonly<{}>, {
|
|
81
|
+
toggle: (val: boolean) => void;
|
|
82
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
83
|
+
placement: import('./base-popover.vue').BasePopoverPlacementType;
|
|
84
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
85
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
86
|
+
created?: (() => void) | (() => void)[];
|
|
87
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
88
|
+
mounted?: (() => void) | (() => void)[];
|
|
89
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
90
|
+
updated?: (() => void) | (() => void)[];
|
|
91
|
+
activated?: (() => void) | (() => void)[];
|
|
92
|
+
deactivated?: (() => void) | (() => void)[];
|
|
93
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
94
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
95
|
+
destroyed?: (() => void) | (() => void)[];
|
|
96
|
+
unmounted?: (() => void) | (() => void)[];
|
|
97
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
98
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
99
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
100
|
+
};
|
|
101
|
+
$forceUpdate: () => void;
|
|
102
|
+
$nextTick: typeof import('vue').nextTick;
|
|
103
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
104
|
+
} & Readonly<{
|
|
105
|
+
placement: import('./base-popover.vue').BasePopoverPlacementType;
|
|
106
|
+
}> & Omit<Readonly<import('./base-popover.vue').Props> & Readonly<{}>, "placement" | "toggle"> & import('vue').ShallowUnwrapRef<{
|
|
107
|
+
toggle: (val: boolean) => void;
|
|
108
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
109
|
+
$slots: {
|
|
110
|
+
default?(_: {}): any;
|
|
111
|
+
content?(_: any): any;
|
|
112
|
+
};
|
|
113
|
+
}) | null;
|
|
114
|
+
}, HTMLElement>;
|
|
2
115
|
export default _default;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
preloaderRef: HTMLDivElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
2
4
|
export default _default;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
isMobile: boolean;
|
|
3
3
|
title: string;
|
|
4
4
|
menus: IMenu[];
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
title: string;
|
|
8
|
-
menus: IMenu[];
|
|
9
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
7
|
export default _default;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
apps: IApps[];
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
4
5
|
choose: (path: string) => any;
|
|
5
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
6
|
-
apps: IApps[];
|
|
7
|
-
}> & Readonly<{
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
7
|
onChoose?: ((path: string) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
8
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
9
|
export default _default;
|
|
@@ -1,18 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
2
|
title: string;
|
|
3
3
|
isMobile: boolean;
|
|
4
4
|
isSidebarOpen: boolean;
|
|
5
5
|
apps: IApps[];
|
|
6
6
|
menus: IMenu[];
|
|
7
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
8
9
|
choose: (path: string) => any;
|
|
9
|
-
}, string, import('vue').PublicProps, Readonly<{
|
|
10
|
-
title: string;
|
|
11
|
-
isMobile: boolean;
|
|
12
|
-
isSidebarOpen: boolean;
|
|
13
|
-
apps: IApps[];
|
|
14
|
-
menus: IMenu[];
|
|
15
|
-
}> & Readonly<{
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
16
11
|
onChoose?: ((path: string) => any) | undefined;
|
|
17
12
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
18
13
|
export default _default;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
itemId: number;
|
|
3
|
+
title?: string;
|
|
4
|
+
content?: string;
|
|
5
|
+
};
|
|
1
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
2
8
|
slots: {
|
|
3
9
|
title?(_: {}): any;
|
|
4
10
|
default?(_: {}): any;
|
|
@@ -6,21 +12,15 @@ declare function __VLS_template(): {
|
|
|
6
12
|
refs: {
|
|
7
13
|
contentRef: HTMLDivElement;
|
|
8
14
|
};
|
|
9
|
-
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
10
16
|
};
|
|
11
17
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
13
|
-
itemId: number;
|
|
14
|
-
title?: string;
|
|
15
|
-
content?: string;
|
|
16
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
17
|
-
itemId: number;
|
|
18
|
-
title?: string;
|
|
19
|
-
content?: string;
|
|
20
|
-
}> & Readonly<{}>, {
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
21
19
|
title: string;
|
|
22
20
|
content: string;
|
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
contentRef: HTMLDivElement;
|
|
23
|
+
}, HTMLDivElement>;
|
|
24
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
25
|
export default _default;
|
|
26
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
alwaysOpen?: boolean;
|
|
3
|
+
};
|
|
1
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
2
6
|
slots: {
|
|
3
7
|
default?(_: {}): any;
|
|
4
8
|
};
|
|
5
9
|
refs: {};
|
|
6
|
-
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
7
11
|
};
|
|
8
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
10
|
-
alwaysOpen?: boolean;
|
|
11
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
12
|
-
alwaysOpen?: boolean;
|
|
13
|
-
}> & Readonly<{}>, {
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
14
|
alwaysOpen: boolean;
|
|
15
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
17
17
|
export default _default;
|
|
18
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,30 +1,25 @@
|
|
|
1
1
|
export type BaseAlertColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
2
|
export type BaseAlertIconType = 'info' | 'success' | 'warning' | 'danger';
|
|
3
3
|
export type BaseAlertVariantType = 'fill' | 'light' | 'outline';
|
|
4
|
+
type __VLS_Props = {
|
|
5
|
+
title?: string;
|
|
6
|
+
icon?: BaseAlertIconType;
|
|
7
|
+
color?: BaseAlertColorType;
|
|
8
|
+
variant?: BaseAlertVariantType;
|
|
9
|
+
isClosed?: boolean;
|
|
10
|
+
isDismissable?: boolean;
|
|
11
|
+
};
|
|
4
12
|
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
5
14
|
slots: {
|
|
6
15
|
title?(_: {}): any;
|
|
7
16
|
default?(_: {}): any;
|
|
8
17
|
};
|
|
9
18
|
refs: {};
|
|
10
|
-
|
|
19
|
+
rootEl: any;
|
|
11
20
|
};
|
|
12
21
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
14
|
-
title?: string;
|
|
15
|
-
icon?: BaseAlertIconType;
|
|
16
|
-
color?: BaseAlertColorType;
|
|
17
|
-
variant?: BaseAlertVariantType;
|
|
18
|
-
isClosed?: boolean;
|
|
19
|
-
isDismissable?: boolean;
|
|
20
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
21
|
-
title?: string;
|
|
22
|
-
icon?: BaseAlertIconType;
|
|
23
|
-
color?: BaseAlertColorType;
|
|
24
|
-
variant?: BaseAlertVariantType;
|
|
25
|
-
isClosed?: boolean;
|
|
26
|
-
isDismissable?: boolean;
|
|
27
|
-
}> & Readonly<{}>, {
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
28
23
|
title: string;
|
|
29
24
|
color: BaseAlertColorType;
|
|
30
25
|
variant: BaseAlertVariantType;
|
|
@@ -17,30 +17,159 @@ export interface Props {
|
|
|
17
17
|
disabled?: boolean;
|
|
18
18
|
helpers?: string[];
|
|
19
19
|
}
|
|
20
|
-
|
|
20
|
+
type __VLS_Props = Props;
|
|
21
21
|
type __VLS_PublicProps = {
|
|
22
22
|
modelValue?: BaseAutocompleteOptionInterface;
|
|
23
23
|
'isLoading'?: boolean;
|
|
24
24
|
'query'?: string;
|
|
25
25
|
'errors'?: string[];
|
|
26
|
-
} &
|
|
26
|
+
} & __VLS_Props;
|
|
27
27
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
28
28
|
inputRef: import('vue').Ref<any, any>;
|
|
29
29
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
-
"update:modelValue": (
|
|
31
|
-
"update:isLoading": (
|
|
32
|
-
"update:query": (
|
|
33
|
-
"update:errors": (
|
|
30
|
+
"update:modelValue": (value: BaseAutocompleteOptionInterface) => any;
|
|
31
|
+
"update:isLoading": (value: boolean) => any;
|
|
32
|
+
"update:query": (value: string) => any;
|
|
33
|
+
"update:errors": (value: string[]) => any;
|
|
34
34
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
35
|
-
"onUpdate:modelValue"?: ((
|
|
36
|
-
"onUpdate:isLoading"?: ((
|
|
37
|
-
"onUpdate:query"?: ((
|
|
38
|
-
"onUpdate:errors"?: ((
|
|
35
|
+
"onUpdate:modelValue"?: ((value: BaseAutocompleteOptionInterface) => any) | undefined;
|
|
36
|
+
"onUpdate:isLoading"?: ((value: boolean) => any) | undefined;
|
|
37
|
+
"onUpdate:query"?: ((value: string) => any) | undefined;
|
|
38
|
+
"onUpdate:errors"?: ((value: string[]) => any) | undefined;
|
|
39
39
|
}>, {
|
|
40
40
|
required: boolean;
|
|
41
41
|
disabled: boolean;
|
|
42
42
|
layout: BaseFormLayoutType;
|
|
43
43
|
border: BaseAutocompleteBorderType;
|
|
44
44
|
autofocus: boolean;
|
|
45
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
46
|
+
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
47
|
+
as: {
|
|
48
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
static: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
unmount: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
displayValue: {
|
|
60
|
+
type: import('vue').PropType<(item: unknown) => string>;
|
|
61
|
+
};
|
|
62
|
+
defaultValue: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: undefined;
|
|
65
|
+
};
|
|
66
|
+
id: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: null;
|
|
69
|
+
};
|
|
70
|
+
}>> & {
|
|
71
|
+
onChange?: ((_value: Event & {
|
|
72
|
+
target: HTMLInputElement;
|
|
73
|
+
}) => any) | undefined;
|
|
74
|
+
}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
}> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
}>[] | null, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
79
|
+
change: (_value: Event & {
|
|
80
|
+
target: HTMLInputElement;
|
|
81
|
+
}) => true;
|
|
82
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
83
|
+
id: string;
|
|
84
|
+
as: string | Record<string, any>;
|
|
85
|
+
unmount: boolean;
|
|
86
|
+
static: boolean;
|
|
87
|
+
defaultValue: string;
|
|
88
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
89
|
+
P: {};
|
|
90
|
+
B: {};
|
|
91
|
+
D: {};
|
|
92
|
+
C: {};
|
|
93
|
+
M: {};
|
|
94
|
+
Defaults: {};
|
|
95
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
96
|
+
as: {
|
|
97
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
static: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
unmount: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
displayValue: {
|
|
109
|
+
type: import('vue').PropType<(item: unknown) => string>;
|
|
110
|
+
};
|
|
111
|
+
defaultValue: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: undefined;
|
|
114
|
+
};
|
|
115
|
+
id: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: null;
|
|
118
|
+
};
|
|
119
|
+
}>> & {
|
|
120
|
+
onChange?: ((_value: Event & {
|
|
121
|
+
target: HTMLInputElement;
|
|
122
|
+
}) => any) | undefined;
|
|
123
|
+
}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
124
|
+
[key: string]: any;
|
|
125
|
+
}> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
126
|
+
[key: string]: any;
|
|
127
|
+
}>[] | null, {}, {}, {}, {
|
|
128
|
+
id: string;
|
|
129
|
+
as: string | Record<string, any>;
|
|
130
|
+
unmount: boolean;
|
|
131
|
+
static: boolean;
|
|
132
|
+
defaultValue: string;
|
|
133
|
+
}> | null;
|
|
134
|
+
buttonRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
135
|
+
as: {
|
|
136
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
id: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: null;
|
|
142
|
+
};
|
|
143
|
+
}>>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
144
|
+
[key: string]: any;
|
|
145
|
+
}> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
146
|
+
[key: string]: any;
|
|
147
|
+
}>[] | null, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
148
|
+
id: string;
|
|
149
|
+
as: string | Record<string, any>;
|
|
150
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
151
|
+
P: {};
|
|
152
|
+
B: {};
|
|
153
|
+
D: {};
|
|
154
|
+
C: {};
|
|
155
|
+
M: {};
|
|
156
|
+
Defaults: {};
|
|
157
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
158
|
+
as: {
|
|
159
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
160
|
+
default: string;
|
|
161
|
+
};
|
|
162
|
+
id: {
|
|
163
|
+
type: StringConstructor;
|
|
164
|
+
default: null;
|
|
165
|
+
};
|
|
166
|
+
}>>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
167
|
+
[key: string]: any;
|
|
168
|
+
}> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
}>[] | null, {}, {}, {}, {
|
|
171
|
+
id: string;
|
|
172
|
+
as: string | Record<string, any>;
|
|
173
|
+
}> | null;
|
|
174
|
+
}, HTMLDivElement>;
|
|
46
175
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
2
3
|
slots: {
|
|
3
4
|
default?(_: {}): any;
|
|
4
5
|
};
|
|
5
6
|
refs: {};
|
|
6
|
-
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
7
8
|
};
|
|
8
9
|
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, {},
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
10
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
12
|
export default _default;
|
|
12
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export type BaseAvatarColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
2
|
export type BaseAvatarShapeType = 'square' | 'squircle' | 'circle';
|
|
3
3
|
export type BaseAvatarSizeType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
4
|
-
|
|
4
|
+
type __VLS_Props = {
|
|
5
5
|
name: string;
|
|
6
6
|
src?: string;
|
|
7
7
|
color?: BaseAvatarColorType;
|
|
@@ -10,21 +10,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
size?: BaseAvatarSizeType;
|
|
11
11
|
indicator?: boolean;
|
|
12
12
|
animate?: boolean;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
src?: string;
|
|
16
|
-
color?: BaseAvatarColorType;
|
|
17
|
-
colorIndicator?: BaseAvatarColorType;
|
|
18
|
-
shape?: BaseAvatarShapeType;
|
|
19
|
-
size?: BaseAvatarSizeType;
|
|
20
|
-
indicator?: boolean;
|
|
21
|
-
animate?: boolean;
|
|
22
|
-
}> & Readonly<{}>, {
|
|
13
|
+
};
|
|
14
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
23
15
|
animate: boolean;
|
|
24
16
|
size: BaseAvatarSizeType;
|
|
25
17
|
color: BaseAvatarColorType;
|
|
26
18
|
shape: BaseAvatarShapeType;
|
|
27
19
|
colorIndicator: BaseAvatarColorType;
|
|
28
20
|
indicator: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
22
|
export default _default;
|
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
export type BaseBadgeColorType = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'danger';
|
|
2
2
|
export type BaseBadgeVariantType = 'filled' | 'light' | 'outlined';
|
|
3
|
+
type __VLS_Props = {
|
|
4
|
+
color?: BaseBadgeColorType;
|
|
5
|
+
variant?: BaseBadgeVariantType;
|
|
6
|
+
withDot?: boolean;
|
|
7
|
+
};
|
|
3
8
|
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
4
10
|
slots: {
|
|
5
11
|
default?(_: {}): any;
|
|
6
12
|
};
|
|
7
13
|
refs: {};
|
|
8
|
-
|
|
14
|
+
rootEl: HTMLSpanElement;
|
|
9
15
|
};
|
|
10
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
12
|
-
color?: BaseBadgeColorType;
|
|
13
|
-
variant?: BaseBadgeVariantType;
|
|
14
|
-
withDot?: boolean;
|
|
15
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
16
|
-
color?: BaseBadgeColorType;
|
|
17
|
-
variant?: BaseBadgeVariantType;
|
|
18
|
-
withDot?: boolean;
|
|
19
|
-
}> & Readonly<{}>, {
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
18
|
color: BaseBadgeColorType;
|
|
21
19
|
variant: BaseBadgeVariantType;
|
|
22
20
|
withDot: boolean;
|
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
24
22
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
23
|
export default _default;
|
|
26
24
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -3,7 +3,12 @@ export interface BaseBreadcrumbItemInterface {
|
|
|
3
3
|
path?: string;
|
|
4
4
|
}
|
|
5
5
|
export type BaseBreadcrumbSeparatoryType = 'angle' | 'arrow' | 'slash';
|
|
6
|
+
type __VLS_Props = {
|
|
7
|
+
items: BaseBreadcrumbItemInterface[];
|
|
8
|
+
separator: BaseBreadcrumbSeparatoryType;
|
|
9
|
+
};
|
|
6
10
|
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
7
12
|
slots: {
|
|
8
13
|
default?(_: {
|
|
9
14
|
index: number;
|
|
@@ -11,18 +16,12 @@ declare function __VLS_template(): {
|
|
|
11
16
|
}): any;
|
|
12
17
|
};
|
|
13
18
|
refs: {};
|
|
14
|
-
|
|
19
|
+
rootEl: HTMLUListElement;
|
|
15
20
|
};
|
|
16
21
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
-
declare const __VLS_component: import('vue').DefineComponent<{
|
|
18
|
-
items: BaseBreadcrumbItemInterface[];
|
|
19
|
-
separator: BaseBreadcrumbSeparatoryType;
|
|
20
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
21
|
-
items: BaseBreadcrumbItemInterface[];
|
|
22
|
-
separator: BaseBreadcrumbSeparatoryType;
|
|
23
|
-
}> & Readonly<{}>, {
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
24
23
|
separator: BaseBreadcrumbSeparatoryType;
|
|
25
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
26
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
26
|
export default _default;
|
|
28
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|