@univerjs-pro/shape-editor-ui 1.0.0-alpha.1 → 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 (90) 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/plugin.d.ts +13 -0
  66. package/lib/types/views/shape-floating-toolbar/ShapeFloatingToolbar.d.ts +0 -4
  67. package/lib/types/views/shape-picker/ShapePickerGrid.d.ts +24 -0
  68. package/lib/types/views/shape-picker/index.d.ts +4 -0
  69. package/lib/types/views/shape-picker/shapes.d.ts +25 -0
  70. package/lib/umd/index.js +1 -1
  71. package/lib/umd/locale/ar-SA.js +1 -1
  72. package/lib/umd/locale/ca-ES.js +1 -1
  73. package/lib/umd/locale/de-DE.js +1 -1
  74. package/lib/umd/locale/en-US.js +1 -1
  75. package/lib/umd/locale/es-ES.js +1 -1
  76. package/lib/umd/locale/fa-IR.js +1 -1
  77. package/lib/umd/locale/fr-FR.js +1 -1
  78. package/lib/umd/locale/id-ID.js +1 -1
  79. package/lib/umd/locale/it-IT.js +1 -1
  80. package/lib/umd/locale/ja-JP.js +1 -1
  81. package/lib/umd/locale/ko-KR.js +1 -1
  82. package/lib/umd/locale/pl-PL.js +1 -1
  83. package/lib/umd/locale/pt-BR.js +1 -1
  84. package/lib/umd/locale/ru-RU.js +1 -1
  85. package/lib/umd/locale/sk-SK.js +1 -1
  86. package/lib/umd/locale/vi-VN.js +1 -1
  87. package/lib/umd/locale/zh-CN.js +1 -1
  88. package/lib/umd/locale/zh-HK.js +1 -1
  89. package/lib/umd/locale/zh-TW.js +1 -1
  90. package/package.json +11 -11
