chore: all, upgrade antd to 5.19.1 (#1296)

Co-authored-by: sealday <zhanglin@daoyoucloud.com>
Reviewed-on: daoyoucloud/tachybase#1296
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
This commit is contained in:
bai.zixv 2024-07-09 15:37:07 +08:00 committed by sealday
parent 4c2b6362e1
commit 16f916bc50
49 changed files with 1291 additions and 1537 deletions

View File

@ -93,6 +93,7 @@
], ],
"overrides": { "overrides": {
"@types/node": "20.14.2", "@types/node": "20.14.2",
"antd": "5.19.1",
"dayjs": "1.11.10" "dayjs": "1.11.10"
} }
} }

View File

@ -24,7 +24,7 @@
"@tachybase/sdk": "workspace:*", "@tachybase/sdk": "workspace:*",
"@tachybase/utils": "workspace:*", "@tachybase/utils": "workspace:*",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"antd-style": "3.6.2", "antd-style": "3.6.2",
"axios": "^1.6.2", "axios": "^1.6.2",
"classnames": "^2.3.1", "classnames": "^2.3.1",

View File

@ -22,7 +22,7 @@
"@formily/shared": "2.3.1", "@formily/shared": "2.3.1",
"@formily/validator": "2.3.1", "@formily/validator": "2.3.1",
"@uiw/react-codemirror": "^4.22.2", "@uiw/react-codemirror": "^4.22.2",
"antd": "^5.18.3", "antd": "5.19.1",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"dayjs": "^1.11.11", "dayjs": "^1.11.11",
"react-sticky-box": "^1.0.2" "react-sticky-box": "^1.0.2"

View File

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"@hapi/topo": "^6.0.0", "@hapi/topo": "^6.0.0",
"@rc-component/mini-decimal": "^1.1.0", "@rc-component/mini-decimal": "^1.1.0",
"antd": "5.18.3", "antd": "5.19.1",
"dayjs": "^1.11.9", "dayjs": "^1.11.9",
"dedupe": "^3.0.2", "dedupe": "^3.0.2",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",

View File

@ -7,7 +7,7 @@
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"@types/lodash": "^4.17.5", "@types/lodash": "^4.17.5",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"antd-mobile": "^5.36.1", "antd-mobile": "^5.36.1",
"antd-mobile-icons": "^0.3.0", "antd-mobile-icons": "^0.3.0",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -14,7 +14,7 @@
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"@types/lodash": "~4.17.5", "@types/lodash": "~4.17.5",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"classnames": "^2.3.1", "classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",

View File

@ -3,7 +3,7 @@
"version": "0.0.41", "version": "0.0.41",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"antd": "^5.18.3" "antd": "5.19.1"
}, },
"peerDependencies": { "peerDependencies": {
"@tachybase/client": "workspace:*", "@tachybase/client": "workspace:*",

View File

@ -12,7 +12,7 @@
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"@types/lodash": "4.17.5", "@types/lodash": "4.17.5",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
"exceljs": "^4.4.0", "exceljs": "^4.4.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",

View File

@ -14,7 +14,7 @@
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"@types/jsonwebtoken": "^8.5.8", "@types/jsonwebtoken": "^8.5.8",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"async-mutex": "^0.3.2", "async-mutex": "^0.3.2",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -12,7 +12,7 @@
"@ant-design/icons": "^5.3.7", "@ant-design/icons": "^5.3.7",
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"react-router-dom": "^6.11.2" "react-router-dom": "^6.11.2"

View File

@ -10,7 +10,7 @@
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"react-router-dom": "^6.11.2" "react-router-dom": "^6.11.2"
}, },

View File

@ -10,7 +10,7 @@
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"
}, },

View File

@ -8,7 +8,7 @@
"types": "./dist/server/index.d.ts", "types": "./dist/server/index.d.ts",
"devDependencies": { "devDependencies": {
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"antd": "5.18.3", "antd": "5.19.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"swagger-ui-dist": "^5.3.1" "swagger-ui-dist": "^5.3.1"
}, },

View File

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",

View File

@ -10,7 +10,7 @@
"devDependencies": { "devDependencies": {
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"react": "^18.3.1", "react": "^18.3.1",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"
}, },

View File

@ -11,7 +11,7 @@
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"@types/cron": "^2.0.1", "@types/cron": "^2.0.1",
"antd": "5.18.3", "antd": "5.19.1",
"cron": "^2.3.1", "cron": "^2.3.1",
"react": "^18.3.1", "react": "^18.3.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",

View File

