@blokkli/editor 2.0.0-alpha.59 → 2.0.0-alpha.60

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.
Files changed (217) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +28 -11
  3. package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/Component.d.vue.ts +29 -0
  4. package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/Component.vue +172 -0
  5. package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/Component.vue.d.ts +29 -0
  6. package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/index.d.ts +19 -0
  7. package/dist/modules/agent/runtime/app/tools/auto_translate_paragraphs/index.js +80 -0
  8. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.vue +16 -0
  9. package/dist/modules/agent/runtime/app/tools/get_all_page_content/index.js +1 -1
  10. package/dist/modules/agent/runtime/app/tools/get_content_fields/index.js +12 -9
  11. package/dist/modules/agent/runtime/app/tools/get_page_text/index.d.ts +2 -0
  12. package/dist/modules/agent/runtime/app/tools/get_page_text/index.js +65 -0
  13. package/dist/modules/agent/runtime/app/tools/get_referenced_entities/index.d.ts +2 -0
  14. package/dist/modules/agent/runtime/app/tools/get_referenced_entities/index.js +62 -0
  15. package/dist/modules/agent/runtime/app/tools/helpers.d.ts +8 -2
  16. package/dist/modules/agent/runtime/app/tools/helpers.js +9 -9
  17. package/dist/modules/agent/runtime/app/tools/schemas.d.ts +12 -0
  18. package/dist/modules/agent/runtime/app/tools/schemas.js +20 -0
  19. package/dist/modules/agent/runtime/app/tools/search_media/index.js +1 -1
  20. package/dist/modules/agent/runtime/app/tools/select_media/Component.vue +1 -1
  21. package/dist/modules/agent/runtime/server/agent.js +0 -1
  22. package/dist/modules/agent/runtime/server/classes/Session/index.js +4 -0
  23. package/dist/modules/agent/runtime/shared/toolResult.d.ts +4 -0
  24. package/dist/modules/agent/runtime/shared/toolResult.js +5 -0
  25. package/dist/modules/drupal/graphql/features/notifications.graphql +39 -0
  26. package/dist/modules/drupal/index.mjs +6 -1
  27. package/dist/modules/drupal/runtime/adapter/index.js +38 -0
  28. package/dist/runtime/editor/components/Actions/ItemDropdown/Item.vue +0 -1
  29. package/dist/runtime/editor/components/Actions/ScrollArrow/index.d.vue.ts +13 -0
  30. package/dist/runtime/editor/components/Actions/ScrollArrow/index.vue +52 -0
  31. package/dist/runtime/editor/components/Actions/ScrollArrow/index.vue.d.ts +13 -0
  32. package/dist/runtime/editor/components/Actions/Title/index.vue +2 -2
  33. package/dist/runtime/editor/components/Actions/index.vue +47 -7
  34. package/dist/runtime/editor/components/Actions/useToolbarScroll.d.ts +25 -0
  35. package/dist/runtime/editor/components/Actions/useToolbarScroll.js +125 -0
  36. package/dist/runtime/editor/components/AddListItem/index.vue +0 -2
  37. package/dist/runtime/editor/components/AppMenu/MenuButton.vue +1 -3
  38. package/dist/runtime/editor/components/ArtboardTooltip/index.vue +4 -1
  39. package/dist/runtime/editor/components/Avatar/index.vue +0 -1
  40. package/dist/runtime/editor/components/BlockPreviewRenderer/index.d.vue.ts +1 -1
  41. package/dist/runtime/editor/components/BlockPreviewRenderer/index.vue.d.ts +1 -1
  42. package/dist/runtime/editor/components/BundleSelector/index.vue +0 -4
  43. package/dist/runtime/editor/components/Dialog/index.d.vue.ts +2 -2
  44. package/dist/runtime/editor/components/Dialog/index.vue +1 -3
  45. package/dist/runtime/editor/components/Dialog/index.vue.d.ts +2 -2
  46. package/dist/runtime/editor/components/DiffApproval/Highlight/Item.d.vue.ts +8 -0
  47. package/dist/runtime/editor/components/DiffApproval/Highlight/Item.vue +12 -2
  48. package/dist/runtime/editor/components/DiffApproval/Highlight/Item.vue.d.ts +8 -0
  49. package/dist/runtime/editor/components/DiffApproval/Highlight/index.d.vue.ts +8 -0
  50. package/dist/runtime/editor/components/DiffApproval/Highlight/index.vue +14 -2
  51. package/dist/runtime/editor/components/DiffApproval/Highlight/index.vue.d.ts +8 -0
  52. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.d.vue.ts +2 -2
  53. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue +0 -2
  54. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue.d.ts +2 -2
  55. package/dist/runtime/editor/components/DiffApproval/index.vue +1 -0
  56. package/dist/runtime/editor/components/Form/Datepicker/index.vue +0 -1
  57. package/dist/runtime/editor/components/Form/TextDark/index.vue +0 -1
  58. package/dist/runtime/editor/components/Form/Textarea/index.vue +0 -1
  59. package/dist/runtime/editor/components/Form/Toggle/index.d.vue.ts +1 -0
  60. package/dist/runtime/editor/components/Form/Toggle/index.vue +9 -2
  61. package/dist/runtime/editor/components/Form/Toggle/index.vue.d.ts +1 -0
  62. package/dist/runtime/editor/components/FormOverlay/index.vue +0 -1
  63. package/dist/runtime/editor/components/Icon/index.vue +0 -2
  64. package/dist/runtime/editor/components/Messages/Item/index.vue +4 -1
  65. package/dist/runtime/editor/components/Messages/index.vue +3 -0
  66. package/dist/runtime/editor/components/Panel/Sheet/index.vue +1 -1
  67. package/dist/runtime/editor/components/Popup/index.vue +0 -2
  68. package/dist/runtime/editor/components/RichText/Editor/index.d.vue.ts +1 -1
  69. package/dist/runtime/editor/components/RichText/Editor/index.vue.d.ts +1 -1
  70. package/dist/runtime/editor/components/ScheduleDate/index.vue +1 -3
  71. package/dist/runtime/editor/components/SearchOverlay/index.d.vue.ts +1 -1
  72. package/dist/runtime/editor/components/SearchOverlay/index.vue.d.ts +1 -1
  73. package/dist/runtime/editor/components/Toolbar/ViewOptions/List/Button/index.d.vue.ts +3 -0
  74. package/dist/runtime/editor/components/Toolbar/ViewOptions/List/Button/index.vue +74 -0
  75. package/dist/runtime/editor/components/Toolbar/ViewOptions/List/Button/index.vue.d.ts +3 -0
  76. package/dist/runtime/editor/components/Toolbar/ViewOptions/List/index.d.vue.ts +7 -0
  77. package/dist/runtime/editor/components/Toolbar/ViewOptions/List/index.vue +16 -0
  78. package/dist/runtime/editor/components/Toolbar/ViewOptions/List/index.vue.d.ts +7 -0
  79. package/dist/runtime/editor/components/Toolbar/ViewOptions/index.d.vue.ts +3 -0
  80. package/dist/runtime/editor/components/Toolbar/ViewOptions/index.vue +57 -0
  81. package/dist/runtime/editor/components/Toolbar/ViewOptions/index.vue.d.ts +3 -0
  82. package/dist/runtime/editor/components/Toolbar/index.vue +3 -56
  83. package/dist/runtime/editor/components/ToolbarDropdown/index.d.vue.ts +21 -0
  84. package/dist/runtime/editor/components/ToolbarDropdown/index.vue +36 -0
  85. package/dist/runtime/editor/components/ToolbarDropdown/index.vue.d.ts +21 -0
  86. package/dist/runtime/editor/components/Tooltip/Context.vue +3 -1
  87. package/dist/runtime/editor/components/Tooltip/index.d.vue.ts +1 -1
  88. package/dist/runtime/editor/components/Tooltip/index.vue +4 -1
  89. package/dist/runtime/editor/components/Tooltip/index.vue.d.ts +1 -1
  90. package/dist/runtime/editor/components/index.d.ts +1 -0
  91. package/dist/runtime/editor/components/index.js +1 -0
  92. package/dist/runtime/editor/composables/defineViewOption.d.ts +5 -0
  93. package/dist/runtime/editor/composables/defineViewOption.js +10 -0
  94. package/dist/runtime/editor/composables/index.d.ts +3 -0
  95. package/dist/runtime/editor/composables/index.js +2 -0
  96. package/dist/runtime/editor/composables/useDismiss.d.ts +30 -0
  97. package/dist/runtime/editor/composables/useDismiss.js +43 -0
  98. package/dist/runtime/editor/composables/useGlobalBlokkliObject.d.ts +3 -3
  99. package/dist/runtime/editor/css/output.css +1 -1
  100. package/dist/runtime/editor/events/index.d.ts +23 -0
  101. package/dist/runtime/editor/features/add-list/Actions/index.vue +0 -1
  102. package/dist/runtime/editor/features/add-list/Blocks/index.vue +0 -1
  103. package/dist/runtime/editor/features/add-list/Help/Item.vue +2 -7
  104. package/dist/runtime/editor/features/add-list/Help/index.vue +1 -1
  105. package/dist/runtime/editor/features/add-list/index.vue +0 -2
  106. package/dist/runtime/editor/features/anchors/index.vue +11 -11
  107. package/dist/runtime/editor/features/anchors/types.d.ts +1 -0
  108. package/dist/runtime/editor/features/anchors/types.js +1 -0
  109. package/dist/runtime/editor/features/artboard/Renderer.vue +30 -28
  110. package/dist/runtime/editor/features/block-scheduler/Dialog/ScheduleSection.vue +0 -3
  111. package/dist/runtime/editor/features/block-scheduler/index.vue +0 -1
  112. package/dist/runtime/editor/features/block-transfer/SummaryDialog/index.vue +0 -4
  113. package/dist/runtime/editor/features/breadcrumbs/Crumb/index.vue +0 -5
  114. package/dist/runtime/editor/features/changelog/changelog.json +8 -0
  115. package/dist/runtime/editor/features/command-palette/Palette/Item/index.vue +0 -3
  116. package/dist/runtime/editor/features/command-palette/Palette/index.vue +0 -1
  117. package/dist/runtime/editor/features/comments/AddForm/index.vue +0 -1
  118. package/dist/runtime/editor/features/comments/Comment/Actions/index.vue +0 -4
  119. package/dist/runtime/editor/features/comments/Comment/index.d.vue.ts +14 -0
  120. package/dist/runtime/editor/features/comments/Comment/index.vue +29 -8
  121. package/dist/runtime/editor/features/comments/Comment/index.vue.d.ts +14 -0
  122. package/dist/runtime/editor/features/comments/CommentInput/index.d.vue.ts +1 -1
  123. package/dist/runtime/editor/features/comments/CommentInput/index.vue +0 -3
  124. package/dist/runtime/editor/features/comments/CommentInput/index.vue.d.ts +1 -1
  125. package/dist/runtime/editor/features/comments/Sidebar/AddForm/index.vue +0 -1
  126. package/dist/runtime/editor/features/comments/Sidebar/index.d.vue.ts +16 -0
  127. package/dist/runtime/editor/features/comments/Sidebar/index.vue +13 -8
  128. package/dist/runtime/editor/features/comments/Sidebar/index.vue.d.ts +16 -0
  129. package/dist/runtime/editor/features/comments/Thread/ReplyForm/index.vue +0 -1
  130. package/dist/runtime/editor/features/comments/Thread/index.d.vue.ts +16 -0
  131. package/dist/runtime/editor/features/comments/Thread/index.vue +26 -6
  132. package/dist/runtime/editor/features/comments/Thread/index.vue.d.ts +16 -0
  133. package/dist/runtime/editor/features/comments/index.vue +28 -3
  134. package/dist/runtime/editor/features/delete/types.d.ts +1 -0
  135. package/dist/runtime/editor/features/delete/types.js +1 -0
  136. package/dist/runtime/editor/features/dev-mode/index.vue +17 -15
  137. package/dist/runtime/editor/features/dragging-overlay/DragItems/index.vue +1 -0
  138. package/dist/runtime/editor/features/duplicate/types.d.ts +1 -0
  139. package/dist/runtime/editor/features/duplicate/types.js +1 -0
  140. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue +0 -2
  141. package/dist/runtime/editor/features/editable-field/Overlay/Plaintext/index.vue +0 -1
  142. package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/index.vue +0 -5
  143. package/dist/runtime/editor/features/editable-field/Overlay/index.vue +0 -5
  144. package/dist/runtime/editor/features/editable-mask/index.vue +21 -20
  145. package/dist/runtime/editor/features/entity-title/index.vue +0 -4
  146. package/dist/runtime/editor/features/fragments/Dialog/index.vue +0 -4
  147. package/dist/runtime/editor/features/grid/index.vue +16 -15
  148. package/dist/runtime/editor/features/grid/types.d.ts +1 -0
  149. package/dist/runtime/editor/features/grid/types.js +1 -0
  150. package/dist/runtime/editor/features/help/Dialog/index.d.vue.ts +7 -0
  151. package/dist/runtime/editor/features/help/Dialog/index.vue +57 -0
  152. package/dist/runtime/editor/features/help/Dialog/index.vue.d.ts +7 -0
  153. package/dist/runtime/editor/features/help/index.vue +52 -47
  154. package/dist/runtime/editor/features/history/List/index.vue +2 -9
  155. package/dist/runtime/editor/features/history/types.d.ts +1 -0
  156. package/dist/runtime/editor/features/history/types.js +1 -0
  157. package/dist/runtime/editor/features/notifications/Item/index.d.vue.ts +4 -0
  158. package/dist/runtime/editor/features/notifications/Item/index.vue +96 -0
  159. package/dist/runtime/editor/features/notifications/Item/index.vue.d.ts +4 -0
  160. package/dist/runtime/editor/features/notifications/List/index.d.vue.ts +11 -0
  161. package/dist/runtime/editor/features/notifications/List/index.vue +126 -0
  162. package/dist/runtime/editor/features/notifications/List/index.vue.d.ts +11 -0
  163. package/dist/runtime/editor/features/notifications/docs.md +12 -0
  164. package/dist/runtime/editor/features/notifications/index.d.vue.ts +3 -0
  165. package/dist/runtime/editor/features/notifications/index.vue +123 -0
  166. package/dist/runtime/editor/features/notifications/index.vue.d.ts +3 -0
  167. package/dist/runtime/editor/features/notifications/types.d.ts +132 -0
  168. package/dist/runtime/editor/features/notifications/types.js +20 -0
  169. package/dist/runtime/editor/features/options/Form/Checkbox/index.vue +6 -2
  170. package/dist/runtime/editor/features/options/Form/Checkboxes/index.vue +14 -4
  171. package/dist/runtime/editor/features/options/Form/Color/index.vue +1 -1
  172. package/dist/runtime/editor/features/options/Form/ComplexType/index.vue +0 -1
  173. package/dist/runtime/editor/features/options/Form/DateTimeLocal/index.vue +0 -1
  174. package/dist/runtime/editor/features/options/Form/Group.vue +3 -1
  175. package/dist/runtime/editor/features/options/Form/Item.vue +1 -2
  176. package/dist/runtime/editor/features/options/Form/Number/index.vue +9 -3
  177. package/dist/runtime/editor/features/options/Form/Radios/index.vue +3 -2
  178. package/dist/runtime/editor/features/options/Form/Range/index.vue +8 -2
  179. package/dist/runtime/editor/features/options/Form/Text/index.vue +6 -2
  180. package/dist/runtime/editor/features/options/index.vue +7 -1
  181. package/dist/runtime/editor/features/ownership/Banner/index.vue +3 -1
  182. package/dist/runtime/editor/features/ownership/types.d.ts +1 -0
  183. package/dist/runtime/editor/features/ownership/types.js +1 -0
  184. package/dist/runtime/editor/features/preview-grant/types.d.ts +1 -0
  185. package/dist/runtime/editor/features/preview-grant/types.js +1 -0
  186. package/dist/runtime/editor/features/proxy-view/index.vue +24 -21
  187. package/dist/runtime/editor/features/publish/Dialog/PublishOption.vue +0 -2
  188. package/dist/runtime/editor/features/publish/Dialog/index.vue +1 -2
  189. package/dist/runtime/editor/features/responsive-preview/Frame/index.vue +0 -1
  190. package/dist/runtime/editor/features/revert/types.d.ts +1 -0
  191. package/dist/runtime/editor/features/revert/types.js +1 -0
  192. package/dist/runtime/editor/features/settings/Dialog/FeatureSetting/index.vue +18 -8
  193. package/dist/runtime/editor/features/swap/types.d.ts +1 -0
  194. package/dist/runtime/editor/features/swap/types.js +1 -0
  195. package/dist/runtime/editor/features/translations/Banner/index.vue +4 -1
  196. package/dist/runtime/editor/features/translations/CsvDialog/Import/index.vue +4 -1
  197. package/dist/runtime/editor/features/translations/TranslateDialog/index.vue +7 -2
  198. package/dist/runtime/editor/plugins/BlockIndicator/index.vue +0 -2
  199. package/dist/runtime/editor/plugins/ContextMenu/Menu/index.vue +4 -36
  200. package/dist/runtime/editor/plugins/ItemAction/index.vue +0 -1
  201. package/dist/runtime/editor/plugins/Sidebar/index.vue +7 -50
  202. package/dist/runtime/editor/plugins/ToolbarButton/index.d.vue.ts +8 -2
  203. package/dist/runtime/editor/plugins/ToolbarButton/index.vue +122 -28
  204. package/dist/runtime/editor/plugins/ToolbarButton/index.vue.d.ts +8 -2
  205. package/dist/runtime/editor/plugins/index.d.ts +1 -2
  206. package/dist/runtime/editor/plugins/index.js +1 -3
  207. package/dist/runtime/editor/providers/fieldValue.js +11 -13
  208. package/dist/runtime/editor/providers/plugin.d.ts +12 -0
  209. package/dist/runtime/editor/providers/plugin.js +9 -0
  210. package/dist/runtime/editor/translations/de.json +51 -19
  211. package/dist/runtime/editor/translations/fr.json +16 -4
  212. package/dist/runtime/editor/translations/gsw_CH.json +44 -19
  213. package/dist/runtime/editor/translations/it.json +16 -4
  214. package/package.json +4 -5
  215. package/dist/runtime/editor/plugins/ViewOption/index.d.vue.ts +0 -139
  216. package/dist/runtime/editor/plugins/ViewOption/index.vue +0 -99
  217. package/dist/runtime/editor/plugins/ViewOption/index.vue.d.ts +0 -139