@@ -1 +1 @@
1
- const _0x2ed74b=_0x4f60;function _0x4f60(_0x41f3e9,_0x1bc022){_0x41f3e9=_0x41f3e9-0xc7;const _0x404faa=_0x404f();let _0x4f60f2=_0x404faa[_0x41f3e9];return _0x4f60f2;}(function(_0x2f4845,_0x23cf9b){const _0x3c891e=_0x4f60,_0x57e214=_0x2f4845();while(!![]){try{const _0x3985c0=-parseInt(_0x3c891e(0xf6))/0x1*(-parseInt(_0x3c891e(0x194))/0x2)+-parseInt(_0x3c891e(0x14c))/0x3*(parseInt(_0x3c891e(0x12d))/0x4)+-parseInt(_0x3c891e(0x1a5))/0x5+-parseInt(_0x3c891e(0xe9))/0x6*(parseInt(_0x3c891e(0x167))/0x7)+parseInt(_0x3c891e(0x17a))/0x8*(-parseInt(_0x3c891e(0xf2))/0x9)+parseInt(_0x3c891e(0xef))/0xa*(-parseInt(_0x3c891e(0x1bd))/0xb)+parseInt(_0x3c891e(0x189))/0xc;if(_0x3985c0===_0x23cf9b)break;else _0x57e214['push'](_0x57e214['shift']());}catch(_0x5b5bec){_0x57e214['push'](_0x57e214['shift']());}}}(_0x404f,0xdc0a9));const e={'shape-editor-ui':{'title':'Hình\x20dạng','insertShape':_0x2ed74b(0x10b),'openPanel':'Mở\x20bảng\x20hình\x20dạng','deleteShape':_0x2ed74b(0xde),'hidePanel':_0x2ed74b(0x12c),'formatShape':'Định\x20dạng\x20hình\x20dạng','shapeStyle':_0x2ed74b(0x1bb),'shapePosition':_0x2ed74b(0x13a),'toggleFlipH':_0x2ed74b(0xeb),'toggleFlipV':_0x2ed74b(0x108),'rotateRight90':_0x2ed74b(0x196),'rotateLeft90':'Xoay\x2090\x20độ\x20ngược\x20chiều\x20kim\x20đồng\x20hồ','toggleTextVertical':_0x2ed74b(0x132),'textEditor':{'paragraphType':{'normal':'Văn\x20bản','heading1':_0x2ed74b(0x119),'heading2':_0x2ed74b(0x13d),'heading3':'Tiêu\x20đề\x203','heading4':'Tiêu\x20đề\x204','heading5':'Tiêu\x20đề\x205','orderedList':_0x2ed74b(0x109),'bulletList':_0x2ed74b(0x178),'checkList':_0x2ed74b(0x1b6),'quote':_0x2ed74b(0xce),'code':_0x2ed74b(0x128),'callout':_0x2ed74b(0x106)}},'fill':{'title':'Tô\x20màu','noFill':_0x2ed74b(0x191),'solidFill':'Tô\x20màu\x20đặc','gradientFill':_0x2ed74b(0x105),'pictureFill':_0x2ed74b(0x199),'patternFill':_0x2ed74b(0x1af),'color':_0x2ed74b(0x131),'transparency':_0x2ed74b(0xd6),'picture':{'source':_0x2ed74b(0xf8),'insert':_0x2ed74b(0x15d),'tileAsTexture':_0x2ed74b(0x19c),'offsetX':_0x2ed74b(0x19f),'offsetY':_0x2ed74b(0x184),'scaleX':_0x2ed74b(0xcb),'scaleY':'Tỷ\x20lệ\x20Y','alignment':_0x2ed74b(0xfa),'rotateWithShape':_0x2ed74b(0x12b),'align':{'tl':_0x2ed74b(0x160),'t':_0x2ed74b(0xf3),'tr':_0x2ed74b(0xfe),'l':_0x2ed74b(0x1a7),'ctr':'Giữa','r':_0x2ed74b(0x1b7),'bl':'Dưới\x20trái','b':_0x2ed74b(0x13b),'br':'Dưới\x20phải'}}},'line':{'title':_0x2ed74b(0x1be),'noLine':_0x2ed74b(0xf7),'solidLine':_0x2ed74b(0x173),'gradientLine':_0x2ed74b(0x16d),'color':_0x2ed74b(0x131),'transparency':_0x2ed74b(0xd6),'width':_0x2ed74b(0x1ac),'cornerRadius':_0x2ed74b(0x11c),'dashType':{'title':_0x2ed74b(0xe2),'solid':_0x2ed74b(0x1c2),'roundDot':_0x2ed74b(0x11f),'squareDot':_0x2ed74b(0x110),'dash':_0x2ed74b(0x149),'dashDot':_0x2ed74b(0x188),'longDash':_0x2ed74b(0x136),'longDashDot':'Nét\x20đứt\x20dài\x20chấm','longDashDotDot':_0x2ed74b(0x14e)},'capType':{'title':_0x2ed74b(0x181),'flat':_0x2ed74b(0x126),'round':'Tròn','square':'Vuông'},'joinType':{'title':'Kiểu\x20nối\x20góc','miter':'Nhọn','round':_0x2ed74b(0x17b),'bevel':_0x2ed74b(0x10e)},'beginArrowType':_0x2ed74b(0x134),'beginArrowSize':_0x2ed74b(0x140),'endArrowType':_0x2ed74b(0x18d),'endArrowSize':_0x2ed74b(0x104),'arrowType':{'none':_0x2ed74b(0x180),'arrow':_0x2ed74b(0x192),'openArrow':_0x2ed74b(0x1a8),'stealthArrow':_0x2ed74b(0x18b),'diamondArrow':_0x2ed74b(0x171),'ovalArrow':_0x2ed74b(0x174)},'arrowSize':{'small':_0x2ed74b(0x175),'medium':'Vừa','large':_0x2ed74b(0x123)},'sketchType':{'title':_0x2ed74b(0x1a1),'none':_0x2ed74b(0xdc),'curved':_0x2ed74b(0x16c),'freehand':_0x2ed74b(0x161),'handDrawn':'Vẽ\x20nguệch\x20ngoạc'}},'shape':{'group':{'line':_0x2ed74b(0x117),'rectangle':_0x2ed74b(0xdf),'basicShape':_0x2ed74b(0x133),'blockArrow':_0x2ed74b(0xf0),'equationShape':_0x2ed74b(0xd5),'flowchart':'Lưu\x20đồ','starAndBanner':_0x2ed74b(0x143),'callout':'Chú\x20thích','other':_0x2ed74b(0x111)},'type':{'line':_0x2ed74b(0x145),'straight-connector1':_0x2ed74b(0x1bf),'straight-connector2':_0x2ed74b(0x159),'bent-connector3':_0x2ed74b(0x107),'bent-connector3-arrow1':'Đường\x20nối\x20khuỷu\x20có\x20mũi\x20tên','bent-connector3-arrow2':_0x2ed74b(0x170),'curved-connector3':'Đường\x20nối\x20cong','curved-connector3-arrow1':_0x2ed74b(0x13e),'curved-connector3-arrow2':'Đường\x20nối\x20cong\x20mũi\x20tên\x20hai\x20đầu','rect':_0x2ed74b(0xdf),'round-rect':'Hình\x20chữ\x20nhật\x20bo\x20góc','snip1-rect':_0x2ed74b(0xd3),'snip2-same-rect':_0x2ed74b(0x1c0),'snip2-diag-rect':_0x2ed74b(0xd0),'snip-round-rect':_0x2ed74b(0xe3),'round1-rect':_0x2ed74b(0x12e),'round2-same-rect':_0x2ed74b(0x1ad),'round2-diag-rect':_0x2ed74b(0xda),'rect-textbox-horizontal':_0x2ed74b(0x1c1),'rect-textbox-vertical':_0x2ed74b(0x11b),'ellipse':_0x2ed74b(0xfb),'triangle':_0x2ed74b(0xfc),'rt-triangle':_0x2ed74b(0x103),'parallelogram':_0x2ed74b(0x10f),'trapezoid':'Hình\x20thang','non-isosceles-trapezoid':_0x2ed74b(0x19b),'diamond':'Hình\x20thoi','pentagon':_0x2ed74b(0x166),'hexagon':_0x2ed74b(0xec),'heptagon':_0x2ed74b(0x157),'octagon':'Bát\x20giác','decagon':'Thập\x20giác','dodecagon':_0x2ed74b(0xf5),'pie':_0x2ed74b(0x182),'chord':_0x2ed74b(0xcf),'teardrop':_0x2ed74b(0x1b3),'frame':_0x2ed74b(0x186),'half-frame':'Khung\x20một\x20nửa','corner':_0x2ed74b(0x168),'diag-stripe':_0x2ed74b(0x172),'plus':_0x2ed74b(0xf9),'plaque':_0x2ed74b(0x165),'can':_0x2ed74b(0x10a),'cube':_0x2ed74b(0x13f),'bevel':'Hình\x20vát','donut':_0x2ed74b(0x1bc),'no-smoking':'Biển\x20cấm\x20hút\x20thuốc','block-arc':_0x2ed74b(0x17e),'folder-corner':_0x2ed74b(0xfd),'smiley-face':_0x2ed74b(0x1ab),'heart':_0x2ed74b(0x114),'lightning-bolt':_0x2ed74b(0xd1),'sun':_0x2ed74b(0x130),'moon':_0x2ed74b(0x18a),'cloud':_0x2ed74b(0x11a),'arc':'Hình\x20cung','bracket-pair':_0x2ed74b(0x1aa),'brace-pair':'Cặp\x20ngoặc\x20nhọn','left-bracket':'Ngoặc\x20vuông\x20trái','right-bracket':_0x2ed74b(0x185),'left-brace':_0x2ed74b(0x112),'right-brace':_0x2ed74b(0x139),'right-arrow':_0x2ed74b(0xe7),'left-arrow':_0x2ed74b(0x162),'up-arrow':_0x2ed74b(0x164),'down-arrow':_0x2ed74b(0xd9),'left-right-arrow':'Mũi\x20tên\x20trái\x20phải','up-down-arrow':_0x2ed74b(0x125),'quad-arrow':'Mũi\x20tên\x20bốn\x20chiều','left-right-up-arrow':_0x2ed74b(0x17c),'bent-arrow':_0x2ed74b(0x17f),'uturn-arrow':_0x2ed74b(0x1b8),'left-up-arrow':'Mũi\x20tên\x20trái\x20lên','bent-up-arrow':_0x2ed74b(0x156),'curved-right-arrow':'Mũi\x20tên\x20cong\x20phải','curved-left-arrow':_0x2ed74b(0x13c),'curved-up-arrow':_0x2ed74b(0x156),'curved-down-arrow':_0x2ed74b(0xe6),'striped-right-arrow':_0x2ed74b(0x14f),'notched-right-arrow':_0x2ed74b(0x152),'home-plate':_0x2ed74b(0x11e),'chevron':_0x2ed74b(0x1a2),'right-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20phải','down-arrow-callout':_0x2ed74b(0x122),'left-arrow-callout':_0x2ed74b(0xf1),'up-arrow-callout':_0x2ed74b(0x138),'left-right-arrow-callout':_0x2ed74b(0x1c4),'quad-arrow-callout':_0x2ed74b(0x12f),'circular-arrow':_0x2ed74b(0x16b),'math-plus':'Dấu\x20cộng','math-minus':_0x2ed74b(0x147),'math-multiply':_0x2ed74b(0x135),'math-divide':_0x2ed74b(0x1a4),'math-equal':_0x2ed74b(0x1c3),'math-not-equal':_0x2ed74b(0x15b),'flow-chart-process':_0x2ed74b(0xea),'flow-chart-alternate-process':_0x2ed74b(0xcd),'flow-chart-decision':_0x2ed74b(0x17d),'flow-chart-input-output':_0x2ed74b(0x1b2),'flow-chart-predefined-process':_0x2ed74b(0x118),'flow-chart-internal-storage':_0x2ed74b(0x124),'flow-chart-document':_0x2ed74b(0x1b9),'flow-chart-multidocument':_0x2ed74b(0x12a),'flow-chart-terminator':'Kết\x20thúc','flow-chart-preparation':_0x2ed74b(0x137),'flow-chart-manual-input':_0x2ed74b(0xff),'flow-chart-manual-operation':_0x2ed74b(0x1b5),'flow-chart-connector':_0x2ed74b(0x1a0),'flow-chart-offpage-connector':_0x2ed74b(0x14a),'flow-chart-punched-card':_0x2ed74b(0x1b0),'flow-chart-punched-tape':_0x2ed74b(0x1b1),'flow-chart-summing-junction':_0x2ed74b(0x121),'flow-chart-or':'Hoặc','flow-chart-collate':_0x2ed74b(0xdd),'flow-chart-sort':_0x2ed74b(0x187),'flow-chart-extract':_0x2ed74b(0x153),'flow-chart-merge':_0x2ed74b(0xd4),'flow-chart-online-storage':_0x2ed74b(0x1ba),'flow-chart-delay':_0x2ed74b(0x113),'flow-chart-magnetic-tape':_0x2ed74b(0xcc),'flow-chart-magnetic-disk':_0x2ed74b(0x151),'flow-chart-magnetic-drum':_0x2ed74b(0x11d),'flow-chart-display':_0x2ed74b(0x18e),'irregular-seal1':_0x2ed74b(0x169),'irregular-seal2':_0x2ed74b(0x129),'star4':_0x2ed74b(0x18f),'star5':'Sao\x205\x20cánh','star6':_0x2ed74b(0x18c),'star7':_0x2ed74b(0x1a6),'star8':_0x2ed74b(0x197),'star10':'Sao\x2010\x20cánh','star12':_0x2ed74b(0x1b4),'star16':'Sao\x2016\x20cánh','star24':_0x2ed74b(0x100),'star32':_0x2ed74b(0x193),'ribbon2':_0x2ed74b(0x19d),'ribbon':_0x2ed74b(0xe5),'ellipse-ribbon2':_0x2ed74b(0x15a),'ellipse-ribbon':_0x2ed74b(0x116),'vertical-scroll':_0x2ed74b(0x19e),'horizontal-scroll':_0x2ed74b(0xe0),'wave':'Sóng','double-wave':_0x2ed74b(0xf4),'wedge-rect-callout':_0x2ed74b(0x19a),'wedge-round-rect-callout':_0x2ed74b(0x177),'wedge-ellipse-callout':_0x2ed74b(0x15e),'cloud-callout':'Chú\x20thích\x20đám\x20mây','border-callout1':_0x2ed74b(0xd7),'border-callout2':_0x2ed74b(0x15c),'border-callout3':'Chú\x20thích\x20đường\x20kẻ\x203','accent-callout1':_0x2ed74b(0xdb),'accent-callout2':_0x2ed74b(0x10d),'accent-callout3':_0x2ed74b(0xc7),'callout1':_0x2ed74b(0x127),'callout2':_0x2ed74b(0x198),'callout3':_0x2ed74b(0xca),'accent-border-callout1':_0x2ed74b(0xd2),'accent-border-callout2':_0x2ed74b(0xc8),'accent-border-callout3':'Chú\x20thích\x20viền\x20nhấn\x20mạnh\x203','left-circular-arrow':_0x2ed74b(0x190),'left-right-circular-arrow':_0x2ed74b(0x16a),'swoosh-arrow':_0x2ed74b(0x16e),'left-right-ribbon':_0x2ed74b(0x1a3),'pie-wedge':_0x2ed74b(0xed),'funnel':_0x2ed74b(0x144),'gear6':_0x2ed74b(0x14d),'gear9':_0x2ed74b(0x155),'corner-tabs':'Tab\x20góc','action-button-back-previous':'Nút\x20hành\x20động:\x20Quay\x20lại\x20hoặc\x20Trước','action-button-forward-next':_0x2ed74b(0xe1),'action-button-beginning':_0x2ed74b(0xc9),'action-button-end':_0x2ed74b(0x179),'action-button-home':_0x2ed74b(0xe4),'action-button-information':_0x2ed74b(0x1ae),'action-button-return':_0x2ed74b(0x154),'action-button-movie':_0x2ed74b(0x183),'action-button-document':'Nút\x20hành\x20động:\x20Tài\x20liệu','action-button-sound':_0x2ed74b(0x14b),'action-button-help':_0x2ed74b(0x141),'action-button-blank':_0x2ed74b(0x195),'chart-plus':'Biểu\x20đồ\x20cộng','chart-star':'Biểu\x20đồ\x20sao','chart-x':_0x2ed74b(0x15f),'flow-chart-offline-storage':_0x2ed74b(0x163),'line-inv':_0x2ed74b(0x115),'plaque-tabs':'Tab\x20biển\x20hiệu','square-tabs':_0x2ed74b(0x176),'up-down-arrow-callout':'Chú\x20thích\x20mũi\x20tên\x20lên\x20xuống'}},'toolbar':{'expandShapeToolbar':'Mở\x20rộng\x20thanh\x20công\x20cụ\x20hình\x20dạng','collapseShapeToolbar':_0x2ed74b(0x16f),'alignLeft':_0x2ed74b(0x102),'alignCenter':'Căn\x20giữa','alignRight':_0x2ed74b(0xe8),'alignJustify':_0x2ed74b(0x150),'bold':_0x2ed74b(0x158),'italic':'In\x20nghiêng','underline':_0x2ed74b(0x142),'strikethrough':_0x2ed74b(0xee),'subscript':'Subscript','superscript':_0x2ed74b(0xd8),'textColor':_0x2ed74b(0x1a9),'textBackgroundColor':'Text\x20Background\x20color','fillColor':_0x2ed74b(0x10c),'resetColor':_0x2ed74b(0x146)},'align':{'top':_0x2ed74b(0x101),'middle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','bottom':_0x2ed74b(0x148)},'textWrap':{'inline':'In\x20line\x20with\x20text','square':'Square','topAndBottom':_0x2ed74b(0x120),'behindText':'Behind\x20text','inFrontText':'In\x20front\x20of\x20text'},'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}}};function _0x404f(){const _0x449eae=['Kiểu\x20đầu\x20mút','Hình\x20quạt','Nút\x20hành\x20động:\x20Phim','Bù\x20trừ\x20Y','Ngoặc\x20vuông\x20phải','Khung','Sắp\x20xếp','Nét\x20đứt\x20chấm','49679484WvJOfl','Mặt\x20trăng','Mũi\x20tên\x20nhọn','Sao\x206\x20cánh','Kiểu\x20mũi\x20tên\x20cuối','Hiển\x20thị','Sao\x204\x20cánh','Mũi\x20tên\x20tròn\x20trái','Không\x20tô','Mũi\x20tên','Sao\x2032\x20cánh','6mThCDJ','Nút\x20hành\x20động:\x20Trống','Xoay\x2090\x20độ\x20theo\x20chiều\x20kim\x20đồng\x20hồ','Sao\x208\x20cánh','Chú\x20thích\x202','Tô\x20bằng\x20hình\x20ảnh\x20hoặc\x20kết\x20cấu','Chú\x20thích\x20hình\x20chữ\x20nhật','Hình\x20thang\x20không\x20cân','Lát\x20ảnh\x20làm\x20kết\x20cấu','Ruy\x20băng\x20lên','Cuộn\x20dọc','Bù\x20trừ\x20X','Đầu\x20nối','Kiểu\x20phác\x20thảo','Hình\x20chữ\x20V','Ruy\x20băng\x20trái\x20phải','Dấu\x20chia','1804805qHlBYr','Sao\x207\x20cánh','Trái','Mũi\x20tên\x20hở','Màu\x20chữ','Cặp\x20ngoặc\x20vuông','Mặt\x20cười','Độ\x20rộng','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20cùng\x20phía','Nút\x20hành\x20động:\x20Thông\x20tin','Tô\x20bằng\x20mẫu','Thẻ\x20đục\x20lỗ','Băng\x20đục\x20lỗ','Dữ\x20liệu','Hình\x20giọt\x20nước','Sao\x2012\x20cánh','Thao\x20tác\x20thủ\x20công','Danh\x20sách\x20công\x20việc','Phải','Mũi\x20tên\x20quay\x20đầu','Tài\x20liệu','Lưu\x20trữ\x20trực\x20tuyến','Kiểu\x20hình\x20dạng','Hình\x20bánh\x20rán','24002glkcIJ','Đường\x20viền','Mũi\x20tên\x20đường\x20thẳng','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20cùng\x20phía','Hộp\x20văn\x20bản\x20ngang','Liền','Dấu\x20bằng','Chú\x20thích\x20mũi\x20tên\x20trái\x20phải','Chú\x20thích\x20nhấn\x20mạnh\x203','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x202','Nút\x20hành\x20động:\x20Bắt\x20đầu','Chú\x20thích\x203','Tỷ\x20lệ\x20X','Băng\x20từ','Quy\x20trình\x20thay\x20thế','Trích\x20dẫn','Hình\x20cung','Hình\x20chữ\x20nhật\x20cắt\x20hai\x20góc\x20chéo','Tia\x20sét','Chú\x20thích\x20viền\x20nhấn\x20mạnh\x201','Hình\x20chữ\x20nhật\x20cắt\x20một\x20góc','Hợp\x20nhất','Hình\x20công\x20thức','Độ\x20trong\x20suốt','Chú\x20thích\x20đường\x20kẻ\x201','Superscript','Mũi\x20tên\x20xuống','Hình\x20chữ\x20nhật\x20hai\x20góc\x20tròn\x20chéo','Chú\x20thích\x20nhấn\x20mạnh\x201','Không','Đối\x20chiếu','Xóa\x20hình\x20dạng','Hình\x20chữ\x20nhật','Cuộn\x20ngang','Nút\x20hành\x20động:\x20Chuyển\x20tiếp\x20hoặc\x20Tiếp\x20theo','Kiểu\x20nét\x20đứt','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn\x20một\x20góc\x20cắt','Nút\x20hành\x20động:\x20Trang\x20chủ','Ruy\x20băng\x20xuống','Mũi\x20tên\x20cong\x20xuống','Mũi\x20tên\x20phải','Căn\x20phải','6DZwMnT','Quy\x20trình','Chuyển\x20đổi\x20lật\x20ngang','Lục\x20giác','Miếng\x20bánh','Gạch\x20ngang','3250nojDnm','Mũi\x20tên\x20khối','Chú\x20thích\x20mũi\x20tên\x20trái','4695498RBfpHk','Trên','Sóng\x20đôi','Thập\x20nhị\x20giác','81433mgzvIH','Không\x20có\x20đường\x20viền','Nguồn\x20ảnh','Dấu\x20cộng','Căn\x20chỉnh','Hình\x20elip','Tam\x20giác\x20cân','Góc\x20thư\x20mục','Trên\x20phải','Nhập\x20thủ\x20công','Sao\x2024\x20cánh','Căn\x20trên','Căn\x20trái','Tam\x20giác\x20vuông','Kích\x20thước\x20mũi\x20tên\x20cuối','Tô\x20màu\x20gradient','Khung\x20nổi\x20bật','Đường\x20nối\x20khuỷu','Bật/tắt\x20lật\x20dọc','Danh\x20sách\x20có\x20thứ\x20tự','Hình\x20trụ','Chèn\x20hình\x20dạng','Màu\x20nền\x20văn\x20bản','Chú\x20thích\x20nhấn\x20mạnh\x202','Vát','Hình\x20bình\x20hành','Chấm\x20vuông','Khác','Ngoặc\x20nhọn\x20trái','Trì\x20hoãn','Trái\x20tim','Đường\x20ngược','Ruy\x20băng\x20cong\x20xuống','Đường\x20kẻ','Quy\x20trình\x20xác\x20định\x20trước','Tiêu\x20đề\x201','Đám\x20mây','Hộp\x20văn\x20bản\x20dọc','Bán\x20kính\x20góc','Trống\x20từ','Hình\x20ngũ\x20giác\x20(Home\x20Plate)','Chấm\x20tròn','Top\x20and\x20Bottom','Điểm\x20nối\x20tổng','Chú\x20thích\x20mũi\x20tên\x20xuống','Lớn','Lưu\x20trữ\x20nội\x20bộ','Mũi\x20tên\x20lên\x20xuống','Phẳng','Chú\x20thích\x201','Khối\x20mã','Hình\x20nổ\x202','Đa\x20tài\x20liệu','Xoay\x20cùng\x20hình\x20dạng','Ẩn\x20bảng\x20hình\x20dạng','4IkOfSG','Hình\x20chữ\x20nhật\x20một\x20góc\x20tròn','Chú\x20thích\x20mũi\x20tên\x20bốn\x20chiều','Mặt\x20trời','Màu\x20sắc','Chuyển\x20đổi\x20văn\x20bản\x20dọc','Hình\x20cơ\x20bản','Kiểu\x20mũi\x20tên\x20đầu','Dấu\x20nhân','Nét\x20đứt\x20dài','Chuẩn\x20bị','Chú\x20thích\x20mũi\x20tên\x20lên','Ngoặc\x20nhọn\x20phải','Vị\x20trí\x20hình\x20dạng','Dưới','Mũi\x20tên\x20cong\x20trái','Tiêu\x20đề\x202','Đường\x20nối\x20cong\x20có\x20mũi\x20tên','Hình\x20lập\x20phương','Kích\x20thước\x20mũi\x20tên\x20đầu','Nút\x20hành\x20động:\x20Trợ\x20giúp','Gạch\x20chân','Sao\x20và\x20Biểu\x20ngữ','Phễu','Đường\x20thẳng','Reset\x20color','Dấu\x20trừ','Căn\x20dưới','Nét\x20đứt','Đầu\x20nối\x20khác\x20trang','Nút\x20hành\x20động:\x20Âm\x20thanh','3744639nEmPns','Bánh\x20răng\x206','Nét\x20đứt\x20dài\x20hai\x20chấm','Mũi\x20tên\x20sọc\x20phải','Căn\x20đều\x20hai\x20bên','Đĩa\x20từ','Mũi\x20tên\x20khía\x20phải','Trích\x20xuất','Nút\x20hành\x20động:\x20Trở\x20lại','Bánh\x20răng\x209','Mũi\x20tên\x20cong\x20lên','Thất\x20giác','In\x20đậm','Đường\x20thẳng\x20mũi\x20tên\x20hai\x20đầu','Ruy\x20băng\x20cong\x20lên','Dấu\x20khác','Chú\x20thích\x20đường\x20kẻ\x202','Chèn...','Chú\x20thích\x20hình\x20elip','Biểu\x20đồ\x20X','Trên\x20trái','Vẽ\x20tay','Mũi\x20tên\x20trái','Lưu\x20trữ\x20ngoại\x20tuyến','Mũi\x20tên\x20lên','Hình\x20biển\x20hiệu','Ngũ\x20giác','4500447ldXcFK','Hình\x20chữ\x20L','Hình\x20nổ\x201','Mũi\x20tên\x20tròn\x20trái\x20phải','Mũi\x20tên\x20tròn','Cong','Đường\x20viền\x20gradient','Mũi\x20tên\x20lướt','Thu\x20gọn\x20thanh\x20công\x20cụ\x20hình\x20dạng','Đường\x20nối\x20khuỷu\x20mũi\x20tên\x20hai\x20đầu','Mũi\x20tên\x20kim\x20cương','Sọc\x20chéo','Đường\x20viền\x20liền','Mũi\x20tên\x20hình\x20bầu\x20dục','Nhỏ','Tab\x20vuông','Chú\x20thích\x20hình\x20chữ\x20nhật\x20bo\x20góc','Danh\x20sách\x20không\x20thứ\x20tự','Nút\x20hành\x20động:\x20Kết\x20thúc','8fsOykZ','Tròn','Mũi\x20tên\x20trái\x20phải\x20lên','Quyết\x20định','Hình\x20cung\x20khối','Mũi\x20tên\x20cong','Không\x20có'];_0x404f=function(){return _0x449eae;};return _0x404f();}export{e as default};
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
- const _0x128b83=_0xa96e;(function(_0x486463,_0x13a117){const _0xe512cc=_0xa96e,_0x4e52c8=_0x486463();while(!![]){try{const _0x1d843d=-parseInt(_0xe512cc(0x17a))/0x1+parseInt(_0xe512cc(0x11c))/0x2*(-parseInt(_0xe512cc(0x190))/0x3)+-parseInt(_0xe512cc(0x16e))/0x4*(parseInt(_0xe512cc(0x117))/0x5)+parseInt(_0xe512cc(0xf3))/0x6*(-parseInt(_0xe512cc(0x1a3))/0x7)+-parseInt(_0xe512cc(0x135))/0x8*(-parseInt(_0xe512cc(0x17e))/0x9)+-parseInt(_0xe512cc(0x13d))/0xa+parseInt(_0xe512cc(0x106))/0xb;if(_0x1d843d===_0x13a117)break;else _0x4e52c8['push'](_0x4e52c8['shift']());}catch(_0x15f7d8){_0x4e52c8['push'](_0x4e52c8['shift']());}}}(_0xf683,0x9a451));const e={'shape-editor-ui':{'title':'形状','insertShape':_0x128b83(0x17d),'openPanel':_0x128b83(0x141),'deleteShape':_0x128b83(0x149),'hidePanel':_0x128b83(0x163),'formatShape':'格式化形状','shapeStyle':_0x128b83(0x10b),'shapePosition':_0x128b83(0x142),'toggleFlipH':_0x128b83(0x138),'toggleFlipV':_0x128b83(0x130),'rotateRight90':_0x128b83(0x160),'rotateLeft90':'逆时针90度旋转','toggleTextVertical':'切换文本竖排','textEditor':{'paragraphType':{'normal':'正文','heading1':'标题1','heading2':'标题2','heading3':'标题3','heading4':'标题4','heading5':_0x128b83(0x13a),'orderedList':'有序列表','bulletList':'无序列表','checkList':_0x128b83(0xe8),'quote':'引用','code':_0x128b83(0xfb),'callout':_0x128b83(0x15a)}},'fill':{'title':'填充','noFill':_0x128b83(0x112),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','patternFill':'图案填充','color':'颜色','transparency':_0x128b83(0x188),'picture':{'source':_0x128b83(0x18a),'insert':_0x128b83(0x12f),'tileAsTexture':'将图片平铺为纹理','offsetX':_0x128b83(0x192),'offsetY':'偏移量\x20Y','scaleX':'刻度\x20X','scaleY':_0x128b83(0x171),'alignment':_0x128b83(0x19e),'rotateWithShape':_0x128b83(0x10d),'align':{'tl':_0x128b83(0xe5),'t':_0x128b83(0x15c),'tr':'右上对齐','l':_0x128b83(0x124),'ctr':_0x128b83(0x170),'r':_0x128b83(0xfc),'bl':_0x128b83(0xef),'b':_0x128b83(0x14c),'br':_0x128b83(0x15e)}}},'line':{'title':'线条','noLine':_0x128b83(0x147),'solidLine':'实线','gradientLine':'渐变线','color':'颜色','transparency':'透明度','width':'宽度','cornerRadius':_0x128b83(0x14f),'dashType':{'title':_0x128b83(0x10e),'solid':'实线','roundDot':'圆点','squareDot':'方点','dash':_0x128b83(0x193),'dashDot':_0x128b83(0x166),'longDash':_0x128b83(0x121),'longDashDot':_0x128b83(0x184),'longDashDotDot':_0x128b83(0x169)},'capType':{'title':'端点类型','flat':'平面','round':'圆形','square':'方形'},'joinType':{'title':'联接类型','miter':'斜接','round':'圆形','bevel':'斜面'},'beginArrowType':'起点箭头类型','beginArrowSize':'起点箭头大小','endArrowType':_0x128b83(0xed),'endArrowSize':_0x128b83(0x13e),'arrowType':{'none':'无','arrow':'箭头','openArrow':_0x128b83(0x12c),'stealthArrow':_0x128b83(0x199),'diamondArrow':_0x128b83(0x113),'ovalArrow':'椭圆箭头'},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x128b83(0x155),'none':'无','curved':'弯曲','freehand':'手绘','handDrawn':'潦草'}},'shape':{'group':{'line':'线条','rectangle':'矩形','basicShape':'基本形状','blockArrow':'箭头总汇','equationShape':'公式形状','flowchart':_0x128b83(0x101),'starAndBanner':_0x128b83(0x1a1),'callout':'标注','other':'其他'},'type':{'line':'直线','straight-connector1':_0x128b83(0x173),'straight-connector2':_0x128b83(0xfd),'bent-connector3':'折线','bent-connector3-arrow1':'折线:箭头','bent-connector3-arrow2':'双箭头折线','curved-connector3':'曲线','curved-connector3-arrow1':_0x128b83(0x19f),'curved-connector3-arrow2':_0x128b83(0x153),'rect':'矩形','round-rect':_0x128b83(0x109),'snip1-rect':'剪去单角矩形','snip2-same-rect':_0x128b83(0x143),'snip2-diag-rect':_0x128b83(0x19b),'snip-round-rect':_0x128b83(0x158),'round1-rect':_0x128b83(0x102),'round2-same-rect':_0x128b83(0x125),'round2-diag-rect':_0x128b83(0x167),'rect-textbox-horizontal':_0x128b83(0x174),'rect-textbox-vertical':_0x128b83(0x12a),'ellipse':'椭圆','triangle':'等腰三角形','rt-triangle':_0x128b83(0x196),'parallelogram':_0x128b83(0xee),'trapezoid':'梯形','non-isosceles-trapezoid':_0x128b83(0x128),'diamond':'菱形','pentagon':_0x128b83(0xf8),'hexagon':_0x128b83(0x16c),'heptagon':_0x128b83(0x159),'octagon':'八边形','decagon':'十边形','dodecagon':'十二边形','pie':'不完整圆','chord':'弦形','teardrop':'泪滴形','frame':_0x128b83(0x16d),'half-frame':_0x128b83(0x11f),'corner':'L形','diag-stripe':'斜纹','plus':_0x128b83(0xe7),'plaque':_0x128b83(0xe9),'can':_0x128b83(0xfa),'cube':'立方体','bevel':'矩形:棱台','donut':_0x128b83(0x10a),'no-smoking':_0x128b83(0x1a0),'block-arc':_0x128b83(0x133),'folder-corner':'矩形:折角','smiley-face':'笑脸','heart':'心形','lightning-bolt':_0x128b83(0x176),'sun':_0x128b83(0x120),'moon':_0x128b83(0x178),'cloud':'云形','arc':'弧形','bracket-pair':'双括号','brace-pair':_0x128b83(0xf4),'left-bracket':'左中括号','right-bracket':_0x128b83(0x17c),'left-brace':_0x128b83(0x19c),'right-brace':_0x128b83(0x1a6),'right-arrow':_0x128b83(0xf7),'left-arrow':'箭头:左','up-arrow':_0x128b83(0x11a),'down-arrow':_0x128b83(0x137),'left-right-arrow':_0x128b83(0x15d),'up-down-arrow':_0x128b83(0x11e),'quad-arrow':_0x128b83(0x119),'left-right-up-arrow':_0x128b83(0x115),'bent-arrow':'箭头:圆角右','uturn-arrow':'箭头:手杖形','left-up-arrow':_0x128b83(0x150),'bent-up-arrow':_0x128b83(0x12d),'curved-right-arrow':_0x128b83(0x116),'curved-left-arrow':'箭头:左弧形','curved-up-arrow':_0x128b83(0x180),'curved-down-arrow':_0x128b83(0x185),'striped-right-arrow':_0x128b83(0x11b),'notched-right-arrow':_0x128b83(0x18c),'home-plate':_0x128b83(0xf8),'chevron':_0x128b83(0x134),'right-arrow-callout':_0x128b83(0x10f),'down-arrow-callout':_0x128b83(0x18d),'left-arrow-callout':'标注:左箭头','up-arrow-callout':_0x128b83(0x16a),'left-right-arrow-callout':'标注:左右箭头','quad-arrow-callout':_0x128b83(0x14b),'circular-arrow':'箭头:环形','math-plus':'加号','math-minus':'减号','math-multiply':'乘号','math-divide':'除号','math-equal':'等号','math-not-equal':_0x128b83(0x177),'flow-chart-process':_0x128b83(0x172),'flow-chart-alternate-process':_0x128b83(0x181),'flow-chart-decision':'流程图:决策','flow-chart-input-output':_0x128b83(0xf2),'flow-chart-predefined-process':_0x128b83(0x15b),'flow-chart-internal-storage':_0x128b83(0x13f),'flow-chart-document':_0x128b83(0x123),'flow-chart-multidocument':_0x128b83(0x194),'flow-chart-terminator':'流程图:终止','flow-chart-preparation':_0x128b83(0x140),'flow-chart-manual-input':_0x128b83(0x17f),'flow-chart-manual-operation':'流程图:手动操作','flow-chart-connector':_0x128b83(0x186),'flow-chart-offpage-connector':_0x128b83(0xeb),'flow-chart-punched-card':_0x128b83(0xf5),'flow-chart-punched-tape':_0x128b83(0x164),'flow-chart-summing-junction':_0x128b83(0x152),'flow-chart-or':_0x128b83(0x107),'flow-chart-collate':'流程图:对照','flow-chart-sort':_0x128b83(0x11d),'flow-chart-extract':_0x128b83(0x129),'flow-chart-merge':'流程图:合并','flow-chart-online-storage':_0x128b83(0x19d),'flow-chart-delay':_0x128b83(0x18f),'flow-chart-magnetic-tape':_0x128b83(0x13b),'flow-chart-magnetic-disk':_0x128b83(0x136),'flow-chart-magnetic-drum':'流程图:直接访问存储器','flow-chart-display':_0x128b83(0xec),'irregular-seal1':_0x128b83(0xf6),'irregular-seal2':_0x128b83(0x182),'star4':_0x128b83(0x1a7),'star5':'星形:五角','star6':_0x128b83(0x122),'star7':'星形:七角','star8':_0x128b83(0x148),'star10':_0x128b83(0x10c),'star12':'星形:十二角','star16':_0x128b83(0x1a2),'star24':_0x128b83(0x151),'star32':'星形:三十二角','ribbon2':_0x128b83(0x195),'ribbon':_0x128b83(0xfe),'ellipse-ribbon2':_0x128b83(0x100),'ellipse-ribbon':_0x128b83(0x189),'vertical-scroll':'卷形:垂直','horizontal-scroll':_0x128b83(0x14a),'wave':'波形','double-wave':_0x128b83(0x197),'wedge-rect-callout':_0x128b83(0x198),'wedge-round-rect-callout':_0x128b83(0x16f),'wedge-ellipse-callout':'对话气泡:圆形','cloud-callout':_0x128b83(0xea),'border-callout1':_0x128b83(0x146),'border-callout2':_0x128b83(0x162),'border-callout3':_0x128b83(0x108),'accent-callout1':_0x128b83(0x145),'accent-callout2':_0x128b83(0x156),'accent-callout3':_0x128b83(0x13c),'callout1':_0x128b83(0xe6),'callout2':_0x128b83(0x114),'callout3':_0x128b83(0x14d),'accent-border-callout1':_0x128b83(0x132),'accent-border-callout2':_0x128b83(0x104),'accent-border-callout3':_0x128b83(0x18e),'left-circular-arrow':_0x128b83(0x17b),'left-right-circular-arrow':_0x128b83(0x144),'swoosh-arrow':'弯曲箭头','left-right-ribbon':_0x128b83(0x139),'pie-wedge':_0x128b83(0x157),'funnel':'漏斗','gear6':_0x128b83(0x126),'gear9':_0x128b83(0x12b),'corner-tabs':'角标','action-button-back-previous':_0x128b83(0x111),'action-button-forward-next':_0x128b83(0x15f),'action-button-beginning':'开始按钮','action-button-end':_0x128b83(0x103),'action-button-home':_0x128b83(0x154),'action-button-information':_0x128b83(0x187),'action-button-return':_0x128b83(0x175),'action-button-movie':_0x128b83(0x1a4),'action-button-document':_0x128b83(0x118),'action-button-sound':'声音按钮','action-button-help':_0x128b83(0xf1),'action-button-blank':'空白按钮','chart-plus':'图表加号','chart-star':_0x128b83(0x1a5),'chart-x':_0x128b83(0x110),'flow-chart-offline-storage':'流程图:离线存储','line-inv':_0x128b83(0x183),'plaque-tabs':_0x128b83(0x168),'square-tabs':_0x128b83(0x19a),'up-down-arrow-callout':_0x128b83(0x131)}},'toolbar':{'expandShapeToolbar':'展开形状工具栏','collapseShapeToolbar':'收起形状工具栏','alignLeft':'左对齐','alignCenter':_0x128b83(0x170),'alignRight':_0x128b83(0xfc),'alignJustify':_0x128b83(0xff),'bold':'粗体','italic':'斜体','underline':_0x128b83(0x105),'strikethrough':_0x128b83(0x165),'subscript':'Subscript','superscript':_0x128b83(0x179),'textColor':_0x128b83(0x127),'textBackgroundColor':_0x128b83(0x18b),'fillColor':_0x128b83(0xf0),'resetColor':_0x128b83(0x16b)},'align':{'top':'顶部对齐','middle':_0x128b83(0x12e),'bottom':_0x128b83(0x14c)},'textWrap':{'inline':_0x128b83(0x161),'square':_0x128b83(0xf9),'topAndBottom':'上下型','behindText':_0x128b83(0x191),'inFrontText':_0x128b83(0x14e)},'crop':{'shape':'裁剪为形状'}}};export{e as default};function _0xa96e(_0x56884b,_0x1d012d){_0x56884b=_0x56884b-0xe5;const _0xf683a2=_0xf683();let _0xa96ebf=_0xf683a2[_0x56884b];return _0xa96ebf;}function _0xf683(){const _0x46dd84=['五边形','四周型','圆柱形','代码块','右对齐','双箭头直线','带形:前凸','两端对齐','带形:上凸弯','流程图','矩形:单圆角','结束按钮','标注:弯曲线形(带边框和强调线)','下划线','56483130Mugjbj','流程图:或者','标注:双弯曲线形','圆角矩形','圆:空心','形状样式','星形:十角','与形状一起旋转','短划线类型','标注:右箭头','图表X','返回/上一个按钮','无颜色','菱形箭头','标注:弯曲线形(无边框)','箭头:丁字','箭头:右弧形','1725edMZPE','文档按钮','箭头:十字','箭头:上','箭头:虚尾','6tjokAU','流程图:排序','箭头:上下','半闭框','太阳形','长划线','星形:六角','流程图:文档','左对齐','矩形:圆顶角','6齿齿轮','文本颜色','非等腰梯形','流程图:摘录','纵向文本框','9齿齿轮','开放箭头','箭头:直角上','垂直居中','插入...','切换垂直翻转','上下箭头标注','标注:线形(带边框和强调线)','空心弧','箭头:V型','2327352UkYDAn','流程图:磁盘','箭头:下','切换水平翻转','左右带形','标题5','流程图:顺序访问存储器','标注:双弯曲线形(带强调线)','12404890OeMPYr','终点箭头大小','流程图:内部贮存','流程图:准备','打开形状面板','形状位置','矩形:剪去顶角','左右圆形箭头','标注:线形(带强调线)','标注:线形','无线条','星形:八角','删除形状','卷形:水平','标注:十字箭头','底部对齐','标注:双弯曲线形(无边框)','浮于文字上方','拐角半径','箭头:直角双向','星形:二十四角','流程图:汇总连接','双箭头曲线','主页按钮','草绘样式','标注:弯曲线形(带强调线)','饼形楔','矩形:一个圆顶角,剪去另一个顶角','七边形','高亮框','流程图:预定义过程','顶部对齐','箭头:左右','右下对齐','前进/下一个按钮','顺时针90度旋转','嵌入型','标注:弯曲线形','隐藏形状面板','流程图:资料带','删除线','短划线-点','矩形:对角圆角','牌匾标签','长划线-点-点','标注:上箭头','重置颜色','六边形','图文框','12748FWRlKl','对话气泡:圆角矩形','居中对齐','刻度\x20Y','流程图:过程','直线箭头','横向文本框','返回按钮','闪电形','不等号','新月形','Superscript','1168577PWjLRD','左圆形箭头','右中括号','插入形状','9wUsivC','流程图:手动输入','箭头:上弧形','流程图:可选过程','爆炸形:14pt','线反向','长划线-点','箭头:下弧形','流程图:接点','信息按钮','透明度','带形:前凸弯','图片源','文字背景颜色','箭头:燕尾形','标注:下箭头','标注:双弯曲线形(带边框和强调线)','流程图:延期','66267MoNukG','衬于文字下方','偏移量\x20X','短划线','流程图:多文档','带形:上凸','直角三角形','双波形','对话气泡:矩形','隐形箭头','方形标签','矩形:剪去对角','左大括号','流程图:存储数据','对齐方式','曲线:箭头','禁止符','星与旗帜','星形:十六角','1148OUmoIP','电影按钮','图表星号','右大括号','星形:四角','左上对齐','标注:线形(无边框)','十字形','任务列表','缺角矩形','气泡:云','流程图:离页连接符','流程图:显示','终点箭头类型','平行四边形','左下对齐','文本背景色','帮助按钮','流程图:数据','44598bIscTM','双大括号','流程图:卡片','爆炸形:8pt','箭头:右'];_0xf683=function(){return _0x46dd84;};return _0xf683();}
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 _0x24933f=_0x556d;(function(_0x4c4d79,_0x2bb4b5){const _0x2e669e=_0x556d,_0x2eb834=_0x4c4d79();while(!![]){try{const _0x540db5=-parseInt(_0x2e669e(0x10f))/0x1*(parseInt(_0x2e669e(0xca))/0x2)+-parseInt(_0x2e669e(0x13d))/0x3+-parseInt(_0x2e669e(0xaa))/0x4*(parseInt(_0x2e669e(0x9b))/0x5)+parseInt(_0x2e669e(0x110))/0x6+-parseInt(_0x2e669e(0xb7))/0x7*(-parseInt(_0x2e669e(0x98))/0x8)+-parseInt(_0x2e669e(0x11d))/0x9*(parseInt(_0x2e669e(0x100))/0xa)+parseInt(_0x2e669e(0x122))/0xb*(parseInt(_0x2e669e(0xd5))/0xc);if(_0x540db5===_0x2bb4b5)break;else _0x2eb834['push'](_0x2eb834['shift']());}catch(_0x122384){_0x2eb834['push'](_0x2eb834['shift']());}}}(_0x2e70,0x78c50));const e={'shape-editor-ui':{'title':'形狀','insertShape':_0x24933f(0xc4),'openPanel':_0x24933f(0xd1),'deleteShape':_0x24933f(0xbd),'hidePanel':'隱藏形狀面板','formatShape':_0x24933f(0xa8),'shapeStyle':_0x24933f(0x9f),'shapePosition':'圖形位置','toggleFlipH':_0x24933f(0x142),'toggleFlipV':'切換垂直翻轉','rotateRight90':'順時針\x2090\x20度旋轉','rotateLeft90':_0x24933f(0xcf),'toggleTextVertical':_0x24933f(0x125),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x24933f(0xea),'heading2':'標題\x202','heading3':_0x24933f(0xcb),'heading4':_0x24933f(0xc2),'heading5':_0x24933f(0x12d),'orderedList':'有序列表','bulletList':'無序列表','checkList':_0x24933f(0xb3),'quote':'引用','code':_0x24933f(0x144),'callout':_0x24933f(0xd2)}},'fill':{'title':'填充','noFill':_0x24933f(0xed),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':'圖案填充','color':'顏色','transparency':_0x24933f(0xce),'picture':{'source':_0x24933f(0xf2),'insert':_0x24933f(0x129),'tileAsTexture':_0x24933f(0x7f),'offsetX':'偏移量\x20X','offsetY':_0x24933f(0x119),'scaleX':'縮放\x20X','scaleY':_0x24933f(0xd7),'alignment':'對齊方式','rotateWithShape':_0x24933f(0x91),'align':{'tl':_0x24933f(0x92),'t':'頂部對齊','tr':_0x24933f(0x11e),'l':_0x24933f(0x94),'ctr':_0x24933f(0xeb),'r':_0x24933f(0xc0),'bl':_0x24933f(0x88),'b':_0x24933f(0xf7),'br':'右下對齊'}}},'line':{'title':'線條','noLine':_0x24933f(0x8a),'solidLine':'實線','gradientLine':_0x24933f(0xd6),'color':'顏色','transparency':_0x24933f(0xce),'width':'寬度','cornerRadius':'拐角半徑','dashType':{'title':_0x24933f(0x13e),'solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':_0x24933f(0x11a),'longDash':_0x24933f(0x13f),'longDashDot':'長虛線-點','longDashDotDot':_0x24933f(0x8d)},'capType':{'title':_0x24933f(0x8b),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':_0x24933f(0xcc),'endArrowType':_0x24933f(0xa0),'endArrowSize':_0x24933f(0xf4),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x24933f(0x134),'stealthArrow':_0x24933f(0xad),'diamondArrow':_0x24933f(0xf3),'ovalArrow':_0x24933f(0xd8)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':'草繪樣式','none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':_0x24933f(0xfb),'blockArrow':_0x24933f(0x117),'equationShape':_0x24933f(0x148),'flowchart':_0x24933f(0x11f),'starAndBanner':_0x24933f(0x13a),'callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x24933f(0x138),'straight-connector2':'雙箭頭直線','bent-connector3':'折線','bent-connector3-arrow1':_0x24933f(0x103),'bent-connector3-arrow2':'雙箭頭折線','curved-connector3':'曲線','curved-connector3-arrow1':_0x24933f(0xe2),'curved-connector3-arrow2':_0x24933f(0xb1),'rect':'矩形','round-rect':_0x24933f(0xe3),'snip1-rect':_0x24933f(0xf0),'snip2-same-rect':_0x24933f(0x12f),'snip2-diag-rect':_0x24933f(0x121),'snip-round-rect':'矩形:一個圓頂角,剪去另一個頂角','round1-rect':_0x24933f(0x83),'round2-same-rect':_0x24933f(0x130),'round2-diag-rect':_0x24933f(0xc3),'rect-textbox-horizontal':_0x24933f(0xe9),'rect-textbox-vertical':'縱向文字方塊','ellipse':'橢圓','triangle':'等腰三角形','rt-triangle':'直角三角形','parallelogram':_0x24933f(0x86),'trapezoid':'梯形','non-isosceles-trapezoid':_0x24933f(0x8f),'diamond':'菱形','pentagon':'五邊形','hexagon':_0x24933f(0xf9),'heptagon':_0x24933f(0xdf),'octagon':_0x24933f(0x126),'decagon':'十邊形','dodecagon':_0x24933f(0xa7),'pie':'不完整圓','chord':'弦形','teardrop':_0x24933f(0xfe),'frame':'圖文框','half-frame':_0x24933f(0x96),'corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':'缺角矩形','can':_0x24933f(0x12e),'cube':_0x24933f(0xda),'bevel':_0x24933f(0x10b),'donut':_0x24933f(0xae),'no-smoking':'禁止符','block-arc':_0x24933f(0xe8),'folder-corner':'矩形:折角','smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x24933f(0xba),'sun':_0x24933f(0xbb),'moon':_0x24933f(0x114),'cloud':'雲形','arc':'弧形','bracket-pair':_0x24933f(0xac),'brace-pair':_0x24933f(0xfc),'left-bracket':'左中括號','right-bracket':_0x24933f(0x149),'left-brace':_0x24933f(0xb6),'right-brace':_0x24933f(0xe6),'right-arrow':_0x24933f(0xb0),'left-arrow':'箭頭:左','up-arrow':_0x24933f(0xbe),'down-arrow':_0x24933f(0x111),'left-right-arrow':_0x24933f(0x13b),'up-down-arrow':_0x24933f(0xc5),'quad-arrow':_0x24933f(0x108),'left-right-up-arrow':_0x24933f(0x90),'bent-arrow':_0x24933f(0x13c),'uturn-arrow':_0x24933f(0x137),'left-up-arrow':_0x24933f(0xa2),'bent-up-arrow':_0x24933f(0x139),'curved-right-arrow':_0x24933f(0x12b),'curved-left-arrow':_0x24933f(0xee),'curved-up-arrow':_0x24933f(0x9d),'curved-down-arrow':_0x24933f(0x87),'striped-right-arrow':_0x24933f(0xf8),'notched-right-arrow':'箭頭:燕尾形','home-plate':_0x24933f(0xcd),'chevron':_0x24933f(0x8e),'right-arrow-callout':_0x24933f(0x95),'down-arrow-callout':_0x24933f(0x9e),'left-arrow-callout':'標註:左箭頭','up-arrow-callout':_0x24933f(0xd9),'left-right-arrow-callout':_0x24933f(0xd0),'quad-arrow-callout':'標註:十字箭頭','circular-arrow':_0x24933f(0xc1),'math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x24933f(0x140),'flow-chart-alternate-process':_0x24933f(0x116),'flow-chart-decision':_0x24933f(0x106),'flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':_0x24933f(0x105),'flow-chart-internal-storage':_0x24933f(0xc7),'flow-chart-document':_0x24933f(0x127),'flow-chart-multidocument':_0x24933f(0x99),'flow-chart-terminator':_0x24933f(0x141),'flow-chart-preparation':_0x24933f(0x93),'flow-chart-manual-input':_0x24933f(0x143),'flow-chart-manual-operation':_0x24933f(0x104),'flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':'流程圖:離頁連接符','flow-chart-punched-card':'流程圖:卡片','flow-chart-punched-tape':_0x24933f(0xbc),'flow-chart-summing-junction':_0x24933f(0xe5),'flow-chart-or':_0x24933f(0x12a),'flow-chart-collate':_0x24933f(0x128),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x24933f(0xf1),'flow-chart-merge':_0x24933f(0x102),'flow-chart-online-storage':_0x24933f(0x11b),'flow-chart-delay':_0x24933f(0xf5),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':_0x24933f(0x109),'flow-chart-magnetic-drum':_0x24933f(0x8c),'flow-chart-display':_0x24933f(0x120),'irregular-seal1':'爆炸形:8pt','irregular-seal2':_0x24933f(0xe1),'star4':_0x24933f(0x84),'star5':'星形:五角','star6':_0x24933f(0xc9),'star7':'星形:七角','star8':_0x24933f(0xd4),'star10':_0x24933f(0xe0),'star12':_0x24933f(0xa9),'star16':_0x24933f(0xa1),'star24':_0x24933f(0x85),'star32':_0x24933f(0x12c),'ribbon2':_0x24933f(0xa3),'ribbon':_0x24933f(0x9a),'ellipse-ribbon2':_0x24933f(0x123),'ellipse-ribbon':_0x24933f(0xc6),'vertical-scroll':_0x24933f(0xdc),'horizontal-scroll':_0x24933f(0x133),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x24933f(0x81),'wedge-round-rect-callout':_0x24933f(0xef),'wedge-ellipse-callout':_0x24933f(0x147),'cloud-callout':'氣泡:雲','border-callout1':_0x24933f(0x124),'border-callout2':_0x24933f(0x136),'border-callout3':_0x24933f(0x135),'accent-callout1':_0x24933f(0x82),'accent-callout2':_0x24933f(0x146),'accent-callout3':_0x24933f(0x9c),'callout1':_0x24933f(0xb9),'callout2':_0x24933f(0xdd),'callout3':_0x24933f(0xa6),'accent-border-callout1':_0x24933f(0xec),'accent-border-callout2':_0x24933f(0xdb),'accent-border-callout3':_0x24933f(0xf6),'left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x24933f(0xab),'swoosh-arrow':'彎曲箭頭','left-right-ribbon':'左右帶形','pie-wedge':_0x24933f(0x10e),'funnel':'漏斗','gear6':_0x24933f(0x80),'gear9':_0x24933f(0x132),'corner-tabs':'角標','action-button-back-previous':_0x24933f(0xfd),'action-button-forward-next':'前進/下一個按鈕','action-button-beginning':_0x24933f(0xde),'action-button-end':_0x24933f(0x11c),'action-button-home':_0x24933f(0xaf),'action-button-information':_0x24933f(0xa5),'action-button-return':_0x24933f(0x131),'action-button-movie':_0x24933f(0x118),'action-button-document':'文檔按鈕','action-button-sound':_0x24933f(0xb5),'action-button-help':_0x24933f(0x10a),'action-button-blank':_0x24933f(0x101),'chart-plus':_0x24933f(0xff),'chart-star':_0x24933f(0x115),'chart-x':_0x24933f(0x89),'flow-chart-offline-storage':'流程圖:離線存儲','line-inv':_0x24933f(0xc8),'plaque-tabs':_0x24933f(0xa4),'square-tabs':_0x24933f(0xbf),'up-down-arrow-callout':_0x24933f(0xfa)}},'toolbar':{'expandShapeToolbar':_0x24933f(0x112),'collapseShapeToolbar':_0x24933f(0x10d),'alignLeft':_0x24933f(0x94),'alignCenter':_0x24933f(0x113),'alignRight':_0x24933f(0xc0),'alignJustify':_0x24933f(0xb4),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x24933f(0xb2),'subscript':'Subscript','superscript':'Superscript','textColor':_0x24933f(0xb8),'textBackgroundColor':'Text\x20Background\x20color','fillColor':'文字背景色','resetColor':_0x24933f(0xe4)},'align':{'top':_0x24933f(0x97),'middle':_0x24933f(0xe7),'bottom':'底部對齊'},'textWrap':{'inline':_0x24933f(0xd3),'square':'矩形','topAndBottom':_0x24933f(0x107),'behindText':_0x24933f(0x145),'inFrontText':'文字在後'},'crop':{'shape':_0x24933f(0x10c)}}};function _0x2e70(){const _0xaa718d=['左下對齊','圖表X','無線條','端點類型','流程圖:直接訪問存儲器','長虛線-點-點','箭頭:V型','非等腰梯形','箭頭:丁字','隨形狀旋轉','左上對齊','流程圖:準備','左對齊','標註:右箭頭','半閉框','頂部對齊','2036768wDZvyT','流程圖:多文檔','帶形:前凸','3894310yOPBpw','標註:雙彎曲線形(帶強調線)','箭頭:上弧形','標註:下箭頭','圖形樣式','終點箭頭類型','星形:十六角','箭頭:直角雙向','帶形:上凸','牌匾標籤','信息按鈕','標註:雙彎曲線形(無邊框)','十二邊形','格式化形狀','星形:十二角','4vBEqCD','左右圓形箭頭','雙括號','隱形箭頭','圓:空心','主頁按鈕','箭頭:右','雙箭頭曲線','刪除線','任務列表','兩端對齊','聲音按鈕','左大括號','21bjfZZw','文字顏色','標註:線形(無邊框)','閃電形','太陽形','流程圖:資料帶','刪除形狀','箭頭:上','方形標籤','右對齊','箭頭:環形','標題\x204','矩形:對角圓角','插入形狀','箭頭:上下','帶形:前凸彎','流程圖:內部貯存','線反向','星形:六角','2zMmZcg','標題\x203','起點箭頭大小','五邊形','透明度','逆時針\x2090\x20度旋轉','標註:左右箭頭','打開形狀面板','醒目提示框','與文字排列','星形:八角','188004XeodkH','漸層線','縮放\x20Y','橢圓箭頭','標註:上箭頭','立方體','標註:彎曲線形(帶邊框和強調線)','卷形:垂直','標註:彎曲線形(無邊框)','開始按鈕','七邊形','星形:十角','爆炸形:14pt','曲線:箭頭','圓角矩形','重置顏色','流程圖:匯總連接','右大括號','垂直居中','空心弧','橫向文字方塊','標題\x201','置中對齊','標註:線形(帶邊框和強調線)','無顏色','箭頭:左弧形','對話氣泡:圓角矩形','剪去單角矩形','流程圖:摘錄','圖片來源','菱形箭頭','終點箭頭大小','流程圖:延期','標註:雙彎曲線形(帶邊框和強調線)','底部對齊','箭頭:虛尾','六邊形','上下箭頭標註','基本形狀','雙大括號','返回/上一個按鈕','淚滴形','圖表加號','1385470Vdqzjx','空白按鈕','流程圖:合併','折線:箭頭','流程圖:手動操作','流程圖:預定義過程','流程圖:決策','上及下','箭頭:十字','流程圖:磁盤','幫助按鈕','矩形:棱台','裁切為形狀','收起形狀工具列','餅形楔','113657ktnMxo','1648704ewNHGL','箭頭:下','展開形狀工具列','居中對齊','新月形','圖表星號','流程圖:可選過程','箭頭總匯','電影按鈕','偏移量\x20Y','虛線-點','流程圖:存儲數據','結束按鈕','18QKoOFw','右上對齊','流程圖','流程圖:顯示','矩形:剪去對角','1089IxxxUA','帶形:上凸彎','標註:線形','切換文本豎排','八邊形','流程圖:文檔','流程圖:對照','插入...','流程圖:或者','箭頭:右弧形','星形:三十二角','標題\x205','圓柱形','矩形:剪去頂角','矩形:圓頂角','返回按鈕','9齒齒輪','卷形:水平','開放箭頭','標註:雙彎曲線形','標註:彎曲線形','箭頭:手杖形','直線箭頭','箭頭:直角上','星與旗幟','箭頭:左右','箭頭:圓角右','2775960RubLmI','虛線類型','長虛線','流程圖:過程','流程圖:終止','切換水平翻轉','流程圖:手動輸入','程式碼區塊','文字在前','標註:彎曲線形(帶強調線)','對話氣泡:圓形','公式形狀','右中括號','將圖片平鋪為紋理','6齒齒輪','對話氣泡:矩形','標註:線形(帶強調線)','矩形:單圓角','星形:四角','星形:二十四角','平行四邊形','箭頭:下弧形'];_0x2e70=function(){return _0xaa718d;};return _0x2e70();}function _0x556d(_0x22aa4d,_0x55b7be){_0x22aa4d=_0x22aa4d-0x7f;const _0x2e701f=_0x2e70();let _0x556d9e=_0x2e701f[_0x22aa4d];return _0x556d9e;}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 _0x225d59=_0x4d95;(function(_0x4de926,_0x286541){const _0x1b5c4c=_0x4d95,_0x1d6e83=_0x4de926();while(!![]){try{const _0x448516=-parseInt(_0x1b5c4c(0xea))/0x1*(-parseInt(_0x1b5c4c(0x161))/0x2)+parseInt(_0x1b5c4c(0x11c))/0x3+-parseInt(_0x1b5c4c(0x100))/0x4+parseInt(_0x1b5c4c(0xde))/0x5+parseInt(_0x1b5c4c(0xd4))/0x6*(parseInt(_0x1b5c4c(0x138))/0x7)+-parseInt(_0x1b5c4c(0xc7))/0x8+-parseInt(_0x1b5c4c(0x11d))/0x9;if(_0x448516===_0x286541)break;else _0x1d6e83['push'](_0x1d6e83['shift']());}catch(_0xc2f892){_0x1d6e83['push'](_0x1d6e83['shift']());}}}(_0x3834,0x41a8a));const e={'shape-editor-ui':{'title':'形狀','insertShape':'插入形狀','openPanel':_0x225d59(0xed),'deleteShape':_0x225d59(0xf6),'hidePanel':_0x225d59(0xe8),'formatShape':'格式化形狀','shapeStyle':_0x225d59(0xc0),'shapePosition':_0x225d59(0xf9),'toggleFlipH':'切換水平翻轉','toggleFlipV':'切換垂直翻轉','rotateRight90':_0x225d59(0xd2),'rotateLeft90':_0x225d59(0x13e),'toggleTextVertical':_0x225d59(0xc6),'textEditor':{'paragraphType':{'normal':'正文','heading1':_0x225d59(0x15d),'heading2':_0x225d59(0x111),'heading3':_0x225d59(0x11a),'heading4':_0x225d59(0x127),'heading5':_0x225d59(0xf5),'orderedList':_0x225d59(0xec),'bulletList':_0x225d59(0x11e),'checkList':_0x225d59(0x129),'quote':'引用','code':_0x225d59(0xc5),'callout':_0x225d59(0x14a)}},'fill':{'title':'填充','noFill':_0x225d59(0x140),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','patternFill':'圖案填充','color':'顏色','transparency':'透明度','picture':{'source':'圖片來源','insert':'插入...','tileAsTexture':_0x225d59(0x164),'offsetX':'偏移量\x20X','offsetY':_0x225d59(0x166),'scaleX':_0x225d59(0x128),'scaleY':_0x225d59(0x10f),'alignment':_0x225d59(0xcc),'rotateWithShape':_0x225d59(0x162),'align':{'tl':'左上對齊','t':_0x225d59(0xdc),'tr':_0x225d59(0xbf),'l':_0x225d59(0x10a),'ctr':'置中對齊','r':_0x225d59(0x14f),'bl':_0x225d59(0x157),'b':'底部對齊','br':_0x225d59(0x122)}}},'line':{'title':'線條','noLine':_0x225d59(0x14c),'solidLine':'實線','gradientLine':'漸層線','color':'顏色','transparency':'透明度','width':'寬度','cornerRadius':_0x225d59(0xe4),'dashType':{'title':'虛線類型','solid':'實線','roundDot':'圓點','squareDot':'方點','dash':'虛線','dashDot':'虛線-點','longDash':_0x225d59(0xd9),'longDashDot':_0x225d59(0x14e),'longDashDotDot':'長虛線-點-點'},'capType':{'title':_0x225d59(0xd0),'flat':'平面','round':'圓形','square':'方形'},'joinType':{'title':'聯接類型','miter':'斜接','round':'圓形','bevel':'斜面'},'beginArrowType':'起點箭頭類型','beginArrowSize':'起點箭頭大小','endArrowType':_0x225d59(0xbc),'endArrowSize':_0x225d59(0x153),'arrowType':{'none':'無','arrow':'箭頭','openArrow':_0x225d59(0x170),'stealthArrow':_0x225d59(0x137),'diamondArrow':_0x225d59(0x119),'ovalArrow':_0x225d59(0x141)},'arrowSize':{'small':'小','medium':'中','large':'大'},'sketchType':{'title':_0x225d59(0x16a),'none':'無','curved':'彎曲','freehand':'手繪','handDrawn':'潦草'}},'shape':{'group':{'line':'線條','rectangle':'矩形','basicShape':'基本形狀','blockArrow':_0x225d59(0x171),'equationShape':'公式形狀','flowchart':'流程圖','starAndBanner':'星與旗幟','callout':'標註','other':'其他'},'type':{'line':'直線','straight-connector1':_0x225d59(0xcd),'straight-connector2':_0x225d59(0x136),'bent-connector3':'折線','bent-connector3-arrow1':_0x225d59(0x110),'bent-connector3-arrow2':_0x225d59(0x13b),'curved-connector3':'曲線','curved-connector3-arrow1':'曲線:箭頭','curved-connector3-arrow2':'雙箭頭曲線','rect':'矩形','round-rect':_0x225d59(0x131),'snip1-rect':_0x225d59(0xcf),'snip2-same-rect':_0x225d59(0x121),'snip2-diag-rect':_0x225d59(0x16d),'snip-round-rect':_0x225d59(0xe3),'round1-rect':'矩形:單圓角','round2-same-rect':'矩形:圓頂角','round2-diag-rect':_0x225d59(0xd3),'rect-textbox-horizontal':_0x225d59(0xff),'rect-textbox-vertical':_0x225d59(0x103),'ellipse':'橢圓','triangle':_0x225d59(0x109),'rt-triangle':_0x225d59(0x108),'parallelogram':'平行四邊形','trapezoid':'梯形','non-isosceles-trapezoid':_0x225d59(0x154),'diamond':'菱形','pentagon':_0x225d59(0x12e),'hexagon':'六邊形','heptagon':_0x225d59(0x132),'octagon':'八邊形','decagon':'十邊形','dodecagon':_0x225d59(0xfd),'pie':_0x225d59(0x105),'chord':'弦形','teardrop':'淚滴形','frame':_0x225d59(0xf3),'half-frame':_0x225d59(0x15e),'corner':'L形','diag-stripe':'斜紋','plus':'十字形','plaque':'缺角矩形','can':_0x225d59(0x102),'cube':_0x225d59(0x120),'bevel':_0x225d59(0x14b),'donut':'圓:空心','no-smoking':_0x225d59(0x16b),'block-arc':_0x225d59(0xbd),'folder-corner':_0x225d59(0x168),'smiley-face':'笑臉','heart':'心形','lightning-bolt':_0x225d59(0xf7),'sun':_0x225d59(0x167),'moon':'新月形','cloud':'雲形','arc':'弧形','bracket-pair':_0x225d59(0x151),'brace-pair':_0x225d59(0x145),'left-bracket':_0x225d59(0x148),'right-bracket':_0x225d59(0xef),'left-brace':_0x225d59(0x10b),'right-brace':_0x225d59(0x124),'right-arrow':_0x225d59(0xe9),'left-arrow':_0x225d59(0x150),'up-arrow':_0x225d59(0x101),'down-arrow':_0x225d59(0x126),'left-right-arrow':'箭頭:左右','up-down-arrow':'箭頭:上下','quad-arrow':'箭頭:十字','left-right-up-arrow':'箭頭:丁字','bent-arrow':_0x225d59(0x11b),'uturn-arrow':_0x225d59(0x146),'left-up-arrow':_0x225d59(0xe2),'bent-up-arrow':_0x225d59(0x125),'curved-right-arrow':_0x225d59(0x143),'curved-left-arrow':_0x225d59(0xfe),'curved-up-arrow':_0x225d59(0x14d),'curved-down-arrow':_0x225d59(0x15b),'striped-right-arrow':_0x225d59(0x112),'notched-right-arrow':'箭頭:燕尾形','home-plate':_0x225d59(0x12e),'chevron':_0x225d59(0x117),'right-arrow-callout':_0x225d59(0xd1),'down-arrow-callout':_0x225d59(0xdd),'left-arrow-callout':_0x225d59(0xf0),'up-arrow-callout':_0x225d59(0xd7),'left-right-arrow-callout':'標註:左右箭頭','quad-arrow-callout':_0x225d59(0x156),'circular-arrow':'箭頭:環形','math-plus':'加號','math-minus':'減號','math-multiply':'乘號','math-divide':'除號','math-equal':'等號','math-not-equal':'不等號','flow-chart-process':_0x225d59(0xf8),'flow-chart-alternate-process':_0x225d59(0xe5),'flow-chart-decision':'流程圖:決策','flow-chart-input-output':'流程圖:數據','flow-chart-predefined-process':_0x225d59(0x13a),'flow-chart-internal-storage':'流程圖:內部貯存','flow-chart-document':'流程圖:文檔','flow-chart-multidocument':'流程圖:多文檔','flow-chart-terminator':'流程圖:終止','flow-chart-preparation':_0x225d59(0xf1),'flow-chart-manual-input':_0x225d59(0x115),'flow-chart-manual-operation':'流程圖:手動操作','flow-chart-connector':'流程圖:接點','flow-chart-offpage-connector':_0x225d59(0x114),'flow-chart-punched-card':_0x225d59(0x139),'flow-chart-punched-tape':_0x225d59(0x152),'flow-chart-summing-junction':_0x225d59(0x106),'flow-chart-or':'流程圖:或者','flow-chart-collate':_0x225d59(0xce),'flow-chart-sort':'流程圖:排序','flow-chart-extract':_0x225d59(0xfc),'flow-chart-merge':_0x225d59(0xcb),'flow-chart-online-storage':_0x225d59(0x12a),'flow-chart-delay':_0x225d59(0x149),'flow-chart-magnetic-tape':'流程圖:順序訪問存儲器','flow-chart-magnetic-disk':'流程圖:磁盤','flow-chart-magnetic-drum':_0x225d59(0xf4),'flow-chart-display':_0x225d59(0xda),'irregular-seal1':_0x225d59(0x113),'irregular-seal2':_0x225d59(0x12b),'star4':_0x225d59(0x10d),'star5':_0x225d59(0xca),'star6':'星形:六角','star7':'星形:七角','star8':_0x225d59(0xe0),'star10':_0x225d59(0x11f),'star12':_0x225d59(0x16f),'star16':_0x225d59(0x123),'star24':_0x225d59(0x13c),'star32':_0x225d59(0xd5),'ribbon2':_0x225d59(0x160),'ribbon':_0x225d59(0xee),'ellipse-ribbon2':_0x225d59(0xc3),'ellipse-ribbon':_0x225d59(0x142),'vertical-scroll':_0x225d59(0x12c),'horizontal-scroll':_0x225d59(0xfb),'wave':'波形','double-wave':'雙波形','wedge-rect-callout':_0x225d59(0x159),'wedge-round-rect-callout':_0x225d59(0x118),'wedge-ellipse-callout':'對話氣泡:圓形','cloud-callout':_0x225d59(0x144),'border-callout1':_0x225d59(0xeb),'border-callout2':'標註:彎曲線形','border-callout3':_0x225d59(0xbb),'accent-callout1':'標註:線形(帶強調線)','accent-callout2':_0x225d59(0x107),'accent-callout3':_0x225d59(0x12f),'callout1':_0x225d59(0xdb),'callout2':'標註:彎曲線形(無邊框)','callout3':_0x225d59(0x13d),'accent-border-callout1':_0x225d59(0x147),'accent-border-callout2':_0x225d59(0xc1),'accent-border-callout3':'標註:雙彎曲線形(帶邊框和強調線)','left-circular-arrow':'左圓形箭頭','left-right-circular-arrow':_0x225d59(0x16e),'swoosh-arrow':_0x225d59(0x134),'left-right-ribbon':_0x225d59(0xc9),'pie-wedge':_0x225d59(0x130),'funnel':'漏斗','gear6':_0x225d59(0x15f),'gear9':_0x225d59(0x135),'corner-tabs':'角標','action-button-back-previous':_0x225d59(0x155),'action-button-forward-next':_0x225d59(0xbe),'action-button-beginning':_0x225d59(0xc8),'action-button-end':_0x225d59(0x16c),'action-button-home':_0x225d59(0x15a),'action-button-information':_0x225d59(0x163),'action-button-return':_0x225d59(0xe1),'action-button-movie':_0x225d59(0xf2),'action-button-document':'文檔按鈕','action-button-sound':'聲音按鈕','action-button-help':'幫助按鈕','action-button-blank':_0x225d59(0xc2),'chart-plus':_0x225d59(0x104),'chart-star':'圖表星號','chart-x':'圖表X','flow-chart-offline-storage':_0x225d59(0x133),'line-inv':_0x225d59(0xd8),'plaque-tabs':_0x225d59(0x15c),'square-tabs':_0x225d59(0xd6),'up-down-arrow-callout':_0x225d59(0x10c)}},'toolbar':{'expandShapeToolbar':_0x225d59(0xfa),'collapseShapeToolbar':_0x225d59(0xe6),'alignLeft':_0x225d59(0x10a),'alignCenter':_0x225d59(0x116),'alignRight':'右對齊','alignJustify':'兩端對齊','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x225d59(0xe7),'subscript':_0x225d59(0x12d),'superscript':'Superscript','textColor':_0x225d59(0x158),'textBackgroundColor':_0x225d59(0x13f),'fillColor':'文字背景色','resetColor':_0x225d59(0xc4)},'align':{'top':_0x225d59(0xdc),'middle':'垂直居中','bottom':_0x225d59(0x165)},'textWrap':{'inline':_0x225d59(0x10e),'square':'矩形','topAndBottom':'上及下','behindText':_0x225d59(0x169),'inFrontText':'文字在後'},'crop':{'shape':_0x225d59(0xdf)}}};function _0x3834(){const _0x2a312d=['拐角半徑','流程圖:可選過程','收合形狀工具列','刪除線','隱藏形狀面板','箭頭:右','21XBigtX','標註:線形','有序列表','打開形狀面板','帶形:前凸','右中括號','標註:左箭頭','流程圖:準備','電影按鈕','圖文框','流程圖:直接訪問存儲器','標題\x205','刪除形狀','閃電形','流程圖:過程','圖形位置','展開形狀工具列','卷形:水平','流程圖:摘錄','十二邊形','箭頭:左弧形','橫向文字方塊','550004YopCPj','箭頭:上','圓柱形','縱向文字方塊','圖表加號','不完整圓','流程圖:匯總連接','標註:彎曲線形(帶強調線)','直角三角形','等腰三角形','左對齊','左大括號','上下箭頭標註','星形:四角','與文字排列','縮放\x20Y','折線:箭頭','標題\x202','箭頭:虛尾','爆炸形:8pt','流程圖:離頁連接符','流程圖:手動輸入','居中對齊','箭頭:V型','對話氣泡:圓角矩形','菱形箭頭','標題\x203','箭頭:圓角右','1443297yTwcMH','5374476lvQweV','無序列表','星形:十角','立方體','矩形:剪去頂角','右下對齊','星形:十六角','右大括號','箭頭:直角上','箭頭:下','標題\x204','縮放\x20X','任務列表','流程圖:存儲數據','爆炸形:14pt','卷形:垂直','Subscript','五邊形','標註:雙彎曲線形(帶強調線)','餅形楔','圓角矩形','七邊形','流程圖:離線存儲','彎曲箭頭','9齒齒輪','雙箭頭直線','隱形箭頭','1109423KWnrYG','流程圖:卡片','流程圖:預定義過程','雙箭頭折線','星形:二十四角','標註:雙彎曲線形(無邊框)','逆時針\x2090\x20度旋轉','Text\x20Background\x20color','無顏色','橢圓箭頭','帶形:前凸彎','箭頭:右弧形','氣泡:雲','雙大括號','箭頭:手杖形','標註:線形(帶邊框和強調線)','左中括號','流程圖:延期','醒目提示框','矩形:棱台','無線條','箭頭:上弧形','長虛線-點','右對齊','箭頭:左','雙括號','流程圖:資料帶','終點箭頭大小','非等腰梯形','返回/上一個按鈕','標註:十字箭頭','左下對齊','文字顏色','對話氣泡:矩形','主頁按鈕','箭頭:下弧形','牌匾標籤','標題\x201','半閉框','6齒齒輪','帶形:上凸','2474RgHwfS','隨形狀旋轉','信息按鈕','將圖片平鋪為紋理','底部對齊','偏移量\x20Y','太陽形','矩形:折角','文字在前','草繪樣式','禁止符','結束按鈕','矩形:剪去對角','左右圓形箭頭','星形:十二角','開放箭頭','箭頭總匯','標註:雙彎曲線形','終點箭頭類型','空心弧','前進/下一個按鈕','右上對齊','圖形樣式','標註:彎曲線形(帶邊框和強調線)','空白按鈕','帶形:上凸彎','重置顏色','程式碼區塊','切換文本竖排','1447440YNDDdE','開始按鈕','左右帶形','星形:五角','流程圖:合併','對齊方式','直線箭頭','流程圖:對照','剪去單角矩形','端點類型','標註:右箭頭','順時針\x2090\x20度旋轉','矩形:對角圓角','6ZaRYdD','星形:三十二角','方形標籤','標註:上箭頭','線反向','長虛線','流程圖:顯示','標註:線形(無邊框)','頂部對齊','標註:下箭頭','2594840XKYkLm','裁切為形狀','星形:八角','返回按鈕','箭頭:直角雙向','矩形:一個圓頂角,剪去另一個頂角'];_0x3834=function(){return _0x2a312d;};return _0x3834();}function _0x4d95(_0x44868e,_0x532c00){_0x44868e=_0x44868e-0xbb;const _0x3834f3=_0x3834();let _0x4d9592=_0x3834f3[_0x44868e];return _0x4d9592;}export{e as default};
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';
@@ -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[]>>;