@riil-frontend/component-topology 2.12.7-alpha.8 → 2.13.0-alpha.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 (303) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/build/1.js +2 -2
  3. package/build/2.js +2 -2
  4. package/build/index.css +1 -1
  5. package/build/index.js +24 -24
  6. package/demo/3/346/213/223/346/211/221/344/270/255/345/277/203/js/TopoViewer.jsx +28 -6
  7. package/demo/3/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/topo/v1/api/auth/permission/4 +1 -0
  8. package/demo/3/346/213/223/346/211/221/344/270/255/345/277/203/js/mock/topo/v1/api/structure/both/4 +618 -0
  9. package/demo/API//345/210/233/345/273/272/346/213/223/346/211/221/346/250/241/345/236/213.md +43 -0
  10. package/demo/API//346/250/241/345/236/213.md +49 -9
  11. package/es/{core/editor/components/LinkDynamicStyleSettingDrawer/rule → common/components/ColorPicker}/ColorPicker.js +0 -0
  12. package/es/{core/editor/components/LinkDynamicStyleSettingDrawer/rule → common/components/ColorPicker}/ColorPicker.module.scss +0 -0
  13. package/es/{core/editor/components/LinkDynamicStyleSettingDrawer/rule → common/components/ColorPicker}/ColorPicker.scss +0 -0
  14. package/es/common/components/ColorPicker/index.js +2 -0
  15. package/es/components/Drawer/index.module.scss +3 -1
  16. package/es/components/Link/index.js +6 -6
  17. package/es/components/MultiResourceDrawer/index.js +3 -11
  18. package/es/components/ResourceSelect/ResourceSelectDrawer.js +3 -7
  19. package/es/components/ResourceSelectDrawer/ResourceSelectDrawer.js +23 -5
  20. package/es/components/ResourceSelectDrawer/ResourceSelectDrawer.module.scss +3 -1
  21. package/es/components/ResourceSelectDrawer/ResourceSelectList.js +2 -1
  22. package/es/components/TagImageSelect/index.js +6 -2
  23. package/es/components/TagImageSelect/index.module.scss +4 -0
  24. package/es/components/TagSelect/index.js +4 -3
  25. package/es/components/TagSelect/index.scss +23 -18
  26. package/es/components/TemplateButton/index.js +2 -2
  27. package/es/components/TemplateButton/index.module.scss +25 -1
  28. package/es/components/index.module.scss +2 -2
  29. package/es/constants/ResourceTypeLimit.js +6 -1
  30. package/es/constants/constant.js +7 -13
  31. package/es/core/common/icons/networkTopoCiTypeIcons.js +3 -3
  32. package/es/core/components/AlarmListPanel/components/AlarmListItem.js +24 -0
  33. package/es/core/components/AlarmListPanel/components/index.module.scss +7 -0
  34. package/es/core/components/AlarmListPanel/constants/uicbb.js +11 -0
  35. package/es/core/components/AlarmListPanel/index.js +92 -0
  36. package/es/core/components/AlarmListPanel/index.module.scss +94 -0
  37. package/es/core/components/AlarmListPanel/mocks/index.js +77 -0
  38. package/es/core/components/TopoView/index.js +2 -0
  39. package/es/core/components/TopoView/topoView.js +95 -96
  40. package/es/core/components/titlebar/TitleBar.js +1 -1
  41. package/es/core/components/titlebar/index.js +3 -1
  42. package/es/core/editor/components/EditorPlugin.js +12 -22
  43. package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +2 -2
  44. package/es/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.js +5 -6
  45. package/es/core/editor/components/ResourceViewAttributeSetting/Setting.js +15 -10
  46. package/es/core/editor/components/plugins/MultipleResourceSelectPlugin.js +15 -0
  47. package/es/core/editor/components/plugins/SaveLoading.js +16 -0
  48. package/es/core/editor/components/settings/Settings.js +62 -32
  49. package/es/core/editor/components/settings/Settings.module.scss +6 -4
  50. package/es/core/editor/components/settings/common/AddResourceButton.js +22 -0
  51. package/es/core/editor/components/settings/common/AlignSetting/AlignSetting.module.scss +20 -0
  52. package/es/core/editor/components/settings/common/AlignSetting/index.js +18 -13
  53. package/es/core/editor/components/settings/common/GroupNodeList/icon.js +8 -20
  54. package/es/core/editor/components/settings/common/LayoutSettings.js +48 -18
  55. package/es/core/editor/components/settings/common/LayoutSettings.module.scss +63 -0
  56. package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +7 -50
  57. package/es/core/editor/components/settings/common/SizeInput/NodeSizeInput.js +111 -0
  58. package/es/core/editor/components/settings/common/{NodeSizeInput → SizeInput}/NodeSizeInput.module.scss +0 -0
  59. package/es/core/editor/components/settings/common/{NodeSizeInput → SizeInput}/NodeSizeNumberPicker.js +0 -0
  60. package/es/core/editor/components/settings/common/{NodeSizeInput → SizeInput}/img/icon_/350/247/243/351/224/201.svg +0 -0
  61. package/es/core/editor/components/settings/common/{NodeSizeInput → SizeInput}/img/icon_/351/224/201.svg +0 -0
  62. package/es/core/editor/components/settings/common/SizeInput/index.js +2 -0
  63. package/es/core/editor/components/settings/common/tab/TabView.module.scss +4 -2
  64. package/es/core/editor/components/settings/common/text/TextStyle.js +1 -1
  65. package/es/core/editor/components/settings/propertyViews/edge/CommonEdgePropertyView.js +89 -0
  66. package/es/core/editor/components/settings/propertyViews/edge/EdgePropertyView.js +23 -0
  67. package/es/core/editor/components/settings/propertyViews/edge/LinkPropertyView/Data/index.js +54 -0
  68. package/es/core/editor/components/settings/propertyViews/edge/LinkPropertyView/LinkPropertyView.js +14 -0
  69. package/es/core/editor/components/settings/propertyViews/edge/LinkPropertyView/Setting/index.js +48 -0
  70. package/es/core/editor/components/settings/propertyViews/edge/LinkPropertyView/index.js +2 -0
  71. package/es/core/editor/components/settings/propertyViews/group/DataTab/GroupAddResourceButton.js +20 -0
  72. package/es/core/editor/components/settings/{group → propertyViews/group}/DataTab/GroupNodeList.js +1 -1
  73. package/es/core/editor/components/settings/{group → propertyViews/group}/DataTab/RelateData.js +2 -2
  74. package/es/core/editor/components/settings/{group → propertyViews/group}/DataTab/hoooks/useGroupRelateResource.js +3 -3
  75. package/es/core/editor/components/settings/{group → propertyViews/group}/GroupPropertyView.js +1 -1
  76. package/es/core/editor/components/settings/{group → propertyViews/group}/GroupPropertyView.module.scss +0 -0
  77. package/es/core/editor/components/settings/propertyViews/group/SettingTab/GroupExpandSetting.js +74 -0
  78. package/es/core/editor/components/settings/{group/SettingTab/GroupExpandSetting.js → propertyViews/group/SettingTab/GroupExpandStatus.js} +1 -1
  79. package/es/core/editor/components/settings/{group/SettingTab/NodeIconSelect.js → propertyViews/group/SettingTab/GroupIconSelect.js} +4 -4
  80. package/es/core/editor/components/settings/propertyViews/group/SettingTab/Setting.js +108 -0
  81. package/es/core/editor/components/settings/{group → propertyViews/group}/hooks/useGroup.js +1 -1
  82. package/es/core/editor/components/settings/{propertyViews.js → propertyViews/index.js} +6 -5
  83. package/es/core/editor/components/settings/propertyViews/layer/DataTab/LayerAddResourceButton.js +35 -0
  84. package/es/core/editor/components/settings/propertyViews/layer/DataTab/LayerAddResourceDrawer.js +48 -0
  85. package/es/core/editor/components/settings/propertyViews/layer/DataTab/NodeList.js +23 -0
  86. package/es/core/editor/components/settings/{layer → propertyViews/layer}/DataTab/RelateData.js +12 -9
  87. package/es/core/editor/components/settings/{layer → propertyViews/layer}/LayerPropertyView.js +6 -6
  88. package/es/core/editor/components/settings/propertyViews/layer/SettingTab/Setting.js +74 -0
  89. package/es/core/editor/components/settings/{layer/SettingTab/Setting.js → propertyViews/layer/SettingTab/Setting_bak.js} +3 -3
  90. package/es/core/editor/components/settings/{view → propertyViews/multipleElements}/BatchSetNodeSize.js +2 -2
  91. package/es/core/editor/components/settings/propertyViews/multipleElements/MultipleElementPropertyView.js +68 -0
  92. package/es/core/editor/components/settings/propertyViews/node/NodeIconSelect.js +35 -0
  93. package/es/core/editor/components/settings/{node → propertyViews/node}/NodeIconSelectTest.js +0 -0
  94. package/es/core/editor/components/settings/{node → propertyViews/node}/NodePropertyView.js +32 -12
  95. package/es/core/editor/components/settings/{node → propertyViews/node}/NodePropertyView.module.scss +0 -0
  96. package/es/core/editor/components/settings/{node → propertyViews/node}/TopoTreeSelect.js +0 -0
  97. package/es/core/editor/components/settings/{node → propertyViews/node}/data/BindResourceDrawer.js +1 -1
  98. package/es/core/editor/components/settings/{node → propertyViews/node}/data/NodeRelateResourceButton.js +0 -0
  99. package/es/core/editor/components/settings/{text → propertyViews/text}/TextPropertyView.js +2 -2
  100. package/es/core/editor/components/settings/propertyViews/view/BatchSetNodeSize.js +8 -0
  101. package/es/core/editor/components/settings/propertyViews/view/GlobalLayout.js +12 -0
  102. package/es/core/editor/components/settings/propertyViews/view/GlobalTootipSetting.js +26 -0
  103. package/es/core/editor/components/settings/propertyViews/view/ViewPropertyView.js +37 -0
  104. package/es/core/models/AttributeMetricDisplay.js +76 -1
  105. package/es/core/models/TopoApp.js +132 -100
  106. package/es/core/models/TopoDataModel.js +2 -2
  107. package/es/core/models/attrAndMetric.js +4 -4
  108. package/es/core/models/common/Alarm.js +236 -41
  109. package/es/core/models/common/mocks/index.js +39 -0
  110. package/es/core/models/topoData.js +109 -0
  111. package/es/core/viewer/components/plugins/MetricPollingPlugin.js +9 -0
  112. package/es/core/viewer/components/plugins/ViewerPlugin.js +11 -2
  113. package/es/core/viewer/components/titlebar/ViewerTools.js +7 -5
  114. package/es/core/viewer/components/titlebar/widgets/AlarmListShowButton.js +50 -0
  115. package/es/core/viewer/components/titlebar/widgets/NodesDragSwitch.js +57 -0
  116. package/es/core/viewer/components/titlebar/widgets/SearchWidget.js +41 -12
  117. package/es/hooks/useAlarm.js +65 -42
  118. package/es/hooks/usePolling.js +8 -12
  119. package/es/hooks/useRelateTopo.js +120 -0
  120. package/es/hooks/useResourceConfig.js +259 -7
  121. package/es/hooks/useSelection.js +24 -11
  122. package/es/hooks/useTopoEdit.js +354 -375
  123. package/es/index.js +2 -4
  124. package/es/models/linkDynamicStyle.js +2 -2
  125. package/es/models/topoAlarm.js +83 -3
  126. package/es/models/topoBizMod.js +31 -83
  127. package/es/models/topoCreateMod.js +50 -221
  128. package/es/models/topoMod.js +52 -41
  129. package/es/style.js +9 -10
  130. package/es/{core/components/TopoView → topoCenter/components}/Topo404.js +1 -1
  131. package/es/{core/components/TopoView → topoCenter/components}/TopoNoPermission.js +1 -1
  132. package/es/{core/components/TopoView/TopoContent.js → topoCenter/components/TopoView.js} +11 -12
  133. package/es/topoCenter/components/Topology.js +64 -52
  134. package/es/topoCenter/components/editor/plugins/LayerConfigPlugin.js +16 -0
  135. package/es/topoCenter/components/editor/propertyViews/LayerRelatedResourceList.js +49 -0
  136. package/es/topoCenter/getTopoData.js +2 -2
  137. package/es/topoCenter/hooks/useGroupResources.js +11 -0
  138. package/es/topoCenter/models/TopoCenter.js +8 -18
  139. package/es/topoCenter/utils/SortResourcesUtil.js +16 -0
  140. package/es/topoCenter/viewer/components/TopologyViewer.js +12 -7
  141. package/es/utils/ResourceConfigUtil.js +67 -0
  142. package/es/utils/SpecialCharacterValidateUtil.js +10 -0
  143. package/es/utils/htElementUtils.js +52 -26
  144. package/es/utils/template.js +7 -31
  145. package/es/utils/topoData.js +6 -7
  146. package/es/utils/topoIconUtil.js +3 -2
  147. package/lib/{core/editor/components/LinkDynamicStyleSettingDrawer/rule → common/components/ColorPicker}/ColorPicker.js +0 -0
  148. package/lib/{core/editor/components/LinkDynamicStyleSettingDrawer/rule → common/components/ColorPicker}/ColorPicker.module.scss +0 -0
  149. package/lib/{core/editor/components/LinkDynamicStyleSettingDrawer/rule → common/components/ColorPicker}/ColorPicker.scss +0 -0
  150. package/lib/common/components/ColorPicker/index.js +11 -0
  151. package/lib/components/Drawer/index.module.scss +3 -1
  152. package/lib/components/Link/index.js +6 -6
  153. package/lib/components/MultiResourceDrawer/index.js +3 -11
  154. package/lib/components/ResourceSelect/ResourceSelectDrawer.js +3 -7
  155. package/lib/components/ResourceSelectDrawer/ResourceSelectDrawer.js +23 -5
  156. package/lib/components/ResourceSelectDrawer/ResourceSelectDrawer.module.scss +3 -1
  157. package/lib/components/ResourceSelectDrawer/ResourceSelectList.js +2 -1
  158. package/lib/components/TagImageSelect/index.js +6 -1
  159. package/lib/components/TagImageSelect/index.module.scss +4 -0
  160. package/lib/components/TagSelect/index.js +2 -1
  161. package/lib/components/TagSelect/index.scss +23 -18
  162. package/lib/components/TemplateButton/index.module.scss +25 -1
  163. package/lib/components/index.module.scss +2 -2
  164. package/lib/constants/ResourceTypeLimit.js +6 -1
  165. package/lib/constants/constant.js +7 -13
  166. package/lib/core/components/AlarmListPanel/components/AlarmListItem.js +41 -0
  167. package/lib/core/components/AlarmListPanel/components/index.module.scss +7 -0
  168. package/lib/core/components/AlarmListPanel/constants/uicbb.js +17 -0
  169. package/lib/core/components/AlarmListPanel/index.js +111 -0
  170. package/lib/core/components/AlarmListPanel/index.module.scss +94 -0
  171. package/lib/core/components/AlarmListPanel/mocks/index.js +82 -0
  172. package/lib/core/components/TopoView/index.js +11 -0
  173. package/lib/core/components/TopoView/topoView.js +93 -96
  174. package/lib/core/components/titlebar/TitleBar.js +3 -1
  175. package/lib/core/components/titlebar/index.js +8 -0
  176. package/lib/core/editor/components/EditorPlugin.js +15 -23
  177. package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +2 -3
  178. package/lib/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.js +3 -4
  179. package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.js +15 -10
  180. package/lib/core/editor/components/plugins/MultipleResourceSelectPlugin.js +25 -0
  181. package/lib/core/editor/components/{settings/SettingsForm.js → plugins/SaveLoading.js} +13 -10
  182. package/lib/core/editor/components/settings/Settings.js +62 -37
  183. package/lib/core/editor/components/settings/Settings.module.scss +6 -4
  184. package/lib/core/editor/components/settings/common/AddResourceButton.js +32 -0
  185. package/lib/core/editor/components/settings/common/AlignSetting/AlignSetting.module.scss +20 -0
  186. package/lib/core/editor/components/settings/common/AlignSetting/index.js +19 -13
  187. package/lib/core/editor/components/settings/common/GroupNodeList/icon.js +10 -19
  188. package/lib/core/editor/components/settings/common/LayoutSettings.js +48 -17
  189. package/lib/core/editor/components/settings/common/LayoutSettings.module.scss +63 -0
  190. package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +8 -54
  191. package/lib/core/editor/components/settings/common/SizeInput/NodeSizeInput.js +130 -0
  192. package/lib/core/editor/components/settings/common/{NodeSizeInput → SizeInput}/NodeSizeInput.module.scss +0 -0
  193. package/lib/core/editor/components/settings/common/{NodeSizeInput → SizeInput}/NodeSizeNumberPicker.js +0 -0
  194. package/lib/core/editor/components/settings/common/{NodeSizeInput → SizeInput}/img/icon_/350/247/243/351/224/201.svg +0 -0
  195. package/lib/core/editor/components/settings/common/{NodeSizeInput → SizeInput}/img/icon_/351/224/201.svg +0 -0
  196. package/lib/core/editor/components/settings/common/SizeInput/index.js +11 -0
  197. package/lib/core/editor/components/settings/common/tab/TabView.module.scss +4 -2
  198. package/lib/core/editor/components/settings/common/text/TextStyle.js +1 -1
  199. package/lib/core/editor/components/settings/{Style.js → propertyViews/edge/CommonEdgePropertyView.js} +60 -52
  200. package/lib/core/editor/components/settings/propertyViews/edge/EdgePropertyView.js +38 -0
  201. package/lib/core/editor/components/settings/propertyViews/edge/LinkPropertyView/Data/index.js +71 -0
  202. package/lib/core/editor/components/settings/propertyViews/edge/LinkPropertyView/LinkPropertyView.js +26 -0
  203. package/lib/core/editor/components/settings/propertyViews/edge/LinkPropertyView/Setting/index.js +65 -0
  204. package/lib/core/editor/components/settings/propertyViews/edge/LinkPropertyView/index.js +11 -0
  205. package/lib/core/editor/components/settings/propertyViews/group/DataTab/GroupAddResourceButton.js +30 -0
  206. package/lib/core/editor/components/settings/{group → propertyViews/group}/DataTab/GroupNodeList.js +1 -1
  207. package/lib/core/editor/components/settings/{group → propertyViews/group}/DataTab/RelateData.js +3 -3
  208. package/lib/core/editor/components/settings/{group → propertyViews/group}/DataTab/hoooks/useGroupRelateResource.js +3 -3
  209. package/lib/core/editor/components/settings/{group → propertyViews/group}/GroupPropertyView.js +1 -1
  210. package/lib/core/editor/components/settings/{group → propertyViews/group}/GroupPropertyView.module.scss +0 -0
  211. package/lib/core/editor/components/settings/propertyViews/group/SettingTab/GroupExpandSetting.js +92 -0
  212. package/lib/core/editor/components/settings/{group/SettingTab/GroupExpandSetting.js → propertyViews/group/SettingTab/GroupExpandStatus.js} +2 -2
  213. package/lib/core/editor/components/settings/{group/SettingTab/NodeIconSelect.js → propertyViews/group/SettingTab/GroupIconSelect.js} +4 -4
  214. package/lib/core/editor/components/settings/propertyViews/group/SettingTab/Setting.js +131 -0
  215. package/lib/core/editor/components/settings/{group → propertyViews/group}/hooks/useGroup.js +1 -1
  216. package/lib/core/editor/components/settings/{propertyViews.js → propertyViews/index.js} +8 -7
  217. package/lib/core/editor/components/settings/{common/GroupNodeList/ResourceSelectButton.js → propertyViews/layer/DataTab/LayerAddResourceButton.js} +30 -30
  218. package/lib/core/editor/components/settings/propertyViews/layer/DataTab/LayerAddResourceDrawer.js +63 -0
  219. package/lib/core/editor/components/settings/{layer → propertyViews/layer}/DataTab/NodeList.js +14 -11
  220. package/lib/core/editor/components/settings/{layer → propertyViews/layer}/DataTab/RelateData.js +12 -9
  221. package/lib/core/editor/components/settings/{layer → propertyViews/layer}/LayerPropertyView.js +2 -2
  222. package/lib/core/editor/components/settings/{group → propertyViews/layer}/SettingTab/Setting.js +25 -59
  223. package/lib/core/editor/components/settings/{layer/SettingTab/Setting.js → propertyViews/layer/SettingTab/Setting_bak.js} +3 -3
  224. package/lib/core/editor/components/settings/{view → propertyViews/multipleElements}/BatchSetNodeSize.js +2 -2
  225. package/lib/core/editor/components/settings/propertyViews/multipleElements/MultipleElementPropertyView.js +88 -0
  226. package/lib/core/{components/TopoView/Topo.js → editor/components/settings/propertyViews/node/NodeIconSelect.js} +32 -20
  227. package/lib/core/editor/components/settings/{node → propertyViews/node}/NodeIconSelectTest.js +0 -0
  228. package/lib/core/editor/components/settings/{node → propertyViews/node}/NodePropertyView.js +33 -13
  229. package/lib/core/editor/components/settings/{node → propertyViews/node}/NodePropertyView.module.scss +0 -0
  230. package/lib/core/editor/components/settings/{node → propertyViews/node}/TopoTreeSelect.js +0 -0
  231. package/lib/core/editor/components/settings/{node → propertyViews/node}/data/BindResourceDrawer.js +1 -1
  232. package/lib/core/editor/components/settings/{node → propertyViews/node}/data/NodeRelateResourceButton.js +0 -0
  233. package/lib/core/editor/components/settings/{text → propertyViews/text}/TextPropertyView.js +2 -2
  234. package/lib/{components/ResourceSelect/DefaultResourceSelectDrawer.js → core/editor/components/settings/propertyViews/view/BatchSetNodeSize.js} +9 -3
  235. package/lib/core/editor/components/settings/propertyViews/view/GlobalLayout.js +20 -0
  236. package/lib/core/editor/components/settings/propertyViews/view/GlobalTootipSetting.js +41 -0
  237. package/lib/core/editor/components/settings/propertyViews/view/ViewPropertyView.js +54 -0
  238. package/lib/core/models/AttributeMetricDisplay.js +83 -1
  239. package/lib/core/models/TopoApp.js +131 -99
  240. package/lib/core/models/TopoDataModel.js +1 -1
  241. package/lib/core/models/attrAndMetric.js +4 -4
  242. package/lib/core/models/common/Alarm.js +251 -39
  243. package/lib/core/models/common/mocks/index.js +44 -0
  244. package/lib/core/models/topoData.js +129 -0
  245. package/lib/core/viewer/components/plugins/MetricPollingPlugin.js +18 -0
  246. package/lib/core/viewer/components/plugins/ViewerPlugin.js +13 -2
  247. package/lib/core/viewer/components/titlebar/ViewerTools.js +7 -5
  248. package/lib/core/viewer/components/titlebar/widgets/AlarmListShowButton.js +64 -0
  249. package/lib/core/viewer/components/titlebar/widgets/{ElementDragLockButton/ElementDragLockButton.js → NodesDragSwitch.js} +24 -6
  250. package/lib/core/viewer/components/titlebar/widgets/SearchWidget.js +40 -10
  251. package/lib/hooks/useAlarm.js +61 -40
  252. package/lib/hooks/usePolling.js +8 -12
  253. package/lib/hooks/useRelateTopo.js +132 -0
  254. package/lib/hooks/useResourceConfig.js +266 -7
  255. package/lib/hooks/useSelection.js +28 -11
  256. package/lib/hooks/useTopoEdit.js +357 -374
  257. package/lib/index.js +2 -11
  258. package/lib/models/linkDynamicStyle.js +2 -2
  259. package/lib/models/topoAlarm.js +90 -2
  260. package/lib/models/topoBizMod.js +31 -84
  261. package/lib/models/topoCreateMod.js +50 -216
  262. package/lib/models/topoMod.js +48 -39
  263. package/lib/style.js +9 -10
  264. package/lib/{core/components/TopoView → topoCenter/components}/Topo404.js +1 -1
  265. package/lib/{core/components/TopoView → topoCenter/components}/TopoNoPermission.js +1 -1
  266. package/lib/{core/components/TopoView/TopoContent.js → topoCenter/components/TopoView.js} +10 -13
  267. package/lib/topoCenter/components/Topology.js +68 -56
  268. package/lib/topoCenter/components/editor/plugins/LayerConfigPlugin.js +27 -0
  269. package/lib/topoCenter/components/editor/propertyViews/LayerRelatedResourceList.js +65 -0
  270. package/lib/topoCenter/getTopoData.js +2 -2
  271. package/lib/topoCenter/hooks/useGroupResources.js +16 -0
  272. package/lib/topoCenter/models/TopoCenter.js +9 -18
  273. package/lib/topoCenter/utils/SortResourcesUtil.js +21 -0
  274. package/lib/topoCenter/viewer/components/TopologyViewer.js +13 -8
  275. package/lib/utils/ResourceConfigUtil.js +73 -0
  276. package/lib/utils/SpecialCharacterValidateUtil.js +18 -0
  277. package/lib/utils/htElementUtils.js +63 -28
  278. package/lib/utils/template.js +10 -36
  279. package/lib/utils/topoData.js +6 -7
  280. package/lib/utils/topoIconUtil.js +4 -2
  281. package/package.json +10 -9
  282. package/es/components/ResourceSelect/DefaultResourceSelectDrawer.js +0 -5
  283. package/es/core/components/TopoView/Topo.js +0 -22
  284. package/es/core/editor/components/settings/SettingsForm.js +0 -10
  285. package/es/core/editor/components/settings/Style.js +0 -77
  286. package/es/core/editor/components/settings/common/GroupNodeList/ResourceSelectButton.js +0 -34
  287. package/es/core/editor/components/settings/group/SettingTab/Setting.js +0 -105
  288. package/es/core/editor/components/settings/group/hooks/useGroupExpand.js +0 -20
  289. package/es/core/editor/components/settings/layer/DataTab/NodeList.js +0 -19
  290. package/es/core/editor/components/settings/layer/LayerSettingsForm.js +0 -276
  291. package/es/core/editor/components/settings/link/LinkPropertyView.js +0 -108
  292. package/es/core/editor/components/settings/node/NodeIconSelect.js +0 -27
  293. package/es/core/editor/components/settings/view/ViewPropertyView.js +0 -109
  294. package/es/core/viewer/components/titlebar/widgets/ElementDragLockButton/ElementDragLockButton.js +0 -40
  295. package/es/hooks/useContainerLinkTopo.js +0 -86
  296. package/es/topoCenter/models/Topo.js +0 -0
  297. package/lib/core/editor/components/settings/group/hooks/useGroupExpand.js +0 -26
  298. package/lib/core/editor/components/settings/layer/LayerSettingsForm.js +0 -301
  299. package/lib/core/editor/components/settings/link/LinkPropertyView.js +0 -134
  300. package/lib/core/editor/components/settings/node/NodeIconSelect.js +0 -38
  301. package/lib/core/editor/components/settings/view/ViewPropertyView.js +0 -129
  302. package/lib/hooks/useContainerLinkTopo.js +0 -95
  303. package/lib/topoCenter/models/Topo.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ - 分层拓扑属性面板不显示全局布局
2
+ - 分层拓扑多选资源默认无对齐功能
3
+
1
4
  ## v2.1.8
2
5
 
3
6
  - 支持自定义分层添加资源组件