@blokkli/editor 2.0.0-alpha.51 → 2.0.0-alpha.53

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 (377) hide show
  1. package/dist/chunks/tailwindConfig.mjs +3 -3
  2. package/dist/global/types/blockOptions.d.ts +18 -2
  3. package/dist/module.d.mts +2 -2
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +281 -18
  6. package/dist/modules/agent/index.d.mts +1 -1
  7. package/dist/modules/agent/runtime/app/composables/agentProvider.d.ts +1 -0
  8. package/dist/modules/agent/runtime/app/composables/agentProvider.js +7 -0
  9. package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.d.vue.ts +2 -2
  10. package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.vue +14 -49
  11. package/dist/modules/agent/runtime/app/features/agent/Panel/DropHandler/index.vue.d.ts +2 -2
  12. package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.d.vue.ts +10 -0
  13. package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.vue +102 -0
  14. package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.vue.d.ts +10 -0
  15. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/index.vue +8 -5
  16. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.d.vue.ts +3 -3
  17. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.vue +9 -5
  18. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.vue.d.ts +3 -3
  19. package/dist/modules/agent/runtime/app/features/agent/Panel/index.d.vue.ts +7 -0
  20. package/dist/modules/agent/runtime/app/features/agent/Panel/index.vue +16 -2
  21. package/dist/modules/agent/runtime/app/features/agent/Panel/index.vue.d.ts +7 -0
  22. package/dist/modules/agent/runtime/app/features/agent/index.vue +29 -0
  23. package/dist/modules/agent/runtime/app/features/agent/types.d.ts +16 -0
  24. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.vue +3 -1
  25. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/index.d.ts +2 -0
  26. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/index.js +8 -1
  27. package/dist/modules/charts/index.d.mts +1 -1
  28. package/dist/modules/charts/index.mjs +2 -3
  29. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/index.vue +1 -1
  30. package/dist/modules/charts/runtime/features/charts/Editor/ColorDropdown/index.vue +1 -1
  31. package/dist/modules/drupal/graphql/base/fragment.paragraphsBlokkliEditState.graphql +16 -0
  32. package/dist/modules/drupal/graphql/base/query.pbConfig.graphql +9 -0
  33. package/dist/modules/drupal/graphql/features/agent.graphql +20 -0
  34. package/dist/modules/drupal/graphql/features/publishNew.graphql +14 -0
  35. package/dist/modules/drupal/graphql/features/referenced-entities.graphql +21 -0
  36. package/dist/modules/drupal/graphql/features/textFieldValues.graphql +20 -0
  37. package/dist/modules/drupal/graphql/features/workspace.graphql +23 -0
  38. package/dist/modules/drupal/graphql/mutations/bulk_translate_field_values.graphql +19 -0
  39. package/dist/modules/drupal/graphql/mutations/clear_outdated_translation.graphql +15 -0
  40. package/dist/modules/drupal/graphql/mutations/ignore_analyze.graphql +15 -0
  41. package/dist/modules/drupal/graphql/mutations/request_translation.graphql +10 -0
  42. package/dist/modules/drupal/graphql/mutations/unignore_analyze.graphql +15 -0
  43. package/dist/modules/drupal/index.d.mts +1 -1
  44. package/dist/modules/drupal/index.mjs +16 -0
  45. package/dist/modules/drupal/runtime/adapter/index.js +180 -11
  46. package/dist/modules/iframes/index.d.mts +31 -0
  47. package/dist/modules/iframes/index.mjs +52 -0
  48. package/dist/modules/iframes/runtime/components/BlokkliIframe/index.d.vue.ts +18 -0
  49. package/dist/modules/iframes/runtime/components/BlokkliIframe/index.vue +61 -0
  50. package/dist/modules/iframes/runtime/components/BlokkliIframe/index.vue.d.ts +18 -0
  51. package/dist/modules/iframes/runtime/components/index.d.ts +1 -0
  52. package/dist/modules/iframes/runtime/components/index.js +1 -0
  53. package/dist/modules/iframes/runtime/features/iframes/Editor/index.d.vue.ts +12 -0
  54. package/dist/modules/iframes/runtime/features/iframes/Editor/index.vue +220 -0
  55. package/dist/modules/iframes/runtime/features/iframes/Editor/index.vue.d.ts +12 -0
  56. package/dist/modules/iframes/runtime/types.d.ts +10 -0
  57. package/dist/modules/index.d.mts +1 -1
  58. package/dist/modules/table-of-contents/index.d.mts +1 -1
  59. package/dist/runtime/components/Blocks/NotImplemented/index.vue +57 -0
  60. package/dist/runtime/components/BlokkliEditable.d.vue.ts +2 -1
  61. package/dist/runtime/components/BlokkliEditable.vue +58 -42
  62. package/dist/runtime/components/BlokkliEditable.vue.d.ts +2 -1
  63. package/dist/runtime/components/BlokkliItem.d.vue.ts +1 -1
  64. package/dist/runtime/components/BlokkliItem.vue.d.ts +1 -1
  65. package/dist/runtime/editor/adapter/index.d.ts +8 -1
  66. package/dist/runtime/editor/components/Actions/Interactions/index.vue +77 -17
  67. package/dist/runtime/editor/components/Actions/{ItemDropdown.vue → ItemDropdown/index.vue} +9 -10
  68. package/dist/runtime/editor/components/Actions/index.vue +586 -23
  69. package/dist/runtime/editor/components/AnimationCanvas/index.vue +1 -0
  70. package/dist/runtime/editor/components/AppMenu/MenuButton.vue +185 -1
  71. package/dist/runtime/editor/components/AppMenu/index.vue +24 -10
  72. package/dist/runtime/editor/components/ArtboardTooltip/index.d.vue.ts +6 -2
  73. package/dist/runtime/editor/components/ArtboardTooltip/index.vue +223 -3
  74. package/dist/runtime/editor/components/ArtboardTooltip/index.vue.d.ts +6 -2
  75. package/dist/runtime/editor/components/AutoHeight/index.vue +23 -0
  76. package/dist/runtime/editor/components/Banner/Inner.d.vue.ts +30 -0
  77. package/dist/runtime/editor/components/Banner/Inner.vue +32 -0
  78. package/dist/runtime/editor/components/Banner/Inner.vue.d.ts +30 -0
  79. package/dist/runtime/editor/components/Banner/index.d.vue.ts +3 -13
  80. package/dist/runtime/editor/components/Banner/index.vue +2 -14
  81. package/dist/runtime/editor/components/Banner/index.vue.d.ts +3 -13
  82. package/dist/runtime/editor/components/BetaIndicator/index.d.vue.ts +6 -0
  83. package/dist/runtime/editor/components/BetaIndicator/index.vue +16 -0
  84. package/dist/runtime/editor/components/BetaIndicator/index.vue.d.ts +6 -0
  85. package/dist/runtime/editor/components/BlockPreviewItem/index.vue +51 -1
  86. package/dist/runtime/editor/components/BlockPreviewRenderer/index.vue +27 -1
  87. package/dist/runtime/editor/components/BlockProxy/index.vue +148 -1
  88. package/dist/runtime/editor/components/BlokkliRootErrorBoundary.vue +59 -0
  89. package/dist/runtime/editor/components/BundleSelector/index.vue +170 -20
  90. package/dist/runtime/editor/components/Dialog/index.d.vue.ts +2 -0
  91. package/dist/runtime/editor/components/Dialog/index.vue +341 -0
  92. package/dist/runtime/editor/components/Dialog/index.vue.d.ts +2 -0
  93. package/dist/runtime/editor/components/DiffApproval/Highlight/index.vue +117 -0
  94. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue +224 -28
  95. package/dist/runtime/editor/components/DiffViewer/DiffValue.d.vue.ts +1 -0
  96. package/dist/runtime/editor/components/DiffViewer/DiffValue.vue +5 -1
  97. package/dist/runtime/editor/components/DiffViewer/DiffValue.vue.d.ts +1 -0
  98. package/dist/runtime/editor/components/DiffViewer/State.vue +319 -0
  99. package/dist/runtime/editor/components/DraggableList.vue +103 -0
  100. package/dist/runtime/editor/components/Dropdown/index.vue +84 -0
  101. package/dist/runtime/editor/components/EditProvider.vue +72 -15
  102. package/dist/runtime/editor/components/FileDropHandler/index.d.vue.ts +23 -0
  103. package/dist/runtime/editor/components/FileDropHandler/index.vue +108 -0
  104. package/dist/runtime/editor/components/FileDropHandler/index.vue.d.ts +23 -0
  105. package/dist/runtime/editor/components/FlexTextarea/index.vue +4 -2
  106. package/dist/runtime/editor/components/Form/Datepicker/index.vue +149 -0
  107. package/dist/runtime/editor/components/Form/Toggle/index.vue +205 -1
  108. package/dist/runtime/editor/components/FormOverlay/index.vue +90 -0
  109. package/dist/runtime/editor/components/Icon/index.vue +6 -0
  110. package/dist/runtime/editor/components/Indicators/index.vue +161 -0
  111. package/dist/runtime/editor/components/InfoBox/index.vue +65 -0
  112. package/dist/runtime/editor/components/Konami/index.vue +119 -0
  113. package/dist/runtime/editor/components/Loading/index.d.vue.ts +6 -3
  114. package/dist/runtime/editor/components/Loading/index.vue +10 -5
  115. package/dist/runtime/editor/components/Loading/index.vue.d.ts +6 -3
  116. package/dist/runtime/editor/components/Messages/index.vue +131 -0
  117. package/dist/runtime/editor/components/NestedEditorOverlay/index.d.vue.ts +1 -0
  118. package/dist/runtime/editor/components/NestedEditorOverlay/index.vue +246 -12
  119. package/dist/runtime/editor/components/NestedEditorOverlay/index.vue.d.ts +1 -0
  120. package/dist/runtime/editor/components/NotEditStateInfo/index.d.vue.ts +3 -0
  121. package/dist/runtime/editor/components/NotEditStateInfo/index.vue +19 -0
  122. package/dist/runtime/editor/components/NotEditStateInfo/index.vue.d.ts +3 -0
  123. package/dist/runtime/editor/components/Overlay/index.vue +84 -0
  124. package/dist/runtime/editor/components/Pagination/index.vue +41 -0
  125. package/dist/runtime/editor/components/PluginConfigForm/index.vue +23 -0
  126. package/dist/runtime/editor/components/PluginConfigFormInline/FilterSelect/index.vue +429 -0
  127. package/dist/runtime/editor/components/PluginConfigFormInline/index.d.vue.ts +22 -0
  128. package/dist/runtime/editor/components/PluginConfigFormInline/index.vue +150 -0
  129. package/dist/runtime/editor/components/PluginConfigFormInline/index.vue.d.ts +22 -0
  130. package/dist/runtime/editor/components/Popup/index.vue +77 -2
  131. package/dist/runtime/editor/components/PreviewProvider.vue +7 -0
  132. package/dist/runtime/editor/components/Resizable/index.vue +90 -1
  133. package/dist/runtime/editor/components/ScaleToFit/index.vue +30 -1
  134. package/dist/runtime/editor/components/SearchOverlay/index.d.vue.ts +43 -0
  135. package/dist/runtime/editor/components/SearchOverlay/index.vue +264 -0
  136. package/dist/runtime/editor/components/SearchOverlay/index.vue.d.ts +43 -0
  137. package/dist/runtime/editor/components/StatusIcon/index.vue +104 -0
  138. package/dist/runtime/editor/components/StatusIndicator/index.d.vue.ts +9 -0
  139. package/dist/runtime/editor/components/StatusIndicator/index.vue +16 -0
  140. package/dist/runtime/editor/components/StatusIndicator/index.vue.d.ts +9 -0
  141. package/dist/runtime/editor/components/SystemRequirements/index.vue +57 -0
  142. package/dist/runtime/editor/components/Tabs/index.d.vue.ts +30 -0
  143. package/dist/runtime/editor/components/Tabs/index.vue +32 -0
  144. package/dist/runtime/editor/components/Tabs/index.vue.d.ts +30 -0
  145. package/dist/runtime/editor/components/Toolbar/index.vue +214 -3
  146. package/dist/runtime/editor/components/Tooltip/Context.d.vue.ts +7 -0
  147. package/dist/runtime/editor/components/Tooltip/Context.vue +13 -0
  148. package/dist/runtime/editor/components/Tooltip/Context.vue.d.ts +7 -0
  149. package/dist/runtime/editor/components/Tooltip/Status.d.vue.ts +8 -0
  150. package/dist/runtime/editor/components/Tooltip/Status.vue +27 -0
  151. package/dist/runtime/editor/components/Tooltip/Status.vue.d.ts +8 -0
  152. package/dist/runtime/editor/components/Tooltip/index.d.vue.ts +27 -0
  153. package/dist/runtime/editor/components/Tooltip/index.vue +40 -0
  154. package/dist/runtime/editor/components/Tooltip/index.vue.d.ts +27 -0
  155. package/dist/runtime/editor/components/index.d.ts +59 -49
  156. package/dist/runtime/editor/components/index.js +59 -98
  157. package/dist/runtime/editor/composables/defineHighlight.d.ts +2 -0
  158. package/dist/runtime/editor/composables/defineHighlight.js +10 -0
  159. package/dist/runtime/editor/composables/index.d.ts +1 -0
  160. package/dist/runtime/editor/composables/index.js +1 -0
  161. package/dist/runtime/editor/composables/useBlockRegistration.js +8 -0
  162. package/dist/runtime/editor/composables/useStickyToolbar.d.ts +1 -0
  163. package/dist/runtime/editor/composables/useStickyToolbar.js +16 -0
  164. package/dist/runtime/editor/css/output.css +1 -1
  165. package/dist/runtime/editor/events/index.d.ts +10 -0
  166. package/dist/runtime/editor/features/add-list/Help/index.vue +193 -0
  167. package/dist/runtime/editor/features/add-list/index.vue +441 -0
  168. package/dist/runtime/editor/features/analyze/Ignored/index.d.vue.ts +7 -0
  169. package/dist/runtime/editor/features/analyze/Ignored/index.vue +35 -0
  170. package/dist/runtime/editor/features/analyze/Ignored/index.vue.d.ts +7 -0
  171. package/dist/runtime/editor/features/analyze/Main.vue +148 -24
  172. package/dist/runtime/editor/features/analyze/Results/Results.d.vue.ts +1 -9
  173. package/dist/runtime/editor/features/analyze/Results/Results.vue +0 -2
  174. package/dist/runtime/editor/features/analyze/Results/Results.vue.d.ts +1 -9
  175. package/dist/runtime/editor/features/analyze/Results/ResultsItem.d.vue.ts +1 -9
  176. package/dist/runtime/editor/features/analyze/Results/ResultsItem.vue +1 -2
  177. package/dist/runtime/editor/features/analyze/Results/ResultsItem.vue.d.ts +1 -9
  178. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.d.vue.ts +1 -9
  179. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.vue +11 -8
  180. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.vue.d.ts +1 -9
  181. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.d.vue.ts +3 -10
  182. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.vue +63 -25
  183. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.vue.d.ts +3 -10
  184. package/dist/runtime/editor/features/analyze/analyzers/altText.js +2 -0
  185. package/dist/runtime/editor/features/analyze/analyzers/headingStructure.js +3 -0
  186. package/dist/runtime/editor/features/analyze/analyzers/helpers/hashString.d.ts +7 -0
  187. package/dist/runtime/editor/features/analyze/analyzers/helpers/hashString.js +8 -0
  188. package/dist/runtime/editor/features/analyze/analyzers/readability.js +6 -12
  189. package/dist/runtime/editor/features/analyze/analyzers/types.d.ts +20 -0
  190. package/dist/runtime/editor/features/analyze/index.vue +458 -0
  191. package/dist/runtime/editor/features/analyze/types.d.ts +12 -0
  192. package/dist/runtime/editor/features/artboard/Overview/index.vue +37 -4
  193. package/dist/runtime/editor/features/artboard/Renderer.vue +79 -9
  194. package/dist/runtime/editor/features/artboard/Scrollbar/index.vue +84 -0
  195. package/dist/runtime/editor/features/block-scheduler/Dialog/index.vue +1 -1
  196. package/dist/runtime/editor/features/block-scheduler/index.vue +114 -0
  197. package/dist/runtime/editor/features/breadcrumbs/index.vue +150 -0
  198. package/dist/runtime/editor/features/changelog/Dialog/index.vue +62 -7
  199. package/dist/runtime/editor/features/changelog/changelog.json +9 -1
  200. package/dist/runtime/editor/features/clipboard/index.vue +153 -1
  201. package/dist/runtime/editor/features/command-palette/Palette/Item/index.vue +39 -16
  202. package/dist/runtime/editor/features/command-palette/Palette/index.vue +24 -130
  203. package/dist/runtime/editor/features/comments/index.vue +235 -0
  204. package/dist/runtime/editor/features/complex-options/index.vue +4 -1
  205. package/dist/runtime/editor/features/debug/Main.vue +1 -1
  206. package/dist/runtime/editor/features/debug/Section/Features.vue +2 -4
  207. package/dist/runtime/editor/features/debug/index.vue +168 -0
  208. package/dist/runtime/editor/features/dev-mode/index.vue +92 -27
  209. package/dist/runtime/editor/features/dragging-overlay/Renderer/index.vue +1 -1
  210. package/dist/runtime/editor/features/dragging-overlay/index.vue +330 -0
  211. package/dist/runtime/editor/features/edit/index.vue +15 -17
  212. package/dist/runtime/editor/features/edit-form/Frame/index.vue +21 -4
  213. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.d.vue.ts +9 -1
  214. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue +32 -3
  215. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue.d.ts +9 -1
  216. package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/ChunkOverlay.vue +77 -0
  217. package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/index.vue +55 -56
  218. package/dist/runtime/editor/features/editable-field/Overlay/index.vue +416 -8
  219. package/dist/runtime/editor/features/editable-mask/index.vue +9 -0
  220. package/dist/runtime/editor/features/entity-title/index.vue +40 -56
  221. package/dist/runtime/editor/features/fragments/Dialog/index.vue +90 -0
  222. package/dist/runtime/editor/features/help/Shortcuts/index.vue +71 -0
  223. package/dist/runtime/editor/features/help/index.vue +17 -0
  224. package/dist/runtime/editor/features/highlights/Renderer/fragment.glsl +89 -0
  225. package/dist/runtime/editor/features/highlights/Renderer/index.vue +408 -0
  226. package/dist/runtime/editor/features/highlights/Renderer/vertex.glsl +87 -0
  227. package/dist/runtime/editor/features/highlights/index.d.vue.ts +3 -0
  228. package/dist/runtime/editor/features/highlights/index.vue +20 -0
  229. package/dist/runtime/editor/features/highlights/index.vue.d.ts +3 -0
  230. package/dist/runtime/editor/features/history/List/index.vue +209 -0
  231. package/dist/runtime/editor/features/history/index.vue +0 -1
  232. package/dist/runtime/editor/features/hover/Renderer/index.vue +1 -1
  233. package/dist/runtime/editor/features/hover/Renderer/vertex.glsl +1 -1
  234. package/dist/runtime/editor/features/import-existing/Dialog/index.vue +18 -0
  235. package/dist/runtime/editor/features/media-library/Library/index.vue +10 -30
  236. package/dist/runtime/editor/features/media-library/index.vue +331 -0
  237. package/dist/runtime/editor/features/options/Form/Checkbox/index.vue +1 -1
  238. package/dist/runtime/editor/features/options/Form/Checkboxes/index.vue +1 -1
  239. package/dist/runtime/editor/features/options/Form/ComplexType/index.vue +6 -2
  240. package/dist/runtime/editor/features/options/Form/Item.vue +21 -18
  241. package/dist/runtime/editor/features/options/Form/Radios/index.d.vue.ts +6 -0
  242. package/dist/runtime/editor/features/options/Form/Radios/index.vue +25 -6
  243. package/dist/runtime/editor/features/options/Form/Radios/index.vue.d.ts +6 -0
  244. package/dist/runtime/editor/features/options/Form/index.vue +1 -4
  245. package/dist/runtime/editor/features/options/index.vue +729 -0
  246. package/dist/runtime/editor/features/ownership/Banner/index.vue +9 -8
  247. package/dist/runtime/editor/features/ownership/index.vue +1 -1
  248. package/dist/runtime/editor/features/preview-grant/QrCode/index.vue +8 -3
  249. package/dist/runtime/editor/features/publish/Dialog/Item.vue +18 -20
  250. package/dist/runtime/editor/features/publish/Dialog/index.vue +5 -1
  251. package/dist/runtime/editor/features/publish/index.vue +835 -0
  252. package/dist/runtime/editor/features/publish/types.d.ts +5 -1
  253. package/dist/runtime/editor/features/referenced-entities/List/Item/index.d.vue.ts +4 -0
  254. package/dist/runtime/editor/features/referenced-entities/List/Item/index.vue +81 -0
  255. package/dist/runtime/editor/features/referenced-entities/List/Item/index.vue.d.ts +4 -0
  256. package/dist/runtime/editor/features/referenced-entities/List/index.d.vue.ts +11 -0
  257. package/dist/runtime/editor/features/referenced-entities/List/index.vue +78 -0
  258. package/dist/runtime/editor/features/referenced-entities/List/index.vue.d.ts +11 -0
  259. package/dist/runtime/editor/features/referenced-entities/index.d.vue.ts +3 -0
  260. package/dist/runtime/editor/features/referenced-entities/index.vue +36 -0
  261. package/dist/runtime/editor/features/referenced-entities/index.vue.d.ts +3 -0
  262. package/dist/runtime/editor/features/referenced-entities/types.d.ts +13 -0
  263. package/dist/runtime/editor/features/responsive-preview/Frame/index.vue +188 -0
  264. package/dist/runtime/editor/features/search/Overlay/Results/Page/index.vue +1 -1
  265. package/dist/runtime/editor/features/search/index.vue +511 -0
  266. package/dist/runtime/editor/features/selection/AddButtons/Renderer/index.vue +58 -0
  267. package/dist/runtime/editor/features/selection/index.vue +47 -15
  268. package/dist/runtime/editor/features/settings/Dialog/FeatureSetting/index.vue +23 -0
  269. package/dist/runtime/editor/features/settings/Dialog/index.vue +5 -2
  270. package/dist/runtime/editor/features/settings/index.vue +152 -0
  271. package/dist/runtime/editor/features/structure/List/Item/index.vue +7 -0
  272. package/dist/runtime/editor/features/structure/index.vue +178 -0
  273. package/dist/runtime/editor/features/templates/ManageDialog/Item.vue +3 -3
  274. package/dist/runtime/editor/features/templates/ManageDialog/index.vue +24 -3
  275. package/dist/runtime/editor/features/theme/index.vue +94 -0
  276. package/dist/runtime/editor/features/touch-action-bar/Bar/index.vue +34 -0
  277. package/dist/runtime/editor/features/tour/Overlay/index.vue +243 -13
  278. package/dist/runtime/editor/features/transform/Dialog/index.vue +132 -1
  279. package/dist/runtime/editor/features/translations/Banner/index.d.vue.ts +14 -1
  280. package/dist/runtime/editor/features/translations/Banner/index.vue +139 -12
  281. package/dist/runtime/editor/features/translations/Banner/index.vue.d.ts +14 -1
  282. package/dist/runtime/editor/features/translations/CsvDialog/Export/index.d.vue.ts +3 -0
  283. package/dist/runtime/editor/features/translations/CsvDialog/Export/index.vue +272 -0
  284. package/dist/runtime/editor/features/translations/CsvDialog/Export/index.vue.d.ts +3 -0
  285. package/dist/runtime/editor/features/translations/CsvDialog/Import/index.d.vue.ts +10 -0
  286. package/dist/runtime/editor/features/translations/CsvDialog/Import/index.vue +382 -0
  287. package/dist/runtime/editor/features/translations/CsvDialog/Import/index.vue.d.ts +10 -0
  288. package/dist/runtime/editor/features/translations/CsvDialog/csv.d.ts +22 -0
  289. package/dist/runtime/editor/features/translations/CsvDialog/csv.js +50 -0
  290. package/dist/runtime/editor/features/translations/CsvDialog/index.d.vue.ts +10 -0
  291. package/dist/runtime/editor/features/translations/CsvDialog/index.vue +37 -0
  292. package/dist/runtime/editor/features/translations/CsvDialog/index.vue.d.ts +10 -0
  293. package/dist/runtime/editor/features/translations/CsvDialog/po.d.ts +7 -0
  294. package/dist/runtime/editor/features/translations/CsvDialog/po.js +36 -0
  295. package/dist/runtime/editor/features/translations/SelectionTable/index.d.vue.ts +37 -0
  296. package/dist/runtime/editor/features/translations/SelectionTable/index.vue +102 -0
  297. package/dist/runtime/editor/features/translations/SelectionTable/index.vue.d.ts +37 -0
  298. package/dist/runtime/editor/features/translations/TranslateDialog/index.d.vue.ts +7 -0
  299. package/dist/runtime/editor/features/translations/TranslateDialog/index.vue +294 -0
  300. package/dist/runtime/editor/features/translations/TranslateDialog/index.vue.d.ts +7 -0
  301. package/dist/runtime/editor/features/translations/index.vue +276 -6
  302. package/dist/runtime/editor/features/translations/types.d.ts +47 -0
  303. package/dist/runtime/editor/features/validations/Overlay/index.vue +130 -0
  304. package/dist/runtime/editor/features/validations/index.vue +41 -0
  305. package/dist/runtime/editor/features/{assistant → workspace}/Overlay/index.d.vue.ts +2 -4
  306. package/dist/runtime/editor/features/workspace/Overlay/index.vue +177 -0
  307. package/dist/runtime/editor/features/{assistant → workspace}/Overlay/index.vue.d.ts +2 -4
  308. package/dist/runtime/editor/features/workspace/index.d.vue.ts +3 -0
  309. package/dist/runtime/editor/features/workspace/index.vue +46 -0
  310. package/dist/runtime/editor/features/workspace/index.vue.d.ts +3 -0
  311. package/dist/runtime/editor/features/workspace/types.d.ts +59 -0
  312. package/dist/runtime/editor/features/workspace/types.js +0 -0
  313. package/dist/runtime/editor/icons/svg/spinner.svg +2 -2
  314. package/dist/runtime/editor/plugins/ContextMenu/Menu/index.vue +21 -7
  315. package/dist/runtime/editor/plugins/ContextMenu/index.vue +4 -0
  316. package/dist/runtime/editor/plugins/ItemAction/index.d.vue.ts +9 -2
  317. package/dist/runtime/editor/plugins/ItemAction/index.vue +26 -16
  318. package/dist/runtime/editor/plugins/ItemAction/index.vue.d.ts +9 -2
  319. package/dist/runtime/editor/plugins/Sidebar/Detached/index.vue +24 -26
  320. package/dist/runtime/editor/plugins/Sidebar/index.vue +612 -27
  321. package/dist/runtime/editor/plugins/ToolbarButton/index.d.vue.ts +13 -84
  322. package/dist/runtime/editor/plugins/ToolbarButton/index.vue +36 -22
  323. package/dist/runtime/editor/plugins/ToolbarButton/index.vue.d.ts +13 -84
  324. package/dist/runtime/editor/plugins/ViewOption/index.vue +13 -14
  325. package/dist/runtime/editor/providers/blocks.js +1 -0
  326. package/dist/runtime/editor/providers/cache.d.ts +23 -0
  327. package/dist/runtime/editor/providers/cache.js +29 -0
  328. package/dist/runtime/editor/providers/directive.d.ts +25 -0
  329. package/dist/runtime/editor/providers/directive.js +20 -0
  330. package/dist/runtime/editor/providers/fieldValue.d.ts +5 -5
  331. package/dist/runtime/editor/providers/fieldValue.js +8 -7
  332. package/dist/runtime/editor/providers/plugin.d.ts +14 -0
  333. package/dist/runtime/editor/providers/plugin.js +9 -0
  334. package/dist/runtime/editor/providers/readability.js +1 -1
  335. package/dist/runtime/editor/providers/selection.js +1 -1
  336. package/dist/runtime/editor/providers/state.d.ts +1 -0
  337. package/dist/runtime/editor/providers/state.js +1 -0
  338. package/dist/runtime/editor/providers/texts.js +11 -1
  339. package/dist/runtime/editor/providers/ui.d.ts +11 -0
  340. package/dist/runtime/editor/providers/ui.js +5 -1
  341. package/dist/runtime/editor/translations/de.json +316 -56
  342. package/dist/runtime/editor/translations/fr.json +310 -50
  343. package/dist/runtime/editor/translations/gsw_CH.json +311 -51
  344. package/dist/runtime/editor/translations/it.json +310 -50
  345. package/dist/runtime/editor/types/app.d.ts +2 -0
  346. package/dist/runtime/editor/types/definitions.d.ts +8 -0
  347. package/dist/runtime/editor/types/field.d.ts +1 -0
  348. package/dist/runtime/editor/types/state.d.ts +10 -0
  349. package/dist/runtime/editor/types/ui.d.ts +3 -1
  350. package/dist/runtime/helpers/tw.d.ts +15 -0
  351. package/dist/runtime/helpers/tw.js +3 -0
  352. package/dist/runtime/types/field.d.ts +1 -0
  353. package/dist/shared/{editor.DsGJIlGn.d.mts → editor.BTOBvmaz.d.mts} +20 -3
  354. package/dist/types.d.mts +1 -1
  355. package/package.json +16 -3
  356. package/dist/runtime/editor/features/analyze/Renderer/fragment.glsl +0 -74
  357. package/dist/runtime/editor/features/analyze/Renderer/index.d.vue.ts +0 -24
  358. package/dist/runtime/editor/features/analyze/Renderer/index.vue +0 -330
  359. package/dist/runtime/editor/features/analyze/Renderer/index.vue.d.ts +0 -24
  360. package/dist/runtime/editor/features/analyze/Renderer/vertex.glsl +0 -94
  361. package/dist/runtime/editor/features/assistant/Overlay/ResultMarkup/index.d.vue.ts +0 -7
  362. package/dist/runtime/editor/features/assistant/Overlay/ResultMarkup/index.vue +0 -17
  363. package/dist/runtime/editor/features/assistant/Overlay/ResultMarkup/index.vue.d.ts +0 -7
  364. package/dist/runtime/editor/features/assistant/Overlay/index.vue +0 -108
  365. package/dist/runtime/editor/features/assistant/docs.md +0 -7
  366. package/dist/runtime/editor/features/assistant/index.vue +0 -66
  367. package/dist/runtime/editor/features/assistant/types.d.ts +0 -37
  368. package/dist/runtime/editor/features/media-library/Library/FilterSelect/index.vue +0 -168
  369. package/dist/runtime/editor/providers/fieldValueAdapterTypes.d.ts +0 -13
  370. /package/dist/{runtime/editor/features/assistant → modules/iframes/runtime}/types.js +0 -0
  371. /package/dist/runtime/editor/components/Actions/{ItemDropdown.d.vue.ts → ItemDropdown/index.d.vue.ts} +0 -0
  372. /package/dist/runtime/editor/components/Actions/{ItemDropdown.vue.d.ts → ItemDropdown/index.vue.d.ts} +0 -0
  373. /package/dist/runtime/editor/{features/media-library/Library → components/PluginConfigFormInline}/FilterSelect/index.d.vue.ts +0 -0
  374. /package/dist/runtime/editor/{features/media-library/Library → components/PluginConfigFormInline}/FilterSelect/index.vue.d.ts +0 -0
  375. /package/dist/runtime/editor/features/{assistant → highlights/Renderer}/index.d.vue.ts +0 -0
  376. /package/dist/runtime/editor/features/{assistant → highlights/Renderer}/index.vue.d.ts +0 -0
  377. /package/dist/runtime/editor/{providers/fieldValueAdapterTypes.js → features/referenced-entities/types.js} +0 -0
