@riil-frontend/component-topology 2.3.20-dev.1 → 2.4.1
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/build/1.js +2 -2
- package/build/2.js +1 -1
- package/build/index.css +2 -2
- package/build/index.js +28 -28
- package/demo/5/345/205/266/344/273/226/347/273/204/344/273/266//345/233/276/346/240/207/351/200/211/346/213/251.md +5 -5
- 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 +4 -3
- package/es/components/Drawer/index.module.scss +13 -0
- 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/ResourceList/ResourceSelect.js +3 -2
- package/es/components/ResourceList/ResourceSelect.module.scss +7 -0
- package/es/components/ResourceSelect/ResourceSelectDrawer.js +3 -1
- package/es/components/SingleResourceDrawer/index.js +1 -1
- package/es/core/{editor/components/settings/group/GroupNodeList → common}/icons/defaultIcons.d.ts +15 -0
- package/es/core/{editor/components/settings/group/GroupNodeList → common}/icons/defaultIcons.js +62 -0
- package/es/core/common/text.module.scss +5 -0
- package/es/core/components/TopoView/Topo.js +0 -6
- 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/ColorPicker.module.scss +7 -3
- 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 +6 -6
- package/es/core/editor/components/settings/README.md +2 -0
- package/es/core/editor/components/settings/Settings.js +47 -42
- package/es/core/editor/components/settings/Settings.module.scss +6 -1
- 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/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.d.ts → NodeSizeInput/NodeSizeInput.d.ts} +0 -0
- package/es/core/editor/components/settings/common/{NodeSizeInput.js → NodeSizeInput/NodeSizeInput.js} +6 -4
- package/es/core/editor/components/settings/common/NodeSizeInput/img/icon_/350/247/243/351/224/201.svg +16 -0
- package/es/core/editor/components/settings/common/NodeSizeInput/img/icon_/351/224/201.svg +15 -0
- package/es/core/editor/components/settings/common/text/FontStyleCheckbox.d.ts +1 -0
- package/es/core/editor/components/settings/common/text/FontStyleCheckbox.js +50 -0
- package/es/core/editor/components/settings/common/text/FontStyleCheckbox.module.scss +31 -0
- package/es/core/editor/components/settings/common/text/TextStyle.d.ts +1 -0
- package/es/core/editor/components/settings/common/text/TextStyle.js +133 -0
- package/es/core/editor/components/settings/common/text/fontStyleUtil.d.ts +19 -0
- package/es/core/editor/components/settings/common/text/fontStyleUtil.js +53 -0
- package/es/core/editor/components/settings/common/text/img/bold.svg +12 -0
- package/es/core/editor/components/settings/common/text/img/italics.svg +10 -0
- package/es/core/editor/components/settings/common/text/img/underline.svg +12 -0
- package/es/core/editor/components/settings/group/GroupNodeList/ResourceList.js +23 -7
- package/es/core/editor/components/settings/group/GroupNodeList/ResourceList.module.scss +16 -0
- package/es/core/editor/components/settings/group/GroupNodeList/ResourceSelectButton.js +1 -1
- package/es/core/editor/components/settings/group/GroupNodeList/icon.d.ts +10 -0
- package/es/core/editor/components/settings/group/GroupNodeList/icon.js +20 -1
- 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.d.ts +1 -0
- package/es/core/editor/components/settings/node/NodeIconSelect.js +42 -0
- package/es/core/editor/components/settings/node/NodePropertyView.d.ts +1 -1
- package/es/core/editor/components/settings/node/NodePropertyView.js +128 -133
- package/es/core/editor/components/settings/node/NodeRelateResourceButton.d.ts +4 -0
- package/es/core/editor/components/settings/node/NodeRelateResourceButton.js +22 -0
- package/es/core/editor/components/settings/node/TopoTreeSelect.d.ts +1 -0
- package/es/core/editor/components/settings/node/TopoTreeSelect.js +40 -0
- package/es/core/editor/components/settings/text/TextPropertyView.js +32 -146
- package/es/core/editor/components/settings/view/ViewPropertyView.js +7 -7
- package/es/core/editor/components/titlebar/TopoEditorTitleBar.js +3 -4
- package/es/core/editor/{buildContextmenu.d.ts → contextmenu/buildContextmenu.d.ts} +1 -4
- package/es/core/editor/contextmenu/buildContextmenu.js +10 -0
- 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/TopoViewerTitleBar.js +1 -1
- package/es/core/viewer/components/titlebar/ViewerTools.js +4 -4
- 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 +0 -1
- package/es/hooks/useSelection.js +9 -3
- package/es/hooks/useTopoEdit.js +2 -2
- package/es/models/iconManage.js +2 -2
- package/es/models/linkDynamicStyleConfig.js +1 -1
- package/es/models/topoBizMod.js +1 -1
- package/es/plugins/useSelectionPlugin.d.ts +23 -0
- package/es/plugins/useSelectionPlugin.js +84 -0
- package/es/style.js +30 -42
- package/es/topoCenter/components/Topology.js +2 -2
- package/es/topoCenter/viewer/index.js +2 -2
- package/es/utils/htElementDataUtil.js +1 -1
- package/es/utils/topoData.js +1 -1
- package/es/utils/tree.js +1 -1
- package/lib/common/components/ResourceTable/ResourceTable.js +2 -4
- package/lib/components/BatchAttrMetric/index.js +2 -4
- package/lib/components/BatchAttrMetric/setting.js +2 -4
- package/lib/components/Drawer/index.js +2 -1
- package/lib/components/Drawer/index.module.scss +13 -0
- package/lib/components/IndexSettingDrawer/IndexList.js +2 -4
- package/lib/components/IndexSettingDrawer/index.js +2 -4
- package/lib/components/Link/form.js +2 -4
- package/lib/components/Link/hook.js +2 -4
- package/lib/components/Link/index.js +2 -4
- package/lib/components/Link/setting.js +2 -4
- package/lib/components/MultiResourceDrawer/Content.js +2 -4
- package/lib/components/MultiResourceDrawer/index.js +2 -4
- package/lib/components/ResourceList/ResourceSelect.js +5 -5
- package/lib/components/ResourceList/ResourceSelect.module.scss +7 -0
- package/lib/components/ResourceList/ResourceSelectConnect.js +2 -4
- package/lib/components/ResourceSelect/DefaultResourceSelectDrawer.js +2 -4
- package/lib/components/ResourceSelect/ResourceSelectDrawer.js +5 -5
- package/lib/components/SingleResourceDrawer/index.js +2 -4
- package/lib/core/{editor/components/settings/group/GroupNodeList → common}/icons/defaultIcons.d.ts +15 -0
- package/lib/core/{editor/components/settings/group/GroupNodeList → common}/icons/defaultIcons.js +68 -1
- package/lib/core/common/text.module.scss +5 -0
- package/lib/core/components/TopoApp.js +2 -4
- package/lib/core/components/TopoAppProvider.js +2 -4
- package/lib/core/components/TopoAppView.js +2 -4
- package/lib/core/components/TopoView/Topo.js +2 -16
- package/lib/core/components/TopoView/Topo404.js +2 -4
- package/lib/core/components/TopoView/TopoContent.js +2 -4
- package/lib/core/components/TopoView/TopoNoPermission.js +2 -4
- package/lib/core/components/TopoView/topoView.js +2 -4
- package/lib/core/components/buildProvider.js +2 -4
- package/lib/core/components/titlebar/TitleBar.js +2 -4
- package/lib/core/components/titlebar/widgets/TitleWidget.js +2 -4
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.js +2 -4
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/index.js +2 -4
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.js +2 -4
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.module.scss +7 -3
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.js +2 -4
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.js +2 -4
- package/lib/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.js +2 -4
- package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.js +2 -4
- package/lib/core/editor/components/iconManage/IconManage.js +2 -4
- package/lib/core/editor/components/iconManage/RenameDialog.js +2 -4
- package/lib/core/editor/components/iconManage/UploadIconDialog.js +2 -2
- package/lib/core/editor/components/iconManage/UploadIconDialogWrapper.js +2 -4
- package/lib/core/editor/components/settings/README.md +2 -0
- package/lib/core/editor/components/settings/Settings.js +45 -44
- package/lib/core/editor/components/settings/Settings.module.scss +6 -1
- package/lib/core/editor/components/settings/SettingsForm.js +2 -4
- package/lib/core/editor/components/settings/Style.js +2 -4
- package/lib/core/editor/components/settings/common/LayoutSettings.js +2 -4
- package/lib/core/editor/components/settings/common/LineType.js +2 -4
- package/lib/core/editor/components/settings/common/NodeAlignType.js +2 -4
- package/lib/core/editor/components/settings/common/{NodeSizeInput.d.ts → NodeSizeInput/NodeSizeInput.d.ts} +0 -0
- package/lib/core/editor/components/settings/common/{NodeSizeInput.js → NodeSizeInput/NodeSizeInput.js} +4 -4
- package/lib/core/editor/components/settings/common/NodeSizeInput/img/icon_/350/247/243/351/224/201.svg +16 -0
- package/lib/core/editor/components/settings/common/NodeSizeInput/img/icon_/351/224/201.svg +15 -0
- package/lib/core/editor/components/settings/common/text/FontStyleCheckbox.d.ts +1 -0
- package/lib/core/editor/components/settings/common/text/FontStyleCheckbox.js +68 -0
- package/lib/core/editor/components/settings/common/text/FontStyleCheckbox.module.scss +31 -0
- package/lib/core/editor/components/settings/common/text/TextStyle.d.ts +1 -0
- package/lib/core/editor/components/settings/common/text/TextStyle.js +150 -0
- package/lib/core/editor/components/settings/common/text/fontStyleUtil.d.ts +19 -0
- package/lib/core/editor/components/settings/common/text/fontStyleUtil.js +58 -0
- package/lib/core/editor/components/settings/common/text/img/bold.svg +12 -0
- package/lib/core/editor/components/settings/common/text/img/italics.svg +10 -0
- package/lib/core/editor/components/settings/common/text/img/underline.svg +12 -0
- package/lib/core/editor/components/settings/group/GroupNodeList/GroupNodeList.js +2 -4
- package/lib/core/editor/components/settings/group/GroupNodeList/ResourceList.js +24 -11
- package/lib/core/editor/components/settings/group/GroupNodeList/ResourceList.module.scss +16 -0
- package/lib/core/editor/components/settings/group/GroupNodeList/ResourceSelectButton.js +2 -4
- package/lib/core/editor/components/settings/group/GroupNodeList/icon.d.ts +10 -0
- package/lib/core/editor/components/settings/group/GroupNodeList/icon.js +23 -1
- package/lib/core/editor/components/settings/layer/LayerSettingsForm.js +2 -4
- package/lib/core/editor/components/settings/link/LinkPropertyView.js +2 -4
- package/lib/core/editor/components/settings/node/NodeIconSelect.d.ts +1 -0
- package/lib/core/editor/components/settings/node/NodeIconSelect.js +57 -0
- package/lib/core/editor/components/settings/node/NodePropertyView.d.ts +1 -1
- package/lib/core/editor/components/settings/node/NodePropertyView.js +127 -131
- package/lib/core/editor/components/settings/node/NodeRelateResourceButton.d.ts +4 -0
- package/lib/core/editor/components/settings/node/NodeRelateResourceButton.js +31 -0
- package/lib/core/editor/components/settings/node/TopoTreeSelect.d.ts +1 -0
- package/lib/core/editor/components/settings/node/TopoTreeSelect.js +53 -0
- package/lib/core/editor/components/settings/text/TextPropertyView.js +31 -153
- package/lib/core/editor/components/settings/view/ViewPropertyView.js +3 -5
- package/lib/core/editor/components/titlebar/TopoEditorTitleBar.js +4 -7
- package/lib/core/editor/components/titlebar/widgets/SaveButton.js +2 -4
- package/lib/core/editor/{buildContextmenu.d.ts → contextmenu/buildContextmenu.d.ts} +1 -4
- package/lib/core/editor/{buildContextmenu.js → contextmenu/buildContextmenu.js} +3 -7
- package/lib/core/models/cache/DictCache.js +2 -4
- package/lib/core/viewer/components/plugins/ResourceDetail/ResourceDetailDrawerPlugin.js +2 -4
- package/lib/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +2 -4
- package/lib/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.js +2 -4
- package/lib/core/viewer/components/titlebar/TopoViewerTitleBar.js +2 -4
- package/lib/core/viewer/components/titlebar/ViewerTools.js +2 -4
- package/lib/core/viewer/components/titlebar/widgets/EditButton.js +2 -4
- package/lib/core/viewer/components/titlebar/widgets/SearchWidget.js +2 -4
- package/lib/hooks/usePolling.js +0 -1
- package/lib/hooks/useSelection.js +9 -3
- package/lib/hooks/useTopoEdit.js +2 -4
- package/lib/models/topoBizMod.js +1 -1
- package/lib/models/topoCreateMod.js +2 -4
- package/lib/plugins/useSelectionPlugin.d.ts +23 -0
- package/lib/plugins/useSelectionPlugin.js +90 -0
- package/lib/style.js +3 -15
- package/lib/topoCenter/components/Topology.js +2 -4
- package/lib/topoCenter/viewer/components/TopologyViewer.js +2 -4
- package/lib/utils/htElementDataUtil.js +1 -1
- package/lib/utils/topoData.js +1 -1
- package/lib/utils/tree.js +1 -1
- package/package.json +6 -6
- package/es/core/editor/buildContextmenu.js +0 -14
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.