@pubinfo-pr/core 0.1.1 → 0.182.2
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/built-in/authentication/pages/change-password/components/ChangePasswordForm/index.vue.d.ts +1 -5
- package/dist/built-in/authentication/pages/change-password/index.vue.d.ts +2 -10
- package/dist/built-in/layout-component/components/Menu/item.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/Menu/sub.vue.d.ts +17 -17
- package/dist/built-in/layout-component/components/Menu/types.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingBreadcrumb.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingCopyright.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingHome.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingMenu.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingMode.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingNavSearch.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingOther.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingPage.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingTabbar.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingThemes.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingToolbar.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingTopbar.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/Sidebar/index.vue.d.ts +1 -1
- package/dist/built-in/layout-component/components/Tools/SearchPanel.vue.d.ts +15 -15
- package/dist/built-in/layout-component/components/ui/HBadge.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HButton.vue.d.ts +26 -0
- package/dist/built-in/layout-component/components/ui/HCheckList.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HDialog.vue.d.ts +39 -0
- package/dist/built-in/layout-component/components/ui/HDivider.vue.d.ts +20 -0
- package/dist/built-in/layout-component/components/ui/HDropdown.vue.d.ts +18 -0
- package/dist/built-in/layout-component/components/ui/HDropdownMenu.vue.d.ts +21 -0
- package/dist/built-in/layout-component/components/ui/HDropdownTree.vue.d.ts +32 -0
- package/dist/built-in/layout-component/components/ui/HInput.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HKbd.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HSelect.vue.d.ts +17 -0
- package/dist/built-in/layout-component/components/ui/HTabList.vue.d.ts +22 -0
- package/dist/built-in/layout-component/components/ui/HToggle.vue.d.ts +14 -0
- package/dist/built-in/layout-component/components/ui/HTooltip.vue.d.ts +23 -0
- package/dist/built-in/layout-component/composables/useContext.d.ts +1 -1
- package/dist/built-in/layout-component/composables/useGetComputedStyle.d.ts +2 -2
- package/dist/built-in/layout-component/composables/useGlobalSearch.d.ts +3 -3
- package/dist/built-in/layout-component/composables/useLayoutVisible.d.ts +1 -12
- package/dist/built-in/layout-component/composables/useTabbar.d.ts +8 -8
- package/dist/built-in/layout-component/provider.d.ts +1 -24
- package/dist/features/components/PassStrengthValidator/index.vue.d.ts +6 -6
- package/dist/features/components/PubinfoProvider/index.d.ts +2 -12
- package/dist/features/composables/partyLogin.d.ts +3 -3
- package/dist/features/composables/theme.d.ts +1 -1
- package/dist/features/stores/modules/favorites.d.ts +9 -39
- package/dist/features/stores/modules/iframe.d.ts +15 -61
- package/dist/features/stores/modules/keepAlive.d.ts +9 -9
- package/dist/features/stores/modules/menu.d.ts +21 -255
- package/dist/features/stores/modules/route.d.ts +21 -189
- package/dist/features/stores/modules/settings.d.ts +33 -1662
- package/dist/features/stores/modules/tabbar.d.ts +9 -117
- package/package.json +7 -7
- package/types/auto-imports.d.ts +0 -9
|
@@ -7,11 +7,7 @@ type __VLS_PublicProps = {
|
|
|
7
7
|
'validate'?: typeof isValidate['value'];
|
|
8
8
|
} & __VLS_Props;
|
|
9
9
|
declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
10
|
-
formState:
|
|
11
|
-
password: string;
|
|
12
|
-
newPassword: string;
|
|
13
|
-
repeatNewPassword: string;
|
|
14
|
-
};
|
|
10
|
+
formState: any;
|
|
15
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
12
|
"update:validate": (value: boolean) => any;
|
|
17
13
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
@@ -6,11 +6,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
6
6
|
}> & Readonly<{
|
|
7
7
|
"onUpdate:validate"?: ((value: boolean) => any) | undefined;
|
|
8
8
|
}>, {
|
|
9
|
-
formState:
|
|
10
|
-
password: string;
|
|
11
|
-
newPassword: string;
|
|
12
|
-
repeatNewPassword: string;
|
|
13
|
-
};
|
|
9
|
+
formState: any;
|
|
14
10
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
11
|
"update:validate": (value: boolean) => any;
|
|
16
12
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -29,11 +25,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
29
25
|
}> & Readonly<{
|
|
30
26
|
"onUpdate:validate"?: ((value: boolean) => any) | undefined;
|
|
31
27
|
}>, {
|
|
32
|
-
formState:
|
|
33
|
-
password: string;
|
|
34
|
-
newPassword: string;
|
|
35
|
-
repeatNewPassword: string;
|
|
36
|
-
};
|
|
28
|
+
formState: any;
|
|
37
29
|
}, {}, {}, {}, {}> | null;
|
|
38
30
|
}, HTMLDivElement>;
|
|
39
31
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SubMenuItemProps } from './types';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<SubMenuItemProps, {
|
|
3
|
-
ref:
|
|
3
|
+
ref: any;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<SubMenuItemProps> & Readonly<{}>, {
|
|
5
5
|
level: number;
|
|
6
6
|
subMenu: boolean;
|
|
@@ -3,7 +3,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
3
3
|
level: number;
|
|
4
4
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
5
5
|
itemRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').SubMenuItemProps> & Readonly<{}>, {
|
|
6
|
-
ref:
|
|
6
|
+
ref: any;
|
|
7
7
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
8
8
|
level: number;
|
|
9
9
|
subMenu: boolean;
|
|
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
18
18
|
M: {};
|
|
19
19
|
Defaults: {};
|
|
20
20
|
}, Readonly<import('./types').SubMenuItemProps> & Readonly<{}>, {
|
|
21
|
-
ref:
|
|
21
|
+
ref: any;
|
|
22
22
|
}, {}, {}, {}, {
|
|
23
23
|
level: number;
|
|
24
24
|
subMenu: boolean;
|
|
@@ -30,7 +30,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
30
30
|
$props: Partial<{
|
|
31
31
|
element: string | import('vue').Component;
|
|
32
32
|
}> & Omit<{
|
|
33
|
-
readonly element: string |
|
|
33
|
+
readonly element: string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
34
34
|
readonly options?: false | {
|
|
35
35
|
paddingAbsolute?: boolean | undefined;
|
|
36
36
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
@@ -74,20 +74,20 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
74
74
|
[x: string]: unknown;
|
|
75
75
|
};
|
|
76
76
|
$slots: Readonly<{
|
|
77
|
-
[name: string]:
|
|
77
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
78
78
|
}>;
|
|
79
|
-
$root: ComponentPublicInstance | null;
|
|
80
|
-
$parent: ComponentPublicInstance | null;
|
|
79
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
80
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
81
81
|
$host: Element | null;
|
|
82
82
|
$emit: ((event: "osInitialized", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) & ((event: "osUpdated", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) & ((event: "osDestroyed", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) & ((event: "osScroll", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, event: Event) => void);
|
|
83
83
|
$el: any;
|
|
84
|
-
$options: import('vue').ComponentOptionsBase<Readonly<
|
|
84
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
85
85
|
element: {
|
|
86
|
-
type: PropType<string | import('vue').Component>;
|
|
86
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
87
87
|
default: string;
|
|
88
88
|
};
|
|
89
89
|
options: {
|
|
90
|
-
type: PropType<false | {
|
|
90
|
+
type: import('vue').PropType<false | {
|
|
91
91
|
paddingAbsolute?: boolean | undefined;
|
|
92
92
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
93
93
|
update?: {
|
|
@@ -113,7 +113,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
113
113
|
} | null | undefined>;
|
|
114
114
|
};
|
|
115
115
|
events: {
|
|
116
|
-
type: PropType<false | {
|
|
116
|
+
type: import('vue').PropType<false | {
|
|
117
117
|
initialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void)[] | null | undefined;
|
|
118
118
|
updated?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void)[] | null | undefined;
|
|
119
119
|
destroyed?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void)[] | null | undefined;
|
|
@@ -121,7 +121,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
121
121
|
} | null | undefined>;
|
|
122
122
|
};
|
|
123
123
|
defer: {
|
|
124
|
-
type: PropType<boolean | IdleRequestOptions | undefined>;
|
|
124
|
+
type: import('vue').PropType<boolean | IdleRequestOptions | undefined>;
|
|
125
125
|
};
|
|
126
126
|
}>> & {
|
|
127
127
|
onOsInitialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => any) | undefined;
|
|
@@ -153,20 +153,20 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
153
153
|
unmounted?: (() => void) | (() => void)[];
|
|
154
154
|
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
155
155
|
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
156
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
156
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
157
157
|
};
|
|
158
158
|
$forceUpdate: () => void;
|
|
159
159
|
$nextTick: typeof import('vue').nextTick;
|
|
160
160
|
$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;
|
|
161
161
|
} & Readonly<{
|
|
162
162
|
element: string | import('vue').Component;
|
|
163
|
-
}> & Omit<Readonly<
|
|
163
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
164
164
|
element: {
|
|
165
|
-
type: PropType<string | import('vue').Component>;
|
|
165
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
166
166
|
default: string;
|
|
167
167
|
};
|
|
168
168
|
options: {
|
|
169
|
-
type: PropType<false | {
|
|
169
|
+
type: import('vue').PropType<false | {
|
|
170
170
|
paddingAbsolute?: boolean | undefined;
|
|
171
171
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
172
172
|
update?: {
|
|
@@ -192,7 +192,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
192
192
|
} | null | undefined>;
|
|
193
193
|
};
|
|
194
194
|
events: {
|
|
195
|
-
type: PropType<false | {
|
|
195
|
+
type: import('vue').PropType<false | {
|
|
196
196
|
initialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void)[] | null | undefined;
|
|
197
197
|
updated?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void)[] | null | undefined;
|
|
198
198
|
destroyed?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void)[] | null | undefined;
|
|
@@ -200,7 +200,7 @@ declare const _default: import('vue').DefineComponent<SubMenuProps, {}, {}, {},
|
|
|
200
200
|
} | null | undefined>;
|
|
201
201
|
};
|
|
202
202
|
defer: {
|
|
203
|
-
type: PropType<boolean | IdleRequestOptions | undefined>;
|
|
203
|
+
type: import('vue').PropType<boolean | IdleRequestOptions | undefined>;
|
|
204
204
|
};
|
|
205
205
|
}>> & {
|
|
206
206
|
onOsInitialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => any) | undefined;
|
|
@@ -27,7 +27,7 @@ export interface MenuInjection {
|
|
|
27
27
|
handleMenuItemClick: (index: string, meta?: Menu.recordRaw['meta']) => void;
|
|
28
28
|
handleSubMenuClick: (index: string, indexPath: string[]) => void;
|
|
29
29
|
}
|
|
30
|
-
export declare const rootMenuInjectionKey:
|
|
30
|
+
export declare const rootMenuInjectionKey: import('vue').InjectionKey<MenuInjection>;
|
|
31
31
|
export interface SubMenuProps {
|
|
32
32
|
uniqueKey: string[];
|
|
33
33
|
menu: Menu.recordRaw;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingBreadcrumb.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingCopyright.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,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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingHome.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingMenu.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingMode.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingNavSearch.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingOther.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingPage.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingTabbar.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingThemes.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingToolbar.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingTopbar.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;
|
package/dist/built-in/layout-component/components/SettingBar/components/SettingWidthMode.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;
|
|
@@ -2,7 +2,7 @@ type __VLS_Props = {
|
|
|
2
2
|
showAllMenus?: boolean;
|
|
3
3
|
};
|
|
4
4
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
5
|
-
toggleSidebarCollapse: () =>
|
|
5
|
+
toggleSidebarCollapse: () => any;
|
|
6
6
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
7
|
showAllMenus: boolean;
|
|
8
8
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
14
14
|
$props: Partial<{
|
|
15
15
|
element: string | import('vue').Component;
|
|
16
16
|
}> & Omit<{
|
|
17
|
-
readonly element: string |
|
|
17
|
+
readonly element: string | import('vue').Component<any, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
18
18
|
readonly options?: false | {
|
|
19
19
|
paddingAbsolute?: boolean | undefined;
|
|
20
20
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
@@ -58,20 +58,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
58
58
|
[x: string]: unknown;
|
|
59
59
|
};
|
|
60
60
|
$slots: Readonly<{
|
|
61
|
-
[name: string]:
|
|
61
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
62
62
|
}>;
|
|
63
|
-
$root: ComponentPublicInstance | null;
|
|
64
|
-
$parent: ComponentPublicInstance | null;
|
|
63
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
64
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
65
65
|
$host: Element | null;
|
|
66
66
|
$emit: ((event: "osInitialized", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) & ((event: "osUpdated", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) & ((event: "osDestroyed", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) & ((event: "osScroll", instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, event: Event) => void);
|
|
67
67
|
$el: any;
|
|
68
|
-
$options: import('vue').ComponentOptionsBase<Readonly<
|
|
68
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
69
69
|
element: {
|
|
70
|
-
type: PropType<string | import('vue').Component>;
|
|
70
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
71
71
|
default: string;
|
|
72
72
|
};
|
|
73
73
|
options: {
|
|
74
|
-
type: PropType<false | {
|
|
74
|
+
type: import('vue').PropType<false | {
|
|
75
75
|
paddingAbsolute?: boolean | undefined;
|
|
76
76
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
77
77
|
update?: {
|
|
@@ -97,7 +97,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
97
97
|
} | null | undefined>;
|
|
98
98
|
};
|
|
99
99
|
events: {
|
|
100
|
-
type: PropType<false | {
|
|
100
|
+
type: import('vue').PropType<false | {
|
|
101
101
|
initialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void)[] | null | undefined;
|
|
102
102
|
updated?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void)[] | null | undefined;
|
|
103
103
|
destroyed?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void)[] | null | undefined;
|
|
@@ -105,7 +105,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
105
105
|
} | null | undefined>;
|
|
106
106
|
};
|
|
107
107
|
defer: {
|
|
108
|
-
type: PropType<boolean | IdleRequestOptions | undefined>;
|
|
108
|
+
type: import('vue').PropType<boolean | IdleRequestOptions | undefined>;
|
|
109
109
|
};
|
|
110
110
|
}>> & {
|
|
111
111
|
onOsInitialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => any) | undefined;
|
|
@@ -137,20 +137,20 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
137
137
|
unmounted?: (() => void) | (() => void)[];
|
|
138
138
|
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
139
139
|
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
140
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
140
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
141
141
|
};
|
|
142
142
|
$forceUpdate: () => void;
|
|
143
143
|
$nextTick: typeof import('vue').nextTick;
|
|
144
144
|
$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;
|
|
145
145
|
} & Readonly<{
|
|
146
146
|
element: string | import('vue').Component;
|
|
147
|
-
}> & Omit<Readonly<
|
|
147
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
148
148
|
element: {
|
|
149
|
-
type: PropType<string | import('vue').Component>;
|
|
149
|
+
type: import('vue').PropType<string | import('vue').Component>;
|
|
150
150
|
default: string;
|
|
151
151
|
};
|
|
152
152
|
options: {
|
|
153
|
-
type: PropType<false | {
|
|
153
|
+
type: import('vue').PropType<false | {
|
|
154
154
|
paddingAbsolute?: boolean | undefined;
|
|
155
155
|
showNativeOverlaidScrollbars?: boolean | undefined;
|
|
156
156
|
update?: {
|
|
@@ -176,7 +176,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
176
176
|
} | null | undefined>;
|
|
177
177
|
};
|
|
178
178
|
events: {
|
|
179
|
-
type: PropType<false | {
|
|
179
|
+
type: import('vue').PropType<false | {
|
|
180
180
|
initialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => void)[] | null | undefined;
|
|
181
181
|
updated?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, onUpdatedArgs: import('../../../../../../../node_modules/overlayscrollbars').OnUpdatedEventListenerArgs) => void)[] | null | undefined;
|
|
182
182
|
destroyed?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void) | ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars, canceled: boolean) => void)[] | null | undefined;
|
|
@@ -184,7 +184,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
|
184
184
|
} | null | undefined>;
|
|
185
185
|
};
|
|
186
186
|
defer: {
|
|
187
|
-
type: PropType<boolean | IdleRequestOptions | undefined>;
|
|
187
|
+
type: import('vue').PropType<boolean | IdleRequestOptions | undefined>;
|
|
188
188
|
};
|
|
189
189
|
}>> & {
|
|
190
190
|
onOsInitialized?: ((instance: import('../../../../../../../node_modules/overlayscrollbars').OverlayScrollbars) => any) | undefined;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
value: string | number | boolean;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: 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>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
block?: boolean;
|
|
3
|
+
outline?: boolean;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLButtonElement;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
block: boolean;
|
|
18
|
+
outline: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue: string | number | undefined;
|
|
3
|
+
options: {
|
|
4
|
+
label?: string | number;
|
|
5
|
+
icon?: string;
|
|
6
|
+
value: string | number;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
}[];
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
"update:modelValue": (args_0: string | number) => any;
|
|
13
|
+
change: (args_0: string | number | undefined) => any;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
"onUpdate:modelValue"?: ((args_0: string | number) => any) | undefined;
|
|
16
|
+
onChange?: ((args_0: string | number | undefined) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue?: boolean;
|
|
3
|
+
appear?: boolean;
|
|
4
|
+
title?: string;
|
|
5
|
+
preventClose?: boolean;
|
|
6
|
+
overlay?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: Readonly<{
|
|
11
|
+
default: any;
|
|
12
|
+
footer: any;
|
|
13
|
+
}> & {
|
|
14
|
+
default: any;
|
|
15
|
+
footer: any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: any;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
+
"update:modelValue": (args_0: boolean) => any;
|
|
23
|
+
close: () => any;
|
|
24
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
25
|
+
"onUpdate:modelValue"?: ((args_0: boolean) => any) | undefined;
|
|
26
|
+
onClose?: (() => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
modelValue: boolean;
|
|
29
|
+
appear: boolean;
|
|
30
|
+
preventClose: boolean;
|
|
31
|
+
overlay: boolean;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title: string;
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: 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>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
dropdown?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { DropdownMenu } from '../Tools/interface';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
items: DropdownMenu[];
|
|
4
|
+
};
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
18
|
+
new (): {
|
|
19
|
+
$slots: S;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
item?: Item;
|
|
3
|
+
level?: number;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
};
|
|
6
|
+
interface Item {
|
|
7
|
+
title: string;
|
|
8
|
+
children?: Item[];
|
|
9
|
+
}
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
default?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: any;
|
|
17
|
+
};
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
select: (...args: any[]) => void;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
22
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
level: number;
|
|
25
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
26
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
|
+
export default _default;
|
|
28
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
+
new (): {
|
|
30
|
+
$slots: S;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
modelValue: string;
|
|
3
|
+
placeholder?: string;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {
|
|
7
|
+
ref: any;
|
|
8
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
+
"update:modelValue": (args_0: string) => any;
|
|
10
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
+
"onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
+
inputRef: HTMLInputElement;
|
|
16
|
+
}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLElement;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
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, {}, HTMLElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|