@ -16,7 +16,7 @@
"@types/archiver": "^5.3.1", "@types/archiver": "^5.3.1",
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@types/lodash": "4.17.5", "@types/lodash": "4.17.5",
"antd": "5.18.3", "antd": "5.19.1",
"archiver": "^5.3.1", "archiver": "^5.3.1",
"content-disposition": "^0.5.4", "content-disposition": "^0.5.4",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",

View File

@ -14,7 +14,7 @@
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"cron-parser": "4.4.0", "cron-parser": "4.4.0",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@ -10,7 +10,7 @@
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"devDependencies": { "devDependencies": {
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"antd": "5.18.3", "antd": "5.19.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"react-router-dom": "6.x" "react-router-dom": "6.x"
}, },

View File

@ -6,7 +6,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"devDependencies": { "devDependencies": {
"antd": "5.18.3", "antd": "5.19.1",
"cronstrue": "^2.11.0", "cronstrue": "^2.11.0",
"koa-send": "^5.0.1", "koa-send": "^5.0.1",
"koa-static": "^5.0.0" "koa-static": "^5.0.0"

View File

@ -6,7 +6,7 @@
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "~5.18.3", "antd": "5.19.1",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"

View File

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "~4.17.21", "lodash": "~4.17.21",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"react-router-dom": "6.x" "react-router-dom": "6.x"

View File

@ -13,7 +13,7 @@
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"react-router-dom": "^6.11.2", "react-router-dom": "^6.11.2",

View File

@ -14,7 +14,7 @@
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
"koa-compose": "^4.1.0", "koa-compose": "^4.1.0",

View File

@ -3,7 +3,7 @@
"version": "0.21.68", "version": "0.21.68",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"dependencies": { "dependencies": {
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mysql2": "^3.9.1", "mysql2": "^3.9.1",
"pg": "^8.11.3", "pg": "^8.11.3",

View File

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@ant-design/icons": "^5.3.7", "@ant-design/icons": "^5.3.7",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "^5.18.3", "antd": "5.19.1",
"koa-send": "^5.0.1", "koa-send": "^5.0.1",
"vditor": "^3.10.3" "vditor": "^3.10.3"
}, },

View File

@ -17,7 +17,7 @@
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"@types/koa-multer": "^1.0.1", "@types/koa-multer": "^1.0.1",
"@types/multer": "^1.4.5", "@types/multer": "^1.4.5",
"antd": "5.18.3", "antd": "5.19.1",
"cos-nodejs-sdk-v5": "^2.11.14", "cos-nodejs-sdk-v5": "^2.11.14",
"koa-static": "^5.0.0", "koa-static": "^5.0.0",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -13,7 +13,7 @@
"@ctrl/tinycolor": "^3.6.0", "@ctrl/tinycolor": "^3.6.0",
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"
}, },

View File

@ -20,7 +20,7 @@
"@antv/x6-react-shape": "^2.0.0", "@antv/x6-react-shape": "^2.0.0",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"dagre": "^0.8.5", "dagre": "^0.8.5",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "^18.3.1", "react": "^18.3.1",

View File

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"react": "^18.3.1", "react": "^18.3.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"react-iframe": "~1.8.5" "react-iframe": "~1.8.5"

View File

@ -14,7 +14,7 @@
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"@types/node-xlsx": "^0.15.1", "@types/node-xlsx": "^0.15.1",
"antd": "5.18.3", "antd": "5.19.1",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"lodash": "4.17.21", "lodash": "4.17.21",
"mathjs": "^10.6.0", "mathjs": "^10.6.0",

View File

@ -12,7 +12,7 @@
"@ant-design/icons": "^5.3.7", "@ant-design/icons": "^5.3.7",
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react-beautiful-dnd": "^13.1.0", "react-beautiful-dnd": "^13.1.0",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"

View File

@ -12,7 +12,7 @@
"@ant-design/icons": "^5.3.7", "@ant-design/icons": "^5.3.7",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"deepmerge": "^4.3.1", "deepmerge": "^4.3.1",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"
}, },

View File

@ -12,7 +12,7 @@
"@ant-design/icons": "^5.3.7", "@ant-design/icons": "^5.3.7",
"@types/tar-fs": "^2.0.2", "@types/tar-fs": "^2.0.2",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"tar-fs": "^3.0.4" "tar-fs": "^3.0.4"
}, },

View File

@ -19,7 +19,7 @@
"@types/react": "^18.3.3", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "~18.3.1", "react": "~18.3.1",
"react-dom": "~18.3.1", "react-dom": "~18.3.1",

View File

