@riil-frontend/component-topology 2.13.0-alpha.2 → 2.13.0-alpha.6

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 (67) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/build/1.js +1 -1
  3. package/build/index.css +1 -1
  4. package/build/index.js +18 -18
  5. package/es/constants/constant.js +1 -1
  6. package/es/core/common/icons/networkTopoCiTypeIcons.js +3 -3
  7. package/es/core/components/AlarmListPanel/index.js +1 -1
  8. package/es/core/components/TopoView/topoView.js +37 -21
  9. package/es/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.js +2 -2
  10. package/es/core/editor/components/ResourceViewAttributeSetting/Setting.js +14 -9
  11. package/es/core/editor/components/iconManage/IconManage.js +2 -2
  12. package/es/core/editor/components/iconManage/UploadIconDialog.js +41 -27
  13. package/es/core/editor/components/settings/Settings.js +9 -5
  14. package/es/core/editor/components/settings/common/GroupNodeList/icon.js +55 -27
  15. package/es/core/editor/components/settings/propertyViews/index.js +1 -0
  16. package/es/core/editor/components/settings/propertyViews/multipleElements/MultipleElementPropertyView.js +15 -5
  17. package/es/core/editor/components/settings/propertyViews/node/NodeIconSelect.js +1 -13
  18. package/es/core/editor/components/settings/propertyViews/node/NodePropertyView.js +7 -6
  19. package/es/core/editor/components/settings/propertyViews/view/GlobalLayout.js +12 -0
  20. package/es/core/editor/components/settings/propertyViews/view/GlobalTootipSetting.js +26 -0
  21. package/es/core/editor/components/settings/propertyViews/view/ViewPropertyView.js +14 -86
  22. package/es/core/models/TopoApp.js +1 -1
  23. package/es/core/models/common/Alarm.js +15 -10
  24. package/es/core/utils/resourceUtil.js +1 -1
  25. package/es/core/viewer/components/plugins/ViewerPlugin.js +8 -14
  26. package/es/core/viewer/components/titlebar/widgets/SearchWidget.js +41 -12
  27. package/es/createTopo.js +1 -7
  28. package/es/hooks/useSelection.js +7 -1
  29. package/es/models/iconManage.js +96 -48
  30. package/es/models/topoCreateMod.js +1 -1
  31. package/es/models/topoMod.js +1 -2
  32. package/es/style.js +2 -3
  33. package/es/topoCenter/components/TopoView.js +15 -5
  34. package/es/topoCenter/components/Topology.js +10 -2
  35. package/es/utils/topoData.js +5 -5
  36. package/es/utils/topoIconUtil.js +6 -15
  37. package/lib/constants/constant.js +1 -1
  38. package/lib/core/components/AlarmListPanel/index.js +1 -1
  39. package/lib/core/components/TopoView/topoView.js +33 -16
  40. package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.js +14 -9
  41. package/lib/core/editor/components/iconManage/IconManage.js +2 -2
  42. package/lib/core/editor/components/iconManage/UploadIconDialog.js +43 -27
  43. package/lib/core/editor/components/settings/Settings.js +9 -5
  44. package/lib/core/editor/components/settings/common/GroupNodeList/icon.js +60 -27
  45. package/lib/core/editor/components/settings/propertyViews/index.js +1 -0
  46. package/lib/core/editor/components/settings/propertyViews/multipleElements/MultipleElementPropertyView.js +16 -4
  47. package/lib/core/editor/components/settings/propertyViews/node/NodeIconSelect.js +1 -13
  48. package/lib/core/editor/components/settings/propertyViews/node/NodePropertyView.js +7 -6
  49. package/lib/core/editor/components/settings/propertyViews/view/GlobalLayout.js +20 -0
  50. package/lib/core/editor/components/settings/propertyViews/view/GlobalTootipSetting.js +41 -0
  51. package/lib/core/editor/components/settings/propertyViews/view/ViewPropertyView.js +14 -89
  52. package/lib/core/models/TopoApp.js +1 -1
  53. package/lib/core/models/common/Alarm.js +15 -10
  54. package/lib/core/utils/resourceUtil.js +1 -1
  55. package/lib/core/viewer/components/plugins/ViewerPlugin.js +9 -15
  56. package/lib/core/viewer/components/titlebar/widgets/SearchWidget.js +40 -10
  57. package/lib/createTopo.js +1 -7
  58. package/lib/hooks/useSelection.js +7 -1
  59. package/lib/models/iconManage.js +96 -48
  60. package/lib/models/topoCreateMod.js +1 -1
  61. package/lib/models/topoMod.js +1 -2
  62. package/lib/style.js +2 -3
  63. package/lib/topoCenter/components/TopoView.js +15 -5
  64. package/lib/topoCenter/components/Topology.js +10 -2
  65. package/lib/utils/topoData.js +6 -5
  66. package/lib/utils/topoIconUtil.js +6 -19
  67. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ - 分层拓扑属性面板不显示全局布局
2
+ - 分层拓扑多选资源默认无对齐功能
3
+
1
4
  ## v2.1.8
2
5
 
3
6
  - 支持自定义分层添加资源组件