@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.
Files changed (139) hide show
  1. package/esm-map.json +31 -0
  2. package/index-CjR1TTJr.js +10 -0
  3. package/index-DKGPO2ax.js +13946 -0
  4. package/index-DKGPO2ax.js.gz +0 -0
  5. package/index-Dbi0WqWP.js +87 -0
  6. package/index-Dbi0WqWP.js.gz +0 -0
  7. package/index.js +32 -0
  8. package/package.json +54 -0
  9. package/packages/create-das-web-app/config.js +1 -0
  10. package/packages/create-das-web-app/index.js +58 -0
  11. package/packages/create-das-web-app/index.js.gz +0 -0
  12. package/packages/i18n/config.js +1 -0
  13. package/packages/i18n/index.js +175 -0
  14. package/packages/i18n/index.js.gz +0 -0
  15. package/packages/layout/config.js +1 -0
  16. package/packages/layout/index.js +785 -0
  17. package/packages/layout/index.js.gz +0 -0
  18. package/packages/layout/style.css +7 -0
  19. package/packages/layout/style.css.gz +0 -0
  20. package/packages/main-app-framework/config.js +1 -0
  21. package/packages/main-app-framework/index-Bvyj8RXL.js +12454 -0
  22. package/packages/main-app-framework/index-Bvyj8RXL.js.gz +0 -0
  23. package/packages/main-app-framework/index-CT9S8561.js +87 -0
  24. package/packages/main-app-framework/index-CT9S8561.js.gz +0 -0
  25. package/packages/main-app-framework/index-DOmUEjbK.js +10 -0
  26. package/packages/main-app-framework/index.js +7 -0
  27. package/packages/main-app-framework/style.css +1 -0
  28. package/packages/main-app-framework/style.css.gz +0 -0
  29. package/packages/micro-frontend/config.js +1 -0
  30. package/packages/micro-frontend/index.js +848 -0
  31. package/packages/micro-frontend/index.js.gz +0 -0
  32. package/packages/micro-frontend/style.css +1 -0
  33. package/packages/style/config.js +1 -0
  34. package/packages/style/index.js +5 -0
  35. package/packages/style/style.css +1 -0
  36. package/packages/style/style.css.gz +0 -0
  37. package/packages/theme/config.js +1 -0
  38. package/packages/theme/index.js +75 -0
  39. package/packages/theme/index.js.gz +0 -0
  40. package/style.css +7 -0
  41. package/style.css.gz +0 -0
  42. package/types/create-das-web-app/index.d.ts +9 -0
  43. package/types/create-das-web-app/plugins/index.d.ts +4 -0
  44. package/types/create-das-web-app/router/index.d.ts +5 -0
  45. package/types/create-das-web-app/store/index.d.ts +2 -0
  46. package/types/i18n/global.d.ts +583 -0
  47. package/types/i18n/index.d.ts +23 -0
  48. package/types/index.d.ts +6 -0
  49. package/types/layout/index.d.ts +5 -0
  50. package/types/layout/store/iframe-view.d.ts +12 -0
  51. package/types/layout/store/index.d.ts +75 -0
  52. package/types/layout/store/menu.d.ts +18 -0
  53. package/types/layout/store/nav.d.ts +27 -0
  54. package/types/layout/store/overlay.d.ts +5 -0
  55. package/types/layout/store/tab.d.ts +18 -0
  56. package/types/main-app-framework/business/alarm/api.d.ts +34 -0
  57. package/types/main-app-framework/business/alarm/components/hooks/use-handle-alarm.d.ts +7 -0
  58. package/types/main-app-framework/business/alarm/use-alarm.d.ts +12 -0
  59. package/types/main-app-framework/business/index.d.ts +4 -0
  60. package/types/main-app-framework/business/message-notify/index.d.ts +2 -0
  61. package/types/main-app-framework/business/remote-control/apis.d.ts +8 -0
  62. package/types/main-app-framework/business/remote-control/createServiceConnection.d.ts +3 -0
  63. package/types/main-app-framework/business/remote-control/index.d.ts +1 -0
  64. package/types/main-app-framework/business/remote-control/utils.d.ts +7 -0
  65. package/types/main-app-framework/business/video-link/api.d.ts +30 -0
  66. package/types/main-app-framework/business/video-link/index.d.ts +6 -0
  67. package/types/main-app-framework/business/video-link/open.d.ts +4 -0
  68. package/types/main-app-framework/business/video-link/video-dialog/hooks/PlayerProvider.d.ts +4 -0
  69. package/types/main-app-framework/business/video-link/video-dialog/hooks/index.d.ts +6 -0
  70. package/types/main-app-framework/components/entry-page-tip/index.d.ts +3 -0
  71. package/types/main-app-framework/components/entry-page-tip/src/index.d.ts +1 -0
  72. package/types/main-app-framework/components/entry-page-tip/src/open.d.ts +5 -0
  73. package/types/main-app-framework/components/entry-page-tip/theme/index.d.ts +6 -0
  74. package/types/main-app-framework/components/iframe-page/index.d.ts +3 -0
  75. package/types/main-app-framework/components/index.d.ts +4 -0
  76. package/types/main-app-framework/components/person-set-dialog/index.d.ts +4 -0
  77. package/types/main-app-framework/components/person-set-dialog/src/api.d.ts +6 -0
  78. package/types/main-app-framework/components/person-set-dialog/src/components/index.d.ts +3 -0
  79. package/types/main-app-framework/components/person-set-dialog/src/components/set-home/api.d.ts +20 -0
  80. package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-builtIn-dialog.d.ts +19 -0
  81. package/types/main-app-framework/components/person-set-dialog/src/components/set-home/use-link-form/hooks/use-notBuiltIn-dialog.d.ts +22 -0
  82. package/types/main-app-framework/components/watermark/index.d.ts +3 -0
  83. package/types/main-app-framework/components/watermark/src/api.d.ts +1 -0
  84. package/types/main-app-framework/constant/index.d.ts +6 -0
  85. package/types/main-app-framework/data-track/api.d.ts +2 -0
  86. package/types/main-app-framework/data-track/index.d.ts +2 -0
  87. package/types/main-app-framework/i18n/index.d.ts +538 -0
  88. package/types/main-app-framework/index.d.ts +29 -0
  89. package/types/main-app-framework/init-config/get-manu-config/api.d.ts +4 -0
  90. package/types/main-app-framework/init-config/get-manu-config/getInstanceInfo.d.ts +1 -0
  91. package/types/main-app-framework/init-config/get-manu-config/index.d.ts +47 -0
  92. package/types/main-app-framework/init-config/get-nav-config/api.d.ts +4 -0
  93. package/types/main-app-framework/init-config/get-nav-config/index.d.ts +6 -0
  94. package/types/main-app-framework/init-config/get-project-config/api.d.ts +5 -0
  95. package/types/main-app-framework/init-config/get-project-config/index.d.ts +1 -0
  96. package/types/main-app-framework/init-config/get-system-config/api.d.ts +12 -0
  97. package/types/main-app-framework/init-config/get-system-config/index.d.ts +13 -0
  98. package/types/main-app-framework/init-config/get-tenant-config/api.d.ts +8 -0
  99. package/types/main-app-framework/init-config/get-tenant-config/index.d.ts +8 -0
  100. package/types/main-app-framework/init-config/index.d.ts +5 -0
  101. package/types/main-app-framework/init-layout/apis/index.d.ts +2 -0
  102. package/types/main-app-framework/init-layout/hooks/nav-slots/index.d.ts +5 -0
  103. package/types/main-app-framework/init-layout/hooks/nav-slots/use-ai-helper.d.ts +4 -0
  104. package/types/main-app-framework/init-layout/hooks/nav-slots/use-change-enterprises.d.ts +8 -0
  105. package/types/main-app-framework/init-layout/hooks/nav-slots/use-project.d.ts +1 -0
  106. package/types/main-app-framework/init-layout/hooks/nav-slots/use-search.d.ts +4 -0
  107. package/types/main-app-framework/init-layout/hooks/nav-slots/use-user-command.d.ts +4 -0
  108. package/types/main-app-framework/init-layout/hooks/use-entry-app.d.ts +11 -0
  109. package/types/main-app-framework/init-layout/hooks/use-entry-menu.d.ts +7 -0
  110. package/types/main-app-framework/init-layout/hooks/use-initialization.d.ts +9 -0
  111. package/types/main-app-framework/init-layout/hooks/use-menu.d.ts +1 -0
  112. package/types/main-app-framework/init-layout/hooks/use-nav.d.ts +1 -0
  113. package/types/main-app-framework/init-layout/hooks/use-route-reload-unload.d.ts +4 -0
  114. package/types/main-app-framework/init-layout/hooks/use-route-watcher.d.ts +3 -0
  115. package/types/main-app-framework/init-layout/hooks/use-system-confirm.d.ts +1 -0
  116. package/types/main-app-framework/init-layout/hooks/use-tabs.d.ts +5 -0
  117. package/types/main-app-framework/init-layout/index.d.ts +11 -0
  118. package/types/main-app-framework/init-layout/store/index.d.ts +4 -0
  119. package/types/main-app-framework/init-platform/api.d.ts +2 -0
  120. package/types/main-app-framework/init-platform/index.d.ts +4 -0
  121. package/types/main-app-framework/micro-apps/index.d.ts +3 -0
  122. package/types/main-app-framework/micro-apps/use-device-panel-watcher.d.ts +1 -0
  123. package/types/main-app-framework/micro-apps/use-iot-watcher.d.ts +1 -0
  124. package/types/main-app-framework/micro-apps/use-user-info-watcher.d.ts +3 -0
  125. package/types/main-app-framework/pages/app/api.d.ts +2 -0
  126. package/types/main-app-framework/utils/index.d.ts +3 -0
  127. package/types/main-app-framework/utils/src/get-portal-url/crypto.d.ts +14 -0
  128. package/types/main-app-framework/utils/src/get-portal-url/encrypt.d.ts +42 -0
  129. package/types/main-app-framework/utils/src/get-portal-url/generate-url.d.ts +4 -0
  130. package/types/main-app-framework/utils/src/get-portal-url/handle-portal-params.d.ts +2 -0
  131. package/types/main-app-framework/utils/src/get-portal-url/index.d.ts +2 -0
  132. package/types/main-app-framework/utils/src/get-portal-url/type.d.ts +16 -0
  133. package/types/main-app-framework/utils/src/layout-confirm.d.ts +12 -0
  134. package/types/main-app-framework/utils/src/set-common-info.d.ts +66 -0
  135. package/types/main-app-framework/utils/src/tools.d.ts +5 -0
  136. package/types/micro-frontend/bus.d.ts +33 -0
  137. package/types/micro-frontend/index.d.ts +7 -0
  138. package/types/micro-frontend/store.d.ts +5 -0
  139. 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,5 @@
