@riil-frontend/component-topology 2.15.43 → 2.15.46

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 (139) hide show
  1. package/build/index.css +1 -1
  2. package/build/index.js +22 -22
  3. package/es/components/Drawer/index.js +8 -2
  4. package/es/components/TagImageSelect/index.js +3 -1
  5. package/es/components/TagSelect/index.js +3 -3
  6. package/es/components/TemplateButton/index.module.scss +1 -0
  7. package/es/core/common/hooks/ht/useDataModelDataPropertyChange.js +13 -4
  8. package/es/core/common/icons/icon.js +1 -1
  9. package/es/core/common/icons/useIcons.js +1 -1
  10. package/es/core/components/TopoView/topoView.js +8 -18
  11. package/es/core/{models/createTopoApp.js → createTopoApp.js} +1 -1
  12. package/es/core/editor/components/BackgroundView/index.js +80 -44
  13. package/es/core/editor/components/BackgroundView/index.module.scss +1 -0
  14. package/es/core/editor/components/{iconManage/IconManage.js → CustomIconPlugin/CustomIconPlugin.js} +3 -3
  15. package/es/core/editor/components/{iconManage → CustomIconPlugin}/RenameDialog.js +1 -1
  16. package/es/core/editor/components/{iconManage → CustomIconPlugin}/UploadIconDialog.js +16 -2
  17. package/es/core/editor/components/{iconManage → CustomIconPlugin}/UploadIconDialog.module.scss +0 -0
  18. package/es/core/editor/components/{iconManage → CustomIconPlugin}/UploadIconDialog.scss +0 -0
  19. package/es/core/editor/components/{iconManage → CustomIconPlugin}/UploadIconDialogWrapper.js +1 -1
  20. package/es/core/editor/components/CustomIconPlugin/index.js +2 -0
  21. package/es/core/editor/components/{iconManage → CustomIconPlugin}/utils/svgToShape.js +0 -0
  22. package/es/core/editor/components/EditorPlugin.js +2 -2
  23. package/es/core/editor/components/settings/common/LayoutSettings.js +11 -19
  24. package/es/core/editor/components/settings/propertyViews/group/DataTab/hoooks/useGroupRelateResource.js +4 -4
  25. package/es/core/editor/components/settings/propertyViews/group/SettingTab/GroupExpandSetting.js +13 -8
  26. package/es/core/editor/components/settings/propertyViews/group/SettingTab/Setting.js +2 -0
  27. package/es/core/models/TopoApp.js +9 -5
  28. package/es/core/services/background.js +26 -1
  29. package/es/core/store/coreModels.js +32 -26
  30. package/es/core/store/createStore.js +1 -1
  31. package/es/core/test/Test.js +3 -1
  32. package/es/core/viewer/contextmenu/buildNodeContextmenu.js +65 -64
  33. package/es/createTopo.js +1 -1
  34. package/es/hooks/useAlarm.js +3 -6
  35. package/es/hooks/useResourceConfig.js +1 -1
  36. package/es/hooks/useTopoEdit.js +4 -8
  37. package/es/models/{iconManage.js → customIcon.js} +1 -1
  38. package/es/models/topoBizMod.js +22 -52
  39. package/es/models/{topoCreateMod.js → topoConfig.js} +8 -4
  40. package/es/models/topoMod.js +32 -69
  41. package/es/{components → topoCenter/components}/Link/form.js +0 -0
  42. package/es/{components → topoCenter/components}/Link/hook.js +0 -0
  43. package/es/{components → topoCenter/components}/Link/index copy.js +1 -1
  44. package/es/{components → topoCenter/components}/Link/index.js +1 -1
  45. package/es/{components → topoCenter/components}/Link/index.module.scss +0 -0
  46. package/es/{components → topoCenter/components}/Link/setting.js +0 -0
  47. package/es/topoCenter/components/TopoView.js +16 -3
  48. package/es/topoCenter/components/Topology.js +0 -5
  49. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/RuleSetting.js +0 -0
  50. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/RuleSetting.module.scss +0 -0
  51. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/index.js +0 -0
  52. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/Rule.js +0 -0
  53. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/Rule.module.scss +0 -0
  54. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleCondition.js +0 -0
  55. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleCondition.module.scss +0 -0
  56. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleCondition.scss +0 -0
  57. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +0 -0
  58. package/es/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleStyle.module.scss +0 -0
  59. package/es/topoCenter/components/editor/propertyViews/edge/EdgeGroupPropertyView.js +1 -1
  60. package/es/topoCenter/components/editor/propertyViews/edge/LinkPropertyView/Data/index.js +3 -3
  61. package/es/topoCenter/components/editor/propertyViews/edge/addLinkDrawer/AddLinkDrawer.js +1 -1
  62. package/es/topoCenter/components/editor/propertyViews/edge/addLinkDrawer/components/editLinkInfo.js +1 -1
  63. package/es/topoCenter/components/editor/propertyViews/edge/link/{LindInfoPreview.js → LinkInfoPreview.js} +1 -1
  64. package/es/topoCenter/components/editor/propertyViews/edge/link/{LindInfoPreview.module.scss → LinkInfoPreview.module.scss} +0 -0
  65. package/es/{hooks → topoCenter/hooks/viewer}/useRelateTopo.js +2 -2
  66. package/es/{models → topoCenter/store}/linkDynamicStyle.js +3 -3
  67. package/es/{models → topoCenter/store}/linkDynamicStyleConfig.js +2 -1
  68. package/es/{models → topoCenter/store}/linkManager.js +0 -0
  69. package/lib/components/Drawer/index.js +7 -2
  70. package/lib/components/TagImageSelect/index.js +3 -1
  71. package/lib/components/TagSelect/index.js +3 -3
  72. package/lib/components/TemplateButton/index.module.scss +1 -0
  73. package/lib/core/common/hooks/ht/useDataModelDataPropertyChange.js +13 -4
  74. package/lib/core/common/icons/icon.js +1 -1
  75. package/lib/core/common/icons/useIcons.js +1 -1
  76. package/lib/core/components/TopoView/topoView.js +9 -20
  77. package/lib/core/{models/createTopoApp.js → createTopoApp.js} +1 -1
  78. package/lib/core/editor/components/BackgroundView/index.js +80 -44
  79. package/lib/core/editor/components/BackgroundView/index.module.scss +1 -0
  80. package/lib/core/editor/components/{iconManage/IconManage.js → CustomIconPlugin/CustomIconPlugin.js} +3 -3
  81. package/lib/core/editor/components/{iconManage → CustomIconPlugin}/RenameDialog.js +1 -1
  82. package/lib/core/editor/components/{iconManage → CustomIconPlugin}/UploadIconDialog.js +17 -2
  83. package/lib/core/editor/components/{iconManage → CustomIconPlugin}/UploadIconDialog.module.scss +0 -0
  84. package/lib/core/editor/components/{iconManage → CustomIconPlugin}/UploadIconDialog.scss +0 -0
  85. package/lib/core/editor/components/{iconManage → CustomIconPlugin}/UploadIconDialogWrapper.js +1 -1
  86. package/lib/core/editor/components/CustomIconPlugin/index.js +11 -0
  87. package/lib/core/editor/components/{iconManage → CustomIconPlugin}/utils/svgToShape.js +0 -0
  88. package/lib/core/editor/components/EditorPlugin.js +2 -2
  89. package/lib/core/editor/components/settings/common/LayoutSettings.js +10 -18
  90. package/lib/core/editor/components/settings/propertyViews/group/DataTab/hoooks/useGroupRelateResource.js +2 -4
  91. package/lib/core/editor/components/settings/propertyViews/group/SettingTab/GroupExpandSetting.js +12 -7
  92. package/lib/core/editor/components/settings/propertyViews/group/SettingTab/Setting.js +2 -0
  93. package/lib/core/models/TopoApp.js +9 -5
  94. package/lib/core/services/background.js +26 -1
  95. package/lib/core/store/coreModels.js +35 -26
  96. package/lib/core/store/createStore.js +2 -2
  97. package/lib/core/test/Test.js +3 -1
  98. package/lib/core/viewer/contextmenu/buildNodeContextmenu.js +65 -64
  99. package/lib/createTopo.js +1 -1
  100. package/lib/hooks/useAlarm.js +3 -6
  101. package/lib/hooks/useResourceConfig.js +1 -1
  102. package/lib/hooks/useTopoEdit.js +4 -8
  103. package/lib/models/{iconManage.js → customIcon.js} +1 -1
  104. package/lib/models/topoBizMod.js +22 -52
  105. package/lib/models/{topoCreateMod.js → topoConfig.js} +7 -4
  106. package/lib/models/topoMod.js +32 -69
  107. package/lib/{components → topoCenter/components}/Link/form.js +0 -0
  108. package/lib/{components → topoCenter/components}/Link/hook.js +0 -0
  109. package/lib/{components → topoCenter/components}/Link/index copy.js +1 -1
  110. package/lib/{components → topoCenter/components}/Link/index.js +1 -1
  111. package/lib/{components → topoCenter/components}/Link/index.module.scss +0 -0
  112. package/lib/{components → topoCenter/components}/Link/setting.js +0 -0
  113. package/lib/topoCenter/components/TopoView.js +19 -3
  114. package/lib/topoCenter/components/Topology.js +0 -7
  115. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/RuleSetting.js +0 -0
  116. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/RuleSetting.module.scss +0 -0
  117. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/index.js +0 -0
  118. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/Rule.js +0 -0
  119. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/Rule.module.scss +0 -0
  120. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleCondition.js +0 -0
  121. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleCondition.module.scss +0 -0
  122. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleCondition.scss +0 -0
  123. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +0 -0
  124. package/lib/{core/editor/components → topoCenter/components/editor}/LinkDynamicStyleSettingDrawer/rule/RuleStyle.module.scss +0 -0
  125. package/lib/topoCenter/components/editor/propertyViews/edge/EdgeGroupPropertyView.js +2 -2
  126. package/lib/topoCenter/components/editor/propertyViews/edge/LinkPropertyView/Data/index.js +8 -8
  127. package/lib/topoCenter/components/editor/propertyViews/edge/addLinkDrawer/AddLinkDrawer.js +1 -1
  128. package/lib/topoCenter/components/editor/propertyViews/edge/addLinkDrawer/components/editLinkInfo.js +1 -1
  129. package/lib/topoCenter/components/editor/propertyViews/edge/link/{LindInfoPreview.js → LinkInfoPreview.js} +4 -4
  130. package/lib/topoCenter/components/editor/propertyViews/edge/link/{LindInfoPreview.module.scss → LinkInfoPreview.module.scss} +0 -0
  131. package/lib/{hooks → topoCenter/hooks/viewer}/useRelateTopo.js +2 -2
  132. package/lib/{models → topoCenter/store}/linkDynamicStyle.js +3 -3
  133. package/lib/{models → topoCenter/store}/linkDynamicStyleConfig.js +2 -1
  134. package/lib/{models → topoCenter/store}/linkManager.js +0 -0
  135. package/package.json +2 -2
  136. package/es/core/editor/LinkDynamicStyleConfig.js +0 -16
  137. package/es/core/store/getStoreModels.js +0 -40
  138. package/lib/core/editor/LinkDynamicStyleConfig.js +0 -21
  139. package/lib/core/store/getStoreModels.js +0 -67