@ -12,7 +12,7 @@
"@types/react": "~18.3.3", "@types/react": "~18.3.3",
"@types/react-dom": "~18.3.0", "@types/react-dom": "~18.3.0",
"ahooks": "3.x", "ahooks": "3.x",
"antd": "5.18.3", "antd": "5.19.1",
"antd-mobile": "^5.36.1", "antd-mobile": "^5.36.1",
"antd-mobile-icons": "^0.3.0", "antd-mobile-icons": "^0.3.0",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -10,7 +10,7 @@
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"devDependencies": { "devDependencies": {
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"async-mutex": "^0.3.2", "async-mutex": "^0.3.2",
"lodash": "4.17.21", "lodash": "4.17.21",
"mysql2": "^2.3.3", "mysql2": "^2.3.3",

View File

@ -9,7 +9,7 @@
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"devDependencies": { "devDependencies": {
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"react": "~18.3.1", "react": "~18.3.1",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"

View File

@ -13,7 +13,7 @@
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2", "ahooks": "^3.7.2",
"antd": "5.18.3", "antd": "5.19.1",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"openid-client": "^5.4.2", "openid-client": "^5.4.2",
"react": "~18.3.1", "react": "~18.3.1",

View File

@ -12,7 +12,7 @@
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"@node-saml/node-saml": "^4.0.2", "@node-saml/node-saml": "^4.0.2",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"react": "~18.3.1", "react": "~18.3.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",
"react-router-dom": "^6.11.2" "react-router-dom": "^6.11.2"

View File

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"cron-parser": "4.4.0", "cron-parser": "4.4.0",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
"lodash": "4.17.21", "lodash": "4.17.21",

View File

@ -10,7 +10,7 @@
"main": "./dist/server/index.js", "main": "./dist/server/index.js",
"devDependencies": { "devDependencies": {
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"react": "~18.3.1", "react": "~18.3.1",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"
}, },

View File

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"rc-tree-select": "5.5.5", "rc-tree-select": "5.5.5",
"react": "~18.3.1", "react": "~18.3.1",

View File

@ -13,7 +13,7 @@
"@arvinxu/layout-kit": "^1", "@arvinxu/layout-kit": "^1",
"@ctrl/tinycolor": "^3.6.0", "@ctrl/tinycolor": "^3.6.0",
"@types/lodash": "4.17.5", "@types/lodash": "4.17.5",
"antd": "5.18.3", "antd": "5.19.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"rc-util": "^5.32.0", "rc-util": "^5.32.0",
"react": "^18.3.1", "react": "^18.3.1",

View File

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"@types/jsonwebtoken": "^8.5.8", "@types/jsonwebtoken": "^8.5.8",
"antd": "5.18.3", "antd": "5.19.1",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"react-i18next": "^14.1.2" "react-i18next": "^14.1.2"
}, },

View File

@ -14,7 +14,7 @@
"@alicloud/tea-util": "1.4.4", "@alicloud/tea-util": "1.4.4",
"@tachybase/components": "workspace:*", "@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*", "@tachybase/schema": "workspace:*",
"antd": "5.18.3", "antd": "5.19.1",
"dayjs": "^1.11.8", "dayjs": "^1.11.8",
"react": "~18.3.1", "react": "~18.3.1",
"react-i18next": "^14.1.2", "react-i18next": "^14.1.2",

View File

@ -18,7 +18,7 @@
"@types/ejs": "^3.1.1", "@types/ejs": "^3.1.1",
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.5", "@types/lodash": "^4.17.5",
"antd": "5.18.3", "antd": "5.19.1",
"axios": "^1.6.2", "axios": "^1.6.2",
"cron-parser": "4.4.0", "cron-parser": "4.4.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",

View File

@ -23,7 +23,7 @@ import { lang } from '../../../locale';
export const usePropsAPIRegular = () => { export const usePropsAPIRegular = () => {
const { field, resource, __parent, service } = useBlockRequestContext(); const { field, resource, __parent, service } = useBlockRequestContext();
const actionSchema = useFieldSchema(); const actionSchema = useFieldSchema();
const expressionScope = useContext(SchemaExpressionScopeContext); const expressionScope: any = useContext(SchemaExpressionScopeContext);
const tableBlockContext = useTableBlockContext(); const tableBlockContext = useTableBlockContext();
const { rowKey } = tableBlockContext; const { rowKey } = tableBlockContext;
const { t } = useTranslation(); const { t } = useTranslation();
@ -33,7 +33,7 @@ export const usePropsAPIRegular = () => {
const actionField: any = useField(); const actionField: any = useField();
const { modal, notification } = App.useApp(); const { modal, notification } = App.useApp();
const variables = useVariables(); const variables = useVariables();
const record = useRecord(); // const record = useRecord();
const { name, getField } = useCollection_deprecated(); const { name, getField } = useCollection_deprecated();
const localVariables = useLocalVariables(); const localVariables = useLocalVariables();
const { run } = useRequest( const { run } = useRequest(

File diff suppressed because it is too large Load Diff