@@ -25,22 +25,15 @@
25
25
 
26
26
  <script setup>
27
27
  import { Icon } from "#blokkli/editor/components";
28
- import { onBlokkliEvent } from "#blokkli/editor/composables";
29
- import {
30
- watch,
31
- ref,
32
- computed,
33
- onMounted,
34
- useBlokkli,
35
- onBeforeUnmount
36
- } from "#imports";
28
+ import { useDismiss } from "#blokkli/editor/composables";
29
+ import { ref, computed, useBlokkli } from "#imports";
37
30
  const props = defineProps({
38
31
  menu: { type: Array, required: true },
39
32
  x: { type: Number, required: true },
40
33
  y: { type: Number, required: true }
41
34
  });
42
35
  const emit = defineEmits(["close"]);
43
- const { ui, selection } = useBlokkli();
36
+ const { ui } = useBlokkli();
44
37
  const rootEl = ref(null);
45
38
  const innerStyle = computed(() => {
46
39
  const vp = ui.visibleViewportPadded.value;
@@ -53,18 +46,7 @@ const innerStyle = computed(() => {
53
46
  ...vertical
54
47
  };
55
48
  });
56
- onBlokkliEvent("keyPressed", (e) => {
57
- if (ui.hasDialogOpen.value) {
58
- return;
59
- }
60
- if (e.code === "Escape") {
61
- emit("close");
62
- }
63
- });
64
- onBlokkliEvent("window:clickAway", () => {
65
- emit("close");
66
- });
67
- watch(selection.uuids, () => emit("close"));
49
+ useDismiss({ element: rootEl, onDismiss: () => emit("close") });
68
50
  const onClick = async (index) => {
69
51
  const item = props.menu[index];
70
52
  if (item && item.type === "button") {
@@ -73,18 +55,4 @@ const onClick = async (index) => {
73
55
  }
74
56
  emit("close");
75
57
  };
76
- const onMouseDown = (e) => {
77
- if (!rootEl.value) {
78
- return;
79
- }
80
- if ((e.target instanceof HTMLElement || e.target instanceof SVGElement) && !e.target.contains(rootEl.value)) {
81
- emit("close");
82
- }
83
- };
84
- onMounted(() => {
85
- window.addEventListener("click", onMouseDown);
86
- });
87
- onBeforeUnmount(() => {
88
- window.removeEventListener("click", onMouseDown);
89
- });
90
58
  </script>
@@ -5,7 +5,6 @@
5
5
  v-show="!hidden"
6
6
  ref="el"
7
7
  :disabled="isDisabled"
8
- :data-test="'plugin-item-action-' + id"
9
8
  class="_bk_group/tooltip _bk_flex _bk_items-center _bk_shrink-0 _bk_justify-center _bk_relative _bk_lg:static _bk_z-50 _bk_size-50 _bk_lg:hover:bg-mono-700 _bk_text-mono-300 _bk_lg:hover:text-mono-50 _bk_group/button"
10
9
  :class="[
11
10
  {
@@ -5,7 +5,11 @@
5
5
  ref="tourElement"
6
6
  class="bk-toolbar-button _bk_group/tooltip"
7
7
  :class="[
8
- { 'bk-is-active': activeSidebar === id && !isDisabled },
8
+ {
9
+ 'bk-is-active': activeSidebar === id && !isDisabled,
10
+ 'bk-has-dropdown-bottom': region === 'left',
11
+ 'bk-has-dropdown-left': region !== 'left'
12
+ },
9
13
  'bk-is-' + region
10
14
  ]"
11
15
  :disabled="isDisabled"
@@ -674,57 +678,10 @@ export default {
674
678
  flex-direction: column;
675
679
  }
676
680
  }
677
- :is(:is(.bk .bk-sidebar-container-tabs) .bk-toolbar-button):before {
678
- height: 0px;
679
- width: 0px;
680
- --bk-tw-border-style: solid;
681
- border-style: solid;
682
- --bk-tw-content: '';
683
- content: var(--bk-tw-content);
684
- position: absolute;
685
- bottom: 0px;
686
- left: 17.5px;
687
- transform-origin: bottom;
688
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --bk-tw-gradient-from, --bk-tw-gradient-via, --bk-tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
689
- transition-timing-function: var(--bk-tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
690
- transition-duration: var(--bk-tw-duration, var(--default-transition-duration, 150ms));
691
- --bk-tw-scale-y: 0%;
692
- scale: var(--bk-tw-scale-x) var(--bk-tw-scale-y);
693
- border-width: 0 8px 6px;
694
- border-color: transparent transparent #ffffff transparent;
695
- }
696
- @media (width >= 64rem) {
697
- :is(.bk-is-right:is(:is(.bk .bk-sidebar-container-tabs) .bk-toolbar-button),.bk-is-right-bottom:is(:is(.bk .bk-sidebar-container-tabs) .bk-toolbar-button)):before {
698
- border-width: 10px 0 10px 10px;
699
- border-color: transparent transparent transparent #ffffff;
700
- position: absolute;
701
- top: 15px;
702
- left: 0px;
703
- transform-origin: 0;
704
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --bk-tw-gradient-from, --bk-tw-gradient-via, --bk-tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
705
- transition-timing-function: var(--bk-tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
706
- transition-duration: var(--bk-tw-duration, var(--default-transition-duration, 150ms));
707
- --bk-tw-scale-x: 0%;
708
- scale: var(--bk-tw-scale-x) var(--bk-tw-scale-y);
709
- }
710
- .bk-is-left:is(:is(.bk .bk-sidebar-container-tabs) .bk-toolbar-button):before {
711
- border-width: 0 10px 10px;
712
- left: 15px;
713
- }
714
- }
715
- .bk-is-active:is(:is(.bk .bk-sidebar-container-tabs) .bk-toolbar-button) {
716
- background-color: rgb(var(--bk-theme-mono-700) / 1);
717
- }
718
- .bk-is-active:is(:is(.bk .bk-sidebar-container-tabs) .bk-toolbar-button):before {
719
- --bk-tw-scale-x: 100%;
720
- --bk-tw-scale-y: 100%;
721
- --bk-tw-scale-z: 100%;
722
- scale: var(--bk-tw-scale-x) var(--bk-tw-scale-y);
723
- }
724
681
  .bk .bk-sidebar-badge {
725
682
  position: absolute;
726
- top: 3px;
727
- right: 3px;
683
+ top: 5px;
684
+ right: 5px;
728
685
  display: flex;
729
686
  width: 18px;
730
687
  height: 18px;
@@ -75,11 +75,17 @@ type __VLS_Props = {
75
75
  */
76
76
  noCommand?: boolean;
77
77
  };
78
- declare var __VLS_7: {};
78
+ declare var __VLS_7: {}, __VLS_14: {}, __VLS_30: {};
79
79
  type __VLS_Slots = {} & {
80
80
  default?: (props: typeof __VLS_7) => any;
81
+ } & {
82
+ 'icon-addon'?: (props: typeof __VLS_14) => any;
83
+ } & {
84
+ after?: (props: typeof __VLS_30) => any;
81
85
  };
82
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
86
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
87
+ el: any;
88
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
89
  click: (...args: any[]) => void;
84
90
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
85
91
  onClick?: ((...args: any[]) => any) | undefined;
@@ -1,38 +1,40 @@
1
1
  <template>
2
2
  <Teleport :to="'#bk-toolbar-' + region">
3
- <button
4
- ref="el"
5
- class="bk-toolbar-button _bk_group/tooltip"
6
- :disabled="disabled"
7
- :class="[
3
+ <div :style="{ order: weight || 0 }" class="_bk_relative">
4
+ <button
5
+ ref="el"
6
+ class="bk-toolbar-button _bk_group/tooltip"
7
+ :disabled="disabled"
8
+ :class="[
8
9
  { 'bk-is-active': active },
9
10
  id ? 'bk-is-' + id : void 0,
10
11
  $attrs.class
11
12
  ]"
12
- :data-test-toolbar-button="id"
13
- :style="{ order: weight || 0 }"
14
- @click.prevent.stop="onClick"
15
- >
16
- <slot>
17
- <Icon v-if="icon" :name="icon" />
18
- </slot>
19
- <Tooltip
20
- :label="title"
21
- :placement="tooltipPlacement"
22
- :margin="region === 'before-sidebar'"
13
+ @click.prevent.stop="onClick"
23
14
  >
24
- <template v-if="keyCode" #shortcut>
25
- <ShortcutIndicator
26
- :meta="meta"
27
- :shift="shift"
28
- :key-code="keyCode"
29
- :label="title"
30
- :group="shortcutGroup"
31
- @pressed="onClick"
32
- />
33
- </template>
34
- </Tooltip>
35
- </button>
15
+ <slot>
16
+ <Icon v-if="icon" :name="icon" />
17
+ <slot name="icon-addon" />
18
+ </slot>
19
+ <Tooltip
20
+ :label="title"
21
+ :placement="tooltipPlacement"
22
+ :margin="region === 'before-sidebar'"
23
+ >
24
+ <template v-if="keyCode" #shortcut>
25
+ <ShortcutIndicator
26
+ :meta="meta"
27
+ :shift="shift"
28
+ :key-code="keyCode"
29
+ :label="title"
30
+ :group="shortcutGroup"
31
+ @pressed="onClick"
32
+ />
33
+ </template>
34
+ </Tooltip>
35
+ </button>
36
+ <slot name="after" />
37
+ </div>
36
38
  </Teleport>
37
39
  </template>
38
40
 
@@ -100,8 +102,100 @@ defineTourItem(() => {
100
102
  element: () => el.value
101
103
  };
102
104
  });
105
+ defineExpose({ el });
103
106
  defineOptions({
104
107
  name: "PluginToolbarButton",
105
108
  inheritAttrs: false
106
109
  });
107
110
  </script>
111
+
112
+ <style>/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
113
+ .bk .bk-toolbar-button {
114
+ display: flex;
115
+ height: 40px;
116
+ min-width: 50px;
117
+ align-items: center;
118
+ justify-content: center;
119
+ gap: 5px;
120
+ padding-inline: 10px;
121
+ color: rgb(var(--bk-theme-mono-200) / 1);
122
+ }
123
+ @media (width >= 64rem) {
124
+ .bk .bk-toolbar-button {
125
+ height: 50px;
126
+ }
127
+ }
128
+ @media (width >= 64rem) {
129
+ @media (hover: hover) {
130
+ :is(.bk .bk-toolbar-button):not(.bk-is-active):hover {
131
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
132
+ }
133
+ }
134
+ }
135
+ .bk-has-dropdown-left:is(.bk .bk-toolbar-button):before,.bk-has-dropdown-bottom:is(.bk .bk-toolbar-button):before {
136
+ height: 0px;
137
+ width: 0px;
138
+ --bk-tw-border-style: solid;
139
+ border-style: solid;
140
+ --bk-tw-content: '';
141
+ content: var(--bk-tw-content);
142
+ position: absolute;
143
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --bk-tw-gradient-from, --bk-tw-gradient-via, --bk-tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
144
+ transition-timing-function: var(--bk-tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
145
+ transition-duration: var(--bk-tw-duration, var(--default-transition-duration, 150ms));
146
+ }
147
+ .bk-has-dropdown-bottom:is(.bk .bk-toolbar-button):before {
148
+ bottom: 0px;
149
+ transform-origin: bottom;
150
+ border-width: 0 10px 10px;
151
+ border-top-color: transparent;
152
+ border-right-color: transparent;
153
+ border-bottom-color: rgb(var(--bk-theme-mono-200) / 1);
154
+ border-left-color: transparent;
155
+ --bk-tw-scale-y: 0%;
156
+ scale: var(--bk-tw-scale-x) var(--bk-tw-scale-y);
157
+ left: calc(1 / 2 * 100%);
158
+ --bk-tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
159
+ translate: var(--bk-tw-translate-x) var(--bk-tw-translate-y);
160
+ }
161
+ .bk-has-dropdown-left:is(.bk .bk-toolbar-button):before {
162
+ border-width: 10px 0 10px 10px;
163
+ border-color: transparent transparent transparent #ffffff;
164
+ transform-origin: 0;
165
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --bk-tw-gradient-from, --bk-tw-gradient-via, --bk-tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
166
+ transition-timing-function: var(--bk-tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
167
+ transition-duration: var(--bk-tw-duration, var(--default-transition-duration, 150ms));
168
+ --bk-tw-scale-x: 0%;
169
+ scale: var(--bk-tw-scale-x) var(--bk-tw-scale-y);
170
+ top: calc(1 / 2 * 100%);
171
+ left: 0px;
172
+ --bk-tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
173
+ translate: var(--bk-tw-translate-x) var(--bk-tw-translate-y);
174
+ }
175
+ .bk-is-active:is(.bk .bk-toolbar-button) {
176
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
177
+ }
178
+ .bk-is-active:is(.bk .bk-toolbar-button):before {
179
+ --bk-tw-scale-x: 100% !important;
180
+ --bk-tw-scale-y: 100% !important;
181
+ --bk-tw-scale-z: 100% !important;
182
+ scale: var(--bk-tw-scale-x) var(--bk-tw-scale-y) !important;
183
+ }
184
+ .bk-is-inactive:is(.bk .bk-toolbar-button) {
185
+ color: rgb(var(--bk-theme-mono-600) / 1);
186
+ }
187
+ [disabled]:is(.bk .bk-toolbar-button) {
188
+ pointer-events: none;
189
+ color: rgb(var(--bk-theme-mono-700) / 1);
190
+ }
191
+ :is(.bk .bk-toolbar-button) svg {
192
+ width: 18px;
193
+ height: 18px;
194
+ }
195
+ @media (width >= 64rem) {
196
+ :is(.bk .bk-toolbar-button) svg {
197
+ width: 20px;
198
+ height: 20px;
199
+ }
200
+ }
201
+ </style>
@@ -75,11 +75,17 @@ type __VLS_Props = {
75
75
  */
76
76
  noCommand?: boolean;
77
77
  };
78
- declare var __VLS_7: {};
78
+ declare var __VLS_7: {}, __VLS_14: {}, __VLS_30: {};
79
79
  type __VLS_Slots = {} & {
80
80
  default?: (props: typeof __VLS_7) => any;
81
+ } & {
82
+ 'icon-addon'?: (props: typeof __VLS_14) => any;
83
+ } & {
84
+ after?: (props: typeof __VLS_30) => any;
81
85
  };
82
- declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
86
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
87
+ el: any;
88
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
89
  click: (...args: any[]) => void;
84
90
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
85
91
  onClick?: ((...args: any[]) => any) | undefined;
@@ -5,5 +5,4 @@ import PluginItemAction from './ItemAction/index.vue.js';
5
5
  import PluginSidebar from './Sidebar/index.vue.js';
6
6
  import PluginToolbarButton from './ToolbarButton/index.vue.js';
7
7
  import PluginTourItem from './TourItem/index.vue.js';
8
- import PluginViewOption from './ViewOption/index.vue.js';
9
- export { PluginBlockIndicator, PluginContextMenu, PluginDebugOverlay, PluginItemAction, PluginSidebar, PluginToolbarButton, PluginTourItem, PluginViewOption, };
8
+ export { PluginBlockIndicator, PluginContextMenu, PluginDebugOverlay, PluginItemAction, PluginSidebar, PluginToolbarButton, PluginTourItem, };
@@ -5,7 +5,6 @@ import PluginItemAction from "./ItemAction/index.vue";
5
5
  import PluginSidebar from "./Sidebar/index.vue";
6
6
  import PluginToolbarButton from "./ToolbarButton/index.vue";
7
7
  import PluginTourItem from "./TourItem/index.vue";
8
- import PluginViewOption from "./ViewOption/index.vue";
9
8
  export {
10
9
  PluginBlockIndicator,
11
10
  PluginContextMenu,
@@ -13,6 +12,5 @@ export {
13
12
  PluginItemAction,
14
13
  PluginSidebar,
15
14
  PluginToolbarButton,
16
- PluginTourItem,
17
- PluginViewOption
15
+ PluginTourItem
18
16
  };
@@ -17,11 +17,6 @@ export default function fieldValueProvider(directive, state, types, definitions,
17
17
  )?.[0] ?? null;
18
18
  }
19
19
  function readFieldValue(fieldName, host) {
20
- const element = directive.findEditableElement(fieldName, host);
21
- if (!element) {
22
- return null;
23
- }
24
- const editableData = directive.findEditable(fieldName, host);
25
20
  const cfg = types.editableFieldConfig.forName(
26
21
  host.type,
27
22
  host.bundle,
@@ -31,8 +26,6 @@ export default function fieldValueProvider(directive, state, types, definitions,
31
26
  return null;
32
27
  }
33
28
  const fieldType = cfg.type === "frame" || cfg.type === "markup" ? "markup" : "plain";
34
- const isMarkup = cfg.type !== "plain";
35
- const isComponent = !!editableData?.isComponent;
36
29
  const providerDefinition = definitions.getProviderDefinition(
37
30
  host.type,
38
31
  host.bundle
@@ -54,15 +47,20 @@ export default function fieldValueProvider(directive, state, types, definitions,
54
47
  matchingProp = findMatchingProp(mapping, fieldName);
55
48
  }
56
49
  }
50
+ if (matchingProp) {
51
+ const value2 = providerDefinition ? state.mutatedEntity.value[matchingProp] || "" : state.getFieldListItem(host.uuid)?.props?.[matchingProp] ?? "";
52
+ return { value: value2, fieldType };
53
+ }
54
+ const element = directive.findEditableElement(fieldName, host);
55
+ if (!element) {
56
+ return null;
57
+ }
58
+ const editableData = directive.findEditable(fieldName, host);
59
+ const isMarkup = cfg.type !== "plain";
60
+ const isComponent = !!editableData?.isComponent;
57
61
  let value;
58
62
  if (isComponent && editableData?.getValue) {
59
63
  value = editableData.getValue();
60
- } else if (matchingProp) {
61
- if (providerDefinition) {
62
- value = state.mutatedEntity.value[matchingProp] || "";
63
- } else {
64
- value = state.getFieldListItem(host.uuid)?.props?.[matchingProp] ?? "";
65
- }
66
64
  } else if (isMarkup) {
67
65
  value = element.innerHTML;
68
66
  } else {
@@ -39,17 +39,29 @@ export type HighlightItem = {
39
39
  onClick: () => void;
40
40
  };
41
41
  type HighlightFunction = PluginAddFunction<HighlightItem>;
42
+ export type ViewOption = {
43
+ id: string;
44
+ label: string;
45
+ description: string;
46
+ icon: BlokkliIcon;
47
+ keyCode?: string;
48
+ tourText?: string;
49
+ weight?: number;
50
+ };
51
+ type ViewOptionFunction = PluginAddFunction<ViewOption>;
42
52
  type PluginFunctionMap = {
43
53
  addAction: AddActionFunction;
44
54
  itemDropdownAction: ItemDropdownActionFunction;
45
55
  menuButton: MenuButtonFunction;
46
56
  highlight: HighlightFunction;
57
+ viewOption: ViewOptionFunction;
47
58
  };
48
59
  type PluginDataMap = {
49
60
  addAction: AddAction;
50
61
  itemDropdownAction: ItemDropdownAction;
51
62
  menuButton: MenuButtonPlugin;
52
63
  highlight: HighlightItem;
64
+ viewOption: ViewOption;
53
65
  };
54
66
  export type PluginProvider = {
55
67
  /**
@@ -4,6 +4,7 @@ export default function() {
4
4
  const itemDropdownActionPlugins = ref([]);
5
5
  const menuButtonPlugins = ref([]);
6
6
  const highlightPlugins = ref([]);
7
+ const viewOptionPlugins = ref([]);
7
8
  function add(type, fn) {
8
9
  if (type === "addAction") {
9
10
  addActionPlugins.value.push(fn);
@@ -13,6 +14,8 @@ export default function() {
13
14
  menuButtonPlugins.value.push(fn);
14
15
  } else if (type === "highlight") {
15
16
  highlightPlugins.value.push(fn);
17
+ } else if (type === "viewOption") {
18
+ viewOptionPlugins.value.push(fn);
16
19
  }
17
20
  }
18
21
  function remove(type, fn) {
@@ -32,6 +35,10 @@ export default function() {
32
35
  highlightPlugins.value = highlightPlugins.value.filter(
33
36
  (v) => v !== fn
34
37
  );
38
+ } else if (type === "viewOption") {
39
+ viewOptionPlugins.value = viewOptionPlugins.value.filter(
40
+ (v) => v !== fn
41
+ );
35
42
  }
36
43
  }
37
44
  function get(type) {
@@ -44,6 +51,8 @@ export default function() {
44
51
  storage = menuButtonPlugins.value;
45
52
  } else if (type === "highlight") {
46
53
  storage = highlightPlugins.value;
54
+ } else if (type === "viewOption") {
55
+ storage = viewOptionPlugins.value;
47
56
  } else {
48
57
  return [];
49
58
  }
@@ -75,6 +75,13 @@
75
75
  "aiAgentAskQuestionOther": "Keine der Optionen",
76
76
  "aiAgentAskQuestionOtherPlaceholder": "Eigene Antwort eingeben",
77
77
  "aiAgentAskQuestionRunning": "Auf Antwort warten",
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",
78
85
  "aiAgentAwaitingApproval": "Wartet auf Ihre Bestätigung",
79
86
  "aiAgentBatchRewriteAllApplied": "Alle @count Änderungen angewendet",
80
87
  "aiAgentBatchRewriteAllRejected": "Alle Änderungen abgelehnt",
@@ -159,6 +166,10 @@
159
166
  "aiAgentGetMutationHistoryRunning": "Änderungsverlauf abrufen",
160
167
  "aiAgentGetPageStructureDone": "Seitenstruktur erhalten (@count Absätze)",
161
168
  "aiAgentGetPageStructureRunning": "Seitenstruktur wird geladen",
169
+ "aiAgentGetPageTextDone": "Seitentext gelesen",
170
+ "aiAgentGetPageTextRunning": "Seitentext lesen",
171
+ "aiAgentGetReferencedEntitiesDone": "@count verwandte Inhalte geladen",
172
+ "aiAgentGetReferencedEntitiesRunning": "Verwandte Inhalte laden",
162
173
  "aiAgentGetSelectedBlocksDone": "@count Blöcke ausgewählt",
163
174
  "aiAgentGetSelectedBlocksNone": "Keine Blöcke ausgewählt",
164
175
  "aiAgentGetSelectedBlocksRunning": "Ausgewählte Blöcke laden",
@@ -279,15 +290,9 @@
279
290
  "analyzerReadabiliyOkTitle": "Text könnte einfacher sein",
280
291
  "analyzerReadabiliyShorterSentences": "Verwenden Sie kürzere Sätze und einfachere Formulierungen.",
281
292
  "analyzerReadabiliyTitle": "Probleme bei Lesbarkeit",
282
- "anchorHide": "Anker-Links verstecken",
283
- "anchorShow": "Anker-Links anzeigen",
284
- "anchorToggle": "Anzeige von Anker-Links umschalten",
285
293
  "arrowLeft": "Pfeil links",
286
294
  "arrowRight": "Pfeil rechts",
287
295
  "artboard": "Vorschau",
288
- "artboardOverviewHide": "Übersicht verstecken",
289
- "artboardOverviewShow": "Übersicht anzeigen",
290
- "artboardOverviewToggle": "Übersicht umschalten",
291
296
  "artboardOverviewTourText": "Zeigt eine schematische Übersicht aller Inhalte an.",
292
297
  "artboardResetZoom": "Zoom zurücksetzen",
293
298
  "artboardScaleToFit": "An Höhe anpassen",
@@ -587,6 +592,24 @@
587
592
  "fatalErrorTitle": "blökkli funktioniert nicht mehr",
588
593
  "featureHelpShortcuts": "Tastenkombinationen",
589
594
  "featureHelpTitle": "Hilfe",
595
+ "feature_add-list_setting_hideDisabledBlocks_description": "Versteckt Blöcke aus der «Blockliste», wenn sie nirgendwo hinzugefügt werden können.",
596
+ "feature_add-list_setting_hideDisabledBlocks_label": "Blöcke verstecken, die nicht hinzugefügt werden können",
597
+ "feature_artboard_setting_momentum_description": "Verwendet sanftes Scrollen und Vergrössern der Vorschau.",
598
+ "feature_artboard_setting_momentum_label": "Sanftes Scrollen verwenden",
599
+ "feature_artboard_setting_persist_description": "Speichert und stellt die letzte Position und den Zoomfaktor der Vorschau wieder her.",
600
+ "feature_artboard_setting_persist_label": "Position und Zoom speichern",
601
+ "feature_artboard_setting_scrollSpeed_label": "Scrollgeschwindigkeit der Vorschau",
602
+ "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.",
603
+ "feature_history_setting_useMouseButtons_label": "Maustasten für Rückgängig/Wiederherstellen verwenden",
604
+ "feature_import-existing_setting_showDialogWhenEmpty_description": "Zeigt den Importdialog beim öffnen von blökkli wenn die Seite leer ist.",
605
+ "feature_import-existing_setting_showDialogWhenEmpty_label": "Importdialog beim Start anzeigen",
606
+ "feature_publish_setting_closeAfterPublish_description": "Schliesst den Editor sofort nach erfolgreichem Veröffentlichen oder Speichern.",
607
+ "feature_publish_setting_closeAfterPublish_label": "Nach «Veröffentlichen» den Editor schliessen",
608
+ "feature_settings_setting_lowPerformanceMode_description": "Reduziert Animationen und Interaktivität auf ein Minimum für Geräte mit geringer Leistung.",
609
+ "feature_settings_setting_lowPerformanceMode_label": "Modus für niedrige Leistung aktivieren",
610
+ "feature_settings_setting_resetAllSettings_label": "Alle Einstellungen zurücksetzen",
611
+ "feature_settings_setting_useAnimations_description": "Animiert UI-Elemente wie Dialoge oder Panels sowie Interaktionen wie Drag-and-Drop oder Scrollen.",
612
+ "feature_settings_setting_useAnimations_label": "Animationen verwenden",
590
613
  "fieldIsRequired": "Feld darf nicht leer sein",
591
614
  "file": "Datei",
592
615
  "filter": "Filtern",
@@ -604,11 +627,7 @@
604
627
  "fragmentsPlaceDialogSearchPlaceholder": "Fragmente durchsuchen",
605
628
  "fragmentsPlaceDialogSubmitButton": "Ausgewähltes Fragment hinzufügen",
606
629
  "fragmentsPlaceDialogTitle": "Fragment hinzufügen",
607
- "gridHide": "Spalten verstecken",
608
- "gridShow": "Spalten anzeigen",
609
- "gridToggle": "Spalten anzeigen",
610
630
  "gridTourText": "Zeigt die Layout-Spalten als Overlay über die Seite an.",
611
- "helpTourText": "Zeigt eine Liste von verfügbaren Tastenkombinationen an.",
612
631
  "history": "Änderungsverlauf",
613
632
  "historyCurrentRevision": "Aktuelle Revision",
614
633
  "historyEmpty": "Es gibt noch keine Änderungen.",
@@ -629,8 +648,6 @@
629
648
  "importExistingSearchPlaceholder": "Seiten suchen",
630
649
  "importExistingSuccess": "Inhalte erfolgreich übernommen.",
631
650
  "inlineCode": "Inline-Code",
632
- "interactionLayerOff": "Interaktionsebenen anzeigen",
633
- "interactionLayersOn": "Interaktionsebenen ausblenden",
634
651
  "italic": "Kursiv",
635
652
  "keyboardSpace": "Leertaste",
636
653
  "libraryAddDescription": "Fügen Sie einen wiederverwendbaren Block aus der Bibliothek hinzu.",
@@ -655,9 +672,6 @@
655
672
  "loading": "Wird geladen",
656
673
  "manageSchedule": "Planung verwalten",
657
674
  "manageScheduling": "Planung verwalten",
658
- "maskHide": "Nicht-editierbare Bereiche verstecken",
659
- "maskShow": "Nicht-editierbare Bereiche anzeigen",
660
- "maskToggle": "Nicht-editierbare Bereiche anzeigen",
661
675
  "maskTourText": "Wechseln Sie zwischen Anzeigen und Verbergen nicht bearbeitbarer Teile der Seite.",
662
676
  "mediaLibrary": "Medienbibliothek",
663
677
  "mediaLibraryReplaceFailed": "Das Medienelement konnte nicht ersetzt werden.",
@@ -670,6 +684,13 @@
670
684
  "noEditPermission": "Bearbeiten aufgrund fehlender Berechtigung nicht möglich.",
671
685
  "notSet": "Nicht gesetzt",
672
686
  "notSupported": "Nicht unterstützt",
687
+ "notifications": "Benachrichtigungen",
688
+ "notificationsEmpty": "Keine Benachrichtigungen.",
689
+ "notificationsLoadError": "Benachrichtigungen konnten nicht geladen werden.",
690
+ "notificationsLoadMore": "Mehr laden",
691
+ "notificationsMarkAllRead": "Alle als gelesen markieren",
692
+ "notificationsMarkAllReadError": "Benachrichtigungen konnten nicht als gelesen markiert werden.",
693
+ "notificationsTourText": "Zeigt Benachrichtigungen über Erwähnungen, gelöste Kommentare und andere Ereignisse.",
673
694
  "numberedList": "Nummerierte Liste",
674
695
  "optionBkVisibleLanguagesAll": "Alle Sprachen",
675
696
  "optionsCommand.selectCheckboxValue": "«@value» in «@option» auswählen",
@@ -697,9 +718,6 @@
697
718
  "previewQrCodeText": "Sie können den Link auch kopieren und teilen.",
698
719
  "previewWithSmartphone": "Vorschau (mit Smartphone)",
699
720
  "previewWithSmartphoneTourText": "Zeigt einen QR-Code an, um eine Vorschau der Änderungen mit Ihrem Smartphone zu öffnen.",
700
- "proxyViewHide": "Inhaltsvorschau anzeigen",
701
- "proxyViewShow": "Strukturierte Vorschau anzeigen",
702
- "proxyViewToggle": "Vorschau wechseln",
703
721
  "proxyViewTourText": "Stellt die Inhaltsblöcke in strukturierter Form dar.",
704
722
  "publish": "Veröffentlichen",
705
723
  "publishAlreadyScheduledDescription": "Diese Seite ist bereits zur Veröffentlichung geplant",
@@ -853,7 +871,6 @@
853
871
  "theme": "Farben",
854
872
  "themeTourText": "Ändern Sie das Theme und generieren Sie eine Theme-Datei.",
855
873
  "title": "Titel",
856
- "toggleInteractionLayers": "Interaktionsebenen umschalten",
857
874
  "touchBarCancelDragging": "Platzieren abbrechen",
858
875
  "touchBarFinishSelecting": "Mehrfachauswahl beenden",
859
876
  "tourDescription": "Entdecken Sie die Funktionen vom Editor.",
@@ -919,6 +936,21 @@
919
936
  "viewBannerReviewTitle": "Sie befinden sich im Review-Modus.",
920
937
  "viewBannerViewText": "Sie können Kommentare ansehen, aber keine Inhalte bearbeiten.",
921
938
  "viewBannerViewTitle": "Sie befinden sich im Ansichtsmodus.",
939
+ "viewOptionAnchors": "Ankerlinks",
940
+ "viewOptionAnchorsDescription": "Hebt Blöcke mit einer Anker-ID hervor.",
941
+ "viewOptionArtboardOverview": "Übersicht",
942
+ "viewOptionArtboardOverviewDescription": "Zeigt eine Übersicht aller Inhaltsblöcke an.",
943
+ "viewOptionDisable": "«@option» deaktivieren",
944
+ "viewOptionEnable": "«@option» aktivieren",
945
+ "viewOptionGrid": "Raster",
946
+ "viewOptionGridDescription": "Zeigt ein Layoutraster über der Seite an.",
947
+ "viewOptionInteractionLayers": "Interaktionsebenen",
948
+ "viewOptionInteractionLayersDescription": "Blendet die Editor-Overlays aus, um die Seite in der finalen Darstellung anzuzeigen.",
949
+ "viewOptionNonEditableAreas": "Nur bearbeitbare Bereiche",
950
+ "viewOptionNonEditableAreasDescription": "Versteckt nicht bearbeitbare Teile der Seite.",
951
+ "viewOptionStructureView": "Strukturansicht",
952
+ "viewOptionStructureViewDescription": "Zeigt die Blöcke als strukturierte Übersicht anstelle der gerenderten Vorschau an.",
953
+ "viewOptions": "Darstellung",
922
954
  "whatsNew": "Neuigkeiten",
923
955
  "workspaceSearchPlaceholder": "Seiten durchsuchen"
924
956
  }