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

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 (1018) hide show
  1. package/dist/global/types/blockOptions.d.ts +36 -9
  2. package/dist/global/types/colorOptions.d.ts +4 -0
  3. package/dist/module.d.mts +3 -2
  4. package/dist/module.json +1 -1
  5. package/dist/module.mjs +349 -166
  6. package/dist/modules/agent/index.d.mts +2 -1
  7. package/dist/modules/agent/index.mjs +14 -7
  8. package/dist/modules/agent/runtime/app/components/Attachment/PreviewCode/index.vue +11 -0
  9. package/dist/modules/agent/runtime/app/components/Attachment/PreviewCsv/index.vue +56 -0
  10. package/dist/modules/agent/runtime/app/{features/agent/Panel/Attachment/PreviewCode → components/Attachment/PreviewHtml}/index.vue +1 -1
  11. package/dist/modules/agent/runtime/app/components/Attachment/PreviewMarkdown/index.vue +10 -0
  12. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/index.d.vue.ts +1 -0
  13. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/index.vue +22 -10
  14. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/index.vue.d.ts +1 -0
  15. package/dist/modules/agent/runtime/app/components/Conversation/InlineFeedback/index.d.vue.ts +7 -0
  16. package/dist/modules/agent/runtime/app/components/Conversation/InlineFeedback/index.vue +40 -0
  17. package/dist/modules/agent/runtime/app/components/Conversation/InlineFeedback/index.vue.d.ts +7 -0
  18. package/dist/modules/agent/runtime/app/components/Conversation/Item/Assistant/index.vue +24 -0
  19. package/dist/modules/agent/runtime/app/components/Conversation/Item/Bubble/Tool/index.d.vue.ts +20 -0
  20. package/dist/modules/agent/runtime/app/components/Conversation/Item/Bubble/Tool/index.vue +52 -0
  21. package/dist/modules/agent/runtime/app/components/Conversation/Item/Bubble/Tool/index.vue.d.ts +20 -0
  22. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Error/index.d.vue.ts +2 -1
  23. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Error/index.vue +4 -14
  24. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Error/index.vue.d.ts +2 -1
  25. package/dist/modules/agent/runtime/app/components/Conversation/Item/ErrorBubble/index.d.vue.ts +11 -0
  26. package/dist/modules/agent/runtime/app/components/Conversation/Item/ErrorBubble/index.vue +29 -0
  27. package/dist/modules/agent/runtime/app/components/Conversation/Item/ErrorBubble/index.vue.d.ts +11 -0
  28. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/ServerTool/index.d.vue.ts +2 -1
  29. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/ServerTool/index.vue +10 -23
  30. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/ServerTool/index.vue.d.ts +2 -1
  31. package/dist/modules/agent/runtime/app/components/Conversation/Item/Tool/index.vue +36 -0
  32. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Unknown/index.vue +2 -5
  33. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/User/index.d.vue.ts +2 -0
  34. package/dist/modules/agent/runtime/app/components/Conversation/Item/User/index.vue +144 -0
  35. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/User/index.vue.d.ts +2 -0
  36. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Thinking/index.vue +3 -3
  37. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/index.d.vue.ts +2 -0
  38. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/index.vue +27 -11
  39. package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/index.vue.d.ts +2 -0
  40. package/dist/modules/agent/runtime/app/{tools/delegate_text_rewrite/Details → components/FieldDiffDetails}/index.d.vue.ts +15 -0
  41. package/dist/modules/agent/runtime/app/{tools/delegate_text_rewrite/Details → components/FieldDiffDetails}/index.vue.d.ts +15 -0
  42. package/dist/modules/agent/runtime/app/components/Markdown/index.d.vue.ts +6 -0
  43. package/dist/modules/agent/runtime/app/components/Markdown/index.vue +14 -0
  44. package/dist/modules/agent/runtime/app/components/Markdown/index.vue.d.ts +6 -0
  45. package/dist/modules/agent/runtime/app/composables/index.d.ts +5 -1
  46. package/dist/modules/agent/runtime/app/composables/index.js +2 -0
  47. package/dist/modules/agent/runtime/app/composables/useAgent.d.ts +2 -1
  48. package/dist/modules/agent/runtime/app/composables/useAgent.js +5 -2
  49. package/dist/modules/agent/runtime/app/composables/useAgentFeedbackOptions.d.ts +11 -0
  50. package/dist/modules/agent/runtime/app/composables/useAgentFeedbackOptions.js +24 -0
  51. package/dist/modules/agent/runtime/app/composables/useAgentPaginatedQuery.d.ts +29 -0
  52. package/dist/modules/agent/runtime/app/composables/useAgentPaginatedQuery.js +30 -0
  53. package/dist/modules/agent/runtime/app/features/agent/Container.d.vue.ts +0 -2
  54. package/dist/modules/agent/runtime/app/features/agent/Container.vue +39 -101
  55. package/dist/modules/agent/runtime/app/features/agent/Container.vue.d.ts +0 -2
  56. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/Item.d.vue.ts +13 -0
  57. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/Item.vue +46 -0
  58. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/Item.vue.d.ts +13 -0
  59. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/ConversationsTab/index.vue +74 -0
  60. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/Item.d.vue.ts +11 -0
  61. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/Item.vue +55 -0
  62. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/Item.vue.d.ts +11 -0
  63. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/index.d.vue.ts +3 -0
  64. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/index.vue +116 -0
  65. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/RatingsTab/index.vue.d.ts +3 -0
  66. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/ConversationDetail.d.vue.ts +7 -0
  67. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/ConversationDetail.vue +61 -0
  68. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/ConversationDetail.vue.d.ts +7 -0
  69. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/index.d.vue.ts +38 -0
  70. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/index.vue +137 -0
  71. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/SplitView/index.vue.d.ts +38 -0
  72. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/index.d.vue.ts +7 -0
  73. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/index.vue +45 -0
  74. package/dist/modules/agent/runtime/app/features/agent/ConversationsAdmin/index.vue.d.ts +7 -0
  75. package/dist/modules/agent/runtime/app/features/agent/Panel/ConversationList/index.d.vue.ts +2 -2
  76. package/dist/modules/agent/runtime/app/features/agent/Panel/ConversationList/index.vue +23 -36
  77. package/dist/modules/agent/runtime/app/features/agent/Panel/ConversationList/index.vue.d.ts +2 -2
  78. package/dist/modules/agent/runtime/app/features/agent/Panel/Feedback/index.vue +11 -28
  79. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Item.d.vue.ts +8 -0
  80. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Item.vue +20 -0
  81. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Item.vue.d.ts +8 -0
  82. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Separator.d.vue.ts +3 -0
  83. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Separator.vue +3 -0
  84. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/Separator.vue.d.ts +3 -0
  85. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/TokenUsage/index.vue +31 -31
  86. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/Actions/index.vue +55 -9
  87. package/dist/modules/agent/runtime/app/features/agent/Panel/Input/index.vue +12 -6
  88. package/dist/modules/agent/runtime/app/features/agent/Panel/PendingMutation/index.vue +2 -2
  89. package/dist/modules/agent/runtime/app/features/agent/Panel/Plan/index.vue +13 -10
  90. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.d.vue.ts +3 -3
  91. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.vue +18 -16
  92. package/dist/modules/agent/runtime/app/features/agent/Panel/ToolCard/index.vue.d.ts +3 -3
  93. package/dist/modules/agent/runtime/app/features/agent/Panel/Welcome/index.vue +44 -13
  94. package/dist/modules/agent/runtime/app/features/agent/Panel/index.d.vue.ts +1 -61
  95. package/dist/modules/agent/runtime/app/features/agent/Panel/index.vue +145 -142
  96. package/dist/modules/agent/runtime/app/features/agent/Panel/index.vue.d.ts +1 -61
  97. package/dist/modules/agent/runtime/app/features/agent/Transcript/MessageContent.d.vue.ts +7 -0
  98. package/dist/modules/agent/runtime/app/features/agent/Transcript/MessageContent.vue +41 -0
  99. package/dist/modules/agent/runtime/app/features/agent/Transcript/MessageContent.vue.d.ts +7 -0
  100. package/dist/modules/agent/runtime/app/features/agent/Transcript/index.vue +83 -122
  101. package/dist/modules/agent/runtime/app/features/agent/index.vue +101 -4
  102. package/dist/modules/agent/runtime/app/features/agent/types.d.ts +85 -18
  103. package/dist/modules/agent/runtime/app/helpers/historySignature.d.ts +14 -0
  104. package/dist/modules/agent/runtime/app/helpers/historySignature.js +13 -0
  105. package/dist/modules/agent/runtime/app/helpers/id.d.ts +6 -0
  106. package/dist/modules/agent/runtime/app/helpers/id.js +3 -0
  107. package/dist/modules/agent/runtime/app/helpers/index.d.ts +0 -14
  108. package/dist/modules/agent/runtime/app/helpers/index.js +1 -19
  109. package/dist/modules/agent/runtime/app/helpers/markdown.d.ts +7 -0
  110. package/dist/modules/agent/runtime/app/helpers/markdown.js +5 -0
  111. package/dist/modules/agent/runtime/app/helpers/pageStructure.js +7 -19
  112. package/dist/modules/agent/runtime/app/helpers/parseConversationData.d.ts +27 -0
  113. package/dist/modules/agent/runtime/app/helpers/parseConversationData.js +42 -0
  114. package/dist/modules/agent/runtime/app/prompts/fixReadability.js +5 -4
  115. package/dist/modules/agent/runtime/app/providers/agentProvider.d.ts +24 -2
  116. package/dist/modules/agent/runtime/app/providers/agentProvider.js +138 -53
  117. package/dist/modules/agent/runtime/app/providers/conversationProvider.d.ts +9 -10
  118. package/dist/modules/agent/runtime/app/providers/conversationProvider.js +10 -39
  119. package/dist/modules/agent/runtime/app/providers/toolsProvider.js +43 -40
  120. package/dist/modules/agent/runtime/app/tools/{add_content_search_paragraph → add_content_search_paragraphs}/index.js +3 -2
  121. package/dist/modules/agent/runtime/app/tools/add_fragment/index.js +2 -2
  122. package/dist/modules/agent/runtime/app/tools/add_media_paragraph/index.js +4 -2
  123. package/dist/modules/agent/runtime/app/tools/add_paragraphs/index.js +37 -28
  124. package/dist/modules/agent/runtime/app/tools/add_reusable_paragraph/index.js +10 -10
  125. package/dist/modules/agent/runtime/app/tools/add_template/index.js +2 -2
  126. package/dist/modules/agent/runtime/app/tools/ask_question/Component.vue +25 -15
  127. package/dist/modules/agent/runtime/app/tools/ask_question/index.d.ts +1 -1
  128. package/dist/modules/agent/runtime/app/tools/ask_question/index.js +5 -4
  129. package/dist/modules/agent/runtime/app/tools/{check_readability → check_readability_for_texts}/index.js +16 -23
  130. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.d.vue.ts +4 -23
  131. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.vue +80 -594
  132. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/Component.vue.d.ts +4 -23
  133. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/index.d.ts +18 -17
  134. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/index.js +56 -47
  135. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/useFieldRewriteStream.d.ts +64 -0
  136. package/dist/modules/agent/runtime/app/tools/delegate_text_rewrite/useFieldRewriteStream.js +502 -0
  137. package/dist/modules/agent/runtime/app/tools/delete_paragraphs/index.js +2 -2
  138. package/dist/modules/agent/runtime/app/tools/detach_reusable_paragraph/index.js +4 -2
  139. package/dist/modules/agent/runtime/app/tools/duplicate_paragraphs/index.js +8 -8
  140. package/dist/modules/agent/runtime/app/tools/fieldDiffApproval.d.ts +49 -0
  141. package/dist/modules/agent/runtime/app/tools/fieldDiffApproval.js +64 -0
  142. package/dist/modules/agent/runtime/app/tools/find_paragraphs/index.js +14 -13
  143. package/dist/modules/agent/runtime/app/tools/get_all_page_content/index.js +12 -18
  144. package/dist/modules/agent/runtime/app/tools/get_bundle_info/index.js +21 -22
  145. package/dist/modules/agent/runtime/app/tools/get_content_fields/index.js +20 -24
  146. package/dist/modules/agent/runtime/app/tools/get_mutation_history/index.js +5 -3
  147. package/dist/modules/agent/runtime/app/tools/get_page_structure/index.js +3 -1
  148. package/dist/modules/agent/runtime/app/tools/get_paragraph_context/index.js +35 -49
  149. package/dist/modules/agent/runtime/app/tools/get_paragraph_options/index.js +8 -11
  150. package/dist/modules/agent/runtime/app/tools/get_paragraphs_in_viewport/index.js +8 -4
  151. package/dist/modules/agent/runtime/app/tools/get_readability_issues/index.js +4 -2
  152. package/dist/modules/agent/runtime/app/tools/get_selected_paragraphs/index.js +3 -1
  153. package/dist/modules/agent/runtime/app/tools/go_to_history_index/index.js +6 -2
  154. package/dist/modules/agent/runtime/app/tools/helpers.d.ts +28 -22
  155. package/dist/modules/agent/runtime/app/tools/helpers.js +64 -39
  156. package/dist/modules/agent/runtime/app/tools/move_paragraphs/index.js +36 -4
  157. package/dist/modules/agent/runtime/app/tools/readability.d.ts +45 -0
  158. package/dist/modules/agent/runtime/app/tools/readability.js +51 -0
  159. package/dist/modules/agent/runtime/app/tools/rearrange_paragraphs/index.js +8 -7
  160. package/dist/modules/agent/runtime/app/tools/replace_content_search_item/index.js +2 -1
  161. package/dist/modules/agent/runtime/app/tools/replace_media_field/index.js +1 -1
  162. package/dist/modules/agent/runtime/app/tools/schemas.d.ts +22 -0
  163. package/dist/modules/agent/runtime/app/tools/schemas.js +27 -0
  164. package/dist/modules/agent/runtime/app/tools/search_content/index.js +3 -1
  165. package/dist/modules/agent/runtime/app/tools/search_media/index.js +1 -1
  166. package/dist/modules/agent/runtime/app/tools/search_reusable_paragraphs/index.js +11 -10
  167. package/dist/modules/agent/runtime/app/tools/search_templates/index.js +3 -1
  168. package/dist/modules/agent/runtime/app/tools/search_text/index.js +2 -2
  169. package/dist/modules/agent/runtime/app/tools/select_media/Component.vue +22 -8
  170. package/dist/modules/agent/runtime/app/tools/select_media/index.js +1 -1
  171. package/dist/modules/agent/runtime/app/tools/set_paragraph_options/index.js +9 -14
  172. package/dist/modules/agent/runtime/app/tools/swap_paragraphs/index.js +9 -9
  173. package/dist/modules/agent/runtime/app/tools/update_text_fields/Component.d.vue.ts +6 -15
  174. package/dist/modules/agent/runtime/app/tools/update_text_fields/Component.vue +48 -92
  175. package/dist/modules/agent/runtime/app/tools/update_text_fields/Component.vue.d.ts +6 -15
  176. package/dist/modules/agent/runtime/app/tools/update_text_fields/index.d.ts +34 -13
  177. package/dist/modules/agent/runtime/app/tools/update_text_fields/index.js +84 -52
  178. package/dist/modules/agent/runtime/app/tools/web_fetch/index.js +1 -1
  179. package/dist/modules/agent/runtime/app/types/index.d.ts +55 -7
  180. package/dist/modules/agent/runtime/app/types/index.js +55 -8
  181. package/dist/modules/agent/runtime/server/agent.js +4 -3
  182. package/dist/modules/agent/runtime/server/classes/ConversationHistory/index.d.ts +93 -0
  183. package/dist/modules/agent/runtime/server/classes/ConversationHistory/index.js +241 -0
  184. package/dist/modules/agent/runtime/server/classes/ConversationMessage/index.d.ts +102 -0
  185. package/dist/modules/agent/runtime/server/classes/ConversationMessage/index.js +156 -0
  186. package/dist/modules/agent/runtime/server/{Session.d.ts → classes/Session/index.d.ts} +46 -14
  187. package/dist/modules/agent/runtime/server/{Session.js → classes/Session/index.js} +350 -382
  188. package/dist/modules/agent/runtime/server/{SessionManager.d.ts → classes/SessionManager/index.d.ts} +2 -2
  189. package/dist/modules/agent/runtime/server/{SessionManager.js → classes/SessionManager/index.js} +4 -19
  190. package/dist/modules/agent/runtime/server/classes/StreamAccumulator/index.d.ts +58 -0
  191. package/dist/modules/agent/runtime/server/classes/StreamAccumulator/index.js +72 -0
  192. package/dist/modules/agent/runtime/server/default-skills/adding-new-paragraphs.js +0 -1
  193. package/dist/modules/agent/runtime/server/default-skills/fixReadability.js +1 -1
  194. package/dist/modules/agent/runtime/server/default-skills/rewriteAndTranslate.js +8 -8
  195. package/dist/modules/agent/runtime/server/default-system-prompts/introduction.js +1 -1
  196. package/dist/modules/agent/runtime/server/default-system-prompts/workflow.js +0 -1
  197. package/dist/modules/agent/runtime/server/{agentPrompt.d.ts → helpers/agentPrompt.d.ts} +3 -3
  198. package/dist/modules/agent/runtime/server/helpers/errors.d.ts +10 -0
  199. package/dist/modules/agent/runtime/server/helpers/errors.js +63 -0
  200. package/dist/modules/agent/runtime/server/helpers/messages.d.ts +6 -0
  201. package/dist/modules/agent/runtime/server/helpers/messages.js +70 -0
  202. package/dist/modules/agent/runtime/server/helpers/models.d.ts +20 -0
  203. package/dist/modules/agent/runtime/server/helpers/models.js +15 -0
  204. package/dist/modules/agent/runtime/server/{routing.d.ts → helpers/routing.d.ts} +2 -2
  205. package/dist/modules/agent/runtime/server/{routing.js → helpers/routing.js} +2 -9
  206. package/dist/modules/agent/runtime/server/helpers/security.d.ts +22 -0
  207. package/dist/modules/agent/runtime/server/helpers/security.js +44 -0
  208. package/dist/modules/agent/runtime/server/helpers/skills.d.ts +14 -0
  209. package/dist/modules/agent/runtime/server/helpers/skills.js +22 -0
  210. package/dist/modules/agent/runtime/server/helpers/socket.d.ts +4 -0
  211. package/dist/modules/agent/runtime/server/helpers/socket.js +3 -0
  212. package/dist/modules/agent/runtime/server/helpers/text.d.ts +5 -0
  213. package/dist/modules/agent/runtime/server/helpers/text.js +3 -0
  214. package/dist/modules/agent/runtime/server/providers/anthropic.js +22 -3
  215. package/dist/modules/agent/runtime/server/providers/openai.js +4 -0
  216. package/dist/modules/agent/runtime/server/route.js +2 -2
  217. package/dist/modules/agent/runtime/server/server-tools/index.d.ts +2 -0
  218. package/dist/modules/agent/runtime/server/server-tools/load_tools/index.js +1 -5
  219. package/dist/modules/agent/runtime/server/stream.js +6 -29
  220. package/dist/modules/agent/runtime/shared/toolParams.d.ts +28 -0
  221. package/dist/modules/agent/runtime/shared/toolParams.js +27 -0
  222. package/dist/modules/agent/runtime/shared/toolResult.d.ts +94 -0
  223. package/dist/modules/agent/runtime/shared/toolResult.js +155 -0
  224. package/dist/modules/agent/runtime/shared/types.d.ts +1 -3
  225. package/dist/modules/agent/runtime/shared/types.js +8 -1
  226. package/dist/modules/charts/index.d.mts +3 -17
  227. package/dist/modules/charts/index.mjs +241 -16
  228. package/dist/modules/charts/runtime/blokkli/chart-types/advanced/definition.d.ts +5 -0
  229. package/dist/modules/charts/runtime/blokkli/chart-types/advanced/definition.js +26 -0
  230. package/dist/modules/charts/runtime/blokkli/chart-types/advanced/render.d.vue.ts +3 -0
  231. package/dist/modules/charts/runtime/blokkli/chart-types/advanced/render.vue +120 -0
  232. package/dist/modules/charts/runtime/blokkli/chart-types/advanced/render.vue.d.ts +3 -0
  233. package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/definition.d.ts +6 -0
  234. package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/definition.js +40 -0
  235. package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/illustration.d.vue.ts +3 -0
  236. package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/illustration.vue +41 -0
  237. package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/illustration.vue.d.ts +3 -0
  238. package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/render.d.vue.ts +3 -0
  239. package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/render.vue +94 -0
  240. package/dist/modules/charts/runtime/blokkli/chart-types/agePyramid/render.vue.d.ts +3 -0
  241. package/dist/modules/charts/runtime/blokkli/chart-types/area/definition.d.ts +7 -0
  242. package/dist/modules/charts/runtime/blokkli/chart-types/area/definition.js +49 -0
  243. package/dist/modules/charts/runtime/blokkli/chart-types/area/illustration.d.vue.ts +3 -0
  244. package/dist/modules/charts/runtime/blokkli/chart-types/area/illustration.vue +56 -0
  245. package/dist/modules/charts/runtime/blokkli/chart-types/area/illustration.vue.d.ts +3 -0
  246. package/dist/modules/charts/runtime/blokkli/chart-types/area/render.d.vue.ts +3 -0
  247. package/dist/modules/charts/runtime/blokkli/chart-types/area/render.vue +99 -0
  248. package/dist/modules/charts/runtime/blokkli/chart-types/area/render.vue.d.ts +3 -0
  249. package/dist/modules/charts/runtime/{chartTypes/bar.d.ts → blokkli/chart-types/bar/definition.d.ts} +3 -3
  250. package/dist/modules/charts/runtime/{chartTypes/bar.js → blokkli/chart-types/bar/definition.js} +12 -31
  251. package/dist/modules/charts/runtime/blokkli/chart-types/bar/illustration.d.vue.ts +3 -0
  252. package/dist/modules/charts/runtime/blokkli/chart-types/bar/illustration.vue +34 -0
  253. package/dist/modules/charts/runtime/blokkli/chart-types/bar/illustration.vue.d.ts +3 -0
  254. package/dist/modules/charts/runtime/blokkli/chart-types/bar/render.d.vue.ts +3 -0
  255. package/dist/modules/charts/runtime/blokkli/chart-types/bar/render.vue +107 -0
  256. package/dist/modules/charts/runtime/blokkli/chart-types/bar/render.vue.d.ts +3 -0
  257. package/dist/modules/charts/runtime/blokkli/chart-types/donut/definition.d.ts +7 -0
  258. package/dist/modules/charts/runtime/blokkli/chart-types/donut/definition.js +35 -0
  259. package/dist/modules/charts/runtime/blokkli/chart-types/donut/illustration.d.vue.ts +3 -0
  260. package/dist/modules/charts/runtime/blokkli/chart-types/donut/illustration.vue +35 -0
  261. package/dist/modules/charts/runtime/blokkli/chart-types/donut/illustration.vue.d.ts +3 -0
  262. package/dist/modules/charts/runtime/blokkli/chart-types/donut/render.d.vue.ts +3 -0
  263. package/dist/modules/charts/runtime/blokkli/chart-types/donut/render.vue +87 -0
  264. package/dist/modules/charts/runtime/blokkli/chart-types/donut/render.vue.d.ts +3 -0
  265. package/dist/modules/charts/runtime/{chartTypes/heatmap.d.ts → blokkli/chart-types/heatmap/definition.d.ts} +3 -3
  266. package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/definition.js +29 -0
  267. package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/illustration.d.vue.ts +3 -0
  268. package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/illustration.vue +27 -0
  269. package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/illustration.vue.d.ts +3 -0
  270. package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/render.d.vue.ts +3 -0
  271. package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/render.vue +113 -0
  272. package/dist/modules/charts/runtime/blokkli/chart-types/heatmap/render.vue.d.ts +3 -0
  273. package/dist/modules/charts/runtime/blokkli/chart-types/line/definition.d.ts +7 -0
  274. package/dist/modules/charts/runtime/blokkli/chart-types/line/definition.js +49 -0
  275. package/dist/modules/charts/runtime/blokkli/chart-types/line/illustration.d.vue.ts +3 -0
  276. package/dist/modules/charts/runtime/blokkli/chart-types/line/illustration.vue +59 -0
  277. package/dist/modules/charts/runtime/blokkli/chart-types/line/illustration.vue.d.ts +3 -0
  278. package/dist/modules/charts/runtime/blokkli/chart-types/line/render.d.vue.ts +3 -0
  279. package/dist/modules/charts/runtime/blokkli/chart-types/line/render.vue +98 -0
  280. package/dist/modules/charts/runtime/blokkli/chart-types/line/render.vue.d.ts +3 -0
  281. package/dist/modules/charts/runtime/blokkli/chart-types/pie/definition.d.ts +6 -0
  282. package/dist/modules/charts/runtime/blokkli/chart-types/pie/definition.js +29 -0
  283. package/dist/modules/charts/runtime/blokkli/chart-types/pie/illustration.d.vue.ts +3 -0
  284. package/dist/modules/charts/runtime/blokkli/chart-types/pie/illustration.vue +20 -0
  285. package/dist/modules/charts/runtime/blokkli/chart-types/pie/illustration.vue.d.ts +3 -0
  286. package/dist/modules/charts/runtime/blokkli/chart-types/pie/render.d.vue.ts +3 -0
  287. package/dist/modules/charts/runtime/blokkli/chart-types/pie/render.vue +71 -0
  288. package/dist/modules/charts/runtime/blokkli/chart-types/pie/render.vue.d.ts +3 -0
  289. package/dist/modules/charts/runtime/blokkli/chart-types/radar/definition.d.ts +7 -0
  290. package/dist/modules/charts/runtime/blokkli/chart-types/radar/definition.js +45 -0
  291. package/dist/modules/charts/runtime/blokkli/chart-types/radar/illustration.d.vue.ts +3 -0
  292. package/dist/modules/charts/runtime/blokkli/chart-types/radar/illustration.vue +60 -0
  293. package/dist/modules/charts/runtime/blokkli/chart-types/radar/illustration.vue.d.ts +3 -0
  294. package/dist/modules/charts/runtime/blokkli/chart-types/radar/render.d.vue.ts +3 -0
  295. package/dist/modules/charts/runtime/blokkli/chart-types/radar/render.vue +95 -0
  296. package/dist/modules/charts/runtime/blokkli/chart-types/radar/render.vue.d.ts +3 -0
  297. package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/definition.d.ts +6 -0
  298. package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/definition.js +29 -0
  299. package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/illustration.d.vue.ts +3 -0
  300. package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/illustration.vue +32 -0
  301. package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/illustration.vue.d.ts +3 -0
  302. package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/render.d.vue.ts +3 -0
  303. package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/render.vue +77 -0
  304. package/dist/modules/charts/runtime/blokkli/chart-types/radialBar/render.vue.d.ts +3 -0
  305. package/dist/modules/charts/runtime/blokkli/skills/charts.js +36 -2
  306. package/dist/modules/charts/runtime/blokkli/tools/chart_schemas.d.ts +81 -19
  307. package/dist/modules/charts/runtime/blokkli/tools/chart_schemas.js +79 -32
  308. package/dist/modules/charts/runtime/blokkli/tools/create_advanced_chart/index.d.ts +2 -0
  309. package/dist/modules/charts/runtime/blokkli/tools/create_advanced_chart/index.js +88 -0
  310. package/dist/modules/charts/runtime/blokkli/tools/create_chart/index.js +8 -4
  311. package/dist/modules/charts/runtime/blokkli/tools/get_advanced_chart_config/index.d.ts +2 -0
  312. package/dist/modules/charts/runtime/blokkli/tools/get_advanced_chart_config/index.js +65 -0
  313. package/dist/modules/charts/runtime/blokkli/tools/get_chart_data/index.js +36 -8
  314. package/dist/modules/charts/runtime/blokkli/tools/get_chart_type_options/index.js +4 -2
  315. package/dist/modules/charts/runtime/blokkli/tools/update_advanced_chart/index.d.ts +2 -0
  316. package/dist/modules/charts/runtime/blokkli/tools/update_advanced_chart/index.js +73 -0
  317. package/dist/modules/charts/runtime/blokkli/tools/update_chart/index.js +43 -20
  318. package/dist/modules/charts/runtime/chart-types/definition/index.d.ts +7 -0
  319. package/dist/modules/charts/runtime/chart-types/definition/index.js +3 -0
  320. package/dist/modules/charts/runtime/chart-types/definition/options/index.d.ts +43 -0
  321. package/dist/modules/charts/runtime/{chartTypes/shared.js → chart-types/definition/options/index.js} +30 -23
  322. package/dist/modules/charts/runtime/chart-types/index.d.ts +21 -0
  323. package/dist/modules/charts/runtime/chart-types/index.js +25 -0
  324. package/dist/modules/charts/runtime/components/ChartRenderer/index.d.vue.ts +19 -145
  325. package/dist/modules/charts/runtime/components/ChartRenderer/index.vue +193 -99
  326. package/dist/modules/charts/runtime/components/ChartRenderer/index.vue.d.ts +19 -145
  327. package/dist/modules/charts/runtime/features/charts/Editor/AdvancedConfigPanel/index.d.vue.ts +11 -0
  328. package/dist/modules/charts/runtime/features/charts/Editor/AdvancedConfigPanel/index.vue +149 -0
  329. package/dist/modules/charts/runtime/features/charts/Editor/AdvancedConfigPanel/index.vue.d.ts +11 -0
  330. package/dist/modules/charts/runtime/features/charts/Editor/CategoryColorOverridesPanel/index.d.vue.ts +11 -0
  331. package/dist/modules/charts/runtime/features/charts/Editor/CategoryColorOverridesPanel/index.vue +62 -0
  332. package/dist/modules/charts/runtime/features/charts/Editor/CategoryColorOverridesPanel/index.vue.d.ts +11 -0
  333. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/Field.d.vue.ts +14 -0
  334. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/Field.vue +89 -0
  335. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/Field.vue.d.ts +14 -0
  336. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/index.d.vue.ts +3 -3
  337. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/index.vue +45 -52
  338. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypeOptions/index.vue.d.ts +3 -3
  339. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeCard.d.vue.ts +7 -0
  340. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeCard.vue +55 -0
  341. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeCard.vue.d.ts +7 -0
  342. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeGrid.d.vue.ts +11 -0
  343. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeGrid.vue +24 -0
  344. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/TypeGrid.vue.d.ts +11 -0
  345. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/index.d.vue.ts +2 -2
  346. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/index.vue +48 -26
  347. package/dist/modules/charts/runtime/features/charts/Editor/ChartTypePicker/index.vue.d.ts +2 -2
  348. package/dist/modules/charts/runtime/features/charts/Editor/ColorDropdown/index.d.vue.ts +0 -2
  349. package/dist/modules/charts/runtime/features/charts/Editor/ColorDropdown/index.vue +64 -20
  350. package/dist/modules/charts/runtime/features/charts/Editor/ColorDropdown/index.vue.d.ts +0 -2
  351. package/dist/modules/charts/runtime/features/charts/Editor/CsvExport/index.d.vue.ts +9 -0
  352. package/dist/modules/charts/runtime/features/charts/Editor/CsvExport/index.vue +55 -0
  353. package/dist/modules/charts/runtime/features/charts/Editor/CsvExport/index.vue.d.ts +9 -0
  354. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FilterEditor/index.d.vue.ts +16 -0
  355. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FilterEditor/index.vue +88 -0
  356. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FilterEditor/index.vue.d.ts +16 -0
  357. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FiltersSection/index.d.vue.ts +13 -0
  358. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FiltersSection/index.vue +111 -0
  359. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/FiltersSection/index.vue.d.ts +13 -0
  360. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/GroupBySection/index.d.vue.ts +14 -0
  361. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/GroupBySection/index.vue +100 -0
  362. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/GroupBySection/index.vue.d.ts +14 -0
  363. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/OutputPreviewTable/index.d.vue.ts +17 -0
  364. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/OutputPreviewTable/index.vue +152 -0
  365. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/OutputPreviewTable/index.vue.d.ts +17 -0
  366. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/PreviewDialog.d.vue.ts +14 -0
  367. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/PreviewDialog.vue +340 -0
  368. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/PreviewDialog.vue.d.ts +14 -0
  369. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/csvHelpers.d.ts +69 -0
  370. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/csvHelpers.js +368 -0
  371. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/index.d.vue.ts +6 -17
  372. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/index.vue +37 -64
  373. package/dist/modules/charts/runtime/features/charts/Editor/CsvImport/index.vue.d.ts +6 -17
  374. package/dist/modules/charts/runtime/features/charts/Editor/DataSourcePicker/index.d.vue.ts +16 -0
  375. package/dist/modules/charts/runtime/features/charts/Editor/DataSourcePicker/index.vue +80 -0
  376. package/dist/modules/charts/runtime/features/charts/Editor/DataSourcePicker/index.vue.d.ts +16 -0
  377. package/dist/modules/charts/runtime/features/charts/Editor/DataTable/index.d.vue.ts +3 -3
  378. package/dist/modules/charts/runtime/features/charts/Editor/DataTable/index.vue +29 -18
  379. package/dist/modules/charts/runtime/features/charts/Editor/DataTable/index.vue.d.ts +3 -3
  380. package/dist/modules/charts/runtime/features/charts/Editor/DateFormatEditor/index.d.vue.ts +13 -0
  381. package/dist/modules/charts/runtime/features/charts/Editor/DateFormatEditor/index.vue +71 -0
  382. package/dist/modules/charts/runtime/features/charts/Editor/DateFormatEditor/index.vue.d.ts +13 -0
  383. package/dist/modules/charts/runtime/features/charts/Editor/DynamicPreviewStatus/index.d.vue.ts +16 -0
  384. package/dist/modules/charts/runtime/features/charts/Editor/DynamicPreviewStatus/index.vue +57 -0
  385. package/dist/modules/charts/runtime/features/charts/Editor/DynamicPreviewStatus/index.vue.d.ts +16 -0
  386. package/dist/modules/charts/runtime/features/charts/Editor/FootnoteEditor/index.d.vue.ts +4 -5
  387. package/dist/modules/charts/runtime/features/charts/Editor/FootnoteEditor/index.vue +63 -51
  388. package/dist/modules/charts/runtime/features/charts/Editor/FootnoteEditor/index.vue.d.ts +4 -5
  389. package/dist/modules/charts/runtime/features/charts/Editor/NumberFormatEditor/index.d.vue.ts +21 -0
  390. package/dist/modules/charts/runtime/features/charts/Editor/NumberFormatEditor/index.vue +120 -0
  391. package/dist/modules/charts/runtime/features/charts/Editor/NumberFormatEditor/index.vue.d.ts +21 -0
  392. package/dist/modules/charts/runtime/features/charts/Editor/OrphanOverridesWarning/index.d.vue.ts +18 -0
  393. package/dist/modules/charts/runtime/features/charts/Editor/OrphanOverridesWarning/index.vue +65 -0
  394. package/dist/modules/charts/runtime/features/charts/Editor/OrphanOverridesWarning/index.vue.d.ts +18 -0
  395. package/dist/modules/charts/runtime/features/charts/Editor/Preview/index.d.vue.ts +2 -1
  396. package/dist/modules/charts/runtime/features/charts/Editor/Preview/index.vue +8 -2
  397. package/dist/modules/charts/runtime/features/charts/Editor/Preview/index.vue.d.ts +2 -1
  398. package/dist/modules/charts/runtime/features/charts/Editor/SeriesOverridesPanel/index.d.vue.ts +13 -0
  399. package/dist/modules/charts/runtime/features/charts/Editor/SeriesOverridesPanel/index.vue +95 -0
  400. package/dist/modules/charts/runtime/features/charts/Editor/SeriesOverridesPanel/index.vue.d.ts +13 -0
  401. package/dist/{runtime/editor/components/AutoHeight → modules/charts/runtime/features/charts/Editor/TranslationsEditor/TranslationRow}/index.d.vue.ts +1 -1
  402. package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/TranslationRow/index.vue +19 -0
  403. package/dist/{runtime/editor/components/AutoHeight → modules/charts/runtime/features/charts/Editor/TranslationsEditor/TranslationRow}/index.vue.d.ts +1 -1
  404. package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/index.d.vue.ts +17 -0
  405. package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/index.vue +264 -0
  406. package/dist/modules/charts/runtime/features/charts/Editor/TranslationsEditor/index.vue.d.ts +17 -0
  407. package/dist/modules/charts/runtime/features/charts/Editor/index.d.vue.ts +1 -0
  408. package/dist/modules/charts/runtime/features/charts/Editor/index.vue +477 -141
  409. package/dist/modules/charts/runtime/features/charts/Editor/index.vue.d.ts +1 -0
  410. package/dist/modules/charts/runtime/features/charts/Editor/useChartDataSourcePreview.d.ts +6 -0
  411. package/dist/modules/charts/runtime/features/charts/Editor/useChartDataSourcePreview.js +17 -0
  412. package/dist/modules/charts/runtime/features/charts/Editor/useChartEditorState.d.ts +8 -2
  413. package/dist/modules/charts/runtime/features/charts/Editor/useChartEditorState.js +85 -5
  414. package/dist/modules/charts/runtime/helpers/adapterTypes.d.ts +38 -0
  415. package/dist/modules/charts/runtime/helpers/adapterTypes.js +1 -0
  416. package/dist/modules/charts/runtime/helpers/dateFormat.d.ts +20 -0
  417. package/dist/modules/charts/runtime/helpers/dateFormat.js +121 -0
  418. package/dist/modules/charts/runtime/helpers/echarts.d.ts +6 -0
  419. package/dist/modules/charts/runtime/helpers/echarts.js +5 -0
  420. package/dist/modules/charts/runtime/helpers/index.d.ts +17 -14
  421. package/dist/modules/charts/runtime/helpers/index.js +24 -27
  422. package/dist/modules/charts/runtime/helpers/nextCategoryValue.d.ts +19 -0
  423. package/dist/modules/charts/runtime/helpers/nextCategoryValue.js +160 -0
  424. package/dist/modules/charts/runtime/helpers/numberFormat.d.ts +13 -0
  425. package/dist/modules/charts/runtime/helpers/numberFormat.js +31 -0
  426. package/dist/modules/charts/runtime/helpers/previewInjection.d.ts +14 -0
  427. package/dist/modules/charts/runtime/helpers/previewInjection.js +3 -0
  428. package/dist/modules/charts/runtime/types.d.ts +238 -15
  429. package/dist/modules/drupal/graphql/base/fragment.paragraphsBlokkliMutationItem.graphql +23 -0
  430. package/dist/modules/drupal/graphql/base/query.pbConfig.graphql +12 -3
  431. package/dist/modules/drupal/graphql/base/query.pbUsers.graphql +10 -0
  432. package/dist/modules/drupal/graphql/features/agent.graphql +75 -23
  433. package/dist/modules/drupal/graphql/features/block-transfer.graphql +42 -0
  434. package/dist/modules/drupal/graphql/features/comments.graphql +81 -11
  435. package/dist/modules/drupal/index.d.mts +2 -1
  436. package/dist/modules/drupal/index.mjs +8 -0
  437. package/dist/modules/drupal/runtime/adapter/index.js +221 -34
  438. package/dist/modules/iframes/index.d.mts +2 -1
  439. package/dist/modules/iframes/runtime/features/iframes/Editor/index.vue +4 -2
  440. package/dist/modules/index.d.mts +2 -1
  441. package/dist/modules/readability/index.d.mts +2 -1
  442. package/dist/modules/table-of-contents/index.d.mts +2 -1
  443. package/dist/modules/tailwind/index.d.mts +2 -2
  444. package/dist/modules/tailwind/index.mjs +228 -2
  445. package/dist/runtime/components/Blocks/NotImplemented/index.vue +24 -51
  446. package/dist/runtime/components/BlokkliItem.vue +3 -31
  447. package/dist/runtime/editor/adapter/index.d.ts +16 -0
  448. package/dist/runtime/editor/components/Actions/Interactions/Button.d.vue.ts +9 -0
  449. package/dist/runtime/editor/components/Actions/Interactions/Button.vue +19 -0
  450. package/dist/runtime/editor/components/Actions/Interactions/Button.vue.d.ts +9 -0
  451. package/dist/runtime/editor/components/Actions/Interactions/index.vue +24 -88
  452. package/dist/runtime/editor/components/Actions/ItemDropdown/Item.d.vue.ts +7 -0
  453. package/dist/runtime/editor/components/Actions/ItemDropdown/Item.vue +50 -0
  454. package/dist/runtime/editor/components/Actions/ItemDropdown/Item.vue.d.ts +7 -0
  455. package/dist/runtime/editor/components/Actions/ItemDropdown/index.vue +4 -22
  456. package/dist/runtime/editor/components/Actions/Title/index.d.vue.ts +3 -0
  457. package/dist/runtime/editor/components/Actions/Title/index.vue +295 -0
  458. package/dist/runtime/editor/components/Actions/Title/index.vue.d.ts +3 -0
  459. package/dist/runtime/editor/components/Actions/index.vue +24 -779
  460. package/dist/runtime/editor/components/AddListItem/index.vue +2 -0
  461. package/dist/runtime/editor/components/AnimationCanvas/index.vue +4 -2
  462. package/dist/runtime/editor/components/AppMenu/Inner.vue +12 -7
  463. package/dist/runtime/editor/components/AppMenu/MenuButton.d.vue.ts +4 -9
  464. package/dist/runtime/editor/components/AppMenu/MenuButton.vue +56 -194
  465. package/dist/runtime/editor/components/AppMenu/MenuButton.vue.d.ts +4 -9
  466. package/dist/runtime/editor/components/ArtboardTooltip/index.vue +120 -145
  467. package/dist/runtime/editor/components/Avatar/index.d.vue.ts +30 -0
  468. package/dist/runtime/editor/components/Avatar/index.vue +120 -0
  469. package/dist/runtime/editor/components/Avatar/index.vue.d.ts +30 -0
  470. package/dist/runtime/editor/components/Banner/Inner.vue +1 -1
  471. package/dist/runtime/editor/components/Banner/index.d.vue.ts +1 -0
  472. package/dist/runtime/editor/components/Banner/index.vue +21 -18
  473. package/dist/runtime/editor/components/Banner/index.vue.d.ts +1 -0
  474. package/dist/runtime/editor/components/BlockPreviewItem/index.vue +35 -41
  475. package/dist/runtime/editor/components/BlockPreviewRenderer/index.d.vue.ts +1 -1
  476. package/dist/runtime/editor/components/BlockPreviewRenderer/index.vue +13 -19
  477. package/dist/runtime/editor/components/BlockPreviewRenderer/index.vue.d.ts +1 -1
  478. package/dist/runtime/editor/components/BlockProxy/index.vue +56 -130
  479. package/dist/runtime/editor/components/BlokkliRootErrorBoundary.vue +117 -48
  480. package/dist/runtime/editor/components/BundleSelector/Group.d.vue.ts +12 -0
  481. package/dist/runtime/editor/components/BundleSelector/Group.vue +28 -0
  482. package/dist/runtime/editor/components/BundleSelector/Group.vue.d.ts +12 -0
  483. package/dist/runtime/editor/components/BundleSelector/index.vue +31 -211
  484. package/dist/runtime/editor/components/BundleSelector/types.d.ts +21 -0
  485. package/dist/runtime/editor/components/BundleSelector/types.js +0 -0
  486. package/dist/runtime/editor/components/Button/index.d.vue.ts +29 -0
  487. package/dist/runtime/editor/components/Button/index.vue +36 -0
  488. package/dist/runtime/editor/components/Button/index.vue.d.ts +29 -0
  489. package/dist/runtime/editor/components/ButtonAction/index.d.vue.ts +13 -0
  490. package/dist/runtime/editor/components/ButtonAction/index.vue +25 -0
  491. package/dist/runtime/editor/components/ButtonAction/index.vue.d.ts +13 -0
  492. package/dist/runtime/editor/components/Dialog/index.d.vue.ts +11 -2
  493. package/dist/runtime/editor/components/Dialog/index.vue +164 -241
  494. package/dist/runtime/editor/components/Dialog/index.vue.d.ts +11 -2
  495. package/dist/runtime/editor/components/DiffApproval/Highlight/Item.d.vue.ts +6 -0
  496. package/dist/runtime/editor/components/DiffApproval/Highlight/Item.vue +28 -19
  497. package/dist/runtime/editor/components/DiffApproval/Highlight/Item.vue.d.ts +6 -0
  498. package/dist/runtime/editor/components/DiffApproval/Highlight/index.d.vue.ts +1 -0
  499. package/dist/runtime/editor/components/DiffApproval/Highlight/index.vue +7 -119
  500. package/dist/runtime/editor/components/DiffApproval/Highlight/index.vue.d.ts +1 -0
  501. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.d.vue.ts +11 -2
  502. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue +115 -248
  503. package/dist/runtime/editor/components/DiffApproval/Toolbar/index.vue.d.ts +11 -2
  504. package/dist/runtime/editor/components/DiffApproval/index.d.vue.ts +16 -0
  505. package/dist/runtime/editor/components/DiffApproval/index.vue +6 -1
  506. package/dist/runtime/editor/components/DiffApproval/index.vue.d.ts +16 -0
  507. package/dist/runtime/editor/components/DiffViewer/DiffDisplay/index.vue +1 -1
  508. package/dist/runtime/editor/components/DiffViewer/State.vue +294 -297
  509. package/dist/runtime/editor/{features/analyze/Summary/Chart.d.vue.ts → components/DonutChart/index.d.vue.ts} +4 -4
  510. package/dist/runtime/editor/{features/analyze/Summary/Chart.vue → components/DonutChart/index.vue} +4 -3
  511. package/dist/runtime/editor/{features/analyze/Summary/Chart.vue.d.ts → components/DonutChart/index.vue.d.ts} +4 -4
  512. package/dist/runtime/editor/components/DraggableList.vue +71 -84
  513. package/dist/runtime/editor/components/Dropdown/index.d.vue.ts +1 -0
  514. package/dist/runtime/editor/components/Dropdown/index.vue +91 -89
  515. package/dist/runtime/editor/components/Dropdown/index.vue.d.ts +1 -0
  516. package/dist/runtime/editor/components/EditIndicator.d.vue.ts +0 -1
  517. package/dist/runtime/editor/components/EditIndicator.vue +105 -37
  518. package/dist/runtime/editor/components/EditIndicator.vue.d.ts +0 -1
  519. package/dist/runtime/editor/components/EditProvider.vue +29 -35
  520. package/dist/runtime/editor/components/FileDropHandler/index.vue +24 -20
  521. package/dist/runtime/editor/components/FlexTextarea/index.d.vue.ts +1 -1
  522. package/dist/runtime/editor/components/FlexTextarea/index.vue +8 -4
  523. package/dist/runtime/editor/components/FlexTextarea/index.vue.d.ts +1 -1
  524. package/dist/runtime/editor/components/Form/Checkboxes/index.d.vue.ts +1 -1
  525. package/dist/runtime/editor/components/Form/Checkboxes/index.vue +2 -2
  526. package/dist/runtime/editor/components/Form/Checkboxes/index.vue.d.ts +1 -1
  527. package/dist/runtime/editor/components/Form/Datepicker/index.vue +29 -175
  528. package/dist/runtime/editor/components/Form/Number/index.d.vue.ts +36 -0
  529. package/dist/runtime/editor/components/Form/Number/index.vue +79 -0
  530. package/dist/runtime/editor/components/Form/Number/index.vue.d.ts +36 -0
  531. package/dist/runtime/editor/components/Form/Radio/index.d.vue.ts +1 -1
  532. package/dist/runtime/editor/components/Form/Radio/index.vue +2 -2
  533. package/dist/runtime/editor/components/Form/Radio/index.vue.d.ts +1 -1
  534. package/dist/runtime/editor/components/Form/RadioBox/index.d.vue.ts +33 -0
  535. package/dist/runtime/editor/components/Form/RadioBox/index.vue +40 -0
  536. package/dist/runtime/editor/components/Form/RadioBox/index.vue.d.ts +33 -0
  537. package/dist/runtime/editor/components/Form/RadioTabs/index.vue +55 -0
  538. package/dist/runtime/editor/components/Form/Search/index.d.vue.ts +88 -0
  539. package/dist/runtime/editor/components/Form/Search/index.vue +289 -0
  540. package/dist/runtime/editor/components/Form/Search/index.vue.d.ts +88 -0
  541. package/dist/runtime/editor/components/Form/Search/types.d.ts +19 -0
  542. package/dist/runtime/editor/components/Form/Search/types.js +0 -0
  543. package/dist/runtime/editor/components/Form/Text/index.d.vue.ts +6 -2
  544. package/dist/runtime/editor/components/Form/Text/index.vue +12 -4
  545. package/dist/runtime/editor/components/Form/Text/index.vue.d.ts +6 -2
  546. package/dist/runtime/editor/components/Form/TextDark/index.d.vue.ts +24 -0
  547. package/dist/runtime/editor/components/Form/TextDark/index.vue +56 -0
  548. package/dist/runtime/editor/components/Form/TextDark/index.vue.d.ts +24 -0
  549. package/dist/runtime/editor/components/Form/Textarea/index.d.vue.ts +2 -0
  550. package/dist/runtime/editor/components/Form/Textarea/index.vue +13 -4
  551. package/dist/runtime/editor/components/Form/Textarea/index.vue.d.ts +2 -0
  552. package/dist/runtime/editor/components/Form/Toggle/index.d.vue.ts +12 -1
  553. package/dist/runtime/editor/components/Form/Toggle/index.vue +66 -216
  554. package/dist/runtime/editor/components/Form/Toggle/index.vue.d.ts +12 -1
  555. package/dist/runtime/editor/components/FormOverlay/index.vue +17 -25
  556. package/dist/runtime/editor/components/Icon/index.vue +9 -3
  557. package/dist/runtime/editor/components/Indicators/index.vue +74 -147
  558. package/dist/runtime/editor/components/InfoBox/index.d.vue.ts +7 -4
  559. package/dist/runtime/editor/components/InfoBox/index.vue +18 -69
  560. package/dist/runtime/editor/components/InfoBox/index.vue.d.ts +7 -4
  561. package/dist/runtime/editor/components/InlineActions/Button/index.d.vue.ts +19 -0
  562. package/dist/runtime/editor/components/InlineActions/Button/index.vue +27 -0
  563. package/dist/runtime/editor/components/InlineActions/Button/index.vue.d.ts +19 -0
  564. package/dist/runtime/editor/components/InlineActions/index.d.vue.ts +13 -0
  565. package/dist/runtime/editor/components/InlineActions/index.vue +5 -0
  566. package/dist/runtime/editor/components/InlineActions/index.vue.d.ts +13 -0
  567. package/dist/runtime/editor/components/Konami/Game/index.vue +56 -65
  568. package/dist/runtime/editor/components/Messages/Item/index.vue +1 -1
  569. package/dist/runtime/editor/components/Messages/index.vue +65 -74
  570. package/dist/runtime/editor/components/NestedEditorOverlay/index.d.vue.ts +2 -1
  571. package/dist/runtime/editor/components/NestedEditorOverlay/index.vue +43 -209
  572. package/dist/runtime/editor/components/NestedEditorOverlay/index.vue.d.ts +2 -1
  573. package/dist/runtime/editor/components/Overlay/index.vue +52 -75
  574. package/dist/runtime/editor/components/Pagination/index.vue +18 -24
  575. package/dist/runtime/editor/components/Panel/Action/index.d.vue.ts +11 -0
  576. package/dist/runtime/editor/components/Panel/Action/index.vue +25 -0
  577. package/dist/runtime/editor/components/Panel/Action/index.vue.d.ts +11 -0
  578. package/dist/runtime/editor/components/Panel/AddButton/index.d.vue.ts +8 -0
  579. package/dist/runtime/editor/components/Panel/AddButton/index.vue +17 -0
  580. package/dist/runtime/editor/components/Panel/AddButton/index.vue.d.ts +8 -0
  581. package/dist/runtime/editor/components/Panel/Details/index.d.vue.ts +25 -0
  582. package/dist/runtime/editor/components/Panel/Details/index.vue +45 -0
  583. package/dist/runtime/editor/components/Panel/Details/index.vue.d.ts +25 -0
  584. package/dist/runtime/editor/components/Panel/Item/index.d.vue.ts +65 -0
  585. package/dist/runtime/editor/components/Panel/Item/index.vue +99 -0
  586. package/dist/runtime/editor/components/Panel/Item/index.vue.d.ts +65 -0
  587. package/dist/runtime/editor/components/Panel/Section/index.d.vue.ts +26 -0
  588. package/dist/runtime/editor/components/Panel/Section/index.vue +94 -0
  589. package/dist/runtime/editor/components/Panel/Section/index.vue.d.ts +26 -0
  590. package/dist/runtime/editor/components/Panel/Sheet/index.d.vue.ts +20 -0
  591. package/dist/runtime/editor/components/Panel/Sheet/index.vue +34 -0
  592. package/dist/runtime/editor/components/Panel/Sheet/index.vue.d.ts +20 -0
  593. package/dist/runtime/editor/components/Panel/Tabs/index.d.vue.ts +28 -0
  594. package/dist/runtime/editor/components/Panel/Tabs/index.vue +25 -0
  595. package/dist/runtime/editor/components/Panel/Tabs/index.vue.d.ts +28 -0
  596. package/dist/runtime/editor/components/Pill/index.d.vue.ts +28 -0
  597. package/dist/runtime/editor/components/Pill/index.vue +37 -0
  598. package/dist/runtime/editor/components/Pill/index.vue.d.ts +28 -0
  599. package/dist/runtime/editor/components/PluginConfigForm/index.vue +15 -16
  600. package/dist/runtime/editor/components/PluginConfigFormInline/FilterSelect/index.vue +116 -248
  601. package/dist/runtime/editor/components/PluginConfigFormInline/index.vue +43 -58
  602. package/dist/runtime/editor/components/Popup/index.vue +56 -47
  603. package/dist/runtime/editor/components/PreviewProvider.vue +3 -3
  604. package/dist/runtime/editor/components/Reorder/index.d.vue.ts +53 -0
  605. package/dist/runtime/editor/components/Reorder/index.vue +123 -0
  606. package/dist/runtime/editor/components/Reorder/index.vue.d.ts +53 -0
  607. package/dist/runtime/editor/components/Resizable/index.d.vue.ts +10 -2
  608. package/dist/runtime/editor/components/Resizable/index.vue +84 -79
  609. package/dist/runtime/editor/components/Resizable/index.vue.d.ts +10 -2
  610. package/dist/runtime/editor/components/ResizableEditorView/index.d.vue.ts +26 -0
  611. package/dist/runtime/editor/components/ResizableEditorView/index.vue +76 -0
  612. package/dist/runtime/editor/components/ResizableEditorView/index.vue.d.ts +26 -0
  613. package/dist/runtime/editor/components/RichText/Editor/CleanTaskItem.d.ts +10 -0
  614. package/dist/runtime/editor/components/RichText/Editor/CleanTaskItem.js +59 -0
  615. package/dist/runtime/editor/components/RichText/Editor/Panel/Link/index.d.vue.ts +19 -0
  616. package/dist/runtime/editor/components/RichText/Editor/Panel/Link/index.vue +67 -0
  617. package/dist/runtime/editor/components/RichText/Editor/Panel/Link/index.vue.d.ts +19 -0
  618. package/dist/runtime/editor/components/RichText/Editor/Panel/index.d.vue.ts +20 -0
  619. package/dist/runtime/editor/components/RichText/Editor/Panel/index.vue +35 -0
  620. package/dist/runtime/editor/components/RichText/Editor/Panel/index.vue.d.ts +20 -0
  621. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Emojis.d.vue.ts +24 -0
  622. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Emojis.vue +44 -0
  623. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Emojis.vue.d.ts +24 -0
  624. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Mentions.d.vue.ts +23 -0
  625. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Mentions.vue +35 -0
  626. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/Mentions.vue.d.ts +23 -0
  627. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/index.d.vue.ts +30 -0
  628. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/index.vue +69 -0
  629. package/dist/runtime/editor/components/RichText/Editor/SuggestionList/index.vue.d.ts +30 -0
  630. package/dist/runtime/editor/components/RichText/Editor/Toolbar/Button/index.d.vue.ts +18 -0
  631. package/dist/runtime/editor/components/RichText/Editor/Toolbar/Button/index.vue +31 -0
  632. package/dist/runtime/editor/components/RichText/Editor/Toolbar/Button/index.vue.d.ts +18 -0
  633. package/dist/runtime/editor/components/RichText/Editor/Toolbar/Group/index.d.vue.ts +3 -0
  634. package/dist/runtime/editor/components/RichText/Editor/Toolbar/Group/index.vue +13 -0
  635. package/dist/runtime/editor/components/RichText/Editor/Toolbar/Group/index.vue.d.ts +3 -0
  636. package/dist/runtime/editor/components/RichText/Editor/Toolbar/index.d.vue.ts +13 -0
  637. package/dist/runtime/editor/components/RichText/Editor/Toolbar/index.vue +7 -0
  638. package/dist/runtime/editor/components/RichText/Editor/Toolbar/index.vue.d.ts +13 -0
  639. package/dist/runtime/editor/components/RichText/Editor/index.d.vue.ts +31 -0
  640. package/dist/runtime/editor/components/RichText/Editor/index.vue +386 -0
  641. package/dist/runtime/editor/components/RichText/Editor/index.vue.d.ts +31 -0
  642. package/dist/runtime/editor/components/RichText/Renderer/enrichRichContent.d.ts +12 -0
  643. package/dist/runtime/editor/components/RichText/Renderer/enrichRichContent.js +42 -0
  644. package/dist/runtime/editor/components/RichText/Renderer/index.d.vue.ts +23 -0
  645. package/dist/runtime/editor/components/RichText/Renderer/index.vue +39 -0
  646. package/dist/runtime/editor/components/RichText/Renderer/index.vue.d.ts +23 -0
  647. package/dist/runtime/editor/components/ScaleToFit/index.vue +18 -21
  648. package/dist/runtime/editor/components/ScheduleDate/index.d.vue.ts +2 -2
  649. package/dist/runtime/editor/components/ScheduleDate/index.vue +21 -12
  650. package/dist/runtime/editor/components/ScheduleDate/index.vue.d.ts +2 -2
  651. package/dist/runtime/editor/components/SearchOverlay/index.d.vue.ts +3 -3
  652. package/dist/runtime/editor/components/SearchOverlay/index.vue +31 -112
  653. package/dist/runtime/editor/components/SearchOverlay/index.vue.d.ts +3 -3
  654. package/dist/runtime/editor/components/SidebarFloater/index.d.vue.ts +16 -0
  655. package/dist/runtime/editor/components/SidebarFloater/index.vue +45 -0
  656. package/dist/runtime/editor/components/SidebarFloater/index.vue.d.ts +16 -0
  657. package/dist/runtime/editor/components/StatusIcon/index.vue +42 -91
  658. package/dist/runtime/editor/components/SystemRequirements/index.vue +40 -46
  659. package/dist/runtime/editor/components/Tabs/index.d.vue.ts +1 -0
  660. package/dist/runtime/editor/components/Tabs/index.vue +5 -3
  661. package/dist/runtime/editor/components/Tabs/index.vue.d.ts +1 -0
  662. package/dist/runtime/editor/components/Toolbar/index.vue +155 -138
  663. package/dist/runtime/editor/components/Tooltip/index.d.vue.ts +1 -1
  664. package/dist/runtime/editor/components/Tooltip/index.vue +15 -5
  665. package/dist/runtime/editor/components/Tooltip/index.vue.d.ts +1 -1
  666. package/dist/runtime/editor/components/Transition/Collapse/index.d.vue.ts +13 -0
  667. package/dist/runtime/editor/components/Transition/Collapse/index.vue +20 -0
  668. package/dist/runtime/editor/components/Transition/Collapse/index.vue.d.ts +13 -0
  669. package/dist/runtime/editor/components/Transition/List/index.d.vue.ts +21 -0
  670. package/dist/runtime/editor/components/Transition/List/index.vue +31 -0
  671. package/dist/runtime/editor/components/Transition/List/index.vue.d.ts +21 -0
  672. package/dist/runtime/editor/components/Transition/index.d.vue.ts +1 -1
  673. package/dist/runtime/editor/components/Transition/index.vue +2 -1
  674. package/dist/runtime/editor/components/Transition/index.vue.d.ts +1 -1
  675. package/dist/runtime/editor/components/index.d.ts +11 -2
  676. package/dist/runtime/editor/components/index.js +10 -4
  677. package/dist/runtime/editor/composables/defineEditorComponent.d.ts +126 -0
  678. package/dist/runtime/editor/composables/defineEditorComponent.js +6 -0
  679. package/dist/runtime/editor/composables/index.d.ts +1 -0
  680. package/dist/runtime/editor/composables/index.js +4 -0
  681. package/dist/runtime/editor/composables/useDialog.d.ts +1 -1
  682. package/dist/runtime/editor/composables/useDialog.js +2 -2
  683. package/dist/runtime/editor/composables/useEditableFieldOverride.js +16 -8
  684. package/dist/runtime/editor/composables/useGlobalBlokkliObject.d.ts +17 -3
  685. package/dist/runtime/editor/composables/useGlobalBlokkliObject.js +6 -0
  686. package/dist/runtime/editor/css/output.css +1 -1
  687. package/dist/runtime/editor/events/index.d.ts +22 -2
  688. package/dist/runtime/editor/features/add-list/Actions/index.vue +5 -1
  689. package/dist/runtime/editor/features/add-list/Blocks/index.vue +6 -1
  690. package/dist/runtime/editor/features/add-list/Help/Item.vue +16 -5
  691. package/dist/runtime/editor/features/add-list/Help/index.vue +127 -168
  692. package/dist/runtime/editor/features/add-list/index.vue +171 -324
  693. package/dist/runtime/editor/features/analyze/Ignored/index.vue +6 -22
  694. package/dist/runtime/editor/features/analyze/Main.vue +49 -43
  695. package/dist/runtime/editor/features/analyze/Results/Results.vue +6 -28
  696. package/dist/runtime/editor/features/analyze/Results/ResultsItem.vue +19 -9
  697. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodes.vue +23 -6
  698. package/dist/runtime/editor/features/analyze/Results/ResultsItemNodesTarget.vue +2 -4
  699. package/dist/runtime/editor/features/analyze/Results/Section.d.vue.ts +10 -0
  700. package/dist/runtime/editor/features/analyze/Results/Section.vue +42 -0
  701. package/dist/runtime/editor/features/analyze/Results/Section.vue.d.ts +10 -0
  702. package/dist/runtime/editor/features/analyze/Results/Status.vue +12 -6
  703. package/dist/runtime/editor/features/analyze/Summary/index.vue +19 -8
  704. package/dist/runtime/editor/features/analyze/index.vue +3 -454
  705. package/dist/runtime/editor/features/anchors/Overlay/index.vue +3 -11
  706. package/dist/runtime/editor/features/artboard/Overview/index.vue +6 -8
  707. package/dist/runtime/editor/features/artboard/Renderer.vue +40 -28
  708. package/dist/runtime/editor/features/artboard/Scrollbar/index.vue +22 -63
  709. package/dist/runtime/editor/features/block-scheduler/Dialog/ScheduleSection.d.vue.ts +3 -0
  710. package/dist/runtime/editor/features/block-scheduler/Dialog/ScheduleSection.vue +38 -25
  711. package/dist/runtime/editor/features/block-scheduler/Dialog/ScheduleSection.vue.d.ts +3 -0
  712. package/dist/runtime/editor/features/block-scheduler/Dialog/index.vue +21 -85
  713. package/dist/runtime/editor/features/block-scheduler/index.vue +9 -65
  714. package/dist/runtime/editor/features/block-transfer/SummaryDialog/index.d.vue.ts +11 -0
  715. package/dist/runtime/editor/features/block-transfer/SummaryDialog/index.vue +188 -0
  716. package/dist/runtime/editor/features/block-transfer/SummaryDialog/index.vue.d.ts +11 -0
  717. package/dist/runtime/editor/features/block-transfer/index.d.vue.ts +3 -0
  718. package/dist/runtime/editor/features/block-transfer/index.vue +235 -0
  719. package/dist/runtime/editor/features/block-transfer/index.vue.d.ts +3 -0
  720. package/dist/runtime/editor/features/block-transfer/types.d.ts +101 -0
  721. package/dist/runtime/editor/features/block-transfer/types.js +0 -0
  722. package/dist/runtime/editor/features/breadcrumbs/Crumb/index.d.vue.ts +31 -0
  723. package/dist/runtime/editor/features/breadcrumbs/Crumb/index.vue +105 -0
  724. package/dist/runtime/editor/features/breadcrumbs/Crumb/index.vue.d.ts +31 -0
  725. package/dist/runtime/editor/features/breadcrumbs/index.vue +56 -195
  726. package/dist/runtime/editor/features/breadcrumbs/types.d.ts +17 -0
  727. package/dist/runtime/editor/features/breadcrumbs/types.js +0 -0
  728. package/dist/runtime/editor/features/changelog/Dialog/index.vue +14 -68
  729. package/dist/runtime/editor/features/changelog/changelog.json +8 -0
  730. package/dist/runtime/editor/features/changelog/index.vue +1 -1
  731. package/dist/runtime/editor/features/clipboard/DropElement/index.vue +137 -152
  732. package/dist/runtime/editor/features/clipboard/index.vue +24 -143
  733. package/dist/runtime/editor/features/clipboard/types.d.ts +9 -0
  734. package/dist/runtime/editor/features/command-palette/Palette/Item/index.vue +6 -3
  735. package/dist/runtime/editor/features/command-palette/Palette/index.vue +4 -1
  736. package/dist/runtime/editor/features/comments/AddForm/index.vue +25 -14
  737. package/dist/runtime/editor/features/comments/Comment/Actions/index.d.vue.ts +27 -0
  738. package/dist/runtime/editor/features/comments/Comment/Actions/index.vue +93 -0
  739. package/dist/runtime/editor/features/comments/Comment/Actions/index.vue.d.ts +27 -0
  740. package/dist/runtime/editor/features/comments/Comment/EditForm/index.d.vue.ts +15 -0
  741. package/dist/runtime/editor/features/comments/Comment/EditForm/index.vue +38 -0
  742. package/dist/runtime/editor/features/comments/Comment/EditForm/index.vue.d.ts +15 -0
  743. package/dist/runtime/editor/features/comments/Comment/Meta/index.d.vue.ts +12 -0
  744. package/dist/runtime/editor/features/comments/Comment/Meta/index.vue +30 -0
  745. package/dist/runtime/editor/features/comments/Comment/Meta/index.vue.d.ts +12 -0
  746. package/dist/runtime/editor/features/comments/Comment/index.d.vue.ts +16 -14
  747. package/dist/runtime/editor/features/comments/Comment/index.vue +112 -28
  748. package/dist/runtime/editor/features/comments/Comment/index.vue.d.ts +16 -14
  749. package/dist/runtime/editor/features/comments/CommentInput/index.d.vue.ts +25 -10
  750. package/dist/runtime/editor/features/comments/CommentInput/index.vue +77 -19
  751. package/dist/runtime/editor/features/comments/CommentInput/index.vue.d.ts +25 -10
  752. package/dist/runtime/editor/features/comments/Overlay/Item/index.d.vue.ts +32 -5
  753. package/dist/runtime/editor/features/comments/Overlay/Item/index.vue +85 -47
  754. package/dist/runtime/editor/features/comments/Overlay/Item/index.vue.d.ts +32 -5
  755. package/dist/runtime/editor/features/comments/Overlay/index.d.vue.ts +29 -7
  756. package/dist/runtime/editor/features/comments/Overlay/index.vue +42 -11
  757. package/dist/runtime/editor/features/comments/Overlay/index.vue.d.ts +29 -7
  758. package/dist/runtime/editor/features/comments/Sidebar/AddForm/index.d.vue.ts +9 -0
  759. package/dist/runtime/editor/features/comments/Sidebar/AddForm/index.vue +58 -0
  760. package/dist/runtime/editor/features/comments/Sidebar/AddForm/index.vue.d.ts +9 -0
  761. package/dist/runtime/editor/features/comments/Sidebar/index.d.vue.ts +50 -0
  762. package/dist/runtime/editor/features/comments/Sidebar/index.vue +111 -0
  763. package/dist/runtime/editor/features/comments/Sidebar/index.vue.d.ts +50 -0
  764. package/dist/runtime/editor/features/comments/Thread/ReplyForm/index.d.vue.ts +11 -0
  765. package/dist/runtime/editor/features/comments/Thread/ReplyForm/index.vue +58 -0
  766. package/dist/runtime/editor/features/comments/Thread/ReplyForm/index.vue.d.ts +11 -0
  767. package/dist/runtime/editor/features/comments/Thread/index.d.vue.ts +44 -0
  768. package/dist/runtime/editor/features/comments/Thread/index.vue +142 -0
  769. package/dist/runtime/editor/features/comments/Thread/index.vue.d.ts +44 -0
  770. package/dist/runtime/editor/features/comments/index.vue +85 -259
  771. package/dist/runtime/editor/features/comments/types.d.ts +42 -8
  772. package/dist/runtime/editor/features/debug/Main.vue +148 -146
  773. package/dist/runtime/editor/features/debug/Section/Logging.vue +5 -2
  774. package/dist/runtime/editor/features/debug/Section/Rendering.vue +3 -3
  775. package/dist/runtime/editor/features/delete/index.vue +1 -1
  776. package/dist/runtime/editor/features/dev-mode/index.vue +31 -35
  777. package/dist/runtime/editor/features/diff/index.vue +1 -1
  778. package/dist/runtime/editor/features/dragging-overlay/DragItems/index.vue +123 -1
  779. package/dist/runtime/editor/features/dragging-overlay/Renderer/index.vue +51 -0
  780. package/dist/runtime/editor/features/dragging-overlay/index.vue +143 -313
  781. package/dist/runtime/editor/features/dragging-overlay/types.d.ts +28 -0
  782. package/dist/runtime/editor/features/dragging-overlay/types.js +0 -0
  783. package/dist/runtime/editor/features/droppable-field-edit/Overlay/index.vue +26 -24
  784. package/dist/runtime/editor/features/edit/index.vue +3 -6
  785. package/dist/runtime/editor/features/edit-form/index.vue +1 -1
  786. package/dist/runtime/editor/features/editable-field/Overlay/Frame/index.vue +17 -15
  787. package/dist/runtime/editor/features/editable-field/Overlay/Plaintext/index.vue +1 -0
  788. package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/ChunkOverlay.vue +48 -51
  789. package/dist/runtime/editor/features/editable-field/Overlay/ReadabilityIndicator/index.vue +9 -1
  790. package/dist/runtime/editor/features/editable-field/Overlay/index.vue +137 -183
  791. package/dist/runtime/editor/features/editable-mask/index.vue +5 -5
  792. package/dist/runtime/editor/features/entity-title/index.vue +15 -3
  793. package/dist/runtime/editor/features/exit/index.vue +1 -1
  794. package/dist/runtime/editor/features/fragments/Dialog/index.vue +8 -91
  795. package/dist/runtime/editor/features/help/Shortcuts/index.vue +48 -60
  796. package/dist/runtime/editor/features/help/index.vue +10 -11
  797. package/dist/runtime/editor/features/highlights/Renderer/fragment.glsl +1 -1
  798. package/dist/runtime/editor/features/highlights/Renderer/index.vue +1 -1
  799. package/dist/runtime/editor/features/history/List/index.vue +217 -208
  800. package/dist/runtime/editor/features/history/index.vue +2 -2
  801. package/dist/runtime/editor/features/hover/Renderer/index.vue +4 -2
  802. package/dist/runtime/editor/features/hover/Renderer/vertex.glsl +3 -1
  803. package/dist/runtime/editor/features/hover/index.vue +2 -2
  804. package/dist/runtime/editor/features/import-existing/Dialog/Item.vue +19 -32
  805. package/dist/runtime/editor/features/import-existing/Dialog/index.vue +39 -26
  806. package/dist/runtime/editor/features/import-existing/index.vue +1 -1
  807. package/dist/runtime/editor/features/library/{LibraryDialog → DialogBrowseLibrary}/index.vue +2 -2
  808. package/dist/runtime/editor/features/library/{ReusableDialog → DialogMakeReusable}/index.vue +25 -22
  809. package/dist/runtime/editor/features/library/index.vue +4 -4
  810. package/dist/runtime/editor/features/media-library/Library/index.vue +1 -1
  811. package/dist/runtime/editor/features/media-library/index.vue +126 -182
  812. package/dist/runtime/editor/features/multi-select/index.vue +2 -6
  813. package/dist/runtime/editor/features/options/Form/Checkbox/index.d.vue.ts +2 -2
  814. package/dist/runtime/editor/features/options/Form/Checkbox/index.vue +6 -3
  815. package/dist/runtime/editor/features/options/Form/Checkbox/index.vue.d.ts +2 -2
  816. package/dist/runtime/editor/features/options/Form/Checkboxes/index.vue +12 -7
  817. package/dist/runtime/editor/features/options/Form/Color/index.vue +1 -1
  818. package/dist/runtime/editor/features/options/Form/ComplexType/index.vue +1 -0
  819. package/dist/runtime/editor/features/options/Form/DateTimeLocal/index.vue +4 -1
  820. package/dist/runtime/editor/features/options/Form/Item.vue +6 -1
  821. package/dist/runtime/editor/features/options/Form/Number/index.d.vue.ts +10 -13
  822. package/dist/runtime/editor/features/options/Form/Number/index.vue +79 -13
  823. package/dist/runtime/editor/features/options/Form/Number/index.vue.d.ts +10 -13
  824. package/dist/runtime/editor/features/options/Form/Radios/index.vue +1 -0
  825. package/dist/runtime/editor/features/options/Form/Range/index.vue +1 -1
  826. package/dist/runtime/editor/features/options/Form/Text/index.vue +1 -1
  827. package/dist/runtime/editor/features/options/Form/index.vue +34 -24
  828. package/dist/runtime/editor/features/options/index.vue +700 -695
  829. package/dist/runtime/editor/features/preview-grant/QrCode/index.vue +17 -10
  830. package/dist/runtime/editor/features/preview-grant/index.vue +1 -0
  831. package/dist/runtime/editor/features/publish/Dialog/Item.vue +53 -9
  832. package/dist/runtime/editor/features/publish/Dialog/PublishOption.vue +36 -12
  833. package/dist/runtime/editor/features/publish/Dialog/Summary.vue +41 -30
  834. package/dist/runtime/editor/features/publish/Dialog/index.vue +141 -133
  835. package/dist/runtime/editor/features/publish/index.vue +3 -838
  836. package/dist/runtime/editor/features/referenced-entities/List/Item/index.vue +1 -1
  837. package/dist/runtime/editor/features/responsive-preview/Frame/index.vue +163 -179
  838. package/dist/runtime/editor/features/revert/index.vue +1 -1
  839. package/dist/runtime/editor/features/search/Overlay/Results/Content/index.vue +1 -1
  840. package/dist/runtime/editor/features/search/Overlay/Results/Page/index.vue +1 -1
  841. package/dist/runtime/editor/features/search/index.vue +340 -442
  842. package/dist/runtime/editor/features/selection/AddButtons/Renderer/index.vue +33 -58
  843. package/dist/runtime/editor/features/selection/AddButtons/index.vue +23 -7
  844. package/dist/runtime/editor/features/selection/Renderer/index.vue +1 -1
  845. package/dist/runtime/editor/features/selection/types.d.ts +22 -0
  846. package/dist/runtime/editor/features/selection/types.js +0 -0
  847. package/dist/runtime/editor/features/settings/Dialog/FeatureSetting/index.vue +30 -40
  848. package/dist/runtime/editor/features/settings/Dialog/index.vue +31 -24
  849. package/dist/runtime/editor/features/settings/index.vue +2 -151
  850. package/dist/runtime/editor/features/structure/List/Item/index.vue +3 -4
  851. package/dist/runtime/editor/features/structure/index.vue +132 -152
  852. package/dist/runtime/editor/features/templates/{Dialog → DialogBrowseTemplates}/index.vue +1 -1
  853. package/dist/runtime/editor/features/templates/{CreateDialog → DialogCreateTemplate}/index.vue +11 -12
  854. package/dist/runtime/editor/features/templates/{ManageDialog → DialogManageTemplates}/Item.vue +35 -30
  855. package/dist/runtime/editor/features/templates/DialogManageTemplates/index.vue +117 -0
  856. package/dist/runtime/editor/features/templates/index.vue +7 -5
  857. package/dist/runtime/editor/features/theme/index.vue +38 -56
  858. package/dist/runtime/editor/features/touch-action-bar/Bar/index.vue +15 -30
  859. package/dist/runtime/editor/features/tour/Overlay/index.vue +137 -196
  860. package/dist/runtime/editor/features/transform/Dialog/index.vue +102 -111
  861. package/dist/runtime/editor/features/translations/AutoTranslate/index.d.vue.ts +3 -0
  862. package/dist/runtime/editor/features/translations/AutoTranslate/index.vue +138 -0
  863. package/dist/runtime/editor/features/translations/AutoTranslate/index.vue.d.ts +3 -0
  864. package/dist/runtime/editor/features/translations/Banner/index.vue +13 -7
  865. package/dist/runtime/editor/features/translations/CsvDialog/Export/index.vue +58 -46
  866. package/dist/runtime/editor/features/translations/CsvDialog/Import/index.vue +51 -35
  867. package/dist/runtime/editor/features/translations/CsvDialog/index.vue +4 -5
  868. package/dist/runtime/editor/features/translations/LanguageSwitcher/Dropdown/index.d.vue.ts +13 -0
  869. package/dist/runtime/editor/features/translations/LanguageSwitcher/Dropdown/index.vue +49 -0
  870. package/dist/runtime/editor/features/translations/LanguageSwitcher/Dropdown/index.vue.d.ts +13 -0
  871. package/dist/runtime/editor/features/translations/LanguageSwitcher/InlineButtons/index.d.vue.ts +12 -0
  872. package/dist/runtime/editor/features/translations/LanguageSwitcher/InlineButtons/index.vue +48 -0
  873. package/dist/runtime/editor/features/translations/LanguageSwitcher/InlineButtons/index.vue.d.ts +12 -0
  874. package/dist/runtime/editor/features/translations/LanguageSwitcher/index.d.vue.ts +7 -0
  875. package/dist/runtime/editor/features/translations/LanguageSwitcher/index.vue +64 -0
  876. package/dist/runtime/editor/features/translations/LanguageSwitcher/index.vue.d.ts +7 -0
  877. package/dist/runtime/editor/features/translations/LanguageSwitcher/types.d.ts +8 -0
  878. package/dist/runtime/editor/features/translations/LanguageSwitcher/types.js +0 -0
  879. package/dist/runtime/editor/features/translations/SelectionTable/index.d.vue.ts +5 -18
  880. package/dist/runtime/editor/features/translations/SelectionTable/index.vue +18 -54
  881. package/dist/runtime/editor/features/translations/SelectionTable/index.vue.d.ts +5 -18
  882. package/dist/runtime/editor/features/translations/TranslateDialog/index.vue +123 -106
  883. package/dist/runtime/editor/features/translations/index.vue +26 -239
  884. package/dist/runtime/editor/features/validations/Overlay/index.vue +60 -117
  885. package/dist/runtime/editor/features/validations/index.vue +16 -35
  886. package/dist/runtime/editor/features/workspace/Overlay/Item.vue +9 -17
  887. package/dist/runtime/editor/features/workspace/Overlay/index.vue +4 -2
  888. package/dist/runtime/editor/features/workspace/index.vue +1 -1
  889. package/dist/runtime/editor/helpers/diff/index.d.ts +12 -0
  890. package/dist/runtime/editor/helpers/diff/index.js +9 -0
  891. package/dist/runtime/editor/helpers/options/index.js +7 -1
  892. package/dist/runtime/editor/helpers/string/index.d.ts +8 -0
  893. package/dist/runtime/editor/helpers/string/index.js +7 -0
  894. package/dist/runtime/editor/icons/svg/ghost.svg +1 -0
  895. package/dist/runtime/editor/plugins/BlockIndicator/index.vue +2 -0
  896. package/dist/runtime/editor/plugins/ContextMenu/Menu/index.vue +3 -2
  897. package/dist/runtime/editor/plugins/ItemAction/index.d.vue.ts +13 -3
  898. package/dist/runtime/editor/plugins/ItemAction/index.vue +36 -16
  899. package/dist/runtime/editor/plugins/ItemAction/index.vue.d.ts +13 -3
  900. package/dist/runtime/editor/plugins/Sidebar/Detached/index.d.vue.ts +1 -1
  901. package/dist/runtime/editor/plugins/Sidebar/Detached/index.vue.d.ts +1 -1
  902. package/dist/runtime/editor/plugins/Sidebar/index.d.vue.ts +3 -3
  903. package/dist/runtime/editor/plugins/Sidebar/index.vue +212 -302
  904. package/dist/runtime/editor/plugins/Sidebar/index.vue.d.ts +3 -3
  905. package/dist/runtime/editor/plugins/ToolbarButton/index.vue +4 -2
  906. package/dist/runtime/editor/plugins/ViewOption/index.vue +2 -0
  907. package/dist/runtime/editor/providers/config.d.ts +8 -0
  908. package/dist/runtime/editor/providers/config.js +18 -0
  909. package/dist/runtime/editor/providers/directive.d.ts +8 -0
  910. package/dist/runtime/editor/providers/directive.js +6 -0
  911. package/dist/runtime/editor/providers/state.d.ts +0 -16
  912. package/dist/runtime/editor/providers/state.js +1 -19
  913. package/dist/runtime/editor/providers/texts.d.ts +8 -1
  914. package/dist/runtime/editor/providers/texts.js +5 -2
  915. package/dist/runtime/editor/providers/ui.d.ts +43 -2
  916. package/dist/runtime/editor/providers/ui.js +43 -2
  917. package/dist/runtime/editor/providers/user.d.ts +20 -0
  918. package/dist/runtime/editor/providers/user.js +14 -0
  919. package/dist/runtime/editor/translations/de.json +310 -306
  920. package/dist/runtime/editor/translations/fr.json +38 -132
  921. package/dist/runtime/editor/translations/gsw_CH.json +250 -246
  922. package/dist/runtime/editor/translations/it.json +38 -132
  923. package/dist/runtime/editor/types/app.d.ts +4 -0
  924. package/dist/runtime/editor/types/clipboard.d.ts +53 -0
  925. package/dist/runtime/editor/types/clipboard.js +23 -0
  926. package/dist/runtime/editor/types/config.d.ts +5 -0
  927. package/dist/runtime/editor/types/config.js +0 -0
  928. package/dist/runtime/editor/types/permissions.d.ts +1 -0
  929. package/dist/runtime/editor/types/ui.d.ts +1 -0
  930. package/dist/runtime/editor/types/user.d.ts +9 -0
  931. package/dist/runtime/editor/types/user.js +0 -0
  932. package/dist/runtime/helpers/runtimeHelpers/index.d.ts +1 -1
  933. package/dist/runtime/helpers/runtimeHelpers/index.js +7 -0
  934. package/dist/runtime/types/definitions.d.ts +3 -0
  935. package/dist/shared/{editor.Bpw1EP57.d.mts → editor.D28NbXr3.d.mts} +20 -4
  936. package/dist/shared/{editor.FygP6XeF.mjs → editor.Gu7mgJ5Q.mjs} +33 -1
  937. package/dist/types.d.mts +1 -1
  938. package/package.json +29 -15
  939. package/dist/chunks/tailwindConfig.mjs +0 -222
  940. package/dist/modules/agent/runtime/app/features/agent/Panel/Attachment/PreviewCsv/index.vue +0 -31
  941. package/dist/modules/agent/runtime/app/features/agent/Panel/Attachment/PreviewHtml/index.vue +0 -12
  942. package/dist/modules/agent/runtime/app/features/agent/Panel/Attachment/PreviewMarkdown/index.vue +0 -17
  943. package/dist/modules/agent/runtime/app/features/agent/Panel/Conversation/Item/Assistant/index.vue +0 -38
  944. package/dist/modules/agent/runtime/app/features/agent/Panel/Conversation/Item/Tool/index.vue +0 -61
  945. package/dist/modules/agent/runtime/app/features/agent/Panel/Conversation/Item/User/index.vue +0 -28
  946. package/dist/modules/agent/runtime/app/features/agent/Panel/DebugGallery/index.vue +0 -161
  947. package/dist/modules/agent/runtime/app/tools/update_text_fields/Details/index.d.vue.ts +0 -6
  948. package/dist/modules/agent/runtime/app/tools/update_text_fields/Details/index.vue +0 -24
  949. package/dist/modules/agent/runtime/app/tools/update_text_fields/Details/index.vue.d.ts +0 -6
  950. package/dist/modules/agent/runtime/server/helpers.d.ts +0 -77
  951. package/dist/modules/agent/runtime/server/helpers.js +0 -354
  952. package/dist/modules/charts/runtime/chartTypes/area.d.ts +0 -7
  953. package/dist/modules/charts/runtime/chartTypes/area.js +0 -68
  954. package/dist/modules/charts/runtime/chartTypes/define.d.ts +0 -2
  955. package/dist/modules/charts/runtime/chartTypes/define.js +0 -3
  956. package/dist/modules/charts/runtime/chartTypes/donut.d.ts +0 -6
  957. package/dist/modules/charts/runtime/chartTypes/donut.js +0 -45
  958. package/dist/modules/charts/runtime/chartTypes/heatmap.js +0 -54
  959. package/dist/modules/charts/runtime/chartTypes/index.d.ts +0 -39
  960. package/dist/modules/charts/runtime/chartTypes/index.js +0 -47
  961. package/dist/modules/charts/runtime/chartTypes/line.d.ts +0 -7
  962. package/dist/modules/charts/runtime/chartTypes/line.js +0 -68
  963. package/dist/modules/charts/runtime/chartTypes/pie.d.ts +0 -5
  964. package/dist/modules/charts/runtime/chartTypes/pie.js +0 -28
  965. package/dist/modules/charts/runtime/chartTypes/radar.d.ts +0 -7
  966. package/dist/modules/charts/runtime/chartTypes/radar.js +0 -52
  967. package/dist/modules/charts/runtime/chartTypes/radialBar.d.ts +0 -6
  968. package/dist/modules/charts/runtime/chartTypes/radialBar.js +0 -44
  969. package/dist/modules/charts/runtime/chartTypes/shared.d.ts +0 -67
  970. package/dist/modules/charts/runtime/chartTypes/types.d.ts +0 -29
  971. package/dist/runtime/editor/components/AutoHeight/index.vue +0 -55
  972. package/dist/runtime/editor/features/templates/ManageDialog/index.vue +0 -128
  973. /package/dist/{modules/charts/runtime/chartTypes/types.js → global/types/colorOptions.js} +0 -0
  974. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/PreviewCode/index.d.vue.ts +0 -0
  975. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/PreviewCode/index.vue.d.ts +0 -0
  976. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/PreviewCsv/index.d.vue.ts +0 -0
  977. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/PreviewCsv/index.vue.d.ts +0 -0
  978. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/PreviewHtml/index.d.vue.ts +0 -0
  979. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/PreviewHtml/index.vue.d.ts +0 -0
  980. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/PreviewMarkdown/index.d.vue.ts +0 -0
  981. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Attachment/PreviewMarkdown/index.vue.d.ts +0 -0
  982. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Assistant/index.d.vue.ts +0 -0
  983. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Assistant/index.vue.d.ts +0 -0
  984. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Tool/index.d.vue.ts +0 -0
  985. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Tool/index.vue.d.ts +0 -0
  986. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Unknown/index.d.vue.ts +0 -0
  987. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/Unknown/index.vue.d.ts +0 -0
  988. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/index.d.vue.ts +0 -0
  989. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/index.vue +0 -0
  990. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Item/index.vue.d.ts +0 -0
  991. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Thinking/index.d.vue.ts +0 -0
  992. /package/dist/modules/agent/runtime/app/{features/agent/Panel → components}/Conversation/Thinking/index.vue.d.ts +0 -0
  993. /package/dist/modules/agent/runtime/app/{tools/delegate_text_rewrite/Details → components/FieldDiffDetails}/index.vue +0 -0
  994. /package/dist/modules/agent/runtime/app/features/agent/{Panel/DebugGallery → ConversationsAdmin/ConversationsTab}/index.d.vue.ts +0 -0
  995. /package/dist/modules/agent/runtime/app/features/agent/{Panel/DebugGallery → ConversationsAdmin/ConversationsTab}/index.vue.d.ts +0 -0
  996. /package/dist/modules/agent/runtime/app/tools/{add_content_search_paragraph → add_content_search_paragraphs}/index.d.ts +0 -0
  997. /package/dist/modules/agent/runtime/app/tools/{check_readability → check_readability_for_texts}/index.d.ts +0 -0
  998. /package/dist/modules/agent/runtime/server/{streamParser.d.ts → classes/FieldStreamParser/index.d.ts} +0 -0
  999. /package/dist/modules/agent/runtime/server/{streamParser.js → classes/FieldStreamParser/index.js} +0 -0
  1000. /package/dist/modules/agent/runtime/server/{agentPrompt.js → helpers/agentPrompt.js} +0 -0
  1001. /package/dist/runtime/editor/features/library/{LibraryDialog → DialogBrowseLibrary}/Item/index.d.vue.ts +0 -0
  1002. /package/dist/runtime/editor/features/library/{LibraryDialog → DialogBrowseLibrary}/Item/index.vue +0 -0
  1003. /package/dist/runtime/editor/features/library/{LibraryDialog → DialogBrowseLibrary}/Item/index.vue.d.ts +0 -0
  1004. /package/dist/runtime/editor/features/library/{LibraryDialog → DialogBrowseLibrary}/index.d.vue.ts +0 -0
  1005. /package/dist/runtime/editor/features/library/{LibraryDialog → DialogBrowseLibrary}/index.vue.d.ts +0 -0
  1006. /package/dist/runtime/editor/features/library/{ReusableDialog → DialogMakeReusable}/index.d.vue.ts +0 -0
  1007. /package/dist/runtime/editor/features/library/{ReusableDialog → DialogMakeReusable}/index.vue.d.ts +0 -0
  1008. /package/dist/runtime/editor/features/templates/{Dialog → DialogBrowseTemplates}/Item/index.d.vue.ts +0 -0
  1009. /package/dist/runtime/editor/features/templates/{Dialog → DialogBrowseTemplates}/Item/index.vue +0 -0
  1010. /package/dist/runtime/editor/features/templates/{Dialog → DialogBrowseTemplates}/Item/index.vue.d.ts +0 -0
  1011. /package/dist/runtime/editor/features/templates/{Dialog → DialogBrowseTemplates}/index.d.vue.ts +0 -0
  1012. /package/dist/runtime/editor/features/templates/{Dialog → DialogBrowseTemplates}/index.vue.d.ts +0 -0
  1013. /package/dist/runtime/editor/features/templates/{CreateDialog → DialogCreateTemplate}/index.d.vue.ts +0 -0
  1014. /package/dist/runtime/editor/features/templates/{CreateDialog → DialogCreateTemplate}/index.vue.d.ts +0 -0
  1015. /package/dist/runtime/editor/features/templates/{ManageDialog → DialogManageTemplates}/Item.d.vue.ts +0 -0
  1016. /package/dist/runtime/editor/features/templates/{ManageDialog → DialogManageTemplates}/Item.vue.d.ts +0 -0
  1017. /package/dist/runtime/editor/features/templates/{ManageDialog → DialogManageTemplates}/index.d.vue.ts +0 -0
  1018. /package/dist/runtime/editor/features/templates/{ManageDialog → DialogManageTemplates}/index.vue.d.ts +0 -0
