@univerjs-pro/boards-ui 1.0.0-alpha.3

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 (292) hide show
  1. package/README.md +46 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sk-SK.js +1 -0
  18. package/lib/cjs/locale/vi-VN.js +1 -0
  19. package/lib/cjs/locale/zh-CN.js +1 -0
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -0
  22. package/lib/cjs/shape-preset-labels-C4G0G9GI.js +1 -0
  23. package/lib/es/index.js +1 -0
  24. package/lib/es/locale/ar-SA.js +1 -0
  25. package/lib/es/locale/ca-ES.js +1 -0
  26. package/lib/es/locale/de-DE.js +1 -0
  27. package/lib/es/locale/en-US.js +1 -0
  28. package/lib/es/locale/es-ES.js +1 -0
  29. package/lib/es/locale/fa-IR.js +1 -0
  30. package/lib/es/locale/fr-FR.js +1 -0
  31. package/lib/es/locale/id-ID.js +1 -0
  32. package/lib/es/locale/it-IT.js +1 -0
  33. package/lib/es/locale/ja-JP.js +1 -0
  34. package/lib/es/locale/ko-KR.js +1 -0
  35. package/lib/es/locale/pl-PL.js +1 -0
  36. package/lib/es/locale/pt-BR.js +1 -0
  37. package/lib/es/locale/ru-RU.js +1 -0
  38. package/lib/es/locale/sk-SK.js +1 -0
  39. package/lib/es/locale/vi-VN.js +1 -0
  40. package/lib/es/locale/zh-CN.js +1 -0
  41. package/lib/es/locale/zh-HK.js +1 -0
  42. package/lib/es/locale/zh-TW.js +1 -0
  43. package/lib/es/shape-preset-labels-092BdVw3.js +1 -0
  44. package/lib/index.css +1229 -0
  45. package/lib/index.js +1 -0
  46. package/lib/locale/ar-SA.js +1 -0
  47. package/lib/locale/ca-ES.js +1 -0
  48. package/lib/locale/de-DE.js +1 -0
  49. package/lib/locale/en-US.js +1 -0
  50. package/lib/locale/es-ES.js +1 -0
  51. package/lib/locale/fa-IR.js +1 -0
  52. package/lib/locale/fr-FR.js +1 -0
  53. package/lib/locale/id-ID.js +1 -0
  54. package/lib/locale/it-IT.js +1 -0
  55. package/lib/locale/ja-JP.js +1 -0
  56. package/lib/locale/ko-KR.js +1 -0
  57. package/lib/locale/pl-PL.js +1 -0
  58. package/lib/locale/pt-BR.js +1 -0
  59. package/lib/locale/ru-RU.js +1 -0
  60. package/lib/locale/sk-SK.js +1 -0
  61. package/lib/locale/vi-VN.js +1 -0
  62. package/lib/locale/zh-CN.js +1 -0
  63. package/lib/locale/zh-HK.js +1 -0
  64. package/lib/locale/zh-TW.js +1 -0
  65. package/lib/shape-preset-labels-092BdVw3.js +1 -0
  66. package/lib/types/commands/operations/board-container-child-contextmenu.operation.d.ts +18 -0
  67. package/lib/types/commands/operations/board-container-contextmenu.operation.d.ts +18 -0
  68. package/lib/types/commands/operations/board-selection.operation.d.ts +14 -0
  69. package/lib/types/commands/operations/board-swimlane-contextmenu.operation.d.ts +23 -0
  70. package/lib/types/common/board-shortcuts.d.ts +98 -0
  71. package/lib/types/common/connector-presets.d.ts +22 -0
  72. package/lib/types/common/connector-routing-preference.d.ts +11 -0
  73. package/lib/types/common/settings-actions.d.ts +26 -0
  74. package/lib/types/common/shape-presets.d.ts +58 -0
  75. package/lib/types/common/sticky-colors.d.ts +4 -0
  76. package/lib/types/common/theme-presets.d.ts +2 -0
  77. package/lib/types/common/toolbar-tools.d.ts +17 -0
  78. package/lib/types/components/object-list-panel/board-object-list-state.d.ts +27 -0
  79. package/lib/types/config/config.d.ts +92 -0
  80. package/lib/types/const.d.ts +26 -0
  81. package/lib/types/controllers/board-clipboard-shortcut.controller.d.ts +25 -0
  82. package/lib/types/controllers/board-connector-floating-toolbar.render-controller.d.ts +30 -0
  83. package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +158 -0
  84. package/lib/types/controllers/board-container-membership.render-controller.d.ts +27 -0
  85. package/lib/types/controllers/board-element-selection.controller.d.ts +63 -0
  86. package/lib/types/controllers/board-element-transform.controller.d.ts +52 -0
  87. package/lib/types/controllers/board-element-transformer-config.util.d.ts +27 -0
  88. package/lib/types/controllers/board-grid.render-controller.d.ts +14 -0
  89. package/lib/types/controllers/board-grouping-shortcut.controller.d.ts +20 -0
  90. package/lib/types/controllers/board-history-shortcut.controller.d.ts +16 -0
  91. package/lib/types/controllers/board-ink-interaction.render-controller.d.ts +124 -0
  92. package/lib/types/controllers/board-layout-shortcut.controller.d.ts +20 -0
  93. package/lib/types/controllers/board-mermaid-import.controller.d.ts +9 -0
  94. package/lib/types/controllers/board-order-shortcut.controller.d.ts +16 -0
  95. package/lib/types/controllers/board-pending-insert.render-controller.d.ts +27 -0
  96. package/lib/types/controllers/board-render-object-cleanup.util.d.ts +7 -0
  97. package/lib/types/controllers/board-render.controller.d.ts +36 -0
  98. package/lib/types/controllers/board-selection-overlay.render-controller.d.ts +30 -0
  99. package/lib/types/controllers/board-selection-shortcut.controller.d.ts +20 -0
  100. package/lib/types/controllers/board-settings-shortcut.controller.d.ts +20 -0
  101. package/lib/types/controllers/board-shape-adjust.render-controller.d.ts +68 -0
  102. package/lib/types/controllers/board-shape-floating-toolbar.render-controller.d.ts +29 -0
  103. package/lib/types/controllers/board-shape-text-float-menu.render-controller.d.ts +9 -0
  104. package/lib/types/controllers/board-swimlane-lane-shortcut.controller.d.ts +23 -0
  105. package/lib/types/controllers/board-swimlane-resize.render-controller.d.ts +33 -0
  106. package/lib/types/controllers/board-text-editing.render-controller.d.ts +46 -0
  107. package/lib/types/controllers/board-theme-follow-univer.controller.d.ts +10 -0
  108. package/lib/types/controllers/board-tool-shortcut.controller.d.ts +22 -0
  109. package/lib/types/controllers/board-ui.controller.d.ts +9 -0
  110. package/lib/types/controllers/board-view-shortcut.controller.d.ts +29 -0
  111. package/lib/types/controllers/board-viewport-input.render-controller.d.ts +27 -0
  112. package/lib/types/index.d.ts +27 -0
  113. package/lib/types/locale/ar-SA.d.ts +3 -0
  114. package/lib/types/locale/ca-ES.d.ts +3 -0
  115. package/lib/types/locale/de-DE.d.ts +3 -0
  116. package/lib/types/locale/en-US.d.ts +659 -0
  117. package/lib/types/locale/es-ES.d.ts +3 -0
  118. package/lib/types/locale/fa-IR.d.ts +3 -0
  119. package/lib/types/locale/fr-FR.d.ts +3 -0
  120. package/lib/types/locale/id-ID.d.ts +3 -0
  121. package/lib/types/locale/it-IT.d.ts +3 -0
  122. package/lib/types/locale/ja-JP.d.ts +3 -0
  123. package/lib/types/locale/ko-KR.d.ts +3 -0
  124. package/lib/types/locale/pl-PL.d.ts +3 -0
  125. package/lib/types/locale/pt-BR.d.ts +3 -0
  126. package/lib/types/locale/ru-RU.d.ts +3 -0
  127. package/lib/types/locale/shared/shape-preset-labels.d.ts +153 -0
  128. package/lib/types/locale/sk-SK.d.ts +3 -0
  129. package/lib/types/locale/types.d.ts +3 -0
  130. package/lib/types/locale/vi-VN.d.ts +3 -0
  131. package/lib/types/locale/zh-CN.d.ts +3 -0
  132. package/lib/types/locale/zh-HK.d.ts +3 -0
  133. package/lib/types/locale/zh-TW.d.ts +3 -0
  134. package/lib/types/menu/board-container-child-contextmenu.menu.d.ts +5 -0
  135. package/lib/types/menu/board-container-child-contextmenu.schema.d.ts +2 -0
  136. package/lib/types/menu/board-container-contextmenu.menu.d.ts +9 -0
  137. package/lib/types/menu/board-container-contextmenu.schema.d.ts +2 -0
  138. package/lib/types/menu/board-contextmenu.d.ts +7 -0
  139. package/lib/types/menu/board-swimlane-contextmenu.menu.d.ts +8 -0
  140. package/lib/types/menu/board-swimlane-contextmenu.schema.d.ts +2 -0
  141. package/lib/types/plugin.d.ts +21 -0
  142. package/lib/types/render-adapters/board-element-render-adapter.d.ts +63 -0
  143. package/lib/types/render-objects/board-adjust-point-object.d.ts +27 -0
  144. package/lib/types/render-objects/board-connector-affordance-object.d.ts +21 -0
  145. package/lib/types/render-objects/board-connector-endpoint-object.d.ts +29 -0
  146. package/lib/types/render-objects/board-connector-object.d.ts +58 -0
  147. package/lib/types/render-objects/board-connector-quick-connect-preview-object.d.ts +22 -0
  148. package/lib/types/render-objects/board-connector-snap-object.d.ts +16 -0
  149. package/lib/types/render-objects/board-connector-waypoint-object.d.ts +51 -0
  150. package/lib/types/render-objects/board-container-membership-object.d.ts +19 -0
  151. package/lib/types/render-objects/board-document-text-render.util.d.ts +61 -0
  152. package/lib/types/render-objects/board-grid-object.d.ts +17 -0
  153. package/lib/types/render-objects/board-guide-object.d.ts +29 -0
  154. package/lib/types/render-objects/board-image-object.d.ts +16 -0
  155. package/lib/types/render-objects/board-ink-draft-object.d.ts +16 -0
  156. package/lib/types/render-objects/board-ink-eraser-draft-object.d.ts +18 -0
  157. package/lib/types/render-objects/board-ink-pen-editor-object.d.ts +39 -0
  158. package/lib/types/render-objects/board-ink-stage-action-button-object.d.ts +32 -0
  159. package/lib/types/render-objects/board-ink-tool-cursor-object.d.ts +19 -0
  160. package/lib/types/render-objects/board-pending-insert-object.d.ts +35 -0
  161. package/lib/types/render-objects/board-selection-marquee-object.d.ts +28 -0
  162. package/lib/types/render-objects/board-shape-object.d.ts +75 -0
  163. package/lib/types/render-objects/board-swimlane-resize-object.d.ts +33 -0
  164. package/lib/types/services/board-canvas-pop-manager.service.d.ts +22 -0
  165. package/lib/types/services/board-clipboard-resource-adapter.service.d.ts +54 -0
  166. package/lib/types/services/board-clipboard.service.d.ts +54 -0
  167. package/lib/types/services/board-connector-tool.service.d.ts +11 -0
  168. package/lib/types/services/board-container-rename.service.d.ts +20 -0
  169. package/lib/types/services/board-container-tool.service.d.ts +12 -0
  170. package/lib/types/services/board-dom-layer.service.d.ts +31 -0
  171. package/lib/types/services/board-element-edit.service.d.ts +124 -0
  172. package/lib/types/services/board-element-insert.service.d.ts +40 -0
  173. package/lib/types/services/board-element-state.service.d.ts +83 -0
  174. package/lib/types/services/board-find.service.d.ts +22 -0
  175. package/lib/types/services/board-image-insert.service.d.ts +23 -0
  176. package/lib/types/services/board-ink-edit.service.d.ts +33 -0
  177. package/lib/types/services/board-ink-pen-adapter.service.d.ts +22 -0
  178. package/lib/types/services/board-mermaid-import.service.d.ts +82 -0
  179. package/lib/types/services/board-render-scene.service.d.ts +9 -0
  180. package/lib/types/services/board-selection-overlay.service.d.ts +13 -0
  181. package/lib/types/services/board-selection.service.d.ts +18 -0
  182. package/lib/types/services/board-settings-action.service.d.ts +21 -0
  183. package/lib/types/services/board-settings.service.d.ts +13 -0
  184. package/lib/types/services/board-shape-intrinsic-size.service.d.ts +34 -0
  185. package/lib/types/services/board-side-panel.service.d.ts +37 -0
  186. package/lib/types/services/board-swimlane-lane-rename.service.d.ts +18 -0
  187. package/lib/types/services/board-text-editing.service.d.ts +45 -0
  188. package/lib/types/services/board-tool.service.d.ts +85 -0
  189. package/lib/types/services/board-ui-state.service.d.ts +98 -0
  190. package/lib/types/services/board-viewport.service.d.ts +15 -0
  191. package/lib/types/utils/board-alignment-guides.util.d.ts +27 -0
  192. package/lib/types/utils/board-clipboard.util.d.ts +40 -0
  193. package/lib/types/utils/board-connector-adjacency.util.d.ts +7 -0
  194. package/lib/types/utils/board-connector-affordance.util.d.ts +15 -0
  195. package/lib/types/utils/board-connector-hit-test.util.d.ts +14 -0
  196. package/lib/types/utils/board-connector-label.util.d.ts +17 -0
  197. package/lib/types/utils/board-connector-marker-anchor.util.d.ts +17 -0
  198. package/lib/types/utils/board-connector-marker.util.d.ts +13 -0
  199. package/lib/types/utils/board-connector-move.util.d.ts +8 -0
  200. package/lib/types/utils/board-connector-quick-connect.util.d.ts +22 -0
  201. package/lib/types/utils/board-connector-render-bounds.util.d.ts +11 -0
  202. package/lib/types/utils/board-connector-router.util.d.ts +62 -0
  203. package/lib/types/utils/board-connector-routing.util.d.ts +53 -0
  204. package/lib/types/utils/board-connector-selection.util.d.ts +10 -0
  205. package/lib/types/utils/board-connector-snap-highlight.util.d.ts +10 -0
  206. package/lib/types/utils/board-connector-snap.util.d.ts +25 -0
  207. package/lib/types/utils/board-connector-waypoint.util.d.ts +71 -0
  208. package/lib/types/utils/board-container-membership-overlay.util.d.ts +19 -0
  209. package/lib/types/utils/board-container-membership-update.util.d.ts +10 -0
  210. package/lib/types/utils/board-container-spatial-index.util.d.ts +16 -0
  211. package/lib/types/utils/board-container-target.util.d.ts +17 -0
  212. package/lib/types/utils/board-container-title-label.util.d.ts +20 -0
  213. package/lib/types/utils/board-container-toolbar.util.d.ts +40 -0
  214. package/lib/types/utils/board-draft-insert-position.util.d.ts +13 -0
  215. package/lib/types/utils/board-find.util.d.ts +25 -0
  216. package/lib/types/utils/board-floating-toolbar-anchor.util.d.ts +2 -0
  217. package/lib/types/utils/board-free-polyline-draft.util.d.ts +24 -0
  218. package/lib/types/utils/board-grid.util.d.ts +21 -0
  219. package/lib/types/utils/board-image-file.util.d.ts +11 -0
  220. package/lib/types/utils/board-image.util.d.ts +31 -0
  221. package/lib/types/utils/board-insert-config.util.d.ts +32 -0
  222. package/lib/types/utils/board-insert.util.d.ts +23 -0
  223. package/lib/types/utils/board-interaction-config.util.d.ts +19 -0
  224. package/lib/types/utils/board-mermaid-preview.util.d.ts +4 -0
  225. package/lib/types/utils/board-render-dirty.util.d.ts +8 -0
  226. package/lib/types/utils/board-render-page.util.d.ts +19 -0
  227. package/lib/types/utils/board-scene-input-lock.util.d.ts +7 -0
  228. package/lib/types/utils/board-selection-delete.util.d.ts +20 -0
  229. package/lib/types/utils/board-selection-geometry.util.d.ts +31 -0
  230. package/lib/types/utils/board-selection-hit-test.util.d.ts +17 -0
  231. package/lib/types/utils/board-selection-interaction.util.d.ts +23 -0
  232. package/lib/types/utils/board-selection-move.util.d.ts +17 -0
  233. package/lib/types/utils/board-selection-normalize.util.d.ts +3 -0
  234. package/lib/types/utils/board-selection-overlay.util.d.ts +15 -0
  235. package/lib/types/utils/board-selection-resize.util.d.ts +6 -0
  236. package/lib/types/utils/board-shape-editor.util.d.ts +9 -0
  237. package/lib/types/utils/board-shape-outline.util.d.ts +53 -0
  238. package/lib/types/utils/board-shape-text-document.util.d.ts +20 -0
  239. package/lib/types/utils/board-shape-theme.util.d.ts +4 -0
  240. package/lib/types/utils/board-shortcut-preconditions.util.d.ts +3 -0
  241. package/lib/types/utils/board-snap-session.util.d.ts +62 -0
  242. package/lib/types/utils/board-spacing-guides.util.d.ts +24 -0
  243. package/lib/types/utils/board-swimlane-focus.util.d.ts +11 -0
  244. package/lib/types/utils/board-swimlane-resize.util.d.ts +25 -0
  245. package/lib/types/utils/board-view-shortcut.util.d.ts +40 -0
  246. package/lib/types/utils/board-viewport-input.util.d.ts +35 -0
  247. package/lib/types/utils/board-viewport.util.d.ts +45 -0
  248. package/lib/types/views/BoardCanvasView.d.ts +1 -0
  249. package/lib/types/views/BoardConnectorFloatingToolbar.d.ts +17 -0
  250. package/lib/types/views/BoardConnectorQuickShapeMenu.d.ts +12 -0
  251. package/lib/types/views/BoardContainerRenamePopup.d.ts +6 -0
  252. package/lib/types/views/BoardDomLayerView.d.ts +8 -0
  253. package/lib/types/views/BoardFloatingPanelLayer.d.ts +1 -0
  254. package/lib/types/views/BoardFloatingToolPanel.d.ts +98 -0
  255. package/lib/types/views/BoardLeftToolbar.d.ts +1 -0
  256. package/lib/types/views/BoardMermaidImportDialog.d.ts +1 -0
  257. package/lib/types/views/BoardMindMapTemplateThumbnailIcon.d.ts +8 -0
  258. package/lib/types/views/BoardObjectListPanel.d.ts +1 -0
  259. package/lib/types/views/BoardSettingsMenu.d.ts +2 -0
  260. package/lib/types/views/BoardShapeFloatingToolbar.d.ts +16 -0
  261. package/lib/types/views/BoardShapePanel.d.ts +1 -0
  262. package/lib/types/views/BoardShapeTextEditorContainer.d.ts +24 -0
  263. package/lib/types/views/BoardShapeTextFloatToolbar.d.ts +1 -0
  264. package/lib/types/views/BoardShortcutHelpDrawer.d.ts +1 -0
  265. package/lib/types/views/BoardSwimlaneLaneRenamePopup.d.ts +6 -0
  266. package/lib/types/views/BoardTableSizePicker.d.ts +18 -0
  267. package/lib/types/views/BoardWorkbench.d.ts +1 -0
  268. package/lib/types/views/BoardZoomControls.d.ts +1 -0
  269. package/lib/types/views/board-floating-panel-layout.d.ts +33 -0
  270. package/lib/types/views/use-board-palette-pending-insert-drag.d.ts +9 -0
  271. package/lib/types/views/use-board-panel-outside-pointer-down.d.ts +5 -0
  272. package/lib/umd/index.js +1 -0
  273. package/lib/umd/locale/ar-SA.js +1 -0
  274. package/lib/umd/locale/ca-ES.js +1 -0
  275. package/lib/umd/locale/de-DE.js +1 -0
  276. package/lib/umd/locale/en-US.js +1 -0
  277. package/lib/umd/locale/es-ES.js +1 -0
  278. package/lib/umd/locale/fa-IR.js +1 -0
  279. package/lib/umd/locale/fr-FR.js +1 -0
  280. package/lib/umd/locale/id-ID.js +1 -0
  281. package/lib/umd/locale/it-IT.js +1 -0
  282. package/lib/umd/locale/ja-JP.js +1 -0
  283. package/lib/umd/locale/ko-KR.js +1 -0
  284. package/lib/umd/locale/pl-PL.js +1 -0
  285. package/lib/umd/locale/pt-BR.js +1 -0
  286. package/lib/umd/locale/ru-RU.js +1 -0
  287. package/lib/umd/locale/sk-SK.js +1 -0
  288. package/lib/umd/locale/vi-VN.js +1 -0
  289. package/lib/umd/locale/zh-CN.js +1 -0
  290. package/lib/umd/locale/zh-HK.js +1 -0
  291. package/lib/umd/locale/zh-TW.js +1 -0
  292. package/package.json +97 -0
