@univerjs-pro/shape-editor-ui 1.0.0-alpha.0 → 1.0.0-alpha.2

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 (91) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +45 -0
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/config/config.d.ts +5 -0
  63. package/lib/types/controllers/components.controller.d.ts +7 -0
  64. package/lib/types/index.d.ts +3 -0
  65. package/lib/types/locale/en-US.d.ts +16 -0
  66. package/lib/types/plugin.d.ts +13 -0
  67. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +0 -4
  68. package/lib/types/views/shape-picker/ShapePickerGrid.d.ts +24 -0
  69. package/lib/types/views/shape-picker/index.d.ts +4 -0
  70. package/lib/types/views/shape-picker/shapes.d.ts +25 -0
  71. package/lib/umd/index.js +1 -1
  72. package/lib/umd/locale/ar-SA.js +1 -1
  73. package/lib/umd/locale/ca-ES.js +1 -1
  74. package/lib/umd/locale/de-DE.js +1 -1
  75. package/lib/umd/locale/en-US.js +1 -1
  76. package/lib/umd/locale/es-ES.js +1 -1
  77. package/lib/umd/locale/fa-IR.js +1 -1
  78. package/lib/umd/locale/fr-FR.js +1 -1
  79. package/lib/umd/locale/id-ID.js +1 -1
  80. package/lib/umd/locale/it-IT.js +1 -1
  81. package/lib/umd/locale/ja-JP.js +1 -1
  82. package/lib/umd/locale/ko-KR.js +1 -1
  83. package/lib/umd/locale/pl-PL.js +1 -1
  84. package/lib/umd/locale/pt-BR.js +1 -1
  85. package/lib/umd/locale/ru-RU.js +1 -1
  86. package/lib/umd/locale/sk-SK.js +1 -1
  87. package/lib/umd/locale/vi-VN.js +1 -1
  88. package/lib/umd/locale/zh-CN.js +1 -1
  89. package/lib/umd/locale/zh-HK.js +1 -1
  90. package/lib/umd/locale/zh-TW.js +1 -1
  91. package/package.json +11 -11