@@ -125,14 +125,21 @@ function onClick(items) {
125
125
  }
126
126
  return;
127
127
  }
128
- const complexOption = getComplexOption(item);
129
- if (complexOption) {
130
- eventBus.emit("option:edit-complex", {
131
- uuid: item.uuid,
132
- key: complexOption.key,
133
- dataType: complexOption.dataType
134
- });
135
- return;
128
+ const definition = definitions.getBlockDefinition(
129
+ item.bundle,
130
+ item.fieldListType,
131
+ item.parentBlockBundle
132
+ );
133
+ if (definition?.editor?.disableEdit) {
134
+ const complexOption = getComplexOption(item);
135
+ if (complexOption) {
136
+ eventBus.emit("option:edit-complex", {
137
+ uuid: item.uuid,
138
+ key: complexOption.key,
139
+ dataType: complexOption.dataType
140
+ });
141
+ return;
142
+ }
136
143
  }
137
144
  eventBus.emit("item:edit", {
138
145
  uuid: item.uuid,
@@ -140,15 +147,6 @@ function onClick(items) {
140
147
  });
141
148
  }
142
149
  onBlokkliEvent("item:doubleClick", function(block) {
143
- const complexOption = getComplexOption(block);
144
- if (complexOption) {
145
- eventBus.emit("option:edit-complex", {
146
- uuid: block.uuid,
147
- key: complexOption.key,
148
- dataType: complexOption.dataType
149
- });
150
- return;
151
- }
152
150
  onClick([block]);
153
151
  });
154
152
  </script>
@@ -1,11 +1,20 @@
1
1
  <template>
2
2
  <div
3
- class="bk-form-overlay-iframe"
3
+ class="_bk_relative _bk_h-full _bk_flex _bk_flex-col bk"
4
4
  @scroll.stop
5
5
  @touchstart.stop.capture.prevent
6
6
  @touchmove.stop.capture.prevent
7
7
  >
8
- <iframe ref="iframe" allowtransparency :src="url" @load="onIFrameLoad" />
8
+ <NotEditStateInfo v-if="isNotEditState" />
9
+ <div class="_bk_relative _bk_flex-1">
10
+ <iframe
11
+ ref="iframe"
12
+ allowtransparency
13
+ :src="url"
14
+ class="_bk_absolute _bk_top-0 _bk_left-0 _bk_size-full"
15
+ @load="onIFrameLoad"
16
+ />
17
+ </div>
9
18
  <BlokkliTransition name="loading">
10
19
  <Loading v-if="!isLoaded" />
11
20
  </BlokkliTransition>
@@ -18,9 +27,14 @@ import {
18
27
  useBlokkli,
19
28
  onUnmounted,
20
29
  onMounted,
21
- useTemplateRef
30
+ useTemplateRef,
31
+ computed
22
32
  } from "#imports";
23
- import { Loading, BlokkliTransition } from "#blokkli/editor/components";
33
+ import {
34
+ Loading,
35
+ BlokkliTransition,
36
+ NotEditStateInfo
37
+ } from "#blokkli/editor/components";
24
38
  const { eventBus } = useBlokkli();
25
39
  const iframe = useTemplateRef("iframe");
26
40
  const isLoaded = ref(false);
@@ -29,6 +43,9 @@ const props = defineProps({
29
43
  url: { type: String, required: true },
30
44
  form: { type: Object, required: true }
31
45
  });
46
+ const isNotEditState = computed(() => {
47
+ return props.form.id === "entity:edit" || props.form.id === "entity:translate";
48
+ });
32
49
  function onIFrameLoad() {
33
50
  isLoaded.value = true;
34
51
  if (iframe.value?.contentWindow) {
@@ -6,14 +6,22 @@ type __VLS_Props = {
6
6
  host: EntityContext;
7
7
  initialHeight: number;
8
8
  };
9
+ /**
10
+ * Push a new value into the iframe's editor.
11
+ */
12
+ declare function setValue(text: string): void;
9
13
  type __VLS_ModelProps = {
10
14
  modelValue: string;
11
15
  };
12
16
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
- declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
18
+ setValue: typeof setValue;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
20
  "update:modelValue": (value: string) => any;
21
+ formatted: (text: string) => any;
15
22
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
23
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
24
+ onFormatted?: ((text: string) => any) | undefined;
17
25
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
26
  declare const _default: typeof __VLS_export;
19
27
  export default _default;
@@ -2,7 +2,7 @@
2
2
  <div class="bk-editable-field-frame">
3
3
  <iframe
4
4
  ref="iframe"
5
- :style="{ height: Math.max(height, 150) + 'px' }"
5
+ :style="{ height: Math.max(height, 400) + 'px' }"
6
6
  :src="url"
7
7
  @load="onIframeLoad"
8
8
  />
@@ -29,6 +29,7 @@ const props = defineProps({
29
29
  initialHeight: { type: Number, required: true }
30
30
  });
31
31
  const modelValue = defineModel({ type: String, ...{ required: true } });
32
+ const emit = defineEmits(["formatted"]);
32
33
  const iframe = useTemplateRef("iframe");
33
34
  function onIframeLoad() {
34
35
  if (!iframe.value || !PROPAGATE_WHEEL) {
@@ -95,18 +96,25 @@ const url = computed(() => {
95
96
  fieldName: props.fieldName
96
97
  });
97
98
  });
98
- const original = ref("");
99
99
  const onMessage = (e) => {
100
100
  if (typeof e.data === "object") {
101
101
  if (e.data.name === "blokkli__editable_field_update") {
102
102
  modelValue.value = e.data.data.text;
103
+ } else if (e.data.name === "blokkli__editable_field_update_formatted") {
104
+ emit("formatted", e.data.data.text);
103
105
  } else if (e.data.name === "blokkli__editable_field_update_height") {
104
106
  height.value = e.data.data.height;
105
107
  }
106
108
  }
107
109
  };
110
+ function setValue(text) {
111
+ iframe.value?.contentWindow?.postMessage(
112
+ { name: "blokkli__editable_field_set_value", data: { text } },
113
+ "*"
114
+ );
115
+ }
116
+ defineExpose({ setValue });
108
117
  onMounted(() => {
109
- original.value = modelValue.value;
110
118
  height.value = props.initialHeight;
111
119
  window.addEventListener("message", onMessage);
112
120
  });
@@ -114,3 +122,24 @@ onBeforeUnmount(() => {
114
122
  window.removeEventListener("message", onMessage);
115
123
  });
116
124
  </script>
125
+
126
+ <style>
127
+ .bk .bk-editable-field-frame iframe {
128
+ display: block;
129
+ width: 100%;
130
+ max-height: calc(100vh - 500px)
131
+ }
132
+
133
+ @media (min-width: 1024px) {
134
+ .bk .bk-editable-field-frame iframe {
135
+ min-width: 700px;
136
+ min-height: 400px
137
+ }
138
+ }
139
+
140
+ @media (min-width: 1280px) {
141
+ .bk .bk-editable-field-frame iframe {
142
+ min-width: 700px
143
+ }
144
+ }
145
+ </style>
@@ -6,14 +6,22 @@ type __VLS_Props = {
6
6
  host: EntityContext;
7
7
  initialHeight: number;
8
8
  };
9
+ /**
10
+ * Push a new value into the iframe's editor.
11
+ */
12
+ declare function setValue(text: string): void;
9
13
  type __VLS_ModelProps = {
10
14
  modelValue: string;
11
15
  };
12
16
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
- declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
18
+ setValue: typeof setValue;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14
20
  "update:modelValue": (value: string) => any;
21
+ formatted: (text: string) => any;
15
22
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
23
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
24
+ onFormatted?: ((text: string) => any) | undefined;
17
25
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
26
  declare const _default: typeof __VLS_export;
19
27
  export default _default;
@@ -133,3 +133,80 @@ onBeforeUnmount(() => {
133
133
  }
134
134
  });
135
135
  </script>
136
+
137
+ <style>
138
+ .bk.bk-readability-chunk-overlay {
139
+ pointer-events: none;
140
+ position: absolute;
141
+ top: 0px;
142
+ left: 0px;
143
+ transform-origin: 0 0
144
+ }
145
+
146
+ .bk.bk-readability-chunk-overlay .bk-readability-chunk-rect {
147
+ position: absolute;
148
+ top: 0px;
149
+ left: 0px;
150
+ border-radius: 4px;
151
+ border-width: 2px
152
+ }
153
+
154
+ .bk.bk-readability-chunk-overlay .bk-readability-chunk-rect.bk-is-easy {
155
+ --bk-tw-border-opacity: 1;
156
+ border-color: rgb(var(--bk-theme-lime-normal) / var(--bk-tw-border-opacity, 1));
157
+ background-color: rgb(var(--bk-theme-lime-light) / 0.3)
158
+ }
159
+
160
+ .bk.bk-readability-chunk-overlay .bk-readability-chunk-rect.bk-is-easy .bk-readability-chunk-badge {
161
+ --bk-tw-bg-opacity: 1;
162
+ background-color: rgb(var(--bk-theme-lime-normal) / var(--bk-tw-bg-opacity, 1));
163
+ --bk-tw-text-opacity: 1;
164
+ color: rgb(255 255 255 / var(--bk-tw-text-opacity, 1))
165
+ }
166
+
167
+ .bk.bk-readability-chunk-overlay .bk-readability-chunk-rect.bk-is-ok {
168
+ --bk-tw-border-opacity: 1;
169
+ border-color: rgb(var(--bk-theme-yellow-normal) / var(--bk-tw-border-opacity, 1));
170
+ background-color: rgb(var(--bk-theme-yellow-light) / 0.3)
171
+ }
172
+
173
+ .bk.bk-readability-chunk-overlay .bk-readability-chunk-rect.bk-is-ok .bk-readability-chunk-badge {
174
+ --bk-tw-bg-opacity: 1;
175
+ background-color: rgb(var(--bk-theme-yellow-normal) / var(--bk-tw-bg-opacity, 1));
176
+ --bk-tw-text-opacity: 1;
177
+ color: rgb(var(--bk-theme-yellow-dark) / var(--bk-tw-text-opacity, 1))
178
+ }
179
+
180
+ .bk.bk-readability-chunk-overlay .bk-readability-chunk-rect.bk-is-hard {
181
+ --bk-tw-border-opacity: 1;
182
+ border-color: rgb(var(--bk-theme-red-normal) / var(--bk-tw-border-opacity, 1));
183
+ background-color: rgb(var(--bk-theme-red-light) / 0.3)
184
+ }
185
+
186
+ .bk.bk-readability-chunk-overlay .bk-readability-chunk-rect.bk-is-hard .bk-readability-chunk-badge {
187
+ --bk-tw-bg-opacity: 1;
188
+ background-color: rgb(var(--bk-theme-red-normal) / var(--bk-tw-bg-opacity, 1));
189
+ --bk-tw-text-opacity: 1;
190
+ color: rgb(255 255 255 / var(--bk-tw-text-opacity, 1))
191
+ }
192
+
193
+ .bk.bk-readability-chunk-overlay.bk-is-stale .bk-readability-chunk-rect {
194
+ opacity: 0.3
195
+ }
196
+
197
+ .bk.bk-readability-chunk-overlay .bk-readability-chunk-badge {
198
+ position: absolute;
199
+ right: 0px;
200
+ bottom: 100%;
201
+ border-top-left-radius: 4px;
202
+ border-top-right-radius: 4px;
203
+ padding-left: 5px;
204
+ padding-right: 5px;
205
+ padding-top: 2px;
206
+ padding-bottom: 2px;
207
+ font-size: 12px;
208
+ line-height: 16px;
209
+ font-weight: 600;
210
+ white-space: nowrap
211
+ }
212
+ </style>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  v-if="readabilityScore != null && readabilityBand"
4
- class="bk-editable-field-readability"
4
+ class="bk-editable-field-readability _bk_group/tooltip"
5
5
  :class="{ 'bk-is-stale': stale }"
6
6
  >
7
7
  <span
@@ -12,73 +12,71 @@
12
12
  >{{ readability.analyzer.value.scoreLabel }}
13
13
  {{ readability.formatScore(readabilityScore) }}</span
14
14
  >
15
- <div class="bk-tooltip">
16
- <p>
17
- {{
18
- $t(
19
- "readabilityTooltipDescription",
20
- "@label measures how easy the text is to read."
21
- ).replace("@label", readability.analyzer.value.scoreLabel)
22
- }}
23
- </p>
24
- <p v-if="fieldType === 'markup'">
25
- {{
26
- $t(
27
- "readabilityEntireText",
28
- "This score is calculated for the entire text."
29
- )
30
- }}
31
- </p>
32
- <div
33
- v-if="scaleInfo"
34
- class="bk-readability-scale"
35
- :class="'bk-is-' + scaleInfo.direction"
36
- >
37
- <div class="bk-readability-scale-labels">
38
- <span :style="{ left: thresholdPositions.first + '%' }">{{
39
- scaleInfo.thresholds[0]
40
- }}</span>
41
- <span :style="{ left: thresholdPositions.second + '%' }">{{
42
- scaleInfo.thresholds[1]
43
- }}</span>
44
- </div>
45
- <div class="bk-readability-scale-bar">
46
- <div class="bk-readability-scale-segments">
47
- <div
48
- class="bk-readability-scale-segment bk-is-left"
49
- :style="{ width: thresholdPositions.first + '%' }"
50
- />
51
- <div
52
- class="bk-readability-scale-segment bk-is-middle"
53
- :style="{
15
+ <Tooltip
16
+ placement="below-right"
17
+ :label="
18
+ $t(
19
+ 'readabilityTooltipDescription',
20
+ '@label measures how easy the text is to read.'
21
+ ).replace('@label', readability.analyzer.value.scoreLabel)
22
+ "
23
+ :description="
24
+ fieldType === 'markup' ? $t(
25
+ 'readabilityEntireText',
26
+ 'This score is calculated for the entire text.'
27
+ ) : void 0
28
+ "
29
+ >
30
+ <template #status>
31
+ <div
32
+ v-if="scaleInfo"
33
+ class="bk-readability-scale"
34
+ :class="'bk-is-' + scaleInfo.direction"
35
+ >
36
+ <div class="bk-readability-scale-labels">
37
+ <span :style="{ left: thresholdPositions.first + '%' }">{{
38
+ scaleInfo.thresholds[0]
39
+ }}</span>
40
+ <span :style="{ left: thresholdPositions.second + '%' }">{{
41
+ scaleInfo.thresholds[1]
42
+ }}</span>
43
+ </div>
44
+ <div class="bk-readability-scale-bar">
45
+ <div class="bk-readability-scale-segments">
46
+ <div
47
+ class="bk-readability-scale-segment bk-is-left"
48
+ :style="{ width: thresholdPositions.first + '%' }"
49
+ />
50
+ <div
51
+ class="bk-readability-scale-segment bk-is-middle"
52
+ :style="{
54
53
  left: thresholdPositions.first + '%',
55
54
  width: thresholdPositions.second - thresholdPositions.first + '%'
56
55
  }"
57
- />
58
- <div
59
- class="bk-readability-scale-segment bk-is-right"
60
- :style="{
56
+ />
57
+ <div
58
+ class="bk-readability-scale-segment bk-is-right"
59
+ :style="{
61
60
  left: thresholdPositions.second + '%',
62
61
  width: 100 - thresholdPositions.second + '%'
63
62
  }"
