@riil-frontend/component-topology 3.1.11 → 3.1.12

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 (23) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/build/index.js +5 -5
  3. package/demo-mock/basic/topo/v1/api/attributes/once +95 -0
  4. package/demo-mock/basic/topo/v1/api/attributes/once.json +96 -1
  5. package/es/components/BatchAttrMetric/index.js +1 -0
  6. package/es/core/common/icons/icon.js +20 -6
  7. package/es/core/components/DisplaySettingDrawer/ResourceDisplay/CommonCheckboxGroup.module.scss +3 -3
  8. package/es/core/components/ResourceViewAttributeSetting/Setting.js +1 -0
  9. package/es/core/models/TopoApp.js +1 -1
  10. package/es/core/viewer/components/plugins/ResourceDetail/ResourceDetail.js +1 -0
  11. package/es/core/viewer/components/plugins/ResourceDetail/components/ResourceOverview/ResourceOverview.js +660 -0
  12. package/es/core/viewer/components/plugins/ResourceDetail/components/ResourceOverview/index.js +2 -637
  13. package/es/utils/topoData.js +66 -40
  14. package/lib/components/BatchAttrMetric/index.js +1 -0
  15. package/lib/core/common/icons/icon.js +25 -6
  16. package/lib/core/components/DisplaySettingDrawer/ResourceDisplay/CommonCheckboxGroup.module.scss +3 -3
  17. package/lib/core/components/ResourceViewAttributeSetting/Setting.js +1 -0
  18. package/lib/core/models/TopoApp.js +1 -1
  19. package/lib/core/viewer/components/plugins/ResourceDetail/ResourceDetail.js +2 -0
  20. package/lib/core/viewer/components/plugins/ResourceDetail/components/ResourceOverview/ResourceOverview.js +691 -0
  21. package/lib/core/viewer/components/plugins/ResourceDetail/components/ResourceOverview/index.js +4 -663
  22. package/lib/utils/topoData.js +68 -40
  23. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 3.1.11 2022-4-20 10:55:08
2
+
3
+ - 支持移除概览功能参数
4
+
1
5
  ## 3.1.10 2022-4-19 11:20:01
2
6
 
3
7
  - 支持不显示区域添加资源按钮