1
+ declare const overlayData: any;
2
+ declare const overlay: {
3
+ set: (visible: true | false | "destroy", style?: any) => void;
4
+ };
5
+ export { overlayData, overlay };
@@ -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,4 @@
1
+ export * from './message-notify/index';
2
+ export * from './video-link/index';
3
+ export * from './remote-control/index';
4
+ export { default as Alarm } from './alarm/index.vue';
@@ -0,0 +1,2 @@
1
+
2
+ export declare const useMessageNotify: () => void;
@@ -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,3 @@
1
+ import * as signalR from '@microsoft/signalr';
2
+ declare const _default: () => signalR.HubConnection;
3
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const useRemoteControl: () => {};
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 获取菜单信息
3
+ * @param appCode 应用code
4
+ * @param menuCode 菜单code
5
+ * @returns
6
+ */
7
+ export declare const getMenuInfo: (appCode: string, menuCode: string) => unknown;
@@ -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,6 @@
1
+ export declare const useVideoLink: () => {
2
+ gridNum: import('vue').Ref<any, any>;
3
+ deviceList: import('vue').Ref<any, any>;
4
+ videoSocket: import('vue').Ref<any, any>;
5
+ connectLinkVideoSocket: () => any;
6
+ };
@@ -0,0 +1,4 @@
1
+ export declare const openVideoDialog: (option: {
2
+ gridNum: number;
3
+ deviceList: any[];
4
+ }) => any;
@@ -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,6 @@
1
+ import { Props } from '../type';
2
+
3
+ export declare function useVideo(props: Props): {
4
+ render: () => any;
5
+ toggleFullscreen: () => Promise<void>;
6
+ };
@@ -0,0 +1,3 @@
1
+ import { openTip as openEntryPageTip } from './src';
2
+
3
+ export { openEntryPageTip };
@@ -0,0 +1 @@
1
+ export * from './open';
@@ -0,0 +1,5 @@
1
+ export declare const openTip: ({ title, content, desc }: {
2
+ title?: string | undefined;
3
+ content?: string | undefined;
4
+ desc?: {} | undefined;
5
+ }) => any;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ '--menu-tip-diaolg-content': string;
3
+ '--menu-tip-diaolg-divide': string;
4
+ '--menu-tip-diaolg-info': string;
5
+ };
6
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { default as IframePage } from './src/index.vue';
2
+
3
+ export { IframePage };
@@ -0,0 +1,4 @@
1
+ export * from './watermark';
2
+ export * from './entry-page-tip';
3
+ export * from './person-set-dialog';
4
+ export * from './iframe-page';
@@ -0,0 +1,4 @@
1
+ import { default as PersonSetDialog } from './src/index.vue';
2
+
3
+ declare const PersonSetDialogRef: () => any;
4
+ export { PersonSetDialog, PersonSetDialogRef };
@@ -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;
@@ -0,0 +1,3 @@
1
+ export { default as SetThemeStyle } from './set-theme-style/index.vue';
2
+ export { default as SetLang } from './set-lang/index.vue';
3
+ export { default as SetHome } from './set-home/index.vue';
@@ -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,3 @@
1
+ import { default as Watermark } from './src/index.vue';
2
+
3
+ export { Watermark };
@@ -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: {};
@@ -0,0 +1,2 @@
1
+ /** 数据埋点-记录用户操作 */
2
+ export declare const dataActions: (payload?: any, payloadConfig?: import('@das-fed/upf-utils/curring-http/type').CurringConfig) => import('@das-fed/upf-utils/curring-http/type').CurringRes;
@@ -0,0 +1,2 @@
1
+ export declare const accessSys: (projectId: string | number) => any;
2
+ export declare const accessApp: (data: any) => any;