@riil-frontend/component-topology 2.13.0-alpha.2 → 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 (39) 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/core/common/icons/networkTopoCiTypeIcons.js +3 -3
  6. package/es/core/components/TopoView/topoView.js +32 -20
  7. package/es/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.js +2 -2
  8. package/es/core/editor/components/ResourceViewAttributeSetting/Setting.js +14 -9
  9. package/es/core/editor/components/settings/Settings.js +9 -5
  10. package/es/core/editor/components/settings/common/GroupNodeList/icon.js +8 -20
  11. package/es/core/editor/components/settings/propertyViews/index.js +1 -0
  12. package/es/core/editor/components/settings/propertyViews/multipleElements/MultipleElementPropertyView.js +15 -5
  13. package/es/core/editor/components/settings/propertyViews/node/NodePropertyView.js +7 -6
  14. package/es/core/editor/components/settings/propertyViews/view/GlobalLayout.js +12 -0
  15. package/es/core/editor/components/settings/propertyViews/view/GlobalTootipSetting.js +26 -0
  16. package/es/core/editor/components/settings/propertyViews/view/ViewPropertyView.js +14 -86
  17. package/es/core/models/TopoApp.js +1 -1
  18. package/es/core/models/common/Alarm.js +15 -10
  19. package/es/core/viewer/components/titlebar/widgets/SearchWidget.js +41 -12
  20. package/es/style.js +1 -1
  21. package/es/topoCenter/components/Topology.js +4 -1
  22. package/es/utils/topoIconUtil.js +3 -2
  23. package/lib/core/components/TopoView/topoView.js +28 -15
  24. package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.js +14 -9
  25. package/lib/core/editor/components/settings/Settings.js +9 -5
  26. package/lib/core/editor/components/settings/common/GroupNodeList/icon.js +10 -19
  27. package/lib/core/editor/components/settings/propertyViews/index.js +1 -0
  28. package/lib/core/editor/components/settings/propertyViews/multipleElements/MultipleElementPropertyView.js +16 -4
  29. package/lib/core/editor/components/settings/propertyViews/node/NodePropertyView.js +7 -6
  30. package/lib/core/editor/components/settings/propertyViews/view/GlobalLayout.js +20 -0
  31. package/lib/core/editor/components/settings/propertyViews/view/GlobalTootipSetting.js +41 -0
  32. package/lib/core/editor/components/settings/propertyViews/view/ViewPropertyView.js +14 -89
  33. package/lib/core/models/TopoApp.js +1 -1
  34. package/lib/core/models/common/Alarm.js +15 -10
  35. package/lib/core/viewer/components/titlebar/widgets/SearchWidget.js +40 -10
  36. package/lib/style.js +1 -1
  37. package/lib/topoCenter/components/Topology.js +4 -1
  38. package/lib/utils/topoIconUtil.js +4 -2
  39. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ - 分层拓扑属性面板不显示全局布局
2
+ - 分层拓扑多选资源默认无对齐功能
3
+
1
4
  ## v2.1.8
2
5
 
3
6
  - 支持自定义分层添加资源组件