@allbluecn/web-app 0.6.3 → 0.7.0
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/package.json +29 -180
- package/src/__tests__/components/reference-inline.test.tsx +1 -1
- package/src/__tests__/setup.ts +1 -1
- package/src/__tests__/tag-badge.test.tsx +1 -1
- package/src/components/agents/schemas/agent-form.ts +1 -1
- package/src/components/animated-icons/layout-panel-top.tsx +1 -1
- package/src/components/auth/auth-layout.tsx +1 -1
- package/src/components/billing/__tests__/use-resource.test.tsx +1 -1
- package/src/components/billing/checkout-redirect.ts +1 -1
- package/src/components/billing/feature-gate.tsx +1 -1
- package/src/components/billing/subscription-provider.tsx +2 -2
- package/src/components/billing/use-feature.ts +1 -1
- package/src/components/billing/use-resource.ts +1 -1
- package/src/components/changelog/changelog-page.tsx +1 -1
- package/src/components/chat/ai-chat-history/utils/group-conversations.ts +1 -1
- package/src/components/chat/ai-citations/utils.ts +1 -1
- package/src/components/command/command-palette.tsx +1 -1
- package/src/components/forms/hooks/use-form-submit.ts +1 -1
- package/src/components/forms/schemas/common.ts +1 -1
- package/src/components/knowledge/editor/doc-header.tsx +4 -4
- package/src/components/knowledge/editor/knowledge-doc-editor.tsx +1 -1
- package/src/components/knowledge-public/knowledge-card.tsx +2 -2
- package/src/components/knowledge-public/knowledge-form-dialog.tsx +1 -1
- package/src/components/knowledge-public/sharers-avatar-group.tsx +1 -1
- package/src/components/layout/sidebar-03/__tests__/nav-workspace.test.tsx +1 -1
- package/src/components/layout/sidebar-03/nav-main.tsx +1 -1
- package/src/components/layout/sidebar-03/nav-notifications.tsx +1 -1
- package/src/components/layout/sidebar-03/user-menu.tsx +2 -2
- package/src/components/magicui/animated-theme-toggler.tsx +1 -1
- package/src/components/magicui/grid-pattern.tsx +1 -1
- package/src/components/mindmap/mindmap-doc-editor.tsx +4 -4
- package/src/components/notifications/settings-notifications.tsx +2 -2
- package/src/components/notifications/team-notifications.tsx +1 -1
- package/src/components/project/invite-member-dialog.tsx +1 -1
- package/src/components/project/project-activity-list.tsx +2 -2
- package/src/components/project/project-member-manager.tsx +1 -1
- package/src/components/project/schemas/create-project.ts +1 -1
- package/src/components/prototype/block/index.ts +22 -0
- package/src/components/prototype/component/Button.tsx +49 -0
- package/src/components/prototype/component/Card.tsx +49 -0
- package/src/components/prototype/component/GenericPrototype.tsx +42 -0
- package/src/components/prototype/component/Image.tsx +51 -0
- package/src/components/prototype/component/Input.tsx +45 -0
- package/src/components/prototype/component/Text.tsx +43 -0
- package/src/components/prototype/component/index.ts +102 -0
- package/src/components/prototype/component-preview.tsx +137 -0
- package/src/components/prototype/imported/.gitkeep +0 -0
- package/src/components/prototype/imported-registry.ts +25 -0
- package/src/components/prototype/index.ts +42 -0
- package/src/components/prototype/registry.ts +40 -0
- package/src/components/prototype/template/index.ts +22 -0
- package/src/components/prototype/types.ts +96 -0
- package/src/components/prototype/utils.ts +20 -0
- package/src/components/prototype/vite-env.d.ts +6 -0
- package/src/components/settings/language-selector.tsx +1 -1
- package/src/components/settings/personal-team/account/avatar/notion-avatar.tsx +2 -2
- package/src/components/settings/personal-team/team/team-member-list.tsx +1 -1
- package/src/components/share/prd/prd-share-client.tsx +1 -1
- package/src/components/share/prd/share-annotation-overlay.tsx +1 -1
- package/src/components/share/prd/share-comment-panel.tsx +1 -1
- package/src/components/share/prd/share-comment-review-panel.tsx +1 -1
- package/src/components/share/prd/share-directory-tree.tsx +1 -1
- package/src/components/share/prd/share-doc-view.tsx +1 -1
- package/src/components/share/prd/share-layout.tsx +1 -1
- package/src/components/share/prd/share-nav-bar.tsx +1 -1
- package/src/components/share/prd/share-password-gate.tsx +1 -1
- package/src/components/share/prd/share-prototype-view.tsx +1 -1
- package/src/components/share/prd/share-review-panel.tsx +1 -1
- package/src/components/share/prd/share-sse-listener.tsx +1 -1
- package/src/components/share/prd/share-theme-toggle.tsx +1 -1
- package/src/components/share/prd/version-share-client.tsx +1 -1
- package/src/components/shared/component-preview.tsx +1 -1
- package/src/components/shared/language-switcher.tsx +1 -1
- package/src/components/shared/name-confirm-dialog.tsx +1 -1
- package/src/components/shared/nav-float-button.tsx +1 -1
- package/src/components/shared/placeholder-page.tsx +1 -1
- package/src/components/story/columns.tsx +1 -1
- package/src/components/story/create-story-dialog.tsx +2 -2
- package/src/components/story/detail/__tests__/activity-timeline.test.tsx +1 -1
- package/src/components/story/detail/activity-timeline.tsx +1 -1
- package/src/components/story/detail/comment-item.tsx +1 -1
- package/src/components/story/detail/story-detail-body.tsx +2 -2
- package/src/components/story/display/__tests__/display-dropdown.test.tsx +1 -1
- package/src/components/story/display/group-resolver.tsx +1 -1
- package/src/components/story/filters/applied-filters.tsx +1 -1
- package/src/components/story/infinite-scroll-sentinel.tsx +1 -1
- package/src/components/story/inline-editors/assignee-editor.tsx +1 -1
- package/src/components/story/schemas/story-create.ts +1 -1
- package/src/components/story/views/kanban-card.tsx +1 -1
- package/src/components/story/views/view-types.ts +1 -1
- package/src/components/tiptap/__tests__/ai-extension.test.ts +120 -0
- package/src/components/tiptap/extension/ai-extension.ts +408 -0
- package/src/components/tiptap/extension/code-block-ellipsis-input-extension.ts +32 -0
- package/src/components/tiptap/extension/fullwidth-blockquote-extension.ts +31 -0
- package/src/components/tiptap/extension/indent-extension.ts +500 -0
- package/src/components/tiptap/extension/list-normalization-extension.ts +129 -0
- package/src/components/tiptap/extension/node-alignment-extension.ts +302 -0
- package/src/components/tiptap/extension/node-background-extension.ts +167 -0
- package/src/components/tiptap/extension/triple-click-block-selection-extension.ts +66 -0
- package/src/components/tiptap/extension/ui-state-extension.ts +114 -0
- package/src/components/tiptap/extensions/local-file/insert-local-file.ts +35 -0
- package/src/components/tiptap/extensions/local-file/local-file-node.ts +67 -0
- package/src/components/tiptap/global.d.ts +12 -0
- package/src/components/tiptap/hooks/use-composed-ref.ts +63 -0
- package/src/components/tiptap/hooks/use-cursor-visibility.ts +87 -0
- package/src/components/tiptap/hooks/use-element-rect.ts +179 -0
- package/src/components/tiptap/hooks/use-floating-element.ts +144 -0
- package/src/components/tiptap/hooks/use-floating-toolbar-visibility.ts +140 -0
- package/src/components/tiptap/hooks/use-is-breakpoint.ts +53 -0
- package/src/components/tiptap/hooks/use-isomorphic-layout-effect.ts +27 -0
- package/src/components/tiptap/hooks/use-menu-navigation.ts +212 -0
- package/src/components/tiptap/hooks/use-on-click-outside.ts +167 -0
- package/src/components/tiptap/hooks/use-tiptap-editor.ts +87 -0
- package/src/components/tiptap/hooks/use-ui-editor-state.ts +47 -0
- package/src/components/tiptap/hooks/use-window-size.ts +108 -0
- package/src/components/tiptap/icons/add-col-left-icon.tsx +47 -0
- package/src/components/tiptap/icons/add-col-right-icon.tsx +47 -0
- package/src/components/tiptap/icons/add-row-bottom-icon.tsx +47 -0
- package/src/components/tiptap/icons/add-row-top-icon.tsx +47 -0
- package/src/components/tiptap/icons/ai-sparkles-icon.tsx +49 -0
- package/src/components/tiptap/icons/align-bottom-icon.tsx +45 -0
- package/src/components/tiptap/icons/align-center-icon.tsx +55 -0
- package/src/components/tiptap/icons/align-center-vertical-icon.tsx +51 -0
- package/src/components/tiptap/icons/align-end-vertical-icon.tsx +51 -0
- package/src/components/tiptap/icons/align-justify-icon.tsx +55 -0
- package/src/components/tiptap/icons/align-left-icon.tsx +55 -0
- package/src/components/tiptap/icons/align-middle-icon.tsx +72 -0
- package/src/components/tiptap/icons/align-right-icon.tsx +55 -0
- package/src/components/tiptap/icons/align-start-vertical-icon.tsx +49 -0
- package/src/components/tiptap/icons/align-top-icon.tsx +45 -0
- package/src/components/tiptap/icons/alignment-icon.tsx +89 -0
- package/src/components/tiptap/icons/arrow-down-a-z-icon.tsx +51 -0
- package/src/components/tiptap/icons/arrow-down-icon.tsx +41 -0
- package/src/components/tiptap/icons/arrow-down-to-line-icon.tsx +45 -0
- package/src/components/tiptap/icons/arrow-down-z-a-icon.tsx +51 -0
- package/src/components/tiptap/icons/arrow-left-icon.tsx +41 -0
- package/src/components/tiptap/icons/arrow-right-icon.tsx +43 -0
- package/src/components/tiptap/icons/arrow-up-icon.tsx +43 -0
- package/src/components/tiptap/icons/at-sign-icon.tsx +43 -0
- package/src/components/tiptap/icons/ban-icon.tsx +43 -0
- package/src/components/tiptap/icons/blockquote-icon.tsx +61 -0
- package/src/components/tiptap/icons/bold-icon.tsx +43 -0
- package/src/components/tiptap/icons/check-ai-icon.tsx +49 -0
- package/src/components/tiptap/icons/check-icon.tsx +43 -0
- package/src/components/tiptap/icons/chevron-down-icon.tsx +43 -0
- package/src/components/tiptap/icons/chevron-right-icon.tsx +43 -0
- package/src/components/tiptap/icons/clipboard-icon.tsx +41 -0
- package/src/components/tiptap/icons/close-icon.tsx +41 -0
- package/src/components/tiptap/icons/code-block-icon.tsx +55 -0
- package/src/components/tiptap/icons/code2-icon.tsx +49 -0
- package/src/components/tiptap/icons/complete-sentence-icon.tsx +61 -0
- package/src/components/tiptap/icons/copy-icon.tsx +49 -0
- package/src/components/tiptap/icons/corner-down-left-icon.tsx +43 -0
- package/src/components/tiptap/icons/external-link-icon.tsx +45 -0
- package/src/components/tiptap/icons/grip-4-icon.tsx +41 -0
- package/src/components/tiptap/icons/grip-vertical-icon.tsx +61 -0
- package/src/components/tiptap/icons/heading-five-icon.tsx +45 -0
- package/src/components/tiptap/icons/heading-four-icon.tsx +45 -0
- package/src/components/tiptap/icons/heading-one-icon.tsx +45 -0
- package/src/components/tiptap/icons/heading-six-icon.tsx +47 -0
- package/src/components/tiptap/icons/heading-three-icon.tsx +53 -0
- package/src/components/tiptap/icons/heading-two-icon.tsx +45 -0
- package/src/components/tiptap/icons/highlighter-icon.tsx +43 -0
- package/src/components/tiptap/icons/image-caption-icon.tsx +55 -0
- package/src/components/tiptap/icons/image-icon.tsx +43 -0
- package/src/components/tiptap/icons/image-plus-icon.tsx +43 -0
- package/src/components/tiptap/icons/indent-decrease-icon.tsx +57 -0
- package/src/components/tiptap/icons/indent-increase-icon.tsx +57 -0
- package/src/components/tiptap/icons/italic-icon.tsx +41 -0
- package/src/components/tiptap/icons/languages-icon.tsx +51 -0
- package/src/components/tiptap/icons/link-icon.tsx +45 -0
- package/src/components/tiptap/icons/list-icon.tsx +73 -0
- package/src/components/tiptap/icons/list-indented-icon.tsx +73 -0
- package/src/components/tiptap/icons/list-ordered-icon.tsx +73 -0
- package/src/components/tiptap/icons/list-todo-icon.tsx +67 -0
- package/src/components/tiptap/icons/message-square-icon.tsx +43 -0
- package/src/components/tiptap/icons/message-square-plus-icon.tsx +49 -0
- package/src/components/tiptap/icons/mic-ai-icon.tsx +51 -0
- package/src/components/tiptap/icons/minus-icon.tsx +43 -0
- package/src/components/tiptap/icons/moon-star-icon.tsx +47 -0
- package/src/components/tiptap/icons/more-vertical-icon.tsx +55 -0
- package/src/components/tiptap/icons/move-horizontal-icon.tsx +41 -0
- package/src/components/tiptap/icons/network-icon.tsx +48 -0
- package/src/components/tiptap/icons/paint-bucket-icon.tsx +49 -0
- package/src/components/tiptap/icons/plus-icon.tsx +41 -0
- package/src/components/tiptap/icons/plus-small-icon.tsx +41 -0
- package/src/components/tiptap/icons/redo2-icon.tsx +43 -0
- package/src/components/tiptap/icons/refresh-ai-icon.tsx +51 -0
- package/src/components/tiptap/icons/refresh-ccw-icon.tsx +45 -0
- package/src/components/tiptap/icons/repeat-2-icon.tsx +43 -0
- package/src/components/tiptap/icons/rotate-ccw-icon.tsx +41 -0
- package/src/components/tiptap/icons/simplify-2-icon.tsx +41 -0
- package/src/components/tiptap/icons/smile-ai-icon.tsx +55 -0
- package/src/components/tiptap/icons/smile-plus-icon.tsx +43 -0
- package/src/components/tiptap/icons/square-x-icon.tsx +43 -0
- package/src/components/tiptap/icons/stop-circle-2-icon.tsx +43 -0
- package/src/components/tiptap/icons/strike-icon.tsx +45 -0
- package/src/components/tiptap/icons/subscript-icon.tsx +55 -0
- package/src/components/tiptap/icons/summarize-text-icon.tsx +53 -0
- package/src/components/tiptap/icons/sun-icon.tsx +75 -0
- package/src/components/tiptap/icons/superscript-icon.tsx +55 -0
- package/src/components/tiptap/icons/table-cell-merge-icon.tsx +61 -0
- package/src/components/tiptap/icons/table-cell-split-icon.tsx +61 -0
- package/src/components/tiptap/icons/table-column-icon.tsx +43 -0
- package/src/components/tiptap/icons/table-header-column-icon.tsx +45 -0
- package/src/components/tiptap/icons/table-header-row-icon.tsx +43 -0
- package/src/components/tiptap/icons/table-icon.tsx +43 -0
- package/src/components/tiptap/icons/table-row-icon.tsx +43 -0
- package/src/components/tiptap/icons/text-color-small-icon.tsx +43 -0
- package/src/components/tiptap/icons/text-extend-icon.tsx +53 -0
- package/src/components/tiptap/icons/text-reduce-icon.tsx +49 -0
- package/src/components/tiptap/icons/trash-icon.tsx +43 -0
- package/src/components/tiptap/icons/type-icon.tsx +41 -0
- package/src/components/tiptap/icons/underline-icon.tsx +43 -0
- package/src/components/tiptap/icons/undo2-icon.tsx +43 -0
- package/src/components/tiptap/icons/x-icon.tsx +41 -0
- package/src/components/tiptap/index.ts +1 -0
- package/src/components/tiptap/lib/advanced-utils.ts +388 -0
- package/src/components/tiptap/lib/ai-types.ts +41 -0
- package/src/components/tiptap/lib/collab-utils.ts +147 -0
- package/src/components/tiptap/lib/datetime.ts +1 -0
- package/src/components/tiptap/lib/fullwidth.ts +44 -0
- package/src/components/tiptap/lib/pacer.ts +95 -0
- package/src/components/tiptap/lib/utils/attr.ts +67 -0
- package/src/components/tiptap/lib/utils/constants.ts +46 -0
- package/src/components/tiptap/lib/utils/math.ts +23 -0
- package/src/components/tiptap/lib/utils/node.ts +136 -0
- package/src/components/tiptap/lib/utils/platform.ts +77 -0
- package/src/components/tiptap/lib/utils/schema.ts +75 -0
- package/src/components/tiptap/lib/utils/selection.ts +218 -0
- package/src/components/tiptap/lib/utils/url.ts +122 -0
- package/src/components/tiptap/lib/utils.ts +57 -0
- package/src/components/tiptap/mindmap/lib/__tests__/default-mindmap-data.test.ts +58 -0
- package/src/components/tiptap/mindmap/lib/default-mindmap-data.ts +36 -0
- package/src/components/tiptap/mindmap/mind-map.tsx +579 -0
- package/src/components/tiptap/mindmap/mindmap-fullscreen-dialog.tsx +52 -0
- package/src/components/tiptap/node/annotation-node/annotation-extension.ts +47 -0
- package/src/components/tiptap/node/annotation-node/annotation-node-view.tsx +185 -0
- package/src/components/tiptap/node/annotation-node/annotation-node.scss +77 -0
- package/src/components/tiptap/node/annotation-node/index.ts +2 -0
- package/src/components/tiptap/node/blockquote-node/blockquote-node.scss +37 -0
- package/src/components/tiptap/node/code-block-node/code-block-node.scss +54 -0
- package/src/components/tiptap/node/doc-card-extension.tsx +226 -0
- package/src/components/tiptap/node/heading-node/heading-node.scss +45 -0
- package/src/components/tiptap/node/horizontal-rule-node/horizontal-rule-node-extension.ts +31 -0
- package/src/components/tiptap/node/horizontal-rule-node/horizontal-rule-node.scss +25 -0
- package/src/components/tiptap/node/image-node/image-node-extension.ts +253 -0
- package/src/components/tiptap/node/image-node/image-node-floating.tsx +65 -0
- package/src/components/tiptap/node/image-node/image-node-view.scss +95 -0
- package/src/components/tiptap/node/image-node/image-node-view.tsx +363 -0
- package/src/components/tiptap/node/image-node/image-node.scss +35 -0
- package/src/components/tiptap/node/image-upload-node/image-upload-node-extension.ts +179 -0
- package/src/components/tiptap/node/image-upload-node/image-upload-node.scss +249 -0
- package/src/components/tiptap/node/image-upload-node/image-upload-node.tsx +570 -0
- package/src/components/tiptap/node/image-upload-node/index.tsx +18 -0
- package/src/components/tiptap/node/inline-node-selection.ts +42 -0
- package/src/components/tiptap/node/list-node/list-node.scss +208 -0
- package/src/components/tiptap/node/mention-extension.ts +163 -0
- package/src/components/tiptap/node/mindmap-node/mindmap-extension.ts +87 -0
- package/src/components/tiptap/node/mindmap-node/mindmap-node-view.tsx +61 -0
- package/src/components/tiptap/node/paragraph-node/paragraph-node.scss +1 -0
- package/src/components/tiptap/node/table-node/extensions/table-handle/helpers/create-image.ts +303 -0
- package/src/components/tiptap/node/table-node/extensions/table-handle/index.ts +19 -0
- package/src/components/tiptap/node/table-node/extensions/table-handle/table-handle-plugin.ts +863 -0
- package/src/components/tiptap/node/table-node/extensions/table-handle/table-handle.ts +67 -0
- package/src/components/tiptap/node/table-node/extensions/table-node-extension.ts +264 -0
- package/src/components/tiptap/node/table-node/hooks/use-table-handle-state.ts +88 -0
- package/src/components/tiptap/node/table-node/lib/tiptap-table-utils.ts +1306 -0
- package/src/components/tiptap/node/table-node/styles/prosemirror-table.scss +48 -0
- package/src/components/tiptap/node/table-node/styles/table-node.scss +211 -0
- package/src/components/tiptap/node/table-node/ui/table-add-row-column-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-add-row-column-button/table-add-row-column-button.tsx +117 -0
- package/src/components/tiptap/node/table-node/ui/table-add-row-column-button/use-table-add-row-column.ts +365 -0
- package/src/components/tiptap/node/table-node/ui/table-align-cell-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-align-cell-button/table-align-cell-button.tsx +144 -0
- package/src/components/tiptap/node/table-node/ui/table-align-cell-button/use-table-align-cell.ts +565 -0
- package/src/components/tiptap/node/table-node/ui/table-alignment-menu/index.tsx +18 -0
- package/src/components/tiptap/node/table-node/ui/table-alignment-menu/table-alignment-menu.tsx +177 -0
- package/src/components/tiptap/node/table-node/ui/table-cell-handle-menu/index.tsx +18 -0
- package/src/components/tiptap/node/table-node/ui/table-cell-handle-menu/table-cell-handle-menu.scss +121 -0
- package/src/components/tiptap/node/table-node/ui/table-cell-handle-menu/table-cell-handle-menu.tsx +227 -0
- package/src/components/tiptap/node/table-node/ui/table-clear-row-column-content-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-clear-row-column-content-button/table-clear-row-column-content-button.tsx +116 -0
- package/src/components/tiptap/node/table-node/ui/table-clear-row-column-content-button/use-table-clear-row-column-content.ts +487 -0
- package/src/components/tiptap/node/table-node/ui/table-delete-row-column-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-delete-row-column-button/table-delete-row-column-button.tsx +115 -0
- package/src/components/tiptap/node/table-node/ui/table-delete-row-column-button/use-table-delete-row-column.ts +283 -0
- package/src/components/tiptap/node/table-node/ui/table-duplicate-row-column-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-duplicate-row-column-button/table-duplicate-row-column-button.tsx +107 -0
- package/src/components/tiptap/node/table-node/ui/table-duplicate-row-column-button/use-table-duplicate-row-column.ts +424 -0
- package/src/components/tiptap/node/table-node/ui/table-extend-row-column-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-extend-row-column-button/table-extend-row-column-button.scss +36 -0
- package/src/components/tiptap/node/table-node/ui/table-extend-row-column-button/table-extend-row-column-button.tsx +272 -0
- package/src/components/tiptap/node/table-node/ui/table-extend-row-column-button/use-table-extend-row-column.ts +135 -0
- package/src/components/tiptap/node/table-node/ui/table-fit-to-width-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-fit-to-width-button/table-fit-to-width-button.tsx +113 -0
- package/src/components/tiptap/node/table-node/ui/table-fit-to-width-button/use-table-fit-to-width.ts +259 -0
- package/src/components/tiptap/node/table-node/ui/table-handle/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-handle/table-handle.tsx +179 -0
- package/src/components/tiptap/node/table-node/ui/table-handle/use-table-handle-positioning.ts +272 -0
- package/src/components/tiptap/node/table-node/ui/table-handle-menu/index.tsx +18 -0
- package/src/components/tiptap/node/table-node/ui/table-handle-menu/table-handle-menu.scss +54 -0
- package/src/components/tiptap/node/table-node/ui/table-handle-menu/table-handle-menu.tsx +765 -0
- package/src/components/tiptap/node/table-node/ui/table-header-row-column-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-header-row-column-button/table-header-row-column-button.tsx +114 -0
- package/src/components/tiptap/node/table-node/ui/table-header-row-column-button/use-table-header-row-column.ts +280 -0
- package/src/components/tiptap/node/table-node/ui/table-merge-split-cell-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-merge-split-cell-button/table-merge-split-cell-button.tsx +140 -0
- package/src/components/tiptap/node/table-node/ui/table-merge-split-cell-button/use-table-merge-split-cell.ts +305 -0
- package/src/components/tiptap/node/table-node/ui/table-move-row-column-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-move-row-column-button/table-move-row-column-button.tsx +138 -0
- package/src/components/tiptap/node/table-node/ui/table-move-row-column-button/use-table-move-row-column.ts +498 -0
- package/src/components/tiptap/node/table-node/ui/table-selection-overlay/index.tsx +18 -0
- package/src/components/tiptap/node/table-node/ui/table-selection-overlay/table-selection-overlay.tsx +590 -0
- package/src/components/tiptap/node/table-node/ui/table-selection-overlay/use-resize-overlay.ts +94 -0
- package/src/components/tiptap/node/table-node/ui/table-sort-row-column-button/index.tsx +19 -0
- package/src/components/tiptap/node/table-node/ui/table-sort-row-column-button/table-sort-row-column-button.tsx +115 -0
- package/src/components/tiptap/node/table-node/ui/table-sort-row-column-button/use-table-sort-row-column.ts +495 -0
- package/src/components/tiptap/node/table-node/ui/table-trigger-button/index.tsx +20 -0
- package/src/components/tiptap/node/table-node/ui/table-trigger-button/table-grid-selector.scss +98 -0
- package/src/components/tiptap/node/table-node/ui/table-trigger-button/table-grid-selector.tsx +236 -0
- package/src/components/tiptap/node/table-node/ui/table-trigger-button/table-trigger-button.tsx +147 -0
- package/src/components/tiptap/node/table-node/ui/table-trigger-button/use-table-trigger.ts +196 -0
- package/src/components/tiptap/node/toc-node/context/toc-context.tsx +214 -0
- package/src/components/tiptap/node/toc-node/extensions/toc-node-extension.ts +172 -0
- package/src/components/tiptap/node/toc-node/index.ts +20 -0
- package/src/components/tiptap/node/toc-node/toc-node.scss +105 -0
- package/src/components/tiptap/node/toc-node/toc-node.tsx +131 -0
- package/src/components/tiptap/node/toc-node/ui/toc-show-title-button/index.tsx +19 -0
- package/src/components/tiptap/node/toc-node/ui/toc-show-title-button/toc-show-title-button.tsx +113 -0
- package/src/components/tiptap/node/toc-node/ui/toc-show-title-button/toc-show-title.ts +228 -0
- package/src/components/tiptap/node/toc-node/ui/toc-sidebar/index.tsx +18 -0
- package/src/components/tiptap/node/toc-node/ui/toc-sidebar/toc-sidebar.scss +265 -0
- package/src/components/tiptap/node/toc-node/ui/toc-sidebar/toc-sidebar.tsx +272 -0
- package/src/components/tiptap/notion-like/data/content.json +1658 -0
- package/src/components/tiptap/notion-like/index.ts +2 -0
- package/src/components/tiptap/notion-like/notion-like-editor-header.scss +29 -0
- package/src/components/tiptap/notion-like/notion-like-editor-header.tsx +91 -0
- package/src/components/tiptap/notion-like/notion-like-editor-mobile-toolbar.tsx +704 -0
- package/src/components/tiptap/notion-like/notion-like-editor-theme-toggle.tsx +66 -0
- package/src/components/tiptap/notion-like/notion-like-editor-toolbar-floating.tsx +435 -0
- package/src/components/tiptap/notion-like/notion-like-editor.scss +181 -0
- package/src/components/tiptap/notion-like/notion-like-editor.tsx +589 -0
- package/src/components/tiptap/notion-like/setup-error-message/index.tsx +19 -0
- package/src/components/tiptap/notion-like/setup-error-message/setup-error-message.scss +108 -0
- package/src/components/tiptap/notion-like/setup-error-message/setup-error-message.tsx +116 -0
- package/src/components/tiptap/ui/ai-ask-button/ai-ask-button.tsx +124 -0
- package/src/components/tiptap/ui/ai-ask-button/index.tsx +19 -0
- package/src/components/tiptap/ui/ai-ask-button/use-ai-ask.ts +192 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-actions/ai-menu-actions.scss +11 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-actions/ai-menu-actions.tsx +103 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-actions/index.tsx +18 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-hooks.ts +325 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-input/ai-menu-input-hooks.ts +61 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-input/ai-menu-input-types.ts +32 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-input/ai-menu-input.scss +114 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-input/ai-menu-input.tsx +269 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-input/index.tsx +20 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-items/ai-menu-items-constants.ts +63 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-items/ai-menu-items-types.ts +64 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-items/ai-menu-items.tsx +381 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-items/index.tsx +20 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-items/language-selection-submenu.tsx +140 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-items/menu-action-renderer.tsx +105 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-items/tone-selection-submenu.tsx +125 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-types.ts +42 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu-utils.ts +255 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu.scss +101 -0
- package/src/components/tiptap/ui/ai-menu/ai-menu.tsx +427 -0
- package/src/components/tiptap/ui/ai-menu/index.tsx +25 -0
- package/src/components/tiptap/ui/blockquote-button/blockquote-button.tsx +143 -0
- package/src/components/tiptap/ui/blockquote-button/index.tsx +19 -0
- package/src/components/tiptap/ui/blockquote-button/use-blockquote.ts +290 -0
- package/src/components/tiptap/ui/code-block-button/code-block-button.tsx +143 -0
- package/src/components/tiptap/ui/code-block-button/index.tsx +19 -0
- package/src/components/tiptap/ui/code-block-button/use-code-block.ts +300 -0
- package/src/components/tiptap/ui/color-highlight-button/color-highlight-button.scss +49 -0
- package/src/components/tiptap/ui/color-highlight-button/color-highlight-button.tsx +188 -0
- package/src/components/tiptap/ui/color-highlight-button/index.tsx +19 -0
- package/src/components/tiptap/ui/color-highlight-button/use-color-highlight.ts +397 -0
- package/src/components/tiptap/ui/color-highlight-popover/color-highlight-popover.tsx +251 -0
- package/src/components/tiptap/ui/color-highlight-popover/index.tsx +18 -0
- package/src/components/tiptap/ui/color-menu/color-menu.tsx +228 -0
- package/src/components/tiptap/ui/color-menu/index.tsx +18 -0
- package/src/components/tiptap/ui/color-text-button/color-text-button.scss +52 -0
- package/src/components/tiptap/ui/color-text-button/color-text-button.tsx +168 -0
- package/src/components/tiptap/ui/color-text-button/index.tsx +19 -0
- package/src/components/tiptap/ui/color-text-button/use-color-text.ts +303 -0
- package/src/components/tiptap/ui/color-text-popover/color-text-popover.scss +40 -0
- package/src/components/tiptap/ui/color-text-popover/color-text-popover.tsx +471 -0
- package/src/components/tiptap/ui/color-text-popover/index.tsx +19 -0
- package/src/components/tiptap/ui/color-text-popover/use-color-text-popover.ts +295 -0
- package/src/components/tiptap/ui/copy-anchor-link-button/copy-anchor-link-button.tsx +136 -0
- package/src/components/tiptap/ui/copy-anchor-link-button/index.tsx +20 -0
- package/src/components/tiptap/ui/copy-anchor-link-button/use-copy-anchor-link.ts +282 -0
- package/src/components/tiptap/ui/copy-anchor-link-button/use-scroll-to-hash.ts +155 -0
- package/src/components/tiptap/ui/copy-to-clipboard-button/copy-to-clipboard-button.tsx +134 -0
- package/src/components/tiptap/ui/copy-to-clipboard-button/index.tsx +19 -0
- package/src/components/tiptap/ui/copy-to-clipboard-button/use-copy-to-clipboard.ts +275 -0
- package/src/components/tiptap/ui/delete-node-button/delete-node-button.tsx +132 -0
- package/src/components/tiptap/ui/delete-node-button/index.tsx +19 -0
- package/src/components/tiptap/ui/delete-node-button/use-delete-node.ts +259 -0
- package/src/components/tiptap/ui/doc-reference-floating/doc-reference-floating.tsx +120 -0
- package/src/components/tiptap/ui/doc-reference-interaction/doc-reference-interaction.tsx +209 -0
- package/src/components/tiptap/ui/drag-context-menu/drag-context-menu-types.ts +47 -0
- package/src/components/tiptap/ui/drag-context-menu/drag-context-menu.scss +15 -0
- package/src/components/tiptap/ui/drag-context-menu/drag-context-menu.tsx +558 -0
- package/src/components/tiptap/ui/drag-context-menu/index.tsx +19 -0
- package/src/components/tiptap/ui/duplicate-button/duplicate-button.tsx +132 -0
- package/src/components/tiptap/ui/duplicate-button/index.tsx +19 -0
- package/src/components/tiptap/ui/duplicate-button/use-duplicate.ts +240 -0
- package/src/components/tiptap/ui/emoji-dropdown-menu/emoji-dropdown-menu.tsx +124 -0
- package/src/components/tiptap/ui/emoji-dropdown-menu/index.tsx +18 -0
- package/src/components/tiptap/ui/emoji-menu/emoji-menu-utils.ts +53 -0
- package/src/components/tiptap/ui/emoji-menu/emoji-menu.scss +28 -0
- package/src/components/tiptap/ui/emoji-menu/emoji-menu.tsx +166 -0
- package/src/components/tiptap/ui/emoji-menu/index.tsx +19 -0
- package/src/components/tiptap/ui/emoji-trigger-button/emoji-trigger-button.tsx +146 -0
- package/src/components/tiptap/ui/emoji-trigger-button/index.tsx +19 -0
- package/src/components/tiptap/ui/emoji-trigger-button/use-emoji-trigger.ts +338 -0
- package/src/components/tiptap/ui/heading-button/heading-button.tsx +142 -0
- package/src/components/tiptap/ui/heading-button/index.tsx +19 -0
- package/src/components/tiptap/ui/heading-button/use-heading.ts +374 -0
- package/src/components/tiptap/ui/image-align-button/image-align-button.tsx +154 -0
- package/src/components/tiptap/ui/image-align-button/index.tsx +19 -0
- package/src/components/tiptap/ui/image-align-button/use-image-align.ts +313 -0
- package/src/components/tiptap/ui/image-caption-button/image-caption-button.tsx +109 -0
- package/src/components/tiptap/ui/image-caption-button/index.tsx +19 -0
- package/src/components/tiptap/ui/image-caption-button/use-image-caption.ts +232 -0
- package/src/components/tiptap/ui/image-download-button/image-download-button.tsx +141 -0
- package/src/components/tiptap/ui/image-download-button/index.tsx +19 -0
- package/src/components/tiptap/ui/image-download-button/use-image-download.ts +384 -0
- package/src/components/tiptap/ui/image-upload-button/image-upload-button.tsx +148 -0
- package/src/components/tiptap/ui/image-upload-button/index.tsx +19 -0
- package/src/components/tiptap/ui/image-upload-button/use-image-upload.ts +214 -0
- package/src/components/tiptap/ui/improve-dropdown/improve-dropdown.tsx +311 -0
- package/src/components/tiptap/ui/improve-dropdown/index.tsx +19 -0
- package/src/components/tiptap/ui/improve-dropdown/use-improve-dropdown.ts +294 -0
- package/src/components/tiptap/ui/indent-button/indent-button.tsx +148 -0
- package/src/components/tiptap/ui/indent-button/index.tsx +19 -0
- package/src/components/tiptap/ui/indent-button/use-indent.ts +217 -0
- package/src/components/tiptap/ui/link-popover/index.tsx +19 -0
- package/src/components/tiptap/ui/link-popover/link-popover.scss +16 -0
- package/src/components/tiptap/ui/link-popover/link-popover.tsx +333 -0
- package/src/components/tiptap/ui/link-popover/use-link-popover.ts +316 -0
- package/src/components/tiptap/ui/list-button/index.tsx +19 -0
- package/src/components/tiptap/ui/list-button/list-button.tsx +138 -0
- package/src/components/tiptap/ui/list-button/use-list.ts +370 -0
- package/src/components/tiptap/ui/mark-button/index.tsx +19 -0
- package/src/components/tiptap/ui/mark-button/mark-button.tsx +138 -0
- package/src/components/tiptap/ui/mark-button/use-mark.ts +247 -0
- package/src/components/tiptap/ui/mention-dropdown-menu/index.tsx +18 -0
- package/src/components/tiptap/ui/mention-dropdown-menu/mention-dropdown-menu.tsx +194 -0
- package/src/components/tiptap/ui/mention-trigger-button/index.tsx +19 -0
- package/src/components/tiptap/ui/mention-trigger-button/mention-trigger-button.tsx +137 -0
- package/src/components/tiptap/ui/mention-trigger-button/use-mention-trigger.ts +362 -0
- package/src/components/tiptap/ui/move-node-button/index.tsx +19 -0
- package/src/components/tiptap/ui/move-node-button/move-node-button.tsx +138 -0
- package/src/components/tiptap/ui/move-node-button/use-move-node.ts +230 -0
- package/src/components/tiptap/ui/reference-dropdown-menu/index.tsx +18 -0
- package/src/components/tiptap/ui/reference-dropdown-menu/reference-dropdown-menu.tsx +231 -0
- package/src/components/tiptap/ui/reset-all-formatting-button/index.tsx +19 -0
- package/src/components/tiptap/ui/reset-all-formatting-button/reset-all-formatting-button.tsx +144 -0
- package/src/components/tiptap/ui/reset-all-formatting-button/use-reset-all-formatting.ts +279 -0
- package/src/components/tiptap/ui/slash-command-trigger-button/index.tsx +19 -0
- package/src/components/tiptap/ui/slash-command-trigger-button/slash-command-trigger-button.tsx +143 -0
- package/src/components/tiptap/ui/slash-command-trigger-button/use-slash-command-trigger.ts +305 -0
- package/src/components/tiptap/ui/slash-dropdown-menu/index.tsx +19 -0
- package/src/components/tiptap/ui/slash-dropdown-menu/slash-dropdown-menu.scss +33 -0
- package/src/components/tiptap/ui/slash-dropdown-menu/slash-dropdown-menu.tsx +222 -0
- package/src/components/tiptap/ui/slash-dropdown-menu/use-slash-dropdown-menu.ts +498 -0
- package/src/components/tiptap/ui/text-align-button/index.tsx +19 -0
- package/src/components/tiptap/ui/text-align-button/text-align-button.tsx +160 -0
- package/src/components/tiptap/ui/text-align-button/use-text-align.ts +248 -0
- package/src/components/tiptap/ui/text-button/index.tsx +19 -0
- package/src/components/tiptap/ui/text-button/text-button.tsx +135 -0
- package/src/components/tiptap/ui/text-button/use-text.ts +308 -0
- package/src/components/tiptap/ui/turn-into-dropdown/index.tsx +19 -0
- package/src/components/tiptap/ui/turn-into-dropdown/turn-into-dropdown.tsx +243 -0
- package/src/components/tiptap/ui/turn-into-dropdown/use-turn-into-dropdown.ts +294 -0
- package/src/components/tiptap/ui/undo-redo-button/index.tsx +19 -0
- package/src/components/tiptap/ui/undo-redo-button/undo-redo-button.tsx +141 -0
- package/src/components/tiptap/ui/undo-redo-button/use-undo-redo.ts +207 -0
- package/src/components/tiptap/ui-primitive/avatar/avatar.scss +118 -0
- package/src/components/tiptap/ui-primitive/avatar/avatar.tsx +255 -0
- package/src/components/tiptap/ui-primitive/avatar/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/badge/badge-colors.scss +395 -0
- package/src/components/tiptap/ui-primitive/badge/badge-group.scss +16 -0
- package/src/components/tiptap/ui-primitive/badge/badge.scss +99 -0
- package/src/components/tiptap/ui-primitive/badge/badge.tsx +62 -0
- package/src/components/tiptap/ui-primitive/badge/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/button/button-colors.scss +429 -0
- package/src/components/tiptap/ui-primitive/button/button.scss +314 -0
- package/src/components/tiptap/ui-primitive/button/button.tsx +119 -0
- package/src/components/tiptap/ui-primitive/button/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/button-group/button-group.scss +79 -0
- package/src/components/tiptap/ui-primitive/button-group/button-group.tsx +89 -0
- package/src/components/tiptap/ui-primitive/button-group/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/card/card.scss +74 -0
- package/src/components/tiptap/ui-primitive/card/card.tsx +95 -0
- package/src/components/tiptap/ui-primitive/card/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/combobox/combobox.scss +90 -0
- package/src/components/tiptap/ui-primitive/combobox/combobox.tsx +231 -0
- package/src/components/tiptap/ui-primitive/combobox/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/dropdown-menu/dropdown-menu.scss +152 -0
- package/src/components/tiptap/ui-primitive/dropdown-menu/dropdown-menu.tsx +280 -0
- package/src/components/tiptap/ui-primitive/dropdown-menu/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/input/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/input/input.scss +41 -0
- package/src/components/tiptap/ui-primitive/input/input.tsx +33 -0
- package/src/components/tiptap/ui-primitive/input-group/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/input-group/input-group.scss +225 -0
- package/src/components/tiptap/ui-primitive/input-group/input-group.tsx +152 -0
- package/src/components/tiptap/ui-primitive/label/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/label/label.scss +20 -0
- package/src/components/tiptap/ui-primitive/label/label.tsx +34 -0
- package/src/components/tiptap/ui-primitive/menu/index.tsx +22 -0
- package/src/components/tiptap/ui-primitive/menu/menu-context.ts +35 -0
- package/src/components/tiptap/ui-primitive/menu/menu-hooks.ts +118 -0
- package/src/components/tiptap/ui-primitive/menu/menu-types.ts +75 -0
- package/src/components/tiptap/ui-primitive/menu/menu-utils.ts +80 -0
- package/src/components/tiptap/ui-primitive/menu/menu.scss +68 -0
- package/src/components/tiptap/ui-primitive/menu/menu.tsx +327 -0
- package/src/components/tiptap/ui-primitive/popover/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/popover/popover.scss +64 -0
- package/src/components/tiptap/ui-primitive/popover/popover.tsx +53 -0
- package/src/components/tiptap/ui-primitive/separator/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/separator/separator.scss +23 -0
- package/src/components/tiptap/ui-primitive/separator/separator.tsx +46 -0
- package/src/components/tiptap/ui-primitive/sidebar/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/sidebar/sidebar.scss +389 -0
- package/src/components/tiptap/ui-primitive/sidebar/sidebar.tsx +633 -0
- package/src/components/tiptap/ui-primitive/spacer/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/spacer/spacer.tsx +40 -0
- package/src/components/tiptap/ui-primitive/textarea/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/textarea/textarea.scss +42 -0
- package/src/components/tiptap/ui-primitive/textarea/textarea.tsx +32 -0
- package/src/components/tiptap/ui-primitive/textarea-autosize/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/textarea-autosize/textarea-autosize.tsx +34 -0
- package/src/components/tiptap/ui-primitive/toolbar/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/toolbar/toolbar.scss +98 -0
- package/src/components/tiptap/ui-primitive/toolbar/toolbar.tsx +139 -0
- package/src/components/tiptap/ui-primitive/tooltip/index.tsx +18 -0
- package/src/components/tiptap/ui-primitive/tooltip/tooltip.scss +43 -0
- package/src/components/tiptap/ui-primitive/tooltip/tooltip.tsx +257 -0
- package/src/components/tiptap/ui-utils/floating-element/floating-element-utils.ts +51 -0
- package/src/components/tiptap/ui-utils/floating-element/floating-element.tsx +397 -0
- package/src/components/tiptap/ui-utils/floating-element/index.tsx +19 -0
- package/src/components/tiptap/ui-utils/suggestion-menu/index.tsx +20 -0
- package/src/components/tiptap/ui-utils/suggestion-menu/suggestion-menu-fullwidth.ts +48 -0
- package/src/components/tiptap/ui-utils/suggestion-menu/suggestion-menu-types.ts +119 -0
- package/src/components/tiptap/ui-utils/suggestion-menu/suggestion-menu-utils.ts +107 -0
- package/src/components/tiptap/ui-utils/suggestion-menu/suggestion-menu.tsx +367 -0
- package/src/components/tiptap/virtual.d.ts +17 -0
- package/src/components/ui/alert-dialog.tsx +1 -1
- package/src/components/ui/badge.tsx +1 -1
- package/src/components/ui/button.tsx +1 -1
- package/src/components/ui/card.tsx +1 -1
- package/src/components/ui/checkbox.tsx +1 -1
- package/src/components/ui/context-menu.tsx +1 -1
- package/src/components/ui/dialog.tsx +1 -1
- package/src/components/ui/dropdown-menu.tsx +1 -1
- package/src/components/ui/empty.tsx +1 -1
- package/src/components/ui/input.tsx +1 -1
- package/src/components/ui/label.tsx +1 -1
- package/src/components/ui/popover.tsx +1 -1
- package/src/components/ui/resizable.tsx +1 -1
- package/src/components/ui/select.tsx +1 -1
- package/src/components/ui/sidebar.tsx +1 -1
- package/src/components/ui/skeleton.tsx +1 -1
- package/src/components/ui/sonner.tsx +1 -1
- package/src/components/ui/spinner.tsx +1 -1
- package/src/components/ui/switch.tsx +1 -1
- package/src/components/ui/textarea.tsx +1 -1
- package/src/components/ui/tooltip.tsx +1 -1
- package/src/components/ui-shared/ai-command-button.tsx +36 -0
- package/src/components/ui-shared/ai-stream-text.tsx +37 -0
- package/src/components/ui-shared/alert-dialog.tsx +216 -0
- package/src/components/ui-shared/animated-theme-toggler.tsx +272 -0
- package/src/components/ui-shared/auth-client.ts +115 -0
- package/src/components/ui-shared/auth-layout.tsx +66 -0
- package/src/components/ui-shared/avatar.tsx +129 -0
- package/src/components/ui-shared/badge.tsx +66 -0
- package/src/components/ui-shared/button.tsx +84 -0
- package/src/components/ui-shared/card.tsx +120 -0
- package/src/components/ui-shared/checkbox.tsx +50 -0
- package/src/components/ui-shared/context-menu.tsx +280 -0
- package/src/components/ui-shared/dialog.tsx +183 -0
- package/src/components/ui-shared/dropdown-menu.tsx +286 -0
- package/src/components/ui-shared/empty.tsx +121 -0
- package/src/components/ui-shared/grid-pattern.tsx +87 -0
- package/src/components/ui-shared/index.ts +23 -0
- package/src/components/ui-shared/input.tsx +36 -0
- package/src/components/ui-shared/item.tsx +213 -0
- package/src/components/ui-shared/kbd.tsx +33 -0
- package/src/components/ui-shared/label.tsx +39 -0
- package/src/components/ui-shared/layout-panel-top.tsx +160 -0
- package/src/components/ui-shared/name-confirm-dialog.tsx +153 -0
- package/src/components/ui-shared/nav-float-button.tsx +301 -0
- package/src/components/ui-shared/notion-avatar.tsx +126 -0
- package/src/components/ui-shared/placeholder-page.tsx +42 -0
- package/src/components/ui-shared/popover.tsx +106 -0
- package/src/components/ui-shared/reference-inline.tsx +53 -0
- package/src/components/ui-shared/reference-search.tsx +52 -0
- package/src/components/ui-shared/resizable.tsx +67 -0
- package/src/components/ui-shared/select.tsx +207 -0
- package/src/components/ui-shared/separator.tsx +45 -0
- package/src/components/ui-shared/sheet.tsx +164 -0
- package/src/components/ui-shared/sidebar.tsx +708 -0
- package/src/components/ui-shared/skeleton.tsx +30 -0
- package/src/components/ui-shared/sonner.tsx +37 -0
- package/src/components/ui-shared/switch.tsx +48 -0
- package/src/components/ui-shared/textarea.tsx +35 -0
- package/src/components/ui-shared/timezone-provider.tsx +55 -0
- package/src/components/ui-shared/tooltip.tsx +72 -0
- package/src/components/ui-shared/use-mobile.ts +36 -0
- package/src/components/ui-shared/user-avatar.tsx +83 -0
- package/src/components/ui-shared/utils.ts +6 -0
- package/src/components/workspace/schemas/create-workspace.ts +1 -1
- package/src/hooks/use-entity-subscription.ts +1 -1
- package/src/hooks/use-notifications.ts +2 -2
- package/src/i18n/__tests__/detect.test.ts +48 -0
- package/src/i18n/__tests__/integration.test.tsx +32 -0
- package/src/i18n/__tests__/server.test.ts +33 -0
- package/src/i18n/client.ts +32 -0
- package/src/i18n/config.ts +114 -18
- package/src/i18n/detect.ts +43 -0
- package/src/i18n/locales/en/agents.json +134 -0
- package/src/i18n/locales/en/apps.json +6 -0
- package/src/i18n/locales/en/auth.json +90 -0
- package/src/i18n/locales/en/billing.json +78 -0
- package/src/i18n/locales/en/chat.json +194 -0
- package/src/i18n/locales/en/common.json +242 -0
- package/src/i18n/locales/en/dashboard.json +38 -0
- package/src/i18n/locales/en/design.json +70 -0
- package/src/i18n/locales/en/desktop.json +35 -0
- package/src/i18n/locales/en/display.json +37 -0
- package/src/i18n/locales/en/editor.json +304 -0
- package/src/i18n/locales/en/enterprise.json +1 -0
- package/src/i18n/locales/en/invite.json +56 -0
- package/src/i18n/locales/en/iterations.json +92 -0
- package/src/i18n/locales/en/knowledge.json +462 -0
- package/src/i18n/locales/en/mindmap.json +28 -0
- package/src/i18n/locales/en/notifications.json +79 -0
- package/src/i18n/locales/en/prd.json +51 -0
- package/src/i18n/locales/en/projects.json +140 -0
- package/src/i18n/locales/en/settings.json +428 -0
- package/src/i18n/locales/en/share.json +20 -0
- package/src/i18n/locales/en/story.json +923 -0
- package/src/i18n/locales/en/tags.json +42 -0
- package/src/i18n/locales/en/workspace.json +90 -0
- package/src/i18n/locales/zh/agents.json +134 -0
- package/src/i18n/locales/zh/apps.json +6 -0
- package/src/i18n/locales/zh/auth.json +90 -0
- package/src/i18n/locales/zh/billing.json +78 -0
- package/src/i18n/locales/zh/chat.json +194 -0
- package/src/i18n/locales/zh/common.json +242 -0
- package/src/i18n/locales/zh/dashboard.json +38 -0
- package/src/i18n/locales/zh/design.json +70 -0
- package/src/i18n/locales/zh/desktop.json +35 -0
- package/src/i18n/locales/zh/display.json +37 -0
- package/src/i18n/locales/zh/editor.json +304 -0
- package/src/i18n/locales/zh/enterprise.json +1 -0
- package/src/i18n/locales/zh/invite.json +56 -0
- package/src/i18n/locales/zh/iterations.json +92 -0
- package/src/i18n/locales/zh/knowledge.json +462 -0
- package/src/i18n/locales/zh/mindmap.json +28 -0
- package/src/i18n/locales/zh/notifications.json +79 -0
- package/src/i18n/locales/zh/prd.json +51 -0
- package/src/i18n/locales/zh/projects.json +140 -0
- package/src/i18n/locales/zh/settings.json +428 -0
- package/src/i18n/locales/zh/share.json +20 -0
- package/src/i18n/locales/zh/story.json +923 -0
- package/src/i18n/locales/zh/tags.json +42 -0
- package/src/i18n/locales/zh/workspace.json +90 -0
- package/src/i18n/server.ts +18 -0
- package/src/i18n/types.ts +5 -0
- package/src/lib/__tests__/ai-adapter.test.ts +5 -5
- package/src/lib/__tests__/cli-detector.test.ts +6 -6
- package/src/lib/__tests__/embedding.test.ts +1 -1
- package/src/lib/__tests__/module-registry.test.ts +1 -1
- package/src/lib/__tests__/provider-router.test.ts +2 -2
- package/src/lib/__tests__/rag.test.ts +1 -1
- package/src/lib/ai/__tests__/story-prompt.test.ts +1 -1
- package/src/lib/annotation-template.ts +33 -1
- package/src/lib/auth/auth-client.ts +1 -1
- package/src/lib/auth/auth.config.ts +1 -1
- package/src/lib/changelog/sdk-versions.ts +1 -8
- package/src/lib/collections/index.ts +1 -1
- package/src/lib/collections/knowledge/knowledge-bases-collection.ts +1 -1
- package/src/lib/collections/reference/bookmark-categories-collection.ts +1 -1
- package/src/lib/collections/reference/labels-collection.ts +1 -1
- package/src/lib/collections/reference/projects-collection.ts +1 -1
- package/src/lib/collections/reference/users-brief-collection.ts +1 -1
- package/src/lib/collections/reference/workspaces-collection.ts +1 -1
- package/src/lib/comment-utils.ts +47 -1
- package/src/lib/crypto/api-key-cipher.ts +1 -1
- package/src/lib/datetime.ts +130 -7
- package/src/lib/outline-utils.ts +57 -1
- package/src/lib/pacer.ts +96 -11
- package/src/lib/prd/__tests__/stack-layout.test.ts +1 -1
- package/src/lib/prd/stack-layout.ts +53 -1
- package/src/lib/prd-tree-utils.ts +94 -1
- package/src/lib/prototype-registry.ts +24 -1
- package/src/lib/query-client-seam.test.ts +19 -0
- package/src/lib/query-client-seam.ts +14 -0
- package/src/lib/rag.ts +1 -1
- package/src/lib/restore-version.ts +1 -1
- package/src/lib/router-context.ts +1 -1
- package/src/lib/share-events.ts +78 -1
- package/src/lib/sidebar-utils.ts +21 -1
- package/src/lib/sse-transport.ts +1 -1
- package/src/lib/stores/prd-canvas-store.ts +69 -1
- package/src/lib/tag-colors.ts +35 -1
- package/src/lib/time-format.ts +50 -1
- package/src/lib/utils.ts +1 -1
- package/src/plugins/core/context.ts +2 -0
- package/src/plugins/core/index.ts +1 -0
- package/src/plugins/core/inspiration/index.ts +17 -0
- package/src/plugins/core/inspiration/pages/inspiration-page.tsx +8 -0
- package/src/plugins/core/inspiration/routes.ts +12 -0
- package/src/plugins/core/inspiration/ui.tsx +28 -0
- package/src/plugins/core/prd/components/agent-input.tsx +193 -0
- package/src/plugins/core/prd/components/component-annotation-overlay/AnnotationOverlay.tsx +113 -0
- package/src/plugins/core/prd/components/component-editor/__tests__/field-utils.test.ts +93 -0
- package/src/plugins/core/prd/components/component-editor/collapsible-section.tsx +44 -0
- package/src/plugins/core/prd/components/component-editor/content-section.tsx +63 -0
- package/src/plugins/core/prd/components/component-editor/field-utils.ts +56 -0
- package/src/plugins/core/prd/components/component-editor/position-section.tsx +39 -0
- package/src/plugins/core/prd/components/component-editor/style-fields.tsx +187 -0
- package/src/plugins/core/prd/components/component-editor/use-field.ts +53 -0
- package/src/plugins/core/prd/components/component-thumbnail.tsx +109 -0
- package/src/plugins/core/prd/components/dialog/create-prd-dialog.tsx +148 -0
- package/src/plugins/core/prd/components/dialog/prd-detail-client.tsx +102 -0
- package/src/plugins/core/prd/components/element-context.ts +29 -0
- package/src/plugins/core/prd/components/index.ts +19 -0
- package/src/plugins/core/prd/components/page-version-panel/components/create-version-dialog.tsx +84 -0
- package/src/plugins/core/prd/components/page-version-panel/components/delete-version-dialog.tsx +61 -0
- package/src/plugins/core/prd/components/page-version-panel/components/edit-version-dialog.tsx +82 -0
- package/src/plugins/core/prd/components/page-version-panel/constants.tsx +23 -0
- package/src/plugins/core/prd/components/page-version-panel/types.ts +30 -0
- package/src/plugins/core/prd/components/page-version-panel.tsx +1100 -0
- package/src/plugins/core/prd/components/page-version-tree.tsx +308 -0
- package/src/plugins/core/prd/components/prd-agent-panel.tsx +429 -0
- package/src/plugins/core/prd/components/prd-comment-review-panel.tsx +227 -0
- package/src/plugins/core/prd/components/prd-component-editor-content.tsx +90 -0
- package/src/plugins/core/prd/components/prd-dashboard.tsx +302 -0
- package/src/plugins/core/prd/components/prd-doc-panel.tsx +116 -0
- package/src/plugins/core/prd/components/prd-editor-layout.tsx +466 -0
- package/src/plugins/core/prd/components/prd-filter-bar.tsx +103 -0
- package/src/plugins/core/prd/components/prd-left-sidebar.tsx +473 -0
- package/src/plugins/core/prd/components/prd-navigation.tsx +287 -0
- package/src/plugins/core/prd/components/prd-outline-tab.tsx +61 -0
- package/src/plugins/core/prd/components/prd-prototype-panel.tsx +142 -0
- package/src/plugins/core/prd/components/prd-right-sidebar.tsx +209 -0
- package/src/plugins/core/prd/components/prd-share-panel/components/single-version-share-card.tsx +201 -0
- package/src/plugins/core/prd/components/prd-share-panel/constants.ts +22 -0
- package/src/plugins/core/prd/components/prd-share-panel/types.ts +21 -0
- package/src/plugins/core/prd/components/prd-share-panel/utils.ts +30 -0
- package/src/plugins/core/prd/components/prd-share-panel.tsx +567 -0
- package/src/plugins/core/prd/components/prd-tree-page-tab.tsx +572 -0
- package/src/plugins/core/prd/components/prd-tree-reducer.ts +96 -0
- package/src/plugins/core/prd/components/prototype/IconPrototype.tsx +81 -0
- package/src/plugins/core/prd/components/prototype/PrototypeCanvas.tsx +411 -0
- package/src/plugins/core/prd/components/prototype/PrototypeElement.tsx +168 -0
- package/src/plugins/core/prd/components/prototype/ResizeHandles.tsx +95 -0
- package/src/plugins/core/prd/components/prototype/icon-components.ts +57 -0
- package/src/plugins/core/prd/components/prototype/imported/.gitkeep +0 -0
- package/src/plugins/core/prd/components/prototype/index.ts +31 -0
- package/src/plugins/core/prd/components/restore-version-dialog.tsx +76 -0
- package/src/plugins/core/prd/components/schemas/create-prd.ts +26 -0
- package/src/plugins/core/prd/components/share/prd-share-client.tsx +118 -0
- package/src/plugins/core/prd/components/share/share-annotation-overlay.tsx +122 -0
- package/src/plugins/core/prd/components/share/share-comment-panel.tsx +257 -0
- package/src/plugins/core/prd/components/share/share-comment-review-panel.tsx +75 -0
- package/src/plugins/core/prd/components/share/share-directory-tree.tsx +93 -0
- package/src/plugins/core/prd/components/share/share-doc-view.tsx +96 -0
- package/src/plugins/core/prd/components/share/share-layout.tsx +171 -0
- package/src/plugins/core/prd/components/share/share-nav-bar.tsx +72 -0
- package/src/plugins/core/prd/components/share/share-password-gate.tsx +90 -0
- package/src/plugins/core/prd/components/share/share-prototype-view.tsx +92 -0
- package/src/plugins/core/prd/components/share/share-review-panel.tsx +93 -0
- package/src/plugins/core/prd/components/share/share-sse-listener.tsx +76 -0
- package/src/plugins/core/prd/components/share/share-theme-toggle.tsx +57 -0
- package/src/plugins/core/prd/components/share/version-share-client.tsx +123 -0
- package/src/plugins/core/prd/components/tiptap/node/paragraph-node/paragraph-node.scss +286 -0
- package/src/plugins/core/prd/icon-picker-bridge.ts +41 -0
- package/src/plugins/core/prd/index.ts +40 -0
- package/src/plugins/core/prd/lib/ai/annotation-prompt.ts +66 -0
- package/src/plugins/core/prd/lib/restore-version.ts +53 -0
- package/src/plugins/core/prd/pages/prd-detail-page.tsx +88 -0
- package/src/plugins/core/prd/pages/prd-layout.tsx +28 -0
- package/src/plugins/core/prd/pages/share-prd-page.tsx +69 -0
- package/src/plugins/core/prd/prd-nav.tsx +92 -0
- package/src/plugins/core/prd/routes.tsx +103 -0
- package/src/plugins/core/prd/serverFns/ai/agent-conversations.ts +124 -0
- package/src/plugins/core/prd/serverFns/ai/fill-annotation.ts +80 -0
- package/src/plugins/core/prd/serverFns/ai/generate-prototype.ts +121 -0
- package/src/plugins/core/prd/serverFns/ai/providers.ts +528 -0
- package/src/plugins/core/prd/serverFns/comments.ts +109 -0
- package/src/plugins/core/prd/serverFns/components.ts +37 -0
- package/src/plugins/core/prd/serverFns/detail.ts +49 -0
- package/src/plugins/core/prd/serverFns/index.ts +14 -0
- package/src/plugins/core/prd/serverFns/page-versions.ts +137 -0
- package/src/plugins/core/prd/serverFns/pages.ts +164 -0
- package/src/plugins/core/prd/serverFns/prd.ts +164 -0
- package/src/plugins/core/prd/serverFns/reviews.ts +87 -0
- package/src/plugins/core/prd/serverFns/share/verify-password.ts +75 -0
- package/src/plugins/core/prd/serverFns/share/versions.ts +112 -0
- package/src/plugins/core/prd/serverFns/share.ts +119 -0
- package/src/plugins/core/prd/serverFns/shares-password.ts +189 -0
- package/src/plugins/core/prd/serverFns/shares.ts +336 -0
- package/src/plugins/core/prd/serverFns/versions.ts +277 -0
- package/src/plugins/core/prd/ui.ts +24 -0
- package/src/plugins/core/server/api-key-cipher.ts +61 -0
- package/src/plugins/core/server/rate-limit.ts +111 -0
- package/src/plugins/core/tags/__tests__/tags.test.ts +367 -0
- package/src/plugins/core/tags/index.ts +39 -0
- package/src/plugins/core/tags/nav-tag.tsx +137 -0
- package/src/plugins/core/tags/pages/tag-detail-page.tsx +31 -0
- package/src/plugins/core/tags/pages/tag-settings-page.tsx +34 -0
- package/src/plugins/core/tags/pages/tags-index-page.tsx +34 -0
- package/src/plugins/core/tags/routes.ts +65 -0
- package/src/plugins/core/tags/serverFns.ts +122 -0
- package/src/plugins/core/tags/tag-badge.tsx +57 -0
- package/src/plugins/core/tags/tag-color-classes.ts +61 -0
- package/src/plugins/core/tags/tag-color-picker.tsx +56 -0
- package/src/plugins/core/tags/tag-components-index.ts +23 -0
- package/src/plugins/core/tags/tag-manager.tsx +212 -0
- package/src/plugins/core/tags/tag-selector.tsx +169 -0
- package/src/plugins/core/tags/tags-collection.ts +40 -0
- package/src/plugins/core/tags/ui.ts +24 -0
- package/src/plugins/plugins.gen.ts +3 -3
- package/src/plugins/ui.gen.ts +1 -1
- package/src/providers/index.tsx +3 -3
- package/src/providers/timezone-provider.tsx +1 -1
- package/src/router.tsx +2 -2
- package/src/routes/__root.tsx +2 -2
- package/src/routes/_login/schemas/-auth.ts +1 -1
- package/src/routes/_nav/changelog/route.lazy.tsx +1 -1
- package/src/routes/_nav/changelog/route.tsx +1 -1
- package/src/routes/_nav/dashboard/-components/avatar-group.tsx +2 -2
- package/src/routes/_nav/dashboard/route.tsx +1 -1
- package/src/routes/_nav/inspiration/route.tsx +1 -1
- package/src/routes/_nav/notifications/route.tsx +1 -1
- package/src/routes/_nav/prd/$id/route.tsx +1 -1
- package/src/routes/_nav/prd/index.tsx +1 -1
- package/src/routes/_nav/prd/route.tsx +1 -1
- package/src/routes/_nav/projects/$projectId/index.lazy.tsx +1 -1
- package/src/routes/_nav/route.tsx +1 -1
- package/src/routes/_nav/settings/account/route.tsx +1 -1
- package/src/routes/_nav/settings/route.tsx +1 -1
- package/src/routes/_nav/tags/$id/route.tsx +1 -1
- package/src/routes/_nav/tags/index.tsx +1 -1
- package/src/routes/_nav/tags/route.tsx +1 -1
- package/src/routes/_nav/tags/settings/route.tsx +1 -1
- package/src/routes/api/auth/desktop-callback.ts +1 -1
- package/src/routes/api/chat.ts +2 -2
- package/src/routes/api/notifications/stream.ts +1 -1
- package/src/routes/api/story-ai.ts +1 -1
- package/src/routes/invite/$token/route.lazy.tsx +1 -1
- package/src/routes/server.ai-stream.ts +1 -1
- package/src/routes/share/$versionId/route.lazy.tsx +1 -1
- package/src/routes/share/prd/$prdId/route.tsx +1 -1
- package/src/server/__tests__/agent-client-graph.test.ts +8 -5
- package/src/server/__tests__/resource-registry.test.ts +1 -1
- package/src/server/ai-gateway/__tests__/conformance.test.ts +43 -0
- package/src/server/ai-gateway/__tests__/embedding-request.test.ts +84 -0
- package/src/server/ai-gateway/__tests__/embedding.test.ts +42 -0
- package/src/server/ai-gateway/__tests__/interrupt-store.test.ts +539 -0
- package/src/server/ai-gateway/__tests__/knowledge-scope.test.ts +207 -0
- package/src/server/ai-gateway/__tests__/label-suggest.test.ts +113 -0
- package/src/server/ai-gateway/__tests__/message-store.test.ts +197 -0
- package/src/server/ai-gateway/__tests__/rerank.test.ts +128 -0
- package/src/server/ai-gateway/__tests__/run-store.test.ts +378 -0
- package/src/server/ai-gateway/__tests__/runtime.test.ts +58 -0
- package/src/server/ai-gateway/__tests__/story-prompt.test.ts +34 -0
- package/src/server/ai-gateway/__tests__/tools-select.test.ts +103 -0
- package/src/server/ai-gateway/__tests__/unified-router.test.ts +124 -0
- package/src/server/ai-gateway/adapter.ts +255 -0
- package/src/server/ai-gateway/chat-handler.ts +238 -0
- package/src/server/ai-gateway/chat-stream-builder.ts +91 -0
- package/src/server/ai-gateway/connectivity-check.ts +148 -0
- package/src/server/ai-gateway/embedding.ts +67 -0
- package/src/server/ai-gateway/index.ts +111 -0
- package/src/server/ai-gateway/label-suggest.ts +126 -0
- package/src/server/ai-gateway/middlewares/index.ts +19 -0
- package/src/server/ai-gateway/middlewares/logger.ts +35 -0
- package/src/server/ai-gateway/middlewares/rate-limit.ts +40 -0
- package/src/server/ai-gateway/model-fetch.ts +168 -0
- package/src/server/ai-gateway/persistence/index.ts +36 -0
- package/src/server/ai-gateway/persistence/interrupt-store.ts +154 -0
- package/src/server/ai-gateway/persistence/message-store.ts +124 -0
- package/src/server/ai-gateway/persistence/run-store.ts +120 -0
- package/src/server/ai-gateway/ports.ts +71 -0
- package/src/server/ai-gateway/pro-services.ts +25 -0
- package/src/server/ai-gateway/provider-router.ts +238 -0
- package/src/server/ai-gateway/provider-tools.ts +42 -0
- package/src/server/ai-gateway/rerank.ts +63 -0
- package/src/server/ai-gateway/runtime.ts +42 -0
- package/src/server/ai-gateway/story-handler.ts +171 -0
- package/src/server/ai-gateway/story-prompt.ts +68 -0
- package/src/server/ai-gateway/tools/definitions.ts +99 -0
- package/src/server/ai-gateway/tools/delete-project.ts +39 -0
- package/src/server/ai-gateway/tools/index.ts +31 -0
- package/src/server/ai-gateway/tools/knowledge-scope.ts +56 -0
- package/src/server/ai-gateway/tools/select.ts +53 -0
- package/src/server/ai-gateway/tools/server.ts +198 -0
- package/src/server/ai-gateway/tools.ts +7 -0
- package/src/server/ai-gateway/types.ts +42 -0
- package/src/server/ai-gateway/unified-router.ts +180 -0
- package/src/server/ai-ports.ts +2 -2
- package/src/server/entitlements-token-client.ts +1 -1
- package/src/server/entitlements-token.ts +1 -1
- package/src/server/entitlements.ts +1 -1
- package/src/server/middlewares/rate-limit-server-fn.ts +1 -1
- package/src/server/notifications/event-bus.ts +1 -1
- package/src/server/notifications/notification-service.ts +3 -3
- package/src/server/resources.ts +1 -1
- package/src/server/serverFns/__tests__/knowledge-index.test.ts +1 -1
- package/src/server/serverFns/agents/agent-crud.ts +1 -1
- package/src/server/serverFns/agents/resolve-overrides.ts +2 -2
- package/src/server/serverFns/ai/agent-conversations.ts +1 -1
- package/src/server/serverFns/ai/fill-annotation.ts +1 -1
- package/src/server/serverFns/ai/generate-prototype.ts +1 -1
- package/src/server/serverFns/ai/providers.ts +1 -1
- package/src/server/serverFns/auth/session.ts +1 -1
- package/src/server/serverFns/billing.ts +1 -1
- package/src/server/serverFns/changelog/fetch.ts +1 -1
- package/src/server/serverFns/comments.ts +1 -1
- package/src/server/serverFns/components.ts +1 -1
- package/src/server/serverFns/knowledge-index-utils.ts +1 -1
- package/src/server/serverFns/locale.ts +1 -1
- package/src/server/serverFns/notifications.ts +1 -1
- package/src/server/serverFns/reviews.ts +1 -1
- package/src/server/serverFns/share/verify-password.ts +1 -1
- package/src/server/serverFns/share/versions.ts +1 -1
- package/src/server/serverFns/story/__tests__/label-suggest-fn.test.ts +2 -2
- package/src/server/serverFns/story/story-crud/label-suggest-core.ts +1 -1
- package/src/server/serverFns/translation.ts +1 -1
- package/src/shared/ai-cli/adapter.ts +59 -0
- package/src/shared/ai-cli/cli-detector.ts +64 -0
- package/src/start.ts +1 -1
- package/vite.shared.ts +1 -5
- package/src/lib/i18n/client.ts +0 -1
- package/src/lib/i18n/config.ts +0 -1
- package/src/lib/i18n/detect.ts +0 -1
- package/src/lib/i18n/server.ts +0 -1
- package/src/lib/i18n/types.ts +0 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Tags",
|
|
3
|
+
"description": "Tag management is under development",
|
|
4
|
+
"detail": {
|
|
5
|
+
"title": "Tag Detail",
|
|
6
|
+
"description": "Tag detail page is under development"
|
|
7
|
+
},
|
|
8
|
+
"settings": {
|
|
9
|
+
"title": "Tag Settings",
|
|
10
|
+
"description": "Manage your tags: add, remove, recolor, drag to reorder"
|
|
11
|
+
},
|
|
12
|
+
"emptyTitle": "No tags yet",
|
|
13
|
+
"emptyDesc": "Create your first tag to organize PRDs",
|
|
14
|
+
"createTag": "New Tag",
|
|
15
|
+
"editTag": "Edit Tag",
|
|
16
|
+
"nameLabel": "Name",
|
|
17
|
+
"colorLabel": "Color",
|
|
18
|
+
"nameRequired": "Please enter a name",
|
|
19
|
+
"nameConflict": "This name already exists",
|
|
20
|
+
"saveFailed": "Save failed",
|
|
21
|
+
"saving": "Saving...",
|
|
22
|
+
"save": "Save",
|
|
23
|
+
"cancel": "Cancel",
|
|
24
|
+
"delete": "Delete",
|
|
25
|
+
"deleted": "Deleted",
|
|
26
|
+
"deleteFailed": "Delete failed",
|
|
27
|
+
"updated": "Updated",
|
|
28
|
+
"created": "Created",
|
|
29
|
+
"sortFailed": "Sort failed",
|
|
30
|
+
"confirmDeleteTitle": "Delete tag \"{{name}}\"?",
|
|
31
|
+
"confirmDeleteDesc": "Associated PRDs will retain this tag and it will reappear when restored.",
|
|
32
|
+
"selector": {
|
|
33
|
+
"placeholder": "Select tags",
|
|
34
|
+
"searchPlaceholder": "Search or create...",
|
|
35
|
+
"createTag": "Create \"{{name}}\""
|
|
36
|
+
},
|
|
37
|
+
"colorPicker": {
|
|
38
|
+
"selectColor": "Select color {{color}}"
|
|
39
|
+
},
|
|
40
|
+
"edit": "Edit",
|
|
41
|
+
"removeTag": "Remove {{name}}"
|
|
42
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Workspace",
|
|
3
|
+
"list": {
|
|
4
|
+
"title": "Workspaces",
|
|
5
|
+
"subtitle": "Manage your projects, team collaboration, and requirements",
|
|
6
|
+
"create": "New Workspace",
|
|
7
|
+
"emptyTitle": "No workspaces yet",
|
|
8
|
+
"emptyDescription": "Create your first workspace and start collaborating",
|
|
9
|
+
"noDescription": "No description",
|
|
10
|
+
"projects": "Projects",
|
|
11
|
+
"members": "Members"
|
|
12
|
+
},
|
|
13
|
+
"createWorkspace": {
|
|
14
|
+
"title": "New Workspace",
|
|
15
|
+
"description": "Create a workspace to manage projects, requirements, and team members",
|
|
16
|
+
"nameLabel": "Workspace Name *",
|
|
17
|
+
"namePlaceholder": "Enter workspace name",
|
|
18
|
+
"nameRequired": "Please enter a workspace name",
|
|
19
|
+
"descriptionLabel": "Description",
|
|
20
|
+
"descriptionPlaceholder": "Brief description (optional)",
|
|
21
|
+
"cancel": "Cancel",
|
|
22
|
+
"creating": "Creating...",
|
|
23
|
+
"create": "Create",
|
|
24
|
+
"createFailed": "Create failed",
|
|
25
|
+
"upgradeTitle": "Workspace limit reached",
|
|
26
|
+
"upgradeDescription": "Free accounts can create 1 workspace. Upgrade to Pro for unlimited workspaces and all advanced features.",
|
|
27
|
+
"upgradeAction": "Upgrade to Pro"
|
|
28
|
+
},
|
|
29
|
+
"detail": {
|
|
30
|
+
"noDescription": "No description",
|
|
31
|
+
"projects": "Projects",
|
|
32
|
+
"members": "Members",
|
|
33
|
+
"createProject": "New Project",
|
|
34
|
+
"emptyProjectsTitle": "No projects yet",
|
|
35
|
+
"emptyProjectsDescription": "Create your first project in this workspace"
|
|
36
|
+
},
|
|
37
|
+
"settings": {
|
|
38
|
+
"back": "Back to Workspace",
|
|
39
|
+
"title": "Workspace Settings",
|
|
40
|
+
"basicInfo": "Basic Information",
|
|
41
|
+
"icon": "Workspace Icon",
|
|
42
|
+
"nameLabel": "Workspace Name *",
|
|
43
|
+
"nameRequired": "Please enter a workspace name",
|
|
44
|
+
"descriptionLabel": "Description",
|
|
45
|
+
"descriptionPlaceholder": "Briefly describe the workspace goals and scope",
|
|
46
|
+
"saveChanges": "Save Changes",
|
|
47
|
+
"updateSuccess": "Workspace updated",
|
|
48
|
+
"saveFailed": "Save failed",
|
|
49
|
+
"members": "Member Management",
|
|
50
|
+
"inviteEmailPlaceholder": "Enter member email",
|
|
51
|
+
"inviteEmailRequired": "Please enter an email",
|
|
52
|
+
"inviteSuccess": "Invitation sent",
|
|
53
|
+
"inviteFailed": "Invitation failed",
|
|
54
|
+
"inviteLoading": "Inviting...",
|
|
55
|
+
"invite": "Invite",
|
|
56
|
+
"seatsExceeded": "Pro plan allows up to {{max}} members (current {{current}}/{{max}}). Contact the workspace owner to upgrade to Enterprise.",
|
|
57
|
+
"memberRemoved": "Member removed",
|
|
58
|
+
"removeFailed": "Remove failed",
|
|
59
|
+
"roleUpdated": "Role updated",
|
|
60
|
+
"operationFailed": "Operation failed",
|
|
61
|
+
"workspaceDeleted": "Workspace deleted",
|
|
62
|
+
"deleteFailed": "Delete failed",
|
|
63
|
+
"roles": {
|
|
64
|
+
"owner": "Owner",
|
|
65
|
+
"admin": "Admin",
|
|
66
|
+
"member": "Member",
|
|
67
|
+
"viewer": "Viewer"
|
|
68
|
+
},
|
|
69
|
+
"unknownUser": "Unknown User",
|
|
70
|
+
"self": "(You)",
|
|
71
|
+
"pending": "Pending",
|
|
72
|
+
"dangerZone": "Danger Zone",
|
|
73
|
+
"deleteDescription": "Deleting the workspace will permanently remove the workspace and all member relationships. This action cannot be undone.",
|
|
74
|
+
"hasProjects": "This workspace still has {{count}} project(s). Please choose how to handle them first.",
|
|
75
|
+
"deleteClear": "Clear Projects & Delete Workspace",
|
|
76
|
+
"deleteTransfer": "Transfer Projects & Delete Workspace",
|
|
77
|
+
"deleteWorkspace": "Delete Workspace",
|
|
78
|
+
"confirmDelete": "Confirm Delete",
|
|
79
|
+
"confirmDeleteDescription": "This will permanently delete \"{{name}}\" and all associated data. This cannot be undone.",
|
|
80
|
+
"projectHandling": "Project Handling",
|
|
81
|
+
"clearProjects": "Clear Projects (Irreversible)",
|
|
82
|
+
"clearProjectsDesc": "All projects in this workspace will be permanently deleted.",
|
|
83
|
+
"transferProjects": "Transfer to Another Workspace",
|
|
84
|
+
"transferProjectsDesc": "Select a target workspace to keep project data.",
|
|
85
|
+
"confirmRemoveMember": "Confirm Remove Member",
|
|
86
|
+
"confirmRemoveMemberDesc": "Are you sure you want to remove this member? They will immediately lose access to this workspace.",
|
|
87
|
+
"cancel": "Cancel",
|
|
88
|
+
"confirmRemove": "Confirm Remove"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
{
|
|
2
|
+
"page": {
|
|
3
|
+
"title": "智能体",
|
|
4
|
+
"description": "管理你的 AI 智能体和技能",
|
|
5
|
+
"tabs": {
|
|
6
|
+
"agents": "智能体",
|
|
7
|
+
"skills": "技能"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
"agent": {
|
|
11
|
+
"create": "创建智能体",
|
|
12
|
+
"edit": "编辑智能体",
|
|
13
|
+
"delete": "删除智能体",
|
|
14
|
+
"deleteConfirmTitle": "删除智能体",
|
|
15
|
+
"deleteConfirmDesc": "确定要删除「{{name}}」吗?此操作无法撤销。",
|
|
16
|
+
"deleteConfirmText": "删除",
|
|
17
|
+
"deleteSuccess": "智能体已删除",
|
|
18
|
+
"deleteFailed": "删除智能体失败",
|
|
19
|
+
"created": "智能体已创建",
|
|
20
|
+
"updated": "智能体已更新",
|
|
21
|
+
"saveFailed": "保存智能体失败",
|
|
22
|
+
"agentQuotaExceeded": "Agent 配额已满,请升级套餐",
|
|
23
|
+
"empty": {
|
|
24
|
+
"title": "还没有智能体",
|
|
25
|
+
"description": "创建你的第一个 AI 智能体,让它成为你的专属助手",
|
|
26
|
+
"createFirst": "创建第一个智能体"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"agentForm": {
|
|
30
|
+
"title": {
|
|
31
|
+
"create": "创建智能体",
|
|
32
|
+
"edit": "编辑智能体"
|
|
33
|
+
},
|
|
34
|
+
"description": {
|
|
35
|
+
"create": "配置智能体的名称、人设、工具和模型",
|
|
36
|
+
"edit": "修改智能体的配置"
|
|
37
|
+
},
|
|
38
|
+
"nameLabel": "名称",
|
|
39
|
+
"namePlaceholder": "例如:产品评审助手",
|
|
40
|
+
"nameRequired": "名称不能为空",
|
|
41
|
+
"descriptionLabel": "描述",
|
|
42
|
+
"descriptionPlaceholder": "简述这个智能体的用途",
|
|
43
|
+
"systemPromptLabel": "系统提示词",
|
|
44
|
+
"systemPromptPlaceholder": "描述智能体的角色、语气和行为规范",
|
|
45
|
+
"systemPromptRequired": "系统提示词不能为空",
|
|
46
|
+
"greetingLabel": "开场白",
|
|
47
|
+
"greetingPlaceholder": "智能体的第一句话",
|
|
48
|
+
"greetingOptional": "选填,用于对话开始时的问候",
|
|
49
|
+
"modelLabel": "模型",
|
|
50
|
+
"modelPlaceholder": "选择模型",
|
|
51
|
+
"modelOptional": "留空使用全局默认模型",
|
|
52
|
+
"temperatureLabel": "温度",
|
|
53
|
+
"temperatureHint": "越高越有创意,越低越稳定",
|
|
54
|
+
"suggestedPromptsLabel": "建议提问",
|
|
55
|
+
"suggestedPromptsHint": "最多 4 条,用户进入对话时推荐的问题",
|
|
56
|
+
"suggestedPromptPlaceholder": "例如:帮我评审这份 PRD",
|
|
57
|
+
"addSuggestedPrompt": "添加建议",
|
|
58
|
+
"allowedToolsLabel": "允许的工具",
|
|
59
|
+
"allowedToolsHint": "选择此智能体可使用的工具",
|
|
60
|
+
"knowledgeBasesLabel": "关联知识库",
|
|
61
|
+
"knowledgeBasesHint": "选择此智能体可检索的知识库",
|
|
62
|
+
"save": "保存",
|
|
63
|
+
"create": "创建",
|
|
64
|
+
"saving": "保存中...",
|
|
65
|
+
"creating": "创建中...",
|
|
66
|
+
"cancel": "取消"
|
|
67
|
+
},
|
|
68
|
+
"card": {
|
|
69
|
+
"edit": "编辑",
|
|
70
|
+
"delete": "删除",
|
|
71
|
+
"createdAt": "创建于 {{date}}",
|
|
72
|
+
"updatedAt": "更新于 {{date}}",
|
|
73
|
+
"tools": "工具",
|
|
74
|
+
"knowledgeBases": "知识库",
|
|
75
|
+
"model": "模型",
|
|
76
|
+
"temperature": "温度",
|
|
77
|
+
"noDescription": "暂无描述",
|
|
78
|
+
"noTools": "未配置工具",
|
|
79
|
+
"noKnowledgeBases": "未关联知识库"
|
|
80
|
+
},
|
|
81
|
+
"skill": {
|
|
82
|
+
"create": "创建技能",
|
|
83
|
+
"edit": "编辑技能",
|
|
84
|
+
"delete": "删除技能",
|
|
85
|
+
"deleteConfirmTitle": "删除技能",
|
|
86
|
+
"deleteConfirmDesc": "确定要删除「{{name}}」吗?此操作无法撤销。",
|
|
87
|
+
"deleteConfirmText": "删除",
|
|
88
|
+
"deleteSuccess": "技能已删除",
|
|
89
|
+
"deleteFailed": "删除技能失败",
|
|
90
|
+
"created": "技能已创建",
|
|
91
|
+
"updated": "技能已更新",
|
|
92
|
+
"saveFailed": "保存技能失败",
|
|
93
|
+
"skillQuotaExceeded": "Skill 配额已满,请升级套餐",
|
|
94
|
+
"nameConflict": "技能名称已存在",
|
|
95
|
+
"empty": {
|
|
96
|
+
"title": "还没有技能",
|
|
97
|
+
"description": "创建你的第一个 AI 技能,扩展智能体能力",
|
|
98
|
+
"createFirst": "创建第一个技能"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"skillForm": {
|
|
102
|
+
"title": {
|
|
103
|
+
"create": "创建技能",
|
|
104
|
+
"edit": "编辑技能"
|
|
105
|
+
},
|
|
106
|
+
"description": {
|
|
107
|
+
"create": "定义技能名称、标题和模板",
|
|
108
|
+
"edit": "修改技能配置"
|
|
109
|
+
},
|
|
110
|
+
"nameLabel": "标识符",
|
|
111
|
+
"namePlaceholder": "例如:code-review",
|
|
112
|
+
"nameRequired": "标识符不能为空",
|
|
113
|
+
"nameInvalid": "仅允许小写字母、数字和短横线",
|
|
114
|
+
"titleLabel": "标题",
|
|
115
|
+
"titlePlaceholder": "例如:代码评审",
|
|
116
|
+
"titleRequired": "标题不能为空",
|
|
117
|
+
"templateLabel": "模板",
|
|
118
|
+
"templatePlaceholder": "定义技能的执行步骤和指令...",
|
|
119
|
+
"templateRequired": "模板不能为空",
|
|
120
|
+
"save": "保存",
|
|
121
|
+
"create": "创建",
|
|
122
|
+
"saving": "保存中...",
|
|
123
|
+
"creating": "创建中...",
|
|
124
|
+
"cancel": "取消"
|
|
125
|
+
},
|
|
126
|
+
"tools": {
|
|
127
|
+
"knowledge_search": "知识库检索",
|
|
128
|
+
"document_action": "文档操作",
|
|
129
|
+
"user_data_query": "用户数据查询",
|
|
130
|
+
"web_search": "联网搜索",
|
|
131
|
+
"reindex_knowledge_base": "知识库重索引",
|
|
132
|
+
"delete_project": "删除项目"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"login": {
|
|
3
|
+
"title": "欢迎回来",
|
|
4
|
+
"subtitle": "登录以访问您的仪表盘、设置和项目。",
|
|
5
|
+
"orWithEmail": "或使用邮箱登录",
|
|
6
|
+
"emailLabel": "邮箱",
|
|
7
|
+
"emailPlaceholder": "name@example.com",
|
|
8
|
+
"passwordLabel": "密码",
|
|
9
|
+
"passwordPlaceholder": "输入您的密码",
|
|
10
|
+
"showPassword": "显示密码",
|
|
11
|
+
"hidePassword": "隐藏密码",
|
|
12
|
+
"remember": "记住 30 天",
|
|
13
|
+
"forgotPassword": "忘记密码?",
|
|
14
|
+
"submitting": "登录中…",
|
|
15
|
+
"submit": "登录",
|
|
16
|
+
"noAccount": "还没有账号?",
|
|
17
|
+
"createAccount": "创建账号",
|
|
18
|
+
"invalidCredentials": "邮箱或密码错误",
|
|
19
|
+
"success": "登录成功",
|
|
20
|
+
"serverError": "服务器错误",
|
|
21
|
+
"googleNotConfigured": "Google 登录尚未配置,请联系管理员设置 AUTH_GOOGLE_ID 和 AUTH_GOOGLE_SECRET",
|
|
22
|
+
"useProvider": "使用 {{name}} {{action}}",
|
|
23
|
+
"defaultAction": "登录",
|
|
24
|
+
"ssoDetected": "检测到企业邮箱,请使用单点登录",
|
|
25
|
+
"ssoLoginWith": "使用 {{name}} 单点登录",
|
|
26
|
+
"ssoContinueWithEmail": "改用邮箱登录",
|
|
27
|
+
"ssoFailed": "单点登录失败,请重试或联系管理员",
|
|
28
|
+
"ssoSubmitting": "单点登录中..."
|
|
29
|
+
},
|
|
30
|
+
"register": {
|
|
31
|
+
"title": "创建账号",
|
|
32
|
+
"subtitle": "注册以开始使用产品工作台",
|
|
33
|
+
"orWithEmail": "或使用邮箱注册",
|
|
34
|
+
"usernameLabel": "用户名",
|
|
35
|
+
"usernamePlaceholder": "您的用户名",
|
|
36
|
+
"emailLabel": "邮箱",
|
|
37
|
+
"passwordLabel": "密码",
|
|
38
|
+
"passwordPlaceholder": "输入密码",
|
|
39
|
+
"confirmPasswordLabel": "确认密码",
|
|
40
|
+
"confirmPasswordPlaceholder": "再次输入密码",
|
|
41
|
+
"invitationCodeLabel": "邀请码",
|
|
42
|
+
"invitationCodePlaceholder": "请输入邀请码",
|
|
43
|
+
"submitting": "注册中...",
|
|
44
|
+
"submit": "创建账号",
|
|
45
|
+
"hasAccount": "已有账号?",
|
|
46
|
+
"goLogin": "登录",
|
|
47
|
+
"success": "注册成功,请登录",
|
|
48
|
+
"failed": "注册失败"
|
|
49
|
+
},
|
|
50
|
+
"resetPassword": {
|
|
51
|
+
"title": "重置密码",
|
|
52
|
+
"subtitle": "请输入新密码",
|
|
53
|
+
"newPasswordLabel": "新密码",
|
|
54
|
+
"newPasswordPlaceholder": "至少 8 位",
|
|
55
|
+
"confirmPasswordLabel": "确认密码",
|
|
56
|
+
"confirmPasswordPlaceholder": "再次输入新密码",
|
|
57
|
+
"submitting": "重置中...",
|
|
58
|
+
"submit": "重置密码",
|
|
59
|
+
"goLogin": "返回登录",
|
|
60
|
+
"success": "密码已重置",
|
|
61
|
+
"failed": "重置失败"
|
|
62
|
+
},
|
|
63
|
+
"forgotPassword": {
|
|
64
|
+
"title": "忘记密码",
|
|
65
|
+
"subtitle": "输入您的注册邮箱,我们将发送密码重置链接",
|
|
66
|
+
"emailLabel": "邮箱",
|
|
67
|
+
"submitting": "发送中...",
|
|
68
|
+
"submit": "发送重置链接",
|
|
69
|
+
"remembered": "想起了密码?",
|
|
70
|
+
"goLogin": "返回登录",
|
|
71
|
+
"sent": "重置链接已发送到您的邮箱",
|
|
72
|
+
"failed": "发送失败",
|
|
73
|
+
"brandSubtitle": "我们将在验证后向您发送重置链接。"
|
|
74
|
+
},
|
|
75
|
+
"features": {
|
|
76
|
+
"userResearch": "用户调研",
|
|
77
|
+
"userResearchDesc": "结构化管理",
|
|
78
|
+
"dataAnalysis": "数据分析",
|
|
79
|
+
"dataAnalysisDesc": "可视化",
|
|
80
|
+
"teamCollaboration": "团队协作",
|
|
81
|
+
"teamCollaborationDesc": "高效沟通",
|
|
82
|
+
"roadmap": "路线图",
|
|
83
|
+
"roadmapDesc": "规划未来"
|
|
84
|
+
},
|
|
85
|
+
"brand": {
|
|
86
|
+
"title": "欢迎回到 AllBlue",
|
|
87
|
+
"subtitle": "以产品人为本的产品工作台,专为产品经理打造。"
|
|
88
|
+
},
|
|
89
|
+
"demo": "Demo: demo@example.com / password123"
|
|
90
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "计费",
|
|
3
|
+
"comingSoon": "国内支付即将上线",
|
|
4
|
+
"needHigherPlan": "{{label}} 需要更高计划",
|
|
5
|
+
"upgradeToPro": "升级到 Pro",
|
|
6
|
+
"freePlan": "Free 计划",
|
|
7
|
+
"freeDescription": "基础功能,14 天免费试用 Pro",
|
|
8
|
+
"planName": "{{name}} 计划",
|
|
9
|
+
"statusLabel": "状态:{{status}}",
|
|
10
|
+
"trialUntil": "试用至 {{date}}",
|
|
11
|
+
"expiresAt": "到期:{{date}}",
|
|
12
|
+
"currencyLabel": "货币:{{currency}}",
|
|
13
|
+
"manageBilling": "管理计费",
|
|
14
|
+
"saasOnly": "订阅功能仅在 SaaS 模式可用",
|
|
15
|
+
"choosePlanTitle": "选择适合你的计划",
|
|
16
|
+
"trialDescription": "14 天免费试用 Pro 计划,无需信用卡",
|
|
17
|
+
"free": "免费",
|
|
18
|
+
"perMonth": "/月",
|
|
19
|
+
"maxSeats": "最多 {{count}} 位成员",
|
|
20
|
+
"aiQuota": "AI 配额:{{quota}}/月",
|
|
21
|
+
"currentPlan": "当前计划",
|
|
22
|
+
"startTrial": "开始试用",
|
|
23
|
+
"noInvoices": "暂无发票记录",
|
|
24
|
+
"invoiceHistory": "发票历史",
|
|
25
|
+
"date": "日期",
|
|
26
|
+
"amount": "金额",
|
|
27
|
+
"status": "状态",
|
|
28
|
+
"action": "操作",
|
|
29
|
+
"view": "查看",
|
|
30
|
+
"paid": "已支付",
|
|
31
|
+
"unpaid": "未支付",
|
|
32
|
+
"requiresLogin": "此功能需要登录 AllBlue 账号",
|
|
33
|
+
"loginToUnlock": "登录解锁{{feature}}",
|
|
34
|
+
"loginToUnlockFeature": "登录解锁「{{feature}}」",
|
|
35
|
+
"moreFeatures": "更多功能",
|
|
36
|
+
"loginDescription": "此功能需要登录 AllBlue 账号。登录后数据仍保留在本地,仅解锁订阅权益与托管服务。",
|
|
37
|
+
"loginBenefit1": "登录后享订阅权益(托管 AI、高级功能)",
|
|
38
|
+
"loginBenefit2": "本地数据不会丢失,继续保留在本机",
|
|
39
|
+
"loginBenefit3": "可随时退出登录回到游客模式",
|
|
40
|
+
"later": "稍后再说",
|
|
41
|
+
"goToLogin": "前往登录",
|
|
42
|
+
"checkoutCreateFailed": "创建支付会话失败:{{message}}",
|
|
43
|
+
"portalOpenFailed": "打开管理面板失败:{{message}}",
|
|
44
|
+
"featureMultiProvider": "多 AI 提供商",
|
|
45
|
+
"featureHostedAi": "托管 AI",
|
|
46
|
+
"featureLargePageSize": "大分页(每页 500/1000)",
|
|
47
|
+
"featureByokAi": "自带 AI Key",
|
|
48
|
+
"featureAiQuota": "AI 配额",
|
|
49
|
+
"featureSso": "SSO 单点登录",
|
|
50
|
+
"featureAuditLog": "审计日志",
|
|
51
|
+
"openBrowserFailed": "无法打开浏览器:{{message}}",
|
|
52
|
+
"unknownError": "未知错误",
|
|
53
|
+
"pricing": {
|
|
54
|
+
"freeDesc": "免费使用,适合个人和小团队入门",
|
|
55
|
+
"startFree": "立即免费开始",
|
|
56
|
+
"viewPro": "查看Pro Plan详情"
|
|
57
|
+
},
|
|
58
|
+
"seatsUsedLabel": "已用席位:{{seats}}",
|
|
59
|
+
"seatsManager": {
|
|
60
|
+
"title": "席位管理",
|
|
61
|
+
"success": "席位已调整,立即生效"
|
|
62
|
+
},
|
|
63
|
+
"seatsUsage": "席位:{{usage}} / {{limit}}",
|
|
64
|
+
"seatsBase": "基础 {{base}}",
|
|
65
|
+
"seatsAddonCount": "加购 {{count}}",
|
|
66
|
+
"seatsRemove": "减少席位",
|
|
67
|
+
"seatsAdd": "增加席位",
|
|
68
|
+
"seatsUnitPrice": "每席位按月计费",
|
|
69
|
+
"seatsFloorHint": "当前成员数 {{usage}},无法再降低上限",
|
|
70
|
+
"seatsProrationHint": "变更按比例计费(proration),调整后立即生效",
|
|
71
|
+
"seatsConfirm": "确认调整",
|
|
72
|
+
"seatsUnlimited": "当前计划席位不限量",
|
|
73
|
+
"seatsUpgradeCta": "席位加购为 Pro 计划专属,升级后可自由增减席位",
|
|
74
|
+
"seatsGoBilling": "查看升级选项",
|
|
75
|
+
"seatsBuyCta": "加购席位",
|
|
76
|
+
"seatsPaymentUnavailable": "席位调整依赖在线支付,当前区域暂未开放,敬请期待",
|
|
77
|
+
"seatsCheckoutRedirect": "首次加购席位,即将跳转付款页完成授权"
|
|
78
|
+
}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "对话",
|
|
3
|
+
"systemPrompt": "你是 AllBlue 产品工作台的 AI 助手。你帮助产品经理完成需求分析、文档撰写、产品设计等工作。请用中文回答。",
|
|
4
|
+
"newConversation": "新对话",
|
|
5
|
+
"aiKeyRequired": "请先配置 AI API Key",
|
|
6
|
+
"goToSettings": "去设置",
|
|
7
|
+
"history": {
|
|
8
|
+
"title": "对话历史",
|
|
9
|
+
"conversationCount": "{{count}} 个对话",
|
|
10
|
+
"messageCount": "{{count}} 条消息",
|
|
11
|
+
"searchPlaceholder": "搜索对话...",
|
|
12
|
+
"searchAriaLabel": "搜索对话",
|
|
13
|
+
"selectConversation": "选择对话 {{title}}",
|
|
14
|
+
"editTitle": "编辑对话标题",
|
|
15
|
+
"moreActions": "更多操作 - {{title}}",
|
|
16
|
+
"rename": "重命名",
|
|
17
|
+
"archive": "归档",
|
|
18
|
+
"unarchive": "取消归档",
|
|
19
|
+
"deleteTitle": "删除对话?",
|
|
20
|
+
"deleteDescription": "确定要删除「{{title}}」吗?此操作无法撤销。"
|
|
21
|
+
},
|
|
22
|
+
"groups": {
|
|
23
|
+
"today": "今天",
|
|
24
|
+
"yesterday": "昨天",
|
|
25
|
+
"thisWeek": "本周",
|
|
26
|
+
"earlier": "更早"
|
|
27
|
+
},
|
|
28
|
+
"empty": {
|
|
29
|
+
"notFound": "未找到对话",
|
|
30
|
+
"noConversations": "暂无对话",
|
|
31
|
+
"tryOtherSearch": "试试其他搜索词",
|
|
32
|
+
"createNew": "创建一个新对话开始使用"
|
|
33
|
+
},
|
|
34
|
+
"citations": {
|
|
35
|
+
"title": "来源与引用",
|
|
36
|
+
"source": "来源 · {{sourceName}}",
|
|
37
|
+
"sourceCount": "来源 · {{sourceName}} +{{count}}",
|
|
38
|
+
"empty": "暂无引用",
|
|
39
|
+
"emptyDesc": "当对话中引用来源时,引用将显示在此处。",
|
|
40
|
+
"viewCitation": "查看引用 {{number}}",
|
|
41
|
+
"citation": "引用 {{number}}",
|
|
42
|
+
"sourceMetadata": "来源元数据",
|
|
43
|
+
"sourceExcerpt": "来源摘要",
|
|
44
|
+
"hideSnippet": "隐藏摘要",
|
|
45
|
+
"showSnippet": "显示摘要",
|
|
46
|
+
"openInNewTab": "在新标签页打开 {{title}}",
|
|
47
|
+
"domains": {
|
|
48
|
+
"baidu.com": "百度",
|
|
49
|
+
"zhihu.com": "知乎",
|
|
50
|
+
"sohu.com": "搜狐",
|
|
51
|
+
"douyin.com": "抖音",
|
|
52
|
+
"xiaohongshu.com": "小红书",
|
|
53
|
+
"bilibili.com": "B站",
|
|
54
|
+
"weibo.com": "微博",
|
|
55
|
+
"163.com": "网易",
|
|
56
|
+
"qq.com": "腾讯",
|
|
57
|
+
"sina.com.cn": "新浪",
|
|
58
|
+
"jianshu.com": "简书",
|
|
59
|
+
"wikipedia.org": "维基百科",
|
|
60
|
+
"bing.com": "必应"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"emptyState": {
|
|
64
|
+
"title": "开始对话",
|
|
65
|
+
"description": "在下方输入消息,与 AI 助手开始聊天",
|
|
66
|
+
"newMessage": "新消息"
|
|
67
|
+
},
|
|
68
|
+
"error": {
|
|
69
|
+
"translate": "翻译",
|
|
70
|
+
"translating": "翻译中..."
|
|
71
|
+
},
|
|
72
|
+
"actions": {
|
|
73
|
+
"menu": "消息操作",
|
|
74
|
+
"menuLabel": "消息操作菜单",
|
|
75
|
+
"openMenu": "打开消息操作菜单",
|
|
76
|
+
"copy": "复制",
|
|
77
|
+
"copied": "已复制",
|
|
78
|
+
"copyFailed": "复制消息到剪贴板失败",
|
|
79
|
+
"regenerate": "重新生成",
|
|
80
|
+
"attach": "添加附件",
|
|
81
|
+
"enableThinking": "启用深度思考",
|
|
82
|
+
"disableThinking": "关闭深度思考",
|
|
83
|
+
"thinking": "深度思考",
|
|
84
|
+
"enableWebSearch": "启用联网搜索",
|
|
85
|
+
"disableWebSearch": "关闭联网搜索",
|
|
86
|
+
"webSearch": "联网搜索",
|
|
87
|
+
"moreOptions": "更多选项",
|
|
88
|
+
"sendMessage": "发送消息",
|
|
89
|
+
"voiceInput": "语音输入",
|
|
90
|
+
"cancel": "取消"
|
|
91
|
+
},
|
|
92
|
+
"agentMode": {
|
|
93
|
+
"label": "智能体模式",
|
|
94
|
+
"placeholder": "智能体",
|
|
95
|
+
"auto": "自动",
|
|
96
|
+
"agent": "智能体",
|
|
97
|
+
"plan": "规划"
|
|
98
|
+
},
|
|
99
|
+
"context": {
|
|
100
|
+
"add": "添加上下文",
|
|
101
|
+
"knowledgeBase": "知识库",
|
|
102
|
+
"users": "用户",
|
|
103
|
+
"selected": "已选上下文",
|
|
104
|
+
"selectedMobile": "已选上下文(移动端)",
|
|
105
|
+
"remove": "移除 {{label}}"
|
|
106
|
+
},
|
|
107
|
+
"model": {
|
|
108
|
+
"loading": "加载模型中...",
|
|
109
|
+
"none": "暂无可用模型",
|
|
110
|
+
"select": "选择模型",
|
|
111
|
+
"local": "(本地)",
|
|
112
|
+
"capabilities": {
|
|
113
|
+
"text": "文本",
|
|
114
|
+
"vision": "视觉",
|
|
115
|
+
"tools": "工具",
|
|
116
|
+
"reasoning": "推理",
|
|
117
|
+
"audio": "音频"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"prompt": {
|
|
121
|
+
"inputLabel": "AI 聊天输入",
|
|
122
|
+
"placeholder": "输入任何问题...",
|
|
123
|
+
"enterHint": "Enter 换行 · ⌘+Enter 发送",
|
|
124
|
+
"submitLabel": "提交:"
|
|
125
|
+
},
|
|
126
|
+
"promptActions": {
|
|
127
|
+
"cloneScreenshot": "克隆截图",
|
|
128
|
+
"importFigma": "从 Figma 导入",
|
|
129
|
+
"uploadProject": "上传项目",
|
|
130
|
+
"landingPage": "落地页"
|
|
131
|
+
},
|
|
132
|
+
"thinking": {
|
|
133
|
+
"title": "正在思考...",
|
|
134
|
+
"elapsed": "已用时 {{seconds}} 秒",
|
|
135
|
+
"seconds": "{{count}}秒",
|
|
136
|
+
"process": "AI 思考过程",
|
|
137
|
+
"placeholder": "让我来分析用户的问题。我需要理解用户的需求,然后搜索相关知识库,最后给出完整的回答。\n\n首先,我会分析问题的关键要素,确定需要哪些信息来提供准确的回答。\n\n接下来,我会在知识库中搜索相关信息,查看是否有类似的案例或文档可以参考。\n\n然后,我会综合所有信息,组织回答的结构,确保逻辑清晰、内容完整。\n\n最后,我会检查回答的准确性和完整性,确保没有遗漏重要信息。"
|
|
138
|
+
},
|
|
139
|
+
"interrupt": {
|
|
140
|
+
"title": "AI 请求执行操作",
|
|
141
|
+
"descriptionStart": "模型想要调用",
|
|
142
|
+
"descriptionEnd": "工具。",
|
|
143
|
+
"approve": "批准",
|
|
144
|
+
"reject": "拒绝"
|
|
145
|
+
},
|
|
146
|
+
"streaming": {
|
|
147
|
+
"label": "流式输出中"
|
|
148
|
+
},
|
|
149
|
+
"aria": {
|
|
150
|
+
"aiConversation": "AI 对话",
|
|
151
|
+
"aiMessage": "AI 消息",
|
|
152
|
+
"messageLog": "对话消息"
|
|
153
|
+
},
|
|
154
|
+
"slashCommands": {
|
|
155
|
+
"placeholder": "输入斜杠指令...",
|
|
156
|
+
"noSkills": "暂无斜杠指令,前往「智能体」页面创建",
|
|
157
|
+
"loading": "加载中...",
|
|
158
|
+
"apply": "应用"
|
|
159
|
+
},
|
|
160
|
+
"agentSelector": {
|
|
161
|
+
"placeholder": "选择智能体",
|
|
162
|
+
"default": "默认助手",
|
|
163
|
+
"switchConfirmTitle": "切换智能体",
|
|
164
|
+
"switchConfirmDesc": "当前对话有未发送的内容,切换智能体会清空当前内容并开始新会话。",
|
|
165
|
+
"switchConfirm": "确认切换"
|
|
166
|
+
},
|
|
167
|
+
"aiPrompt": {
|
|
168
|
+
"describe": "描述需求,",
|
|
169
|
+
"generate": "即刻生成",
|
|
170
|
+
"build": "即刻构建",
|
|
171
|
+
"launch": "即刻上线",
|
|
172
|
+
"subtitle": "只需描述你的想法,AI 帮你构建真实可用的软件",
|
|
173
|
+
"notConfigured": "AI 功能尚未配置",
|
|
174
|
+
"configHint": "请先在设置中配置 API Key 以启用 AI 助手",
|
|
175
|
+
"goToConfig": "前往配置",
|
|
176
|
+
"requestFailed": "请求失败,请稍后重试",
|
|
177
|
+
"thinking": "AI 正在思考...",
|
|
178
|
+
"enterFullChat": "进入完整对话",
|
|
179
|
+
"placeholder": "输入你的问题...",
|
|
180
|
+
"placeholderNotConfigured": "请先配置 AI Key..."
|
|
181
|
+
},
|
|
182
|
+
"globalChat": {
|
|
183
|
+
"title": "AI 助手",
|
|
184
|
+
"placeholder": "输入消息...",
|
|
185
|
+
"placeholderNotConfigured": "请先配置 AI Key...",
|
|
186
|
+
"sending": "发送中...",
|
|
187
|
+
"send": "发送",
|
|
188
|
+
"close": "关闭",
|
|
189
|
+
"notConfigured": "AI 功能尚未配置",
|
|
190
|
+
"configHint": "请先配置 API Key",
|
|
191
|
+
"requestFailed": "请求失败",
|
|
192
|
+
"thinking": "AI 正在思考..."
|
|
193
|
+
}
|
|
194
|
+
}
|