64
- />
65
- </div>
66
- <div
67
- class="bk-readability-scale-marker"
68
- :style="{ left: markerPosition + '%' }"
69
- >
70
- <span>{{ readability.formatScore(readabilityScore) }}</span>
63
+ />
64
+ </div>
65
+ <div
66
+ class="bk-readability-scale-marker"
67
+ :style="{ left: markerPosition + '%' }"
68
+ >
69
+ <span>{{ readability.formatScore(readabilityScore) }}</span>
70
+ </div>
71
71
  </div>
72
72
  </div>
73
- </div>
74
- </div>
73
+ </template>
74
+ </Tooltip>
75
75
  </div>
76
76
  <div v-else-if="tooShort" class="bk-editable-field-readability">
77
77
  <span class="bk-editable-field-readability-dot" />
78
78
  <span>{{ $t("readabilityTooShort", "Too short") }}</span>
79
- <div class="bk-tooltip">
80
- {{ minWordsText }}
81
- </div>
79
+ <Tooltip :label="minWordsText" />
82
80
  </div>
83
81
  </template>
84
82
 
@@ -91,6 +89,7 @@ import {
91
89
  onBeforeUnmount,
92
90
  useBlokkli
93
91
  } from "#imports";
92
+ import { Tooltip } from "#blokkli/editor/components";
94
93
  const { readability, context, $t } = useBlokkli();
95
94
  const props = defineProps({
96
95
  text: { type: String, required: true },