@das-fed/upf-web 6.4.0-dev.124
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/esm-map.json +31 -0
- package/index-CjR1TTJr.js +10 -0
- package/index-DKGPO2ax.js +13946 -0
- package/index-DKGPO2ax.js.gz +0 -0
- package/index-Dbi0WqWP.js +87 -0
- package/index-Dbi0WqWP.js.gz +0 -0
- package/index.js +32 -0
- package/package.json +54 -0
- package/packages/create-das-web-app/config.js +1 -0
- package/packages/create-das-web-app/index.js +58 -0
- package/packages/create-das-web-app/index.js.gz +0 -0
- package/packages/i18n/config.js +1 -0
- package/packages/i18n/index.js +175 -0
- package/packages/i18n/index.js.gz +0 -0
- package/packages/layout/config.js +1 -0
- package/packages/layout/index.js +785 -0
- package/packages/layout/index.js.gz +0 -0
- package/packages/layout/style.css +7 -0
- package/packages/layout/style.css.gz +0 -0
- package/packages/main-app-framework/config.js +1 -0
- package/packages/main-app-framework/index-Bvyj8RXL.js +12454 -0
- package/packages/main-app-framework/index-Bvyj8RXL.js.gz +0 -0
- package/packages/main-app-framework/index-CT9S8561.js +87 -0
- package/packages/main-app-framework/index-CT9S8561.js.gz +0 -0
- package/packages/main-app-framework/index-DOmUEjbK.js +10 -0
- package/packages/main-app-framework/index.js +7 -0
- package/packages/main-app-framework/style.css +1 -0
- package/packages/main-app-framework/style.css.gz +0 -0
- package/packages/micro-frontend/config.js +1 -0
- package/packages/micro-frontend/index.js +848 -0
- package/packages/micro-frontend/index.js.gz +0 -0
- package/packages/micro-frontend/style.css +1 -0
- package/packages/style/config.js +1 -0
- package/packages/style/index.js +5 -0
- package/packages/style/style.css +1 -0
- package/packages/style/style.css.gz +0 -0
- package/packages/theme/config.js +1 -0
- package/packages/theme/index.js +75 -0
- package/packages/theme/index.js.gz +0 -0
- package/style.css +7 -0
- package/style.css.gz +0 -0
- package/types/create-das-web-app/index.d.ts +9 -0
- package/types/create-das-web-app/plugins/index.d.ts +4 -0
- package/types/create-das-web-app/router/index.d.ts +5 -0
- package/types/create-das-web-app/store/index.d.ts +2 -0
- package/types/i18n/global.d.ts +583 -0
- package/types/i18n/index.d.ts +23 -0
- package/types/index.d.ts +6 -0
- package/types/layout/index.d.ts +5 -0
- package/types/layout/store/iframe-view.d.ts +12 -0
- package/types/layout/store/index.d.ts +75 -0
- package/types/layout/store/menu.d.ts +18 -0
- package/types/layout/store/nav.d.ts +27 -0
- package/types/layout/store/overlay.d.ts +5 -0
- package/types/layout/store/tab.d.ts +18 -0
- package/types/main-app-framework/business/alarm/api.d.ts +34 -0
- package/types/main-app-framework/business/alarm/components/hooks/use-handle-alarm.d.ts +7 -0
- package/types/main-app-framework/business/alarm/use-alarm.d.ts +12 -0
- package/types/main-app-framework/business/index.d.ts +4 -0
- package/types/main-app-framework/business/message-notify/index.d.ts +2 -0
- package/types/main-app-framework/business/remote-control/apis.d.ts +8 -0
- package/types/main-app-framework/business/remote-control/createServiceConnection.d.ts +3 -0
- package/types/main-app-framework/business/remote-control/index.d.ts +1 -0
- package/types/main-app-framework/business/remote-control/utils.d.ts +7 -0
- package/types/main-app-framework/business/video-link/api.d.ts +30 -0
- package/types/main-app-framework/business/video-link/index.d.ts +6 -0
- package/types/main-app-framework/business/video-link/open.d.ts +4 -0
- package/types/main-app-framework/business/video-link/video-dialog/hooks/PlayerProvider.d.ts +4 -0
- package/types/main-app-framework/business/video-link/video-dialog/hooks/index.d.ts +6 -0
- package/types/main-app-framework/components/entry-page-tip/index.d.ts +3 -0
- package/types/main-app-framework/components/entry-page-tip/src/index.d.ts +1 -0
- package/types/main-app-framework/components/entry-page-tip/src/open.d.ts +5 -0
- package/types/main-app-framework/components/entry-page-tip/theme/index.d.ts +6 -0
- package/types/main-app-framework/components/iframe-page/index.d.ts +3 -0
- package/types/main-app-framework/components/index.d.ts +4 -0
- package/types/main-app-framework/components/person-set-dialog/index.d.ts +4 -0
- package/types/main-app-framework/components/person-set-dialog/src/api.d.ts +6 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/index.d.ts +3 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/set-home/api.d.ts +20 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-builtIn-dialog.d.ts +19 -0
- package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-notBuiltIn-dialog.d.ts +22 -0
- package/types/main-app-framework/components/watermark/index.d.ts +3 -0
- package/types/main-app-framework/components/watermark/src/api.d.ts +1 -0
- package/types/main-app-framework/constant/index.d.ts +6 -0
- package/types/main-app-framework/data-track/api.d.ts +2 -0
- package/types/main-app-framework/data-track/index.d.ts +2 -0
- package/types/main-app-framework/i18n/index.d.ts +538 -0
- package/types/main-app-framework/index.d.ts +29 -0
- package/types/main-app-framework/init-config/get-manu-config/api.d.ts +4 -0
- package/types/main-app-framework/init-config/get-manu-config/getInstanceInfo.d.ts +1 -0
- package/types/main-app-framework/init-config/get-manu-config/index.d.ts +47 -0
- package/types/main-app-framework/init-config/get-nav-config/api.d.ts +4 -0
- package/types/main-app-framework/init-config/get-nav-config/index.d.ts +6 -0
- package/types/main-app-framework/init-config/get-project-config/api.d.ts +5 -0
- package/types/main-app-framework/init-config/get-project-config/index.d.ts +1 -0
- package/types/main-app-framework/init-config/get-system-config/api.d.ts +12 -0
- package/types/main-app-framework/init-config/get-system-config/index.d.ts +13 -0
- package/types/main-app-framework/init-config/get-tenant-config/api.d.ts +8 -0
- package/types/main-app-framework/init-config/get-tenant-config/index.d.ts +8 -0
- package/types/main-app-framework/init-config/index.d.ts +5 -0
- package/types/main-app-framework/init-layout/apis/index.d.ts +2 -0
- package/types/main-app-framework/init-layout/hooks/nav-slots/index.d.ts +5 -0
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-ai-helper.d.ts +4 -0
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-change-enterprises.d.ts +8 -0
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-project.d.ts +1 -0
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-search.d.ts +4 -0
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-user-command.d.ts +4 -0
- package/types/main-app-framework/init-layout/hooks/use-entry-app.d.ts +11 -0
- package/types/main-app-framework/init-layout/hooks/use-entry-menu.d.ts +7 -0
- package/types/main-app-framework/init-layout/hooks/use-initialization.d.ts +9 -0
- package/types/main-app-framework/init-layout/hooks/use-menu.d.ts +1 -0
- package/types/main-app-framework/init-layout/hooks/use-nav.d.ts +1 -0
- package/types/main-app-framework/init-layout/hooks/use-route-reload-unload.d.ts +4 -0
- package/types/main-app-framework/init-layout/hooks/use-route-watcher.d.ts +3 -0
- package/types/main-app-framework/init-layout/hooks/use-system-confirm.d.ts +1 -0
- package/types/main-app-framework/init-layout/hooks/use-tabs.d.ts +5 -0
- package/types/main-app-framework/init-layout/index.d.ts +11 -0
- package/types/main-app-framework/init-layout/store/index.d.ts +4 -0
- package/types/main-app-framework/init-platform/api.d.ts +2 -0
- package/types/main-app-framework/init-platform/index.d.ts +4 -0
- package/types/main-app-framework/micro-apps/index.d.ts +3 -0
- package/types/main-app-framework/micro-apps/use-device-panel-watcher.d.ts +1 -0
- package/types/main-app-framework/micro-apps/use-iot-watcher.d.ts +1 -0
- package/types/main-app-framework/micro-apps/use-user-info-watcher.d.ts +3 -0
- package/types/main-app-framework/pages/app/api.d.ts +2 -0
- package/types/main-app-framework/utils/index.d.ts +3 -0
- package/types/main-app-framework/utils/src/get-portal-url/crypto.d.ts +14 -0
- package/types/main-app-framework/utils/src/get-portal-url/encrypt.d.ts +42 -0
- package/types/main-app-framework/utils/src/get-portal-url/generate-url.d.ts +4 -0
- package/types/main-app-framework/utils/src/get-portal-url/handle-portal-params.d.ts +2 -0
- package/types/main-app-framework/utils/src/get-portal-url/index.d.ts +2 -0
- package/types/main-app-framework/utils/src/get-portal-url/type.d.ts +16 -0
- package/types/main-app-framework/utils/src/layout-confirm.d.ts +12 -0
- package/types/main-app-framework/utils/src/set-common-info.d.ts +66 -0
- package/types/main-app-framework/utils/src/tools.d.ts +5 -0
- package/types/micro-frontend/bus.d.ts +33 -0
- package/types/micro-frontend/index.d.ts +7 -0
- package/types/micro-frontend/store.d.ts +5 -0
- package/types/theme/index.d.ts +13 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MenuEventType, MenuItem } from './type';
|
|
2
|
+
|
|
3
|
+
declare const menuData: any;
|
|
4
|
+
declare const menu: {
|
|
5
|
+
setItems: (menuItems: MenuItem[]) => void;
|
|
6
|
+
getItems: () => any;
|
|
7
|
+
setTheme: (value: "default" | "kjl" | "cjb" | "ssl") => void;
|
|
8
|
+
setActiveItem: (value: string) => void;
|
|
9
|
+
setCollapse: (value: boolean) => void;
|
|
10
|
+
setPopupClassName: (value: string) => void;
|
|
11
|
+
triggerEventListener: (type: MenuEventType, payload?: any, options?: {
|
|
12
|
+
autoRemove?: boolean;
|
|
13
|
+
}) => any;
|
|
14
|
+
addEventListener: (type: MenuEventType, cb: any) => {
|
|
15
|
+
remove: () => void;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export { menuData, menu };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { NavMenuItem, NavEventType, NavConfig, NavSearchConfig, NavProjectItem, NavProjectConfig, NavUserInfo } from './type';
|
|
2
|
+
|
|
3
|
+
declare const navData: any;
|
|
4
|
+
declare const nav: {
|
|
5
|
+
show: () => void;
|
|
6
|
+
hide: () => void;
|
|
7
|
+
setLogo: (value: any) => void;
|
|
8
|
+
setTheme: (value: "default" | "kjl" | "cjb" | "ssl") => void;
|
|
9
|
+
setItems: (value: NavMenuItem[]) => void;
|
|
10
|
+
getItems: () => any;
|
|
11
|
+
removeItem: (value: string) => void;
|
|
12
|
+
appendItem: (navItem: NavMenuItem) => void;
|
|
13
|
+
setActiveItem: (value: any) => void;
|
|
14
|
+
setConfig: (value: NavConfig) => void;
|
|
15
|
+
setProjects: (value: NavProjectItem[]) => void;
|
|
16
|
+
setProjectConfig: (value: NavProjectConfig) => void;
|
|
17
|
+
setActiveProject: (value: NavProjectItem) => void;
|
|
18
|
+
setUserInfo: (value: NavUserInfo) => void;
|
|
19
|
+
setSearchConfig: (value: NavSearchConfig) => void;
|
|
20
|
+
triggerEventListener: (type: NavEventType, payload?: any, options?: {
|
|
21
|
+
autoRemove?: boolean;
|
|
22
|
+
}) => any;
|
|
23
|
+
addEventListener: (type: NavEventType, cb: any) => {
|
|
24
|
+
remove: () => void;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export { navData, nav };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { TabEventType, TabItem } from './type';
|
|
2
|
+
|
|
3
|
+
declare const tabData: any;
|
|
4
|
+
declare const tab: {
|
|
5
|
+
setItems: (items: TabItem[]) => void;
|
|
6
|
+
getItems: () => any;
|
|
7
|
+
setTheme: (value: "default" | "kjl" | "cjb" | "ssl") => void;
|
|
8
|
+
removeItem: (value: string) => void;
|
|
9
|
+
appendItem: (tabItem: TabItem) => void;
|
|
10
|
+
setActiveItem: (value: string) => void;
|
|
11
|
+
triggerEventListener: (type: TabEventType, payload?: any, options?: {
|
|
12
|
+
autoRemove?: boolean;
|
|
13
|
+
}) => any;
|
|
14
|
+
addEventListener: (type: TabEventType, cb: any) => {
|
|
15
|
+
remove: () => void;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export { tabData, tab };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const fms: {
|
|
2
|
+
get: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
3
|
+
post: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
4
|
+
put: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
5
|
+
patch: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
6
|
+
delete: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
7
|
+
};
|
|
8
|
+
/** 查询当前项目下用户可见菜单-企管 */
|
|
9
|
+
export declare const enterpriserightQueryportalmenu: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
10
|
+
/** 告警中心-告警配置 */
|
|
11
|
+
export declare const alarmConfig: {
|
|
12
|
+
get: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
13
|
+
post: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
14
|
+
put: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
15
|
+
patch: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
16
|
+
delete: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
17
|
+
};
|
|
18
|
+
/** 告警中心-告警通知 */
|
|
19
|
+
export declare const alarmNotice: {
|
|
20
|
+
get: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
21
|
+
post: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
22
|
+
put: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
23
|
+
patch: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
24
|
+
delete: (url: string | import('vue').Ref | import('vue').ComputedRef, urlConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfigFun) => (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
25
|
+
};
|
|
26
|
+
export declare const getStatusOptionApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
27
|
+
export declare const handlingDataApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
28
|
+
export declare const getPrompttoneApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
29
|
+
export declare const getAlarmRuleListApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
30
|
+
export declare const getSpaceAreaTreeApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
31
|
+
export declare const searchSpaceAreaTreeApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
32
|
+
export declare const getEmergencyEventTypeApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
33
|
+
export declare const getEmergencyEventLevelApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
34
|
+
export declare const getEmergencyHandleTimeApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const useHandleAlarm: (handleAlarmRef: any, handerIds: Ref, emitFn: (type: string, data?: any) => void) => {
|
|
4
|
+
handleAlarmVue: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
}>;
|
|
7
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const useAlarm: () => {
|
|
4
|
+
alarmSocket: Ref<any, any>;
|
|
5
|
+
alarmCount: Ref<any, any>;
|
|
6
|
+
audioObj: Ref<any, any>;
|
|
7
|
+
audioAlarmRef: Ref<any, any>;
|
|
8
|
+
handleAlarmVue: () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}>;
|
|
11
|
+
creatAlarmSocket: () => any;
|
|
12
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const heartbeatApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
2
|
+
export declare const basics: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
3
|
+
export declare const callBack: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
4
|
+
export declare const publish: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
5
|
+
/** 根据菜单编码获取应用编码 */
|
|
6
|
+
export declare const getApplicationFromMenu: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
7
|
+
/** 获取菜单数据 */
|
|
8
|
+
export declare const enterpriserightQueryportalmenu: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const useRemoteControl: () => {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/** 查询当前项目下用户可见菜单-企管 */
|
|
2
|
+
export declare const enterpriserightQueryportalmenu: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
3
|
+
export declare function mergeCommonParams(config: any): any;
|
|
4
|
+
export declare function paramsToQuery(params: Record<string, any>): any;
|
|
5
|
+
export type OperateDeviceParams = {
|
|
6
|
+
direction: 'up' | 'down' | 'left' | 'right' | 'leftUp' | 'leftDown' | 'rightUp' | 'rightDown' | '';
|
|
7
|
+
zoom: 'zoomIn' /** 放大 */ | 'zoomOut' /** 缩小 */ | '';
|
|
8
|
+
};
|
|
9
|
+
export declare function operateDevice(params: {
|
|
10
|
+
productId: string;
|
|
11
|
+
/** 产品id */ deviceId: string;
|
|
12
|
+
/** 设备id */ direction?: OperateDeviceParams['direction'];
|
|
13
|
+
/** 方向控制 */ zoom?: OperateDeviceParams['zoom']; /** 缩放 */
|
|
14
|
+
/** 操作设备的应用编码 */ source?: string;
|
|
15
|
+
}): Promise<[error: {
|
|
16
|
+
code: string | number;
|
|
17
|
+
msg: string;
|
|
18
|
+
error: import('axios').AxiosError;
|
|
19
|
+
} | null, data: any]>;
|
|
20
|
+
/** 获取设备实时视频播放地址 */
|
|
21
|
+
export declare function getRealTimeUrl(params: {
|
|
22
|
+
productId?: string;
|
|
23
|
+
deviceId: string;
|
|
24
|
+
source?: string;
|
|
25
|
+
}): Promise<[error: {
|
|
26
|
+
code: string | number;
|
|
27
|
+
msg: string;
|
|
28
|
+
error: import('axios').AxiosError;
|
|
29
|
+
} | null, data: any]>;
|
|
30
|
+
export declare const devicePermission: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, any, {} | {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}, {}, {}, {}, string, any, true, {}, any>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './open';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** 修改用户菜单个性化设置(菜单风格,1表示横向抽屉式(默认),2表示纵向下拉式) */
|
|
2
|
+
export declare const setPersonalMenuMode: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
3
|
+
/** 个人门户首页编辑 */
|
|
4
|
+
export declare const updateUserHomePageApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
5
|
+
/** 语言设置 */
|
|
6
|
+
export declare const updateLanguage: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
package/types/main-app-framework/components/person-set-dialog/src/components/set-home/api.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/** 获取个人门户首页详情 */
|
|
2
|
+
export declare const userHomePageDetailApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
3
|
+
/** 删除个人门户首页详情 */
|
|
4
|
+
export declare const deleteUserHomePageApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
5
|
+
/** 获取门户首页展示类型 */
|
|
6
|
+
export declare const homePageTypesApi: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
7
|
+
/** 门户管理树懒加载(租户级) */
|
|
8
|
+
export declare const portalTree: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
9
|
+
/** 门户管理树查询 */
|
|
10
|
+
export declare const portalTreeSearch: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
11
|
+
/** 查询设备看板 */
|
|
12
|
+
export declare const deviceOrchestration: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
13
|
+
/** 查询图纸编排 */
|
|
14
|
+
export declare const drawingOrchestration: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
15
|
+
/** 查询数据编排 */
|
|
16
|
+
export declare const dataOrchestration: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
17
|
+
/** 查询轻分析 */
|
|
18
|
+
export declare const workbench: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
19
|
+
/** 查询流程引擎 */
|
|
20
|
+
export declare const formList: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const useBuiltInDialog: (options: {
|
|
4
|
+
orgInfo: any;
|
|
5
|
+
information: Ref<any>;
|
|
6
|
+
validate: any;
|
|
7
|
+
}) => {
|
|
8
|
+
builtInDialog: Ref<any, any>;
|
|
9
|
+
$typeTree: any;
|
|
10
|
+
treeId: Ref<any, any>;
|
|
11
|
+
treePath: Ref<any, any>;
|
|
12
|
+
keyword: Ref<any, any>;
|
|
13
|
+
treeData: Ref<any, any>;
|
|
14
|
+
openBuiltInDialog: () => void;
|
|
15
|
+
loadChildNode: (nodeData: any) => unknown;
|
|
16
|
+
search: (name: string) => unknown;
|
|
17
|
+
toggleTree: (data: any) => void;
|
|
18
|
+
confirmFormBuiltIn: () => void;
|
|
19
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
|
|
3
|
+
export declare const useNotBuiltInDialog: (options: {
|
|
4
|
+
orgInfo: any;
|
|
5
|
+
information: Ref<any>;
|
|
6
|
+
}) => {
|
|
7
|
+
loading: Ref<any, any>;
|
|
8
|
+
urlDialog: Ref<any, any>;
|
|
9
|
+
urlType: Ref<any, any>;
|
|
10
|
+
urlTypeOptions: Ref<any, any>;
|
|
11
|
+
tableData: Ref<any, any>;
|
|
12
|
+
pageSize: Ref<any, any>;
|
|
13
|
+
pageIndex: Ref<any, any>;
|
|
14
|
+
totalCount: Ref<any, any>;
|
|
15
|
+
tableFilter: Ref<any, any>;
|
|
16
|
+
urlId: Ref<any, any>;
|
|
17
|
+
openUrlDialog: () => void;
|
|
18
|
+
tableChange: (val: string | number, row: any, index: number) => void;
|
|
19
|
+
confirmUrl: () => void;
|
|
20
|
+
changeType: (data: any) => void;
|
|
21
|
+
getTable: () => void;
|
|
22
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const getWatermark: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const HomePath = "/home";
|
|
2
|
+
export declare const ApplicationPath = "/application";
|
|
3
|
+
export declare const FixedPages: {};
|
|
4
|
+
export declare const IframePath = "/outerView";
|
|
5
|
+
export declare const PlaceholderPath = "/placeholder";
|
|
6
|
+
export declare const UserCommandList: {};
|