diff --git a/package.json b/package.json index c6a1d75b0..b515721bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tachybase", - "version": "0.21.71", + "version": "0.21.70", "private": true, "license": "Apache-2.0", "scripts": { diff --git a/packages/core/acl/package.json b/packages/core/acl/package.json index f57fc112f..d6f26ee58 100644 --- a/packages/core/acl/package.json +++ b/packages/core/acl/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/acl", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/actions/package.json b/packages/core/actions/package.json index 8ce55b760..9cb308ef6 100644 --- a/packages/core/actions/package.json +++ b/packages/core/actions/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/actions", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/app/package.json b/packages/core/app/package.json index 04579599e..eb174591b 100644 --- a/packages/core/app/package.json +++ b/packages/core/app/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/app", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/auth/package.json b/packages/core/auth/package.json index bdca98ec6..f69ba254c 100644 --- a/packages/core/auth/package.json +++ b/packages/core/auth/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/auth", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/build/package.json b/packages/core/build/package.json index 8b2446e07..5db111fdb 100755 --- a/packages/core/build/package.json +++ b/packages/core/build/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/build", - "version": "0.21.71", + "version": "0.21.70", "description": "Library build tool based on rollup.", "license": "Apache-2.0", "main": "lib/index.js", diff --git a/packages/core/cache/package.json b/packages/core/cache/package.json index ee35939b6..145b9bbd4 100644 --- a/packages/core/cache/package.json +++ b/packages/core/cache/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/cache", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/cli/package.json b/packages/core/cli/package.json index 1acc80dbe..2a0debfe8 100644 --- a/packages/core/cli/package.json +++ b/packages/core/cli/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/cli", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "type": "module", diff --git a/packages/core/client/package.json b/packages/core/client/package.json index d4aeb3be7..1a6bd9137 100644 --- a/packages/core/client/package.json +++ b/packages/core/client/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/client", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.mjs", diff --git a/packages/core/components/package.json b/packages/core/components/package.json index ff3d859dc..82e0dc243 100644 --- a/packages/core/components/package.json +++ b/packages/core/components/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/components", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -21,7 +21,6 @@ "@formily/reactive-react": "2.3.1", "@formily/shared": "2.3.1", "@formily/validator": "2.3.1", - "@uiw/codemirror-theme-vscode": "^4.23.0", "@uiw/react-codemirror": "^4.22.2", "antd": "5.19.1", "classnames": "^2.5.1", diff --git a/packages/core/components/src/code-mirror/index.tsx b/packages/core/components/src/code-mirror/index.tsx index 593c4d9eb..73e1f582d 100644 --- a/packages/core/components/src/code-mirror/index.tsx +++ b/packages/core/components/src/code-mirror/index.tsx @@ -3,7 +3,6 @@ import { connect } from '@tachybase/schema'; import { autocompletion } from '@codemirror/autocomplete'; import { javascript } from '@codemirror/lang-javascript'; -import { vscodeDark } from '@uiw/codemirror-theme-vscode'; import CM from '@uiw/react-codemirror'; // 定义全局对象和子对象的补全项 @@ -84,7 +83,6 @@ export const CodeMirror = connect(({ value, onChange, ...otherProps }) => { value={value || ''} onChange={onChange} {...otherProps} - theme={vscodeDark} extensions={[ javascript({ jsx: true }), autocompletion({ diff --git a/packages/core/create-tachybase-app/package.json b/packages/core/create-tachybase-app/package.json index c51e37015..5e26fe03d 100755 --- a/packages/core/create-tachybase-app/package.json +++ b/packages/core/create-tachybase-app/package.json @@ -1,6 +1,6 @@ { "name": "create-tachybase-app", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "src/index.js", "bin": { diff --git a/packages/core/data-source-manager/package.json b/packages/core/data-source-manager/package.json index 74e0f247e..759db7836 100644 --- a/packages/core/data-source-manager/package.json +++ b/packages/core/data-source-manager/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/data-source-manager", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/database/package.json b/packages/core/database/package.json index 4573d26f8..595290c5b 100644 --- a/packages/core/database/package.json +++ b/packages/core/database/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/database", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/devtools/package.json b/packages/core/devtools/package.json index 54d0f1f38..0ebf2eb82 100644 --- a/packages/core/devtools/package.json +++ b/packages/core/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/devtools", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./src/index.js", diff --git a/packages/core/evaluators/package.json b/packages/core/evaluators/package.json index cc773cc29..1332bb0ff 100644 --- a/packages/core/evaluators/package.json +++ b/packages/core/evaluators/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/evaluators", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/logger/package.json b/packages/core/logger/package.json index ffb62149b..28aa40363 100644 --- a/packages/core/logger/package.json +++ b/packages/core/logger/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/logger", - "version": "0.21.71", + "version": "0.21.70", "description": "logging library", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/resourcer/package.json b/packages/core/resourcer/package.json index 5a8d889c9..b54ad3e9d 100644 --- a/packages/core/resourcer/package.json +++ b/packages/core/resourcer/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/resourcer", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/schema/package.json b/packages/core/schema/package.json index 914784b18..1931bc812 100644 --- a/packages/core/schema/package.json +++ b/packages/core/schema/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/schema", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/core/sdk/package.json b/packages/core/sdk/package.json index 5130aeacf..18165d2f5 100644 --- a/packages/core/sdk/package.json +++ b/packages/core/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/sdk", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/core/server/package.json b/packages/core/server/package.json index 6b7c31cd4..750f4c6ce 100644 --- a/packages/core/server/package.json +++ b/packages/core/server/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/server", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/core/telemetry/package.json b/packages/core/telemetry/package.json index c16a12c10..4dfd07edb 100644 --- a/packages/core/telemetry/package.json +++ b/packages/core/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/telemetry", - "version": "0.21.71", + "version": "0.21.70", "description": "telemetry library", "license": "Apache-2.0", "main": "./lib/index.js", diff --git a/packages/core/test/package.json b/packages/core/test/package.json index c9164cbb9..907a18442 100644 --- a/packages/core/test/package.json +++ b/packages/core/test/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/test", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "exports": { ".": { diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index dc78d8319..a46f21b6c 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/utils", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/plugins/@hera/plugin-approval-mobile/package.json b/packages/plugins/@hera/plugin-approval-mobile/package.json index ec82ad66c..49736c0fc 100644 --- a/packages/plugins/@hera/plugin-approval-mobile/package.json +++ b/packages/plugins/@hera/plugin-approval-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@hera/plugin-approval-mobile", - "version": "0.0.56", + "version": "0.0.55", "main": "dist/server/index.js", "devDependencies": { "@ant-design/icons": "~5.3.7", diff --git a/packages/plugins/@hera/plugin-core/package.json b/packages/plugins/@hera/plugin-core/package.json index 730566244..480dca252 100644 --- a/packages/plugins/@hera/plugin-core/package.json +++ b/packages/plugins/@hera/plugin-core/package.json @@ -1,7 +1,7 @@ { "name": "@hera/plugin-core", "displayName": "Hera platform", - "version": "1.7.75", + "version": "1.7.74", "description": "Hera platform", "keywords": [ "System management" diff --git a/packages/plugins/@hera/plugin-homepage/package.json b/packages/plugins/@hera/plugin-homepage/package.json index 85b899fe6..cf388d1db 100644 --- a/packages/plugins/@hera/plugin-homepage/package.json +++ b/packages/plugins/@hera/plugin-homepage/package.json @@ -1,6 +1,6 @@ { "name": "@hera/plugin-homepage", - "version": "0.0.44", + "version": "0.0.43", "main": "dist/server/index.js", "devDependencies": { "antd": "5.19.1" diff --git a/packages/plugins/@hera/plugin-rental/package.json b/packages/plugins/@hera/plugin-rental/package.json index faf9ccba6..e1ae8d24b 100644 --- a/packages/plugins/@hera/plugin-rental/package.json +++ b/packages/plugins/@hera/plugin-rental/package.json @@ -1,7 +1,7 @@ { "name": "@hera/plugin-rental", "displayName": "professional construction materials rental system - customized based on hera", - "version": "1.7.87", + "version": "1.7.86", "description": "Offering a standardized leasing management system, encompassing comprehensive administration from materials to contracts to labor personnel, while providing a robust financial management mechanism, and real-time monitoring of the operational capacity of the leasing system.", "keywords": [ "System management" diff --git a/packages/plugins/@hera/plugin-sancongtou/package.json b/packages/plugins/@hera/plugin-sancongtou/package.json index d7aeea1ce..57acb0cc5 100644 --- a/packages/plugins/@hera/plugin-sancongtou/package.json +++ b/packages/plugins/@hera/plugin-sancongtou/package.json @@ -1,7 +1,7 @@ { "name": "@hera/plugin-sancongtou", "displayName": "Mobile client: Sancongtou Customization", - "version": "0.0.49", + "version": "0.0.48", "description": "Provide mobile client customization for the sancongtou project.", "main": "dist/server/index.js", "dependencies": { diff --git a/packages/plugins/@tachybase/plugin-acl/package.json b/packages/plugins/@tachybase/plugin-acl/package.json index 621d882e4..cb974823e 100644 --- a/packages/plugins/@tachybase/plugin-acl/package.json +++ b/packages/plugins/@tachybase/plugin-acl/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-acl", "displayName": "Access control", - "version": "0.21.71", + "version": "0.21.70", "description": "Based on roles, resources, and actions, access control can precisely manage interface configuration permissions, data operation permissions, menu access permissions, and plugin permissions.", "keywords": [ "Users & permissions" diff --git a/packages/plugins/@tachybase/plugin-action-bulk-edit/package.json b/packages/plugins/@tachybase/plugin-action-bulk-edit/package.json index 70e9a79f7..066022d24 100644 --- a/packages/plugins/@tachybase/plugin-action-bulk-edit/package.json +++ b/packages/plugins/@tachybase/plugin-action-bulk-edit/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-action-bulk-edit", "displayName": "Action: Batch edit", - "version": "0.21.71", + "version": "0.21.70", "description": "Batch edit all records or selected records.", "keywords": [ "Actions" diff --git a/packages/plugins/@tachybase/plugin-action-bulk-update/package.json b/packages/plugins/@tachybase/plugin-action-bulk-update/package.json index 5ba090a38..015e1bbb3 100644 --- a/packages/plugins/@tachybase/plugin-action-bulk-update/package.json +++ b/packages/plugins/@tachybase/plugin-action-bulk-update/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-action-bulk-update", "displayName": "Action: Batch update", - "version": "0.21.71", + "version": "0.21.70", "description": "Batch update all records or selected records.", "keywords": [ "Actions" diff --git a/packages/plugins/@tachybase/plugin-action-duplicate/package.json b/packages/plugins/@tachybase/plugin-action-duplicate/package.json index dd7f25139..85d863c64 100644 --- a/packages/plugins/@tachybase/plugin-action-duplicate/package.json +++ b/packages/plugins/@tachybase/plugin-action-duplicate/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-action-duplicate", "displayName": "Action: Duplicate record", - "version": "0.21.71", + "version": "0.21.70", "description": "Duplicate a record, you can either duplicate it into a form and edit it before saving it, or you can duplicate it directly to generate a new record.", "keywords": [ "Actions" diff --git a/packages/plugins/@tachybase/plugin-action-print/package.json b/packages/plugins/@tachybase/plugin-action-print/package.json index c33049e4e..7981aebb1 100644 --- a/packages/plugins/@tachybase/plugin-action-print/package.json +++ b/packages/plugins/@tachybase/plugin-action-print/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-action-print", "displayName": "Action: Print", - "version": "0.21.71", + "version": "0.21.70", "description": "Calls the browser's print function to print a record.", "keywords": [ "Actions" diff --git a/packages/plugins/@tachybase/plugin-api-doc/package.json b/packages/plugins/@tachybase/plugin-api-doc/package.json index abeb9291a..20b78908e 100644 --- a/packages/plugins/@tachybase/plugin-api-doc/package.json +++ b/packages/plugins/@tachybase/plugin-api-doc/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-api-doc", "displayName": "API documentation", - "version": "0.21.71", + "version": "0.21.70", "description": "An OpenAPI documentation generator for TachyBase HTTP API.", "license": "Apache-2.0", "main": "./dist/server/index.js", diff --git a/packages/plugins/@tachybase/plugin-api-keys/package.json b/packages/plugins/@tachybase/plugin-api-keys/package.json index 1425c1583..c0e6083ac 100644 --- a/packages/plugins/@tachybase/plugin-api-keys/package.json +++ b/packages/plugins/@tachybase/plugin-api-keys/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-api-keys", "displayName": "Auth: API keys", - "version": "0.21.71", + "version": "0.21.70", "description": "Allows users to use API key to access application's HTTP API", "keywords": [ "Authentication" diff --git a/packages/plugins/@tachybase/plugin-audit-logs/package.json b/packages/plugins/@tachybase/plugin-audit-logs/package.json index 321928cdd..788c8a154 100644 --- a/packages/plugins/@tachybase/plugin-audit-logs/package.json +++ b/packages/plugins/@tachybase/plugin-audit-logs/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-audit-logs", "displayName": "Audit logs", - "version": "0.21.71", + "version": "0.21.70", "description": "Audit logs.", "keywords": [ "System management" diff --git a/packages/plugins/@tachybase/plugin-auth/package.json b/packages/plugins/@tachybase/plugin-auth/package.json index 84f7e8221..a9aa8351c 100644 --- a/packages/plugins/@tachybase/plugin-auth/package.json +++ b/packages/plugins/@tachybase/plugin-auth/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-auth", "displayName": "Authentication", - "version": "0.21.71", + "version": "0.21.70", "description": "User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.", "keywords": [ "Authentication" diff --git a/packages/plugins/@tachybase/plugin-backup-restore/package.json b/packages/plugins/@tachybase/plugin-backup-restore/package.json index 2cd49c11f..fce26a03d 100644 --- a/packages/plugins/@tachybase/plugin-backup-restore/package.json +++ b/packages/plugins/@tachybase/plugin-backup-restore/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-backup-restore", "displayName": "App backup & restore", - "version": "0.21.71", + "version": "0.21.70", "description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.", "keywords": [ "System management" diff --git a/packages/plugins/@tachybase/plugin-calendar/package.json b/packages/plugins/@tachybase/plugin-calendar/package.json index 8743c0cc8..9f77ddf23 100644 --- a/packages/plugins/@tachybase/plugin-calendar/package.json +++ b/packages/plugins/@tachybase/plugin-calendar/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-calendar", "displayName": "Calendar", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.", "keywords": [ "Collections", diff --git a/packages/plugins/@tachybase/plugin-cas/package.json b/packages/plugins/@tachybase/plugin-cas/package.json index d25643fc8..a712a9efe 100644 --- a/packages/plugins/@tachybase/plugin-cas/package.json +++ b/packages/plugins/@tachybase/plugin-cas/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-cas", "displayName": "Auth: CAS", - "version": "0.21.71", + "version": "0.21.70", "description": "CAS authentication.", "keywords": [ "Authentication" diff --git a/packages/plugins/@tachybase/plugin-china-region/package.json b/packages/plugins/@tachybase/plugin-china-region/package.json index 2017a847b..4845fcfb1 100644 --- a/packages/plugins/@tachybase/plugin-china-region/package.json +++ b/packages/plugins/@tachybase/plugin-china-region/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-china-region", "displayName": "Administrative divisions of China", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides data and field type for administrative divisions of China.", "keywords": [ "Fields" diff --git a/packages/plugins/@tachybase/plugin-client/package.json b/packages/plugins/@tachybase/plugin-client/package.json index c0e23e23b..143637892 100644 --- a/packages/plugins/@tachybase/plugin-client/package.json +++ b/packages/plugins/@tachybase/plugin-client/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-client", "displayName": "WEB client", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides a client interface for the TachyBase server", "license": "Apache-2.0", "main": "./dist/server/index.js", diff --git a/packages/plugins/@tachybase/plugin-collection-manager/package.json b/packages/plugins/@tachybase/plugin-collection-manager/package.json index 98fa3c6bd..8f47989b2 100644 --- a/packages/plugins/@tachybase/plugin-collection-manager/package.json +++ b/packages/plugins/@tachybase/plugin-collection-manager/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-collection-manager", "displayName": "Data source: Main", - "version": "0.21.71", + "version": "0.21.70", "description": "TachyBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.", "keywords": [ "Data sources" diff --git a/packages/plugins/@tachybase/plugin-comments/package.json b/packages/plugins/@tachybase/plugin-comments/package.json index ab566a660..5c3518a7c 100644 --- a/packages/plugins/@tachybase/plugin-comments/package.json +++ b/packages/plugins/@tachybase/plugin-comments/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/plugin-comments", - "version": "0.21.71", + "version": "0.21.70", "main": "dist/server/index.js", "devDependencies": { "@ant-design/icons": "~5.3.7", diff --git a/packages/plugins/@tachybase/plugin-custom-request/package.json b/packages/plugins/@tachybase/plugin-custom-request/package.json index 915428058..35f7de043 100644 --- a/packages/plugins/@tachybase/plugin-custom-request/package.json +++ b/packages/plugins/@tachybase/plugin-custom-request/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-custom-request", "displayName": "Action: Custom request", - "version": "0.21.71", + "version": "0.21.70", "description": "Sending a request to any HTTP service supports sending context data to the target service.", "keywords": [ "Actions" diff --git a/packages/plugins/@tachybase/plugin-data-source-manager/package.json b/packages/plugins/@tachybase/plugin-data-source-manager/package.json index fff04064a..f5ef619bc 100644 --- a/packages/plugins/@tachybase/plugin-data-source-manager/package.json +++ b/packages/plugins/@tachybase/plugin-data-source-manager/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-data-source-manager", "displayName": "Data source manager", - "version": "0.21.71", + "version": "0.21.70", "description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.", "keywords": [ "Data model tools" diff --git a/packages/plugins/@tachybase/plugin-data-visualization/package.json b/packages/plugins/@tachybase/plugin-data-visualization/package.json index 46a9b0002..4785171d8 100644 --- a/packages/plugins/@tachybase/plugin-data-visualization/package.json +++ b/packages/plugins/@tachybase/plugin-data-visualization/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-data-visualization", "displayName": "Data visualization", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.", "keywords": [ "Blocks" diff --git a/packages/plugins/@tachybase/plugin-error-handler/package.json b/packages/plugins/@tachybase/plugin-error-handler/package.json index 0aca1a592..19e5e4913 100644 --- a/packages/plugins/@tachybase/plugin-error-handler/package.json +++ b/packages/plugins/@tachybase/plugin-error-handler/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-error-handler", "displayName": "Error handler", - "version": "0.21.71", + "version": "0.21.70", "description": "Handling application errors and exceptions.", "license": "Apache-2.0", "main": "./dist/server/index.js", diff --git a/packages/plugins/@tachybase/plugin-export/package.json b/packages/plugins/@tachybase/plugin-export/package.json index 206b51aed..8730968fb 100644 --- a/packages/plugins/@tachybase/plugin-export/package.json +++ b/packages/plugins/@tachybase/plugin-export/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-export", "displayName": "Action: Export records", - "version": "0.21.71", + "version": "0.21.70", "description": "Export filtered records to excel, you can configure which fields to export.", "keywords": [ "Actions" diff --git a/packages/plugins/@tachybase/plugin-external-data-source/package.json b/packages/plugins/@tachybase/plugin-external-data-source/package.json index 50848f5b7..ce49cf2ff 100644 --- a/packages/plugins/@tachybase/plugin-external-data-source/package.json +++ b/packages/plugins/@tachybase/plugin-external-data-source/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/plugin-external-data-source", - "version": "0.21.71", + "version": "0.21.70", "main": "dist/server/index.js", "dependencies": { "antd": "5.19.1", diff --git a/packages/plugins/@tachybase/plugin-field-markdown-vditor/package.json b/packages/plugins/@tachybase/plugin-field-markdown-vditor/package.json index e02fc05e5..4a51879a6 100644 --- a/packages/plugins/@tachybase/plugin-field-markdown-vditor/package.json +++ b/packages/plugins/@tachybase/plugin-field-markdown-vditor/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-field-markdown-vditor", "displayName": "Collection field: Markdown(Vditor)", - "version": "0.21.71", + "version": "0.21.70", "description": "Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.", "keywords": [ "Collection fields" diff --git a/packages/plugins/@tachybase/plugin-file-manager/package.json b/packages/plugins/@tachybase/plugin-file-manager/package.json index 723f49dad..856e2afd1 100644 --- a/packages/plugins/@tachybase/plugin-file-manager/package.json +++ b/packages/plugins/@tachybase/plugin-file-manager/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-file-manager", "displayName": "File manager", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides files storage services with files collection template and attachment field.", "keywords": [ "Collections", diff --git a/packages/plugins/@tachybase/plugin-formula-field/package.json b/packages/plugins/@tachybase/plugin-formula-field/package.json index 619fe60a9..8d2819402 100644 --- a/packages/plugins/@tachybase/plugin-formula-field/package.json +++ b/packages/plugins/@tachybase/plugin-formula-field/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-formula-field", "displayName": "Collection field: Formula", - "version": "0.21.71", + "version": "0.21.70", "description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.", "keywords": [ "Collection fields" diff --git a/packages/plugins/@tachybase/plugin-gantt/package.json b/packages/plugins/@tachybase/plugin-gantt/package.json index 6159c016a..bb8ce05ca 100644 --- a/packages/plugins/@tachybase/plugin-gantt/package.json +++ b/packages/plugins/@tachybase/plugin-gantt/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-gantt", "displayName": "Block: Gantt", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides Gantt block.", "keywords": [ "Blocks" diff --git a/packages/plugins/@tachybase/plugin-graph-collection-manager/package.json b/packages/plugins/@tachybase/plugin-graph-collection-manager/package.json index 2ab6f3de1..853d15093 100644 --- a/packages/plugins/@tachybase/plugin-graph-collection-manager/package.json +++ b/packages/plugins/@tachybase/plugin-graph-collection-manager/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-graph-collection-manager", "displayName": "Graph collection manager", - "version": "0.21.71", + "version": "0.21.70", "description": "An ER diagram-like tool. Currently only the Master database is supported.", "keywords": [ "Data model tools" diff --git a/packages/plugins/@tachybase/plugin-iframe-block/package.json b/packages/plugins/@tachybase/plugin-iframe-block/package.json index cd39e16bb..14a3d3875 100644 --- a/packages/plugins/@tachybase/plugin-iframe-block/package.json +++ b/packages/plugins/@tachybase/plugin-iframe-block/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-iframe-block", "displayName": "Block: iframe", - "version": "0.21.71", + "version": "0.21.70", "description": "Create an iframe block on the page to embed and display external web pages or content.", "keywords": [ "Blocks" diff --git a/packages/plugins/@tachybase/plugin-import/package.json b/packages/plugins/@tachybase/plugin-import/package.json index 0cf5ef8d0..69ddaeb2d 100644 --- a/packages/plugins/@tachybase/plugin-import/package.json +++ b/packages/plugins/@tachybase/plugin-import/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-import", "displayName": "Action: Import records", - "version": "0.21.71", + "version": "0.21.70", "description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.", "keywords": [ "Actions" diff --git a/packages/plugins/@tachybase/plugin-kanban/package.json b/packages/plugins/@tachybase/plugin-kanban/package.json index a3b7dcf7c..519f948fd 100644 --- a/packages/plugins/@tachybase/plugin-kanban/package.json +++ b/packages/plugins/@tachybase/plugin-kanban/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-kanban", "displayName": "Block: Kanban", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides kanban block.", "keywords": [ "Blocks" diff --git a/packages/plugins/@tachybase/plugin-localization-management/package.json b/packages/plugins/@tachybase/plugin-localization-management/package.json index 53a7bb13a..53dfacfc6 100644 --- a/packages/plugins/@tachybase/plugin-localization-management/package.json +++ b/packages/plugins/@tachybase/plugin-localization-management/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-localization-management", "displayName": "Localization", - "version": "0.21.71", + "version": "0.21.70", "description": "Allows to manage localization resources of the application.", "keywords": [ "System management" diff --git a/packages/plugins/@tachybase/plugin-logger/package.json b/packages/plugins/@tachybase/plugin-logger/package.json index fe66b023e..cec841a93 100644 --- a/packages/plugins/@tachybase/plugin-logger/package.json +++ b/packages/plugins/@tachybase/plugin-logger/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-logger", "displayName": "Logger", - "version": "0.21.71", + "version": "0.21.70", "description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.", "keywords": [ "Logging and monitoring" diff --git a/packages/plugins/@tachybase/plugin-map/package.json b/packages/plugins/@tachybase/plugin-map/package.json index 94dbf990d..d8a9d9746 100644 --- a/packages/plugins/@tachybase/plugin-map/package.json +++ b/packages/plugins/@tachybase/plugin-map/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-map", "displayName": "Block: Map", - "version": "0.21.71", + "version": "0.21.70", "description": "Map block, support Gaode map and Google map, you can also extend more map types.", "keywords": [ "Blocks" diff --git a/packages/plugins/@tachybase/plugin-mobile-client/package.json b/packages/plugins/@tachybase/plugin-mobile-client/package.json index c3f665428..066c24859 100644 --- a/packages/plugins/@tachybase/plugin-mobile-client/package.json +++ b/packages/plugins/@tachybase/plugin-mobile-client/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-mobile-client", "displayName": "Mobile client", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides the ability to configure mobile pages.", "license": "Apache-2.0", "main": "./dist/server/index.js", diff --git a/packages/plugins/@tachybase/plugin-mock-collections/package.json b/packages/plugins/@tachybase/plugin-mock-collections/package.json index 360349d21..4d9d5793d 100644 --- a/packages/plugins/@tachybase/plugin-mock-collections/package.json +++ b/packages/plugins/@tachybase/plugin-mock-collections/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-mock-collections", "displayName": "mock-collections", - "version": "0.21.71", + "version": "0.21.70", "description": "mock-collections", "license": "Apache-2.0", "main": "./dist/server/index.js", diff --git a/packages/plugins/@tachybase/plugin-multi-app-manager/package.json b/packages/plugins/@tachybase/plugin-multi-app-manager/package.json index d9fd76481..c3d004af7 100644 --- a/packages/plugins/@tachybase/plugin-multi-app-manager/package.json +++ b/packages/plugins/@tachybase/plugin-multi-app-manager/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-multi-app-manager", "displayName": "Multi-app manager", - "version": "0.21.71", + "version": "0.21.70", "description": "Dynamically create multiple apps without separate deployments.", "keywords": [ "System management" diff --git a/packages/plugins/@tachybase/plugin-multi-app-share-collection/package.json b/packages/plugins/@tachybase/plugin-multi-app-share-collection/package.json index b13dd9650..6353f31f3 100644 --- a/packages/plugins/@tachybase/plugin-multi-app-share-collection/package.json +++ b/packages/plugins/@tachybase/plugin-multi-app-share-collection/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-multi-app-share-collection", "displayName": "Multi-app share collection", - "version": "0.21.71", + "version": "0.21.70", "description": "", "keywords": [ "System management" diff --git a/packages/plugins/@tachybase/plugin-notifications/package.json b/packages/plugins/@tachybase/plugin-notifications/package.json index f3aba5e64..5776288cb 100644 --- a/packages/plugins/@tachybase/plugin-notifications/package.json +++ b/packages/plugins/@tachybase/plugin-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/plugin-notifications", - "version": "0.21.71", + "version": "0.21.70", "description": "", "license": "Apache-2.0", "main": "./dist/server/index.js", diff --git a/packages/plugins/@tachybase/plugin-oidc/package.json b/packages/plugins/@tachybase/plugin-oidc/package.json index 4c227d973..8eabfb71e 100644 --- a/packages/plugins/@tachybase/plugin-oidc/package.json +++ b/packages/plugins/@tachybase/plugin-oidc/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-oidc", "displayName": "Auth: OIDC", - "version": "0.21.71", + "version": "0.21.70", "description": "OIDC (OpenID Connect) authentication.", "keywords": [ "Authentication" diff --git a/packages/plugins/@tachybase/plugin-saml/package.json b/packages/plugins/@tachybase/plugin-saml/package.json index c85dfb8c2..8ee9ce9b4 100644 --- a/packages/plugins/@tachybase/plugin-saml/package.json +++ b/packages/plugins/@tachybase/plugin-saml/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-saml", "displayName": "Auth: SAML 2.0", - "version": "0.21.71", + "version": "0.21.70", "description": "SAML 2.0 authentication.", "keywords": [ "Authentication" diff --git a/packages/plugins/@tachybase/plugin-sequence-field/package.json b/packages/plugins/@tachybase/plugin-sequence-field/package.json index 85036062b..97fb03d37 100644 --- a/packages/plugins/@tachybase/plugin-sequence-field/package.json +++ b/packages/plugins/@tachybase/plugin-sequence-field/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-sequence-field", "displayName": "Collection field: Sequence", - "version": "0.21.71", + "version": "0.21.70", "description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.", "keywords": [ "Collection fields" diff --git a/packages/plugins/@tachybase/plugin-sms-auth/package.json b/packages/plugins/@tachybase/plugin-sms-auth/package.json index 0af8acd35..111d774f6 100644 --- a/packages/plugins/@tachybase/plugin-sms-auth/package.json +++ b/packages/plugins/@tachybase/plugin-sms-auth/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-sms-auth", "displayName": "Auth: SMS", - "version": "0.21.71", + "version": "0.21.70", "description": "SMS authentication.", "keywords": [ "Authentication" diff --git a/packages/plugins/@tachybase/plugin-snapshot-field/package.json b/packages/plugins/@tachybase/plugin-snapshot-field/package.json index 8f436f5c5..daef44aae 100644 --- a/packages/plugins/@tachybase/plugin-snapshot-field/package.json +++ b/packages/plugins/@tachybase/plugin-snapshot-field/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-snapshot-field", "displayName": "Collection field: Snapshot", - "version": "0.21.71", + "version": "0.21.70", "description": "When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.", "keywords": [ "Collection fields" diff --git a/packages/plugins/@tachybase/plugin-system-settings/package.json b/packages/plugins/@tachybase/plugin-system-settings/package.json index d14bbf2aa..1f4005406 100644 --- a/packages/plugins/@tachybase/plugin-system-settings/package.json +++ b/packages/plugins/@tachybase/plugin-system-settings/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-system-settings", "displayName": "System settings", - "version": "0.21.71", + "version": "0.21.70", "description": "Used to adjust the system title, logo, language, etc.", "keywords": [ "System management" diff --git a/packages/plugins/@tachybase/plugin-theme-editor/package.json b/packages/plugins/@tachybase/plugin-theme-editor/package.json index 27e922451..c842315ce 100644 --- a/packages/plugins/@tachybase/plugin-theme-editor/package.json +++ b/packages/plugins/@tachybase/plugin-theme-editor/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-theme-editor", "displayName": "Theme editor", - "version": "0.21.71", + "version": "0.21.70", "description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.", "keywords": [ "System management" diff --git a/packages/plugins/@tachybase/plugin-ui-schema-storage/package.json b/packages/plugins/@tachybase/plugin-ui-schema-storage/package.json index 79079a270..d3fd0fa62 100644 --- a/packages/plugins/@tachybase/plugin-ui-schema-storage/package.json +++ b/packages/plugins/@tachybase/plugin-ui-schema-storage/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-ui-schema-storage", "displayName": "UI schema storage", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides centralized UI schema storage service.", "keywords": [ "System & security" diff --git a/packages/plugins/@tachybase/plugin-users/package.json b/packages/plugins/@tachybase/plugin-users/package.json index b392d228f..9ff1b66e0 100644 --- a/packages/plugins/@tachybase/plugin-users/package.json +++ b/packages/plugins/@tachybase/plugin-users/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-users", "displayName": "Users", - "version": "0.21.71", + "version": "0.21.70", "description": "Provides basic user model, as well as created by and updated by fields.", "keywords": [ "Users & permissions" diff --git a/packages/plugins/@tachybase/plugin-verification/package.json b/packages/plugins/@tachybase/plugin-verification/package.json index 3f35f1b98..ac17e40ec 100644 --- a/packages/plugins/@tachybase/plugin-verification/package.json +++ b/packages/plugins/@tachybase/plugin-verification/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-verification", "displayName": "Verification", - "version": "0.21.71", + "version": "0.21.70", "description": "verification setting.", "keywords": [ "Authentication" diff --git a/packages/plugins/@tachybase/plugin-workflow-test/package.json b/packages/plugins/@tachybase/plugin-workflow-test/package.json index f5fcb64e8..1bbdac0c1 100644 --- a/packages/plugins/@tachybase/plugin-workflow-test/package.json +++ b/packages/plugins/@tachybase/plugin-workflow-test/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-workflow-test", "displayName": "Workflow: test kit", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "dist/server/index.js", "types": "./dist/server/index.d.ts", diff --git a/packages/plugins/@tachybase/plugin-workflow/package.json b/packages/plugins/@tachybase/plugin-workflow/package.json index cc616ee12..b099d11e1 100644 --- a/packages/plugins/@tachybase/plugin-workflow/package.json +++ b/packages/plugins/@tachybase/plugin-workflow/package.json @@ -1,7 +1,7 @@ { "name": "@tachybase/plugin-workflow", "displayName": "Workflow", - "version": "0.21.71", + "version": "0.21.70", "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.", "keywords": [ "Workflow" diff --git a/packages/plugins/@tachybase/plugin-workflow/src/client/features/js-parse/JSParse.instruction.ts b/packages/plugins/@tachybase/plugin-workflow/src/client/features/js-parse/JSParse.instruction.ts index df082c738..d756fb9d0 100644 --- a/packages/plugins/@tachybase/plugin-workflow/src/client/features/js-parse/JSParse.instruction.ts +++ b/packages/plugins/@tachybase/plugin-workflow/src/client/features/js-parse/JSParse.instruction.ts @@ -27,9 +27,6 @@ export class JSParseInstruction extends Instruction { type: 'string', title: tval('JSCode expression'), 'x-decorator': 'FormItem', - 'x-decorator-props': { - tooltip: 'ctx.data\nctx.body\n__ctx\nlib.JSON\nlib.qrcode\ncanvas\nlib.dayjs\nlib.log', - }, 'x-component': 'CodeMirror', required: true, }, diff --git a/packages/plugins/@tachybase/plugin-workflow/src/client/features/json-parse/JSONParse.instruction.ts b/packages/plugins/@tachybase/plugin-workflow/src/client/features/json-parse/JSONParse.instruction.ts index c794e479f..adc072e69 100644 --- a/packages/plugins/@tachybase/plugin-workflow/src/client/features/json-parse/JSONParse.instruction.ts +++ b/packages/plugins/@tachybase/plugin-workflow/src/client/features/json-parse/JSONParse.instruction.ts @@ -27,7 +27,7 @@ export class JSONParseInstruction extends Instruction { type: 'string', title: tval('Query expression'), 'x-decorator': 'FormItem', - 'x-component': 'CodeMirror', + 'x-component': 'Input.TextArea', }, model: { type: 'array', diff --git a/packages/plugins/@tachybase/plugin-workflow/src/server/features/js-parse/JSParse.instruction.ts b/packages/plugins/@tachybase/plugin-workflow/src/server/features/js-parse/JSParse.instruction.ts index 74e4c8d3c..72f86f40c 100644 --- a/packages/plugins/@tachybase/plugin-workflow/src/server/features/js-parse/JSParse.instruction.ts +++ b/packages/plugins/@tachybase/plugin-workflow/src/server/features/js-parse/JSParse.instruction.ts @@ -1,5 +1,3 @@ -import crypto from 'crypto'; - import * as canvas from 'canvas'; import _ from 'lodash'; import qrcode from 'qrcode'; @@ -21,7 +19,6 @@ export class JSParseInstruction extends Instruction { JSON, canvas, qrcode, - crypto, log: console.log, }, }); @@ -65,7 +62,7 @@ function mapModel(data, model) { } async function evalSimulate(jsCode, { ctx, lib }) { - const AsyncFunction: any = async function () {}.constructor; + const AsyncFunction = async function () {}.constructor; return await new AsyncFunction('$root', `with($root) { ${jsCode}; }`)({ ctx, // 允许用户覆盖,这个时候可以使用 _ctx diff --git a/packages/presets/base/package.json b/packages/presets/base/package.json index a09654320..86d89293d 100644 --- a/packages/presets/base/package.json +++ b/packages/presets/base/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/preset-tachybase", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "./lib/server/index.js", "dependencies": { diff --git a/packages/presets/mini/package.json b/packages/presets/mini/package.json index d035f7bb9..164c83ba1 100644 --- a/packages/presets/mini/package.json +++ b/packages/presets/mini/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/preset-mini", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "./lib/server/index.js", "dependencies": { diff --git a/packages/presets/rental/package.json b/packages/presets/rental/package.json index 266a8af5b..07c86a51e 100644 --- a/packages/presets/rental/package.json +++ b/packages/presets/rental/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/preset-hera-rental", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "./lib/server/index.js", "dependencies": { diff --git a/packages/presets/sancongtou/package.json b/packages/presets/sancongtou/package.json index 7a0d60c3e..6b9aa57e9 100644 --- a/packages/presets/sancongtou/package.json +++ b/packages/presets/sancongtou/package.json @@ -1,6 +1,6 @@ { "name": "@tachybase/preset-hera-sancongtou", - "version": "0.21.71", + "version": "0.21.70", "license": "Apache-2.0", "main": "./lib/server/index.js", "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e8846f9f3..f7d20944c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -674,22 +674,19 @@ importers: version: 2.3.1 '@formily/react': specifier: 2.3.1 - version: 2.3.1(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.4.5) + version: 2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.4.5) '@formily/reactive': specifier: 2.3.1 version: 2.3.1 '@formily/reactive-react': specifier: 2.3.1 - version: 2.3.1(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) + version: 2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) '@formily/shared': specifier: 2.3.1 version: 2.3.1 '@formily/validator': specifier: 2.3.1 version: 2.3.1 - '@uiw/codemirror-theme-vscode': - specifier: ^4.23.0 - version: 4.23.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4) '@uiw/react-codemirror': specifier: ^4.22.2 version: 4.22.2(@babel/runtime@7.24.7)(@codemirror/autocomplete@6.16.3)(@codemirror/language@6.10.2)(@codemirror/lint@6.8.1)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.28.4)(codemirror@6.0.1)(react-dom@18.3.1)(react@18.3.1) @@ -9747,35 +9744,6 @@ packages: - typescript dev: false - /@formily/react@2.3.1(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1)(typescript@5.4.5): - resolution: {integrity: sha512-8KkFJe2OnbsgiXwY/txUcUaCQIfIkfowWQinOSni02U2ssgs2bpb1ifFHlZrFGfrrW/xhce4ANUHRgoVYt7W4Q==} - engines: {npm: '>=3.0.0'} - peerDependencies: - '@types/react': '>=16.8.0' - '@types/react-dom': '>=16.8.0' - react: '>=16.8.0' - react-dom: '>=16.8.0' - react-is: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@formily/core': 2.3.1 - '@formily/json-schema': 2.3.1(typescript@5.4.5) - '@formily/reactive': 2.3.1 - '@formily/reactive-react': 2.3.1(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1) - '@formily/shared': 2.3.1 - '@formily/validator': 2.3.1 - hoist-non-react-statics: 3.3.2 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-is: 18.3.1 - transitivePeerDependencies: - - typescript - dev: false - /@formily/reactive-react@2.3.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1): resolution: {integrity: sha512-r6d94JBWhwXGpsffNLnRzgksQJtmqudD1cq7ky2Oljtxg5Ynl8H0Ppcnsv0bd9NbNSAeDeFs2uwWz56exgDzjA==} engines: {npm: '>=3.0.0'} @@ -9800,28 +9768,6 @@ packages: react-is: 18.3.1 dev: false - /@formily/reactive-react@2.3.1(react-dom@18.3.1)(react-is@18.3.1)(react@18.3.1): - resolution: {integrity: sha512-r6d94JBWhwXGpsffNLnRzgksQJtmqudD1cq7ky2Oljtxg5Ynl8H0Ppcnsv0bd9NbNSAeDeFs2uwWz56exgDzjA==} - engines: {npm: '>=3.0.0'} - peerDependencies: - '@types/react': '>=16.8.0' - '@types/react-dom': '>=16.8.0' - react: '>=16.8.0' - react-dom: '>=16.8.0' - react-is: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@formily/reactive': 2.3.1 - hoist-non-react-statics: 3.3.2 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - react-is: 18.3.1 - dev: false - /@formily/reactive@2.3.1: resolution: {integrity: sha512-IVHOZW7VBc+Gq9eB/gPldi7pEC3wDonDb99KvHlS8SmzsY6+a/iAdrw2mDagXXUficsC2gT4y4EcJ2f1ALMKtQ==} engines: {npm: '>=3.0.0'} @@ -13331,28 +13277,6 @@ packages: '@codemirror/view': 6.28.4 dev: false - /@uiw/codemirror-theme-vscode@4.23.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4): - resolution: {integrity: sha512-zl1FD7U1b58tqlF216jYv2okvVkTe+FP1ztqO/DF129bcH99QjszkakshyfxQEvvF4ys3zyzqZ7vU3VYBir8tg==} - dependencies: - '@uiw/codemirror-themes': 4.23.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4) - transitivePeerDependencies: - - '@codemirror/language' - - '@codemirror/state' - - '@codemirror/view' - dev: false - - /@uiw/codemirror-themes@4.23.0(@codemirror/language@6.10.2)(@codemirror/state@6.4.1)(@codemirror/view@6.28.4): - resolution: {integrity: sha512-9fiji9xooZyBQozR1i6iTr56YP7j/Dr/VgsNWbqf5Szv+g+4WM1iZuiDGwNXmFMWX8gbkDzp6ASE21VCPSofWw==} - peerDependencies: - '@codemirror/language': '>=6.0.0' - '@codemirror/state': '>=6.0.0' - '@codemirror/view': '>=6.0.0' - dependencies: - '@codemirror/language': 6.10.2 - '@codemirror/state': 6.4.1 - '@codemirror/view': 6.28.4 - dev: false - /@uiw/react-codemirror@4.22.2(@babel/runtime@7.24.7)(@codemirror/autocomplete@6.16.3)(@codemirror/language@6.10.2)(@codemirror/lint@6.8.1)(@codemirror/search@6.5.6)(@codemirror/state@6.4.1)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.28.4)(codemirror@6.0.1)(react-dom@18.3.1)(react@18.3.1): resolution: {integrity: sha512-okCSl+WJG63gRx8Fdz7v0C6RakBQnbb3pHhuzIgDB+fwhipgFodSnu2n9oOsQesJ5YQ7mSOcKMgX0JEsu4nnfQ==} peerDependencies: