[improvement][headless-fe] fix build bugs (#1060)

* [improvement][semantic-fe] Add model alias setting & Add view permission restrictions to the model permission management tab.
[improvement][semantic-fe] Add permission control to the action buttons for the main domain; apply high sensitivity filtering to the authorization of metrics/dimensions.
[improvement][semantic-fe] Optimize the editing mode in the dimension/metric/datasource components to use the modelId stored in the database for data, instead of relying on the data from the state manager.

* [improvement][semantic-fe] Add time granularity setting in the data source configuration.

* [improvement][semantic-fe] Dictionary import for dimension values supported in Q&A visibility

* [improvement][semantic-fe] Modification of data source creation prompt wording"

* [improvement][semantic-fe] metric market experience optimization

* [improvement][semantic-fe] enhance the analysis of metric trends

* [improvement][semantic-fe] optimize the presentation of metric trend permissions

* [improvement][semantic-fe] add metric trend download functionality

* [improvement][semantic-fe] fix the dimension initialization issue in metric correlation

* [improvement][semantic-fe] Fix the issue of database changes not taking effect when creating based on an SQL data source.

* [improvement][semantic-fe] Optimizing pagination logic and some CSS styles

* [improvement][semantic-fe] Fixing the API for the indicator list by changing "current" to "pageNum"

* [improvement][semantic-fe] Fixing the default value setting for the indicator list

* [improvement][semantic-fe] Adding batch operations for indicators/dimensions/models

* [improvement][semantic-fe] Replacing the single status update API for indicators/dimensions with a batch update API

* [improvement][semantic-fe] Redesigning the indicator homepage to incorporate trend charts and table functionality for indicators

* [improvement][semantic-fe] Optimizing the logic for setting dimension values and editing data sources, and adding system settings functionality

* [improvement][semantic-fe] Upgrading antd version to 5.x, extracting the batch operation button component, optimizing the interaction for system settings, and expanding the configuration generation types for list-to-select component.

* [improvement][semantic-fe] Adding the ability to filter dimensions based on whether they are tags or not.

* [improvement][semantic-fe] Adding the ability to edit relationships between models in the canvas.

* [improvement][semantic-fe] Updating the datePicker component to use dayjs instead.

* [improvement][semantic-fe] Fixing the issue with passing the model ID for dimensions in the indicator market.

* [improvement][semantic-fe] Fixing the abnormal state of the popup when creating a model.

* [improvement][semantic-fe] Adding permission logic for bulk operations in the indicator market.

* [improvement][semantic-fe] Adding the ability to download and transpose data.

* [improvement][semantic-fe] Fixing the initialization issue with the date selection component in the indicator details page when switching time granularity.

* [improvement][semantic-fe] Fixing the logic error in the dimension value setting.

* [improvement][semantic-fe] Fixing the synchronization issue with the question and answer settings information.

* [improvement][semantic-fe] Optimizing the canvas functionality for better performance and user experience.

* [improvement][semantic-fe] Optimizing the update process for drawing model relationship edges in the canvas.

* [improvement][semantic-fe] Changing the line type for canvas connections.

* [improvement][semantic-fe] Replacing the initialization variable from "semantic" to "headless".

* [improvement][semantic-fe] Fixing the missing migration issue for default drill-down dimension configuration in model editing. Additionally, optimizing the data retrieval method for initializing fields in the model.

* [improvement][semantic-fe] Updating the logic for the fieldName.

* [improvement][semantic-fe] Adjusting the position of the metrics tab.

* [improvement][semantic-fe] Changing the 字段名称 to 英文名称.

* [improvement][semantic-fe] Fix metric measurement deletion.

* [improvement][semantic-fe] UI optimization for metric details page.

* [improvement][semantic-fe] UI optimization for metric details page.

* [improvement][semantic-fe] UI adjustment for metric details page.

* [improvement][semantic-fe] The granularity field in the time type of model editing now supports setting it as empty.

* [improvement][semantic-fe] Added field type and metric type to the metric creation options.

* [improvement][semantic-fe] The organization structure selection feature has been added to the permission management.

* [improvement][semantic-fe] Improved user experience for the metric list.

* [improvement][semantic-fe] fix update the metric list.

* [improvement][headless-fe] Added view management functionality.

* [improvement][headless-fe] The view management functionality has been added. This feature allows users to create, edit, and manage different views within the system.

* [improvement][headless-fe] Added model editing side effect detection.

* [improvement][headless-fe] Fixed the logic error in view editing.

* [improvement][headless-fe] Fixed the issue with initializing dimension associations in metric settings.

* [improvement][headless-fe] Added the ability to hide the Q&A settings entry point.

* [improvement][headless-fe] Fixed the issue with selecting search results in metric field creation.

* [improvement][headless-fe] Added search functionality to the field list in model editing.

* [improvement][headless-fe] fix the field list in model editing

* [improvement][headless-fe] Restructured the data for the dimension value settings interface.

* [improvement][headless-fe] Added dynamic variable functionality to model creation based on SQL scripts.

* [improvement][headless-fe] Added support for passing dynamic variables as parameters in the executeSql function.

* [improvement][headless-fe] Resolved the issue where users were unable to select all options for dimensions, metrics, and fields in the metric generation process.

* [improvement][headless-fe] Replaced the term "view" with "dataset"

* [improvement][headless-fe] Added the ability to export metrics and dimensions to a specific target.

* [improvement][headless-fe] Enhanced dataset creation to support the tag mode.

* [improvement][headless-fe] Added tag value setting.

* [improvement][headless-fe] Optimized the tag setting system.

* [improvement][headless-fe] Optimized the tag setting system.

* [improvement][headless-fe] Updated the data initialization for model editing to use API requests instead.

* [improvement][headless-fe] Added search functionality to model management.

* [improvement][headless-fe] Removed field null validation during model editing.

* [improvement][headless-fe] Updated the batch operation button component.

* [improvement][headless-fe] Optimized the logic for initializing indicators in dimension value settings.

* [improvement][headless-fe] Adjusted the length of the input field for model editing names.

* [improvement][headless-fe]  Lock the version of the @ant-design/pro-table component and replace it with @ant-design/pro-components.

* [improvement][headless-fe] Optimized the style of the metrics market and tags market.

* [improvement][headless-fe] The quick creation of model fields now defaults to using the "comment" field for filling.

* [improvement][headless-fe] The quick creation of model fields now defaults to using the "comment" field for filling

* [improvement][headless-fe] The quick creation of model fields now defaults to using the "comment" field for filling.

* [improvement][headless-fe] Fixed the issue where the conditions for metric measurement creation were not being saved correctly.

* [improvement][headless-fe] Default value setting for hiding dimensions.

* [improvement][headless-fe] Updated the file imports in the project.

* [improvement][headless-fe] Adjusted the logic for displaying the tab in the theme domain.

* [improvement][headless-fe] Added term management functionality.

* [improvement][headless-fe] When creating a model, the current metric operator now allows for clearance.

* [improvement][headless-fe] Term management interface transformation

* [improvement][headless-fe] Migrating scaffold version to @umi/max

* [improvement][headless-fe] remove modle column

* [improvement][headless-fe] 1.Added configuration for the large language model in the agent; 2.upgraded React version from 17 to 18; 3.modified some UI effects.

* [improvement][headless-fe] Added a simplified mode to the question-answering system.

* [improvement][headless-fe] remove pnpm-lock

* [improvement][headless-fe] add pnpm-lock

* [improvement][headless-fe] Fixed the issue with passing the modelId during initialization.

* [improvement][headless-fe] Fixed the issue with abnormal comments during model creation.

* [improvement][headless-fe] fix  build bugs
This commit is contained in:
tristanliu
2024-05-30 22:36:09 +08:00
committed by GitHub
parent c000dfeb06
commit dbe14e350a
4 changed files with 549 additions and 8 deletions

View File

@@ -8,6 +8,5 @@ export function queryShowCase(agentId: number, current: number, pageSize: number
return axios.post<ShowCaseType>(`${prefix}/chat/manage/queryShowCase?agentId=${agentId}`, {
current,
pageSize,
userName: 'jerryjzhang',
});
}

View File

@@ -7,7 +7,7 @@ import routes from './routes';
import dayjs from 'dayjs';
const { REACT_APP_ENV = 'dev', RUN_TYPE } = process.env;
const publicPath = '/webapp/';
const publicPath = '/';
import ENV_CONFIG from './envConfig';
export default defineConfig({
@@ -150,7 +150,7 @@ export default defineConfig({
*/
headScripts: [
// 解决首次加载时白屏的问题
{ src: '/webapp/scripts/loading.js', async: true },
{ src: '/scripts/loading.js', async: true },
],
//================ pro 插件配置 =================

View File

@@ -95,7 +95,7 @@
"react-split-pane": "^2.0.3",
"react-syntax-highlighter": "^15.4.3",
"sql-formatter": "^2.3.3",
"supersonic-chat-sdk": "^1.1.7",
"supersonic-chat-sdk": "0.0.0",
"supersonic-insights-flow-components": "^1.4.9",
"umi-request": "1.4.0"
},

550
webapp/pnpm-lock.yaml generated
View File

@@ -18,8 +18,8 @@ importers:
specifier: ^3.7.8
version: 3.7.11(react@18.3.1)
antd:
specifier: ^5.11.2
version: 5.11.2(moment@2.30.1)(react-dom@18.3.1)(react@18.3.1)
specifier: ^5.17.4
version: 5.17.4(moment@2.30.1)(react-dom@18.3.1)(react@18.3.1)
axios:
specifier: ^0.21.1
version: 0.21.4
@@ -32,6 +32,12 @@ importers:
echarts:
specifier: ^5.4.2
version: 5.5.0
github-markdown-css:
specifier: ^5.5.1
version: 5.5.1
highlight.js:
specifier: ^11.9.0
version: 11.9.0
lodash:
specifier: ^4.17.11
version: 4.17.21
@@ -41,12 +47,24 @@ importers:
react-copy-to-clipboard:
specifier: ^5.1.0
version: 5.1.0(react@18.3.1)
react-grid-layout:
specifier: ^1.4.4
version: 1.4.4(react-dom@18.3.1)(react@18.3.1)
react-markdown:
specifier: ^9.0.1
version: 9.0.1(@types/react@18.3.2)(react@18.3.1)
react-spinners:
specifier: ^0.13.8
version: 0.13.8(react-dom@18.3.1)(react@18.3.1)
react-syntax-highlighter:
specifier: ^15.5.0
version: 15.5.0(react@18.3.1)
rehype-highlight:
specifier: ^7.0.0
version: 7.0.0
remark-gfm:
specifier: ^4.0.0
version: 4.0.0
sql-formatter:
specifier: ^2.3.3
version: 2.3.4
@@ -1333,6 +1351,19 @@ packages:
resize-observer-polyfill: 1.5.1
throttle-debounce: 5.0.0
/@ant-design/react-slick@1.1.2(react@18.3.1):
resolution: {integrity: sha512-EzlvzE6xQUBrZuuhSAFTdsr4P2bBBHGZwKFemEfq8gIGyIQCxalYfZW/T2ORbtQx5rU69o+WycP3exY/7T1hGA==}
peerDependencies:
react: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
json2mq: 0.2.0
react: 18.3.1
resize-observer-polyfill: 1.5.1
throttle-debounce: 5.0.0
dev: false
/@antfu/install-pkg@0.1.1:
resolution: {integrity: sha512-LyB/8+bSfa0DFGC06zpCEfs89/XoWZwws5ygEa5D+Xsm3OfI+aXQ86VgVG7Acyef+rSZ5HE7J8rrxzrQeM3PjQ==}
dependencies:
@@ -5170,6 +5201,13 @@ packages:
csstype: 3.1.3
dev: true
/@rc-component/async-validator@5.0.4:
resolution: {integrity: sha512-qgGdcVIF604M9EqjNF0hbUTz42bz/RDtxWdWuU5EQe3hi7M8ob54B6B35rOsvX5eSvIHIzT9iH1R3n+hk3CGfg==}
engines: {node: '>=14.x'}
dependencies:
'@babel/runtime': 7.24.5
dev: false
/@rc-component/color-picker@1.4.1(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-vh5EWqnsayZa/JwUznqDaPJz39jznx/YDbyBuVJntv735tKXKwEUZZb2jYEldOg+NKWZwtALjGMrNeGBmqFoEw==}
peerDependencies:
@@ -5183,6 +5221,20 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/@rc-component/color-picker@1.5.3(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-+tGGH3nLmYXTalVe0L8hSZNs73VTP5ueSHwUlDC77KKRaN7G4DS4wcpG5DTDzdcV/Yas+rzA6UGgIyzd8fS4cw==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@ctrl/tinycolor': 3.6.1
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/@rc-component/context@1.4.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-kFcNxg9oLRMoL3qki0OMxK+7g5mypjgaaJp/pkOis/6rVxma9nJBF/8kCIuTYHUQNr0ii7MxqE33wirPZLJQ2w==}
peerDependencies:
@@ -5241,6 +5293,22 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/@rc-component/tour@1.15.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-h6hyILDwL+In9GAgRobwRWihLqqsD7Uft3fZGrJ7L4EiyCoxbnNYwzPXDfz7vNDhWeVyvAWQJj9fJCzpI4+b4g==}
engines: {node: '>=8.x'}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/portal': 1.1.2(react-dom@18.3.1)(react@18.3.1)
'@rc-component/trigger': 2.2.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/@rc-component/trigger@1.18.3(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-Ksr25pXreYe1gX6ayZ1jLrOrl9OAUHUqnuhEx6MeHnNa1zVM5Y2Aj3Q35UrER0ns8D2cJYtmJtVli+i+4eKrvA==}
engines: {node: '>=8.x'}
@@ -5257,6 +5325,23 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/@rc-component/trigger@2.2.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-QarBCji02YE9aRFhZgRZmOpXBj0IZutRippsVBv85sxvG4FGk/vRxwAlkn3MS9zK5mwbETd86mAVg2tKqTkdJA==}
engines: {node: '>=8.x'}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/portal': 1.1.2(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/@remix-run/router@1.16.1:
resolution: {integrity: sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==}
engines: {node: '>=14.0.0'}
@@ -6369,7 +6454,6 @@ packages:
dependencies:
'@types/prop-types': 15.7.12
csstype: 3.1.3
dev: true
/@types/resolve@1.17.1:
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
@@ -8666,6 +8750,68 @@ packages:
- luxon
- moment
/antd@5.17.4(moment@2.30.1)(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-oDWrcibe1s72223vpvA3/dNBEotGkggyWQVX1+GVrhuVXt/QYE3oU3Tsg3PeMurohvO8kjxambqG/zbmsMG34g==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@ant-design/colors': 7.0.2
'@ant-design/cssinjs': 1.20.0(react-dom@18.3.1)(react@18.3.1)
'@ant-design/icons': 5.3.7(react-dom@18.3.1)(react@18.3.1)
'@ant-design/react-slick': 1.1.2(react@18.3.1)
'@babel/runtime': 7.24.5
'@ctrl/tinycolor': 3.6.1
'@rc-component/color-picker': 1.5.3(react-dom@18.3.1)(react@18.3.1)
'@rc-component/mutate-observer': 1.1.0(react-dom@18.3.1)(react@18.3.1)
'@rc-component/tour': 1.15.0(react-dom@18.3.1)(react@18.3.1)
'@rc-component/trigger': 2.2.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
copy-to-clipboard: 3.3.3
dayjs: 1.11.11
qrcode.react: 3.1.0(react@18.3.1)
rc-cascader: 3.26.0(react-dom@18.3.1)(react@18.3.1)
rc-checkbox: 3.3.0(react-dom@18.3.1)(react@18.3.1)
rc-collapse: 3.7.3(react-dom@18.3.1)(react@18.3.1)
rc-dialog: 9.4.0(react-dom@18.3.1)(react@18.3.1)
rc-drawer: 7.1.0(react-dom@18.3.1)(react@18.3.1)
rc-dropdown: 4.2.0(react-dom@18.3.1)(react@18.3.1)
rc-field-form: 2.0.1(react-dom@18.3.1)(react@18.3.1)
rc-image: 7.6.0(react-dom@18.3.1)(react@18.3.1)
rc-input: 1.5.1(react-dom@18.3.1)(react@18.3.1)
rc-input-number: 9.1.0(react-dom@18.3.1)(react@18.3.1)
rc-mentions: 2.13.1(react-dom@18.3.1)(react@18.3.1)
rc-menu: 9.14.0(react-dom@18.3.1)(react@18.3.1)
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-notification: 5.4.0(react-dom@18.3.1)(react@18.3.1)
rc-pagination: 4.0.4(react-dom@18.3.1)(react@18.3.1)
rc-picker: 4.5.0(dayjs@1.11.11)(moment@2.30.1)(react-dom@18.3.1)(react@18.3.1)
rc-progress: 4.0.0(react-dom@18.3.1)(react@18.3.1)
rc-rate: 2.12.0(react-dom@18.3.1)(react@18.3.1)
rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1)
rc-segmented: 2.3.0(react-dom@18.3.1)(react@18.3.1)
rc-select: 14.14.0(react-dom@18.3.1)(react@18.3.1)
rc-slider: 10.6.2(react-dom@18.3.1)(react@18.3.1)
rc-steps: 6.0.1(react-dom@18.3.1)(react@18.3.1)
rc-switch: 4.1.0(react-dom@18.3.1)(react@18.3.1)
rc-table: 7.45.7(react-dom@18.3.1)(react@18.3.1)
rc-tabs: 15.1.0(react-dom@18.3.1)(react@18.3.1)
rc-textarea: 1.7.0(react-dom@18.3.1)(react@18.3.1)
rc-tooltip: 6.2.0(react-dom@18.3.1)(react@18.3.1)
rc-tree: 5.8.7(react-dom@18.3.1)(react@18.3.1)
rc-tree-select: 5.21.0(react-dom@18.3.1)(react@18.3.1)
rc-upload: 4.5.2(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
scroll-into-view-if-needed: 3.1.0
throttle-debounce: 5.0.0
transitivePeerDependencies:
- date-fns
- luxon
- moment
dev: false
/any-promise@1.3.0:
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
dev: true
@@ -20975,6 +21121,22 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-cascader@3.26.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-L1dml383TPSJD1I11YwxuVbmqaJY64psZqFp1ETlgl3LEOwDu76Cyl11fw5dmjJhMlUWwM5dECQfqJgfebhUjg==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
array-tree-filter: 2.1.0
classnames: 2.5.1
rc-select: 14.14.0(react-dom@18.3.1)(react@18.3.1)
rc-tree: 5.8.7(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-cascader@3.7.3(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-KBpT+kzhxDW+hxPiNk4zaKa99+Lie2/8nnI11XF+FIOPl4Bj9VlFZi61GrnWzhLGA7VEN+dTxAkNOjkySDa0dA==}
peerDependencies:
@@ -21025,6 +21187,19 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-checkbox@3.3.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-Ih3ZaAcoAiFKJjifzwsGiT/f/quIkxJoklW4yKGho14Olulwn8gN7hOBve0/WGDg5o/l/5mL0w7ff7/YGvefVw==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-collapse@1.9.3(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-8cG+FzudmgFCC9zRGKXJZA36zoI9Dmyjp6UDi8N80sXUch0JOpsZDxgcFzw4HPpPpK/dARtTilEe9zyuspnW0w==}
dependencies:
@@ -21094,6 +21269,21 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-dialog@9.4.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-AScCexaLACvf8KZRqCPz12BJ8olszXOS4lKlkMyzDQHS1m0zj1KZMYgmMCh39ee0Dcv8kyrj8mTqxuLyhH+QuQ==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/portal': 1.1.2(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-drawer@6.3.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-uBZVb3xTAR+dBV53d/bUhTctCw3pwcwJoM7g5aX+7vgwt2zzVzoJ6aqFjYJpBlZ9zp0dVYN8fV+hykFE7c4lig==}
peerDependencies:
@@ -21123,6 +21313,21 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-drawer@7.1.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-nBE1rF5iZvpavoyqhSSz2mk/yANltA7g3aF0U45xkx381n3we/RKs9cJfNKp9mSWCedOKWt9FLEwZDaAaOGn2w==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/portal': 1.1.2(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-dropdown@3.6.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-Wsw7GkVbUXADEs8FPL0v8gd+3mWQiydPFXBlr2imMScQaf8hh79pG9KrBc1DwK+nqHmYOpQfK2gn6jG2AQw9Pw==}
peerDependencies:
@@ -21164,6 +21369,20 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-dropdown@4.2.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-odM8Ove+gSh0zU27DUj5cG1gNKg7mLWBYzB5E4nNLrLwBmYEgYP43vHKDGOVZcJSVElQBI0+jTQgjnq0NfLjng==}
peerDependencies:
react: '>=16.11.0'
react-dom: '>=16.11.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/trigger': 2.2.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-field-form@1.38.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-O83Oi1qPyEv31Sg+Jwvsj6pXc8uQI2BtIAkURr5lvEYHVggXJhdU/nynK8wY1gbw0qR48k731sN5ON4egRCROA==}
engines: {node: '>=8.x'}
@@ -21204,6 +21423,20 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-field-form@2.0.1(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-3WK/POHBcfMFKrzScrkmgMIXqoVQ0KgVwcVnej/ukwuQG4ZHCJaTi2KhM+tWTK4WODBXbmjKg5pKHj2IVmSg4A==}
engines: {node: '>=8.x'}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/async-validator': 5.0.4
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-gesture@0.0.22:
resolution: {integrity: sha512-6G6qrCE0MUTXyjh/powj91XkjRjoFL4HiJLPU5lALXHvGX+/efcUjGYUrHrrw0mwQdmrmg4POqnY/bibns+G3g==}
dependencies:
@@ -21241,6 +21474,22 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-image@7.6.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-tL3Rvd1sS+frZQ01i+tkeUPaOeFz2iG9/scAt/Cfs0hyCRVA/w0Pu1J/JxIX8blalvmHE0bZQRYdOmRAzWu4Hg==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/portal': 1.1.2(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-dialog: 9.4.0(react-dom@18.3.1)(react@18.3.1)
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-input-number@7.3.11(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-aMWPEjFeles6PQnMqP5eWpxzsvHm9rh1jQOWXExUEIxhX62Fyl/ptifLHOn17+waDG1T/YUb6flfJbvwRhHrbA==}
peerDependencies:
@@ -21268,6 +21517,21 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-input-number@9.1.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-NqJ6i25Xn/AgYfVxynlevIhX3FuKlMwIFpucGG1h98SlK32wQwDK0zhN9VY32McOmuaqzftduNYWWooWz8pXQA==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/mini-decimal': 1.1.0
classnames: 2.5.1
rc-input: 1.5.1(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-input@0.1.4(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-FqDdNz+fV2dKNgfXzcSLKvC+jEs1709t7nD+WdfjrdSaOcefpgc7BUJYadc3usaING+b7ediMTfKxuJBsEFbXA==}
peerDependencies:
@@ -21293,6 +21557,19 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-input@1.5.1(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-+nOzQJDeIfIpNP/SgY45LXSKbuMlp4Yap2y8c+ZpU7XbLmNzUd6+d5/S75sA/52jsVE6S/AkhkkDEAOjIu7i6g==}
peerDependencies:
react: '>=16.0.0'
react-dom: '>=16.0.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-mentions@1.13.1(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==}
peerDependencies:
@@ -21309,6 +21586,23 @@ packages:
react-dom: 18.3.1(react@18.3.1)
dev: true
/rc-mentions@2.13.1(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-DSyUDq/PPCleUX1eghIn371lTSRQsIuCs1N7xR9nZcHP9R1NkE7JjpWUP8Gy4EGVPu0JN0qIcokxYJaoGPnofg==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/trigger': 2.2.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-input: 1.5.1(react-dom@18.3.1)(react@18.3.1)
rc-menu: 9.14.0(react-dom@18.3.1)(react@18.3.1)
rc-textarea: 1.7.0(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-mentions@2.9.1(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-cZuElWr/5Ws0PXx1uxobxfYh4mqUw2FitfabR62YnWgm+WAfDyXZXqZg5DxXW+M1cgVvntrQgDDd9LrihrXzew==}
peerDependencies:
@@ -21340,6 +21634,22 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-menu@9.14.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-La3LBCDMLMs9Q/8mTGbnscb+ZeJ26ebkLz9xJFHd2SD8vfsCKl1Z/k3mwbxyKL01lB40fel1s9Nn9LAv/nmVJQ==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/trigger': 2.2.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-overflow: 1.3.2(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-menu@9.8.4(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-lmw2j8I2fhdIzHmC9ajfImfckt0WDb2KVJJBBRIsxPEw2kGkEfjLMUoB1NgiNT/Q5cC8PdjGOGQjHJIJMwyNMw==}
peerDependencies:
@@ -21397,6 +21707,21 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-notification@5.4.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-li19y9RoYJciF3WRFvD+DvWS70jdL8Fr+Gfb/OshK+iY6iTkwzoigmSIp76/kWh5tF5i/i9im12X3nsF85GYdA==}
engines: {node: '>=8.x'}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-overflow@1.3.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-nsUm78jkYAoPygDAcGZeC2VwIg/IBGSodtOY3pMof4W3M9qRJgqaDYm03ZayHlde3I6ipliAxbN0RUcGf5KOzw==}
peerDependencies:
@@ -21434,6 +21759,19 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-pagination@4.0.4(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-GGrLT4NgG6wgJpT/hHIpL9nELv27A1XbSZzECIuQBQTVSf4xGKxWr6I/jhpRPauYEWEbWVw22ObG6tJQqwJqWQ==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-picker@2.7.6(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-H9if/BUJUZBOhPfWcPeT15JUI3/ntrG9muzERrXDkSoWmDj4yzmBvumozpxYrHwjcKnjyDGAke68d+whWwvhHA==}
engines: {node: '>=8.x'}
@@ -21482,6 +21820,38 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-picker@4.5.0(dayjs@1.11.11)(moment@2.30.1)(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-suqz9bzuhBQlf7u+bZd1bJLPzhXpk12w6AjQ9BTPTiFwexVZgUKViG1KNLyfFvW6tCUZZK0HmCCX7JAyM+JnCg==}
engines: {node: '>=8.x'}
peerDependencies:
date-fns: '>= 2.x'
dayjs: '>= 1.x'
luxon: '>= 3.x'
moment: '>= 2.x'
react: '>=16.9.0'
react-dom: '>=16.9.0'
peerDependenciesMeta:
date-fns:
optional: true
dayjs:
optional: true
luxon:
optional: true
moment:
optional: true
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/trigger': 2.2.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
dayjs: 1.11.11
moment: 2.30.1
rc-overflow: 1.3.2(react-dom@18.3.1)(react@18.3.1)
rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-progress@3.4.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-iAGhwWU+tsayP+Jkl9T4+6rHeQTG9kDz8JAHZk4XtQOcYN5fj9H34NXNEdRdZx94VUDHMqCb1yOIvi8eJRh67w==}
peerDependencies:
@@ -21507,6 +21877,19 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-progress@4.0.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-oofVMMafOCokIUIBnZLNcOZFsABaUw8PPrf1/y0ZBvKZNpOiu5h4AO9vv11Sw0p4Hb3D0yGWuEattcQGtNJ/aw==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-rate@2.12.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-g092v5iZCdVzbjdn28FzvWebK2IutoVoiTeqoLTj9WM7SjA/gOJIw5/JFZMRyJYYVe1jLAU2UhAfstIpCNRozg==}
engines: {node: '>=8.x'}
@@ -21585,7 +21968,6 @@ packages:
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: true
/rc-select@14.1.18(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-4JgY3oG2Yz68ECMUSCON7mtxuJvCSj+LJpHEg/AONaaVBxIIrmI/ZTuMJkyojall/X50YdBe5oMKqHHPNiPzEg==}
@@ -21622,6 +22004,24 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-select@14.14.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-Uo2wulrjoPPRLCPd7zlK4ZFVJxlTN//yp1xWP/U+TUOQCyXrT+Duvq/Si5OzVcmQyWAUSbsplc2OwNNhvbOeKQ==}
engines: {node: '>=8.x'}
peerDependencies:
react: '*'
react-dom: '*'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/trigger': 2.2.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-overflow: 1.3.2(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
rc-virtual-list: 3.13.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-slider@10.0.1(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==}
engines: {node: '>=8.x'}
@@ -21650,6 +22050,20 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-slider@10.6.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-FjkoFjyvUQWcBo1F3RgSglky3ar0+qHLM41PlFVYB4Bj3RD8E/Mv7kqMouLFBU+3aFglMzzctAIWRwajEuueSw==}
engines: {node: '>=8.x'}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-slider@8.2.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-rnO36M3VhMoPWh1kRuCeJoluT4duAW7+5aLaAn9oLu2pKEKsuOFUh5DmA2kEo88UmvPV6nr7HHDeZuC8SNM/lA==}
dependencies:
@@ -21758,6 +22172,23 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-table@7.45.7(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-wi9LetBL1t1csxyGkMB2p3mCiMt+NDexMlPbXHvQFmBBAsMxrgNSAPwUci2zDLUq9m8QdWc1Nh8suvrpy9mXrg==}
engines: {node: '>=8.x'}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/context': 1.4.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
rc-virtual-list: 3.14.2(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-tabs@12.13.1(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-83u3l2QkO0UznCzdBLEk9WnNcT+imtmDmMT993sUUEOGnNQAmqOdev0XjeqrcvsAMe9CDpAWDFd7L/RZw+LVJQ==}
engines: {node: '>=8.x'}
@@ -21793,6 +22224,24 @@ packages:
react-dom: 18.3.1(react@18.3.1)
dev: true
/rc-tabs@15.1.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-xTNz4Km1025emtkv1q7xKhjPwAtXr/wycuXVTAcFJg+DKhnPDDbnwbA9KRW0SawAVOGvVEj8ZrBlU0u0FGLrbg==}
engines: {node: '>=8.x'}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-dropdown: 4.2.0(react-dom@18.3.1)(react@18.3.1)
rc-menu: 9.14.0(react-dom@18.3.1)(react@18.3.1)
rc-motion: 2.9.1(react-dom@18.3.1)(react@18.3.1)
rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-textarea@0.4.7(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-IQPd1CDI3mnMlkFyzt2O4gQ2lxUsnBAeJEoZGJnkkXgORNqyM9qovdrCj9NzcRfpHgLdzaEbU3AmobNFGUznwQ==}
peerDependencies:
@@ -21822,6 +22271,21 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-textarea@1.7.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-UxizYJkWkmxP3zofXgc487QiGyDmhhheDLLjIWbFtDmiru1ls30KpO8odDaPyqNUIy9ugj5djxTEuezIn6t3Jg==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-input: 1.5.1(react-dom@18.3.1)(react@18.3.1)
rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-tooltip@3.7.3(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-dE2ibukxxkrde7wH9W8ozHKUO4aQnPZ6qBHtrTH9LoO836PjDdiaWO73fgPB05VfJs9FbZdmGPVEbXCeOP99Ww==}
dependencies:
@@ -21858,6 +22322,19 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-tooltip@6.2.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-iS/3iOAvtDh9GIx1ulY7EFUXUtktFccNLsARo3NPgLf0QW9oT0w3dA9cYWlhqAKmD+uriEwdWz1kH0Qs4zk2Aw==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
'@rc-component/trigger': 2.2.0(react-dom@18.3.1)(react@18.3.1)
classnames: 2.5.1
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-tree-select@5.15.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-YJHfdO6azFnR0/JuNBZLDptGE4/RGfVeHAafUIYcm2T3RBkL1O8aVqiHvwIyLzdK59ry0NLrByd+3TkfpRM+9Q==}
peerDependencies:
@@ -21872,6 +22349,21 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-tree-select@5.21.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-w+9qEu6zh0G3wt9N/hzWNSnqYH1i9mH1Nqxo0caxLRRFXF5yZWYmpCDoDTMdQM1Y4z3Q5yj08qyrPH/d4AtumA==}
peerDependencies:
react: '*'
react-dom: '*'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-select: 14.14.0(react-dom@18.3.1)(react@18.3.1)
rc-tree: 5.8.7(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-tree-select@5.5.5(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-k2av7jF6tW9bIO4mQhaVdV4kJ1c54oxV3/hHVU+oD251Gb5JN+m1RbJFTMf1o0rAFqkvto33rxMdpafaGKQRJw==}
peerDependencies:
@@ -21960,6 +22452,19 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-upload@4.5.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-QO3ne77DwnAPKFn0bA5qJM81QBjQi0e0NHdkvpFyY73Bea2NfITiotqJqVjHgeYPOJu5lLVR32TNGP084aSoXA==}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/rc-util@4.21.1:
resolution: {integrity: sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg==}
dependencies:
@@ -21994,6 +22499,21 @@ packages:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
/rc-virtual-list@3.14.2(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-rA+W5xryhklJAcmswNyuKB3ZGeB855io+yOFQK5u/RXhjdshGblfKpNkQr4/9fBhZns0+uiL/0/s6IP2krtSmg==}
engines: {node: '>=8.x'}
peerDependencies:
react: '>=16.9.0'
react-dom: '>=16.9.0'
dependencies:
'@babel/runtime': 7.24.5
classnames: 2.5.1
rc-resize-observer: 1.4.0(react-dom@18.3.1)(react@18.3.1)
rc-util: 5.41.0(react-dom@18.3.1)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
dev: false
/react-ace@9.5.0(react-dom@18.3.1)(react@18.3.1):
resolution: {integrity: sha512-4l5FgwGh6K7A0yWVMQlPIXDItM4Q9zzXRqOae8KkCl6MkOob7sC1CzHxZdOGvV+QioKWbX2p5HcdOVUv6cAdSg==}
peerDependencies:
@@ -22270,6 +22790,28 @@ packages:
- supports-color
dev: false
/react-markdown@9.0.1(@types/react@18.3.2)(react@18.3.1):
resolution: {integrity: sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==}
peerDependencies:
'@types/react': '>=18'
react: '>=18'
dependencies:
'@types/hast': 3.0.4
'@types/react': 18.3.2
devlop: 1.1.0
hast-util-to-jsx-runtime: 2.3.0
html-url-attributes: 3.0.0
mdast-util-to-hast: 13.1.0
react: 18.3.1
remark-parse: 11.0.0
remark-rehype: 11.1.0
unified: 11.0.4
unist-util-visit: 5.0.0
vfile: 6.0.1
transitivePeerDependencies:
- supports-color
dev: false
/react-merge-refs@1.1.0:
resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==}
dev: true