@riil-frontend/component-topology 2.15.20 → 2.15.23

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 (64) hide show
  1. package/build/1.js +1 -1
  2. package/build/index.css +1 -1
  3. package/build/index.js +23 -23
  4. package/es/components/ResourceSelectDrawer/ResourceSelectDrawer.js +2 -0
  5. package/es/core/common/icons/defaultIcons.js +3 -9
  6. package/es/core/common/icons/icon.js +1 -22
  7. package/es/core/components/AlarmListPanel/index.js +17 -35
  8. package/es/core/components/TopoView/topoView.js +2 -0
  9. package/es/core/components/titlebar/TitleBar.js +3 -3
  10. package/es/core/editor/components/settings/propertyViews/edge/CommonEdgePropertyView.js +1 -3
  11. package/es/core/editor/components/settings/propertyViews/edge/edgeGroup/EdgeGroupSetting.js +1 -3
  12. package/es/core/editor/components/settings/propertyViews/group/DataTab/hoooks/useGroupRelateResource.js +2 -2
  13. package/es/core/editor/components/settings/propertyViews/group/SettingTab/Setting.js +3 -4
  14. package/es/core/editor/components/settings/propertyViews/layer/DataTab/NodeList.js +3 -3
  15. package/es/core/editor/components/settings/propertyViews/layer/SettingTab/Setting.js +4 -4
  16. package/es/core/editor/components/settings/propertyViews/multipleElements/MultipleElementPropertyView.js +1 -3
  17. package/es/core/editor/components/settings/propertyViews/node/NodePropertyView.js +1 -3
  18. package/es/core/editor/components/settings/propertyViews/node/data/BindResourceDrawer.js +5 -0
  19. package/es/core/editor/components/settings/propertyViews/text/TextPropertyView.js +5 -7
  20. package/es/core/models/Alarm.js +30 -51
  21. package/es/core/models/AttributeMetricDisplay.js +22 -13
  22. package/es/core/models/TopoApp.js +1 -1
  23. package/es/core/models/utils/linkUtils.js +3 -0
  24. package/es/core/viewer/components/plugins/BaseInfo/components/ResourceOverview/index.js +1 -1
  25. package/es/core/viewer/components/plugins/BaseInfo/index.js +58 -79
  26. package/es/core/viewer/components/titlebar/widgets/AlarmListShowButton.js +31 -29
  27. package/es/hooks/useTopoEdit.js +16 -5
  28. package/es/index.js +3 -1
  29. package/es/style.js +1 -0
  30. package/es/topoCenter/components/TopoView.js +7 -6
  31. package/es/topoCenter/components/editor/propertyViews/LayerRelatedResourceList.js +2 -3
  32. package/es/topoCenter/components/editor/propertyViews/edge/LinkPropertyView/Setting/index.js +1 -3
  33. package/es/topoCenter/hooks/editor/useDeleteEdges.js +19 -11
  34. package/lib/components/ResourceSelectDrawer/ResourceSelectDrawer.js +2 -0
  35. package/lib/core/common/icons/defaultIcons.js +4 -13
  36. package/lib/core/common/icons/icon.js +1 -30
  37. package/lib/core/components/AlarmListPanel/index.js +19 -36
  38. package/lib/core/components/TopoView/topoView.js +2 -0
  39. package/lib/core/components/titlebar/TitleBar.js +2 -2
  40. package/lib/core/editor/components/settings/propertyViews/edge/CommonEdgePropertyView.js +1 -3
  41. package/lib/core/editor/components/settings/propertyViews/edge/edgeGroup/EdgeGroupSetting.js +1 -3
  42. package/lib/core/editor/components/settings/propertyViews/group/DataTab/hoooks/useGroupRelateResource.js +3 -3
  43. package/lib/core/editor/components/settings/propertyViews/group/SettingTab/Setting.js +3 -4
  44. package/lib/core/editor/components/settings/propertyViews/layer/DataTab/NodeList.js +4 -8
  45. package/lib/core/editor/components/settings/propertyViews/layer/SettingTab/Setting.js +4 -4
  46. package/lib/core/editor/components/settings/propertyViews/multipleElements/MultipleElementPropertyView.js +1 -3
  47. package/lib/core/editor/components/settings/propertyViews/node/NodePropertyView.js +1 -3
  48. package/lib/core/editor/components/settings/propertyViews/node/data/BindResourceDrawer.js +5 -0
  49. package/lib/core/editor/components/settings/propertyViews/text/TextPropertyView.js +5 -7
  50. package/lib/core/models/Alarm.js +30 -51
  51. package/lib/core/models/AttributeMetricDisplay.js +22 -13
  52. package/lib/core/models/TopoApp.js +1 -1
  53. package/lib/core/models/utils/linkUtils.js +5 -0
  54. package/lib/core/viewer/components/plugins/BaseInfo/components/ResourceOverview/index.js +1 -1
  55. package/lib/core/viewer/components/plugins/BaseInfo/index.js +58 -79
  56. package/lib/core/viewer/components/titlebar/widgets/AlarmListShowButton.js +33 -28
  57. package/lib/hooks/useTopoEdit.js +16 -5
  58. package/lib/index.js +17 -2
  59. package/lib/style.js +1 -0
  60. package/lib/topoCenter/components/TopoView.js +5 -4
  61. package/lib/topoCenter/components/editor/propertyViews/LayerRelatedResourceList.js +2 -4
  62. package/lib/topoCenter/components/editor/propertyViews/edge/LinkPropertyView/Setting/index.js +1 -3
  63. package/lib/topoCenter/hooks/editor/useDeleteEdges.js +20 -11
  64. package/package.json +4 -4

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.