@@ -1,67 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
- exports.__esModule = true;
6
- exports["default"] = void 0;
7
-
8
- var _topoMod = _interopRequireDefault(require("../../models/topoMod"));
9
-
10
- var _iconManage = _interopRequireDefault(require("../../models/iconManage"));
11
-
12
- var _ciModel = _interopRequireDefault(require("../../models/ciModel"));
13
-
14
- var _functionAuth = _interopRequireDefault(require("../../topoCenter/store/functionAuth"));
15
-
16
- var _selection = _interopRequireDefault(require("../../models/selection"));
17
-
18
- var _topoBizMod = _interopRequireDefault(require("../../models/topoBizMod"));
19
-
20
- var _topoCreateMod = _interopRequireDefault(require("../../models/topoCreateMod"));
21
-
22
- var _topoEdit = _interopRequireDefault(require("../../models/topoEdit"));
23
-
24
- var _topoView = _interopRequireDefault(require("../../models/topoView"));
25
-
26
- var _topoAlarm = _interopRequireDefault(require("../../models/topoAlarm"));
27
-
28
- var _topoGraphView = _interopRequireDefault(require("../../models/topoGraphView"));
29
-
30
- var _background = _interopRequireDefault(require("../../models/background"));
31
-
32
- var _displayConfig = _interopRequireDefault(require("../../models/displayConfig"));
33
-
34
- var _resourceWebControllUrlSetting = _interopRequireDefault(require("../../models/resourceWebControllUrlSetting"));
35
-
36
- var _topoBaseInfoOverview = _interopRequireDefault(require("../../models/topoBaseInfoOverview"));
37
-
38
- var _linkManager = _interopRequireDefault(require("../../models/linkManager"));
39
-
40
- var _topoLinkMod = _interopRequireDefault(require("../../topoCenter/store/topoLinkMod"));
41
-
42
- var _topoCenter = _interopRequireDefault(require("../../topoCenter/store/topoCenter"));
43
-
44
- var _topoTreeMod = _interopRequireDefault(require("../../topoCenter/store/topoTreeMod"));
45
-
46
- var _default = {
47
- topoMod: _topoMod["default"],
48
- iconManage: _iconManage["default"],
49
- ciModel: _ciModel["default"],
50
- functionAuth: _functionAuth["default"],
51
- selection: _selection["default"],
52
- resourceWebControllUrlSetting: _resourceWebControllUrlSetting["default"],
53
- topoBizMod: _topoBizMod["default"],
54
- topoCreateMod: _topoCreateMod["default"],
55
- topoLinkMod: _topoLinkMod["default"],
56
- topoView: _topoView["default"],
57
- background: _background["default"],
58
- topoGraphView: _topoGraphView["default"],
59
- topoAlarm: _topoAlarm["default"],
60
- displayConfig: _displayConfig["default"],
61
- topoBaseInfoOverview: _topoBaseInfoOverview["default"],
62
- topoEdit: _topoEdit["default"],
63
- topoCenter: _topoCenter["default"],
64
- topoTreeMod: _topoTreeMod["default"],
65
- linkManager: _linkManager["default"]
66
- };
67
- exports["default"] = _default;