@riil-frontend/component-topology 2.6.0-alpha.0 → 2.7.0

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 (444) hide show
  1. package/build/1.js +1 -1
  2. package/build/index.css +2 -3
  3. package/build/index.js +20 -20
  4. package/es/components/BatchAttrMetric/setting.js +2 -2
  5. package/es/components/FormTable/index.js +1 -1
  6. package/es/components/IndexSettingDrawer/IndexList.js +2 -2
  7. package/es/components/Link/hook.js +1 -1
  8. package/es/components/Link/index.js +1 -1
  9. package/es/components/MultiResourceDrawer/Dynamic.js +1 -1
  10. package/es/components/MultiResourceDrawer/index.js +1 -1
  11. package/es/components/ResourceList/ResourceSelect.js +3 -3
  12. package/es/core/components/TopoView/Topo404.js +1 -1
  13. package/es/core/components/TopoView/TopoContent.js +1 -1
  14. package/es/core/components/TopoView/TopoNoPermission.js +1 -1
  15. package/es/core/components/TopoView/topoView.js +1 -1
  16. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/index.js +1 -1
  17. package/es/core/editor/components/ResourceViewAttributeSetting/Setting.js +1 -1
  18. package/es/core/editor/components/iconManage/UploadIconDialog.js +1 -1
  19. package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +1 -1
  20. package/es/core/models/TopoApp.js +3 -3
  21. package/es/core/models/attrAndMetric.js +1 -1
  22. package/es/core/models/cache/CiTyeCache.js +1 -1
  23. package/es/core/models/cache/DictCache.js +1 -1
  24. package/es/core/models/common/Alarm.js +2 -2
  25. package/es/core/models/plugins/resourceWebControllUrl.js +2 -2
  26. package/es/core/models/utils/linkUtils.js +1 -1
  27. package/es/core/utils/showMessage.js +1 -1
  28. package/es/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +2 -2
  29. package/es/hooks/useAlarm.js +1 -1
  30. package/es/hooks/useContainerLinkTopo.js +1 -1
  31. package/es/hooks/usePolling.js +1 -1
  32. package/es/hooks/useTopoEdit.js +2 -2
  33. package/es/models/ciModel.js +1 -1
  34. package/es/models/iconManage.js +2 -2
  35. package/es/models/linkDynamicStyle.js +1 -1
  36. package/es/models/linkManager.js +2 -2
  37. package/es/models/resourceWebControllUrlSetting.js +2 -2
  38. package/es/models/topoAlarm.js +1 -2
  39. package/es/models/topoBizMod.js +4 -4
  40. package/es/models/topoCreateMod.js +2 -2
  41. package/es/models/topoEdit.js +2 -2
  42. package/es/models/topoGraphView.js +2 -2
  43. package/es/models/topoMod.js +3 -3
  44. package/es/models/topoView.js +2 -2
  45. package/es/topoCenter/components/Topology.js +1 -1
  46. package/es/topoCenter/getTopoData.js +1 -1
  47. package/es/topoCenter/store/functionAuth.js +3 -3
  48. package/es/topoCenter/store/topoCenter.js +2 -2
  49. package/es/topoCenter/store/topoTreeMod.js +2 -2
  50. package/es/utils/format.js +1 -1
  51. package/es/utils/topoData.js +1 -1
  52. package/lib/components/BatchAttrMetric/setting.js +2 -2
  53. package/lib/components/FormTable/index.js +1 -1
  54. package/lib/components/IndexSettingDrawer/IndexList.js +2 -2
  55. package/lib/components/Link/hook.js +1 -1
  56. package/lib/components/Link/index.js +1 -1
  57. package/lib/components/MultiResourceDrawer/Dynamic.js +1 -1
  58. package/lib/components/MultiResourceDrawer/index.js +1 -1
  59. package/lib/components/ResourceList/ResourceSelect.js +3 -3
  60. package/lib/core/components/TopoView/Topo404.js +1 -1
  61. package/lib/core/components/TopoView/TopoContent.js +1 -1
  62. package/lib/core/components/TopoView/TopoNoPermission.js +1 -1
  63. package/lib/core/components/TopoView/topoView.js +1 -1
  64. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/index.js +1 -1
  65. package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.js +1 -1
  66. package/lib/core/editor/components/iconManage/UploadIconDialog.js +1 -1
  67. package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +1 -1
  68. package/lib/core/models/TopoApp.js +4 -4
  69. package/lib/core/models/attrAndMetric.js +1 -1
  70. package/lib/core/models/cache/CiTyeCache.js +1 -1
  71. package/lib/core/models/cache/DictCache.js +1 -1
  72. package/lib/core/models/common/Alarm.js +2 -2
  73. package/lib/core/models/plugins/resourceWebControllUrl.js +2 -2
  74. package/lib/core/models/utils/linkUtils.js +1 -1
  75. package/lib/core/utils/showMessage.js +1 -1
  76. package/lib/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +2 -2
  77. package/lib/hooks/useAlarm.js +1 -1
  78. package/lib/hooks/useContainerLinkTopo.js +1 -1
  79. package/lib/hooks/usePolling.js +1 -1
  80. package/lib/hooks/useTopoEdit.js +2 -2
  81. package/lib/models/ciModel.js +1 -1
  82. package/lib/models/iconManage.js +2 -2
  83. package/lib/models/linkDynamicStyle.js +1 -1
  84. package/lib/models/linkManager.js +2 -2
  85. package/lib/models/resourceWebControllUrlSetting.js +2 -2
  86. package/lib/models/topoAlarm.js +1 -3
  87. package/lib/models/topoBizMod.js +4 -4
  88. package/lib/models/topoCreateMod.js +2 -2
  89. package/lib/models/topoEdit.js +2 -2
  90. package/lib/models/topoGraphView.js +2 -2
  91. package/lib/models/topoMod.js +3 -3
  92. package/lib/models/topoView.js +2 -2
  93. package/lib/topoCenter/components/Topology.js +1 -1
  94. package/lib/topoCenter/getTopoData.js +1 -1
  95. package/lib/topoCenter/store/functionAuth.js +3 -3
  96. package/lib/topoCenter/store/topoCenter.js +2 -2
  97. package/lib/topoCenter/store/topoTreeMod.js +2 -2
  98. package/lib/utils/format.js +1 -1
  99. package/lib/utils/topoData.js +1 -1
  100. package/package.json +22 -21
  101. package/es/common/components/ResourceTable/ResourceTable.d.ts +0 -2
  102. package/es/common/plugins/useSelectionPlugin.d.ts +0 -23
  103. package/es/components/BatchAttrMetric/constant.d.ts +0 -30
  104. package/es/components/BatchAttrMetric/index.d.ts +0 -5
  105. package/es/components/BatchAttrMetric/setting.d.ts +0 -6
  106. package/es/components/BatchAttrMetric/utils.d.ts +0 -35
  107. package/es/components/Drawer/index.d.ts +0 -2
  108. package/es/components/FormTable/index.d.ts +0 -2
  109. package/es/components/IndexSettingDrawer/CiList.d.ts +0 -2
  110. package/es/components/IndexSettingDrawer/CiListItem.d.ts +0 -2
  111. package/es/components/IndexSettingDrawer/IndexList.d.ts +0 -2
  112. package/es/components/IndexSettingDrawer/index.d.ts +0 -2
  113. package/es/components/Link/form.d.ts +0 -2
  114. package/es/components/Link/hook.d.ts +0 -26
  115. package/es/components/Link/index.d.ts +0 -6
  116. package/es/components/Link/setting.d.ts +0 -8
  117. package/es/components/MultiResourceDrawer/Content.d.ts +0 -2
  118. package/es/components/MultiResourceDrawer/Dynamic.d.ts +0 -2
  119. package/es/components/MultiResourceDrawer/ResourceCard/index.d.ts +0 -2
  120. package/es/components/MultiResourceDrawer/ResourceSelect.d.ts +0 -2
  121. package/es/components/MultiResourceDrawer/Static.d.ts +0 -2
  122. package/es/components/MultiResourceDrawer/index.d.ts +0 -2
  123. package/es/components/ResourceList/ResourceSelect.d.ts +0 -2
  124. package/es/components/ResourceList/ResourceSelectConnect.d.ts +0 -2
  125. package/es/components/ResourceList/index.d.ts +0 -1
  126. package/es/components/ResourceSelect/DefaultResourceSelectDrawer.d.ts +0 -1
  127. package/es/components/ResourceSelect/ResourceSelectDrawer.d.ts +0 -1
  128. package/es/components/SingleResourceDrawer/index.d.ts +0 -2
  129. package/es/components/TemplateButton/Icon.d.ts +0 -2
  130. package/es/components/TemplateButton/assets/index.d.ts +0 -8
  131. package/es/components/TemplateButton/index.d.ts +0 -2
  132. package/es/components/TemplateGroup/index.d.ts +0 -2
  133. package/es/components/TemplateSelect/index.d.ts +0 -2
  134. package/es/constants/ResDetailContants.d.ts +0 -1
  135. package/es/constants/constant.d.ts +0 -36
  136. package/es/constants/defaultCiTypeIcon.d.ts +0 -8
  137. package/es/contextmenu/createMenuCommands.d.ts +0 -5
  138. package/es/core/common/contextmenu/mergeContextmenu.d.ts +0 -1
  139. package/es/core/common/icons/defaultIcons.d.ts +0 -84
  140. package/es/core/components/TopoApp.d.ts +0 -1
  141. package/es/core/components/TopoAppProvider.d.ts +0 -1
  142. package/es/core/components/TopoAppView.d.ts +0 -14
  143. package/es/core/components/TopoView/Topo.d.ts +0 -5
  144. package/es/core/components/TopoView/Topo404.d.ts +0 -1
  145. package/es/core/components/TopoView/TopoContent.d.ts +0 -5
  146. package/es/core/components/TopoView/TopoNoPermission.d.ts +0 -1
  147. package/es/core/components/TopoView/topoView.d.ts +0 -19
  148. package/es/core/components/buildProvider.d.ts +0 -1
  149. package/es/core/components/titlebar/TitleBar.d.ts +0 -9
  150. package/es/core/components/titlebar/index.d.ts +0 -1
  151. package/es/core/components/titlebar/widgets/TitleWidget.d.ts +0 -1
  152. package/es/core/editor/LinkDynamicStyleConfig.d.ts +0 -5
  153. package/es/core/editor/components/EditorPlugin.d.ts +0 -1
  154. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.d.ts +0 -1
  155. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/index.d.ts +0 -1
  156. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.d.ts +0 -6
  157. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/Rule.d.ts +0 -1
  158. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.d.ts +0 -1
  159. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.d.ts +0 -1
  160. package/es/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.d.ts +0 -4
  161. package/es/core/editor/components/ResourceViewAttributeSetting/Setting.d.ts +0 -5
  162. package/es/core/editor/components/iconManage/IconManage.d.ts +0 -1
  163. package/es/core/editor/components/iconManage/RenameDialog.d.ts +0 -1
  164. package/es/core/editor/components/iconManage/UploadIconDialog.d.ts +0 -30
  165. package/es/core/editor/components/iconManage/UploadIconDialogWrapper.d.ts +0 -1
  166. package/es/core/editor/components/iconManage/utils/svgToShape.d.ts +0 -1
  167. package/es/core/editor/components/settings/Settings.d.ts +0 -1
  168. package/es/core/editor/components/settings/SettingsForm.d.ts +0 -1
  169. package/es/core/editor/components/settings/Style.d.ts +0 -1
  170. package/es/core/editor/components/settings/common/LayoutSettings.d.ts +0 -2
  171. package/es/core/editor/components/settings/common/LineType.d.ts +0 -1
  172. package/es/core/editor/components/settings/common/NodeAlignType.d.ts +0 -1
  173. package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.d.ts +0 -12
  174. package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeNumberPicker.d.ts +0 -7
  175. package/es/core/editor/components/settings/common/tab/TabView.d.ts +0 -1
  176. package/es/core/editor/components/settings/common/text/FontStyleCheckbox.d.ts +0 -1
  177. package/es/core/editor/components/settings/common/text/TextStyle.d.ts +0 -1
  178. package/es/core/editor/components/settings/common/text/fontStyleUtil.d.ts +0 -19
  179. package/es/core/editor/components/settings/group/GroupNodeList/GroupNodeList.d.ts +0 -1
  180. package/es/core/editor/components/settings/group/GroupNodeList/ResourceList.d.ts +0 -2
  181. package/es/core/editor/components/settings/group/GroupNodeList/ResourceSelectButton.d.ts +0 -1
  182. package/es/core/editor/components/settings/group/GroupNodeList/icon.d.ts +0 -87
  183. package/es/core/editor/components/settings/layer/LayerSettingsForm.d.ts +0 -1
  184. package/es/core/editor/components/settings/link/LinkPropertyView.d.ts +0 -1
  185. package/es/core/editor/components/settings/node/NodeIconSelect.d.ts +0 -1
  186. package/es/core/editor/components/settings/node/NodeIconSelectTest.d.ts +0 -1
  187. package/es/core/editor/components/settings/node/NodePropertyView.d.ts +0 -1
  188. package/es/core/editor/components/settings/node/NodeRelateResourceButton.d.ts +0 -4
  189. package/es/core/editor/components/settings/node/TopoTreeSelect.d.ts +0 -1
  190. package/es/core/editor/components/settings/text/TextPropertyView.d.ts +0 -1
  191. package/es/core/editor/components/settings/useSettingRuntimeState.d.ts +0 -5
  192. package/es/core/editor/components/settings/view/BatchSetNodeSize.d.ts +0 -1
  193. package/es/core/editor/components/settings/view/ViewPropertyView.d.ts +0 -1
  194. package/es/core/editor/components/titlebar/TopoEditorTitleBar.d.ts +0 -1
  195. package/es/core/editor/components/titlebar/widgets/SaveButton.d.ts +0 -1
  196. package/es/core/editor/contextmenu/buildContextmenu.d.ts +0 -6
  197. package/es/core/index.d.ts +0 -1
  198. package/es/core/models/AttributeMetricDisplay.d.ts +0 -8
  199. package/es/core/models/TopoGraphView.d.ts +0 -42
  200. package/es/core/models/TopoViewer.d.ts +0 -9
  201. package/es/core/models/attrAndMetric.d.ts +0 -1
  202. package/es/core/models/cache/CiTyeCache.d.ts +0 -12
  203. package/es/core/models/cache/DictCache.d.ts +0 -11
  204. package/es/core/models/common/Alarm.d.ts +0 -52
  205. package/es/core/models/common/ContextMenu.d.ts +0 -8
  206. package/es/core/models/createTopoApp.d.ts +0 -13
  207. package/es/core/models/plugins/resourceWebControllUrl.d.ts +0 -11
  208. package/es/core/models/utils/getRelationDetailByIds.d.ts +0 -1
  209. package/es/core/models/utils/linkUtils.d.ts +0 -3
  210. package/es/core/store/coreModels.d.ts +0 -18
  211. package/es/core/store/createStore.d.ts +0 -1
  212. package/es/core/test/Test.d.ts +0 -9
  213. package/es/core/utils/resourceUtil.d.ts +0 -5
  214. package/es/core/utils/showMessage.d.ts +0 -1
  215. package/es/core/viewer/components/plugins/ResourceDetail/ResourceDetailDrawerPlugin.d.ts +0 -1
  216. package/es/core/viewer/components/plugins/ResourceDetail/topoDrawer.d.ts +0 -2
  217. package/es/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.d.ts +0 -1
  218. package/es/core/viewer/components/plugins/ViewerPlugin.d.ts +0 -1
  219. package/es/core/viewer/components/titlebar/TopoViewerTitleBar.d.ts +0 -1
  220. package/es/core/viewer/components/titlebar/ViewerTools.d.ts +0 -1
  221. package/es/core/viewer/components/titlebar/widgets/EditButton.d.ts +0 -4
  222. package/es/core/viewer/components/titlebar/widgets/SearchWidget.d.ts +0 -8
  223. package/es/core/viewer/contextmenu/buildContextmenu.d.ts +0 -42
  224. package/es/core/viewer/contextmenu/buildLinkContextmenu.d.ts +0 -9
  225. package/es/core/viewer/contextmenu/buildNodeContextmenu.d.ts +0 -24
  226. package/es/core/viewer/contextmenu/buildViewContextmenu.d.ts +0 -7
  227. package/es/createTopo.d.ts +0 -2
  228. package/es/getStoreModels.d.ts +0 -35
  229. package/es/hooks/useAlarm.d.ts +0 -1
  230. package/es/hooks/useContainerLinkTopo.d.ts +0 -8
  231. package/es/hooks/usePolling.d.ts +0 -9
  232. package/es/hooks/useSelection.d.ts +0 -9
  233. package/es/hooks/useTopoEdit.d.ts +0 -83
  234. package/es/index.d.ts +0 -3
  235. package/es/mock/mock.d.ts +0 -187
  236. package/es/models/ciModel.d.ts +0 -15
  237. package/es/models/iconManage.d.ts +0 -39
  238. package/es/models/linkDynamicStyle.d.ts +0 -47
  239. package/es/models/linkDynamicStyleConfig.d.ts +0 -37
  240. package/es/models/linkManager.d.ts +0 -11
  241. package/es/models/resourceWebControllUrlSetting.d.ts +0 -13
  242. package/es/models/topoAlarm.d.ts +0 -15
  243. package/es/models/topoBizMod.d.ts +0 -42
  244. package/es/models/topoCreateMod.d.ts +0 -108
  245. package/es/models/topoEdit.d.ts +0 -13
  246. package/es/models/topoGraphView.d.ts +0 -11
  247. package/es/models/topoMod.d.ts +0 -86
  248. package/es/models/topoView.d.ts +0 -11
  249. package/es/topoCenter/components/Topology.d.ts +0 -1
  250. package/es/topoCenter/createTopo.d.ts +0 -3
  251. package/es/topoCenter/getTopoData.d.ts +0 -1
  252. package/es/topoCenter/index.d.ts +0 -3
  253. package/es/topoCenter/models/TopoCenter.d.ts +0 -11
  254. package/es/topoCenter/store/functionAuth.d.ts +0 -20
  255. package/es/topoCenter/store/topoCenter.d.ts +0 -32
  256. package/es/topoCenter/store/topoTreeMod.d.ts +0 -83
  257. package/es/topoCenter/viewer/components/TitleBar.d.ts +0 -1
  258. package/es/topoCenter/viewer/components/TopologyViewer.d.ts +0 -1
  259. package/es/topoCenter/viewer/createTopoViewer.d.ts +0 -3
  260. package/es/topoCenter/viewer/index.d.ts +0 -2
  261. package/es/utils/ciType.d.ts +0 -1
  262. package/es/utils/format.d.ts +0 -28
  263. package/es/utils/htElementDataUtil.d.ts +0 -5
  264. package/es/utils/htElementUtils.d.ts +0 -5
  265. package/es/utils/listToTree.d.ts +0 -1
  266. package/es/utils/resourceElementUtil.d.ts +0 -1
  267. package/es/utils/template.d.ts +0 -50
  268. package/es/utils/topoData.d.ts +0 -54
  269. package/es/utils/topoIconUtil.d.ts +0 -6
  270. package/es/utils/topoMocks.d.ts +0 -172
  271. package/es/utils/topoPermissionUtil.d.ts +0 -9
  272. package/es/utils/tree.d.ts +0 -15
  273. package/lib/common/components/ResourceTable/ResourceTable.d.ts +0 -2
  274. package/lib/common/plugins/useSelectionPlugin.d.ts +0 -23
  275. package/lib/components/BatchAttrMetric/constant.d.ts +0 -30
  276. package/lib/components/BatchAttrMetric/index.d.ts +0 -5
  277. package/lib/components/BatchAttrMetric/setting.d.ts +0 -6
  278. package/lib/components/BatchAttrMetric/utils.d.ts +0 -35
  279. package/lib/components/Drawer/index.d.ts +0 -2
  280. package/lib/components/FormTable/index.d.ts +0 -2
  281. package/lib/components/IndexSettingDrawer/CiList.d.ts +0 -2
  282. package/lib/components/IndexSettingDrawer/CiListItem.d.ts +0 -2
  283. package/lib/components/IndexSettingDrawer/IndexList.d.ts +0 -2
  284. package/lib/components/IndexSettingDrawer/index.d.ts +0 -2
  285. package/lib/components/Link/form.d.ts +0 -2
  286. package/lib/components/Link/hook.d.ts +0 -26
  287. package/lib/components/Link/index.d.ts +0 -6
  288. package/lib/components/Link/setting.d.ts +0 -8
  289. package/lib/components/MultiResourceDrawer/Content.d.ts +0 -2
  290. package/lib/components/MultiResourceDrawer/Dynamic.d.ts +0 -2
  291. package/lib/components/MultiResourceDrawer/ResourceCard/index.d.ts +0 -2
  292. package/lib/components/MultiResourceDrawer/ResourceSelect.d.ts +0 -2
  293. package/lib/components/MultiResourceDrawer/Static.d.ts +0 -2
  294. package/lib/components/MultiResourceDrawer/index.d.ts +0 -2
  295. package/lib/components/ResourceList/ResourceSelect.d.ts +0 -2
  296. package/lib/components/ResourceList/ResourceSelectConnect.d.ts +0 -2
  297. package/lib/components/ResourceList/index.d.ts +0 -1
  298. package/lib/components/ResourceSelect/DefaultResourceSelectDrawer.d.ts +0 -1
  299. package/lib/components/ResourceSelect/ResourceSelectDrawer.d.ts +0 -1
  300. package/lib/components/SingleResourceDrawer/index.d.ts +0 -2
  301. package/lib/components/TemplateButton/Icon.d.ts +0 -2
  302. package/lib/components/TemplateButton/assets/index.d.ts +0 -8
  303. package/lib/components/TemplateButton/index.d.ts +0 -2
  304. package/lib/components/TemplateGroup/index.d.ts +0 -2
  305. package/lib/components/TemplateSelect/index.d.ts +0 -2
  306. package/lib/constants/ResDetailContants.d.ts +0 -1
  307. package/lib/constants/constant.d.ts +0 -36
  308. package/lib/constants/defaultCiTypeIcon.d.ts +0 -8
  309. package/lib/contextmenu/createMenuCommands.d.ts +0 -5
  310. package/lib/core/common/contextmenu/mergeContextmenu.d.ts +0 -1
  311. package/lib/core/common/icons/defaultIcons.d.ts +0 -84
  312. package/lib/core/components/TopoApp.d.ts +0 -1
  313. package/lib/core/components/TopoAppProvider.d.ts +0 -1
  314. package/lib/core/components/TopoAppView.d.ts +0 -14
  315. package/lib/core/components/TopoView/Topo.d.ts +0 -5
  316. package/lib/core/components/TopoView/Topo404.d.ts +0 -1
  317. package/lib/core/components/TopoView/TopoContent.d.ts +0 -5
  318. package/lib/core/components/TopoView/TopoNoPermission.d.ts +0 -1
  319. package/lib/core/components/TopoView/topoView.d.ts +0 -19
  320. package/lib/core/components/buildProvider.d.ts +0 -1
  321. package/lib/core/components/titlebar/TitleBar.d.ts +0 -9
  322. package/lib/core/components/titlebar/index.d.ts +0 -1
  323. package/lib/core/components/titlebar/widgets/TitleWidget.d.ts +0 -1
  324. package/lib/core/editor/LinkDynamicStyleConfig.d.ts +0 -5
  325. package/lib/core/editor/components/EditorPlugin.d.ts +0 -1
  326. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.d.ts +0 -1
  327. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/index.d.ts +0 -1
  328. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.d.ts +0 -6
  329. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/Rule.d.ts +0 -1
  330. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.d.ts +0 -1
  331. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.d.ts +0 -1
  332. package/lib/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.d.ts +0 -4
  333. package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.d.ts +0 -5
  334. package/lib/core/editor/components/iconManage/IconManage.d.ts +0 -1
  335. package/lib/core/editor/components/iconManage/RenameDialog.d.ts +0 -1
  336. package/lib/core/editor/components/iconManage/UploadIconDialog.d.ts +0 -30
  337. package/lib/core/editor/components/iconManage/UploadIconDialogWrapper.d.ts +0 -1
  338. package/lib/core/editor/components/iconManage/utils/svgToShape.d.ts +0 -1
  339. package/lib/core/editor/components/settings/Settings.d.ts +0 -1
  340. package/lib/core/editor/components/settings/SettingsForm.d.ts +0 -1
  341. package/lib/core/editor/components/settings/Style.d.ts +0 -1
  342. package/lib/core/editor/components/settings/common/LayoutSettings.d.ts +0 -2
  343. package/lib/core/editor/components/settings/common/LineType.d.ts +0 -1
  344. package/lib/core/editor/components/settings/common/NodeAlignType.d.ts +0 -1
  345. package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.d.ts +0 -12
  346. package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeNumberPicker.d.ts +0 -7
  347. package/lib/core/editor/components/settings/common/tab/TabView.d.ts +0 -1
  348. package/lib/core/editor/components/settings/common/text/FontStyleCheckbox.d.ts +0 -1
  349. package/lib/core/editor/components/settings/common/text/TextStyle.d.ts +0 -1
  350. package/lib/core/editor/components/settings/common/text/fontStyleUtil.d.ts +0 -19
  351. package/lib/core/editor/components/settings/group/GroupNodeList/GroupNodeList.d.ts +0 -1
  352. package/lib/core/editor/components/settings/group/GroupNodeList/ResourceList.d.ts +0 -2
  353. package/lib/core/editor/components/settings/group/GroupNodeList/ResourceSelectButton.d.ts +0 -1
  354. package/lib/core/editor/components/settings/group/GroupNodeList/icon.d.ts +0 -87
  355. package/lib/core/editor/components/settings/layer/LayerSettingsForm.d.ts +0 -1
  356. package/lib/core/editor/components/settings/link/LinkPropertyView.d.ts +0 -1
  357. package/lib/core/editor/components/settings/node/NodeIconSelect.d.ts +0 -1
  358. package/lib/core/editor/components/settings/node/NodeIconSelectTest.d.ts +0 -1
  359. package/lib/core/editor/components/settings/node/NodePropertyView.d.ts +0 -1
  360. package/lib/core/editor/components/settings/node/NodeRelateResourceButton.d.ts +0 -4
  361. package/lib/core/editor/components/settings/node/TopoTreeSelect.d.ts +0 -1
  362. package/lib/core/editor/components/settings/text/TextPropertyView.d.ts +0 -1
  363. package/lib/core/editor/components/settings/useSettingRuntimeState.d.ts +0 -5
  364. package/lib/core/editor/components/settings/view/BatchSetNodeSize.d.ts +0 -1
  365. package/lib/core/editor/components/settings/view/ViewPropertyView.d.ts +0 -1
  366. package/lib/core/editor/components/titlebar/TopoEditorTitleBar.d.ts +0 -1
  367. package/lib/core/editor/components/titlebar/widgets/SaveButton.d.ts +0 -1
  368. package/lib/core/editor/contextmenu/buildContextmenu.d.ts +0 -6
  369. package/lib/core/index.d.ts +0 -1
  370. package/lib/core/models/AttributeMetricDisplay.d.ts +0 -8
  371. package/lib/core/models/TopoGraphView.d.ts +0 -42
  372. package/lib/core/models/TopoViewer.d.ts +0 -9
  373. package/lib/core/models/attrAndMetric.d.ts +0 -1
  374. package/lib/core/models/cache/CiTyeCache.d.ts +0 -12
  375. package/lib/core/models/cache/DictCache.d.ts +0 -11
  376. package/lib/core/models/common/Alarm.d.ts +0 -52
  377. package/lib/core/models/common/ContextMenu.d.ts +0 -8
  378. package/lib/core/models/createTopoApp.d.ts +0 -13
  379. package/lib/core/models/plugins/resourceWebControllUrl.d.ts +0 -11
  380. package/lib/core/models/utils/getRelationDetailByIds.d.ts +0 -1
  381. package/lib/core/models/utils/linkUtils.d.ts +0 -3
  382. package/lib/core/store/coreModels.d.ts +0 -18
  383. package/lib/core/store/createStore.d.ts +0 -1
  384. package/lib/core/test/Test.d.ts +0 -9
  385. package/lib/core/utils/resourceUtil.d.ts +0 -5
  386. package/lib/core/utils/showMessage.d.ts +0 -1
  387. package/lib/core/viewer/components/plugins/ResourceDetail/ResourceDetailDrawerPlugin.d.ts +0 -1
  388. package/lib/core/viewer/components/plugins/ResourceDetail/topoDrawer.d.ts +0 -2
  389. package/lib/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.d.ts +0 -1
  390. package/lib/core/viewer/components/plugins/ViewerPlugin.d.ts +0 -1
  391. package/lib/core/viewer/components/titlebar/TopoViewerTitleBar.d.ts +0 -1
  392. package/lib/core/viewer/components/titlebar/ViewerTools.d.ts +0 -1
  393. package/lib/core/viewer/components/titlebar/widgets/EditButton.d.ts +0 -4
  394. package/lib/core/viewer/components/titlebar/widgets/SearchWidget.d.ts +0 -8
  395. package/lib/core/viewer/contextmenu/buildContextmenu.d.ts +0 -42
  396. package/lib/core/viewer/contextmenu/buildLinkContextmenu.d.ts +0 -9
  397. package/lib/core/viewer/contextmenu/buildNodeContextmenu.d.ts +0 -24
  398. package/lib/core/viewer/contextmenu/buildViewContextmenu.d.ts +0 -7
  399. package/lib/createTopo.d.ts +0 -2
  400. package/lib/getStoreModels.d.ts +0 -35
  401. package/lib/hooks/useAlarm.d.ts +0 -1
  402. package/lib/hooks/useContainerLinkTopo.d.ts +0 -8
  403. package/lib/hooks/usePolling.d.ts +0 -9
  404. package/lib/hooks/useSelection.d.ts +0 -9
  405. package/lib/hooks/useTopoEdit.d.ts +0 -83
  406. package/lib/index.d.ts +0 -3
  407. package/lib/mock/mock.d.ts +0 -187
  408. package/lib/models/ciModel.d.ts +0 -15
  409. package/lib/models/iconManage.d.ts +0 -39
  410. package/lib/models/linkDynamicStyle.d.ts +0 -47
  411. package/lib/models/linkDynamicStyleConfig.d.ts +0 -37
  412. package/lib/models/linkManager.d.ts +0 -11
  413. package/lib/models/resourceWebControllUrlSetting.d.ts +0 -13
  414. package/lib/models/topoAlarm.d.ts +0 -15
  415. package/lib/models/topoBizMod.d.ts +0 -42
  416. package/lib/models/topoCreateMod.d.ts +0 -108
  417. package/lib/models/topoEdit.d.ts +0 -13
  418. package/lib/models/topoGraphView.d.ts +0 -11
  419. package/lib/models/topoMod.d.ts +0 -86
  420. package/lib/models/topoView.d.ts +0 -11
  421. package/lib/topoCenter/components/Topology.d.ts +0 -1
  422. package/lib/topoCenter/createTopo.d.ts +0 -3
  423. package/lib/topoCenter/getTopoData.d.ts +0 -1
  424. package/lib/topoCenter/index.d.ts +0 -3
  425. package/lib/topoCenter/models/TopoCenter.d.ts +0 -11
  426. package/lib/topoCenter/store/functionAuth.d.ts +0 -20
  427. package/lib/topoCenter/store/topoCenter.d.ts +0 -32
  428. package/lib/topoCenter/store/topoTreeMod.d.ts +0 -83
  429. package/lib/topoCenter/viewer/components/TitleBar.d.ts +0 -1
  430. package/lib/topoCenter/viewer/components/TopologyViewer.d.ts +0 -1
  431. package/lib/topoCenter/viewer/createTopoViewer.d.ts +0 -3
  432. package/lib/topoCenter/viewer/index.d.ts +0 -2
  433. package/lib/utils/ciType.d.ts +0 -1
  434. package/lib/utils/format.d.ts +0 -28
  435. package/lib/utils/htElementDataUtil.d.ts +0 -5
  436. package/lib/utils/htElementUtils.d.ts +0 -5
  437. package/lib/utils/listToTree.d.ts +0 -1
  438. package/lib/utils/resourceElementUtil.d.ts +0 -1
  439. package/lib/utils/template.d.ts +0 -50
  440. package/lib/utils/topoData.d.ts +0 -54
  441. package/lib/utils/topoIconUtil.d.ts +0 -6
  442. package/lib/utils/topoMocks.d.ts +0 -172
  443. package/lib/utils/topoPermissionUtil.d.ts +0 -9
  444. package/lib/utils/tree.d.ts +0 -15