@@ -0,0 +1 @@
1
+ const _0x425382=_0x7b8b;function _0x7b8b(_0x34b406,_0x445b71){_0x34b406=_0x34b406-0x15b;const _0x194099=_0x1940();let _0x7b8bd4=_0x194099[_0x34b406];return _0x7b8bd4;}function _0x1940(){const _0x51432b=['Bật\x20tự\x20co\x20giãn','Tạo\x20bản\x20sao','72wLBREu','Đường\x20đời\x20biên','Hủy','Nhóm','Di\x20chuyển\x20làn\x20lên\x20trước','Ngang','85DGkDRc','Đưa\x20lên\x20trên','Hình\x20trụ','Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x202','Trích\x20dẫn','Trình\x20điều\x20hướng','Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x201','Trang','Thực\x20thể\x20trường\x20khóa','Đường\x20đời\x20đĩa\x20từ','Đã\x20khóa','Mũi\x20tên\x20đầu\x20nguồn','Mũi\x20tên\x20khối','Trung\x20bình','Ghi\x20chú\x20dán','Sơ\x20đồ\x20đã\x20nhập','Thêm\x20làn','Preview\x20paused\x20because\x20this\x20diagram\x20contains\x20{0}\x20elements.\x20Click\x20Render\x20preview\x20to\x20load\x20it\x20manually.','Thu\x20nhỏ','Căn\x20trái','Sơ\x20đồ\x20tư\x20duy\x20ngang','Tam\x20giác\x20rỗng','Bể\x20bơi','Hình\x20thoi','Liên\x20kết','Sơ\x20đồ\x20tuần\x20tự','Tùy\x20chỉnh','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Sơ\x20đồ\x20trạng\x20thái','Tìm\x20kiếm','Di\x20chuyển\x20làn\x20tới\x20trước','Phóng\x20to','Tác\x20nhân','Mũi\x20tên\x20hai\x20chiều','1\x20:\x201','Chọn\x20hình','Hiện\x20thêm\x20hình','Chân\x20chim','Nhập','Nhóm\x20hình','Đường\x20đời\x20bộ\x20nhớ\x20truy\x20cập\x20trực\x20tiếp','Đổi\x20tên','4\x20:\x203','Thêm\x20mô\x20tả\x20cho\x20nút\x20này','Đường\x20đời\x20điều\x20khiển','Sơ\x20đồ\x20thành\x20phần','Thêm\x20làn\x20phía\x20dưới','Xanh\x20dương','Xóa\x20làn','Vùng\x20chứa\x20cha\x20vừa\x20với\x20nội\x20dung','Sơ\x20đồ\x20tuần\x20tự\x20UML','Dọc','Chỉnh\x20sửa\x20đường\x20cọ\x20vẽ','Tên\x20vùng\x20chứa','Không\x20có\x20kết\x20quả\x20trùng\x20khớp','Cài\x20đặt\x20đường','Kích\x20thước\x20tùy\x20chỉnh','Đổi\x20tên\x20vùng\x20chứa','Dong','Hình\x20thoi\x20rỗng','Chọn\x20nhóm\x20lớp\x20trên','Mũi\x20tên\x20hở\x20hai\x20đầu','Hình\x20bình\x20hành','10901sBqpHR','16\x20:\x209','Hiện\x20kích\x20thước','Chèn\x20văn\x20bản','Tên','Chế\x20độ\x20kéo','SmartArt','Mỏng','Chân\x20chim\x20có\x20thanh','Đặt\x20lại\x20tỉ\x20lệ','Đường\x20đời\x20tác\x20nhân','Dán\x20kiểu','Đường\x20biên','Đường\x20nối\x20hình\x20thoi\x20đặc','Sơ\x20đồ\x20tư\x20duy','Không\x20có\x20phần\x20tử\x20bảng\x20nào\x20có\x20thể\x20nhập\x20được\x20trả\x20về.','Hình\x20thoi\x20đặc','Độ\x20trong\x20suốt\x20{0}%','Bát\x20giác','Tiêu\x20chuẩn','Cây\x20bên\x20phải','Không\x20hoặc\x20nhiều','Phần\x20giữ\x20chỗ','Mũi\x20tên\x20đầu\x20đích','Một\x20hoặc\x20nhiều','Con\x20trỏ\x20cộng\x20tác\x20viên','Đã\x20ẩn','Danh\x20sách\x20đánh\x20số','Gạch\x20ngang','Mũi\x20tên\x20trái','Dòng\x20thời\x20gian\x20ngang','Cài\x20đặt\x20phông\x20chữ','Bút','Tất\x20cả','Thanh','Sao\x20chép','Đường\x20đời\x20đối\x20tượng','Đường\x20cong','Hiện\x20tất\x20cả','Thực\x20thể\x20kiểu\x20trường','21RYXnHH','Không\x20hoặc\x20một','Bắt\x20đầu','Sơ\x20đồ\x20tư\x20duy\x20hướng\x20trái','Sơ\x20đồ\x20luồng\x20dữ\x20liệu','454vrubVx','Đường\x20đứt\x20nét\x20(không\x20mũi\x20tên)','Dòng\x20thời\x20gian','Mục\x20làn','Tắt\x20tự\x20co\x20giãn','Giảm\x20cỡ\x20chữ','Đường\x20nối\x20lắp\x20ráp','Tắt\x20căn\x20chỉnh\x20đối\x20tượng','Dấu\x20ngoặc\x20nhọn\x20phải','Chọn\x20chính\x20xác','Căn\x20phải','Hình','Hoàn\x20tất','Đóng','Hình\x20phương\x20trình','Sắp\x20xếp','Chế\x20độ\x20xem','Bỏ\x20nhóm','Cổ\x20điển','Chủ\x20đề','Hình\x20cơ\x20bản','Mã\x20Mermaid\x20đang\x20trống.','Hiện','Định\x20vị','Tam\x20giác\x20đặc','Lớp\x20nổi','Đối\x20tượng','Lớp\x20canvas','Hoàn\x20tác','Lật\x20ngang','Đóng\x20phím\x20tắt','Màu\x20đường','Chú\x20thích\x20bo\x20góc','Chọn\x20sâu','Căn\x20giữa\x20theo\x20chiều\x20ngang','Thanh\x20trạng\x20thái','Bắc\x20cầu\x20đường','Mở\x20khóa','Thêm','Đưa\x20xuống\x20dưới\x20cùng','Tập\x20hợp','Render\x20preview','Lưới','Hình\x20ảnh','Co\x20giãn','Hình\x20tròn','Đưa\x20ra\x20khỏi\x20vùng\x20chứa','Đường','Phóng\x20to\x20100%','Mở\x20khóa\x20quan\x20hệ\x20thành\x20viên','Độ\x20dày\x20đường','Cài\x20đặt','Điều\x20khiển','Máy\x20chủ\x20không\x20trả\x20về\x20bản\x20nháp\x20bảng\x20hợp\x20lệ.','Cây\x20xen\x20kẽ','Phân\x20bố\x20theo\x20chiều\x20ngang','Dấu\x20cộng','Thêm\x20làn\x20bên\x20phải','Trạng\x20thái\x20cuối','Đường\x20nối\x20vuông\x20góc','Tài\x20nguyên','Sơ\x20đồ\x20tư\x20duy\x20dọc','Ngũ\x20giác','Căn\x20trên','Thanh\x20đôi','Vintage','Thực\x20thể','Hình\x20vuông\x20bo\x20góc','Di\x20chuyển\x20làn\x20ra\x20sau','Thực\x20thể\x20kiểu\x20trường\x20khóa','Căn\x20giữa\x20theo\x20chiều\x20dọc','Ẩn\x20con\x20trỏ\x20của\x20cộng\x20tác\x20viên','Sơ\x20đồ\x20cây','Chưa\x20có\x20đối\x20tượng','Đường\x20nối','Lật\x20dọc','Tìm\x20phần\x20tử\x20của\x20bảng','Hình\x20chữ\x20nhật','Chọn\x20nhiều\x20/\x20Bỏ\x20chọn','Chọn\x20các\x20hình\x20để\x20nhóm','Tên\x20làn','Số\x20cột','Số\x20hàng','Hộp\x20thành\x20phần','Thành\x20phần','DOM','Đơn\x20vị','282102zrEDqz','Chèn','Ẩn\x20/\x20Hiện\x20thanh\x20công\x20cụ','Chọn\x20tất\x20cả','Vùng\x20chứa','Thêm\x20văn\x20bản','1464280EINvsn','Hình\x20chữ\x20nhật\x20bo\x20góc','Dày','Đường\x20thẳng','Lưu','Đưa\x20xuống\x20dưới','Vùng\x20giới\x20hạn\x20trả\x20về\x20không\x20chứa\x20tất\x20cả\x20phần\x20tử;\x20vùng\x20xem\x20trước\x20đã\x20được\x20mở\x20rộng.','Xám','Xóa','Đưa\x20nội\x20dung\x20ra\x20ngoài\x20rồi\x20xóa\x20làn','Không','Chọn\x20nội\x20dung','Hoán\x20đổi\x20mũi\x20tên','Đưa\x20lên\x20trên\x20cùng','Mũi\x20tên','Đã\x20bỏ\x20qua\x20phần\x20tử\x20bảng\x20không\x20hợp\x20lệ:\x20{0}.','Nút\x20hành\x20động','Hình\x20thang','Hình\x20bầu\x20dục','Gạch\x20dưới','1701996pCrPtd','Phóng\x20to\x20vùng\x20chọn','Vào\x20toàn\x20màn\x20hình','Video','Công\x20cụ','Đường\x20đời\x20tập\x20hợp','Tên\x20đối\x20tượng','Mở\x20rộng','Xem\x20thêm','Chỉnh\x20sửa\x20đường\x20nét','Đang\x20chuyển\x20đổi\x20Mermaid...','Đang\x20chèn...','Ẩn\x20/\x20Hiện\x20Thêm\x20nhanh','4010ewIonc','180678oIkAgI','Hình\x20mũi\x20tên\x20vát','Đám\x20mây','Dán\x20mã\x20Mermaid\x20để\x20xem\x20trước','527706qloajV','Sơ\x20đồ\x20ER','Phóng\x20to\x20/\x20Thu\x20nhỏ','Bể\x20bơi\x20dọc','Vừa\x20với\x20nội\x20dung','Chân\x20chim\x20có\x20vòng','Thanh\x20kích\x20hoạt','Đường\x20thẳng\x20(không\x20mũi\x20tên)','Đảo\x20ngược\x20lựa\x20chọn','Sao\x20chép\x20dưới\x20dạng\x20hình\x20ảnh','Căn\x20giữa','Khóa','Bố\x20cục','Hàng\x20{0},\x20Cột\x20{1}','Hình\x20tròn\x20đặc','Bảng','Dữ\x20liệu','Không\x20thể\x20kết\x20xuất\x20phần\x20tử\x20trong\x20bản\x20xem\x20trước:\x20{0}.','Xóa\x20vùng\x20chứa','Thêm\x20nhanh','Cây\x20bên\x20trái','Đảo\x20chiều\x20mũi\x20tên','Giải\x20tán\x20vùng\x20chứa','Đặt\x20lại\x20màu','Mở\x20rộng\x20làn','Đường\x20vuông\x20góc','Chú\x20thích','Dấu\x20ngoặc\x20nhọn\x20trái','Đường\x20nối\x20hình\x20thoi\x20rỗng','Biểu\x20đồ','Tam\x20giác\x20vuông','Bọc\x20trong\x20vùng\x20chứa','Thêm\x20nút\x20con','Sơ\x20đồ\x20lớp','Khối\x20mũi\x20tên\x20phải','In\x20đậm','Cách\x20vẽ\x20sơ\x20đồ\x20bằng\x20Mermaid?','Thập\x20tự','Lưu\x20đồ','Đổi\x20tên\x20làn','Hiện\x20thanh\x20công\x20cụ','Mũi\x20tên\x20đặc','Văn\x20bản','Làm\x20lại','Dán','Giao\x20diện','Ngôi\x20sao\x20và\x20biểu\x20ngữ','Cộng','Chỉnh\x20sửa\x20nút\x20hiện\x20tại','Ẩn\x20tất\x20cả','Đường\x20nối\x20mũi\x20tên\x20đặc','Ngôi\x20sao','Chuyển\x20nội\x20dung\x20sang\x20làn\x20trước\x20rồi\x20xóa','Chấm\x20chấm','Thu\x20gọn'];_0x1940=function(){return _0x51432b;};return _0x1940();}(function(_0x575b5f,_0x35be47){const _0x4cab22=_0x7b8b,_0x17980f=_0x575b5f();while(!![]){try{const _0xd0bb92=parseInt(_0x4cab22(0x169))/0x1*(parseInt(_0x4cab22(0x225))/0x2)+parseInt(_0x4cab22(0x1c0))/0x3+-parseInt(_0x4cab22(0x1da))/0x4+-parseInt(_0x4cab22(0x22b))/0x5*(-parseInt(_0x4cab22(0x1e8))/0x6)+parseInt(_0x4cab22(0x164))/0x7*(parseInt(_0x4cab22(0x1c6))/0x8)+-parseInt(_0x4cab22(0x1ec))/0x9+-parseInt(_0x4cab22(0x1e7))/0xa*(parseInt(_0x4cab22(0x26a))/0xb);if(_0xd0bb92===_0x35be47)break;else _0x17980f['push'](_0x17980f['shift']());}catch(_0x2dfd72){_0x17980f['push'](_0x17980f['shift']());}}}(_0x1940,0x46c58));import{t as _0x5295db}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':_0x425382(0x198)},'contextMenu':{'container':{'rename':_0x425382(0x264),'fitToContent':_0x425382(0x1f0),'selectContents':_0x425382(0x1d1),'enableAutoResize':_0x425382(0x223),'disableAutoResize':_0x425382(0x16d),'lockMembership':'Khóa\x20quan\x20hệ\x20thành\x20viên','unlockMembership':_0x425382(0x19a),'disband':_0x425382(0x202),'delete':_0x425382(0x1fe)},'containerChild':{'moveOut':_0x425382(0x197),'selectParent':'Chọn\x20vùng\x20chứa\x20cha','fitParent':_0x425382(0x25c)},'swimlaneLane':{'add':_0x425382(0x23b),'addBelow':_0x425382(0x259),'addRight':_0x425382(0x1a2),'remove':_0x425382(0x25b),'removeAndMovePrevious':_0x425382(0x220),'removeAndPromote':_0x425382(0x1cf),'removeAndDeleteContent':'Xóa\x20nội\x20dung\x20và\x20làn','removeAndMoveNext':'Chuyển\x20nội\x20dung\x20sang\x20làn\x20sau\x20rồi\x20xóa','rename':_0x425382(0x213),'movePrevious':_0x425382(0x229),'moveNext':_0x425382(0x1ad),'expand':_0x425382(0x204),'collapse':'Thu\x20gọn\x20làn'}},'popup':{'containerName':_0x425382(0x260),'laneName':_0x425382(0x1b9),'cancel':'Hủy','rename':_0x425382(0x254)},'ink':{'finishEditing':_0x425382(0x175),'enterEditing':_0x425382(0x1e3)},'mindMap':{'description':'Mô\x20tả','descriptionPlaceholder':_0x425382(0x256),'saveDescription':_0x425382(0x1ca)},'panel':{'moreShapes':'Thêm\x20hình','more':_0x425382(0x1e2),'back':'Quay\x20lại','close':_0x425382(0x176),'stickyNote':'Ghi\x20chú\x20dán','lineColor':'Màu\x20đường','lineWidth':_0x425382(0x19b),'reverseMarkers':_0x425382(0x201),'searchShapes':'Tìm\x20hình','container':'Vùng\x20chứa','swimlane':_0x425382(0x241),'verticalSwimlane':_0x425382(0x1ef),'horizontalSwimlane':'Bể\x20bơi\x20ngang','vertical':_0x425382(0x25e),'horizontal':_0x425382(0x22a),'tableCustomSize':_0x425382(0x263),'tableRows':_0x425382(0x1bb),'tableColumns':_0x425382(0x1ba),'tableInsert':_0x425382(0x1c1),'customContainer':_0x425382(0x245),'containerRatio16By9':_0x425382(0x26b),'containerRatio4By3':_0x425382(0x255),'containerRatio1By1':_0x425382(0x24d),'containerA4':'A4','mindMapGroupMindMap':_0x425382(0x278),'mindMapGroupTree':_0x425382(0x1b1),'mindMapGroupTimeline':_0x425382(0x16b),'mindMapRight':'Sơ\x20đồ\x20tư\x20duy\x20hướng\x20phải','mindMapLeft':_0x425382(0x167),'mindMapHorizontal':_0x425382(0x23f),'mindMapVertical':_0x425382(0x1a6),'mindMapTreeRight':_0x425382(0x27e),'mindMapTreeLeft':_0x425382(0x200),'mindMapTreeAlternate':_0x425382(0x19f),'mindMapTimelineHorizontal':_0x425382(0x288),'mindMapTimelineVertical':'Dòng\x20thời\x20gian\x20dọc','mindMapNodeText':_0x425382(0x1c5)},'settings':{'collaboratorCursors':_0x425382(0x283),'find':_0x425382(0x248),'grid':_0x425382(0x193),'preciseSelection':_0x425382(0x172),'quickAdd':_0x425382(0x1ff),'theme':_0x425382(0x17c),'themeOption':'Chủ\x20đề\x20{0}','themePreviewStart':_0x425382(0x166),'themePreviewData':_0x425382(0x1fc),'undo':'Hoàn\x20tác','redo':_0x425382(0x217),'settings':_0x425382(0x19c),'objects':_0x425382(0x183),'findBoardElements':_0x425382(0x1b5),'noMatches':_0x425382(0x261),'showDimensions':_0x425382(0x26c),'showToolbar':_0x425382(0x214),'translateInto':'Dịch\x20sang','import':_0x425382(0x251),'export':'Xuất'},'objectListPanel':{'title':_0x425382(0x183),'empty':_0x425382(0x1b2),'showAll':_0x425382(0x162),'hideAll':_0x425382(0x21d),'moveForward':_0x425382(0x22c),'moveBackward':'Đưa\x20xuống\x20dưới','close':_0x425382(0x265),'nameInput':_0x425382(0x1e0),'hide':'Ẩn','show':_0x425382(0x17f),'lock':_0x425382(0x1f7),'unlock':_0x425382(0x18e),'details':'Chi\x20tiết','locate':_0x425382(0x180),'expand':_0x425382(0x1e1),'collapse':_0x425382(0x222),'dragToReorder':'Kéo\x20để\x20sắp\x20xếp\x20lại','search':'Tìm\x20đối\x20tượng','filterAll':_0x425382(0x15d),'filterHidden':_0x425382(0x284),'filterLocked':_0x425382(0x235),'sectionCanvas':_0x425382(0x184),'sectionFloating':_0x425382(0x182),'name':_0x425382(0x26e),'description':'Mô\x20tả','descriptionPlaceholder':'Thêm\x20mô\x20tả','noSelection':_0x425382(0x246),'elementTypes':{'object':'Đối\x20tượng','connector':_0x425382(0x1b3),'container':_0x425382(0x1c4),'group':_0x425382(0x228),'image':_0x425382(0x194),'chart':_0x425382(0x209),'page':_0x425382(0x232),'placeholder':_0x425382(0x280),'shape':_0x425382(0x174),'table':'Bảng','text':_0x425382(0x216),'smartArt':_0x425382(0x270),'video':_0x425382(0x1dd),'unit':_0x425382(0x1bf),'dom':_0x425382(0x1be)}},'find':{'lanePosition':'Làn\x20{0}','tableCellPosition':_0x425382(0x1f9),'elementTypes':{'connector':_0x425382(0x1b3),'container':'Vùng\x20chứa','group':'Nhóm','image':'Hình\x20ảnh','page':_0x425382(0x232),'placeholder':_0x425382(0x280),'shape':_0x425382(0x174),'table':_0x425382(0x1fb),'text':_0x425382(0x216)}},'themePresets':{'default':'Mặc\x20định','classic':_0x425382(0x17b),'vintage':_0x425382(0x1aa),'gray':_0x425382(0x1cd),'vibrant':'Sống\x20động','blue':_0x425382(0x25a)},'toolbar':{'resetColor':_0x425382(0x203),'shape':'Hình','text':_0x425382(0x216),'stickyNote':_0x425382(0x239),'line':_0x425382(0x1b3),'container':'Vùng\x20chứa','swimlane':_0x425382(0x241),'table':_0x425382(0x1fb),'chart':_0x425382(0x209),'pen':_0x425382(0x15c),'mindMap':'Sơ\x20đồ\x20tư\x20duy','resources':_0x425382(0x1a5),'image':_0x425382(0x194),'import':'Nhập','wrapInContainer':_0x425382(0x20b),'addSwimlaneLane':'Thêm\x20mục\x20làn','swimlaneMenu':_0x425382(0x241),'swimlaneLaneMenu':_0x425382(0x16c),'editBrushPath':_0x425382(0x25f),'arrange':_0x425382(0x178),'bringToFront':_0x425382(0x1d3),'bringForward':_0x425382(0x22c),'sendBackward':_0x425382(0x1cb),'sendToBack':_0x425382(0x190),'more':_0x425382(0x18f)},'mermaidImport':{'cancel':_0x425382(0x227),'containerName':'Tên\x20vùng\x20chứa','defaultContainerName':_0x425382(0x23a),'converting':_0x425382(0x1e4),'emptyPreview':_0x425382(0x1eb),'diagnostics':{'emptyDraft':_0x425382(0x279),'expandedBounds':_0x425382(0x1cc),'invalidElement':_0x425382(0x1d5),'renderElementFailed':_0x425382(0x1fd),'previewPaused':_0x425382(0x23c)},'errors':{'emptyCode':_0x425382(0x17e),'exchangeUnavailable':'Chưa\x20đăng\x20ký\x20máy\x20khách\x20Exchange.','insertFailed':'Không\x20thể\x20chèn\x20bản\x20nháp\x20bảng.','invalidDraft':_0x425382(0x19e)},'help':_0x425382(0x210),'insert':_0x425382(0x1c1),'renderPreview':_0x425382(0x192),'inserting':_0x425382(0x1e5),'types':{'classDiagram':_0x425382(0x20d),'erDiagram':_0x425382(0x1ed),'flowchart':_0x425382(0x212),'mindMap':'Sơ\x20đồ\x20tư\x20duy','sequenceDiagram':_0x425382(0x244),'stateDiagram':_0x425382(0x247)}},'shapePresets':{..._0x5295db,'roundedRectangle':_0x425382(0x1c7),'oval':_0x425382(0x1d8),'diamond':_0x425382(0x242),'rectangle':'Hình\x20chữ\x20nhật','circle':_0x425382(0x196),'cylinder':_0x425382(0x22d),'chevron':_0x425382(0x1e9),'rightArrowBlock':_0x425382(0x20e),'parallelogram':_0x425382(0x269),'trapezoid':_0x425382(0x1d7),'speechBubble':'Bong\x20bóng\x20thoại','roundedCallout':_0x425382(0x189),'rightTriangle':_0x425382(0x20a),'triangle':'Tam\x20giác','star':_0x425382(0x21f),'hexagon':'Lục\x20giác','pentagon':_0x425382(0x1a7),'octagon':_0x425382(0x27c),'leftArrow':_0x425382(0x287),'rightArrow':'Mũi\x20tên\x20phải','leftRightArrow':_0x425382(0x24c),'cloud':_0x425382(0x1ea),'leftBrace':_0x425382(0x207),'rightBrace':_0x425382(0x171),'plus':_0x425382(0x1a1),'actor':_0x425382(0x24b),'boundary':_0x425382(0x276),'control':_0x425382(0x19d),'entity':_0x425382(0x1ab),'collection':_0x425382(0x191),'dataFlowRoundedRectangle':'Hình\x20chữ\x20nhật\x20bo\x20góc','dataFlowCircle':'Hình\x20tròn','dataFlowRoundedSquare':_0x425382(0x1ac),'dataStorage1':_0x425382(0x231),'dataStorage2':_0x425382(0x22e),'dataStorage3':'Bộ\x20lưu\x20trữ\x20dữ\x20liệu\x203','lineNone':_0x425382(0x1f3),'lineDashedNone':_0x425382(0x16a),'lineOpenArrow':'Mũi\x20tên\x20hở','lineDoubleOpenArrow':_0x425382(0x268),'actorLifeline':_0x425382(0x274),'boundaryLifeline':_0x425382(0x226),'controlLifeline':_0x425382(0x257),'entityLifeline':'Đường\x20đời\x20thực\x20thể','collectionLifeline':_0x425382(0x1df),'objectLifeline':_0x425382(0x160),'magneticDiskLifeline':_0x425382(0x234),'directAccessStorageLifeline':_0x425382(0x253),'activationBar':_0x425382(0x1f2),'sequenceFragment':'Phân\x20đoạn\x20tuần\x20tự','sequenceAlternativeFragment':'Phân\x20đoạn\x20tuần\x20tự\x20thay\x20thế','umlClass':'Lớp','umlInterface':_0x425382(0x219),'umlInterfaceShape':'Giao\x20diện','umlClassifier':'Bộ\x20phân\x20loại','umlHollowDiamondConnector':_0x425382(0x208),'umlFilledDiamondConnector':_0x425382(0x277),'umlFilledArrowConnector':_0x425382(0x21e),'umlDashedOpenArrowConnector':'Đường\x20nối\x20mũi\x20tên\x20hở\x20đứt\x20nét','umlDashedFilledArrowConnector':'Đường\x20nối\x20mũi\x20tên\x20đặc\x20đứt\x20nét','erdEntity':'Thực\x20thể','erdKeyField':_0x425382(0x233),'erdFieldType':_0x425382(0x163),'erdFull':_0x425382(0x1ae),'initialState':'Trạng\x20thái\x20đầu','finalState':_0x425382(0x1a3),'stateBar':_0x425382(0x18c),'requiredInterface':'Giao\x20diện\x20yêu\x20cầu','assemblyConnector':_0x425382(0x16f),'providedInterface':'Giao\x20diện\x20cung\x20cấp','componentBox':_0x425382(0x1bc),'component':_0x425382(0x1bd)},'shapeCategories':{'basics':'Cơ\x20bản','basicShapes':{'rectangle':_0x425382(0x1b6),'basicShape':_0x425382(0x17d),'blockArrow':_0x425382(0x237),'equationShape':_0x425382(0x177),'flowchart':'Lưu\x20đồ','starAndBanner':_0x425382(0x21a),'callout':_0x425382(0x206),'actionButton':_0x425382(0x1d6),'other':'Khác'},'classDiagram':_0x425382(0x20d),'dataFlowDiagram':_0x425382(0x168),'line':_0x425382(0x198),'entityRelationshipDiagram':'Sơ\x20đồ\x20quan\x20hệ\x20thực\x20thể','umlCustomShapes':'Hình\x20UML\x20tùy\x20chỉnh','umlSequenceDiagram':_0x425382(0x25d),'statusDiagram':_0x425382(0x247),'componentDiagram':_0x425382(0x258)},'connector':{'toolbar':{'sourceMarker':_0x425382(0x236),'swapMarkers':_0x425382(0x1d2),'targetMarker':_0x425382(0x281),'lineColor':_0x425382(0x188),'lineWidth':'Độ\x20dày','opacityPercent':_0x425382(0x27b),'settings':_0x425382(0x262),'smoothElbow':_0x425382(0x205),'bridge':_0x425382(0x18d),'insertText':_0x425382(0x26d),'more':'Thêm'},'routing':{'straight':'Đường\x20thẳng','elbow':_0x425382(0x205),'polyline':'Đa\x20tuyến','curve':_0x425382(0x161)},'strokeWidth':{'thin':_0x425382(0x271),'regular':_0x425382(0x27d),'medium':_0x425382(0x238),'bold':_0x425382(0x1c8)},'dash':{'solid':'Liền\x20nét','dashed':'Đứt\x20nét','dotted':_0x425382(0x221),'dashDot':'Gạch\x20chấm'},'marker':{'none':_0x425382(0x1d0),'arrow':_0x425382(0x1d4),'filledArrow':_0x425382(0x215),'openArrow':'Mũi\x20tên\x20hở','triangle':'Tam\x20giác','filledTriangle':_0x425382(0x181),'hollowTriangle':_0x425382(0x240),'diamond':_0x425382(0x242),'hollowDiamond':_0x425382(0x266),'filledDiamond':_0x425382(0x27a),'circle':_0x425382(0x196),'filledCircle':_0x425382(0x1fa),'bar':_0x425382(0x15e),'doubleBar':_0x425382(0x1a9),'crowFoot':_0x425382(0x250),'crowsFoot':_0x425382(0x250),'barCrowsFoot':_0x425382(0x272),'circleCrowsFoot':_0x425382(0x1f1),'circleBar':'Vòng\x20kèm\x20thanh','x':'X','cross':_0x425382(0x211),'plus':_0x425382(0x21b),'zeroOrOne':_0x425382(0x165),'zeroOrMany':_0x425382(0x27f),'oneOrMany':_0x425382(0x282)}},'zoom':{'dragMode':_0x425382(0x26f),'fitContent':_0x425382(0x1f0),'zoomOut':_0x425382(0x23d),'resetZoom':_0x425382(0x273),'zoomIn':_0x425382(0x24a),'help':'Trợ\x20giúp'},'shortcutHelp':{'title':'Phím\x20tắt','close':_0x425382(0x187),'sections':{'tools':_0x425382(0x1de),'navigator':_0x425382(0x230),'view':_0x425382(0x179),'selection':_0x425382(0x24e),'editing':'Chỉnh\x20sửa\x20hình','grouping':_0x425382(0x252),'swimlane':_0x425382(0x241),'mindMap':'Sơ\x20đồ\x20tư\x20duy','layout':_0x425382(0x1f8),'font':_0x425382(0x15b)},'items':{'showMoreShapes':_0x425382(0x24f),'roundedRectangle':_0x425382(0x1c7),'rectangle':_0x425382(0x1b6),'oval':_0x425382(0x1d8),'diamond':_0x425382(0x242),'text':_0x425382(0x216),'elbowConnector':_0x425382(0x1a4),'line':_0x425382(0x1c9),'stickyNote':_0x425382(0x239),'search':_0x425382(0x248),'zoomWheel':'Phóng\x20to\x20/\x20Thu\x20nhỏ','zoomPinch':_0x425382(0x1ee),'zoomTo100':_0x425382(0x199),'zoomToSelection':_0x425382(0x1db),'zoomToFit':'Vừa\x20khung\x20vẽ','enterFullScreen':_0x425382(0x1dc),'exitFullScreen':'Thoát\x20toàn\x20màn\x20hình','selectShape':_0x425382(0x24e),'selectAll':_0x425382(0x1c3),'multipleSelect':_0x425382(0x1b7),'invertSelection':_0x425382(0x1f4),'preciseSelection':_0x425382(0x172),'deepSelect':_0x425382(0x18a),'editShape':'Chỉnh\x20sửa\x20hình','copy':_0x425382(0x15f),'copyAsImage':_0x425382(0x1f5),'paste':_0x425382(0x218),'cut':'Cắt','makeCopy':_0x425382(0x224),'scale':_0x425382(0x195),'copyStyle':'Sao\x20chép\x20kiểu','pasteStyle':_0x425382(0x275),'moveAxisLocked':'Di\x20chuyển\x20theo\x20chiều\x20ngang\x20/\x20dọc','flipHorizontal':_0x425382(0x186),'flipVertical':_0x425382(0x1b4),'undo':_0x425382(0x185),'redo':_0x425382(0x217),'toggleQuickAdd':_0x425382(0x1e6),'hideCollaboratorsCursors':_0x425382(0x1b0),'toggleToolbar':_0x425382(0x1c2),'delete':_0x425382(0x1ce),'group':_0x425382(0x228),'ungroup':_0x425382(0x17a),'selectUpperLayerGroups':_0x425382(0x267),'selectShapesToGroup':_0x425382(0x1b8),'swimlaneLaneRename':'Đổi\x20tên\x20làn','swimlaneLaneToggleCollapsed':'Thu\x20gọn\x20/\x20Mở\x20rộng\x20làn','swimlaneLaneMovePrevious':_0x425382(0x249),'swimlaneLaneMoveNext':_0x425382(0x1ad),'swimlaneLaneRemove':'Xóa\x20làn','addSiblingNode':'Thêm\x20nút\x20anh\x20chị\x20em','addChildNode':_0x425382(0x20c),'addParentNode':'Thêm\x20nút\x20cha','foldChildNodes':'Thu\x20gọn\x20/\x20Mở\x20rộng\x20nút\x20con','collapseAllNodes':'Thu\x20gọn\x20/\x20Mở\x20rộng\x20tất\x20cả\x20nút','addDescription':'Thêm\x20mô\x20tả','editCurrentNode':_0x425382(0x21c),'bringToFront':'Đưa\x20lên\x20trên\x20cùng','sendToBack':_0x425382(0x190),'alignLeft':_0x425382(0x23e),'alignRight':'Căn\x20phải','alignTop':_0x425382(0x1a8),'alignBottom':'Căn\x20dưới','alignMiddle':_0x425382(0x1af),'alignCenter':_0x425382(0x18b),'distributeHorizontally':_0x425382(0x1a0),'distributeVertically':'Phân\x20bố\x20theo\x20chiều\x20dọc','disableObjectAlignment':_0x425382(0x170),'increaseFontSize':'Tăng\x20cỡ\x20chữ','decreaseFontSize':_0x425382(0x16e),'bold':_0x425382(0x20f),'strikethrough':_0x425382(0x286),'italic':'In\x20nghiêng','underline':_0x425382(0x1d9),'link':_0x425382(0x243),'numberedList':_0x425382(0x285),'bulletedList':'Danh\x20sách\x20dấu\x20đầu\x20dòng','quote':_0x425382(0x22f),'alignTextLeft':_0x425382(0x23e),'alignTextRight':_0x425382(0x173),'alignTextCenter':_0x425382(0x1f6)}}}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x4278f=_0x4ccc;(function(_0x4edc62,_0x348f1e){const _0x522c89=_0x4ccc,_0x2f6bb0=_0x4edc62();while(!![]){try{const _0x573f3b=-parseInt(_0x522c89(0x1bf))/0x1+parseInt(_0x522c89(0x203))/0x2*(parseInt(_0x522c89(0x1cf))/0x3)+parseInt(_0x522c89(0x229))/0x4*(parseInt(_0x522c89(0x208))/0x5)+-parseInt(_0x522c89(0x242))/0x6*(parseInt(_0x522c89(0x284))/0x7)+parseInt(_0x522c89(0x1c3))/0x8+parseInt(_0x522c89(0x20f))/0x9+parseInt(_0x522c89(0x1bd))/0xa*(parseInt(_0x522c89(0x215))/0xb);if(_0x573f3b===_0x348f1e)break;else _0x2f6bb0['push'](_0x2f6bb0['shift']());}catch(_0xe89276){_0x2f6bb0['push'](_0x2f6bb0['shift']());}}}(_0x32f3,0x21cae));import{t as _0x2c578b}from'../shape-preset-labels-092BdVw3.js';function _0x32f3(){const _0x349eb1=['自定义','容器名称','水平居中','横向时间线','关闭快捷键','空心菱形','对象生命线','时序图','分类器','重命名泳道','思维导图','选择父容器','进入全屏','禁用对象对齐','向前移动泳道','复制样式','圆角矩形','重命名','翻译为','占位符','2ZCmCxs','锁定成员关系','取消组合','集合生命线','增大字号','170SbbIoC','圆角标注','项目符号列表','删除泳道','组合形状','右对齐','虚线(无箭头)','1226907exgsxb','泳道\x20{0}','直角折线','空心圆','实心箭头','折叠/展开子节点','3905NRrfZX','居中对齐','退出全屏','主题:{0}','16\x20:\x209','预览中渲染元素失败:{0}。','拖拽模式','透明度\x20{0}%','插入文字','右向思维导图','置于顶层','快速添加','暂无对象','向后移动泳道','左右树形图','键字段类型实体','收起泳道','数据存储\x201','基本形状','左大括号','12136UBxdfv','减小字号','三角形','备选组合片段','自定义大小','在右侧新增泳道项','显示尺寸','添加文本','垂直翻转','泳道名称','服务端没有返回有效的画板草稿。','显示工具栏','上移一层','垂直居中','删除泳道项','渲染预览','装配连接器','连接线','虚线实心箭头连接线','如何使用\x20Mermaid\x20绘制图表?','多段线','缩放到\x20100%','实体关系图','反向箭头','零或一','6KanNUb','UML\x20时序图','编辑当前节点','重置颜色','移动内容到上一泳道并删除','粘贴\x20Mermaid\x20代码后预览','删除容器','适应内容','编辑路径','无匹配结果','导入图表','流程图','水平/垂直移动','上下思维导图','初始状态','删除内容和泳道项','右箭头','在下方新增泳道项','4\x20:\x203','数据存储\x203','圆柱体','左右思维导图','实心菱形','未注册\x20Exchange\x20客户端。','搜索对象','实心圆','组合片段','全部显示','参与者','新增泳道','下移一层','三角箭头','双向开口箭头','查找画板元素','创建副本','右侧树形图','公式形状','零或多','右大括号','1\x20:\x201','第\x20{0}\x20行,第\x20{1}\x20列','边界生命线','关闭自动撑开','树形图','ER\x20图','实体生命线','选择要组合的形状','供给接口','多选/取消选择','左向思维导图','选择形状','移出内容并删除泳道项','SmartArt','连线设置','圆角正方形','右箭头块','精确选择','箭头总汇','组件图','搜索形状','协作者光标','星与旗帜','字段类型实体','底部对齐','正在插入...','该图表包含\x20{0}\x20个元素,已暂停自动预览。点击“渲染预览”后手动加载。','1144381Jgzpnc','编辑形状','状态图','折线连接线','重命名容器','圆圈乌鸦脚','左侧树形图','参与者生命线','1070SULodx','纵向时间线','52128QSAvGR','激活条','置于底层','解锁成员关系','594704tSowEF','选择一个对象以编辑详情','没有返回可导入的画板元素。','顶部对齐','开口箭头','垂直分布','一或多','插入画板草稿失败。','选择内容','父容器适应内容','隐藏协作者光标','水平泳道','6669qiGhyQ','删除线','空心菱形连接线','燕尾形','控制生命线','数据存储\x202','为当前节点添加描述','全部隐藏','键字段实体','添加描述','数据流图','水平翻转','终止状态','深度选择','八边形','更多形状','左箭头','时间线','新增子节点','圆圈横杠','放大/缩小','五边形','缩放到选区','空心三角','DOM','隐藏/显示工具栏','乌鸦脚','Mermaid\x20代码为空。','动作按钮','选择上层组合','左右箭头','连线宽度'];_0x32f3=function(){return _0x349eb1;};return _0x32f3();}const t={'boards-ui':{'line':{'title':'线条'},'contextMenu':{'container':{'rename':_0x4278f(0x1b9),'fitToContent':'适应内容','selectContents':_0x4278f(0x1cb),'enableAutoResize':'开启自动撑开','disableAutoResize':_0x4278f(0x26c),'lockMembership':_0x4278f(0x204),'unlockMembership':_0x4278f(0x1c2),'disband':'解散容器','delete':_0x4278f(0x248)},'containerChild':{'moveOut':'移出容器','selectParent':_0x4278f(0x1fa),'fitParent':_0x4278f(0x1cc)},'swimlaneLane':{'add':_0x4278f(0x25f),'addBelow':_0x4278f(0x253),'addRight':_0x4278f(0x22e),'remove':_0x4278f(0x237),'removeAndMovePrevious':_0x4278f(0x246),'removeAndPromote':_0x4278f(0x275),'removeAndDeleteContent':_0x4278f(0x251),'removeAndMoveNext':'移动内容到下一泳道并删除','rename':_0x4278f(0x1f8),'movePrevious':_0x4278f(0x1fd),'moveNext':_0x4278f(0x222),'expand':'展开泳道','collapse':_0x4278f(0x225)}},'popup':{'containerName':_0x4278f(0x1f0),'laneName':_0x4278f(0x232),'cancel':'取消','rename':_0x4278f(0x200)},'ink':{'finishEditing':'完成','enterEditing':_0x4278f(0x24a)},'mindMap':{'description':'描述','descriptionPlaceholder':_0x4278f(0x1d5),'saveDescription':'保存'},'panel':{'moreShapes':_0x4278f(0x1de),'more':'更多','back':'返回','close':'关闭','stickyNote':'便签','lineColor':'连线颜色','lineWidth':_0x4278f(0x1ee),'reverseMarkers':_0x4278f(0x240),'searchShapes':_0x4278f(0x27d),'container':'容器','swimlane':'泳道','verticalSwimlane':'垂直泳道','horizontalSwimlane':_0x4278f(0x1ce),'vertical':'垂直','horizontal':'水平','tableCustomSize':_0x4278f(0x22d),'tableRows':'行数','tableColumns':'列数','tableInsert':'插入','customContainer':_0x4278f(0x1ef),'containerRatio16By9':_0x4278f(0x219),'containerRatio4By3':_0x4278f(0x254),'containerRatio1By1':_0x4278f(0x269),'containerA4':'A4','mindMapGroupMindMap':_0x4278f(0x1f9),'mindMapGroupTree':_0x4278f(0x26d),'mindMapGroupTimeline':_0x4278f(0x1e0),'mindMapRight':_0x4278f(0x21e),'mindMapLeft':_0x4278f(0x273),'mindMapHorizontal':_0x4278f(0x257),'mindMapVertical':_0x4278f(0x24f),'mindMapTreeRight':_0x4278f(0x265),'mindMapTreeLeft':_0x4278f(0x1bb),'mindMapTreeAlternate':_0x4278f(0x223),'mindMapTimelineHorizontal':_0x4278f(0x1f2),'mindMapTimelineVertical':_0x4278f(0x1be),'mindMapNodeText':_0x4278f(0x230)},'settings':{'collaboratorCursors':_0x4278f(0x27e),'find':'查找','grid':'网格','preciseSelection':_0x4278f(0x27a),'quickAdd':_0x4278f(0x220),'theme':'主题','themeOption':_0x4278f(0x218),'themePreviewStart':'开始','themePreviewData':'数据','undo':'撤销','redo':'重做','settings':'设置','objects':'对象','findBoardElements':_0x4278f(0x263),'noMatches':_0x4278f(0x24b),'showDimensions':_0x4278f(0x22f),'showToolbar':_0x4278f(0x234),'translateInto':_0x4278f(0x201),'import':'导入','export':'导出'},'objectListPanel':{'title':'对象','empty':_0x4278f(0x221),'showAll':_0x4278f(0x25d),'hideAll':_0x4278f(0x1d6),'moveForward':_0x4278f(0x235),'moveBackward':_0x4278f(0x260),'close':'关闭','nameInput':'对象名称','hide':'隐藏','show':'显示','lock':'锁定','unlock':'解锁','details':'详情','locate':'定位','expand':'展开','collapse':'折叠','dragToReorder':'拖拽调整层级','search':_0x4278f(0x25a),'filterAll':'全部','filterHidden':'隐藏','filterLocked':'锁定','sectionCanvas':'画布层','sectionFloating':'浮动层','name':'名称','description':'描述','descriptionPlaceholder':_0x4278f(0x1d8),'noSelection':_0x4278f(0x1c4),'elementTypes':{'object':'对象','connector':'连接线','container':'容器','group':'组合','image':'图片','chart':'图表','page':'页面','placeholder':_0x4278f(0x202),'shape':'形状','table':'表格','text':'文本','smartArt':_0x4278f(0x276),'video':'视频','unit':'单元','dom':_0x4278f(0x1e7)}},'find':{'lanePosition':_0x4278f(0x210),'tableCellPosition':_0x4278f(0x26a),'elementTypes':{'connector':_0x4278f(0x23a),'container':'容器','group':'组合','image':'图片','page':'页面','placeholder':_0x4278f(0x202),'shape':'形状','table':'表格','text':'文本'}},'themePresets':{'default':'默认','classic':'经典','vintage':'复古','gray':'灰色','vibrant':'鲜明','blue':'蓝色'},'toolbar':{'resetColor':_0x4278f(0x245),'shape':'形状','text':'文本','stickyNote':'便签','line':_0x4278f(0x23a),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'画笔','mindMap':_0x4278f(0x1f9),'resources':'资源库','image':'图片','import':'导入','wrapInContainer':'包裹为容器','addSwimlaneLane':'新增泳道项','swimlaneMenu':'泳道','swimlaneLaneMenu':'泳道项','editBrushPath':'编辑画笔路径','arrange':'排列','bringToFront':_0x4278f(0x21f),'bringForward':'上移一层','sendBackward':_0x4278f(0x260),'sendToBack':_0x4278f(0x1c1),'more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x4278f(0x1f0),'defaultContainerName':_0x4278f(0x24c),'converting':'正在转换\x20Mermaid...','emptyPreview':_0x4278f(0x247),'diagnostics':{'emptyDraft':_0x4278f(0x1c5),'expandedBounds':'返回的边界没有包含所有元素,已扩展预览边界。','invalidElement':'已跳过无效的画板元素:{0}。','renderElementFailed':_0x4278f(0x21a),'previewPaused':_0x4278f(0x283)},'errors':{'emptyCode':_0x4278f(0x1ea),'exchangeUnavailable':_0x4278f(0x259),'insertFailed':_0x4278f(0x1ca),'invalidDraft':_0x4278f(0x233)},'help':_0x4278f(0x23c),'insert':'插入','renderPreview':_0x4278f(0x238),'inserting':_0x4278f(0x282),'types':{'classDiagram':'类图','erDiagram':_0x4278f(0x26e),'flowchart':_0x4278f(0x24d),'mindMap':_0x4278f(0x1f9),'sequenceDiagram':_0x4278f(0x1f6),'stateDiagram':_0x4278f(0x286)}},'shapePresets':{..._0x2c578b,'roundedRectangle':_0x4278f(0x1ff),'oval':'椭圆','diamond':'菱形','rectangle':'矩形','circle':'圆形','cylinder':_0x4278f(0x256),'chevron':_0x4278f(0x1d2),'rightArrowBlock':_0x4278f(0x279),'parallelogram':'平行四边形','trapezoid':'梯形','speechBubble':'对话气泡','roundedCallout':_0x4278f(0x209),'rightTriangle':'直角三角形','triangle':_0x4278f(0x22b),'star':'星形','hexagon':'六边形','pentagon':_0x4278f(0x1e4),'octagon':_0x4278f(0x1dd),'leftArrow':_0x4278f(0x1df),'rightArrow':_0x4278f(0x252),'leftRightArrow':_0x4278f(0x1ed),'cloud':'云朵','leftBrace':_0x4278f(0x228),'rightBrace':_0x4278f(0x268),'plus':'加号','actor':_0x4278f(0x25e),'boundary':'边界','control':'控制','entity':'实体','collection':'集合','dataFlowRoundedRectangle':_0x4278f(0x1ff),'dataFlowCircle':'圆形','dataFlowRoundedSquare':_0x4278f(0x278),'dataStorage1':_0x4278f(0x226),'dataStorage2':_0x4278f(0x1d4),'dataStorage3':_0x4278f(0x255),'lineNone':'直线(无箭头)','lineDashedNone':_0x4278f(0x20e),'lineOpenArrow':_0x4278f(0x1c7),'lineDoubleOpenArrow':_0x4278f(0x262),'actorLifeline':_0x4278f(0x1bc),'boundaryLifeline':_0x4278f(0x26b),'controlLifeline':_0x4278f(0x1d3),'entityLifeline':_0x4278f(0x26f),'collectionLifeline':_0x4278f(0x206),'objectLifeline':_0x4278f(0x1f5),'magneticDiskLifeline':'磁盘生命线','directAccessStorageLifeline':'直接访问存储生命线','activationBar':_0x4278f(0x1c0),'sequenceFragment':_0x4278f(0x25c),'sequenceAlternativeFragment':_0x4278f(0x22c),'umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':_0x4278f(0x1f7),'umlHollowDiamondConnector':_0x4278f(0x1d1),'umlFilledDiamondConnector':'实心菱形连接线','umlFilledArrowConnector':'实心箭头连接线','umlDashedOpenArrowConnector':'虚线开口箭头连接线','umlDashedFilledArrowConnector':_0x4278f(0x23b),'erdEntity':'实体','erdKeyField':_0x4278f(0x1d7),'erdFieldType':_0x4278f(0x280),'erdFull':_0x4278f(0x224),'initialState':_0x4278f(0x250),'finalState':_0x4278f(0x1db),'stateBar':'状态条','requiredInterface':'需求接口','assemblyConnector':_0x4278f(0x239),'providedInterface':_0x4278f(0x271),'componentBox':'组件框','component':'组件'},'shapeCategories':{'basics':'基础','basicShapes':{'rectangle':'矩形','basicShape':_0x4278f(0x227),'blockArrow':_0x4278f(0x27b),'equationShape':_0x4278f(0x266),'flowchart':_0x4278f(0x24d),'starAndBanner':_0x4278f(0x27f),'callout':'标注','actionButton':_0x4278f(0x1eb),'other':'其他'},'classDiagram':'类图','dataFlowDiagram':_0x4278f(0x1d9),'line':'线条','entityRelationshipDiagram':_0x4278f(0x23f),'umlCustomShapes':'UML\x20自定义形状','umlSequenceDiagram':_0x4278f(0x243),'statusDiagram':_0x4278f(0x286),'componentDiagram':_0x4278f(0x27c)},'connector':{'toolbar':{'sourceMarker':'源箭头','swapMarkers':'交换箭头','targetMarker':'目标箭头','lineColor':'连线颜色','lineWidth':'粗细','opacityPercent':_0x4278f(0x21c),'settings':_0x4278f(0x277),'smoothElbow':'折线','bridge':'跳线','insertText':_0x4278f(0x21d),'more':'更多'},'routing':{'straight':'直线','elbow':_0x4278f(0x211),'polyline':_0x4278f(0x23d),'curve':'曲线'},'strokeWidth':{'thin':'细','regular':'常规','medium':'中等','bold':'粗'},'dash':{'solid':'实线','dashed':'虚线','dotted':'点线','dashDot':'点划线'},'marker':{'none':'横线','arrow':'箭头','filledArrow':_0x4278f(0x213),'openArrow':'开口箭头','triangle':_0x4278f(0x261),'filledTriangle':'填充三角箭头','hollowTriangle':_0x4278f(0x1e6),'diamond':'菱形','hollowDiamond':_0x4278f(0x1f4),'filledDiamond':_0x4278f(0x258),'circle':_0x4278f(0x212),'filledCircle':_0x4278f(0x25b),'bar':'横杠','doubleBar':'双竖线','crowFoot':_0x4278f(0x1e9),'crowsFoot':_0x4278f(0x1e9),'barCrowsFoot':'横杠乌鸦脚','circleCrowsFoot':_0x4278f(0x1ba),'circleBar':_0x4278f(0x1e2),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x4278f(0x241),'zeroOrMany':_0x4278f(0x267),'oneOrMany':_0x4278f(0x1c9)}},'zoom':{'dragMode':_0x4278f(0x21b),'fitContent':_0x4278f(0x249),'zoomOut':'缩小','resetZoom':'重置缩放','zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':'快捷键','close':_0x4278f(0x1f3),'sections':{'tools':'工具','navigator':'导航','view':'视图','selection':'选择形状','editing':'编辑形状','grouping':_0x4278f(0x20c),'swimlane':'泳道','mindMap':_0x4278f(0x1f9),'layout':'布局','font':'字体设置'},'items':{'showMoreShapes':'显示更多形状','roundedRectangle':_0x4278f(0x1ff),'rectangle':'矩形','oval':'椭圆','diamond':'菱形','text':'文本','elbowConnector':_0x4278f(0x1b8),'line':'直线','stickyNote':'便签','search':'搜索','zoomWheel':_0x4278f(0x1e3),'zoomPinch':_0x4278f(0x1e3),'zoomTo100':_0x4278f(0x23e),'zoomToSelection':_0x4278f(0x1e5),'zoomToFit':'适应画布','enterFullScreen':_0x4278f(0x1fb),'exitFullScreen':_0x4278f(0x217),'selectShape':_0x4278f(0x274),'selectAll':'全选','multipleSelect':_0x4278f(0x272),'invertSelection':'反选','preciseSelection':_0x4278f(0x27a),'deepSelect':_0x4278f(0x1dc),'editShape':_0x4278f(0x285),'copy':'复制','copyAsImage':'复制为图片','paste':'粘贴','cut':'剪切','makeCopy':_0x4278f(0x264),'scale':'缩放','copyStyle':_0x4278f(0x1fe),'pasteStyle':'粘贴样式','moveAxisLocked':_0x4278f(0x24e),'flipHorizontal':_0x4278f(0x1da),'flipVertical':_0x4278f(0x231),'undo':'撤销','redo':'重做','toggleQuickAdd':'隐藏/显示快速添加','hideCollaboratorsCursors':_0x4278f(0x1cd),'toggleToolbar':_0x4278f(0x1e8),'delete':'删除','group':'组合','ungroup':_0x4278f(0x205),'selectUpperLayerGroups':_0x4278f(0x1ec),'selectShapesToGroup':_0x4278f(0x270),'swimlaneLaneRename':_0x4278f(0x1f8),'swimlaneLaneToggleCollapsed':'收起/展开泳道','swimlaneLaneMovePrevious':_0x4278f(0x1fd),'swimlaneLaneMoveNext':_0x4278f(0x222),'swimlaneLaneRemove':_0x4278f(0x20b),'addSiblingNode':'新增同级节点','addChildNode':_0x4278f(0x1e1),'addParentNode':'新增父节点','foldChildNodes':_0x4278f(0x214),'collapseAllNodes':'折叠/展开全部节点','addDescription':_0x4278f(0x1d8),'editCurrentNode':_0x4278f(0x244),'bringToFront':_0x4278f(0x21f),'sendToBack':_0x4278f(0x1c1),'alignLeft':'左对齐','alignRight':_0x4278f(0x20d),'alignTop':_0x4278f(0x1c6),'alignBottom':_0x4278f(0x281),'alignMiddle':_0x4278f(0x236),'alignCenter':_0x4278f(0x1f1),'distributeHorizontally':'水平分布','distributeVertically':_0x4278f(0x1c8),'disableObjectAlignment':_0x4278f(0x1fc),'increaseFontSize':_0x4278f(0x207),'decreaseFontSize':_0x4278f(0x22a),'bold':'加粗','strikethrough':_0x4278f(0x1d0),'italic':'斜体','underline':'下划线','link':'链接','numberedList':'编号列表','bulletedList':_0x4278f(0x20a),'quote':'引用','alignTextLeft':'左对齐','alignTextRight':_0x4278f(0x20d),'alignTextCenter':_0x4278f(0x216)}}}};function _0x4ccc(_0x2cde89,_0x10063a){_0x2cde89=_0x2cde89-0x1b8;const _0x32f3bb=_0x32f3();let _0x4ccc03=_0x32f3bb[_0x2cde89];return _0x4ccc03;}export{t as default};
@@ -0,0 +1 @@
1
+ const _0x5a45c9=_0x15d0;function _0x4fbf(){const _0x513acc=['協作者游標','靠右對齊','為目前節點新增描述','縱向時間軸','放大/缩小','左箭頭','編輯目前節點','基本形狀','水平分佈','縮放到選取範圍','空心三角','向前移動泳道','平行四邊形','資料儲存\x201','深度選擇','圓角正方形','浮動層','箭頭總匯','編輯路徑','反向選擇','正在插入...','翻譯為','上下心智圖','填滿三角箭頭','編號清單','键字段类型实体','置中對齊','未註冊\x20Exchange\x20用戶端。','渲染預覽','預留位置','右向心智圖','左右樹狀圖','右箭頭','資料儲存\x202','暫無物件','左大括號','三角形','ER\x20圖','右箭頭塊','圓圈橫槓','版面配置','減小字號','正在轉換\x20Mermaid...','來源箭頭','磁盘生命线','貼上\x20Mermaid\x20程式碼後預覽','目標箭頭','收合泳道','元件圖','对象生命线','垂直分佈','左右心智圖','取消組合','虛線(無箭頭)','狀態圖','参与者生命线','置於底層','開口箭頭','五邊形','父容器適應內容','編輯畫筆路徑','停用物件對齊','資料儲存\x203','虚线实心箭头连接线','32Hfstdw','顯示尺寸','狀態條','激活条','左向心智圖','顯示更多形狀','摺疊/展開子節點','精確選擇','關閉自動撐開','選擇形狀','該圖表包含\x20{0}\x20個元素,已暫停自動預覽。點擊「渲染預覽」後手動載入。','選取一個物件以編輯詳情','111741fQEPde','左側樹狀圖','連接線','一或多','26iXmcWq','实体生命线','刪除線','隱藏/顯示快速新增','雙豎線','空心菱形连接线','匯入圖表','实心箭头连接线','適應內容','已跳過無效的畫板元素:{0}。','開啟自動撐開','置於頂層','4\x20:\x203','130EeNBGj','空心菱形','時間軸','解鎖成員關係','快速新增','659115lcKWrH','刪除泳道','初始狀態','查找画板元素','重設顏色','7393476mdhNtj','元件框','透明度\x20{0}%','公式形狀','編輯形狀','參與者','右側樹狀圖','折线连接线','燕尾形','組裝連接器','資源庫','建立副本','泳道名稱','泳道项','自訂大小','重命名容器','實心圓','連線顏色','隱藏協作者游標','字型設定','新增同層節點','直線(無箭頭)','無符合結果','下移一層','反向箭頭','上移一層','重新命名泳道','需求介面','插入畫板草稿失敗。','實心菱形','移出容器','連線設定','星與旗幟','關閉快捷鍵','實體關係圖','分类器','全部顯示','垂直翻轉','靠下對齊','新增泳道','選擇要組合的形狀','進入全螢幕','增大字號','組合形狀','组合片段','键字段实体','八邊形','拖曳調整圖層','Mermaid\x20程式碼為空。','插入文字','流程圖','複製樣式','連線寬度','拖曳模式','多段線','顯示工具列','靠上對齊','圓圈鴉腳','展開泳道','自定义','新增描述','動作按鈕','重設縮放','畫布層','項目符號清單','退出全螢幕','零或多','思維導圖','新增子節點','水平/垂直移動','實心箭頭','零或一','選擇父容器','靠左對齊','直角折線','搜尋形狀','新增泳道項','直接访问存储生命线','垂直置中','新增文字','選擇上層組合','水平泳道','類別圖','重新命名','返回的邊界沒有包含所有元素,已擴展預覽邊界。','隱藏/顯示工具列','資料流程圖','圓角矩形','备选组合片段','沒有返回可匯入的畫板元素。','SmartArt','主題:{0}','虚线开口箭头连接线','1868280lNntnH','DOM','貼上樣式','預覽中渲染元素失敗:{0}。','在下方新增泳道項','圓角標註','直角三角形','刪除容器','心智圖','交換箭頭','適應畫布','橫槓鴉腳','921879ipbIyI','刪除內容和泳道項','包裹為容器','伺服器未返回有效的畫板草稿。','UML\x20自訂形狀','78542iHmRiU','水平置中','2435856mxSLWH'];_0x4fbf=function(){return _0x513acc;};return _0x4fbf();}(function(_0x3442cf,_0x3efcdd){const _0x55273e=_0x15d0,_0x1fbd07=_0x3442cf();while(!![]){try{const _0x129f92=parseInt(_0x55273e(0x1e9))/0x1*(parseInt(_0x55273e(0x23c))/0x2)+parseInt(_0x55273e(0x1eb))/0x3+parseInt(_0x55273e(0x22c))/0x4*(-parseInt(_0x55273e(0x24e))/0x5)+-parseInt(_0x55273e(0x253))/0x6+parseInt(_0x55273e(0x238))/0x7+-parseInt(_0x55273e(0x2b0))/0x8+-parseInt(_0x55273e(0x2bc))/0x9*(-parseInt(_0x55273e(0x249))/0xa);if(_0x129f92===_0x3efcdd)break;else _0x1fbd07['push'](_0x1fbd07['shift']());}catch(_0x3cb805){_0x1fbd07['push'](_0x1fbd07['shift']());}}}(_0x4fbf,0xa12e7));function _0x15d0(_0x4ea7e3,_0x554fd0){_0x4ea7e3=_0x4ea7e3-0x1e9;const _0x4fbf19=_0x4fbf();let _0x15d055=_0x4fbf19[_0x4ea7e3];return _0x15d055;}import{t as _0x4d529c}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x5a45c9(0x262),'fitToContent':'適應內容','selectContents':'選擇內容','enableAutoResize':_0x5a45c9(0x246),'disableAutoResize':_0x5a45c9(0x234),'lockMembership':'鎖定成員關係','unlockMembership':_0x5a45c9(0x24c),'disband':'解散容器','delete':_0x5a45c9(0x2b7)},'containerChild':{'moveOut':_0x5a45c9(0x271),'selectParent':_0x5a45c9(0x29b),'fitParent':_0x5a45c9(0x227)},'swimlaneLane':{'add':_0x5a45c9(0x27a),'addBelow':_0x5a45c9(0x2b4),'addRight':'在右側新增泳道項','remove':'刪除泳道項','removeAndMovePrevious':'移動內容到上一泳道並刪除','removeAndPromote':'移出內容並刪除泳道項','removeAndDeleteContent':_0x5a45c9(0x2bd),'removeAndMoveNext':'移動內容到下一泳道並刪除','rename':_0x5a45c9(0x26d),'movePrevious':'向前移動泳道','moveNext':'向後移動泳道','expand':_0x5a45c9(0x28d),'collapse':_0x5a45c9(0x21b)}},'popup':{'containerName':'容器名稱','laneName':_0x5a45c9(0x25f),'cancel':'取消','rename':_0x5a45c9(0x2a6)},'ink':{'finishEditing':'完成','enterEditing':_0x5a45c9(0x1fe)},'mindMap':{'description':'描述','descriptionPlaceholder':_0x5a45c9(0x1ee),'saveDescription':'儲存'},'panel':{'moreShapes':'更多形狀','more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':_0x5a45c9(0x264),'lineWidth':_0x5a45c9(0x287),'reverseMarkers':_0x5a45c9(0x26b),'searchShapes':_0x5a45c9(0x29e),'container':'容器','swimlane':'泳道','verticalSwimlane':'垂直泳道','horizontalSwimlane':_0x5a45c9(0x2a4),'vertical':'垂直','horizontal':'水平','tableCustomSize':_0x5a45c9(0x261),'tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':_0x5a45c9(0x28e),'containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x5a45c9(0x248),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x5a45c9(0x2b8),'mindMapGroupTree':'樹狀圖','mindMapGroupTimeline':_0x5a45c9(0x24b),'mindMapRight':_0x5a45c9(0x20a),'mindMapLeft':_0x5a45c9(0x230),'mindMapHorizontal':_0x5a45c9(0x21f),'mindMapVertical':_0x5a45c9(0x202),'mindMapTreeRight':_0x5a45c9(0x259),'mindMapTreeLeft':_0x5a45c9(0x239),'mindMapTreeAlternate':_0x5a45c9(0x20b),'mindMapTimelineHorizontal':'橫向時間軸','mindMapTimelineVertical':_0x5a45c9(0x1ef),'mindMapNodeText':_0x5a45c9(0x2a2)},'settings':{'collaboratorCursors':_0x5a45c9(0x1ec),'find':'尋找','grid':'網格','preciseSelection':_0x5a45c9(0x233),'quickAdd':_0x5a45c9(0x24d),'theme':'主題','themeOption':_0x5a45c9(0x2ae),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'设置','objects':'物件','findBoardElements':_0x5a45c9(0x251),'noMatches':_0x5a45c9(0x269),'showDimensions':_0x5a45c9(0x22d),'showToolbar':_0x5a45c9(0x28a),'translateInto':_0x5a45c9(0x201),'import':'匯入','export':'匯出'},'objectListPanel':{'title':'物件','empty':_0x5a45c9(0x20e),'showAll':_0x5a45c9(0x277),'hideAll':'全部隱藏','moveForward':_0x5a45c9(0x26c),'moveBackward':_0x5a45c9(0x26a),'close':'關閉','nameInput':'物件名稱','hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':_0x5a45c9(0x282),'search':'搜尋物件','filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':_0x5a45c9(0x292),'sectionFloating':_0x5a45c9(0x1fc),'name':'名稱','description':'描述','descriptionPlaceholder':_0x5a45c9(0x28f),'noSelection':_0x5a45c9(0x237),'elementTypes':{'object':'物件','connector':_0x5a45c9(0x23a),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x5a45c9(0x209),'shape':'形狀','table':'表格','text':'文字','smartArt':_0x5a45c9(0x2ad),'video':'影片','unit':'單元','dom':_0x5a45c9(0x2b1)}},'find':{'lanePosition':'泳道\x20{0}','tableCellPosition':'第\x20{0}\x20行,第\x20{1}\x20列','elementTypes':{'connector':_0x5a45c9(0x23a),'container':'容器','group':'組合','image':'圖片','page':'页面','placeholder':'佔位符','shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':_0x5a45c9(0x252),'shape':'形狀','text':'文字','stickyNote':'便條','line':'連接線','container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'畫筆','mindMap':_0x5a45c9(0x2b8),'resources':_0x5a45c9(0x25d),'image':'圖片','import':'匯入','wrapInContainer':_0x5a45c9(0x2be),'addSwimlaneLane':_0x5a45c9(0x29f),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x5a45c9(0x260),'editBrushPath':_0x5a45c9(0x228),'arrange':'排列','bringToFront':_0x5a45c9(0x247),'bringForward':_0x5a45c9(0x26c),'sendBackward':_0x5a45c9(0x26a),'sendToBack':'置於底層','more':'更多'},'mermaidImport':{'cancel':'取消','containerName':'容器名稱','defaultContainerName':_0x5a45c9(0x242),'converting':_0x5a45c9(0x216),'emptyPreview':_0x5a45c9(0x219),'diagnostics':{'emptyDraft':_0x5a45c9(0x2ac),'expandedBounds':_0x5a45c9(0x2a7),'invalidElement':_0x5a45c9(0x245),'renderElementFailed':_0x5a45c9(0x2b3),'previewPaused':_0x5a45c9(0x236)},'errors':{'emptyCode':_0x5a45c9(0x283),'exchangeUnavailable':_0x5a45c9(0x207),'insertFailed':_0x5a45c9(0x26f),'invalidDraft':_0x5a45c9(0x2bf)},'help':'如何使用\x20Mermaid\x20繪製圖表?','insert':'插入','renderPreview':_0x5a45c9(0x208),'inserting':_0x5a45c9(0x200),'types':{'classDiagram':_0x5a45c9(0x2a5),'erDiagram':_0x5a45c9(0x211),'flowchart':_0x5a45c9(0x285),'mindMap':_0x5a45c9(0x296),'sequenceDiagram':'時序圖','stateDiagram':_0x5a45c9(0x222)}},'shapePresets':{..._0x4d529c,'roundedRectangle':_0x5a45c9(0x2aa),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':'圓柱體','chevron':_0x5a45c9(0x25b),'rightArrowBlock':_0x5a45c9(0x212),'parallelogram':_0x5a45c9(0x1f8),'trapezoid':'梯形','speechBubble':'對話氣泡','roundedCallout':_0x5a45c9(0x2b5),'rightTriangle':_0x5a45c9(0x2b6),'triangle':_0x5a45c9(0x210),'star':'星形','hexagon':'六邊形','pentagon':_0x5a45c9(0x226),'octagon':_0x5a45c9(0x281),'leftArrow':_0x5a45c9(0x1f1),'rightArrow':_0x5a45c9(0x20c),'leftRightArrow':'左右箭頭','cloud':'雲朵','leftBrace':_0x5a45c9(0x20f),'rightBrace':'右大括號','plus':'加號','actor':_0x5a45c9(0x258),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x5a45c9(0x2aa),'dataFlowCircle':'圓形','dataFlowRoundedSquare':_0x5a45c9(0x1fb),'dataStorage1':_0x5a45c9(0x1f9),'dataStorage2':_0x5a45c9(0x20d),'dataStorage3':_0x5a45c9(0x22a),'lineNone':_0x5a45c9(0x268),'lineDashedNone':_0x5a45c9(0x221),'lineOpenArrow':_0x5a45c9(0x225),'lineDoubleOpenArrow':'雙向開口箭頭','actorLifeline':_0x5a45c9(0x223),'boundaryLifeline':'边界生命线','controlLifeline':'控制生命线','entityLifeline':_0x5a45c9(0x23d),'collectionLifeline':'集合生命线','objectLifeline':_0x5a45c9(0x21d),'magneticDiskLifeline':_0x5a45c9(0x218),'directAccessStorageLifeline':_0x5a45c9(0x2a0),'activationBar':_0x5a45c9(0x22f),'sequenceFragment':_0x5a45c9(0x27f),'sequenceAlternativeFragment':_0x5a45c9(0x2ab),'umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':_0x5a45c9(0x276),'umlHollowDiamondConnector':_0x5a45c9(0x241),'umlFilledDiamondConnector':'实心菱形连接线','umlFilledArrowConnector':_0x5a45c9(0x243),'umlDashedOpenArrowConnector':_0x5a45c9(0x2af),'umlDashedFilledArrowConnector':_0x5a45c9(0x22b),'erdEntity':'實體','erdKeyField':_0x5a45c9(0x280),'erdFieldType':'字段类型实体','erdFull':_0x5a45c9(0x205),'initialState':_0x5a45c9(0x250),'finalState':'終止狀態','stateBar':_0x5a45c9(0x22e),'requiredInterface':_0x5a45c9(0x26e),'assemblyConnector':_0x5a45c9(0x25c),'providedInterface':'提供介面','componentBox':_0x5a45c9(0x254),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x5a45c9(0x1f3),'blockArrow':_0x5a45c9(0x1fd),'equationShape':_0x5a45c9(0x256),'flowchart':_0x5a45c9(0x285),'starAndBanner':_0x5a45c9(0x273),'callout':'標註','actionButton':_0x5a45c9(0x290),'other':'其他'},'classDiagram':'類別圖','dataFlowDiagram':_0x5a45c9(0x2a9),'line':'線條','entityRelationshipDiagram':_0x5a45c9(0x275),'umlCustomShapes':_0x5a45c9(0x2c0),'umlSequenceDiagram':'UML\x20時序圖','statusDiagram':_0x5a45c9(0x222),'componentDiagram':_0x5a45c9(0x21c)},'connector':{'toolbar':{'sourceMarker':_0x5a45c9(0x217),'swapMarkers':_0x5a45c9(0x2b9),'targetMarker':_0x5a45c9(0x21a),'lineColor':_0x5a45c9(0x264),'lineWidth':'粗細','opacityPercent':_0x5a45c9(0x255),'settings':_0x5a45c9(0x272),'smoothElbow':'折線','bridge':'跳線','insertText':_0x5a45c9(0x284),'more':'更多'},'routing':{'straight':'直线','elbow':_0x5a45c9(0x29d),'polyline':_0x5a45c9(0x289),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':'點劃線'},'marker':{'none':'橫線','arrow':'箭头','filledArrow':_0x5a45c9(0x299),'openArrow':'開口箭頭','triangle':'三角箭頭','filledTriangle':_0x5a45c9(0x203),'hollowTriangle':_0x5a45c9(0x1f6),'diamond':'菱形','hollowDiamond':_0x5a45c9(0x24a),'filledDiamond':_0x5a45c9(0x270),'circle':'空心圓','filledCircle':_0x5a45c9(0x263),'bar':'橫槓','doubleBar':_0x5a45c9(0x240),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x5a45c9(0x2bb),'circleCrowsFoot':_0x5a45c9(0x28c),'circleBar':_0x5a45c9(0x213),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x5a45c9(0x29a),'zeroOrMany':_0x5a45c9(0x295),'oneOrMany':_0x5a45c9(0x23b)}},'zoom':{'dragMode':_0x5a45c9(0x288),'fitContent':_0x5a45c9(0x244),'zoomOut':'縮小','resetZoom':_0x5a45c9(0x291),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':'快捷鍵','close':_0x5a45c9(0x274),'sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x5a45c9(0x235),'editing':_0x5a45c9(0x257),'grouping':_0x5a45c9(0x27e),'swimlane':'泳道','mindMap':_0x5a45c9(0x2b8),'layout':_0x5a45c9(0x214),'font':_0x5a45c9(0x266)},'items':{'showMoreShapes':_0x5a45c9(0x231),'roundedRectangle':'圓角矩形','rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0x5a45c9(0x25a),'line':'直线','stickyNote':'便條','search':'搜尋','zoomWheel':_0x5a45c9(0x1f0),'zoomPinch':_0x5a45c9(0x1f0),'zoomTo100':'縮放到\x20100%','zoomToSelection':_0x5a45c9(0x1f5),'zoomToFit':_0x5a45c9(0x2ba),'enterFullScreen':_0x5a45c9(0x27c),'exitFullScreen':_0x5a45c9(0x294),'selectShape':'選擇形狀','selectAll':'全選','multipleSelect':'多選/取消選擇','invertSelection':_0x5a45c9(0x1ff),'preciseSelection':'精確選擇','deepSelect':_0x5a45c9(0x1fa),'editShape':_0x5a45c9(0x257),'copy':'複製','copyAsImage':'複製為圖片','paste':'貼上','cut':'剪下','makeCopy':_0x5a45c9(0x25e),'scale':'縮放','copyStyle':_0x5a45c9(0x286),'pasteStyle':_0x5a45c9(0x2b2),'moveAxisLocked':_0x5a45c9(0x298),'flipHorizontal':'水平翻轉','flipVertical':_0x5a45c9(0x278),'undo':'復原','redo':'重做','toggleQuickAdd':_0x5a45c9(0x23f),'hideCollaboratorsCursors':_0x5a45c9(0x265),'toggleToolbar':_0x5a45c9(0x2a8),'delete':'刪除','group':'組合','ungroup':_0x5a45c9(0x220),'selectUpperLayerGroups':_0x5a45c9(0x2a3),'selectShapesToGroup':_0x5a45c9(0x27b),'swimlaneLaneRename':_0x5a45c9(0x26d),'swimlaneLaneToggleCollapsed':'收合/展開泳道','swimlaneLaneMovePrevious':_0x5a45c9(0x1f7),'swimlaneLaneMoveNext':'向後移動泳道','swimlaneLaneRemove':_0x5a45c9(0x24f),'addSiblingNode':_0x5a45c9(0x267),'addChildNode':_0x5a45c9(0x297),'addParentNode':'新增父節點','foldChildNodes':_0x5a45c9(0x232),'collapseAllNodes':'摺疊/展開全部節點','addDescription':_0x5a45c9(0x28f),'editCurrentNode':_0x5a45c9(0x1f2),'bringToFront':_0x5a45c9(0x247),'sendToBack':_0x5a45c9(0x224),'alignLeft':_0x5a45c9(0x29c),'alignRight':_0x5a45c9(0x1ed),'alignTop':_0x5a45c9(0x28b),'alignBottom':_0x5a45c9(0x279),'alignMiddle':_0x5a45c9(0x2a1),'alignCenter':_0x5a45c9(0x1ea),'distributeHorizontally':_0x5a45c9(0x1f4),'distributeVertically':_0x5a45c9(0x21e),'disableObjectAlignment':_0x5a45c9(0x229),'increaseFontSize':_0x5a45c9(0x27d),'decreaseFontSize':_0x5a45c9(0x215),'bold':'粗體','strikethrough':_0x5a45c9(0x23e),'italic':'斜體','underline':'底線','link':'連結','numberedList':_0x5a45c9(0x204),'bulletedList':_0x5a45c9(0x293),'quote':'引用','alignTextLeft':_0x5a45c9(0x29c),'alignTextRight':_0x5a45c9(0x1ed),'alignTextCenter':_0x5a45c9(0x206)}}}};export{t as default};
@@ -0,0 +1 @@
1
+ function _0x54d7(){const _0x29db94=['資料流程圖','浮動層','搜尋物件','新增同層節點','右箭頭塊','參與者','键字段类型实体','移出容器','實心菱形','下移一層','顯示尺寸','點劃線','靠下對齊','此圖表包含\x20{0}\x20個元素,已暫停自動預覽。點擊「算繪預覽」後手動載入。','正在轉換\x20Mermaid...','在右側新增泳道項','靠右對齊','橫向時間軸','212msyJch','星與旗幟','開口箭頭','收合/展開泳道','字型設定','530YWJOCM','箭頭總匯','退出全螢幕','填滿三角箭頭','伺服器未回傳有效的白板草稿。','水平翻轉','預覽中算繪元素失敗:{0}。','選擇上層組合','泳道\x20{0}','刪除容器','返回的邊界沒有包含所有元素,已擴展預覽邊界。','預留位置','元件框','算繪預覽','实心菱形连接线','組裝連接器','直線(無箭頭)','選擇內容','空心圓','貼上\x20Mermaid\x20程式碼後預覽','資料儲存\x202','選擇要組合的形狀','選擇形狀','新增子節點','連線顏色','分类器','快速新增','類別圖','隱藏/顯示工具列','Mermaid\x20程式碼為空。','搜尋形狀','控制生命线','樹狀圖','解鎖成員關係','三角箭頭','顯示工具列','置於頂層','版面配置','關閉快捷鍵','複製為圖片','增大字號','重新命名','全部隱藏','垂直置中','父容器適應內容','右向心智圖','2335564yPxtXO','空心三角','快捷鍵','適應內容','垂直翻轉','來源箭頭','移出內容並刪除泳道項','圓圈鴉腳','直角折線','未註冊\x20Exchange\x20用戶端。','深度選擇','泳道名稱','刪除內容和泳道項','水平分佈','零或多','已跳過無效的白板元素:{0}。','对象生命线','橫槓鴉腳','垂直分佈','適應畫布','進入全螢幕','停用物件對齊','畫布層','資料儲存\x203','精確選擇','連線寬度','字段类型实体','激活条','正在插入...','6084oWssPw','水平/垂直移動','終止狀態','更多形狀','刪除線','靠上對齊','元件圖','2972334wwuZXF','重命名容器','圓圈橫槓','在下方新增泳道項','水平置中','移動內容到上一泳道並刪除','資源庫','新增父節點','暫無物件','圓柱體','燕尾形','編輯路徑','如何使用\x20Mermaid\x20繪製圖表?','八邊形','容器名稱','UML\x20自訂形狀','查找画板元素','雙豎線','ER\x20圖','刪除泳道項','实心箭头连接线','新增泳道','鎖定成員關係','組合形狀','關閉自動撐開','縱向時間軸','開啟自動撐開','貼上樣式','多段線','第\x20{0}\x20行,第\x20{1}\x20列','上下心智圖','提供介面','全部顯示','空心菱形连接线','左右樹狀圖','透明度\x20{0}%','向前移動泳道','实体生命线','主題:{0}','展開泳道','時間軸','狀態圖','水平泳道','為目前節點新增描述','複製樣式','隱藏協作者游標','2927740FbwijY','平行四邊形','流程圖','向後移動泳道','新增文字','圓角標註','物件名稱','刪除泳道','42616zOYohO','10284dKedUk','初始狀態','圓角矩形','重設縮放','上移一層','重新命名泳道','編輯目前節點','右大括號','三角形','置於底層','連接線','零或一','雙向開口箭頭','1323jsdYPl','参与者生命线','折线连接线','2342332HYyQog','置中對齊','垂直泳道','取消組合','左右心智圖','公式形狀','減小字號','縮放到選取範圍','泳道项','編輯形狀','六邊形','翻譯為','放大/缩小','沒有返回可匯入的白板元素。','編輯畫筆路徑','左右箭頭','磁盘生命线','插入文字','選擇父容器','實心箭頭','左箭頭','插入白板草稿失敗。','資料儲存\x201','狀態列','隱藏/顯示快速新增','虚线实心箭头连接线','直角三角形','新增泳道項','直接访问存储生命线','左向心智圖','反向箭頭','對話氣泡','移動內容到下一泳道並刪除','虛線(無箭頭)','顯示更多形狀','心智圖','备选组合片段'];_0x54d7=function(){return _0x29db94;};return _0x54d7();}function _0x4c91(_0x27457e,_0x545dae){_0x27457e=_0x27457e-0x1b0;const _0x54d775=_0x54d7();let _0x4c91ed=_0x54d775[_0x27457e];return _0x4c91ed;}const _0x4f8c91=_0x4c91;(function(_0x38aaca,_0x4746dd){const _0x1c964e=_0x4c91,_0x52d000=_0x38aaca();while(!![]){try{const _0x37fd7e=-parseInt(_0x1c964e(0x1c5))/0x1*(parseInt(_0x1c964e(0x215))/0x2)+parseInt(_0x1c964e(0x21c))/0x3+parseInt(_0x1c964e(0x263))/0x4+-parseInt(_0x1c964e(0x1ca))/0x5*(parseInt(_0x1c964e(0x253))/0x6)+parseInt(_0x1c964e(0x1f8))/0x7+parseInt(_0x1c964e(0x252))/0x8*(-parseInt(_0x1c964e(0x260))/0x9)+parseInt(_0x1c964e(0x24a))/0xa;if(_0x37fd7e===_0x4746dd)break;else _0x52d000['push'](_0x52d000['shift']());}catch(_0x3dac6c){_0x52d000['push'](_0x52d000['shift']());}}}(_0x54d7,0x90cea));import{t as _0x45788b}from'../shape-preset-labels-092BdVw3.js';const t={'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x4f8c91(0x21d),'fitToContent':_0x4f8c91(0x1fb),'selectContents':_0x4f8c91(0x1db),'enableAutoResize':_0x4f8c91(0x236),'disableAutoResize':_0x4f8c91(0x234),'lockMembership':_0x4f8c91(0x232),'unlockMembership':_0x4f8c91(0x1eb),'disband':'解散容器','delete':_0x4f8c91(0x1d3)},'containerChild':{'moveOut':_0x4f8c91(0x1ba),'selectParent':_0x4f8c91(0x275),'fitParent':_0x4f8c91(0x1f6)},'swimlaneLane':{'add':_0x4f8c91(0x231),'addBelow':_0x4f8c91(0x21f),'addRight':_0x4f8c91(0x1c2),'remove':_0x4f8c91(0x22f),'removeAndMovePrevious':_0x4f8c91(0x221),'removeAndPromote':_0x4f8c91(0x1fe),'removeAndDeleteContent':_0x4f8c91(0x204),'removeAndMoveNext':_0x4f8c91(0x283),'rename':_0x4f8c91(0x258),'movePrevious':_0x4f8c91(0x240),'moveNext':_0x4f8c91(0x24d),'expand':_0x4f8c91(0x243),'collapse':'收合泳道'}},'popup':{'containerName':_0x4f8c91(0x22a),'laneName':_0x4f8c91(0x203),'cancel':'取消','rename':_0x4f8c91(0x1f3)},'ink':{'finishEditing':'完成','enterEditing':_0x4f8c91(0x227)},'mindMap':{'description':'描述','descriptionPlaceholder':_0x4f8c91(0x247),'saveDescription':'儲存'},'panel':{'moreShapes':_0x4f8c91(0x218),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':_0x4f8c91(0x1e2),'lineWidth':_0x4f8c91(0x211),'reverseMarkers':_0x4f8c91(0x281),'searchShapes':_0x4f8c91(0x1e8),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x4f8c91(0x265),'horizontalSwimlane':_0x4f8c91(0x246),'vertical':'垂直','horizontal':'水平','tableCustomSize':'自訂大小','tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自定义','containerRatio16By9':'16\x20:\x209','containerRatio4By3':'4\x20:\x203','containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x4f8c91(0x1b1),'mindMapGroupTree':_0x4f8c91(0x1ea),'mindMapGroupTimeline':_0x4f8c91(0x244),'mindMapRight':_0x4f8c91(0x1f7),'mindMapLeft':_0x4f8c91(0x280),'mindMapHorizontal':_0x4f8c91(0x267),'mindMapVertical':_0x4f8c91(0x23a),'mindMapTreeRight':'右側樹狀圖','mindMapTreeLeft':'左側樹狀圖','mindMapTreeAlternate':_0x4f8c91(0x23e),'mindMapTimelineHorizontal':_0x4f8c91(0x1c4),'mindMapTimelineVertical':_0x4f8c91(0x235),'mindMapNodeText':_0x4f8c91(0x24e)},'settings':{'collaboratorCursors':'協作者游標','find':'尋找','grid':'網格','preciseSelection':_0x4f8c91(0x210),'quickAdd':_0x4f8c91(0x1e4),'theme':'主題','themeOption':_0x4f8c91(0x242),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'设置','objects':'物件','findBoardElements':_0x4f8c91(0x22c),'noMatches':'無符合結果','showDimensions':_0x4f8c91(0x1bd),'showToolbar':_0x4f8c91(0x1ed),'translateInto':_0x4f8c91(0x26e),'import':'匯入','export':'匯出'},'objectListPanel':{'title':'物件','empty':_0x4f8c91(0x224),'showAll':_0x4f8c91(0x23c),'hideAll':_0x4f8c91(0x1f4),'moveForward':_0x4f8c91(0x257),'moveBackward':_0x4f8c91(0x1bc),'close':'關閉','nameInput':_0x4f8c91(0x250),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':'拖曳調整圖層','search':_0x4f8c91(0x1b5),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':_0x4f8c91(0x20e),'sectionFloating':_0x4f8c91(0x1b4),'name':'名稱','description':'描述','descriptionPlaceholder':'新增描述','noSelection':'選取一個物件以編輯詳情','elementTypes':{'object':'物件','connector':_0x4f8c91(0x25d),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x4f8c91(0x1d5),'shape':'形狀','table':'表格','text':'文字','smartArt':'SmartArt','video':'影片','unit':'單元','dom':'DOM'}},'find':{'lanePosition':_0x4f8c91(0x1d2),'tableCellPosition':_0x4f8c91(0x239),'elementTypes':{'connector':'連接線','container':'容器','group':'組合','image':'圖片','page':'页面','placeholder':'佔位符','shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':'重設顏色','shape':'形狀','text':'文字','stickyNote':'便條','line':_0x4f8c91(0x25d),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'畫筆','mindMap':_0x4f8c91(0x1b1),'resources':_0x4f8c91(0x222),'image':'圖片','import':'匯入','wrapInContainer':'包裹為容器','addSwimlaneLane':_0x4f8c91(0x27e),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x4f8c91(0x26b),'editBrushPath':_0x4f8c91(0x271),'arrange':'排列','bringToFront':_0x4f8c91(0x1ee),'bringForward':'上移一層','sendBackward':_0x4f8c91(0x1bc),'sendToBack':'置於底層','more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x4f8c91(0x22a),'defaultContainerName':'匯入圖表','converting':_0x4f8c91(0x1c1),'emptyPreview':_0x4f8c91(0x1dd),'diagnostics':{'emptyDraft':_0x4f8c91(0x270),'expandedBounds':_0x4f8c91(0x1d4),'invalidElement':_0x4f8c91(0x207),'renderElementFailed':_0x4f8c91(0x1d0),'previewPaused':_0x4f8c91(0x1c0)},'errors':{'emptyCode':_0x4f8c91(0x1e7),'exchangeUnavailable':_0x4f8c91(0x201),'insertFailed':_0x4f8c91(0x278),'invalidDraft':_0x4f8c91(0x1ce)},'help':_0x4f8c91(0x228),'insert':'插入','renderPreview':_0x4f8c91(0x1d7),'inserting':_0x4f8c91(0x214),'types':{'classDiagram':_0x4f8c91(0x1e5),'erDiagram':_0x4f8c91(0x22e),'flowchart':_0x4f8c91(0x24c),'mindMap':_0x4f8c91(0x1b1),'sequenceDiagram':'時序圖','stateDiagram':'狀態圖'}},'shapePresets':{..._0x45788b,'roundedRectangle':_0x4f8c91(0x255),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x4f8c91(0x225),'chevron':_0x4f8c91(0x226),'rightArrowBlock':_0x4f8c91(0x1b7),'parallelogram':_0x4f8c91(0x24b),'trapezoid':'梯形','speechBubble':_0x4f8c91(0x282),'roundedCallout':_0x4f8c91(0x24f),'rightTriangle':_0x4f8c91(0x27d),'triangle':_0x4f8c91(0x25b),'star':'星形','hexagon':_0x4f8c91(0x26d),'pentagon':'五邊形','octagon':_0x4f8c91(0x229),'leftArrow':_0x4f8c91(0x277),'rightArrow':'右箭頭','leftRightArrow':_0x4f8c91(0x272),'cloud':'雲朵','leftBrace':'左大括號','rightBrace':_0x4f8c91(0x25a),'plus':'加號','actor':_0x4f8c91(0x1b8),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x4f8c91(0x255),'dataFlowCircle':'圓形','dataFlowRoundedSquare':'圓角正方形','dataStorage1':_0x4f8c91(0x279),'dataStorage2':_0x4f8c91(0x1de),'dataStorage3':_0x4f8c91(0x20f),'lineNone':_0x4f8c91(0x1da),'lineDashedNone':_0x4f8c91(0x284),'lineOpenArrow':_0x4f8c91(0x1c7),'lineDoubleOpenArrow':_0x4f8c91(0x25f),'actorLifeline':_0x4f8c91(0x261),'boundaryLifeline':'边界生命线','controlLifeline':_0x4f8c91(0x1e9),'entityLifeline':_0x4f8c91(0x241),'collectionLifeline':'集合生命线','objectLifeline':_0x4f8c91(0x208),'magneticDiskLifeline':_0x4f8c91(0x273),'directAccessStorageLifeline':_0x4f8c91(0x27f),'activationBar':_0x4f8c91(0x213),'sequenceFragment':'组合片段','sequenceAlternativeFragment':_0x4f8c91(0x1b2),'umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':_0x4f8c91(0x1e3),'umlHollowDiamondConnector':_0x4f8c91(0x23d),'umlFilledDiamondConnector':_0x4f8c91(0x1d8),'umlFilledArrowConnector':_0x4f8c91(0x230),'umlDashedOpenArrowConnector':'虚线开口箭头连接线','umlDashedFilledArrowConnector':_0x4f8c91(0x27c),'erdEntity':'實體','erdKeyField':'键字段实体','erdFieldType':_0x4f8c91(0x212),'erdFull':_0x4f8c91(0x1b9),'initialState':_0x4f8c91(0x254),'finalState':_0x4f8c91(0x217),'stateBar':_0x4f8c91(0x27a),'requiredInterface':'需求介面','assemblyConnector':_0x4f8c91(0x1d9),'providedInterface':_0x4f8c91(0x23b),'componentBox':_0x4f8c91(0x1d6),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x4f8c91(0x1cb),'equationShape':_0x4f8c91(0x268),'flowchart':'流程圖','starAndBanner':_0x4f8c91(0x1c6),'callout':'標註','actionButton':'動作按鈕','other':'其他'},'classDiagram':'類別圖','dataFlowDiagram':_0x4f8c91(0x1b3),'line':'線條','entityRelationshipDiagram':'實體關係圖','umlCustomShapes':_0x4f8c91(0x22b),'umlSequenceDiagram':'UML\x20時序圖','statusDiagram':_0x4f8c91(0x245),'componentDiagram':_0x4f8c91(0x21b)},'connector':{'toolbar':{'sourceMarker':_0x4f8c91(0x1fd),'swapMarkers':'交換箭頭','targetMarker':'目標箭頭','lineColor':_0x4f8c91(0x1e2),'lineWidth':'粗細','opacityPercent':_0x4f8c91(0x23f),'settings':'連線設定','smoothElbow':'折線','bridge':'跳線','insertText':_0x4f8c91(0x274),'more':'更多'},'routing':{'straight':'直线','elbow':_0x4f8c91(0x200),'polyline':_0x4f8c91(0x238),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x4f8c91(0x1be)},'marker':{'none':'橫線','arrow':'箭头','filledArrow':_0x4f8c91(0x276),'openArrow':'開口箭頭','triangle':_0x4f8c91(0x1ec),'filledTriangle':_0x4f8c91(0x1cd),'hollowTriangle':_0x4f8c91(0x1f9),'diamond':'菱形','hollowDiamond':'空心菱形','filledDiamond':_0x4f8c91(0x1bb),'circle':_0x4f8c91(0x1dc),'filledCircle':'實心圓','bar':'橫槓','doubleBar':_0x4f8c91(0x22d),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x4f8c91(0x209),'circleCrowsFoot':_0x4f8c91(0x1ff),'circleBar':_0x4f8c91(0x21e),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x4f8c91(0x25e),'zeroOrMany':_0x4f8c91(0x206),'oneOrMany':'一或多'}},'zoom':{'dragMode':'拖曳模式','fitContent':'適應內容','zoomOut':'縮小','resetZoom':_0x4f8c91(0x256),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':_0x4f8c91(0x1fa),'close':_0x4f8c91(0x1f0),'sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x4f8c91(0x1e0),'editing':'編輯形狀','grouping':_0x4f8c91(0x233),'swimlane':'泳道','mindMap':'心智圖','layout':_0x4f8c91(0x1ef),'font':_0x4f8c91(0x1c9)},'items':{'showMoreShapes':_0x4f8c91(0x1b0),'roundedRectangle':_0x4f8c91(0x255),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0x4f8c91(0x262),'line':'直线','stickyNote':'便條','search':'搜尋','zoomWheel':_0x4f8c91(0x26f),'zoomPinch':_0x4f8c91(0x26f),'zoomTo100':'縮放到\x20100%','zoomToSelection':_0x4f8c91(0x26a),'zoomToFit':_0x4f8c91(0x20b),'enterFullScreen':_0x4f8c91(0x20c),'exitFullScreen':_0x4f8c91(0x1cc),'selectShape':_0x4f8c91(0x1e0),'selectAll':'全選','multipleSelect':'多選/取消選擇','invertSelection':'反向選擇','preciseSelection':_0x4f8c91(0x210),'deepSelect':_0x4f8c91(0x202),'editShape':_0x4f8c91(0x26c),'copy':'複製','copyAsImage':_0x4f8c91(0x1f1),'paste':'貼上','cut':'剪下','makeCopy':'建立副本','scale':'縮放','copyStyle':_0x4f8c91(0x248),'pasteStyle':_0x4f8c91(0x237),'moveAxisLocked':_0x4f8c91(0x216),'flipHorizontal':_0x4f8c91(0x1cf),'flipVertical':_0x4f8c91(0x1fc),'undo':'復原','redo':'重做','toggleQuickAdd':_0x4f8c91(0x27b),'hideCollaboratorsCursors':_0x4f8c91(0x249),'toggleToolbar':_0x4f8c91(0x1e6),'delete':'刪除','group':'組合','ungroup':_0x4f8c91(0x266),'selectUpperLayerGroups':_0x4f8c91(0x1d1),'selectShapesToGroup':_0x4f8c91(0x1df),'swimlaneLaneRename':_0x4f8c91(0x258),'swimlaneLaneToggleCollapsed':_0x4f8c91(0x1c8),'swimlaneLaneMovePrevious':_0x4f8c91(0x240),'swimlaneLaneMoveNext':_0x4f8c91(0x24d),'swimlaneLaneRemove':_0x4f8c91(0x251),'addSiblingNode':_0x4f8c91(0x1b6),'addChildNode':_0x4f8c91(0x1e1),'addParentNode':_0x4f8c91(0x223),'foldChildNodes':'摺疊/展開子節點','collapseAllNodes':'摺疊/展開全部節點','addDescription':'新增描述','editCurrentNode':_0x4f8c91(0x259),'bringToFront':_0x4f8c91(0x1ee),'sendToBack':_0x4f8c91(0x25c),'alignLeft':'靠左對齊','alignRight':_0x4f8c91(0x1c3),'alignTop':_0x4f8c91(0x21a),'alignBottom':_0x4f8c91(0x1bf),'alignMiddle':_0x4f8c91(0x1f5),'alignCenter':_0x4f8c91(0x220),'distributeHorizontally':_0x4f8c91(0x205),'distributeVertically':_0x4f8c91(0x20a),'disableObjectAlignment':_0x4f8c91(0x20d),'increaseFontSize':_0x4f8c91(0x1f2),'decreaseFontSize':_0x4f8c91(0x269),'bold':'粗體','strikethrough':_0x4f8c91(0x219),'italic':'斜體','underline':'底線','link':'連結','numberedList':'編號清單','bulletedList':'項目符號清單','quote':'引用','alignTextLeft':'靠左對齊','alignTextRight':_0x4f8c91(0x1c3),'alignTextCenter':_0x4f8c91(0x264)}}}};export{t as default};
@@ -0,0 +1 @@
1
+ const _0x37e6e4=_0x4c56;(function(_0x2aacbc,_0x1c8d58){const _0x62da4b=_0x4c56,_0x213a5f=_0x2aacbc();while(!![]){try{const _0x14cde9=parseInt(_0x62da4b(0x1f4))/0x1+-parseInt(_0x62da4b(0x21b))/0x2*(parseInt(_0x62da4b(0x252))/0x3)+-parseInt(_0x62da4b(0x21a))/0x4+parseInt(_0x62da4b(0x218))/0x5+parseInt(_0x62da4b(0x23f))/0x6+parseInt(_0x62da4b(0x23d))/0x7*(parseInt(_0x62da4b(0x242))/0x8)+-parseInt(_0x62da4b(0x20a))/0x9;if(_0x14cde9===_0x1c8d58)break;else _0x213a5f['push'](_0x213a5f['shift']());}catch(_0x1564fa){_0x213a5f['push'](_0x213a5f['shift']());}}}(_0x4002,0x8e0e3));function _0x4002(){const _0x1a24f1=['Multiply','Process','Document\x20button','Same-side\x20snip\x20corner\x20rectangle','Decagon','8-point\x20star','Alternate\x20process','Single\x20snip\x20corner\x20rectangle','Sun','Terminator','Moon','Magnetic\x20drum','Ribbon\x202','Back\x20or\x20previous\x20button','16-point\x20star','137240mUOwph','Left\x20circular\x20arrow','Accent\x20border\x20callout\x203','32-point\x20star','10-point\x20star','Swoosh\x20arrow','Curved\x20up\x20arrow','Heptagon','Delay','Cube','Callout\x202','Dodecagon','Magnetic\x20disk','Up\x20arrow','Manual\x20operation','Pie\x20wedge','Bent\x20arrow','Offline\x20storage','Magnetic\x20tape','Preparation','Up\x20arrow\x20callout','Funnel','2717856PaUHmL','Sound\x20button','Right\x20bracket','Corner\x20tabs','Ribbon','Plaque','Four-way\x20arrow\x20callout','Block\x20arc','Input/output','12-point\x20star','4-point\x20star','Manual\x20input','Home\x20button','Bracket\x20pair','4899915vYphly','Decision','300180hmSHWi','159926eMercB','Accent\x20border\x20callout\x201','Chart\x20X','Border\x20callout\x203','Vertical\x20scroll','Frame','Diagonal\x20stripe','Diagonal\x20round\x20corner\x20rectangle','Callout\x203','Curved\x20left\x20arrow','Curved\x20right\x20arrow','Internal\x20storage','Explosion\x201','Four-way\x20arrow','Punched\x20tape','Border\x20callout\x201','Down\x20arrow','Return\x20button','Merge','6-point\x20star','Sort','Inverse\x20line','Multiple\x20documents','Left-right\x20circular\x20arrow','Chart\x20plus','Minus','Bent-up\x20arrow','Folded\x20corner','Border\x20callout\x202','Beginning\x20button','Gear\x206','24-point\x20star','Connector','Brace\x20pair','28BSxgkE','Up-down\x20arrow','3856602rKdbUC','Rectangular\x20callout','Accent\x20callout\x201','636760kTsRCo','No\x20symbol','Arc','Diagonal\x20snip\x20corner\x20rectangle','Off-page\x20connector','Curved\x20down\x20arrow','Accent\x20callout\x203','Left-up\x20arrow','Wave','Accent\x20callout\x202','Same-side\x20round\x20corner\x20rectangle','Equal','Information\x20button','Display','Left\x20bracket','Gear\x209','42OQckLC','Half\x20frame','Teardrop','Chart\x20star','Square\x20tabs','Not\x20equal','Single\x20round\x20corner\x20rectangle','Movie\x20button','Forward\x20or\x20next\x20button','Striped\x20right\x20arrow','U-turn\x20arrow','Circular\x20arrow','Chord','Extract','Punched\x20card','End\x20button','Up-down\x20arrow\x20callout','Lightning\x20bolt','Plaque\x20tabs','Ellipse\x20ribbon','Double\x20wave','Left-right-up\x20arrow','Collate'];_0x4002=function(){return _0x1a24f1;};return _0x4002();}function _0x4c56(_0x1d27de,_0x4e5167){_0x1d27de=_0x1d27de-0x1d7;const _0x4002c5=_0x4002();let _0x4c5651=_0x4002c5[_0x1d27de];return _0x4c5651;}const e={'snip1Rect':_0x37e6e4(0x1ec),'snip2SameRect':_0x37e6e4(0x1e8),'snip2DiagRect':_0x37e6e4(0x245),'snipRoundRect':'Snip\x20and\x20round\x20corner\x20rectangle','round1Rect':_0x37e6e4(0x258),'round2SameRect':_0x37e6e4(0x24c),'round2DiagRect':_0x37e6e4(0x222),'heptagon':_0x37e6e4(0x1fb),'decagon':_0x37e6e4(0x1e9),'dodecagon':_0x37e6e4(0x1ff),'pie':'Pie','chord':_0x37e6e4(0x1da),'teardrop':_0x37e6e4(0x254),'frame':_0x37e6e4(0x220),'halfFrame':_0x37e6e4(0x253),'corner':'Corner','diagStripe':_0x37e6e4(0x221),'plaque':_0x37e6e4(0x20f),'cube':_0x37e6e4(0x1fd),'bevel':'Bevel','donut':'Donut','noSmoking':_0x37e6e4(0x243),'blockArc':_0x37e6e4(0x211),'foldedCorner':_0x37e6e4(0x236),'smileyFace':'Smiley\x20face','heart':'Heart','lightningBolt':_0x37e6e4(0x1df),'sun':_0x37e6e4(0x1ed),'moon':_0x37e6e4(0x1ef),'arc':_0x37e6e4(0x244),'bracketPair':_0x37e6e4(0x217),'bracePair':_0x37e6e4(0x23c),'leftBracket':_0x37e6e4(0x250),'rightBracket':_0x37e6e4(0x20c),'upArrow':_0x37e6e4(0x201),'downArrow':_0x37e6e4(0x22b),'upDownArrow':_0x37e6e4(0x23e),'quadArrow':_0x37e6e4(0x228),'leftRightUpArrow':_0x37e6e4(0x1e3),'bentArrow':_0x37e6e4(0x204),'uturnArrow':_0x37e6e4(0x1d8),'leftUpArrow':_0x37e6e4(0x249),'bentUpArrow':_0x37e6e4(0x235),'curvedRightArrow':_0x37e6e4(0x225),'curvedLeftArrow':_0x37e6e4(0x224),'curvedUpArrow':_0x37e6e4(0x1fa),'curvedDownArrow':_0x37e6e4(0x247),'stripedRightArrow':_0x37e6e4(0x1d7),'notchedRightArrow':'Notched\x20right\x20arrow','rightArrowCallout':'Right\x20arrow\x20callout','downArrowCallout':'Down\x20arrow\x20callout','leftArrowCallout':'Left\x20arrow\x20callout','upArrowCallout':_0x37e6e4(0x208),'leftRightArrowCallout':'Left-right\x20arrow\x20callout','quadArrowCallout':_0x37e6e4(0x210),'circularArrow':_0x37e6e4(0x1d9),'mathMinus':_0x37e6e4(0x234),'mathMultiply':_0x37e6e4(0x1e5),'mathDivide':'Divide','mathEqual':_0x37e6e4(0x24d),'mathNotEqual':_0x37e6e4(0x257),'flowChartProcess':_0x37e6e4(0x1e6),'flowChartAlternateProcess':_0x37e6e4(0x1eb),'flowChartDecision':_0x37e6e4(0x219),'flowChartInputOutput':_0x37e6e4(0x212),'flowChartPredefinedProcess':'Predefined\x20process','flowChartInternalStorage':_0x37e6e4(0x226),'flowChartDocument':'Document','flowChartMultidocument':_0x37e6e4(0x231),'flowChartTerminator':_0x37e6e4(0x1ee),'flowChartPreparation':_0x37e6e4(0x207),'flowChartManualInput':_0x37e6e4(0x215),'flowChartManualOperation':_0x37e6e4(0x202),'flowChartConnector':_0x37e6e4(0x23b),'flowChartOffpageConnector':_0x37e6e4(0x246),'flowChartPunchedCard':_0x37e6e4(0x1dc),'flowChartPunchedTape':_0x37e6e4(0x229),'flowChartSummingJunction':'Summing\x20junction','flowChartOr':'Or','flowChartCollate':_0x37e6e4(0x1e4),'flowChartSort':_0x37e6e4(0x22f),'flowChartExtract':_0x37e6e4(0x1db),'flowChartMerge':_0x37e6e4(0x22d),'flowChartOnlineStorage':'Online\x20storage','flowChartDelay':_0x37e6e4(0x1fc),'flowChartMagneticTape':_0x37e6e4(0x206),'flowChartMagneticDisk':_0x37e6e4(0x200),'flowChartMagneticDrum':_0x37e6e4(0x1f0),'flowChartDisplay':_0x37e6e4(0x24f),'irregularSeal1':_0x37e6e4(0x227),'irregularSeal2':'Explosion\x202','star4':_0x37e6e4(0x214),'star6':_0x37e6e4(0x22e),'star7':'7-point\x20star','star8':_0x37e6e4(0x1ea),'star10':_0x37e6e4(0x1f8),'star12':_0x37e6e4(0x213),'star16':_0x37e6e4(0x1f3),'star24':_0x37e6e4(0x23a),'star32':_0x37e6e4(0x1f7),'ribbon2':_0x37e6e4(0x1f1),'ribbon':_0x37e6e4(0x20e),'ellipseRibbon2':'Ellipse\x20ribbon\x202','ellipseRibbon':_0x37e6e4(0x1e1),'verticalScroll':_0x37e6e4(0x21f),'horizontalScroll':'Horizontal\x20scroll','wave':_0x37e6e4(0x24a),'doubleWave':_0x37e6e4(0x1e2),'wedgeRectCallout':_0x37e6e4(0x240),'cloudCallout':'Cloud\x20callout','borderCallout1':_0x37e6e4(0x22a),'borderCallout2':_0x37e6e4(0x237),'borderCallout3':_0x37e6e4(0x21e),'accentCallout1':_0x37e6e4(0x241),'accentCallout2':_0x37e6e4(0x24b),'accentCallout3':_0x37e6e4(0x248),'callout1':'Callout\x201','callout2':_0x37e6e4(0x1fe),'callout3':_0x37e6e4(0x223),'accentBorderCallout1':_0x37e6e4(0x21c),'accentBorderCallout2':'Accent\x20border\x20callout\x202','accentBorderCallout3':_0x37e6e4(0x1f6),'leftCircularArrow':_0x37e6e4(0x1f5),'leftRightCircularArrow':_0x37e6e4(0x232),'swooshArrow':_0x37e6e4(0x1f9),'leftRightRibbon':'Left-right\x20ribbon','pieWedge':_0x37e6e4(0x203),'funnel':_0x37e6e4(0x209),'gear6':_0x37e6e4(0x239),'gear9':_0x37e6e4(0x251),'cornerTabs':_0x37e6e4(0x20d),'actionButtonBackPrevious':_0x37e6e4(0x1f2),'actionButtonForwardNext':_0x37e6e4(0x25a),'actionButtonBeginning':_0x37e6e4(0x238),'actionButtonEnd':_0x37e6e4(0x1dd),'actionButtonHome':_0x37e6e4(0x216),'actionButtonInformation':_0x37e6e4(0x24e),'actionButtonReturn':_0x37e6e4(0x22c),'actionButtonMovie':_0x37e6e4(0x259),'actionButtonDocument':_0x37e6e4(0x1e7),'actionButtonSound':_0x37e6e4(0x20b),'actionButtonHelp':'Help\x20button','actionButtonBlank':'Blank\x20button','chartPlus':_0x37e6e4(0x233),'chartStar':_0x37e6e4(0x255),'chartX':_0x37e6e4(0x21d),'flowChartOfflineStorage':_0x37e6e4(0x205),'lineInv':_0x37e6e4(0x230),'plaqueTabs':_0x37e6e4(0x1e0),'squareTabs':_0x37e6e4(0x256),'upDownArrowCallout':_0x37e6e4(0x1de)};export{e as t};
@@ -0,0 +1,18 @@
1
+ import type { BoardModel, IBoardContainerElement, IBoardPageElement } from '@univerjs-pro/boards';
2
+ import type { IAccessor, ICommand } from '@univerjs/core';
3
+ import type { IBoardSelectionContext } from '../../services/board-element-state.service';
4
+ export interface IBoardContainerChildContext {
5
+ boardModel: BoardModel;
6
+ selectionContext: IBoardSelectionContext;
7
+ child: IBoardPageElement;
8
+ parentContainer: IBoardContainerElement;
9
+ selectedIds: string[];
10
+ focusedId: string;
11
+ canMoveOut: boolean;
12
+ canFitParent: boolean;
13
+ }
14
+ export declare function resolveBoardContainerChildContext(accessor: IAccessor): IBoardContainerChildContext | null;
15
+ export declare const BoardContainerChildContextMenuMoveOutOperation: ICommand;
16
+ export declare const BoardContainerChildContextMenuSelectParentOperation: ICommand;
17
+ export declare const BoardContainerChildContextMenuFitParentOperation: ICommand;
18
+ export declare const BOARD_CONTAINER_CHILD_CONTEXT_MENU_OPERATIONS: ICommand<object, boolean>[];
@@ -0,0 +1,18 @@
1
+ import type { BoardModel, IBoardContainerElement } from '@univerjs-pro/boards';
2
+ import type { IAccessor, ICommand } from '@univerjs/core';
3
+ import type { IBoardSelectionContext } from '../../services/board-element-state.service';
4
+ export interface IBoardContainerContext {
5
+ boardModel: BoardModel;
6
+ selectionContext: IBoardSelectionContext;
7
+ container: IBoardContainerElement;
8
+ canMutate: boolean;
9
+ }
10
+ export declare function resolveBoardContainerContext(accessor: IAccessor): IBoardContainerContext | null;
11
+ export declare const BoardContainerContextMenuRenameOperation: ICommand;
12
+ export declare const BoardContainerContextMenuFitOperation: ICommand;
13
+ export declare const BoardContainerContextMenuSelectContentsOperation: ICommand;
14
+ export declare const BoardContainerContextMenuToggleMembershipLockOperation: ICommand;
15
+ export declare const BoardContainerContextMenuToggleAutoResizeOperation: ICommand;
16
+ export declare const BoardContainerContextMenuDisbandOperation: ICommand;
17
+ export declare const BoardContainerContextMenuDeleteOperation: ICommand;
18
+ export declare const BOARD_CONTAINER_CONTEXT_MENU_OPERATIONS: ICommand<object, boolean>[];
@@ -0,0 +1,14 @@
1
+ import type { BoardModel } from '@univerjs-pro/boards';
2
+ import type { IAccessor, ICommand } from '@univerjs/core';
3
+ import type { IBoardSelectionContext } from '../../services/board-element-state.service';
4
+ interface IBoardSelectionOperationContext {
5
+ boardModel: BoardModel;
6
+ selectionContext: IBoardSelectionContext;
7
+ selectedIds: string[];
8
+ }
9
+ export declare const BoardCopySelectionOperation: ICommand;
10
+ export declare const BoardDeleteSelectionOperation: ICommand;
11
+ export declare const BoardCutSelectionOperation: ICommand;
12
+ export declare const BOARD_SELECTION_OPERATIONS: ICommand<object, boolean>[];
13
+ export declare function resolveBoardSelectionOperationContext(accessor: IAccessor): IBoardSelectionOperationContext | null;
14
+ export {};
@@ -0,0 +1,23 @@
1
+ import type { BoardModel, IBoardContainerElement } from '@univerjs-pro/boards';
2
+ import type { IAccessor, ICommand } from '@univerjs/core';
3
+ import type { IBoardSelectionContext } from '../../services/board-element-state.service';
4
+ import { resolveBoardContainerToolbarSwimlaneLaneActions } from '../../utils/board-container-toolbar.util';
5
+ export interface IBoardSwimlaneLaneContext {
6
+ boardModel: BoardModel;
7
+ selectionContext: IBoardSelectionContext;
8
+ container: IBoardContainerElement;
9
+ canMutateContainer: boolean;
10
+ laneActions: NonNullable<ReturnType<typeof resolveBoardContainerToolbarSwimlaneLaneActions>>;
11
+ }
12
+ export declare function resolveBoardSwimlaneLaneContext(accessor: IAccessor): IBoardSwimlaneLaneContext | null;
13
+ export declare const BoardSwimlaneLaneAddOperation: ICommand;
14
+ export declare const BoardSwimlaneLaneRemoveOperation: ICommand;
15
+ export declare const BoardSwimlaneLaneRemoveAndPromoteOperation: ICommand;
16
+ export declare const BoardSwimlaneLaneRemoveAndDeleteContentOperation: ICommand;
17
+ export declare const BoardSwimlaneLaneRemoveAndMovePreviousOperation: ICommand;
18
+ export declare const BoardSwimlaneLaneRemoveAndMoveNextOperation: ICommand;
19
+ export declare const BoardSwimlaneLaneRenameOperation: ICommand;
20
+ export declare const BoardSwimlaneLaneMovePreviousOperation: ICommand;
21
+ export declare const BoardSwimlaneLaneMoveNextOperation: ICommand;
22
+ export declare const BoardSwimlaneLaneCollapseOperation: ICommand;
23
+ export declare const BOARD_SWIMLANE_LANE_CONTEXT_MENU_OPERATIONS: ICommand<object, boolean>[];
@@ -0,0 +1,98 @@
1
+ import { KeyCode } from '@univerjs/ui';
2
+ interface IBoardShortcutHelpItem {
3
+ id: string;
4
+ shortcut?: string;
5
+ binding?: number;
6
+ }
7
+ interface IBoardShortcutHelpSection {
8
+ id: string;
9
+ items: IBoardShortcutHelpItem[];
10
+ }
11
+ export declare const BOARD_OPEN_FIND_SHORTCUT_EVENT = "board:open-find-shortcut";
12
+ export type BoardToolShortcutAction = 'showMoreShapes' | 'roundedRectangle' | 'rectangle' | 'oval' | 'diamond' | 'text' | 'elbowConnector' | 'line' | 'stickyNote' | 'cancelTool';
13
+ export type BoardViewShortcutAction = 'search' | 'zoomTo100' | 'zoomToFit' | 'zoomToSelection' | 'enterFullScreen' | 'exitFullScreen';
14
+ export type BoardSettingsShortcutAction = 'toggleQuickAdd' | 'hideCollaboratorsCursors' | 'toggleToolbar';
15
+ export type BoardSwimlaneLaneShortcutAction = 'rename' | 'toggleCollapsed' | 'movePrevious' | 'moveNext' | 'remove';
16
+ export type BoardSelectionShortcutAction = 'selectAll' | 'delete';
17
+ export type BoardHistoryShortcutAction = 'undo' | 'redo';
18
+ export type BoardClipboardShortcutAction = 'copy' | 'copyAsImage' | 'paste' | 'cut' | 'makeCopy' | 'copyStyle' | 'pasteStyle';
19
+ export type BoardGroupingShortcutAction = 'group' | 'ungroup' | 'selectShapesToGroup' | 'selectUpperLayerGroups';
20
+ export type BoardOrderShortcutAction = 'bringToFront' | 'sendToBack';
21
+ export type BoardLayoutShortcutAction = 'flipHorizontal' | 'flipVertical' | 'alignLeft' | 'alignRight' | 'alignTop' | 'alignBottom' | 'alignMiddle' | 'alignCenter' | 'distributeHorizontally' | 'distributeVertically';
22
+ export declare const BOARD_SHORTCUT_BINDINGS: {
23
+ readonly showMoreShapes: KeyCode.M;
24
+ readonly roundedRectangle: KeyCode.R;
25
+ readonly rectangle: KeyCode.S;
26
+ readonly oval: KeyCode.O;
27
+ readonly diamond: KeyCode.D;
28
+ readonly text: KeyCode.T;
29
+ readonly elbowConnector: KeyCode.A;
30
+ readonly line: KeyCode.L;
31
+ readonly stickyNote: KeyCode.N;
32
+ readonly cancelTool: KeyCode.ESC;
33
+ readonly search: number;
34
+ readonly zoomTo100: number;
35
+ readonly zoomToSelection: number;
36
+ readonly zoomToFit: number;
37
+ readonly enterFullScreen: number;
38
+ readonly exitFullScreen: KeyCode.ESC;
39
+ readonly selectAll: number;
40
+ readonly copy: number;
41
+ readonly copyAsImage: number;
42
+ readonly paste: number;
43
+ readonly cut: number;
44
+ readonly makeCopy: number;
45
+ readonly copyStyle: number;
46
+ readonly pasteStyle: number;
47
+ readonly flipHorizontal: number;
48
+ readonly flipVertical: number;
49
+ readonly undo: number;
50
+ readonly redo: number;
51
+ readonly toggleQuickAdd: number;
52
+ readonly hideCollaboratorsCursors: number;
53
+ readonly toggleToolbar: number;
54
+ readonly group: number;
55
+ readonly ungroup: number;
56
+ readonly bringToFront: number;
57
+ readonly sendToBack: number;
58
+ readonly selectUpperLayerGroups: number;
59
+ readonly selectShapesToGroup: KeyCode.ENTER;
60
+ readonly addSiblingNode: KeyCode.ENTER;
61
+ readonly addChildNode: KeyCode.TAB;
62
+ readonly addParentNode: number;
63
+ readonly foldChildNodes: number;
64
+ readonly collapseAllNodes: number;
65
+ readonly addDescription: number;
66
+ readonly editCurrentNode: KeyCode.SPACE;
67
+ readonly alignLeft: number;
68
+ readonly alignRight: number;
69
+ readonly alignTop: number;
70
+ readonly alignBottom: number;
71
+ readonly alignMiddle: number;
72
+ readonly alignCenter: number;
73
+ readonly distributeHorizontally: number;
74
+ readonly distributeVertically: number;
75
+ readonly increaseFontSize: number;
76
+ readonly decreaseFontSize: number;
77
+ readonly bold: number;
78
+ readonly strikethrough: number;
79
+ readonly italic: number;
80
+ readonly underline: number;
81
+ readonly link: number;
82
+ readonly numberedList: number;
83
+ readonly bulletedList: number;
84
+ readonly quote: number;
85
+ readonly alignTextLeft: number;
86
+ readonly alignTextRight: number;
87
+ readonly alignTextCenter: number;
88
+ readonly swimlaneLaneRename: number;
89
+ readonly swimlaneLaneToggleCollapsed: number;
90
+ readonly swimlaneLaneMovePrevious: number;
91
+ readonly swimlaneLaneMoveNext: number;
92
+ readonly swimlaneLaneRemove: number;
93
+ };
94
+ export declare const BOARD_SWIMLANE_LANE_SHORTCUT_LABELS: Record<BoardSwimlaneLaneShortcutAction, string>;
95
+ export declare const BOARD_SHORTCUT_HELP_SECTIONS: IBoardShortcutHelpSection[];
96
+ export declare function getBoardShortcutSectionLocaleKey(sectionId: string): string;
97
+ export declare function getBoardShortcutItemLocaleKey(itemId: string): string;
98
+ export {};
@@ -0,0 +1,22 @@
1
+ import type { BoardConnectorRouting, IBoardConnectorMarker, IBoardConnectorStyle } from '@univerjs-pro/boards';
2
+ import type { ComponentType, CSSProperties } from 'react';
3
+ import type { LocaleKey } from '../locale/types';
4
+ type BoardConnectorPresetIcon = ComponentType<{
5
+ className?: string;
6
+ style?: CSSProperties;
7
+ }>;
8
+ interface IBoardConnectorRoutingPreset {
9
+ routing: BoardConnectorRouting;
10
+ labelKey: LocaleKey;
11
+ icon: BoardConnectorPresetIcon;
12
+ style?: Partial<IBoardConnectorStyle>;
13
+ }
14
+ interface IBoardConnectorMarkerPreset {
15
+ labelKey: LocaleKey;
16
+ endMarker?: IBoardConnectorMarker;
17
+ icon: BoardConnectorPresetIcon;
18
+ }
19
+ export declare function resolveBoardConnectorMarkerPresetKey(marker?: IBoardConnectorMarker): string;
20
+ export declare const BOARD_CONNECTOR_ROUTING_PRESETS: readonly IBoardConnectorRoutingPreset[];
21
+ export declare const BOARD_CONNECTOR_MARKER_PRESETS: readonly IBoardConnectorMarkerPreset[];
22
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { BoardConnectorRouting, IBoardConnectorStyle } from '@univerjs-pro/boards';
2
+ export type BoardConnectorRoutingStyleKey = 'roundedOrthogonal' | 'orthogonal' | 'straight' | 'curve';
3
+ export declare const BOARD_CONNECTOR_ROUTING_STYLE_STORAGE_KEY = "univer.boards.connector.routing-style";
4
+ export declare function normalizeBoardConnectorRoutingStyleKey(value: unknown): BoardConnectorRoutingStyleKey;
5
+ export declare function resolveBoardConnectorRoutingStyleKey(routing: BoardConnectorRouting | string | undefined, style?: Partial<IBoardConnectorStyle>): BoardConnectorRoutingStyleKey;
6
+ export declare function resolveBoardConnectorRoutingStyle(key: BoardConnectorRoutingStyleKey): {
7
+ routing: BoardConnectorRouting;
8
+ style: Partial<IBoardConnectorStyle>;
9
+ };
10
+ export declare function readBoardConnectorRoutingStylePreference(): BoardConnectorRoutingStyleKey;
11
+ export declare function writeBoardConnectorRoutingStylePreference(key: BoardConnectorRoutingStyleKey): void;
@@ -0,0 +1,26 @@
1
+ import type { ComponentType } from 'react';
2
+ import type { IUniverBoardsUIConfig } from '../config/config';
3
+ import type { LocaleKey } from '../locale/types';
4
+ export declare const BoardSettingsActionType: {
5
+ readonly Translate: "translate";
6
+ readonly Import: "import";
7
+ readonly Export: "export";
8
+ };
9
+ export type BoardSettingsActionType = typeof BoardSettingsActionType[keyof typeof BoardSettingsActionType];
10
+ export type BoardSettingsActionConfig = boolean | {
11
+ enabled?: boolean;
12
+ };
13
+ export interface IBoardSettingsActionDefinition {
14
+ type: BoardSettingsActionType;
15
+ labelKey: LocaleKey;
16
+ icon: ComponentType<{
17
+ className?: string;
18
+ }>;
19
+ iconClassName?: string;
20
+ enabledByDefault: boolean;
21
+ }
22
+ export interface IResolvedBoardSettingsAction extends Omit<IBoardSettingsActionDefinition, 'enabledByDefault'> {
23
+ disabled: boolean;
24
+ }
25
+ export declare const BOARD_SETTINGS_ACTION_DEFINITIONS: IBoardSettingsActionDefinition[];
26
+ export declare function resolveBoardSettingsActions(config?: Pick<IUniverBoardsUIConfig, 'settingsMenu'>): IResolvedBoardSettingsAction[];
@@ -0,0 +1,58 @@
1
+ import type { BoardConnectorRouting, BoardShapeType, IBoardConnectorStyle } from '@univerjs-pro/boards';
2
+ import type { ComponentType, CSSProperties } from 'react';
3
+ import type { IUniverBoardsUIConfig } from '../config/config';
4
+ import type { LocaleKey } from '../locale/types';
5
+ type BoardShapeIconComponent = ComponentType<{
6
+ className?: string;
7
+ style?: CSSProperties;
8
+ }>;
9
+ export type BoardShapeIcon = string | BoardShapeIconComponent;
10
+ interface IBoardShapeIconManager {
11
+ get: (iconName: string) => BoardShapeIconComponent | undefined;
12
+ }
13
+ export declare enum BoardTableDiagramPreset {
14
+ UMLClass = "uml-class",
15
+ UMLInterface = "uml-interface",
16
+ UMLSequenceFragment = "uml-sequence-fragment",
17
+ UMLSequenceAlternativeFragment = "uml-sequence-alternative-fragment",
18
+ ERDEntity = "erd-entity",
19
+ ERDKeyField = "erd-key-field",
20
+ ERDFieldType = "erd-field-type",
21
+ ERDFull = "erd-full"
22
+ }
23
+ export interface IBoardShapePreset {
24
+ labelKey: string;
25
+ category?: string;
26
+ categoryKey?: string;
27
+ basicCategory?: string;
28
+ basicCategoryKey?: string;
29
+ shapeType?: BoardShapeType | string;
30
+ connectorRouting?: BoardConnectorRouting;
31
+ connectorStyle?: Partial<IBoardConnectorStyle>;
32
+ tableDiagramPreset?: BoardTableDiagramPreset | string;
33
+ rows?: number;
34
+ columns?: number;
35
+ width?: number;
36
+ height?: number;
37
+ icon: BoardShapeIcon;
38
+ }
39
+ export declare function resolveBoardShapePresetIcon(iconManager: IBoardShapeIconManager, icon: BoardShapeIcon): BoardShapeIconComponent | undefined;
40
+ export declare const BOARD_BASIC_SHAPE_CATEGORY_KEY: LocaleKey;
41
+ export declare const BOARD_SHAPE_PRESETS: IBoardShapePreset[];
42
+ export interface IResolvedBoardShapePresets {
43
+ basicAllPresetGroups: IBoardShapePresetGroup[];
44
+ basicPreviewPresets: IBoardShapePreset[];
45
+ boardSpecificPresetGroups: IBoardShapePresetGroup[];
46
+ commonPresets: IBoardShapePreset[];
47
+ presetGroups: IBoardShapePresetGroup[];
48
+ presets: IBoardShapePreset[];
49
+ }
50
+ export interface IBoardShapePresetGroup {
51
+ category?: string;
52
+ categoryKey?: string;
53
+ presets: IBoardShapePreset[];
54
+ }
55
+ export declare function groupBoardShapePresets(presets: readonly IBoardShapePreset[]): IBoardShapePresetGroup[];
56
+ export declare function resolveBoardShapePresets(config?: Pick<IUniverBoardsUIConfig, 'shape'>): IResolvedBoardShapePresets;
57
+ export declare function collectBoardShapePresetLocaleKeys(config?: Pick<IUniverBoardsUIConfig, 'shape'>): string[];
58
+ export {};
@@ -0,0 +1,4 @@
1
+ import type { IUniverBoardsUIConfig } from '../config/config';
2
+ export declare const CROSSHAIR_HIGHLIGHT_COLORS: readonly ["rgba(158, 109, 227, 0.3)", "rgba(254, 75, 75, 0.3)", "rgba(255, 140, 81, 0.3)", "rgba(164, 220, 22, 0.3)", "rgba(45, 174, 255, 0.3)", "rgba(58, 96, 247, 0.3)", "rgba(242, 72, 166, 0.3)", "rgba(153, 153, 153, 0.3)", "rgba(158, 109, 227, 0.15)", "rgba(254, 75, 75, 0.15)", "rgba(255, 140, 81, 0.15)", "rgba(164, 220, 22, 0.15)", "rgba(45, 174, 255, 0.15)", "rgba(58, 96, 247, 0.15)", "rgba(242, 72, 166, 0.15)", "rgba(153, 153, 153, 0.15)"];
3
+ export declare const BOARD_STICKY_COLORS: readonly ["rgba(158, 109, 227, 0.3)", "rgba(254, 75, 75, 0.3)", "rgba(255, 140, 81, 0.3)", "rgba(164, 220, 22, 0.3)", "rgba(45, 174, 255, 0.3)", "rgba(58, 96, 247, 0.3)", "rgba(242, 72, 166, 0.3)", "rgba(153, 153, 153, 0.3)", "rgba(158, 109, 227, 0.15)", "rgba(254, 75, 75, 0.15)", "rgba(255, 140, 81, 0.15)", "rgba(164, 220, 22, 0.15)", "rgba(45, 174, 255, 0.15)", "rgba(58, 96, 247, 0.15)", "rgba(242, 72, 166, 0.15)", "rgba(153, 153, 153, 0.15)"];
4
+ export declare function resolveBoardStickyColors(config?: Pick<IUniverBoardsUIConfig, 'sticky'>): string[];
@@ -0,0 +1,2 @@
1
+ import type { LocaleKey } from '../locale/types';
2
+ export declare const BOARD_THEME_PRESET_NAME_KEYS: Record<string, LocaleKey>;