@@ -1 +1 @@
1
- function _0x460d(_0x242f60,_0x40d856){_0x242f60=_0x242f60-0x1ab;const _0x41ac8b=_0x41ac();let _0x460dad=_0x41ac8b[_0x242f60];return _0x460dad;}const _0x1351cc=_0x460d;(function(_0x3a7929,_0x36726a){const _0x506aec=_0x460d,_0x44761f=_0x3a7929();while(!![]){try{const _0x49802d=parseInt(_0x506aec(0x28e))/0x1*(-parseInt(_0x506aec(0x216))/0x2)+parseInt(_0x506aec(0x25c))/0x3+-parseInt(_0x506aec(0x1df))/0x4+-parseInt(_0x506aec(0x26b))/0x5+parseInt(_0x506aec(0x1c3))/0x6*(parseInt(_0x506aec(0x1ec))/0x7)+-parseInt(_0x506aec(0x1b7))/0x8*(-parseInt(_0x506aec(0x25d))/0x9)+parseInt(_0x506aec(0x25a))/0xa;if(_0x49802d===_0x36726a)break;else _0x44761f['push'](_0x44761f['shift']());}catch(_0x27dade){_0x44761f['push'](_0x44761f['shift']());}}}(_0x41ac,0x6bc98));const e={'shape-editor-ui':{'title':_0x1351cc(0x28f),'insertShape':_0x1351cc(0x24a),'openPanel':_0x1351cc(0x205),'deleteShape':'Xóa\x20hình\x20dạng','hidePanel':_0x1351cc(0x1e9),'formatShape':_0x1351cc(0x267),'shapeStyle':_0x1351cc(0x1b4),'shapePosition':_0x1351cc(0x22d),'toggleFlipH':_0x1351cc(0x1f7),'toggleFlipV':_0x1351cc(0x270),'rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x1351cc(0x247),'toggleTextVertical':_0x1351cc(0x200),'fill':{'title':_0x1351cc(0x234),'noFill':'Không\x20tô','solidFill':_0x1351cc(0x259),'gradientFill':_0x1351cc(0x1ee),'pictureFill':_0x1351cc(0x1b6),'patternFill':_0x1351cc(0x238),'color':_0x1351cc(0x250),'transparency':'Độ\x20trong\x20suốt','picture':{'source':_0x1351cc(0x27c),'insert':'Chèn...','tileAsTexture':_0x1351cc(0x1cf),'offsetX':'Bù\x20trừ\x20X','offsetY':_0x1351cc(0x1d6),'scaleX':'Tỷ\x20lệ\x20X','scaleY':_0x1351cc(0x252),'alignment':_0x1351cc(0x290),'rotateWithShape':_0x1351cc(0x1f2),'align':{'tl':_0x1351cc(0x1bb),'t':'Trên','tr':_0x1351cc(0x1d8),'l':_0x1351cc(0x236),'ctr':_0x1351cc(0x221),'r':'Phải','bl':_0x1351cc(0x239),'b':_0x1351cc(0x212),'br':'Dưới\x20phải'}}},'line':{'title':'Đường\x20viền','noLine':'Không\x20có\x20đường\x20viền','solidLine':'Đường\x20viền\x20liền','gradientLine':_0x1351cc(0x232),'color':'Màu\x20sắc','transparency':_0x1351cc(0x255),'width':_0x1351cc(0x262),'cornerRadius':'Bán\x20kính\x20góc','dashType':{'title':_0x1351cc(0x1b8),'solid':'Liền','roundDot':_0x1351cc(0x27f),'squareDot':_0x1351cc(0x28c),'dash':_0x1351cc(0x1ad),'dashDot':'Nét\x20đứt\x20chấm','longDash':_0x1351cc(0x1c5),'longDashDot':_0x1351cc(0x219),'longDashDotDot':_0x1351cc(0x28d)},'capType':{'title':'Kiểu\x20đầu\x20mút','flat':_0x1351cc(0x1ba),'round':_0x1351cc(0x1f6),'square':'Vuông'},'joinType':{'title':_0x1351cc(0x275),'miter':_0x1351cc(0x21c),'round':_0x1351cc(0x1f6),'bevel':'Vát'},'beginArrowType':'Kiểu\x20mũi\x20tên\x20đầu','beginArrowSize':'Kích\x20thước\x20mũi\x20tên\x20đầu','endArrowType':'Kiểu\x20mũi\x20tên\x20cuối','endArrowSize':_0x1351cc(0x1bd),'arrowType':{'none':_0x1351cc(0x1e3),'arrow':'Mũi\x20tên','openArrow':_0x1351cc(0x1fe),'stealthArrow':'Mũi\x20tên\x20nhọn','diamondArrow':_0x1351cc(0x230),'ovalArrow':_0x1351cc(0x1c9)},'arrowSize':{'small':'Nhỏ','medium':_0x1351cc(0x22f),'large':_0x1351cc(0x28a)},'sketchType':{'title':_0x1351cc(0x1c0),'none':_0x1351cc(0x203),'curved':_0x1351cc(0x1b3),'freehand':_0x1351cc(0x269),'handDrawn':_0x1351cc(0x1d1)}},'shape':{'group':{'line':'Đường\x20kẻ','rectangle':'Hình\x20chữ\x20nhật','basicShape':'Hình\x20cơ\x20bản','blockArrow':_0x1351cc(0x27e),'equationShape':_0x1351cc(0x1c8),'flowchart':_0x1351cc(0x27d),'starAndBanner':'Sao\x20và\x20Biểu\x20ngữ','callout':_0x1351cc(0x26c),'other':_0x1351cc(0x1b9)},'type':{'line':'Đường\x20thẳng','straight-connector1':_0x1351cc(0x1dd),'straight-connector2':_0x1351cc(0x1ea),'bent-connector3':_0x1351cc(0x289),'bent-connector3-arrow1':_0x1351cc(0x1fa),'bent-connector3-arrow2':_0x1351cc(0x23d),'curved-connector3':_0x1351cc(0x1ed),'curved-connector3-arrow1':_0x1351cc(0x260),'curved-connector3-arrow2':_0x1351cc(0x24e),'rect':_0x1351cc(0x1e5),'round-rect':_0x1351cc(0x1d9),'snip1-rect':_0x1351cc(0x21a),'snip2-same-rect':'Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','snip2-diag-rect':_0x1351cc(0x276),'snip-round-rect':'Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','round1-rect':'Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','round2-same-rect':_0x1351cc(0x1ac),'round2-diag-rect':_0x1351cc(0x24f),'rect-textbox-horizontal':_0x1351cc(0x20a),'rect-textbox-vertical':_0x1351cc(0x202),'ellipse':_0x1351cc(0x264),'triangle':_0x1351cc(0x26d),'rt-triangle':_0x1351cc(0x243),'parallelogram':'Hình\x20bình\x20hành','trapezoid':_0x1351cc(0x21d),'non-isosceles-trapezoid':_0x1351cc(0x20c),'diamond':_0x1351cc(0x25b),'pentagon':_0x1351cc(0x285),'hexagon':_0x1351cc(0x271),'heptagon':_0x1351cc(0x213),'octagon':_0x1351cc(0x253),'decagon':_0x1351cc(0x237),'dodecagon':_0x1351cc(0x263),'pie':_0x1351cc(0x22c),'chord':_0x1351cc(0x1d4),'teardrop':_0x1351cc(0x280),'frame':_0x1351cc(0x1d3),'half-frame':_0x1351cc(0x1c2),'corner':_0x1351cc(0x279),'diag-stripe':_0x1351cc(0x274),'plus':_0x1351cc(0x23b),'plaque':_0x1351cc(0x23c),'can':'Hình\x20trụ','cube':_0x1351cc(0x1da),'bevel':_0x1351cc(0x1f5),'donut':_0x1351cc(0x1cd),'no-smoking':_0x1351cc(0x27a),'block-arc':_0x1351cc(0x229),'folder-corner':_0x1351cc(0x251),'smiley-face':_0x1351cc(0x215),'heart':_0x1351cc(0x1c1),'lightning-bolt':_0x1351cc(0x1d2),'sun':_0x1351cc(0x1d0),'moon':_0x1351cc(0x265),'cloud':_0x1351cc(0x1b1),'arc':_0x1351cc(0x1d4),'bracket-pair':_0x1351cc(0x246),'brace-pair':_0x1351cc(0x20b),'left-bracket':_0x1351cc(0x1be),'right-bracket':_0x1351cc(0x261),'left-brace':_0x1351cc(0x1dc),'right-brace':_0x1351cc(0x223),'right-arrow':_0x1351cc(0x1e6),'left-arrow':_0x1351cc(0x278),'up-arrow':_0x1351cc(0x21e),'down-arrow':_0x1351cc(0x225),'left-right-arrow':_0x1351cc(0x206),'up-down-arrow':'Mũi\x20tên\x20lên\x20xuống','quad-arrow':_0x1351cc(0x1d7),'left-right-up-arrow':_0x1351cc(0x1bc),'bent-arrow':'Mũi\x20tên\x20cong','uturn-arrow':_0x1351cc(0x1b5),'left-up-arrow':_0x1351cc(0x268),'bent-up-arrow':_0x1351cc(0x201),'curved-right-arrow':_0x1351cc(0x1b0),'curved-left-arrow':'Mũi\x20tên\x20cong\x20trái','curved-up-arrow':_0x1351cc(0x201),'curved-down-arrow':_0x1351cc(0x244),'striped-right-arrow':_0x1351cc(0x24d),'notched-right-arrow':_0x1351cc(0x1f3),'home-plate':_0x1351cc(0x1eb),'chevron':_0x1351cc(0x273),'right-arrow-callout':_0x1351cc(0x272),'down-arrow-callout':_0x1351cc(0x1b2),'left-arrow-callout':_0x1351cc(0x20e),'up-arrow-callout':_0x1351cc(0x214),'left-right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','quad-arrow-callout':_0x1351cc(0x1f9),'circular-arrow':_0x1351cc(0x22e),'math-plus':_0x1351cc(0x23b),'math-minus':_0x1351cc(0x1c4),'math-multiply':_0x1351cc(0x235),'math-divide':'Dấu\x20chia','math-equal':_0x1351cc(0x222),'math-not-equal':_0x1351cc(0x283),'flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':'Quy\x20trình\x20thay\x20thế','flow-chart-decision':_0x1351cc(0x1c6),'flow-chart-input-output':_0x1351cc(0x1de),'flow-chart-predefined-process':_0x1351cc(0x284),'flow-chart-internal-storage':'Lưu\x20trữ\x20nội\x20bộ','flow-chart-document':_0x1351cc(0x26f),'flow-chart-multidocument':'Đa\x20tài\x20liệu','flow-chart-terminator':'Kết\x20thúc','flow-chart-preparation':'Chuẩn\x20bị','flow-chart-manual-input':_0x1351cc(0x1f0),'flow-chart-manual-operation':_0x1351cc(0x266),'flow-chart-connector':_0x1351cc(0x209),'flow-chart-offpage-connector':_0x1351cc(0x1ef),'flow-chart-punched-card':_0x1351cc(0x1ce),'flow-chart-punched-tape':'Băng\x20đục\x20lỗ','flow-chart-summing-junction':_0x1351cc(0x220),'flow-chart-or':'Hoặc','flow-chart-collate':_0x1351cc(0x249),'flow-chart-sort':_0x1351cc(0x23f),'flow-chart-extract':_0x1351cc(0x28b),'flow-chart-merge':_0x1351cc(0x23e),'flow-chart-online-storage':'Lưu\x20trữ\x20trực\x20tuyến','flow-chart-delay':_0x1351cc(0x218),'flow-chart-magnetic-tape':'Băng\x20từ','flow-chart-magnetic-disk':_0x1351cc(0x1fc),'flow-chart-magnetic-drum':'Trống\x20từ','flow-chart-display':'Hiển\x20thị','irregular-seal1':_0x1351cc(0x1ff),'irregular-seal2':_0x1351cc(0x1f8),'star4':'Sao\x204\x20cánh','star5':_0x1351cc(0x288),'star6':'Sao\x206\x20cánh','star7':_0x1351cc(0x245),'star8':_0x1351cc(0x22b),'star10':_0x1351cc(0x1d5),'star12':_0x1351cc(0x240),'star16':'Sao\x2016\x20cánh','star24':_0x1351cc(0x1e7),'star32':'Sao\x2032\x20cánh','ribbon2':'Ruy\x20băng\x20lên','ribbon':_0x1351cc(0x20d),'ellipse-ribbon2':_0x1351cc(0x228),'ellipse-ribbon':_0x1351cc(0x25f),'vertical-scroll':_0x1351cc(0x224),'horizontal-scroll':'Cuộn\x20ngang','wave':_0x1351cc(0x1cc),'double-wave':'Sóng\x20đôi','wedge-rect-callout':_0x1351cc(0x22a),'wedge-round-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','wedge-ellipse-callout':_0x1351cc(0x27b),'cloud-callout':_0x1351cc(0x20f),'border-callout1':_0x1351cc(0x277),'border-callout2':_0x1351cc(0x256),'border-callout3':'Chú\x20thích\x20đường\x20kẻ\x203','accent-callout1':'Chú\x20thích\x20nhấn\x20mạnh\x201','accent-callout2':_0x1351cc(0x1e8),'accent-callout3':'Chú\x20thích\x20nhấn\x20mạnh\x203','callout1':'Chú\x20thích\x201','callout2':_0x1351cc(0x24c),'callout3':_0x1351cc(0x1fd),'accent-border-callout1':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','accent-border-callout2':_0x1351cc(0x25e),'accent-border-callout3':_0x1351cc(0x286),'left-circular-arrow':_0x1351cc(0x1f4),'left-right-circular-arrow':_0x1351cc(0x1e0),'swoosh-arrow':'Mũi\x20tên\x20lướt','left-right-ribbon':'Ruy\x20băng\x20trái\x20phải','pie-wedge':_0x1351cc(0x210),'funnel':'Phễu','gear6':_0x1351cc(0x1f1),'gear9':_0x1351cc(0x208),'corner-tabs':_0x1351cc(0x248),'action-button-back-previous':'Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','action-button-forward-next':'Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','action-button-beginning':'Nút\x20hành\x20động:\x20Bắt\x20đầu','action-button-end':'Nút\x20hành\x20động:\x20Kết\x20thúc','action-button-home':_0x1351cc(0x24b),'action-button-information':_0x1351cc(0x1e4),'action-button-return':'Nút\x20hành\x20động:\x20Trở\x20lại','action-button-movie':_0x1351cc(0x1bf),'action-button-document':_0x1351cc(0x23a),'action-button-sound':'Nút\x20hành\x20động:\x20Âm\x20thanh','action-button-help':'Nút\x20hành\x20động:\x20Trợ\x20giúp','action-button-blank':_0x1351cc(0x258),'chart-plus':_0x1351cc(0x1cb),'chart-star':_0x1351cc(0x227),'chart-x':'Biểu\x20đồ\x20X','flow-chart-offline-storage':_0x1351cc(0x241),'line-inv':_0x1351cc(0x1e1),'plaque-tabs':_0x1351cc(0x204),'square-tabs':_0x1351cc(0x1c7),'up-down-arrow-callout':_0x1351cc(0x1ca)}},'toolbar':{'expandShapeToolbar':_0x1351cc(0x233),'collapseShapeToolbar':_0x1351cc(0x217),'alignLeft':_0x1351cc(0x211),'alignCenter':'Căn\x20giữa','alignRight':_0x1351cc(0x257),'alignJustify':_0x1351cc(0x21b),'bold':'In\x20đậm','italic':_0x1351cc(0x207),'underline':_0x1351cc(0x21f),'strikethrough':_0x1351cc(0x287),'subscript':_0x1351cc(0x254),'superscript':_0x1351cc(0x26a),'textColor':_0x1351cc(0x282),'textBackgroundColor':_0x1351cc(0x26e),'fillColor':_0x1351cc(0x226),'resetColor':_0x1351cc(0x281)},'align':{'top':_0x1351cc(0x1ae),'middle':_0x1351cc(0x1e2),'bottom':_0x1351cc(0x242)},'textWrap':{'inline':_0x1351cc(0x1ab),'square':_0x1351cc(0x1af),'topAndBottom':_0x1351cc(0x231),'behindText':_0x1351cc(0x1fb),'inFrontText':_0x1351cc(0x1db)},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};export{e as default};function _0x41ac(){const _0x3e1658=['Hình\x20bánh\x20rán','Thẻ\x20đục\x20lỗ','Lát\x20ảnh\x20làm\x20kết\x20cấu','Mặt\x20trời','Vẽ\x20nguệch\x20ngoạc','Tia\x20sét','Khung','Hình\x20cung','Sao\x2010\x20cánh','Bù\x20trừ\x20Y','Mũi\x20tên\x20bốn\x20chiều','Trên\x20phải','Hình\x20chữ\x20nhật\x20bo\x20góc','Hình\x20lập\x20phương','In\x20front\x20of\x20text','Ngoặc\x20nhọn\x20trái','Mũi\x20tên\x20đường\x20thẳng','Dữ\x20liệu','1201484vAcgXW','Mũi\x20tên\x20tròn\x20trái\x20phải','Đường\x20ngược','Căn\x20giữa\x20theo\x20chiều\x20dọc','Không\x20có','Nút\x20hành\x20động:\x20Thông\x20tin','Hình\x20chữ\x20nhật','Mũi\x20tên\x20phải','Sao\x2024\x20cánh','Chú\x20thích\x20nhấn\x20mạnh\x202','Ẩn\x20bảng\x20hình\x20dạng','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','2174137RiqiGU','Đường\x20nối\x20cong','Tô\x20màu\x20gradient','Đầu\x20nối\x20khác\x20trang','Nhập\x20thủ\x20công','Bánh\x20răng\x206','Xoay\x20cùng\x20hình\x20dạng','Mũi\x20tên\x20khía\x20phải','Mũi\x20tên\x20tròn\x20trái','Hình\x20vát','Tròn','Chuyển\x20đổi\x20lật\x20ngang','Hình\x20nổ\x202','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Behind\x20text','Đĩa\x20từ','Chú\x20thích\x203','Mũi\x20tên\x20hở','Hình\x20nổ\x201','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Mũi\x20tên\x20cong\x20lên','Hộp\x20văn\x20bản\x20dọc','Không','Tab\x20biển\x20hiệu','Mở\x20bảng\x20hình\x20dạng','Mũi\x20tên\x20trái\x20phải','In\x20nghiêng','Bánh\x20răng\x209','Đầu\x20nối','Hộp\x20văn\x20bản\x20ngang','Cặp\x20ngoặc\x20nhọn','Hình\x20thang\x20không\x20cân','Ruy\x20băng\x20xuống','Chú\x20thích\x20mũi\x20tên\x20trái','Chú\x20thích\x20đám\x20mây','Miếng\x20bánh','Căn\x20trái','Dưới','Thất\x20giác','Chú\x20thích\x20mũi\x20tên\x20lên','Mặt\x20cười','14zODVBy','Thu\x20gọn\x20thanh\x20công\x20cụ\x20hình\x20dạng','Trì\x20hoãn','Nét\x20đứt\x20dài\x20chấm','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Căn\x20đều\x20hai\x20bên','Nhọn','Hình\x20thang','Mũi\x20tên\x20lên','Gạch\x20chân','Điểm\x20nối\x20tổng','Giữa','Dấu\x20bằng','Ngoặc\x20nhọn\x20phải','Cuộn\x20dọc','Mũi\x20tên\x20xuống','Màu\x20nền\x20văn\x20bản','Biểu\x20đồ\x20sao','Ruy\x20băng\x20cong\x20lên','Hình\x20cung\x20khối','Chú\x20thích\x20hình\x20chữ\x20nhật','Sao\x208\x20cánh','Hình\x20quạt','Vị\x20trí\x20hình\x20dạng','Mũi\x20tên\x20tròn','Vừa','Mũi\x20tên\x20kim\x20cương','Top\x20and\x20Bottom','Đường\x20viền\x20gradient','Mở\x20rộng\x20thanh\x20công\x20cụ\x20hình\x20dạng','Tô\x20màu','Dấu\x20nhân','Trái','Thập\x20giác','Tô\x20bằng\x20mẫu','Dưới\x20trái','Nút\x20hành\x20động:\x20Tài\x20liệu','Dấu\x20cộng','Hình\x20biển\x20hiệu','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Hợp\x20nhất','Sắp\x20xếp','Sao\x2012\x20cánh','Lưu\x20trữ\x20ngoại\x20tuyến','Căn\x20dưới','Tam\x20giác\x20vuông','Mũi\x20tên\x20cong\x20xuống','Sao\x207\x20cánh','Cặp\x20ngoặc\x20vuông','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Tab\x20góc','Đối\x20chiếu','Chèn\x20hình\x20dạng','Nút\x20hành\x20động:\x20Trang\x20chủ','Chú\x20thích\x202','Mũi\x20tên\x20sọc\x20phải','Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Màu\x20sắc','Góc\x20thư\x20mục','Tỷ\x20lệ\x20Y','Bát\x20giác','Subscript','Độ\x20trong\x20suốt','Chú\x20thích\x20đường\x20kẻ\x202','Căn\x20phải','Nút\x20hành\x20động:\x20Trống','Tô\x20màu\x20đặc','13603150GLDOPS','Hình\x20thoi','1353807jsGmzz','333RAaPiy','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Ruy\x20băng\x20cong\x20xuống','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Ngoặc\x20vuông\x20phải','Độ\x20rộng','Thập\x20nhị\x20giác','Hình\x20elip','Mặt\x20trăng','Thao\x20tác\x20thủ\x20công','Định\x20dạng\x20hình\x20dạng','Mũi\x20tên\x20trái\x20lên','Vẽ\x20tay','Superscript','4100145lNzaec','Chú\x20thích','Tam\x20giác\x20cân','Text\x20Background\x20color','Tài\x20liệu','Bật/tắt\x20lật\x20dọc','Lục\x20giác','Chú\x20thích\x20mũi\x20tên\x20phải','Hình\x20chữ\x20V','Sọc\x20chéo','Kiểu\x20nối\x20góc','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Chú\x20thích\x20đường\x20kẻ\x201','Mũi\x20tên\x20trái','Hình\x20chữ\x20L','Biển\x20cấm\x20hút\x20thuốc','Chú\x20thích\x20hình\x20elip','Nguồn\x20ảnh','Lưu\x20đồ','Mũi\x20tên\x20khối','Chấm\x20tròn','Hình\x20giọt\x20nước','Reset\x20color','Màu\x20chữ','Dấu\x20khác','Quy\x20trình\x20xác\x20định\x20trước','Ngũ\x20giác','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Gạch\x20ngang','Sao\x205\x20cánh','Đường\x20nối\x20khuỷu','Lớn','Trích\x20xuất','Chấm\x20vuông','Nét\x20đứt\x20dài\x20hai\x20chấm','87054zwAelw','Hình\x20dạng','Căn\x20chỉnh','In\x20line\x20with\x20text','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Nét\x20đứt','Căn\x20trên','Square','Mũi\x20tên\x20cong\x20phải','Đám\x20mây','Chú\x20thích\x20mũi\x20tên\x20xuống','Cong','Kiểu\x20hình\x20dạng','Mũi\x20tên\x20quay\x20đầu','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','10616WOXzcH','Kiểu\x20nét\x20đứt','Khác','Phẳng','Trên\x20trái','Mũi\x20tên\x20trái\x20phải\x20lên','Kích\x20thước\x20mũi\x20tên\x20cuối','Ngoặc\x20vuông\x20trái','Nút\x20hành\x20động:\x20Phim','Kiểu\x20phác\x20thảo','Trái\x20tim','Khung\x20một\x20nửa','6NrJKBL','Dấu\x20trừ','Nét\x20đứt\x20dài','Quyết\x20định','Tab\x20vuông','Hình\x20công\x20thức','Mũi\x20tên\x20hình\x20bầu\x20dục','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Biểu\x20đồ\x20cộng','Sóng'];_0x41ac=function(){return _0x3e1658;};return _0x41ac();}
1
+ const _0x2a8a07=_0x1162;function _0x358a(){const _0x448270=['Hình\x20chữ\x20nhật','Sao\x206\x20cánh','Hình\x20dạng','Kiểu\x20mũi\x20tên\x20cuối','Không\x20có\x20đường\x20viền','Vẽ\x20nguệch\x20ngoạc','Băng\x20từ','Đường\x20viền\x20gradient','Đường\x20kẻ','Chú\x20thích\x20mũi\x20tên\x20lên','Hình\x20chữ\x20L','Đĩa\x20từ','Tiêu\x20đề\x204','Mũi\x20tên\x20quay\x20đầu','Khác','Màu\x20chữ','Biểu\x20đồ\x20cộng','Mũi\x20tên\x20cong\x20xuống','Tỷ\x20lệ\x20Y','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Thập\x20giác','Hoặc','Hình\x20elip','Trích\x20xuất','Mũi\x20tên\x20đường\x20thẳng','44170kIxyfv','Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống','Liền','Chú\x20thích\x20mũi\x20tên\x20phải','Nét\x20đứt\x20dài','Text\x20Background\x20color','Square','In\x20line\x20with\x20text','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Định\x20dạng\x20hình\x20dạng','Dưới\x20trái','Trái','Tô\x20màu\x20đặc','Subscript','Thao\x20tác\x20thủ\x20công','Chú\x20thích\x20mũi\x20tên\x20trái','Sao\x20và\x20Biểu\x20ngữ','Mặt\x20cười','Chú\x20thích\x201','Cuộn\x20ngang','Tam\x20giác\x20vuông','Ruy\x20băng\x20trái\x20phải','Nét\x20đứt\x20dài\x20hai\x20chấm','Sao\x204\x20cánh','Chú\x20thích\x20đường\x20kẻ\x202','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Độ\x20trong\x20suốt','Cuộn\x20dọc','Dưới','Mũi\x20tên\x20tròn\x20trái\x20phải','Ẩn\x20bảng\x20hình\x20dạng','Cặp\x20ngoặc\x20vuông','Miếng\x20bánh','Vuông','Gạch\x20chân','Mũi\x20tên\x20trái','Hình\x20chữ\x20V','Nhập\x20thủ\x20công','Chuẩn\x20bị','Trì\x20hoãn','Chú\x20thích\x20đường\x20kẻ\x201','Mũi\x20tên\x20lên','Hợp\x20nhất','Gạch\x20ngang','Bánh\x20răng\x206','Hình\x20nổ\x201','Hình\x20vát','Dấu\x20chia','Hộp\x20văn\x20bản\x20ngang','Hình\x20thang','Sao\x208\x20cánh','Chú\x20thích\x20hình\x20elip','Sắp\x20xếp','Chú\x20thích\x20đám\x20mây','Chú\x20thích','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Ngoặc\x20vuông\x20trái','Mũi\x20tên\x20cong\x20trái','Mũi\x20tên\x20cong','Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','Không\x20tô','Hình\x20cung','Hình\x20giọt\x20nước','Dưới\x20phải','Hình\x20nổ\x202','Lát\x20ảnh\x20làm\x20kết\x20cấu','Biển\x20cấm\x20hút\x20thuốc','5715KFOcyT','Tỷ\x20lệ\x20X','Hình\x20quạt','Lưu\x20trữ\x20trực\x20tuyến','Độ\x20rộng','Nút\x20hành\x20động:\x20Tài\x20liệu','Hình\x20trụ','Tài\x20liệu','2166amKesF','Quy\x20trình\x20thay\x20thế','Dấu\x20trừ','Tiêu\x20đề\x201','Kết\x20thúc','Mũi\x20tên\x20xuống','1278712JCysJL','Sóng','Nút\x20hành\x20động:\x20Trở\x20lại','Nút\x20hành\x20động:\x20Trợ\x20giúp','Xóa\x20hình\x20dạng','Hộp\x20văn\x20bản\x20dọc','Mũi\x20tên\x20hình\x20bầu\x20dục','Sao\x2016\x20cánh','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Đường\x20nối\x20khuỷu','Căn\x20giữa','Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','Sao\x207\x20cánh','Ngũ\x20giác','Tròn','Căn\x20chỉnh','Bù\x20trừ\x20Y','Tiêu\x20đề\x203','Xoay\x20cùng\x20hình\x20dạng','Quy\x20trình\x20xác\x20định\x20trước','Trống\x20từ','Nút\x20hành\x20động:\x20Âm\x20thanh','Đầu\x20nối','Kiểu\x20nét\x20đứt','Hình\x20chữ\x20nhật\x20bo\x20góc','Thu\x20gọn\x20thanh\x20công\x20cụ\x20hình\x20dạng','Chèn\x20hình\x20dạng','Quyết\x20định','Kích\x20thước\x20mũi\x20tên\x20đầu','Chấm\x20vuông','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Lưu\x20trữ\x20ngoại\x20tuyến','Mũi\x20tên\x20lướt','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','2497KeiMPV','36setwpF','Căn\x20dưới','In\x20front\x20of\x20text','Chú\x20thích\x20nhấn\x20mạnh\x202','Đường\x20viền\x20liền','Ngoặc\x20vuông\x20phải','Mũi\x20tên\x20kim\x20cương','Sao\x2012\x20cánh','Tiêu\x20đề\x205','Mũi\x20tên\x20cong\x20lên','Hình\x20công\x20thức','Băng\x20đục\x20lỗ','Thất\x20giác','Reset\x20color','4724172gwGTlf','Không\x20có','Kiểu\x20nối\x20góc','Bù\x20trừ\x20X','Mũi\x20tên','Hiển\x20thị','Cắt\x20theo\x20hình\x20dạng','Sao\x2010\x20cánh','Hình\x20biển\x20hiệu','Biểu\x20đồ\x20sao','Chú\x20thích\x20đường\x20kẻ\x203','Căn\x20phải','Hình\x20cơ\x20bản','Bánh\x20răng\x209','Nguồn\x20ảnh','Kiểu\x20mũi\x20tên\x20đầu','Nút\x20hành\x20động:\x20Phim','Hình\x20lập\x20phương','Mở\x20bảng\x20hình\x20dạng','Vừa','Tia\x20sét','In\x20nghiêng','Bán\x20kính\x20góc','Chú\x20thích\x202','Chú\x20thích\x203','Mũi\x20tên\x20sọc\x20phải','Ngoặc\x20nhọn\x20phải','Lưu\x20đồ','Cặp\x20ngoặc\x20nhọn','Văn\x20bản','Mặt\x20trời','Nhọn','Màu\x20sắc','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Dấu\x20cộng','Biểu\x20đồ\x20X','Tô\x20màu','3186631yxKoSi','Mũi\x20tên\x20tròn\x20trái','Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','Đường\x20viền','Chuyển\x20đổi\x20lật\x20ngang','Chèn...','Mũi\x20tên\x20lên\x20xuống','Mũi\x20tên\x20trái\x20phải','1ESiLTc','Nét\x20đứt','Top\x20and\x20Bottom','Trên','Nét\x20đứt\x20chấm','Khung\x20một\x20nửa','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Vát','Nút\x20hành\x20động:\x20Thông\x20tin','Khung','Mũi\x20tên\x20bốn\x20chiều','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Điểm\x20nối\x20tổng','Hình\x20thang\x20không\x20cân','Lục\x20giác','Chú\x20thích\x20nhấn\x20mạnh\x201','Lưu\x20trữ\x20nội\x20bộ','Dấu\x20nhân','Tab\x20biển\x20hiệu','Sọc\x20chéo','Thẻ\x20đục\x20lỗ','Dấu\x20bằng','Danh\x20sách\x20công\x20việc','731618nhgNDw','Đầu\x20nối\x20khác\x20trang','94684unRCMN','Bật/tắt\x20lật\x20dọc','Căn\x20trái','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Mũi\x20tên\x20trái\x20phải\x20lên','Sóng\x20đôi','Ruy\x20băng\x20cong\x20lên','Giữa','Hình\x20cung\x20khối','Kích\x20thước\x20mũi\x20tên\x20cuối','Nút\x20hành\x20động:\x20Bắt\x20đầu','Căn\x20giữa\x20theo\x20chiều\x20dọc','Mũi\x20tên\x20khía\x20phải','Ruy\x20băng\x20xuống','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Đường\x20thẳng','Mũi\x20tên\x20trái\x20lên','Trái\x20tim','Chú\x20thích\x20mũi\x20tên\x20xuống','Trên\x20trái','Mũi\x20tên\x20hở'];_0x358a=function(){return _0x448270;};return _0x358a();}(function(_0x42e5f6,_0x4f5d6e){const _0x35d2e6=_0x1162,_0x33c065=_0x42e5f6();while(!![]){try{const _0x2708df=parseInt(_0x35d2e6(0xf3))/0x1*(parseInt(_0x35d2e6(0x10a))/0x2)+-parseInt(_0x35d2e6(0xb8))/0x3*(-parseInt(_0x35d2e6(0x10c))/0x4)+-parseInt(_0x35d2e6(0x86))/0x5*(-parseInt(_0x35d2e6(0x8e))/0x6)+-parseInt(_0x35d2e6(0xeb))/0x7+parseInt(_0x35d2e6(0x94))/0x8+parseInt(_0x35d2e6(0xc6))/0x9+parseInt(_0x35d2e6(0x13d))/0xa*(-parseInt(_0x35d2e6(0xb7))/0xb);if(_0x2708df===_0x4f5d6e)break;else _0x33c065['push'](_0x33c065['shift']());}catch(_0x2895d2){_0x33c065['push'](_0x33c065['shift']());}}}(_0x358a,0x46a3b));function _0x1162(_0x336a2d,_0x573954){_0x336a2d=_0x336a2d-0x7d;const _0x358ab9=_0x358a();let _0x116293=_0x358ab9[_0x336a2d];return _0x116293;}const e={'shape-editor-ui':{'title':_0x2a8a07(0x126),'insertShape':_0x2a8a07(0xaf),'openPanel':_0x2a8a07(0xd8),'deleteShape':_0x2a8a07(0x98),'hidePanel':_0x2a8a07(0x15b),'formatShape':_0x2a8a07(0x146),'shapeStyle':'Kiểu\x20hình\x20dạng','shapePosition':'Vị\x20trí\x20hình\x20dạng','toggleFlipH':_0x2a8a07(0xef),'toggleFlipV':_0x2a8a07(0x10d),'rotateRight90':'Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','rotateLeft90':_0x2a8a07(0xa0),'toggleTextVertical':_0x2a8a07(0x11d),'textEditor':{'paragraphType':{'normal':_0x2a8a07(0xe3),'heading1':_0x2a8a07(0x91),'heading2':'Tiêu\x20đề\x202','heading3':_0x2a8a07(0xa6),'heading4':_0x2a8a07(0x130),'heading5':_0x2a8a07(0xc0),'orderedList':'Danh\x20sách\x20có\x20thứ\x20tự','bulletList':'Danh\x20sách\x20không\x20thứ\x20tự','checkList':_0x2a8a07(0x109),'quote':'Trích\x20dẫn','code':'Khối\x20mã','callout':'Khung\x20nổi\x20bật'}},'fill':{'title':_0x2a8a07(0xea),'noFill':_0x2a8a07(0x7f),'solidFill':_0x2a8a07(0x149),'gradientFill':'Tô\x20màu\x20gradient','pictureFill':'Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','patternFill':'Tô\x20bằng\x20mẫu','color':_0x2a8a07(0xe6),'transparency':_0x2a8a07(0x157),'picture':{'source':_0x2a8a07(0xd4),'insert':_0x2a8a07(0xf0),'tileAsTexture':_0x2a8a07(0x84),'offsetX':_0x2a8a07(0xc9),'offsetY':_0x2a8a07(0xa5),'scaleX':_0x2a8a07(0x87),'scaleY':_0x2a8a07(0x136),'alignment':_0x2a8a07(0xa4),'rotateWithShape':_0x2a8a07(0xa7),'align':{'tl':_0x2a8a07(0x122),'t':_0x2a8a07(0xf6),'tr':'Trên\x20phải','l':_0x2a8a07(0x148),'ctr':_0x2a8a07(0x114),'r':'Phải','bl':_0x2a8a07(0x147),'b':_0x2a8a07(0x159),'br':_0x2a8a07(0x82)}}},'line':{'title':_0x2a8a07(0xee),'noLine':_0x2a8a07(0x128),'solidLine':_0x2a8a07(0xbc),'gradientLine':_0x2a8a07(0x12b),'color':_0x2a8a07(0xe6),'transparency':_0x2a8a07(0x157),'width':_0x2a8a07(0x8a),'cornerRadius':_0x2a8a07(0xdc),'dashType':{'title':_0x2a8a07(0xac),'solid':_0x2a8a07(0x13f),'roundDot':'Chấm\x20tròn','squareDot':_0x2a8a07(0xb2),'dash':_0x2a8a07(0xf4),'dashDot':_0x2a8a07(0xf7),'longDash':_0x2a8a07(0x141),'longDashDot':'Nét\x20đứt\x20dài\x20chấm','longDashDotDot':_0x2a8a07(0x153)},'capType':{'title':'Kiểu\x20đầu\x20mút','flat':'Phẳng','round':_0x2a8a07(0xa3),'square':_0x2a8a07(0x15e)},'joinType':{'title':_0x2a8a07(0xc8),'miter':_0x2a8a07(0xe5),'round':_0x2a8a07(0xa3),'bevel':_0x2a8a07(0xfa)},'beginArrowType':_0x2a8a07(0xd5),'beginArrowSize':_0x2a8a07(0xb1),'endArrowType':_0x2a8a07(0x127),'endArrowSize':_0x2a8a07(0x116),'arrowType':{'none':_0x2a8a07(0xc7),'arrow':_0x2a8a07(0xca),'openArrow':_0x2a8a07(0x123),'stealthArrow':'Mũi\x20tên\x20nhọn','diamondArrow':_0x2a8a07(0xbe),'ovalArrow':_0x2a8a07(0x9a)},'arrowSize':{'small':'Nhỏ','medium':_0x2a8a07(0xd9),'large':'Lớn'},'sketchType':{'title':'Kiểu\x20phác\x20thảo','none':'Không','curved':'Cong','freehand':'Vẽ\x20tay','handDrawn':_0x2a8a07(0x129)}},'shape':{'group':{'line':_0x2a8a07(0x12c),'rectangle':_0x2a8a07(0x124),'basicShape':_0x2a8a07(0xd2),'blockArrow':'Mũi\x20tên\x20khối','equationShape':_0x2a8a07(0xc2),'flowchart':_0x2a8a07(0xe1),'starAndBanner':_0x2a8a07(0x14d),'callout':_0x2a8a07(0x173),'other':_0x2a8a07(0x132)},'type':{'line':_0x2a8a07(0x11e),'straight-connector1':_0x2a8a07(0x13c),'straight-connector2':'Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','bent-connector3':_0x2a8a07(0x9e),'bent-connector3-arrow1':_0x2a8a07(0xed),'bent-connector3-arrow2':_0x2a8a07(0xf9),'curved-connector3':'Đường\x20nối\x20cong','curved-connector3-arrow1':_0x2a8a07(0x9d),'curved-connector3-arrow2':'Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','rect':_0x2a8a07(0x124),'round-rect':_0x2a8a07(0xad),'snip1-rect':_0x2a8a07(0xe7),'snip2-same-rect':_0x2a8a07(0x174),'snip2-diag-rect':_0x2a8a07(0x110),'snip-round-rect':_0x2a8a07(0x11c),'round1-rect':_0x2a8a07(0x145),'round2-same-rect':_0x2a8a07(0xb6),'round2-diag-rect':_0x2a8a07(0xfe),'rect-textbox-horizontal':_0x2a8a07(0x16d),'rect-textbox-vertical':_0x2a8a07(0x99),'ellipse':_0x2a8a07(0x13a),'triangle':'Tam\x20giác\x20cân','rt-triangle':_0x2a8a07(0x151),'parallelogram':'Hình\x20bình\x20hành','trapezoid':_0x2a8a07(0x16e),'non-isosceles-trapezoid':_0x2a8a07(0x100),'diamond':'Hình\x20thoi','pentagon':_0x2a8a07(0xa2),'hexagon':_0x2a8a07(0x101),'heptagon':_0x2a8a07(0xc4),'octagon':'Bát\x20giác','decagon':_0x2a8a07(0x138),'dodecagon':'Thập\x20nhị\x20giác','pie':_0x2a8a07(0x88),'chord':'Hình\x20cung','teardrop':_0x2a8a07(0x81),'frame':_0x2a8a07(0xfc),'half-frame':_0x2a8a07(0xf8),'corner':_0x2a8a07(0x12e),'diag-stripe':_0x2a8a07(0x106),'plus':_0x2a8a07(0xe8),'plaque':_0x2a8a07(0xce),'can':_0x2a8a07(0x8c),'cube':_0x2a8a07(0xd7),'bevel':_0x2a8a07(0x16b),'donut':'Hình\x20bánh\x20rán','no-smoking':_0x2a8a07(0x85),'block-arc':_0x2a8a07(0x115),'folder-corner':'Góc\x20thư\x20mục','smiley-face':_0x2a8a07(0x14e),'heart':_0x2a8a07(0x120),'lightning-bolt':_0x2a8a07(0xda),'sun':_0x2a8a07(0xe4),'moon':'Mặt\x20trăng','cloud':'Đám\x20mây','arc':_0x2a8a07(0x80),'bracket-pair':_0x2a8a07(0x15c),'brace-pair':_0x2a8a07(0xe2),'left-bracket':_0x2a8a07(0x175),'right-bracket':_0x2a8a07(0xbd),'left-brace':'Ngoặc\x20nhọn\x20trái','right-brace':_0x2a8a07(0xe0),'right-arrow':'Mũi\x20tên\x20phải','left-arrow':_0x2a8a07(0x160),'up-arrow':_0x2a8a07(0x166),'down-arrow':_0x2a8a07(0x93),'left-right-arrow':_0x2a8a07(0xf2),'up-down-arrow':_0x2a8a07(0xf1),'quad-arrow':_0x2a8a07(0xfd),'left-right-up-arrow':_0x2a8a07(0x111),'bent-arrow':_0x2a8a07(0x7d),'uturn-arrow':_0x2a8a07(0x131),'left-up-arrow':_0x2a8a07(0x11f),'bent-up-arrow':_0x2a8a07(0xc1),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0x2a8a07(0x176),'curved-up-arrow':_0x2a8a07(0xc1),'curved-down-arrow':_0x2a8a07(0x135),'striped-right-arrow':_0x2a8a07(0xdf),'notched-right-arrow':_0x2a8a07(0x119),'home-plate':_0x2a8a07(0x156),'chevron':_0x2a8a07(0x161),'right-arrow-callout':_0x2a8a07(0x140),'down-arrow-callout':_0x2a8a07(0x121),'left-arrow-callout':_0x2a8a07(0x14c),'up-arrow-callout':_0x2a8a07(0x12d),'left-right-arrow-callout':_0x2a8a07(0x10f),'quad-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','circular-arrow':'Mũi\x20tên\x20tròn','math-plus':_0x2a8a07(0xe8),'math-minus':_0x2a8a07(0x90),'math-multiply':_0x2a8a07(0x104),'math-divide':_0x2a8a07(0x16c),'math-equal':_0x2a8a07(0x108),'math-not-equal':'Dấu\x20khác','flow-chart-process':'Quy\x20trình','flow-chart-alternate-process':_0x2a8a07(0x8f),'flow-chart-decision':_0x2a8a07(0xb0),'flow-chart-input-output':'Dữ\x20liệu','flow-chart-predefined-process':_0x2a8a07(0xa8),'flow-chart-internal-storage':_0x2a8a07(0x103),'flow-chart-document':_0x2a8a07(0x8d),'flow-chart-multidocument':'Đa\x20tài\x20liệu','flow-chart-terminator':_0x2a8a07(0x92),'flow-chart-preparation':_0x2a8a07(0x163),'flow-chart-manual-input':_0x2a8a07(0x162),'flow-chart-manual-operation':_0x2a8a07(0x14b),'flow-chart-connector':_0x2a8a07(0xab),'flow-chart-offpage-connector':_0x2a8a07(0x10b),'flow-chart-punched-card':_0x2a8a07(0x107),'flow-chart-punched-tape':_0x2a8a07(0xc3),'flow-chart-summing-junction':_0x2a8a07(0xff),'flow-chart-or':_0x2a8a07(0x139),'flow-chart-collate':'Đối\x20chiếu','flow-chart-sort':_0x2a8a07(0x171),'flow-chart-extract':_0x2a8a07(0x13b),'flow-chart-merge':_0x2a8a07(0x167),'flow-chart-online-storage':_0x2a8a07(0x89),'flow-chart-delay':_0x2a8a07(0x164),'flow-chart-magnetic-tape':_0x2a8a07(0x12a),'flow-chart-magnetic-disk':_0x2a8a07(0x12f),'flow-chart-magnetic-drum':_0x2a8a07(0xa9),'flow-chart-display':_0x2a8a07(0xcb),'irregular-seal1':_0x2a8a07(0x16a),'irregular-seal2':_0x2a8a07(0x83),'star4':_0x2a8a07(0x154),'star5':'Sao\x205\x20cánh','star6':_0x2a8a07(0x125),'star7':_0x2a8a07(0xa1),'star8':_0x2a8a07(0x16f),'star10':_0x2a8a07(0xcd),'star12':_0x2a8a07(0xbf),'star16':_0x2a8a07(0x9b),'star24':'Sao\x2024\x20cánh','star32':'Sao\x2032\x20cánh','ribbon2':'Ruy\x20băng\x20lên','ribbon':_0x2a8a07(0x11a),'ellipse-ribbon2':_0x2a8a07(0x113),'ellipse-ribbon':'Ruy\x20băng\x20cong\x20xuống','vertical-scroll':_0x2a8a07(0x158),'horizontal-scroll':_0x2a8a07(0x150),'wave':_0x2a8a07(0x95),'double-wave':_0x2a8a07(0x112),'wedge-rect-callout':'Chú\x20thích\x20hình\x20chữ\x20nhật','wedge-round-rect-callout':_0x2a8a07(0xb3),'wedge-ellipse-callout':_0x2a8a07(0x170),'cloud-callout':_0x2a8a07(0x172),'border-callout1':_0x2a8a07(0x165),'border-callout2':_0x2a8a07(0x155),'border-callout3':_0x2a8a07(0xd0),'accent-callout1':_0x2a8a07(0x102),'accent-callout2':_0x2a8a07(0xbb),'accent-callout3':'Chú\x20thích\x20nhấn\x20mạnh\x203','callout1':_0x2a8a07(0x14f),'callout2':_0x2a8a07(0xdd),'callout3':_0x2a8a07(0xde),'accent-border-callout1':_0x2a8a07(0x137),'accent-border-callout2':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','accent-border-callout3':_0x2a8a07(0x11b),'left-circular-arrow':_0x2a8a07(0xec),'left-right-circular-arrow':_0x2a8a07(0x15a),'swoosh-arrow':_0x2a8a07(0xb5),'left-right-ribbon':_0x2a8a07(0x152),'pie-wedge':_0x2a8a07(0x15d),'funnel':'Phễu','gear6':_0x2a8a07(0x169),'gear9':_0x2a8a07(0xd3),'corner-tabs':'Tab\x20góc','action-button-back-previous':_0x2a8a07(0x7e),'action-button-forward-next':_0x2a8a07(0x9c),'action-button-beginning':_0x2a8a07(0x117),'action-button-end':'Nút\x20hành\x20động:\x20Kết\x20thúc','action-button-home':'Nút\x20hành\x20động:\x20Trang\x20chủ','action-button-information':_0x2a8a07(0xfb),'action-button-return':_0x2a8a07(0x96),'action-button-movie':_0x2a8a07(0xd6),'action-button-document':_0x2a8a07(0x8b),'action-button-sound':_0x2a8a07(0xaa),'action-button-help':_0x2a8a07(0x97),'action-button-blank':'Nút\x20hành\x20động:\x20Trống','chart-plus':_0x2a8a07(0x134),'chart-star':_0x2a8a07(0xcf),'chart-x':_0x2a8a07(0xe9),'flow-chart-offline-storage':_0x2a8a07(0xb4),'line-inv':'Đường\x20ngược','plaque-tabs':_0x2a8a07(0x105),'square-tabs':'Tab\x20vuông','up-down-arrow-callout':_0x2a8a07(0x13e)}},'toolbar':{'expandShapeToolbar':'Mở\x20rộng\x20thanh\x20công\x20cụ\x20hình\x20dạng','collapseShapeToolbar':_0x2a8a07(0xae),'alignLeft':_0x2a8a07(0x10e),'alignCenter':_0x2a8a07(0x9f),'alignRight':_0x2a8a07(0xd1),'alignJustify':'Căn\x20đều\x20hai\x20bên','bold':'In\x20đậm','italic':_0x2a8a07(0xdb),'underline':_0x2a8a07(0x15f),'strikethrough':_0x2a8a07(0x168),'subscript':_0x2a8a07(0x14a),'superscript':'Superscript','textColor':_0x2a8a07(0x133),'textBackgroundColor':_0x2a8a07(0x142),'fillColor':'Màu\x20nền\x20văn\x20bản','resetColor':_0x2a8a07(0xc5)},'align':{'top':'Căn\x20trên','middle':_0x2a8a07(0x118),'bottom':_0x2a8a07(0xb9)},'textWrap':{'inline':_0x2a8a07(0x144),'square':_0x2a8a07(0x143),'topAndBottom':_0x2a8a07(0xf5),'behindText':'Behind\x20text','inFrontText':_0x2a8a07(0xba)},'crop':{'shape':_0x2a8a07(0xcc)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x58e1(_0x49ba87,_0x484ab4){_0x49ba87=_0x49ba87-0xf8;const _0x2da87f=_0x2da8();let _0x58e192=_0x2da87f[_0x49ba87];return _0x58e192;}const _0x1e5438=_0x58e1;(function(_0x5b9717,_0xa314ab){const _0x47a797=_0x58e1,_0x5ef019=_0x5b9717();while(!![]){try{const _0x29a4d1=parseInt(_0x47a797(0x171))/0x1+-parseInt(_0x47a797(0x1aa))/0x2*(parseInt(_0x47a797(0x163))/0x3)+parseInt(_0x47a797(0x178))/0x4+-parseInt(_0x47a797(0x19e))/0x5*(parseInt(_0x47a797(0x1a0))/0x6)+-parseInt(_0x47a797(0x107))/0x7+-parseInt(_0x47a797(0x13e))/0x8*(-parseInt(_0x47a797(0xfc))/0x9)+-parseInt(_0x47a797(0x14d))/0xa*(-parseInt(_0x47a797(0x18a))/0xb);if(_0x29a4d1===_0xa314ab)break;else _0x5ef019['push'](_0x5ef019['shift']());}catch(_0x560952){_0x5ef019['push'](_0x5ef019['shift']());}}}(_0x2da8,0x6a8c7));const e={'shape-editor-ui':{'title':'形状','insertShape':'插入形状','openPanel':_0x1e5438(0x1a7),'deleteShape':_0x1e5438(0x15d),'hidePanel':_0x1e5438(0x198),'formatShape':'格式化形状','shapeStyle':_0x1e5438(0x150),'shapePosition':'形状位置','toggleFlipH':'切换水平翻转','toggleFlipV':'切换垂直翻转','rotateRight90':_0x1e5438(0x1a4),'rotateLeft90':_0x1e5438(0x14f),'toggleTextVertical':'切换文本竖排','fill':{'title':'填充','noFill':_0x1e5438(0x158),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x1e5438(0x126),'color':'颜色','transparency':_0x1e5438(0x192),'picture':{'source':_0x1e5438(0x138),'insert':_0x1e5438(0x143),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x1e5438(0x181),'offsetY':_0x1e5438(0x182),'scaleX':'刻度\x20X','scaleY':_0x1e5438(0x129),'alignment':_0x1e5438(0x18f),'rotateWithShape':'与形状一起旋转','align':{'tl':_0x1e5438(0x18d),'t':'顶部对齐','tr':_0x1e5438(0xf9),'l':_0x1e5438(0x133),'ctr':_0x1e5438(0x108),'r':'右对齐','bl':_0x1e5438(0x118),'b':_0x1e5438(0x18b),'br':_0x1e5438(0x142)}}},'line':{'title':'线条','noLine':_0x1e5438(0x1b5),'solidLine':'实线','gradientLine':_0x1e5438(0x166),'color':'颜色','transparency':_0x1e5438(0x192),'width':'宽度','cornerRadius':_0x1e5438(0x187),'dashType':{'title':_0x1e5438(0x18c),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':'短划线','dashDot':_0x1e5438(0xfe),'longDash':_0x1e5438(0x1b4),'longDashDot':'长划线-点','longDashDotDot':_0x1e5438(0x12a)},'capType':{'title':_0x1e5438(0x1ab),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':'联接类型','miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':_0x1e5438(0x104),'beginArrowSize':_0x1e5438(0x19d),'endArrowType':_0x1e5438(0x152),'endArrowSize':_0x1e5438(0x140),'arrowType':{'none':'无','arrow':'箭头','openArrow':'开放箭头','stealthArrow':_0x1e5438(0x1a9),'diamondArrow':'菱形箭头','ovalArrow':_0x1e5438(0x176)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x1e5438(0x193),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x1e5438(0x19a),'blockArrow':'箭头总汇','equationShape':_0x1e5438(0x100),'flowchart':_0x1e5438(0x144),'starAndBanner':_0x1e5438(0x146),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x1e5438(0xfa),'straight-connector2':_0x1e5438(0xf8),'bent-connector3':'折线','bent-connector3-arrow1':_0x1e5438(0x16a),'bent-connector3-arrow2':_0x1e5438(0xff),'curved-connector3':'曲线','curved-connector3-arrow1':'曲线:箭头','curved-connector3-arrow2':'双箭头曲线','rect':'矩形','round-rect':_0x1e5438(0x186),'snip1-rect':_0x1e5438(0x11f),'snip2-same-rect':_0x1e5438(0x15e),'snip2-diag-rect':_0x1e5438(0x114),'snip-round-rect':_0x1e5438(0x19b),'round1-rect':_0x1e5438(0x173),'round2-same-rect':'矩形:圆顶角','round2-diag-rect':_0x1e5438(0x183),'rect-textbox-horizontal':'横向文本框','rect-textbox-vertical':'纵向文本框','ellipse':'椭圆','triangle':_0x1e5438(0x10d),'rt-triangle':_0x1e5438(0x167),'parallelogram':_0x1e5438(0x127),'trapezoid':'梯形','non-isosceles-trapezoid':_0x1e5438(0x17c),'diamond':'菱形','pentagon':_0x1e5438(0x11e),'hexagon':_0x1e5438(0x11d),'heptagon':_0x1e5438(0x14c),'octagon':'八边形','decagon':'十边形','dodecagon':_0x1e5438(0x1ac),'pie':_0x1e5438(0x1ae),'chord':'弦形','teardrop':'泪滴形','frame':_0x1e5438(0x139),'half-frame':_0x1e5438(0x17d),'corner':'L形','diag-stripe':'斜纹','plus':_0x1e5438(0x121),'plaque':_0x1e5438(0x13f),'can':_0x1e5438(0x165),'cube':_0x1e5438(0x105),'bevel':_0x1e5438(0x180),'donut':_0x1e5438(0x11a),'no-smoking':_0x1e5438(0x1a3),'block-arc':_0x1e5438(0x190),'folder-corner':'矩形:折角','smiley-face':'笑脸','heart':'心形','lightning-bolt':'闪电形','sun':_0x1e5438(0x159),'moon':'新月形','cloud':'云形','arc':'弧形','bracket-pair':_0x1e5438(0x122),'brace-pair':_0x1e5438(0x17b),'left-bracket':_0x1e5438(0x169),'right-bracket':_0x1e5438(0x17e),'left-brace':'左大括号','right-brace':_0x1e5438(0x16e),'right-arrow':'箭头:右','left-arrow':_0x1e5438(0x162),'up-arrow':_0x1e5438(0xfb),'down-arrow':_0x1e5438(0x123),'left-right-arrow':_0x1e5438(0x195),'up-down-arrow':_0x1e5438(0x151),'quad-arrow':_0x1e5438(0x117),'left-right-up-arrow':_0x1e5438(0x10c),'bent-arrow':_0x1e5438(0x13c),'uturn-arrow':_0x1e5438(0x177),'left-up-arrow':_0x1e5438(0x184),'bent-up-arrow':_0x1e5438(0x120),'curved-right-arrow':_0x1e5438(0x101),'curved-left-arrow':'箭头:左弧形','curved-up-arrow':_0x1e5438(0x199),'curved-down-arrow':_0x1e5438(0x13a),'striped-right-arrow':_0x1e5438(0x13d),'notched-right-arrow':_0x1e5438(0x135),'home-plate':_0x1e5438(0x11e),'chevron':_0x1e5438(0x1af),'right-arrow-callout':'标注:右箭头','down-arrow-callout':_0x1e5438(0x1b0),'left-arrow-callout':_0x1e5438(0x13b),'up-arrow-callout':_0x1e5438(0x128),'left-right-arrow-callout':_0x1e5438(0x136),'quad-arrow-callout':_0x1e5438(0x12f),'circular-arrow':_0x1e5438(0x161),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x1e5438(0x189),'flow-chart-process':_0x1e5438(0x179),'flow-chart-alternate-process':_0x1e5438(0x164),'flow-chart-decision':'流程图:决策','flow-chart-input-output':_0x1e5438(0x137),'flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':_0x1e5438(0x14b),'flow-chart-document':'流程图:文档','flow-chart-multidocument':_0x1e5438(0x172),'flow-chart-terminator':_0x1e5438(0x1a2),'flow-chart-preparation':_0x1e5438(0x110),'flow-chart-manual-input':_0x1e5438(0x115),'flow-chart-manual-operation':_0x1e5438(0x14a),'flow-chart-connector':_0x1e5438(0x10b),'flow-chart-offpage-connector':'流程图:离页连接符','flow-chart-punched-card':_0x1e5438(0x16f),'flow-chart-punched-tape':_0x1e5438(0x168),'flow-chart-summing-junction':_0x1e5438(0x10f),'flow-chart-or':_0x1e5438(0x130),'flow-chart-collate':'流程图:对照','flow-chart-sort':_0x1e5438(0x102),'flow-chart-extract':_0x1e5438(0x131),'flow-chart-merge':_0x1e5438(0x1b1),'flow-chart-online-storage':_0x1e5438(0x19c),'flow-chart-delay':_0x1e5438(0x12c),'flow-chart-magnetic-tape':_0x1e5438(0x1a5),'flow-chart-magnetic-disk':_0x1e5438(0x132),'flow-chart-magnetic-drum':_0x1e5438(0x16d),'flow-chart-display':_0x1e5438(0x1a6),'irregular-seal1':_0x1e5438(0x111),'irregular-seal2':_0x1e5438(0x106),'star4':_0x1e5438(0x116),'star5':_0x1e5438(0x170),'star6':_0x1e5438(0x1a1),'star7':_0x1e5438(0x11c),'star8':_0x1e5438(0x174),'star10':_0x1e5438(0x154),'star12':_0x1e5438(0x12e),'star16':'星形:十六角','star24':_0x1e5438(0x1a8),'star32':_0x1e5438(0x15c),'ribbon2':_0x1e5438(0x17a),'ribbon':'带形:前凸','ellipse-ribbon2':_0x1e5438(0x160),'ellipse-ribbon':'带形:前凸弯','vertical-scroll':_0x1e5438(0x16b),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':'双波形','wedge-rect-callout':_0x1e5438(0x15a),'wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x1e5438(0x197),'border-callout1':_0x1e5438(0x155),'border-callout2':_0x1e5438(0x15b),'border-callout3':_0x1e5438(0x1b3),'accent-callout1':_0x1e5438(0x12d),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':'标注:双弯曲线形(带强调线)','callout1':'标注:线形(无边框)','callout2':_0x1e5438(0x17f),'callout3':_0x1e5438(0x196),'accent-border-callout1':_0x1e5438(0x149),'accent-border-callout2':'标注:弯曲线形(带边框和强调线)','accent-border-callout3':_0x1e5438(0x175),'left-circular-arrow':'左圆形箭头','left-right-circular-arrow':_0x1e5438(0x19f),'swoosh-arrow':'弯曲箭头','left-right-ribbon':_0x1e5438(0x124),'pie-wedge':_0x1e5438(0x1b2),'funnel':'漏斗','gear6':_0x1e5438(0x191),'gear9':_0x1e5438(0x188),'corner-tabs':'角标','action-button-back-previous':_0x1e5438(0x113),'action-button-forward-next':_0x1e5438(0x157),'action-button-beginning':_0x1e5438(0x112),'action-button-end':_0x1e5438(0x1ad),'action-button-home':_0x1e5438(0x153),'action-button-information':_0x1e5438(0x119),'action-button-return':_0x1e5438(0x194),'action-button-movie':_0x1e5438(0x10e),'action-button-document':_0x1e5438(0x12b),'action-button-sound':_0x1e5438(0x141),'action-button-help':_0x1e5438(0x125),'action-button-blank':_0x1e5438(0x148),'chart-plus':'图表加号','chart-star':_0x1e5438(0x156),'chart-x':'图表X','flow-chart-offline-storage':'流程图:离线存储','line-inv':'线反向','plaque-tabs':_0x1e5438(0x14e),'square-tabs':'方形标签','up-down-arrow-callout':_0x1e5438(0x134)}},'toolbar':{'expandShapeToolbar':_0x1e5438(0x11b),'collapseShapeToolbar':'收起形状工具栏','alignLeft':_0x1e5438(0x133),'alignCenter':_0x1e5438(0x108),'alignRight':_0x1e5438(0xfd),'alignJustify':_0x1e5438(0x16c),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':'删除线','subscript':'Subscript','superscript':'Superscript','textColor':'文本颜色','textBackgroundColor':_0x1e5438(0x10a),'fillColor':'文本背景色','resetColor':_0x1e5438(0x18e)},'align':{'top':_0x1e5438(0x147),'middle':'垂直居中','bottom':_0x1e5438(0x18b)},'textWrap':{'inline':_0x1e5438(0x103),'square':_0x1e5438(0x109),'topAndBottom':_0x1e5438(0x145),'behindText':_0x1e5438(0x185),'inFrontText':'浮于文字上方'},'crop':{'shape':_0x1e5438(0x15f)}}};function _0x2da8(){const _0x25d35a=['上下箭头标注','箭头:燕尾形','标注:左右箭头','流程图:数据','图片源','图文框','箭头:下弧形','标注:左箭头','箭头:圆角右','箭头:虚尾','376jKUvmh','缺角矩形','终点箭头大小','声音按钮','右下对齐','插入...','流程图','上下型','星与旗帜','顶部对齐','空白按钮','标注:线形(带边框和强调线)','流程图:手动操作','流程图:内部贮存','七边形','20dwKNPN','牌匾标签','逆时针90度旋转','形状样式','箭头:上下','终点箭头类型','主页按钮','星形:十角','标注:线形','图表星号','前进/下一个按钮','无颜色','太阳形','对话气泡:矩形','标注:弯曲线形','星形:三十二角','删除形状','矩形:剪去顶角','裁剪为形状','带形:上凸弯','箭头:环形','箭头:左','3dMGJfX','流程图:可选过程','圆柱形','渐变线','直角三角形','流程图:资料带','左中括号','折线:箭头','卷形:垂直','两端对齐','流程图:直接访问存储器','右大括号','流程图:卡片','星形:五角','185658dWMscE','流程图:多文档','矩形:单圆角','星形:八角','标注:双弯曲线形(带边框和强调线)','椭圆箭头','箭头:手杖形','1245292hkTyoa','流程图:过程','带形:上凸','双大括号','非等腰梯形','半闭框','右中括号','标注:弯曲线形(无边框)','矩形:棱台','偏移量\x20X','偏移量\x20Y','矩形:对角圆角','箭头:直角双向','衬于文字下方','圆角矩形','拐角半径','9齿齿轮','不等号','2882143WrtbjE','底部对齐','短划线类型','左上对齐','重置颜色','对齐方式','空心弧','6齿齿轮','透明度','草绘样式','返回按钮','箭头:左右','标注:双弯曲线形(无边框)','气泡:云','隐藏形状面板','箭头:上弧形','基本形状','矩形:一个圆顶角,剪去另一个顶角','流程图:存储数据','起点箭头大小','875pAegzn','左右圆形箭头','18960ySWgXn','星形:六角','流程图:终止','禁止符','顺时针90度旋转','流程图:顺序访问存储器','流程图:显示','打开形状面板','星形:二十四角','隐形箭头','171142yACpFN','端点类型','十二边形','结束按钮','不完整圆','箭头:V型','标注:下箭头','流程图:合并','饼形楔','标注:双弯曲线形','长划线','无线条','双箭头直线','右上对齐','直线箭头','箭头:上','10404GJPvBW','右对齐','短划线-点','双箭头折线','公式形状','箭头:右弧形','流程图:排序','嵌入型','起点箭头类型','立方体','爆炸形:14pt','2415PetwIH','居中对齐','四周型','文字背景颜色','流程图:接点','箭头:丁字','等腰三角形','电影按钮','流程图:汇总连接','流程图:准备','爆炸形:8pt','开始按钮','返回/上一个按钮','矩形:剪去对角','流程图:手动输入','星形:四角','箭头:十字','左下对齐','信息按钮','圆:空心','展开形状工具栏','星形:七角','六边形','五边形','剪去单角矩形','箭头:直角上','十字形','双括号','箭头:下','左右带形','帮助按钮','图案填充','平行四边形','标注:上箭头','刻度\x20Y','长划线-点-点','文档按钮','流程图:延期','标注:线形(带强调线)','星形:十二角','标注:十字箭头','流程图:或者','流程图:摘录','流程图:磁盘','左对齐'];_0x2da8=function(){return _0x25d35a;};return _0x2da8();}export{e as default};
1
+ function _0x5c29(_0x41d7aa,_0x3601fc){_0x41d7aa=_0x41d7aa-0x1e6;const _0x29635d=_0x2963();let _0x5c29e2=_0x29635d[_0x41d7aa];return _0x5c29e2;}const _0x42c213=_0x5c29;(function(_0x533234,_0x190884){const _0x5c5654=_0x5c29,_0x293203=_0x533234();while(!![]){try{const _0x40aa7f=-parseInt(_0x5c5654(0x26c))/0x1*(-parseInt(_0x5c5654(0x201))/0x2)+parseInt(_0x5c5654(0x202))/0x3+-parseInt(_0x5c5654(0x24c))/0x4*(parseInt(_0x5c5654(0x21f))/0x5)+-parseInt(_0x5c5654(0x220))/0x6+parseInt(_0x5c5654(0x22d))/0x7*(-parseInt(_0x5c5654(0x1f5))/0x8)+parseInt(_0x5c5654(0x252))/0x9+-parseInt(_0x5c5654(0x1fd))/0xa;if(_0x40aa7f===_0x190884)break;else _0x293203['push'](_0x293203['shift']());}catch(_0x18dbd2){_0x293203['push'](_0x293203['shift']());}}}(_0x2963,0x8e5e6));const e={'shape-editor-ui':{'title':'形状','insertShape':'插入形状','openPanel':'打开形状面板','deleteShape':_0x42c213(0x29e),'hidePanel':_0x42c213(0x299),'formatShape':_0x42c213(0x25f),'shapeStyle':_0x42c213(0x293),'shapePosition':_0x42c213(0x284),'toggleFlipH':_0x42c213(0x1f4),'toggleFlipV':_0x42c213(0x221),'rotateRight90':_0x42c213(0x254),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','textEditor':{'paragraphType':{'normal':'正文','heading1':_0x42c213(0x264),'heading2':_0x42c213(0x27b),'heading3':_0x42c213(0x1ef),'heading4':_0x42c213(0x261),'heading5':'标题5','orderedList':_0x42c213(0x1f1),'bulletList':'无序列表','checkList':_0x42c213(0x28a),'quote':'引用','code':'代码块','callout':'高亮框'}},'fill':{'title':'填充','noFill':_0x42c213(0x20e),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':_0x42c213(0x258),'color':'颜色','transparency':_0x42c213(0x26a),'picture':{'source':'图片源','insert':_0x42c213(0x226),'tileAsTexture':_0x42c213(0x266),'offsetX':_0x42c213(0x238),'offsetY':_0x42c213(0x243),'scaleX':_0x42c213(0x23f),'scaleY':'刻度\x20Y','alignment':_0x42c213(0x29d),'rotateWithShape':_0x42c213(0x207),'align':{'tl':_0x42c213(0x230),'t':_0x42c213(0x272),'tr':'右上对齐','l':_0x42c213(0x26d),'ctr':_0x42c213(0x286),'r':_0x42c213(0x210),'bl':_0x42c213(0x244),'b':_0x42c213(0x27a),'br':_0x42c213(0x25b)}}},'line':{'title':'线条','noLine':_0x42c213(0x20b),'solidLine':'实线','gradientLine':'渐变线','color':'颜色','transparency':_0x42c213(0x26a),'width':'宽度','cornerRadius':'拐角半径','dashType':{'title':'短划线类型','solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x42c213(0x239),'dashDot':'短划线-点','longDash':_0x42c213(0x20c),'longDashDot':'长划线-点','longDashDotDot':_0x42c213(0x224)},'capType':{'title':_0x42c213(0x23a),'flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':_0x42c213(0x233),'miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':'起点箭头类型','beginArrowSize':_0x42c213(0x1f3),'endArrowType':_0x42c213(0x1fe),'endArrowSize':'终点箭头大小','arrowType':{'none':'无','arrow':'箭头','openArrow':_0x42c213(0x269),'stealthArrow':_0x42c213(0x29b),'diamondArrow':_0x42c213(0x294),'ovalArrow':_0x42c213(0x292)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x42c213(0x229),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':_0x42c213(0x24a),'blockArrow':'箭头总汇','equationShape':_0x42c213(0x227),'flowchart':_0x42c213(0x27c),'starAndBanner':_0x42c213(0x2a1),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':'直线箭头','straight-connector2':'双箭头直线','bent-connector3':'折线','bent-connector3-arrow1':_0x42c213(0x1fa),'bent-connector3-arrow2':_0x42c213(0x247),'curved-connector3':'曲线','curved-connector3-arrow1':_0x42c213(0x1f0),'curved-connector3-arrow2':_0x42c213(0x260),'rect':'矩形','round-rect':_0x42c213(0x255),'snip1-rect':_0x42c213(0x222),'snip2-same-rect':_0x42c213(0x26e),'snip2-diag-rect':'矩形:剪去对角','snip-round-rect':_0x42c213(0x1ee),'round1-rect':_0x42c213(0x211),'round2-same-rect':_0x42c213(0x231),'round2-diag-rect':'矩形:对角圆角','rect-textbox-horizontal':_0x42c213(0x245),'rect-textbox-vertical':_0x42c213(0x228),'ellipse':'椭圆','triangle':_0x42c213(0x2a0),'rt-triangle':_0x42c213(0x296),'parallelogram':'平行四边形','trapezoid':'梯形','non-isosceles-trapezoid':_0x42c213(0x251),'diamond':'菱形','pentagon':'五边形','hexagon':'六边形','heptagon':_0x42c213(0x204),'octagon':_0x42c213(0x1e9),'decagon':'十边形','dodecagon':_0x42c213(0x274),'pie':_0x42c213(0x282),'chord':'弦形','teardrop':_0x42c213(0x253),'frame':_0x42c213(0x268),'half-frame':_0x42c213(0x208),'corner':'L形','diag-stripe':'斜纹','plus':_0x42c213(0x20d),'plaque':_0x42c213(0x28f),'can':_0x42c213(0x219),'cube':_0x42c213(0x200),'bevel':_0x42c213(0x214),'donut':_0x42c213(0x275),'no-smoking':_0x42c213(0x288),'block-arc':'空心弧','folder-corner':_0x42c213(0x298),'smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x42c213(0x216),'sun':_0x42c213(0x277),'moon':'新月形','cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':'双大括号','left-bracket':'左中括号','right-bracket':_0x42c213(0x1fb),'left-brace':_0x42c213(0x29f),'right-brace':_0x42c213(0x215),'right-arrow':_0x42c213(0x1f7),'left-arrow':'箭头:左','up-arrow':_0x42c213(0x29a),'down-arrow':'箭头:下','left-right-arrow':'箭头:左右','up-down-arrow':_0x42c213(0x259),'quad-arrow':_0x42c213(0x22e),'left-right-up-arrow':_0x42c213(0x237),'bent-arrow':_0x42c213(0x257),'uturn-arrow':_0x42c213(0x246),'left-up-arrow':_0x42c213(0x1ec),'bent-up-arrow':_0x42c213(0x205),'curved-right-arrow':'箭头:右弧形','curved-left-arrow':_0x42c213(0x28b),'curved-up-arrow':_0x42c213(0x249),'curved-down-arrow':'箭头:下弧形','striped-right-arrow':_0x42c213(0x27e),'notched-right-arrow':_0x42c213(0x297),'home-plate':'五边形','chevron':_0x42c213(0x22b),'right-arrow-callout':_0x42c213(0x287),'down-arrow-callout':'标注:下箭头','left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x42c213(0x23b),'left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':_0x42c213(0x1e7),'circular-arrow':_0x42c213(0x206),'math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':'不等号','flow-chart-process':_0x42c213(0x24e),'flow-chart-alternate-process':'流程图:可选过程','flow-chart-decision':_0x42c213(0x273),'flow-chart-input-output':_0x42c213(0x267),'flow-chart-predefined-process':'流程图:预定义过程','flow-chart-internal-storage':_0x42c213(0x271),'flow-chart-document':_0x42c213(0x28e),'flow-chart-multidocument':_0x42c213(0x250),'flow-chart-terminator':_0x42c213(0x22c),'flow-chart-preparation':_0x42c213(0x290),'flow-chart-manual-input':_0x42c213(0x280),'flow-chart-manual-operation':_0x42c213(0x28d),'flow-chart-connector':_0x42c213(0x1eb),'flow-chart-offpage-connector':_0x42c213(0x29c),'flow-chart-punched-card':_0x42c213(0x281),'flow-chart-punched-tape':'流程图:资料带','flow-chart-summing-junction':'流程图:汇总连接','flow-chart-or':_0x42c213(0x295),'flow-chart-collate':'流程图:对照','flow-chart-sort':'流程图:排序','flow-chart-extract':_0x42c213(0x218),'flow-chart-merge':'流程图:合并','flow-chart-online-storage':'流程图:存储数据','flow-chart-delay':_0x42c213(0x248),'flow-chart-magnetic-tape':_0x42c213(0x26b),'flow-chart-magnetic-disk':_0x42c213(0x291),'flow-chart-magnetic-drum':_0x42c213(0x1f2),'flow-chart-display':_0x42c213(0x1fc),'irregular-seal1':_0x42c213(0x23d),'irregular-seal2':_0x42c213(0x22a),'star4':'星形:四角','star5':'星形:五角','star6':_0x42c213(0x270),'star7':_0x42c213(0x263),'star8':_0x42c213(0x21b),'star10':_0x42c213(0x283),'star12':_0x42c213(0x1f6),'star16':_0x42c213(0x25a),'star24':'星形:二十四角','star32':'星形:三十二角','ribbon2':'带形:上凸','ribbon':_0x42c213(0x1ff),'ellipse-ribbon2':_0x42c213(0x225),'ellipse-ribbon':_0x42c213(0x203),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x42c213(0x213),'wave':'波形','double-wave':_0x42c213(0x240),'wedge-rect-callout':'对话气泡:矩形','wedge-round-rect-callout':'对话气泡:圆角矩形','wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x42c213(0x25d),'border-callout1':'标注:线形','border-callout2':'标注:弯曲线形','border-callout3':_0x42c213(0x20f),'accent-callout1':_0x42c213(0x26f),'accent-callout2':'标注:弯曲线形(带强调线)','accent-callout3':_0x42c213(0x278),'callout1':_0x42c213(0x27f),'callout2':'标注:弯曲线形(无边框)','callout3':'标注:双弯曲线形(无边框)','accent-border-callout1':_0x42c213(0x24f),'accent-border-callout2':_0x42c213(0x1e8),'accent-border-callout3':_0x42c213(0x1f9),'left-circular-arrow':'左圆形箭头','left-right-circular-arrow':_0x42c213(0x28c),'swoosh-arrow':_0x42c213(0x22f),'left-right-ribbon':_0x42c213(0x212),'pie-wedge':_0x42c213(0x241),'funnel':'漏斗','gear6':_0x42c213(0x21c),'gear9':_0x42c213(0x21a),'corner-tabs':'角标','action-button-back-previous':'返回/上一个按钮','action-button-forward-next':_0x42c213(0x217),'action-button-beginning':'开始按钮','action-button-end':_0x42c213(0x24b),'action-button-home':_0x42c213(0x21d),'action-button-information':_0x42c213(0x23c),'action-button-return':_0x42c213(0x21e),'action-button-movie':_0x42c213(0x236),'action-button-document':'文档按钮','action-button-sound':_0x42c213(0x25e),'action-button-help':_0x42c213(0x235),'action-button-blank':_0x42c213(0x223),'chart-plus':_0x42c213(0x242),'chart-star':'图表星号','chart-x':'图表X','flow-chart-offline-storage':_0x42c213(0x1e6),'line-inv':_0x42c213(0x1ed),'plaque-tabs':'牌匾标签','square-tabs':_0x42c213(0x279),'up-down-arrow-callout':_0x42c213(0x234)}},'toolbar':{'expandShapeToolbar':'展开形状工具栏','collapseShapeToolbar':'收起形状工具栏','alignLeft':_0x42c213(0x26d),'alignCenter':'居中对齐','alignRight':_0x42c213(0x210),'alignJustify':_0x42c213(0x285),'bold':'粗体','italic':'斜体','underline':'下划线','strikethrough':_0x42c213(0x24d),'subscript':_0x42c213(0x1ea),'superscript':_0x42c213(0x1f8),'textColor':_0x42c213(0x23e),'textBackgroundColor':_0x42c213(0x256),'fillColor':_0x42c213(0x265),'resetColor':_0x42c213(0x20a)},'align':{'top':_0x42c213(0x272),'middle':_0x42c213(0x276),'bottom':_0x42c213(0x27a)},'textWrap':{'inline':_0x42c213(0x27d),'square':_0x42c213(0x289),'topAndBottom':_0x42c213(0x232),'behindText':_0x42c213(0x25c),'inFrontText':_0x42c213(0x209)},'crop':{'shape':_0x42c213(0x262)}}};function _0x2963(){const _0x2a3c59=['3rCdzjh','左对齐','矩形:剪去顶角','标注:线形(带强调线)','星形:六角','流程图:内部贮存','顶部对齐','流程图:决策','十二边形','圆:空心','垂直居中','太阳形','标注:双弯曲线形(带强调线)','方形标签','底部对齐','标题2','流程图','嵌入型','箭头:虚尾','标注:线形(无边框)','流程图:手动输入','流程图:卡片','不完整圆','星形:十角','形状位置','两端对齐','居中对齐','标注:右箭头','禁止符','四周型','任务列表','箭头:左弧形','左右圆形箭头','流程图:手动操作','流程图:文档','缺角矩形','流程图:准备','流程图:磁盘','椭圆箭头','形状样式','菱形箭头','流程图:或者','直角三角形','箭头:燕尾形','矩形:折角','隐藏形状面板','箭头:上','隐形箭头','流程图:离页连接符','对齐方式','删除形状','左大括号','等腰三角形','星与旗帜','流程图:离线存储','标注:十字箭头','标注:弯曲线形(带边框和强调线)','八边形','Subscript','流程图:接点','箭头:直角双向','线反向','矩形:一个圆顶角,剪去另一个顶角','标题3','曲线:箭头','有序列表','流程图:直接访问存储器','起点箭头大小','切换水平翻转','208HRIXWd','星形:十二角','箭头:右','Superscript','标注:双弯曲线形(带边框和强调线)','折线:箭头','右中括号','流程图:显示','420250RwpYkO','终点箭头类型','带形:前凸','立方体','146006kecfUS','1754712mQYJcW','带形:前凸弯','七边形','箭头:直角上','箭头:环形','与形状一起旋转','半闭框','浮于文字上方','重置颜色','无线条','长划线','十字形','无颜色','标注:双弯曲线形','右对齐','矩形:单圆角','左右带形','卷形:水平','矩形:棱台','右大括号','闪电形','前进/下一个按钮','流程图:摘录','圆柱形','9齿齿轮','星形:八角','6齿齿轮','主页按钮','返回按钮','176365FiihJV','490080WjddwL','切换垂直翻转','剪去单角矩形','空白按钮','长划线-点-点','带形:上凸弯','插入...','公式形状','纵向文本框','草绘样式','爆炸形:14pt','箭头:V型','流程图:终止','1631wBURXS','箭头:十字','弯曲箭头','左上对齐','矩形:圆顶角','上下型','联接类型','上下箭头标注','帮助按钮','电影按钮','箭头:丁字','偏移量\x20X','短划线','端点类型','标注:上箭头','信息按钮','爆炸形:8pt','文本颜色','刻度\x20X','双波形','饼形楔','图表加号','偏移量\x20Y','左下对齐','横向文本框','箭头:手杖形','双箭头折线','流程图:延期','箭头:上弧形','基本形状','结束按钮','16vXZxfE','删除线','流程图:过程','标注:线形(带边框和强调线)','流程图:多文档','非等腰梯形','450756tCxsse','泪滴形','顺时针90度旋转','圆角矩形','文字背景颜色','箭头:圆角右','图案填充','箭头:上下','星形:十六角','右下对齐','衬于文字下方','气泡:云','声音按钮','格式化形状','双箭头曲线','标题4','裁剪为形状','星形:七角','标题1','文本背景色','将图片平铺为纹理','流程图:数据','图文框','开放箭头','透明度','流程图:顺序访问存储器'];_0x2963=function(){return _0x2a3c59;};return _0x2963();}export{e as default};
@@ -1 +1 @@
1
- const _0x288da=_0x3aa4;function _0x3aa4(_0x3c5d89,_0x22a497){_0x3c5d89=_0x3c5d89-0xfb;const _0x52edf1=_0x52ed();let _0x3aa4e9=_0x52edf1[_0x3c5d89];return _0x3aa4e9;}function _0x52ed(){const _0x345cc8=['左對齊','箭頭:右弧形','488814eGGybK','文字背景色','縮放\x20X','流程圖:多文檔','箭頭:左','100451cXAtII','箭頭:圓角右','五邊形','標註:雙彎曲線形(無邊框)','箭頭:虛尾','虛線-點','流程圖:內部貯存','公式形狀','順時針\x2090\x20度旋轉','方形標籤','流程圖:離線存儲','帶形:上凸彎','左右圓形箭頭','流程圖:終止','流程圖:預定義過程','透明度','左大括號','將圖片平鋪為紋理','爆炸形:14pt','長虛線-點','Subscript','左圓形箭頭','橢圓箭頭','箭頭:右','箭頭:上下','流程圖:離頁連接符','幫助按鈕','標註:左箭頭','切換水平翻轉','標註:線形(帶邊框和強調線)','13736EyzKrf','圖文框','矩形:剪去對角','橫向文字方塊','星形:四角','箭頭:上弧形','電影按鈕','七邊形','開放箭頭','流程圖:對照','流程圖','隱形箭頭','圖案填充','爆炸形:8pt','星形:十角','八邊形','折線:箭頭','圓柱形','15MpfWHa','新月形','雙大括號','上及下','637491HVnkPq','對話氣泡:圓角矩形','標註:彎曲線形(無邊框)','等腰三角形','箭頭:燕尾形','虛線類型','非等腰梯形','Superscript','收起形狀工具列','卷形:垂直','平行四邊形','矩形:單圓角','星形:八角','矩形:折角','文字在後','逆時針\x2090\x20度旋轉','曲線:箭頭','刪除線','2698784EIZnbC','流程圖:文檔','流程圖:順序訪問存儲器','帶形:上凸','聯接類型','星形:三十二角','頂部對齊','雙箭頭折線','標註:雙彎曲線形','空心弧','標註:彎曲線形(帶強調線)','太陽形','標註:線形','矩形:圓頂角','雙括號','插入形狀','主頁按鈕','終點箭頭類型','左上對齊','起點箭頭大小','對話氣泡:圓形','流程圖:延期','流程圖:手動輸入','草繪樣式','圖形樣式','聲音按鈕','禁止符','無顏色','流程圖:直接訪問存儲器','標註:左右箭頭','切換文本豎排','箭頭:十字','標註:線形(無邊框)','圖表星號','卷形:水平','裁切為形狀','閃電形','右上對齊','6齒齒輪','對齊方式','966560vhCJWj','偏移量\x20Y','信息按鈕','格式化形狀','圖片來源','矩形:棱台','重置顏色','雙箭頭直線','582310Jbhzcu','長虛線-點-點','流程圖:可選過程','餅形楔','9齒齒輪','箭頭:上','拐角半徑','菱形箭頭','開始按鈕','標註:雙彎曲線形(帶邊框和強調線)','左下對齊','不完整圓','箭頭:V型','圖形位置','剪去單角矩形','置中對齊','不等號','流程圖:匯總連接','打開形狀面板','流程圖:過程','十邊形','兩端對齊','箭頭:左右','圖表加號','雙箭頭曲線','標註:十字箭頭','展開形狀工具列','返回/上一個按鈕','直線箭頭','返回按鈕','十字形','垂直居中','底部對齊','標註:彎曲線形(帶邊框和強調線)','箭頭:下','流程圖:或者','星形:十二角','基本形狀','流程圖:準備','箭頭:直角雙向','帶形:前凸','右對齊','刪除形狀','標註:線形(帶強調線)','矩形:一個圓頂角,剪去另一個頂角','星形:五角','星形:七角','居中對齊','文字在前','圓:空心','雙波形','六邊形','星形:二十四角','流程圖:手動操作','起點箭頭類型','切換垂直翻轉','偏移量\x20X','箭頭:手杖形','箭頭:左弧形','圓角矩形','文字顏色','終點箭頭大小','縱向文字方塊','圖表X','缺角矩形','左中括號','左右帶形','流程圖:存儲數據','箭頭:下弧形'];_0x52ed=function(){return _0x345cc8;};return _0x52ed();}(function(_0x3ef747,_0x2f199a){const _0x5c2fe0=_0x3aa4,_0x1111bb=_0x3ef747();while(!![]){try{const _0x55a2bf=parseInt(_0x5c2fe0(0x12a))/0x1+parseInt(_0x5c2fe0(0x1a0))/0x2+parseInt(_0x5c2fe0(0x15e))/0x3+parseInt(_0x5c2fe0(0x148))/0x4+-parseInt(_0x5c2fe0(0x15a))/0x5*(parseInt(_0x5c2fe0(0x125))/0x6)+parseInt(_0x5c2fe0(0x198))/0x7+-parseInt(_0x5c2fe0(0x170))/0x8;if(_0x55a2bf===_0x2f199a)break;else _0x1111bb['push'](_0x1111bb['shift']());}catch(_0x311f10){_0x1111bb['push'](_0x1111bb['shift']());}}}(_0x52ed,0x28016));const e={'shape-editor-ui':{'title':'形狀','insertShape':_0x288da(0x17f),'openPanel':_0x288da(0x1b2),'deleteShape':_0x288da(0x108),'hidePanel':'隱藏形狀面板','formatShape':_0x288da(0x19b),'shapeStyle':_0x288da(0x188),'shapePosition':_0x288da(0x1ad),'toggleFlipH':_0x288da(0x146),'toggleFlipV':_0x288da(0x115),'rotateRight90':_0x288da(0x132),'rotateLeft90':_0x288da(0x16d),'toggleTextVertical':_0x288da(0x18e),'fill':{'title':'填充','noFill':_0x288da(0x18b),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x288da(0x154),'color':'顏色','transparency':_0x288da(0x139),'picture':{'source':_0x288da(0x19c),'insert':'插入...','tileAsTexture':_0x288da(0x13b),'offsetX':_0x288da(0x116),'offsetY':_0x288da(0x199),'scaleX':_0x288da(0x127),'scaleY':'縮放\x20Y','alignment':_0x288da(0x197),'rotateWithShape':'隨形狀旋轉','align':{'tl':_0x288da(0x182),'t':_0x288da(0x176),'tr':_0x288da(0x195),'l':_0x288da(0x123),'ctr':_0x288da(0x1af),'r':_0x288da(0x107),'bl':_0x288da(0x1aa),'b':_0x288da(0xfe),'br':'右下對齊'}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':_0x288da(0x139),'width':'寬度','cornerRadius':_0x288da(0x1a6),'dashType':{'title':_0x288da(0x163),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x288da(0x12f),'longDash':'長虛線','longDashDot':_0x288da(0x13d),'longDashDotDot':_0x288da(0x1a1)},'capType':{'title':'端點類型','flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x288da(0x174),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x288da(0x114),'beginArrowSize':_0x288da(0x183),'endArrowType':_0x288da(0x181),'endArrowSize':_0x288da(0x11b),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x288da(0x150),'stealthArrow':_0x288da(0x153),'diamondArrow':_0x288da(0x1a7),'ovalArrow':_0x288da(0x140)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x288da(0x187),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x288da(0x103),'blockArrow':'箭頭總匯','equationShape':_0x288da(0x131),'flowchart':_0x288da(0x152),'starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x288da(0x1bc),'straight-connector2':_0x288da(0x19f),'bent-connector3':'折線','bent-connector3-arrow1':_0x288da(0x158),'bent-connector3-arrow2':_0x288da(0x177),'curved-connector3':'曲線','curved-connector3-arrow1':_0x288da(0x16e),'curved-connector3-arrow2':_0x288da(0x1b8),'rect':'矩形','round-rect':_0x288da(0x119),'snip1-rect':_0x288da(0x1ae),'snip2-same-rect':'矩形:剪去頂角','snip2-diag-rect':_0x288da(0x14a),'snip-round-rect':_0x288da(0x10a),'round1-rect':_0x288da(0x169),'round2-same-rect':_0x288da(0x17d),'round2-diag-rect':'矩形:對角圓角','rect-textbox-horizontal':_0x288da(0x14b),'rect-textbox-vertical':_0x288da(0x11c),'ellipse':'橢圓','triangle':_0x288da(0x161),'rt-triangle':'直角三角形','parallelogram':_0x288da(0x168),'trapezoid':'梯形','non-isosceles-trapezoid':_0x288da(0x164),'diamond':'菱形','pentagon':_0x288da(0x12c),'hexagon':_0x288da(0x111),'heptagon':_0x288da(0x14f),'octagon':_0x288da(0x157),'decagon':_0x288da(0x1b4),'dodecagon':'十二邊形','pie':_0x288da(0x1ab),'chord':'弦形','teardrop':'淚滴形','frame':_0x288da(0x149),'half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':_0x288da(0xfc),'plaque':_0x288da(0x11e),'can':_0x288da(0x159),'cube':'立方體','bevel':_0x288da(0x19d),'donut':_0x288da(0x10f),'no-smoking':_0x288da(0x18a),'block-arc':_0x288da(0x179),'folder-corner':_0x288da(0x16b),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x288da(0x194),'sun':_0x288da(0x17b),'moon':_0x288da(0x15b),'cloud':'雲形','arc':'弧形','bracket-pair':_0x288da(0x17e),'brace-pair':_0x288da(0x15c),'left-bracket':_0x288da(0x11f),'right-bracket':'右中括號','left-brace':_0x288da(0x13a),'right-brace':'右大括號','right-arrow':_0x288da(0x141),'left-arrow':_0x288da(0x129),'up-arrow':_0x288da(0x1a5),'down-arrow':_0x288da(0x100),'left-right-arrow':_0x288da(0x1b6),'up-down-arrow':_0x288da(0x142),'quad-arrow':_0x288da(0x18f),'left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x288da(0x12b),'uturn-arrow':_0x288da(0x117),'left-up-arrow':_0x288da(0x105),'bent-up-arrow':'箭頭:直角上','curved-right-arrow':_0x288da(0x124),'curved-left-arrow':_0x288da(0x118),'curved-up-arrow':_0x288da(0x14d),'curved-down-arrow':_0x288da(0x122),'striped-right-arrow':_0x288da(0x12e),'notched-right-arrow':_0x288da(0x162),'home-plate':_0x288da(0x12c),'chevron':_0x288da(0x1ac),'right-arrow-callout':'標註:右箭頭','down-arrow-callout':'標註:下箭頭','left-arrow-callout':_0x288da(0x145),'up-arrow-callout':'標註:上箭頭','left-right-arrow-callout':_0x288da(0x18d),'quad-arrow-callout':_0x288da(0x1b9),'circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x288da(0x1b0),'flow-chart-process':_0x288da(0x1b3),'flow-chart-alternate-process':_0x288da(0x1a2),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':_0x288da(0x138),'flow-chart-internal-storage':_0x288da(0x130),'flow-chart-document':_0x288da(0x171),'flow-chart-multidocument':_0x288da(0x128),'flow-chart-terminator':_0x288da(0x137),'flow-chart-preparation':_0x288da(0x104),'flow-chart-manual-input':_0x288da(0x186),'flow-chart-manual-operation':_0x288da(0x113),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x288da(0x143),'flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':_0x288da(0x1b1),'flow-chart-or':_0x288da(0x101),'flow-chart-collate':_0x288da(0x151),'flow-chart-sort':'流程圖:排序','flow-chart-extract':'流程圖:摘錄','flow-chart-merge':'流程圖:合併','flow-chart-online-storage':_0x288da(0x121),'flow-chart-delay':_0x288da(0x185),'flow-chart-magnetic-tape':_0x288da(0x172),'flow-chart-magnetic-disk':'流程圖:磁盤','flow-chart-magnetic-drum':_0x288da(0x18c),'flow-chart-display':'流程圖:顯示','irregular-seal1':_0x288da(0x155),'irregular-seal2':_0x288da(0x13c),'star4':_0x288da(0x14c),'star5':_0x288da(0x10b),'star6':'星形:六角','star7':_0x288da(0x10c),'star8':_0x288da(0x16a),'star10':_0x288da(0x156),'star12':_0x288da(0x102),'star16':'星形:十六角','star24':_0x288da(0x112),'star32':_0x288da(0x175),'ribbon2':_0x288da(0x173),'ribbon':_0x288da(0x106),'ellipse-ribbon2':_0x288da(0x135),'ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x288da(0x167),'horizontal-scroll':_0x288da(0x192),'wave':'波形','double-wave':_0x288da(0x110),'wedge-rect-callout':'對話氣泡:矩形','wedge-round-rect-callout':_0x288da(0x15f),'wedge-ellipse-callout':_0x288da(0x184),'cloud-callout':'氣泡:雲','border-callout1':_0x288da(0x17c),'border-callout2':'標註:彎曲線形','border-callout3':_0x288da(0x178),'accent-callout1':_0x288da(0x109),'accent-callout2':_0x288da(0x17a),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x288da(0x190),'callout2':_0x288da(0x160),'callout3':_0x288da(0x12d),'accent-border-callout1':_0x288da(0x147),'accent-border-callout2':_0x288da(0xff),'accent-border-callout3':_0x288da(0x1a9),'left-circular-arrow':_0x288da(0x13f),'left-right-circular-arrow':_0x288da(0x136),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':_0x288da(0x120),'pie-wedge':_0x288da(0x1a3),'funnel':'漏斗','gear6':_0x288da(0x196),'gear9':_0x288da(0x1a4),'corner-tabs':'角標','action-button-back-previous':_0x288da(0x1bb),'action-button-forward-next':'前進/下一個按鈕','action-button-beginning':_0x288da(0x1a8),'action-button-end':'結束按鈕','action-button-home':_0x288da(0x180),'action-button-information':_0x288da(0x19a),'action-button-return':_0x288da(0xfb),'action-button-movie':_0x288da(0x14e),'action-button-document':'文檔按鈕','action-button-sound':_0x288da(0x189),'action-button-help':_0x288da(0x144),'action-button-blank':'空白按鈕','chart-plus':_0x288da(0x1b7),'chart-star':_0x288da(0x191),'chart-x':_0x288da(0x11d),'flow-chart-offline-storage':_0x288da(0x134),'line-inv':'線反向','plaque-tabs':'牌匾標籤','square-tabs':_0x288da(0x133),'up-down-arrow-callout':'上下箭頭標註'}},'toolbar':{'expandShapeToolbar':_0x288da(0x1ba),'collapseShapeToolbar':_0x288da(0x166),'alignLeft':_0x288da(0x123),'alignCenter':_0x288da(0x10d),'alignRight':'右對齊','alignJustify':_0x288da(0x1b5),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x288da(0x16f),'subscript':_0x288da(0x13e),'superscript':_0x288da(0x165),'textColor':_0x288da(0x11a),'textBackgroundColor':'Text\x20Background\x20color','fillColor':_0x288da(0x126),'resetColor':_0x288da(0x19e)},'align':{'top':'頂部對齊','middle':_0x288da(0xfd),'bottom':'底部對齊'},'textWrap':{'inline':'與文字排列','square':'矩形','topAndBottom':_0x288da(0x15d),'behindText':_0x288da(0x10e),'inFrontText':_0x288da(0x16c)},'crop':{'shape':_0x288da(0x193)}}};export{e as default};
1
+ const _0x3cb613=_0x16ae;function _0x16ae(_0x5a8560,_0x2ad42c){_0x5a8560=_0x5a8560-0x187;const _0x110418=_0x1104();let _0x16ae30=_0x110418[_0x5a8560];return _0x16ae30;}(function(_0x274045,_0x491b94){const _0x1805d4=_0x16ae,_0xb37435=_0x274045();while(!![]){try{const _0x5e2bb4=-parseInt(_0x1805d4(0x1f6))/0x1*(parseInt(_0x1805d4(0x1a4))/0x2)+parseInt(_0x1805d4(0x1e8))/0x3+-parseInt(_0x1805d4(0x1ff))/0x4+parseInt(_0x1805d4(0x1c9))/0x5*(-parseInt(_0x1805d4(0x21f))/0x6)+-parseInt(_0x1805d4(0x237))/0x7*(-parseInt(_0x1805d4(0x1b7))/0x8)+parseInt(_0x1805d4(0x205))/0x9*(parseInt(_0x1805d4(0x187))/0xa)+parseInt(_0x1805d4(0x207))/0xb;if(_0x5e2bb4===_0x491b94)break;else _0xb37435['push'](_0xb37435['shift']());}catch(_0x2dd96a){_0xb37435['push'](_0xb37435['shift']());}}}(_0x1104,0xe125e));const e={'shape-editor-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x3cb613(0x1be),'deleteShape':_0x3cb613(0x1a1),'hidePanel':_0x3cb613(0x18f),'formatShape':_0x3cb613(0x1cd),'shapeStyle':_0x3cb613(0x194),'shapePosition':_0x3cb613(0x208),'toggleFlipH':_0x3cb613(0x188),'toggleFlipV':_0x3cb613(0x1c6),'rotateRight90':_0x3cb613(0x1e5),'rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x3cb613(0x216),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x3cb613(0x223),'heading2':_0x3cb613(0x225),'heading3':_0x3cb613(0x206),'heading4':_0x3cb613(0x1d6),'heading5':_0x3cb613(0x211),'orderedList':_0x3cb613(0x226),'bulletList':_0x3cb613(0x1a0),'checkList':_0x3cb613(0x1e2),'quote':'引用','code':_0x3cb613(0x24c),'callout':'醒目提示框'}},'fill':{'title':'填充','noFill':_0x3cb613(0x1ed),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x3cb613(0x189),'color':'顏色','transparency':_0x3cb613(0x1eb),'picture':{'source':_0x3cb613(0x1ec),'insert':_0x3cb613(0x1f4),'tileAsTexture':'將圖片平鋪為紋理','offsetX':_0x3cb613(0x19f),'offsetY':'偏移量\x20Y','scaleX':_0x3cb613(0x244),'scaleY':_0x3cb613(0x198),'alignment':_0x3cb613(0x1cc),'rotateWithShape':_0x3cb613(0x1e7),'align':{'tl':_0x3cb613(0x245),'t':_0x3cb613(0x1b6),'tr':'右上對齊','l':_0x3cb613(0x1a5),'ctr':_0x3cb613(0x1b9),'r':'右對齊','bl':_0x3cb613(0x240),'b':_0x3cb613(0x18d),'br':_0x3cb613(0x1fe)}}},'line':{'title':'線條','noLine':_0x3cb613(0x235),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':'透明度','width':'寬度','cornerRadius':_0x3cb613(0x24f),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x3cb613(0x1d0),'longDash':_0x3cb613(0x21d),'longDashDot':_0x3cb613(0x1c4),'longDashDotDot':_0x3cb613(0x1f1)},'capType':{'title':_0x3cb613(0x18c),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x3cb613(0x1d5),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x3cb613(0x251),'beginArrowSize':_0x3cb613(0x1c8),'endArrowType':_0x3cb613(0x21a),'endArrowSize':'終點箭頭大小','arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x3cb613(0x1fa),'stealthArrow':_0x3cb613(0x197),'diamondArrow':_0x3cb613(0x1ee),'ovalArrow':_0x3cb613(0x224)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x3cb613(0x1fb),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x3cb613(0x1bf),'blockArrow':_0x3cb613(0x1c7),'equationShape':_0x3cb613(0x210),'flowchart':_0x3cb613(0x20f),'starAndBanner':_0x3cb613(0x1b4),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x3cb613(0x23a),'straight-connector2':_0x3cb613(0x247),'bent-connector3':'折線','bent-connector3-arrow1':_0x3cb613(0x203),'bent-connector3-arrow2':_0x3cb613(0x248),'curved-connector3':'曲線','curved-connector3-arrow1':_0x3cb613(0x215),'curved-connector3-arrow2':_0x3cb613(0x1e1),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x3cb613(0x241),'snip2-same-rect':_0x3cb613(0x191),'snip2-diag-rect':_0x3cb613(0x242),'snip-round-rect':_0x3cb613(0x24a),'round1-rect':'矩形:單圓角','round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x3cb613(0x204),'rect-textbox-horizontal':_0x3cb613(0x213),'rect-textbox-vertical':_0x3cb613(0x1d9),'ellipse':'橢圓','triangle':_0x3cb613(0x234),'rt-triangle':'直角三角形','parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x3cb613(0x1c3),'diamond':'菱形','pentagon':_0x3cb613(0x1b2),'hexagon':_0x3cb613(0x19d),'heptagon':_0x3cb613(0x19b),'octagon':'八邊形','decagon':_0x3cb613(0x239),'dodecagon':_0x3cb613(0x1b3),'pie':_0x3cb613(0x22d),'chord':'弦形','teardrop':_0x3cb613(0x23e),'frame':'圖文框','half-frame':'半閉框','corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':_0x3cb613(0x1aa),'can':'圓柱形','cube':_0x3cb613(0x1dc),'bevel':'矩形:棱台','donut':_0x3cb613(0x250),'no-smoking':'禁止符','block-arc':_0x3cb613(0x1ea),'folder-corner':_0x3cb613(0x212),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x3cb613(0x217),'sun':_0x3cb613(0x1a9),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x3cb613(0x1a7),'brace-pair':_0x3cb613(0x23b),'left-bracket':'左中括號','right-bracket':_0x3cb613(0x19c),'left-brace':_0x3cb613(0x1d2),'right-brace':_0x3cb613(0x18b),'right-arrow':_0x3cb613(0x218),'left-arrow':_0x3cb613(0x20e),'up-arrow':_0x3cb613(0x1e9),'down-arrow':_0x3cb613(0x24e),'left-right-arrow':_0x3cb613(0x1e0),'up-down-arrow':_0x3cb613(0x1e4),'quad-arrow':_0x3cb613(0x24b),'left-right-up-arrow':_0x3cb613(0x209),'bent-arrow':_0x3cb613(0x246),'uturn-arrow':_0x3cb613(0x1f9),'left-up-arrow':_0x3cb613(0x1ce),'bent-up-arrow':_0x3cb613(0x190),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x3cb613(0x1ae),'curved-down-arrow':_0x3cb613(0x1a8),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':'箭頭:燕尾形','home-plate':_0x3cb613(0x1b2),'chevron':_0x3cb613(0x19e),'right-arrow-callout':_0x3cb613(0x1f8),'down-arrow-callout':_0x3cb613(0x193),'left-arrow-callout':_0x3cb613(0x1a6),'up-arrow-callout':_0x3cb613(0x20d),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x3cb613(0x1da),'circular-arrow':_0x3cb613(0x1e3),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x3cb613(0x195),'flow-chart-process':'流程圖:過程','flow-chart-alternate-process':_0x3cb613(0x1b8),'flow-chart-decision':_0x3cb613(0x1fc),'flow-chart-input-output':_0x3cb613(0x200),'flow-chart-predefined-process':_0x3cb613(0x1ad),'flow-chart-internal-storage':_0x3cb613(0x1ab),'flow-chart-document':_0x3cb613(0x220),'flow-chart-multidocument':_0x3cb613(0x219),'flow-chart-terminator':_0x3cb613(0x1db),'flow-chart-preparation':_0x3cb613(0x21c),'flow-chart-manual-input':_0x3cb613(0x1f3),'flow-chart-manual-operation':_0x3cb613(0x1df),'flow-chart-connector':_0x3cb613(0x222),'flow-chart-offpage-connector':_0x3cb613(0x1c2),'flow-chart-punched-card':_0x3cb613(0x201),'flow-chart-punched-tape':_0x3cb613(0x20c),'flow-chart-summing-junction':_0x3cb613(0x1f2),'flow-chart-or':_0x3cb613(0x21e),'flow-chart-collate':_0x3cb613(0x196),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x3cb613(0x1ac),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0x3cb613(0x1f0),'flow-chart-magnetic-tape':_0x3cb613(0x249),'flow-chart-magnetic-disk':_0x3cb613(0x1f7),'flow-chart-magnetic-drum':_0x3cb613(0x1af),'flow-chart-display':_0x3cb613(0x21b),'irregular-seal1':_0x3cb613(0x232),'irregular-seal2':'爆炸形:14pt','star4':'星形:四角','star5':'星形:五角','star6':'星形:六角','star7':'星形:七角','star8':'星形:八角','star10':_0x3cb613(0x24d),'star12':_0x3cb613(0x1e6),'star16':_0x3cb613(0x243),'star24':_0x3cb613(0x23d),'star32':_0x3cb613(0x22c),'ribbon2':_0x3cb613(0x22a),'ribbon':'帶形:前凸','ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':_0x3cb613(0x18e),'vertical-scroll':_0x3cb613(0x23f),'horizontal-scroll':_0x3cb613(0x1bc),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x3cb613(0x1fd),'wedge-round-rect-callout':_0x3cb613(0x20a),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x3cb613(0x1bd),'border-callout1':'標註:線形','border-callout2':_0x3cb613(0x1b5),'border-callout3':_0x3cb613(0x230),'accent-callout1':_0x3cb613(0x1de),'accent-callout2':_0x3cb613(0x23c),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x3cb613(0x227),'callout2':_0x3cb613(0x192),'callout3':_0x3cb613(0x22b),'accent-border-callout1':_0x3cb613(0x1c1),'accent-border-callout2':'標註:彎曲線形(帶邊框和強調線)','accent-border-callout3':_0x3cb613(0x214),'left-circular-arrow':_0x3cb613(0x236),'left-right-circular-arrow':_0x3cb613(0x1c5),'swoosh-arrow':_0x3cb613(0x199),'left-right-ribbon':'左右帶形','pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x3cb613(0x1d1),'gear9':_0x3cb613(0x19a),'corner-tabs':'角標','action-button-back-previous':_0x3cb613(0x22e),'action-button-forward-next':_0x3cb613(0x1cf),'action-button-beginning':_0x3cb613(0x1d7),'action-button-end':'結束按鈕','action-button-home':_0x3cb613(0x1ca),'action-button-information':'信息按鈕','action-button-return':_0x3cb613(0x1d8),'action-button-movie':'電影按鈕','action-button-document':'文檔按鈕','action-button-sound':_0x3cb613(0x1a3),'action-button-help':_0x3cb613(0x233),'action-button-blank':_0x3cb613(0x202),'chart-plus':_0x3cb613(0x1d3),'chart-star':'圖表星號','chart-x':_0x3cb613(0x1a2),'flow-chart-offline-storage':_0x3cb613(0x1f5),'line-inv':_0x3cb613(0x20b),'plaque-tabs':_0x3cb613(0x228),'square-tabs':_0x3cb613(0x1cb),'up-down-arrow-callout':_0x3cb613(0x1dd)}},'toolbar':{'expandShapeToolbar':_0x3cb613(0x229),'collapseShapeToolbar':_0x3cb613(0x1bb),'alignLeft':_0x3cb613(0x1a5),'alignCenter':_0x3cb613(0x1ba),'alignRight':_0x3cb613(0x1c0),'alignJustify':_0x3cb613(0x1b1),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':_0x3cb613(0x238),'superscript':_0x3cb613(0x1ef),'textColor':'文字顏色','textBackgroundColor':_0x3cb613(0x22f),'fillColor':_0x3cb613(0x231),'resetColor':_0x3cb613(0x18a)},'align':{'top':_0x3cb613(0x1b6),'middle':_0x3cb613(0x1d4),'bottom':_0x3cb613(0x18d)},'textWrap':{'inline':_0x3cb613(0x1b0),'square':'矩形','topAndBottom':'上及下','behindText':_0x3cb613(0x221),'inFrontText':'文字在後'},'crop':{'shape':'裁切為形狀'}}};function _0x1104(){const _0x581944=['端點類型','底部對齊','帶形:前凸彎','隱藏形狀面板','箭頭:直角上','矩形:剪去頂角','標註:彎曲線形(無邊框)','標註:下箭頭','圖形樣式','不等號','流程圖:對照','隱形箭頭','縮放\x20Y','彎曲箭頭','9齒齒輪','七邊形','右中括號','六邊形','箭頭:V型','偏移量\x20X','無序列表','刪除形狀','圖表X','聲音按鈕','2070404QWwLYi','左對齊','標註:左箭頭','雙括號','箭頭:下弧形','太陽形','缺角矩形','流程圖:內部貯存','流程圖:摘錄','流程圖:預定義過程','箭頭:上弧形','流程圖:直接訪問存儲器','與文字排列','兩端對齊','五邊形','十二邊形','星與旗幟','標註:彎曲線形','頂部對齊','718544zHsNOi','流程圖:可選過程','置中對齊','居中對齊','收起形狀工具列','卷形:水平','氣泡:雲','打開形狀面板','基本形狀','右對齊','標註:線形(帶邊框和強調線)','流程圖:離頁連接符','非等腰梯形','長虛線-點','左右圓形箭頭','切換垂直翻轉','箭頭總匯','起點箭頭大小','2555OOyxaR','主頁按鈕','方形標籤','對齊方式','格式化形狀','箭頭:直角雙向','前進/下一個按鈕','虛線-點','6齒齒輪','左大括號','圖表加號','垂直居中','聯接類型','標題\x204','開始按鈕','返回按鈕','縱向文字方塊','標註:十字箭頭','流程圖:終止','立方體','上下箭頭標註','標註:線形(帶強調線)','流程圖:手動操作','箭頭:左右','雙箭頭曲線','任務列表','箭頭:環形','箭頭:上下','順時針\x2090\x20度旋轉','星形:十二角','隨形狀旋轉','68643vTZHcB','箭頭:上','空心弧','透明度','圖片來源','無顏色','菱形箭頭','Superscript','流程圖:延期','長虛線-點-點','流程圖:匯總連接','流程圖:手動輸入','插入...','流程圖:離線存儲','1yxdlqb','流程圖:磁盤','標註:右箭頭','箭頭:手杖形','開放箭頭','草繪樣式','流程圖:決策','對話氣泡:矩形','右下對齊','5138432nKMOHU','流程圖:數據','流程圖:卡片','空白按鈕','折線:箭頭','矩形:對角圓角','150966EVpXdT','標題\x203','18254676WiXonw','圖形位置','箭頭:丁字','對話氣泡:圓角矩形','線反向','流程圖:資料帶','標註:上箭頭','箭頭:左','流程圖','公式形狀','標題\x205','矩形:折角','橫向文字方塊','標註:雙彎曲線形(帶邊框和強調線)','曲線:箭頭','切換文本豎排','閃電形','箭頭:右','流程圖:多文檔','終點箭頭類型','流程圖:顯示','流程圖:準備','長虛線','流程圖:或者','7374EXRnqk','流程圖:文檔','文字在前','流程圖:接點','標題\x201','橢圓箭頭','標題\x202','有序列表','標註:線形(無邊框)','牌匾標籤','展開形狀工具列','帶形:上凸','標註:雙彎曲線形(無邊框)','星形:三十二角','不完整圓','返回/上一個按鈕','Text\x20Background\x20color','標註:雙彎曲線形','文字背景色','爆炸形:8pt','幫助按鈕','等腰三角形','無線條','左圓形箭頭','28kzSEsC','Subscript','十邊形','直線箭頭','雙大括號','標註:彎曲線形(帶強調線)','星形:二十四角','淚滴形','卷形:垂直','左下對齊','剪去單角矩形','矩形:剪去對角','星形:十六角','縮放\x20X','左上對齊','箭頭:圓角右','雙箭頭直線','雙箭頭折線','流程圖:順序訪問存儲器','矩形:一個圓頂角,剪去另一個頂角','箭頭:十字','程式碼區塊','星形:十角','箭頭:下','拐角半徑','圓:空心','起點箭頭類型','1090kgxLHP','切換水平翻轉','圖案填充','重置顏色','右大括號'];_0x1104=function(){return _0x581944;};return _0x1104();}export{e as default};
@@ -1 +1 @@
1
- const _0x50fe6e=_0x2e0f;(function(_0x2a4447,_0x99907a){const _0x17bf45=_0x2e0f,_0xe554c0=_0x2a4447();while(!![]){try{const _0x5217e2=-parseInt(_0x17bf45(0x1c2))/0x1+-parseInt(_0x17bf45(0x1df))/0x2+-parseInt(_0x17bf45(0x180))/0x3*(parseInt(_0x17bf45(0x19a))/0x4)+parseInt(_0x17bf45(0x1cf))/0x5+parseInt(_0x17bf45(0x1c8))/0x6*(-parseInt(_0x17bf45(0x214))/0x7)+parseInt(_0x17bf45(0x1f4))/0x8+-parseInt(_0x17bf45(0x1da))/0x9*(-parseInt(_0x17bf45(0x1fb))/0xa);if(_0x5217e2===_0x99907a)break;else _0xe554c0['push'](_0xe554c0['shift']());}catch(_0x578210){_0xe554c0['push'](_0xe554c0['shift']());}}}(_0x50a0,0xa3fd1));const e={'shape-editor-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x50fe6e(0x194),'deleteShape':_0x50fe6e(0x1be),'hidePanel':_0x50fe6e(0x1d7),'formatShape':'格式化形狀','shapeStyle':_0x50fe6e(0x1a7),'shapePosition':_0x50fe6e(0x219),'toggleFlipH':_0x50fe6e(0x209),'toggleFlipV':_0x50fe6e(0x1ac),'rotateRight90':_0x50fe6e(0x1fc),'rotateLeft90':_0x50fe6e(0x181),'toggleTextVertical':_0x50fe6e(0x20f),'fill':{'title':'填充','noFill':_0x50fe6e(0x195),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x50fe6e(0x1de),'color':'顏色','transparency':'透明度','picture':{'source':_0x50fe6e(0x1a5),'insert':_0x50fe6e(0x1ff),'tileAsTexture':_0x50fe6e(0x17d),'offsetX':_0x50fe6e(0x21e),'offsetY':_0x50fe6e(0x1f7),'scaleX':'縮放\x20X','scaleY':_0x50fe6e(0x210),'alignment':_0x50fe6e(0x1d5),'rotateWithShape':'隨形狀旋轉','align':{'tl':_0x50fe6e(0x1b3),'t':_0x50fe6e(0x20c),'tr':_0x50fe6e(0x184),'l':'左對齊','ctr':_0x50fe6e(0x177),'r':_0x50fe6e(0x191),'bl':_0x50fe6e(0x173),'b':_0x50fe6e(0x200),'br':'右下對齊'}}},'line':{'title':'線條','noLine':'無線條','solidLine':'實線','gradientLine':_0x50fe6e(0x1d0),'color':'顏色','transparency':_0x50fe6e(0x20e),'width':'寬度','cornerRadius':'拐角半徑','dashType':{'title':_0x50fe6e(0x1d4),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x50fe6e(0x1a1),'longDash':'長虛線','longDashDot':'長虛線-點','longDashDotDot':_0x50fe6e(0x218)},'capType':{'title':_0x50fe6e(0x1a2),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':_0x50fe6e(0x212),'miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x50fe6e(0x1b7),'beginArrowSize':'起點箭頭大小','endArrowType':'終點箭頭類型','endArrowSize':_0x50fe6e(0x1c7),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x50fe6e(0x1aa),'stealthArrow':_0x50fe6e(0x197),'diamondArrow':_0x50fe6e(0x1a0),'ovalArrow':_0x50fe6e(0x185)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x50fe6e(0x220),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x50fe6e(0x186),'equationShape':_0x50fe6e(0x18e),'flowchart':'流程圖','starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x50fe6e(0x1f3),'straight-connector2':_0x50fe6e(0x1bf),'bent-connector3':'折線','bent-connector3-arrow1':_0x50fe6e(0x21b),'bent-connector3-arrow2':_0x50fe6e(0x222),'curved-connector3':'曲線','curved-connector3-arrow1':_0x50fe6e(0x196),'curved-connector3-arrow2':_0x50fe6e(0x21a),'rect':'矩形','round-rect':_0x50fe6e(0x207),'snip1-rect':_0x50fe6e(0x1b9),'snip2-same-rect':_0x50fe6e(0x17b),'snip2-diag-rect':_0x50fe6e(0x19b),'snip-round-rect':'矩形:一個圓頂角,剪去另一個頂角','round1-rect':'矩形:單圓角','round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x50fe6e(0x1af),'rect-textbox-horizontal':_0x50fe6e(0x174),'rect-textbox-vertical':_0x50fe6e(0x1a4),'ellipse':'橢圓','triangle':_0x50fe6e(0x1f9),'rt-triangle':_0x50fe6e(0x1ee),'parallelogram':_0x50fe6e(0x216),'trapezoid':'梯形','non-isosceles-trapezoid':_0x50fe6e(0x1d6),'diamond':'菱形','pentagon':_0x50fe6e(0x179),'hexagon':'六邊形','heptagon':_0x50fe6e(0x1ef),'octagon':_0x50fe6e(0x178),'decagon':_0x50fe6e(0x1c4),'dodecagon':_0x50fe6e(0x188),'pie':_0x50fe6e(0x20a),'chord':'弦形','teardrop':_0x50fe6e(0x204),'frame':'圖文框','half-frame':_0x50fe6e(0x1fd),'corner':'L形','diag-stripe':'斜紋','plus':_0x50fe6e(0x206),'plaque':_0x50fe6e(0x19c),'can':'圓柱形','cube':_0x50fe6e(0x1c3),'bevel':_0x50fe6e(0x1ce),'donut':_0x50fe6e(0x217),'no-smoking':'禁止符','block-arc':_0x50fe6e(0x1db),'folder-corner':_0x50fe6e(0x18f),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x50fe6e(0x1f8),'sun':_0x50fe6e(0x1eb),'moon':_0x50fe6e(0x1e4),'cloud':'雲形','arc':'弧形','bracket-pair':_0x50fe6e(0x1ba),'brace-pair':_0x50fe6e(0x18b),'left-bracket':'左中括號','right-bracket':'右中括號','left-brace':_0x50fe6e(0x1e6),'right-brace':'右大括號','right-arrow':_0x50fe6e(0x19f),'left-arrow':_0x50fe6e(0x183),'up-arrow':_0x50fe6e(0x1cd),'down-arrow':'箭頭:下','left-right-arrow':'箭頭:左右','up-down-arrow':_0x50fe6e(0x1ca),'quad-arrow':_0x50fe6e(0x1ed),'left-right-up-arrow':_0x50fe6e(0x182),'bent-arrow':_0x50fe6e(0x1b8),'uturn-arrow':_0x50fe6e(0x187),'left-up-arrow':_0x50fe6e(0x1a6),'bent-up-arrow':_0x50fe6e(0x202),'curved-right-arrow':_0x50fe6e(0x1f2),'curved-left-arrow':_0x50fe6e(0x1bb),'curved-up-arrow':_0x50fe6e(0x1b4),'curved-down-arrow':_0x50fe6e(0x1f0),'striped-right-arrow':_0x50fe6e(0x1dd),'notched-right-arrow':_0x50fe6e(0x1a9),'home-plate':'五邊形','chevron':_0x50fe6e(0x21f),'right-arrow-callout':_0x50fe6e(0x224),'down-arrow-callout':_0x50fe6e(0x1e1),'left-arrow-callout':_0x50fe6e(0x189),'up-arrow-callout':_0x50fe6e(0x1c5),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':'標註:十字箭頭','circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x50fe6e(0x1c0),'flow-chart-process':_0x50fe6e(0x1e3),'flow-chart-alternate-process':_0x50fe6e(0x176),'flow-chart-decision':_0x50fe6e(0x190),'flow-chart-input-output':_0x50fe6e(0x223),'flow-chart-predefined-process':_0x50fe6e(0x1ec),'flow-chart-internal-storage':_0x50fe6e(0x211),'flow-chart-document':'流程圖:文檔','flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':_0x50fe6e(0x205),'flow-chart-preparation':_0x50fe6e(0x17f),'flow-chart-manual-input':'流程圖:手動輸入','flow-chart-manual-operation':_0x50fe6e(0x198),'flow-chart-connector':_0x50fe6e(0x1e8),'flow-chart-offpage-connector':_0x50fe6e(0x18d),'flow-chart-punched-card':_0x50fe6e(0x20b),'flow-chart-punched-tape':'流程圖:資料帶','flow-chart-summing-junction':_0x50fe6e(0x1e5),'flow-chart-or':_0x50fe6e(0x1fa),'flow-chart-collate':_0x50fe6e(0x201),'flow-chart-sort':_0x50fe6e(0x17a),'flow-chart-extract':_0x50fe6e(0x1dc),'flow-chart-merge':'流程圖:合併','flow-chart-online-storage':'流程圖:存儲數據','flow-chart-delay':_0x50fe6e(0x1e0),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x50fe6e(0x1b6),'flow-chart-magnetic-drum':'流程圖:直接訪問存儲器','flow-chart-display':'流程圖:顯示','irregular-seal1':_0x50fe6e(0x1d8),'irregular-seal2':'爆炸形:14pt','star4':_0x50fe6e(0x1f6),'star5':_0x50fe6e(0x203),'star6':_0x50fe6e(0x1e7),'star7':_0x50fe6e(0x1d9),'star8':'星形:八角','star10':_0x50fe6e(0x172),'star12':_0x50fe6e(0x19e),'star16':'星形:十六角','star24':_0x50fe6e(0x1b2),'star32':'星形:三十二角','ribbon2':'帶形:上凸','ribbon':_0x50fe6e(0x1ab),'ellipse-ribbon2':_0x50fe6e(0x17e),'ellipse-ribbon':_0x50fe6e(0x1bd),'vertical-scroll':_0x50fe6e(0x1ae),'horizontal-scroll':'卷形:水平','wave':'波形','double-wave':_0x50fe6e(0x192),'wedge-rect-callout':_0x50fe6e(0x208),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x50fe6e(0x199),'cloud-callout':'氣泡:雲','border-callout1':'標註:線形','border-callout2':_0x50fe6e(0x1cc),'border-callout3':_0x50fe6e(0x1a3),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x50fe6e(0x1bc),'accent-callout3':'標註:雙彎曲線形(帶強調線)','callout1':_0x50fe6e(0x1e9),'callout2':'標註:彎曲線形(無邊框)','callout3':'標註:雙彎曲線形(無邊框)','accent-border-callout1':_0x50fe6e(0x1c1),'accent-border-callout2':_0x50fe6e(0x1f1),'accent-border-callout3':_0x50fe6e(0x193),'left-circular-arrow':_0x50fe6e(0x1c6),'left-right-circular-arrow':_0x50fe6e(0x1b1),'swoosh-arrow':_0x50fe6e(0x1cb),'left-right-ribbon':'左右帶形','pie-wedge':'餅形楔','funnel':'漏斗','gear6':_0x50fe6e(0x1ad),'gear9':_0x50fe6e(0x175),'corner-tabs':'角標','action-button-back-previous':_0x50fe6e(0x17c),'action-button-forward-next':'前進/下一個按鈕','action-button-beginning':'開始按鈕','action-button-end':_0x50fe6e(0x1e2),'action-button-home':_0x50fe6e(0x215),'action-button-information':_0x50fe6e(0x221),'action-button-return':_0x50fe6e(0x1d2),'action-button-movie':'電影按鈕','action-button-document':'文檔按鈕','action-button-sound':'聲音按鈕','action-button-help':'幫助按鈕','action-button-blank':'空白按鈕','chart-plus':'圖表加號','chart-star':'圖表星號','chart-x':_0x50fe6e(0x19d),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x50fe6e(0x20d),'plaque-tabs':_0x50fe6e(0x1d3),'square-tabs':'方形標籤','up-down-arrow-callout':_0x50fe6e(0x1f5)}},'toolbar':{'expandShapeToolbar':_0x50fe6e(0x1c9),'collapseShapeToolbar':'收合形狀工具列','alignLeft':'左對齊','alignCenter':'居中對齊','alignRight':'右對齊','alignJustify':_0x50fe6e(0x1fe),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':_0x50fe6e(0x21c),'superscript':_0x50fe6e(0x21d),'textColor':_0x50fe6e(0x1ea),'textBackgroundColor':_0x50fe6e(0x18c),'fillColor':_0x50fe6e(0x1d1),'resetColor':_0x50fe6e(0x18a)},'align':{'top':_0x50fe6e(0x20c),'middle':'垂直居中','bottom':_0x50fe6e(0x200)},'textWrap':{'inline':_0x50fe6e(0x1b5),'square':'矩形','topAndBottom':_0x50fe6e(0x1a8),'behindText':_0x50fe6e(0x213),'inFrontText':'文字在後'},'crop':{'shape':_0x50fe6e(0x1b0)}}};function _0x2e0f(_0x24d7d6,_0x243a5b){_0x24d7d6=_0x24d7d6-0x172;const _0x50a09b=_0x50a0();let _0x2e0fe7=_0x50a09b[_0x24d7d6];return _0x2e0fe7;}export{e as default};function _0x50a0(){const _0x4e0cdd=['9齒齒輪','流程圖:可選過程','置中對齊','八邊形','五邊形','流程圖:排序','矩形:剪去頂角','返回/上一個按鈕','將圖片平鋪為紋理','帶形:上凸彎','流程圖:準備','558oIoaKl','逆時針\x2090\x20度旋轉','箭頭:丁字','箭頭:左','右上對齊','橢圓箭頭','箭頭總匯','箭頭:手杖形','十二邊形','標註:左箭頭','重置顏色','雙大括號','Text\x20Background\x20color','流程圖:離頁連接符','公式形狀','矩形:折角','流程圖:決策','右對齊','雙波形','標註:雙彎曲線形(帶邊框和強調線)','打開形狀面板','無顏色','曲線:箭頭','隱形箭頭','流程圖:手動操作','對話氣泡:圓形','12916ATsmjG','矩形:剪去對角','缺角矩形','圖表X','星形:十二角','箭頭:右','菱形箭頭','虛線-點','端點類型','標註:雙彎曲線形','縱向文字方塊','圖片來源','箭頭:直角雙向','圖形樣式','上及下','箭頭:燕尾形','開放箭頭','帶形:前凸','切換垂直翻轉','6齒齒輪','卷形:垂直','矩形:對角圓角','裁切為形狀','左右圓形箭頭','星形:二十四角','左上對齊','箭頭:上弧形','與文字排列','流程圖:磁盤','起點箭頭類型','箭頭:圓角右','剪去單角矩形','雙括號','箭頭:左弧形','標註:彎曲線形(帶強調線)','帶形:前凸彎','刪除形狀','雙箭頭直線','不等號','標註:線形(帶邊框和強調線)','222807wHPMVD','立方體','十邊形','標註:上箭頭','左圓形箭頭','終點箭頭大小','24dIgwki','展開形狀工具列','箭頭:上下','彎曲箭頭','標註:彎曲線形','箭頭:上','矩形:棱台','6603495sDzpqj','漸層線','文字背景色','返回按鈕','牌匾標籤','虛線類型','對齊方式','非等腰梯形','隱藏形狀面板','爆炸形:8pt','星形:七角','5887422LfaGNw','空心弧','流程圖:摘錄','箭頭:虛尾','圖案填充','2393074GqxIeS','流程圖:延期','標註:下箭頭','結束按鈕','流程圖:過程','新月形','流程圖:匯總連接','左大括號','星形:六角','流程圖:接點','標註:線形(無邊框)','文字顏色','太陽形','流程圖:預定義過程','箭頭:十字','直角三角形','七邊形','箭頭:下弧形','標註:彎曲線形(帶邊框和強調線)','箭頭:右弧形','直線箭頭','2454304APcaAd','上下箭頭標註','星形:四角','偏移量\x20Y','閃電形','等腰三角形','流程圖:或者','20oQsYvE','順時針\x2090\x20度旋轉','半閉框','兩端對齊','插入...','底部對齊','流程圖:對照','箭頭:直角上','星形:五角','淚滴形','流程圖:終止','十字形','圓角矩形','對話氣泡:矩形','切換水平翻轉','不完整圓','流程圖:卡片','頂部對齊','線反向','透明度','切換文本竖排','縮放\x20Y','流程圖:內部貯存','聯接類型','文字在前','427294ajdmih','主頁按鈕','平行四邊形','圓:空心','長虛線-點-點','圖形位置','雙箭頭曲線','折線:箭頭','Subscript','Superscript','偏移量\x20X','箭頭:V型','草繪樣式','信息按鈕','雙箭頭折線','流程圖:數據','標註:右箭頭','星形:十角','左下對齊','橫向文字方塊'];_0x50a0=function(){return _0x4e0cdd;};return _0x50a0();}
1
+ const _0x2e2e8e=_0x2e30;(function(_0x384911,_0x539ede){const _0x22de78=_0x2e30,_0xcd8328=_0x384911();while(!![]){try{const _0x42d46d=parseInt(_0x22de78(0x26b))/0x1*(parseInt(_0x22de78(0x277))/0x2)+-parseInt(_0x22de78(0x214))/0x3+-parseInt(_0x22de78(0x1d5))/0x4*(-parseInt(_0x22de78(0x1e1))/0x5)+parseInt(_0x22de78(0x20c))/0x6+-parseInt(_0x22de78(0x236))/0x7+parseInt(_0x22de78(0x1ed))/0x8+-parseInt(_0x22de78(0x21b))/0x9;if(_0x42d46d===_0x539ede)break;else _0xcd8328['push'](_0xcd8328['shift']());}catch(_0x42a284){_0xcd8328['push'](_0xcd8328['shift']());}}}(_0x53c4,0x56d04));function _0x2e30(_0x3e6fb3,_0xf771b4){_0x3e6fb3=_0x3e6fb3-0x1ca;const _0x53c4eb=_0x53c4();let _0x2e3057=_0x53c4eb[_0x3e6fb3];return _0x2e3057;}const e={'shape-editor-ui':{'title':'形狀','insertShape':_0x2e2e8e(0x1d8),'openPanel':'打開形狀面板','deleteShape':_0x2e2e8e(0x1e4),'hidePanel':_0x2e2e8e(0x222),'formatShape':_0x2e2e8e(0x27c),'shapeStyle':'圖形樣式','shapePosition':'圖形位置','toggleFlipH':_0x2e2e8e(0x242),'toggleFlipV':_0x2e2e8e(0x1e2),'rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':'逆時針\x2090\x20度旋轉','toggleTextVertical':_0x2e2e8e(0x25b),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x2e2e8e(0x208),'heading2':_0x2e2e8e(0x1fc),'heading3':'標題\x203','heading4':_0x2e2e8e(0x1ee),'heading5':_0x2e2e8e(0x289),'orderedList':_0x2e2e8e(0x20d),'bulletList':_0x2e2e8e(0x220),'checkList':_0x2e2e8e(0x251),'quote':'引用','code':_0x2e2e8e(0x1eb),'callout':'醒目提示框'}},'fill':{'title':'填充','noFill':_0x2e2e8e(0x1dc),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':_0x2e2e8e(0x23e),'color':'顏色','transparency':_0x2e2e8e(0x273),'picture':{'source':'圖片來源','insert':_0x2e2e8e(0x212),'tileAsTexture':_0x2e2e8e(0x206),'offsetX':_0x2e2e8e(0x24d),'offsetY':_0x2e2e8e(0x244),'scaleX':_0x2e2e8e(0x24f),'scaleY':_0x2e2e8e(0x1e7),'alignment':'對齊方式','rotateWithShape':_0x2e2e8e(0x264),'align':{'tl':_0x2e2e8e(0x230),'t':'頂部對齊','tr':_0x2e2e8e(0x253),'l':_0x2e2e8e(0x27e),'ctr':'置中對齊','r':'右對齊','bl':_0x2e2e8e(0x207),'b':_0x2e2e8e(0x247),'br':_0x2e2e8e(0x281)}}},'line':{'title':'線條','noLine':_0x2e2e8e(0x27f),'solidLine':'實線','gradientLine':_0x2e2e8e(0x1d6),'color':'顏色','transparency':_0x2e2e8e(0x273),'width':'寬度','cornerRadius':_0x2e2e8e(0x218),'dashType':{'title':_0x2e2e8e(0x241),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x2e2e8e(0x1f2),'longDash':'長虛線','longDashDot':_0x2e2e8e(0x279),'longDashDotDot':_0x2e2e8e(0x228)},'capType':{'title':_0x2e2e8e(0x217),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':_0x2e2e8e(0x1ef),'beginArrowSize':'起點箭頭大小','endArrowType':_0x2e2e8e(0x26a),'endArrowSize':_0x2e2e8e(0x22e),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x2e2e8e(0x1f8),'stealthArrow':'隱形箭頭','diamondArrow':_0x2e2e8e(0x1fd),'ovalArrow':_0x2e2e8e(0x1d9)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x2e2e8e(0x1cd),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x2e2e8e(0x204),'blockArrow':_0x2e2e8e(0x1ce),'equationShape':'公式形狀','flowchart':_0x2e2e8e(0x239),'starAndBanner':_0x2e2e8e(0x21f),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x2e2e8e(0x1de),'straight-connector2':_0x2e2e8e(0x260),'bent-connector3':'折線','bent-connector3-arrow1':_0x2e2e8e(0x25c),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x2e2e8e(0x267),'curved-connector3-arrow2':_0x2e2e8e(0x26f),'rect':'矩形','round-rect':'圓角矩形','snip1-rect':_0x2e2e8e(0x258),'snip2-same-rect':_0x2e2e8e(0x23b),'snip2-diag-rect':_0x2e2e8e(0x1d4),'snip-round-rect':_0x2e2e8e(0x202),'round1-rect':_0x2e2e8e(0x27d),'round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x2e2e8e(0x252),'rect-textbox-horizontal':_0x2e2e8e(0x21e),'rect-textbox-vertical':_0x2e2e8e(0x270),'ellipse':'橢圓','triangle':_0x2e2e8e(0x213),'rt-triangle':_0x2e2e8e(0x23f),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':'非等腰梯形','diamond':'菱形','pentagon':'五邊形','hexagon':_0x2e2e8e(0x249),'heptagon':_0x2e2e8e(0x1f3),'octagon':'八邊形','decagon':_0x2e2e8e(0x1e5),'dodecagon':'十二邊形','pie':_0x2e2e8e(0x20a),'chord':'弦形','teardrop':_0x2e2e8e(0x286),'frame':_0x2e2e8e(0x216),'half-frame':_0x2e2e8e(0x203),'corner':'L形','diag-stripe':'斜紋','plus':_0x2e2e8e(0x22b),'plaque':'缺角矩形','can':'圓柱形','cube':_0x2e2e8e(0x21d),'bevel':_0x2e2e8e(0x1e6),'donut':_0x2e2e8e(0x272),'no-smoking':_0x2e2e8e(0x250),'block-arc':'空心弧','folder-corner':_0x2e2e8e(0x235),'smiley-face':'笑臉','heart':'心形','lightning-bolt':'閃電形','sun':'太陽形','moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x2e2e8e(0x268),'brace-pair':_0x2e2e8e(0x1ec),'left-bracket':_0x2e2e8e(0x238),'right-bracket':_0x2e2e8e(0x1f9),'left-brace':_0x2e2e8e(0x1df),'right-brace':_0x2e2e8e(0x240),'right-arrow':_0x2e2e8e(0x209),'left-arrow':_0x2e2e8e(0x1ea),'up-arrow':'箭頭:上','down-arrow':_0x2e2e8e(0x278),'left-right-arrow':_0x2e2e8e(0x23d),'up-down-arrow':_0x2e2e8e(0x225),'quad-arrow':_0x2e2e8e(0x25e),'left-right-up-arrow':_0x2e2e8e(0x28b),'bent-arrow':_0x2e2e8e(0x22a),'uturn-arrow':'箭頭:手杖形','left-up-arrow':'箭頭:直角雙向','bent-up-arrow':_0x2e2e8e(0x287),'curved-right-arrow':'箭頭:右弧形','curved-left-arrow':'箭頭:左弧形','curved-up-arrow':_0x2e2e8e(0x23c),'curved-down-arrow':_0x2e2e8e(0x1e8),'striped-right-arrow':'箭頭:虛尾','notched-right-arrow':'箭頭:燕尾形','home-plate':_0x2e2e8e(0x210),'chevron':'箭頭:V型','right-arrow-callout':'標註:右箭頭','down-arrow-callout':_0x2e2e8e(0x262),'left-arrow-callout':_0x2e2e8e(0x232),'up-arrow-callout':_0x2e2e8e(0x288),'left-right-arrow-callout':_0x2e2e8e(0x25a),'quad-arrow-callout':_0x2e2e8e(0x24c),'circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':_0x2e2e8e(0x276),'flow-chart-process':_0x2e2e8e(0x1f0),'flow-chart-alternate-process':'流程圖:可選過程','flow-chart-decision':_0x2e2e8e(0x237),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':'流程圖:預定義過程','flow-chart-internal-storage':_0x2e2e8e(0x1db),'flow-chart-document':_0x2e2e8e(0x271),'flow-chart-multidocument':_0x2e2e8e(0x274),'flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x2e2e8e(0x200),'flow-chart-manual-input':_0x2e2e8e(0x1f7),'flow-chart-manual-operation':_0x2e2e8e(0x263),'flow-chart-connector':_0x2e2e8e(0x1f6),'flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':_0x2e2e8e(0x1fb),'flow-chart-punched-tape':_0x2e2e8e(0x1d0),'flow-chart-summing-junction':'流程圖:匯總連接','flow-chart-or':_0x2e2e8e(0x284),'flow-chart-collate':_0x2e2e8e(0x245),'flow-chart-sort':_0x2e2e8e(0x269),'flow-chart-extract':_0x2e2e8e(0x24a),'flow-chart-merge':_0x2e2e8e(0x226),'flow-chart-online-storage':_0x2e2e8e(0x256),'flow-chart-delay':_0x2e2e8e(0x211),'flow-chart-magnetic-tape':_0x2e2e8e(0x1f5),'flow-chart-magnetic-disk':_0x2e2e8e(0x24b),'flow-chart-magnetic-drum':_0x2e2e8e(0x20b),'flow-chart-display':_0x2e2e8e(0x254),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x2e2e8e(0x1cf),'star4':'星形:四角','star5':'星形:五角','star6':_0x2e2e8e(0x22c),'star7':_0x2e2e8e(0x257),'star8':_0x2e2e8e(0x234),'star10':_0x2e2e8e(0x1dd),'star12':'星形:十二角','star16':_0x2e2e8e(0x1d3),'star24':_0x2e2e8e(0x1da),'star32':'星形:三十二角','ribbon2':_0x2e2e8e(0x26c),'ribbon':_0x2e2e8e(0x266),'ellipse-ribbon2':'帶形:上凸彎','ellipse-ribbon':'帶形:前凸彎','vertical-scroll':_0x2e2e8e(0x246),'horizontal-scroll':_0x2e2e8e(0x1e0),'wave':'波形','double-wave':_0x2e2e8e(0x27a),'wedge-rect-callout':_0x2e2e8e(0x259),'wedge-round-rect-callout':'對話氣泡:圓角矩形','wedge-ellipse-callout':_0x2e2e8e(0x261),'cloud-callout':_0x2e2e8e(0x1cb),'border-callout1':_0x2e2e8e(0x221),'border-callout2':_0x2e2e8e(0x265),'border-callout3':_0x2e2e8e(0x27b),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x2e2e8e(0x21a),'accent-callout3':_0x2e2e8e(0x219),'callout1':_0x2e2e8e(0x1e9),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x2e2e8e(0x1ca),'accent-border-callout1':_0x2e2e8e(0x26d),'accent-border-callout2':_0x2e2e8e(0x231),'accent-border-callout3':_0x2e2e8e(0x283),'left-circular-arrow':_0x2e2e8e(0x233),'left-right-circular-arrow':_0x2e2e8e(0x21c),'swoosh-arrow':_0x2e2e8e(0x1d7),'left-right-ribbon':_0x2e2e8e(0x23a),'pie-wedge':_0x2e2e8e(0x1f1),'funnel':'漏斗','gear6':_0x2e2e8e(0x224),'gear9':_0x2e2e8e(0x22f),'corner-tabs':'角標','action-button-back-previous':_0x2e2e8e(0x20e),'action-button-forward-next':_0x2e2e8e(0x20f),'action-button-beginning':_0x2e2e8e(0x243),'action-button-end':_0x2e2e8e(0x227),'action-button-home':'主頁按鈕','action-button-information':_0x2e2e8e(0x1ff),'action-button-return':_0x2e2e8e(0x201),'action-button-movie':_0x2e2e8e(0x248),'action-button-document':_0x2e2e8e(0x26e),'action-button-sound':'聲音按鈕','action-button-help':_0x2e2e8e(0x1fe),'action-button-blank':'空白按鈕','chart-plus':_0x2e2e8e(0x223),'chart-star':_0x2e2e8e(0x1cc),'chart-x':'圖表X','flow-chart-offline-storage':_0x2e2e8e(0x215),'line-inv':'線反向','plaque-tabs':'牌匾標籤','square-tabs':'方形標籤','up-down-arrow-callout':'上下箭頭標註'}},'toolbar':{'expandShapeToolbar':_0x2e2e8e(0x205),'collapseShapeToolbar':_0x2e2e8e(0x28a),'alignLeft':_0x2e2e8e(0x27e),'alignCenter':_0x2e2e8e(0x229),'alignRight':_0x2e2e8e(0x255),'alignJustify':_0x2e2e8e(0x1f4),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':'刪除線','subscript':_0x2e2e8e(0x280),'superscript':'Superscript','textColor':_0x2e2e8e(0x1d2),'textBackgroundColor':_0x2e2e8e(0x22d),'fillColor':_0x2e2e8e(0x1d1),'resetColor':_0x2e2e8e(0x1fa)},'align':{'top':_0x2e2e8e(0x285),'middle':_0x2e2e8e(0x25f),'bottom':_0x2e2e8e(0x247)},'textWrap':{'inline':_0x2e2e8e(0x282),'square':'矩形','topAndBottom':_0x2e2e8e(0x24e),'behindText':_0x2e2e8e(0x275),'inFrontText':_0x2e2e8e(0x25d)},'crop':{'shape':_0x2e2e8e(0x1e3)}}};function _0x53c4(){const _0x212d2f=['十字形','星形:六角','Text\x20Background\x20color','終點箭頭大小','9齒齒輪','左上對齊','標註:彎曲線形(帶邊框和強調線)','標註:左箭頭','左圓形箭頭','星形:八角','矩形:折角','1633688AIrcpV','流程圖:決策','左中括號','流程圖','左右帶形','矩形:剪去頂角','箭頭:上弧形','箭頭:左右','圖案填充','直角三角形','右大括號','虛線類型','切換水平翻轉','開始按鈕','偏移量\x20Y','流程圖:對照','卷形:垂直','底部對齊','電影按鈕','六邊形','流程圖:摘錄','流程圖:磁盤','標註:十字箭頭','偏移量\x20X','上及下','縮放\x20X','禁止符','任務列表','矩形:對角圓角','右上對齊','流程圖:顯示','右對齊','流程圖:存儲數據','星形:七角','剪去單角矩形','對話氣泡:矩形','標註:左右箭頭','切換文本竖排','折線:箭頭','文字在後','箭頭:十字','垂直居中','雙箭頭直線','對話氣泡:圓形','標註:下箭頭','流程圖:手動操作','隨形狀旋轉','標註:彎曲線形','帶形:前凸','曲線:箭頭','雙括號','流程圖:排序','終點箭頭類型','421jVbpNm','帶形:上凸','標註:線形(帶邊框和強調線)','文檔按鈕','雙箭頭曲線','縱向文字方塊','流程圖:文檔','圓:空心','透明度','流程圖:多文檔','文字在前','不等號','1922brOHbl','箭頭:下','長虛線-點','雙波形','標註:雙彎曲線形','格式化形狀','矩形:單圓角','左對齊','無線條','Subscript','右下對齊','與文字排列','標註:雙彎曲線形(帶邊框和強調線)','流程圖:或者','頂部對齊','淚滴形','箭頭:直角上','標註:上箭頭','標題\x205','收合形狀工具列','箭頭:丁字','標註:雙彎曲線形(無邊框)','氣泡:雲','圖表星號','草繪樣式','箭頭總匯','爆炸形:14pt','流程圖:資料帶','文字背景色','文字顏色','星形:十六角','矩形:剪去對角','1183256kFmead','漸層線','彎曲箭頭','插入形狀','橢圓箭頭','星形:二十四角','流程圖:內部貯存','無顏色','星形:十角','直線箭頭','左大括號','卷形:水平','5rCLKeV','切換垂直翻轉','裁切為形狀','刪除形狀','十邊形','矩形:棱台','縮放\x20Y','箭頭:下弧形','標註:線形(無邊框)','箭頭:左','程式碼區塊','雙大括號','2236344nFivbZ','標題\x204','起點箭頭類型','流程圖:過程','餅形楔','虛線-點','七邊形','兩端對齊','流程圖:順序訪問存儲器','流程圖:接點','流程圖:手動輸入','開放箭頭','右中括號','重置顏色','流程圖:卡片','標題\x202','菱形箭頭','幫助按鈕','信息按鈕','流程圖:準備','返回按鈕','矩形:一個圓頂角,剪去另一個頂角','半閉框','基本形狀','展開形狀工具列','將圖片平鋪為紋理','左下對齊','標題\x201','箭頭:右','不完整圓','流程圖:直接訪問存儲器','3430962kPiQHo','有序列表','返回/上一個按鈕','前進/下一個按鈕','五邊形','流程圖:延期','插入...','等腰三角形','1496679OVLnwm','流程圖:離線存儲','圖文框','端點類型','拐角半徑','標註:雙彎曲線形(帶強調線)','標註:彎曲線形(帶強調線)','4175100ylzzXr','左右圓形箭頭','立方體','橫向文字方塊','星與旗幟','無序列表','標註:線形','隱藏形狀面板','圖表加號','6齒齒輪','箭頭:上下','流程圖:合併','結束按鈕','長虛線-點-點','居中對齊','箭頭:圓角右'];_0x53c4=function(){return _0x212d2f;};return _0x53c4();}export{e as default};
@@ -0,0 +1,5 @@
1
+ export declare const SHAPE_EDITOR_UI_PLUGIN_CONFIG_KEY = "shape-editor-ui.config";
2
+ export declare const configSymbol: unique symbol;
3
+ export interface IUniverShapeEditorUIConfig {
4
+ }
5
+ export declare const defaultPluginConfig: IUniverShapeEditorUIConfig;
@@ -0,0 +1,7 @@
1
+ import { Disposable } from '@univerjs/core';
2
+ import { IconManager } from '@univerjs/ui';
3
+ export declare class ShapeEditorUIComponentsController extends Disposable {
4
+ private readonly _iconManager;
5
+ constructor(_iconManager: IconManager);
6
+ private _registerIcons;
7
+ }
@@ -1,6 +1,7 @@
1
1
  import './global.css';
