@revenexx/editor 0.1.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/LICENSE +21 -0
- package/README.md +58 -0
- package/dist/global/constants/index.d.ts +7 -0
- package/dist/global/constants/index.js +11 -0
- package/dist/global/types/adapter.d.ts +6 -0
- package/dist/global/types/adapter.js +0 -0
- package/dist/global/types/blockOptions.d.ts +415 -0
- package/dist/global/types/blockOptions.js +0 -0
- package/dist/global/types/colorOptions.d.ts +20 -0
- package/dist/global/types/colorOptions.js +0 -0
- package/dist/global/types/definitions.d.ts +285 -0
- package/dist/global/types/definitions.js +0 -0
- package/dist/global/types/features.d.ts +87 -0
- package/dist/global/types/features.js +0 -0
- package/dist/global/types/theme.d.ts +34 -0
- package/dist/global/types/theme.js +0 -0
- package/dist/module.d.mts +13 -0
- package/dist/module.json +12 -0
- package/dist/module.mjs +4935 -0
- package/dist/modules/agent/index.d.mts +73 -0
- package/dist/modules/agent/index.mjs +785 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewCode/index.d.vue.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewCode/index.vue +11 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewCode/index.vue.d.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewCsv/index.d.vue.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewCsv/index.vue +56 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewCsv/index.vue.d.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewHtml/index.d.vue.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewHtml/index.vue +9 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewHtml/index.vue.d.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewMarkdown/index.d.vue.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewMarkdown/index.vue +10 -0
- package/dist/modules/agent/runtime/app/components/Attachment/PreviewMarkdown/index.vue.d.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Attachment/index.d.vue.ts +13 -0
- package/dist/modules/agent/runtime/app/components/Attachment/index.vue +104 -0
- package/dist/modules/agent/runtime/app/components/Attachment/index.vue.d.ts +13 -0
- package/dist/modules/agent/runtime/app/components/Conversation/InlineFeedback/index.d.vue.ts +7 -0
- package/dist/modules/agent/runtime/app/components/Conversation/InlineFeedback/index.vue +40 -0
- package/dist/modules/agent/runtime/app/components/Conversation/InlineFeedback/index.vue.d.ts +7 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Assistant/index.d.vue.ts +9 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Assistant/index.vue +33 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Assistant/index.vue.d.ts +9 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Bubble/Tool/index.d.vue.ts +20 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Bubble/Tool/index.vue +52 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Bubble/Tool/index.vue.d.ts +20 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Error/index.d.vue.ts +15 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Error/index.vue +58 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Error/index.vue.d.ts +15 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/ErrorBubble/index.d.vue.ts +11 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/ErrorBubble/index.vue +29 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/ErrorBubble/index.vue.d.ts +11 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/ServerTool/index.d.vue.ts +11 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/ServerTool/index.vue +61 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/ServerTool/index.vue.d.ts +11 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Tool/index.d.vue.ts +16 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Tool/index.vue +36 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Tool/index.vue.d.ts +16 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Unknown/index.d.vue.ts +8 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Unknown/index.vue +14 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/Unknown/index.vue.d.ts +8 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/User/index.d.vue.ts +13 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/User/index.vue +144 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/User/index.vue.d.ts +13 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/index.d.vue.ts +13 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/index.vue +46 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Item/index.vue.d.ts +13 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Thinking/index.d.vue.ts +3 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Thinking/index.vue +14 -0
- package/dist/modules/agent/runtime/app/components/Conversation/Thinking/index.vue.d.ts +3 -0
- package/dist/modules/agent/runtime/app/components/Conversation/index.d.vue.ts +16 -0
- package/dist/modules/agent/runtime/app/components/Conversation/index.vue +65 -0
- package/dist/modules/agent/runtime/app/components/Conversation/index.vue.d.ts +16 -0
- package/dist/modules/agent/runtime/app/components/FieldDiffDetails/index.d.vue.ts +21 -0
- package/dist/modules/agent/runtime/app/components/FieldDiffDetails/index.vue +38 -0
- package/dist/modules/agent/runtime/app/components/FieldDiffDetails/index.vue.d.ts +21 -0
- package/dist/modules/agent/runtime/app/components/Markdown/index.d.vue.ts +6 -0
- package/dist/modules/agent/runtime/app/components/Markdown/index.vue +14 -0
- package/dist/modules/agent/runtime/app/components/Markdown/index.vue.d.ts +6 -0
- package/dist/modules/agent/runtime/app/composables/defineBlokkliAgentPrompt.d.ts +32 -0
- package/dist/modules/agent/runtime/app/composables/defineBlokkliAgentPrompt.js +6 -0
- package/dist/modules/agent/runtime/app/composables/defineBlokkliAgentTool.d.ts +47 -0
- package/dist/modules/agent/runtime/app/composables/defineBlokkliAgentTool.js +3 -0
- package/dist/modules/agent/runtime/app/composables/index.d.ts +10 -0
- package/dist/modules/agent/runtime/app/composables/index.js +5 -0
- package/dist/modules/agent/runtime/app/composables/useAgent.d.ts +7 -0
- package/dist/modules/agent/runtime/app/composables/useAgent.js +14 -0
- package/dist/modules/agent/runtime/app/composables/useAgentFeedbackOptions.d.ts +11 -0
- package/dist/modules/agent/runtime/app/composables/useAgentFeedbackOptions.js +24 -0
- package/dist/modules/agent/runtime/app/composables/useAgentPaginatedQuery.d.ts +29 -0
- package/dist/modules/agent/runtime/app/composables/useAgentPaginatedQuery.js +30 -0
- package/dist/modules/agent/runtime/app/features/agent/Container.d.vue.ts +17 -0
- package/dist/modules/agent/runtime/app/features/agent/Container.vue +128 -0
- package/dist/modules/agent/runtime/app/features/agent/Container.vue.d.ts +17 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/Item.d.vue.ts +13 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/Item.vue +46 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/Item.vue.d.ts +13 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/index.d.vue.ts +3 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/index.vue +74 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/index.vue.d.ts +3 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/Item.d.vue.ts +11 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/Item.vue +55 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/Item.vue.d.ts +11 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/index.d.vue.ts +3 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/index.vue +116 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/index.vue.d.ts +3 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/ConversationDetail.d.vue.ts +7 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/ConversationDetail.vue +61 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/ConversationDetail.vue.d.ts +7 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/index.d.vue.ts +38 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/index.vue +137 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/index.vue.d.ts +38 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/index.d.vue.ts +7 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/index.vue +45 -0
- package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/index.vue.d.ts +7 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/ConversationList/index.d.vue.ts +15 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/ConversationList/index.vue +37 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/ConversationList/index.vue.d.ts +15 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.d.vue.ts +17 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.vue +195 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.vue.d.ts +17 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.d.vue.ts +10 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.vue +85 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.vue.d.ts +10 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Item.d.vue.ts +8 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Item.vue +20 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Item.vue.d.ts +8 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Separator.d.vue.ts +3 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Separator.vue +3 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Separator.vue.d.ts +3 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/index.d.vue.ts +7 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/index.vue +67 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/index.vue.d.ts +7 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/index.d.vue.ts +24 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/index.vue +139 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/index.vue.d.ts +24 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/index.d.vue.ts +47 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/index.vue +121 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Input/index.vue.d.ts +47 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/PendingMutation/index.d.vue.ts +15 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/PendingMutation/index.vue +47 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/PendingMutation/index.vue.d.ts +15 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Plan/index.d.vue.ts +14 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Plan/index.vue +58 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Plan/index.vue.d.ts +14 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.d.vue.ts +25 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.vue +42 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.vue.d.ts +25 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Welcome/de.md +19 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Welcome/en.md +18 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Welcome/index.d.vue.ts +10 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Welcome/index.vue +75 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/Welcome/index.vue.d.ts +10 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/index.d.vue.ts +6 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/index.vue +324 -0
- package/dist/modules/agent/runtime/app/features/agent/Panel/index.vue.d.ts +6 -0
- package/dist/modules/agent/runtime/app/features/agent/Transcript/MessageContent.d.vue.ts +7 -0
- package/dist/modules/agent/runtime/app/features/agent/Transcript/MessageContent.vue +54 -0
- package/dist/modules/agent/runtime/app/features/agent/Transcript/MessageContent.vue.d.ts +7 -0
- package/dist/modules/agent/runtime/app/features/agent/Transcript/index.d.vue.ts +8 -0
- package/dist/modules/agent/runtime/app/features/agent/Transcript/index.vue +150 -0
- package/dist/modules/agent/runtime/app/features/agent/Transcript/index.vue.d.ts +8 -0
- package/dist/modules/agent/runtime/app/features/agent/index.d.vue.ts +3 -0
- package/dist/modules/agent/runtime/app/features/agent/index.vue +228 -0
- package/dist/modules/agent/runtime/app/features/agent/index.vue.d.ts +3 -0
- package/dist/modules/agent/runtime/app/features/agent/types.d.ts +147 -0
- package/dist/modules/agent/runtime/app/features/agent/types.js +0 -0
- package/dist/modules/agent/runtime/app/helpers/buildPageContext.d.ts +7 -0
- package/dist/modules/agent/runtime/app/helpers/buildPageContext.js +81 -0
- package/dist/modules/agent/runtime/app/helpers/historySignature.d.ts +14 -0
- package/dist/modules/agent/runtime/app/helpers/historySignature.js +13 -0
- package/dist/modules/agent/runtime/app/helpers/id.d.ts +6 -0
- package/dist/modules/agent/runtime/app/helpers/id.js +3 -0
- package/dist/modules/agent/runtime/app/helpers/index.d.ts +56 -0
- package/dist/modules/agent/runtime/app/helpers/index.js +68 -0
- package/dist/modules/agent/runtime/app/helpers/injections.d.ts +3 -0
- package/dist/modules/agent/runtime/app/helpers/injections.js +3 -0
- package/dist/modules/agent/runtime/app/helpers/linkifyBlockUuids.d.ts +11 -0
- package/dist/modules/agent/runtime/app/helpers/linkifyBlockUuids.js +47 -0
- package/dist/modules/agent/runtime/app/helpers/markdown.d.ts +7 -0
- package/dist/modules/agent/runtime/app/helpers/markdown.js +5 -0
- package/dist/modules/agent/runtime/app/helpers/mutationResult.d.ts +38 -0
- package/dist/modules/agent/runtime/app/helpers/mutationResult.js +49 -0
- package/dist/modules/agent/runtime/app/helpers/pageStructure.d.ts +5 -0
- package/dist/modules/agent/runtime/app/helpers/pageStructure.js +84 -0
- package/dist/modules/agent/runtime/app/helpers/parseConversationData.d.ts +27 -0
- package/dist/modules/agent/runtime/app/helpers/parseConversationData.js +42 -0
- package/dist/modules/agent/runtime/app/helpers/validation.d.ts +48 -0
- package/dist/modules/agent/runtime/app/helpers/validation.js +99 -0
- package/dist/modules/agent/runtime/app/prompts/fixReadability.d.ts +2 -0
- package/dist/modules/agent/runtime/app/prompts/fixReadability.js +57 -0
- package/dist/modules/agent/runtime/app/providers/agentProvider.d.ts +56 -0
- package/dist/modules/agent/runtime/app/providers/agentProvider.js +400 -0
- package/dist/modules/agent/runtime/app/providers/conversationProvider.d.ts +49 -0
- package/dist/modules/agent/runtime/app/providers/conversationProvider.js +234 -0
- package/dist/modules/agent/runtime/app/providers/planProvider.d.ts +15 -0
- package/dist/modules/agent/runtime/app/providers/planProvider.js +34 -0
- package/dist/modules/agent/runtime/app/providers/socketProvider.d.ts +17 -0
- package/dist/modules/agent/runtime/app/providers/socketProvider.js +110 -0
- package/dist/modules/agent/runtime/app/providers/toolsProvider.d.ts +44 -0
- package/dist/modules/agent/runtime/app/providers/toolsProvider.js +291 -0
- package/dist/modules/agent/runtime/app/tools/add_content_search_paragraphs/index.d.ts +27 -0
- package/dist/modules/agent/runtime/app/tools/add_content_search_paragraphs/index.js +79 -0
- package/dist/modules/agent/runtime/app/tools/add_fragment/index.d.ts +24 -0
- package/dist/modules/agent/runtime/app/tools/add_fragment/index.js +91 -0
- package/dist/modules/agent/runtime/app/tools/add_media_paragraph/index.d.ts +26 -0
- package/dist/modules/agent/runtime/app/tools/add_media_paragraph/index.js +74 -0
- package/dist/modules/agent/runtime/app/tools/add_paragraphs/index.d.ts +34 -0
- package/dist/modules/agent/runtime/app/tools/add_paragraphs/index.js +329 -0
- package/dist/modules/agent/runtime/app/tools/add_reusable_paragraph/index.d.ts +24 -0
- package/dist/modules/agent/runtime/app/tools/add_reusable_paragraph/index.js +85 -0
- package/dist/modules/agent/runtime/app/tools/add_template/index.d.ts +24 -0
- package/dist/modules/agent/runtime/app/tools/add_template/index.js +61 -0
- package/dist/modules/agent/runtime/app/tools/ask_question/Component.d.vue.ts +19 -0
- package/dist/modules/agent/runtime/app/tools/ask_question/Component.vue +129 -0
- package/dist/modules/agent/runtime/app/tools/ask_question/Component.vue.d.ts +19 -0
- package/dist/modules/agent/runtime/app/tools/ask_question/index.d.ts +18 -0
- package/dist/modules/agent/runtime/app/tools/ask_question/index.js +64 -0
- package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/Component.d.vue.ts +51 -0
- package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/Component.vue +174 -0
- package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/Component.vue.d.ts +51 -0
- package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/index.d.ts +43 -0
- package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/index.js +80 -0
- package/dist/modules/agent/runtime/app/tools/check_readability_for_texts/index.d.ts +19 -0
- package/dist/modules/agent/runtime/app/tools/check_readability_for_texts/index.js +60 -0
- package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.d.vue.ts +51 -0
- package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.vue +291 -0
- package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.vue.d.ts +51 -0
- package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/index.d.ts +65 -0
- package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/index.js +152 -0
- package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/useFieldRewriteStream.d.ts +64 -0
- package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/useFieldRewriteStream.js +502 -0
- package/dist/modules/agent/runtime/app/tools/delete_paragraphs/index.d.ts +18 -0
- package/dist/modules/agent/runtime/app/tools/delete_paragraphs/index.js +61 -0
- package/dist/modules/agent/runtime/app/tools/detach_reusable_paragraph/index.d.ts +18 -0
- package/dist/modules/agent/runtime/app/tools/detach_reusable_paragraph/index.js +62 -0
- package/dist/modules/agent/runtime/app/tools/duplicate_paragraphs/index.d.ts +24 -0
- package/dist/modules/agent/runtime/app/tools/duplicate_paragraphs/index.js +157 -0
- package/dist/modules/agent/runtime/app/tools/fieldDiffApproval.d.ts +119 -0
- package/dist/modules/agent/runtime/app/tools/fieldDiffApproval.js +174 -0
- package/dist/modules/agent/runtime/app/tools/find_paragraphs/index.d.ts +33 -0
- package/dist/modules/agent/runtime/app/tools/find_paragraphs/index.js +181 -0
- package/dist/modules/agent/runtime/app/tools/get_all_fragments/index.d.ts +9 -0
- package/dist/modules/agent/runtime/app/tools/get_all_fragments/index.js +33 -0
- package/dist/modules/agent/runtime/app/tools/get_all_page_content/index.d.ts +12 -0
- package/dist/modules/agent/runtime/app/tools/get_all_page_content/index.js +85 -0
- package/dist/modules/agent/runtime/app/tools/get_bundle_info/index.d.ts +37 -0
- package/dist/modules/agent/runtime/app/tools/get_bundle_info/index.js +181 -0
- package/dist/modules/agent/runtime/app/tools/get_child_paragraphs/index.d.ts +22 -0
- package/dist/modules/agent/runtime/app/tools/get_child_paragraphs/index.js +109 -0
- package/dist/modules/agent/runtime/app/tools/get_content_fields/index.d.ts +32 -0
- package/dist/modules/agent/runtime/app/tools/get_content_fields/index.js +189 -0
- package/dist/modules/agent/runtime/app/tools/get_mutation_history/index.d.ts +27 -0
- package/dist/modules/agent/runtime/app/tools/get_mutation_history/index.js +104 -0
- package/dist/modules/agent/runtime/app/tools/get_page_structure/index.d.ts +10 -0
- package/dist/modules/agent/runtime/app/tools/get_page_structure/index.js +116 -0
- package/dist/modules/agent/runtime/app/tools/get_page_text/index.d.ts +8 -0
- package/dist/modules/agent/runtime/app/tools/get_page_text/index.js +65 -0
- package/dist/modules/agent/runtime/app/tools/get_paragraph_context/index.d.ts +83 -0
- package/dist/modules/agent/runtime/app/tools/get_paragraph_context/index.js +264 -0
- package/dist/modules/agent/runtime/app/tools/get_paragraph_options/index.d.ts +16 -0
- package/dist/modules/agent/runtime/app/tools/get_paragraph_options/index.js +62 -0
- package/dist/modules/agent/runtime/app/tools/get_paragraphs_in_viewport/index.d.ts +40 -0
- package/dist/modules/agent/runtime/app/tools/get_paragraphs_in_viewport/index.js +186 -0
- package/dist/modules/agent/runtime/app/tools/get_readability_issues/index.d.ts +14 -0
- package/dist/modules/agent/runtime/app/tools/get_readability_issues/index.js +71 -0
- package/dist/modules/agent/runtime/app/tools/get_referenced_entities/index.d.ts +16 -0
- package/dist/modules/agent/runtime/app/tools/get_referenced_entities/index.js +62 -0
- package/dist/modules/agent/runtime/app/tools/get_selected_paragraphs/index.d.ts +11 -0
- package/dist/modules/agent/runtime/app/tools/get_selected_paragraphs/index.js +48 -0
- package/dist/modules/agent/runtime/app/tools/go_to_history_index/index.d.ts +18 -0
- package/dist/modules/agent/runtime/app/tools/go_to_history_index/index.js +59 -0
- package/dist/modules/agent/runtime/app/tools/helpers.d.ts +93 -0
- package/dist/modules/agent/runtime/app/tools/helpers.js +277 -0
- package/dist/modules/agent/runtime/app/tools/move_paragraphs/index.d.ts +24 -0
- package/dist/modules/agent/runtime/app/tools/move_paragraphs/index.js +116 -0
- package/dist/modules/agent/runtime/app/tools/readability.d.ts +45 -0
- package/dist/modules/agent/runtime/app/tools/readability.js +51 -0
- package/dist/modules/agent/runtime/app/tools/rearrange_paragraphs/index.d.ts +23 -0
- package/dist/modules/agent/runtime/app/tools/rearrange_paragraphs/index.js +109 -0
- package/dist/modules/agent/runtime/app/tools/replace_content_search_item/index.d.ts +22 -0
- package/dist/modules/agent/runtime/app/tools/replace_content_search_item/index.js +90 -0
- package/dist/modules/agent/runtime/app/tools/replace_media_field/index.d.ts +21 -0
- package/dist/modules/agent/runtime/app/tools/replace_media_field/index.js +96 -0
- package/dist/modules/agent/runtime/app/tools/schemas.d.ts +137 -0
- package/dist/modules/agent/runtime/app/tools/schemas.js +139 -0
- package/dist/modules/agent/runtime/app/tools/search_content/index.d.ts +17 -0
- package/dist/modules/agent/runtime/app/tools/search_content/index.js +61 -0
- package/dist/modules/agent/runtime/app/tools/search_media/index.d.ts +18 -0
- package/dist/modules/agent/runtime/app/tools/search_media/index.js +60 -0
- package/dist/modules/agent/runtime/app/tools/search_reusable_paragraphs/index.d.ts +18 -0
- package/dist/modules/agent/runtime/app/tools/search_reusable_paragraphs/index.js +76 -0
- package/dist/modules/agent/runtime/app/tools/search_templates/index.d.ts +15 -0
- package/dist/modules/agent/runtime/app/tools/search_templates/index.js +53 -0
- package/dist/modules/agent/runtime/app/tools/search_text/index.d.ts +17 -0
- package/dist/modules/agent/runtime/app/tools/search_text/index.js +114 -0
- package/dist/modules/agent/runtime/app/tools/select_media/Component.d.vue.ts +29 -0
- package/dist/modules/agent/runtime/app/tools/select_media/Component.vue +84 -0
- package/dist/modules/agent/runtime/app/tools/select_media/Component.vue.d.ts +29 -0
- package/dist/modules/agent/runtime/app/tools/select_media/index.d.ts +30 -0
- package/dist/modules/agent/runtime/app/tools/select_media/index.js +74 -0
- package/dist/modules/agent/runtime/app/tools/set_paragraph_options/index.d.ts +21 -0
- package/dist/modules/agent/runtime/app/tools/set_paragraph_options/index.js +112 -0
- package/dist/modules/agent/runtime/app/tools/swap_paragraphs/index.d.ts +19 -0
- package/dist/modules/agent/runtime/app/tools/swap_paragraphs/index.js +51 -0
- package/dist/modules/agent/runtime/app/tools/update_text_fields/Component.d.vue.ts +51 -0
- package/dist/modules/agent/runtime/app/tools/update_text_fields/Component.vue +198 -0
- package/dist/modules/agent/runtime/app/tools/update_text_fields/Component.vue.d.ts +51 -0
- package/dist/modules/agent/runtime/app/tools/update_text_fields/index.d.ts +70 -0
- package/dist/modules/agent/runtime/app/tools/update_text_fields/index.js +138 -0
- package/dist/modules/agent/runtime/app/tools/web_fetch/index.d.ts +19 -0
- package/dist/modules/agent/runtime/app/tools/web_fetch/index.js +52 -0
- package/dist/modules/agent/runtime/app/types/index.d.ts +551 -0
- package/dist/modules/agent/runtime/app/types/index.js +102 -0
- package/dist/modules/agent/runtime/server/agent.d.ts +2 -0
- package/dist/modules/agent/runtime/server/agent.js +154 -0
- package/dist/modules/agent/runtime/server/classes/ConversationHistory/index.d.ts +93 -0
- package/dist/modules/agent/runtime/server/classes/ConversationHistory/index.js +241 -0
- package/dist/modules/agent/runtime/server/classes/ConversationMessage/index.d.ts +102 -0
- package/dist/modules/agent/runtime/server/classes/ConversationMessage/index.js +156 -0
- package/dist/modules/agent/runtime/server/classes/FieldStreamParser/index.d.ts +85 -0
- package/dist/modules/agent/runtime/server/classes/FieldStreamParser/index.js +227 -0
- package/dist/modules/agent/runtime/server/classes/Session/index.d.ts +160 -0
- package/dist/modules/agent/runtime/server/classes/Session/index.js +983 -0
- package/dist/modules/agent/runtime/server/classes/SessionManager/index.d.ts +24 -0
- package/dist/modules/agent/runtime/server/classes/SessionManager/index.js +68 -0
- package/dist/modules/agent/runtime/server/classes/StreamAccumulator/index.d.ts +58 -0
- package/dist/modules/agent/runtime/server/classes/StreamAccumulator/index.js +72 -0
- package/dist/modules/agent/runtime/server/default-skills/adding-new-paragraphs.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-skills/adding-new-paragraphs.js +20 -0
- package/dist/modules/agent/runtime/server/default-skills/fixReadability.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-skills/fixReadability.js +50 -0
- package/dist/modules/agent/runtime/server/default-skills/pageReview.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-skills/pageReview.js +28 -0
- package/dist/modules/agent/runtime/server/default-skills/reusable-paragraphs.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-skills/reusable-paragraphs.js +21 -0
- package/dist/modules/agent/runtime/server/default-skills/rewriteAndTranslate.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-skills/rewriteAndTranslate.js +54 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/architecture.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/architecture.js +39 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/available-skills.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/available-skills.js +18 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/available-tools.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/available-tools.js +18 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/fragments.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/fragments.js +19 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/important-rules.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/important-rules.js +23 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/interaction.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/interaction.js +20 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/introduction.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/introduction.js +15 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/page-context.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/page-context.js +88 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/paragraph-bundles.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/paragraph-bundles.js +37 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/plan-mode.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/plan-mode.js +36 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/security.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/security.js +27 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/workflow.d.ts +2 -0
- package/dist/modules/agent/runtime/server/default-system-prompts/workflow.js +21 -0
- package/dist/modules/agent/runtime/server/fetch.d.ts +2 -0
- package/dist/modules/agent/runtime/server/fetch.js +127 -0
- package/dist/modules/agent/runtime/server/helpers/agentPrompt.d.ts +30 -0
- package/dist/modules/agent/runtime/server/helpers/agentPrompt.js +79 -0
- package/dist/modules/agent/runtime/server/helpers/errors.d.ts +10 -0
- package/dist/modules/agent/runtime/server/helpers/errors.js +63 -0
- package/dist/modules/agent/runtime/server/helpers/messages.d.ts +6 -0
- package/dist/modules/agent/runtime/server/helpers/messages.js +70 -0
- package/dist/modules/agent/runtime/server/helpers/models.d.ts +20 -0
- package/dist/modules/agent/runtime/server/helpers/models.js +15 -0
- package/dist/modules/agent/runtime/server/helpers/routing.d.ts +18 -0
- package/dist/modules/agent/runtime/server/helpers/routing.js +104 -0
- package/dist/modules/agent/runtime/server/helpers/security.d.ts +22 -0
- package/dist/modules/agent/runtime/server/helpers/security.js +44 -0
- package/dist/modules/agent/runtime/server/helpers/skills.d.ts +14 -0
- package/dist/modules/agent/runtime/server/helpers/skills.js +22 -0
- package/dist/modules/agent/runtime/server/helpers/socket.d.ts +4 -0
- package/dist/modules/agent/runtime/server/helpers/socket.js +3 -0
- package/dist/modules/agent/runtime/server/helpers/text.d.ts +5 -0
- package/dist/modules/agent/runtime/server/helpers/text.js +3 -0
- package/dist/modules/agent/runtime/server/providers/anthropic.d.ts +12 -0
- package/dist/modules/agent/runtime/server/providers/anthropic.js +151 -0
- package/dist/modules/agent/runtime/server/providers/openai.d.ts +12 -0
- package/dist/modules/agent/runtime/server/providers/openai.js +325 -0
- package/dist/modules/agent/runtime/server/providers/types.d.ts +81 -0
- package/dist/modules/agent/runtime/server/providers/types.js +0 -0
- package/dist/modules/agent/runtime/server/route.d.ts +2 -0
- package/dist/modules/agent/runtime/server/route.js +40 -0
- package/dist/modules/agent/runtime/server/server-tools/complete_plan_step/index.d.ts +3 -0
- package/dist/modules/agent/runtime/server/server-tools/complete_plan_step/index.js +94 -0
- package/dist/modules/agent/runtime/server/server-tools/create_plan/index.d.ts +9 -0
- package/dist/modules/agent/runtime/server/server-tools/create_plan/index.js +86 -0
- package/dist/modules/agent/runtime/server/server-tools/index.d.ts +102 -0
- package/dist/modules/agent/runtime/server/server-tools/index.js +30 -0
- package/dist/modules/agent/runtime/server/server-tools/load_skills/index.d.ts +7 -0
- package/dist/modules/agent/runtime/server/server-tools/load_skills/index.js +80 -0
- package/dist/modules/agent/runtime/server/server-tools/load_tools/index.d.ts +7 -0
- package/dist/modules/agent/runtime/server/server-tools/load_tools/index.js +40 -0
- package/dist/modules/agent/runtime/server/skills/defineBlokkliAgentSkill.d.ts +23 -0
- package/dist/modules/agent/runtime/server/skills/defineBlokkliAgentSkill.js +3 -0
- package/dist/modules/agent/runtime/server/skills/index.d.ts +2 -0
- package/dist/modules/agent/runtime/server/skills/index.js +1 -0
- package/dist/modules/agent/runtime/server/skills/types.d.ts +59 -0
- package/dist/modules/agent/runtime/server/skills/types.js +0 -0
- package/dist/modules/agent/runtime/server/stream.d.ts +2 -0
- package/dist/modules/agent/runtime/server/stream.js +167 -0
- package/dist/modules/agent/runtime/server/system-prompts/defineBlokkliAgentSystemPrompt.d.ts +21 -0
- package/dist/modules/agent/runtime/server/system-prompts/defineBlokkliAgentSystemPrompt.js +3 -0
- package/dist/modules/agent/runtime/server/system-prompts/helpers.d.ts +20 -0
- package/dist/modules/agent/runtime/server/system-prompts/helpers.js +41 -0
- package/dist/modules/agent/runtime/server/system-prompts/index.d.ts +2 -0
- package/dist/modules/agent/runtime/server/system-prompts/index.js +1 -0
- package/dist/modules/agent/runtime/server/system-prompts/types.d.ts +49 -0
- package/dist/modules/agent/runtime/server/system-prompts/types.js +0 -0
- package/dist/modules/agent/runtime/server/templates/defineStreamTemplate.d.ts +21 -0
- package/dist/modules/agent/runtime/server/templates/defineStreamTemplate.js +3 -0
- package/dist/modules/agent/runtime/server/templates/definitions/fixReadability.d.ts +26 -0
- package/dist/modules/agent/runtime/server/templates/definitions/fixReadability.js +84 -0
- package/dist/modules/agent/runtime/server/templates/definitions/generateContent.d.ts +6 -0
- package/dist/modules/agent/runtime/server/templates/definitions/generateContent.js +29 -0
- package/dist/modules/agent/runtime/server/templates/definitions/rewrite.d.ts +5 -0
- package/dist/modules/agent/runtime/server/templates/definitions/rewrite.js +14 -0
- package/dist/modules/agent/runtime/server/templates/definitions/translate.d.ts +5 -0
- package/dist/modules/agent/runtime/server/templates/definitions/translate.js +23 -0
- package/dist/modules/agent/runtime/server/templates/index.d.ts +37 -0
- package/dist/modules/agent/runtime/server/templates/index.js +25 -0
- package/dist/modules/agent/runtime/server/templates/types.d.ts +17 -0
- package/dist/modules/agent/runtime/server/templates/types.js +0 -0
- package/dist/modules/agent/runtime/server/templates/utils.d.ts +5 -0
- package/dist/modules/agent/runtime/server/templates/utils.js +69 -0
- package/dist/modules/agent/runtime/shared/placeholders.d.ts +4 -0
- package/dist/modules/agent/runtime/shared/placeholders.js +1 -0
- package/dist/modules/agent/runtime/shared/toolParams.d.ts +47 -0
- package/dist/modules/agent/runtime/shared/toolParams.js +33 -0
- package/dist/modules/agent/runtime/shared/toolResult.d.ts +98 -0
- package/dist/modules/agent/runtime/shared/toolResult.js +160 -0
- package/dist/modules/agent/runtime/shared/types.d.ts +549 -0
- package/dist/modules/agent/runtime/shared/types.js +193 -0
- package/dist/modules/charts/index.d.mts +21 -0
- package/dist/modules/charts/index.mjs +281 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/advanced/definition.d.ts +5 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/advanced/definition.js +26 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/advanced/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/advanced/render.vue +120 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/advanced/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/definition.d.ts +6 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/definition.js +40 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/illustration.vue +41 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/render.vue +94 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/area/definition.d.ts +7 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/area/definition.js +49 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/area/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/area/illustration.vue +56 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/area/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/area/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/area/render.vue +99 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/area/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/bar/definition.d.ts +8 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/bar/definition.js +57 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/bar/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/bar/illustration.vue +34 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/bar/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/bar/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/bar/render.vue +107 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/bar/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/donut/definition.d.ts +7 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/donut/definition.js +35 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/donut/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/donut/illustration.vue +35 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/donut/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/donut/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/donut/render.vue +87 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/donut/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/definition.d.ts +4 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/definition.js +29 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/illustration.vue +27 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/render.vue +113 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/line/definition.d.ts +7 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/line/definition.js +49 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/line/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/line/illustration.vue +59 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/line/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/line/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/line/render.vue +98 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/line/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/pie/definition.d.ts +6 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/pie/definition.js +29 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/pie/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/pie/illustration.vue +20 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/pie/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/pie/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/pie/render.vue +71 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/pie/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radar/definition.d.ts +7 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radar/definition.js +45 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radar/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radar/illustration.vue +60 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radar/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radar/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radar/render.vue +95 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radar/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/definition.d.ts +6 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/definition.js +29 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/illustration.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/illustration.vue +32 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/illustration.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/render.d.vue.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/render.vue +77 -0
- package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/render.vue.d.ts +3 -0
- package/dist/modules/charts/runtime/blokkli/skills/charts.d.ts +2 -0
- package/dist/modules/charts/runtime/blokkli/skills/charts.js +85 -0
- package/dist/modules/charts/runtime/blokkli/tools/chart_schemas.d.ts +148 -0
- package/dist/modules/charts/runtime/blokkli/tools/chart_schemas.js +190 -0
- package/dist/modules/charts/runtime/blokkli/tools/create_advanced_chart/index.d.ts +2 -0
- package/dist/modules/charts/runtime/blokkli/tools/create_advanced_chart/index.js +88 -0
- package/dist/modules/charts/runtime/blokkli/tools/create_chart/index.d.ts +2 -0
- package/dist/modules/charts/runtime/blokkli/tools/create_chart/index.js +97 -0
- package/dist/modules/charts/runtime/blokkli/tools/get_advanced_chart_config/index.d.ts +2 -0
- package/dist/modules/charts/runtime/blokkli/tools/get_advanced_chart_config/index.js +65 -0
- package/dist/modules/charts/runtime/blokkli/tools/get_chart_data/index.d.ts +2 -0
- package/dist/modules/charts/runtime/blokkli/tools/get_chart_data/index.js +94 -0
- package/dist/modules/charts/runtime/blokkli/tools/get_chart_type_options/index.d.ts +2 -0
- package/dist/modules/charts/runtime/blokkli/tools/get_chart_type_options/index.js +42 -0
- package/dist/modules/charts/runtime/blokkli/tools/update_advanced_chart/index.d.ts +2 -0
- package/dist/modules/charts/runtime/blokkli/tools/update_advanced_chart/index.js +73 -0
- package/dist/modules/charts/runtime/blokkli/tools/update_chart/index.d.ts +2 -0
- package/dist/modules/charts/runtime/blokkli/tools/update_chart/index.js +112 -0
- package/dist/modules/charts/runtime/chart-types/definition/index.d.ts +7 -0
- package/dist/modules/charts/runtime/chart-types/definition/index.js +3 -0
- package/dist/modules/charts/runtime/chart-types/definition/options/index.d.ts +43 -0
- package/dist/modules/charts/runtime/chart-types/definition/options/index.js +110 -0
- package/dist/modules/charts/runtime/chart-types/index.d.ts +21 -0
- package/dist/modules/charts/runtime/chart-types/index.js +25 -0
- package/dist/modules/charts/runtime/components/ChartRenderer/index.d.vue.ts +21 -0
- package/dist/modules/charts/runtime/components/ChartRenderer/index.vue +221 -0
- package/dist/modules/charts/runtime/components/ChartRenderer/index.vue.d.ts +21 -0
- package/dist/modules/charts/runtime/components/index.d.ts +1 -0
- package/dist/modules/charts/runtime/components/index.js +1 -0
- package/dist/modules/charts/runtime/features/charts/Editor/AdvancedConfigPanel/index.d.vue.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/AdvancedConfigPanel/index.vue +149 -0
- package/dist/modules/charts/runtime/features/charts/Editor/AdvancedConfigPanel/index.vue.d.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CategoryColorOverridesPanel/index.d.vue.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CategoryColorOverridesPanel/index.vue +62 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CategoryColorOverridesPanel/index.vue.d.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/Field.d.vue.ts +14 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/Field.vue +89 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/Field.vue.d.ts +14 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/index.d.vue.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/index.vue +90 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/index.vue.d.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeCard.d.vue.ts +7 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeCard.vue +55 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeCard.vue.d.ts +7 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeGrid.d.vue.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeGrid.vue +24 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeGrid.vue.d.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/index.d.vue.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/index.vue +56 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/index.vue.d.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ColorDropdown/index.d.vue.ts +10 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ColorDropdown/index.vue +14 -0
- package/dist/modules/charts/runtime/features/charts/Editor/ColorDropdown/index.vue.d.ts +10 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvExport/index.d.vue.ts +9 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvExport/index.vue +55 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvExport/index.vue.d.ts +9 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FilterEditor/index.d.vue.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FilterEditor/index.vue +88 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FilterEditor/index.vue.d.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FiltersSection/index.d.vue.ts +13 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FiltersSection/index.vue +111 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FiltersSection/index.vue.d.ts +13 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/GroupBySection/index.d.vue.ts +14 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/GroupBySection/index.vue +100 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/GroupBySection/index.vue.d.ts +14 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/OutputPreviewTable/index.d.vue.ts +17 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/OutputPreviewTable/index.vue +152 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/OutputPreviewTable/index.vue.d.ts +17 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/PreviewDialog.d.vue.ts +14 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/PreviewDialog.vue +340 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/PreviewDialog.vue.d.ts +14 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/csvHelpers.d.ts +69 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/csvHelpers.js +368 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/index.d.vue.ts +8 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/index.vue +62 -0
- package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/index.vue.d.ts +8 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DataSourcePicker/index.d.vue.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DataSourcePicker/index.vue +80 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DataSourcePicker/index.vue.d.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DataTable/index.d.vue.ts +23 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DataTable/index.vue +235 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DataTable/index.vue.d.ts +23 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DateFormatEditor/index.d.vue.ts +13 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DateFormatEditor/index.vue +71 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DateFormatEditor/index.vue.d.ts +13 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DynamicPreviewStatus/index.d.vue.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DynamicPreviewStatus/index.vue +57 -0
- package/dist/modules/charts/runtime/features/charts/Editor/DynamicPreviewStatus/index.vue.d.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/FootnoteEditor/index.d.vue.ts +9 -0
- package/dist/modules/charts/runtime/features/charts/Editor/FootnoteEditor/index.vue +73 -0
- package/dist/modules/charts/runtime/features/charts/Editor/FootnoteEditor/index.vue.d.ts +9 -0
- package/dist/modules/charts/runtime/features/charts/Editor/NumberFormatEditor/index.d.vue.ts +21 -0
- package/dist/modules/charts/runtime/features/charts/Editor/NumberFormatEditor/index.vue +120 -0
- package/dist/modules/charts/runtime/features/charts/Editor/NumberFormatEditor/index.vue.d.ts +21 -0
- package/dist/modules/charts/runtime/features/charts/Editor/OrphanOverridesWarning/index.d.vue.ts +18 -0
- package/dist/modules/charts/runtime/features/charts/Editor/OrphanOverridesWarning/index.vue +65 -0
- package/dist/modules/charts/runtime/features/charts/Editor/OrphanOverridesWarning/index.vue.d.ts +18 -0
- package/dist/modules/charts/runtime/features/charts/Editor/Preview/index.d.vue.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/Preview/index.vue +51 -0
- package/dist/modules/charts/runtime/features/charts/Editor/Preview/index.vue.d.ts +11 -0
- package/dist/modules/charts/runtime/features/charts/Editor/SeriesOverridesPanel/index.d.vue.ts +13 -0
- package/dist/modules/charts/runtime/features/charts/Editor/SeriesOverridesPanel/index.vue +95 -0
- package/dist/modules/charts/runtime/features/charts/Editor/SeriesOverridesPanel/index.vue.d.ts +13 -0
- package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/TranslationRow/index.d.vue.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/TranslationRow/index.vue +19 -0
- package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/TranslationRow/index.vue.d.ts +16 -0
- package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/index.d.vue.ts +17 -0
- package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/index.vue +264 -0
- package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/index.vue.d.ts +17 -0
- package/dist/modules/charts/runtime/features/charts/Editor/index.d.vue.ts +13 -0
- package/dist/modules/charts/runtime/features/charts/Editor/index.vue +582 -0
- package/dist/modules/charts/runtime/features/charts/Editor/index.vue.d.ts +13 -0
- package/dist/modules/charts/runtime/features/charts/Editor/useChartDataSourcePreview.d.ts +6 -0
- package/dist/modules/charts/runtime/features/charts/Editor/useChartDataSourcePreview.js +17 -0
- package/dist/modules/charts/runtime/features/charts/Editor/useChartEditorState.d.ts +23 -0
- package/dist/modules/charts/runtime/features/charts/Editor/useChartEditorState.js +170 -0
- package/dist/modules/charts/runtime/helpers/adapterTypes.d.ts +38 -0
- package/dist/modules/charts/runtime/helpers/adapterTypes.js +1 -0
- package/dist/modules/charts/runtime/helpers/dateFormat.d.ts +20 -0
- package/dist/modules/charts/runtime/helpers/dateFormat.js +121 -0
- package/dist/modules/charts/runtime/helpers/echarts.d.ts +6 -0
- package/dist/modules/charts/runtime/helpers/echarts.js +5 -0
- package/dist/modules/charts/runtime/helpers/index.d.ts +30 -0
- package/dist/modules/charts/runtime/helpers/index.js +79 -0
- package/dist/modules/charts/runtime/helpers/nextCategoryValue.d.ts +19 -0
- package/dist/modules/charts/runtime/helpers/nextCategoryValue.js +160 -0
- package/dist/modules/charts/runtime/helpers/numberFormat.d.ts +13 -0
- package/dist/modules/charts/runtime/helpers/numberFormat.js +31 -0
- package/dist/modules/charts/runtime/helpers/previewInjection.d.ts +14 -0
- package/dist/modules/charts/runtime/helpers/previewInjection.js +3 -0
- package/dist/modules/charts/runtime/types.d.ts +256 -0
- package/dist/modules/charts/runtime/types.js +0 -0
- package/dist/modules/iframes/index.d.mts +32 -0
- package/dist/modules/iframes/index.mjs +52 -0
- package/dist/modules/iframes/runtime/components/BlokkliIframe/index.d.vue.ts +18 -0
- package/dist/modules/iframes/runtime/components/BlokkliIframe/index.vue +61 -0
- package/dist/modules/iframes/runtime/components/BlokkliIframe/index.vue.d.ts +18 -0
- package/dist/modules/iframes/runtime/components/index.d.ts +1 -0
- package/dist/modules/iframes/runtime/components/index.js +1 -0
- package/dist/modules/iframes/runtime/features/iframes/Editor/index.d.vue.ts +12 -0
- package/dist/modules/iframes/runtime/features/iframes/Editor/index.vue +222 -0
- package/dist/modules/iframes/runtime/features/iframes/Editor/index.vue.d.ts +12 -0
- package/dist/modules/iframes/runtime/types.d.ts +10 -0
- package/dist/modules/iframes/runtime/types.js +0 -0
- package/dist/modules/index.d.mts +8 -0
- package/dist/modules/index.mjs +10 -0
- package/dist/modules/readability/index.d.mts +12 -0
- package/dist/modules/readability/index.mjs +17 -0
- package/dist/modules/readability/runtime/adapter-extension.d.ts +2 -0
- package/dist/modules/readability/runtime/adapter-extension.js +5 -0
- package/dist/modules/readability/runtime/analyzers/builtin.d.ts +10 -0
- package/dist/modules/readability/runtime/analyzers/builtin.js +340 -0
- package/dist/modules/table-of-contents/index.d.mts +12 -0
- package/dist/modules/table-of-contents/index.mjs +24 -0
- package/dist/modules/table-of-contents/runtime/components/BlokkliTableOfContents/index.d.vue.ts +44 -0
- package/dist/modules/table-of-contents/runtime/components/BlokkliTableOfContents/index.vue +43 -0
- package/dist/modules/table-of-contents/runtime/components/BlokkliTableOfContents/index.vue.d.ts +44 -0
- package/dist/modules/table-of-contents/runtime/types/index.d.ts +4 -0
- package/dist/modules/table-of-contents/runtime/types/index.js +0 -0
- package/dist/modules/tailwind/index.d.mts +5 -0
- package/dist/modules/tailwind/index.mjs +228 -0
- package/dist/runtime/components/Blocks/Fragment/index.d.vue.ts +7 -0
- package/dist/runtime/components/Blocks/Fragment/index.vue +35 -0
- package/dist/runtime/components/Blocks/Fragment/index.vue.d.ts +7 -0
- package/dist/runtime/components/Blocks/FromLibrary/index.d.vue.ts +7 -0
- package/dist/runtime/components/Blocks/FromLibrary/index.vue +45 -0
- package/dist/runtime/components/Blocks/FromLibrary/index.vue.d.ts +7 -0
- package/dist/runtime/components/Blocks/NotImplemented/index.d.vue.ts +7 -0
- package/dist/runtime/components/Blocks/NotImplemented/index.vue +54 -0
- package/dist/runtime/components/Blocks/NotImplemented/index.vue.d.ts +7 -0
- package/dist/runtime/components/BlokkliEditable.d.vue.ts +34 -0
- package/dist/runtime/components/BlokkliEditable.vue +22 -0
- package/dist/runtime/components/BlokkliEditable.vue.d.ts +34 -0
- package/dist/runtime/components/BlokkliField.d.vue.ts +102 -0
- package/dist/runtime/components/BlokkliField.vue +170 -0
- package/dist/runtime/components/BlokkliField.vue.d.ts +102 -0
- package/dist/runtime/components/BlokkliItem.d.vue.ts +31 -0
- package/dist/runtime/components/BlokkliItem.vue +107 -0
- package/dist/runtime/components/BlokkliItem.vue.d.ts +31 -0
- package/dist/runtime/components/BlokkliProvider.d.vue.ts +84 -0
- package/dist/runtime/components/BlokkliProvider.vue +173 -0
- package/dist/runtime/components/BlokkliProvider.vue.d.ts +84 -0
- package/dist/runtime/composables/defineBlokkli.d.ts +6 -0
- package/dist/runtime/composables/defineBlokkli.js +112 -0
- package/dist/runtime/composables/defineBlokkliFeature.d.ts +26 -0
- package/dist/runtime/composables/defineBlokkliFeature.js +63 -0
- package/dist/runtime/composables/defineBlokkliFragment.d.ts +3 -0
- package/dist/runtime/composables/defineBlokkliFragment.js +26 -0
- package/dist/runtime/composables/defineBlokkliProvider.d.ts +11 -0
- package/dist/runtime/composables/defineBlokkliProvider.js +44 -0
- package/dist/runtime/composables/useBlokkli.d.ts +13 -0
- package/dist/runtime/composables/useBlokkli.js +14 -0
- package/dist/runtime/composables/useBlokkliHelper.d.ts +20 -0
- package/dist/runtime/composables/useBlokkliHelper.js +91 -0
- package/dist/runtime/composables/useBlokkliRuntimeConfig.d.ts +50 -0
- package/dist/runtime/composables/useBlokkliRuntimeConfig.js +34 -0
- package/dist/runtime/editor/adapter/index.d.ts +186 -0
- package/dist/runtime/editor/adapter/index.js +6 -0
- package/dist/runtime/editor/components/Actions/Interactions/Button.d.vue.ts +9 -0
- package/dist/runtime/editor/components/Actions/Interactions/Button.vue +19 -0
- package/dist/runtime/editor/components/Actions/Interactions/Button.vue.d.ts +9 -0
- package/dist/runtime/editor/components/Actions/Interactions/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Actions/Interactions/index.vue +106 -0
- package/dist/runtime/editor/components/Actions/Interactions/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Actions/ItemDropdown/Item.d.vue.ts +7 -0
- package/dist/runtime/editor/components/Actions/ItemDropdown/Item.vue +49 -0
- package/dist/runtime/editor/components/Actions/ItemDropdown/Item.vue.d.ts +7 -0
- package/dist/runtime/editor/components/Actions/ItemDropdown/index.d.vue.ts +7 -0
- package/dist/runtime/editor/components/Actions/ItemDropdown/index.vue +52 -0
- package/dist/runtime/editor/components/Actions/ItemDropdown/index.vue.d.ts +7 -0
- package/dist/runtime/editor/components/Actions/ScrollArrow/index.d.vue.ts +13 -0
- package/dist/runtime/editor/components/Actions/ScrollArrow/index.vue +52 -0
- package/dist/runtime/editor/components/Actions/ScrollArrow/index.vue.d.ts +13 -0
- package/dist/runtime/editor/components/Actions/Title/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Actions/Title/index.vue +296 -0
- package/dist/runtime/editor/components/Actions/Title/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Actions/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Actions/index.vue +143 -0
- package/dist/runtime/editor/components/Actions/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Actions/useToolbarScroll.d.ts +25 -0
- package/dist/runtime/editor/components/Actions/useToolbarScroll.js +125 -0
- package/dist/runtime/editor/components/AddListItem/index.d.vue.ts +31 -0
- package/dist/runtime/editor/components/AddListItem/index.vue +103 -0
- package/dist/runtime/editor/components/AddListItem/index.vue.d.ts +31 -0
- package/dist/runtime/editor/components/AnimationCanvas/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/AnimationCanvas/index.vue +534 -0
- package/dist/runtime/editor/components/AnimationCanvas/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/AppMenu/Inner.d.vue.ts +7 -0
- package/dist/runtime/editor/components/AppMenu/Inner.vue +88 -0
- package/dist/runtime/editor/components/AppMenu/Inner.vue.d.ts +7 -0
- package/dist/runtime/editor/components/AppMenu/MenuButton.d.vue.ts +24 -0
- package/dist/runtime/editor/components/AppMenu/MenuButton.vue +83 -0
- package/dist/runtime/editor/components/AppMenu/MenuButton.vue.d.ts +24 -0
- package/dist/runtime/editor/components/AppMenu/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/AppMenu/index.vue +25 -0
- package/dist/runtime/editor/components/AppMenu/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/ArtboardTooltip/index.d.vue.ts +40 -0
- package/dist/runtime/editor/components/ArtboardTooltip/index.vue +296 -0
- package/dist/runtime/editor/components/ArtboardTooltip/index.vue.d.ts +40 -0
- package/dist/runtime/editor/components/Avatar/index.d.vue.ts +30 -0
- package/dist/runtime/editor/components/Avatar/index.vue +119 -0
- package/dist/runtime/editor/components/Avatar/index.vue.d.ts +30 -0
- package/dist/runtime/editor/components/Banner/Inner.d.vue.ts +30 -0
- package/dist/runtime/editor/components/Banner/Inner.vue +32 -0
- package/dist/runtime/editor/components/Banner/Inner.vue.d.ts +30 -0
- package/dist/runtime/editor/components/Banner/index.d.vue.ts +21 -0
- package/dist/runtime/editor/components/Banner/index.vue +44 -0
- package/dist/runtime/editor/components/Banner/index.vue.d.ts +21 -0
- package/dist/runtime/editor/components/BetaIndicator/index.d.vue.ts +6 -0
- package/dist/runtime/editor/components/BetaIndicator/index.vue +16 -0
- package/dist/runtime/editor/components/BetaIndicator/index.vue.d.ts +6 -0
- package/dist/runtime/editor/components/BlockPreviewItem/index.d.vue.ts +18 -0
- package/dist/runtime/editor/components/BlockPreviewItem/index.vue +133 -0
- package/dist/runtime/editor/components/BlockPreviewItem/index.vue.d.ts +18 -0
- package/dist/runtime/editor/components/BlockPreviewRenderer/Item.d.vue.ts +13 -0
- package/dist/runtime/editor/components/BlockPreviewRenderer/Item.vue +50 -0
- package/dist/runtime/editor/components/BlockPreviewRenderer/Item.vue.d.ts +13 -0
- package/dist/runtime/editor/components/BlockPreviewRenderer/index.d.vue.ts +11 -0
- package/dist/runtime/editor/components/BlockPreviewRenderer/index.vue +53 -0
- package/dist/runtime/editor/components/BlockPreviewRenderer/index.vue.d.ts +11 -0
- package/dist/runtime/editor/components/BlockProxy/index.d.vue.ts +11 -0
- package/dist/runtime/editor/components/BlockProxy/index.vue +161 -0
- package/dist/runtime/editor/components/BlockProxy/index.vue.d.ts +11 -0
- package/dist/runtime/editor/components/BlokkliEditableEdit.d.vue.ts +23 -0
- package/dist/runtime/editor/components/BlokkliEditableEdit.vue +95 -0
- package/dist/runtime/editor/components/BlokkliEditableEdit.vue.d.ts +23 -0
- package/dist/runtime/editor/components/BlokkliErrorBoundary.d.vue.ts +27 -0
- package/dist/runtime/editor/components/BlokkliErrorBoundary.vue +47 -0
- package/dist/runtime/editor/components/BlokkliErrorBoundary.vue.d.ts +27 -0
- package/dist/runtime/editor/components/BlokkliRootErrorBoundary.d.vue.ts +16 -0
- package/dist/runtime/editor/components/BlokkliRootErrorBoundary.vue +227 -0
- package/dist/runtime/editor/components/BlokkliRootErrorBoundary.vue.d.ts +16 -0
- package/dist/runtime/editor/components/BundleSelector/Group.d.vue.ts +12 -0
- package/dist/runtime/editor/components/BundleSelector/Group.vue +28 -0
- package/dist/runtime/editor/components/BundleSelector/Group.vue.d.ts +12 -0
- package/dist/runtime/editor/components/BundleSelector/index.d.vue.ts +23 -0
- package/dist/runtime/editor/components/BundleSelector/index.vue +287 -0
- package/dist/runtime/editor/components/BundleSelector/index.vue.d.ts +23 -0
- package/dist/runtime/editor/components/BundleSelector/types.d.ts +21 -0
- package/dist/runtime/editor/components/BundleSelector/types.js +0 -0
- package/dist/runtime/editor/components/Button/index.d.vue.ts +29 -0
- package/dist/runtime/editor/components/Button/index.vue +36 -0
- package/dist/runtime/editor/components/Button/index.vue.d.ts +29 -0
- package/dist/runtime/editor/components/ButtonAction/index.d.vue.ts +13 -0
- package/dist/runtime/editor/components/ButtonAction/index.vue +25 -0
- package/dist/runtime/editor/components/ButtonAction/index.vue.d.ts +13 -0
- package/dist/runtime/editor/components/ColorDropdown/index.d.vue.ts +26 -0
- package/dist/runtime/editor/components/ColorDropdown/index.vue +116 -0
- package/dist/runtime/editor/components/ColorDropdown/index.vue.d.ts +26 -0
- package/dist/runtime/editor/components/Dialog/index.d.vue.ts +60 -0
- package/dist/runtime/editor/components/Dialog/index.vue +319 -0
- package/dist/runtime/editor/components/Dialog/index.vue.d.ts +60 -0
- package/dist/runtime/editor/components/DiffApproval/Highlight/Item.d.vue.ts +27 -0
- package/dist/runtime/editor/components/DiffApproval/Highlight/Item.vue +170 -0
- package/dist/runtime/editor/components/DiffApproval/Highlight/Item.vue.d.ts +27 -0
- package/dist/runtime/editor/components/DiffApproval/Highlight/index.d.vue.ts +31 -0
- package/dist/runtime/editor/components/DiffApproval/Highlight/index.vue +76 -0
- package/dist/runtime/editor/components/DiffApproval/Highlight/index.vue.d.ts +31 -0
- package/dist/runtime/editor/components/DiffApproval/Toolbar/index.d.vue.ts +43 -0
- package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue +183 -0
- package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue.d.ts +43 -0
- package/dist/runtime/editor/components/DiffApproval/index.d.vue.ts +43 -0
- package/dist/runtime/editor/components/DiffApproval/index.vue +191 -0
- package/dist/runtime/editor/components/DiffApproval/index.vue.d.ts +43 -0
- package/dist/runtime/editor/components/DiffApproval/types.d.ts +39 -0
- package/dist/runtime/editor/components/DiffApproval/types.js +22 -0
- package/dist/runtime/editor/components/DiffViewer/DiffDisplay/index.d.vue.ts +9 -0
- package/dist/runtime/editor/components/DiffViewer/DiffDisplay/index.vue +31 -0
- package/dist/runtime/editor/components/DiffViewer/DiffDisplay/index.vue.d.ts +9 -0
- package/dist/runtime/editor/components/DiffViewer/DiffValue.d.vue.ts +8 -0
- package/dist/runtime/editor/components/DiffViewer/DiffValue.vue +19 -0
- package/dist/runtime/editor/components/DiffViewer/DiffValue.vue.d.ts +8 -0
- package/dist/runtime/editor/components/DiffViewer/State.d.vue.ts +17 -0
- package/dist/runtime/editor/components/DiffViewer/State.vue +549 -0
- package/dist/runtime/editor/components/DiffViewer/State.vue.d.ts +17 -0
- package/dist/runtime/editor/components/DonutChart/index.d.vue.ts +18 -0
- package/dist/runtime/editor/components/DonutChart/index.vue +97 -0
- package/dist/runtime/editor/components/DonutChart/index.vue.d.ts +18 -0
- package/dist/runtime/editor/components/DraggableList.d.vue.ts +31 -0
- package/dist/runtime/editor/components/DraggableList.vue +238 -0
- package/dist/runtime/editor/components/DraggableList.vue.d.ts +31 -0
- package/dist/runtime/editor/components/Dropdown/index.d.vue.ts +29 -0
- package/dist/runtime/editor/components/Dropdown/index.vue +214 -0
- package/dist/runtime/editor/components/Dropdown/index.vue.d.ts +29 -0
- package/dist/runtime/editor/components/DropdownItem/index.d.vue.ts +23 -0
- package/dist/runtime/editor/components/DropdownItem/index.vue +60 -0
- package/dist/runtime/editor/components/DropdownItem/index.vue.d.ts +23 -0
- package/dist/runtime/editor/components/EditIndicator.d.vue.ts +15 -0
- package/dist/runtime/editor/components/EditIndicator.vue +220 -0
- package/dist/runtime/editor/components/EditIndicator.vue.d.ts +15 -0
- package/dist/runtime/editor/components/EditProvider.d.vue.ts +38 -0
- package/dist/runtime/editor/components/EditProvider.vue +511 -0
- package/dist/runtime/editor/components/EditProvider.vue.d.ts +38 -0
- package/dist/runtime/editor/components/FeaturesRenderer/index.d.vue.ts +7 -0
- package/dist/runtime/editor/components/FeaturesRenderer/index.vue +77 -0
- package/dist/runtime/editor/components/FeaturesRenderer/index.vue.d.ts +7 -0
- package/dist/runtime/editor/components/FileDropHandler/index.d.vue.ts +23 -0
- package/dist/runtime/editor/components/FileDropHandler/index.vue +112 -0
- package/dist/runtime/editor/components/FileDropHandler/index.vue.d.ts +23 -0
- package/dist/runtime/editor/components/FlexTextarea/index.d.vue.ts +36 -0
- package/dist/runtime/editor/components/FlexTextarea/index.vue +324 -0
- package/dist/runtime/editor/components/FlexTextarea/index.vue.d.ts +36 -0
- package/dist/runtime/editor/components/Form/Checkboxes/index.d.vue.ts +23 -0
- package/dist/runtime/editor/components/Form/Checkboxes/index.vue +49 -0
- package/dist/runtime/editor/components/Form/Checkboxes/index.vue.d.ts +23 -0
- package/dist/runtime/editor/components/Form/Datepicker/index.d.vue.ts +17 -0
- package/dist/runtime/editor/components/Form/Datepicker/index.vue +200 -0
- package/dist/runtime/editor/components/Form/Datepicker/index.vue.d.ts +17 -0
- package/dist/runtime/editor/components/Form/Group/index.d.vue.ts +19 -0
- package/dist/runtime/editor/components/Form/Group/index.vue +23 -0
- package/dist/runtime/editor/components/Form/Group/index.vue.d.ts +19 -0
- package/dist/runtime/editor/components/Form/Item/index.d.vue.ts +13 -0
- package/dist/runtime/editor/components/Form/Item/index.vue +5 -0
- package/dist/runtime/editor/components/Form/Item/index.vue.d.ts +13 -0
- package/dist/runtime/editor/components/Form/Number/index.d.vue.ts +36 -0
- package/dist/runtime/editor/components/Form/Number/index.vue +79 -0
- package/dist/runtime/editor/components/Form/Number/index.vue.d.ts +36 -0
- package/dist/runtime/editor/components/Form/Radio/index.d.vue.ts +23 -0
- package/dist/runtime/editor/components/Form/Radio/index.vue +34 -0
- package/dist/runtime/editor/components/Form/Radio/index.vue.d.ts +23 -0
- package/dist/runtime/editor/components/Form/RadioBox/index.d.vue.ts +33 -0
- package/dist/runtime/editor/components/Form/RadioBox/index.vue +40 -0
- package/dist/runtime/editor/components/Form/RadioBox/index.vue.d.ts +33 -0
- package/dist/runtime/editor/components/Form/RadioTabs/index.d.vue.ts +24 -0
- package/dist/runtime/editor/components/Form/RadioTabs/index.vue +92 -0
- package/dist/runtime/editor/components/Form/RadioTabs/index.vue.d.ts +24 -0
- package/dist/runtime/editor/components/Form/Search/index.d.vue.ts +88 -0
- package/dist/runtime/editor/components/Form/Search/index.vue +289 -0
- package/dist/runtime/editor/components/Form/Search/index.vue.d.ts +88 -0
- package/dist/runtime/editor/components/Form/Search/types.d.ts +19 -0
- package/dist/runtime/editor/components/Form/Search/types.js +0 -0
- package/dist/runtime/editor/components/Form/Select/index.d.vue.ts +22 -0
- package/dist/runtime/editor/components/Form/Select/index.vue +29 -0
- package/dist/runtime/editor/components/Form/Select/index.vue.d.ts +22 -0
- package/dist/runtime/editor/components/Form/Text/index.d.vue.ts +31 -0
- package/dist/runtime/editor/components/Form/Text/index.vue +60 -0
- package/dist/runtime/editor/components/Form/Text/index.vue.d.ts +31 -0
- package/dist/runtime/editor/components/Form/TextDark/index.d.vue.ts +24 -0
- package/dist/runtime/editor/components/Form/TextDark/index.vue +55 -0
- package/dist/runtime/editor/components/Form/TextDark/index.vue.d.ts +24 -0
- package/dist/runtime/editor/components/Form/Textarea/index.d.vue.ts +24 -0
- package/dist/runtime/editor/components/Form/Textarea/index.vue +42 -0
- package/dist/runtime/editor/components/Form/Textarea/index.vue.d.ts +24 -0
- package/dist/runtime/editor/components/Form/Toggle/index.d.vue.ts +39 -0
- package/dist/runtime/editor/components/Form/Toggle/index.vue +87 -0
- package/dist/runtime/editor/components/Form/Toggle/index.vue.d.ts +39 -0
- package/dist/runtime/editor/components/FormOverlay/Header/index.d.vue.ts +19 -0
- package/dist/runtime/editor/components/FormOverlay/Header/index.vue +28 -0
- package/dist/runtime/editor/components/FormOverlay/Header/index.vue.d.ts +19 -0
- package/dist/runtime/editor/components/FormOverlay/index.d.vue.ts +27 -0
- package/dist/runtime/editor/components/FormOverlay/index.vue +112 -0
- package/dist/runtime/editor/components/FormOverlay/index.vue.d.ts +27 -0
- package/dist/runtime/editor/components/GrowOnly/index.d.vue.ts +10 -0
- package/dist/runtime/editor/components/GrowOnly/index.vue +34 -0
- package/dist/runtime/editor/components/GrowOnly/index.vue.d.ts +10 -0
- package/dist/runtime/editor/components/Highlight/index.d.vue.ts +21 -0
- package/dist/runtime/editor/components/Highlight/index.vue +55 -0
- package/dist/runtime/editor/components/Highlight/index.vue.d.ts +21 -0
- package/dist/runtime/editor/components/Icon/index.d.vue.ts +8 -0
- package/dist/runtime/editor/components/Icon/index.vue +45 -0
- package/dist/runtime/editor/components/Icon/index.vue.d.ts +8 -0
- package/dist/runtime/editor/components/Indicators/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Indicators/index.vue +221 -0
- package/dist/runtime/editor/components/Indicators/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/InfoBox/index.d.vue.ts +26 -0
- package/dist/runtime/editor/components/InfoBox/index.vue +33 -0
- package/dist/runtime/editor/components/InfoBox/index.vue.d.ts +26 -0
- package/dist/runtime/editor/components/InlineActions/Button/index.d.vue.ts +19 -0
- package/dist/runtime/editor/components/InlineActions/Button/index.vue +27 -0
- package/dist/runtime/editor/components/InlineActions/Button/index.vue.d.ts +19 -0
- package/dist/runtime/editor/components/InlineActions/index.d.vue.ts +13 -0
- package/dist/runtime/editor/components/InlineActions/index.vue +5 -0
- package/dist/runtime/editor/components/InlineActions/index.vue.d.ts +13 -0
- package/dist/runtime/editor/components/ItemIcon/index.d.vue.ts +10 -0
- package/dist/runtime/editor/components/ItemIcon/index.vue +45 -0
- package/dist/runtime/editor/components/ItemIcon/index.vue.d.ts +10 -0
- package/dist/runtime/editor/components/ItemIconBox/index.d.vue.ts +18 -0
- package/dist/runtime/editor/components/ItemIconBox/index.vue +43 -0
- package/dist/runtime/editor/components/ItemIconBox/index.vue.d.ts +18 -0
- package/dist/runtime/editor/components/Konami/Game/PixelGrid.d.vue.ts +8 -0
- package/dist/runtime/editor/components/Konami/Game/PixelGrid.vue +66 -0
- package/dist/runtime/editor/components/Konami/Game/PixelGrid.vue.d.ts +8 -0
- package/dist/runtime/editor/components/Konami/Game/blokkli.png +0 -0
- package/dist/runtime/editor/components/Konami/Game/charmap.d.ts +2 -0
- package/dist/runtime/editor/components/Konami/Game/charmap.js +168 -0
- package/dist/runtime/editor/components/Konami/Game/index.d.vue.ts +7 -0
- package/dist/runtime/editor/components/Konami/Game/index.vue +862 -0
- package/dist/runtime/editor/components/Konami/Game/index.vue.d.ts +7 -0
- package/dist/runtime/editor/components/Konami/Game/textRendering.d.ts +8 -0
- package/dist/runtime/editor/components/Konami/Game/textRendering.js +138 -0
- package/dist/runtime/editor/components/Konami/Game/useIconRendering.d.ts +9 -0
- package/dist/runtime/editor/components/Konami/Game/useIconRendering.js +131 -0
- package/dist/runtime/editor/components/Konami/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Konami/index.vue +44 -0
- package/dist/runtime/editor/components/Konami/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Loading/index.d.vue.ts +12 -0
- package/dist/runtime/editor/components/Loading/index.vue +27 -0
- package/dist/runtime/editor/components/Loading/index.vue.d.ts +12 -0
- package/dist/runtime/editor/components/Messages/Item/index.d.vue.ts +12 -0
- package/dist/runtime/editor/components/Messages/Item/index.vue +108 -0
- package/dist/runtime/editor/components/Messages/Item/index.vue.d.ts +12 -0
- package/dist/runtime/editor/components/Messages/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Messages/index.vue +166 -0
- package/dist/runtime/editor/components/Messages/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/NestedEditorOverlay/index.d.vue.ts +31 -0
- package/dist/runtime/editor/components/NestedEditorOverlay/index.vue +346 -0
- package/dist/runtime/editor/components/NestedEditorOverlay/index.vue.d.ts +31 -0
- package/dist/runtime/editor/components/NotEditStateInfo/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/NotEditStateInfo/index.vue +19 -0
- package/dist/runtime/editor/components/NotEditStateInfo/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Overlay/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Overlay/index.vue +131 -0
- package/dist/runtime/editor/components/Overlay/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Pagination/index.d.vue.ts +14 -0
- package/dist/runtime/editor/components/Pagination/index.vue +54 -0
- package/dist/runtime/editor/components/Pagination/index.vue.d.ts +14 -0
- package/dist/runtime/editor/components/Panel/Action/index.d.vue.ts +11 -0
- package/dist/runtime/editor/components/Panel/Action/index.vue +25 -0
- package/dist/runtime/editor/components/Panel/Action/index.vue.d.ts +11 -0
- package/dist/runtime/editor/components/Panel/AddButton/index.d.vue.ts +8 -0
- package/dist/runtime/editor/components/Panel/AddButton/index.vue +17 -0
- package/dist/runtime/editor/components/Panel/AddButton/index.vue.d.ts +8 -0
- package/dist/runtime/editor/components/Panel/Details/index.d.vue.ts +25 -0
- package/dist/runtime/editor/components/Panel/Details/index.vue +45 -0
- package/dist/runtime/editor/components/Panel/Details/index.vue.d.ts +25 -0
- package/dist/runtime/editor/components/Panel/Item/index.d.vue.ts +65 -0
- package/dist/runtime/editor/components/Panel/Item/index.vue +99 -0
- package/dist/runtime/editor/components/Panel/Item/index.vue.d.ts +65 -0
- package/dist/runtime/editor/components/Panel/Section/index.d.vue.ts +26 -0
- package/dist/runtime/editor/components/Panel/Section/index.vue +94 -0
- package/dist/runtime/editor/components/Panel/Section/index.vue.d.ts +26 -0
- package/dist/runtime/editor/components/Panel/Sheet/index.d.vue.ts +20 -0
- package/dist/runtime/editor/components/Panel/Sheet/index.vue +34 -0
- package/dist/runtime/editor/components/Panel/Sheet/index.vue.d.ts +20 -0
- package/dist/runtime/editor/components/Panel/Tabs/index.d.vue.ts +28 -0
- package/dist/runtime/editor/components/Panel/Tabs/index.vue +25 -0
- package/dist/runtime/editor/components/Panel/Tabs/index.vue.d.ts +28 -0
- package/dist/runtime/editor/components/Pill/index.d.vue.ts +28 -0
- package/dist/runtime/editor/components/Pill/index.vue +37 -0
- package/dist/runtime/editor/components/Pill/index.vue.d.ts +28 -0
- package/dist/runtime/editor/components/PluginConfigForm/Checkbox/index.d.vue.ts +5 -0
- package/dist/runtime/editor/components/PluginConfigForm/Checkbox/index.vue +17 -0
- package/dist/runtime/editor/components/PluginConfigForm/Checkbox/index.vue.d.ts +5 -0
- package/dist/runtime/editor/components/PluginConfigForm/Options/index.d.vue.ts +5 -0
- package/dist/runtime/editor/components/PluginConfigForm/Options/index.vue +37 -0
- package/dist/runtime/editor/components/PluginConfigForm/Options/index.vue.d.ts +5 -0
- package/dist/runtime/editor/components/PluginConfigForm/Text/index.d.vue.ts +5 -0
- package/dist/runtime/editor/components/PluginConfigForm/Text/index.vue +44 -0
- package/dist/runtime/editor/components/PluginConfigForm/Text/index.vue.d.ts +5 -0
- package/dist/runtime/editor/components/PluginConfigForm/index.d.vue.ts +30 -0
- package/dist/runtime/editor/components/PluginConfigForm/index.vue +86 -0
- package/dist/runtime/editor/components/PluginConfigForm/index.vue.d.ts +30 -0
- package/dist/runtime/editor/components/PluginConfigFormInline/FilterSelect/index.d.vue.ts +15 -0
- package/dist/runtime/editor/components/PluginConfigFormInline/FilterSelect/index.vue +297 -0
- package/dist/runtime/editor/components/PluginConfigFormInline/FilterSelect/index.vue.d.ts +15 -0
- package/dist/runtime/editor/components/PluginConfigFormInline/index.d.vue.ts +22 -0
- package/dist/runtime/editor/components/PluginConfigFormInline/index.vue +135 -0
- package/dist/runtime/editor/components/PluginConfigFormInline/index.vue.d.ts +22 -0
- package/dist/runtime/editor/components/Popup/index.d.vue.ts +30 -0
- package/dist/runtime/editor/components/Popup/index.vue +164 -0
- package/dist/runtime/editor/components/Popup/index.vue.d.ts +30 -0
- package/dist/runtime/editor/components/PopupHost/index.d.vue.ts +13 -0
- package/dist/runtime/editor/components/PopupHost/index.vue +12 -0
- package/dist/runtime/editor/components/PopupHost/index.vue.d.ts +13 -0
- package/dist/runtime/editor/components/PreviewProvider.d.vue.ts +33 -0
- package/dist/runtime/editor/components/PreviewProvider.vue +205 -0
- package/dist/runtime/editor/components/PreviewProvider.vue.d.ts +33 -0
- package/dist/runtime/editor/components/RelativeTime/index.d.vue.ts +17 -0
- package/dist/runtime/editor/components/RelativeTime/index.vue +73 -0
- package/dist/runtime/editor/components/RelativeTime/index.vue.d.ts +17 -0
- package/dist/runtime/editor/components/Reorder/index.d.vue.ts +53 -0
- package/dist/runtime/editor/components/Reorder/index.vue +123 -0
- package/dist/runtime/editor/components/Reorder/index.vue.d.ts +53 -0
- package/dist/runtime/editor/components/Resizable/index.d.vue.ts +22 -0
- package/dist/runtime/editor/components/Resizable/index.vue +177 -0
- package/dist/runtime/editor/components/Resizable/index.vue.d.ts +22 -0
- package/dist/runtime/editor/components/ResizableEditorView/index.d.vue.ts +26 -0
- package/dist/runtime/editor/components/ResizableEditorView/index.vue +76 -0
- package/dist/runtime/editor/components/ResizableEditorView/index.vue.d.ts +26 -0
- package/dist/runtime/editor/components/RichText/Editor/CleanTaskItem.d.ts +10 -0
- package/dist/runtime/editor/components/RichText/Editor/CleanTaskItem.js +59 -0
- package/dist/runtime/editor/components/RichText/Editor/Panel/Link/index.d.vue.ts +19 -0
- package/dist/runtime/editor/components/RichText/Editor/Panel/Link/index.vue +67 -0
- package/dist/runtime/editor/components/RichText/Editor/Panel/Link/index.vue.d.ts +19 -0
- package/dist/runtime/editor/components/RichText/Editor/Panel/index.d.vue.ts +20 -0
- package/dist/runtime/editor/components/RichText/Editor/Panel/index.vue +35 -0
- package/dist/runtime/editor/components/RichText/Editor/Panel/index.vue.d.ts +20 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Emojis.d.vue.ts +24 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Emojis.vue +44 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Emojis.vue.d.ts +24 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Mentions.d.vue.ts +23 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Mentions.vue +35 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Mentions.vue.d.ts +23 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/index.d.vue.ts +30 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/index.vue +69 -0
- package/dist/runtime/editor/components/RichText/Editor/SuggestionList/index.vue.d.ts +30 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/Button/index.d.vue.ts +18 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/Button/index.vue +31 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/Button/index.vue.d.ts +18 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/Group/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/Group/index.vue +13 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/Group/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/index.d.vue.ts +13 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/index.vue +7 -0
- package/dist/runtime/editor/components/RichText/Editor/Toolbar/index.vue.d.ts +13 -0
- package/dist/runtime/editor/components/RichText/Editor/index.d.vue.ts +31 -0
- package/dist/runtime/editor/components/RichText/Editor/index.vue +386 -0
- package/dist/runtime/editor/components/RichText/Editor/index.vue.d.ts +31 -0
- package/dist/runtime/editor/components/RichText/Renderer/enrichRichContent.d.ts +12 -0
- package/dist/runtime/editor/components/RichText/Renderer/enrichRichContent.js +42 -0
- package/dist/runtime/editor/components/RichText/Renderer/index.d.vue.ts +23 -0
- package/dist/runtime/editor/components/RichText/Renderer/index.vue +39 -0
- package/dist/runtime/editor/components/RichText/Renderer/index.vue.d.ts +23 -0
- package/dist/runtime/editor/components/ScaleToFit/index.d.vue.ts +16 -0
- package/dist/runtime/editor/components/ScaleToFit/index.vue +96 -0
- package/dist/runtime/editor/components/ScaleToFit/index.vue.d.ts +16 -0
- package/dist/runtime/editor/components/ScheduleDate/index.d.vue.ts +25 -0
- package/dist/runtime/editor/components/ScheduleDate/index.vue +138 -0
- package/dist/runtime/editor/components/ScheduleDate/index.vue.d.ts +25 -0
- package/dist/runtime/editor/components/ScrollBoundary/index.d.vue.ts +19 -0
- package/dist/runtime/editor/components/ScrollBoundary/index.vue +23 -0
- package/dist/runtime/editor/components/ScrollBoundary/index.vue.d.ts +19 -0
- package/dist/runtime/editor/components/SearchOverlay/index.d.vue.ts +43 -0
- package/dist/runtime/editor/components/SearchOverlay/index.vue +183 -0
- package/dist/runtime/editor/components/SearchOverlay/index.vue.d.ts +43 -0
- package/dist/runtime/editor/components/ShortcutIndicator/index.d.vue.ts +21 -0
- package/dist/runtime/editor/components/ShortcutIndicator/index.vue +79 -0
- package/dist/runtime/editor/components/ShortcutIndicator/index.vue.d.ts +21 -0
- package/dist/runtime/editor/components/SidebarFloater/index.d.vue.ts +16 -0
- package/dist/runtime/editor/components/SidebarFloater/index.vue +45 -0
- package/dist/runtime/editor/components/SidebarFloater/index.vue.d.ts +16 -0
- package/dist/runtime/editor/components/Sortli/index.d.vue.ts +17 -0
- package/dist/runtime/editor/components/Sortli/index.vue +81 -0
- package/dist/runtime/editor/components/Sortli/index.vue.d.ts +17 -0
- package/dist/runtime/editor/components/StatusIcon/index.d.vue.ts +9 -0
- package/dist/runtime/editor/components/StatusIcon/index.vue +86 -0
- package/dist/runtime/editor/components/StatusIcon/index.vue.d.ts +9 -0
- package/dist/runtime/editor/components/StatusIndicator/index.d.vue.ts +9 -0
- package/dist/runtime/editor/components/StatusIndicator/index.vue +16 -0
- package/dist/runtime/editor/components/StatusIndicator/index.vue.d.ts +9 -0
- package/dist/runtime/editor/components/SystemRequirements/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/SystemRequirements/index.vue +136 -0
- package/dist/runtime/editor/components/SystemRequirements/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Tabs/index.d.vue.ts +31 -0
- package/dist/runtime/editor/components/Tabs/index.vue +34 -0
- package/dist/runtime/editor/components/Tabs/index.vue.d.ts +31 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/List/Button/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/List/Button/index.vue +74 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/List/Button/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/List/index.d.vue.ts +7 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/List/index.vue +16 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/List/index.vue.d.ts +7 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/index.d.vue.ts +3 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/index.vue +57 -0
- package/dist/runtime/editor/components/Toolbar/ViewOptions/index.vue.d.ts +3 -0
- package/dist/runtime/editor/components/Toolbar/index.d.vue.ts +7 -0
- package/dist/runtime/editor/components/Toolbar/index.vue +364 -0
- package/dist/runtime/editor/components/Toolbar/index.vue.d.ts +7 -0
- package/dist/runtime/editor/components/ToolbarDropdown/index.d.vue.ts +21 -0
- package/dist/runtime/editor/components/ToolbarDropdown/index.vue +36 -0
- package/dist/runtime/editor/components/ToolbarDropdown/index.vue.d.ts +21 -0
- package/dist/runtime/editor/components/Tooltip/Context.d.vue.ts +7 -0
- package/dist/runtime/editor/components/Tooltip/Context.vue +15 -0
- package/dist/runtime/editor/components/Tooltip/Context.vue.d.ts +7 -0
- package/dist/runtime/editor/components/Tooltip/Status.d.vue.ts +8 -0
- package/dist/runtime/editor/components/Tooltip/Status.vue +27 -0
- package/dist/runtime/editor/components/Tooltip/Status.vue.d.ts +8 -0
- package/dist/runtime/editor/components/Tooltip/index.d.vue.ts +27 -0
- package/dist/runtime/editor/components/Tooltip/index.vue +53 -0
- package/dist/runtime/editor/components/Tooltip/index.vue.d.ts +27 -0
- package/dist/runtime/editor/components/Transition/Collapse/index.d.vue.ts +13 -0
- package/dist/runtime/editor/components/Transition/Collapse/index.vue +20 -0
- package/dist/runtime/editor/components/Transition/Collapse/index.vue.d.ts +13 -0
- package/dist/runtime/editor/components/Transition/Height.d.vue.ts +37 -0
- package/dist/runtime/editor/components/Transition/Height.vue +96 -0
- package/dist/runtime/editor/components/Transition/Height.vue.d.ts +37 -0
- package/dist/runtime/editor/components/Transition/List/index.d.vue.ts +21 -0
- package/dist/runtime/editor/components/Transition/List/index.vue +31 -0
- package/dist/runtime/editor/components/Transition/List/index.vue.d.ts +21 -0
- package/dist/runtime/editor/components/Transition/index.d.vue.ts +20 -0
- package/dist/runtime/editor/components/Transition/index.vue +43 -0
- package/dist/runtime/editor/components/Transition/index.vue.d.ts +20 -0
- package/dist/runtime/editor/components/ViewportBlockingRect/index.d.vue.ts +19 -0
- package/dist/runtime/editor/components/ViewportBlockingRect/index.vue +60 -0
- package/dist/runtime/editor/components/ViewportBlockingRect/index.vue.d.ts +19 -0
- package/dist/runtime/editor/components/index.d.ts +72 -0
- package/dist/runtime/editor/components/index.js +90 -0
- package/dist/runtime/editor/composables/addElementClasses.d.ts +2 -0
- package/dist/runtime/editor/composables/addElementClasses.js +24 -0
- package/dist/runtime/editor/composables/defineAddAction.d.ts +2 -0
- package/dist/runtime/editor/composables/defineAddAction.js +10 -0
- package/dist/runtime/editor/composables/defineCommands.d.ts +2 -0
- package/dist/runtime/editor/composables/defineCommands.js +10 -0
- package/dist/runtime/editor/composables/defineDropAreas.d.ts +3 -0
- package/dist/runtime/editor/composables/defineDropAreas.js +10 -0
- package/dist/runtime/editor/composables/defineDropHandler.d.ts +3 -0
- package/dist/runtime/editor/composables/defineDropHandler.js +10 -0
- package/dist/runtime/editor/composables/defineEditorComponent.d.ts +126 -0
- package/dist/runtime/editor/composables/defineEditorComponent.js +6 -0
- package/dist/runtime/editor/composables/defineElementStyle.d.ts +2 -0
- package/dist/runtime/editor/composables/defineElementStyle.js +33 -0
- package/dist/runtime/editor/composables/defineHighlight.d.ts +2 -0
- package/dist/runtime/editor/composables/defineHighlight.js +10 -0
- package/dist/runtime/editor/composables/defineItemDropdownAction.d.ts +2 -0
- package/dist/runtime/editor/composables/defineItemDropdownAction.js +10 -0
- package/dist/runtime/editor/composables/defineMenuButton.d.ts +2 -0
- package/dist/runtime/editor/composables/defineMenuButton.js +10 -0
- package/dist/runtime/editor/composables/defineRenderer.d.ts +11 -0
- package/dist/runtime/editor/composables/defineRenderer.js +14 -0
- package/dist/runtime/editor/composables/defineShortcut.d.ts +2 -0
- package/dist/runtime/editor/composables/defineShortcut.js +18 -0
- package/dist/runtime/editor/composables/defineTourItem.d.ts +2 -0
- package/dist/runtime/editor/composables/defineTourItem.js +10 -0
- package/dist/runtime/editor/composables/defineViewOption.d.ts +5 -0
- package/dist/runtime/editor/composables/defineViewOption.js +10 -0
- package/dist/runtime/editor/composables/index.d.ts +30 -0
- package/dist/runtime/editor/composables/index.js +32 -0
- package/dist/runtime/editor/composables/onBlokkliEvent.d.ts +2 -0
- package/dist/runtime/editor/composables/onBlokkliEvent.js +10 -0
- package/dist/runtime/editor/composables/onBroadcastEvent.d.ts +2 -0
- package/dist/runtime/editor/composables/onBroadcastEvent.js +10 -0
- package/dist/runtime/editor/composables/onElementResize.d.ts +3 -0
- package/dist/runtime/editor/composables/onElementResize.js +36 -0
- package/dist/runtime/editor/composables/useAnimationFrame.d.ts +1 -0
- package/dist/runtime/editor/composables/useAnimationFrame.js +14 -0
- package/dist/runtime/editor/composables/useBlockRegistration.d.ts +5 -0
- package/dist/runtime/editor/composables/useBlockRegistration.js +49 -0
- package/dist/runtime/editor/composables/useDebugLogger.d.ts +2 -0
- package/dist/runtime/editor/composables/useDebugLogger.js +5 -0
- package/dist/runtime/editor/composables/useDelayedIntersectionObserver.d.ts +5 -0
- package/dist/runtime/editor/composables/useDelayedIntersectionObserver.js +27 -0
- package/dist/runtime/editor/composables/useDialog.d.ts +3 -0
- package/dist/runtime/editor/composables/useDialog.js +16 -0
- package/dist/runtime/editor/composables/useDismiss.d.ts +30 -0
- package/dist/runtime/editor/composables/useDismiss.js +43 -0
- package/dist/runtime/editor/composables/useEditableFieldOverride.d.ts +26 -0
- package/dist/runtime/editor/composables/useEditableFieldOverride.js +148 -0
- package/dist/runtime/editor/composables/useFocusTrap.d.ts +52 -0
- package/dist/runtime/editor/composables/useFocusTrap.js +59 -0
- package/dist/runtime/editor/composables/useGlobalBlokkliObject.d.ts +30 -0
- package/dist/runtime/editor/composables/useGlobalBlokkliObject.js +42 -0
- package/dist/runtime/editor/composables/useStateBasedCache.d.ts +4 -0
- package/dist/runtime/editor/composables/useStateBasedCache.js +13 -0
- package/dist/runtime/editor/composables/useStickyToolbar.d.ts +25 -0
- package/dist/runtime/editor/composables/useStickyToolbar.js +284 -0
- package/dist/runtime/editor/composables/useTransitionedValue.d.ts +18 -0
- package/dist/runtime/editor/composables/useTransitionedValue.js +57 -0
- package/dist/runtime/editor/css/output.css +1 -0
- package/dist/runtime/editor/events/index.d.ts +338 -0
- package/dist/runtime/editor/events/index.js +6 -0
- package/dist/runtime/editor/features/add-list/Actions/Action.d.vue.ts +15 -0
- package/dist/runtime/editor/features/add-list/Actions/Action.vue +60 -0
- package/dist/runtime/editor/features/add-list/Actions/Action.vue.d.ts +15 -0
- package/dist/runtime/editor/features/add-list/Actions/index.d.vue.ts +16 -0
- package/dist/runtime/editor/features/add-list/Actions/index.vue +64 -0
- package/dist/runtime/editor/features/add-list/Actions/index.vue.d.ts +16 -0
- package/dist/runtime/editor/features/add-list/Blocks/index.d.vue.ts +21 -0
- package/dist/runtime/editor/features/add-list/Blocks/index.vue +312 -0
- package/dist/runtime/editor/features/add-list/Blocks/index.vue.d.ts +21 -0
- package/dist/runtime/editor/features/add-list/Help/Item.d.vue.ts +12 -0
- package/dist/runtime/editor/features/add-list/Help/Item.vue +195 -0
- package/dist/runtime/editor/features/add-list/Help/Item.vue.d.ts +12 -0
- package/dist/runtime/editor/features/add-list/Help/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/add-list/Help/index.vue +279 -0
- package/dist/runtime/editor/features/add-list/Help/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/add-list/docs.md +4 -0
- package/dist/runtime/editor/features/add-list/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/add-list/index.vue +592 -0
- package/dist/runtime/editor/features/add-list/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/add-list/types.d.ts +24 -0
- package/dist/runtime/editor/features/add-list/types.js +0 -0
- package/dist/runtime/editor/features/analyze/Icon.d.vue.ts +6 -0
- package/dist/runtime/editor/features/analyze/Icon.vue +85 -0
- package/dist/runtime/editor/features/analyze/Icon.vue.d.ts +6 -0
- package/dist/runtime/editor/features/analyze/Ignored/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/analyze/Ignored/index.vue +19 -0
- package/dist/runtime/editor/features/analyze/Ignored/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/analyze/Main.d.vue.ts +24 -0
- package/dist/runtime/editor/features/analyze/Main.vue +541 -0
- package/dist/runtime/editor/features/analyze/Main.vue.d.ts +24 -0
- package/dist/runtime/editor/features/analyze/Results/Results.d.vue.ts +7 -0
- package/dist/runtime/editor/features/analyze/Results/Results.vue +78 -0
- package/dist/runtime/editor/features/analyze/Results/Results.vue.d.ts +7 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItem.d.vue.ts +15 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItem.vue +57 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItem.vue.d.ts +15 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.d.vue.ts +8 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.vue +103 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.vue.d.ts +8 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.d.vue.ts +9 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.vue +170 -0
- package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.vue.d.ts +9 -0
- package/dist/runtime/editor/features/analyze/Results/Section.d.vue.ts +10 -0
- package/dist/runtime/editor/features/analyze/Results/Section.vue +42 -0
- package/dist/runtime/editor/features/analyze/Results/Section.vue.d.ts +10 -0
- package/dist/runtime/editor/features/analyze/Results/Status.d.vue.ts +9 -0
- package/dist/runtime/editor/features/analyze/Results/Status.vue +24 -0
- package/dist/runtime/editor/features/analyze/Results/Status.vue.d.ts +9 -0
- package/dist/runtime/editor/features/analyze/Summary/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/analyze/Summary/index.vue +88 -0
- package/dist/runtime/editor/features/analyze/Summary/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/analyze/analyzers/altText.d.ts +2 -0
- package/dist/runtime/editor/features/analyze/analyzers/altText.js +62 -0
- package/dist/runtime/editor/features/analyze/analyzers/axe.d.ts +12 -0
- package/dist/runtime/editor/features/analyze/analyzers/axe.js +78 -0
- package/dist/runtime/editor/features/analyze/analyzers/defaults/validations.d.ts +10 -0
- package/dist/runtime/editor/features/analyze/analyzers/defaults/validations.js +39 -0
- package/dist/runtime/editor/features/analyze/analyzers/defineAnalyzer.d.ts +4 -0
- package/dist/runtime/editor/features/analyze/analyzers/defineAnalyzer.js +5 -0
- package/dist/runtime/editor/features/analyze/analyzers/headingStructure.d.ts +2 -0
- package/dist/runtime/editor/features/analyze/analyzers/headingStructure.js +144 -0
- package/dist/runtime/editor/features/analyze/analyzers/helpers/Context.d.ts +42 -0
- package/dist/runtime/editor/features/analyze/analyzers/helpers/Context.js +56 -0
- package/dist/runtime/editor/features/analyze/analyzers/helpers/collectTextElements.d.ts +5 -0
- package/dist/runtime/editor/features/analyze/analyzers/helpers/collectTextElements.js +98 -0
- package/dist/runtime/editor/features/analyze/analyzers/helpers/hashString.d.ts +7 -0
- package/dist/runtime/editor/features/analyze/analyzers/helpers/hashString.js +8 -0
- package/dist/runtime/editor/features/analyze/analyzers/helpers/normalizeArray.d.ts +3 -0
- package/dist/runtime/editor/features/analyze/analyzers/helpers/normalizeArray.js +13 -0
- package/dist/runtime/editor/features/analyze/analyzers/index.d.ts +6 -0
- package/dist/runtime/editor/features/analyze/analyzers/index.js +12 -0
- package/dist/runtime/editor/features/analyze/analyzers/readability.d.ts +2 -0
- package/dist/runtime/editor/features/analyze/analyzers/readability.js +129 -0
- package/dist/runtime/editor/features/analyze/analyzers/types.d.ts +98 -0
- package/dist/runtime/editor/features/analyze/analyzers/types.js +0 -0
- package/dist/runtime/editor/features/analyze/helper.d.ts +5 -0
- package/dist/runtime/editor/features/analyze/helper.js +28 -0
- package/dist/runtime/editor/features/analyze/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/analyze/index.vue +78 -0
- package/dist/runtime/editor/features/analyze/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/analyze/readability/adapterTypes.d.ts +9 -0
- package/dist/runtime/editor/features/analyze/readability/adapterTypes.js +0 -0
- package/dist/runtime/editor/features/analyze/readability/chunkHtml.d.ts +15 -0
- package/dist/runtime/editor/features/analyze/readability/chunkHtml.js +97 -0
- package/dist/runtime/editor/features/analyze/readability/types.d.ts +91 -0
- package/dist/runtime/editor/features/analyze/readability/types.js +0 -0
- package/dist/runtime/editor/features/analyze/types.d.ts +21 -0
- package/dist/runtime/editor/features/analyze/types.js +0 -0
- package/dist/runtime/editor/features/anchors/Overlay/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/anchors/Overlay/index.vue +63 -0
- package/dist/runtime/editor/features/anchors/Overlay/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/anchors/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/anchors/index.vue +36 -0
- package/dist/runtime/editor/features/anchors/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/anchors/types.d.ts +9 -0
- package/dist/runtime/editor/features/anchors/types.js +1 -0
- package/dist/runtime/editor/features/artboard/Overview/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/artboard/Overview/index.vue +153 -0
- package/dist/runtime/editor/features/artboard/Overview/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/artboard/Renderer.d.vue.ts +8 -0
- package/dist/runtime/editor/features/artboard/Renderer.vue +454 -0
- package/dist/runtime/editor/features/artboard/Renderer.vue.d.ts +8 -0
- package/dist/runtime/editor/features/artboard/Scrollbar/index.d.vue.ts +8 -0
- package/dist/runtime/editor/features/artboard/Scrollbar/index.vue +91 -0
- package/dist/runtime/editor/features/artboard/Scrollbar/index.vue.d.ts +8 -0
- package/dist/runtime/editor/features/artboard/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/artboard/index.vue +92 -0
- package/dist/runtime/editor/features/artboard/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/block-scheduler/Dialog/ScheduleSection.d.vue.ts +32 -0
- package/dist/runtime/editor/features/block-scheduler/Dialog/ScheduleSection.vue +164 -0
- package/dist/runtime/editor/features/block-scheduler/Dialog/ScheduleSection.vue.d.ts +32 -0
- package/dist/runtime/editor/features/block-scheduler/Dialog/index.d.vue.ts +12 -0
- package/dist/runtime/editor/features/block-scheduler/Dialog/index.vue +246 -0
- package/dist/runtime/editor/features/block-scheduler/Dialog/index.vue.d.ts +12 -0
- package/dist/runtime/editor/features/block-scheduler/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/block-scheduler/index.vue +104 -0
- package/dist/runtime/editor/features/block-scheduler/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/block-scheduler/types.d.ts +25 -0
- package/dist/runtime/editor/features/block-scheduler/types.js +0 -0
- package/dist/runtime/editor/features/block-transfer/SummaryDialog/index.d.vue.ts +11 -0
- package/dist/runtime/editor/features/block-transfer/SummaryDialog/index.vue +184 -0
- package/dist/runtime/editor/features/block-transfer/SummaryDialog/index.vue.d.ts +11 -0
- package/dist/runtime/editor/features/block-transfer/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/block-transfer/index.vue +235 -0
- package/dist/runtime/editor/features/block-transfer/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/block-transfer/types.d.ts +101 -0
- package/dist/runtime/editor/features/block-transfer/types.js +0 -0
- package/dist/runtime/editor/features/breadcrumbs/Crumb/index.d.vue.ts +31 -0
- package/dist/runtime/editor/features/breadcrumbs/Crumb/index.vue +100 -0
- package/dist/runtime/editor/features/breadcrumbs/Crumb/index.vue.d.ts +31 -0
- package/dist/runtime/editor/features/breadcrumbs/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/breadcrumbs/index.vue +220 -0
- package/dist/runtime/editor/features/breadcrumbs/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/breadcrumbs/types.d.ts +17 -0
- package/dist/runtime/editor/features/breadcrumbs/types.js +0 -0
- package/dist/runtime/editor/features/changelog/Dialog/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/changelog/Dialog/index.vue +44 -0
- package/dist/runtime/editor/features/changelog/Dialog/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/changelog/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/changelog/index.vue +58 -0
- package/dist/runtime/editor/features/changelog/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/clipboard/DropElement/Video.d.vue.ts +8 -0
- package/dist/runtime/editor/features/clipboard/DropElement/Video.vue +50 -0
- package/dist/runtime/editor/features/clipboard/DropElement/Video.vue.d.ts +8 -0
- package/dist/runtime/editor/features/clipboard/DropElement/helpers.d.ts +1 -0
- package/dist/runtime/editor/features/clipboard/DropElement/helpers.js +14 -0
- package/dist/runtime/editor/features/clipboard/DropElement/index.d.vue.ts +16 -0
- package/dist/runtime/editor/features/clipboard/DropElement/index.vue +234 -0
- package/dist/runtime/editor/features/clipboard/DropElement/index.vue.d.ts +16 -0
- package/dist/runtime/editor/features/clipboard/docs.md +16 -0
- package/dist/runtime/editor/features/clipboard/helpers.d.ts +15 -0
- package/dist/runtime/editor/features/clipboard/helpers.js +62 -0
- package/dist/runtime/editor/features/clipboard/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/clipboard/index.vue +727 -0
- package/dist/runtime/editor/features/clipboard/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/clipboard/types.d.ts +126 -0
- package/dist/runtime/editor/features/clipboard/types.js +0 -0
- package/dist/runtime/editor/features/command-palette/Palette/Item/index.d.vue.ts +20 -0
- package/dist/runtime/editor/features/command-palette/Palette/Item/index.vue +44 -0
- package/dist/runtime/editor/features/command-palette/Palette/Item/index.vue.d.ts +20 -0
- package/dist/runtime/editor/features/command-palette/Palette/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/command-palette/Palette/index.vue +136 -0
- package/dist/runtime/editor/features/command-palette/Palette/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/command-palette/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/command-palette/index.vue +56 -0
- package/dist/runtime/editor/features/command-palette/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/command-palette/types.d.ts +11 -0
- package/dist/runtime/editor/features/command-palette/types.js +0 -0
- package/dist/runtime/editor/features/comments/AddForm/index.d.vue.ts +11 -0
- package/dist/runtime/editor/features/comments/AddForm/index.vue +54 -0
- package/dist/runtime/editor/features/comments/AddForm/index.vue.d.ts +11 -0
- package/dist/runtime/editor/features/comments/Comment/Actions/index.d.vue.ts +27 -0
- package/dist/runtime/editor/features/comments/Comment/Actions/index.vue +89 -0
- package/dist/runtime/editor/features/comments/Comment/Actions/index.vue.d.ts +27 -0
- package/dist/runtime/editor/features/comments/Comment/EditForm/index.d.vue.ts +15 -0
- package/dist/runtime/editor/features/comments/Comment/EditForm/index.vue +38 -0
- package/dist/runtime/editor/features/comments/Comment/EditForm/index.vue.d.ts +15 -0
- package/dist/runtime/editor/features/comments/Comment/Meta/index.d.vue.ts +12 -0
- package/dist/runtime/editor/features/comments/Comment/Meta/index.vue +30 -0
- package/dist/runtime/editor/features/comments/Comment/Meta/index.vue.d.ts +12 -0
- package/dist/runtime/editor/features/comments/Comment/index.d.vue.ts +40 -0
- package/dist/runtime/editor/features/comments/Comment/index.vue +150 -0
- package/dist/runtime/editor/features/comments/Comment/index.vue.d.ts +40 -0
- package/dist/runtime/editor/features/comments/CommentInput/index.d.vue.ts +30 -0
- package/dist/runtime/editor/features/comments/CommentInput/index.vue +84 -0
- package/dist/runtime/editor/features/comments/CommentInput/index.vue.d.ts +30 -0
- package/dist/runtime/editor/features/comments/Overlay/Item/index.d.vue.ts +48 -0
- package/dist/runtime/editor/features/comments/Overlay/Item/index.vue +132 -0
- package/dist/runtime/editor/features/comments/Overlay/Item/index.vue.d.ts +48 -0
- package/dist/runtime/editor/features/comments/Overlay/index.d.vue.ts +41 -0
- package/dist/runtime/editor/features/comments/Overlay/index.vue +144 -0
- package/dist/runtime/editor/features/comments/Overlay/index.vue.d.ts +41 -0
- package/dist/runtime/editor/features/comments/Sidebar/AddForm/index.d.vue.ts +9 -0
- package/dist/runtime/editor/features/comments/Sidebar/AddForm/index.vue +57 -0
- package/dist/runtime/editor/features/comments/Sidebar/AddForm/index.vue.d.ts +9 -0
- package/dist/runtime/editor/features/comments/Sidebar/index.d.vue.ts +66 -0
- package/dist/runtime/editor/features/comments/Sidebar/index.vue +116 -0
- package/dist/runtime/editor/features/comments/Sidebar/index.vue.d.ts +66 -0
- package/dist/runtime/editor/features/comments/Thread/ReplyForm/index.d.vue.ts +11 -0
- package/dist/runtime/editor/features/comments/Thread/ReplyForm/index.vue +57 -0
- package/dist/runtime/editor/features/comments/Thread/ReplyForm/index.vue.d.ts +11 -0
- package/dist/runtime/editor/features/comments/Thread/index.d.vue.ts +60 -0
- package/dist/runtime/editor/features/comments/Thread/index.vue +162 -0
- package/dist/runtime/editor/features/comments/Thread/index.vue.d.ts +60 -0
- package/dist/runtime/editor/features/comments/docs.md +13 -0
- package/dist/runtime/editor/features/comments/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/comments/index.vue +202 -0
- package/dist/runtime/editor/features/comments/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/comments/types.d.ts +66 -0
- package/dist/runtime/editor/features/comments/types.js +0 -0
- package/dist/runtime/editor/features/complex-options/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/complex-options/index.vue +101 -0
- package/dist/runtime/editor/features/complex-options/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/conversions/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/conversions/index.vue +84 -0
- package/dist/runtime/editor/features/conversions/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/conversions/types.d.ts +16 -0
- package/dist/runtime/editor/features/conversions/types.js +0 -0
- package/dist/runtime/editor/features/debug/DebugSection.d.vue.ts +17 -0
- package/dist/runtime/editor/features/debug/DebugSection.vue +24 -0
- package/dist/runtime/editor/features/debug/DebugSection.vue.d.ts +17 -0
- package/dist/runtime/editor/features/debug/Main.d.vue.ts +7 -0
- package/dist/runtime/editor/features/debug/Main.vue +250 -0
- package/dist/runtime/editor/features/debug/Main.vue.d.ts +7 -0
- package/dist/runtime/editor/features/debug/Rects/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/debug/Rects/index.vue +61 -0
- package/dist/runtime/editor/features/debug/Rects/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Features.d.vue.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Features.vue +31 -0
- package/dist/runtime/editor/features/debug/Section/Features.vue.d.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Icons.d.vue.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Icons.vue +17 -0
- package/dist/runtime/editor/features/debug/Section/Icons.vue.d.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Keyboard.d.vue.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Keyboard.vue +17 -0
- package/dist/runtime/editor/features/debug/Section/Keyboard.vue.d.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Logging.d.vue.ts +7 -0
- package/dist/runtime/editor/features/debug/Section/Logging.vue +69 -0
- package/dist/runtime/editor/features/debug/Section/Logging.vue.d.ts +7 -0
- package/dist/runtime/editor/features/debug/Section/Rendering.d.vue.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Rendering.vue +96 -0
- package/dist/runtime/editor/features/debug/Section/Rendering.vue.d.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Selection.d.vue.ts +3 -0
- package/dist/runtime/editor/features/debug/Section/Selection.vue +25 -0
- package/dist/runtime/editor/features/debug/Section/Selection.vue.d.ts +3 -0
- package/dist/runtime/editor/features/debug/Viewport/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/debug/Viewport/index.vue +98 -0
- package/dist/runtime/editor/features/debug/Viewport/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/debug/docs.md +3 -0
- package/dist/runtime/editor/features/debug/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/debug/index.vue +35 -0
- package/dist/runtime/editor/features/debug/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/delete/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/delete/index.vue +83 -0
- package/dist/runtime/editor/features/delete/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/delete/types.d.ts +9 -0
- package/dist/runtime/editor/features/delete/types.js +1 -0
- package/dist/runtime/editor/features/dev-mode/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/dev-mode/index.vue +177 -0
- package/dist/runtime/editor/features/dev-mode/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/diff/DiffView/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/diff/DiffView/index.vue +20 -0
- package/dist/runtime/editor/features/diff/DiffView/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/diff/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/diff/index.vue +39 -0
- package/dist/runtime/editor/features/diff/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/dragging-overlay/DragItems/DragItem.d.vue.ts +27 -0
- package/dist/runtime/editor/features/dragging-overlay/DragItems/DragItem.vue +88 -0
- package/dist/runtime/editor/features/dragging-overlay/DragItems/DragItem.vue.d.ts +27 -0
- package/dist/runtime/editor/features/dragging-overlay/DragItems/index.d.vue.ts +31 -0
- package/dist/runtime/editor/features/dragging-overlay/DragItems/index.vue +518 -0
- package/dist/runtime/editor/features/dragging-overlay/DragItems/index.vue.d.ts +31 -0
- package/dist/runtime/editor/features/dragging-overlay/Renderer/fragment.glsl +152 -0
- package/dist/runtime/editor/features/dragging-overlay/Renderer/index.d.vue.ts +31 -0
- package/dist/runtime/editor/features/dragging-overlay/Renderer/index.vue +984 -0
- package/dist/runtime/editor/features/dragging-overlay/Renderer/index.vue.d.ts +31 -0
- package/dist/runtime/editor/features/dragging-overlay/Renderer/vertex.glsl +183 -0
- package/dist/runtime/editor/features/dragging-overlay/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/dragging-overlay/index.vue +527 -0
- package/dist/runtime/editor/features/dragging-overlay/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/dragging-overlay/types.d.ts +28 -0
- package/dist/runtime/editor/features/dragging-overlay/types.js +0 -0
- package/dist/runtime/editor/features/droppable-field-edit/Overlay/index.d.vue.ts +15 -0
- package/dist/runtime/editor/features/droppable-field-edit/Overlay/index.vue +549 -0
- package/dist/runtime/editor/features/droppable-field-edit/Overlay/index.vue.d.ts +15 -0
- package/dist/runtime/editor/features/droppable-field-edit/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/droppable-field-edit/index.vue +231 -0
- package/dist/runtime/editor/features/droppable-field-edit/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/droppable-field-edit/types.d.ts +70 -0
- package/dist/runtime/editor/features/droppable-field-edit/types.js +0 -0
- package/dist/runtime/editor/features/duplicate/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/duplicate/index.vue +121 -0
- package/dist/runtime/editor/features/duplicate/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/duplicate/types.d.ts +9 -0
- package/dist/runtime/editor/features/duplicate/types.js +1 -0
- package/dist/runtime/editor/features/edit/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/edit/index.vue +155 -0
- package/dist/runtime/editor/features/edit/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/edit/types.d.ts +9 -0
- package/dist/runtime/editor/features/edit/types.js +0 -0
- package/dist/runtime/editor/features/edit-form/Frame/index.d.vue.ts +12 -0
- package/dist/runtime/editor/features/edit-form/Frame/index.vue +87 -0
- package/dist/runtime/editor/features/edit-form/Frame/index.vue.d.ts +12 -0
- package/dist/runtime/editor/features/edit-form/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/edit-form/index.vue +176 -0
- package/dist/runtime/editor/features/edit-form/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Contenteditable/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Contenteditable/index.vue +35 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Contenteditable/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.d.vue.ts +28 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue +158 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue.d.ts +28 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Plaintext/index.d.vue.ts +20 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Plaintext/index.vue +70 -0
- package/dist/runtime/editor/features/editable-field/Overlay/Plaintext/index.vue.d.ts +20 -0
- package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/ChunkOverlay.d.vue.ts +8 -0
- package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/ChunkOverlay.vue +209 -0
- package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/ChunkOverlay.vue.d.ts +8 -0
- package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/index.vue +182 -0
- package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/editable-field/Overlay/index.d.vue.ts +17 -0
- package/dist/runtime/editor/features/editable-field/Overlay/index.vue +611 -0
- package/dist/runtime/editor/features/editable-field/Overlay/index.vue.d.ts +17 -0
- package/dist/runtime/editor/features/editable-field/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/editable-field/index.vue +164 -0
- package/dist/runtime/editor/features/editable-field/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/editable-field/types.d.ts +64 -0
- package/dist/runtime/editor/features/editable-field/types.js +0 -0
- package/dist/runtime/editor/features/editable-mask/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/editable-mask/index.vue +49 -0
- package/dist/runtime/editor/features/editable-mask/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/entity-title/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/entity-title/index.vue +128 -0
- package/dist/runtime/editor/features/entity-title/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/exit/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/exit/index.vue +38 -0
- package/dist/runtime/editor/features/exit/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/fragments/Dialog/Item/index.d.vue.ts +9 -0
- package/dist/runtime/editor/features/fragments/Dialog/Item/index.vue +34 -0
- package/dist/runtime/editor/features/fragments/Dialog/Item/index.vue.d.ts +9 -0
- package/dist/runtime/editor/features/fragments/Dialog/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/fragments/Dialog/index.vue +125 -0
- package/dist/runtime/editor/features/fragments/Dialog/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/fragments/docs.md +101 -0
- package/dist/runtime/editor/features/fragments/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/fragments/index.vue +84 -0
- package/dist/runtime/editor/features/fragments/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/fragments/types.d.ts +15 -0
- package/dist/runtime/editor/features/fragments/types.js +0 -0
- package/dist/runtime/editor/features/grid/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/grid/index.vue +38 -0
- package/dist/runtime/editor/features/grid/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/grid/types.d.ts +9 -0
- package/dist/runtime/editor/features/grid/types.js +1 -0
- package/dist/runtime/editor/features/help/Dialog/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/help/Dialog/index.vue +57 -0
- package/dist/runtime/editor/features/help/Dialog/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/help/Shortcuts/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/help/Shortcuts/index.vue +119 -0
- package/dist/runtime/editor/features/help/Shortcuts/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/help/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/help/index.vue +75 -0
- package/dist/runtime/editor/features/help/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/highlights/Renderer/fragment.glsl +89 -0
- package/dist/runtime/editor/features/highlights/Renderer/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/highlights/Renderer/index.vue +402 -0
- package/dist/runtime/editor/features/highlights/Renderer/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/highlights/Renderer/vertex.glsl +87 -0
- package/dist/runtime/editor/features/highlights/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/highlights/index.vue +20 -0
- package/dist/runtime/editor/features/highlights/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/history/List/index.d.vue.ts +6 -0
- package/dist/runtime/editor/features/history/List/index.vue +339 -0
- package/dist/runtime/editor/features/history/List/index.vue.d.ts +6 -0
- package/dist/runtime/editor/features/history/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/history/index.vue +151 -0
- package/dist/runtime/editor/features/history/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/history/types.d.ts +13 -0
- package/dist/runtime/editor/features/history/types.js +1 -0
- package/dist/runtime/editor/features/hover/Renderer/fragment.glsl +141 -0
- package/dist/runtime/editor/features/hover/Renderer/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/hover/Renderer/index.vue +541 -0
- package/dist/runtime/editor/features/hover/Renderer/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/hover/Renderer/vertex.glsl +160 -0
- package/dist/runtime/editor/features/hover/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/hover/index.vue +28 -0
- package/dist/runtime/editor/features/hover/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/import-existing/Dialog/Item.d.vue.ts +5 -0
- package/dist/runtime/editor/features/import-existing/Dialog/Item.vue +42 -0
- package/dist/runtime/editor/features/import-existing/Dialog/Item.vue.d.ts +5 -0
- package/dist/runtime/editor/features/import-existing/Dialog/index.d.vue.ts +19 -0
- package/dist/runtime/editor/features/import-existing/Dialog/index.vue +190 -0
- package/dist/runtime/editor/features/import-existing/Dialog/index.vue.d.ts +19 -0
- package/dist/runtime/editor/features/import-existing/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/import-existing/index.vue +93 -0
- package/dist/runtime/editor/features/import-existing/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/import-existing/types.d.ts +12 -0
- package/dist/runtime/editor/features/import-existing/types.js +0 -0
- package/dist/runtime/editor/features/library/DialogBrowseLibrary/Item/index.d.vue.ts +10 -0
- package/dist/runtime/editor/features/library/DialogBrowseLibrary/Item/index.vue +21 -0
- package/dist/runtime/editor/features/library/DialogBrowseLibrary/Item/index.vue.d.ts +10 -0
- package/dist/runtime/editor/features/library/DialogBrowseLibrary/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/library/DialogBrowseLibrary/index.vue +143 -0
- package/dist/runtime/editor/features/library/DialogBrowseLibrary/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/library/DialogMakeReusable/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/library/DialogMakeReusable/index.vue +81 -0
- package/dist/runtime/editor/features/library/DialogMakeReusable/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/library/docs.md +127 -0
- package/dist/runtime/editor/features/library/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/library/index.vue +279 -0
- package/dist/runtime/editor/features/library/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/library/types.d.ts +87 -0
- package/dist/runtime/editor/features/library/types.js +0 -0
- package/dist/runtime/editor/features/media-library/Library/Item.d.vue.ts +22 -0
- package/dist/runtime/editor/features/media-library/Library/Item.vue +57 -0
- package/dist/runtime/editor/features/media-library/Library/Item.vue.d.ts +22 -0
- package/dist/runtime/editor/features/media-library/Library/index.d.vue.ts +6 -0
- package/dist/runtime/editor/features/media-library/Library/index.vue +187 -0
- package/dist/runtime/editor/features/media-library/Library/index.vue.d.ts +6 -0
- package/dist/runtime/editor/features/media-library/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/media-library/index.vue +426 -0
- package/dist/runtime/editor/features/media-library/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/media-library/types.d.ts +87 -0
- package/dist/runtime/editor/features/media-library/types.js +0 -0
- package/dist/runtime/editor/features/multi-select/Renderer/fragment.glsl +77 -0
- package/dist/runtime/editor/features/multi-select/Renderer/index.d.vue.ts +12 -0
- package/dist/runtime/editor/features/multi-select/Renderer/index.vue +301 -0
- package/dist/runtime/editor/features/multi-select/Renderer/index.vue.d.ts +12 -0
- package/dist/runtime/editor/features/multi-select/Renderer/vertex.glsl +207 -0
- package/dist/runtime/editor/features/multi-select/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/multi-select/index.vue +71 -0
- package/dist/runtime/editor/features/multi-select/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/notifications/Item/index.d.vue.ts +4 -0
- package/dist/runtime/editor/features/notifications/Item/index.vue +96 -0
- package/dist/runtime/editor/features/notifications/Item/index.vue.d.ts +4 -0
- package/dist/runtime/editor/features/notifications/List/index.d.vue.ts +11 -0
- package/dist/runtime/editor/features/notifications/List/index.vue +126 -0
- package/dist/runtime/editor/features/notifications/List/index.vue.d.ts +11 -0
- package/dist/runtime/editor/features/notifications/docs.md +12 -0
- package/dist/runtime/editor/features/notifications/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/notifications/index.vue +123 -0
- package/dist/runtime/editor/features/notifications/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/notifications/types.d.ts +132 -0
- package/dist/runtime/editor/features/notifications/types.js +20 -0
- package/dist/runtime/editor/features/options/Form/Checkbox/index.d.vue.ts +17 -0
- package/dist/runtime/editor/features/options/Form/Checkbox/index.vue +53 -0
- package/dist/runtime/editor/features/options/Form/Checkbox/index.vue.d.ts +17 -0
- package/dist/runtime/editor/features/options/Form/Checkboxes/index.d.vue.ts +25 -0
- package/dist/runtime/editor/features/options/Form/Checkboxes/index.vue +127 -0
- package/dist/runtime/editor/features/options/Form/Checkboxes/index.vue.d.ts +25 -0
- package/dist/runtime/editor/features/options/Form/Color/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/options/Form/Color/index.vue +35 -0
- package/dist/runtime/editor/features/options/Form/Color/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/options/Form/ComplexType/index.d.vue.ts +11 -0
- package/dist/runtime/editor/features/options/Form/ComplexType/index.vue +40 -0
- package/dist/runtime/editor/features/options/Form/ComplexType/index.vue.d.ts +11 -0
- package/dist/runtime/editor/features/options/Form/DateTimeLocal/index.d.vue.ts +21 -0
- package/dist/runtime/editor/features/options/Form/DateTimeLocal/index.vue +38 -0
- package/dist/runtime/editor/features/options/Form/DateTimeLocal/index.vue.d.ts +21 -0
- package/dist/runtime/editor/features/options/Form/Group.d.vue.ts +21 -0
- package/dist/runtime/editor/features/options/Form/Group.vue +25 -0
- package/dist/runtime/editor/features/options/Form/Group.vue.d.ts +21 -0
- package/dist/runtime/editor/features/options/Form/Item.d.vue.ts +15 -0
- package/dist/runtime/editor/features/options/Form/Item.vue +167 -0
- package/dist/runtime/editor/features/options/Form/Item.vue.d.ts +15 -0
- package/dist/runtime/editor/features/options/Form/Number/index.d.vue.ts +19 -0
- package/dist/runtime/editor/features/options/Form/Number/index.vue +126 -0
- package/dist/runtime/editor/features/options/Form/Number/index.vue.d.ts +19 -0
- package/dist/runtime/editor/features/options/Form/Radios/index.d.vue.ts +43 -0
- package/dist/runtime/editor/features/options/Form/Radios/index.vue +146 -0
- package/dist/runtime/editor/features/options/Form/Radios/index.vue.d.ts +43 -0
- package/dist/runtime/editor/features/options/Form/Range/index.d.vue.ts +19 -0
- package/dist/runtime/editor/features/options/Form/Range/index.vue +43 -0
- package/dist/runtime/editor/features/options/Form/Range/index.vue.d.ts +19 -0
- package/dist/runtime/editor/features/options/Form/Text/index.d.vue.ts +18 -0
- package/dist/runtime/editor/features/options/Form/Text/index.vue +34 -0
- package/dist/runtime/editor/features/options/Form/Text/index.vue.d.ts +18 -0
- package/dist/runtime/editor/features/options/Form/index.d.vue.ts +10 -0
- package/dist/runtime/editor/features/options/Form/index.vue +357 -0
- package/dist/runtime/editor/features/options/Form/index.vue.d.ts +10 -0
- package/dist/runtime/editor/features/options/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/options/index.vue +831 -0
- package/dist/runtime/editor/features/options/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/options/types.d.ts +21 -0
- package/dist/runtime/editor/features/options/types.js +0 -0
- package/dist/runtime/editor/features/ownership/Banner/index.d.vue.ts +10 -0
- package/dist/runtime/editor/features/ownership/Banner/index.vue +47 -0
- package/dist/runtime/editor/features/ownership/Banner/index.vue.d.ts +10 -0
- package/dist/runtime/editor/features/ownership/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/ownership/index.vue +44 -0
- package/dist/runtime/editor/features/ownership/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/ownership/types.d.ts +14 -0
- package/dist/runtime/editor/features/ownership/types.js +1 -0
- package/dist/runtime/editor/features/preview/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/preview/index.vue +41 -0
- package/dist/runtime/editor/features/preview/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/preview-grant/QrCode/index.d.vue.ts +6 -0
- package/dist/runtime/editor/features/preview-grant/QrCode/index.vue +38 -0
- package/dist/runtime/editor/features/preview-grant/QrCode/index.vue.d.ts +6 -0
- package/dist/runtime/editor/features/preview-grant/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/preview-grant/index.vue +78 -0
- package/dist/runtime/editor/features/preview-grant/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/preview-grant/types.d.ts +11 -0
- package/dist/runtime/editor/features/preview-grant/types.js +1 -0
- package/dist/runtime/editor/features/proxy-view/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/proxy-view/index.vue +43 -0
- package/dist/runtime/editor/features/proxy-view/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/publish/Dialog/Item.d.vue.ts +22 -0
- package/dist/runtime/editor/features/publish/Dialog/Item.vue +187 -0
- package/dist/runtime/editor/features/publish/Dialog/Item.vue.d.ts +22 -0
- package/dist/runtime/editor/features/publish/Dialog/PublishOption.d.vue.ts +21 -0
- package/dist/runtime/editor/features/publish/Dialog/PublishOption.vue +69 -0
- package/dist/runtime/editor/features/publish/Dialog/PublishOption.vue.d.ts +21 -0
- package/dist/runtime/editor/features/publish/Dialog/Summary.d.vue.ts +10 -0
- package/dist/runtime/editor/features/publish/Dialog/Summary.vue +94 -0
- package/dist/runtime/editor/features/publish/Dialog/Summary.vue.d.ts +10 -0
- package/dist/runtime/editor/features/publish/Dialog/Violations.d.vue.ts +12 -0
- package/dist/runtime/editor/features/publish/Dialog/Violations.vue +117 -0
- package/dist/runtime/editor/features/publish/Dialog/Violations.vue.d.ts +12 -0
- package/dist/runtime/editor/features/publish/Dialog/index.d.vue.ts +9 -0
- package/dist/runtime/editor/features/publish/Dialog/index.vue +627 -0
- package/dist/runtime/editor/features/publish/Dialog/index.vue.d.ts +9 -0
- package/dist/runtime/editor/features/publish/Dialog/types.d.ts +7 -0
- package/dist/runtime/editor/features/publish/Dialog/types.js +0 -0
- package/dist/runtime/editor/features/publish/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/publish/index.vue +134 -0
- package/dist/runtime/editor/features/publish/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/publish/types.d.ts +109 -0
- package/dist/runtime/editor/features/publish/types.js +0 -0
- package/dist/runtime/editor/features/referenced-entities/List/Item/index.d.vue.ts +4 -0
- package/dist/runtime/editor/features/referenced-entities/List/Item/index.vue +81 -0
- package/dist/runtime/editor/features/referenced-entities/List/Item/index.vue.d.ts +4 -0
- package/dist/runtime/editor/features/referenced-entities/List/index.d.vue.ts +11 -0
- package/dist/runtime/editor/features/referenced-entities/List/index.vue +78 -0
- package/dist/runtime/editor/features/referenced-entities/List/index.vue.d.ts +11 -0
- package/dist/runtime/editor/features/referenced-entities/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/referenced-entities/index.vue +41 -0
- package/dist/runtime/editor/features/referenced-entities/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/referenced-entities/types.d.ts +13 -0
- package/dist/runtime/editor/features/referenced-entities/types.js +0 -0
- package/dist/runtime/editor/features/responsive-preview/Frame/index.d.vue.ts +17 -0
- package/dist/runtime/editor/features/responsive-preview/Frame/index.vue +247 -0
- package/dist/runtime/editor/features/responsive-preview/Frame/index.vue.d.ts +17 -0
- package/dist/runtime/editor/features/responsive-preview/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/responsive-preview/index.vue +195 -0
- package/dist/runtime/editor/features/responsive-preview/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/revert/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/revert/index.vue +68 -0
- package/dist/runtime/editor/features/revert/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/revert/types.d.ts +9 -0
- package/dist/runtime/editor/features/revert/types.js +1 -0
- package/dist/runtime/editor/features/search/Overlay/Results/Content/index.d.vue.ts +18 -0
- package/dist/runtime/editor/features/search/Overlay/Results/Content/index.vue +163 -0
- package/dist/runtime/editor/features/search/Overlay/Results/Content/index.vue.d.ts +18 -0
- package/dist/runtime/editor/features/search/Overlay/Results/Page/index.d.vue.ts +19 -0
- package/dist/runtime/editor/features/search/Overlay/Results/Page/index.vue +170 -0
- package/dist/runtime/editor/features/search/Overlay/Results/Page/index.vue.d.ts +19 -0
- package/dist/runtime/editor/features/search/Overlay/index.d.vue.ts +14 -0
- package/dist/runtime/editor/features/search/Overlay/index.vue +186 -0
- package/dist/runtime/editor/features/search/Overlay/index.vue.d.ts +14 -0
- package/dist/runtime/editor/features/search/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/search/index.vue +579 -0
- package/dist/runtime/editor/features/search/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/search/types.d.ts +88 -0
- package/dist/runtime/editor/features/search/types.js +0 -0
- package/dist/runtime/editor/features/selection/AddButtons/Renderer/fragment.glsl +108 -0
- package/dist/runtime/editor/features/selection/AddButtons/Renderer/index.d.vue.ts +39 -0
- package/dist/runtime/editor/features/selection/AddButtons/Renderer/index.vue +651 -0
- package/dist/runtime/editor/features/selection/AddButtons/Renderer/index.vue.d.ts +39 -0
- package/dist/runtime/editor/features/selection/AddButtons/Renderer/vertex.glsl +119 -0
- package/dist/runtime/editor/features/selection/AddButtons/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/selection/AddButtons/index.vue +494 -0
- package/dist/runtime/editor/features/selection/AddButtons/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/selection/Renderer/fragment.glsl +147 -0
- package/dist/runtime/editor/features/selection/Renderer/index.d.vue.ts +10 -0
- package/dist/runtime/editor/features/selection/Renderer/index.vue +298 -0
- package/dist/runtime/editor/features/selection/Renderer/index.vue.d.ts +10 -0
- package/dist/runtime/editor/features/selection/Renderer/vertex.glsl +111 -0
- package/dist/runtime/editor/features/selection/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/selection/index.vue +355 -0
- package/dist/runtime/editor/features/selection/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/selection/types.d.ts +22 -0
- package/dist/runtime/editor/features/selection/types.js +0 -0
- package/dist/runtime/editor/features/settings/Dialog/FeatureSetting/index.d.vue.ts +10 -0
- package/dist/runtime/editor/features/settings/Dialog/FeatureSetting/index.vue +149 -0
- package/dist/runtime/editor/features/settings/Dialog/FeatureSetting/index.vue.d.ts +10 -0
- package/dist/runtime/editor/features/settings/Dialog/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/settings/Dialog/index.vue +142 -0
- package/dist/runtime/editor/features/settings/Dialog/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/settings/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/settings/index.vue +88 -0
- package/dist/runtime/editor/features/settings/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/structure/List/Field/index.d.vue.ts +16 -0
- package/dist/runtime/editor/features/structure/List/Field/index.vue +145 -0
- package/dist/runtime/editor/features/structure/List/Field/index.vue.d.ts +16 -0
- package/dist/runtime/editor/features/structure/List/Item/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/structure/List/Item/index.vue +133 -0
- package/dist/runtime/editor/features/structure/List/Item/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/structure/List/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/structure/List/index.vue +46 -0
- package/dist/runtime/editor/features/structure/List/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/structure/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/structure/index.vue +258 -0
- package/dist/runtime/editor/features/structure/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/structure/types.d.ts +11 -0
- package/dist/runtime/editor/features/structure/types.js +0 -0
- package/dist/runtime/editor/features/swap/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/swap/index.vue +57 -0
- package/dist/runtime/editor/features/swap/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/swap/types.d.ts +9 -0
- package/dist/runtime/editor/features/swap/types.js +1 -0
- package/dist/runtime/editor/features/templates/DialogBrowseTemplates/Item/index.d.vue.ts +11 -0
- package/dist/runtime/editor/features/templates/DialogBrowseTemplates/Item/index.vue +20 -0
- package/dist/runtime/editor/features/templates/DialogBrowseTemplates/Item/index.vue.d.ts +11 -0
- package/dist/runtime/editor/features/templates/DialogBrowseTemplates/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/templates/DialogBrowseTemplates/index.vue +122 -0
- package/dist/runtime/editor/features/templates/DialogBrowseTemplates/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/templates/DialogCreateTemplate/index.d.vue.ts +12 -0
- package/dist/runtime/editor/features/templates/DialogCreateTemplate/index.vue +116 -0
- package/dist/runtime/editor/features/templates/DialogCreateTemplate/index.vue.d.ts +12 -0
- package/dist/runtime/editor/features/templates/DialogManageTemplates/Item.d.vue.ts +8 -0
- package/dist/runtime/editor/features/templates/DialogManageTemplates/Item.vue +152 -0
- package/dist/runtime/editor/features/templates/DialogManageTemplates/Item.vue.d.ts +8 -0
- package/dist/runtime/editor/features/templates/DialogManageTemplates/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/templates/DialogManageTemplates/index.vue +117 -0
- package/dist/runtime/editor/features/templates/DialogManageTemplates/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/templates/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/templates/index.vue +176 -0
- package/dist/runtime/editor/features/templates/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/templates/types.d.ts +66 -0
- package/dist/runtime/editor/features/templates/types.js +0 -0
- package/dist/runtime/editor/features/theme/Color/index.d.vue.ts +8 -0
- package/dist/runtime/editor/features/theme/Color/index.vue +64 -0
- package/dist/runtime/editor/features/theme/Color/index.vue.d.ts +8 -0
- package/dist/runtime/editor/features/theme/GeneratedCode/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/theme/GeneratedCode/index.vue +21 -0
- package/dist/runtime/editor/features/theme/GeneratedCode/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/theme/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/theme/index.vue +186 -0
- package/dist/runtime/editor/features/theme/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/touch-action-bar/Bar/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/touch-action-bar/Bar/index.vue +44 -0
- package/dist/runtime/editor/features/touch-action-bar/Bar/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/touch-action-bar/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/touch-action-bar/index.vue +40 -0
- package/dist/runtime/editor/features/touch-action-bar/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/tour/Overlay/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/tour/Overlay/index.vue +389 -0
- package/dist/runtime/editor/features/tour/Overlay/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/tour/docs.md +0 -0
- package/dist/runtime/editor/features/tour/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/tour/index.vue +58 -0
- package/dist/runtime/editor/features/tour/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/tour/types.d.ts +6 -0
- package/dist/runtime/editor/features/tour/types.js +0 -0
- package/dist/runtime/editor/features/transform/Dialog/index.d.vue.ts +14 -0
- package/dist/runtime/editor/features/transform/Dialog/index.vue +348 -0
- package/dist/runtime/editor/features/transform/Dialog/index.vue.d.ts +14 -0
- package/dist/runtime/editor/features/transform/docs.md +67 -0
- package/dist/runtime/editor/features/transform/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/transform/index.vue +250 -0
- package/dist/runtime/editor/features/transform/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/transform/types.d.ts +107 -0
- package/dist/runtime/editor/features/transform/types.js +0 -0
- package/dist/runtime/editor/features/translations/AutoTranslate/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/translations/AutoTranslate/index.vue +138 -0
- package/dist/runtime/editor/features/translations/AutoTranslate/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/translations/Banner/index.d.vue.ts +20 -0
- package/dist/runtime/editor/features/translations/Banner/index.vue +184 -0
- package/dist/runtime/editor/features/translations/Banner/index.vue.d.ts +20 -0
- package/dist/runtime/editor/features/translations/CsvDialog/Export/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/translations/CsvDialog/Export/index.vue +284 -0
- package/dist/runtime/editor/features/translations/CsvDialog/Export/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/translations/CsvDialog/Import/index.d.vue.ts +10 -0
- package/dist/runtime/editor/features/translations/CsvDialog/Import/index.vue +401 -0
- package/dist/runtime/editor/features/translations/CsvDialog/Import/index.vue.d.ts +10 -0
- package/dist/runtime/editor/features/translations/CsvDialog/csv.d.ts +22 -0
- package/dist/runtime/editor/features/translations/CsvDialog/csv.js +50 -0
- package/dist/runtime/editor/features/translations/CsvDialog/index.d.vue.ts +10 -0
- package/dist/runtime/editor/features/translations/CsvDialog/index.vue +36 -0
- package/dist/runtime/editor/features/translations/CsvDialog/index.vue.d.ts +10 -0
- package/dist/runtime/editor/features/translations/CsvDialog/po.d.ts +7 -0
- package/dist/runtime/editor/features/translations/CsvDialog/po.js +36 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/Dropdown/index.d.vue.ts +13 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/Dropdown/index.vue +49 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/Dropdown/index.vue.d.ts +13 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/InlineButtons/index.d.vue.ts +12 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/InlineButtons/index.vue +48 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/InlineButtons/index.vue.d.ts +12 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/index.vue +64 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/types.d.ts +8 -0
- package/dist/runtime/editor/features/translations/LanguageSwitcher/types.js +0 -0
- package/dist/runtime/editor/features/translations/SelectionTable/index.d.vue.ts +24 -0
- package/dist/runtime/editor/features/translations/SelectionTable/index.vue +66 -0
- package/dist/runtime/editor/features/translations/SelectionTable/index.vue.d.ts +24 -0
- package/dist/runtime/editor/features/translations/TranslateDialog/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/translations/TranslateDialog/index.vue +316 -0
- package/dist/runtime/editor/features/translations/TranslateDialog/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/translations/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/translations/index.vue +278 -0
- package/dist/runtime/editor/features/translations/index.vue.d.ts +3 -0
- package/dist/runtime/editor/features/translations/types.d.ts +63 -0
- package/dist/runtime/editor/features/translations/types.js +0 -0
- package/dist/runtime/editor/features/workspace/Overlay/Item.d.vue.ts +3 -0
- package/dist/runtime/editor/features/workspace/Overlay/Item.vue +41 -0
- package/dist/runtime/editor/features/workspace/Overlay/Item.vue.d.ts +3 -0
- package/dist/runtime/editor/features/workspace/Overlay/index.d.vue.ts +7 -0
- package/dist/runtime/editor/features/workspace/Overlay/index.vue +91 -0
- package/dist/runtime/editor/features/workspace/Overlay/index.vue.d.ts +7 -0
- package/dist/runtime/editor/features/workspace/index.d.vue.ts +3 -0
- package/dist/runtime/editor/features/workspace/index.vue +50 -0
- package/dist/runtime/editor/features/workspace/index.vue.d.ts +3 -0
- package/dist/runtime/editor/helpers/array/index.d.ts +1 -0
- package/dist/runtime/editor/helpers/array/index.js +4 -0
- package/dist/runtime/editor/helpers/bundles/index.d.ts +1 -0
- package/dist/runtime/editor/helpers/bundles/index.js +8 -0
- package/dist/runtime/editor/helpers/clipboardData/index.d.ts +11 -0
- package/dist/runtime/editor/helpers/clipboardData/index.js +157 -0
- package/dist/runtime/editor/helpers/color/index.d.ts +13 -0
- package/dist/runtime/editor/helpers/color/index.js +62 -0
- package/dist/runtime/editor/helpers/date/index.d.ts +1 -0
- package/dist/runtime/editor/helpers/date/index.js +3 -0
- package/dist/runtime/editor/helpers/diff/index.d.ts +110 -0
- package/dist/runtime/editor/helpers/diff/index.js +492 -0
- package/dist/runtime/editor/helpers/dom/index.d.ts +75 -0
- package/dist/runtime/editor/helpers/dom/index.js +107 -0
- package/dist/runtime/editor/helpers/dragStyle/index.d.ts +12 -0
- package/dist/runtime/editor/helpers/dragStyle/index.js +93 -0
- package/dist/runtime/editor/helpers/draggable/index.d.ts +3 -0
- package/dist/runtime/editor/helpers/draggable/index.js +9 -0
- package/dist/runtime/editor/helpers/dropTargets/index.d.ts +6 -0
- package/dist/runtime/editor/helpers/dropTargets/index.js +68 -0
- package/dist/runtime/editor/helpers/easing/index.d.ts +3 -0
- package/dist/runtime/editor/helpers/easing/index.js +16 -0
- package/dist/runtime/editor/helpers/edit-components/index.d.ts +2 -0
- package/dist/runtime/editor/helpers/edit-components/index.js +10 -0
- package/dist/runtime/editor/helpers/geometry/index.d.ts +43 -0
- package/dist/runtime/editor/helpers/geometry/index.js +191 -0
- package/dist/runtime/editor/helpers/injections.d.ts +11 -0
- package/dist/runtime/editor/helpers/injections.js +1 -0
- package/dist/runtime/editor/helpers/math/index.d.ts +3 -0
- package/dist/runtime/editor/helpers/math/index.js +10 -0
- package/dist/runtime/editor/helpers/options/index.d.ts +20 -0
- package/dist/runtime/editor/helpers/options/index.js +71 -0
- package/dist/runtime/editor/helpers/string/index.d.ts +8 -0
- package/dist/runtime/editor/helpers/string/index.js +7 -0
- package/dist/runtime/editor/helpers/swap.d.ts +13 -0
- package/dist/runtime/editor/helpers/swap.js +31 -0
- package/dist/runtime/editor/helpers/uuid/index.d.ts +1 -0
- package/dist/runtime/editor/helpers/uuid/index.js +18 -0
- package/dist/runtime/editor/helpers/vue/index.d.ts +1 -0
- package/dist/runtime/editor/helpers/vue/index.js +10 -0
- package/dist/runtime/editor/helpers/webgl/index.d.ts +50 -0
- package/dist/runtime/editor/helpers/webgl/index.js +346 -0
- package/dist/runtime/editor/icons/svg/arrow-right-thin.svg +3 -0
- package/dist/runtime/editor/icons/svg/artboard.svg +1 -0
- package/dist/runtime/editor/icons/svg/dock-window.svg +1 -0
- package/dist/runtime/editor/icons/svg/duplicate.svg +1 -0
- package/dist/runtime/editor/icons/svg/ghost.svg +1 -0
- package/dist/runtime/editor/icons/svg/loader.svg +1 -0
- package/dist/runtime/editor/icons/svg/logo.svg +5 -0
- package/dist/runtime/editor/icons/svg/reusable-detach.svg +7 -0
- package/dist/runtime/editor/icons/svg/reusable.svg +1 -0
- package/dist/runtime/editor/icons/svg/robot.svg +1 -0
- package/dist/runtime/editor/icons/svg/spinner.svg +15 -0
- package/dist/runtime/editor/icons/svg/star.svg +1 -0
- package/dist/runtime/editor/icons/svg/stars.svg +5 -0
- package/dist/runtime/editor/icons/svg/tiktok.svg +1 -0
- package/dist/runtime/editor/icons/svg/unstar.svg +1 -0
- package/dist/runtime/editor/icons/svg/vimeo.svg +3 -0
- package/dist/runtime/editor/icons/svg/window-maximize.svg +1 -0
- package/dist/runtime/editor/icons/svg/window-minimize.svg +1 -0
- package/dist/runtime/editor/icons/svg/youtube.svg +3 -0
- package/dist/runtime/editor/libraries/fzf.d.ts +3 -0
- package/dist/runtime/editor/libraries/fzf.js +7 -0
- package/dist/runtime/editor/libraries/twgl.d.ts +10 -0
- package/dist/runtime/editor/libraries/twgl.js +14 -0
- package/dist/runtime/editor/plugins/BlockIndicator/index.d.vue.ts +65 -0
- package/dist/runtime/editor/plugins/BlockIndicator/index.vue +65 -0
- package/dist/runtime/editor/plugins/BlockIndicator/index.vue.d.ts +65 -0
- package/dist/runtime/editor/plugins/ContextMenu/Menu/index.d.vue.ts +13 -0
- package/dist/runtime/editor/plugins/ContextMenu/Menu/index.vue +58 -0
- package/dist/runtime/editor/plugins/ContextMenu/Menu/index.vue.d.ts +13 -0
- package/dist/runtime/editor/plugins/ContextMenu/index.d.vue.ts +36 -0
- package/dist/runtime/editor/plugins/ContextMenu/index.vue +43 -0
- package/dist/runtime/editor/plugins/ContextMenu/index.vue.d.ts +36 -0
- package/dist/runtime/editor/plugins/DebugOverlay/index.d.vue.ts +23 -0
- package/dist/runtime/editor/plugins/DebugOverlay/index.vue +28 -0
- package/dist/runtime/editor/plugins/DebugOverlay/index.vue.d.ts +23 -0
- package/dist/runtime/editor/plugins/ItemAction/index.d.vue.ts +111 -0
- package/dist/runtime/editor/plugins/ItemAction/index.vue +130 -0
- package/dist/runtime/editor/plugins/ItemAction/index.vue.d.ts +111 -0
- package/dist/runtime/editor/plugins/Sidebar/Detached/index.d.vue.ts +47 -0
- package/dist/runtime/editor/plugins/Sidebar/Detached/index.vue +303 -0
- package/dist/runtime/editor/plugins/Sidebar/Detached/index.vue.d.ts +47 -0
- package/dist/runtime/editor/plugins/Sidebar/index.d.vue.ts +243 -0
- package/dist/runtime/editor/plugins/Sidebar/index.vue +748 -0
- package/dist/runtime/editor/plugins/Sidebar/index.vue.d.ts +243 -0
- package/dist/runtime/editor/plugins/ToolbarButton/index.d.vue.ts +100 -0
- package/dist/runtime/editor/plugins/ToolbarButton/index.vue +201 -0
- package/dist/runtime/editor/plugins/ToolbarButton/index.vue.d.ts +100 -0
- package/dist/runtime/editor/plugins/TourItem/index.d.vue.ts +41 -0
- package/dist/runtime/editor/plugins/TourItem/index.vue +50 -0
- package/dist/runtime/editor/plugins/TourItem/index.vue.d.ts +41 -0
- package/dist/runtime/editor/plugins/index.d.ts +8 -0
- package/dist/runtime/editor/plugins/index.js +16 -0
- package/dist/runtime/editor/providers/adapters.d.ts +33 -0
- package/dist/runtime/editor/providers/adapters.js +88 -0
- package/dist/runtime/editor/providers/analyze.d.ts +44 -0
- package/dist/runtime/editor/providers/analyze.js +84 -0
- package/dist/runtime/editor/providers/animation.d.ts +203 -0
- package/dist/runtime/editor/providers/animation.js +529 -0
- package/dist/runtime/editor/providers/blocks.d.ts +32 -0
- package/dist/runtime/editor/providers/blocks.js +114 -0
- package/dist/runtime/editor/providers/broadcast.d.ts +15 -0
- package/dist/runtime/editor/providers/broadcast.js +26 -0
- package/dist/runtime/editor/providers/cache.d.ts +23 -0
- package/dist/runtime/editor/providers/cache.js +29 -0
- package/dist/runtime/editor/providers/commands.d.ts +41 -0
- package/dist/runtime/editor/providers/commands.js +16 -0
- package/dist/runtime/editor/providers/config.d.ts +10 -0
- package/dist/runtime/editor/providers/config.js +49 -0
- package/dist/runtime/editor/providers/debug.d.ts +126 -0
- package/dist/runtime/editor/providers/debug.js +132 -0
- package/dist/runtime/editor/providers/definition.d.ts +99 -0
- package/dist/runtime/editor/providers/definition.js +134 -0
- package/dist/runtime/editor/providers/directive.d.ts +160 -0
- package/dist/runtime/editor/providers/directive.js +284 -0
- package/dist/runtime/editor/providers/dom.d.ts +240 -0
- package/dist/runtime/editor/providers/dom.js +540 -0
- package/dist/runtime/editor/providers/dragdrop.d.ts +55 -0
- package/dist/runtime/editor/providers/dragdrop.js +37 -0
- package/dist/runtime/editor/providers/element.d.ts +63 -0
- package/dist/runtime/editor/providers/element.js +35 -0
- package/dist/runtime/editor/providers/features.d.ts +57 -0
- package/dist/runtime/editor/providers/features.js +53 -0
- package/dist/runtime/editor/providers/fieldValue.d.ts +82 -0
- package/dist/runtime/editor/providers/fieldValue.js +150 -0
- package/dist/runtime/editor/providers/fields.d.ts +41 -0
- package/dist/runtime/editor/providers/fields.js +99 -0
- package/dist/runtime/editor/providers/icons.d.ts +6 -0
- package/dist/runtime/editor/providers/icons.js +16 -0
- package/dist/runtime/editor/providers/indicators.d.ts +44 -0
- package/dist/runtime/editor/providers/indicators.js +23 -0
- package/dist/runtime/editor/providers/keyboard.d.ts +77 -0
- package/dist/runtime/editor/providers/keyboard.js +104 -0
- package/dist/runtime/editor/providers/permissions.d.ts +27 -0
- package/dist/runtime/editor/providers/permissions.js +105 -0
- package/dist/runtime/editor/providers/plugin.d.ts +108 -0
- package/dist/runtime/editor/providers/plugin.js +82 -0
- package/dist/runtime/editor/providers/readability.d.ts +47 -0
- package/dist/runtime/editor/providers/readability.js +110 -0
- package/dist/runtime/editor/providers/selection.d.ts +89 -0
- package/dist/runtime/editor/providers/selection.js +168 -0
- package/dist/runtime/editor/providers/state.d.ts +262 -0
- package/dist/runtime/editor/providers/state.js +420 -0
- package/dist/runtime/editor/providers/storage.d.ts +64 -0
- package/dist/runtime/editor/providers/storage.js +133 -0
- package/dist/runtime/editor/providers/texts.d.ts +9 -0
- package/dist/runtime/editor/providers/texts.js +53 -0
- package/dist/runtime/editor/providers/theme.d.ts +119 -0
- package/dist/runtime/editor/providers/theme.js +140 -0
- package/dist/runtime/editor/providers/tour.d.ts +49 -0
- package/dist/runtime/editor/providers/tour.js +19 -0
- package/dist/runtime/editor/providers/types.d.ts +181 -0
- package/dist/runtime/editor/providers/types.js +170 -0
- package/dist/runtime/editor/providers/ui.d.ts +471 -0
- package/dist/runtime/editor/providers/ui.js +506 -0
- package/dist/runtime/editor/providers/user.d.ts +20 -0
- package/dist/runtime/editor/providers/user.js +14 -0
- package/dist/runtime/editor/providers/workspaces.d.ts +93 -0
- package/dist/runtime/editor/providers/workspaces.js +76 -0
- package/dist/runtime/editor/translations/de.json +961 -0
- package/dist/runtime/editor/translations/fr.json +168 -0
- package/dist/runtime/editor/translations/gsw_CH.json +961 -0
- package/dist/runtime/editor/translations/it.json +168 -0
- package/dist/runtime/editor/types/actions.d.ts +19 -0
- package/dist/runtime/editor/types/actions.js +0 -0
- package/dist/runtime/editor/types/app.d.ts +80 -0
- package/dist/runtime/editor/types/app.js +0 -0
- package/dist/runtime/editor/types/clipboard.d.ts +53 -0
- package/dist/runtime/editor/types/clipboard.js +23 -0
- package/dist/runtime/editor/types/definitions.d.ts +33 -0
- package/dist/runtime/editor/types/definitions.js +0 -0
- package/dist/runtime/editor/types/draggable.d.ts +10 -0
- package/dist/runtime/editor/types/draggable.js +0 -0
- package/dist/runtime/editor/types/features.d.ts +11 -0
- package/dist/runtime/editor/types/features.js +0 -0
- package/dist/runtime/editor/types/field.d.ts +60 -0
- package/dist/runtime/editor/types/field.js +0 -0
- package/dist/runtime/editor/types/geometry.d.ts +9 -0
- package/dist/runtime/editor/types/geometry.js +0 -0
- package/dist/runtime/editor/types/index.d.ts +1 -0
- package/dist/runtime/editor/types/index.js +0 -0
- package/dist/runtime/editor/types/permissions.d.ts +18 -0
- package/dist/runtime/editor/types/permissions.js +0 -0
- package/dist/runtime/editor/types/pluginConfig.d.ts +48 -0
- package/dist/runtime/editor/types/pluginConfig.js +0 -0
- package/dist/runtime/editor/types/selection.d.ts +6 -0
- package/dist/runtime/editor/types/selection.js +0 -0
- package/dist/runtime/editor/types/state.d.ts +93 -0
- package/dist/runtime/editor/types/state.js +0 -0
- package/dist/runtime/editor/types/style.d.ts +29 -0
- package/dist/runtime/editor/types/style.js +0 -0
- package/dist/runtime/editor/types/ui.d.ts +47 -0
- package/dist/runtime/editor/types/ui.js +0 -0
- package/dist/runtime/editor/types/user.d.ts +9 -0
- package/dist/runtime/editor/types/user.js +0 -0
- package/dist/runtime/helpers/colors.d.ts +39 -0
- package/dist/runtime/helpers/colors.js +28 -0
- package/dist/runtime/helpers/imports/index.d.ts +9 -0
- package/dist/runtime/helpers/imports/index.js +62 -0
- package/dist/runtime/helpers/index.d.ts +9 -0
- package/dist/runtime/helpers/index.js +9 -0
- package/dist/runtime/helpers/injections.d.ts +142 -0
- package/dist/runtime/helpers/injections.js +78 -0
- package/dist/runtime/helpers/runtimeHelpers/index.d.ts +48 -0
- package/dist/runtime/helpers/runtimeHelpers/index.js +209 -0
- package/dist/runtime/helpers/tw.d.ts +15 -0
- package/dist/runtime/helpers/tw.js +3 -0
- package/dist/runtime/plugins/blokkliDirectives.d.ts +2 -0
- package/dist/runtime/plugins/blokkliDirectives.js +109 -0
- package/dist/runtime/public/_blokkli-assets/Inter.var.woff2 +0 -0
- package/dist/runtime/public/_blokkli-assets/check.svg +6 -0
- package/dist/runtime/public/_blokkli-assets/loader.svg +1 -0
- package/dist/runtime/types/blockOptions.d.ts +4 -0
- package/dist/runtime/types/blockOptions.js +0 -0
- package/dist/runtime/types/colors.d.ts +11 -0
- package/dist/runtime/types/colors.js +0 -0
- package/dist/runtime/types/definitions.d.ts +138 -0
- package/dist/runtime/types/definitions.js +0 -0
- package/dist/runtime/types/directives.d.ts +1 -0
- package/dist/runtime/types/directives.js +0 -0
- package/dist/runtime/types/field.d.ts +27 -0
- package/dist/runtime/types/field.js +0 -0
- package/dist/runtime/types/index.d.ts +15 -0
- package/dist/runtime/types/index.js +1 -0
- package/dist/runtime/types/provider.d.ts +7 -0
- package/dist/runtime/types/provider.js +0 -0
- package/dist/runtime/types/vue.d.ts +1 -0
- package/dist/runtime/types/vue.js +0 -0
- package/dist/shared/editor.6D5vApr0.mjs +30 -0
- package/dist/shared/editor.D28NbXr3.d.mts +664 -0
- package/dist/shared/editor.Gu7mgJ5Q.mjs +320 -0
- package/dist/types.d.mts +9 -0
- package/package.json +298 -0
|
@@ -0,0 +1,961 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": "Aktione",
|
|
3
|
+
"actionsDropdownToolip": "Witeri Aktione",
|
|
4
|
+
"actionsMoveBlock": "Block verschiebe",
|
|
5
|
+
"actionsMoveBlocks": "@count Blöck verschiebe",
|
|
6
|
+
"actionsSelectParent": "Übergeordnete (@label) uswähle",
|
|
7
|
+
"addBlockCommand.appendInField": "«@block» in «@field» drzuefüege",
|
|
8
|
+
"addBlockCommand.appendRoot": "«@block» drzuefüege",
|
|
9
|
+
"addBlockCommand.insertInField": "«@block» in «@field» drzuefüege",
|
|
10
|
+
"addButtonAfterBundle": "Noch däm drzuefüege...",
|
|
11
|
+
"addButtonBeforeBundle": "Vorhär drzuefüege...",
|
|
12
|
+
"addButtonBundleAfter": "«@bundle» noch däm drzuefüege",
|
|
13
|
+
"addButtonBundleBefore": "«@bundle» vorhär drzuefüege",
|
|
14
|
+
"addButtonBundleInsideField": "«@bundle» in @parentBundle » @fieldLabel drzuefüege",
|
|
15
|
+
"addButtonBundleToField": "«@bundle» in @fieldLabel drzuefüege",
|
|
16
|
+
"addButtonInsideField": "In @parentBundle » @fieldLabel drzuefüege...",
|
|
17
|
+
"addButtonToField": "In @fieldLabel drzuefüege...",
|
|
18
|
+
"addComment": "Kommentar hinzufügen",
|
|
19
|
+
"addCommentToItemDescription": "Fügt einen neuen Kommentar für die ausgewählten Blöcke hinzu.",
|
|
20
|
+
"addFiles": "Dateien hinzufügen",
|
|
21
|
+
"addListItemFavoriteAdd": "Zu de Favorite drzuefüege",
|
|
22
|
+
"addListItemFavoriteRemove": "Us de Favorite entfärne",
|
|
23
|
+
"addListSidebarTitle": "Block drzuefüege",
|
|
24
|
+
"addListTourText": "<p>Do gsehsch d'Lischt vo allne verfüegbare Blöck wo chönne drzuegfüegt wärde. Zieh s'Symbol in d'Sitte zum e Block drzuefüege.</p><p>Wenn e Block usgwählt isch, sin gwüssi Blöck uusggruet. Das zeigt aa, welchi Blöck in oder noch däm usgwählte Block chönne platziert wärde.</p>",
|
|
25
|
+
"addToLibrary": "Zur Bibliothek hinzufügen",
|
|
26
|
+
"addTranslation": "Übersetzung hinzufügen",
|
|
27
|
+
"advanced": "Erweitert",
|
|
28
|
+
"after": "Nachher",
|
|
29
|
+
"agentConversations": "Agenten-Konversationen",
|
|
30
|
+
"agentConversationsBackendMissing": "Dieses Backend unterstützt die Administrationsansicht der Konversationen nicht.",
|
|
31
|
+
"agentConversationsDeleteConfirm": "Diese Konversation löschen? Diese Aktion kann nicht rückgängig gemacht werden.",
|
|
32
|
+
"agentConversationsDetailError": "Konversation konnte nicht geladen werden.",
|
|
33
|
+
"agentConversationsDetailMissing": "Konversation konnte nicht gefunden werden.",
|
|
34
|
+
"agentConversationsDetailUnparseable": "Die Konversationsdaten sind ungültig.",
|
|
35
|
+
"agentConversationsListEmpty": "Noch keine Agenten-Konversationen vorhanden.",
|
|
36
|
+
"agentConversationsListError": "Konversationen konnten nicht geladen werden.",
|
|
37
|
+
"agentConversationsMenuDescription": "Alle Agenten-Konversationen anzeigen und verwalten.",
|
|
38
|
+
"agentConversationsSelectPrompt": "Wählen Sie eine Konversation aus der Liste, um sie anzuzeigen.",
|
|
39
|
+
"agentConversationsTabConversations": "Konversationen",
|
|
40
|
+
"agentConversationsTabRatings": "Bewertungen",
|
|
41
|
+
"agentConversationsUntitled": "Ohne Titel",
|
|
42
|
+
"agentPromptReadabilityPrompt": "D'Läsbarkäitsproblem sin scho analysiert und d'Korrektur isch aagwändet worde. Rüef käi witere Tools uf. Bestätig nur churz, dass du fertig bisch.",
|
|
43
|
+
"agentPromptReadabilityUserPrompt": "Verbessere d'Läsbarkäit vo de usgwählte Blöck.",
|
|
44
|
+
"agentRatingsBackendMissing": "Dieses Backend stellt die Bewertungsliste nicht zur Verfügung.",
|
|
45
|
+
"agentRatingsEmpty": "Noch keine Bewertungen vorhanden.",
|
|
46
|
+
"agentRatingsListError": "Bewertungen konnten nicht geladen werden.",
|
|
47
|
+
"agentRatingsNoComment": "Kein Kommentar",
|
|
48
|
+
"agentRatingsSelectPrompt": "Wählen Sie eine Bewertung, um die zugehörige Konversation anzuzeigen.",
|
|
49
|
+
"agentSidebarTooltipLabel": "@name (KI-Assischtänt)",
|
|
50
|
+
"aiAgentAddBlockDone": "@bundle drzuegfüegt",
|
|
51
|
+
"aiAgentAddBlocksDone": "@count Blöck drzuegfüegt",
|
|
52
|
+
"aiAgentAddBlocksRunning": "Blöck wärde drzuegfüegt...",
|
|
53
|
+
"aiAgentAddContentSearchBlockDone": "@bundle mit Inhalts-ID @id drzuegfüegt",
|
|
54
|
+
"aiAgentAddContentSearchBlockRunning": "Inhaltsblock würd drzuegfüegt...",
|
|
55
|
+
"aiAgentAddFragmentDone": "Fragmänt «@label» drzuegfüegt",
|
|
56
|
+
"aiAgentAddFragmentRunning": "Fragmänt würd drzuegfüegt...",
|
|
57
|
+
"aiAgentAddLibraryItemDone": "Wiederverwändbare Block drzuegfüegt",
|
|
58
|
+
"aiAgentAddLibraryItemRunning": "Wiederverwändbare Block würd drzuegfüegt...",
|
|
59
|
+
"aiAgentAddMediaBlockDone": "@bundle mit Medie-ID @id drzuegfüegt",
|
|
60
|
+
"aiAgentAddMediaBlockRunning": "Medieblock würd drzuegfüegt...",
|
|
61
|
+
"aiAgentAddTemplateDone": "Vorlag drzuegfüegt",
|
|
62
|
+
"aiAgentAddTemplateRunning": "Vorlag würd drzuegfüegt...",
|
|
63
|
+
"aiAgentAlwaysApprove": "Immer",
|
|
64
|
+
"aiAgentAnalyzeContentDone": "@count Ergebnis analysiert",
|
|
65
|
+
"aiAgentAnalyzeContentRunning": "Inhalt würd analysiert...",
|
|
66
|
+
"aiAgentApprovalAccept": "Akzeptiere",
|
|
67
|
+
"aiAgentApprovalAccepted": "Akzeptiert",
|
|
68
|
+
"aiAgentApprovalHint": "Überprüef d'Änderige und akzeptier oder lehn si einzeln ab. Tab/Pfiiltaste: navigiere, Leertaste/Enter: akzeptiere/abläne.",
|
|
69
|
+
"aiAgentApprovalNextChange": "Nächschti Änderig",
|
|
70
|
+
"aiAgentApprovalPrevChange": "Vorherigi Änderig",
|
|
71
|
+
"aiAgentApprovalRejected": "Abglähnt",
|
|
72
|
+
"aiAgentApprovalToggle": "Bestätigung umschalte",
|
|
73
|
+
"aiAgentApprove": "Bestätige",
|
|
74
|
+
"aiAgentApprovePlan": "Plan akzeptiere",
|
|
75
|
+
"aiAgentAskQuestionOther": "Käis vo dene",
|
|
76
|
+
"aiAgentAskQuestionOtherPlaceholder": "Schriib dini Antwort...",
|
|
77
|
+
"aiAgentAskQuestionRunning": "Wartet uf Antwort...",
|
|
78
|
+
"aiAgentAutoTranslateAllApplied": "Alle @count Übersetzungen angewendet",
|
|
79
|
+
"aiAgentAutoTranslateAllRejected": "Alle Übersetzungen abgelehnt",
|
|
80
|
+
"aiAgentAutoTranslateFailed": "Übersetzungsanfrage fehlgeschlagen",
|
|
81
|
+
"aiAgentAutoTranslateNoFields": "Keine Textfelder zum Übersetzen",
|
|
82
|
+
"aiAgentAutoTranslateNoSource": "Keine Quellsprache verfügbar",
|
|
83
|
+
"aiAgentAutoTranslateRunning": "Automatisch übersetzen",
|
|
84
|
+
"aiAgentAutoTranslateSomeApplied": "@applied von @total Übersetzungen angewendet",
|
|
85
|
+
"aiAgentAwaitingApproval": "Wartet uf dini Bestätigung...",
|
|
86
|
+
"aiAgentBatchRewriteAllApplied": "Alli @count Änderige aagwändet",
|
|
87
|
+
"aiAgentBatchRewriteAllRejected": "Alli Änderige abglähnt",
|
|
88
|
+
"aiAgentBatchRewriteApply": "@count vo @total aawände",
|
|
89
|
+
"aiAgentBatchRewriteNoChanges": "Kei Änderige feststellt",
|
|
90
|
+
"aiAgentBatchRewriteReasonPlaceholder": "Grund für d'Ablähnig (optional)",
|
|
91
|
+
"aiAgentBatchRewriteSomeApplied": "@applied vo @total Änderige aagwändet",
|
|
92
|
+
"aiAgentBatchRewriteTextRunning": "Mehreri Teggscht wärde umgschriibe...",
|
|
93
|
+
"aiAgentBlockNotFound": "Block nid gfunde",
|
|
94
|
+
"aiAgentCancelled": "Abbroche",
|
|
95
|
+
"aiAgentCheckReadabilityDone": "Läsbarkäit vo @count Teggscht überprüeft",
|
|
96
|
+
"aiAgentCompletePlanStep": "Abgschlosse: @label",
|
|
97
|
+
"aiAgentConfirm": "Bestätige",
|
|
98
|
+
"aiAgentConnecting": "Verbinde...",
|
|
99
|
+
"aiAgentCreateAdvancedChartDone": "Erweitertes Diagramm hinzugefügt",
|
|
100
|
+
"aiAgentCreateAdvancedChartRunning": "Erweitertes Diagramm wird erstellt",
|
|
101
|
+
"aiAgentCreateChartDone": "Diagramm drzuegfüegt",
|
|
102
|
+
"aiAgentCreateChartRunning": "Diagramm würd erstellt...",
|
|
103
|
+
"aiAgentCreatePlan": "Plan: @label",
|
|
104
|
+
"aiAgentDelegateRewriteAllRejected": "Alle Änderungen abgelehnt",
|
|
105
|
+
"aiAgentDelegateRewriteCancelled": "Umschriibe abbroche",
|
|
106
|
+
"aiAgentDelegateRewriteNoChanges": "Käi Änderige erkannt",
|
|
107
|
+
"aiAgentDelegateRewriteRetrying": "@count Fälder wärde nämol probiert (Versuech @attempt)...",
|
|
108
|
+
"aiAgentDelegateRewriteRunning": "Teggscht wärde umgschriibe...",
|
|
109
|
+
"aiAgentDelegateRewriteStreaming": "@count Fälder wärde umgschriibe...",
|
|
110
|
+
"aiAgentDeleteBlockDone": "@bundle glöscht",
|
|
111
|
+
"aiAgentDeleteBlocksDone": "@count Blöck glöscht",
|
|
112
|
+
"aiAgentDeleteBlocksRunning": "Blöck wärde glöscht...",
|
|
113
|
+
"aiAgentDetachLibraryBlockDone": "Bibliotheksblock losglöst",
|
|
114
|
+
"aiAgentDetachLibraryBlockRunning": "Bibliotheksblock würd losglöst...",
|
|
115
|
+
"aiAgentDetachLibraryBlocksDone": "@count Bibliotheksblöck losglöst",
|
|
116
|
+
"aiAgentDisconnected": "Verbindig verlore. Würd nöi verbunde...",
|
|
117
|
+
"aiAgentDropFiles": "Dateie ablege zum Aahänge",
|
|
118
|
+
"aiAgentDuplicateBlockDone": "@bundle dupliziert",
|
|
119
|
+
"aiAgentDuplicateBlockToFieldDone": "@bundle in @field dupliziert",
|
|
120
|
+
"aiAgentDuplicateBlocksDone": "@count Blöck dupliziert",
|
|
121
|
+
"aiAgentDuplicateBlocksRunning": "Blöck wärde dupliziert...",
|
|
122
|
+
"aiAgentDuplicateBlocksToFieldDone": "@count Blöck in @field dupliziert",
|
|
123
|
+
"aiAgentErrorAuthentication": "API-Authentifizierig fählgschlage. Bitte überprüef din API-Schlüssel.",
|
|
124
|
+
"aiAgentErrorBadRequest": "D'Aafrog a de KI-Dienst isch ungültig gsi.",
|
|
125
|
+
"aiAgentErrorConnection": "Chönnt nid zum KI-Dienst verbinde. Bitte überprüef dini Netzwerkverbindig.",
|
|
126
|
+
"aiAgentErrorNotFound": "S'konfigurierte KI-Modell isch nid gfunde worde. Bitte überprüef d'Konfiguration.",
|
|
127
|
+
"aiAgentErrorOverloaded": "Dr KI-Dienst isch momentan überlastet. Bitte probier's in ere Minute nämol.",
|
|
128
|
+
"aiAgentErrorRateLimit": "Aafrog-Limit überschritte. Bitte wart en Momänt bevor du's nämol probiersch.",
|
|
129
|
+
"aiAgentErrorUnauthorized": "Authentifizierig fählgschlage. Bitte lad d'Sitte nöi und probier's nämol.",
|
|
130
|
+
"aiAgentErrorUnknown": "En unerwartete Fähler isch ufträtte.",
|
|
131
|
+
"aiAgentExpandButton": "Meh aazeige",
|
|
132
|
+
"aiAgentFeedbackBad": "Schlecht",
|
|
133
|
+
"aiAgentFeedbackFine": "Okay",
|
|
134
|
+
"aiAgentFeedbackGood": "Gut",
|
|
135
|
+
"aiAgentFeedbackPlaceholder": "Erzählen Sie uns mehr (optional)",
|
|
136
|
+
"aiAgentFeedbackPrompt": "Wie war diese Antwort?",
|
|
137
|
+
"aiAgentFeedbackSubmit": "Absenden",
|
|
138
|
+
"aiAgentFeedbackThanks": "Danke für Ihr Feedback!",
|
|
139
|
+
"aiAgentFindBlocksDone": "@count Blöck gfunde",
|
|
140
|
+
"aiAgentFindBlocksRunning": "Blöck wärde gsuecht...",
|
|
141
|
+
"aiAgentGetAdvancedChartConfigDone": "Konfiguration des erweiterten Diagramms abgerufen",
|
|
142
|
+
"aiAgentGetAdvancedChartConfigRunning": "Konfiguration des erweiterten Diagramms wird abgerufen",
|
|
143
|
+
"aiAgentGetAllFragments": "Alli Fragmänt hole",
|
|
144
|
+
"aiAgentGetAllFragmentsDone": "Alli Fragmänt gholt",
|
|
145
|
+
"aiAgentGetAllPageContentDone": "Inhalt vo @count Blöck gholt",
|
|
146
|
+
"aiAgentGetAllPageContentRunning": "Gsamte Sitteinhalt würd gholt...",
|
|
147
|
+
"aiAgentGetBlockContextDone": "Kontäxt vo @bundle gholt",
|
|
148
|
+
"aiAgentGetBlockContextRunning": "Block-Kontäxt würd gholt...",
|
|
149
|
+
"aiAgentGetBlockOptionsDone": "Optione vo @bundle gholt",
|
|
150
|
+
"aiAgentGetBlockOptionsMultipleDone": "Optione vo @count Blöck gholt",
|
|
151
|
+
"aiAgentGetBlockOptionsRunning": "Block-Optione wärde gholt...",
|
|
152
|
+
"aiAgentGetBlocksInViewportDone": "@count Blöck im sichtbare Bereich gfunde",
|
|
153
|
+
"aiAgentGetBlocksInViewportRunning": "Blöck im sichtbare Bereich wärde gholt...",
|
|
154
|
+
"aiAgentGetBundleInfoDone": "Typ-Info für @field gholt",
|
|
155
|
+
"aiAgentGetBundleInfoRunning": "Typ-Info würd gholt...",
|
|
156
|
+
"aiAgentGetChartDataDone": "Diagramm-Date gholt",
|
|
157
|
+
"aiAgentGetChartDataRunning": "Diagramm-Date wärde gholt...",
|
|
158
|
+
"aiAgentGetChartTypeOptionsRunning": "Diagramm-Optione wärde gholt...",
|
|
159
|
+
"aiAgentGetChildBlocks": "Underblöck hole",
|
|
160
|
+
"aiAgentGetChildBlocksDone": "Underblöck vo @bundle gholt",
|
|
161
|
+
"aiAgentGetChildBlocksNone": "@bundle het käi Underfälder",
|
|
162
|
+
"aiAgentGetContentFieldsDone": "Inhaltsfälder vo @bundle Block gholt",
|
|
163
|
+
"aiAgentGetContentFieldsMultipleDone": "Inhaltsfälder vo @count Blöck gholt",
|
|
164
|
+
"aiAgentGetContentFieldsRunning": "Inhaltsfälder wärde gholt...",
|
|
165
|
+
"aiAgentGetEntityContentFieldsDone": "Inhaltsfälder vo de Sitteentität gholt",
|
|
166
|
+
"aiAgentGetMutationHistoryDone": "Änderigsverlauf gholt",
|
|
167
|
+
"aiAgentGetMutationHistoryRunning": "Änderigsverlauf würd gholt...",
|
|
168
|
+
"aiAgentGetPageStructureDone": "Sittestruktur gholt (@count Blöck)",
|
|
169
|
+
"aiAgentGetPageStructureRunning": "Sittestruktur würd gholt...",
|
|
170
|
+
"aiAgentGetPageTextDone": "Sittetext gläse",
|
|
171
|
+
"aiAgentGetPageTextRunning": "Sittetext würd gläse...",
|
|
172
|
+
"aiAgentGetReferencedEntitiesDone": "@count verwandti Inhalt glade",
|
|
173
|
+
"aiAgentGetReferencedEntitiesRunning": "Verwandti Inhalt wärde glade...",
|
|
174
|
+
"aiAgentGetSelectedBlocksDone": "@count Block/Blöck usgwählt",
|
|
175
|
+
"aiAgentGetSelectedBlocksNone": "Käi Blöck usgwählt",
|
|
176
|
+
"aiAgentGetSelectedBlocksRunning": "Usgwählti Blöck wärde gholt...",
|
|
177
|
+
"aiAgentGoToHistoryIndexRunning": "Im Verlauf würd navigiert...",
|
|
178
|
+
"aiAgentIntroPopup": "Bruchsch Hilf bim Bearbeite? @name isch din KI-Assischtänt — er cha Blöck drzuefüege, verschiebe und aktualisiere und no viel meh. Probier's us!",
|
|
179
|
+
"aiAgentIntroPopupCta": "Los goh",
|
|
180
|
+
"aiAgentLoadSkill": "Skill «@label» würd bruucht",
|
|
181
|
+
"aiAgentLoadTools": "@count Tools glade",
|
|
182
|
+
"aiAgentMoveBlockDone": "@bundle verschobe",
|
|
183
|
+
"aiAgentMoveBlocksDone": "@count Blöck verschobe",
|
|
184
|
+
"aiAgentMoveBlocksRunning": "Blöck wärde verschobe...",
|
|
185
|
+
"aiAgentNewConversation": "Nöii Konversation starte",
|
|
186
|
+
"aiAgentNoConversations": "Käi vergangeni Konversatione.",
|
|
187
|
+
"aiAgentPastConversations": "Vergangeni Konversatione",
|
|
188
|
+
"aiAgentPastedText": "Iigfüegter Teggscht",
|
|
189
|
+
"aiAgentPlaceholder": "Woran sölle mer schaffe?",
|
|
190
|
+
"aiAgentPlanCompleted": "Plan abgschlosse: @label",
|
|
191
|
+
"aiAgentPopupTitle": "KI-Assischtänt",
|
|
192
|
+
"aiAgentProcessing": "Würd verarbeitet...",
|
|
193
|
+
"aiAgentRearrangeBlocksDone": "@count Blöck nöi aagordnet",
|
|
194
|
+
"aiAgentRearrangeBlocksRunning": "Blöck wärde nöi aagordnet...",
|
|
195
|
+
"aiAgentRedoDone": "@count Änderige widerholt",
|
|
196
|
+
"aiAgentReject": "Abläne",
|
|
197
|
+
"aiAgentRemoveAttachment": "Aahang entferne",
|
|
198
|
+
"aiAgentReplaceContentSearchItemDone": "Inhaltsreferänz uf @field ersetzt",
|
|
199
|
+
"aiAgentReplaceContentSearchItemRunning": "Inhaltsreferänz würd ersetzt...",
|
|
200
|
+
"aiAgentReplaceMediaDone": "Medie uf @field ersetzt",
|
|
201
|
+
"aiAgentReplaceMediaRunning": "Medie würd ersetzt...",
|
|
202
|
+
"aiAgentRetry": "Nämol probiere",
|
|
203
|
+
"aiAgentSearchContentRunning": "Inhalt würd gsuecht...",
|
|
204
|
+
"aiAgentSearchLibraryDone": "Bibliothek duregsuecht",
|
|
205
|
+
"aiAgentSearchLibraryRunning": "Wiederverwändbari Blöck wärde gsuecht...",
|
|
206
|
+
"aiAgentSearchMediaAllDone": "Alli Medie duregsuecht",
|
|
207
|
+
"aiAgentSearchMediaDone": "Medie für «@query» duregsuecht",
|
|
208
|
+
"aiAgentSearchMediaRunning": "Medie wärde gsuecht...",
|
|
209
|
+
"aiAgentSearchTemplatesAllDone": "Alli Vorlage duregsuecht",
|
|
210
|
+
"aiAgentSearchTemplatesDone": "Vorlage für «@query» duregsuecht",
|
|
211
|
+
"aiAgentSearchTemplatesRunning": "Vorlage wärde gsuecht...",
|
|
212
|
+
"aiAgentSearchTextDone": "@count Blöck für «@query» gfunde",
|
|
213
|
+
"aiAgentSearchTextError": "Ungültigs Regex-Muschter",
|
|
214
|
+
"aiAgentSearchTextRunning": "Teggscht würd gsuecht...",
|
|
215
|
+
"aiAgentSelectMediaRunning": "Medie würd usgwählt...",
|
|
216
|
+
"aiAgentSetBlockOptionsRunning": "Block-Optione wärde gsetzt...",
|
|
217
|
+
"aiAgentShowTranscript": "Transkript aazeige...",
|
|
218
|
+
"aiAgentSwapBlocksDone": "@bundleA und @bundleB tuscht",
|
|
219
|
+
"aiAgentSwapBlocksRunning": "Blöck wärde tuscht...",
|
|
220
|
+
"aiAgentThinking": "Am Überlegge...",
|
|
221
|
+
"aiAgentTokensCached": "Wiederverwändeti Iigabe-Tokens (günstiger)",
|
|
222
|
+
"aiAgentTokensCachedLabel": "Cache",
|
|
223
|
+
"aiAgentTokensCost": "Gschätzti Chöste für die Konversation",
|
|
224
|
+
"aiAgentTokensCostLabel": "Chöste",
|
|
225
|
+
"aiAgentTokensInput": "Tokens wo als Kontäxt a d'KI gschickt wärde",
|
|
226
|
+
"aiAgentTokensInputLabel": "Iigabe",
|
|
227
|
+
"aiAgentTokensOutput": "Vo de KI generierti Tokens i de Antworte",
|
|
228
|
+
"aiAgentTokensOutputLabel": "Usgabe",
|
|
229
|
+
"aiAgentTourText": "Mitem KI-Assischtänt chatte zum Sitteinhalt z'bearbeite.",
|
|
230
|
+
"aiAgentUndoDone": "@count Änderige rückgängig gmacht",
|
|
231
|
+
"aiAgentUnknownMessage": "Unbekannte Nachrichtetyp",
|
|
232
|
+
"aiAgentUpdateAdvancedChartDone": "Erweitertes Diagramm aktualisiert",
|
|
233
|
+
"aiAgentUpdateAdvancedChartRunning": "Erweitertes Diagramm wird aktualisiert",
|
|
234
|
+
"aiAgentUpdateChartDone": "Diagramm aktualisiert",
|
|
235
|
+
"aiAgentUpdateChartRunning": "Diagramm würd aktualisiert...",
|
|
236
|
+
"aiAgentUpdateOptionsOnBlockDone": "@count Option(e) uf em Block aktualisiert",
|
|
237
|
+
"aiAgentUpdateOptionsOnBlocksDone": "@count Option(e) uf @blockCount Blöck aktualisiert",
|
|
238
|
+
"aiAgentViewAttachment": "Aahang aazeige",
|
|
239
|
+
"aiAgentWebFetchDone": "«@title» abgruefe",
|
|
240
|
+
"aiAgentWebFetchRunning": "Websitte würd abgruefe...",
|
|
241
|
+
"aiAgentWelcomeDisclaimer": "@agent cha Fähler mache! Überprüef immer s'Ergebnis. <strong>Gib käi sensibli Date ii.</strong>",
|
|
242
|
+
"all": "Alli",
|
|
243
|
+
"allowedBlocks": "Erlaubti Blöck",
|
|
244
|
+
"analyzeAltTextLabel": "Bild Alt-Teggscht",
|
|
245
|
+
"analyzeAltTextMissing": "Bilder ohni Alt-Teggscht",
|
|
246
|
+
"analyzeAltTextMissingDescription": "Bilder hän käi Alt-Teggscht. Alt-Teggscht sin wichtig für d'Barrierefreiheit und SEO.",
|
|
247
|
+
"analyzeAltTextMissingNode": "Bild ohni Alt-Teggscht",
|
|
248
|
+
"analyzeAltTextValid": "Bilder mit Alt-Teggscht",
|
|
249
|
+
"analyzeAltTextValidDescription": "Bilder hän e Alt-Teggscht.",
|
|
250
|
+
"analyzeButtonLabel": "Sitte analysiere",
|
|
251
|
+
"analyzeCategoryAccessibility": "Barrierefreiheit",
|
|
252
|
+
"analyzeCategoryContent": "Inhalt",
|
|
253
|
+
"analyzeCategorySeo": "SEO",
|
|
254
|
+
"analyzeCategoryText": "Teggscht",
|
|
255
|
+
"analyzeClickButton": "Klick uf de Button obe zum d'Analys uuszfüehre.",
|
|
256
|
+
"analyzeHeadingHasH2": "H2-Überschrifte vorhande",
|
|
257
|
+
"analyzeHeadingHasH2Description": "D'Sitte het H2-Überschrifte für e klari Inhaltsstruktur.",
|
|
258
|
+
"analyzeHeadingMultipleH1": "Mehreri H1-Überschrifte",
|
|
259
|
+
"analyzeHeadingMultipleH1Description": "D'Sitte het mehreri H1-Überschrifte. Es sött nur eini H1-Überschrift pro Sitte gäh.",
|
|
260
|
+
"analyzeHeadingNoH2": "Fählendi H2-Überschrifte",
|
|
261
|
+
"analyzeHeadingNoH2Description": "D'Sitte het käi H2-Überschrifte. E klari Überschriftestruktur isch wichtig für SEO und Barrierefreiheit.",
|
|
262
|
+
"analyzeHeadingNoH2Found": "Käi H2-Überschrifte gfunde",
|
|
263
|
+
"analyzeHeadingNoSkippedLevels": "Käi übersprungeni Überschrifte-Ebene",
|
|
264
|
+
"analyzeHeadingNoSkippedLevelsDescription": "D'Überschrifte-Hierarchie überspringt käi Ebene.",
|
|
265
|
+
"analyzeHeadingSingleH1": "Einzelni H1-Überschrift",
|
|
266
|
+
"analyzeHeadingSingleH1Description": "D'Sitte het genau eini H1-Überschrift.",
|
|
267
|
+
"analyzeHeadingSkippedLevels": "Überschrifte-Ebene übersprunge",
|
|
268
|
+
"analyzeHeadingSkippedLevelsDescription": "Überschrifte überspringe e Ebeni. D'Überschrifte-Hierarchie sött käi Ebene überspringe (z.B. nid vo H2 uf H4 springe).",
|
|
269
|
+
"analyzeHeadingStructureLabel": "Überschrifte-Struktur",
|
|
270
|
+
"analyzeIgnore": "Ignorieren",
|
|
271
|
+
"analyzeIgnoredResults": "Ignoriert",
|
|
272
|
+
"analyzeKeepVisible": "Ergebnis sichtbar bhalte",
|
|
273
|
+
"analyzeKeepVisibleDescription": "Wenn aktiviert, bliibe d'Analyseergebnis uf dr Sitte hervorghobe, au wenn s'Analyse-Panel zuegmacht isch.",
|
|
274
|
+
"analyzeLastRun": "Zletscht usgfüehrt: @time",
|
|
275
|
+
"analyzeMoreLink": "Meh",
|
|
276
|
+
"analyzeNotAvailableInStructureView": "Analys isch in de Strukturaasicht nid verfüegbar.",
|
|
277
|
+
"analyzeResultsOutdated": "D'Ergebnis sin veraltet. Klick uf de Button zum Aktualisiere.",
|
|
278
|
+
"analyzeShowDetails": "Details anzeigen",
|
|
279
|
+
"analyzeSidebarTitle": "Analysiere",
|
|
280
|
+
"analyzeStatusInapplicable": "Nid zuetreffe",
|
|
281
|
+
"analyzeStatusIncomplete": "Unvollständig",
|
|
282
|
+
"analyzeStatusPass": "I Ornig",
|
|
283
|
+
"analyzeStatusStale": "Veraltet",
|
|
284
|
+
"analyzeStatusViolation": "Verstoss",
|
|
285
|
+
"analyzeTourText": "Dr Inhalt vo dinere Sitte analysiere",
|
|
286
|
+
"analyzeUnignore": "Wiederherstellen",
|
|
287
|
+
"analyzerReadabiliyCouldBeSimpler": "Chönnt eifacher si (@lang).",
|
|
288
|
+
"analyzerReadabiliyDescription": "Vermiid Teggscht wo schwär z'läse sin.",
|
|
289
|
+
"analyzerReadabiliyHardToRead": "Schwär z'läse (@lang).",
|
|
290
|
+
"analyzerReadabiliyOkDescription": "Teggscht, wo eifacher z'läse chönnt si.",
|
|
291
|
+
"analyzerReadabiliyOkTitle": "Teggscht chönnt eifacher si",
|
|
292
|
+
"analyzerReadabiliyShorterSentences": "Bruch chürzeri Sätz und eifacheri Formulierige.",
|
|
293
|
+
"analyzerReadabiliyTitle": "Läsbarkeitsproblem im Teggscht",
|
|
294
|
+
"analyzerValidationsDescription": "Validierungsfehler für den aktuellen Stand der Seite.",
|
|
295
|
+
"analyzerValidationsLabel": "Validierungen",
|
|
296
|
+
"analyzerValidationsPassDescription": "Keine Validierungsfehler für den aktuellen Stand der Seite.",
|
|
297
|
+
"arrowLeft": "Pfeil links",
|
|
298
|
+
"arrowRight": "Pfeil rechts",
|
|
299
|
+
"artboard": "Zeichenflächi",
|
|
300
|
+
"artboardOverviewTourText": "Zeigt e Übersicht über dini Inhält aa.",
|
|
301
|
+
"artboardResetZoom": "Zoom zruggsetze",
|
|
302
|
+
"artboardScaleToFit": "A d'Höchi aapasse",
|
|
303
|
+
"artboardScrollDown": "abescrolle",
|
|
304
|
+
"artboardScrollOnePageDown": "E Sitte abescrolle",
|
|
305
|
+
"artboardScrollOnePageUp": "E Sitte ufescrolle",
|
|
306
|
+
"artboardScrollToEnd": "Zum Schluss scrolle",
|
|
307
|
+
"artboardScrollToTop": "Zum Aafang scrolle",
|
|
308
|
+
"artboardScrollUp": "ufescrolle",
|
|
309
|
+
"artboardToolbarButtonTourText": "Zeigt dr aktuäll Zoom-Faktor aa. Klick druf zum dr Zoom uf 100% zruggzsetze.",
|
|
310
|
+
"auto": "Automatisch",
|
|
311
|
+
"availableBlocks": "Verfüegbari Blöck",
|
|
312
|
+
"availableFragments": "Verfüegbari Fragmänt",
|
|
313
|
+
"blockAddListTourText": "Mach e Rächtsklick uf e Block zum nen zu dine Favorite drzuefüege oder z'entfärne. Favorite sin hervorhebt und wärde immer oobe in dr Lischt aazeigt.",
|
|
314
|
+
"blockAddListTourTitle": "Lieblingsblöck",
|
|
315
|
+
"blockNotImplemented": "Fählendi Komponänte für Block-Typ <strong>@bundle</strong>.",
|
|
316
|
+
"blockOption_bkHiddenGlobally_description": "De Block immer verstecke.",
|
|
317
|
+
"blockOption_bkHiddenGlobally_label": "Global verstecke",
|
|
318
|
+
"blockOption_bkVisibleLanguages_description": "Nur uf bestimmte Sproche aazeige.",
|
|
319
|
+
"blockOption_bkVisibleLanguages_label": "Sichtbari Sproche",
|
|
320
|
+
"blockSchedulerDialogLead": "Automatischi Veröffentlichigs- und Depublikationsdate für d'usgwählte Blöck plane.",
|
|
321
|
+
"blockSchedulerDialogPublishOn": "Veröffentliche am",
|
|
322
|
+
"blockSchedulerDialogPublishOnHelp": "Wählen Sie ein Datum und eine Uhrzeit, ab der die ausgewählten Blöcke automatisch für Besucher sichtbar werden. Bis dahin bleiben sie unveröffentlicht.",
|
|
323
|
+
"blockSchedulerDialogSubmit": "Planung speichere",
|
|
324
|
+
"blockSchedulerDialogUnpublishOn": "Depubliziere am",
|
|
325
|
+
"blockSchedulerDialogUnpublishOnHelp": "Wählen Sie ein Datum und eine Uhrzeit, ab der die ausgewählten Blöcke automatisch ausgeblendet werden. Danach sind sie auf der Seite nicht mehr sichtbar.",
|
|
326
|
+
"blockSchedulerMixedDates": "Usgwählti Blöck hän verschiedeni Date: @dates",
|
|
327
|
+
"blockSchedulerOverride": "Datum für alli setze",
|
|
328
|
+
"blockSchedulerSuccessMessage": "Planungsdate erfolgriich aktualisiert.",
|
|
329
|
+
"blockTransferClipboardError": "Schreiben in die Zwischenablage fehlgeschlagen. Bitte überprüfen Sie die Berechtigungen Ihres Browsers.",
|
|
330
|
+
"blockTransferCount": "Anzahl",
|
|
331
|
+
"blockTransferDroppedFields": "Entfernte Felder",
|
|
332
|
+
"blockTransferDroppedFieldsHelp": "Diese Felder wurden verworfen, weil sie auf dem Ziel-Blocktyp nicht mehr vorhanden sind.",
|
|
333
|
+
"blockTransferEntityType": "Entitätstyp",
|
|
334
|
+
"blockTransferExport": "In die Zwischenablage exportieren",
|
|
335
|
+
"blockTransferExportDescription": "Kopiert die ausgewählten Blöcke in die Zwischenablage, damit Sie sie in einem anderen Feld, einer anderen Seite oder einem anderen blökkli-Editor einfügen können.",
|
|
336
|
+
"blockTransferExportError": "Die ausgewählten Blöcke konnten nicht exportiert werden.",
|
|
337
|
+
"blockTransferExportSuccess": "Blöcke wurden in die Zwischenablage exportiert.",
|
|
338
|
+
"blockTransferFieldName": "Feld",
|
|
339
|
+
"blockTransferImportError": "Die Blöcke konnten nicht importiert werden.",
|
|
340
|
+
"blockTransferImportUnsupported": "Der Import exportierter Blöcke wird von diesem Editor nicht unterstützt.",
|
|
341
|
+
"blockTransferLabel": "Bezeichnung",
|
|
342
|
+
"blockTransferPasteNoTarget": "Es gibt keinen Ort, an den die importierten Inhalte eingefügt werden können.",
|
|
343
|
+
"blockTransferReason": "Grund",
|
|
344
|
+
"blockTransferReferencesByLabel": "Referenzen anhand der Bezeichnung zugeordnet — bitte prüfen",
|
|
345
|
+
"blockTransferReferencesByLabelHelp": "Diese Referenzen konnten nicht anhand der ID zugeordnet werden und wurden stattdessen über die Bezeichnung aufgelöst. Bitte prüfen Sie, ob sie auf die richtige Entität verweisen.",
|
|
346
|
+
"blockTransferReferencesByUuid": "@count Referenzen exakt aufgelöst.",
|
|
347
|
+
"blockTransferReferencesUnresolved": "Nicht aufgelöste Referenzen",
|
|
348
|
+
"blockTransferReferencesUnresolvedHelp": "Diese Referenzen konnten auf der Zielseite nicht aufgelöst werden und blieben leer.",
|
|
349
|
+
"blockTransferSkippedBundles": "Übersprungene Blocktypen",
|
|
350
|
+
"blockTransferSkippedBundlesHelp": "Diese Blocktypen wurden nicht importiert, weil sie auf der Zielseite nicht existieren oder Sie keine Berechtigung haben, sie zu verwenden.",
|
|
351
|
+
"blockTransferSummaryTitle": "Import-Zusammenfassung",
|
|
352
|
+
"blockTransferTargetId": "Ziel-ID",
|
|
353
|
+
"blockquote": "Zitat",
|
|
354
|
+
"blocksCount": "@count Blöcke",
|
|
355
|
+
"blocksImported": "@count Blöcke importiert.",
|
|
356
|
+
"bold": "Fett",
|
|
357
|
+
"bulletedList": "Ufzellig",
|
|
358
|
+
"bundle": "Typ",
|
|
359
|
+
"bundleSelectorFragmentsLabel": "Fragmänt",
|
|
360
|
+
"cancel": "Abbrechen",
|
|
361
|
+
"cancelSelection": "Uswahl abbräche",
|
|
362
|
+
"categories": "Kategorien",
|
|
363
|
+
"category": "Kategorie",
|
|
364
|
+
"changelogMenuDescription": "Aktuelli Änderige und nöii Funktione aazeige",
|
|
365
|
+
"changes": "Änderungen",
|
|
366
|
+
"chartsAddColumn": "Spalte drzuefüege",
|
|
367
|
+
"chartsAddFootnote": "Fuessnote drzuefüege",
|
|
368
|
+
"chartsAddRow": "Ziile drzuefüege",
|
|
369
|
+
"chartsAdvancedConfigHelp": "Füeget Sie es ECharts-Optionsobjäkt y. Schlüssel ohni Aaführigszeichä, eifachi Aaführigszeichä und Kommas am Schluss sind erloubt. Funktione (z.B. eigeni Formatter) wärdet nid unterstützt.",
|
|
370
|
+
"chartsAdvancedConfigTitle": "ECharts-Konfiguration",
|
|
371
|
+
"chartsAdvancedNoTranslations": "Erwiteret Diagramm händ kei übersetzbari Täxt — d'ECharts-Konfiguration wird unveränderet gspycheret.",
|
|
372
|
+
"chartsAdvancedOpenExamples": "Beispiele öffnen",
|
|
373
|
+
"chartsAdvancedParseError": "Fähler bim Lese",
|
|
374
|
+
"chartsAdvancedParseErrorNotObject": "D'Konfiguration mues es Objäkt sy.",
|
|
375
|
+
"chartsAgePyramidSplitIndex": "Startindex rächti Site",
|
|
376
|
+
"chartsAgePyramidSplitIndexDescription": "Index vo de erste Datereihe, wo rächts dargstellt wird. Datereihe vor dem Index chömed lings.",
|
|
377
|
+
"chartsAutoUpdate": "Automatisch aktualisiere",
|
|
378
|
+
"chartsBarHorizontal": "Horizontal",
|
|
379
|
+
"chartsBarStacked": "Gstaplet",
|
|
380
|
+
"chartsBorderRadius": "Eckeradius",
|
|
381
|
+
"chartsBorderRadiusLarge": "Gross",
|
|
382
|
+
"chartsBorderRadiusNone": "Käi",
|
|
383
|
+
"chartsBorderRadiusSmall": "Chli",
|
|
384
|
+
"chartsCategoryFilter": "Filterbari Kategorie-Achse",
|
|
385
|
+
"chartsCategoryFilterLabel": "Filter-Bezeichnig",
|
|
386
|
+
"chartsCsvAddFilter": "Filter zuefüege",
|
|
387
|
+
"chartsCsvCategoryColumn": "Kategorie-Spalte",
|
|
388
|
+
"chartsCsvCategoryColumnDescription": "D'verschiedene Wärt vo derre Spalte wärde zu de Kategorie vom Diagramm.",
|
|
389
|
+
"chartsCsvEmptyOutput": "Kei Date nach em Filter — Filterauswahl apasse.",
|
|
390
|
+
"chartsCsvFilterColumn": "Spalte",
|
|
391
|
+
"chartsCsvFilterRemove": "Filter entferne",
|
|
392
|
+
"chartsCsvFilterSave": "Filter speichere",
|
|
393
|
+
"chartsCsvFilterValues": "Erlaubti Wärt",
|
|
394
|
+
"chartsCsvFilters": "Filter",
|
|
395
|
+
"chartsCsvGroupBy": "Datereihe gruppiere nach",
|
|
396
|
+
"chartsCsvGroupByAdd": "Spalte für Gruppierig zuefüege",
|
|
397
|
+
"chartsCsvGroupByAddConfirm": "Zuefüege",
|
|
398
|
+
"chartsCsvGroupByDescription": "Jedi eigeti Kombi vo dene Spaltewärt git e eigeti Datereihe.",
|
|
399
|
+
"chartsCsvGroupByRemove": "Gruppierig-Spalte entferne",
|
|
400
|
+
"chartsCsvInvalidFile": "D'CSV-Datei het nid gnueg Date für e Import.",
|
|
401
|
+
"chartsCsvLayout": "Aaornig",
|
|
402
|
+
"chartsCsvMoreRows": "+ @count witeri Zeile",
|
|
403
|
+
"chartsCsvNoCategories": "Kei Kategorie erzügt — Kategorie-Spalte und Filter prüefe.",
|
|
404
|
+
"chartsCsvNoValues": "Wähle Sie mindestens ei Wärt-Spalte zum Importiere.",
|
|
405
|
+
"chartsCsvOutputPreview": "Vorschau Resultat",
|
|
406
|
+
"chartsCsvPreviewLead": "Passe Sie bi Bedarf d'Spaltezuetailig aa. D'Vorschau unde zeigt genau, was importiert wird.",
|
|
407
|
+
"chartsCsvPreviewTitle": "CSV-Import aaluege",
|
|
408
|
+
"chartsCsvReverseRows": "Zeileriihefolg umchehre",
|
|
409
|
+
"chartsCsvSort": "Kategorie sortiere",
|
|
410
|
+
"chartsCsvSortAlphabetical": "Alfabetisch",
|
|
411
|
+
"chartsCsvSortFirstOccurrence": "Erschts Vorchoo",
|
|
412
|
+
"chartsCsvSortNumeric": "Numerisch",
|
|
413
|
+
"chartsCsvTranspose": "Transponiere (Zeile und Spalte tuusche)",
|
|
414
|
+
"chartsCsvTransposeDescription": "Aktiviere Sie die Option, wenn d'Kategorie in dr CSV-Datei in dr obersten Zeile statt in dr erste Spalte stönd.",
|
|
415
|
+
"chartsCsvValueColumns": "Wärt-Spalte",
|
|
416
|
+
"chartsCsvValueColumnsDescription": "Numerischi Spalte zum Importiere. Wähle Sie mehreri, damit jedi e eigeti Datereihe wird. Wähle Sie eini, damit d'Zeile über «Datereihe gruppiere nach» in Datereihene ufteilt wärde.",
|
|
417
|
+
"chartsDataLabels": "Datebeschriftige",
|
|
418
|
+
"chartsDataTabCustom": "Eigene Daten",
|
|
419
|
+
"chartsDataTabDynamic": "Dynamische Daten",
|
|
420
|
+
"chartsDataTableHidden": "Datentabelle ausgeblendet, weil der Datensatz zu gross ist, um Zelle für Zelle bearbeitet zu werden (@cells Zellen, max. @max). Importieren Sie eine kleinere CSV-Datei, um Werte inline zu bearbeiten.",
|
|
421
|
+
"chartsDateFormat": "Datumsformat",
|
|
422
|
+
"chartsDateFormatStyleNone": "Kei (Rohwärt bruche)",
|
|
423
|
+
"chartsDonutShowTotal": "Total aazeige",
|
|
424
|
+
"chartsDynamicCategoryColors": "Kategoriefarben",
|
|
425
|
+
"chartsDynamicHideSeries": "Datenreihe ausblenden",
|
|
426
|
+
"chartsDynamicNoCategories": "Keine Kategorien.",
|
|
427
|
+
"chartsDynamicNoSeries": "Keine Datenreihen.",
|
|
428
|
+
"chartsDynamicOverridesTooMany": "Zu viele Einträge zum Konfigurieren (@count, max. @max).",
|
|
429
|
+
"chartsDynamicPickSource": "Datenquelle auswählen",
|
|
430
|
+
"chartsDynamicPreviewEmpty": "Die Datenquelle hat keine Zeilen oder Datenreihen zurückgegeben.",
|
|
431
|
+
"chartsDynamicPreviewError": "Daten konnten nicht geladen werden:",
|
|
432
|
+
"chartsDynamicPreviewLoading": "Daten werden aus der Quelle geladen",
|
|
433
|
+
"chartsDynamicPreviewMissing": "Quelle nicht mehr verfügbar (war: @label).",
|
|
434
|
+
"chartsDynamicSearchPlaceholder": "Suchen",
|
|
435
|
+
"chartsDynamicShowSeries": "Datenreihe einblenden",
|
|
436
|
+
"chartsEditTitle": "Diagramm bearbeiten",
|
|
437
|
+
"chartsExportCsv": "CSV exportieren",
|
|
438
|
+
"chartsFootnotesHelp": "Fuessnote werded automatisch nummeriert. Sie chönd sie i de Kategorie- oder Datereihe-Beschriftige mit {1}, {2}, usw. referenziere.",
|
|
439
|
+
"chartsGridLines": "Raschterliniene",
|
|
440
|
+
"chartsImportCsv": "CSV importiere",
|
|
441
|
+
"chartsLegendPosition": "Legendeposition",
|
|
442
|
+
"chartsNumberFormat": "Zahlenformat",
|
|
443
|
+
"chartsNumberFormatDecimals": "Dezimalstellen",
|
|
444
|
+
"chartsNumberFormatLocale": "Sprachregion",
|
|
445
|
+
"chartsNumberFormatLocaleAuto": "Automatisch (Browser)",
|
|
446
|
+
"chartsNumberFormatNotation": "Notation",
|
|
447
|
+
"chartsNumberFormatNotationCompact": "Kompakt (1,2 Mio.)",
|
|
448
|
+
"chartsNumberFormatNotationStandard": "Standard",
|
|
449
|
+
"chartsOpacityLight": "Liecht",
|
|
450
|
+
"chartsOpacitySolid": "Deckend",
|
|
451
|
+
"chartsOpacityTransparent": "Transparent",
|
|
452
|
+
"chartsOptionGroupLabels": "Beschriftige",
|
|
453
|
+
"chartsOrphanOverridesIntro": "Diese Anpassungen verweisen auf Einträge, die in den aktuellen Daten nicht vorhanden sind:",
|
|
454
|
+
"chartsOrphanOverridesRemove": "Anpassung entfernen",
|
|
455
|
+
"chartsPositionBottom": "Unde",
|
|
456
|
+
"chartsPositionRight": "Rächts",
|
|
457
|
+
"chartsPositionTop": "Obe",
|
|
458
|
+
"chartsRadarFillOpacity": "Fülldeckchraft",
|
|
459
|
+
"chartsRefreshPreview": "Vorschau aktualisiere",
|
|
460
|
+
"chartsReverseRows": "Zeilen umkehren",
|
|
461
|
+
"chartsStrokeMedium": "Mittel",
|
|
462
|
+
"chartsStrokeThick": "Dick",
|
|
463
|
+
"chartsStrokeThin": "Dünn",
|
|
464
|
+
"chartsStrokeWidth": "Liniestärchi",
|
|
465
|
+
"chartsTranslationsSeries": "Datereihe",
|
|
466
|
+
"chartsTranslationsSource": "Quelle",
|
|
467
|
+
"chartsTranslationsTooMany": "Zu viele Einträge für Inline-Übersetzung (@count, max. @max).",
|
|
468
|
+
"chartsType": "Diagrammtyp",
|
|
469
|
+
"chartsTypeAdvancedDescription": "E ECharts-Konfiguration direkt yfüege. Volli Kontrolli, ohni strukturierti Datetabälle.",
|
|
470
|
+
"chartsTypeAgePyramid": "Alterspyramide",
|
|
471
|
+
"chartsTypeAgePyramidDescription": "Horizontali Balke Rugge a Rugge nach Kategorie. Datereihe vor em Uufteilig-Index chömed lings, die andere rächts. Mehreri Datereihe uf de gliiche Site werded gstapled.",
|
|
472
|
+
"chartsTypeArea": "Flächi",
|
|
473
|
+
"chartsTypeAreaDescription": "Zeigt Trends über d Ziit mit gfüllte Flächä, gueti Wahl, wenn me Volume oder kumulierti Wärt bedone wott.",
|
|
474
|
+
"chartsTypeBar": "Balke",
|
|
475
|
+
"chartsTypeBarDescription": "Verglicht Wärt zwüschet Kategorie mit rechteckige Balke, ideal für Rangfolge und direkti Verglich.",
|
|
476
|
+
"chartsTypeDonut": "Donut",
|
|
477
|
+
"chartsTypeDonutDescription": "Zeigt Aateili vomne Ganze als Ring, mit Platz i de Mitti für e Gsamtwärt oder e Zämmefassig.",
|
|
478
|
+
"chartsTypeHeatmap": "Heatmap",
|
|
479
|
+
"chartsTypeHeatmapDescription": "Visualisiert Wärt über zwo Dimensione mit Farbintensität, zum Muschter und Useriisser sichtbar mache.",
|
|
480
|
+
"chartsTypeLine": "Linie",
|
|
481
|
+
"chartsTypeLineDescription": "Verbindet Datepünkt mit Linie, zum Trends und Veränderige über en durchlaufende Beriich z'zeige.",
|
|
482
|
+
"chartsTypePickerSubmit": "Übernäh",
|
|
483
|
+
"chartsTypePickerTitle": "Diagrammtyp uswähle",
|
|
484
|
+
"chartsTypePie": "Chreis",
|
|
485
|
+
"chartsTypePieDescription": "Teilt en Chreis i Stücker uuf, zum proportionali Aateili vomne Ganze z'zeige.",
|
|
486
|
+
"chartsTypeRadar": "Radar",
|
|
487
|
+
"chartsTypeRadarDescription": "Zeichnet mehreri Variable uf radiale Achse, zum Stärchi und Schwächi über Kategorie verglychä.",
|
|
488
|
+
"chartsTypeRadialBar": "Radialdiagramm",
|
|
489
|
+
"chartsTypeRadialBarDescription": "Zeigt Fortschritt oder Prozänt als konzäntrischi, chreisförmigi Balke, gueti Wahl für KPIs und Zielverfolgig.",
|
|
490
|
+
"chartsXAxisRotation": "Beschriftigswinkel",
|
|
491
|
+
"chartsYAxisMin": "Y-Achse-Aafangswärt",
|
|
492
|
+
"checkingReadability": "Lesbarkeit wird geprüft",
|
|
493
|
+
"clearInput": "Iigab lösche",
|
|
494
|
+
"clipboardCopyShortcutHelp": "Usgwählti Blöck kopiere",
|
|
495
|
+
"clipboardNoCommonBundle": "Käi gmeinsame Blocktyp für die Dateie.",
|
|
496
|
+
"clipboardPasteDescription": "Blöck us dr Zwüscheablag iifüege",
|
|
497
|
+
"clipboardPasteError": "Iifüege het nid funktioniert:",
|
|
498
|
+
"clipboardPasteShortcutHelp": "Teggscht, Bild oder kopierti Blöck iifüege",
|
|
499
|
+
"clipboardUnsupportedFileType": "Dr Dateityp würd nid unterstützt.",
|
|
500
|
+
"close": "Zuemache",
|
|
501
|
+
"commandGroup.add": "Drzuefüege",
|
|
502
|
+
"commandGroup.misc": "Divärses",
|
|
503
|
+
"commandGroup.selection": "Uswahl",
|
|
504
|
+
"commandGroup.ui": "Oberflächi",
|
|
505
|
+
"commandPalette.inputPlaceholder": "Aktione durchsueche...",
|
|
506
|
+
"commandPaletteOpen": "Befehlspalette ufmache",
|
|
507
|
+
"commandPaletteTitle": "Befehlspalette",
|
|
508
|
+
"commandPaletteTourText": "Füehr Aktione eifach mit dinere Tastatuur uus, indem d'Befehlspalette ufmachsch. Di meischte Funktione wo mit Klicks verfüegbar sin, gits au in dr Befehlspalette.",
|
|
509
|
+
"commentAddPlaceholder": "Neuen Kommentar hinzufügen",
|
|
510
|
+
"commentBlocksCountOne": "1 Block",
|
|
511
|
+
"commentDeleteConfirmText": "Der Kommentar und alle Antworten werden unwiderruflich gelöscht. Diese Aktion kann nicht rückgängig gemacht werden.",
|
|
512
|
+
"commentDeleteConfirmTitle": "Kommentar löschen?",
|
|
513
|
+
"commentDeleteReplyConfirmText": "Die Antwort wird unwiderruflich gelöscht. Diese Aktion kann nicht rückgängig gemacht werden.",
|
|
514
|
+
"commentDeleteReplyConfirmTitle": "Antwort löschen?",
|
|
515
|
+
"commentEdited": "bearbeitet",
|
|
516
|
+
"commentResolvedLabel": "Erledigt",
|
|
517
|
+
"commentSave": "Kommentar speichere",
|
|
518
|
+
"comments": "Kommentär",
|
|
519
|
+
"commentsAllResolved": "Alli Kommentare sind erledigt. Aktivieren Sie «Erledigti aazeige», um sie iizblände.",
|
|
520
|
+
"commentsCountOne": "1 Kommentar",
|
|
521
|
+
"commentsCountOther": "@count Kommentär",
|
|
522
|
+
"commentsEmpty": "Noch kei Kommentare.",
|
|
523
|
+
"commentsMarkAsResolved": "Als erledigt markiere",
|
|
524
|
+
"commentsMarkAsUnresolved": "Als nöd erledigt markiere",
|
|
525
|
+
"commentsShowResolved": "Erledigti aazeige",
|
|
526
|
+
"commentsTourText": "Zeigt alli Kommentär für die aktuelli Sitte aa.",
|
|
527
|
+
"complexOptionsSaveError": "Die Daten konnten nicht gespeichert werden.",
|
|
528
|
+
"conversionsConvertTo": "Konvertiere zu: @bundle",
|
|
529
|
+
"copiedToClipboardMessage": "«@text» isch in dini Zwüscheablag kopiert worde",
|
|
530
|
+
"copy": "Kopiere",
|
|
531
|
+
"createTemplate": "Vorlage erstellen",
|
|
532
|
+
"created": "Erstellt",
|
|
533
|
+
"createdBy": "Erstellt vo",
|
|
534
|
+
"data": "Daten",
|
|
535
|
+
"dateUpdated": "Aktualisiert",
|
|
536
|
+
"delete": "Löschen",
|
|
537
|
+
"deleteConversation": "Konversation löschen",
|
|
538
|
+
"deleteError": "Dr Block het nid chönne glöscht wärde.",
|
|
539
|
+
"deleteNoPermission": "Lösche ufgrund fählender Berächtigung nid möglich.",
|
|
540
|
+
"deleted": "glöscht",
|
|
541
|
+
"description": "Beschreibung",
|
|
542
|
+
"diffBefore": "Vorhär",
|
|
543
|
+
"diffModeInline": "Inline",
|
|
544
|
+
"diffModeSideBySide": "Beidi",
|
|
545
|
+
"diffSidebarTourText": "Zeigt alli Änderige wo bim Bearbeite gmacht worde sin aa.",
|
|
546
|
+
"diffStatusAdded": "Drzuegfüegt",
|
|
547
|
+
"diffStatusDeleted": "Glöscht",
|
|
548
|
+
"diffStatusEdited": "Bearbeitet",
|
|
549
|
+
"diffStatusUnchanged": "Unveränderet",
|
|
550
|
+
"discard": "Verwerfen",
|
|
551
|
+
"display": "Darstellung",
|
|
552
|
+
"downloadCsv": "CSV herunterladen",
|
|
553
|
+
"downloadLogsButton": "Fählerprotokoll abelade",
|
|
554
|
+
"downloadPoWithLabel": "@label PO herunterladen",
|
|
555
|
+
"dragToMove": "Zum Verschieben ziehen",
|
|
556
|
+
"draggingOverlaySelectBundle": "Blocktyp zum Erstelle uswähle",
|
|
557
|
+
"droppableFieldAdd": "Zu @field hinzufügen",
|
|
558
|
+
"droppableFieldAddFailed": "Eintrag konnte nicht hinzugefügt werden.",
|
|
559
|
+
"droppableFieldCommandEdit": "Feld \"@name\" bearbeiten",
|
|
560
|
+
"droppableFieldDropHint": "Bild hierhin ziehen",
|
|
561
|
+
"droppableFieldItemCount": "@count Einträge",
|
|
562
|
+
"droppableFieldRemaining": "@count verbleibend",
|
|
563
|
+
"droppableFieldRequiredWarning": "Dieses Feld ist erforderlich. Fügen Sie ein Element hinzu, bevor Sie speichern, oder klicken Sie auf «Verwerfen», um abzubrechen.",
|
|
564
|
+
"droppableFieldSaveFailed": "Feld konnte nicht gespeichert werden.",
|
|
565
|
+
"duplicate": "Dupliziere",
|
|
566
|
+
"duplicateError": "D'Blöck hän nid chönne dupliziert wärde.",
|
|
567
|
+
"duplicateFieldFull": "S'Fäld het d'maximali Aazahl a Blöck erreicht.",
|
|
568
|
+
"duplicateNoPermission": "Dupliziere ufgrund fählender Berächtigung nid möglich.",
|
|
569
|
+
"duplicateNotAllowed": "Dr Blocktyp isch in dem Fäld nid erlaubt.",
|
|
570
|
+
"edit": "Bearbeite",
|
|
571
|
+
"editFormBlockAdd": "@label drzuefüege",
|
|
572
|
+
"editFormBlockTranslate": "@label übersetze (@language)",
|
|
573
|
+
"editFormEntityEdit": "\"@label\" bearbeite",
|
|
574
|
+
"editFormEntityTranslate": "\"@label\" übersetze (@language)",
|
|
575
|
+
"editFragmentNotEditable": "Das Fragmänt cha nid bearbeitet wärde.",
|
|
576
|
+
"editLabel": "@label bearbeiten",
|
|
577
|
+
"editLibraryNotAvailable": "De wiederverwendbar Block cha momentan nid bearbeitet wärde.",
|
|
578
|
+
"editNoLibraryPermission": "Bearbeite ufgrund fählender Berächtigung nid möglich.",
|
|
579
|
+
"editTranslation": "Übersetzung bearbeiten",
|
|
580
|
+
"editTranslationDescription": "Die Übersetzungen manuell hinzufügen oder bearbeiten.",
|
|
581
|
+
"editableCommandEdit": "Fäld «@name» bearbeite",
|
|
582
|
+
"editableFieldCharCountMax": "@count von @max Zeichen verwendet",
|
|
583
|
+
"editableFieldDiscard": "Verwärfe",
|
|
584
|
+
"editableFieldExitFullscreen": "Vollbild beenden",
|
|
585
|
+
"editableFieldFullscreen": "Vollbild",
|
|
586
|
+
"editableFieldTranslateTooltip": "Den aktuellen Text automatisch übersetzen.",
|
|
587
|
+
"editingDisabled": "Bearbeiten ist für diesen Blocktyp deaktiviert.",
|
|
588
|
+
"entityTitleTourText": "<p>Zeigt dr Titel und Status vo dr aktuälle Sitte aa.</p><p>Klick uf dr Titel zum s'Sitte-Bearbeitsformular z'öffne.</p>",
|
|
589
|
+
"entityTitleTourTitle": "Sitte",
|
|
590
|
+
"errorCapturedMessage": "Fähler in «@label»: @errorMessage",
|
|
591
|
+
"errorCapturedMessageDisabled": "«@label» het meh als 3 Fähler verursacht. D'Funktion würd deaktiviert.",
|
|
592
|
+
"exitDescription": "Dr Editor zuemache ohni z'veröffentliche",
|
|
593
|
+
"failedToConvert": "Dr Block het nid chönne konvertiert wärde.",
|
|
594
|
+
"failedToTransform": "D'Aktion «@name» het nid chönne usgfüert wärde.",
|
|
595
|
+
"fatalErrorButton": "Trotzdem wiiterfahre...",
|
|
596
|
+
"fatalErrorText": "Leider het blökkli e schwäre Fähler gha wo s'normale Funktioniere verhinderet. Du chasch eventuell wiitermache, aber es chönnt sii, dass nid alles eso funktioniert wie's sött.",
|
|
597
|
+
"fatalErrorTitle": "blökkli het ufghört z'funktioniere",
|
|
598
|
+
"featureHelpShortcuts": "Taschtekombinatione",
|
|
599
|
+
"featureHelpTitle": "Hilf",
|
|
600
|
+
"feature_add-list_setting_hideDisabledBlocks_description": "Versteckt Blöcke aus der «Blockliste», wenn sie nirgendwo hinzugefügt werden können.",
|
|
601
|
+
"feature_add-list_setting_hideDisabledBlocks_label": "Blöck verstecke wo nid chönne drzuegfüegt wärde",
|
|
602
|
+
"feature_artboard_setting_momentum_description": "Wendet sanfti Animatione aa bim Scrolle oder Zoome vo dr Zeichenflächi.",
|
|
603
|
+
"feature_artboard_setting_momentum_label": "Sanfts Scrolle verwände",
|
|
604
|
+
"feature_artboard_setting_persist_description": "Speichert und stellt die letzte Position und den Zoomfaktor der Vorschau wieder her.",
|
|
605
|
+
"feature_artboard_setting_persist_label": "Position und Zoom speichere",
|
|
606
|
+
"feature_artboard_setting_scrollSpeed_label": "Scrollgschwindigkeit vo dr Zeicheflächi",
|
|
607
|
+
"feature_history_setting_useMouseButtons_description": "Wenn aktiviert, können die Vorwärts-/Rückwärtstasten der Maus zum Rückgängigmachen und Wiederherstellen verwendet werden.",
|
|
608
|
+
"feature_history_setting_useMouseButtons_label": "Muustaschte für Rückgängig/Wiederhärstelle bruche",
|
|
609
|
+
"feature_import-existing_setting_showDialogWhenEmpty_description": "Zeigt dr Importdialog bim Start vo blökkli aa, wenn d'Sitte leer isch.",
|
|
610
|
+
"feature_import-existing_setting_showDialogWhenEmpty_label": "Importdialog bim Start aazeige wenn d'Sitte leer isch",
|
|
611
|
+
"feature_publish_setting_closeAfterPublish_description": "Schliesst dr Editor sofort noch em erfolgriche Publiziere oder Speichere.",
|
|
612
|
+
"feature_publish_setting_closeAfterPublish_label": "Editor noch em Publiziere schliesse",
|
|
613
|
+
"feature_settings_setting_lowPerformanceMode_description": "Reduziert Animationen und Interaktivität auf ein Minimum für Geräte mit geringer Leistung.",
|
|
614
|
+
"feature_settings_setting_lowPerformanceMode_label": "Energie-Sparmodus aktiviere",
|
|
615
|
+
"feature_settings_setting_resetAllSettings_label": "Alli Iistellige Zruggsetze",
|
|
616
|
+
"feature_settings_setting_useAnimations_description": "Animiert UI-Elemente wie Dialoge oder Panels sowie Interaktionen wie Drag-and-Drop oder Scrollen.",
|
|
617
|
+
"feature_settings_setting_useAnimations_label": "Animatione aazeige",
|
|
618
|
+
"fieldIsRequired": "Das Fäld dörf nid leer sii",
|
|
619
|
+
"file": "Datei",
|
|
620
|
+
"filter": "Filtern",
|
|
621
|
+
"filterSelectNoResults": "Käi Ergebnis",
|
|
622
|
+
"fixReadability": "Lesbarkeit verbessern",
|
|
623
|
+
"footnotes": "Fussnoten",
|
|
624
|
+
"formSaveNotEditStateInfo": "Änderungen in diesem Formular werden sofort übernommen — ohne Veröffentlichung der aktuellen blökkli-Seite.",
|
|
625
|
+
"formSearchClear": "Löschen",
|
|
626
|
+
"formSearchNoResults": "Keine Ergebnisse.",
|
|
627
|
+
"formSearchOther": "Andere",
|
|
628
|
+
"fragmentsAddFragmentAction": "Fragmänt drzuefüege",
|
|
629
|
+
"fragmentsAddFragmentDescription": "<p>Zieh s'Symbol in d'Sitte zum e Fragmänt-Block drzuefüege.</p><p>Fragmänt sin wiederverwändbare Blöck wo immer dr gliich Inhalt renderet.</p>",
|
|
630
|
+
"fragmentsPlaceDialogLead": "Wähl es Block-Fragmänt us zum's zur Sitte drzuefüege.",
|
|
631
|
+
"fragmentsPlaceDialogSearchLabel": "Fragmänt filtere",
|
|
632
|
+
"fragmentsPlaceDialogSearchPlaceholder": "Fragmänt sueche",
|
|
633
|
+
"fragmentsPlaceDialogSubmitButton": "Usgwählts Fragmänt drzuefüege",
|
|
634
|
+
"fragmentsPlaceDialogTitle": "Fragmänt-Block drzuefüege",
|
|
635
|
+
"gridTourText": "Zeigt es Layout-Raster-Overlay über dr Sitte aa.",
|
|
636
|
+
"helpMenuDescription": "Verfügbare Tastenkürzel anzeigen",
|
|
637
|
+
"history": "Änderige",
|
|
638
|
+
"historyCurrentRevision": "Aktuelli Revision",
|
|
639
|
+
"historyEmpty": "S'git no keini Änderige.",
|
|
640
|
+
"historyRedoTourText": "Di vorig Änderig widerhärstelle.",
|
|
641
|
+
"historyShowMore": "@count meh aazeige",
|
|
642
|
+
"historyTourText": "Zeigt e Lischt vo allne bisher gmachte Änderige aa und wächsle zwüsche de Änderige hin und här.",
|
|
643
|
+
"historyUndoTourText": "Di letscht Änderig rückgängig mache.",
|
|
644
|
+
"iframesEditTitle": "Iframe-Grösse bearbeiten",
|
|
645
|
+
"image": "Bild",
|
|
646
|
+
"import": "Importieren",
|
|
647
|
+
"importExistingDescription": "Vonere bestehende Sitte importiere",
|
|
648
|
+
"importExistingDialogLead": "Inhält chönne vonere bestehende Sitte importiert wärde. D'Blöck wärde am Ändi vo dr Lischt drzuegfüegt. Die Aktion cha rückgängig gmacht wärde.",
|
|
649
|
+
"importExistingDialogSubmit": "Inhält importiere",
|
|
650
|
+
"importExistingDialogTitle": "Vonere bestehende Sitte importiere",
|
|
651
|
+
"importExistingError": "D'Inhält hän nid chönne importiert wärde.",
|
|
652
|
+
"importExistingFieldsLabel": "Weli Inhält sotte importiert wärde?",
|
|
653
|
+
"importExistingNoResults": "Keine Seiten gefunden.",
|
|
654
|
+
"importExistingSearchPlaceholder": "Seiten suchen",
|
|
655
|
+
"importExistingSuccess": "Inhält erfolgriich importiert",
|
|
656
|
+
"inlineCode": "Inline-Code",
|
|
657
|
+
"italic": "Kursiv",
|
|
658
|
+
"keyboardSpace": "Leertaste",
|
|
659
|
+
"libraryAddDescription": "E wiederverwändbare Block us dr Block-Bibliothek drzuefüege.",
|
|
660
|
+
"libraryAddFromLibrary": "Us dr Bibliothek drzuefüege",
|
|
661
|
+
"libraryAddNoPermission": "Erstelle ufgrund fählender Berächtigung nid möglich.",
|
|
662
|
+
"libraryAddNotAllowedInField": "Wiederverwändbari Blöck sin in dem Fäld nid erlaubt.",
|
|
663
|
+
"libraryAddNotSupported": "Dr Blocktyp cha nid wiederverwändbar gmacht wärde.",
|
|
664
|
+
"libraryDetach": "Vo dr Bibliothek loslöse",
|
|
665
|
+
"libraryDetachNoPermission": "Loslöse ufgrund fählender Berächtigung nid möglich.",
|
|
666
|
+
"libraryDialogLead": "Wenn e Block in dr Bibliothek isch, cha dr Block uf mehrere Sitte gliichzittig brucht wärde. D'Änderige an dem Block wärde denn sofort uf allne Sitte publiziert.",
|
|
667
|
+
"libraryDialogReusableInfo": "Dr Bibliotheksblock würd verfüegbar für d'Platzierig uf andere Sitte, sobald die Sitte publiziert worde isch.",
|
|
668
|
+
"libraryDialogTitleInputPlaceholder": "z.B. Teaser Kampagne 2024",
|
|
669
|
+
"libraryError": "Dr Block het nid chönne zur Bibliothek drzuegfüegt wärde.",
|
|
670
|
+
"libraryItemEditOverlayBack": "Zrugg zur Sitte",
|
|
671
|
+
"libraryItemEditOverlayBackWithPage": "Zrugg zu «@label»",
|
|
672
|
+
"libraryItemEditOverlayBackWithPageNoSave": "Zurück zu «@label»",
|
|
673
|
+
"libraryItemEditOverlayTitle": "Wiederverwändbare Block bearbeite",
|
|
674
|
+
"libraryPlaceDialogLead": "Wähl e wiederverwändbare Block us dr Bibliothek zum dä drzuefüege. Dr Block cha spöter wider entfärnt wärde. ",
|
|
675
|
+
"libraryPlaceDialogSubmit": "E wiederverwändbare Block drzuefüege",
|
|
676
|
+
"libraryPlaceDialogTitle": "Block us dr Bibliothek drzuefüege",
|
|
677
|
+
"link": "Link",
|
|
678
|
+
"loading": "Wird geladen",
|
|
679
|
+
"mainColor": "Hauptfarbe",
|
|
680
|
+
"manageSchedule": "Planung verwalte...",
|
|
681
|
+
"manageScheduling": "Planung verwalten",
|
|
682
|
+
"maskTourText": "Wächsle zwüsche Aazeige oder Verstecke vo nid-bearbeitbare Teile vo dr Sitte.",
|
|
683
|
+
"mediaLibrary": "Mediebibliothek",
|
|
684
|
+
"mediaLibraryReplaceFailed": "Medie het nid chönne ersetzt wärde.",
|
|
685
|
+
"mediaLibraryTourText": "Suech noch Medie wie Bilder und zieh si per Drag-and-Drop in d'Sitte.",
|
|
686
|
+
"mediaSelectConfirm": "Uswahl verwände",
|
|
687
|
+
"mediaSelectTitle": "Medium uswähle",
|
|
688
|
+
"multipleItemsLabel": "Elemänt",
|
|
689
|
+
"name": "Name",
|
|
690
|
+
"nameDescription": "Name / Beschriibig",
|
|
691
|
+
"noEditPermission": "Bearbeiten aufgrund fehlender Berechtigung nicht möglich.",
|
|
692
|
+
"notSet": "Nid gsetzt",
|
|
693
|
+
"notSupported": "Nid unterstützt",
|
|
694
|
+
"notifications": "Benachrichtigunge",
|
|
695
|
+
"notificationsEmpty": "Kei Benachrichtigunge.",
|
|
696
|
+
"notificationsLoadError": "Benachrichtigunge chönd nöd glade wärde.",
|
|
697
|
+
"notificationsLoadMore": "Meh lade",
|
|
698
|
+
"notificationsMarkAllRead": "Alli als gläse markiere",
|
|
699
|
+
"notificationsMarkAllReadError": "Benachrichtigunge chönd nöd als gläse markiert wärde.",
|
|
700
|
+
"notificationsTourText": "Zeigt Benachrichtigunge über Erwähnige, glösti Kommentär und anderi Ereignis aa.",
|
|
701
|
+
"numberedList": "Nummerierti Lischt",
|
|
702
|
+
"optionBkVisibleLanguagesAll": "Alli Sproche",
|
|
703
|
+
"optionsCommand.selectCheckboxValue": "«@value» in «@option» uswähle",
|
|
704
|
+
"optionsCommand.setOption": "Option «@option» «@value» setze",
|
|
705
|
+
"optionsCommand.unselectCheckboxValue": "«@value» in «@option» abwähle",
|
|
706
|
+
"outdatedTranslation": "Veraltete Übersetzung",
|
|
707
|
+
"outdatedTranslationDescription": "Übersetzung als aktuell markieren",
|
|
708
|
+
"overlayDoubleClickInfo": "<strong>Doppelklick</strong> zum Overlay zuemache",
|
|
709
|
+
"owner": "Besitzer",
|
|
710
|
+
"ownershipError": "Fähler bim Zuewiise",
|
|
711
|
+
"ownershipNote": "Die Sitte würd aktuell vo @name bearbeitet. Änderige chönne nur vo einere Person gliichzittig gmacht wärde.",
|
|
712
|
+
"ownershipSuccess": "Du bisch jetzt dr Bsitzer.",
|
|
713
|
+
"ownershipTakeOwnership": "Mir zuewiise",
|
|
714
|
+
"pageIsNotPublished": "Die Sitte isch nid publiziert",
|
|
715
|
+
"pageIsPublished": "Die Sitte isch Publiziert",
|
|
716
|
+
"pageIsPublishedWithPendingChanges": "Die Sitte isch publiziert (es sin aber no Änderige usstehend)",
|
|
717
|
+
"paste": "Iifüege",
|
|
718
|
+
"pickColumn": "Spalte wählen…",
|
|
719
|
+
"prefix": "Präfix",
|
|
720
|
+
"preview": "Vorschau",
|
|
721
|
+
"previewDialogLead": "Scan dr QR-Code zum ufem Smartphone d'Vorschau aaluege. ",
|
|
722
|
+
"previewDialogTitle": "Vorschau mitem Smartphone",
|
|
723
|
+
"previewNewWindow": "Vorschau (neus Fänschter)",
|
|
724
|
+
"previewNewWindowTourText": "Macht e Vorschau vo de aktuälle Änderige in emne neue Fänschter uf.",
|
|
725
|
+
"previewQrCodeText": "Dä Link chame au kopiere und teile.",
|
|
726
|
+
"previewWithSmartphone": "Vorschau (mitem Smartphone)",
|
|
727
|
+
"previewWithSmartphoneTourText": "Zeigt e QR-Code aa zum schnäll e Vorschau vo de Änderige mitem Smartphone z'öffne.",
|
|
728
|
+
"proxyViewTourText": "Zeigt d'Inhaltblöck als strukturierti Aasicht aa.",
|
|
729
|
+
"publish": "Veröffentlichen",
|
|
730
|
+
"publishAlreadyScheduledDescription": "Die Sitte isch scho zur Veröffentlichig plant",
|
|
731
|
+
"publishAndCloseLabel": "Publiziere & Zuemache",
|
|
732
|
+
"publishAndCloseLabelUnpublished": "Speichere & Zuemache",
|
|
733
|
+
"publishCurrentPage": "Aktuelli Sitte",
|
|
734
|
+
"publishCurrentlyUnpublished": "Sitte isch nid publiziert",
|
|
735
|
+
"publishDescription": "Alli Änderige veröffentliche.",
|
|
736
|
+
"publishDescriptionScheduled": "Planti Veröffentlichig aaluege oder ändere",
|
|
737
|
+
"publishDescriptionUnpublished": "Alli Änderige speichere ohni d'Sitte z'publiziere",
|
|
738
|
+
"publishDialogTitle": "Änderige publiziere",
|
|
739
|
+
"publishError": "D'Änderige hän nid chönne publiziert wärde.",
|
|
740
|
+
"publishMode": "Veröffentlichigsmodus",
|
|
741
|
+
"publishModeImmediateDescription": "Änderige sofort veröffentliche",
|
|
742
|
+
"publishModeSaveDescription": "Änderige speichere ohni veröffentliche",
|
|
743
|
+
"publishModeScheduledDescription": "Änderige plant veröffentliche",
|
|
744
|
+
"publishModeScheduledTitle": "Plane",
|
|
745
|
+
"publishPublicationScheduled": "Veröffentlichig plant",
|
|
746
|
+
"publishPublishContent": "Inhalt veröffentliche",
|
|
747
|
+
"publishPublishContents": "@count Inhält veröffentliche",
|
|
748
|
+
"publishRemainsPublished": "Bliibt publiziert",
|
|
749
|
+
"publishRemainsUnpublished": "Bliibt nid publiziert",
|
|
750
|
+
"publishRemoveSchedule": "Planung entfärne",
|
|
751
|
+
"publishResultPublishChangesNowPublished": "Änderige und Sitte sin publiziert",
|
|
752
|
+
"publishResultPublishChangesRemainPublished": "Änderige sin publiziert, Sitte bliibt publiziert",
|
|
753
|
+
"publishResultSaveChanges": "Änderige sin gspeicheret, Sitte bliibt nid publiziert",
|
|
754
|
+
"publishResultScheduledChanges": "Änderige wärde am @date publiziert",
|
|
755
|
+
"publishResultScheduledPage": "Sitte würd am @date publiziert",
|
|
756
|
+
"publishRevisionLogMessage": "Beschriibig vo de Änderige",
|
|
757
|
+
"publishRevisionLogMessageDescription": "Beschriib churz d'Änderige wo gmacht worde sin",
|
|
758
|
+
"publishSaveContent": "Inhalt speichere",
|
|
759
|
+
"publishSaveContents": "@count Inhält speichere",
|
|
760
|
+
"publishScheduleDate": "Veröffentlichigsdatum",
|
|
761
|
+
"publishScheduleDateTooSoon": "S'plante Datum mues mindestens 2 Minute in de Zuekunft liige",
|
|
762
|
+
"publishSchedulePublication": "Veröffentlichig plane",
|
|
763
|
+
"publishSchedulePublications": "@count Veröffentlichige plane",
|
|
764
|
+
"publishScheduleSuccess": "Veröffentlichig für @date plant",
|
|
765
|
+
"publishScheduledBlockPlural": "@count Blöck sin zur Veröffentlichig am @date plant",
|
|
766
|
+
"publishScheduledBlockSingular": "1 Block isch zur Veröffentlichig am @date plant",
|
|
767
|
+
"publishScheduledInfo": "Du chasch bis zum plante Veröffentlichigsdatum no Änderige mache.",
|
|
768
|
+
"publishStatus": "Status",
|
|
769
|
+
"publishSuccess": "Änderige erfolgriich publiziert.",
|
|
770
|
+
"publishSuccessfullyPublished": "Erfolgriich veröffentlicht",
|
|
771
|
+
"publishSuccessfullySaved": "Erfolgriich gspeicheret",
|
|
772
|
+
"publishValidationErrorsDescription": "Beheben Sie die folgenden Probleme und publizieren Sie erneut.",
|
|
773
|
+
"publishValidationErrorsTitle": "Publikation nicht möglich: Validierungsfehler",
|
|
774
|
+
"publishWillBePublished": "Würd publiziert",
|
|
775
|
+
"publishWillBeScheduled": "Würd plant",
|
|
776
|
+
"qrCode": "QR-Code",
|
|
777
|
+
"readabilityEntireText": "Dr Wärt würd für dr gsamte Teggscht berechnet.",
|
|
778
|
+
"readabilityTooShort": "Z churz",
|
|
779
|
+
"readabilityTooShortTooltip": "Dr Teggscht bruucht mindestens @count Wörter für d'Lesbarkeitsanalys.",
|
|
780
|
+
"readabilityTooltipDescription": "@label misst, wie eifach dr Teggscht z'läse isch.",
|
|
781
|
+
"redo": "Wiederhole",
|
|
782
|
+
"referencedEntitiesEditorOverlayTitle": "«@label» bearbeiten",
|
|
783
|
+
"relatedContent": "Verwandte Inhalte",
|
|
784
|
+
"relatedContentNoEntitiesFound": "Keine verwandten Inhalte gefunden",
|
|
785
|
+
"relatedContentTooltip": "Inhalte wie Seiten oder Bilder, die von diesem Block referenziert oder verlinkt werden.",
|
|
786
|
+
"remove": "Entfernen",
|
|
787
|
+
"replaceField": "@field ersetzen",
|
|
788
|
+
"reply": "Antworten",
|
|
789
|
+
"responsivePreviewCustomViewport": "Benutzerdefiniert",
|
|
790
|
+
"responsivePreviewTitle": "Responsivi Vorschau",
|
|
791
|
+
"responsivePreviewTourText": "Lueg wie dini Änderige uf chliinere Bildschirm usgsähn, wie z.B. Smartphones. Klick uf dr «Ablöse»-Button zum zusätzlichi Viewport-Grösse uswähle z'chönne.",
|
|
792
|
+
"restrictedPermissionsAll": "Gwüssi Aktione sin ufgrund fählender Berächtigunge nid verfüegbar.",
|
|
793
|
+
"restrictedPermissionsSome": "Gwüssi Aktione sin ufgrund fählender Berächtigunge iigschränkt.",
|
|
794
|
+
"revertDialogLead": "Alli Änderige wärde glöscht und dr aktuell publizierti Zuestand würd wider härgstellt. Die Aktion cha nid rückgängig gmacht wärde.",
|
|
795
|
+
"revertDialogSubmit": "Änderige verwärfe",
|
|
796
|
+
"revertDialogTitle": "Änderige ändgültig verwärfe",
|
|
797
|
+
"revertError": "D'Änderige hän nid chönne verworfe wärde.",
|
|
798
|
+
"revertMenuDescription": "Dr aktuell publizierti Stand widerhärstelle",
|
|
799
|
+
"revertSuccess": "Alli Änderige sin glöscht worde.",
|
|
800
|
+
"rewritingFailed": "Umschreiben fehlgeschlagen",
|
|
801
|
+
"richTextAddLink": "Link hinzufügen",
|
|
802
|
+
"richTextEditLink": "Link bearbeiten",
|
|
803
|
+
"save": "Speichern",
|
|
804
|
+
"scheduleEnable": "Zeitplanung aktivieren",
|
|
805
|
+
"scheduledFor": "D'Änderige wärde a dem Datum publiziert.",
|
|
806
|
+
"schedulerNotSupported": "Planung isch für dr Blocktyp nid verfüegbar.",
|
|
807
|
+
"search": "Suchen",
|
|
808
|
+
"searchBoxNoResultsFound": "Käi Ergebnis gfunde",
|
|
809
|
+
"searchBoxOnThisPage": "Uf dere Sitte",
|
|
810
|
+
"searchBoxPlaceholder": "Suechbegriff iigeh",
|
|
811
|
+
"searchContentReplaceFailed": "Inhalt het nid chönne ersetzt wärde.",
|
|
812
|
+
"searchOverlayNoResults": "Keine Ergebnisse gefunden.",
|
|
813
|
+
"searchToolbarLabel": "Inhält sueche",
|
|
814
|
+
"searchTourText": "Find schnäll Blöck uf dr aktuälle Sitte oder bestehendi Inhält zum si als Blöck in d'Sitte z'zieh.",
|
|
815
|
+
"selectAllBlocks": "Alli Blöck uswähle",
|
|
816
|
+
"selectAllOfBundle": "Alli «@bundle»-Blöck uswähle",
|
|
817
|
+
"selectPage": "Seite auswählen",
|
|
818
|
+
"selectedIsNew": "Nöi",
|
|
819
|
+
"selectedTranslationIsOutdated": "Veraltet",
|
|
820
|
+
"settings": "Einstellungen",
|
|
821
|
+
"settingsAppearance": "Darstellig",
|
|
822
|
+
"settingsBehaviour": "Verhalte",
|
|
823
|
+
"settingsBeta": "Neui Funktione",
|
|
824
|
+
"settingsDialogTitle": "Iistellige",
|
|
825
|
+
"settingsMenuDescription": "Persönlichi Iistellige für dr Editor",
|
|
826
|
+
"shortcutGroupBlocks": "Blöck",
|
|
827
|
+
"shortcutGroupGeneral": "Allgemein",
|
|
828
|
+
"shortcutGroupUi": "Oberflächi",
|
|
829
|
+
"showLabels": "Beschriftungen anzeigen",
|
|
830
|
+
"showMarkers": "Markierungen anzeigen",
|
|
831
|
+
"sidebar.hide": "@title usblände",
|
|
832
|
+
"sidebar.show": "@title aazeige",
|
|
833
|
+
"smoothCurves": "Glatte Kurven",
|
|
834
|
+
"sourceLanguage": "Originalsprache",
|
|
835
|
+
"stateUnavailableText": "Das chönnt a fählende Berächtigung oder emne temporäre Problem liige. Bitte versuech's spöter nämol.",
|
|
836
|
+
"stateUnavailableTitle": "Dr Bearbeitszuestand het nid chönne glade wärde.",
|
|
837
|
+
"strikethrough": "Durechgschtriche",
|
|
838
|
+
"structureToolbarLabel": "Struktur",
|
|
839
|
+
"structureTourText": "Zeigt e strukturierti Lischt vo allne Blöck uf dr aktuälle Sitte aa. Klick uf e belibige Block zum schnäll dohii z'springe.",
|
|
840
|
+
"suffix": "Suffix",
|
|
841
|
+
"summary": "Zusammenfassung",
|
|
842
|
+
"swapButton": "Blockpositionen tauschen",
|
|
843
|
+
"swapError": "Die Blöcke konnten nicht getauscht werden.",
|
|
844
|
+
"swapNotPossible": "Blockpositionen können nicht getauscht werden.",
|
|
845
|
+
"switchPage": "Seite wechseln",
|
|
846
|
+
"systemRequirementsDialogButton": "Trotzdem wiiterfahre",
|
|
847
|
+
"systemRequirementsDialogLead": "blökkli het festgstellt, dass dii Browser ei oder mehreri Systemaforderige nid erfüllt. Für s'bescht Erläbnis, bruch bitte e Browser wo alli ufglischtete Aforderige understützt.",
|
|
848
|
+
"systemRequirementsDialogText": "blökkli isch testet und optimiert worde für di neueschte Versione vo Chrome, Firefox, Edge und Safari. Funktione wie WebGL sin guet understützt, chönne aber mängmol us Leischtigs- oder Sicherheitsgründ deaktiviert sii.",
|
|
849
|
+
"systemRequirementsDialogTitle": "Systemaforderige",
|
|
850
|
+
"systemRequirementsWebglText": "blökkli brucht WebGL zum schnäll UI-Elemänt wie usgwählti Blöck und Drag-and-Drop-Indikatore z'rendere. Wenn WebGL nid understützt wird, wird blökkli uf Fallback-Rendering zruggriife, wo langsamer isch und nid alli Funktione understützt.",
|
|
851
|
+
"taskList": "Ufgabe-Lischt",
|
|
852
|
+
"templates": "Vorlagen",
|
|
853
|
+
"templatesAddTemplate": "Vorlag",
|
|
854
|
+
"templatesAddTemplateDescription": "<p>Zieh s'Symbol in d'Sitte zum Blöck us ere Vorlag drzuefüege.</p><p>Vorlage wärde kopiert und chönne ohni Iifluss uf anderi Sitte bearbeitet wärde.</p>",
|
|
855
|
+
"templatesCanNotBeDefault": "Nur einzelni Blöck chönne als Standard definiert wärde.",
|
|
856
|
+
"templatesCreate": "Vorlag erstelle...",
|
|
857
|
+
"templatesCreateDialogDefaultDescription": "Wenn aktiviert, würd die Vorlag automatisch bruucht bim Drzuefüege vo nöie Blöck vo dem Typ.",
|
|
858
|
+
"templatesCreateDialogDefaultLabel": "Als Standard verwände",
|
|
859
|
+
"templatesCreateDialogDescriptionPlaceholder": "Optionali Beschriibig vo de Vorlag",
|
|
860
|
+
"templatesCreateDialogLabelPlaceholder": "z.B. Hero-Bereich",
|
|
861
|
+
"templatesCreateDialogLead": "Erstell e wiederverwendbari Vorlag us de usgwählte Blöck. Vorlage chönne uf jeder Sitte drzuegfüegt wärde.",
|
|
862
|
+
"templatesCreateError": "Vorlag het nid chönne erstellt wärde.",
|
|
863
|
+
"templatesDefaultPill": "Standard",
|
|
864
|
+
"templatesDefaultPillDescription": "Die Vorlag würd bruucht wenn nöii Blöck vo dem Typ erstellt wärde.",
|
|
865
|
+
"templatesDeleteError": "Vorlag het nid chönne glöscht wärde.",
|
|
866
|
+
"templatesDeleteSuccess": "Vorlag erfolgriich glöscht.",
|
|
867
|
+
"templatesEditOverlayTitle": "Vorlag bearbeite",
|
|
868
|
+
"templatesManageDialogLead": "Vorlage verwalte, bearbeite und lösche.",
|
|
869
|
+
"templatesManageDialogNoResults": "Käi Vorlage gfunde.",
|
|
870
|
+
"templatesManageDialogTitle": "Vorlage verwalte",
|
|
871
|
+
"templatesMenuDescription": "Vorlage bearbeite und lösche",
|
|
872
|
+
"templatesMissingDefaultPermissions": "Fählendi Berächtigung zum Standard-Vorlage erstelle.",
|
|
873
|
+
"templatesNoResults": "Käi Vorlage für das Fäld verfüegbar.",
|
|
874
|
+
"templatesPlaceDialogDescription": "Vorlage erstelle Kopie vo Blöck wo uf dere Sitte frei bearbeitet wärde chönne ohni anderi Sitte z'beiflusse.",
|
|
875
|
+
"templatesPlaceDialogSubmitButton": "Vorlag-Blöck drzuefüege",
|
|
876
|
+
"templatesPlaceDialogTitle": "Blöck us Vorlag drzuefüege",
|
|
877
|
+
"templatesSuccessMessage": "Vorlag «@label» erfolgriich erstellt.",
|
|
878
|
+
"text": "Text",
|
|
879
|
+
"textareaNewLineHint": "Shift + Enter für nöii Ziile",
|
|
880
|
+
"theme": "Farbe",
|
|
881
|
+
"themeTourText": "Änderi d'Farbe vom Theme und generier e Theme-Datei.",
|
|
882
|
+
"title": "Titel",
|
|
883
|
+
"touchBarCancelDragging": "Platziere abbräche",
|
|
884
|
+
"touchBarFinishSelecting": "Merfachuswahl beände",
|
|
885
|
+
"tourDescription": "Entdeck d'Funktione vom Editor",
|
|
886
|
+
"tourIntro": "Entdeck di wichtigschte Funktione vom Editor und lehr wie mer mit blökkli aafangt.",
|
|
887
|
+
"tourLabel": "Tour mache",
|
|
888
|
+
"tourNext": "Neggscht",
|
|
889
|
+
"tourPrev": "Zrugg",
|
|
890
|
+
"tourStartButton": "Tour starte",
|
|
891
|
+
"transformDialogButtonApply": "Aawände",
|
|
892
|
+
"transformDialogButtonNewSuggestion": "Nöie Vorschlag",
|
|
893
|
+
"translate": "Übersetzen",
|
|
894
|
+
"translateLibraryBlock": "Wiederverwändbari Blöck chönne do nid übersetzt wärde.",
|
|
895
|
+
"translateNotTranslatable": "Dr Blocktyp isch nid übersetzbar.",
|
|
896
|
+
"translation": "Übersetzung",
|
|
897
|
+
"translationOutdatedHint": "Die Übersetzung ist als veraltet markiert.",
|
|
898
|
+
"translations": "Übersetzungen",
|
|
899
|
+
"translationsAutoTranslate": "Automatisch übersetzen",
|
|
900
|
+
"translationsAutoTranslateButton": "Automatisch übersetzen",
|
|
901
|
+
"translationsAutoTranslateDescription": "Übersetzt automatisch alle Texte dieses Blocks.",
|
|
902
|
+
"translationsAutoTranslateTooltip": "Alle Texte automatisch mit einem Übersetzungsdienst übersetzen",
|
|
903
|
+
"translationsBannerButton": "Stattdässe Quellsproch bearbeite",
|
|
904
|
+
"translationsBannerMarkAllAsUpToDate": "Alle als aktuell markieren",
|
|
905
|
+
"translationsBannerNext": "Nächster Block",
|
|
906
|
+
"translationsBannerOutdatedCount": "@count Blöcke haben <strong>veraltete Übersetzungen</strong>.",
|
|
907
|
+
"translationsBannerOutdatedSingular": "@count Block hat eine <strong>veraltete Übersetzung</strong>.",
|
|
908
|
+
"translationsBannerPrev": "Vorheriger Block",
|
|
909
|
+
"translationsBannerText": "Du bearbeitisch grad d'<strong>@language</strong>-Übersetztig. Gwüssi Funktione wie Drzuefüege, Verschiebe oder Lösche vo Blöck sin nid verfüegbar.",
|
|
910
|
+
"translationsBatchTranslateMenuDescription": "Alli Blöck übersetze",
|
|
911
|
+
"translationsCsvApply": "@count Übersetzungen importieren",
|
|
912
|
+
"translationsCsvChangesTitle": "@count/@total Felder werden aktualisiert",
|
|
913
|
+
"translationsCsvDialogTitle": "Übersetzungen importieren/exportieren",
|
|
914
|
+
"translationsCsvExport": "Export",
|
|
915
|
+
"translationsCsvExportFieldsTitle": "@count Felder",
|
|
916
|
+
"translationsCsvImport": "Import",
|
|
917
|
+
"translationsCsvImportFileTitle": "Datei",
|
|
918
|
+
"translationsCsvLanguages": "Sprachen",
|
|
919
|
+
"translationsCsvMenuTitle": "Import/Export",
|
|
920
|
+
"translationsCsvNoChanges": "Keine Änderungen gefunden",
|
|
921
|
+
"translationsCsvOnlyMissing": "Nur fehlende Übersetzungen",
|
|
922
|
+
"translationsCsvOnlyOutdated": "Nur veraltete Übersetzungen",
|
|
923
|
+
"translationsCsvTooltip": "Übersetzungen als CSV- oder PO-Dateien importieren oder exportieren",
|
|
924
|
+
"translationsDropToImport": "CSV- oder PO-Datei zum Importieren ablegen",
|
|
925
|
+
"translationsMarkUpToDate": "Als aktuell markieren",
|
|
926
|
+
"translationsMarkUpToDateDescription": "Markiert alle Textübersetzungen dieses Blocks als aktuell.",
|
|
927
|
+
"translationsMarkUpToDateDisabled": "Keiner der ausgewählten Blöcke hat eine veraltete Übersetzung.",
|
|
928
|
+
"translationsSelectImportFile": "CSV- oder PO-Datei auswählen",
|
|
929
|
+
"translationsTourText": "Wächsle schnäll zwüsche verfüegbare Übersetzige. E uusgrueti Sproch zeigt aa, dass dr Inhalt no nid übersetzt worde isch. E Klick druf macht s'Formular uf zum e neui Übersetztig für die Sproch z'erstelle.",
|
|
930
|
+
"translationsTranslateApply": "@count Übersetzungen anwenden",
|
|
931
|
+
"translationsTranslateButton": "@count Übersetzungen anfordern",
|
|
932
|
+
"translationsTranslateCurrentColumn": "Aktuelle Übersetzung (@language)",
|
|
933
|
+
"translationsTranslateDialogTitle": "Automatische Übersetzung",
|
|
934
|
+
"translationsTranslateFieldsLabel": "Felder ausgewählt",
|
|
935
|
+
"translationsTranslateLoading": "Wird übersetzt",
|
|
936
|
+
"translationsTranslateNoTexts": "Keine übersetzbaren Texte auf dieser Seite gefunden.",
|
|
937
|
+
"undo": "Rückgängig",
|
|
938
|
+
"unexpectedMutationError": "Es isch e unerwartete Fähler ufträte.",
|
|
939
|
+
"video": "Video",
|
|
940
|
+
"viewBannerReviewText": "Du chasch Kommentär aaluege und drzuefüege, aber kän Inhalt bearbeite.",
|
|
941
|
+
"viewBannerReviewTitle": "Du bisch im Review-Modus.",
|
|
942
|
+
"viewBannerViewText": "Du chasch Kommentär aaluege, aber kän Inhalt bearbeite.",
|
|
943
|
+
"viewBannerViewTitle": "Du bisch im Aaluege-Modus.",
|
|
944
|
+
"viewOptionAnchors": "Ankerlinks",
|
|
945
|
+
"viewOptionAnchorsDescription": "Hebt Blöcke mit einer Anker-ID hervor.",
|
|
946
|
+
"viewOptionArtboardOverview": "Übersicht",
|
|
947
|
+
"viewOptionArtboardOverviewDescription": "Zeigt eine Übersicht aller Inhaltsblöcke an.",
|
|
948
|
+
"viewOptionDisable": "«@option» deaktivieren",
|
|
949
|
+
"viewOptionEnable": "«@option» aktivieren",
|
|
950
|
+
"viewOptionGrid": "Raster",
|
|
951
|
+
"viewOptionGridDescription": "Zeigt ein Layoutraster über der Seite an.",
|
|
952
|
+
"viewOptionInteractionLayers": "Interaktionsebene",
|
|
953
|
+
"viewOptionInteractionLayersDescription": "Blendet die Editor-Overlays aus, um die Seite in der finalen Darstellung anzuzeigen.",
|
|
954
|
+
"viewOptionNonEditableAreas": "Nid-bearbeitbari Beriich",
|
|
955
|
+
"viewOptionNonEditableAreasDescription": "Versteckt nicht bearbeitbare Teile der Seite.",
|
|
956
|
+
"viewOptionStructureView": "Strukturaasicht",
|
|
957
|
+
"viewOptionStructureViewDescription": "Zeigt die Blöcke als strukturierte Übersicht anstelle der gerenderten Vorschau an.",
|
|
958
|
+
"viewOptions": "Darstellung",
|
|
959
|
+
"whatsNew": "Neuigkeiten",
|
|
960
|
+
"workspaceSearchPlaceholder": "Seiten durchsuchen"
|
|
961
|
+
}
|