@@ -6,9 +6,9 @@ import _extends from "@babel/runtime/helpers/extends";
6
6
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
7
7
  var _excluded = ["defaultSet", "dataType"];
8
8
  import React, { useState } from 'react';
9
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
10
10
  import ActionTree from '@riil-frontend/component-action-tree';
11
- import NoDataPage from '@riil-frontend/component-topology-utils/es/components/NoDataPage';
11
+ import NoDataPage from '@riil-frontend/component-topology-common/es/components/NoDataPage';
12
12
  import TableLayout from '@riil-frontend/component-table-layout';
13
13
  import RiilHooks from '@riil-frontend/hooks';
14
14
  import * as utils from "./utils";
@@ -8,7 +8,7 @@ import Pagination from '@riil-frontend/component-pager';
8
8
  import MoreButtonsMenu from '@riil-frontend/component-more-buttons-menu';
9
9
  import TableFilterTags from '@riil-frontend/component-table-filter-tags';
10
10
  import TableLayout from '@riil-frontend/component-table-layout';
11
- import NoDataPage from '@riil-frontend/component-topology-utils/es/components/NoDataPage';
11
+ import NoDataPage from '@riil-frontend/component-topology-common/es/components/NoDataPage';
12
12
 
13
13
  var FormTable = function FormTable(props) {
14
14
  var _tableProps$filterPar;
@@ -1,8 +1,8 @@
1
1
  import _Table from "@alifd/next/lib/table";
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import React, { useMemo, useState } from 'react';
4
- import NoDataPage from '@riil-frontend/component-topology-utils/es/components/NoDataPage';
5
- import { getTitleCell } from '@riil-frontend/component-topology-utils/es/utils/table'; // import styles from './index.module.scss';
4
+ import NoDataPage from '@riil-frontend/component-topology-common/es/components/NoDataPage';
5
+ import { getTitleCell } from '@riil-frontend/component-topology-common/es/utils/table'; // import styles from './index.module.scss';
6
6
 
7
7
  var TYPES_NAME = {
8
8
  attributes: '属性',
@@ -5,7 +5,7 @@ var _excluded = ["run"];
5
5
  import _regeneratorRuntime from "@babel/runtime/regenerator";
6
6
  import { useEffect, useState } from 'react';
7
7
  import { useRequest } from 'ahooks';
8
- import * as cmdbService from '@riil-frontend/component-topology-utils/es/services/cmdb';
8
+ import * as cmdbService from '@riil-frontend/component-topology-common/es/services/cmdb';
9
9
  import { isAvailableArray } from '@riil-frontend/utils';
10
10
 
11
11
  function queryCiWithComponents(ids) {
@@ -4,7 +4,7 @@ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
4
4
  import _regeneratorRuntime from "@babel/runtime/regenerator";
5
5
  import React, { forwardRef, useCallback, useEffect, useImperativeHandle, useState } from 'react';
6
6
  import { useBoolean } from 'ahooks';
7
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
7
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
8
8
  import { TopoEvent } from '@riil-frontend/component-topology-graph';
9
9
  import styles from "./index.module.scss";
10
10
  import LinkSetting from "./setting";
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { getRequest } from '@riil-frontend/component-topology-utils/es/request';
2
+ import { getRequest } from '@riil-frontend/component-topology-common/es/utils/request';
3
3
  import ResSearch from '@riil-frontend/component-res-advanced-search';
4
4
  import ResourceCard from "./ResourceCard";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import React, { useRef } from 'react';
2
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
2
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
3
3
  import Drawer from "../Drawer";
4
4
  import Content from "./Content";
5
5
  import ResourceSelect from "./ResourceSelect"; // import styles from './index.module.scss';
@@ -6,9 +6,9 @@ import useNextFormTable from '@ahooksjs/next-form-table';
6
6
  import useFilterPlugin from '@ahooksjs/use-filter-plugin';
7
7
  import useSortablePlugin from '@ahooksjs/use-sortable-plugin';
8
8
  import useSelectionPlugin from "../../common/plugins/useSelectionPlugin";
9
- import { fetchCommonQuery } from '@riil-frontend/component-topology-utils/es/services/cmdb';
10
- import { getTitleCell } from '@riil-frontend/component-topology-utils/es/utils/table';
11
- import { DICT } from '@riil-frontend/component-topology-utils/es/utils/storage';
9
+ import { fetchCommonQuery } from '@riil-frontend/component-topology-common/es/services/cmdb';
10
+ import { getTitleCell } from '@riil-frontend/component-topology-common/es/utils/table';
11
+ import { DICT } from '@riil-frontend/component-topology-common/es/utils/storage';
12
12
  import { formatDataForTable, getIp } from "../../utils/format";
13
13
  import RiilTable from "../FormTable";
14
14
  import styles from "./ResourceSelect.module.scss";
@@ -1,5 +1,5 @@
1
1
  import React, { useState, useEffect, useRef, useCallback } from 'react';
2
- import NodataPage from '@riil-frontend/component-topology-utils/es/components/NoDataPage/index';
2
+ import NodataPage from '@riil-frontend/component-topology-common/es/components/NoDataPage/index';
3
3
  import styles from "../../../components/index.module.scss";
4
4
  export default function Topo404(props) {
5
5
  return /*#__PURE__*/React.createElement(NodataPage, {
@@ -3,7 +3,7 @@ import _extends from "@babel/runtime/helpers/extends";
3
3
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
4
4
  var _excluded = ["engine", "topo", "topoState", "titleBar", "onEnterEdit"];
5
5
  import React, { useState, useEffect, useRef, useCallback } from 'react';
6
- import NodataPage from '@riil-frontend/component-topology-utils/es/components/NoDataPage/index';
6
+ import NodataPage from '@riil-frontend/component-topology-common/es/components/NoDataPage/index';
7
7
  import TopoView from "./topoView";
8
8
  import topoPermissonUtil from "../../../utils/topoPermissionUtil";
9
9
  import Topo404 from "./Topo404";
@@ -1,5 +1,5 @@
1
1
  import React, { useState, useEffect, useRef, useCallback } from 'react';
2
- import NodataPage from '@riil-frontend/component-topology-utils/es/components/NoDataPage/index';
2
+ import NodataPage from '@riil-frontend/component-topology-common/es/components/NoDataPage/index';
3
3
  import styles from "../../../components/index.module.scss";
4
4
  export default function TopoNoPermission(props) {
5
5
  return /*#__PURE__*/React.createElement(NodataPage, {
@@ -2,7 +2,7 @@ import React, { useState, useEffect, useRef, useCallback } from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import classnames from 'classnames';
4
4
  import TopoContainer, { TopoEvent } from '@riil-frontend/component-topology-graph';
5
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
5
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
6
6
  import useTopoEdit from "../../../hooks/useTopoEdit";
7
7
  import usePolling from "../../../hooks/usePolling";
8
8
  import useAlarm from "../../../hooks/useAlarm";
@@ -1,5 +1,5 @@
1
1
  import React, { useEffect, useRef } from 'react';
2
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
2
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
3
3
  import RuleSetting from "./RuleSetting";
4
4
  import Drawer from "../../../../components/Drawer";
5
5
  export default function LinkDynamicStyleSettingDrawer(props) {
@@ -1,7 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import React, { useState, useEffect, useRef, useCallback, useImperativeHandle, forwardRef } from 'react';
3
3
  import { TopoEvent } from '@riil-frontend/component-topology-graph';
4
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
4
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
5
5
  import BatchAttrMetricDrawer from "../../../../components/BatchAttrMetric";
6
6
  import { updateAllCiDoc, updateCiDoc } from "../../../../utils/topoData";
7
7
  /**
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
5
5
  import _Message from "@alifd/next/lib/message";
6
6
  import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
7
7
  import React from 'react';
8
- import topoServer from '@riil-frontend/component-topology-utils/es/services/topo/index';
8
+ import topoServer from '@riil-frontend/component-topology-common/es/services/topo/index';
9
9
  import _ from 'lodash';
10
10
  import _svgToShape from "./utils/svgToShape";
11
11
  import styles from "./UploadIconDialog.module.scss";
@@ -5,7 +5,7 @@ import React, { useState } from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import NodeSizeNumberPicker from "./NodeSizeNumberPicker";
7
7
  import styles from "./NodeSizeInput.module.scss";
8
- import rlog from "@riil-frontend/component-topology-utils/es/utils/rlog";
8
+ import rlog from "@riil-frontend/component-topology-utils/es/rlog";
9
9
  var FormItem = _Form.Item;
10
10
  var Row = _Grid.Row,
11
11
  Col = _Grid.Col;
@@ -1,9 +1,9 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
5
- import { setRequest } from '@riil-frontend/component-topology-utils';
6
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
4
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
5
+ import { setRequest } from '@riil-frontend/component-topology-common';
6
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
7
7
  import CiTyeCache from "./cache/CiTyeCache";
8
8
  import Alarm from "./common/Alarm";
9
9
  import TopoGraphView from "./TopoGraphView";
@@ -1,4 +1,4 @@
1
- import rlog from "@riil-frontend/component-topology-utils/es/utils/rlog";
1
+ import rlog from "@riil-frontend/component-topology-utils/es/rlog";
2
2
  import { findItem } from "../../utils/topoData";
3
3
  import { TopoEvent } from "@riil-frontend/component-topology-graph";
4
4
  import { metricValueFormat } from "@riil-frontend/utils";
@@ -1,7 +1,7 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _createClass from "@babel/runtime/helpers/createClass";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
4
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
5
5
  /**
6
6
  * Ci类型属性、指标缓存
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _regeneratorRuntime from "@babel/runtime/regenerator";
3
3
  import { dictFormat } from '@riil-frontend/utils';
4
- import * as modelService from '@riil-frontend/component-topology-utils/es/services/model';
4
+ import * as modelService from '@riil-frontend/component-topology-common/es/services/model';
5
5
  /**
6
6
  * 数据字典缓存
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _regeneratorRuntime from "@babel/runtime/regenerator";
3
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
4
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
3
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
4
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
5
5
 
6
6
  var Alarm = /*#__PURE__*/function () {
7
7
  function Alarm() {
@@ -1,8 +1,8 @@
1
1
  import _Message from "@alifd/next/lib/message";
2
2
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
5
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
4
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
5
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
6
6
  export default function (topo) {
7
7
  var resourceUrlMap = {};
8
8
  var currentId = null;
@@ -1,7 +1,7 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
4
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
5
5
  import { findItem } from "../../../utils/topoData";
6
6
  export function mergeLinksData(links, relationDetails) {
7
7
  return links.map(function (link) {
@@ -1,5 +1,5 @@
1
1
  import _Message from "@alifd/next/lib/message";
2
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
2
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
3
3
  var MSG_TYPES = {
4
4
  info: 'notice',
5
5
  success: 'success',
@@ -4,8 +4,8 @@ import _Button from "@alifd/next/lib/button";
4
4
  import _extends from "@babel/runtime/helpers/extends";
5
5
  import React, { useState, useEffect } from 'react';
6
6
  import { Link } from 'react-router-dom';
7
- import AlarmSimple from '@riil-frontend/component-topology-utils/es/components/AlarmSimple/index';
8
- import ResMetricsChartPool from '@riil-frontend/component-topology-utils/es/components/ResMetricsChartPool/index';
7
+ import AlarmSimple from '@riil-frontend/component-topology-common/es/components/AlarmSimple/index';
8
+ import ResMetricsChartPool from '@riil-frontend/component-topology-common/es/components/ResMetricsChartPool/index';
9
9
  import styles from "./index.module.scss";
10
10
  /**
11
11
  * 前台资源详情路由地址
@@ -1,7 +1,7 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _regeneratorRuntime from "@babel/runtime/regenerator";
3
3
  import { useEffect } from 'react';
4
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
4
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
5
5
  import { EE } from '@riil-frontend/component-riil-event-emitter';
6
6
  import { isAvailableArray } from '@riil-frontend/utils';
7
7
  export default function useAlarm(options) {
@@ -1,5 +1,5 @@
1
1
  import { TopoEvent } from '@riil-frontend/component-topology-graph';
2
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
2
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
3
3
  import { loopTreeFun } from "../utils/tree";
4
4
  /**
5
5
  * 关联拓扑
@@ -3,7 +3,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
3
3
  import { useState, useEffect, useMemo } from 'react';
4
4
  import { useRequest } from 'ahooks';
5
5
  import _ from 'lodash';
6
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
6
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
7
7
  import { TopoEvent } from '@riil-frontend/component-topology-graph';
8
8
  import { metricValueFormat } from '@riil-frontend/utils';
9
9
  import { findItem } from "../utils/topoData";
@@ -6,8 +6,8 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
6
6
  import { useCallback, useEffect, useMemo, useState } from 'react';
7
7
  import { useUpdateEffect, useDynamicList } from 'ahooks';
8
8
  import { isAvailableArray, isNull } from '@riil-frontend/utils';
9
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
10
- import * as cmdbService from '@riil-frontend/component-topology-utils/es/services/cmdb';
9
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
10
+ import * as cmdbService from '@riil-frontend/component-topology-common/es/services/cmdb';
11
11
  import { TopoEvent } from '@riil-frontend/component-topology-graph';
12
12
  import { filterNode, filterGroupById, filterGroupByTag, formatTreeDataSelect } from "../utils/format";
13
13
  import { DEFAULT_GROUP } from "../utils/template";
@@ -1,7 +1,7 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import { queryAllModel, getCiMetric, getCi } from '@riil-frontend/component-topology-utils/es/services/model';
4
+ import { queryAllModel, getCiMetric, getCi } from '@riil-frontend/component-topology-common/es/services/model';
5
5
  import { getAllCiTypes } from "../utils/ciType";
6
6
  export default {
7
7
  state: {
@@ -7,8 +7,8 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
7
7
  /**
8
8
  * 图标管理 Model
9
9
  */
10
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
11
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
10
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
11
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
12
12
  import { buildIcons } from "../utils/topoIconUtil";
13
13
  export default function (engine) {
14
14
  return {
@@ -6,7 +6,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
6
6
  * 动态设置链路样式 Model
7
7
  */
8
8
  import _ from 'lodash';
9
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
10
10
  var defaultConfig = {
11
11
  networkLink: {
12
12
  // 网络链路
@@ -5,8 +5,8 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
5
5
  /**
6
6
  * 链路新增、编辑 Model
7
7
  */
8
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
8
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
9
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
10
10
  export default function (topoApp) {
11
11
  return {
12
12
  // 定义 model 的初始 state
@@ -3,8 +3,8 @@ import _extends from "@babel/runtime/helpers/extends";
3
3
  /**
4
4
  * 资源web控制台url配置 Model
5
5
  */
6
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
7
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
6
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
7
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
8
8
  export default {
9
9
  // 定义 model 的初始 state
10
10
  state: {
@@ -5,8 +5,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
5
5
  /**
6
6
  * 告警
7
7
  */
8
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
8
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
10
9
  export default {
11
10
  // 定义 model 的初始 state
12
11
  state: {
@@ -1,10 +1,10 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import topoServer from '@riil-frontend/component-topology-utils/es/services/topo';
5
- import { getLatestMetrics } from '@riil-frontend/component-topology-utils/es/services/metric';
6
- import { getCiMeta } from '@riil-frontend/component-topology-utils/es/services/model';
7
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
4
+ import topoServer from '@riil-frontend/component-topology-common/es/services/topo';
5
+ import { getLatestMetrics } from '@riil-frontend/component-topology-common/es/services/metric';
6
+ import { getCiMeta } from '@riil-frontend/component-topology-common/es/services/model';
7
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
8
8
  import _ from 'lodash';
9
9
  import { findItem, findItemIndex, sortList } from "../utils/topoData";
10
10
  export default function (engine) {
@@ -6,8 +6,8 @@ var _stateMapping;
6
6
  import _regeneratorRuntime from "@babel/runtime/regenerator";
7
7
  import { isAvailableArray, getUUID } from '@riil-frontend/utils';
8
8
  import { transformTopoElements } from '@riil-frontend/component-topology-graph/es/utils';
9
- import topoService, { TOPO_GROUP_ID, TOPO_PARENT_ID } from '@riil-frontend/component-topology-utils/es/services/topo';
10
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
+ import topoService, { TOPO_GROUP_ID, TOPO_PARENT_ID } from '@riil-frontend/component-topology-common/es/services/topo';
10
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
11
11
  import { removeFromArray } from "../utils/format";
12
12
  import { TPL_BLANK, TPL_TREE, TPL_REGION, INIT_DYNAMIC_STATE, INIT_STATIC_STATE, DEFAULT_LAYOUT, DEFAULT_GROUP } from "../utils/template";
13
13
  import { combTopoData, combSaveTopoData, findItem, getCiTypes } from "../utils/topoData";
@@ -5,8 +5,8 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
5
5
  /**
6
6
  * 拓扑编辑 Model
7
7
  */
8
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
8
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
9
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
10
10
  export default {
11
11
  // 定义 model 的初始 state
12
12
  state: {
@@ -5,8 +5,8 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
5
5
  /**
6
6
  * 拓扑图 Model
7
7
  */
8
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
8
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
9
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
10
10
  export default {
11
11
  // 定义 model 的初始 state
12
12
  state: {},
@@ -1,10 +1,10 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
5
- import { getCiMeta } from '@riil-frontend/component-topology-utils/es/services/model';
4
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
5
+ import { getCiMeta } from '@riil-frontend/component-topology-common/es/services/model';
6
6
  import moment from 'moment';
7
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
7
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
8
8
  import { combTopoData, getAlarmSwitch, getCiTypes } from "../utils/topoData";
9
9
  import { loopTreeByKey } from "../utils/tree";
10
10
  import topoPermissonUtil from "../utils/topoPermissionUtil";
@@ -5,8 +5,8 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
5
5
  /**
6
6
  * 拓扑图 Model
7
7
  */
8
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
8
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
9
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
10
10
  export default {
11
11
  // 定义 model 的初始 state
12
12
  state: {},
@@ -5,7 +5,7 @@ import _Dialog from "@alifd/next/lib/dialog";
5
5
  import _regeneratorRuntime from "@babel/runtime/regenerator";
6
6
  import React, { useState, useEffect, useRef, useCallback } from 'react';
7
7
  import Topo from "../../core/components/TopoView/Topo";
8
- import * as cmdbService from "@riil-frontend/component-topology-utils/es/services/cmdb";
8
+ import * as cmdbService from "@riil-frontend/component-topology-common/es/services/cmdb";
9
9
  import { TopoEvent } from "@riil-frontend/component-topology-graph";
10
10
  export default function Topology(props) {
11
11
  var engine = props.engine,
@@ -1,7 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import topoService from "@riil-frontend/component-topology-utils/es/services/topo";
4
+ import topoService from "@riil-frontend/component-topology-common/es/services/topo";
5
5
  import { getLinksDetail } from "../core/models/utils/linkUtils";
6
6
  export default function getTopoData(_x) {
7
7
  return _getTopoData.apply(this, arguments);
@@ -5,9 +5,9 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
5
5
  /**
6
6
  * 功能权限 Model
7
7
  */
8
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
9
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
10
- import authServices from '@riil-frontend/component-topology-utils/es/services/authorization';
8
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
9
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
10
+ import authServices from '@riil-frontend/component-topology-common/es/services/authorization';
11
11
  export default {
12
12
  // 定义 model 的初始 state
13
13
  state: {
@@ -7,8 +7,8 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
7
7
  *
8
8
  *
9
9
  */
10
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
11
- import topoService from '@riil-frontend/component-topology-utils/es/services/topo';
10
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
11
+ import topoService from '@riil-frontend/component-topology-common/es/services/topo';
12
12
  export default {
13
13
  // 定义 model 的初始 state
14
14
  state: {
@@ -1,8 +1,8 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- import topoServer from '@riil-frontend/component-topology-utils/es/services/topo';
5
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
4
+ import topoServer from '@riil-frontend/component-topology-common/es/services/topo';
5
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
6
6
  import { treeMockData, topoInteData } from "../../utils/topoMocks";
7
7
  import { formatTree, loopTree, loopTreeFun, iconImg, treeNodeCount } from "../../utils/tree";
8
8
 
@@ -1,5 +1,5 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
2
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
3
3
  import { isAvailableArray, isNull } from '@riil-frontend/utils';
4
4
  export function formatDataForTable(dataSource, total, currentPage, pageSize) {
5
5
  // 权限过滤 (无权限时:ip地址,类型,厂家为'未知')
@@ -1,5 +1,5 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import rlog from '@riil-frontend/component-topology-utils/es/utils/rlog';
2
+ import rlog from '@riil-frontend/component-topology-utils/es/rlog';
3
3
  import { isAvailableArray } from '@riil-frontend/utils';
4
4
  import _ from 'lodash';
5
5
  import topoPermissionUtil from "./topoPermissionUtil";
@@ -21,11 +21,11 @@ var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runt
21
21
 
22
22
  var _react = _interopRequireWildcard(require("react"));
23
23
 
24
- var _rlog = _interopRequireDefault(require("@riil-frontend/component-topology-utils/es/utils/rlog"));
24
+ var _rlog = _interopRequireDefault(require("@riil-frontend/component-topology-utils/es/rlog"));
25
25
 
26
26
  var _componentActionTree = _interopRequireDefault(require("@riil-frontend/component-action-tree"));
27
27
 
28
- var _NoDataPage = _interopRequireDefault(require("@riil-frontend/component-topology-utils/es/components/NoDataPage"));
28
+ var _NoDataPage = _interopRequireDefault(require("@riil-frontend/component-topology-common/es/components/NoDataPage"));
29
29
 
30
30
  var _componentTableLayout = _interopRequireDefault(require("@riil-frontend/component-table-layout"));
31
31
 
@@ -27,7 +27,7 @@ var _componentTableFilterTags = _interopRequireDefault(require("@riil-frontend/c
27
27
 
28
28
  var _componentTableLayout = _interopRequireDefault(require("@riil-frontend/component-table-layout"));
29
29
 
30
- var _NoDataPage = _interopRequireDefault(require("@riil-frontend/component-topology-utils/es/components/NoDataPage"));
30
+ var _NoDataPage = _interopRequireDefault(require("@riil-frontend/component-topology-common/es/components/NoDataPage"));
31
31
 
32
32
  var FormTable = function FormTable(props) {
33
33
  var _tableProps$filterPar;
@@ -13,9 +13,9 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
13
13
 
14
14
  var _react = _interopRequireWildcard(require("react"));
15
15
 
16
- var _NoDataPage = _interopRequireDefault(require("@riil-frontend/component-topology-utils/es/components/NoDataPage"));
16
+ var _NoDataPage = _interopRequireDefault(require("@riil-frontend/component-topology-common/es/components/NoDataPage"));
17
17
 
18
- var _table2 = require("@riil-frontend/component-topology-utils/es/utils/table");
18
+ var _table2 = require("@riil-frontend/component-topology-common/es/utils/table");
19
19
 
20
20
  // import styles from './index.module.scss';
21
21
  var TYPES_NAME = {
@@ -19,7 +19,7 @@ var _react = require("react");
19
19
 
20
20
  var _ahooks = require("ahooks");
21
21
 
22
- var cmdbService = _interopRequireWildcard(require("@riil-frontend/component-topology-utils/es/services/cmdb"));
22
+ var cmdbService = _interopRequireWildcard(require("@riil-frontend/component-topology-common/es/services/cmdb"));
23
23
 
24
24
  var _utils = require("@riil-frontend/utils");
25
25
 
@@ -19,7 +19,7 @@ var _react = _interopRequireWildcard(require("react"));
19
19
 
20
20
  var _ahooks = require("ahooks");
21
21
 
22
- var _rlog = _interopRequireDefault(require("@riil-frontend/component-topology-utils/es/utils/rlog"));
22
+ var _rlog = _interopRequireDefault(require("@riil-frontend/component-topology-utils/es/rlog"));
23
23
 
24
24
  var _componentTopologyGraph = require("@riil-frontend/component-topology-graph");
25
25
 
@@ -7,7 +7,7 @@ exports["default"] = void 0;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
10
- var _request = require("@riil-frontend/component-topology-utils/es/request");
10
+ var _request = require("@riil-frontend/component-topology-common/es/utils/request");
11
11
 
12
12
  var _componentResAdvancedSearch = _interopRequireDefault(require("@riil-frontend/component-res-advanced-search"));
13
13