@@ -39,7 +39,7 @@ const uuids = computed(() => {
39
39
  return null;
40
40
  });
41
41
  const key = computed(() => {
42
- const parts = [ui.currentDialog.value?.id ?? "no-dialog"];
42
+ const parts = [];
43
43
  if (typeof uuids.value === "string") {
44
44
  parts.push(uuids.value);
45
45
  } else if (uuids.value && typeof uuids.value === "object") {
@@ -90,731 +90,736 @@ export default {
90
90
  };
91
91
  </script>
92
92
 
93
- <style>
93
+ <style>/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
94
94
  .bk .bk-blokkli-item-options {
95
- display: flex;
96
- min-width: 100vw;
97
- height: var(--bk-actions-height);
98
- overflow: auto;
99
- }
100
- @media (min-width: 1024px) {
101
- .bk .bk-blokkli-item-options {
102
- overflow: visible;
103
- border-left-width: 1px;
104
- --bk-tw-border-opacity: 1;
105
- border-left-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-border-opacity, 1));
106
- }
95
+ display: flex;
96
+ min-width: 100vw;
97
+ height: var(--bk-actions-height);
98
+ overflow: auto;
99
+ }
100
+ @media (width >= 64rem) {
101
+ .bk .bk-blokkli-item-options {
102
+ overflow: visible;
103
+ }
104
+ }
105
+ @media (width >= 64rem) {
106
+ .bk .bk-blokkli-item-options {
107
+ border-left-style: var(--bk-tw-border-style);
108
+ border-left-width: 1px;
109
+ }
110
+ }
111
+ @media (width >= 64rem) {
112
+ .bk .bk-blokkli-item-options {
113
+ border-left-color: rgb(var(--bk-theme-mono-700) / 1);
114
+ }
107
115
  }
108
116
  .bk .bk-blokkli-item-options {
109
- order: -9999;
110
- min-width: 100%;
117
+ order: -9999;
118
+ min-width: 100%;
111
119
  }
112
- @media (min-width: 1024px) {
113
- .bk .bk-blokkli-item-options {
114
- order: 0;
115
- min-width: 0px;
116
- }
120
+ @media (width >= 64rem) {
121
+ .bk .bk-blokkli-item-options {
122
+ order: 0;
123
+ }
117
124
  }
118
- .bk .bk-blokkli-item-options::-webkit-scrollbar {
119
- display: none;
120
- }
121
- .bk .bk-blokkli-item-options:empty {
122
- display: none;
125
+ @media (width >= 64rem) {
126
+ .bk .bk-blokkli-item-options {
127
+ min-width: 0px;
128
+ }
123
129
  }
124
- .bk .bk-blokkli-item-options:not(:empty) {
125
- border-bottom-width: 1px;
126
- border-bottom-color: rgb(var(--bk-theme-mono-500) / 0.25);
130
+ :is(.bk .bk-blokkli-item-options)::-webkit-scrollbar {
131
+ display: none;
127
132
  }
128
- @media (min-width: 1024px) {
129
- .bk .bk-blokkli-item-options:not(:empty) {
130
- border-bottom-width: 0;
131
- }
133
+ :is(.bk .bk-blokkli-item-options):empty {
134
+ display: none;
132
135
  }
133
- .bk .bk-blokkli-item-options-item-content {
134
- height: 100%;
135
- }
136
- .bk .bk-blokkli-item-options-item {
137
- position: relative;
138
- display: flex;
139
- align-items: center;
140
- font-size: 14px;
141
- line-height: 20px;
142
- }
143
- .bk .bk-blokkli-item-options-item.bk-is-disabled {
144
- pointer-events: none;
145
- opacity: 0.2;
146
- }
147
- @media (min-width: 1024px) {
148
- .bk .bk-blokkli-item-options-item:not(:last-child) {
149
- border-right-width: 1px;
150
- --bk-tw-border-opacity: 1;
151
- border-right-color: rgb(var(--bk-theme-mono-600) / var(--bk-tw-border-opacity, 1));
152
- }
153
- .bk .bk-blokkli-item-options-item:last-child > div > .bk-blokkli-item-options-text input,
154
- .bk .bk-blokkli-item-options-item:last-child > div > .bk-blokkli-item-options-checkbox,
155
- .bk .bk-blokkli-item-options-item:last-child > div > .bk-blokkli-item-options-checkboxes {
156
- border-start-end-radius: 6px;
157
- border-end-end-radius: 6px;
158
- }
159
- .bk .bk-blokkli-item-options-group:last-child > button {
160
- border-start-end-radius: 6px;
161
- border-end-end-radius: 6px;
162
- }
136
+ :is(.bk .bk-blokkli-item-options):not(:empty) {
137
+ border-bottom-style: var(--bk-tw-border-style);
138
+ border-bottom-width: 1px;
139
+ border-bottom-color: rgb(var(--bk-theme-mono-500) / 1);
163
140
  }
164
- .bk .bk-blokkli-item-options-checkbox {
165
- position: relative;
166
- display: inline-flex;
167
- height: 100%;
168
- cursor: pointer;
169
- align-items: center;
170
- padding-left: 10px;
171
- padding-right: 10px;
172
- --bk-tw-text-opacity: 1;
173
- color: rgb(var(--bk-theme-mono-200) / var(--bk-tw-text-opacity, 1));
174
- }
175
- @media not all and (hover: none) {
176
- .bk .bk-blokkli-item-options-checkbox:hover {
177
- --bk-tw-bg-opacity: 1;
178
- background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
179
- --bk-tw-text-opacity: 1;
180
- color: rgb(var(--bk-theme-mono-50) / var(--bk-tw-text-opacity, 1));
181
- }
182
- }
183
- .bk .bk-blokkli-item-options-checkbox input {
184
- position: absolute;
185
- width: 1px;
186
- height: 1px;
187
- padding: 0;
188
- margin: -1px;
189
- overflow: hidden;
190
- clip: rect(0, 0, 0, 0);
191
- white-space: nowrap;
192
- border-width: 0;
193
- }
194
- .bk .bk-blokkli-item-options-checkbox input:checked + div {
195
- --bk-tw-bg-opacity: 1;
196
- background-color: rgb(var(--bk-theme-mono-500) / var(--bk-tw-bg-opacity, 1));
197
- }
198
- .bk .bk-blokkli-item-options-checkbox input:checked + div::after {
199
- --bk-tw-translate-x: 100%;
200
- transform: translate(var(--bk-tw-translate-x), var(--bk-tw-translate-y)) rotate(var(--bk-tw-rotate)) skewX(var(--bk-tw-skew-x)) skewY(var(--bk-tw-skew-y)) scaleX(var(--bk-tw-scale-x)) scaleY(var(--bk-tw-scale-y));
201
- --bk-tw-border-opacity: 1;
202
- border-color: rgb(255 255 255 / var(--bk-tw-border-opacity, 1));
203
- content: var(--bk-tw-content);
204
- --bk-tw-bg-opacity: 1;
205
- background-color: rgb(var(--bk-theme-mono-50) / var(--bk-tw-bg-opacity, 1));
206
- }
207
- .bk .bk-blokkli-item-options-checkbox > div {
208
- position: relative;
209
- height: 20px;
210
- width: 36px;
211
- flex-shrink: 0;
212
- border-radius: 9999px;
213
- --bk-tw-bg-opacity: 1;
214
- background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
215
- }
216
- .bk .bk-blokkli-item-options-checkbox > div::after {
217
- position: absolute;
218
- top: 2px;
219
- left: 2px;
220
- height: 16px;
221
- width: 16px;
222
- border-radius: 9999px;
223
- --bk-tw-bg-opacity: 1;
224
- background-color: rgb(var(--bk-theme-mono-300) / var(--bk-tw-bg-opacity, 1));
225
- --bk-tw-content: '';
226
- content: var(--bk-tw-content);
227
- }
228
- .bk .bk-blokkli-item-options-checkbox > span {
229
- display: inline-block;
230
- padding-left: 10px;
231
- }
232
- .bk .bk-blokkli-item-options-radios:not(.bk-is-color) {
233
- position: relative;
234
- display: flex;
235
- height: 100%;
236
- align-items: center;
237
- padding-left: 10px;
238
- padding-right: 10px;
239
- user-select: none;
240
- font-size: 14px;
241
- line-height: 20px;
242
- --bk-tw-text-opacity: 1;
243
- color: rgb(var(--bk-theme-mono-50) / var(--bk-tw-text-opacity, 1));
244
- }
245
- .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label {
246
- display: flex;
247
- height: 100%;
248
- cursor: pointer;
249
- align-items: center;
250
- }
251
- .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label input {
252
- position: absolute;
253
- width: 1px;
254
- height: 1px;
255
- padding: 0;
256
- margin: -1px;
257
- overflow: hidden;
258
- clip: rect(0, 0, 0, 0);
259
- white-space: nowrap;
260
- border-width: 0;
261
- }
262
- .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label input:checked + span {
263
- --bk-tw-bg-opacity: 1;
264
- background-color: rgb(var(--bk-theme-mono-100) / var(--bk-tw-bg-opacity, 1));
265
- --bk-tw-text-opacity: 1;
266
- color: rgb(var(--bk-theme-mono-900) / var(--bk-tw-text-opacity, 1));
267
- }
268
- @media not all and (hover: none) {
269
- .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label:hover input:not(:checked) + span {
270
- --bk-tw-bg-opacity: 1;
271
- background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
141
+ @supports (color: color-mix(in lab, red, red)) {
142
+ :is(.bk .bk-blokkli-item-options):not(:empty) {
143
+ border-bottom-color: color-mix(in oklab, rgb(var(--bk-theme-mono-500) / 1) 25%, transparent);
144
+ }
145
+ }
146
+ @media (width >= 64rem) {
147
+ :is(.bk .bk-blokkli-item-options):not(:empty) {
148
+ border-bottom-style: var(--bk-tw-border-style);
149
+ border-bottom-width: 0;
150
+ }
151
+ }
152
+ .bk .bk-blokkli-item-options-item-content {
153
+ height: 100%;
154
+ }
155
+ .bk .bk-blokkli-item-options-item {
156
+ position: relative;
157
+ display: flex;
158
+ align-items: center;
159
+ font-size: var(--text-sm, 14px);
160
+ line-height: var(--bk-tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
161
+ }
162
+ .bk-is-disabled:is(.bk .bk-blokkli-item-options-item) {
163
+ pointer-events: none;
164
+ opacity: 20%;
165
+ }
166
+ @media (width >= 64rem) {
167
+ :is(.bk .bk-blokkli-item-options-item):not(:last-child) {
168
+ border-right-style: var(--bk-tw-border-style);
169
+ border-right-width: 1px;
170
+ }
171
+ }
172
+ @media (width >= 64rem) {
173
+ :is(.bk .bk-blokkli-item-options-item):not(:last-child) {
174
+ border-right-color: rgb(var(--bk-theme-mono-600) / 1);
175
+ }
176
+ }
177
+ .bk .bk-blokkli-item-options-checkbox {
178
+ position: relative;
179
+ display: inline-flex;
180
+ height: 100%;
181
+ cursor: pointer;
182
+ align-items: center;
183
+ padding-inline: 10px;
184
+ color: rgb(var(--bk-theme-mono-200) / 1);
185
+ }
186
+ @media not all and (hover: none) {
187
+ @media (hover: hover) {
188
+ :is(.bk .bk-blokkli-item-options-checkbox):hover {
189
+ background-color: rgb(var(--bk-theme-mono-800) / 1);
272
190
  }
273
- }
274
- .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label span {
275
- display: inline-block;
276
- border-radius: 24px;
277
- padding-left: 10px;
278
- padding-right: 10px;
279
- padding-top: 2px;
280
- padding-bottom: 2px;
281
- }
282
- .bk .bk-blokkli-item-options-radios:not(.bk-is-color) > label.bk-is-muted {
283
- --bk-tw-text-opacity: 1;
284
- color: rgb(var(--bk-theme-mono-500) / var(--bk-tw-text-opacity, 1));
285
- }
286
- .bk .bk-blokkli-item-options-radios.bk-is-color {
287
- display: flex;
288
- height: 100%;
289
- align-items: stretch;
290
- padding-left: 10px;
291
- padding-right: 10px;
292
- }
293
- .bk .bk-blokkli-item-options-radios.bk-is-color label {
294
- display: flex;
295
- height: 100%;
296
- cursor: pointer;
297
- align-items: center;
298
- padding-left: 5px;
299
- padding-right: 5px;
300
- }
301
- .bk .bk-blokkli-item-options-radios.bk-is-color label div {
302
- position: relative;
303
- height: 20px;
304
- width: 20px;
305
- border-radius: 9999px;
306
- }
307
- .bk .bk-blokkli-item-options-radios.bk-is-color label input {
308
- margin-right: 1px;
309
- cursor: pointer;
310
- }
311
- .bk .bk-blokkli-item-options-radios.bk-is-color label span {
312
- position: absolute;
313
- top: 0px;
314
- left: 0px;
315
- height: 100%;
316
- width: 100%;
317
- border-radius: inherit;
318
- font-size: 0px;
319
- outline-style: solid;
320
- outline-width: 2px;
321
- outline-offset: 2px;
322
- outline-color: transparent;
323
- }
324
- @media not all and (hover: none) {
325
- .bk .bk-blokkli-item-options-radios.bk-is-color label:hover input:not(:checked) + span {
326
- outline-color: rgb(var(--bk-theme-mono-400) / 1);
191
+ }
192
+ @media (hover: hover) {
193
+ :is(.bk .bk-blokkli-item-options-checkbox):hover {
194
+ color: rgb(var(--bk-theme-mono-50) / 1);
327
195
  }
328
- }
329
- .bk .bk-blokkli-item-options-radios.bk-is-color label input {
330
- opacity: 0;
331
- }
332
- .bk .bk-blokkli-item-options-radios.bk-is-color label input:checked + span {
333
- outline-color: rgb(var(--bk-theme-mono-50) / 1);
196
+ }
334
197
  }
335
- .bk .bk-blokkli-item-options-radios.bk-is-icons {
336
- gap: 10px;
337
- --bk-tw-text-opacity: 1;
338
- color: rgb(255 255 255 / var(--bk-tw-text-opacity, 1));
198
+ :is(.bk .bk-blokkli-item-options-checkbox) input {
199
+ position: absolute;
200
+ width: 1px;
201
+ height: 1px;
202
+ padding: 0;
203
+ margin: -1px;
204
+ overflow: hidden;
205
+ clip-path: inset(50%);
206
+ white-space: nowrap;
207
+ border-width: 0;
208
+ }
209
+ :is(.bk .bk-blokkli-item-options-checkbox) input:checked + div {
210
+ background-color: rgb(var(--bk-theme-mono-500) / 1);
211
+ }
212
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) input:checked + div)::after {
213
+ content: var(--bk-tw-content);
214
+ --bk-tw-translate-x: 100%;
215
+ translate: var(--bk-tw-translate-x) var(--bk-tw-translate-y);
216
+ }
217
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) input:checked + div)::after {
218
+ content: var(--bk-tw-content);
219
+ border-color: white;
220
+ }
221
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) input:checked + div)::after {
222
+ content: var(--bk-tw-content);
223
+ background-color: rgb(var(--bk-theme-mono-50) / 1);
224
+ }
225
+ :is(.bk .bk-blokkli-item-options-checkbox) > div {
226
+ position: relative;
227
+ height: 20px;
228
+ width: 36px;
229
+ flex-shrink: 0;
230
+ border-radius: calc(infinity * 1px);
231
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
232
+ }
233
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) > div)::after {
234
+ content: var(--bk-tw-content);
235
+ position: absolute;
236
+ }
237
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) > div)::after {
238
+ content: var(--bk-tw-content);
239
+ top: 2px;
240
+ }
241
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) > div)::after {
242
+ content: var(--bk-tw-content);
243
+ left: 2px;
244
+ }
245
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) > div)::after {
246
+ content: var(--bk-tw-content);
247
+ height: 16px;
248
+ }
249
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) > div)::after {
250
+ content: var(--bk-tw-content);
251
+ width: 16px;
252
+ }
253
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) > div)::after {
254
+ content: var(--bk-tw-content);
255
+ border-radius: calc(infinity * 1px);
256
+ }
257
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) > div)::after {
258
+ content: var(--bk-tw-content);
259
+ background-color: rgb(var(--bk-theme-mono-300) / 1);
260
+ }
261
+ :is(:is(.bk .bk-blokkli-item-options-checkbox) > div)::after {
262
+ --bk-tw-content: '';
263
+ content: var(--bk-tw-content);
264
+ }
265
+ :is(.bk .bk-blokkli-item-options-checkbox) > span {
266
+ display: inline-block;
267
+ padding-left: 10px;
268
+ }
269
+ .bk .bk-blokkli-item-options-radios:not(.bk-is-color) {
270
+ position: relative;
271
+ display: flex;
272
+ height: 100%;
273
+ align-items: center;
274
+ padding-inline: 10px;
275
+ font-size: var(--text-sm, 14px);
276
+ line-height: var(--bk-tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
277
+ color: rgb(var(--bk-theme-mono-50) / 1);
278
+ -webkit-user-select: none;
279
+ user-select: none;
280
+ }
281
+ :is(.bk .bk-blokkli-item-options-radios:not(.bk-is-color)) > label {
282
+ display: flex;
283
+ height: 100%;
284
+ cursor: pointer;
285
+ align-items: center;
286
+ }
287
+ :is(:is(.bk .bk-blokkli-item-options-radios:not(.bk-is-color)) > label) input {
288
+ position: absolute;
289
+ width: 1px;
290
+ height: 1px;
291
+ padding: 0;
292
+ margin: -1px;
293
+ overflow: hidden;
294
+ clip-path: inset(50%);
295
+ white-space: nowrap;
296
+ border-width: 0;
297
+ }
298
+ :is(:is(:is(.bk .bk-blokkli-item-options-radios:not(.bk-is-color)) > label) input):checked + span {
299
+ background-color: rgb(var(--bk-theme-mono-100) / 1);
300
+ color: rgb(var(--bk-theme-mono-900) / 1);
301
+ }
302
+ @media not all and (hover: none) {
303
+ :is(:is(.bk .bk-blokkli-item-options-radios:not(.bk-is-color)) > label):hover input:not(:checked) + span {
304
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
305
+ }
339
306
  }
340
- .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon {
341
- opacity: 0.3;
307
+ :is(:is(.bk .bk-blokkli-item-options-radios:not(.bk-is-color)) > label) span {
308
+ display: inline-block;
309
+ border-radius: var(--radius-3xl, 24px);
310
+ padding-inline: 10px;
311
+ padding-block: 2px;
312
+ }
313
+ .bk-is-muted:is(:is(.bk .bk-blokkli-item-options-radios:not(.bk-is-color)) > label) {
314
+ color: rgb(var(--bk-theme-mono-500) / 1);
315
+ }
316
+ .bk .bk-blokkli-item-options-radios.bk-is-color {
317
+ display: flex;
318
+ height: 100%;
319
+ align-items: stretch;
320
+ padding-inline: 10px;
321
+ }
322
+ :is(.bk .bk-blokkli-item-options-radios.bk-is-color) label {
323
+ display: flex;
324
+ height: 100%;
325
+ cursor: pointer;
326
+ align-items: center;
327
+ padding-inline: 5px;
328
+ }
329
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-color) label) div {
330
+ position: relative;
331
+ height: 20px;
332
+ width: 20px;
333
+ border-radius: calc(infinity * 1px);
334
+ }
335
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-color) label) input {
336
+ margin-right: 1px;
337
+ cursor: pointer;
338
+ }
339
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-color) label) span {
340
+ position: absolute;
341
+ top: 0px;
342
+ left: 0px;
343
+ height: 100%;
344
+ width: 100%;
345
+ border-radius: inherit;
346
+ font-size: 0px;
347
+ outline-width: 1px;
348
+ outline-style: var(--bk-tw-outline-style);
349
+ outline-width: 2px;
350
+ outline-offset: 2px;
351
+ outline-color: transparent;
352
+ }
353
+ @media not all and (hover: none) {
354
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-color) label):hover input:not(:checked) + span {
355
+ outline-color: rgb(var(--bk-theme-mono-400) / 1);
356
+ }
342
357
  }
