@riil-frontend/component-topology 2.5.7 → 2.7.2
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 -3
- package/build/index.js +32 -32
- package/es/components/BatchAttrMetric/setting.js +2 -2
- package/es/components/FormTable/index.js +1 -1
- package/es/components/IndexSettingDrawer/IndexList.js +2 -2
- package/es/components/Link/hook.js +1 -1
- package/es/components/Link/index.js +1 -1
- package/es/components/MultiResourceDrawer/Dynamic.js +1 -1
- package/es/components/MultiResourceDrawer/index.js +1 -1
- package/es/components/ResourceList/ResourceSelect.js +3 -3
- package/es/core/components/TopoView/Topo404.js +1 -1
- package/es/core/components/TopoView/TopoContent.js +1 -1
- package/es/core/components/TopoView/TopoNoPermission.js +1 -1
- package/es/core/components/TopoView/topoView.js +1 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/index.js +1 -1
- package/es/core/editor/components/ResourceViewAttributeSetting/Setting.js +1 -1
- package/es/core/editor/components/iconManage/UploadIconDialog.js +1 -1
- package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +2 -2
- package/es/core/editor/components/settings/common/NodeSizeInput/img/icon_/350/247/243/351/224/201.svg +15 -15
- package/es/core/editor/components/settings/common/NodeSizeInput/img/icon_/351/224/201.svg +14 -14
- package/es/core/editor/components/settings/common/text/img/bold.svg +11 -11
- package/es/core/editor/components/settings/common/text/img/italics.svg +9 -9
- package/es/core/editor/components/settings/common/text/img/underline.svg +11 -11
- package/es/core/editor/components/settings/text/TextPropertyView.js +9 -1
- package/es/core/models/TopoApp.js +3 -3
- package/es/core/models/attrAndMetric.js +1 -1
- package/es/core/models/cache/CiTyeCache.js +1 -1
- package/es/core/models/cache/DictCache.js +1 -1
- package/es/core/models/common/Alarm.js +2 -2
- package/es/core/models/plugins/resourceWebControllUrl.js +2 -2
- package/es/core/models/utils/linkUtils.js +1 -1
- package/es/core/utils/showMessage.js +1 -1
- package/es/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +2 -2
- package/es/hooks/useAlarm.js +1 -1
- package/es/hooks/useContainerLinkTopo.js +1 -1
- package/es/hooks/usePolling.js +1 -1
- package/es/hooks/useTopoEdit.js +2 -2
- package/es/models/ciModel.js +1 -1
- package/es/models/iconManage.js +2 -2
- package/es/models/linkDynamicStyle.js +1 -1
- package/es/models/linkManager.js +2 -2
- package/es/models/resourceWebControllUrlSetting.js +2 -2
- package/es/models/topoAlarm.js +1 -2
- package/es/models/topoBizMod.js +4 -4
- package/es/models/topoCreateMod.js +53 -94
- package/es/models/topoEdit.js +2 -2
- package/es/models/topoGraphView.js +2 -2
- package/es/models/topoMod.js +3 -3
- package/es/models/topoView.js +2 -2
- package/es/style.js +1 -0
- package/es/topoCenter/components/Topology.js +1 -1
- package/es/topoCenter/getTopoData.js +1 -1
- package/es/topoCenter/store/functionAuth.js +3 -3
- package/es/topoCenter/store/topoCenter.js +2 -2
- package/es/topoCenter/store/topoTreeMod.js +2 -2
- package/es/utils/format.js +1 -1
- package/es/utils/topoData.js +1 -1
- package/es/utils/tree.js +0 -1
- package/lib/components/BatchAttrMetric/setting.js +2 -2
- package/lib/components/FormTable/index.js +1 -1
- package/lib/components/IndexSettingDrawer/IndexList.js +2 -2
- package/lib/components/Link/hook.js +1 -1
- package/lib/components/Link/index.js +1 -1
- package/lib/components/MultiResourceDrawer/Dynamic.js +1 -1
- package/lib/components/MultiResourceDrawer/index.js +1 -1
- package/lib/components/ResourceList/ResourceSelect.js +3 -3
- package/lib/core/components/TopoView/Topo404.js +1 -1
- package/lib/core/components/TopoView/TopoContent.js +1 -1
- package/lib/core/components/TopoView/TopoNoPermission.js +1 -1
- package/lib/core/components/TopoView/topoView.js +1 -1
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/index.js +1 -1
- package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.js +1 -1
- package/lib/core/editor/components/iconManage/UploadIconDialog.js +1 -1
- package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.js +2 -2
- package/lib/core/editor/components/settings/common/NodeSizeInput/img/icon_/350/247/243/351/224/201.svg +15 -15
- package/lib/core/editor/components/settings/common/NodeSizeInput/img/icon_/351/224/201.svg +14 -14
- package/lib/core/editor/components/settings/common/text/img/bold.svg +11 -11
- package/lib/core/editor/components/settings/common/text/img/italics.svg +9 -9
- package/lib/core/editor/components/settings/common/text/img/underline.svg +11 -11
- package/lib/core/editor/components/settings/text/TextPropertyView.js +9 -1
- package/lib/core/models/TopoApp.js +4 -4
- package/lib/core/models/attrAndMetric.js +1 -1
- package/lib/core/models/cache/CiTyeCache.js +1 -1
- package/lib/core/models/cache/DictCache.js +1 -1
- package/lib/core/models/common/Alarm.js +2 -2
- package/lib/core/models/plugins/resourceWebControllUrl.js +2 -2
- package/lib/core/models/utils/linkUtils.js +1 -1
- package/lib/core/utils/showMessage.js +1 -1
- package/lib/core/viewer/components/plugins/ResourceDetail/topoDrawer.js +2 -2
- package/lib/hooks/useAlarm.js +1 -1
- package/lib/hooks/useContainerLinkTopo.js +1 -1
- package/lib/hooks/usePolling.js +1 -1
- package/lib/hooks/useTopoEdit.js +2 -2
- package/lib/models/ciModel.js +1 -1
- package/lib/models/iconManage.js +2 -2
- package/lib/models/linkDynamicStyle.js +1 -1
- package/lib/models/linkManager.js +2 -2
- package/lib/models/resourceWebControllUrlSetting.js +2 -2
- package/lib/models/topoAlarm.js +1 -3
- package/lib/models/topoBizMod.js +4 -4
- package/lib/models/topoCreateMod.js +53 -94
- package/lib/models/topoEdit.js +2 -2
- package/lib/models/topoGraphView.js +2 -2
- package/lib/models/topoMod.js +3 -3
- package/lib/models/topoView.js +2 -2
- package/lib/style.js +1 -0
- package/lib/topoCenter/components/Topology.js +1 -1
- package/lib/topoCenter/getTopoData.js +1 -1
- package/lib/topoCenter/store/functionAuth.js +3 -3
- package/lib/topoCenter/store/topoCenter.js +2 -2
- package/lib/topoCenter/store/topoTreeMod.js +2 -2
- package/lib/utils/format.js +1 -1
- package/lib/utils/topoData.js +1 -1
- package/lib/utils/tree.js +0 -1
- package/package.json +22 -21
- package/es/common/components/ResourceTable/ResourceTable.d.ts +0 -2
- package/es/common/plugins/useSelectionPlugin.d.ts +0 -23
- package/es/components/BatchAttrMetric/constant.d.ts +0 -30
- package/es/components/BatchAttrMetric/index.d.ts +0 -5
- package/es/components/BatchAttrMetric/setting.d.ts +0 -6
- package/es/components/BatchAttrMetric/utils.d.ts +0 -35
- package/es/components/Drawer/index.d.ts +0 -2
- package/es/components/FormTable/index.d.ts +0 -2
- package/es/components/IndexSettingDrawer/CiList.d.ts +0 -2
- package/es/components/IndexSettingDrawer/CiListItem.d.ts +0 -2
- package/es/components/IndexSettingDrawer/IndexList.d.ts +0 -2
- package/es/components/IndexSettingDrawer/index.d.ts +0 -2
- package/es/components/Link/form.d.ts +0 -2
- package/es/components/Link/hook.d.ts +0 -26
- package/es/components/Link/index.d.ts +0 -6
- package/es/components/Link/setting.d.ts +0 -8
- package/es/components/MultiResourceDrawer/Content.d.ts +0 -2
- package/es/components/MultiResourceDrawer/Dynamic.d.ts +0 -2
- package/es/components/MultiResourceDrawer/ResourceCard/index.d.ts +0 -2
- package/es/components/MultiResourceDrawer/ResourceSelect.d.ts +0 -2
- package/es/components/MultiResourceDrawer/Static.d.ts +0 -2
- package/es/components/MultiResourceDrawer/index.d.ts +0 -2
- package/es/components/ResourceList/ResourceSelect.d.ts +0 -2
- package/es/components/ResourceList/ResourceSelectConnect.d.ts +0 -2
- package/es/components/ResourceList/index.d.ts +0 -1
- package/es/components/ResourceSelect/DefaultResourceSelectDrawer.d.ts +0 -1
- package/es/components/ResourceSelect/ResourceSelectDrawer.d.ts +0 -1
- package/es/components/SingleResourceDrawer/index.d.ts +0 -2
- package/es/components/TemplateButton/Icon.d.ts +0 -2
- package/es/components/TemplateButton/assets/index.d.ts +0 -8
- package/es/components/TemplateButton/index.d.ts +0 -2
- package/es/components/TemplateGroup/index.d.ts +0 -2
- package/es/components/TemplateSelect/index.d.ts +0 -2
- package/es/constants/ResDetailContants.d.ts +0 -1
- package/es/constants/constant.d.ts +0 -36
- package/es/constants/defaultCiTypeIcon.d.ts +0 -8
- package/es/contextmenu/createMenuCommands.d.ts +0 -5
- package/es/core/common/contextmenu/mergeContextmenu.d.ts +0 -1
- package/es/core/common/icons/defaultIcons.d.ts +0 -84
- package/es/core/components/TopoApp.d.ts +0 -1
- package/es/core/components/TopoAppProvider.d.ts +0 -1
- package/es/core/components/TopoAppView.d.ts +0 -14
- package/es/core/components/TopoView/Topo.d.ts +0 -5
- package/es/core/components/TopoView/Topo404.d.ts +0 -1
- package/es/core/components/TopoView/TopoContent.d.ts +0 -5
- package/es/core/components/TopoView/TopoNoPermission.d.ts +0 -1
- package/es/core/components/TopoView/topoView.d.ts +0 -19
- package/es/core/components/buildProvider.d.ts +0 -1
- package/es/core/components/titlebar/TitleBar.d.ts +0 -9
- package/es/core/components/titlebar/index.d.ts +0 -1
- package/es/core/components/titlebar/widgets/TitleWidget.d.ts +0 -1
- package/es/core/editor/LinkDynamicStyleConfig.d.ts +0 -5
- package/es/core/editor/components/EditorPlugin.d.ts +0 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.d.ts +0 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/index.d.ts +0 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.d.ts +0 -6
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/Rule.d.ts +0 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.d.ts +0 -1
- package/es/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.d.ts +0 -1
- package/es/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.d.ts +0 -4
- package/es/core/editor/components/ResourceViewAttributeSetting/Setting.d.ts +0 -5
- package/es/core/editor/components/iconManage/IconManage.d.ts +0 -1
- package/es/core/editor/components/iconManage/RenameDialog.d.ts +0 -1
- package/es/core/editor/components/iconManage/UploadIconDialog.d.ts +0 -30
- package/es/core/editor/components/iconManage/UploadIconDialogWrapper.d.ts +0 -1
- package/es/core/editor/components/iconManage/utils/svgToShape.d.ts +0 -1
- package/es/core/editor/components/settings/Settings.d.ts +0 -1
- package/es/core/editor/components/settings/SettingsForm.d.ts +0 -1
- package/es/core/editor/components/settings/Style.d.ts +0 -1
- package/es/core/editor/components/settings/common/LayoutSettings.d.ts +0 -2
- package/es/core/editor/components/settings/common/LineType.d.ts +0 -1
- package/es/core/editor/components/settings/common/NodeAlignType.d.ts +0 -1
- package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.d.ts +0 -12
- package/es/core/editor/components/settings/common/NodeSizeInput/NodeSizeNumberPicker.d.ts +0 -7
- package/es/core/editor/components/settings/common/tab/TabView.d.ts +0 -1
- package/es/core/editor/components/settings/common/text/FontStyleCheckbox.d.ts +0 -1
- package/es/core/editor/components/settings/common/text/TextStyle.d.ts +0 -1
- package/es/core/editor/components/settings/common/text/fontStyleUtil.d.ts +0 -19
- package/es/core/editor/components/settings/group/GroupNodeList/GroupNodeList.d.ts +0 -1
- package/es/core/editor/components/settings/group/GroupNodeList/ResourceList.d.ts +0 -2
- package/es/core/editor/components/settings/group/GroupNodeList/ResourceSelectButton.d.ts +0 -1
- package/es/core/editor/components/settings/group/GroupNodeList/icon.d.ts +0 -87
- package/es/core/editor/components/settings/layer/LayerSettingsForm.d.ts +0 -1
- package/es/core/editor/components/settings/link/LinkPropertyView.d.ts +0 -1
- package/es/core/editor/components/settings/node/NodeIconSelect.d.ts +0 -1
- package/es/core/editor/components/settings/node/NodeIconSelectTest.d.ts +0 -1
- package/es/core/editor/components/settings/node/NodePropertyView.d.ts +0 -1
- package/es/core/editor/components/settings/node/NodeRelateResourceButton.d.ts +0 -4
- package/es/core/editor/components/settings/node/TopoTreeSelect.d.ts +0 -1
- package/es/core/editor/components/settings/text/TextPropertyView.d.ts +0 -1
- package/es/core/editor/components/settings/useSettingRuntimeState.d.ts +0 -5
- package/es/core/editor/components/settings/view/BatchSetNodeSize.d.ts +0 -1
- package/es/core/editor/components/settings/view/ViewPropertyView.d.ts +0 -1
- package/es/core/editor/components/titlebar/TopoEditorTitleBar.d.ts +0 -1
- package/es/core/editor/components/titlebar/widgets/SaveButton.d.ts +0 -1
- package/es/core/editor/contextmenu/buildContextmenu.d.ts +0 -6
- package/es/core/index.d.ts +0 -1
- package/es/core/models/AttributeMetricDisplay.d.ts +0 -8
- package/es/core/models/TopoGraphView.d.ts +0 -42
- package/es/core/models/TopoViewer.d.ts +0 -9
- package/es/core/models/attrAndMetric.d.ts +0 -1
- package/es/core/models/cache/CiTyeCache.d.ts +0 -12
- package/es/core/models/cache/DictCache.d.ts +0 -11
- package/es/core/models/common/Alarm.d.ts +0 -52
- package/es/core/models/common/ContextMenu.d.ts +0 -8
- package/es/core/models/createTopoApp.d.ts +0 -13
- package/es/core/models/plugins/resourceWebControllUrl.d.ts +0 -11
- package/es/core/models/utils/getRelationDetailByIds.d.ts +0 -1
- package/es/core/models/utils/linkUtils.d.ts +0 -3
- package/es/core/store/coreModels.d.ts +0 -18
- package/es/core/store/createStore.d.ts +0 -1
- package/es/core/test/Test.d.ts +0 -9
- package/es/core/utils/resourceUtil.d.ts +0 -5
- package/es/core/utils/showMessage.d.ts +0 -1
- package/es/core/viewer/components/plugins/ResourceDetail/ResourceDetailDrawerPlugin.d.ts +0 -1
- package/es/core/viewer/components/plugins/ResourceDetail/topoDrawer.d.ts +0 -2
- package/es/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.d.ts +0 -1
- package/es/core/viewer/components/plugins/ViewerPlugin.d.ts +0 -1
- package/es/core/viewer/components/titlebar/TopoViewerTitleBar.d.ts +0 -1
- package/es/core/viewer/components/titlebar/ViewerTools.d.ts +0 -1
- package/es/core/viewer/components/titlebar/widgets/EditButton.d.ts +0 -4
- package/es/core/viewer/components/titlebar/widgets/SearchWidget.d.ts +0 -8
- package/es/core/viewer/contextmenu/buildContextmenu.d.ts +0 -42
- package/es/core/viewer/contextmenu/buildLinkContextmenu.d.ts +0 -9
- package/es/core/viewer/contextmenu/buildNodeContextmenu.d.ts +0 -24
- package/es/core/viewer/contextmenu/buildViewContextmenu.d.ts +0 -7
- package/es/createTopo.d.ts +0 -2
- package/es/getStoreModels.d.ts +0 -35
- package/es/hooks/useAlarm.d.ts +0 -1
- package/es/hooks/useContainerLinkTopo.d.ts +0 -8
- package/es/hooks/usePolling.d.ts +0 -9
- package/es/hooks/useSelection.d.ts +0 -9
- package/es/hooks/useTopoEdit.d.ts +0 -83
- package/es/index.d.ts +0 -3
- package/es/mock/mock.d.ts +0 -187
- package/es/models/ciModel.d.ts +0 -15
- package/es/models/iconManage.d.ts +0 -39
- package/es/models/linkDynamicStyle.d.ts +0 -47
- package/es/models/linkDynamicStyleConfig.d.ts +0 -37
- package/es/models/linkManager.d.ts +0 -11
- package/es/models/resourceWebControllUrlSetting.d.ts +0 -13
- package/es/models/topoAlarm.d.ts +0 -15
- package/es/models/topoBizMod.d.ts +0 -42
- package/es/models/topoCreateMod.d.ts +0 -108
- package/es/models/topoEdit.d.ts +0 -13
- package/es/models/topoGraphView.d.ts +0 -11
- package/es/models/topoMod.d.ts +0 -86
- package/es/models/topoView.d.ts +0 -11
- package/es/topoCenter/components/Topology.d.ts +0 -1
- package/es/topoCenter/createTopo.d.ts +0 -3
- package/es/topoCenter/getTopoData.d.ts +0 -1
- package/es/topoCenter/index.d.ts +0 -3
- package/es/topoCenter/models/TopoCenter.d.ts +0 -11
- package/es/topoCenter/store/functionAuth.d.ts +0 -20
- package/es/topoCenter/store/topoCenter.d.ts +0 -32
- package/es/topoCenter/store/topoTreeMod.d.ts +0 -83
- package/es/topoCenter/viewer/components/TitleBar.d.ts +0 -1
- package/es/topoCenter/viewer/components/TopologyViewer.d.ts +0 -1
- package/es/topoCenter/viewer/createTopoViewer.d.ts +0 -3
- package/es/topoCenter/viewer/index.d.ts +0 -2
- package/es/utils/ciType.d.ts +0 -1
- package/es/utils/format.d.ts +0 -28
- package/es/utils/htElementDataUtil.d.ts +0 -5
- package/es/utils/htElementUtils.d.ts +0 -5
- package/es/utils/listToTree.d.ts +0 -1
- package/es/utils/resourceElementUtil.d.ts +0 -1
- package/es/utils/template.d.ts +0 -50
- package/es/utils/topoData.d.ts +0 -54
- package/es/utils/topoIconUtil.d.ts +0 -6
- package/es/utils/topoMocks.d.ts +0 -172
- package/es/utils/topoPermissionUtil.d.ts +0 -9
- package/es/utils/tree.d.ts +0 -15
- package/lib/common/components/ResourceTable/ResourceTable.d.ts +0 -2
- package/lib/common/plugins/useSelectionPlugin.d.ts +0 -23
- package/lib/components/BatchAttrMetric/constant.d.ts +0 -30
- package/lib/components/BatchAttrMetric/index.d.ts +0 -5
- package/lib/components/BatchAttrMetric/setting.d.ts +0 -6
- package/lib/components/BatchAttrMetric/utils.d.ts +0 -35
- package/lib/components/Drawer/index.d.ts +0 -2
- package/lib/components/FormTable/index.d.ts +0 -2
- package/lib/components/IndexSettingDrawer/CiList.d.ts +0 -2
- package/lib/components/IndexSettingDrawer/CiListItem.d.ts +0 -2
- package/lib/components/IndexSettingDrawer/IndexList.d.ts +0 -2
- package/lib/components/IndexSettingDrawer/index.d.ts +0 -2
- package/lib/components/Link/form.d.ts +0 -2
- package/lib/components/Link/hook.d.ts +0 -26
- package/lib/components/Link/index.d.ts +0 -6
- package/lib/components/Link/setting.d.ts +0 -8
- package/lib/components/MultiResourceDrawer/Content.d.ts +0 -2
- package/lib/components/MultiResourceDrawer/Dynamic.d.ts +0 -2
- package/lib/components/MultiResourceDrawer/ResourceCard/index.d.ts +0 -2
- package/lib/components/MultiResourceDrawer/ResourceSelect.d.ts +0 -2
- package/lib/components/MultiResourceDrawer/Static.d.ts +0 -2
- package/lib/components/MultiResourceDrawer/index.d.ts +0 -2
- package/lib/components/ResourceList/ResourceSelect.d.ts +0 -2
- package/lib/components/ResourceList/ResourceSelectConnect.d.ts +0 -2
- package/lib/components/ResourceList/index.d.ts +0 -1
- package/lib/components/ResourceSelect/DefaultResourceSelectDrawer.d.ts +0 -1
- package/lib/components/ResourceSelect/ResourceSelectDrawer.d.ts +0 -1
- package/lib/components/SingleResourceDrawer/index.d.ts +0 -2
- package/lib/components/TemplateButton/Icon.d.ts +0 -2
- package/lib/components/TemplateButton/assets/index.d.ts +0 -8
- package/lib/components/TemplateButton/index.d.ts +0 -2
- package/lib/components/TemplateGroup/index.d.ts +0 -2
- package/lib/components/TemplateSelect/index.d.ts +0 -2
- package/lib/constants/ResDetailContants.d.ts +0 -1
- package/lib/constants/constant.d.ts +0 -36
- package/lib/constants/defaultCiTypeIcon.d.ts +0 -8
- package/lib/contextmenu/createMenuCommands.d.ts +0 -5
- package/lib/core/common/contextmenu/mergeContextmenu.d.ts +0 -1
- package/lib/core/common/icons/defaultIcons.d.ts +0 -84
- package/lib/core/components/TopoApp.d.ts +0 -1
- package/lib/core/components/TopoAppProvider.d.ts +0 -1
- package/lib/core/components/TopoAppView.d.ts +0 -14
- package/lib/core/components/TopoView/Topo.d.ts +0 -5
- package/lib/core/components/TopoView/Topo404.d.ts +0 -1
- package/lib/core/components/TopoView/TopoContent.d.ts +0 -5
- package/lib/core/components/TopoView/TopoNoPermission.d.ts +0 -1
- package/lib/core/components/TopoView/topoView.d.ts +0 -19
- package/lib/core/components/buildProvider.d.ts +0 -1
- package/lib/core/components/titlebar/TitleBar.d.ts +0 -9
- package/lib/core/components/titlebar/index.d.ts +0 -1
- package/lib/core/components/titlebar/widgets/TitleWidget.d.ts +0 -1
- package/lib/core/editor/LinkDynamicStyleConfig.d.ts +0 -5
- package/lib/core/editor/components/EditorPlugin.d.ts +0 -1
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/RuleSetting.d.ts +0 -1
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/index.d.ts +0 -1
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/ColorPicker.d.ts +0 -6
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/Rule.d.ts +0 -1
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleCondition.d.ts +0 -1
- package/lib/core/editor/components/LinkDynamicStyleSettingDrawer/rule/RuleStyle.d.ts +0 -1
- package/lib/core/editor/components/ResourceViewAttributeSetting/ResourceViewAttributeSettingPlugin.d.ts +0 -4
- package/lib/core/editor/components/ResourceViewAttributeSetting/Setting.d.ts +0 -5
- package/lib/core/editor/components/iconManage/IconManage.d.ts +0 -1
- package/lib/core/editor/components/iconManage/RenameDialog.d.ts +0 -1
- package/lib/core/editor/components/iconManage/UploadIconDialog.d.ts +0 -30
- package/lib/core/editor/components/iconManage/UploadIconDialogWrapper.d.ts +0 -1
- package/lib/core/editor/components/iconManage/utils/svgToShape.d.ts +0 -1
- package/lib/core/editor/components/settings/Settings.d.ts +0 -1
- package/lib/core/editor/components/settings/SettingsForm.d.ts +0 -1
- package/lib/core/editor/components/settings/Style.d.ts +0 -1
- package/lib/core/editor/components/settings/common/LayoutSettings.d.ts +0 -2
- package/lib/core/editor/components/settings/common/LineType.d.ts +0 -1
- package/lib/core/editor/components/settings/common/NodeAlignType.d.ts +0 -1
- package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeInput.d.ts +0 -12
- package/lib/core/editor/components/settings/common/NodeSizeInput/NodeSizeNumberPicker.d.ts +0 -7
- package/lib/core/editor/components/settings/common/tab/TabView.d.ts +0 -1
- package/lib/core/editor/components/settings/common/text/FontStyleCheckbox.d.ts +0 -1
- package/lib/core/editor/components/settings/common/text/TextStyle.d.ts +0 -1
- package/lib/core/editor/components/settings/common/text/fontStyleUtil.d.ts +0 -19
- package/lib/core/editor/components/settings/group/GroupNodeList/GroupNodeList.d.ts +0 -1
- package/lib/core/editor/components/settings/group/GroupNodeList/ResourceList.d.ts +0 -2
- package/lib/core/editor/components/settings/group/GroupNodeList/ResourceSelectButton.d.ts +0 -1
- package/lib/core/editor/components/settings/group/GroupNodeList/icon.d.ts +0 -87
- package/lib/core/editor/components/settings/layer/LayerSettingsForm.d.ts +0 -1
- package/lib/core/editor/components/settings/link/LinkPropertyView.d.ts +0 -1
- package/lib/core/editor/components/settings/node/NodeIconSelect.d.ts +0 -1
- package/lib/core/editor/components/settings/node/NodeIconSelectTest.d.ts +0 -1
- package/lib/core/editor/components/settings/node/NodePropertyView.d.ts +0 -1
- package/lib/core/editor/components/settings/node/NodeRelateResourceButton.d.ts +0 -4
- package/lib/core/editor/components/settings/node/TopoTreeSelect.d.ts +0 -1
- package/lib/core/editor/components/settings/text/TextPropertyView.d.ts +0 -1
- package/lib/core/editor/components/settings/useSettingRuntimeState.d.ts +0 -5
- package/lib/core/editor/components/settings/view/BatchSetNodeSize.d.ts +0 -1
- package/lib/core/editor/components/settings/view/ViewPropertyView.d.ts +0 -1
- package/lib/core/editor/components/titlebar/TopoEditorTitleBar.d.ts +0 -1
- package/lib/core/editor/components/titlebar/widgets/SaveButton.d.ts +0 -1
- package/lib/core/editor/contextmenu/buildContextmenu.d.ts +0 -6
- package/lib/core/index.d.ts +0 -1
- package/lib/core/models/AttributeMetricDisplay.d.ts +0 -8
- package/lib/core/models/TopoGraphView.d.ts +0 -42
- package/lib/core/models/TopoViewer.d.ts +0 -9
- package/lib/core/models/attrAndMetric.d.ts +0 -1
- package/lib/core/models/cache/CiTyeCache.d.ts +0 -12
- package/lib/core/models/cache/DictCache.d.ts +0 -11
- package/lib/core/models/common/Alarm.d.ts +0 -52
- package/lib/core/models/common/ContextMenu.d.ts +0 -8
- package/lib/core/models/createTopoApp.d.ts +0 -13
- package/lib/core/models/plugins/resourceWebControllUrl.d.ts +0 -11
- package/lib/core/models/utils/getRelationDetailByIds.d.ts +0 -1
- package/lib/core/models/utils/linkUtils.d.ts +0 -3
- package/lib/core/store/coreModels.d.ts +0 -18
- package/lib/core/store/createStore.d.ts +0 -1
- package/lib/core/test/Test.d.ts +0 -9
- package/lib/core/utils/resourceUtil.d.ts +0 -5
- package/lib/core/utils/showMessage.d.ts +0 -1
- package/lib/core/viewer/components/plugins/ResourceDetail/ResourceDetailDrawerPlugin.d.ts +0 -1
- package/lib/core/viewer/components/plugins/ResourceDetail/topoDrawer.d.ts +0 -2
- package/lib/core/viewer/components/plugins/ResourceWebControllUrlSettingDialog.d.ts +0 -1
- package/lib/core/viewer/components/plugins/ViewerPlugin.d.ts +0 -1
- package/lib/core/viewer/components/titlebar/TopoViewerTitleBar.d.ts +0 -1
- package/lib/core/viewer/components/titlebar/ViewerTools.d.ts +0 -1
- package/lib/core/viewer/components/titlebar/widgets/EditButton.d.ts +0 -4
- package/lib/core/viewer/components/titlebar/widgets/SearchWidget.d.ts +0 -8
- package/lib/core/viewer/contextmenu/buildContextmenu.d.ts +0 -42
- package/lib/core/viewer/contextmenu/buildLinkContextmenu.d.ts +0 -9
- package/lib/core/viewer/contextmenu/buildNodeContextmenu.d.ts +0 -24
- package/lib/core/viewer/contextmenu/buildViewContextmenu.d.ts +0 -7
- package/lib/createTopo.d.ts +0 -2
- package/lib/getStoreModels.d.ts +0 -35
- package/lib/hooks/useAlarm.d.ts +0 -1
- package/lib/hooks/useContainerLinkTopo.d.ts +0 -8
- package/lib/hooks/usePolling.d.ts +0 -9
- package/lib/hooks/useSelection.d.ts +0 -9
- package/lib/hooks/useTopoEdit.d.ts +0 -83
- package/lib/index.d.ts +0 -3
- package/lib/mock/mock.d.ts +0 -187
- package/lib/models/ciModel.d.ts +0 -15
- package/lib/models/iconManage.d.ts +0 -39
- package/lib/models/linkDynamicStyle.d.ts +0 -47
- package/lib/models/linkDynamicStyleConfig.d.ts +0 -37
- package/lib/models/linkManager.d.ts +0 -11
- package/lib/models/resourceWebControllUrlSetting.d.ts +0 -13
- package/lib/models/topoAlarm.d.ts +0 -15
- package/lib/models/topoBizMod.d.ts +0 -42
- package/lib/models/topoCreateMod.d.ts +0 -108
- package/lib/models/topoEdit.d.ts +0 -13
- package/lib/models/topoGraphView.d.ts +0 -11
- package/lib/models/topoMod.d.ts +0 -86
- package/lib/models/topoView.d.ts +0 -11
- package/lib/topoCenter/components/Topology.d.ts +0 -1
- package/lib/topoCenter/createTopo.d.ts +0 -3
- package/lib/topoCenter/getTopoData.d.ts +0 -1
- package/lib/topoCenter/index.d.ts +0 -3
- package/lib/topoCenter/models/TopoCenter.d.ts +0 -11
- package/lib/topoCenter/store/functionAuth.d.ts +0 -20
- package/lib/topoCenter/store/topoCenter.d.ts +0 -32
- package/lib/topoCenter/store/topoTreeMod.d.ts +0 -83
- package/lib/topoCenter/viewer/components/TitleBar.d.ts +0 -1
- package/lib/topoCenter/viewer/components/TopologyViewer.d.ts +0 -1
- package/lib/topoCenter/viewer/createTopoViewer.d.ts +0 -3
- package/lib/topoCenter/viewer/index.d.ts +0 -2
- package/lib/utils/ciType.d.ts +0 -1
- package/lib/utils/format.d.ts +0 -28
- package/lib/utils/htElementDataUtil.d.ts +0 -5
- package/lib/utils/htElementUtils.d.ts +0 -5
- package/lib/utils/listToTree.d.ts +0 -1
- package/lib/utils/resourceElementUtil.d.ts +0 -1
- package/lib/utils/template.d.ts +0 -50
- package/lib/utils/topoData.d.ts +0 -54
- package/lib/utils/topoIconUtil.d.ts +0 -6
- package/lib/utils/topoMocks.d.ts +0 -172
- package/lib/utils/topoPermissionUtil.d.ts +0 -9
- package/lib/utils/tree.d.ts +0 -15
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export function treeDs(allCiSet: any): {
|
|
2
|
-
id: string;
|
|
3
|
-
label: any;
|
|
4
|
-
icon: string;
|
|
5
|
-
}[];
|
|
6
|
-
export function dsTransform(allCiSet: any): {};
|
|
7
|
-
export function saveTransform(submit: any): {};
|
|
8
|
-
export function initSelected(allCiSet: any, dataType: any): {};
|
|
9
|
-
export function defaultSelected(allCiSet: any, defaultSet: any, dataType: any): {};
|
|
10
|
-
export function columns(dataType: any, showCiNum: any): ({
|
|
11
|
-
width: string;
|
|
12
|
-
dataIndex: string;
|
|
13
|
-
title: string;
|
|
14
|
-
cellOption: {
|
|
15
|
-
nowrap: boolean;
|
|
16
|
-
};
|
|
17
|
-
cell?: undefined;
|
|
18
|
-
} | {
|
|
19
|
-
width: string;
|
|
20
|
-
dataIndex: string;
|
|
21
|
-
title: string;
|
|
22
|
-
cell: (text: any, index: any, record: any) => JSX.Element;
|
|
23
|
-
cellOption?: undefined;
|
|
24
|
-
} | {
|
|
25
|
-
width: string;
|
|
26
|
-
dataIndex: string;
|
|
27
|
-
title: string;
|
|
28
|
-
cellOption: {
|
|
29
|
-
nowrap: {
|
|
30
|
-
nowrapCell: (text: any) => "-" | "属性" | "指标";
|
|
31
|
-
title: (text: any) => "-" | "属性" | "指标";
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
cell?: undefined;
|
|
35
|
-
})[];
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export function useSubs({ mainList }: any): {
|
|
2
|
-
data: any[];
|
|
3
|
-
loading: boolean;
|
|
4
|
-
};
|
|
5
|
-
export function useSave({ cb }: any): {
|
|
6
|
-
errors: undefined;
|
|
7
|
-
reset: () => void;
|
|
8
|
-
fetches: {
|
|
9
|
-
[x: string]: import("@ahooksjs/use-request/lib/types").FetchResult<any, [{
|
|
10
|
-
link: any;
|
|
11
|
-
values: any;
|
|
12
|
-
}?]>;
|
|
13
|
-
};
|
|
14
|
-
loading: boolean;
|
|
15
|
-
data: any;
|
|
16
|
-
error: Error;
|
|
17
|
-
params: [{
|
|
18
|
-
link: any;
|
|
19
|
-
values: any;
|
|
20
|
-
}?];
|
|
21
|
-
cancel: import("@ahooksjs/use-request/lib/types").noop;
|
|
22
|
-
refresh: () => Promise<any>;
|
|
23
|
-
mutate: import("@ahooksjs/use-request/lib/types").Mutate<any>;
|
|
24
|
-
unmount: () => void;
|
|
25
|
-
run: (params: any) => Promise<any>;
|
|
26
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default ResourceSelectConnect;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function DefaultResourceSelectDrawer(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function ResourceSelectDrawer(props: any): JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export { IconTplBlank as tpl_blank };
|
|
3
|
-
export { IconTplRegion as tpl_region };
|
|
4
|
-
export { IconLayoutCircular as layout_circular };
|
|
5
|
-
export { IconLayoutHierarchical as layout_hierarchical };
|
|
6
|
-
export { IconLayoutToward as layout_toward };
|
|
7
|
-
}
|
|
8
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const RES_DETAIL_PATH: "/default/pagecenter/resDetail/view";
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
export namespace defaultSet {
|
|
2
|
-
export namespace common {
|
|
3
|
-
export const tag: {
|
|
4
|
-
code: string;
|
|
5
|
-
type: string;
|
|
6
|
-
}[];
|
|
7
|
-
export const tip: {
|
|
8
|
-
code: string;
|
|
9
|
-
type: string;
|
|
10
|
-
}[];
|
|
11
|
-
}
|
|
12
|
-
export namespace networkLink {
|
|
13
|
-
const tag_1: {
|
|
14
|
-
code: string;
|
|
15
|
-
type: string;
|
|
16
|
-
}[];
|
|
17
|
-
export { tag_1 as tag };
|
|
18
|
-
const tip_1: {
|
|
19
|
-
code: string;
|
|
20
|
-
type: string;
|
|
21
|
-
}[];
|
|
22
|
-
export { tip_1 as tip };
|
|
23
|
-
}
|
|
24
|
-
export namespace networkAggLink {
|
|
25
|
-
const tag_2: {
|
|
26
|
-
code: string;
|
|
27
|
-
type: string;
|
|
28
|
-
}[];
|
|
29
|
-
export { tag_2 as tag };
|
|
30
|
-
const tip_2: {
|
|
31
|
-
code: string;
|
|
32
|
-
type: string;
|
|
33
|
-
}[];
|
|
34
|
-
export { tip_2 as tip };
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function mergeContextmenu(defaultMenu: any, customMenu: any, topo: any): any;
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
export const DEFAULT_NODE_ICONS: ({
|
|
2
|
-
url: any;
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
ciType: string;
|
|
6
|
-
jsonUrl: string;
|
|
7
|
-
oldId: string;
|
|
8
|
-
} | {
|
|
9
|
-
url: any;
|
|
10
|
-
id: string;
|
|
11
|
-
name: string;
|
|
12
|
-
jsonUrl: string;
|
|
13
|
-
oldId: string;
|
|
14
|
-
ciType?: undefined;
|
|
15
|
-
})[];
|
|
16
|
-
declare var _default: {
|
|
17
|
-
'editor.icon.cloud.small': {
|
|
18
|
-
url: string;
|
|
19
|
-
json: string;
|
|
20
|
-
};
|
|
21
|
-
'editor.icon.cloud.medium': {
|
|
22
|
-
url: string;
|
|
23
|
-
json: string;
|
|
24
|
-
};
|
|
25
|
-
'editor.icon.cloud.large': {
|
|
26
|
-
url: string;
|
|
27
|
-
json: string;
|
|
28
|
-
};
|
|
29
|
-
'editor.icon.building.small': {
|
|
30
|
-
url: string;
|
|
31
|
-
json: string;
|
|
32
|
-
};
|
|
33
|
-
'editor.icon.building.medium': string;
|
|
34
|
-
'editor.icon.building.large': string;
|
|
35
|
-
'editor.icon.operatingsystem.large': string;
|
|
36
|
-
'editor.icon.operatingsystem.medium': string;
|
|
37
|
-
'editor.icon.operatingsystem.small': string;
|
|
38
|
-
'editor.icon.internet.small': string;
|
|
39
|
-
'editor.icon.internet.medium': string;
|
|
40
|
-
'editor.icon.internet.large': string;
|
|
41
|
-
'editor.icon.db.large': string;
|
|
42
|
-
'editor.icon.dc.large': string;
|
|
43
|
-
'editor.icon.db.medium': string;
|
|
44
|
-
'editor.icon.dc.medium': string;
|
|
45
|
-
'editor.icon.db.small': string;
|
|
46
|
-
'editor.icon.dc.small': string;
|
|
47
|
-
'editor.icon.switch.large': string;
|
|
48
|
-
'editor.icon.coreswitch.large': string;
|
|
49
|
-
'editor.icon.twolayerswitch.large': string;
|
|
50
|
-
'editor.icon.threelayerswitch.large': string;
|
|
51
|
-
'editor.icon.router.large': string;
|
|
52
|
-
'editor.icon.adapter.large': string;
|
|
53
|
-
'editor.icon.socket.large': string;
|
|
54
|
-
'editor.icon.firewall.large': string;
|
|
55
|
-
'editor.icon.server.large': string;
|
|
56
|
-
'editor.icon.library.large': string;
|
|
57
|
-
'editor.icon.balanc.large': string;
|
|
58
|
-
'editor.icon.calendar.large': string;
|
|
59
|
-
'editor.icon.switch.medium': string;
|
|
60
|
-
'editor.icon.coreswitch.medium': string;
|
|
61
|
-
'editor.icon.twolayerswitch.medium': string;
|
|
62
|
-
'editor.icon.threelayerswitch.medium': string;
|
|
63
|
-
'editor.icon.router.medium': string;
|
|
64
|
-
'editor.icon.adapter.medium': string;
|
|
65
|
-
'editor.icon.socket.medium': string;
|
|
66
|
-
'editor.icon.firewall.medium': string;
|
|
67
|
-
'editor.icon.server.medium': string;
|
|
68
|
-
'editor.icon.library.medium': string;
|
|
69
|
-
'editor.icon.balanc.medium': string;
|
|
70
|
-
'editor.icon.calendar.medium': string;
|
|
71
|
-
'editor.icon.switch.small': string;
|
|
72
|
-
'editor.icon.coreswitch.small': string;
|
|
73
|
-
'editor.icon.twolayerswitch.small': string;
|
|
74
|
-
'editor.icon.threelayerswitch.small': string;
|
|
75
|
-
'editor.icon.router.small': string;
|
|
76
|
-
'editor.icon.adapter.small': string;
|
|
77
|
-
'editor.icon.socket.small': string;
|
|
78
|
-
'editor.icon.firewall.small': string;
|
|
79
|
-
'editor.icon.server.small': string;
|
|
80
|
-
'editor.icon.library.small': string;
|
|
81
|
-
'editor.icon.balanc.small': string;
|
|
82
|
-
'editor.icon.calendar.small': string;
|
|
83
|
-
};
|
|
84
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function TopoApp(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function TopoAppProvider(props: any): JSX.Element;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export default TopoAppView;
|
|
2
|
-
declare function TopoAppView(props: any): JSX.Element;
|
|
3
|
-
declare namespace TopoAppView {
|
|
4
|
-
export namespace propTypes {
|
|
5
|
-
export const engine: any;
|
|
6
|
-
export const components: any;
|
|
7
|
-
}
|
|
8
|
-
export namespace defaultProps {
|
|
9
|
-
const engine_1: any;
|
|
10
|
-
export { engine_1 as engine };
|
|
11
|
-
const components_1: {};
|
|
12
|
-
export { components_1 as components };
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Topo404(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function TopoNoPermission(props: any): JSX.Element;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export default TopoView;
|
|
2
|
-
declare function TopoView(props: any): JSX.Element;
|
|
3
|
-
declare namespace TopoView {
|
|
4
|
-
export namespace propTypes {
|
|
5
|
-
export const engine: any;
|
|
6
|
-
export const topo: any;
|
|
7
|
-
export const titleBar: any;
|
|
8
|
-
export const defaultEnterEditMode: any;
|
|
9
|
-
export const editorProps: any;
|
|
10
|
-
export const onEnterEdit: any;
|
|
11
|
-
export const onRefresh: any;
|
|
12
|
-
export const onSave: any;
|
|
13
|
-
export const nodeDeleteable: any;
|
|
14
|
-
export const onNodeDelete: any;
|
|
15
|
-
export const onLineDelete: any;
|
|
16
|
-
export const onLoaded: any;
|
|
17
|
-
}
|
|
18
|
-
export const defaultProps: {};
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function buildProvider(topo: any): (props: any) => JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { TitleBar, SearchWidget, TitleWidget, ViewerTools };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function TitleWidget(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function TopoEditPlugin(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function RuleSetting(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function LinkDynamicStyleSettingDrawer(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Rule(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function RuleCondition(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function RuleStyle(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function IconManage(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function RenameDialog(props: any): JSX.Element;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 上传组件文档:https://fusion.design/50512/component/upload
|
|
3
|
-
*/
|
|
4
|
-
export default class UploadIconDialog {
|
|
5
|
-
constructor(props: any);
|
|
6
|
-
iconJsons: {};
|
|
7
|
-
state: {
|
|
8
|
-
files: any[];
|
|
9
|
-
uploading: boolean;
|
|
10
|
-
};
|
|
11
|
-
saveUploaderRef: (ref: any) => void;
|
|
12
|
-
uploaderRef: any;
|
|
13
|
-
getValidFiles: (files: any) => any[];
|
|
14
|
-
handleUploadChange: (files: any) => void;
|
|
15
|
-
svgToShape(files: any): Promise<void>;
|
|
16
|
-
submit: () => void;
|
|
17
|
-
handleUploadFinish: () => void;
|
|
18
|
-
handleSuccess: () => void;
|
|
19
|
-
handleError: (file: any) => void;
|
|
20
|
-
handleUploadError: () => void;
|
|
21
|
-
onClose: () => void;
|
|
22
|
-
buildUploadData: (file: any) => {
|
|
23
|
-
type: string;
|
|
24
|
-
name: any;
|
|
25
|
-
iconJson: string;
|
|
26
|
-
};
|
|
27
|
-
resetState(): void;
|
|
28
|
-
renderUpload(): JSX.Element;
|
|
29
|
-
render(): JSX.Element;
|
|
30
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function UploadIconDialogWrapper(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function svgToShape(file: any): Promise<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Settings(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function SettingsForm(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function Style(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function LineType(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function NodeAlignType(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function TabView(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function FontStyleCheckbox(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function TextStyle(props: any): JSX.Element;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export default fontStyleUtil;
|
|
2
|
-
declare namespace fontStyleUtil {
|
|
3
|
-
export function toMap(font?: string): {
|
|
4
|
-
fontFamily: string;
|
|
5
|
-
fontSize: number;
|
|
6
|
-
bold: boolean;
|
|
7
|
-
italic: boolean;
|
|
8
|
-
};
|
|
9
|
-
export function toMap(font?: string): {
|
|
10
|
-
fontFamily: string;
|
|
11
|
-
fontSize: number;
|
|
12
|
-
bold: boolean;
|
|
13
|
-
italic: boolean;
|
|
14
|
-
};
|
|
15
|
-
export function build(style: any): string;
|
|
16
|
-
export function build(style: any): string;
|
|
17
|
-
export function getFontStyleMap(obj: any, prefix: any): {};
|
|
18
|
-
export function getFontStyleMap(obj: any, prefix: any): {};
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function GroupNodeList(props: any): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default function ResourceSelectButton(props: any): JSX.Element;
|