@nocobase/plugin-ai 2.2.0-beta.1 → 2.2.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/docs/nocobase/ai/ai-quick-start.md +1 -1
- package/dist/ai/docs/nocobase/ai/claude-code/index.md +2 -2
- package/dist/ai/docs/nocobase/ai/codex/index.md +2 -2
- package/dist/ai/docs/nocobase/ai/hermes-agent/index.md +2 -2
- package/dist/ai/docs/nocobase/ai/index.md +1 -1
- package/dist/ai/docs/nocobase/ai/install-nocobase-app.md +117 -0
- package/dist/ai/docs/nocobase/ai/local-development-setup.md +94 -0
- package/dist/ai/docs/nocobase/ai/openclaw/index.md +2 -2
- package/dist/ai/docs/nocobase/ai/opencode/index.md +2 -2
- package/dist/ai/docs/nocobase/ai/quick-start.mdx +22 -15
- package/dist/ai/docs/nocobase/ai/upgrade-from-2-0-to-2-1.md +57 -0
- package/dist/ai/docs/nocobase/ai/upgrade-nocobase-app.md +111 -0
- package/dist/ai/docs/nocobase/ai/windows-wsl.md +409 -0
- package/dist/ai/docs/nocobase/ai/workbuddy/index.md +2 -2
- package/dist/ai/docs/nocobase/ai-builder/index.md +17 -2
- package/dist/ai/docs/nocobase/ai-builder/version-control.md +120 -0
- package/dist/ai/docs/nocobase/ai-dev/index.md +1 -1
- package/dist/ai/docs/nocobase/api/cli/init.md +2 -2
- package/dist/ai/docs/nocobase/api/cli/plugin/import.md +1 -1
- package/dist/ai/docs/nocobase/api/cli/skills/install.md +1 -0
- package/dist/ai/docs/nocobase/api/cli/skills/update.md +1 -0
- package/dist/ai/docs/nocobase/get-started/how-nocobase-works.mdx +8 -1
- package/dist/ai/docs/nocobase/get-started/quickstart.md +6 -1
- package/dist/ai/docs/nocobase/get-started/system-requirements.md +9 -1
- package/dist/ai/docs/nocobase/index.md +7 -10
- package/dist/ai/docs/nocobase/interface-builder/blocks/data-blocks/gantt.md +204 -0
- package/dist/ai/docs/nocobase/interface-builder/blocks/data-blocks/map.md +105 -0
- package/dist/ai/docs/nocobase/interface-builder/fields/field-settings/scan-input.md +43 -0
- package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/index.md +6 -6
- package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/installation/cli.md +3 -9
- package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/installation/env.md +3 -3
- package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/installation/migration.md +1 -1
- package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/production/index.md +1 -1
- package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/production/reverse-proxy/caddy.md +1 -1
- package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/production/reverse-proxy/index.md +1 -1
- package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/production/reverse-proxy/nginx.md +1 -1
- package/dist/ai/docs/nocobase/ops-management/version-control/index.md +21 -6
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-acl/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-bulk-edit/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-bulk-update/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-custom-request/index.md +5 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-duplicate/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-export/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-export-pro/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-import/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-import-pro/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-print/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-action-template-print/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai/index.md +6 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai-gigachat/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ai-knowledge-base/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-api-doc/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-api-keys/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-app-sso/index.md +16 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-app-supervisor/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-async-task-manager/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-audit-logger/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-audit-logs/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-cas/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-dingtalk/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-ldap/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-oidc/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-saml/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-sms/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-auth-wecom/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-backup-restore/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-backups/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-grid-card/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-iframe/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-list/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-markdown/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-multi-step-form/index.md +6 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-template/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-tree/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-block-workbench/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-calendar/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-charts/index.md +5 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-client/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-fdw/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-sql/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-collection-tree/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-comments/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-custom-brand/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-custom-variables/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-external-clickhouse/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-external-doris/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-external-mariadb/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-external-mssql/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-external-mysql/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-external-nocobase/index.md +16 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-external-oracle/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-external-postgres/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-kingbase/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-main/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-manager/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-source-rest-api/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-visualization/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-data-visualization-echarts/index.md +8 -4
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-departments/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-email-manager/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-embed/index.md +4 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-environment-variables/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-error-handler/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-attachment-url/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-china-region/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-code/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-component-mask/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-encryption/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-formula/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-m2m-array/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-markdown-vditor/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-sequence/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-signature/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-field-sort/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-manager/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-previewer-office/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-file-storage-s3-pro/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-flow-engine/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-form-drafts/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-gantt/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-graph-collection-manager/index.md +8 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-idp-oauth/index.md +14 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ip-restriction/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-kanban/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-license/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-locale-tester/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-localization/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-lock-adapter-redis/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-logger/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-map/index.md +87 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mcp-server/index.md +14 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-migration-manager/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mobile/index.md +8 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-mobile-client/index.md +7 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-app-manager/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-app-share-collection/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-keyword-filter/index.md +4 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-multi-space/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-email/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-in-app-message/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-notification-manager/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-password-policy/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-public-forms/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-pubsub-adapter-redis/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-queue-adapter-rabbitmq/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-queue-adapter-redis/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-record-history/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-request-encryption/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-snapshot-field/index.md +6 -4
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-system-settings/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-telemetry/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-telemetry-prometheus/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-text-copy/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-theme-editor/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-two-factor-authentication/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-schema-storage/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-ui-templates/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-user-data-sync/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-users/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-verification/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-verification-totp-authenticator/index.md +2 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-version-control/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workerid-allocator-redis/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-action-trigger/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-aggregate/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-approval/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-cc/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-custom-action-trigger/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-date-calculation/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-delay/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-dynamic-calculation/index.md +6 -4
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-javascript/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-json-query/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-json-variable-mapping/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-loop/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-mailer/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-manual/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-notification/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-parallel/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-request/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-request-interceptor/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-response-message/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-sql/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-subflow/index.md +3 -1
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-test/index.md +4 -2
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-transaction/index.md +16 -0
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-variable/index.md +5 -3
- package/dist/ai/docs/nocobase/plugins/@nocobase/plugin-workflow-webhook/index.md +4 -2
- package/dist/ai/docs/nocobase/workflow/nodes/index.md +2 -1
- package/dist/ai/docs/nocobase/workflow/nodes/transaction.md +81 -0
- package/dist/client/561.7ec804ef39ec7dcd.js +10 -0
- package/dist/client/{646.b0ed728921b007d4.js → 646.d4483b4ff23da0a0.js} +1 -1
- package/dist/client/components/ListCollapse.d.ts +2 -1
- package/dist/client/features/components.d.ts +9 -0
- package/dist/client/features/feature-manager.d.ts +1 -9
- package/dist/client/features/index.d.ts +1 -9
- package/dist/client/features/vector-database-provider.d.ts +1 -10
- package/dist/client/features/vector-store-provider.d.ts +9 -0
- package/dist/client/index.d.ts +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/manager/ai-feature-manager.d.ts +1 -6
- package/dist/client-v2/features/components.d.ts +14 -0
- package/dist/client-v2/features/feature-manager.d.ts +19 -0
- package/dist/client-v2/features/index.d.ts +22 -0
- package/dist/client-v2/features/vector-database-provider.d.ts +18 -0
- package/dist/client-v2/features/vector-store-provider.d.ts +38 -0
- package/dist/client-v2/index.d.ts +5 -0
- package/dist/client-v2/index.js +1 -1
- package/dist/client-v2/manager/ai-feature-manager.d.ts +15 -0
- package/dist/externalVersion.js +17 -17
- package/dist/node_modules/@langchain/xai/package.json +1 -1
- package/dist/node_modules/fs-extra/package.json +1 -1
- package/dist/node_modules/jsonrepair/package.json +1 -1
- package/dist/node_modules/just-bash/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/node_modules/openai/package.json +1 -1
- package/dist/node_modules/zod/package.json +1 -1
- package/dist/server/ai-employees/ai-knowledge-base.js +1 -1
- package/dist/server/features/feature-manager.d.ts +2 -2
- package/dist/server/features/vector-store-provider.d.ts +1 -0
- package/dist/server/llm-providers/dashscope.js +2 -2
- package/dist/server/llm-providers/kimi/provider.js +2 -2
- package/dist/server/llm-providers/mimo.js +2 -2
- package/dist/server/llm-providers/openai/completions.js +2 -2
- package/dist/server/llm-providers/openai/responses.js +8 -4
- package/dist/server/llm-providers/provider.d.ts +2 -2
- package/dist/server/llm-providers/provider.js +1 -0
- package/dist/server/types/knowledge-base.type.d.ts +1 -1
- package/dist/server/workflow/nodes/llm/index.js +3 -0
- package/package.json +3 -2
- package/dist/client/561.776886c5308e3c26.js +0 -10
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/cli-design/nb-app-design-intent.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/cli-design/nb-proxy-design-intent.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/installation/airgap.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/installation/docker-compose.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/operations/backup-restore.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/operations/manage-app.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/operations/multi-environment.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/plugins/third-party.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/production/autostart.md +0 -0
- /package/dist/ai/docs/nocobase/{quickstart → nocobase-cli}/release-management.md +0 -0
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Form drafts"
|
|
3
|
+
keywords: "Form drafts,Plugin,NocoBase"
|
|
4
|
+
displayName: "Form drafts"
|
|
3
5
|
packageName: '@nocobase/plugin-form-drafts'
|
|
4
6
|
supportedVersions:
|
|
5
7
|
- 2.x
|
|
6
8
|
description: |
|
|
7
|
-
|
|
9
|
+
Allow users to save form drafts and continue editing later.
|
|
8
10
|
isFree: true
|
|
9
11
|
builtIn: true
|
|
10
12
|
defaultEnabled: false
|
|
11
13
|
editionLevel: 0
|
|
12
14
|
---
|
|
13
15
|
|
|
14
|
-
# Form
|
|
16
|
+
# Form drafts
|
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Graph collection manager"
|
|
3
|
+
keywords: "Data model tools"
|
|
2
4
|
displayName: "Graph collection manager"
|
|
3
5
|
packageName: '@nocobase/plugin-graph-collection-manager'
|
|
6
|
+
supportedVersions:
|
|
7
|
+
- 1.x
|
|
4
8
|
description: |
|
|
5
9
|
An ER diagram-like tool. Currently only the Master database is supported.
|
|
6
10
|
isFree: true
|
|
7
11
|
builtIn: true
|
|
8
12
|
defaultEnabled: false
|
|
13
|
+
deprecated: true
|
|
9
14
|
editionLevel: 0
|
|
10
15
|
---
|
|
11
16
|
|
|
12
|
-
# Graph collection manager
|
|
17
|
+
# Graph collection manager
|
|
18
|
+
|
|
19
|
+
> Note: This plugin is deprecated.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "IdP: OAuth"
|
|
3
|
+
keywords: "Authentication"
|
|
4
|
+
displayName: "IdP: OAuth"
|
|
5
|
+
packageName: '@nocobase/plugin-idp-oauth'
|
|
6
|
+
description: |
|
|
7
|
+
Based on OAuth 2.1 and OpenID Connect, this plugin enables NocoBase to act as an identity provider for other systems.
|
|
8
|
+
isFree: true
|
|
9
|
+
builtIn: true
|
|
10
|
+
defaultEnabled: false
|
|
11
|
+
editionLevel: 0
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# IdP: OAuth
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Block: Kanban"
|
|
3
|
+
keywords: "Blocks"
|
|
2
4
|
displayName: "Block: Kanban"
|
|
3
5
|
packageName: '@nocobase/plugin-kanban'
|
|
4
6
|
description: |
|
|
5
|
-
Provides
|
|
7
|
+
Provides kanban block.
|
|
6
8
|
isFree: true
|
|
7
9
|
builtIn: true
|
|
8
10
|
defaultEnabled: false
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Block: Kanban
|
|
14
|
+
# Block: Kanban
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "License settings"
|
|
3
|
+
keywords: "License settings,Plugin,NocoBase"
|
|
2
4
|
displayName: "License settings"
|
|
3
5
|
packageName: '@nocobase/plugin-license'
|
|
4
6
|
description: |
|
|
@@ -9,4 +11,4 @@ defaultEnabled: false
|
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# License settings
|
|
14
|
+
# License settings
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Locale tester"
|
|
3
|
+
keywords: "Locale tester,Plugin,NocoBase"
|
|
2
4
|
displayName: "Locale tester"
|
|
3
5
|
packageName: '@nocobase/plugin-locale-tester'
|
|
4
6
|
description: |
|
|
@@ -9,4 +11,4 @@ defaultEnabled: false
|
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Locale tester
|
|
14
|
+
# Locale tester
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Localization"
|
|
3
|
+
keywords: "System management"
|
|
2
4
|
displayName: "Localization"
|
|
3
5
|
packageName: '@nocobase/plugin-localization'
|
|
4
6
|
description: |
|
|
5
|
-
|
|
7
|
+
Allows to manage localization resources of the application.
|
|
6
8
|
isFree: true
|
|
7
9
|
builtIn: true
|
|
8
10
|
defaultEnabled: false
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Localization
|
|
14
|
+
# Localization
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Logger"
|
|
3
|
+
keywords: "Logging and monitoring"
|
|
2
4
|
displayName: "Logger"
|
|
3
5
|
packageName: '@nocobase/plugin-logger'
|
|
4
6
|
description: |
|
|
5
|
-
Server-side logs, mainly including API request logs and system runtime logs, and
|
|
7
|
+
Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.
|
|
6
8
|
isFree: true
|
|
7
9
|
builtIn: true
|
|
8
10
|
defaultEnabled: false
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Logger
|
|
14
|
+
# Logger
|
|
@@ -1,12 +1,96 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: 'Block: Map'
|
|
3
|
+
keywords: 'Blocks'
|
|
4
|
+
displayName: 'Block: Map'
|
|
3
5
|
packageName: '@nocobase/plugin-map'
|
|
4
6
|
description: |
|
|
5
|
-
Map block,
|
|
7
|
+
Map block, support Gaode map and Google map, you can also extend more map types.
|
|
6
8
|
isFree: true
|
|
7
9
|
builtIn: true
|
|
8
10
|
defaultEnabled: false
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Block: Map
|
|
14
|
+
# Block: Map
|
|
15
|
+
|
|
16
|
+
In NocoBase v2, the **Map block** displays geographic data from a collection on a map. It supports AMap and Google Maps, and can render point, line, polygon, and circle fields. You can also add actions to the block to open record views, filter data, refresh data, or run custom logic.
|
|
17
|
+
|
|
18
|
+
The Map block is a collection block. Before using it, enable `@nocobase/plugin-map` and create at least one map field in the target collection.
|
|
19
|
+
|
|
20
|
+
## Before you start
|
|
21
|
+
|
|
22
|
+
### Configure a map provider
|
|
23
|
+
|
|
24
|
+
After enabling the plugin, go to "Plugin settings / Map manager" and configure the map provider.
|
|
25
|
+
|
|
26
|
+
The required settings are:
|
|
27
|
+
|
|
28
|
+
- **AMap**: `Access key`, plus `securityJsCode` or `serviceHost`
|
|
29
|
+
- **Google Maps**: `Api key`
|
|
30
|
+
|
|
31
|
+
After saving the settings, map fields and map blocks load the provider selected by the field's map type. If the map cannot be loaded, check whether the key is valid, whether the domain whitelist includes the current domain, and whether the browser can access the selected map provider.
|
|
32
|
+
|
|
33
|
+
### Create a map field
|
|
34
|
+
|
|
35
|
+
When adding a field to a collection, choose a field type from the "Map-based geometry" group.
|
|
36
|
+
|
|
37
|
+
| Field type | Usage |
|
|
38
|
+
| ---------- | --------------------------------------------------------------------- |
|
|
39
|
+
| Point | Marks a single location, such as a store, device, or customer address |
|
|
40
|
+
| Line | Represents a route or track |
|
|
41
|
+
| Polygon | Represents an area |
|
|
42
|
+
| Circle | Represents a radius around a center point |
|
|
43
|
+
|
|
44
|
+
You need to choose the "Map type" when creating the field. This determines whether the field editor and the block use AMap or Google Maps. Usually, one business dataset should use one map type consistently.
|
|
45
|
+
|
|
46
|
+
## Add a map block
|
|
47
|
+
|
|
48
|
+
In v2 page configuration mode, click "Add block" and choose "Map" from the "Data Blocks" group.
|
|
49
|
+
|
|
50
|
+
When creating the block, choose:
|
|
51
|
+
|
|
52
|
+
- **Collection**: the data source displayed by the block
|
|
53
|
+
- **Map field**: the field used to draw map overlays. It can be a map field in the current collection or a map field reached through an association field
|
|
54
|
+
- **Marker field**: optional. When the map field is a point field, you can choose a text field as the point label
|
|
55
|
+
|
|
56
|
+
If the collection has no available map field, the Map field selector will be empty. Add a point, line, polygon, or circle field to the collection first.
|
|
57
|
+
|
|
58
|
+
## Block settings
|
|
59
|
+
|
|
60
|
+
After creating the block, you can adjust its display and interaction behavior from the block settings.
|
|
61
|
+
|
|
62
|
+
| Setting | Description |
|
|
63
|
+
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
|
|
64
|
+
| Map field and marker field | Changes the map field used by the block and the label field for point markers |
|
|
65
|
+
| Data scope | Limits the records loaded and displayed by the map block |
|
|
66
|
+
| Concatenation order field | Sorts point markers and connects them into a route. It only takes effect for point fields |
|
|
67
|
+
| Default zoom level | Sets the initial map zoom level |
|
|
68
|
+
| Actions | Adds buttons such as filter, add new, popup, link, refresh, custom request, AI employee, and JS action to the top of the block |
|
|
69
|
+
|
|
70
|
+
The Map block loads all records that match the data scope without pagination. For large datasets, configure a data scope or add filter actions to narrow the displayed records.
|
|
71
|
+
|
|
72
|
+
## View and select records
|
|
73
|
+
|
|
74
|
+
The Map block renders each record's map field as a map overlay. Clicking an overlay triggers the record opening flow, which is usually used to open a popup, drawer, or another record view.
|
|
75
|
+
|
|
76
|
+
The block provides selection tools in the upper-left corner:
|
|
77
|
+
|
|
78
|
+
- Location icon: exits selection mode and returns to normal viewing
|
|
79
|
+
- Selection icon: enters selection mode and lets you draw a polygon area on the map
|
|
80
|
+
- Confirm icon: confirms the current selection area and adds records inside it to the selected state
|
|
81
|
+
|
|
82
|
+
Selected records are synced to the block resource and can be used by later block actions.
|
|
83
|
+
|
|
84
|
+
## v2 development entry points
|
|
85
|
+
|
|
86
|
+
The v2 client implementation of the Map block is located in `packages/plugins/@nocobase/plugin-map/src/client-v2/`.
|
|
87
|
+
|
|
88
|
+
Key files:
|
|
89
|
+
|
|
90
|
+
- `plugin.tsx`: registers map fields, the Map manager settings page, and v2 FlowModel loaders
|
|
91
|
+
- `models/MapBlockModel.tsx`: defines the map block model. It extends `CollectionBlockModel` and defines flows for block creation, data scope, sorting, zoom level, and opening records
|
|
92
|
+
- `models/MapActionGroupModel.tsx`: defines the actions available in the map block
|
|
93
|
+
- `models/MapBlockComponent.tsx`: dispatches rendering to AMap or Google Maps according to the field's `mapType`
|
|
94
|
+
- `models/fieldModels/`: contains v2 model implementations for point, line, polygon, and circle fields
|
|
95
|
+
|
|
96
|
+
To extend another map provider, usually add a new `mapType` option for map fields, then implement the corresponding map renderer and block component.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "AI: MCP server"
|
|
3
|
+
keywords: "AI"
|
|
4
|
+
displayName: "AI: MCP server"
|
|
5
|
+
packageName: '@nocobase/plugin-mcp-server'
|
|
6
|
+
description: |
|
|
7
|
+
An MCP server for building NocoBase systems and supporting business workflows.
|
|
8
|
+
isFree: true
|
|
9
|
+
builtIn: true
|
|
10
|
+
defaultEnabled: false
|
|
11
|
+
editionLevel: 0
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# AI: MCP server
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Migration manager"
|
|
3
|
+
keywords: "System management"
|
|
4
|
+
displayName: "Migration manager"
|
|
3
5
|
packageName: '@nocobase/plugin-migration-manager'
|
|
4
6
|
supportedVersions:
|
|
5
7
|
- 1.x
|
|
6
8
|
- 2.x
|
|
7
9
|
description: |
|
|
8
|
-
Used to migrate configuration content
|
|
10
|
+
Used to migrate configuration content between application environments.
|
|
9
11
|
isFree: false
|
|
10
12
|
builtIn: false
|
|
11
13
|
defaultEnabled: false
|
|
12
14
|
editionLevel: 2
|
|
13
15
|
---
|
|
14
16
|
|
|
15
|
-
# Migration
|
|
17
|
+
# Migration manager
|
|
@@ -1,12 +1,19 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Mobile (deprecated)"
|
|
3
|
+
keywords: "Mobile (deprecated),Plugin,NocoBase"
|
|
2
4
|
displayName: "Mobile (deprecated)"
|
|
3
5
|
packageName: '@nocobase/plugin-mobile'
|
|
6
|
+
supportedVersions:
|
|
7
|
+
- 1.x
|
|
4
8
|
description: |
|
|
5
9
|
Since version 2.0, the mobile plugin has been replaced by the new ui-layout plugin, which is still under development.
|
|
6
10
|
isFree: true
|
|
7
11
|
builtIn: true
|
|
8
12
|
defaultEnabled: false
|
|
13
|
+
deprecated: true
|
|
9
14
|
editionLevel: 0
|
|
10
15
|
---
|
|
11
16
|
|
|
12
|
-
# Mobile (deprecated)
|
|
17
|
+
# Mobile (deprecated)
|
|
18
|
+
|
|
19
|
+
> Note: This plugin is deprecated.
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Mobile client(Deprecated)"
|
|
3
|
+
keywords: "Mobile client(Deprecated),Plugin,NocoBase"
|
|
4
|
+
displayName: "Mobile client(Deprecated)"
|
|
3
5
|
packageName: '@nocobase/plugin-mobile-client'
|
|
6
|
+
supportedVersions:
|
|
7
|
+
- 1.x
|
|
4
8
|
description: |
|
|
5
9
|
Provides the ability to configure mobile pages.
|
|
6
10
|
isFree: true
|
|
@@ -10,6 +14,6 @@ deprecated: true
|
|
|
10
14
|
editionLevel: 0
|
|
11
15
|
---
|
|
12
16
|
|
|
13
|
-
# Mobile
|
|
17
|
+
# Mobile client(Deprecated)
|
|
14
18
|
|
|
15
|
-
> Note: This plugin is deprecated.
|
|
19
|
+
> Note: This plugin is deprecated.
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Multi-app manager (deprecated)"
|
|
3
|
+
keywords: "system"
|
|
2
4
|
displayName: "Multi-app manager (deprecated)"
|
|
3
5
|
packageName: '@nocobase/plugin-multi-app-manager'
|
|
4
6
|
description: |
|
|
@@ -9,4 +11,4 @@ defaultEnabled: false
|
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Multi-app manager (deprecated)
|
|
14
|
+
# Multi-app manager (deprecated)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Multi-app share collection"
|
|
3
|
+
keywords: "System management"
|
|
2
4
|
displayName: "Multi-app share collection"
|
|
3
5
|
packageName: '@nocobase/plugin-multi-app-share-collection'
|
|
4
6
|
description: |
|
|
@@ -12,4 +14,4 @@ editionLevel: 0
|
|
|
12
14
|
|
|
13
15
|
# Multi-app share collection
|
|
14
16
|
|
|
15
|
-
> Note: This plugin is deprecated.
|
|
17
|
+
> Note: This plugin is deprecated.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Multi-keyword filter"
|
|
3
|
+
keywords: "Multiple keywords"
|
|
2
4
|
displayName: "Multi-keyword filter"
|
|
3
5
|
packageName: '@nocobase/plugin-multi-keyword-filter'
|
|
4
6
|
supportedVersions:
|
|
5
7
|
- 1.x
|
|
8
|
+
- 2.x
|
|
6
9
|
description: |
|
|
7
10
|
Supports multi-keyword filtering for common fields, with options for quick input or batch import of keywords from Excel.
|
|
8
11
|
isFree: true
|
|
@@ -11,4 +14,4 @@ defaultEnabled: false
|
|
|
11
14
|
editionLevel: 0
|
|
12
15
|
---
|
|
13
16
|
|
|
14
|
-
# Multi-keyword filter
|
|
17
|
+
# Multi-keyword filter
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Multi-space"
|
|
3
|
+
keywords: "Architecture"
|
|
4
|
+
displayName: "Multi-space"
|
|
3
5
|
packageName: '@nocobase/plugin-multi-space'
|
|
4
6
|
supportedVersions:
|
|
5
7
|
- 2.x
|
|
6
8
|
description: |
|
|
7
|
-
Implements multiple independent data
|
|
9
|
+
Implements multiple independent data spaces within a single application instance through logical isolation.
|
|
8
10
|
isFree: false
|
|
9
11
|
builtIn: false
|
|
10
12
|
defaultEnabled: false
|
|
11
13
|
editionLevel: 3
|
|
12
14
|
---
|
|
13
15
|
|
|
14
|
-
# Multi-
|
|
16
|
+
# Multi-space
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Notification: Email"
|
|
3
|
+
keywords: "Notification"
|
|
2
4
|
displayName: "Notification: Email"
|
|
3
5
|
packageName: '@nocobase/plugin-notification-email'
|
|
4
6
|
description: |
|
|
@@ -9,4 +11,4 @@ defaultEnabled: false
|
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Notification: Email
|
|
14
|
+
# Notification: Email
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "Notification: In-app message"
|
|
3
|
+
keywords: "Notification"
|
|
2
4
|
displayName: "Notification: In-app message"
|
|
3
5
|
packageName: '@nocobase/plugin-notification-in-app-message'
|
|
4
6
|
description: |
|
|
@@ -9,4 +11,4 @@ defaultEnabled: false
|
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Notification: In-app message
|
|
14
|
+
# Notification: In-app message
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Notification manager"
|
|
3
|
+
keywords: "Notification"
|
|
4
|
+
displayName: "Notification manager"
|
|
3
5
|
packageName: '@nocobase/plugin-notification-manager'
|
|
4
6
|
description: |
|
|
5
|
-
Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app
|
|
7
|
+
Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.
|
|
6
8
|
isFree: true
|
|
7
9
|
builtIn: true
|
|
8
10
|
defaultEnabled: false
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Notification
|
|
14
|
+
# Notification manager
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Public forms"
|
|
3
|
+
keywords: "Public forms,Plugin,NocoBase"
|
|
4
|
+
displayName: "Public forms"
|
|
3
5
|
packageName: '@nocobase/plugin-public-forms'
|
|
4
6
|
description: |
|
|
5
|
-
Share public forms externally to collect information from anonymous users
|
|
7
|
+
Share public forms externally to collect information from anonymous users
|
|
6
8
|
isFree: true
|
|
7
9
|
builtIn: true
|
|
8
10
|
defaultEnabled: false
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Public
|
|
14
|
+
# Public forms
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Collection field: Snapshot"
|
|
3
|
+
keywords: "Collection fields"
|
|
4
|
+
displayName: "Collection field: Snapshot"
|
|
3
5
|
packageName: '@nocobase/plugin-snapshot-field'
|
|
4
6
|
description: |
|
|
5
|
-
When adding a new record, create a snapshot for its
|
|
7
|
+
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.
|
|
6
8
|
isFree: true
|
|
7
9
|
builtIn: true
|
|
8
10
|
defaultEnabled: false
|
|
@@ -10,6 +12,6 @@ deprecated: true
|
|
|
10
12
|
editionLevel: 0
|
|
11
13
|
---
|
|
12
14
|
|
|
13
|
-
# Collection field:
|
|
15
|
+
# Collection field: Snapshot
|
|
14
16
|
|
|
15
|
-
> Note: This plugin is deprecated.
|
|
17
|
+
> Note: This plugin is deprecated.
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
+
title: "System settings"
|
|
3
|
+
keywords: "System management"
|
|
2
4
|
displayName: "System settings"
|
|
3
5
|
packageName: '@nocobase/plugin-system-settings'
|
|
4
6
|
description: |
|
|
@@ -9,4 +11,4 @@ defaultEnabled: false
|
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# System settings
|
|
14
|
+
# System settings
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Text copy"
|
|
3
|
+
keywords: "Clipboard,Copy"
|
|
4
|
+
displayName: "Text copy"
|
|
3
5
|
packageName: '@nocobase/plugin-text-copy'
|
|
4
6
|
description: |
|
|
5
|
-
|
|
7
|
+
Add copy button to text fields
|
|
6
8
|
isFree: true
|
|
7
9
|
builtIn: true
|
|
8
10
|
defaultEnabled: false
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Text
|
|
14
|
+
# Text copy
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "Theme editor"
|
|
3
|
+
keywords: "System management"
|
|
4
|
+
displayName: "Theme editor"
|
|
3
5
|
packageName: '@nocobase/plugin-theme-editor'
|
|
4
6
|
description: |
|
|
5
7
|
Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.
|
|
@@ -9,4 +11,4 @@ defaultEnabled: false
|
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# Theme
|
|
14
|
+
# Theme editor
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "UI schema storage"
|
|
3
|
+
keywords: "System & security"
|
|
4
|
+
displayName: "UI schema storage"
|
|
3
5
|
packageName: '@nocobase/plugin-ui-schema-storage'
|
|
4
6
|
description: |
|
|
5
7
|
Provides centralized UI schema storage service.
|
|
@@ -9,4 +11,4 @@ defaultEnabled: false
|
|
|
9
11
|
editionLevel: 0
|
|
10
12
|
---
|
|
11
13
|
|
|
12
|
-
# UI schema storage
|
|
14
|
+
# UI schema storage
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
title: "UI templates"
|
|
3
|
+
keywords: "nocobase,plugin,ui,templates,block,popup"
|
|
4
|
+
displayName: "UI templates"
|
|
3
5
|
packageName: '@nocobase/plugin-ui-templates'
|
|
4
6
|
supportedVersions:
|
|
5
7
|
- 2.x
|
|
@@ -11,4 +13,4 @@ defaultEnabled: false
|
|
|
11
13
|
editionLevel: 0
|
|
12
14
|
---
|
|
13
15
|
|
|
14
|
-
# UI
|
|
16
|
+
# UI templates
|