2
2
  export { FillStyleTabsEditor } from './components/fill-style-tabs-editor/FillStyleTabsEditor';
3
3
  export type { FillStyleType, IFillStyleTabsEditorLabels, IFillStyleTabsEditorProps, IFillStyleTypeValues, } from './components/fill-style-tabs-editor/FillStyleTabsEditor';
4
+ export { UniverShapeEditorUIPlugin } from './plugin';
4
5
  export { ShapeEditPanel } from './views/shape-editor-panel/ShapeEditorPanel';
5
6
  export type { IShapeEditPanelProps } from './views/shape-editor-panel/ShapeEditorPanel';
6
7
  export { getInitialShapeFillType, ShapeFillEditor } from './views/shape-editor-panel/ShapeFillEditor';
@@ -13,6 +14,8 @@ export { buildShapeTextDataUpdate, createDefaultShapeTextDocument, getShapeTextM
13
14
  export type { IShapeTextModel, IShapeTextUpdateOptions, } from './views/shape-floating-toolbar/shape-floating-toolbar-utils';
14
15
  export { ShapeFloatingToolbar, TextWrapShapeIcon } from './views/shape-floating-toolbar/ShapeFloatingToolbar';
15
16
  export type { IShapeFloatingToolbarProps, IShapeFloatingToolbarTextModel, IShapeFloatingToolbarWrappingStyle, IToolbarDropdownOption, } from './views/shape-floating-toolbar/ShapeFloatingToolbar';
17
+ export { getShapePickerTypeTitle, groupShapeOptions, ShapeGroupEnum, ShapePickerDropdown, ShapePickerGrid, ShapePickerPanel, shapeTypeOptions, } from './views/shape-picker';
18
+ export type { IShapePickerDropdownProps, IShapePickerGridProps, IShapePickerLocaleService, IShapePickerPanelProps, ShapeLocaleKey, ShapeTypeOption, } from './views/shape-picker';
16
19
  export { DocParagraphTypeDropdown } from './views/shape-text-editor/DocParagraphTypeDropdown';
17
20
  export type { IDocParagraphTypeDropdownProps } from './views/shape-text-editor/DocParagraphTypeDropdown';
18
21
  export { calcShapePosition, useShapePosition } from './views/shape-text-editor/hooks/use-shape-position';
@@ -13,6 +13,22 @@ declare const locale: {
13
13
  rotateRight90: string;
14
14
  rotateLeft90: string;
15
15
  toggleTextVertical: string;
16
+ textEditor: {
17
+ paragraphType: {
18
+ normal: string;
19
+ heading1: string;
20
+ heading2: string;
21
+ heading3: string;
22
+ heading4: string;
23
+ heading5: string;
24
+ orderedList: string;
25
+ bulletList: string;
26
+ checkList: string;
27
+ quote: string;
28
+ code: string;
29
+ callout: string;
30
+ };
31
+ };
16
32
  fill: {
17
33
  title: string;
18
34
  noFill: string;
@@ -0,0 +1,13 @@
1
+ import type { IUniverShapeEditorUIConfig } from './config/config';
2
+ import { IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
3
+ export declare class UniverShapeEditorUIPlugin extends Plugin {
4
+ private readonly _config;
5
+ protected readonly _injector: Injector;
6
+ private readonly _configService;
7
+ static type: UniverInstanceType;
8
+ static pluginName: string;
9
+ static packageName: string;
10
+ static version: string;
11
+ constructor(_config: IUniverShapeEditorUIConfig | undefined, _injector: Injector, _configService: IConfigService);
12
+ onStarting(): void;
13
+ }
@@ -34,10 +34,6 @@ export interface IShapeFloatingToolbarProps {
34
34
  shapeType?: ShapeTypeEnum;
35
35
  textStyle: ITextStyle;
36
36
  textModel?: IShapeFloatingToolbarTextModel | null;
37
- fontOptions: Array<{
38
- label: string;
39
- value: string;
40
- }>;
41
37
  wrappingStyle?: IShapeFloatingToolbarWrappingStyle;
42
38
  wrappingStyleOptions?: Array<IToolbarDropdownOption<IShapeFloatingToolbarWrappingStyle>>;
43
39
  enableShapeFillReset?: boolean;
@@ -0,0 +1,24 @@
1
+ import type { ShapeGroupEnum, ShapeTypeOption } from './shapes';
2
+ export interface IShapePickerLocaleService {
3
+ t: (key: string) => string;
4
+ }
5
+ export declare function getShapePickerTypeTitle(localeService: IShapePickerLocaleService, shape: ShapeTypeOption): string;
6
+ export interface IShapePickerGridProps {
7
+ onShapeClick: (shape: ShapeTypeOption) => void;
8
+ excludeGroups?: ShapeGroupEnum[];
9
+ options?: readonly ShapeTypeOption[];
10
+ variant?: 'plain' | 'card';
11
+ }
12
+ export declare function ShapePickerGrid(props: IShapePickerGridProps): import("react").JSX.Element;
13
+ export interface IShapePickerPanelProps {
14
+ onShapeClick: (shape: ShapeTypeOption) => void;
15
+ excludeGroups?: ShapeGroupEnum[];
16
+ options?: readonly ShapeTypeOption[];
17
+ variant?: 'plain' | 'card';
18
+ }
19
+ export declare function ShapePickerPanel(props: IShapePickerPanelProps): import("react").JSX.Element;
20
+ export interface IShapePickerDropdownProps extends IShapePickerPanelProps {
21
+ buttonLabel: string;
22
+ side?: 'top' | 'right' | 'bottom' | 'left';
23
+ }
24
+ export declare function ShapePickerDropdown(props: IShapePickerDropdownProps): import("react").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export { getShapePickerTypeTitle, ShapePickerDropdown, ShapePickerGrid, ShapePickerPanel, } from './ShapePickerGrid';
2
+ export type { IShapePickerDropdownProps, IShapePickerGridProps, IShapePickerLocaleService, IShapePickerPanelProps, } from './ShapePickerGrid';
3
+ export { groupShapeOptions, ShapeGroupEnum, shapeTypeOptions, } from './shapes';
4
+ export type { ShapeLocaleKey, ShapeTypeOption, } from './shapes';
@@ -0,0 +1,25 @@
1
+ import { ShapeTypeEnum } from '@univerjs-pro/engine-shape';
2
+ export type ShapeLocaleKey = `shape.${string}`;
3
+ export declare enum ShapeGroupEnum {
4
+ Line = "line",
5
+ Rectangle = "rectangle",
6
+ BasicShape = "basicShape",
7
+ BlockArrow = "blockArrow",
8
+ EquationShape = "equationShape",
9
+ Flowchart = "flowchart",
10
+ StarAndBanner = "starAndBanner",
11
+ Callout = "callout",
12
+ Other = "other"
13
+ }
14
+ export declare const shapeTypeOptions: Array<{
15
+ group: ShapeGroupEnum;
16
+ type: ShapeTypeEnum;
17
+ icon: string;
18
+ name: ShapeLocaleKey;
19
+ endArrow?: boolean;
20
+ startArrow?: boolean;
21
+ horizontal?: boolean;
22
+ vertical?: boolean;
23
+ }>;
24
+ export type ShapeTypeOption = typeof shapeTypeOptions[number];
25
+ export declare function groupShapeOptions(options?: readonly ShapeTypeOption[], excludeGroups?: readonly ShapeGroupEnum[]): Partial<Record<ShapeGroupEnum, ShapeTypeOption[]>>;