@univerjs-pro/boards-ui 1.0.0-alpha.7 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/cjs/shape-preset-labels-C4G0G9GI.js +1 -1
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/es/shape-preset-labels-092BdVw3.js +1 -1
- package/lib/facade.js +1 -0
- package/lib/index.css +57 -83
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/shape-preset-labels-092BdVw3.js +1 -1
- package/lib/types/commands/commands/analyze-board-rendered-layout.command.d.ts +8 -0
- package/lib/types/commands/commands/capture-board-screenshot.command.d.ts +7 -0
- package/lib/types/commands/operations/board-selection.operation.d.ts +6 -0
- package/lib/types/common/board-shortcuts.d.ts +1 -1
- package/lib/types/common/shape-presets.d.ts +4 -0
- package/lib/types/config/config.d.ts +0 -4
- package/lib/types/controllers/board-connector-interaction.render-controller.d.ts +11 -6
- package/lib/types/controllers/board-element-selection.controller.d.ts +11 -3
- package/lib/types/controllers/board-element-transform.controller.d.ts +9 -1
- package/lib/types/controllers/board-ink-interaction.render-controller.d.ts +0 -2
- package/lib/types/controllers/board-render.controller.d.ts +5 -1
- package/lib/types/controllers/board-selection-overlay.render-controller.d.ts +1 -0
- package/lib/types/controllers/board-shape-adjust.render-controller.d.ts +1 -1
- package/lib/types/controllers/board-text-editing.render-controller.d.ts +3 -1
- package/lib/types/controllers/board-viewport-input.render-controller.d.ts +8 -1
- package/lib/types/facade/f-board-layout.d.ts +51 -0
- package/lib/types/facade/index.d.ts +1 -0
- package/lib/types/index.d.ts +9 -1
- package/lib/types/locale/en-US.d.ts +21 -35
- package/lib/types/render-adapters/board-element-render-adapter.d.ts +11 -1
- package/lib/types/render-objects/board-connector-object.d.ts +31 -2
- package/lib/types/render-objects/board-element-render-layer.d.ts +65 -0
- package/lib/types/render-objects/board-selection-marquee-object.d.ts +1 -0
- package/lib/types/services/board-element-edit.service.d.ts +5 -2
- package/lib/types/services/board-screenshot.service.d.ts +38 -0
- package/lib/types/services/board-selection-overlay.service.d.ts +2 -0
- package/lib/types/services/board-selection.service.d.ts +6 -1
- package/lib/types/services/board-tool.service.d.ts +0 -1
- package/lib/types/services/board-viewport.service.d.ts +4 -1
- package/lib/types/utils/board-alignment-guides.util.d.ts +2 -0
- package/lib/types/utils/board-connector-marker-anchor.util.d.ts +2 -2
- package/lib/types/utils/board-connector-quick-connect.util.d.ts +1 -0
- package/lib/types/utils/board-connector-router.util.d.ts +1 -0
- package/lib/types/utils/board-connector-routing.util.d.ts +34 -2
- package/lib/types/utils/board-container-membership-update.util.d.ts +5 -0
- package/lib/types/utils/board-container-spatial-index.util.d.ts +2 -0
- package/lib/types/utils/board-floating-toolbar-selection.util.d.ts +22 -1
- package/lib/types/utils/board-guide-candidates.util.d.ts +13 -0
- package/lib/types/utils/board-selection-geometry.util.d.ts +4 -1
- package/lib/types/utils/board-selection-hit-test.util.d.ts +2 -0
- package/lib/types/utils/board-selection-interaction.util.d.ts +3 -1
- package/lib/types/utils/board-selection-move.util.d.ts +1 -2
- package/lib/types/utils/board-snap-session.util.d.ts +2 -43
- package/lib/types/utils/board-spacing-guides.util.d.ts +2 -0
- package/lib/types/utils/board-viewport.util.d.ts +9 -1
- package/lib/types/views/BoardCanvasView.d.ts +3 -1
- package/lib/types/views/BoardConnectorFloatingToolbar.d.ts +7 -14
- package/lib/types/views/BoardConnectorFloatingToolbarControls.d.ts +35 -0
- package/lib/types/views/BoardRenamePopup.d.ts +7 -0
- package/lib/types/views/BoardSettingsMenu.d.ts +1 -0
- package/lib/types/views/BoardWorkbench.d.ts +1 -0
- package/lib/types/views/board-shape-floating-toolbar/BoardSwimlaneToolbarMenu.d.ts +12 -0
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +29 -20
- package/lib/types/common/settings-actions.d.ts +0 -26
- package/lib/types/controllers/board-mermaid-import.controller.d.ts +0 -9
- package/lib/types/services/board-mermaid-import.service.d.ts +0 -82
- package/lib/types/services/board-settings-action.service.d.ts +0 -21
- package/lib/types/utils/board-draft-insert-position.util.d.ts +0 -13
- package/lib/types/utils/board-mermaid-preview.util.d.ts +0 -4
- package/lib/types/views/BoardContainerRenamePopup.d.ts +0 -6
- package/lib/types/views/BoardMermaidImportDialog.d.ts +0 -1
- package/lib/types/views/BoardSwimlaneLaneRenamePopup.d.ts +0 -6
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x6715(_0x1d02eb,_0x25e416){_0x1d02eb=_0x1d02eb-0xf9;var _0x1dcd73=_0x1dcd();var _0x671548=_0x1dcd73[_0x1d02eb];return _0x671548;}(function(_0x30b6ff,_0x1fe09c){var _0x182849=_0x6715,_0x16bfa3=_0x30b6ff();while(!![]){try{var _0x19f83e=parseInt(_0x182849(0x155))/0x1*(parseInt(_0x182849(0x1db))/0x2)+-parseInt(_0x182849(0xf9))/0x3+parseInt(_0x182849(0x1c1))/0x4*(-parseInt(_0x182849(0x13b))/0x5)+parseInt(_0x182849(0x136))/0x6*(parseInt(_0x182849(0x1f7))/0x7)+parseInt(_0x182849(0x200))/0x8*(parseInt(_0x182849(0x19c))/0x9)+parseInt(_0x182849(0x19b))/0xa+parseInt(_0x182849(0xfc))/0xb*(-parseInt(_0x182849(0x1b0))/0xc);if(_0x19f83e===_0x1fe09c)break;else _0x16bfa3['push'](_0x16bfa3['shift']());}catch(_0x5d6101){_0x16bfa3['push'](_0x16bfa3['shift']());}}}(_0x1dcd,0xa9e68),function(_0x41999c,_0x39c0f7){var _0x421086=_0x6715;typeof exports==_0x421086(0x1c3)&&typeof module<'u'?module['exports']=_0x39c0f7():typeof define==_0x421086(0x1dd)&&define[_0x421086(0x229)]?define([],_0x39c0f7):(_0x41999c=typeof globalThis<'u'?globalThis:_0x41999c||self,_0x41999c[_0x421086(0x124)]=_0x39c0f7());}(this,function(){var _0x53d033=_0x6715;return{'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x53d033(0x120),'fitToContent':'適應內容','selectContents':_0x53d033(0x162),'enableAutoResize':_0x53d033(0x132),'disableAutoResize':'關閉自動撐開','lockMembership':_0x53d033(0x1b5),'unlockMembership':_0x53d033(0x10e),'disband':_0x53d033(0x145),'delete':_0x53d033(0x188)},'containerChild':{'moveOut':'移出容器','selectParent':_0x53d033(0x1b3),'fitParent':_0x53d033(0x146)},'swimlaneLane':{'add':'新增泳道','addBelow':'在下方新增泳道項','addRight':_0x53d033(0x129),'remove':_0x53d033(0x193),'removeAndMovePrevious':_0x53d033(0x160),'removeAndPromote':_0x53d033(0x113),'removeAndDeleteContent':_0x53d033(0x217),'removeAndMoveNext':_0x53d033(0x15f),'rename':_0x53d033(0x1ad),'movePrevious':_0x53d033(0x202),'moveNext':_0x53d033(0x17d),'expand':_0x53d033(0x137),'collapse':_0x53d033(0x154)}},'popup':{'containerName':_0x53d033(0x20d),'laneName':_0x53d033(0x1f6),'cancel':'取消','rename':_0x53d033(0x215)},'ink':{'finishEditing':'完成','enterEditing':'編輯路徑'},'mindMap':{'description':'描述','descriptionPlaceholder':_0x53d033(0x13d),'saveDescription':'儲存'},'panel':{'moreShapes':_0x53d033(0x1be),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':_0x53d033(0x1cb),'lineWidth':_0x53d033(0x13f),'reverseMarkers':_0x53d033(0x11d),'searchShapes':'搜尋形狀','container':'容器','swimlane':'泳道','verticalSwimlane':'垂直泳道','horizontalSwimlane':'水平泳道','vertical':'垂直','horizontal':'水平','tableCustomSize':'自訂大小','tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自定义','containerRatio16By9':_0x53d033(0x163),'containerRatio4By3':_0x53d033(0x1c5),'containerRatio1By1':'1\x20:\x201','containerA4':'A4','mindMapGroupMindMap':_0x53d033(0x12d),'mindMapGroupTree':_0x53d033(0x171),'mindMapGroupTimeline':_0x53d033(0x128),'mindMapRight':_0x53d033(0x112),'mindMapLeft':_0x53d033(0x224),'mindMapHorizontal':_0x53d033(0x189),'mindMapVertical':_0x53d033(0x1d9),'mindMapTreeRight':_0x53d033(0x179),'mindMapTreeLeft':_0x53d033(0x213),'mindMapTreeAlternate':_0x53d033(0x104),'mindMapTimelineHorizontal':'橫向時間軸','mindMapTimelineVertical':_0x53d033(0x20b),'mindMapNodeText':_0x53d033(0x199)},'settings':{'collaboratorCursors':_0x53d033(0x21a),'find':'尋找','grid':'網格','preciseSelection':'精確選擇','quickAdd':_0x53d033(0x110),'theme':'主題','themeOption':_0x53d033(0x218),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'设置','objects':'物件','findBoardElements':'查找画板元素','noMatches':_0x53d033(0x170),'showDimensions':_0x53d033(0x134),'showToolbar':_0x53d033(0x203),'translateInto':_0x53d033(0xfd),'import':'匯入','export':'匯出'},'objectListPanel':{'title':'物件','empty':'暫無物件','showAll':_0x53d033(0xfb),'hideAll':_0x53d033(0x22b),'moveForward':'上移一層','moveBackward':'下移一層','close':'關閉','nameInput':_0x53d033(0x20a),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':_0x53d033(0x1fb),'search':_0x53d033(0x1cd),'filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':_0x53d033(0x15c),'sectionFloating':_0x53d033(0x1fa),'name':'名稱','description':'描述','descriptionPlaceholder':_0x53d033(0x18b),'noSelection':_0x53d033(0x1b1),'elementTypes':{'object':'物件','connector':_0x53d033(0x10b),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':_0x53d033(0x19d),'shape':'形狀','table':'表格','text':'文字','smartArt':_0x53d033(0x172),'video':'影片','unit':'單元','dom':_0x53d033(0x138)}},'find':{'lanePosition':_0x53d033(0x14c),'tableCellPosition':'第\x20{0}\x20行,第\x20{1}\x20列','elementTypes':{'connector':'連接線','container':'容器','group':'組合','image':'圖片','page':'页面','placeholder':_0x53d033(0x176),'shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':'重設顏色','shape':'形狀','text':'文字','stickyNote':'便條','line':_0x53d033(0x10b),'container':'容器','swimlane':'泳道','table':'表格','chart':'图表','pen':'畫筆','mindMap':_0x53d033(0x12d),'resources':_0x53d033(0xff),'image':'圖片','import':'匯入','wrapInContainer':'包裹為容器','addSwimlaneLane':'新增泳道項','swimlaneMenu':'泳道','swimlaneLaneMenu':_0x53d033(0x149),'editBrushPath':_0x53d033(0x1ca),'arrange':'排列','bringToFront':_0x53d033(0x1fc),'bringForward':_0x53d033(0x1b8),'sendBackward':_0x53d033(0x1f2),'sendToBack':_0x53d033(0x1d3),'more':'更多'},'mermaidImport':{'cancel':'取消','containerName':_0x53d033(0x20d),'defaultContainerName':_0x53d033(0x13c),'converting':_0x53d033(0x198),'emptyPreview':'貼上\x20Mermaid\x20程式碼後預覽','diagnostics':{'emptyDraft':'沒有返回可匯入的白板元素。','expandedBounds':'返回的邊界沒有包含所有元素,已擴展預覽邊界。','invalidElement':_0x53d033(0x191),'renderElementFailed':_0x53d033(0x101),'previewPaused':_0x53d033(0x194)},'errors':{'emptyCode':_0x53d033(0x15d),'exchangeUnavailable':_0x53d033(0x214),'insertFailed':_0x53d033(0x153),'invalidDraft':_0x53d033(0x1a4)},'help':_0x53d033(0x15a),'insert':'插入','renderPreview':_0x53d033(0x186),'inserting':_0x53d033(0x225),'types':{'classDiagram':_0x53d033(0x21e),'erDiagram':_0x53d033(0x119),'flowchart':'流程圖','mindMap':_0x53d033(0x12d),'sequenceDiagram':_0x53d033(0x133),'stateDiagram':'狀態圖'}},'shapePresets':{'snip1Rect':_0x53d033(0x1af),'snip2SameRect':_0x53d033(0x148),'snip2DiagRect':_0x53d033(0x1fd),'snipRoundRect':_0x53d033(0x140),'round1Rect':_0x53d033(0x1a1),'round2SameRect':'Same-side\x20round\x20corner\x20rectangle','round2DiagRect':'Diagonal\x20round\x20corner\x20rectangle','heptagon':'Heptagon','decagon':_0x53d033(0x107),'dodecagon':_0x53d033(0x1d5),'pie':_0x53d033(0x116),'chord':_0x53d033(0x1da),'teardrop':'Teardrop','frame':'Frame','halfFrame':'Half\x20frame','corner':_0x53d033(0x150),'diagStripe':_0x53d033(0x1d0),'plaque':'Plaque','cube':_0x53d033(0x115),'bevel':'Bevel','donut':_0x53d033(0x12c),'noSmoking':_0x53d033(0x159),'blockArc':_0x53d033(0x102),'foldedCorner':_0x53d033(0x15e),'smileyFace':_0x53d033(0x122),'heart':_0x53d033(0x1e4),'lightningBolt':_0x53d033(0x173),'sun':_0x53d033(0xfe),'moon':_0x53d033(0x18f),'arc':_0x53d033(0x1c0),'bracketPair':_0x53d033(0x167),'bracePair':_0x53d033(0x196),'leftBracket':_0x53d033(0x1b2),'rightBracket':'Right\x20bracket','upArrow':_0x53d033(0x12f),'downArrow':'Down\x20arrow','upDownArrow':_0x53d033(0x1a7),'quadArrow':'Four-way\x20arrow','leftRightUpArrow':_0x53d033(0x100),'bentArrow':_0x53d033(0x16d),'uturnArrow':'U-turn\x20arrow','leftUpArrow':'Left-up\x20arrow','bentUpArrow':_0x53d033(0x22c),'curvedRightArrow':_0x53d033(0x197),'curvedLeftArrow':_0x53d033(0x1bc),'curvedUpArrow':_0x53d033(0x166),'curvedDownArrow':'Curved\x20down\x20arrow','stripedRightArrow':'Striped\x20right\x20arrow','notchedRightArrow':_0x53d033(0x1f0),'rightArrowCallout':_0x53d033(0x210),'downArrowCallout':'Down\x20arrow\x20callout','leftArrowCallout':'Left\x20arrow\x20callout','upArrowCallout':_0x53d033(0x1c8),'leftRightArrowCallout':'Left-right\x20arrow\x20callout','quadArrowCallout':_0x53d033(0x15b),'circularArrow':'Circular\x20arrow','mathMinus':_0x53d033(0x207),'mathMultiply':'Multiply','mathDivide':'Divide','mathEqual':_0x53d033(0x111),'mathNotEqual':_0x53d033(0x1f9),'flowChartProcess':'Process','flowChartAlternateProcess':_0x53d033(0x157),'flowChartDecision':_0x53d033(0x19e),'flowChartInputOutput':_0x53d033(0x156),'flowChartPredefinedProcess':_0x53d033(0x123),'flowChartInternalStorage':_0x53d033(0x206),'flowChartDocument':'Document','flowChartMultidocument':'Multiple\x20documents','flowChartTerminator':'Terminator','flowChartPreparation':_0x53d033(0x125),'flowChartManualInput':_0x53d033(0x1f8),'flowChartManualOperation':_0x53d033(0x226),'flowChartConnector':'Connector','flowChartOffpageConnector':'Off-page\x20connector','flowChartPunchedCard':_0x53d033(0x1c7),'flowChartPunchedTape':'Punched\x20tape','flowChartSummingJunction':'Summing\x20junction','flowChartOr':'Or','flowChartCollate':_0x53d033(0x204),'flowChartSort':_0x53d033(0x14a),'flowChartExtract':_0x53d033(0x1f1),'flowChartMerge':_0x53d033(0x1dc),'flowChartOnlineStorage':'Online\x20storage','flowChartDelay':_0x53d033(0x1d4),'flowChartMagneticTape':_0x53d033(0x223),'flowChartMagneticDisk':_0x53d033(0x105),'flowChartMagneticDrum':_0x53d033(0x109),'flowChartDisplay':_0x53d033(0x1ed),'irregularSeal1':_0x53d033(0x211),'irregularSeal2':_0x53d033(0x1c9),'star4':_0x53d033(0x18a),'star6':'6-point\x20star','star7':_0x53d033(0x1ce),'star8':_0x53d033(0x127),'star10':_0x53d033(0x21b),'star12':_0x53d033(0x1e2),'star16':_0x53d033(0x201),'star24':_0x53d033(0x1e6),'star32':'32-point\x20star','ribbon2':'Ribbon\x202','ribbon':_0x53d033(0x1de),'ellipseRibbon2':'Ellipse\x20ribbon\x202','ellipseRibbon':_0x53d033(0x18e),'verticalScroll':_0x53d033(0x165),'horizontalScroll':_0x53d033(0x12a),'wave':'Wave','doubleWave':_0x53d033(0x1ae),'wedgeRectCallout':_0x53d033(0x14d),'cloudCallout':_0x53d033(0x1a9),'borderCallout1':'Border\x20callout\x201','borderCallout2':'Border\x20callout\x202','borderCallout3':'Border\x20callout\x203','accentCallout1':_0x53d033(0x144),'accentCallout2':_0x53d033(0x1b9),'accentCallout3':_0x53d033(0x178),'callout1':'Callout\x201','callout2':_0x53d033(0x10c),'callout3':_0x53d033(0x1d8),'accentBorderCallout1':'Accent\x20border\x20callout\x201','accentBorderCallout2':_0x53d033(0x175),'accentBorderCallout3':_0x53d033(0x183),'leftCircularArrow':'Left\x20circular\x20arrow','leftRightCircularArrow':'Left-right\x20circular\x20arrow','swooshArrow':_0x53d033(0x13a),'leftRightRibbon':_0x53d033(0x1cf),'pieWedge':_0x53d033(0x1e0),'funnel':_0x53d033(0x1ff),'gear6':_0x53d033(0x1df),'gear9':_0x53d033(0x1c4),'cornerTabs':_0x53d033(0x147),'actionButtonBackPrevious':_0x53d033(0x1a8),'actionButtonForwardNext':'Forward\x20or\x20next\x20button','actionButtonBeginning':'Beginning\x20button','actionButtonEnd':'End\x20button','actionButtonHome':'Home\x20button','actionButtonInformation':_0x53d033(0x18d),'actionButtonReturn':_0x53d033(0x103),'actionButtonMovie':_0x53d033(0x10f),'actionButtonDocument':'Document\x20button','actionButtonSound':_0x53d033(0x21c),'actionButtonHelp':_0x53d033(0xfa),'actionButtonBlank':'Blank\x20button','chartPlus':_0x53d033(0x212),'chartStar':_0x53d033(0x22a),'chartX':_0x53d033(0x18c),'flowChartOfflineStorage':_0x53d033(0x205),'lineInv':_0x53d033(0x187),'plaqueTabs':_0x53d033(0x1cc),'squareTabs':_0x53d033(0x14f),'upDownArrowCallout':'Up-down\x20arrow\x20callout','roundedRectangle':_0x53d033(0x20e),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x53d033(0x21f),'chevron':_0x53d033(0x221),'rightArrowBlock':_0x53d033(0x13e),'parallelogram':_0x53d033(0x1b4),'trapezoid':'梯形','speechBubble':_0x53d033(0x190),'roundedCallout':_0x53d033(0x1e3),'rightTriangle':_0x53d033(0x10d),'triangle':_0x53d033(0x16b),'star':'星形','hexagon':'六邊形','pentagon':'五邊形','octagon':_0x53d033(0x1e9),'leftArrow':_0x53d033(0x1e1),'rightArrow':'右箭頭','leftRightArrow':_0x53d033(0x16e),'cloud':'雲朵','leftBrace':_0x53d033(0x1d2),'rightBrace':_0x53d033(0x139),'plus':'加號','actor':_0x53d033(0x1d6),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x53d033(0x20e),'dataFlowCircle':'圓形','dataFlowRoundedSquare':_0x53d033(0x208),'dataStorage1':_0x53d033(0x228),'dataStorage2':_0x53d033(0x11a),'dataStorage3':_0x53d033(0x185),'lineNone':_0x53d033(0x1ab),'lineDashedNone':'虛線(無箭頭)','lineOpenArrow':_0x53d033(0x216),'lineDoubleOpenArrow':'雙向開口箭頭','actorLifeline':_0x53d033(0x1ec),'boundaryLifeline':_0x53d033(0x1f4),'controlLifeline':_0x53d033(0x1e8),'entityLifeline':'实体生命线','collectionLifeline':_0x53d033(0x17a),'objectLifeline':_0x53d033(0x209),'magneticDiskLifeline':_0x53d033(0x1bd),'directAccessStorageLifeline':_0x53d033(0x117),'activationBar':_0x53d033(0x1ac),'sequenceFragment':_0x53d033(0x192),'sequenceAlternativeFragment':_0x53d033(0x1eb),'umlClass':'类','umlInterface':'接口','umlInterfaceShape':'接口','umlClassifier':'分类器','umlHollowDiamondConnector':_0x53d033(0x1e5),'umlFilledDiamondConnector':'实心菱形连接线','umlFilledArrowConnector':_0x53d033(0x16f),'umlDashedOpenArrowConnector':'虚线开口箭头连接线','umlDashedFilledArrowConnector':_0x53d033(0x12e),'erdEntity':'實體','erdKeyField':_0x53d033(0x121),'erdFieldType':'字段类型实体','erdFull':_0x53d033(0x20f),'initialState':'初始狀態','finalState':'終止狀態','stateBar':_0x53d033(0x177),'requiredInterface':'需求介面','assemblyConnector':'組裝連接器','providedInterface':_0x53d033(0x135),'componentBox':_0x53d033(0x118),'component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x53d033(0x19f),'blockArrow':_0x53d033(0x1bb),'equationShape':_0x53d033(0x1ba),'flowchart':_0x53d033(0x11c),'starAndBanner':_0x53d033(0x1ee),'callout':'標註','actionButton':'動作按鈕','other':'其他'},'classDiagram':_0x53d033(0x21e),'dataFlowDiagram':'資料流程圖','line':'線條','entityRelationshipDiagram':_0x53d033(0x11b),'umlCustomShapes':_0x53d033(0x16c),'umlSequenceDiagram':_0x53d033(0x1e7),'statusDiagram':_0x53d033(0x14e),'componentDiagram':'元件圖'},'connector':{'toolbar':{'sourceMarker':_0x53d033(0x161),'swapMarkers':_0x53d033(0x22e),'targetMarker':'目標箭頭','lineColor':'連線顏色','lineWidth':'粗細','opacityPercent':_0x53d033(0x17f),'settings':_0x53d033(0x19a),'smoothElbow':'折線','bridge':'跳線','insertText':_0x53d033(0x141),'more':'更多'},'routing':{'straight':'直线','elbow':_0x53d033(0x108),'polyline':_0x53d033(0x17c),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x53d033(0x227)},'marker':{'none':'橫線','arrow':'箭头','filledArrow':_0x53d033(0x222),'openArrow':_0x53d033(0x216),'triangle':'三角箭頭','filledTriangle':'填滿三角箭頭','hollowTriangle':_0x53d033(0x1aa),'diamond':'菱形','hollowDiamond':'空心菱形','filledDiamond':'實心菱形','circle':_0x53d033(0x164),'filledCircle':_0x53d033(0x106),'bar':'橫槓','doubleBar':_0x53d033(0x1a2),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x53d033(0x131),'circleCrowsFoot':_0x53d033(0x130),'circleBar':'圓圈橫槓','x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x53d033(0x126),'zeroOrMany':_0x53d033(0x1a5),'oneOrMany':_0x53d033(0x184)}},'zoom':{'dragMode':'拖曳模式','fitContent':_0x53d033(0x182),'zoomOut':'縮小','resetZoom':_0x53d033(0x142),'zoomIn':'放大','help':'帮助'},'shortcutHelp':{'title':'快捷鍵','close':_0x53d033(0x143),'sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x53d033(0x181),'editing':_0x53d033(0x1a3),'grouping':'組合形狀','swimlane':'泳道','mindMap':_0x53d033(0x12d),'layout':_0x53d033(0x11e),'font':_0x53d033(0x1b7)},'items':{'showMoreShapes':'顯示更多形狀','roundedRectangle':_0x53d033(0x20e),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':'折线连接线','line':'直线','stickyNote':'便條','search':'搜尋','zoomWheel':_0x53d033(0x22d),'zoomPinch':_0x53d033(0x22d),'zoomTo100':_0x53d033(0x151),'zoomToSelection':'縮放到選取範圍','zoomToFit':_0x53d033(0x195),'enterFullScreen':_0x53d033(0x1bf),'exitFullScreen':'退出全螢幕','selectShape':_0x53d033(0x181),'selectAll':'全選','multipleSelect':_0x53d033(0x14b),'invertSelection':'反向選擇','preciseSelection':'精確選擇','deepSelect':_0x53d033(0x17b),'editShape':_0x53d033(0x1a3),'copy':'複製','copyAsImage':_0x53d033(0x114),'paste':'貼上','cut':'剪下','makeCopy':_0x53d033(0x21d),'scale':'縮放','copyStyle':'複製樣式','pasteStyle':_0x53d033(0x219),'moveAxisLocked':_0x53d033(0x17e),'flipHorizontal':_0x53d033(0x174),'flipVertical':_0x53d033(0x1fe),'undo':'復原','redo':'重做','toggleQuickAdd':_0x53d033(0x168),'hideCollaboratorsCursors':_0x53d033(0x180),'toggleToolbar':_0x53d033(0x1c6),'delete':'刪除','group':'組合','ungroup':'取消組合','selectUpperLayerGroups':'選擇上層組合','selectShapesToGroup':_0x53d033(0x152),'swimlaneLaneRename':_0x53d033(0x1ad),'swimlaneLaneToggleCollapsed':_0x53d033(0x220),'swimlaneLaneMovePrevious':_0x53d033(0x202),'swimlaneLaneMoveNext':_0x53d033(0x17d),'swimlaneLaneRemove':_0x53d033(0x1f3),'addSiblingNode':_0x53d033(0x1a6),'addChildNode':_0x53d033(0x1b6),'addParentNode':_0x53d033(0x1a0),'foldChildNodes':_0x53d033(0x16a),'collapseAllNodes':_0x53d033(0x12b),'addDescription':_0x53d033(0x18b),'editCurrentNode':_0x53d033(0x1f5),'bringToFront':'置於頂層','sendToBack':_0x53d033(0x1d3),'alignLeft':_0x53d033(0x1d1),'alignRight':'靠右對齊','alignTop':'靠上對齊','alignBottom':_0x53d033(0x169),'alignMiddle':'垂直置中','alignCenter':_0x53d033(0x158),'distributeHorizontally':_0x53d033(0x11f),'distributeVertically':'垂直分佈','disableObjectAlignment':_0x53d033(0x1d7),'increaseFontSize':_0x53d033(0x1ea),'decreaseFontSize':_0x53d033(0x1ef),'bold':'粗體','strikethrough':'刪除線','italic':'斜體','underline':'底線','link':'連結','numberedList':_0x53d033(0x1c2),'bulletedList':'項目符號清單','quote':'引用','alignTextLeft':'靠左對齊','alignTextRight':_0x53d033(0x20c),'alignTextCenter':_0x53d033(0x10a)}}}};}));function _0x1dcd(){var _0x2c0a09=['空心菱形连接线','24-point\x20star','UML\x20時序圖','控制生命线','八邊形','增大字號','备选组合片段','参与者生命线','Display','星與旗幟','減小字號','Notched\x20right\x20arrow','Extract','下移一層','刪除泳道','边界生命线','編輯目前節點','泳道名稱','3899xnPBuj','Manual\x20input','Not\x20equal','浮動層','拖曳調整圖層','置於頂層','Diagonal\x20snip\x20corner\x20rectangle','垂直翻轉','Funnel','8XLMwdn','16-point\x20star','向前移動泳道','顯示工具列','Collate','Offline\x20storage','Internal\x20storage','Minus','圓角正方形','对象生命线','物件名稱','縱向時間軸','靠右對齊','容器名稱','圓角矩形','键字段类型实体','Right\x20arrow\x20callout','Explosion\x201','Chart\x20plus','左側樹狀圖','未註冊\x20Exchange\x20用戶端。','重新命名','開口箭頭','刪除內容和泳道項','主題:{0}','貼上樣式','協作者游標','10-point\x20star','Sound\x20button','建立副本','類別圖','圓柱體','收合/展開泳道','燕尾形','實心箭頭','Magnetic\x20tape','左向心智圖','正在插入...','Manual\x20operation','點劃線','資料儲存\x201','amd','Chart\x20star','全部隱藏','Bent-up\x20arrow','放大/缩小','交換箭頭','73536efIrQR','Help\x20button','全部顯示','2937JUEkyH','翻譯為','Sun','資源庫','Left-right-up\x20arrow','預覽中算繪元素失敗:{0}。','Block\x20arc','Return\x20button','左右樹狀圖','Magnetic\x20disk','實心圓','Decagon','直角折線','Magnetic\x20drum','置中對齊','連接線','Callout\x202','直角三角形','解鎖成員關係','Movie\x20button','快速新增','Equal','右向心智圖','移出內容並刪除泳道項','複製為圖片','Cube','Pie','直接访问存储生命线','元件框','ER\x20圖','資料儲存\x202','實體關係圖','流程圖','反向箭頭','版面配置','水平分佈','重命名容器','键字段实体','Smiley\x20face','Predefined\x20process','UniverProBoardsUiZhTW','Preparation','零或一','8-point\x20star','時間軸','在右側新增泳道項','Horizontal\x20scroll','摺疊/展開全部節點','Donut','心智圖','虚线实心箭头连接线','Up\x20arrow','圓圈鴉腳','橫槓鴉腳','開啟自動撐開','時序圖','顯示尺寸','提供介面','10794wmEHLk','展開泳道','DOM','右大括號','Swoosh\x20arrow','137365jcJyhI','匯入圖表','為目前節點新增描述','右箭頭塊','連線寬度','Snip\x20and\x20round\x20corner\x20rectangle','插入文字','重設縮放','關閉快捷鍵','Accent\x20callout\x201','解散容器','父容器適應內容','Corner\x20tabs','Same-side\x20snip\x20corner\x20rectangle','泳道项','Sort','多選/取消選擇','泳道\x20{0}','Rectangular\x20callout','狀態圖','Square\x20tabs','Corner','縮放到\x20100%','選擇要組合的形狀','插入白板草稿失敗。','收合泳道','6xDXKPl','Input/output','Alternate\x20process','水平置中','No\x20symbol','如何使用\x20Mermaid\x20繪製圖表?','Four-way\x20arrow\x20callout','畫布層','Mermaid\x20程式碼為空。','Folded\x20corner','移動內容到下一泳道並刪除','移動內容到上一泳道並刪除','來源箭頭','選擇內容','16\x20:\x209','空心圓','Vertical\x20scroll','Curved\x20up\x20arrow','Bracket\x20pair','隱藏/顯示快速新增','靠下對齊','摺疊/展開子節點','三角形','UML\x20自訂形狀','Bent\x20arrow','左右箭頭','实心箭头连接线','無符合結果','樹狀圖','SmartArt','Lightning\x20bolt','水平翻轉','Accent\x20border\x20callout\x202','佔位符','狀態列','Accent\x20callout\x203','右側樹狀圖','集合生命线','深度選擇','多段線','向後移動泳道','水平/垂直移動','透明度\x20{0}%','隱藏協作者游標','選擇形狀','適應內容','Accent\x20border\x20callout\x203','一或多','資料儲存\x203','算繪預覽','Inverse\x20line','刪除容器','左右心智圖','4-point\x20star','新增描述','Chart\x20X','Information\x20button','Ellipse\x20ribbon','Moon','對話氣泡','已跳過無效的白板元素:{0}。','组合片段','刪除泳道項','此圖表包含\x20{0}\x20個元素,已暫停自動預覽。點擊「算繪預覽」後手動載入。','適應畫布','Brace\x20pair','Curved\x20right\x20arrow','正在轉換\x20Mermaid...','新增文字','連線設定','5781560RoaTQf','2276388kqOona','預留位置','Decision','基本形狀','新增父節點','Single\x20round\x20corner\x20rectangle','雙豎線','編輯形狀','伺服器未回傳有效的白板草稿。','零或多','新增同層節點','Up-down\x20arrow','Back\x20or\x20previous\x20button','Cloud\x20callout','空心三角','直線(無箭頭)','激活条','重新命名泳道','Double\x20wave','Single\x20snip\x20corner\x20rectangle','47676aqslbC','選取一個物件以編輯詳情','Left\x20bracket','選擇父容器','平行四邊形','鎖定成員關係','新增子節點','字型設定','上移一層','Accent\x20callout\x202','公式形狀','箭頭總匯','Curved\x20left\x20arrow','磁盘生命线','更多形狀','進入全螢幕','Arc','200OUSdSl','編號清單','object','Gear\x209','4\x20:\x203','隱藏/顯示工具列','Punched\x20card','Up\x20arrow\x20callout','Explosion\x202','編輯畫筆路徑','連線顏色','Plaque\x20tabs','搜尋物件','7-point\x20star','Left-right\x20ribbon','Diagonal\x20stripe','靠左對齊','左大括號','置於底層','Delay','Dodecagon','參與者','停用物件對齊','Callout\x203','上下心智圖','Chord','440578BPwjwO','Merge','function','Ribbon','Gear\x206','Pie\x20wedge','左箭頭','12-point\x20star','圓角標註','Heart'];_0x1dcd=function(){return _0x2c0a09;};return _0x1dcd();}
|
|
1
|
+
function _0x3d63(){var _0x1c425d=['編輯文字','自訂大小','Four-way\x20arrow\x20callout','Magnetic\x20tape','新增父節點','物件名稱','Block\x20arc','無符合結果','Single\x20round\x20corner\x20rectangle','編號清單','畫布層','Magnetic\x20disk','來源箭頭','Manual\x20operation','Callout\x203','重新命名泳道','快捷鍵','靠上對齊','圓角標註','點劃線','顯示更多形狀','物件生命線','隱藏/顯示快速新增','左右樹狀圖','資料儲存\x203','移出內容並刪除泳道項','參與者','縮放到\x20100%','右對齊','字型設定','Preparation','右箭頭塊','反向選擇','Equal','Pie','3625948dmuvwb','向前移動泳道','刪除文字','心智圖','7904148cSrvig','Arc','搜尋形狀','Teardrop','Cube','7-point\x20star','連線顏色','上下心智圖','選擇父容器','取消組合','Accent\x20border\x20callout\x202','Right\x20bracket','縮放到選取範圍','編輯形狀','基本形狀','Bevel','Corner','直接存取儲存生命線','Same-side\x20snip\x20corner\x20rectangle','Internal\x20storage','三角形','Bracket\x20pair','Lightning\x20bolt','連線寬度','Magnetic\x20drum','Left-right-up\x20arrow','16-point\x20star','資源庫','右箭頭','Back\x20or\x20previous\x20button','Predefined\x20process','選擇內容','直角三角形','Information\x20button','五邊形','向後移動泳道','Process','進入全螢幕','Down\x20arrow\x20callout','連接線','重新命名','6939582xAolyU','Bent-up\x20arrow','4-point\x20star','移動內容到上一泳道並刪除','關閉自動撐開','Beginning\x20button','Curved\x20up\x20arrow','Square\x20tabs','Plaque\x20tabs','隱藏/顯示工具列','複製樣式','資料儲存\x202','透明度\x20{0}%','左大括號','左箭頭','Striped\x20right\x20arrow','貼上樣式','全部顯示','圓圈鴉腳','Minus','4\x20:\x203','實心菱形','選擇上層組合','摺疊/展開子節點','雙豎線','24-point\x20star','開啟自動撐開','39vRwHqr','垂直泳道','Movie\x20button','左右箭頭','2223650sLycZe','快速新增','Divide','放大/縮小','3bltHLy','Left-right\x20ribbon','浮動層','置於底層','狀態列','Diagonal\x20snip\x20corner\x20rectangle','Heart','實心箭頭連接線','狀態圖','Summing\x20junction','類別圖','Accent\x20callout\x203','拖曳模式','左右心智圖','Sound\x20button','Single\x20snip\x20corner\x20rectangle','展開泳道','泳道名稱','10-point\x20star','鍵欄位類型實體','平行四邊形','橫槓鴉腳','Moon','Manual\x20input','公式形狀','在文字後方中斷連接線','Down\x20arrow','開口箭頭','Explosion\x201','Document','Accent\x20border\x20callout\x201','Notched\x20right\x20arrow','退出全螢幕','Blank\x20button','新增同層節點','組合片段','Forward\x20or\x20next\x20button','零或多','新增描述','縱向時間軸','Diagonal\x20round\x20corner\x20rectangle','No\x20symbol','時間軸','左對齊','編輯畫筆路徑','刪除線','UniverProBoardsUiZhTW','21RdLefr','圓角正方形','Punched\x20card','Frame','Chart\x20X','資料儲存\x201','amd','Decagon','標籤邊框','下移一層','重設縮放','空心菱形連接線','Sort','Border\x20callout\x201','UML\x20時序圖','刪除容器','Left-right\x20circular\x20arrow','function','垂直翻轉','置於頂層','6-point\x20star','exports','Right\x20arrow\x20callout','重命名容器','零或一','三角箭頭','Home\x20button','直線(無箭頭)','靠下對齊','選擇要組合的形狀','DOM','圓角矩形','水平置中','Swoosh\x20arrow','邊界生命線','置中對齊','SmartArt','Diagonal\x20stripe','停用物件對齊','一或多','新增子節點','拖曳調整圖層','Double\x20wave','參與者生命線','Curved\x20down\x20arrow','靠左對齊','暫無物件','水平/垂直移動','折線連接線','雙向開口箭頭','實心箭頭','Gear\x209','1229538usVWbl','Curved\x20right\x20arrow','Accent\x20callout\x201','Border\x20callout\x203','Left\x20bracket','新增泳道項','文字顏色','圓柱體','Help\x20button','Four-way\x20arrow','解散容器','Connector','橫向時間軸','新增泳道','縮放選項','解鎖成員關係','Up\x20arrow\x20callout','樹狀圖','組裝連接器','磁碟生命線','更多形狀','Multiple\x20documents','提供介面','深度選擇','左向心智圖','編輯目前節點','移動內容到下一泳道並刪除','文字設定','Sun','Circular\x20arrow','協作者游標','直角折線','2pSrMGg','在下方新增泳道項','Chord','複製為圖片','Left\x20arrow\x20callout','收合泳道','Ribbon','5xFuWsG','Decision','UML\x20自訂形狀','Smiley\x20face','精確選擇','虛線(無箭頭)','刪除泳道項','適應畫布','垂直置中','水平泳道','新增文字','Wave','Accent\x20callout\x202','初始狀態','實體關係圖','泳道項','刪除泳道','Document\x20button','主題:{0}','1484360SAojfL','11348830LQhVIV','Brace\x20pair','Explosion\x202','選擇形狀','增大字號','靠右對齊','Plaque','顯示工具列','1\x20:\x201','Alternate\x20process','為目前節點新增描述','圓圈橫槓','元件圖','Up-down\x20arrow','Dodecagon','流程圖','尋找白板元素','父容器適應內容','刪除內容和泳道項','關閉快捷鍵','Up\x20arrow','Donut','上移一層','連線設定','9ZQAnyY','Extract','Input/output','Chart\x20star','目標箭頭','對話氣泡','32-point\x20star','Display','適應內容','Multiply','Merge','Up-down\x20arrow\x20callout','多段線','實心圓','容器名稱','Callout\x202','鍵欄位實體'];_0x3d63=function(){return _0x1c425d;};return _0x3d63();}function _0x3e7e(_0x48156b,_0x4ca1f1){_0x48156b=_0x48156b-0x153;var _0x3d63b6=_0x3d63();var _0x3e7ea2=_0x3d63b6[_0x48156b];return _0x3e7ea2;}(function(_0x3deb30,_0x4167d9){var _0x3cf331=_0x3e7e,_0x11f109=_0x3deb30();while(!![]){try{var _0x5b9cab=parseInt(_0x3cf331(0x21a))/0x1*(parseInt(_0x3cf331(0x1fa))/0x2)+-parseInt(_0x3cf331(0x197))/0x3*(parseInt(_0x3cf331(0x281))/0x4)+parseInt(_0x3cf331(0x221))/0x5*(-parseInt(_0x3cf331(0x174))/0x6)+parseInt(_0x3cf331(0x1c6))/0x7*(parseInt(_0x3cf331(0x234))/0x8)+-parseInt(_0x3cf331(0x24d))/0x9*(parseInt(_0x3cf331(0x235))/0xa)+parseInt(_0x3cf331(0x193))/0xb+parseInt(_0x3cf331(0x285))/0xc*(parseInt(_0x3cf331(0x18f))/0xd);if(_0x5b9cab===_0x4167d9)break;else _0x11f109['push'](_0x11f109['shift']());}catch(_0x17f1ec){_0x11f109['push'](_0x11f109['shift']());}}}(_0x3d63,0xbb1b9),function(_0xb664c,_0x195c14){var _0x1fe983=_0x3e7e;typeof exports=='object'&&typeof module<'u'?module[_0x1fe983(0x1db)]=_0x195c14():typeof define==_0x1fe983(0x1d7)&&define[_0x1fe983(0x1cc)]?define([],_0x195c14):(_0xb664c=typeof globalThis<'u'?globalThis:_0xb664c||self,_0xb664c[_0x1fe983(0x1c5)]=_0x195c14());}(this,function(){var _0x2d56c7=_0x3e7e;return{'boards-ui':{'line':{'title':'線條'},'contextMenu':{'container':{'rename':_0x2d56c7(0x1dd),'fitToContent':_0x2d56c7(0x255),'selectContents':_0x2d56c7(0x16a),'enableAutoResize':_0x2d56c7(0x18e),'disableAutoResize':_0x2d56c7(0x178),'lockMembership':'鎖定成員關係','unlockMembership':_0x2d56c7(0x209),'disband':_0x2d56c7(0x204),'delete':_0x2d56c7(0x1d5)},'containerChild':{'moveOut':'移出容器','selectParent':_0x2d56c7(0x153),'fitParent':_0x2d56c7(0x246)},'swimlaneLane':{'add':_0x2d56c7(0x207),'addBelow':_0x2d56c7(0x21b),'addRight':'在右側新增泳道項','remove':_0x2d56c7(0x227),'removeAndMovePrevious':_0x2d56c7(0x177),'removeAndPromote':_0x2d56c7(0x277),'removeAndDeleteContent':_0x2d56c7(0x247),'removeAndMoveNext':_0x2d56c7(0x214),'rename':_0x2d56c7(0x26d),'movePrevious':_0x2d56c7(0x282),'moveNext':_0x2d56c7(0x16e),'expand':_0x2d56c7(0x1a7),'collapse':_0x2d56c7(0x21f)}},'popup':{'containerName':_0x2d56c7(0x25b),'laneName':_0x2d56c7(0x1a8),'cancel':'取消','rename':_0x2d56c7(0x173)},'ink':{'finishEditing':'完成','enterEditing':'編輯路徑'},'mindMap':{'description':'描述','descriptionPlaceholder':_0x2d56c7(0x23f),'saveDescription':'儲存'},'panel':{'moreShapes':_0x2d56c7(0x20e),'more':'更多','back':'返回','close':'關閉','stickyNote':'便條','lineColor':'連線顏色','lineWidth':_0x2d56c7(0x162),'reverseMarkers':'反向箭頭','searchShapes':_0x2d56c7(0x287),'container':'容器','swimlane':'泳道','verticalSwimlane':_0x2d56c7(0x190),'horizontalSwimlane':_0x2d56c7(0x22a),'vertical':'垂直','horizontal':'水平','tableCustomSize':_0x2d56c7(0x25f),'tableRows':'列數','tableColumns':'欄數','tableInsert':'插入','customContainer':'自訂','containerRatio16By9':'16\x20:\x209','containerRatio4By3':_0x2d56c7(0x188),'containerRatio1By1':_0x2d56c7(0x23d),'containerA4':'A4','mindMapGroupMindMap':_0x2d56c7(0x284),'mindMapGroupTree':_0x2d56c7(0x20b),'mindMapGroupTimeline':_0x2d56c7(0x1c1),'mindMapRight':'右向心智圖','mindMapLeft':_0x2d56c7(0x212),'mindMapHorizontal':_0x2d56c7(0x1a4),'mindMapVertical':_0x2d56c7(0x28c),'mindMapTreeRight':'右側樹狀圖','mindMapTreeLeft':'左側樹狀圖','mindMapTreeAlternate':_0x2d56c7(0x275),'mindMapTimelineHorizontal':_0x2d56c7(0x206),'mindMapTimelineVertical':_0x2d56c7(0x1be),'mindMapNodeText':_0x2d56c7(0x22b)},'settings':{'collaboratorCursors':_0x2d56c7(0x218),'find':'尋找','grid':'網格','preciseSelection':'精確選擇','quickAdd':_0x2d56c7(0x194),'theme':'主題','themeOption':_0x2d56c7(0x233),'themePreviewStart':'開始','themePreviewData':'資料','undo':'復原','redo':'重做','settings':'設定','objects':'物件','findBoardElements':_0x2d56c7(0x245),'noMatches':_0x2d56c7(0x265),'showDimensions':'顯示尺寸','showToolbar':_0x2d56c7(0x23c),'translateInto':'翻譯為'},'objectListPanel':{'title':'物件','empty':_0x2d56c7(0x1f4),'showAll':_0x2d56c7(0x185),'hideAll':'全部隱藏','moveForward':_0x2d56c7(0x24b),'moveBackward':'下移一層','close':'關閉','nameInput':_0x2d56c7(0x263),'hide':'隱藏','show':'顯示','lock':'鎖定','unlock':'解鎖','details':'詳情','locate':'定位','expand':'展開','collapse':'摺疊','dragToReorder':_0x2d56c7(0x1ef),'search':'搜尋物件','filterAll':'全部','filterHidden':'隱藏','filterLocked':'鎖定','sectionCanvas':_0x2d56c7(0x268),'sectionFloating':_0x2d56c7(0x199),'name':'名稱','description':'描述','descriptionPlaceholder':_0x2d56c7(0x1bd),'noSelection':'選取一個物件以編輯詳情','elementTypes':{'object':'物件','connector':_0x2d56c7(0x172),'container':'容器','group':'群組','image':'圖片','chart':'圖表','page':'頁面','placeholder':'預留位置','shape':'形狀','table':'表格','text':'文字','smartArt':_0x2d56c7(0x1ea),'video':'影片','unit':'單元','dom':_0x2d56c7(0x1e4)}},'find':{'lanePosition':'泳道\x20{0}','tableCellPosition':'第\x20{0}\x20行,第\x20{1}\x20列','elementTypes':{'connector':'連接線','container':'容器','group':'組合','image':'圖片','page':'頁面','placeholder':'佔位符','shape':'形狀','table':'表格','text':'文字'}},'themePresets':{'default':'預設','classic':'經典','vintage':'復古','gray':'灰色','vibrant':'鮮明','blue':'藍色'},'toolbar':{'resetColor':'重設顏色','shape':'形狀','text':'文字','stickyNote':'便條','line':_0x2d56c7(0x172),'container':'容器','swimlane':'泳道','table':'表格','chart':'圖表','pen':'畫筆','mindMap':'心智圖','resources':_0x2d56c7(0x166),'image':'圖片','wrapInContainer':'包裹為容器','addSwimlaneLane':_0x2d56c7(0x1ff),'swimlaneMenu':'泳道','swimlaneLaneMenu':_0x2d56c7(0x230),'editBrushPath':_0x2d56c7(0x1c3),'arrange':'排列','bringToFront':_0x2d56c7(0x1d9),'bringForward':_0x2d56c7(0x24b),'sendBackward':_0x2d56c7(0x1cf),'sendToBack':_0x2d56c7(0x19a),'more':'更多'},'shapePresets':{'snip1Rect':_0x2d56c7(0x1a6),'snip2SameRect':_0x2d56c7(0x15d),'snip2DiagRect':_0x2d56c7(0x19c),'snipRoundRect':'Snip\x20and\x20round\x20corner\x20rectangle','round1Rect':_0x2d56c7(0x266),'round2SameRect':'Same-side\x20round\x20corner\x20rectangle','round2DiagRect':_0x2d56c7(0x1bf),'heptagon':'Heptagon','decagon':_0x2d56c7(0x1cd),'dodecagon':_0x2d56c7(0x243),'pie':_0x2d56c7(0x280),'chord':_0x2d56c7(0x21c),'teardrop':_0x2d56c7(0x288),'frame':_0x2d56c7(0x1c9),'halfFrame':'Half\x20frame','corner':_0x2d56c7(0x15b),'diagStripe':_0x2d56c7(0x1eb),'plaque':_0x2d56c7(0x23b),'cube':_0x2d56c7(0x289),'bevel':_0x2d56c7(0x15a),'donut':_0x2d56c7(0x24a),'noSmoking':_0x2d56c7(0x1c0),'blockArc':_0x2d56c7(0x264),'foldedCorner':'Folded\x20corner','smileyFace':_0x2d56c7(0x224),'heart':_0x2d56c7(0x19d),'lightningBolt':_0x2d56c7(0x161),'sun':_0x2d56c7(0x216),'moon':_0x2d56c7(0x1ad),'arc':_0x2d56c7(0x286),'bracketPair':_0x2d56c7(0x160),'bracePair':_0x2d56c7(0x236),'leftBracket':_0x2d56c7(0x1fe),'rightBracket':_0x2d56c7(0x156),'upArrow':_0x2d56c7(0x249),'downArrow':_0x2d56c7(0x1b1),'upDownArrow':_0x2d56c7(0x242),'quadArrow':_0x2d56c7(0x203),'leftRightUpArrow':_0x2d56c7(0x164),'bentArrow':'Bent\x20arrow','uturnArrow':'U-turn\x20arrow','leftUpArrow':'Left-up\x20arrow','bentUpArrow':_0x2d56c7(0x175),'curvedRightArrow':_0x2d56c7(0x1fb),'curvedLeftArrow':'Curved\x20left\x20arrow','curvedUpArrow':_0x2d56c7(0x17a),'curvedDownArrow':_0x2d56c7(0x1f2),'stripedRightArrow':_0x2d56c7(0x183),'notchedRightArrow':_0x2d56c7(0x1b6),'rightArrowCallout':_0x2d56c7(0x1dc),'downArrowCallout':_0x2d56c7(0x171),'leftArrowCallout':_0x2d56c7(0x21e),'upArrowCallout':_0x2d56c7(0x20a),'leftRightArrowCallout':'Left-right\x20arrow\x20callout','quadArrowCallout':_0x2d56c7(0x260),'circularArrow':_0x2d56c7(0x217),'mathMinus':_0x2d56c7(0x187),'mathMultiply':_0x2d56c7(0x256),'mathDivide':_0x2d56c7(0x195),'mathEqual':_0x2d56c7(0x27f),'mathNotEqual':'Not\x20equal','flowChartProcess':_0x2d56c7(0x16f),'flowChartAlternateProcess':_0x2d56c7(0x23e),'flowChartDecision':_0x2d56c7(0x222),'flowChartInputOutput':_0x2d56c7(0x24f),'flowChartPredefinedProcess':_0x2d56c7(0x169),'flowChartInternalStorage':_0x2d56c7(0x15e),'flowChartDocument':_0x2d56c7(0x1b4),'flowChartMultidocument':_0x2d56c7(0x20f),'flowChartTerminator':'Terminator','flowChartPreparation':_0x2d56c7(0x27c),'flowChartManualInput':_0x2d56c7(0x1ae),'flowChartManualOperation':_0x2d56c7(0x26b),'flowChartConnector':_0x2d56c7(0x205),'flowChartOffpageConnector':'Off-page\x20connector','flowChartPunchedCard':_0x2d56c7(0x1c8),'flowChartPunchedTape':'Punched\x20tape','flowChartSummingJunction':_0x2d56c7(0x1a0),'flowChartOr':'Or','flowChartCollate':'Collate','flowChartSort':_0x2d56c7(0x1d2),'flowChartExtract':_0x2d56c7(0x24e),'flowChartMerge':_0x2d56c7(0x257),'flowChartOnlineStorage':'Online\x20storage','flowChartDelay':'Delay','flowChartMagneticTape':_0x2d56c7(0x261),'flowChartMagneticDisk':_0x2d56c7(0x269),'flowChartMagneticDrum':_0x2d56c7(0x163),'flowChartDisplay':_0x2d56c7(0x254),'irregularSeal1':_0x2d56c7(0x1b3),'irregularSeal2':_0x2d56c7(0x237),'star4':_0x2d56c7(0x176),'star6':_0x2d56c7(0x1da),'star7':_0x2d56c7(0x28a),'star8':'8-point\x20star','star10':_0x2d56c7(0x1a9),'star12':'12-point\x20star','star16':_0x2d56c7(0x165),'star24':_0x2d56c7(0x18d),'star32':_0x2d56c7(0x253),'ribbon2':'Ribbon\x202','ribbon':_0x2d56c7(0x220),'ellipseRibbon2':'Ellipse\x20ribbon\x202','ellipseRibbon':'Ellipse\x20ribbon','verticalScroll':'Vertical\x20scroll','horizontalScroll':'Horizontal\x20scroll','wave':_0x2d56c7(0x22c),'doubleWave':_0x2d56c7(0x1f0),'wedgeRectCallout':'Rectangular\x20callout','cloudCallout':'Cloud\x20callout','borderCallout1':_0x2d56c7(0x1d3),'borderCallout2':'Border\x20callout\x202','borderCallout3':_0x2d56c7(0x1fd),'accentCallout1':_0x2d56c7(0x1fc),'accentCallout2':_0x2d56c7(0x22d),'accentCallout3':_0x2d56c7(0x1a2),'callout1':'Callout\x201','callout2':_0x2d56c7(0x25c),'callout3':_0x2d56c7(0x26c),'accentBorderCallout1':_0x2d56c7(0x1b5),'accentBorderCallout2':_0x2d56c7(0x155),'accentBorderCallout3':'Accent\x20border\x20callout\x203','leftCircularArrow':'Left\x20circular\x20arrow','leftRightCircularArrow':_0x2d56c7(0x1d6),'swooshArrow':_0x2d56c7(0x1e7),'leftRightRibbon':_0x2d56c7(0x198),'pieWedge':'Pie\x20wedge','funnel':'Funnel','gear6':'Gear\x206','gear9':_0x2d56c7(0x1f9),'cornerTabs':'Corner\x20tabs','actionButtonBackPrevious':_0x2d56c7(0x168),'actionButtonForwardNext':_0x2d56c7(0x1bb),'actionButtonBeginning':_0x2d56c7(0x179),'actionButtonEnd':'End\x20button','actionButtonHome':_0x2d56c7(0x1e0),'actionButtonInformation':_0x2d56c7(0x16c),'actionButtonReturn':'Return\x20button','actionButtonMovie':_0x2d56c7(0x191),'actionButtonDocument':_0x2d56c7(0x232),'actionButtonSound':_0x2d56c7(0x1a5),'actionButtonHelp':_0x2d56c7(0x202),'actionButtonBlank':_0x2d56c7(0x1b8),'chartPlus':'Chart\x20plus','chartStar':_0x2d56c7(0x250),'chartX':_0x2d56c7(0x1ca),'flowChartOfflineStorage':'Offline\x20storage','lineInv':'Inverse\x20line','plaqueTabs':_0x2d56c7(0x17c),'squareTabs':_0x2d56c7(0x17b),'upDownArrowCallout':_0x2d56c7(0x258),'roundedRectangle':_0x2d56c7(0x1e5),'oval':'橢圓','diamond':'菱形','rectangle':'矩形','circle':'圓形','cylinder':_0x2d56c7(0x201),'chevron':'燕尾形','rightArrowBlock':_0x2d56c7(0x27d),'parallelogram':_0x2d56c7(0x1ab),'trapezoid':'梯形','speechBubble':_0x2d56c7(0x252),'roundedCallout':_0x2d56c7(0x270),'rightTriangle':_0x2d56c7(0x16b),'triangle':_0x2d56c7(0x15f),'star':'星形','hexagon':'六邊形','pentagon':_0x2d56c7(0x16d),'octagon':'八邊形','leftArrow':_0x2d56c7(0x182),'rightArrow':_0x2d56c7(0x167),'leftRightArrow':_0x2d56c7(0x192),'cloud':'雲朵','leftBrace':_0x2d56c7(0x181),'rightBrace':'右大括號','plus':'加號','actor':_0x2d56c7(0x278),'boundary':'邊界','control':'控制','entity':'實體','collection':'集合','dataFlowRoundedRectangle':_0x2d56c7(0x1e5),'dataFlowCircle':'圓形','dataFlowRoundedSquare':_0x2d56c7(0x1c7),'dataStorage1':_0x2d56c7(0x1cb),'dataStorage2':_0x2d56c7(0x17f),'dataStorage3':_0x2d56c7(0x276),'lineNone':_0x2d56c7(0x1e1),'lineDashedNone':_0x2d56c7(0x226),'lineOpenArrow':_0x2d56c7(0x1b2),'lineDoubleOpenArrow':_0x2d56c7(0x1f7),'actorLifeline':_0x2d56c7(0x1f1),'boundaryLifeline':_0x2d56c7(0x1e8),'controlLifeline':'控制生命線','entityLifeline':'實體生命線','collectionLifeline':'集合生命線','objectLifeline':_0x2d56c7(0x273),'magneticDiskLifeline':_0x2d56c7(0x20d),'directAccessStorageLifeline':_0x2d56c7(0x15c),'activationBar':'啟用條','sequenceFragment':_0x2d56c7(0x1ba),'sequenceAlternativeFragment':'備選組合片段','umlClass':'類別','umlInterface':'介面','umlInterfaceShape':'介面','umlClassifier':'分類器','umlHollowDiamondConnector':_0x2d56c7(0x1d1),'umlFilledDiamondConnector':'實心菱形連接線','umlFilledArrowConnector':_0x2d56c7(0x19e),'umlDashedOpenArrowConnector':'虛線開口箭頭連接線','umlDashedFilledArrowConnector':'虛線實心箭頭連接線','erdEntity':'實體','erdKeyField':_0x2d56c7(0x25d),'erdFieldType':'欄位類型實體','erdFull':_0x2d56c7(0x1aa),'initialState':_0x2d56c7(0x22e),'finalState':'終止狀態','stateBar':_0x2d56c7(0x19b),'requiredInterface':'需求介面','assemblyConnector':_0x2d56c7(0x20c),'providedInterface':_0x2d56c7(0x210),'componentBox':'元件框','component':'元件'},'shapeCategories':{'basics':'基礎','basicShapes':{'rectangle':'矩形','basicShape':_0x2d56c7(0x159),'blockArrow':'箭頭總匯','equationShape':_0x2d56c7(0x1af),'flowchart':_0x2d56c7(0x244),'starAndBanner':'星與旗幟','callout':'標註','actionButton':'動作按鈕','other':'其他'},'classDiagram':_0x2d56c7(0x1a1),'dataFlowDiagram':'資料流程圖','line':'線條','entityRelationshipDiagram':_0x2d56c7(0x22f),'umlCustomShapes':_0x2d56c7(0x223),'umlSequenceDiagram':_0x2d56c7(0x1d4),'statusDiagram':_0x2d56c7(0x19f),'componentDiagram':_0x2d56c7(0x241)},'connector':{'toolbar':{'sourceMarker':_0x2d56c7(0x26a),'swapMarkers':'交換箭頭','targetMarker':_0x2d56c7(0x251),'lineColor':_0x2d56c7(0x28b),'lineWidth':'粗細','opacityPercent':_0x2d56c7(0x180),'settings':_0x2d56c7(0x24c),'smoothElbow':'折線','bridge':'跳線','insertText':'插入文字','textSettings':_0x2d56c7(0x215),'alignLeft':_0x2d56c7(0x1c2),'alignCenter':_0x2d56c7(0x1e9),'alignRight':_0x2d56c7(0x27a),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','textColor':_0x2d56c7(0x200),'editText':_0x2d56c7(0x25e),'labelFill':'標籤背景','labelBorder':_0x2d56c7(0x1ce),'transparent':'透明','breakLineBehindText':_0x2d56c7(0x1b0),'textSection':'文字','labelSection':'標籤','deleteText':_0x2d56c7(0x283),'more':'更多'},'routing':{'straight':'直線','elbow':_0x2d56c7(0x219),'polyline':_0x2d56c7(0x259),'curve':'曲線'},'strokeWidth':{'thin':'細','regular':'一般','medium':'中等','bold':'粗'},'dash':{'solid':'實線','dashed':'虛線','dotted':'點線','dashDot':_0x2d56c7(0x271)},'marker':{'none':'橫線','arrow':'箭頭','filledArrow':_0x2d56c7(0x1f8),'openArrow':'開口箭頭','triangle':_0x2d56c7(0x1df),'filledTriangle':'填滿三角箭頭','hollowTriangle':'空心三角','diamond':'菱形','hollowDiamond':'空心菱形','filledDiamond':_0x2d56c7(0x189),'circle':'空心圓','filledCircle':_0x2d56c7(0x25a),'bar':'橫槓','doubleBar':_0x2d56c7(0x18c),'crowFoot':'鴉腳','crowsFoot':'鴉腳','barCrowsFoot':_0x2d56c7(0x1ac),'circleCrowsFoot':_0x2d56c7(0x186),'circleBar':_0x2d56c7(0x240),'x':'叉','cross':'十字','plus':'十字','zeroOrOne':_0x2d56c7(0x1de),'zeroOrMany':_0x2d56c7(0x1bc),'oneOrMany':_0x2d56c7(0x1ed)}},'zoom':{'dragMode':_0x2d56c7(0x1a3),'fitContent':_0x2d56c7(0x255),'zoomOptions':_0x2d56c7(0x208),'zoomTo100':_0x2d56c7(0x279),'zoomToFit':'適應畫布','zoomToSelection':_0x2d56c7(0x157),'zoomOut':'縮小','resetZoom':_0x2d56c7(0x1d0),'zoomIn':'放大','help':'說明'},'shortcutHelp':{'title':_0x2d56c7(0x26e),'close':_0x2d56c7(0x248),'sections':{'tools':'工具','navigator':'導覽','view':'檢視','selection':_0x2d56c7(0x238),'editing':'編輯形狀','grouping':'組合形狀','swimlane':'泳道','mindMap':'心智圖','layout':'版面配置','font':_0x2d56c7(0x27b)},'items':{'showMoreShapes':_0x2d56c7(0x272),'roundedRectangle':_0x2d56c7(0x1e5),'rectangle':'矩形','oval':'橢圓','diamond':'菱形','text':'文字','elbowConnector':_0x2d56c7(0x1f6),'line':'直線','stickyNote':'便條','search':'搜尋','zoomWheel':'放大/縮小','zoomPinch':_0x2d56c7(0x196),'zoomTo100':_0x2d56c7(0x279),'zoomToSelection':_0x2d56c7(0x157),'zoomToFit':_0x2d56c7(0x228),'enterFullScreen':_0x2d56c7(0x170),'exitFullScreen':_0x2d56c7(0x1b7),'selectShape':'選擇形狀','selectAll':'全選','multipleSelect':'多選/取消選擇','invertSelection':_0x2d56c7(0x27e),'preciseSelection':_0x2d56c7(0x225),'deepSelect':_0x2d56c7(0x211),'editShape':_0x2d56c7(0x158),'copy':'複製','copyAsImage':_0x2d56c7(0x21d),'paste':'貼上','cut':'剪下','makeCopy':'建立副本','scale':'縮放','copyStyle':_0x2d56c7(0x17e),'pasteStyle':_0x2d56c7(0x184),'moveAxisLocked':_0x2d56c7(0x1f5),'flipHorizontal':'水平翻轉','flipVertical':_0x2d56c7(0x1d8),'undo':'復原','redo':'重做','toggleQuickAdd':_0x2d56c7(0x274),'hideCollaboratorsCursors':'隱藏協作者游標','toggleToolbar':_0x2d56c7(0x17d),'delete':'刪除','group':'組合','ungroup':_0x2d56c7(0x154),'selectUpperLayerGroups':_0x2d56c7(0x18a),'selectShapesToGroup':_0x2d56c7(0x1e3),'swimlaneLaneRename':'重新命名泳道','swimlaneLaneToggleCollapsed':'收合/展開泳道','swimlaneLaneMovePrevious':_0x2d56c7(0x282),'swimlaneLaneMoveNext':'向後移動泳道','swimlaneLaneRemove':_0x2d56c7(0x231),'addSiblingNode':_0x2d56c7(0x1b9),'addChildNode':_0x2d56c7(0x1ee),'addParentNode':_0x2d56c7(0x262),'foldChildNodes':_0x2d56c7(0x18b),'collapseAllNodes':'摺疊/展開全部節點','addDescription':'新增描述','editCurrentNode':_0x2d56c7(0x213),'bringToFront':_0x2d56c7(0x1d9),'sendToBack':'置於底層','alignLeft':_0x2d56c7(0x1f3),'alignRight':_0x2d56c7(0x23a),'alignTop':_0x2d56c7(0x26f),'alignBottom':_0x2d56c7(0x1e2),'alignMiddle':_0x2d56c7(0x229),'alignCenter':_0x2d56c7(0x1e6),'distributeHorizontally':'水平分佈','distributeVertically':'垂直分佈','disableObjectAlignment':_0x2d56c7(0x1ec),'increaseFontSize':_0x2d56c7(0x239),'decreaseFontSize':'減小字號','bold':'粗體','strikethrough':_0x2d56c7(0x1c4),'italic':'斜體','underline':'底線','link':'連結','numberedList':_0x2d56c7(0x267),'bulletedList':'項目符號清單','quote':'引用','alignTextLeft':_0x2d56c7(0x1f3),'alignTextRight':_0x2d56c7(0x23a),'alignTextCenter':'置中對齊'}}}};}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/boards-ui",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Board UI integration for Univer.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -40,6 +40,16 @@
|
|
|
40
40
|
"require": "./lib/cjs/locale/*.js",
|
|
41
41
|
"types": "./lib/types/locale/*.d.ts"
|
|
42
42
|
},
|
|
43
|
+
"./facade": {
|
|
44
|
+
"import": "./lib/es/facade.js",
|
|
45
|
+
"require": "./lib/cjs/facade.js",
|
|
46
|
+
"types": "./lib/types/facade/index.d.ts"
|
|
47
|
+
},
|
|
48
|
+
"./lib/facade": {
|
|
49
|
+
"import": "./lib/es/facade.js",
|
|
50
|
+
"require": "./lib/cjs/facade.js",
|
|
51
|
+
"types": "./lib/types/facade/index.d.ts"
|
|
52
|
+
},
|
|
43
53
|
"./lib/*": "./lib/*"
|
|
44
54
|
},
|
|
45
55
|
"main": "./lib/es/index.js",
|
|
@@ -58,32 +68,31 @@
|
|
|
58
68
|
"rxjs": ">=7.0.0"
|
|
59
69
|
},
|
|
60
70
|
"dependencies": {
|
|
61
|
-
"@univerjs/icons": "1.
|
|
62
|
-
"@univerjs-pro/boards": "1.0.0-
|
|
63
|
-
"@univerjs-pro/
|
|
64
|
-
"@univerjs-pro/
|
|
65
|
-
"@univerjs-pro/
|
|
66
|
-
"@univerjs-pro/
|
|
67
|
-
"@univerjs
|
|
68
|
-
"@univerjs
|
|
69
|
-
"@univerjs
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/
|
|
76
|
-
"@univerjs/
|
|
77
|
-
"@univerjs/ui": "1.0.0-alpha.7"
|
|
71
|
+
"@univerjs/icons": "1.35.0",
|
|
72
|
+
"@univerjs-pro/boards": "1.0.0-beta.0",
|
|
73
|
+
"@univerjs-pro/ink-ui": "1.0.0-beta.0",
|
|
74
|
+
"@univerjs-pro/ink": "1.0.0-beta.0",
|
|
75
|
+
"@univerjs-pro/license": "1.0.0-beta.0",
|
|
76
|
+
"@univerjs-pro/shape-editor-ui": "1.0.0-beta.0",
|
|
77
|
+
"@univerjs/core": "1.0.0-beta.0",
|
|
78
|
+
"@univerjs/design": "1.0.0-beta.0",
|
|
79
|
+
"@univerjs/docs": "1.0.0-beta.0",
|
|
80
|
+
"@univerjs/drawing-ui": "1.0.0-beta.0",
|
|
81
|
+
"@univerjs-pro/shape-editor": "1.0.0-beta.0",
|
|
82
|
+
"@univerjs/docs-ui": "1.0.0-beta.0",
|
|
83
|
+
"@univerjs/engine-render": "1.0.0-beta.0",
|
|
84
|
+
"@univerjs/ui": "1.0.0-beta.0",
|
|
85
|
+
"@univerjs-pro/engine-shape": "1.0.0-beta.0",
|
|
86
|
+
"@univerjs/drawing": "1.0.0-beta.0"
|
|
78
87
|
},
|
|
79
88
|
"devDependencies": {
|
|
80
|
-
"postcss": "^8.5.
|
|
89
|
+
"postcss": "^8.5.25",
|
|
81
90
|
"react": "18.3.1",
|
|
82
91
|
"rxjs": "7.8.2",
|
|
83
92
|
"tailwindcss": "3.4.17",
|
|
84
93
|
"typescript": "^6.0.3",
|
|
85
94
|
"vitest": "^4.1.10",
|
|
86
|
-
"@univerjs-infra/shared": "1.0.0-
|
|
95
|
+
"@univerjs-infra/shared": "1.0.0-beta.0"
|
|
87
96
|
},
|
|
88
97
|
"scripts": {
|
|
89
98
|
"test": "vitest run",
|
|
@@ -1,26 +0,0 @@
|
|
|
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[];
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IBoardImportAdapterService } from '@univerjs-pro/boards';
|
|
2
|
-
import { Disposable } from '@univerjs/core';
|
|
3
|
-
import { IBoardMermaidImportService } from '../services/board-mermaid-import.service';
|
|
4
|
-
export declare class BoardMermaidImportController extends Disposable {
|
|
5
|
-
private readonly _importAdapterService;
|
|
6
|
-
private readonly _mermaidImportService;
|
|
7
|
-
constructor(_importAdapterService: IBoardImportAdapterService, _mermaidImportService: IBoardMermaidImportService);
|
|
8
|
-
private _initAdapter;
|
|
9
|
-
}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import type { IBoardImportDiagnostic, IBoardImportDraft } from '@univerjs-pro/boards';
|
|
2
|
-
import type { IDisposable } from '@univerjs/core';
|
|
3
|
-
import type { Observable } from 'rxjs';
|
|
4
|
-
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
5
|
-
import { IExchangeService } from '@univerjs-pro/exchange-client';
|
|
6
|
-
import { ICommandService, LocaleService } from '@univerjs/core';
|
|
7
|
-
import { IBoardElementStateService } from './board-element-state.service';
|
|
8
|
-
import { IBoardUIStateService } from './board-ui-state.service';
|
|
9
|
-
export declare const BOARD_MERMAID_IMPORT_SOURCE_TYPE = "mermaid";
|
|
10
|
-
export declare const BoardMermaidImportErrorKey: {
|
|
11
|
-
readonly ExchangeUnavailable: "boards-ui.mermaidImport.errors.exchangeUnavailable";
|
|
12
|
-
readonly EmptyCode: "boards-ui.mermaidImport.errors.emptyCode";
|
|
13
|
-
readonly InvalidDraft: "boards-ui.mermaidImport.errors.invalidDraft";
|
|
14
|
-
readonly InsertFailed: "boards-ui.mermaidImport.errors.insertFailed";
|
|
15
|
-
};
|
|
16
|
-
export type BoardMermaidImportErrorKey = typeof BoardMermaidImportErrorKey[keyof typeof BoardMermaidImportErrorKey];
|
|
17
|
-
export declare const MERMAID_CODE_SAMPLES: Record<string, string>;
|
|
18
|
-
export declare const DEFAULT_MERMAID_CODE: string;
|
|
19
|
-
export declare const RENDER_ELEMENT_FAILED_DIAGNOSTIC_KEY = "boards-ui.mermaidImport.diagnostics.renderElementFailed";
|
|
20
|
-
export interface IBoardMermaidImportContext {
|
|
21
|
-
unitId: string;
|
|
22
|
-
subUnitId: string;
|
|
23
|
-
}
|
|
24
|
-
export interface IBoardMermaidImportState extends IBoardMermaidImportContext {
|
|
25
|
-
open: boolean;
|
|
26
|
-
code: string;
|
|
27
|
-
containerName: string;
|
|
28
|
-
diagramType: string;
|
|
29
|
-
converting: boolean;
|
|
30
|
-
inserting: boolean;
|
|
31
|
-
draft: IBoardImportDraft | null;
|
|
32
|
-
diagnostics: IBoardImportDiagnostic[];
|
|
33
|
-
error: IBoardMermaidImportError | null;
|
|
34
|
-
}
|
|
35
|
-
export interface IBoardMermaidConvertOptions {
|
|
36
|
-
diagramType?: string;
|
|
37
|
-
fileName?: string;
|
|
38
|
-
}
|
|
39
|
-
export interface IBoardMermaidInsertOptions {
|
|
40
|
-
containerName?: string;
|
|
41
|
-
selectAfterInsert?: boolean;
|
|
42
|
-
}
|
|
43
|
-
export interface IBoardMermaidImportError {
|
|
44
|
-
key: BoardMermaidImportErrorKey;
|
|
45
|
-
detail?: string;
|
|
46
|
-
}
|
|
47
|
-
export interface IBoardMermaidImportService {
|
|
48
|
-
readonly state$: Observable<IBoardMermaidImportState>;
|
|
49
|
-
getState(): IBoardMermaidImportState;
|
|
50
|
-
openImport(context: IBoardMermaidImportContext): void;
|
|
51
|
-
close(): void;
|
|
52
|
-
updateCode(code: string): void;
|
|
53
|
-
updateContainerName(containerName: string): void;
|
|
54
|
-
updateDiagramType(diagramType: string): void;
|
|
55
|
-
convertMermaidToBoardDraft(code: string, options?: IBoardMermaidConvertOptions): Promise<IBoardImportDraft>;
|
|
56
|
-
convertCurrentCode(): Promise<IBoardImportDraft | null>;
|
|
57
|
-
insertCurrentDraft(options?: IBoardMermaidInsertOptions): Promise<boolean>;
|
|
58
|
-
}
|
|
59
|
-
export declare const IBoardMermaidImportService: import("@wendellhu/redi").IdentifierDecorator<IBoardMermaidImportService>;
|
|
60
|
-
export declare class BoardMermaidImportService implements IBoardMermaidImportService, IDisposable {
|
|
61
|
-
private readonly _boardElementService;
|
|
62
|
-
private readonly _uiStateService;
|
|
63
|
-
private readonly _elementStateService;
|
|
64
|
-
private readonly _localeService;
|
|
65
|
-
private readonly _commandService;
|
|
66
|
-
private readonly _exchangeService?;
|
|
67
|
-
private readonly _state$;
|
|
68
|
-
private _convertRequestId;
|
|
69
|
-
readonly state$: Observable<IBoardMermaidImportState>;
|
|
70
|
-
constructor(_boardElementService: IBoardElementService, _uiStateService: IBoardUIStateService, _elementStateService: IBoardElementStateService, _localeService: LocaleService, _commandService: ICommandService, _exchangeService?: IExchangeService | undefined);
|
|
71
|
-
dispose(): void;
|
|
72
|
-
getState(): IBoardMermaidImportState;
|
|
73
|
-
openImport(context: IBoardMermaidImportContext): void;
|
|
74
|
-
close(): void;
|
|
75
|
-
updateCode(code: string): void;
|
|
76
|
-
updateContainerName(containerName: string): void;
|
|
77
|
-
updateDiagramType(diagramType: string): void;
|
|
78
|
-
convertMermaidToBoardDraft(code: string, options?: IBoardMermaidConvertOptions): Promise<IBoardImportDraft>;
|
|
79
|
-
convertCurrentCode(): Promise<IBoardImportDraft | null>;
|
|
80
|
-
insertCurrentDraft(options?: IBoardMermaidInsertOptions): Promise<boolean>;
|
|
81
|
-
asDisposable(): IDisposable;
|
|
82
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { BoardModel } from '@univerjs-pro/boards';
|
|
2
|
-
import type { IDisposable } from '@univerjs/core';
|
|
3
|
-
import { ICommandService } from '@univerjs/core';
|
|
4
|
-
import { BoardSettingsActionType } from '../common/settings-actions';
|
|
5
|
-
export interface IBoardSettingsActionContext {
|
|
6
|
-
type: BoardSettingsActionType;
|
|
7
|
-
boardModel: BoardModel;
|
|
8
|
-
unitId: string;
|
|
9
|
-
subUnitId: string;
|
|
10
|
-
}
|
|
11
|
-
export interface IBoardSettingsActionAdapter {
|
|
12
|
-
executeAction(context: IBoardSettingsActionContext): boolean | Promise<boolean>;
|
|
13
|
-
}
|
|
14
|
-
export declare class BoardSettingsActionService {
|
|
15
|
-
private readonly _commandService;
|
|
16
|
-
private readonly _adapters;
|
|
17
|
-
constructor(_commandService: ICommandService);
|
|
18
|
-
registerAdapter(adapter: IBoardSettingsActionAdapter): IDisposable;
|
|
19
|
-
executeAction(type: BoardSettingsActionType, boardModel: BoardModel | null | undefined): Promise<boolean>;
|
|
20
|
-
private _executeDefaultAction;
|
|
21
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export interface IBoardDraftInsertRect {
|
|
2
|
-
left: number;
|
|
3
|
-
top: number;
|
|
4
|
-
width: number;
|
|
5
|
-
height: number;
|
|
6
|
-
}
|
|
7
|
-
export interface IResolveBoardDraftInsertPositionOptions {
|
|
8
|
-
draftBounds?: Partial<IBoardDraftInsertRect> | null;
|
|
9
|
-
existingRects?: IBoardDraftInsertRect[];
|
|
10
|
-
preferredPosition?: Pick<IBoardDraftInsertRect, 'left' | 'top'>;
|
|
11
|
-
gap?: number;
|
|
12
|
-
}
|
|
13
|
-
export declare function resolveBoardDraftInsertPosition(options: IResolveBoardDraftInsertPositionOptions): Pick<IBoardDraftInsertRect, 'left' | 'top'>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { IBoardImportDiagnostic, IBoardImportDraft } from '@univerjs-pro/boards';
|
|
2
|
-
export declare const MAX_AUTO_MERMAID_PREVIEW_ELEMENTS = 300;
|
|
3
|
-
export declare function shouldAutoRenderMermaidPreview(draft: IBoardImportDraft | null): boolean;
|
|
4
|
-
export declare function areImportDiagnosticsEqual(left: IBoardImportDiagnostic[], right: IBoardImportDiagnostic[]): boolean;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export interface IBoardContainerRenamePopupProps {
|
|
2
|
-
initialTitle: string;
|
|
3
|
-
onCancel: () => void;
|
|
4
|
-
onSubmit: (title: string) => void | Promise<void>;
|
|
5
|
-
}
|
|
6
|
-
export declare function BoardContainerRenamePopup(props: IBoardContainerRenamePopupProps): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function BoardMermaidImportDialog(): import("react").JSX.Element | null;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export interface IBoardSwimlaneLaneRenamePopupProps {
|
|
2
|
-
initialTitle: string;
|
|
3
|
-
onCancel: () => void;
|
|
4
|
-
onSubmit: (title: string) => void | Promise<void>;
|
|
5
|
-
}
|
|
6
|
-
export declare function BoardSwimlaneLaneRenamePopup(props: IBoardSwimlaneLaneRenamePopupProps): import("react").JSX.Element;
|