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

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 (459) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/build/1.js +1 -1
  3. package/build/index.css +2 -3
  4. package/build/index.js +20 -20
  5. package/es/components/BatchAttrMetric/setting.js +2 -2
  6. package/es/components/FormTable/index.js +1 -1
  7. package/es/components/IndexSettingDrawer/IndexList.js +2 -2
  8. package/es/components/Link/hook.js +1 -1
  9. package/es/components/Link/index.js +1 -1
  10. package/es/components/MultiResourceDrawer/Dynamic.js +1 -1
  11. package/es/components/MultiResourceDrawer/index.js +1 -1
  12. package/es/components/ResourceList/ResourceSelect.js +3 -3
  13. package/es/core/components/TopoView/Topo404.js +1 -1
  14. package/es/core/components/TopoView/TopoContent.js +1 -1
  15. package/es/core/components/TopoView/TopoNoPermission.js +1 -1
  16. package/es/core/components/TopoView/topoView.js +1 -1
  17. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/index.js +1 -1
  18. package/es/core/editor/components/ResourceViewAttributeSetting/Setting.js +1 -1
  19. package/es/core/editor/components/iconManage/UploadIconDialog.js +1 -1
  20. package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +1 -1
  21. package/es/core/editor/components/settings/common/NodeSizeInput/img/icon_/350/247/243/351/224/201.svg +15 -15
  22. package/es/core/editor/components/settings/common/NodeSizeInput/img/icon_/351/224/201.svg +14 -14
  23. package/es/core/editor/components/settings/common/text/img/bold.svg +11 -11
  24. package/es/core/editor/components/settings/common/text/img/italics.svg +9 -9
  25. package/es/core/editor/components/settings/common/text/img/underline.svg +11 -11
  26. package/es/core/editor/components/settings/text/TextPropertyView.js +9 -1
  27. package/es/core/models/TopoApp.js +3 -3
  28. package/es/core/models/attrAndMetric.js +1 -1
  29. package/es/core/models/cache/CiTyeCache.js +1 -1
  30. package/es/core/models/cache/DictCache.js +1 -1
  31. package/es/core/models/common/Alarm.js +2 -2
  32. package/es/core/models/plugins/resourceWebControllUrl.js +2 -2
  33. package/es/core/models/utils/linkUtils.js +1 -1
  34. package/es/core/utils/showMessage.js +1 -1
  35. package/es/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +2 -2
  36. package/es/hooks/useAlarm.js +1 -1
  37. package/es/hooks/useContainerLinkTopo.js +1 -1
  38. package/es/hooks/usePolling.js +1 -1
  39. package/es/hooks/useTopoEdit.js +2 -2
  40. package/es/models/ciModel.js +1 -1
  41. package/es/models/iconManage.js +2 -2
  42. package/es/models/linkDynamicStyle.js +1 -1
  43. package/es/models/linkManager.js +2 -2
  44. package/es/models/resourceWebControllUrlSetting.js +2 -2
  45. package/es/models/topoAlarm.js +1 -2
  46. package/es/models/topoBizMod.js +4 -4
  47. package/es/models/topoCreateMod.js +53 -94
  48. package/es/models/topoEdit.js +2 -2
  49. package/es/models/topoGraphView.js +2 -2
  50. package/es/models/topoMod.js +10 -8
  51. package/es/models/topoView.js +2 -2
  52. package/es/style.js +1 -0
  53. package/es/topoCenter/components/Topology.js +1 -1
  54. package/es/topoCenter/getTopoData.js +1 -1
  55. package/es/topoCenter/store/functionAuth.js +3 -3
  56. package/es/topoCenter/store/topoCenter.js +2 -2
  57. package/es/topoCenter/store/topoTreeMod.js +3 -3
  58. package/es/utils/format.js +1 -1
  59. package/es/utils/topoData.js +1 -1
  60. package/lib/components/BatchAttrMetric/setting.js +2 -2
  61. package/lib/components/FormTable/index.js +1 -1
  62. package/lib/components/IndexSettingDrawer/IndexList.js +2 -2
  63. package/lib/components/Link/hook.js +1 -1
  64. package/lib/components/Link/index.js +1 -1
  65. package/lib/components/MultiResourceDrawer/Dynamic.js +1 -1
  66. package/lib/components/MultiResourceDrawer/index.js +1 -1
  67. package/lib/components/ResourceList/ResourceSelect.js +3 -3
  68. package/lib/core/components/TopoView/Topo404.js +1 -1
  69. package/lib/core/components/TopoView/TopoContent.js +1 -1
  70. package/lib/core/components/TopoView/TopoNoPermission.js +1 -1
  71. package/lib/core/components/TopoView/topoView.js +1 -1
  72. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/index.js +1 -1
  73. package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.js +1 -1
  74. package/lib/core/editor/components/iconManage/UploadIconDialog.js +1 -1
  75. package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +1 -1
  76. package/lib/core/editor/components/settings/common/NodeSizeInput/img/icon_/350/247/243/351/224/201.svg +15 -15
  77. package/lib/core/editor/components/settings/common/NodeSizeInput/img/icon_/351/224/201.svg +14 -14
  78. package/lib/core/editor/components/settings/common/text/img/bold.svg +11 -11
  79. package/lib/core/editor/components/settings/common/text/img/italics.svg +9 -9
  80. package/lib/core/editor/components/settings/common/text/img/underline.svg +11 -11
  81. package/lib/core/editor/components/settings/text/TextPropertyView.js +9 -1
  82. package/lib/core/models/TopoApp.js +4 -4
  83. package/lib/core/models/attrAndMetric.js +1 -1
  84. package/lib/core/models/cache/CiTyeCache.js +1 -1
  85. package/lib/core/models/cache/DictCache.js +1 -1
  86. package/lib/core/models/common/Alarm.js +2 -2
  87. package/lib/core/models/plugins/resourceWebControllUrl.js +2 -2
  88. package/lib/core/models/utils/linkUtils.js +1 -1
  89. package/lib/core/utils/showMessage.js +1 -1
  90. package/lib/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +2 -2
  91. package/lib/hooks/useAlarm.js +1 -1
  92. package/lib/hooks/useContainerLinkTopo.js +1 -1
  93. package/lib/hooks/usePolling.js +1 -1
  94. package/lib/hooks/useTopoEdit.js +2 -2
  95. package/lib/models/ciModel.js +1 -1
  96. package/lib/models/iconManage.js +2 -2
  97. package/lib/models/linkDynamicStyle.js +1 -1
  98. package/lib/models/linkManager.js +2 -2
  99. package/lib/models/resourceWebControllUrlSetting.js +2 -2
  100. package/lib/models/topoAlarm.js +1 -3
  101. package/lib/models/topoBizMod.js +4 -4
  102. package/lib/models/topoCreateMod.js +53 -94
  103. package/lib/models/topoEdit.js +2 -2
  104. package/lib/models/topoGraphView.js +2 -2
  105. package/lib/models/topoMod.js +10 -8
  106. package/lib/models/topoView.js +2 -2
  107. package/lib/style.js +1 -0
  108. package/lib/topoCenter/components/Topology.js +1 -1
  109. package/lib/topoCenter/getTopoData.js +1 -1
  110. package/lib/topoCenter/store/functionAuth.js +3 -3
  111. package/lib/topoCenter/store/topoCenter.js +2 -2
  112. package/lib/topoCenter/store/topoTreeMod.js +3 -3
  113. package/lib/utils/format.js +1 -1
  114. package/lib/utils/topoData.js +1 -1
  115. package/package.json +24 -22
  116. package/es/common/components/ResourceTable/ResourceTable.d.ts +0 -2
  117. package/es/common/plugins/useSelectionPlugin.d.ts +0 -23
  118. package/es/components/BatchAttrMetric/constant.d.ts +0 -30
  119. package/es/components/BatchAttrMetric/index.d.ts +0 -5
  120. package/es/components/BatchAttrMetric/setting.d.ts +0 -6
  121. package/es/components/BatchAttrMetric/utils.d.ts +0 -35
  122. package/es/components/Drawer/index.d.ts +0 -2
  123. package/es/components/FormTable/index.d.ts +0 -2
  124. package/es/components/IndexSettingDrawer/CiList.d.ts +0 -2
  125. package/es/components/IndexSettingDrawer/CiListItem.d.ts +0 -2
  126. package/es/components/IndexSettingDrawer/IndexList.d.ts +0 -2
  127. package/es/components/IndexSettingDrawer/index.d.ts +0 -2
  128. package/es/components/Link/form.d.ts +0 -2
  129. package/es/components/Link/hook.d.ts +0 -26
  130. package/es/components/Link/index.d.ts +0 -6
  131. package/es/components/Link/setting.d.ts +0 -8
  132. package/es/components/MultiResourceDrawer/Content.d.ts +0 -2
  133. package/es/components/MultiResourceDrawer/Dynamic.d.ts +0 -2
  134. package/es/components/MultiResourceDrawer/ResourceCard/index.d.ts +0 -2
  135. package/es/components/MultiResourceDrawer/ResourceSelect.d.ts +0 -2
  136. package/es/components/MultiResourceDrawer/Static.d.ts +0 -2
  137. package/es/components/MultiResourceDrawer/index.d.ts +0 -2
  138. package/es/components/ResourceList/ResourceSelect.d.ts +0 -2
  139. package/es/components/ResourceList/ResourceSelectConnect.d.ts +0 -2
  140. package/es/components/ResourceList/index.d.ts +0 -1
  141. package/es/components/ResourceSelect/DefaultResourceSelectDrawer.d.ts +0 -1
  142. package/es/components/ResourceSelect/ResourceSelectDrawer.d.ts +0 -1
  143. package/es/components/SingleResourceDrawer/index.d.ts +0 -2
  144. package/es/components/TemplateButton/Icon.d.ts +0 -2
  145. package/es/components/TemplateButton/assets/index.d.ts +0 -8
  146. package/es/components/TemplateButton/index.d.ts +0 -2
  147. package/es/components/TemplateGroup/index.d.ts +0 -2
  148. package/es/components/TemplateSelect/index.d.ts +0 -2
  149. package/es/constants/ResDetailContants.d.ts +0 -1
  150. package/es/constants/constant.d.ts +0 -36
  151. package/es/constants/defaultCiTypeIcon.d.ts +0 -8
  152. package/es/contextmenu/createMenuCommands.d.ts +0 -5
  153. package/es/core/common/contextmenu/mergeContextmenu.d.ts +0 -1
  154. package/es/core/common/icons/defaultIcons.d.ts +0 -84
  155. package/es/core/components/TopoApp.d.ts +0 -1
  156. package/es/core/components/TopoAppProvider.d.ts +0 -1
  157. package/es/core/components/TopoAppView.d.ts +0 -14
  158. package/es/core/components/TopoView/Topo.d.ts +0 -5
  159. package/es/core/components/TopoView/Topo404.d.ts +0 -1
  160. package/es/core/components/TopoView/TopoContent.d.ts +0 -5
  161. package/es/core/components/TopoView/TopoNoPermission.d.ts +0 -1
  162. package/es/core/components/TopoView/topoView.d.ts +0 -19
  163. package/es/core/components/buildProvider.d.ts +0 -1
  164. package/es/core/components/titlebar/TitleBar.d.ts +0 -9
  165. package/es/core/components/titlebar/index.d.ts +0 -1
  166. package/es/core/components/titlebar/widgets/TitleWidget.d.ts +0 -1
  167. package/es/core/editor/LinkDynamicStyleConfig.d.ts +0 -5
  168. package/es/core/editor/components/EditorPlugin.d.ts +0 -1
  169. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.d.ts +0 -1
  170. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/index.d.ts +0 -1
  171. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.d.ts +0 -6
  172. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/Rule.d.ts +0 -1
  173. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.d.ts +0 -1
  174. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.d.ts +0 -1
  175. package/es/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.d.ts +0 -4
  176. package/es/core/editor/components/ResourceViewAttributeSetting/Setting.d.ts +0 -5
  177. package/es/core/editor/components/iconManage/IconManage.d.ts +0 -1
  178. package/es/core/editor/components/iconManage/RenameDialog.d.ts +0 -1
  179. package/es/core/editor/components/iconManage/UploadIconDialog.d.ts +0 -30
  180. package/es/core/editor/components/iconManage/UploadIconDialogWrapper.d.ts +0 -1
  181. package/es/core/editor/components/iconManage/utils/svgToShape.d.ts +0 -1
  182. package/es/core/editor/components/settings/Settings.d.ts +0 -1
  183. package/es/core/editor/components/settings/SettingsForm.d.ts +0 -1
  184. package/es/core/editor/components/settings/Style.d.ts +0 -1
  185. package/es/core/editor/components/settings/common/LayoutSettings.d.ts +0 -2
  186. package/es/core/editor/components/settings/common/LineType.d.ts +0 -1
  187. package/es/core/editor/components/settings/common/NodeAlignType.d.ts +0 -1
  188. package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.d.ts +0 -12
  189. package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeNumberPicker.d.ts +0 -7
  190. package/es/core/editor/components/settings/common/tab/TabView.d.ts +0 -1
  191. package/es/core/editor/components/settings/common/text/FontStyleCheckbox.d.ts +0 -1
  192. package/es/core/editor/components/settings/common/text/TextStyle.d.ts +0 -1
  193. package/es/core/editor/components/settings/common/text/fontStyleUtil.d.ts +0 -19
  194. package/es/core/editor/components/settings/group/GroupNodeList/GroupNodeList.d.ts +0 -1
  195. package/es/core/editor/components/settings/group/GroupNodeList/ResourceList.d.ts +0 -2
  196. package/es/core/editor/components/settings/group/GroupNodeList/ResourceSelectButton.d.ts +0 -1
  197. package/es/core/editor/components/settings/group/GroupNodeList/icon.d.ts +0 -87
  198. package/es/core/editor/components/settings/layer/LayerSettingsForm.d.ts +0 -1
  199. package/es/core/editor/components/settings/link/LinkPropertyView.d.ts +0 -1
  200. package/es/core/editor/components/settings/node/NodeIconSelect.d.ts +0 -1
  201. package/es/core/editor/components/settings/node/NodeIconSelectTest.d.ts +0 -1
  202. package/es/core/editor/components/settings/node/NodePropertyView.d.ts +0 -1
  203. package/es/core/editor/components/settings/node/NodeRelateResourceButton.d.ts +0 -4
  204. package/es/core/editor/components/settings/node/TopoTreeSelect.d.ts +0 -1
  205. package/es/core/editor/components/settings/text/TextPropertyView.d.ts +0 -1
  206. package/es/core/editor/components/settings/useSettingRuntimeState.d.ts +0 -5
  207. package/es/core/editor/components/settings/view/BatchSetNodeSize.d.ts +0 -1
  208. package/es/core/editor/components/settings/view/ViewPropertyView.d.ts +0 -1
  209. package/es/core/editor/components/titlebar/TopoEditorTitleBar.d.ts +0 -1
  210. package/es/core/editor/components/titlebar/widgets/SaveButton.d.ts +0 -1
  211. package/es/core/editor/contextmenu/buildContextmenu.d.ts +0 -6
  212. package/es/core/index.d.ts +0 -1
  213. package/es/core/models/AttributeMetricDisplay.d.ts +0 -8
  214. package/es/core/models/TopoGraphView.d.ts +0 -42
  215. package/es/core/models/TopoViewer.d.ts +0 -9
  216. package/es/core/models/attrAndMetric.d.ts +0 -1
  217. package/es/core/models/cache/CiTyeCache.d.ts +0 -12
  218. package/es/core/models/cache/DictCache.d.ts +0 -11
  219. package/es/core/models/common/Alarm.d.ts +0 -52
  220. package/es/core/models/common/ContextMenu.d.ts +0 -8
  221. package/es/core/models/createTopoApp.d.ts +0 -13
  222. package/es/core/models/plugins/resourceWebControllUrl.d.ts +0 -11
  223. package/es/core/models/utils/getRelationDetailByIds.d.ts +0 -1
  224. package/es/core/models/utils/linkUtils.d.ts +0 -3
  225. package/es/core/store/coreModels.d.ts +0 -18
  226. package/es/core/store/createStore.d.ts +0 -1
  227. package/es/core/test/Test.d.ts +0 -9
  228. package/es/core/utils/resourceUtil.d.ts +0 -5
  229. package/es/core/utils/showMessage.d.ts +0 -1
  230. package/es/core/viewer/components/plugins/ResourceDetail/ResourceDetailDrawerPlugin.d.ts +0 -1
  231. package/es/core/viewer/components/plugins/ResourceDetail/topoDrawer.d.ts +0 -2
  232. package/es/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.d.ts +0 -1
  233. package/es/core/viewer/components/plugins/ViewerPlugin.d.ts +0 -1
  234. package/es/core/viewer/components/titlebar/TopoViewerTitleBar.d.ts +0 -1
  235. package/es/core/viewer/components/titlebar/ViewerTools.d.ts +0 -1
  236. package/es/core/viewer/components/titlebar/widgets/EditButton.d.ts +0 -4
  237. package/es/core/viewer/components/titlebar/widgets/SearchWidget.d.ts +0 -8
  238. package/es/core/viewer/contextmenu/buildContextmenu.d.ts +0 -42
  239. package/es/core/viewer/contextmenu/buildLinkContextmenu.d.ts +0 -9
  240. package/es/core/viewer/contextmenu/buildNodeContextmenu.d.ts +0 -24
  241. package/es/core/viewer/contextmenu/buildViewContextmenu.d.ts +0 -7
  242. package/es/createTopo.d.ts +0 -2
  243. package/es/getStoreModels.d.ts +0 -35
  244. package/es/hooks/useAlarm.d.ts +0 -1
  245. package/es/hooks/useContainerLinkTopo.d.ts +0 -8
  246. package/es/hooks/usePolling.d.ts +0 -9
  247. package/es/hooks/useSelection.d.ts +0 -9
  248. package/es/hooks/useTopoEdit.d.ts +0 -83
  249. package/es/index.d.ts +0 -3
  250. package/es/mock/mock.d.ts +0 -187
  251. package/es/models/ciModel.d.ts +0 -15
  252. package/es/models/iconManage.d.ts +0 -39
  253. package/es/models/linkDynamicStyle.d.ts +0 -47
  254. package/es/models/linkDynamicStyleConfig.d.ts +0 -37
  255. package/es/models/linkManager.d.ts +0 -11
  256. package/es/models/resourceWebControllUrlSetting.d.ts +0 -13
  257. package/es/models/topoAlarm.d.ts +0 -15
  258. package/es/models/topoBizMod.d.ts +0 -42
  259. package/es/models/topoCreateMod.d.ts +0 -108
  260. package/es/models/topoEdit.d.ts +0 -13
  261. package/es/models/topoGraphView.d.ts +0 -11
  262. package/es/models/topoMod.d.ts +0 -86
  263. package/es/models/topoView.d.ts +0 -11
  264. package/es/topoCenter/components/Topology.d.ts +0 -1
  265. package/es/topoCenter/createTopo.d.ts +0 -3
  266. package/es/topoCenter/getTopoData.d.ts +0 -1
  267. package/es/topoCenter/index.d.ts +0 -3
  268. package/es/topoCenter/models/TopoCenter.d.ts +0 -11
  269. package/es/topoCenter/store/functionAuth.d.ts +0 -20
  270. package/es/topoCenter/store/topoCenter.d.ts +0 -32
  271. package/es/topoCenter/store/topoTreeMod.d.ts +0 -83
  272. package/es/topoCenter/viewer/components/TitleBar.d.ts +0 -1
  273. package/es/topoCenter/viewer/components/TopologyViewer.d.ts +0 -1
  274. package/es/topoCenter/viewer/createTopoViewer.d.ts +0 -3
  275. package/es/topoCenter/viewer/index.d.ts +0 -2
  276. package/es/utils/ciType.d.ts +0 -1
  277. package/es/utils/format.d.ts +0 -28
  278. package/es/utils/htElementDataUtil.d.ts +0 -5
  279. package/es/utils/htElementUtils.d.ts +0 -5
  280. package/es/utils/listToTree.d.ts +0 -1
  281. package/es/utils/resourceElementUtil.d.ts +0 -1
  282. package/es/utils/template.d.ts +0 -50
  283. package/es/utils/topoData.d.ts +0 -54
  284. package/es/utils/topoIconUtil.d.ts +0 -6
  285. package/es/utils/topoMocks.d.ts +0 -172
  286. package/es/utils/topoPermissionUtil.d.ts +0 -9
  287. package/es/utils/tree.d.ts +0 -15
  288. package/lib/common/components/ResourceTable/ResourceTable.d.ts +0 -2
  289. package/lib/common/plugins/useSelectionPlugin.d.ts +0 -23
  290. package/lib/components/BatchAttrMetric/constant.d.ts +0 -30
  291. package/lib/components/BatchAttrMetric/index.d.ts +0 -5
  292. package/lib/components/BatchAttrMetric/setting.d.ts +0 -6
  293. package/lib/components/BatchAttrMetric/utils.d.ts +0 -35
  294. package/lib/components/Drawer/index.d.ts +0 -2
  295. package/lib/components/FormTable/index.d.ts +0 -2
  296. package/lib/components/IndexSettingDrawer/CiList.d.ts +0 -2
  297. package/lib/components/IndexSettingDrawer/CiListItem.d.ts +0 -2
  298. package/lib/components/IndexSettingDrawer/IndexList.d.ts +0 -2
  299. package/lib/components/IndexSettingDrawer/index.d.ts +0 -2
  300. package/lib/components/Link/form.d.ts +0 -2
  301. package/lib/components/Link/hook.d.ts +0 -26
  302. package/lib/components/Link/index.d.ts +0 -6
  303. package/lib/components/Link/setting.d.ts +0 -8
  304. package/lib/components/MultiResourceDrawer/Content.d.ts +0 -2
  305. package/lib/components/MultiResourceDrawer/Dynamic.d.ts +0 -2
  306. package/lib/components/MultiResourceDrawer/ResourceCard/index.d.ts +0 -2
  307. package/lib/components/MultiResourceDrawer/ResourceSelect.d.ts +0 -2
  308. package/lib/components/MultiResourceDrawer/Static.d.ts +0 -2
  309. package/lib/components/MultiResourceDrawer/index.d.ts +0 -2
  310. package/lib/components/ResourceList/ResourceSelect.d.ts +0 -2
  311. package/lib/components/ResourceList/ResourceSelectConnect.d.ts +0 -2
  312. package/lib/components/ResourceList/index.d.ts +0 -1
  313. package/lib/components/ResourceSelect/DefaultResourceSelectDrawer.d.ts +0 -1
  314. package/lib/components/ResourceSelect/ResourceSelectDrawer.d.ts +0 -1
  315. package/lib/components/SingleResourceDrawer/index.d.ts +0 -2
  316. package/lib/components/TemplateButton/Icon.d.ts +0 -2
  317. package/lib/components/TemplateButton/assets/index.d.ts +0 -8
  318. package/lib/components/TemplateButton/index.d.ts +0 -2
  319. package/lib/components/TemplateGroup/index.d.ts +0 -2
  320. package/lib/components/TemplateSelect/index.d.ts +0 -2
  321. package/lib/constants/ResDetailContants.d.ts +0 -1
  322. package/lib/constants/constant.d.ts +0 -36
  323. package/lib/constants/defaultCiTypeIcon.d.ts +0 -8
  324. package/lib/contextmenu/createMenuCommands.d.ts +0 -5
  325. package/lib/core/common/contextmenu/mergeContextmenu.d.ts +0 -1
  326. package/lib/core/common/icons/defaultIcons.d.ts +0 -84
  327. package/lib/core/components/TopoApp.d.ts +0 -1
  328. package/lib/core/components/TopoAppProvider.d.ts +0 -1
  329. package/lib/core/components/TopoAppView.d.ts +0 -14
  330. package/lib/core/components/TopoView/Topo.d.ts +0 -5
  331. package/lib/core/components/TopoView/Topo404.d.ts +0 -1
  332. package/lib/core/components/TopoView/TopoContent.d.ts +0 -5
  333. package/lib/core/components/TopoView/TopoNoPermission.d.ts +0 -1
  334. package/lib/core/components/TopoView/topoView.d.ts +0 -19
  335. package/lib/core/components/buildProvider.d.ts +0 -1
  336. package/lib/core/components/titlebar/TitleBar.d.ts +0 -9
  337. package/lib/core/components/titlebar/index.d.ts +0 -1
  338. package/lib/core/components/titlebar/widgets/TitleWidget.d.ts +0 -1
  339. package/lib/core/editor/LinkDynamicStyleConfig.d.ts +0 -5
  340. package/lib/core/editor/components/EditorPlugin.d.ts +0 -1
  341. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.d.ts +0 -1
  342. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/index.d.ts +0 -1
  343. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.d.ts +0 -6
  344. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/Rule.d.ts +0 -1
  345. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.d.ts +0 -1
  346. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.d.ts +0 -1
  347. package/lib/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.d.ts +0 -4
  348. package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.d.ts +0 -5
  349. package/lib/core/editor/components/iconManage/IconManage.d.ts +0 -1
  350. package/lib/core/editor/components/iconManage/RenameDialog.d.ts +0 -1
  351. package/lib/core/editor/components/iconManage/UploadIconDialog.d.ts +0 -30
  352. package/lib/core/editor/components/iconManage/UploadIconDialogWrapper.d.ts +0 -1
  353. package/lib/core/editor/components/iconManage/utils/svgToShape.d.ts +0 -1
  354. package/lib/core/editor/components/settings/Settings.d.ts +0 -1
  355. package/lib/core/editor/components/settings/SettingsForm.d.ts +0 -1
  356. package/lib/core/editor/components/settings/Style.d.ts +0 -1
  357. package/lib/core/editor/components/settings/common/LayoutSettings.d.ts +0 -2
  358. package/lib/core/editor/components/settings/common/LineType.d.ts +0 -1
  359. package/lib/core/editor/components/settings/common/NodeAlignType.d.ts +0 -1
  360. package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.d.ts +0 -12
  361. package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeNumberPicker.d.ts +0 -7
  362. package/lib/core/editor/components/settings/common/tab/TabView.d.ts +0 -1
  363. package/lib/core/editor/components/settings/common/text/FontStyleCheckbox.d.ts +0 -1
  364. package/lib/core/editor/components/settings/common/text/TextStyle.d.ts +0 -1
  365. package/lib/core/editor/components/settings/common/text/fontStyleUtil.d.ts +0 -19
  366. package/lib/core/editor/components/settings/group/GroupNodeList/GroupNodeList.d.ts +0 -1
  367. package/lib/core/editor/components/settings/group/GroupNodeList/ResourceList.d.ts +0 -2
  368. package/lib/core/editor/components/settings/group/GroupNodeList/ResourceSelectButton.d.ts +0 -1
  369. package/lib/core/editor/components/settings/group/GroupNodeList/icon.d.ts +0 -87
  370. package/lib/core/editor/components/settings/layer/LayerSettingsForm.d.ts +0 -1
  371. package/lib/core/editor/components/settings/link/LinkPropertyView.d.ts +0 -1
  372. package/lib/core/editor/components/settings/node/NodeIconSelect.d.ts +0 -1
  373. package/lib/core/editor/components/settings/node/NodeIconSelectTest.d.ts +0 -1
  374. package/lib/core/editor/components/settings/node/NodePropertyView.d.ts +0 -1
  375. package/lib/core/editor/components/settings/node/NodeRelateResourceButton.d.ts +0 -4
  376. package/lib/core/editor/components/settings/node/TopoTreeSelect.d.ts +0 -1
  377. package/lib/core/editor/components/settings/text/TextPropertyView.d.ts +0 -1
  378. package/lib/core/editor/components/settings/useSettingRuntimeState.d.ts +0 -5
  379. package/lib/core/editor/components/settings/view/BatchSetNodeSize.d.ts +0 -1
  380. package/lib/core/editor/components/settings/view/ViewPropertyView.d.ts +0 -1
  381. package/lib/core/editor/components/titlebar/TopoEditorTitleBar.d.ts +0 -1
  382. package/lib/core/editor/components/titlebar/widgets/SaveButton.d.ts +0 -1
  383. package/lib/core/editor/contextmenu/buildContextmenu.d.ts +0 -6
  384. package/lib/core/index.d.ts +0 -1
  385. package/lib/core/models/AttributeMetricDisplay.d.ts +0 -8
  386. package/lib/core/models/TopoGraphView.d.ts +0 -42
  387. package/lib/core/models/TopoViewer.d.ts +0 -9
  388. package/lib/core/models/attrAndMetric.d.ts +0 -1
  389. package/lib/core/models/cache/CiTyeCache.d.ts +0 -12
  390. package/lib/core/models/cache/DictCache.d.ts +0 -11
  391. package/lib/core/models/common/Alarm.d.ts +0 -52
  392. package/lib/core/models/common/ContextMenu.d.ts +0 -8
  393. package/lib/core/models/createTopoApp.d.ts +0 -13
  394. package/lib/core/models/plugins/resourceWebControllUrl.d.ts +0 -11
  395. package/lib/core/models/utils/getRelationDetailByIds.d.ts +0 -1
  396. package/lib/core/models/utils/linkUtils.d.ts +0 -3
  397. package/lib/core/store/coreModels.d.ts +0 -18
  398. package/lib/core/store/createStore.d.ts +0 -1
  399. package/lib/core/test/Test.d.ts +0 -9
  400. package/lib/core/utils/resourceUtil.d.ts +0 -5
  401. package/lib/core/utils/showMessage.d.ts +0 -1
  402. package/lib/core/viewer/components/plugins/ResourceDetail/ResourceDetailDrawerPlugin.d.ts +0 -1
  403. package/lib/core/viewer/components/plugins/ResourceDetail/topoDrawer.d.ts +0 -2
  404. package/lib/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.d.ts +0 -1
  405. package/lib/core/viewer/components/plugins/ViewerPlugin.d.ts +0 -1
  406. package/lib/core/viewer/components/titlebar/TopoViewerTitleBar.d.ts +0 -1
  407. package/lib/core/viewer/components/titlebar/ViewerTools.d.ts +0 -1
  408. package/lib/core/viewer/components/titlebar/widgets/EditButton.d.ts +0 -4
  409. package/lib/core/viewer/components/titlebar/widgets/SearchWidget.d.ts +0 -8
  410. package/lib/core/viewer/contextmenu/buildContextmenu.d.ts +0 -42
  411. package/lib/core/viewer/contextmenu/buildLinkContextmenu.d.ts +0 -9
  412. package/lib/core/viewer/contextmenu/buildNodeContextmenu.d.ts +0 -24
  413. package/lib/core/viewer/contextmenu/buildViewContextmenu.d.ts +0 -7
  414. package/lib/createTopo.d.ts +0 -2
  415. package/lib/getStoreModels.d.ts +0 -35
  416. package/lib/hooks/useAlarm.d.ts +0 -1
  417. package/lib/hooks/useContainerLinkTopo.d.ts +0 -8
  418. package/lib/hooks/usePolling.d.ts +0 -9
  419. package/lib/hooks/useSelection.d.ts +0 -9
  420. package/lib/hooks/useTopoEdit.d.ts +0 -83
  421. package/lib/index.d.ts +0 -3
  422. package/lib/mock/mock.d.ts +0 -187
  423. package/lib/models/ciModel.d.ts +0 -15
  424. package/lib/models/iconManage.d.ts +0 -39
  425. package/lib/models/linkDynamicStyle.d.ts +0 -47
  426. package/lib/models/linkDynamicStyleConfig.d.ts +0 -37
  427. package/lib/models/linkManager.d.ts +0 -11
  428. package/lib/models/resourceWebControllUrlSetting.d.ts +0 -13
  429. package/lib/models/topoAlarm.d.ts +0 -15
  430. package/lib/models/topoBizMod.d.ts +0 -42
  431. package/lib/models/topoCreateMod.d.ts +0 -108
  432. package/lib/models/topoEdit.d.ts +0 -13
  433. package/lib/models/topoGraphView.d.ts +0 -11
  434. package/lib/models/topoMod.d.ts +0 -86
  435. package/lib/models/topoView.d.ts +0 -11
  436. package/lib/topoCenter/components/Topology.d.ts +0 -1
  437. package/lib/topoCenter/createTopo.d.ts +0 -3
  438. package/lib/topoCenter/getTopoData.d.ts +0 -1
  439. package/lib/topoCenter/index.d.ts +0 -3
  440. package/lib/topoCenter/models/TopoCenter.d.ts +0 -11
  441. package/lib/topoCenter/store/functionAuth.d.ts +0 -20
  442. package/lib/topoCenter/store/topoCenter.d.ts +0 -32
  443. package/lib/topoCenter/store/topoTreeMod.d.ts +0 -83
  444. package/lib/topoCenter/viewer/components/TitleBar.d.ts +0 -1
  445. package/lib/topoCenter/viewer/components/TopologyViewer.d.ts +0 -1
  446. package/lib/topoCenter/viewer/createTopoViewer.d.ts +0 -3
  447. package/lib/topoCenter/viewer/index.d.ts +0 -2
  448. package/lib/utils/ciType.d.ts +0 -1
  449. package/lib/utils/format.d.ts +0 -28
  450. package/lib/utils/htElementDataUtil.d.ts +0 -5
  451. package/lib/utils/htElementUtils.d.ts +0 -5
  452. package/lib/utils/listToTree.d.ts +0 -1
  453. package/lib/utils/resourceElementUtil.d.ts +0 -1
  454. package/lib/utils/template.d.ts +0 -50
  455. package/lib/utils/topoData.d.ts +0 -54
  456. package/lib/utils/topoIconUtil.d.ts +0 -6
  457. package/lib/utils/topoMocks.d.ts +0 -172
  458. package/lib/utils/topoPermissionUtil.d.ts +0 -9
  459. package/lib/utils/tree.d.ts +0 -15
package/CHANGELOG.md ADDED
@@ -0,0 +1,26 @@
1
+ ## v2.1.8
2
+
3
+ - 支持自定义分层添加资源组件
4
+ - 支持添加节点、连线接口 `addElements(data)`
5
+
6
+ ## v2.1.4
7
+
8
+ - ht 新旧版本共存
9
+
10
+ ## v2.1.3
11
+
12
+ - 自定义图标
13
+
14
+
15
+ ## v2.0.2
16
+
17
+ - 支持编辑模式右键菜单
18
+
19
+ ## v2.0.1
20
+
21
+ 新增功能
22
+ - 拓扑图全量更新数据接口,更新时保留元素样式
23
+ - 编辑模式右键菜单
24
+
25
+ 阻断变更
26
+ - 暂时恢复页面加载ht topo-client.js