@hsu-react/ui 0.0.12 → 0.0.14
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/LICENSE +21 -0
- package/README.md +11 -0
- package/es/components/Button/index.js +2 -2
- package/es/components/ChainGraph/ChainGraphServices/Edges/ArrowEdge.js +4 -4
- package/es/components/ChainGraph/ChainGraphServices/NodeEvents.js +3 -3
- package/es/components/ChainGraph/ChainGraphServices/RootNode.js +27 -27
- package/es/components/ChainGraph/ChainGraphServices/TreeNode.js +32 -32
- package/es/components/ChainGraph/ChainGraphServices/index.js +11 -11
- package/es/components/ChainGraph/_components/SearchSelect/index.module.scss +2 -2
- package/es/components/ChainGraph/_utils/findAncestorsOfNode.d.ts +5 -5
- package/es/components/ChainGraph/_utils/findAncestorsOfNode.js +12 -12
- package/es/components/ChainGraph/_utils/getTextSize.d.ts +4 -4
- package/es/components/ChainGraph/_utils/getTextSize.js +4 -4
- package/es/components/ChainGraph/_utils/styles.d.ts +3 -3
- package/es/components/ChainGraph/_utils/styles.js +3 -3
- package/es/components/ChainGraph/index.js +7 -7
- package/es/components/ChainGraph/index.module.scss +2 -2
- package/es/components/Chart/Bar/Bar3DOpt.d.ts +9 -9
- package/es/components/Chart/Bar/Bar3DOpt.js +29 -29
- package/es/components/Chart/Bar/index.d.ts +5 -5
- package/es/components/Chart/Bar/index.js +23 -23
- package/es/components/Chart/Bubble/index.d.ts +6 -6
- package/es/components/Chart/Bubble/index.js +41 -41
- package/es/components/Chart/Common/index.js +12 -12
- package/es/components/Chart/Gauge/index.js +11 -11
- package/es/components/Chart/Group/index.js +1 -1
- package/es/components/Chart/Heatmap/index.d.ts +12 -12
- package/es/components/Chart/Heatmap/index.js +24 -24
- package/es/components/Chart/Line/index.d.ts +5 -5
- package/es/components/Chart/Line/index.js +23 -23
- package/es/components/Chart/Pie/Pie3D/_hooks/index.js +14 -14
- package/es/components/Chart/Pie/Pie3D/_utils/label.js +30 -30
- package/es/components/Chart/Pie/index.d.ts +8 -8
- package/es/components/Chart/Pie/index.js +34 -34
- package/es/components/Chart/Polar/index.js +11 -11
- package/es/components/Chart/Radar/index.d.ts +8 -8
- package/es/components/Chart/Radar/index.js +7 -7
- package/es/components/Chart/Sankey/index.js +12 -12
- package/es/components/Chart/Tree/index.js +12 -12
- package/es/components/Chart/_utils/autoSmooth.d.ts +1 -1
- package/es/components/Chart/_utils/autoSmooth.js +2 -2
- package/es/components/Chart/_utils/bubble.js +8 -8
- package/es/components/Chart/_utils/cartesian.d.ts +4 -4
- package/es/components/Chart/_utils/cartesian.js +4 -4
- package/es/components/Chart/chartUtils/calculateAxisConfig.d.ts +4 -4
- package/es/components/Chart/chartUtils/calculateAxisConfig.js +16 -16
- package/es/components/Chart/chartUtils/chartTooltipFormatter.d.ts +1 -1
- package/es/components/Chart/chartUtils/chartTooltipFormatter.js +1 -1
- package/es/components/Chart/chartUtils/useDataZoomWindow.d.ts +7 -7
- package/es/components/Chart/chartUtils/useDataZoomWindow.js +4 -4
- package/es/components/Chart/chartUtils/useLegendSelection.d.ts +6 -6
- package/es/components/Chart/chartUtils/useLegendSelection.js +3 -3
- package/es/components/Chart/chartUtils/yAxisDisplayUnit.d.ts +4 -4
- package/es/components/Chart/chartUtils/yAxisDisplayUnit.js +4 -4
- package/es/components/Chart/index.d.ts +2 -2
- package/es/components/Chart/index.js +1 -1
- package/es/components/Chat/ChatHistory/_components/HistoryGroup/index.module.scss +1 -1
- package/es/components/Chat/ChatHistory/_components/HistoryItem/index.js +8 -8
- package/es/components/Chat/ChatHistory/_components/HistoryItem/index.module.scss +6 -6
- package/es/components/Chat/ChatHistory/_components/NewChatButton/index.module.scss +4 -4
- package/es/components/Chat/ChatHistory/_utils/index.d.ts +1 -1
- package/es/components/Chat/ChatHistory/_utils/index.js +1 -1
- package/es/components/Chat/ChatHistory/index.js +2 -2
- package/es/components/Chat/ChatHistory/index.module.scss +3 -3
- package/es/components/Chat/ChatInput/_components/AgentToggleButton/index.module.scss +8 -8
- package/es/components/Chat/ChatInput/_components/FileList/index.module.scss +3 -3
- package/es/components/Chat/ChatInput/_components/UploadButton/index.js +1 -1
- package/es/components/Chat/ChatInput/_utils/index.d.ts +3 -3
- package/es/components/Chat/ChatInput/_utils/index.js +3 -3
- package/es/components/Chat/ChatInput/index.d.ts +5 -5
- package/es/components/Chat/ChatInput/index.js +28 -23
- package/es/components/Chat/ChatInput/index.module.scss +4 -4
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.js +0 -1
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.module.scss +5 -5
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/index.module.scss +5 -5
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/index.module.scss +7 -7
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/index.js +5 -5
- package/es/components/Chat/ChatList/_components/Assistant/AssistantItem/index.module.scss +5 -5
- package/es/components/Chat/ChatList/_components/Assistant/index.module.scss +3 -3
- package/es/components/Chat/ChatList/_components/User/index.module.scss +6 -6
- package/es/components/Chat/ChatList/_hooks/useAssistantNavigation.d.ts +1 -1
- package/es/components/Chat/ChatList/_hooks/useAssistantNavigation.js +1 -1
- package/es/components/Chat/ChatList/_hooks/useCalculateRowIndex.js +1 -1
- package/es/components/Chat/ChatList/_utils/cleanRedactedReasoning.d.ts +3 -3
- package/es/components/Chat/ChatList/_utils/cleanRedactedReasoning.js +3 -3
- package/es/components/Checkbox/CheckboxGroup/index.js +6 -6
- package/es/components/Checkbox/CheckboxGroup/index.module.scss +3 -3
- package/es/components/Checkbox/index.module.scss +2 -2
- package/es/components/CodeMirror/index.d.ts +6 -6
- package/es/components/CodeMirror/index.js +7 -7
- package/es/components/CodeMirror/index.module.scss +4 -4
- package/es/components/CodeMirror/linters/errorTranslator.d.ts +1 -1
- package/es/components/CodeMirror/linters/errorTranslator.js +19 -19
- package/es/components/CodeMirror/linters/jsonLinter.d.ts +2 -2
- package/es/components/CodeMirror/linters/jsonLinter.js +9 -9
- package/es/components/CodeMirror/linters/sqlLinter.js +29 -29
- package/es/components/Copy/index.module.scss +3 -3
- package/es/components/DatePicker/defaultModalPickerGetPopupContainer.d.ts +2 -2
- package/es/components/DatePicker/defaultModalPickerGetPopupContainer.js +2 -2
- package/es/components/DatePicker/index.js +9 -9
- package/es/components/Editor/index.js +3 -3
- package/es/components/Editor/index.module.scss +2 -2
- package/es/components/FileCol/index.js +2 -2
- package/es/components/FilePreview/_components/BasePreview/index.module.scss +2 -2
- package/es/components/FilePreview/_components/PdfPreview/index.module.scss +3 -3
- package/es/components/FilePreview/_hooks/useXlsxData.d.ts +1 -1
- package/es/components/FilePreview/_hooks/useXlsxData.js +1 -1
- package/es/components/FilePreview/index.module.scss +2 -2
- package/es/components/Form/ModalForm/_hooks/useAdaptiveColumnNum.d.ts +7 -7
- package/es/components/Form/ModalForm/_hooks/useAdaptiveColumnNum.js +8 -8
- package/es/components/Form/ModalForm/_hooks/useColumnFormItems.d.ts +3 -3
- package/es/components/Form/ModalForm/_hooks/useColumnFormItems.js +18 -18
- package/es/components/Form/ModalForm/_hooks/useFormItems.d.ts +5 -5
- package/es/components/Form/ModalForm/_hooks/useFormItems.js +5 -5
- package/es/components/FormItem/FormCodeMirror/index.js +6 -6
- package/es/components/FormItem/FormInput/FormPasswordStrength/index.module.scss +5 -5
- package/es/components/FormItem/FormRadio/index.module.scss +2 -2
- package/es/components/FormItem/FormUpload/index.module.scss +13 -13
- package/es/components/FormItem/ItemContainer/index.d.ts +1 -1
- package/es/components/FormItem/ItemContainer/index.js +3 -3
- package/es/components/FormItem/ItemContainer/index.module.scss +4 -4
- package/es/components/FormItem/databaseTypeMapping.d.ts +23 -23
- package/es/components/FormItem/databaseTypeMapping.js +36 -36
- package/es/components/FormItem/index.js +12 -12
- package/es/components/Icon/index.js +4 -4
- package/es/components/Input/Number/index.js +6 -6
- package/es/components/Input/Number/index.module.scss +5 -5
- package/es/components/Input/Password/index.js +3 -3
- package/es/components/Input/Range/index.js +3 -3
- package/es/components/Input/Range/index.module.scss +2 -2
- package/es/components/Input/Search/index.js +3 -3
- package/es/components/Input/TextArea/index.js +6 -6
- package/es/components/Input/TextArea/index.module.scss +5 -5
- package/es/components/Input/index.js +14 -14
- package/es/components/Input/index.module.scss +2 -2
- package/es/components/Markdown/Editor/index.module.scss +3 -3
- package/es/components/Markdown/Views/ArtifactBlock.d.ts +5 -5
- package/es/components/Markdown/Views/ArtifactBlock.js +2 -2
- package/es/components/Markdown/Views/MermaidBlock.d.ts +2 -2
- package/es/components/Markdown/Views/MermaidBlock.js +5 -5
- package/es/components/Markdown/Views/blocks.module.scss +11 -11
- package/es/components/Markdown/Views/index.js +5 -5
- package/es/components/Markdown/Views/index.module.scss +1 -1
- package/es/components/Modal/_hooks/useModalDrag.d.ts +1 -1
- package/es/components/Modal/_hooks/useModalDrag.js +1 -1
- package/es/components/Modal/_hooks/useModalElements.d.ts +1 -1
- package/es/components/Modal/_hooks/useModalElements.js +1 -1
- package/es/components/Modal/_utils/calculatePosition.d.ts +7 -7
- package/es/components/Modal/_utils/calculatePosition.js +7 -7
- package/es/components/Modal/index.module.scss +1 -1
- package/es/components/Operate/_hooks/useOperateEllipsis.d.ts +5 -5
- package/es/components/Operate/_hooks/useOperateEllipsis.js +5 -5
- package/es/components/Operate/index.js +16 -16
- package/es/components/Panel/DefaultPanel/index.module.scss +1 -1
- package/es/components/Panel/IframePanel/index.module.scss +1 -1
- package/es/components/Panel/ListPanel/ListModalPanel/index.d.ts +2 -2
- package/es/components/Panel/ListPanel/ListModalPanel/index.js +3 -3
- package/es/components/Panel/ListPanel/ListModalPanel/index.module.scss +1 -1
- package/es/components/Panel/ListPanel/_components/ColumnMgt/index.js +1 -1
- package/es/components/Panel/ListPanel/index.d.ts +2 -2
- package/es/components/Panel/ListPanel/index.js +1 -1
- package/es/components/Panel/ListPanel/index.module.scss +5 -5
- package/es/components/Search/SearchAdvanced/index.d.ts +4 -4
- package/es/components/Search/SearchAdvanced/index.js +4 -4
- package/es/components/Search/SearchAdvanced/index.module.scss +2 -2
- package/es/components/Search/SearchCard/_components/OptionRow/ChildrenItems/index.js +8 -8
- package/es/components/Search/SearchCard/_components/OptionRow/Item/index.js +13 -13
- package/es/components/Search/SearchCard/_components/OptionRow/index.js +8 -8
- package/es/components/Search/SearchCard/_hooks/useSearchCardCollapse.d.ts +1 -1
- package/es/components/Search/SearchCard/_hooks/useSearchCardCollapse.js +1 -1
- package/es/components/Search/SearchCard/_hooks/useSearchCardMoreOptions.d.ts +1 -1
- package/es/components/Search/SearchCard/_hooks/useSearchCardMoreOptions.js +14 -14
- package/es/components/Search/SearchCard/_hooks/useSearchCardValue.d.ts +1 -1
- package/es/components/Search/SearchCard/_hooks/useSearchCardValue.js +5 -5
- package/es/components/Search/SearchCard/_utils/getRealValues.d.ts +1 -1
- package/es/components/Search/SearchCard/_utils/getRealValues.js +5 -5
- package/es/components/Search/SearchCard/_utils/hasSelectedChildren.d.ts +1 -1
- package/es/components/Search/SearchCard/_utils/hasSelectedChildren.js +3 -3
- package/es/components/Search/SearchCard/_utils/typeGuards.d.ts +1 -1
- package/es/components/Search/SearchCard/_utils/typeGuards.js +1 -1
- package/es/components/Search/SearchCard/_utils/updateRealValue.d.ts +1 -1
- package/es/components/Search/SearchCard/_utils/updateRealValue.js +11 -11
- package/es/components/Search/SearchCard/index.js +1 -1
- package/es/components/Search/SearchCard/index.module.scss +8 -8
- package/es/components/Search/SearchCollapsible/index.d.ts +4 -4
- package/es/components/Search/SearchCollapsible/index.js +6 -6
- package/es/components/Search/SearchCollapsible/index.module.scss +2 -2
- package/es/components/Search/SearchWithFilter/index.d.ts +4 -4
- package/es/components/Search/SearchWithFilter/index.js +4 -4
- package/es/components/Search/SearchWithFilter/index.module.scss +2 -2
- package/es/components/Search/SearchWithMore/index.d.ts +4 -4
- package/es/components/Search/SearchWithMore/index.js +5 -5
- package/es/components/Search/SearchWithMore/index.module.scss +2 -2
- package/es/components/Search/_components/ButtonGroup/index.js +1 -1
- package/es/components/Search/_components/SearchBase/index.d.ts +8 -8
- package/es/components/Search/_components/SearchBase/index.js +5 -5
- package/es/components/Search/_components/SearchButtons/index.d.ts +2 -2
- package/es/components/Search/_hooks/useAdaptiveColumnNum.d.ts +9 -9
- package/es/components/Search/_hooks/useAdaptiveColumnNum.js +19 -19
- package/es/components/Search/_hooks/useSearchCommon.d.ts +1 -1
- package/es/components/Search/_hooks/useSearchCommon.js +21 -21
- package/es/components/Search/_hooks/useSearchExpand.d.ts +12 -12
- package/es/components/Search/_hooks/useSearchExpand.js +32 -32
- package/es/components/Search/_hooks/useSearchForm.d.ts +1 -1
- package/es/components/Search/_hooks/useSearchForm.js +1 -1
- package/es/components/Search/_hooks/useSearchItems.d.ts +5 -4
- package/es/components/Search/_hooks/useSearchItems.js +5 -4
- package/es/components/Search/_types/index.d.ts +12 -12
- package/es/components/Search/_utils/calculateButtonGroupAndColumnWidth.d.ts +6 -6
- package/es/components/Search/_utils/calculateButtonGroupAndColumnWidth.js +10 -10
- package/es/components/Search/_utils/calculateVisibleItems.d.ts +9 -9
- package/es/components/Search/_utils/calculateVisibleItems.js +12 -12
- package/es/components/Search/_utils/cleanSearchData.d.ts +3 -3
- package/es/components/Search/_utils/cleanSearchData.js +3 -3
- package/es/components/Search/_utils/measureButtonGroupWidth.d.ts +3 -3
- package/es/components/Search/_utils/measureButtonGroupWidth.js +4 -4
- package/es/components/Search/_utils/shouldDisplayExtraItem.d.ts +7 -7
- package/es/components/Search/_utils/shouldDisplayExtraItem.js +7 -7
- package/es/components/Search/index.d.ts +2 -2
- package/es/components/Search/index.js +4 -4
- package/es/components/Search/index.module.scss +1 -1
- package/es/components/SecondConf/index.module.scss +1 -1
- package/es/components/Select/AutoCompleteSelect/index.js +4 -4
- package/es/components/Select/AutoCompleteSelect/index.module.scss +6 -6
- package/es/components/Select/IconSelect/index.module.scss +2 -2
- package/es/components/Select/TreeSelect/_utils/getExpandedKeysByLevel.d.ts +4 -4
- package/es/components/Select/TreeSelect/_utils/getExpandedKeysByLevel.js +5 -5
- package/es/components/Select/TreeSelect/index.module.scss +1 -1
- package/es/components/Select/_hooks/useSelectComposition.d.ts +1 -1
- package/es/components/Select/_hooks/useSelectComposition.js +1 -1
- package/es/components/Select/_hooks/useSelectInputOptions.d.ts +1 -1
- package/es/components/Select/_hooks/useSelectInputOptions.js +1 -1
- package/es/components/Select/_utils/calculatePopupWidth.d.ts +1 -1
- package/es/components/Select/_utils/calculatePopupWidth.js +1 -1
- package/es/components/Select/_utils/filterOption.d.ts +1 -1
- package/es/components/Select/_utils/filterOption.js +1 -1
- package/es/components/Select/_utils/getElementPosition.d.ts +7 -6
- package/es/components/Select/_utils/getElementPosition.js +7 -6
- package/es/components/Select/index.module.scss +8 -8
- package/es/components/Spreadsheet/xlsxspread.js +2 -2
- package/es/components/Switch/index.module.scss +2 -2
- package/es/components/TabBar/index.module.scss +8 -8
- package/es/components/Table/_components/Pagination/index.js +3 -3
- package/es/components/Table/_hooks/useAutoScrolling.d.ts +1 -1
- package/es/components/Table/_hooks/useAutoScrolling.js +8 -7
- package/es/components/Table/_hooks/useEllipsisTooltip.d.ts +1 -1
- package/es/components/Table/_hooks/useEllipsisTooltip.js +6 -6
- package/es/components/Table/_hooks/usePaginationSync.d.ts +3 -3
- package/es/components/Table/_hooks/usePaginationSync.js +5 -5
- package/es/components/Table/_hooks/useScrollEnd.js +7 -7
- package/es/components/Table/_hooks/useTableColumns.js +30 -28
- package/es/components/Table/_hooks/useTablePagination.js +7 -7
- package/es/components/Table/_utils/tableUtils.d.ts +7 -7
- package/es/components/Table/_utils/tableUtils.js +11 -11
- package/es/components/Table/index.d.ts +11 -8
- package/es/components/Table/index.module.scss +3 -3
- package/es/components/Tags/_components/EllipsisTag/index.d.ts +1 -1
- package/es/components/Tags/_components/EllipsisTag/index.js +1 -1
- package/es/components/Tags/_components/MeasureContainer/index.d.ts +1 -1
- package/es/components/Tags/_components/MeasureContainer/index.js +1 -1
- package/es/components/Tags/_hooks/useVisibleTags.d.ts +5 -5
- package/es/components/Tags/_hooks/useVisibleTags.js +13 -13
- package/es/components/Tags/_utils/calculateVisibleCount.d.ts +6 -6
- package/es/components/Tags/_utils/calculateVisibleCount.js +12 -12
- package/es/components/Tags/_utils/getTagColor.d.ts +4 -4
- package/es/components/Tags/_utils/getTagColor.js +4 -4
- package/es/components/Tags/index.js +2 -2
- package/es/components/TextEllipsis/index.d.ts +11 -11
- package/es/components/TextEllipsis/index.js +18 -18
- package/es/components/Tree/_components/TitleSearchBar/index.js +2 -2
- package/es/components/Tree/_hooks/useClearNodeTitle.d.ts +4 -4
- package/es/components/Tree/_hooks/useClearNodeTitle.js +8 -8
- package/es/components/Tree/_hooks/useTreeCheck.d.ts +2 -2
- package/es/components/Tree/_hooks/useTreeCheck.js +4 -4
- package/es/components/Tree/_hooks/useTreeSearch.d.ts +1 -1
- package/es/components/Tree/_hooks/useTreeSearch.js +7 -7
- package/es/components/Tree/_hooks/useTreeState.d.ts +3 -3
- package/es/components/Tree/_hooks/useTreeState.js +10 -10
- package/es/components/Tree/_utils/index.d.ts +24 -24
- package/es/components/Tree/_utils/index.js +28 -28
- package/es/components/Tree/_utils/normalizeCheckedKeys.d.ts +4 -4
- package/es/components/Tree/_utils/normalizeCheckedKeys.js +16 -16
- package/es/components/Tree/index.d.ts +3 -3
- package/es/components/Tree/index.js +22 -21
- package/es/components/Tree/index.module.scss +2 -2
- package/es/components/Upload/_components/UploadedItem/index.js +2 -2
- package/es/components/Upload/_components/UploadingItem/index.js +2 -2
- package/es/components/Upload/_hooks/useUploadFileList.d.ts +1 -1
- package/es/components/Upload/_hooks/useUploadFileList.js +1 -1
- package/es/components/Upload/_hooks/useUploadOperations.d.ts +1 -1
- package/es/components/Upload/_hooks/useUploadOperations.js +3 -3
- package/es/components/Upload/_hooks/useUploadPreview.d.ts +1 -1
- package/es/components/Upload/_hooks/useUploadPreview.js +1 -1
- package/es/components/Upload/_utils/chunkUpload.d.ts +1 -1
- package/es/components/Upload/_utils/chunkUpload.js +4 -4
- package/es/components/Upload/_utils/createFormData.d.ts +1 -1
- package/es/components/Upload/_utils/createFormData.js +1 -1
- package/es/components/Upload/_utils/extractFileUrl.d.ts +1 -1
- package/es/components/Upload/_utils/extractFileUrl.js +1 -1
- package/es/components/Upload/_utils/isSuccessResponse.d.ts +1 -1
- package/es/components/Upload/_utils/isSuccessResponse.js +1 -1
- package/es/components/Upload/_utils/normalUpload.d.ts +1 -1
- package/es/components/Upload/_utils/normalUpload.js +2 -2
- package/es/components/Upload/_utils/toMB.d.ts +1 -1
- package/es/components/Upload/_utils/toMB.js +1 -1
- package/es/components/Upload/_utils/validateFile.d.ts +1 -1
- package/es/components/Upload/_utils/validateFile.js +1 -1
- package/es/components/Upload/index.js +2 -2
- package/es/config-provider/index.d.ts +3 -3
- package/es/config-provider/index.js +2 -2
- package/es/hooks/usePermissions.js +3 -3
- package/es/index.d.ts +2 -0
- package/es/index.js +6 -4
- package/es/request/ResType.d.ts +3 -3
- package/es/request/index.d.ts +6 -6
- package/es/request/index.js +6 -6
- package/es/styles/antd-overload.scss +16 -10
- package/es/styles/tokens.d.ts +26 -0
- package/es/styles/tokens.js +32 -0
- package/es/styles/tokens.scss +62 -0
- package/es/typings.d.ts +3 -3
- package/es/utils/getUUID.d.ts +1 -1
- package/es/utils/getUUID.js +1 -1
- package/lib/components/Button/index.js +2 -2
- package/lib/components/ChainGraph/ChainGraphServices/Edges/ArrowEdge.js +4 -4
- package/lib/components/ChainGraph/ChainGraphServices/NodeEvents.js +3 -3
- package/lib/components/ChainGraph/ChainGraphServices/RootNode.js +27 -27
- package/lib/components/ChainGraph/ChainGraphServices/TreeNode.js +32 -32
- package/lib/components/ChainGraph/ChainGraphServices/index.js +11 -11
- package/lib/components/ChainGraph/_components/SearchSelect/index.module.scss +2 -2
- package/lib/components/ChainGraph/_utils/findAncestorsOfNode.d.ts +5 -5
- package/lib/components/ChainGraph/_utils/findAncestorsOfNode.js +12 -12
- package/lib/components/ChainGraph/_utils/getTextSize.d.ts +4 -4
- package/lib/components/ChainGraph/_utils/getTextSize.js +4 -4
- package/lib/components/ChainGraph/_utils/styles.d.ts +3 -3
- package/lib/components/ChainGraph/_utils/styles.js +3 -3
- package/lib/components/ChainGraph/index.js +7 -7
- package/lib/components/ChainGraph/index.module.scss +2 -2
- package/lib/components/Chart/Bar/Bar3DOpt.d.ts +9 -9
- package/lib/components/Chart/Bar/Bar3DOpt.js +29 -29
- package/lib/components/Chart/Bar/index.d.ts +5 -5
- package/lib/components/Chart/Bar/index.js +23 -23
- package/lib/components/Chart/Bubble/index.d.ts +6 -6
- package/lib/components/Chart/Bubble/index.js +41 -41
- package/lib/components/Chart/Common/index.js +12 -12
- package/lib/components/Chart/Gauge/index.js +11 -11
- package/lib/components/Chart/Group/index.js +1 -1
- package/lib/components/Chart/Heatmap/index.d.ts +12 -12
- package/lib/components/Chart/Heatmap/index.js +24 -24
- package/lib/components/Chart/Line/index.d.ts +5 -5
- package/lib/components/Chart/Line/index.js +23 -23
- package/lib/components/Chart/Pie/Pie3D/_hooks/index.js +14 -14
- package/lib/components/Chart/Pie/Pie3D/_utils/label.js +30 -30
- package/lib/components/Chart/Pie/index.d.ts +8 -8
- package/lib/components/Chart/Pie/index.js +34 -34
- package/lib/components/Chart/Polar/index.js +11 -11
- package/lib/components/Chart/Radar/index.d.ts +8 -8
- package/lib/components/Chart/Radar/index.js +7 -7
- package/lib/components/Chart/Sankey/index.js +12 -12
- package/lib/components/Chart/Tree/index.js +12 -12
- package/lib/components/Chart/_utils/autoSmooth.d.ts +1 -1
- package/lib/components/Chart/_utils/autoSmooth.js +2 -2
- package/lib/components/Chart/_utils/bubble.js +8 -8
- package/lib/components/Chart/_utils/cartesian.d.ts +4 -4
- package/lib/components/Chart/_utils/cartesian.js +4 -4
- package/lib/components/Chart/chartUtils/calculateAxisConfig.d.ts +4 -4
- package/lib/components/Chart/chartUtils/calculateAxisConfig.js +16 -16
- package/lib/components/Chart/chartUtils/chartTooltipFormatter.d.ts +1 -1
- package/lib/components/Chart/chartUtils/chartTooltipFormatter.js +1 -1
- package/lib/components/Chart/chartUtils/useDataZoomWindow.d.ts +7 -7
- package/lib/components/Chart/chartUtils/useDataZoomWindow.js +4 -4
- package/lib/components/Chart/chartUtils/useLegendSelection.d.ts +6 -6
- package/lib/components/Chart/chartUtils/useLegendSelection.js +3 -3
- package/lib/components/Chart/chartUtils/yAxisDisplayUnit.d.ts +4 -4
- package/lib/components/Chart/chartUtils/yAxisDisplayUnit.js +4 -4
- package/lib/components/Chart/index.d.ts +2 -2
- package/lib/components/Chart/index.js +1 -1
- package/lib/components/Chat/ChatHistory/_components/HistoryGroup/index.module.scss +1 -1
- package/lib/components/Chat/ChatHistory/_components/HistoryItem/index.js +8 -8
- package/lib/components/Chat/ChatHistory/_components/HistoryItem/index.module.scss +6 -6
- package/lib/components/Chat/ChatHistory/_components/NewChatButton/index.module.scss +4 -4
- package/lib/components/Chat/ChatHistory/_utils/index.d.ts +1 -1
- package/lib/components/Chat/ChatHistory/_utils/index.js +1 -1
- package/lib/components/Chat/ChatHistory/index.js +2 -2
- package/lib/components/Chat/ChatHistory/index.module.scss +3 -3
- package/lib/components/Chat/ChatInput/_components/AgentToggleButton/index.module.scss +8 -8
- package/lib/components/Chat/ChatInput/_components/FileList/index.module.scss +3 -3
- package/lib/components/Chat/ChatInput/_components/UploadButton/index.js +1 -1
- package/lib/components/Chat/ChatInput/_utils/index.d.ts +3 -3
- package/lib/components/Chat/ChatInput/_utils/index.js +3 -3
- package/lib/components/Chat/ChatInput/index.d.ts +5 -5
- package/lib/components/Chat/ChatInput/index.js +23 -19
- package/lib/components/Chat/ChatInput/index.module.scss +4 -4
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.js +0 -1
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.module.scss +5 -5
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/index.module.scss +5 -5
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/index.module.scss +7 -7
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/index.js +5 -5
- package/lib/components/Chat/ChatList/_components/Assistant/AssistantItem/index.module.scss +5 -5
- package/lib/components/Chat/ChatList/_components/Assistant/index.module.scss +3 -3
- package/lib/components/Chat/ChatList/_components/User/index.module.scss +6 -6
- package/lib/components/Chat/ChatList/_hooks/useAssistantNavigation.d.ts +1 -1
- package/lib/components/Chat/ChatList/_hooks/useAssistantNavigation.js +1 -1
- package/lib/components/Chat/ChatList/_hooks/useCalculateRowIndex.js +1 -1
- package/lib/components/Chat/ChatList/_utils/cleanRedactedReasoning.d.ts +3 -3
- package/lib/components/Chat/ChatList/_utils/cleanRedactedReasoning.js +3 -3
- package/lib/components/Checkbox/CheckboxGroup/index.js +6 -6
- package/lib/components/Checkbox/CheckboxGroup/index.module.scss +3 -3
- package/lib/components/Checkbox/index.module.scss +2 -2
- package/lib/components/CodeMirror/index.d.ts +6 -6
- package/lib/components/CodeMirror/index.js +9 -9
- package/lib/components/CodeMirror/index.module.scss +4 -4
- package/lib/components/CodeMirror/linters/errorTranslator.d.ts +1 -1
- package/lib/components/CodeMirror/linters/errorTranslator.js +19 -19
- package/lib/components/CodeMirror/linters/jsonLinter.d.ts +2 -2
- package/lib/components/CodeMirror/linters/jsonLinter.js +9 -9
- package/lib/components/CodeMirror/linters/sqlLinter.js +29 -29
- package/lib/components/Copy/index.module.scss +3 -3
- package/lib/components/DatePicker/defaultModalPickerGetPopupContainer.d.ts +2 -2
- package/lib/components/DatePicker/defaultModalPickerGetPopupContainer.js +2 -2
- package/lib/components/DatePicker/index.js +9 -9
- package/lib/components/Editor/index.js +3 -3
- package/lib/components/Editor/index.module.scss +2 -2
- package/lib/components/FileCol/index.js +2 -2
- package/lib/components/FilePreview/_components/BasePreview/index.module.scss +2 -2
- package/lib/components/FilePreview/_components/PdfPreview/index.module.scss +3 -3
- package/lib/components/FilePreview/_hooks/useXlsxData.d.ts +1 -1
- package/lib/components/FilePreview/_hooks/useXlsxData.js +1 -1
- package/lib/components/FilePreview/index.module.scss +2 -2
- package/lib/components/Form/ModalForm/_hooks/useAdaptiveColumnNum.d.ts +7 -7
- package/lib/components/Form/ModalForm/_hooks/useAdaptiveColumnNum.js +8 -8
- package/lib/components/Form/ModalForm/_hooks/useColumnFormItems.d.ts +3 -3
- package/lib/components/Form/ModalForm/_hooks/useColumnFormItems.js +18 -18
- package/lib/components/Form/ModalForm/_hooks/useFormItems.d.ts +5 -5
- package/lib/components/Form/ModalForm/_hooks/useFormItems.js +5 -5
- package/lib/components/FormItem/FormCodeMirror/index.js +6 -6
- package/lib/components/FormItem/FormInput/FormPasswordStrength/index.module.scss +5 -5
- package/lib/components/FormItem/FormRadio/index.module.scss +2 -2
- package/lib/components/FormItem/FormUpload/index.module.scss +13 -13
- package/lib/components/FormItem/ItemContainer/index.d.ts +1 -1
- package/lib/components/FormItem/ItemContainer/index.js +3 -3
- package/lib/components/FormItem/ItemContainer/index.module.scss +4 -4
- package/lib/components/FormItem/databaseTypeMapping.d.ts +23 -23
- package/lib/components/FormItem/databaseTypeMapping.js +36 -36
- package/lib/components/FormItem/index.js +12 -12
- package/lib/components/Icon/index.js +4 -4
- package/lib/components/Input/Number/index.js +6 -6
- package/lib/components/Input/Number/index.module.scss +5 -5
- package/lib/components/Input/Password/index.js +3 -3
- package/lib/components/Input/Range/index.js +3 -3
- package/lib/components/Input/Range/index.module.scss +2 -2
- package/lib/components/Input/Search/index.js +3 -3
- package/lib/components/Input/TextArea/index.js +6 -6
- package/lib/components/Input/TextArea/index.module.scss +5 -5
- package/lib/components/Input/index.js +14 -14
- package/lib/components/Input/index.module.scss +2 -2
- package/lib/components/Markdown/Editor/index.module.scss +3 -3
- package/lib/components/Markdown/Views/ArtifactBlock.d.ts +5 -5
- package/lib/components/Markdown/Views/ArtifactBlock.js +2 -2
- package/lib/components/Markdown/Views/MermaidBlock.d.ts +2 -2
- package/lib/components/Markdown/Views/MermaidBlock.js +5 -5
- package/lib/components/Markdown/Views/blocks.module.scss +11 -11
- package/lib/components/Markdown/Views/index.js +5 -5
- package/lib/components/Markdown/Views/index.module.scss +1 -1
- package/lib/components/Modal/_hooks/useModalDrag.d.ts +1 -1
- package/lib/components/Modal/_hooks/useModalDrag.js +1 -1
- package/lib/components/Modal/_hooks/useModalElements.d.ts +1 -1
- package/lib/components/Modal/_hooks/useModalElements.js +1 -1
- package/lib/components/Modal/_utils/calculatePosition.d.ts +7 -7
- package/lib/components/Modal/_utils/calculatePosition.js +7 -7
- package/lib/components/Modal/index.module.scss +1 -1
- package/lib/components/Operate/_hooks/useOperateEllipsis.d.ts +5 -5
- package/lib/components/Operate/_hooks/useOperateEllipsis.js +5 -5
- package/lib/components/Operate/index.js +16 -16
- package/lib/components/Panel/DefaultPanel/index.module.scss +1 -1
- package/lib/components/Panel/IframePanel/index.module.scss +1 -1
- package/lib/components/Panel/ListPanel/ListModalPanel/index.d.ts +2 -2
- package/lib/components/Panel/ListPanel/ListModalPanel/index.js +5 -5
- package/lib/components/Panel/ListPanel/ListModalPanel/index.module.scss +1 -1
- package/lib/components/Panel/ListPanel/_components/ColumnMgt/index.js +1 -1
- package/lib/components/Panel/ListPanel/index.d.ts +2 -2
- package/lib/components/Panel/ListPanel/index.js +3 -3
- package/lib/components/Panel/ListPanel/index.module.scss +5 -5
- package/lib/components/Search/SearchAdvanced/index.d.ts +4 -4
- package/lib/components/Search/SearchAdvanced/index.js +4 -4
- package/lib/components/Search/SearchAdvanced/index.module.scss +2 -2
- package/lib/components/Search/SearchCard/_components/OptionRow/ChildrenItems/index.js +8 -8
- package/lib/components/Search/SearchCard/_components/OptionRow/Item/index.js +13 -13
- package/lib/components/Search/SearchCard/_components/OptionRow/index.js +8 -8
- package/lib/components/Search/SearchCard/_hooks/useSearchCardCollapse.d.ts +1 -1
- package/lib/components/Search/SearchCard/_hooks/useSearchCardCollapse.js +1 -1
- package/lib/components/Search/SearchCard/_hooks/useSearchCardMoreOptions.d.ts +1 -1
- package/lib/components/Search/SearchCard/_hooks/useSearchCardMoreOptions.js +14 -14
- package/lib/components/Search/SearchCard/_hooks/useSearchCardValue.d.ts +1 -1
- package/lib/components/Search/SearchCard/_hooks/useSearchCardValue.js +5 -5
- package/lib/components/Search/SearchCard/_utils/getRealValues.d.ts +1 -1
- package/lib/components/Search/SearchCard/_utils/getRealValues.js +5 -5
- package/lib/components/Search/SearchCard/_utils/hasSelectedChildren.d.ts +1 -1
- package/lib/components/Search/SearchCard/_utils/hasSelectedChildren.js +3 -3
- package/lib/components/Search/SearchCard/_utils/typeGuards.d.ts +1 -1
- package/lib/components/Search/SearchCard/_utils/typeGuards.js +1 -1
- package/lib/components/Search/SearchCard/_utils/updateRealValue.d.ts +1 -1
- package/lib/components/Search/SearchCard/_utils/updateRealValue.js +11 -11
- package/lib/components/Search/SearchCard/index.js +1 -1
- package/lib/components/Search/SearchCard/index.module.scss +8 -8
- package/lib/components/Search/SearchCollapsible/index.d.ts +4 -4
- package/lib/components/Search/SearchCollapsible/index.js +6 -6
- package/lib/components/Search/SearchCollapsible/index.module.scss +2 -2
- package/lib/components/Search/SearchWithFilter/index.d.ts +4 -4
- package/lib/components/Search/SearchWithFilter/index.js +4 -4
- package/lib/components/Search/SearchWithFilter/index.module.scss +2 -2
- package/lib/components/Search/SearchWithMore/index.d.ts +4 -4
- package/lib/components/Search/SearchWithMore/index.js +5 -5
- package/lib/components/Search/SearchWithMore/index.module.scss +2 -2
- package/lib/components/Search/_components/ButtonGroup/index.js +1 -1
- package/lib/components/Search/_components/SearchBase/index.d.ts +8 -8
- package/lib/components/Search/_components/SearchBase/index.js +5 -5
- package/lib/components/Search/_components/SearchButtons/index.d.ts +2 -2
- package/lib/components/Search/_hooks/useAdaptiveColumnNum.d.ts +9 -9
- package/lib/components/Search/_hooks/useAdaptiveColumnNum.js +19 -19
- package/lib/components/Search/_hooks/useSearchCommon.d.ts +1 -1
- package/lib/components/Search/_hooks/useSearchCommon.js +21 -21
- package/lib/components/Search/_hooks/useSearchExpand.d.ts +12 -12
- package/lib/components/Search/_hooks/useSearchExpand.js +32 -32
- package/lib/components/Search/_hooks/useSearchForm.d.ts +1 -1
- package/lib/components/Search/_hooks/useSearchForm.js +1 -1
- package/lib/components/Search/_hooks/useSearchItems.d.ts +5 -4
- package/lib/components/Search/_hooks/useSearchItems.js +5 -4
- package/lib/components/Search/_types/index.d.ts +12 -12
- package/lib/components/Search/_utils/calculateButtonGroupAndColumnWidth.d.ts +6 -6
- package/lib/components/Search/_utils/calculateButtonGroupAndColumnWidth.js +10 -10
- package/lib/components/Search/_utils/calculateVisibleItems.d.ts +9 -9
- package/lib/components/Search/_utils/calculateVisibleItems.js +12 -12
- package/lib/components/Search/_utils/cleanSearchData.d.ts +3 -3
- package/lib/components/Search/_utils/cleanSearchData.js +3 -3
- package/lib/components/Search/_utils/measureButtonGroupWidth.d.ts +3 -3
- package/lib/components/Search/_utils/measureButtonGroupWidth.js +4 -4
- package/lib/components/Search/_utils/shouldDisplayExtraItem.d.ts +7 -7
- package/lib/components/Search/_utils/shouldDisplayExtraItem.js +7 -7
- package/lib/components/Search/index.d.ts +2 -2
- package/lib/components/Search/index.js +4 -4
- package/lib/components/Search/index.module.scss +1 -1
- package/lib/components/SecondConf/index.module.scss +1 -1
- package/lib/components/Select/AutoCompleteSelect/index.js +4 -4
- package/lib/components/Select/AutoCompleteSelect/index.module.scss +6 -6
- package/lib/components/Select/IconSelect/index.module.scss +2 -2
- package/lib/components/Select/TreeSelect/_utils/getExpandedKeysByLevel.d.ts +4 -4
- package/lib/components/Select/TreeSelect/_utils/getExpandedKeysByLevel.js +5 -5
- package/lib/components/Select/TreeSelect/index.module.scss +1 -1
- package/lib/components/Select/_hooks/useSelectComposition.d.ts +1 -1
- package/lib/components/Select/_hooks/useSelectComposition.js +1 -1
- package/lib/components/Select/_hooks/useSelectInputOptions.d.ts +1 -1
- package/lib/components/Select/_hooks/useSelectInputOptions.js +1 -1
- package/lib/components/Select/_utils/calculatePopupWidth.d.ts +1 -1
- package/lib/components/Select/_utils/calculatePopupWidth.js +1 -1
- package/lib/components/Select/_utils/filterOption.d.ts +1 -1
- package/lib/components/Select/_utils/filterOption.js +1 -1
- package/lib/components/Select/_utils/getElementPosition.d.ts +7 -6
- package/lib/components/Select/_utils/getElementPosition.js +7 -6
- package/lib/components/Select/index.module.scss +8 -8
- package/lib/components/Spreadsheet/xlsxspread.js +2 -2
- package/lib/components/Switch/index.module.scss +2 -2
- package/lib/components/TabBar/index.module.scss +8 -8
- package/lib/components/Table/_components/Pagination/index.js +3 -3
- package/lib/components/Table/_hooks/useAutoScrolling.d.ts +1 -1
- package/lib/components/Table/_hooks/useAutoScrolling.js +8 -7
- package/lib/components/Table/_hooks/useEllipsisTooltip.d.ts +1 -1
- package/lib/components/Table/_hooks/useEllipsisTooltip.js +6 -6
- package/lib/components/Table/_hooks/usePaginationSync.d.ts +3 -3
- package/lib/components/Table/_hooks/usePaginationSync.js +5 -5
- package/lib/components/Table/_hooks/useScrollEnd.js +7 -7
- package/lib/components/Table/_hooks/useTableColumns.js +30 -28
- package/lib/components/Table/_hooks/useTablePagination.js +7 -7
- package/lib/components/Table/_utils/tableUtils.d.ts +7 -7
- package/lib/components/Table/_utils/tableUtils.js +11 -11
- package/lib/components/Table/index.d.ts +11 -8
- package/lib/components/Table/index.module.scss +3 -3
- package/lib/components/Tags/_components/EllipsisTag/index.d.ts +1 -1
- package/lib/components/Tags/_components/EllipsisTag/index.js +1 -1
- package/lib/components/Tags/_components/MeasureContainer/index.d.ts +1 -1
- package/lib/components/Tags/_components/MeasureContainer/index.js +1 -1
- package/lib/components/Tags/_hooks/useVisibleTags.d.ts +5 -5
- package/lib/components/Tags/_hooks/useVisibleTags.js +13 -13
- package/lib/components/Tags/_utils/calculateVisibleCount.d.ts +6 -6
- package/lib/components/Tags/_utils/calculateVisibleCount.js +12 -12
- package/lib/components/Tags/_utils/getTagColor.d.ts +4 -4
- package/lib/components/Tags/_utils/getTagColor.js +4 -4
- package/lib/components/Tags/index.js +2 -2
- package/lib/components/TextEllipsis/index.d.ts +11 -11
- package/lib/components/TextEllipsis/index.js +18 -18
- package/lib/components/Tree/_components/TitleSearchBar/index.js +2 -2
- package/lib/components/Tree/_hooks/useClearNodeTitle.d.ts +4 -4
- package/lib/components/Tree/_hooks/useClearNodeTitle.js +8 -8
- package/lib/components/Tree/_hooks/useTreeCheck.d.ts +2 -2
- package/lib/components/Tree/_hooks/useTreeCheck.js +4 -4
- package/lib/components/Tree/_hooks/useTreeSearch.d.ts +1 -1
- package/lib/components/Tree/_hooks/useTreeSearch.js +7 -7
- package/lib/components/Tree/_hooks/useTreeState.d.ts +3 -3
- package/lib/components/Tree/_hooks/useTreeState.js +10 -10
- package/lib/components/Tree/_utils/index.d.ts +24 -24
- package/lib/components/Tree/_utils/index.js +28 -28
- package/lib/components/Tree/_utils/normalizeCheckedKeys.d.ts +4 -4
- package/lib/components/Tree/_utils/normalizeCheckedKeys.js +16 -16
- package/lib/components/Tree/index.d.ts +3 -3
- package/lib/components/Tree/index.js +22 -21
- package/lib/components/Tree/index.module.scss +2 -2
- package/lib/components/Upload/_components/UploadedItem/index.js +2 -2
- package/lib/components/Upload/_components/UploadingItem/index.js +2 -2
- package/lib/components/Upload/_hooks/useUploadFileList.d.ts +1 -1
- package/lib/components/Upload/_hooks/useUploadFileList.js +1 -1
- package/lib/components/Upload/_hooks/useUploadOperations.d.ts +1 -1
- package/lib/components/Upload/_hooks/useUploadOperations.js +3 -3
- package/lib/components/Upload/_hooks/useUploadPreview.d.ts +1 -1
- package/lib/components/Upload/_hooks/useUploadPreview.js +1 -1
- package/lib/components/Upload/_utils/chunkUpload.d.ts +1 -1
- package/lib/components/Upload/_utils/chunkUpload.js +4 -4
- package/lib/components/Upload/_utils/createFormData.d.ts +1 -1
- package/lib/components/Upload/_utils/createFormData.js +1 -1
- package/lib/components/Upload/_utils/extractFileUrl.d.ts +1 -1
- package/lib/components/Upload/_utils/extractFileUrl.js +1 -1
- package/lib/components/Upload/_utils/isSuccessResponse.d.ts +1 -1
- package/lib/components/Upload/_utils/isSuccessResponse.js +1 -1
- package/lib/components/Upload/_utils/normalUpload.d.ts +1 -1
- package/lib/components/Upload/_utils/normalUpload.js +2 -2
- package/lib/components/Upload/_utils/toMB.d.ts +1 -1
- package/lib/components/Upload/_utils/toMB.js +1 -1
- package/lib/components/Upload/_utils/validateFile.d.ts +1 -1
- package/lib/components/Upload/_utils/validateFile.js +1 -1
- package/lib/components/Upload/index.js +2 -2
- package/lib/config-provider/index.d.ts +3 -3
- package/lib/config-provider/index.js +2 -2
- package/lib/hooks/usePermissions.js +3 -3
- package/lib/index.d.ts +2 -0
- package/lib/index.js +22 -0
- package/lib/request/ResType.d.ts +3 -3
- package/lib/request/index.d.ts +6 -6
- package/lib/request/index.js +6 -6
- package/lib/styles/antd-overload.scss +16 -10
- package/lib/styles/tokens.d.ts +26 -0
- package/lib/styles/tokens.js +38 -0
- package/lib/styles/tokens.scss +62 -0
- package/lib/typings.d.ts +3 -3
- package/lib/utils/getUUID.d.ts +1 -1
- package/lib/utils/getUUID.js +1 -1
- package/package.json +3 -3
- package/src/components/Button/index.tsx +2 -2
- package/src/components/ChainGraph/ChainGraphServices/Edges/ArrowEdge.ts +4 -4
- package/src/components/ChainGraph/ChainGraphServices/NodeEvents.ts +3 -3
- package/src/components/ChainGraph/ChainGraphServices/RootNode.ts +27 -27
- package/src/components/ChainGraph/ChainGraphServices/TreeNode.ts +32 -32
- package/src/components/ChainGraph/ChainGraphServices/index.ts +11 -11
- package/src/components/ChainGraph/_components/SearchSelect/index.module.scss +2 -2
- package/src/components/ChainGraph/_utils/findAncestorsOfNode.ts +12 -12
- package/src/components/ChainGraph/_utils/getTextSize.ts +4 -4
- package/src/components/ChainGraph/_utils/styles.ts +3 -3
- package/src/components/ChainGraph/index.module.scss +2 -2
- package/src/components/ChainGraph/index.tsx +8 -8
- package/src/components/Chart/Bar/Bar3DOpt.tsx +33 -33
- package/src/components/Chart/Bar/index.tsx +28 -28
- package/src/components/Chart/Bubble/index.tsx +47 -47
- package/src/components/Chart/Common/index.tsx +12 -12
- package/src/components/Chart/Gauge/index.tsx +11 -11
- package/src/components/Chart/Group/index.tsx +1 -1
- package/src/components/Chart/Heatmap/index.tsx +36 -36
- package/src/components/Chart/Line/index.tsx +28 -28
- package/src/components/Chart/Pie/Pie3D/_hooks/index.ts +14 -14
- package/src/components/Chart/Pie/Pie3D/_utils/label.ts +31 -31
- package/src/components/Chart/Pie/index.tsx +42 -42
- package/src/components/Chart/Polar/index.tsx +11 -11
- package/src/components/Chart/Radar/index.tsx +12 -12
- package/src/components/Chart/Sankey/index.tsx +12 -12
- package/src/components/Chart/Tree/index.tsx +12 -12
- package/src/components/Chart/_utils/autoSmooth.ts +3 -3
- package/src/components/Chart/_utils/bubble.ts +8 -8
- package/src/components/Chart/_utils/cartesian.ts +4 -4
- package/src/components/Chart/chartUtils/calculateAxisConfig.ts +16 -16
- package/src/components/Chart/chartUtils/chartTooltipFormatter.ts +2 -2
- package/src/components/Chart/chartUtils/useDataZoomWindow.ts +8 -8
- package/src/components/Chart/chartUtils/useLegendSelection.ts +6 -6
- package/src/components/Chart/chartUtils/yAxisDisplayUnit.ts +4 -4
- package/src/components/Chart/index.tsx +2 -2
- package/src/components/Chat/ChatHistory/_components/HistoryGroup/index.module.scss +1 -1
- package/src/components/Chat/ChatHistory/_components/HistoryItem/index.module.scss +6 -6
- package/src/components/Chat/ChatHistory/_components/HistoryItem/index.tsx +8 -8
- package/src/components/Chat/ChatHistory/_components/NewChatButton/index.module.scss +4 -4
- package/src/components/Chat/ChatHistory/_utils/index.ts +1 -1
- package/src/components/Chat/ChatHistory/index.module.scss +3 -3
- package/src/components/Chat/ChatHistory/index.tsx +2 -2
- package/src/components/Chat/ChatInput/_components/AgentToggleButton/index.module.scss +8 -8
- package/src/components/Chat/ChatInput/_components/FileList/index.module.scss +3 -3
- package/src/components/Chat/ChatInput/_components/UploadButton/index.tsx +2 -2
- package/src/components/Chat/ChatInput/_utils/index.ts +3 -3
- package/src/components/Chat/ChatInput/index.module.scss +4 -4
- package/src/components/Chat/ChatInput/index.tsx +24 -23
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.module.scss +5 -5
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/Copy/index.tsx +0 -2
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/LikeDislike/index.module.scss +5 -5
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/_components/QuoteList/index.module.scss +7 -7
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/index.module.scss +5 -5
- package/src/components/Chat/ChatList/_components/Assistant/AssistantItem/index.tsx +6 -6
- package/src/components/Chat/ChatList/_components/Assistant/index.module.scss +3 -3
- package/src/components/Chat/ChatList/_components/User/index.module.scss +6 -6
- package/src/components/Chat/ChatList/_hooks/useAssistantNavigation.ts +1 -1
- package/src/components/Chat/ChatList/_hooks/useCalculateRowIndex.ts +1 -1
- package/src/components/Chat/ChatList/_utils/cleanRedactedReasoning.ts +3 -3
- package/src/components/Checkbox/CheckboxGroup/index.module.scss +3 -3
- package/src/components/Checkbox/CheckboxGroup/index.tsx +6 -6
- package/src/components/Checkbox/index.module.scss +2 -2
- package/src/components/CodeMirror/index.module.scss +4 -4
- package/src/components/CodeMirror/index.tsx +15 -15
- package/src/components/CodeMirror/linters/errorTranslator.ts +19 -19
- package/src/components/CodeMirror/linters/jsonLinter.ts +11 -11
- package/src/components/CodeMirror/linters/sqlLinter.ts +29 -29
- package/src/components/Copy/index.module.scss +3 -3
- package/src/components/DatePicker/defaultModalPickerGetPopupContainer.ts +2 -2
- package/src/components/DatePicker/index.tsx +9 -9
- package/src/components/Editor/index.module.scss +2 -2
- package/src/components/Editor/index.tsx +3 -3
- package/src/components/FileCol/index.tsx +2 -2
- package/src/components/FilePreview/_components/BasePreview/index.module.scss +2 -2
- package/src/components/FilePreview/_components/PdfPreview/index.module.scss +3 -3
- package/src/components/FilePreview/_hooks/useXlsxData.ts +1 -1
- package/src/components/FilePreview/index.module.scss +2 -2
- package/src/components/Form/ModalForm/_hooks/useAdaptiveColumnNum.ts +8 -8
- package/src/components/Form/ModalForm/_hooks/useColumnFormItems.ts +18 -18
- package/src/components/Form/ModalForm/_hooks/useFormItems.ts +5 -5
- package/src/components/FormItem/FormCodeMirror/index.tsx +6 -6
- package/src/components/FormItem/FormInput/FormPasswordStrength/index.module.scss +5 -5
- package/src/components/FormItem/FormRadio/index.module.scss +2 -2
- package/src/components/FormItem/FormUpload/index.module.scss +13 -13
- package/src/components/FormItem/ItemContainer/index.module.scss +4 -4
- package/src/components/FormItem/ItemContainer/index.tsx +4 -4
- package/src/components/FormItem/databaseTypeMapping.ts +43 -43
- package/src/components/FormItem/index.tsx +15 -15
- package/src/components/Icon/index.tsx +4 -4
- package/src/components/Input/Number/index.module.scss +5 -5
- package/src/components/Input/Number/index.tsx +6 -6
- package/src/components/Input/Password/index.tsx +3 -3
- package/src/components/Input/Range/index.module.scss +2 -2
- package/src/components/Input/Range/index.tsx +3 -3
- package/src/components/Input/Search/index.tsx +3 -3
- package/src/components/Input/TextArea/index.module.scss +5 -5
- package/src/components/Input/TextArea/index.tsx +6 -6
- package/src/components/Input/index.module.scss +2 -2
- package/src/components/Input/index.tsx +14 -14
- package/src/components/Markdown/Editor/index.module.scss +3 -3
- package/src/components/Markdown/Views/ArtifactBlock.tsx +5 -5
- package/src/components/Markdown/Views/MermaidBlock.tsx +5 -5
- package/src/components/Markdown/Views/blocks.module.scss +11 -11
- package/src/components/Markdown/Views/index.module.scss +1 -1
- package/src/components/Markdown/Views/index.tsx +5 -5
- package/src/components/Modal/_hooks/useModalDrag.ts +1 -1
- package/src/components/Modal/_hooks/useModalElements.ts +1 -1
- package/src/components/Modal/_utils/calculatePosition.ts +7 -7
- package/src/components/Modal/index.module.scss +1 -1
- package/src/components/Operate/_hooks/useOperateEllipsis.ts +5 -5
- package/src/components/Operate/index.tsx +16 -16
- package/src/components/Panel/DefaultPanel/index.module.scss +1 -1
- package/src/components/Panel/IframePanel/index.module.scss +1 -1
- package/src/components/Panel/ListPanel/ListModalPanel/index.module.scss +1 -1
- package/src/components/Panel/ListPanel/ListModalPanel/index.tsx +8 -8
- package/src/components/Panel/ListPanel/_components/ColumnMgt/index.tsx +1 -1
- package/src/components/Panel/ListPanel/index.module.scss +5 -5
- package/src/components/Panel/ListPanel/index.tsx +5 -5
- package/src/components/Search/SearchAdvanced/index.module.scss +2 -2
- package/src/components/Search/SearchAdvanced/index.tsx +4 -4
- package/src/components/Search/SearchCard/_components/OptionRow/ChildrenItems/index.tsx +8 -8
- package/src/components/Search/SearchCard/_components/OptionRow/Item/index.tsx +13 -13
- package/src/components/Search/SearchCard/_components/OptionRow/index.tsx +9 -9
- package/src/components/Search/SearchCard/_hooks/useSearchCardCollapse.ts +1 -1
- package/src/components/Search/SearchCard/_hooks/useSearchCardMoreOptions.ts +14 -14
- package/src/components/Search/SearchCard/_hooks/useSearchCardValue.ts +5 -5
- package/src/components/Search/SearchCard/_utils/getRealValues.ts +5 -5
- package/src/components/Search/SearchCard/_utils/hasSelectedChildren.ts +3 -3
- package/src/components/Search/SearchCard/_utils/typeGuards.ts +1 -1
- package/src/components/Search/SearchCard/_utils/updateRealValue.ts +11 -11
- package/src/components/Search/SearchCard/index.module.scss +8 -8
- package/src/components/Search/SearchCard/index.tsx +1 -1
- package/src/components/Search/SearchCollapsible/index.module.scss +2 -2
- package/src/components/Search/SearchCollapsible/index.tsx +6 -6
- package/src/components/Search/SearchWithFilter/index.module.scss +2 -2
- package/src/components/Search/SearchWithFilter/index.tsx +4 -4
- package/src/components/Search/SearchWithMore/index.module.scss +2 -2
- package/src/components/Search/SearchWithMore/index.tsx +5 -5
- package/src/components/Search/_components/ButtonGroup/index.tsx +1 -1
- package/src/components/Search/_components/SearchBase/index.tsx +9 -9
- package/src/components/Search/_components/SearchButtons/index.tsx +2 -2
- package/src/components/Search/_hooks/useAdaptiveColumnNum.ts +19 -19
- package/src/components/Search/_hooks/useSearchCommon.ts +21 -21
- package/src/components/Search/_hooks/useSearchExpand.ts +32 -32
- package/src/components/Search/_hooks/useSearchForm.ts +1 -1
- package/src/components/Search/_hooks/useSearchItems.ts +5 -4
- package/src/components/Search/_types/index.ts +12 -12
- package/src/components/Search/_utils/calculateButtonGroupAndColumnWidth.ts +10 -10
- package/src/components/Search/_utils/calculateVisibleItems.ts +12 -12
- package/src/components/Search/_utils/cleanSearchData.ts +3 -3
- package/src/components/Search/_utils/measureButtonGroupWidth.ts +4 -4
- package/src/components/Search/_utils/shouldDisplayExtraItem.ts +7 -7
- package/src/components/Search/index.module.scss +1 -1
- package/src/components/Search/index.tsx +4 -4
- package/src/components/SecondConf/index.module.scss +1 -1
- package/src/components/Select/AutoCompleteSelect/index.module.scss +6 -6
- package/src/components/Select/AutoCompleteSelect/index.tsx +4 -4
- package/src/components/Select/IconSelect/index.module.scss +2 -2
- package/src/components/Select/TreeSelect/_utils/getExpandedKeysByLevel.ts +5 -5
- package/src/components/Select/TreeSelect/index.module.scss +1 -1
- package/src/components/Select/_hooks/useSelectComposition.ts +1 -1
- package/src/components/Select/_hooks/useSelectInputOptions.ts +1 -1
- package/src/components/Select/_utils/calculatePopupWidth.ts +1 -1
- package/src/components/Select/_utils/filterOption.ts +1 -1
- package/src/components/Select/_utils/getElementPosition.ts +7 -6
- package/src/components/Select/index.module.scss +8 -8
- package/src/components/Spreadsheet/xlsxspread.ts +2 -2
- package/src/components/Switch/index.module.scss +2 -2
- package/src/components/TabBar/index.module.scss +8 -8
- package/src/components/Table/_components/Pagination/index.tsx +3 -3
- package/src/components/Table/_hooks/useAutoScrolling.ts +9 -8
- package/src/components/Table/_hooks/useEllipsisTooltip.ts +6 -6
- package/src/components/Table/_hooks/usePaginationSync.ts +5 -5
- package/src/components/Table/_hooks/useScrollEnd.ts +9 -9
- package/src/components/Table/_hooks/useTableColumns.tsx +30 -28
- package/src/components/Table/_hooks/useTablePagination.ts +7 -7
- package/src/components/Table/_utils/tableUtils.ts +11 -11
- package/src/components/Table/index.module.scss +3 -3
- package/src/components/Table/index.tsx +12 -9
- package/src/components/Tags/_components/EllipsisTag/index.tsx +1 -1
- package/src/components/Tags/_components/MeasureContainer/index.tsx +1 -1
- package/src/components/Tags/_hooks/useVisibleTags.ts +13 -13
- package/src/components/Tags/_utils/calculateVisibleCount.ts +12 -12
- package/src/components/Tags/_utils/getTagColor.ts +4 -4
- package/src/components/Tags/index.tsx +4 -4
- package/src/components/TextEllipsis/index.tsx +28 -28
- package/src/components/Tree/_components/TitleSearchBar/index.tsx +2 -2
- package/src/components/Tree/_hooks/useClearNodeTitle.ts +8 -8
- package/src/components/Tree/_hooks/useTreeCheck.ts +4 -4
- package/src/components/Tree/_hooks/useTreeSearch.ts +7 -7
- package/src/components/Tree/_hooks/useTreeState.ts +10 -10
- package/src/components/Tree/_utils/index.ts +28 -28
- package/src/components/Tree/_utils/normalizeCheckedKeys.ts +16 -16
- package/src/components/Tree/index.module.scss +2 -2
- package/src/components/Tree/index.tsx +25 -24
- package/src/components/Upload/_components/UploadedItem/index.tsx +2 -2
- package/src/components/Upload/_components/UploadingItem/index.tsx +2 -2
- package/src/components/Upload/_hooks/useUploadFileList.ts +1 -1
- package/src/components/Upload/_hooks/useUploadOperations.ts +3 -3
- package/src/components/Upload/_hooks/useUploadPreview.ts +1 -1
- package/src/components/Upload/_utils/chunkUpload.ts +4 -4
- package/src/components/Upload/_utils/createFormData.ts +1 -1
- package/src/components/Upload/_utils/extractFileUrl.ts +1 -1
- package/src/components/Upload/_utils/isSuccessResponse.ts +1 -1
- package/src/components/Upload/_utils/normalUpload.ts +2 -2
- package/src/components/Upload/_utils/toMB.ts +1 -1
- package/src/components/Upload/_utils/validateFile.ts +1 -1
- package/src/components/Upload/index.tsx +2 -2
- package/src/config-provider/index.tsx +4 -4
- package/src/hooks/usePermissions.ts +3 -3
- package/src/index.ts +8 -4
- package/src/request/ResType.ts +3 -3
- package/src/request/index.ts +7 -7
- package/src/styles/antd-overload.scss +16 -10
- package/src/styles/tokens.scss +62 -0
- package/src/styles/tokens.ts +52 -0
- package/src/typings.d.ts +3 -3
- package/src/utils/getUUID.ts +1 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 VitaHsu
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @hsu-react/ui
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@hsu-react/ui)
|
|
4
|
+
[](./LICENSE)
|
|
5
|
+
|
|
3
6
|
一套基于 **React + Ant Design** 的中后台业务组件库,把「列表 + 搜索 + 表单弹窗 + CRUD」这类重复劳动沉淀为页面级组件,并内置 Markdown / CodeMirror / Spreadsheet / Chart / Editor 等内容组件。
|
|
4
7
|
|
|
5
8
|
📖 **文档与在线示例:https://vitatsui.github.io/hsu-ui**
|
|
@@ -54,3 +57,11 @@ yarn docs:build # 构建文档站静态产物
|
|
|
54
57
|
反馈 `Modal` · AI `Chat`
|
|
55
58
|
|
|
56
59
|
详见文档站。
|
|
60
|
+
|
|
61
|
+
## 贡献
|
|
62
|
+
|
|
63
|
+
日常开发在 `develop` 分支进行(feature 分支合入 `develop`),`main` 只接受来自 `develop` 的 PR;合入 `main` 后按 `package.json` 版本自动打 tag 并发布 npm。PR 标题遵循 [Conventional Commits](https://www.conventionalcommits.org/)。
|
|
64
|
+
|
|
65
|
+
## License
|
|
66
|
+
|
|
67
|
+
[MIT](./LICENSE) © VitaHsu
|
|
@@ -14,8 +14,8 @@ import classNames from "classnames";
|
|
|
14
14
|
import styles from "./index.module.scss";
|
|
15
15
|
import ChakraButton from "./ChakraButton";
|
|
16
16
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
17
|
-
// forwardRef
|
|
18
|
-
//
|
|
17
|
+
// forwardRef: when wrapped by overlay components like Tooltip / Popconfirm, the button DOM can be accessed directly,
|
|
18
|
+
// preventing rc libraries from falling back to findDOMNode and triggering React deprecation warnings
|
|
19
19
|
var InternalButton = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
20
20
|
var hasPermi = props.hasPermi,
|
|
21
21
|
hidden = props.hidden,
|
|
@@ -27,13 +27,13 @@ export default function ArrowEdge(arrowEdgeProps) {
|
|
|
27
27
|
var line = group.addShape("path", {
|
|
28
28
|
attrs: _objectSpread({
|
|
29
29
|
path: [
|
|
30
|
-
//
|
|
30
|
+
// Start point
|
|
31
31
|
["M", startPoint.x, startPoint.y],
|
|
32
|
-
//
|
|
32
|
+
// Horizontally right to the middle X position
|
|
33
33
|
["L", (startPoint.x + endPoint.x) / 2, startPoint.y],
|
|
34
|
-
//
|
|
34
|
+
// Vertically down/up to the end point's Y position
|
|
35
35
|
["L", (startPoint.x + endPoint.x) / 2, endPoint.y],
|
|
36
|
-
//
|
|
36
|
+
// Horizontally right to the end point
|
|
37
37
|
["L", endPoint.x, endPoint.y]],
|
|
38
38
|
endArrow: {
|
|
39
39
|
path: "M 0,0 L 6,3 L 6,-3 Z",
|
|
@@ -12,7 +12,7 @@ var NodeEvents = /*#__PURE__*/_createClass(function NodeEvents(_ref) {
|
|
|
12
12
|
_classCallCheck(this, NodeEvents);
|
|
13
13
|
_defineProperty(this, "_graph", null);
|
|
14
14
|
_defineProperty(this, "_onClick", void 0);
|
|
15
|
-
// ====================
|
|
15
|
+
// ==================== Node hover ====================
|
|
16
16
|
_defineProperty(this, "onNodeHover", function () {
|
|
17
17
|
var _this$_graph, _this$_graph3;
|
|
18
18
|
(_this$_graph = _this._graph) === null || _this$_graph === void 0 || _this$_graph.on("node:mouseenter", function (e) {
|
|
@@ -30,7 +30,7 @@ var NodeEvents = /*#__PURE__*/_createClass(function NodeEvents(_ref) {
|
|
|
30
30
|
}
|
|
31
31
|
});
|
|
32
32
|
});
|
|
33
|
-
// ====================
|
|
33
|
+
// ==================== Collapse/expand ====================
|
|
34
34
|
_defineProperty(this, "onCollapseExpand", function () {
|
|
35
35
|
var _this$_graph5, _this$_graph7;
|
|
36
36
|
(_this$_graph5 = _this._graph) === null || _this$_graph5 === void 0 || _this$_graph5.on("collapse-icon:mouseenter", function () {
|
|
@@ -42,7 +42,7 @@ var NodeEvents = /*#__PURE__*/_createClass(function NodeEvents(_ref) {
|
|
|
42
42
|
(_this$_graph8 = _this._graph) === null || _this$_graph8 === void 0 || _this$_graph8.setMode("default");
|
|
43
43
|
});
|
|
44
44
|
});
|
|
45
|
-
// ====================
|
|
45
|
+
// ==================== Node click ====================
|
|
46
46
|
_defineProperty(this, "onNodeClick", function (shapeName) {
|
|
47
47
|
var _this$_graph9;
|
|
48
48
|
(_this$_graph9 = _this._graph) === null || _this$_graph9 === void 0 || _this$_graph9.on("".concat(shapeName, ":click"), function (e) {
|
|
@@ -6,17 +6,17 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
import G6 from "@antv/g6";
|
|
8
8
|
import { getTextSize } from ".";
|
|
9
|
-
// ====================
|
|
10
|
-
var DEFAULT_PADDING = 20; //
|
|
11
|
-
var DEFAULT_LINE_HEIGHT = 18; //
|
|
12
|
-
var DEFAULT_LINE_GAP = 2; //
|
|
13
|
-
var DEFAULT_ICON_RADIUS = 8; //
|
|
14
|
-
var DEFAULT_FONT_SIZE = 20; //
|
|
15
|
-
var DEFAULT_TEXT_COLOR = "#0c0d0e"; //
|
|
16
|
-
var DEFAULT_BG_COLOR = "#fff"; //
|
|
17
|
-
var DEFAULT_STROKE_COLOR = "#4096ff"; //
|
|
18
|
-
var DEFAULT_HOVER_TEXT_COLOR = "#fff"; //
|
|
19
|
-
var TEXT_WIDTH_TOLERANCE = 0.01; //
|
|
9
|
+
// ==================== Constant definitions ====================
|
|
10
|
+
var DEFAULT_PADDING = 20; // Node padding
|
|
11
|
+
var DEFAULT_LINE_HEIGHT = 18; // Line height
|
|
12
|
+
var DEFAULT_LINE_GAP = 2; // Line spacing
|
|
13
|
+
var DEFAULT_ICON_RADIUS = 8; // Collapse icon radius
|
|
14
|
+
var DEFAULT_FONT_SIZE = 20; // Default font size for root node
|
|
15
|
+
var DEFAULT_TEXT_COLOR = "#0c0d0e"; // Default text color
|
|
16
|
+
var DEFAULT_BG_COLOR = "#fff"; // Default background color
|
|
17
|
+
var DEFAULT_STROKE_COLOR = "#4096ff"; // Default border color
|
|
18
|
+
var DEFAULT_HOVER_TEXT_COLOR = "#fff"; // Text color on hover
|
|
19
|
+
var TEXT_WIDTH_TOLERANCE = 0.01; // Text width tolerance
|
|
20
20
|
|
|
21
21
|
export default function RootNode(rootNodeProps) {
|
|
22
22
|
var _ref = rootNodeProps || {},
|
|
@@ -47,7 +47,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
47
47
|
maxWidth = _ref2.maxWidth,
|
|
48
48
|
render = _ref2.render;
|
|
49
49
|
|
|
50
|
-
// ====================
|
|
50
|
+
// ==================== Text styles ====================
|
|
51
51
|
var _textStyle = _objectSpread({
|
|
52
52
|
fill: DEFAULT_TEXT_COLOR,
|
|
53
53
|
fontSize: DEFAULT_FONT_SIZE,
|
|
@@ -60,7 +60,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
60
60
|
fill: DEFAULT_HOVER_TEXT_COLOR
|
|
61
61
|
}, textHoverStyle);
|
|
62
62
|
|
|
63
|
-
// ====================
|
|
63
|
+
// ==================== Background styles ====================
|
|
64
64
|
var _bgStyle = _objectSpread({
|
|
65
65
|
fill: DEFAULT_BG_COLOR,
|
|
66
66
|
stroke: DEFAULT_STROKE_COLOR,
|
|
@@ -74,19 +74,19 @@ export default function RootNode(rootNodeProps) {
|
|
|
74
74
|
fill: DEFAULT_STROKE_COLOR
|
|
75
75
|
}, hoverBgStyle);
|
|
76
76
|
|
|
77
|
-
// ====================
|
|
77
|
+
// ==================== Expand/collapse icon style ====================
|
|
78
78
|
var _collapseIconStyle = _objectSpread({
|
|
79
79
|
stroke: DEFAULT_STROKE_COLOR,
|
|
80
80
|
lineWidth: 1,
|
|
81
81
|
fill: DEFAULT_BG_COLOR
|
|
82
82
|
}, collapseIconStyle);
|
|
83
83
|
|
|
84
|
-
// ====================
|
|
84
|
+
// ==================== Options ====================
|
|
85
85
|
var options = {
|
|
86
86
|
styles: {}
|
|
87
87
|
};
|
|
88
88
|
|
|
89
|
-
// ====================
|
|
89
|
+
// ==================== Get color config ====================
|
|
90
90
|
var getColorConfig = function getColorConfig(item) {
|
|
91
91
|
var _item$_cfg;
|
|
92
92
|
var index = ((_item$_cfg = item._cfg) === null || _item$_cfg === void 0 || (_item$_cfg = _item$_cfg.model) === null || _item$_cfg === void 0 ? void 0 : _item$_cfg.level) - rootLevel;
|
|
@@ -97,7 +97,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
97
97
|
};
|
|
98
98
|
};
|
|
99
99
|
|
|
100
|
-
// ====================
|
|
100
|
+
// ==================== Set state ====================
|
|
101
101
|
var setState = function setState(name, value, item) {
|
|
102
102
|
if (!item) return;
|
|
103
103
|
var group = item.get("group");
|
|
@@ -113,7 +113,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
113
113
|
hoverColor = _getColorConfig.hoverColor,
|
|
114
114
|
selectedColor = _getColorConfig.selectedColor;
|
|
115
115
|
|
|
116
|
-
//
|
|
116
|
+
// Handle collapse state
|
|
117
117
|
if (name === "collapse") {
|
|
118
118
|
collapseShape === null || collapseShape === void 0 || collapseShape.attr({
|
|
119
119
|
symbol: value ? G6.Marker.collapse : G6.Marker.expand
|
|
@@ -121,7 +121,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
121
121
|
return;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
//
|
|
124
|
+
// Handle hover state
|
|
125
125
|
if (name === "hover" && !item.hasState("click") && hasHover) {
|
|
126
126
|
var _ref3, _currentColor$bg, _ref4, _currentColor$stroke, _ref5, _currentColor$text;
|
|
127
127
|
var isHover = Boolean(value);
|
|
@@ -139,7 +139,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
139
139
|
return;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
//
|
|
142
|
+
// Handle selected state
|
|
143
143
|
if (name === "click" && hasSelected) {
|
|
144
144
|
var _ref6, _currentColor$bg2, _ref7, _currentColor$stroke2, _ref8, _currentColor$text2;
|
|
145
145
|
var isSelected = Boolean(value);
|
|
@@ -157,7 +157,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
157
157
|
}
|
|
158
158
|
};
|
|
159
159
|
|
|
160
|
-
// ====================
|
|
160
|
+
// ==================== Text wrapping ====================
|
|
161
161
|
var wrapText = function wrapText(label, maxWidth) {
|
|
162
162
|
var lines = [];
|
|
163
163
|
var currentLine = "";
|
|
@@ -179,7 +179,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
179
179
|
return lines.length > 0 ? lines : [label];
|
|
180
180
|
};
|
|
181
181
|
|
|
182
|
-
// ====================
|
|
182
|
+
// ==================== Calculate node size ====================
|
|
183
183
|
var calculateNodeSize = function calculateNodeSize(label, fontSize) {
|
|
184
184
|
var _getTextSize2 = getTextSize(label, _textStyle),
|
|
185
185
|
width = _getTextSize2.width,
|
|
@@ -196,7 +196,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
196
196
|
};
|
|
197
197
|
};
|
|
198
198
|
|
|
199
|
-
// ====================
|
|
199
|
+
// ==================== Draw ====================
|
|
200
200
|
var draw = function draw(cfg, group) {
|
|
201
201
|
var _textStyle$fontSize, _color$bg, _color$stroke;
|
|
202
202
|
var renderStyle = render === null || render === void 0 ? void 0 : render(cfg, "default");
|
|
@@ -214,7 +214,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
214
214
|
cfg.height = nodeHeight;
|
|
215
215
|
cfg.line = lineCount;
|
|
216
216
|
|
|
217
|
-
//
|
|
217
|
+
// Draw background
|
|
218
218
|
var node = group.addShape("rect", {
|
|
219
219
|
attrs: _objectSpread(_objectSpread(_objectSpread({}, _bgStyle), {}, {
|
|
220
220
|
fill: (_color$bg = color === null || color === void 0 ? void 0 : color.bg) !== null && _color$bg !== void 0 ? _color$bg : _bgStyle.fill,
|
|
@@ -228,7 +228,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
228
228
|
name: "rect-shape"
|
|
229
229
|
});
|
|
230
230
|
|
|
231
|
-
//
|
|
231
|
+
// Draw text
|
|
232
232
|
lines === null || lines === void 0 || lines.forEach(function (line, lineIndex) {
|
|
233
233
|
var _color$text;
|
|
234
234
|
var _getTextSize3 = getTextSize(line, _textStyle),
|
|
@@ -248,7 +248,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
248
248
|
});
|
|
249
249
|
});
|
|
250
250
|
|
|
251
|
-
//
|
|
251
|
+
// Draw expand/collapse icon
|
|
252
252
|
var hasChildren = cfg.children && cfg.children.length > 0;
|
|
253
253
|
if (hasChildren) {
|
|
254
254
|
var iconX = nodeWidth / 2;
|
|
@@ -266,7 +266,7 @@ export default function RootNode(rootNodeProps) {
|
|
|
266
266
|
});
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
//
|
|
269
|
+
// Custom shapes
|
|
270
270
|
if (addShape) {
|
|
271
271
|
addShape(group, cfg);
|
|
272
272
|
}
|
|
@@ -6,19 +6,19 @@ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol"
|
|
|
6
6
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
7
|
import G6 from "@antv/g6";
|
|
8
8
|
import { getTextSize } from ".";
|
|
9
|
-
// ====================
|
|
10
|
-
var DEFAULT_PADDING = 20; //
|
|
11
|
-
var DEFAULT_LINE_HEIGHT = 18; //
|
|
12
|
-
var DEFAULT_LINE_GAP = 2; //
|
|
13
|
-
var DEFAULT_ICON_RADIUS = 8; //
|
|
14
|
-
var DEFAULT_PORT_WIDTH = 3; //
|
|
15
|
-
var DEFAULT_PORT_HEIGHT = 18; //
|
|
16
|
-
var DEFAULT_FONT_SIZE = 16; //
|
|
17
|
-
var DEFAULT_TEXT_COLOR = "#0c0d0e"; //
|
|
18
|
-
var DEFAULT_BG_COLOR = "#fff"; //
|
|
19
|
-
var DEFAULT_STROKE_COLOR = "#4096ff"; //
|
|
20
|
-
var DEFAULT_HOVER_TEXT_COLOR = "#fff"; //
|
|
21
|
-
var TEXT_WIDTH_TOLERANCE = 0.01; //
|
|
9
|
+
// ==================== Constant definitions ====================
|
|
10
|
+
var DEFAULT_PADDING = 20; // Node padding
|
|
11
|
+
var DEFAULT_LINE_HEIGHT = 18; // Line height
|
|
12
|
+
var DEFAULT_LINE_GAP = 2; // Line spacing
|
|
13
|
+
var DEFAULT_ICON_RADIUS = 8; // Collapse icon radius
|
|
14
|
+
var DEFAULT_PORT_WIDTH = 3; // Connection port width
|
|
15
|
+
var DEFAULT_PORT_HEIGHT = 18; // Connection port height
|
|
16
|
+
var DEFAULT_FONT_SIZE = 16; // Default font size for tree node
|
|
17
|
+
var DEFAULT_TEXT_COLOR = "#0c0d0e"; // Default text color
|
|
18
|
+
var DEFAULT_BG_COLOR = "#fff"; // Default background color
|
|
19
|
+
var DEFAULT_STROKE_COLOR = "#4096ff"; // Default border color
|
|
20
|
+
var DEFAULT_HOVER_TEXT_COLOR = "#fff"; // Text color on hover
|
|
21
|
+
var TEXT_WIDTH_TOLERANCE = 0.01; // Text width tolerance
|
|
22
22
|
|
|
23
23
|
export default function TreeNode(treeNodeProps) {
|
|
24
24
|
var _ref = treeNodeProps || {},
|
|
@@ -51,7 +51,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
51
51
|
maxWidth = _ref2.maxWidth,
|
|
52
52
|
render = _ref2.render;
|
|
53
53
|
|
|
54
|
-
// ====================
|
|
54
|
+
// ==================== Text styles ====================
|
|
55
55
|
var _textStyle = _objectSpread({
|
|
56
56
|
fill: DEFAULT_TEXT_COLOR,
|
|
57
57
|
fontSize: DEFAULT_FONT_SIZE
|
|
@@ -63,7 +63,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
63
63
|
fill: DEFAULT_HOVER_TEXT_COLOR
|
|
64
64
|
}, textHoverStyle);
|
|
65
65
|
|
|
66
|
-
// ====================
|
|
66
|
+
// ==================== Background styles ====================
|
|
67
67
|
var _bgStyle = _objectSpread({
|
|
68
68
|
fill: DEFAULT_BG_COLOR,
|
|
69
69
|
stroke: DEFAULT_STROKE_COLOR,
|
|
@@ -77,24 +77,24 @@ export default function TreeNode(treeNodeProps) {
|
|
|
77
77
|
fill: DEFAULT_STROKE_COLOR
|
|
78
78
|
}, hoverBgStyle);
|
|
79
79
|
|
|
80
|
-
// ====================
|
|
80
|
+
// ==================== Expand/collapse icon style ====================
|
|
81
81
|
var _collapseIconStyle = _objectSpread({
|
|
82
82
|
stroke: DEFAULT_STROKE_COLOR,
|
|
83
83
|
lineWidth: 1,
|
|
84
84
|
fill: DEFAULT_BG_COLOR
|
|
85
85
|
}, collapseIconStyle);
|
|
86
86
|
|
|
87
|
-
// ====================
|
|
87
|
+
// ==================== Connection port style ====================
|
|
88
88
|
var _portStyle = {
|
|
89
89
|
fill: DEFAULT_STROKE_COLOR
|
|
90
90
|
};
|
|
91
91
|
|
|
92
|
-
// ====================
|
|
92
|
+
// ==================== Options ====================
|
|
93
93
|
var options = {
|
|
94
94
|
styles: {}
|
|
95
95
|
};
|
|
96
96
|
|
|
97
|
-
// ====================
|
|
97
|
+
// ==================== Get color config ====================
|
|
98
98
|
var getColorConfig = function getColorConfig(item) {
|
|
99
99
|
var _item$_cfg;
|
|
100
100
|
var index = ((_item$_cfg = item._cfg) === null || _item$_cfg === void 0 || (_item$_cfg = _item$_cfg.model) === null || _item$_cfg === void 0 ? void 0 : _item$_cfg.level) - rootLevel;
|
|
@@ -106,7 +106,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
106
106
|
};
|
|
107
107
|
};
|
|
108
108
|
|
|
109
|
-
// ====================
|
|
109
|
+
// ==================== Set state ====================
|
|
110
110
|
var setState = function setState(name, value, item) {
|
|
111
111
|
if (!item) return;
|
|
112
112
|
var group = item.get("group");
|
|
@@ -122,7 +122,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
122
122
|
hoverColor = _getColorConfig.hoverColor,
|
|
123
123
|
selectedColor = _getColorConfig.selectedColor;
|
|
124
124
|
|
|
125
|
-
//
|
|
125
|
+
// Handle collapse state
|
|
126
126
|
if (name === "collapse") {
|
|
127
127
|
collapseShape === null || collapseShape === void 0 || collapseShape.attr({
|
|
128
128
|
symbol: value ? G6.Marker.collapse : G6.Marker.expand
|
|
@@ -130,7 +130,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
130
130
|
return;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
//
|
|
133
|
+
// Handle hover state
|
|
134
134
|
if (name === "hover" && !item.hasState("click") && hasHover) {
|
|
135
135
|
var _ref3, _currentColor$bg, _ref4, _currentColor$stroke;
|
|
136
136
|
var isHover = Boolean(value);
|
|
@@ -151,7 +151,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
151
151
|
return;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
//
|
|
154
|
+
// Handle selected state
|
|
155
155
|
if (name === "click" && hasSelected) {
|
|
156
156
|
var _ref6, _currentColor$bg2, _ref7, _currentColor$stroke2;
|
|
157
157
|
var isSelected = Boolean(value);
|
|
@@ -172,7 +172,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
172
172
|
}
|
|
173
173
|
};
|
|
174
174
|
|
|
175
|
-
// ====================
|
|
175
|
+
// ==================== Text wrapping ====================
|
|
176
176
|
var wrapText = function wrapText(label, maxWidth) {
|
|
177
177
|
var lines = [];
|
|
178
178
|
var currentLine = "";
|
|
@@ -194,7 +194,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
194
194
|
return lines.length > 0 ? lines : [label || ""];
|
|
195
195
|
};
|
|
196
196
|
|
|
197
|
-
// ====================
|
|
197
|
+
// ==================== Calculate node size ====================
|
|
198
198
|
var calculateNodeSize = function calculateNodeSize(label, fontSize) {
|
|
199
199
|
var _getTextSize2 = getTextSize(label, _textStyle),
|
|
200
200
|
width = _getTextSize2.width,
|
|
@@ -211,7 +211,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
211
211
|
};
|
|
212
212
|
};
|
|
213
213
|
|
|
214
|
-
// ====================
|
|
214
|
+
// ==================== Calculate text position ====================
|
|
215
215
|
var calculateTextPosition = function calculateTextPosition(lineWidth, nodeWidth, direction) {
|
|
216
216
|
if (textAlign === "center") {
|
|
217
217
|
return -lineWidth / 2;
|
|
@@ -222,7 +222,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
222
222
|
return -lineWidth + nodeWidth / 2 - DEFAULT_PADDING;
|
|
223
223
|
};
|
|
224
224
|
|
|
225
|
-
// ====================
|
|
225
|
+
// ==================== Draw ====================
|
|
226
226
|
var draw = function draw(cfg, group) {
|
|
227
227
|
var _textStyle$fontSize, _color$bg, _color$stroke;
|
|
228
228
|
var renderStyle = render === null || render === void 0 ? void 0 : render(cfg, "default");
|
|
@@ -242,7 +242,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
242
242
|
cfg.height = nodeHeight;
|
|
243
243
|
cfg.line = lineCount;
|
|
244
244
|
|
|
245
|
-
//
|
|
245
|
+
// Draw background
|
|
246
246
|
var node = group.addShape("rect", {
|
|
247
247
|
attrs: _objectSpread(_objectSpread(_objectSpread({}, _bgStyle), {}, {
|
|
248
248
|
fill: (_color$bg = color === null || color === void 0 ? void 0 : color.bg) !== null && _color$bg !== void 0 ? _color$bg : _bgStyle.fill,
|
|
@@ -256,7 +256,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
256
256
|
name: "rect-shape"
|
|
257
257
|
});
|
|
258
258
|
|
|
259
|
-
//
|
|
259
|
+
// Draw text
|
|
260
260
|
lines === null || lines === void 0 || lines.forEach(function (line, lineIndex) {
|
|
261
261
|
var _color$text;
|
|
262
262
|
var _getTextSize3 = getTextSize(line, _textStyle),
|
|
@@ -276,7 +276,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
276
276
|
});
|
|
277
277
|
});
|
|
278
278
|
|
|
279
|
-
//
|
|
279
|
+
// Draw expand/collapse icon
|
|
280
280
|
var hasChildren = cfg.children && cfg.children.length > 0;
|
|
281
281
|
if (hasChildren) {
|
|
282
282
|
var iconX = direction === "right" ? nodeWidth / 2 : -nodeWidth / 2;
|
|
@@ -294,7 +294,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
294
294
|
});
|
|
295
295
|
}
|
|
296
296
|
|
|
297
|
-
//
|
|
297
|
+
// Draw connection port
|
|
298
298
|
if (showPort) {
|
|
299
299
|
var _color$port;
|
|
300
300
|
var portX = direction === "right" ? -nodeWidth / 2 - DEFAULT_PORT_WIDTH : nodeWidth / 2;
|
|
@@ -313,7 +313,7 @@ export default function TreeNode(treeNodeProps) {
|
|
|
313
313
|
});
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
//
|
|
316
|
+
// Custom shapes
|
|
317
317
|
if (addShape) {
|
|
318
318
|
addShape(group, cfg);
|
|
319
319
|
}
|
|
@@ -15,10 +15,10 @@ import { deepCopy } from "hsu-utils";
|
|
|
15
15
|
import NodeEvents from "./NodeEvents";
|
|
16
16
|
import { findAncestorsOfNode, getTextSize, rootTextStyle, nodeTextStyle, edgeStyle } from "../_utils";
|
|
17
17
|
|
|
18
|
-
//
|
|
18
|
+
// Re-export getTextSize for backward compatibility
|
|
19
19
|
export { getTextSize };
|
|
20
20
|
|
|
21
|
-
// ====================
|
|
21
|
+
// ==================== Chain graph service ====================
|
|
22
22
|
var ChainGraphServices = /*#__PURE__*/function () {
|
|
23
23
|
function ChainGraphServices(options) {
|
|
24
24
|
var _this = this;
|
|
@@ -34,7 +34,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
34
34
|
_defineProperty(this, "_fitLeft", false);
|
|
35
35
|
_defineProperty(this, "_paddingLeft", 0);
|
|
36
36
|
_defineProperty(this, "_layout", {});
|
|
37
|
-
// ====================
|
|
37
|
+
// ==================== Resize ====================
|
|
38
38
|
_defineProperty(this, "_resize", function (containerId) {
|
|
39
39
|
var graph = _this._graph;
|
|
40
40
|
var container = document.getElementById(containerId);
|
|
@@ -73,7 +73,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
});
|
|
76
|
-
// ====================
|
|
76
|
+
// ==================== Set MiniMap ====================
|
|
77
77
|
_defineProperty(this, "setMiniMap", function (showMiniMap) {
|
|
78
78
|
if (!_this._minimap) return;
|
|
79
79
|
var graph = _this._graph;
|
|
@@ -83,7 +83,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
83
83
|
graph === null || graph === void 0 || graph.removePlugin(_this._minimap);
|
|
84
84
|
}
|
|
85
85
|
});
|
|
86
|
-
// ====================
|
|
86
|
+
// ==================== Set data ====================
|
|
87
87
|
_defineProperty(this, "setData", function (_ref) {
|
|
88
88
|
var data = _ref.data,
|
|
89
89
|
_ref$level = _ref.level,
|
|
@@ -153,7 +153,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
153
153
|
});
|
|
154
154
|
_this._data = data;
|
|
155
155
|
});
|
|
156
|
-
// ====================
|
|
156
|
+
// ==================== Search ====================
|
|
157
157
|
_defineProperty(this, "onSearch", function (searchVal) {
|
|
158
158
|
if (!_this._graph || _this._graph.destroyed || !_this._data || searchVal === _this._searchVal) {
|
|
159
159
|
return;
|
|
@@ -177,7 +177,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
177
177
|
(_this$_nodeEvents = _this._nodeEvents) === null || _this$_nodeEvents === void 0 || _this$_nodeEvents.setNodeState(node);
|
|
178
178
|
}
|
|
179
179
|
});
|
|
180
|
-
// ====================
|
|
180
|
+
// ==================== Expand all nodes ====================
|
|
181
181
|
_defineProperty(this, "expandAll", function (_ref2) {
|
|
182
182
|
var allExpand = _ref2.allExpand,
|
|
183
183
|
_ref2$level = _ref2.level,
|
|
@@ -211,7 +211,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
211
211
|
_graph.fitCenter();
|
|
212
212
|
}
|
|
213
213
|
});
|
|
214
|
-
// ====================
|
|
214
|
+
// ==================== Change layout ====================
|
|
215
215
|
_defineProperty(this, "changeLayout", function (octopus) {
|
|
216
216
|
var rootLevel = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
|
|
217
217
|
var getImage = arguments.length > 2 ? arguments[2] : undefined;
|
|
@@ -315,7 +315,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
315
315
|
maxWidth: 260
|
|
316
316
|
}, node);
|
|
317
317
|
|
|
318
|
-
/**
|
|
318
|
+
/** Register root node */
|
|
319
319
|
G6.registerNode("root-node", RootNode({
|
|
320
320
|
styles: _root,
|
|
321
321
|
colors: colors,
|
|
@@ -324,7 +324,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
324
324
|
hasSelected: hasSelected,
|
|
325
325
|
addShape: addShape
|
|
326
326
|
}), "rect");
|
|
327
|
-
/**
|
|
327
|
+
/** Register tree node */
|
|
328
328
|
G6.registerNode("tree-node", TreeNode({
|
|
329
329
|
styles: _node,
|
|
330
330
|
showPort: showPort,
|
|
@@ -334,7 +334,7 @@ var ChainGraphServices = /*#__PURE__*/function () {
|
|
|
334
334
|
hasSelected: hasSelected,
|
|
335
335
|
addShape: addShape
|
|
336
336
|
}), "rect");
|
|
337
|
-
/**
|
|
337
|
+
/** Register arrow edge */
|
|
338
338
|
G6.registerEdge("arrow-edge", ArrowEdge({
|
|
339
339
|
styles: edge === null || edge === void 0 ? void 0 : edge.style
|
|
340
340
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
//
|
|
2
|
-
//
|
|
1
|
+
// The positioning container is given a fixed 32px height, and the Select fills it via height:100%,
|
|
2
|
+
// preventing the Select root's height:100% from resolving against the graph (its absolutely positioned ancestor) and being stretched to the full graph height.
|
|
3
3
|
.wrapper {
|
|
4
4
|
position: absolute;
|
|
5
5
|
top: 20px;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { TreeGraphData } from "..";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* @param tree
|
|
5
|
-
* @param targetNodeId
|
|
6
|
-
* @param childrenKey
|
|
7
|
-
* @returns
|
|
3
|
+
* Find all ancestor nodes of a node in a tree structure
|
|
4
|
+
* @param tree Tree data
|
|
5
|
+
* @param targetNodeId Target node ID
|
|
6
|
+
* @param childrenKey Key name for child nodes, defaults to "children"
|
|
7
|
+
* @returns Array of ancestor node IDs
|
|
8
8
|
*/
|
|
9
9
|
export declare function findAncestorsOfNode(tree: TreeGraphData, targetNodeId: string, childrenKey?: string): string[];
|
|
@@ -5,33 +5,33 @@ function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symb
|
|
|
5
5
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
6
6
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
* @param tree
|
|
10
|
-
* @param targetNodeId
|
|
11
|
-
* @param childrenKey
|
|
12
|
-
* @returns
|
|
8
|
+
* Find all ancestor nodes of a node in a tree structure
|
|
9
|
+
* @param tree Tree data
|
|
10
|
+
* @param targetNodeId Target node ID
|
|
11
|
+
* @param childrenKey Key name for child nodes, defaults to "children"
|
|
12
|
+
* @returns Array of ancestor node IDs
|
|
13
13
|
*/
|
|
14
14
|
export function findAncestorsOfNode(tree, targetNodeId) {
|
|
15
15
|
var childrenKey = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "children";
|
|
16
16
|
var ancestors = [];
|
|
17
17
|
function traverse(node) {
|
|
18
18
|
if (node.id === targetNodeId) {
|
|
19
|
-
//
|
|
20
|
-
ancestors = [].concat(_toConsumableArray(ancestors), [node.id]); //
|
|
21
|
-
return true; //
|
|
19
|
+
// Target node found
|
|
20
|
+
ancestors = [].concat(_toConsumableArray(ancestors), [node.id]); // Add the target node to the ancestor list (optional, depending on whether the target node itself should be included)
|
|
21
|
+
return true; // Stop traversal
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
//
|
|
24
|
+
// Recursively traverse child nodes
|
|
25
25
|
if (node[childrenKey] && node[childrenKey].length) {
|
|
26
26
|
var _node$childrenKey;
|
|
27
27
|
(_node$childrenKey = node[childrenKey]) === null || _node$childrenKey === void 0 || _node$childrenKey.forEach(function (child) {
|
|
28
28
|
if (traverse(child)) {
|
|
29
|
-
ancestors.push(node.id); //
|
|
30
|
-
return true; //
|
|
29
|
+
ancestors.push(node.id); // If the target node was found among the children, add the current node to the ancestor list
|
|
30
|
+
return true; // Stop traversal
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
}
|
|
34
|
-
return false; //
|
|
34
|
+
return false; // Target node not found
|
|
35
35
|
}
|
|
36
36
|
traverse(tree);
|
|
37
37
|
return ancestors;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ShapeStyle } from "@antv/g6";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
* @param text
|
|
5
|
-
* @param textStyle
|
|
6
|
-
* @returns
|
|
3
|
+
* Get text size
|
|
4
|
+
* @param text Text content
|
|
5
|
+
* @param textStyle Text style
|
|
6
|
+
* @returns Width and height of the text
|
|
7
7
|
*/
|
|
8
8
|
export declare const getTextSize: (text: string, textStyle: ShapeStyle) => {
|
|
9
9
|
width: number;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { get_string_size } from "hsu-utils";
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
5
|
-
* @param text
|
|
6
|
-
* @param textStyle
|
|
7
|
-
* @returns
|
|
4
|
+
* Get text size
|
|
5
|
+
* @param text Text content
|
|
6
|
+
* @param textStyle Text style
|
|
7
|
+
* @returns Width and height of the text
|
|
8
8
|
*/
|
|
9
9
|
export var getTextSize = function getTextSize(text, textStyle) {
|
|
10
10
|
var _textStyle$fontWeight;
|