@fmdevui/fm-dev 1.0.21 → 1.0.22
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/es/core/index.d.ts +1 -0
- package/es/core/layout/index.d.ts +1 -2
- package/es/core/types/emitt/index.d.ts +6 -0
- package/es/index.d.ts +1 -0
- package/es/index.mjs +2 -0
- package/es/packages/core/index.mjs +1 -0
- package/es/packages/core/layout/index.mjs +3 -6
- package/es/packages/core/layout/navBars/topBar/onlineuser.vue.mjs +1 -1
- package/es/packages/core/layout/navBars/topBar/onlineuser.vue2.mjs +6 -12
- package/es/packages/core/layout/navBars/topBar/sendMessage.vue2.mjs +5 -10
- package/es/packages/core/layout/navBars/topBar/user.vue2.mjs +1 -2
- package/es/packages/core/utils/comm/sysInfo.mjs +2 -2
- package/{lib/sysInfo.css → es/version.css} +4 -3
- package/index.css +22 -0
- package/index.js +6800 -71
- package/index.min.css +3 -0
- package/index.min.js +31 -26
- package/index.min.mjs +31 -26
- package/index.mjs +6795 -71
- package/lib/core/index.d.ts +1 -0
- package/lib/core/layout/index.d.ts +1 -2
- package/lib/core/types/emitt/index.d.ts +6 -0
- package/{es/make-installer.css → lib/defaults.css} +3 -3
- package/lib/index.d.ts +1 -0
- package/lib/index.js +7 -0
- package/lib/packages/core/index.js +4 -0
- package/lib/packages/core/layout/index.js +0 -4
- package/lib/packages/core/layout/navBars/topBar/onlineuser.vue.js +1 -1
- package/lib/packages/core/layout/navBars/topBar/onlineuser.vue2.js +8 -14
- package/lib/packages/core/layout/navBars/topBar/sendMessage.vue2.js +4 -9
- package/lib/packages/core/layout/navBars/topBar/user.vue2.js +1 -2
- package/lib/packages/core/utils/comm/sysInfo.js +2 -2
- package/package.json +1 -1
- package/es/core/layout/component/aside.vue.d.ts +0 -5
- package/es/core/layout/component/columnsAside.vue.d.ts +0 -5
- package/es/core/layout/component/header.vue.d.ts +0 -3
- package/es/core/layout/component/main.vue.d.ts +0 -7
- package/es/core/layout/footer/index.vue.d.ts +0 -3
- package/es/core/layout/layout.vue.d.ts +0 -3
- package/es/core/layout/logo/index.vue.d.ts +0 -3
- package/es/core/layout/main/classic.vue.d.ts +0 -18
- package/es/core/layout/main/columns.vue.d.ts +0 -19
- package/es/core/layout/main/defaults.vue.d.ts +0 -19
- package/es/core/layout/main/transverse.vue.d.ts +0 -18
- package/es/core/layout/navBars/index.vue.d.ts +0 -3
- package/es/core/layout/navBars/tagsView/contextmenu.vue.d.ts +0 -28
- package/es/core/layout/navBars/tagsView/tagsView.vue.d.ts +0 -45
- package/es/core/layout/navBars/topBar/breadcrumb.vue.d.ts +0 -3
- package/es/core/layout/navBars/topBar/changePassword.vue.d.ts +0 -7
- package/es/core/layout/navBars/topBar/index.vue.d.ts +0 -3
- package/es/core/layout/navBars/topBar/onlineuser.vue.d.ts +0 -30
- package/es/core/layout/navBars/topBar/search.vue.d.ts +0 -7
- package/es/core/layout/navBars/topBar/sendMessage.vue.d.ts +0 -11
- package/es/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +0 -5
- package/es/core/layout/navBars/topBar/user.vue.d.ts +0 -81
- package/es/core/layout/navBars/topBar/userNews.vue.d.ts +0 -9
- package/es/core/layout/navMenu/horizontal.vue.d.ts +0 -42
- package/es/core/layout/navMenu/subItem.vue.d.ts +0 -42
- package/es/core/layout/navMenu/vertical.vue.d.ts +0 -42
- package/es/core/layout/routerView/iframes.vue.d.ts +0 -35
- package/es/core/layout/routerView/parent.vue.d.ts +0 -3
- package/es/core/ui/components/editor/index.vue.d.ts +0 -52
- package/es/core/utils/comm/idleTimeout.d.ts +0 -45
- package/es/core/utils/comm/signalR.d.ts +0 -3
- package/es/packages/core/utils/comm/idleTimeout.mjs +0 -124
- package/es/packages/core/utils/comm/signalR.mjs +0 -45
- package/es/sysInfo.d.ts +0 -2
- package/es/sysInfo.mjs +0 -53
- package/lib/core/layout/component/aside.vue.d.ts +0 -5
- package/lib/core/layout/component/columnsAside.vue.d.ts +0 -5
- package/lib/core/layout/component/header.vue.d.ts +0 -3
- package/lib/core/layout/component/main.vue.d.ts +0 -7
- package/lib/core/layout/footer/index.vue.d.ts +0 -3
- package/lib/core/layout/layout.vue.d.ts +0 -3
- package/lib/core/layout/logo/index.vue.d.ts +0 -3
- package/lib/core/layout/main/classic.vue.d.ts +0 -18
- package/lib/core/layout/main/columns.vue.d.ts +0 -19
- package/lib/core/layout/main/defaults.vue.d.ts +0 -19
- package/lib/core/layout/main/transverse.vue.d.ts +0 -18
- package/lib/core/layout/navBars/index.vue.d.ts +0 -3
- package/lib/core/layout/navBars/tagsView/contextmenu.vue.d.ts +0 -28
- package/lib/core/layout/navBars/tagsView/tagsView.vue.d.ts +0 -45
- package/lib/core/layout/navBars/topBar/breadcrumb.vue.d.ts +0 -3
- package/lib/core/layout/navBars/topBar/changePassword.vue.d.ts +0 -7
- package/lib/core/layout/navBars/topBar/index.vue.d.ts +0 -3
- package/lib/core/layout/navBars/topBar/onlineuser.vue.d.ts +0 -30
- package/lib/core/layout/navBars/topBar/search.vue.d.ts +0 -7
- package/lib/core/layout/navBars/topBar/sendMessage.vue.d.ts +0 -11
- package/lib/core/layout/navBars/topBar/upgradeInfo.vue.d.ts +0 -5
- package/lib/core/layout/navBars/topBar/user.vue.d.ts +0 -81
- package/lib/core/layout/navBars/topBar/userNews.vue.d.ts +0 -9
- package/lib/core/layout/navMenu/horizontal.vue.d.ts +0 -42
- package/lib/core/layout/navMenu/subItem.vue.d.ts +0 -42
- package/lib/core/layout/navMenu/vertical.vue.d.ts +0 -42
- package/lib/core/layout/routerView/iframes.vue.d.ts +0 -35
- package/lib/core/layout/routerView/parent.vue.d.ts +0 -3
- package/lib/core/ui/components/editor/index.vue.d.ts +0 -52
- package/lib/core/utils/comm/idleTimeout.d.ts +0 -45
- package/lib/core/utils/comm/signalR.d.ts +0 -3
- package/lib/packages/core/utils/comm/idleTimeout.js +0 -128
- package/lib/packages/core/utils/comm/signalR.js +0 -66
- package/lib/sysInfo.d.ts +0 -2
- package/lib/sysInfo.js +0 -56
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
-
layoutScrollbarRef: unknown;
|
|
4
|
-
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
-
layoutMainScrollbarRef: Ref<any, any>;
|
|
6
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
-
layoutMainScrollbarRef: unknown;
|
|
8
|
-
}, any, ComponentProvideOptions, {
|
|
9
|
-
P: {};
|
|
10
|
-
B: {};
|
|
11
|
-
D: {};
|
|
12
|
-
C: {};
|
|
13
|
-
M: {};
|
|
14
|
-
Defaults: {};
|
|
15
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
-
layoutMainScrollbarRef: Ref<any, any>;
|
|
17
|
-
}, {}, {}, {}, {}> | null;
|
|
18
|
-
}, any>;
|
|
19
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
-
layoutScrollbarRef: unknown;
|
|
4
|
-
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
-
layoutMainScrollbarRef: Ref<any, any>;
|
|
6
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
-
layoutMainScrollbarRef: unknown;
|
|
8
|
-
}, any, ComponentProvideOptions, {
|
|
9
|
-
P: {};
|
|
10
|
-
B: {};
|
|
11
|
-
D: {};
|
|
12
|
-
C: {};
|
|
13
|
-
M: {};
|
|
14
|
-
Defaults: {};
|
|
15
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
-
layoutMainScrollbarRef: Ref<any, any>;
|
|
17
|
-
}, {}, {}, {}, {}> | null;
|
|
18
|
-
}, any>;
|
|
19
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
3
|
-
layoutMainRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
4
|
-
layoutMainScrollbarRef: Ref<any, any>;
|
|
5
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
6
|
-
layoutMainScrollbarRef: unknown;
|
|
7
|
-
}, any, ComponentProvideOptions, {
|
|
8
|
-
P: {};
|
|
9
|
-
B: {};
|
|
10
|
-
D: {};
|
|
11
|
-
C: {};
|
|
12
|
-
M: {};
|
|
13
|
-
Defaults: {};
|
|
14
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
15
|
-
layoutMainScrollbarRef: Ref<any, any>;
|
|
16
|
-
}, {}, {}, {}, {}> | null;
|
|
17
|
-
}, any>;
|
|
18
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
-
export default _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { RouteItem } from '../../../types';
|
|
2
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
-
dropdown: {
|
|
5
|
-
type: ObjectConstructor;
|
|
6
|
-
default: () => {
|
|
7
|
-
x: number;
|
|
8
|
-
y: number;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
}>, {
|
|
12
|
-
openContextmenu: (item: RouteItem) => void;
|
|
13
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
-
currentContextmenuClick: (...args: any[]) => void;
|
|
15
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
16
|
-
dropdown: {
|
|
17
|
-
type: ObjectConstructor;
|
|
18
|
-
default: () => {
|
|
19
|
-
x: number;
|
|
20
|
-
y: number;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
}>> & Readonly<{
|
|
24
|
-
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
25
|
-
}>, {
|
|
26
|
-
dropdown: Record<string, any>;
|
|
27
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
28
|
-
export default _default;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { RouteItem } from '../../../types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, GlobalComponents, GlobalDirectives } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4
|
-
scrollbarRef: unknown;
|
|
5
|
-
tagsUlRef: HTMLUListElement;
|
|
6
|
-
contextmenuRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
7
|
-
dropdown: {
|
|
8
|
-
type: ObjectConstructor;
|
|
9
|
-
default: () => {
|
|
10
|
-
x: number;
|
|
11
|
-
y: number;
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{
|
|
15
|
-
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
}>, {
|
|
17
|
-
openContextmenu: (item: RouteItem) => void;
|
|
18
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
19
|
-
currentContextmenuClick: (...args: any[]) => void;
|
|
20
|
-
}, PublicProps, {
|
|
21
|
-
dropdown: Record<string, any>;
|
|
22
|
-
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
23
|
-
P: {};
|
|
24
|
-
B: {};
|
|
25
|
-
D: {};
|
|
26
|
-
C: {};
|
|
27
|
-
M: {};
|
|
28
|
-
Defaults: {};
|
|
29
|
-
}, Readonly< ExtractPropTypes<{
|
|
30
|
-
dropdown: {
|
|
31
|
-
type: ObjectConstructor;
|
|
32
|
-
default: () => {
|
|
33
|
-
x: number;
|
|
34
|
-
y: number;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
}>> & Readonly<{
|
|
38
|
-
onCurrentContextmenuClick?: ((...args: any[]) => any) | undefined;
|
|
39
|
-
}>, {
|
|
40
|
-
openContextmenu: (item: RouteItem) => void;
|
|
41
|
-
}, {}, {}, {}, {
|
|
42
|
-
dropdown: Record<string, any>;
|
|
43
|
-
}> | null;
|
|
44
|
-
}, HTMLDivElement>;
|
|
45
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
3
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {
|
|
3
|
-
openDialog: () => void;
|
|
4
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
-
ruleFormRef: unknown;
|
|
6
|
-
}, HTMLDivElement>;
|
|
7
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
-
export default _default;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
|
-
import { VxeGridMethods, VxeGridProps, VxeGridEventProps, VxeGridSlots } from 'vxe-table';
|
|
3
|
-
declare const _default: DefineComponent<{}, {
|
|
4
|
-
openDrawer: () => Promise<void>;
|
|
5
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
6
|
-
queryForm: unknown;
|
|
7
|
-
xGrid: ( VxeGridMethods<any> & {
|
|
8
|
-
$props: VxeGridProps<any> & VxeGridEventProps<any>;
|
|
9
|
-
$slots: VxeGridSlots<any>;
|
|
10
|
-
}) | null;
|
|
11
|
-
sendMessageRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
12
|
-
title: StringConstructor;
|
|
13
|
-
}>> & Readonly<{}>, {
|
|
14
|
-
openDialog: (row: any) => void;
|
|
15
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
16
|
-
ruleFormRef: unknown;
|
|
17
|
-
}, HTMLDivElement, ComponentProvideOptions, {
|
|
18
|
-
P: {};
|
|
19
|
-
B: {};
|
|
20
|
-
D: {};
|
|
21
|
-
C: {};
|
|
22
|
-
M: {};
|
|
23
|
-
Defaults: {};
|
|
24
|
-
}, Readonly< ExtractPropTypes<{
|
|
25
|
-
title: StringConstructor;
|
|
26
|
-
}>> & Readonly<{}>, {
|
|
27
|
-
openDialog: (row: any) => void;
|
|
28
|
-
}, {}, {}, {}, {}> | null;
|
|
29
|
-
}, HTMLDivElement>;
|
|
30
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {
|
|
3
|
-
openSearch: () => void;
|
|
4
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
5
|
-
layoutMenuAutocompleteRef: unknown;
|
|
6
|
-
}, HTMLDivElement>;
|
|
7
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
-
title: StringConstructor;
|
|
4
|
-
}>, {
|
|
5
|
-
openDialog: (row: any) => void;
|
|
6
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
7
|
-
title: StringConstructor;
|
|
8
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
9
|
-
ruleFormRef: unknown;
|
|
10
|
-
}, HTMLDivElement>;
|
|
11
|
-
export default _default;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {
|
|
3
|
-
openDialog: (row: any) => void;
|
|
4
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
5
|
-
export default _default;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, ExtractPropTypes } from 'vue';
|
|
2
|
-
import { VxeGridMethods, VxeGridProps, VxeGridEventProps, VxeGridSlots } from 'vxe-table';
|
|
3
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
4
|
-
searchRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
5
|
-
openSearch: () => void;
|
|
6
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
7
|
-
layoutMenuAutocompleteRef: unknown;
|
|
8
|
-
}, HTMLDivElement, ComponentProvideOptions, {
|
|
9
|
-
P: {};
|
|
10
|
-
B: {};
|
|
11
|
-
D: {};
|
|
12
|
-
C: {};
|
|
13
|
-
M: {};
|
|
14
|
-
Defaults: {};
|
|
15
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
16
|
-
openSearch: () => void;
|
|
17
|
-
}, {}, {}, {}, {}> | null;
|
|
18
|
-
onlineUserRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
19
|
-
openDrawer: () => Promise<void>;
|
|
20
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
21
|
-
queryForm: unknown;
|
|
22
|
-
xGrid: ( VxeGridMethods<any> & {
|
|
23
|
-
$props: VxeGridProps<any> & VxeGridEventProps<any>;
|
|
24
|
-
$slots: VxeGridSlots<any>;
|
|
25
|
-
}) | null;
|
|
26
|
-
sendMessageRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
27
|
-
title: StringConstructor;
|
|
28
|
-
}>> & Readonly<{}>, {
|
|
29
|
-
openDialog: (row: any) => void;
|
|
30
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
31
|
-
ruleFormRef: unknown;
|
|
32
|
-
}, HTMLDivElement, ComponentProvideOptions, {
|
|
33
|
-
P: {};
|
|
34
|
-
B: {};
|
|
35
|
-
D: {};
|
|
36
|
-
C: {};
|
|
37
|
-
M: {};
|
|
38
|
-
Defaults: {};
|
|
39
|
-
}, Readonly< ExtractPropTypes<{
|
|
40
|
-
title: StringConstructor;
|
|
41
|
-
}>> & Readonly<{}>, {
|
|
42
|
-
openDialog: (row: any) => void;
|
|
43
|
-
}, {}, {}, {}, {}> | null;
|
|
44
|
-
}, HTMLDivElement, ComponentProvideOptions, {
|
|
45
|
-
P: {};
|
|
46
|
-
B: {};
|
|
47
|
-
D: {};
|
|
48
|
-
C: {};
|
|
49
|
-
M: {};
|
|
50
|
-
Defaults: {};
|
|
51
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
52
|
-
openDrawer: () => Promise<void>;
|
|
53
|
-
}, {}, {}, {}, {}> | null;
|
|
54
|
-
changePasswordRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
55
|
-
openDialog: () => void;
|
|
56
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
57
|
-
ruleFormRef: unknown;
|
|
58
|
-
}, HTMLDivElement, ComponentProvideOptions, {
|
|
59
|
-
P: {};
|
|
60
|
-
B: {};
|
|
61
|
-
D: {};
|
|
62
|
-
C: {};
|
|
63
|
-
M: {};
|
|
64
|
-
Defaults: {};
|
|
65
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
66
|
-
openDialog: () => void;
|
|
67
|
-
}, {}, {}, {}, {}> | null;
|
|
68
|
-
upgradeInfoRef: CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
69
|
-
openDialog: (row: any) => void;
|
|
70
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
71
|
-
P: {};
|
|
72
|
-
B: {};
|
|
73
|
-
D: {};
|
|
74
|
-
C: {};
|
|
75
|
-
M: {};
|
|
76
|
-
Defaults: {};
|
|
77
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
78
|
-
openDialog: (row: any) => void;
|
|
79
|
-
}, {}, {}, {}, {}> | null;
|
|
80
|
-
}, HTMLDivElement>;
|
|
81
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
-
noticeList: any;
|
|
4
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
5
|
-
noticeList: any;
|
|
6
|
-
}>> & Readonly<{}>, {
|
|
7
|
-
noticeList: any;
|
|
8
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
9
|
-
export default _default;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
-
menuList: {
|
|
5
|
-
type: {
|
|
6
|
-
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
-
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
-
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
-
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
-
isArray(arg: any): arg is any[];
|
|
11
|
-
readonly prototype: any[];
|
|
12
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
-
of<T>(...items: T[]): T[];
|
|
17
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
-
};
|
|
19
|
-
default: () => never[];
|
|
20
|
-
};
|
|
21
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
-
menuList: {
|
|
23
|
-
type: {
|
|
24
|
-
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
-
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
-
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
-
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
-
isArray(arg: any): arg is any[];
|
|
29
|
-
readonly prototype: any[];
|
|
30
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
-
of<T>(...items: T[]): T[];
|
|
35
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
-
};
|
|
37
|
-
default: () => never[];
|
|
38
|
-
};
|
|
39
|
-
}>> & Readonly<{}>, {
|
|
40
|
-
menuList: RouteRecordRaw[];
|
|
41
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
42
|
-
export default _default;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
-
chil: {
|
|
5
|
-
type: {
|
|
6
|
-
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
-
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
-
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
-
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
-
isArray(arg: any): arg is any[];
|
|
11
|
-
readonly prototype: any[];
|
|
12
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
-
of<T>(...items: T[]): T[];
|
|
17
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
-
};
|
|
19
|
-
default: () => never[];
|
|
20
|
-
};
|
|
21
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
-
chil: {
|
|
23
|
-
type: {
|
|
24
|
-
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
-
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
-
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
-
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
-
isArray(arg: any): arg is any[];
|
|
29
|
-
readonly prototype: any[];
|
|
30
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
-
of<T>(...items: T[]): T[];
|
|
35
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
-
};
|
|
37
|
-
default: () => never[];
|
|
38
|
-
};
|
|
39
|
-
}>> & Readonly<{}>, {
|
|
40
|
-
chil: RouteRecordRaw[];
|
|
41
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
-
export default _default;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { RouteRecordRaw } from 'vue-router';
|
|
2
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
4
|
-
menuList: {
|
|
5
|
-
type: {
|
|
6
|
-
(arrayLength: number): RouteRecordRaw[];
|
|
7
|
-
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
8
|
-
new (arrayLength: number): RouteRecordRaw[];
|
|
9
|
-
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
10
|
-
isArray(arg: any): arg is any[];
|
|
11
|
-
readonly prototype: any[];
|
|
12
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
13
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
14
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
15
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
16
|
-
of<T>(...items: T[]): T[];
|
|
17
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
18
|
-
};
|
|
19
|
-
default: () => never[];
|
|
20
|
-
};
|
|
21
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
22
|
-
menuList: {
|
|
23
|
-
type: {
|
|
24
|
-
(arrayLength: number): RouteRecordRaw[];
|
|
25
|
-
(...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
26
|
-
new (arrayLength: number): RouteRecordRaw[];
|
|
27
|
-
new (...items: RouteRecordRaw[]): RouteRecordRaw[];
|
|
28
|
-
isArray(arg: any): arg is any[];
|
|
29
|
-
readonly prototype: any[];
|
|
30
|
-
from<T>(arrayLike: ArrayLike<T>): T[];
|
|
31
|
-
from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
32
|
-
from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
|
|
33
|
-
from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
|
|
34
|
-
of<T>(...items: T[]): T[];
|
|
35
|
-
readonly [Symbol.species]: ArrayConstructor;
|
|
36
|
-
};
|
|
37
|
-
default: () => never[];
|
|
38
|
-
};
|
|
39
|
-
}>> & Readonly<{}>, {
|
|
40
|
-
menuList: RouteRecordRaw[];
|
|
41
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
-
export default _default;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
-
refreshKey: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: () => string;
|
|
6
|
-
};
|
|
7
|
-
name: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: () => string;
|
|
10
|
-
};
|
|
11
|
-
list: {
|
|
12
|
-
type: ArrayConstructor;
|
|
13
|
-
default: () => never[];
|
|
14
|
-
};
|
|
15
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
16
|
-
refreshKey: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: () => string;
|
|
19
|
-
};
|
|
20
|
-
name: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: () => string;
|
|
23
|
-
};
|
|
24
|
-
list: {
|
|
25
|
-
type: ArrayConstructor;
|
|
26
|
-
default: () => never[];
|
|
27
|
-
};
|
|
28
|
-
}>> & Readonly<{}>, {
|
|
29
|
-
name: string;
|
|
30
|
-
list: unknown[];
|
|
31
|
-
refreshKey: string;
|
|
32
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
33
|
-
iframeRef: HTMLIFrameElement;
|
|
34
|
-
}, HTMLDivElement>;
|
|
35
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
-
export default _default;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<ExtractPropTypes<{
|
|
3
|
-
disable: {
|
|
4
|
-
type: BooleanConstructor;
|
|
5
|
-
default: () => boolean;
|
|
6
|
-
};
|
|
7
|
-
placeholder: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: () => string;
|
|
10
|
-
};
|
|
11
|
-
mode: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: () => string;
|
|
14
|
-
};
|
|
15
|
-
height: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: () => string;
|
|
18
|
-
};
|
|
19
|
-
getHtml: StringConstructor;
|
|
20
|
-
getText: StringConstructor;
|
|
21
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
22
|
-
"update:getHtml": (...args: any[]) => void;
|
|
23
|
-
"update:getText": (...args: any[]) => void;
|
|
24
|
-
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
25
|
-
disable: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: () => boolean;
|
|
28
|
-
};
|
|
29
|
-
placeholder: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
default: () => string;
|
|
32
|
-
};
|
|
33
|
-
mode: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: () => string;
|
|
36
|
-
};
|
|
37
|
-
height: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
default: () => string;
|
|
40
|
-
};
|
|
41
|
-
getHtml: StringConstructor;
|
|
42
|
-
getText: StringConstructor;
|
|
43
|
-
}>> & Readonly<{
|
|
44
|
-
"onUpdate:getHtml"?: ((...args: any[]) => any) | undefined;
|
|
45
|
-
"onUpdate:getText"?: ((...args: any[]) => any) | undefined;
|
|
46
|
-
}>, {
|
|
47
|
-
placeholder: string;
|
|
48
|
-
mode: string;
|
|
49
|
-
height: string;
|
|
50
|
-
disable: boolean;
|
|
51
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
52
|
-
export default _default;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
type IdleTimeoutConfig = {
|
|
2
|
-
/** 空闲超时时间(秒),默认30分钟 */
|
|
3
|
-
timeout?: number;
|
|
4
|
-
/** 用于设置最后活动时间的监听事件列表 */
|
|
5
|
-
events?: string[];
|
|
6
|
-
/** 登出回调函数,在超时发生时执行 */
|
|
7
|
-
onTimeout?: () => void;
|
|
8
|
-
/** 监听事件防抖间隔(毫秒),默认 200,设为0表示不启用防抖 */
|
|
9
|
-
debounceInterval?: number;
|
|
10
|
-
};
|
|
11
|
-
declare class IdleTimeoutManager {
|
|
12
|
-
private timerId;
|
|
13
|
-
private readonly config;
|
|
14
|
-
private readonly debouncedReset;
|
|
15
|
-
/** 检查闲置超时时间间隔 */
|
|
16
|
-
private readonly checkTimeoutInterval;
|
|
17
|
-
constructor(config?: IdleTimeoutConfig);
|
|
18
|
-
private init;
|
|
19
|
-
private handleVisibilityChange;
|
|
20
|
-
/** 设置最后活动时间 */
|
|
21
|
-
setLastActivityTime(): void;
|
|
22
|
-
/**
|
|
23
|
-
* 更新空闲超时时间
|
|
24
|
-
* @param timeout - 新的超时时间(毫秒)
|
|
25
|
-
*/
|
|
26
|
-
updateIdleTimeout(timeout: number): void;
|
|
27
|
-
/** 检查是否超时 */
|
|
28
|
-
checkTimeout(): void;
|
|
29
|
-
/** 销毁实例 */
|
|
30
|
-
destroy(): void;
|
|
31
|
-
/** 超时时执行 */
|
|
32
|
-
private timeOutExec;
|
|
33
|
-
}
|
|
34
|
-
/** 初始化函数(在应用启动时调用) */
|
|
35
|
-
export declare function initIdleTimeout(config?: IdleTimeoutConfig): IdleTimeoutManager;
|
|
36
|
-
/** 销毁函数(在需要时调用) */
|
|
37
|
-
export declare function destroyIdleTimeout(): void;
|
|
38
|
-
/** 更新空闲超时时间(毫秒) */
|
|
39
|
-
export declare function updateIdleTimeout(timeout: number): void;
|
|
40
|
-
declare global {
|
|
41
|
-
interface Window {
|
|
42
|
-
__IDLE_TIMEOUT__?: IdleTimeoutManager;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
export {};
|