@riil-frontend/component-topology 2.12.6-alpha.0 → 2.12.7-alpha.4
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.
- package/CHANGELOG.md +26 -0
- package/build/1.js +2 -2
- package/build/2.js +1 -1
- package/build/index.css +2 -2
- package/build/index.js +39 -39
- package/es/components/BatchAttrMetric/index.js +1 -1
- package/es/components/BatchAttrMetric/setting.js +4 -4
- package/es/components/BatchAttrMetric/utils.js +2 -2
- package/es/components/Drawer/index.js +2 -2
- package/es/components/FormTable/index.js +3 -3
- package/es/components/IndexSettingDrawer/CiList.js +1 -1
- package/es/components/IndexSettingDrawer/CiListItem.js +1 -1
- package/es/components/IndexSettingDrawer/IndexList.js +1 -1
- package/es/components/IndexSettingDrawer/index.js +1 -1
- package/es/components/Link/form.js +6 -6
- package/es/components/Link/index.js +2 -2
- package/es/components/Link/setting.js +4 -4
- package/es/components/MultiResourceDrawer/Content.js +1 -1
- package/es/components/MultiResourceDrawer/ResourceCard/index.js +2 -2
- package/es/components/SingleResourceDrawer/SelectDrawer.js +1 -1
- package/es/components/SingleResourceDrawer/SingleResourceDrawer.js +1 -1
- package/es/components/TagSelect/index.js +2 -2
- package/es/core/common/icons/defaultIcons.js +25 -95
- package/es/core/common/icons/htOldIcons.js +68 -0
- package/es/core/common/icons/networkTopoCiTypeIcons.js +8 -0
- package/es/core/components/TopoView/TopoContent.js +1 -1
- package/es/core/editor/components/EditorPlugin.js +1 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.js +2 -2
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.js +1 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/Rule.js +1 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.js +2 -2
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +4 -4
- package/es/core/editor/components/iconManage/RenameDialog.js +4 -4
- package/es/core/editor/components/iconManage/UploadIconDialog.js +4 -4
- package/es/core/editor/components/settings/SettingsForm.js +2 -2
- package/es/core/editor/components/settings/Style.js +7 -7
- package/es/core/editor/components/settings/common/GroupNodeList/ResourceList.js +1 -1
- package/es/core/editor/components/settings/common/GroupNodeList/ResourceSelectButton.js +1 -1
- package/es/core/editor/components/settings/common/GroupNodeList/icon.js +14 -6
- package/es/core/editor/components/settings/common/LayoutSettings.js +1 -1
- package/es/core/editor/components/settings/common/LineType.js +2 -2
- package/es/core/editor/components/settings/common/NodeAlignType.js +2 -2
- package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +2 -2
- package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeNumberPicker.js +1 -1
- package/es/core/editor/components/settings/common/tab/TabView.js +1 -1
- package/es/core/editor/components/settings/common/text/FontStyleCheckbox.js +1 -1
- package/es/core/editor/components/settings/common/text/TextStyle.js +4 -4
- package/es/core/editor/components/settings/group/DataTab/GroupNodeList.js +5 -9
- package/es/core/editor/components/settings/group/DataTab/RelateData.js +1 -1
- package/es/core/editor/components/settings/group/DataTab/hoooks/useGroupRelateResource.js +22 -0
- package/es/core/editor/components/settings/group/GroupPropertyView.js +1 -1
- package/es/core/editor/components/settings/group/SettingTab/GroupExpandSetting.js +1 -1
- package/es/core/editor/components/settings/group/SettingTab/NodeIconSelect.js +4 -12
- package/es/core/editor/components/settings/group/SettingTab/Setting.js +5 -5
- package/es/core/editor/components/settings/layer/LayerSettingsForm.js +8 -8
- package/es/core/editor/components/settings/link/LinkPropertyView.js +8 -8
- package/es/core/editor/components/settings/node/NodeIconSelect.js +2 -2
- package/es/core/editor/components/settings/node/NodeIconSelectTest.js +2 -2
- package/es/core/editor/components/settings/node/NodePropertyView.js +10 -8
- package/es/core/editor/components/settings/node/TopoTreeSelect.js +1 -1
- package/es/core/editor/components/settings/node/data/BindResourceDrawer.js +1 -1
- package/es/core/editor/components/settings/node/data/NodeRelateResourceButton.js +2 -3
- package/es/core/editor/components/settings/text/TextPropertyView.js +4 -4
- package/es/core/editor/components/settings/view/ViewPropertyView.js +3 -3
- package/es/core/editor/components/titlebar/TopoEditorTitleBar.js +1 -1
- package/es/core/models/plugins/resourceWebControllUrl.js +1 -1
- package/es/core/utils/showMessage.js +1 -1
- package/es/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +3 -3
- package/es/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.js +5 -5
- package/es/core/viewer/components/titlebar/ViewerTools.js +4 -4
- package/es/core/viewer/components/titlebar/useSetDefaultTopo.js +1 -1
- package/es/core/viewer/components/titlebar/widgets/EditButton.js +1 -1
- package/es/core/viewer/components/titlebar/widgets/SearchWidget.js +1 -1
- package/es/hooks/usePolling.js +1 -0
- package/es/hooks/useTopoEdit.js +54 -30
- package/es/models/iconManage.js +2 -2
- package/es/models/linkDynamicStyleConfig.js +1 -1
- package/es/models/topoBizMod.js +1 -1
- package/es/style.js +41 -25
- package/es/topoCenter/components/Topology.js +2 -2
- package/es/topoCenter/viewer/index.js +2 -2
- package/es/utils/htElementUtils.js +19 -1
- package/lib/common/components/ResourceTable/ResourceTable.js +4 -2
- package/lib/components/BatchAttrMetric/index.js +4 -2
- package/lib/components/BatchAttrMetric/setting.js +4 -2
- package/lib/components/FormTable/index.js +4 -2
- package/lib/components/IndexSettingDrawer/IndexList.js +4 -2
- package/lib/components/IndexSettingDrawer/index.js +4 -2
- package/lib/components/LayoutDirectionSelect/Item.js +4 -2
- package/lib/components/LayoutDirectionSelect/LayoutDirectionSelect.js +4 -2
- package/lib/components/LayoutSelect/LayoutSelect.js +4 -2
- package/lib/components/Link/form.js +4 -2
- package/lib/components/Link/hook.js +4 -2
- package/lib/components/Link/index.js +4 -2
- package/lib/components/Link/setting.js +4 -2
- package/lib/components/MultiResourceDrawer/Content.js +4 -2
- package/lib/components/MultiResourceDrawer/ResourceSelect.js +4 -2
- package/lib/components/MultiResourceDrawer/index.js +4 -2
- package/lib/components/ResourceList/ResourceSelect.js +4 -2
- package/lib/components/ResourceList/ResourceSelectConnect.js +4 -2
- package/lib/components/ResourceSelect/DefaultResourceSelectDrawer.js +4 -2
- package/lib/components/ResourceSelect/ResourceSelectDrawer.js +4 -2
- package/lib/components/ResourceSelectDrawer/ResourceSelectDrawer.js +4 -2
- package/lib/components/ResourceSelectDrawer/ResourceSelectList.js +4 -2
- package/lib/components/SingleResourceDrawer/SelectDrawer.js +4 -2
- package/lib/components/SingleResourceDrawer/SingleResourceDrawer.js +4 -2
- package/lib/components/TagSelect/index.js +4 -2
- package/lib/core/common/icons/defaultIcons.js +29 -96
- package/lib/core/common/icons/htOldIcons.js +73 -0
- package/lib/core/common/icons/networkTopoCiTypeIcons.js +20 -0
- package/lib/core/components/TopoApp.js +4 -2
- package/lib/core/components/TopoAppProvider.js +4 -2
- package/lib/core/components/TopoAppView.js +4 -2
- package/lib/core/components/TopoView/Topo.js +4 -2
- package/lib/core/components/TopoView/Topo404.js +4 -2
- package/lib/core/components/TopoView/TopoContent.js +4 -2
- package/lib/core/components/TopoView/TopoNoPermission.js +4 -2
- package/lib/core/components/TopoView/topoView.js +4 -2
- package/lib/core/components/buildProvider.js +4 -2
- package/lib/core/components/titlebar/TitleBar.js +4 -2
- package/lib/core/components/titlebar/widgets/TitleWidget.js +4 -2
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.js +4 -2
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/index.js +4 -2
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.js +4 -2
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.js +4 -2
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +4 -2
- package/lib/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.js +4 -2
- package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.js +4 -2
- package/lib/core/editor/components/iconManage/IconManage.js +4 -2
- package/lib/core/editor/components/iconManage/RenameDialog.js +4 -2
- package/lib/core/editor/components/iconManage/UploadIconDialogWrapper.js +4 -2
- package/lib/core/editor/components/settings/Settings.js +4 -2
- package/lib/core/editor/components/settings/SettingsForm.js +4 -2
- package/lib/core/editor/components/settings/Style.js +4 -2
- package/lib/core/editor/components/settings/common/GroupNodeList/ResourceSelectButton.js +4 -2
- package/lib/core/editor/components/settings/common/GroupNodeList/icon.js +18 -7
- package/lib/core/editor/components/settings/common/LayoutSettings.js +4 -2
- package/lib/core/editor/components/settings/common/LineType.js +4 -2
- package/lib/core/editor/components/settings/common/NodeAlignType.js +4 -2
- package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +4 -2
- package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeNumberPicker.js +4 -2
- package/lib/core/editor/components/settings/common/tab/TabView.js +4 -2
- package/lib/core/editor/components/settings/common/text/FontStyleCheckbox.js +4 -2
- package/lib/core/editor/components/settings/common/text/TextStyle.js +4 -2
- package/lib/core/editor/components/settings/group/DataTab/GroupNodeList.js +5 -12
- package/lib/core/editor/components/settings/group/DataTab/hoooks/useGroupRelateResource.js +36 -0
- package/lib/core/editor/components/settings/group/SettingTab/NodeIconSelect.js +8 -13
- package/lib/core/editor/components/settings/group/SettingTab/Setting.js +4 -2
- package/lib/core/editor/components/settings/layer/LayerSettingsForm.js +4 -2
- package/lib/core/editor/components/settings/layer/NodeList.js +4 -2
- package/lib/core/editor/components/settings/link/LinkPropertyView.js +4 -2
- package/lib/core/editor/components/settings/node/NodeIconSelect.js +1 -1
- package/lib/core/editor/components/settings/node/NodePropertyView.js +8 -4
- package/lib/core/editor/components/settings/node/TopoTreeSelect.js +4 -2
- package/lib/core/editor/components/settings/node/data/BindResourceDrawer.js +4 -2
- package/lib/core/editor/components/settings/node/data/NodeRelateResourceButton.js +5 -4
- package/lib/core/editor/components/settings/text/TextPropertyView.js +4 -2
- package/lib/core/editor/components/settings/view/BatchSetNodeSize.js +4 -2
- package/lib/core/editor/components/settings/view/ViewPropertyView.js +4 -2
- package/lib/core/editor/components/titlebar/TopoEditorTitleBar.js +4 -2
- package/lib/core/editor/components/titlebar/widgets/SaveButton.js +4 -2
- package/lib/core/models/cache/DictCache.js +4 -2
- package/lib/core/viewer/components/plugins/ResourceDetail/ResourceDetailDrawerPlugin.js +4 -2
- package/lib/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +4 -2
- package/lib/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.js +4 -2
- package/lib/core/viewer/components/titlebar/TopoViewerTitleBar.js +4 -2
- package/lib/core/viewer/components/titlebar/ViewerTools.js +4 -2
- package/lib/core/viewer/components/titlebar/widgets/EditButton.js +4 -2
- package/lib/core/viewer/components/titlebar/widgets/SearchWidget.js +4 -2
- package/lib/hooks/usePolling.js +1 -0
- package/lib/hooks/useTopoEdit.js +56 -30
- package/lib/models/topoBizMod.js +1 -1
- package/lib/models/topoCreateMod.js +4 -2
- package/lib/style.js +16 -0
- package/lib/topoCenter/components/Topology.js +4 -2
- package/lib/topoCenter/viewer/components/TopologyViewer.js +4 -2
- package/lib/utils/htElementUtils.js +24 -1
- package/package.json +11 -6
- package/es/core/editor/components/resource/SingleResourceDrawer/SelectDrawer.js +0 -54
- package/es/core/editor/components/resource/SingleResourceDrawer/SingleResourceDrawer.js +0 -58
- package/es/core/editor/components/resource/SingleResourceDrawer/index.js +0 -2
- package/es/hooks/useRelateTopo.js +0 -1
- package/es/hooks/useRelateTopoConfig.js +0 -0
- package/es/topoCenter/components/TopoTreeSelect.js +0 -5
- package/lib/core/editor/components/resource/SingleResourceDrawer/SelectDrawer.js +0 -68
- package/lib/core/editor/components/resource/SingleResourceDrawer/SingleResourceDrawer.js +0 -72
- package/lib/core/editor/components/resource/SingleResourceDrawer/index.js +0 -11
- package/lib/hooks/useRelateTopo.js +0 -6
- package/lib/hooks/useRelateTopoConfig.js +0 -1
- package/lib/topoCenter/components/TopoTreeSelect.js +0 -14
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
## v2.1.8
|
|
2
|
+
|
|
3
|
+
- 支持自定义分层添加资源组件
|
|
4
|
+
- 支持添加节点、连线接口 `addElements(data)`
|
|
5
|
+
|
|
6
|
+
## v2.1.4
|
|
7
|
+
|
|
8
|
+
- ht 新旧版本共存
|
|
9
|
+
|
|
10
|
+
## v2.1.3
|
|
11
|
+
|
|
12
|
+
- 自定义图标
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## v2.0.2
|
|
16
|
+
|
|
17
|
+
- 支持编辑模式右键菜单
|
|
18
|
+
|
|
19
|
+
## v2.0.1
|
|
20
|
+
|
|
21
|
+
新增功能
|
|
22
|
+
- 拓扑图全量更新数据接口,更新时保留元素样式
|
|
23
|
+
- 编辑模式右键菜单
|
|
24
|
+
|
|
25
|
+
阻断变更
|
|
26
|
+
- 暂时恢复页面加载ht topo-client.js
|