343
- .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon svg {
344
- height: 24px;
345
- width: auto;
346
- fill: currentColor;
358
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-color) label) input {
359
+ opacity: 0;
347
360
  }
348
- .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon svg .bk-option-icon-fill {
349
- fill: rgb(var(--bk-theme-mono-700) / 1);
361
+ :is(:is(:is(.bk .bk-blokkli-item-options-radios.bk-is-color) label) input):checked + span {
362
+ outline-color: rgb(var(--bk-theme-mono-50) / 1);
350
363
  }
351
- .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon svg .bk-option-icon-fill-strong {
352
- fill: rgb(var(--bk-theme-mono-200) / 1);
364
+ .bk .bk-blokkli-item-options-radios.bk-is-icons {
365
+ gap: 10px;
366
+ color: white;
353
367
  }
354
- .bk .bk-blokkli-item-options-radios.bk-is-icons .bk-blokkli-item-options-radios-icon svg .bk-option-icon-stroke {
355
- stroke: currentColor;
368
+ :is(.bk .bk-blokkli-item-options-radios.bk-is-icons) .bk-blokkli-item-options-radios-icon {
369
+ opacity: 30%;
356
370
  }
357
- .bk .bk-blokkli-item-options-radios.bk-is-icons input:not(:checked):hover + .bk-blokkli-item-options-radios-icon {
358
- opacity: 0.5;
371
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-icons) .bk-blokkli-item-options-radios-icon) svg {
372
+ height: 24px;
373
+ width: auto;
374
+ fill: currentcolor;
359
375
  }
360
- .bk .bk-blokkli-item-options-radios.bk-is-icons input:checked + .bk-blokkli-item-options-radios-icon {
361
- opacity: 1;
376
+ :is(:is(:is(.bk .bk-blokkli-item-options-radios.bk-is-icons) .bk-blokkli-item-options-radios-icon) svg) .bk-option-icon-fill {
377
+ fill: rgb(var(--bk-theme-mono-700) / 1);
362
378
  }
363
- .bk .bk-blokkli-item-options-text {
364
- position: relative;
365
- height: 100%;
366
- cursor: pointer;
379
+ :is(:is(:is(.bk .bk-blokkli-item-options-radios.bk-is-icons) .bk-blokkli-item-options-radios-icon) svg) .bk-option-icon-fill-strong {
380
+ fill: rgb(var(--bk-theme-mono-200) / 1);
367
381
  }
368
- .bk .bk-blokkli-item-options-text input {
369
- position: absolute;
370
- top: 0px;
371
- left: 0px;
372
- height: 100%;
373
- width: 100%;
374
- background-color: transparent;
375
- padding-left: 10px;
376
- padding-right: 10px;
377
- }
378
- .bk .bk-blokkli-item-options-text input:focus {
379
- --bk-tw-bg-opacity: 1;
380
- background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
381
- --bk-tw-shadow: 0 0 #0000;
382
- --bk-tw-shadow-colored: 0 0 #0000;
383
- box-shadow: var(--bk-tw-ring-offset-shadow, 0 0 #0000), var(--bk-tw-ring-shadow, 0 0 #0000), var(--bk-tw-shadow);
384
- outline: 2px solid transparent;
385
- outline-offset: 2px;
386
- }
387
- .bk .bk-blokkli-item-options-text > div {
388
- pointer-events: none;
389
- visibility: hidden;
390
- white-space: pre;
391
- padding-left: 10px;
392
- padding-right: 10px;
393
- min-width: 100px;
394
- max-width: 250px;
395
- overflow: hidden;
396
- }
397
- @media not all and (hover: none) {
398
- .bk .bk-blokkli-item-options-text:hover {
399
- color: var(--gin-color-primary);
400
- }
401
- }
402
- .bk .bk-blokkli-item-options-date {
403
- position: relative;
404
- height: 100%;
405
- cursor: pointer;
406
- }
407
- .bk .bk-blokkli-item-options-date input {
408
- height: 100%;
409
- background-color: transparent;
410
- padding-left: 10px;
411
- padding-right: 10px;
412
- accent-color: rgb(var(--bk-theme-mono-100) / 1);
413
- }
414
- .bk .bk-blokkli-item-options-date input:focus {
415
- --bk-tw-bg-opacity: 1;
416
- background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
417
- --bk-tw-shadow: 0 0 #0000;
418
- --bk-tw-shadow-colored: 0 0 #0000;
419
- box-shadow: var(--bk-tw-ring-offset-shadow, 0 0 #0000), var(--bk-tw-ring-shadow, 0 0 #0000), var(--bk-tw-shadow);
420
- outline: 2px solid transparent;
421
- outline-offset: 2px;
422
- }
423
- @media not all and (hover: none) {
424
- .bk .bk-blokkli-item-options-date:hover {
425
- color: var(--gin-color-primary);
426
- }
427
- }
428
- .bk .bk-blokkli-item-options-radios.bk-is-grid .bk-blokkli-item-options-radios-flex {
429
- position: relative;
430
- margin-left: 5px;
431
- margin-right: 5px;
432
- display: flex;
433
- height: 20px;
434
- width: 60px;
435
- border-width: 1px;
436
- border-color: currentColor;
437
- --bk-tw-text-opacity: 1;
438
- color: rgb(var(--bk-theme-mono-500) / var(--bk-tw-text-opacity, 1));
439
- }
440
- .bk .bk-blokkli-item-options-radios.bk-is-grid .bk-blokkli-item-options-radios-flex > div {
441
- position: relative;
442
- height: 100%;
443
- --bk-tw-bg-opacity: 1;
444
- background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
445
- }
446
- .bk .bk-blokkli-item-options-radios.bk-is-grid .bk-blokkli-item-options-radios-flex > div:not(:last-child):after {
447
- content: '';
448
- position: absolute;
449
- top: -1px;
450
- right: 0px;
451
- bottom: -1px;
452
- border-right-width: 1px;
453
- border-color: currentColor;
454
- }
455
- .bk .bk-blokkli-item-options-radios.bk-is-grid input:checked + div {
456
- --bk-tw-text-opacity: 1;
457
- color: rgb(255 255 255 / var(--bk-tw-text-opacity, 1));
458
- }
459
- .bk .bk-blokkli-item-options-radios.bk-is-grid input:checked + div > div {
460
- --bk-tw-bg-opacity: 1;
461
- background-color: rgb(255 255 255 / var(--bk-tw-bg-opacity, 1));
462
- }
463
- .bk .bk-blokkli-item-options-radios.bk-is-grid input:checked + div > div:after {
464
- --bk-tw-border-opacity: 1 !important;
465
- border-right-color: rgb(var(--bk-theme-mono-950) / var(--bk-tw-border-opacity, 1)) !important;
466
- }
467
- @media not all and (hover: none) {
468
- .bk .bk-blokkli-item-options-radios.bk-is-grid label:hover input:not(:checked) + div {
469
- --bk-tw-text-opacity: 1;
470
- color: rgb(var(--bk-theme-mono-300) / var(--bk-tw-text-opacity, 1));
471
- }
472
- .bk .bk-blokkli-item-options-radios.bk-is-grid label:hover input:not(:checked) + div > div {
473
- --bk-tw-bg-opacity: 1;
474
- background-color: rgb(var(--bk-theme-mono-600) / var(--bk-tw-bg-opacity, 1));
475
- }
476
- }
477
- .bk .bk-blokkli-item-options-checkboxes {
478
- height: 100%;
479
- padding-left: 15px;
480
- padding-right: 15px;
481
- }
482
- .bk .bk-blokkli-item-options-checkboxes.bk-is-grouped {
483
- height: auto;
484
- padding-left: 0px;
485
- padding-right: 0px;
486
- }
487
- .bk .bk-blokkli-item-options-checkboxes.bk-is-grouped > div {
488
- position: static;
489
- }
490
- @media not all and (hover: none) {
491
- .bk .bk-blokkli-item-options-checkboxes:hover {
492
- --bk-tw-bg-opacity: 1;
493
- background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
494
- }
495
- }
496
- .bk .bk-blokkli-item-options-checkboxes button {
497
- display: flex;
498
- height: 100%;
499
- min-width: 200px;
500
- align-items: center;
501
- gap: 10px;
502
- }
503
- .bk .bk-blokkli-item-options-checkboxes button svg {
504
- fill: currentColor;
505
- height: 15px;
506
- width: 20px;
507
- --bk-tw-text-opacity: 1;
508
- color: rgb(var(--bk-theme-mono-100) / var(--bk-tw-text-opacity, 1));
509
- }
510
- .bk .bk-blokkli-item-options-checkboxes button > span:first-child {
511
- margin-right: auto;
512
- }
513
- .bk .bk-blokkli-item-options-checkboxes > div {
514
- position: fixed;
515
- left: 0px;
516
- display: grid;
517
- min-width: 100%;
518
- overflow: hidden;
519
- border-bottom-right-radius: 0px;
520
- border-bottom-left-radius: 0px;
521
- border-top-left-radius: 4px;
522
- border-top-right-radius: 4px;
523
- --bk-tw-bg-opacity: 1;
524
- background-color: rgb(var(--bk-theme-mono-900) / var(--bk-tw-bg-opacity, 1));
525
- bottom: 100%;
526
- }
527
- @media (min-width: 768px) {
528
- .bk .bk-blokkli-item-options-checkboxes > div {
529
- position: absolute;
530
- top: 100%;
531
- bottom: auto;
532
- border-top-left-radius: 0px;
533
- border-top-right-radius: 0px;
534
- border-bottom-right-radius: 4px;
535
- border-bottom-left-radius: 4px;
536
- }
537
- }
538
- .bk .bk-blokkli-item-options-checkboxes > div label {
539
- padding-top: 10px;
540
- padding-bottom: 10px;
541
- }
542
- @media not all and (hover: none) {
543
- .bk .bk-blokkli-item-options-checkboxes > div label:hover {
544
- --bk-tw-bg-opacity: 1;
545
- background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
546
- }
547
- }
548
- .bk .bk-blokkli-item-options-checkboxes.bk-is-active {
549
- border-bottom-right-radius: 0px !important;
550
- border-bottom-left-radius: 0px !important;
551
- --bk-tw-bg-opacity: 1;
552
- background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
553
- }
554
- .bk .bk-blokkli-item-options-checkboxes.bk-is-active button svg {
555
- --bk-tw-rotate: 180deg;
556
- transform: translate(var(--bk-tw-translate-x), var(--bk-tw-translate-y)) rotate(var(--bk-tw-rotate)) skewX(var(--bk-tw-skew-x)) skewY(var(--bk-tw-skew-y)) scaleX(var(--bk-tw-scale-x)) scaleY(var(--bk-tw-scale-y));
557
- }
558
- .bk .bk-blokkli-item-options-color {
559
- position: relative;
560
- display: flex;
561
- height: 100%;
562
- cursor: pointer;
563
- align-items: center;
564
- padding-left: 10px;
565
- padding-right: 10px;
566
- }
567
- @media not all and (hover: none) {
568
- .bk .bk-blokkli-item-options-color:hover {
569
- --bk-tw-bg-opacity: 1;
570
- background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
571
- }
382
+ :is(:is(:is(.bk .bk-blokkli-item-options-radios.bk-is-icons) .bk-blokkli-item-options-radios-icon) svg) .bk-option-icon-stroke {
383
+ stroke: currentcolor;
384
+ }
385
+ :is(.bk .bk-blokkli-item-options-radios.bk-is-icons) input:not(:checked):hover + .bk-blokkli-item-options-radios-icon {
386
+ opacity: 50%;
387
+ }
388
+ :is(.bk .bk-blokkli-item-options-radios.bk-is-icons) input:checked + .bk-blokkli-item-options-radios-icon {
389
+ opacity: 100%;
390
+ }
391
+ .bk .bk-blokkli-item-options-text {
392
+ position: relative;
393
+ height: 100%;
394
+ cursor: pointer;
395
+ }
396
+ :is(.bk .bk-blokkli-item-options-text) input {
397
+ position: absolute;
398
+ top: 0px;
399
+ left: 0px;
400
+ height: 100%;
401
+ width: 100%;
402
+ background-color: transparent;
403
+ padding-inline: 10px;
404
+ }
405
+ :is(:is(.bk .bk-blokkli-item-options-text) input):focus {
406
+ background-color: rgb(var(--bk-theme-mono-800) / 1);
407
+ }
408
+ :is(:is(.bk .bk-blokkli-item-options-text) input):focus {
409
+ --bk-tw-shadow: 0 0 #0000;
410
+ box-shadow: var(--bk-tw-inset-shadow), var(--bk-tw-inset-ring-shadow), var(--bk-tw-ring-offset-shadow), var(--bk-tw-ring-shadow), var(--bk-tw-shadow);
411
+ }
412
+ :is(:is(.bk .bk-blokkli-item-options-text) input):focus {
413
+ --bk-tw-outline-style: none;
414
+ outline-style: none;
415
+ }
416
+ :is(.bk .bk-blokkli-item-options-text) > div {
417
+ pointer-events: none;
418
+ visibility: hidden;
419
+ padding-inline: 10px;
420
+ white-space: pre;
421
+ max-width: 250px;
422
+ min-width: 100px;
423
+ overflow: hidden;
424
+ }
425
+ @media not all and (hover: none) {
426
+ :is(.bk .bk-blokkli-item-options-text):hover {
427
+ color: var(--gin-color-primary);
428
+ }
429
+ }
430
+ .bk .bk-blokkli-item-options-date {
431
+ position: relative;
432
+ height: 100%;
433
+ cursor: pointer;
434
+ }
435
+ :is(.bk .bk-blokkli-item-options-date) input {
436
+ height: 100%;
437
+ background-color: transparent;
438
+ padding-inline: 10px;
439
+ accent-color: rgb(var(--bk-theme-mono-100) / 1);
440
+ }
441
+ :is(:is(.bk .bk-blokkli-item-options-date) input):focus {
442
+ background-color: rgb(var(--bk-theme-mono-800) / 1);
443
+ }
444
+ :is(:is(.bk .bk-blokkli-item-options-date) input):focus {
445
+ --bk-tw-shadow: 0 0 #0000;
446
+ box-shadow: var(--bk-tw-inset-shadow), var(--bk-tw-inset-ring-shadow), var(--bk-tw-ring-offset-shadow), var(--bk-tw-ring-shadow), var(--bk-tw-shadow);
447
+ }
448
+ :is(:is(.bk .bk-blokkli-item-options-date) input):focus {
449
+ --bk-tw-outline-style: none;
450
+ outline-style: none;
451
+ }
452
+ @media not all and (hover: none) {
453
+ :is(.bk .bk-blokkli-item-options-date):hover {
454
+ color: var(--gin-color-primary);
455
+ }
456
+ }
457
+ :is(.bk .bk-blokkli-item-options-radios.bk-is-grid) .bk-blokkli-item-options-radios-flex {
458
+ position: relative;
459
+ margin-inline: 5px;
460
+ display: flex;
461
+ height: 20px;
462
+ width: 60px;
463
+ border-style: var(--bk-tw-border-style);
464
+ border-width: 1px;
465
+ border-color: currentcolor;
466
+ color: rgb(var(--bk-theme-mono-500) / 1);
467
+ }
468
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-grid) .bk-blokkli-item-options-radios-flex) > div {
469
+ position: relative;
470
+ height: 100%;
471
+ background-color: rgb(var(--bk-theme-mono-800) / 1);
472
+ }
473
+ :is(:is(:is(.bk .bk-blokkli-item-options-radios.bk-is-grid) .bk-blokkli-item-options-radios-flex) > div):not(:last-child):after {
474
+ content: '';
475
+ position: absolute;
476
+ top: calc(1px * -1);
477
+ right: 0px;
478
+ bottom: calc(1px * -1);
479
+ border-right-style: var(--bk-tw-border-style);
480
+ border-right-width: 1px;
481
+ border-color: currentcolor;
482
+ }
483
+ :is(.bk .bk-blokkli-item-options-radios.bk-is-grid) input:checked + div {
484
+ color: white;
485
+ }
486
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-grid) input:checked + div) > div {
487
+ background-color: white;
488
+ }
489
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-grid) input:checked + div) > div:after {
490
+ border-right-color: rgb(var(--bk-theme-mono-950) / 1) !important;
491
+ }
492
+ @media not all and (hover: none) {
493
+ :is(:is(.bk .bk-blokkli-item-options-radios.bk-is-grid) label):hover input:not(:checked) + div {
494
+ color: rgb(var(--bk-theme-mono-300) / 1);
495
+ }
496
+ :is(:is(:is(.bk .bk-blokkli-item-options-radios.bk-is-grid) label):hover input:not(:checked) + div) > div {
497
+ background-color: rgb(var(--bk-theme-mono-600) / 1);
498
+ }
499
+ }
500
+ .bk .bk-blokkli-item-options-checkboxes {
501
+ height: 100%;
502
+ padding-inline: 15px;
503
+ }
504
+ .bk-is-grouped:is(.bk .bk-blokkli-item-options-checkboxes) {
505
+ height: auto;
506
+ padding-inline: 0px;
507
+ }
508
+ .bk-is-grouped:is(.bk .bk-blokkli-item-options-checkboxes) > div {
509
+ position: static;
510
+ }
511
+ @media not all and (hover: none) {
512
+ @media (hover: hover) {
513
+ :is(.bk .bk-blokkli-item-options-checkboxes):hover {
514
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
572
515
  }
573
- .bk .bk-blokkli-item-options-color input {
516
+ }
517
+ }
518
+ :is(.bk .bk-blokkli-item-options-checkboxes) button {
519
+ display: flex;
520
+ height: 100%;
521
+ min-width: 200px;
522
+ align-items: center;
523
+ gap: 10px;
524
+ }
525
+ :is(:is(.bk .bk-blokkli-item-options-checkboxes) button) svg {
526
+ fill: currentColor;
527
+ height: 15px;
528
+ width: 20px;
529
+ color: rgb(var(--bk-theme-mono-100) / 1);
530
+ }
531
+ :is(:is(.bk .bk-blokkli-item-options-checkboxes) button) > span:first-child {
532
+ margin-right: auto;
533
+ }
534
+ :is(.bk .bk-blokkli-item-options-checkboxes) > div {
535
+ position: fixed;
536
+ left: 0px;
537
+ display: grid;
538
+ min-width: 100%;
539
+ overflow: hidden;
540
+ background-color: rgb(var(--bk-theme-mono-900) / 1);
541
+ bottom: 100%;
542
+ }
543
+ @media (width >= 48rem) {
544
+ :is(.bk .bk-blokkli-item-options-checkboxes) > div {
574
545
  position: absolute;
575
- top: 0px;
576
- left: 0px;
577
- height: 100%;
578
- width: 100%;
579
- cursor: pointer;
580
- appearance: none;
581
- opacity: 0;
582
- }
583
- .bk .bk-blokkli-item-options-color .bk-blokkli-item-options-color-preview {
584
- height: 20px;
585
- width: 20px;
586
- border-radius: 9999px;
587
- }
588
- .bk .bk-blokkli-item-options-color .bk-blokkli-item-options-color-label {
589
- margin-left: 10px;
590
- font-family: monospace;
591
- }
592
- .bk .bk-blokkli-item-options-range {
593
- display: flex;
594
- height: 100%;
595
- align-items: center;
596
- gap: 5px;
597
- padding-left: 10px;
598
- padding-right: 10px;
599
- }
600
- .bk .bk-blokkli-item-options-range input {
601
- height: 5px;
602
- width: 120px;
603
- appearance: none;
604
- border-radius: 9999px;
605
- --bk-tw-bg-opacity: 1;
606
- background-color: rgb(var(--bk-theme-mono-500) / var(--bk-tw-bg-opacity, 1));
607
- }
608
- /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
609
- .bk .bk-blokkli-item-options-range input::-webkit-slider-thumb {
610
- appearance: none;
611
- border-radius: 9999px;
612
- --bk-tw-bg-opacity: 1;
613
- background-color: rgb(255 255 255 / var(--bk-tw-bg-opacity, 1));
614
- width: 15px; /* Set a specific slider handle width */
615
- height: 15px; /* Slider handle height */
616
- cursor: pointer; /* Cursor on hover */
617
- }
618
- .bk .bk-blokkli-item-options-range input::-moz-range-thumb {
619
- border-radius: 9999px;
620
- --bk-tw-bg-opacity: 1;
621
- background-color: rgb(255 255 255 / var(--bk-tw-bg-opacity, 1));
622
- width: 15px; /* Set a specific slider handle width */
623
- height: 15px; /* Slider handle height */
624
- cursor: pointer; /* Cursor on hover */
625
- }
626
- .bk .bk-blokkli-item-options-range > div {
627
- min-width: 40px;
628
- text-align: right;
629
- font-family: monospace;
630
- }
631
- .bk .bk-blokkli-item-options-group {
632
- position: relative;
633
- }
634
- .bk .bk-blokkli-item-options-group > button {
635
- display: flex;
636
- height: 100%;
637
- width: 100%;
638
- min-width: 200px;
639
- align-items: center;
640
- gap: 10px;
641
- padding-left: 10px;
642
- padding-right: 10px;
643
- font-size: 14px;
644
- line-height: 20px;
645
- }
646
- @media not all and (hover: none) {
647
- .bk .bk-blokkli-item-options-group > button:hover {
648
- --bk-tw-bg-opacity: 1;
649
- background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
546
+ top: 100%;
547
+ bottom: auto;
548
+ }
549
+ }
550
+ :is(:is(.bk .bk-blokkli-item-options-checkboxes) > div) label {
551
+ padding-block: 10px;
552
+ }
553
+ @media not all and (hover: none) {
554
+ @media (hover: hover) {
555
+ :is(:is(:is(.bk .bk-blokkli-item-options-checkboxes) > div) label):hover {
556
+ background-color: rgb(var(--bk-theme-mono-800) / 1);
650
557
  }
651
- }
652
- .bk .bk-blokkli-item-options-group > button .bk-icon {
653
- margin-left: auto;
654
- }
655
- .bk .bk-blokkli-item-options-group > button svg {
656
- fill: currentColor;
657
- height: 15px;
658
- width: 20px;
659
- --bk-tw-text-opacity: 1;
660
- color: rgb(var(--bk-theme-mono-100) / var(--bk-tw-text-opacity, 1));
661
- }
662
- .bk .bk-blokkli-item-options-group.bk-is-active:last-child > button {
663
- border-bottom-right-radius: 0px;
664
- border-bottom-left-radius: 0px;
558
+ }
665
559
  }
666
- .bk .bk-blokkli-item-options-group.bk-is-active > button {
667
- --bk-tw-bg-opacity: 1;
668
- background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
560
+ .bk-is-active:is(.bk .bk-blokkli-item-options-checkboxes) {
561
+ background-color: rgb(var(--bk-theme-mono-800) / 1);
669
562
  }
670
- .bk .bk-blokkli-item-options-group.bk-is-active > button svg {
671
- --bk-tw-rotate: 180deg;
672
- transform: translate(var(--bk-tw-translate-x), var(--bk-tw-translate-y)) rotate(var(--bk-tw-rotate)) skewX(var(--bk-tw-skew-x)) skewY(var(--bk-tw-skew-y)) scaleX(var(--bk-tw-scale-x)) scaleY(var(--bk-tw-scale-y));
563
+ :is(.bk-is-active:is(.bk .bk-blokkli-item-options-checkboxes) button) svg {
564
+ rotate: 180deg;
673
565
  }
674
- .bk .bk-blokkli-item-options-group-content {
675
- position: absolute;
676
- position: fixed;
677
- left: 0px;
678
- display: grid;
679
- min-width: 100%;
680
- overflow: hidden;
681
- border-bottom-right-radius: 0px;
682
- border-bottom-left-radius: 0px;
683
- border-top-left-radius: 4px;
684
- border-top-right-radius: 4px;
685
- --bk-tw-bg-opacity: 1;
686
- background-color: rgb(var(--bk-theme-mono-900) / var(--bk-tw-bg-opacity, 1));
687
- bottom: 100%;
688
- }
689
- @media (min-width: 768px) {
690
- .bk .bk-blokkli-item-options-group-content {
691
- position: absolute;
692
- top: 100%;
693
- bottom: auto;
694
- border-top-left-radius: 0px;
695
- border-top-right-radius: 0px;
696
- border-bottom-right-radius: 4px;
697
- border-bottom-left-radius: 4px;
566
+ .bk .bk-blokkli-item-options-color {
567
+ position: relative;
568
+ display: flex;
569
+ height: 100%;
570
+ cursor: pointer;
571
+ align-items: center;
572
+ padding-inline: 10px;
573
+ }
574
+ @media not all and (hover: none) {
575
+ @media (hover: hover) {
576
+ :is(.bk .bk-blokkli-item-options-color):hover {
577
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
698
578
  }
579
+ }
580
+ }
581
+ :is(.bk .bk-blokkli-item-options-color) input {
582
+ position: absolute;
583
+ top: 0px;
584
+ left: 0px;
585
+ height: 100%;
586
+ width: 100%;
587
+ cursor: pointer;
588
+ appearance: none;
589
+ opacity: 0%;
590
+ }
591
+ :is(.bk .bk-blokkli-item-options-color) .bk-blokkli-item-options-color-preview {
592
+ height: 20px;
593
+ width: 20px;
594
+ border-radius: calc(infinity * 1px);
595
+ }
596
+ :is(.bk .bk-blokkli-item-options-color) .bk-blokkli-item-options-color-label {
597
+ margin-left: 10px;
598
+ font-family: monospace;
599
+ }
600
+ .bk .bk-blokkli-item-options-range {
601
+ display: flex;
602
+ height: 100%;
603
+ align-items: center;
604
+ gap: 5px;
605
+ padding-inline: 10px;
606
+ }
607
+ :is(.bk .bk-blokkli-item-options-range) input {
608
+ height: 5px;
609
+ width: 120px;
610
+ appearance: none;
611
+ border-radius: calc(infinity * 1px);
612
+ background-color: rgb(var(--bk-theme-mono-500) / 1);
613
+ }
614
+ :is(:is(.bk .bk-blokkli-item-options-range) input)::-webkit-slider-thumb {
615
+ appearance: none;
616
+ border-radius: calc(infinity * 1px);
617
+ background-color: white;
618
+ width: 15px;
619
+ height: 15px;
620
+ cursor: pointer;
621
+ }
622
+ :is(:is(.bk .bk-blokkli-item-options-range) input)::-moz-range-thumb {
623
+ border-radius: calc(infinity * 1px);
624
+ background-color: white;
625
+ width: 15px;
626
+ height: 15px;
627
+ cursor: pointer;
628
+ }
629
+ :is(.bk .bk-blokkli-item-options-range) > div {
630
+ min-width: 40px;
631
+ text-align: right;
632
+ font-family: monospace;
633
+ }
634
+ .bk .bk-blokkli-item-options-group {
635
+ position: relative;
636
+ }
637
+ :is(.bk .bk-blokkli-item-options-group) > button {
638
+ display: flex;
639
+ height: 100%;
640
+ width: 100%;
641
+ min-width: 200px;
642
+ align-items: center;
643
+ gap: 10px;
644
+ padding-inline: 10px;
645
+ font-size: var(--text-sm, 14px);
646
+ line-height: var(--bk-tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
647
+ }
648
+ @media not all and (hover: none) {
649
+ @media (hover: hover) {
650
+ :is(:is(.bk .bk-blokkli-item-options-group) > button):hover {
651
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
699
652
  }
700
- .bk .bk-blokkli-item-options-group-content > label {
701
- padding-top: 10px;
702
- padding-bottom: 10px;
703
- }
704
- @media not all and (hover: none) {
705
- .bk .bk-blokkli-item-options-group-content > label:hover {
706
- --bk-tw-bg-opacity: 1;
707
- background-color: rgb(var(--bk-theme-mono-800) / var(--bk-tw-bg-opacity, 1));
653
+ }
654
+ }
655
+ :is(:is(.bk .bk-blokkli-item-options-group) > button) .bk-icon {
656
+ margin-left: auto;
657
+ }
658
+ :is(:is(.bk .bk-blokkli-item-options-group) > button) svg {
659
+ fill: currentColor;
660
+ height: 15px;
661
+ width: 20px;
662
+ color: rgb(var(--bk-theme-mono-100) / 1);
663
+ }
664
+ .bk-is-active:is(.bk .bk-blokkli-item-options-group):last-child > button {
665
+ border-bottom-right-radius: 0;
666
+ border-bottom-left-radius: 0;
667
+ }
668
+ .bk-is-active:is(.bk .bk-blokkli-item-options-group) > button {
669
+ background-color: rgb(var(--bk-theme-mono-800) / 1);
670
+ }
671
+ :is(.bk-is-active:is(.bk .bk-blokkli-item-options-group) > button) svg {
672
+ rotate: 180deg;
673
+ }
674
+ .bk .bk-blokkli-item-options-group-content {
675
+ position: absolute;
676
+ position: fixed;
677
+ left: 0px;
678
+ display: grid;
679
+ min-width: 100%;
680
+ overflow: hidden;
681
+ border-top-left-radius: 4px;
682
+ border-top-right-radius: 4px;
683
+ border-bottom-right-radius: 0;
684
+ border-bottom-left-radius: 0;
685
+ background-color: rgb(var(--bk-theme-mono-900) / 1);
686
+ bottom: 100%;
687
+ }
688
+ @media (width >= 48rem) {
689
+ .bk .bk-blokkli-item-options-group-content {
690
+ position: absolute;
691
+ top: 100%;
692
+ bottom: auto;
693
+ border-top-left-radius: 0;
694
+ border-top-right-radius: 0;
695
+ border-bottom-right-radius: 4px;
696
+ border-bottom-left-radius: 4px;
697
+ }
698
+ }
699
+ :is(.bk .bk-blokkli-item-options-group-content) > label {
700
+ padding-block: 10px;
701
+ }
702
+ @media not all and (hover: none) {
703
+ @media (hover: hover) {
704
+ :is(:is(.bk .bk-blokkli-item-options-group-content) > label):hover {
705
+ background-color: rgb(var(--bk-theme-mono-800) / 1);
708
706
  }
709
- }
710
- .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item-content {
711
- height: 50px;
712
- }
713
- .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item-content.bk-is-grouped {
714
- height: auto;
715
- min-height: 50px;
716
- width: 100%;
717
- }
718
- .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item-content.bk-is-grouped .bk-blokkli-item-options-checkbox {
719
- height: 50px;
720
- width: 100%;
721
- white-space: nowrap;
722
- }
723
- .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item {
724
- display: flex;
725
- flex-direction: column;
726
- align-items: flex-start;
727
- }
728
- .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item:not(:last-child) {
729
- border-bottom-width: 1px;
730
- --bk-tw-border-opacity: 1;
731
- border-bottom-color: rgb(var(--bk-theme-mono-600) / var(--bk-tw-border-opacity, 1));
732
- }
733
- .bk .bk-blokkli-item-options-group-content .bk-blokkli-item-options-item .bk-blokkli-item-options-item-label {
734
- margin-top: 10px;
735
- padding-left: 10px;
736
- padding-right: 10px;
737
- font-weight: 600;
738
- --bk-tw-text-opacity: 1;
739
- color: rgb(var(--bk-theme-mono-300) / var(--bk-tw-text-opacity, 1));
740
- }
741
- .bk .bk-blokkli-item-options-complex-type {
742
- display: flex;
743
- height: 100%;
744
- cursor: pointer;
745
- align-items: center;
746
- gap: 10px;
747
- white-space: nowrap;
748
- padding-left: 10px;
749
- padding-right: 10px;
750
- font-size: 14px;
751
- line-height: 20px;
752
- font-weight: 500;
753
- --bk-tw-text-opacity: 1;
754
- color: rgb(var(--bk-theme-mono-300) / var(--bk-tw-text-opacity, 1));
755
- }
756
- @media not all and (hover: none) {
757
- .bk .bk-blokkli-item-options-complex-type:hover {
758
- --bk-tw-bg-opacity: 1;
759
- background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
760
- --bk-tw-text-opacity: 1;
761
- color: rgb(var(--bk-theme-mono-50) / var(--bk-tw-text-opacity, 1));
707
+ }
708
+ }
709
+ :is(.bk .bk-blokkli-item-options-group-content) .bk-blokkli-item-options-item-content {
710
+ height: 50px;
711
+ }
712
+ .bk-is-grouped:is(:is(.bk .bk-blokkli-item-options-group-content) .bk-blokkli-item-options-item-content) {
713
+ height: auto;
714
+ min-height: 50px;
715
+ width: 100%;
716
+ }
717
+ .bk-is-grouped:is(:is(.bk .bk-blokkli-item-options-group-content) .bk-blokkli-item-options-item-content) .bk-blokkli-item-options-checkbox {
718
+ height: 50px;
719
+ width: 100%;
720
+ white-space: nowrap;
721
+ }
722
+ :is(.bk .bk-blokkli-item-options-group-content) .bk-blokkli-item-options-item {
723
+ display: flex;
724
+ flex-direction: column;
725
+ align-items: flex-start;
726
+ }
727
+ :is(:is(.bk .bk-blokkli-item-options-group-content) .bk-blokkli-item-options-item):not(:last-child) {
728
+ border-bottom-style: var(--bk-tw-border-style);
729
+ border-bottom-width: 1px;
730
+ border-bottom-color: rgb(var(--bk-theme-mono-600) / 1);
731
+ }
732
+ :is(:is(.bk .bk-blokkli-item-options-group-content) .bk-blokkli-item-options-item) .bk-blokkli-item-options-item-label {
733
+ margin-top: 10px;
734
+ padding-inline: 10px;
735
+ --bk-tw-font-weight: var(--font-weight-semibold, 600);
736
+ font-weight: var(--font-weight-semibold, 600);
737
+ color: rgb(var(--bk-theme-mono-300) / 1);
738
+ }
739
+ .bk .bk-blokkli-item-options-complex-type {
740
+ display: flex;
741
+ height: 100%;
742
+ cursor: pointer;
743
+ align-items: center;
744
+ gap: 10px;
745
+ padding-inline: 10px;
746
+ font-size: var(--text-sm, 14px);
747
+ line-height: var(--bk-tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
748
+ --bk-tw-font-weight: var(--font-weight-medium, 500);
749
+ font-weight: var(--font-weight-medium, 500);
750
+ white-space: nowrap;
751
+ color: rgb(var(--bk-theme-mono-300) / 1);
752
+ }
753
+ @media not all and (hover: none) {
754
+ @media (hover: hover) {
755
+ :is(.bk .bk-blokkli-item-options-complex-type):hover {
756
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
762
757
  }
758
+ }
759
+ @media (hover: hover) {
760
+ :is(.bk .bk-blokkli-item-options-complex-type):hover {
761
+ color: rgb(var(--bk-theme-mono-50) / 1);
763
762
  }
764
- .bk .bk-blokkli-item-options-complex-type .bk-icon {
765
- width: 24px;
766
- height: 24px;
767
- fill: currentColor;
768
- }
769
- .bk .bk-blokkli-item-options-number {
770
- position: relative;
771
- display: flex;
772
- height: 100%;
773
- align-items: center;
774
- padding-left: 10px;
775
- padding-right: 10px;
776
- }
777
- .bk .bk-blokkli-item-options-number input {
778
- height: 100%;
779
- appearance: none;
780
- background-color: transparent;
781
- text-align: center;
782
- font-family: monospace;
783
- }
784
- .bk .bk-blokkli-item-options-number input:focus {
785
- border-style: none;
786
- --bk-tw-shadow: 0 0 #0000;
787
- --bk-tw-shadow-colored: 0 0 #0000;
788
- box-shadow: var(--bk-tw-ring-offset-shadow, 0 0 #0000), var(--bk-tw-ring-shadow, 0 0 #0000), var(--bk-tw-shadow);
789
- outline-width: 0px;
790
- }
791
- .bk .bk-blokkli-item-options-number input::-webkit-inner-spin-button {
792
- display: none;
793
- height: 0px;
794
- width: 0px;
795
- appearance: none;
796
- }
797
- .bk .bk-blokkli-item-options-number button {
798
- display: flex;
799
- height: 20px;
800
- width: 20px;
801
- align-items: center;
802
- justify-content: center;
803
- border-radius: 9999px;
804
- }
805
- .bk .bk-blokkli-item-options-number button:hover {
806
- --bk-tw-bg-opacity: 1;
807
- background-color: rgb(var(--bk-theme-mono-700) / var(--bk-tw-bg-opacity, 1));
808
- }
809
- .bk .bk-blokkli-item-options-number button[disabled] {
810
- pointer-events: none;
811
- background-color: transparent;
812
- --bk-tw-text-opacity: 1;
813
- color: rgb(var(--bk-theme-mono-600) / var(--bk-tw-text-opacity, 1));
814
- }
815
- .bk .bk-blokkli-item-options-number button .bk-icon {
816
- height: 15px;
817
- width: 15px;
818
- fill: currentColor;
763
+ }
764
+ }
765
+ :is(.bk .bk-blokkli-item-options-complex-type) .bk-icon {
766
+ width: 24px;
767
+ height: 24px;
768
+ fill: currentcolor;
769
+ }
770
+ .bk .bk-blokkli-item-options-number {
771
+ position: relative;
772
+ display: flex;
773
+ height: 100%;
774
+ align-items: center;
775
+ padding-inline: 10px;
776
+ }
777
+ :is(.bk .bk-blokkli-item-options-number) input {
778
+ height: 100%;
779
+ appearance: none;
780
+ background-color: transparent;
781
+ text-align: center;
782
+ font-family: monospace;
783
+ }
784
+ :is(:is(.bk .bk-blokkli-item-options-number) input):focus {
785
+ --bk-tw-border-style: none;
786
+ border-style: none;
787
+ }
788
+ :is(:is(.bk .bk-blokkli-item-options-number) input):focus {
789
+ --bk-tw-shadow: 0 0 #0000;
790
+ box-shadow: var(--bk-tw-inset-shadow), var(--bk-tw-inset-ring-shadow), var(--bk-tw-ring-offset-shadow), var(--bk-tw-ring-shadow), var(--bk-tw-shadow);
791
+ }
792
+ :is(:is(.bk .bk-blokkli-item-options-number) input):focus {
793
+ outline-style: var(--bk-tw-outline-style);
794
+ outline-width: 0px;
795
+ }
796
+ :is(:is(.bk .bk-blokkli-item-options-number) input)::-webkit-inner-spin-button {
797
+ display: none;
798
+ height: 0px;
799
+ width: 0px;
800
+ appearance: none;
801
+ }
802
+ :is(.bk .bk-blokkli-item-options-number) button {
803
+ display: flex;
804
+ height: 20px;
805
+ width: 20px;
806
+ align-items: center;
807
+ justify-content: center;
808
+ border-radius: calc(infinity * 1px);
809
+ }
810
+ @media (hover: hover) {
811
+ :is(:is(.bk .bk-blokkli-item-options-number) button):hover {
812
+ background-color: rgb(var(--bk-theme-mono-700) / 1);
813
+ }
814
+ }
815
+ [disabled]:is(:is(.bk .bk-blokkli-item-options-number) button) {
816
+ pointer-events: none;
817
+ background-color: transparent;
818
+ color: rgb(var(--bk-theme-mono-600) / 1);
819
+ }
820
+ :is(:is(.bk .bk-blokkli-item-options-number) button) .bk-icon {
821
+ height: 15px;
822
+ width: 15px;
823
+ fill: currentcolor;
819
824
  }
820
825
  </style>