@univerjs-pro/pdfs-ui 1.0.0-alpha.8 → 1.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) 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 +60 -21
  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/commands/command-ids.d.ts +1 -1
  63. package/lib/types/commands/operations/pdf-history.operation.d.ts +9 -0
  64. package/lib/types/commands/pdf-clipboard.command.d.ts +5 -0
  65. package/lib/types/controllers/pdf-clipboard.controller.d.ts +5 -0
  66. package/lib/types/editor/inspector-model.d.ts +23 -3
  67. package/lib/types/editor/link-annotation-targets.d.ts +11 -0
  68. package/lib/types/editor/list-layout.d.ts +6 -11
  69. package/lib/types/editor/marquee-selection.d.ts +14 -0
  70. package/lib/types/editor/native-targets.d.ts +8 -1
  71. package/lib/types/editor/overlay-renderer.d.ts +3 -0
  72. package/lib/types/editor/pointer-controller.d.ts +11 -1
  73. package/lib/types/editor/table-resize-controls.d.ts +27 -0
  74. package/lib/types/editor/transform-controls.d.ts +30 -0
  75. package/lib/types/index.d.ts +1 -0
  76. package/lib/types/locale/en-US.d.ts +1 -2
  77. package/lib/types/render/annotation-stroke.d.ts +2 -0
  78. package/lib/types/render/path-object-renderer.d.ts +15 -0
  79. package/lib/types/services/pdf-clipboard.service.d.ts +30 -0
  80. package/lib/types/services/pdf-editor-command.service.d.ts +0 -1
  81. package/lib/types/services/pdf-page-region-index.service.d.ts +2 -1
  82. package/lib/types/views/pdf-canvas-shortcuts.d.ts +8 -0
  83. package/lib/types/views/pdf-canvas-text-edit-state.d.ts +3 -0
  84. package/lib/types/views/pdf-canvas-text-interaction.d.ts +17 -0
  85. package/lib/umd/index.js +1 -1
  86. package/lib/umd/locale/ar-SA.js +1 -1
  87. package/lib/umd/locale/ca-ES.js +1 -1
  88. package/lib/umd/locale/de-DE.js +1 -1
  89. package/lib/umd/locale/en-US.js +1 -1
  90. package/lib/umd/locale/es-ES.js +1 -1
  91. package/lib/umd/locale/fa-IR.js +1 -1
  92. package/lib/umd/locale/fr-FR.js +1 -1
  93. package/lib/umd/locale/id-ID.js +1 -1
  94. package/lib/umd/locale/it-IT.js +1 -1
  95. package/lib/umd/locale/ja-JP.js +1 -1
  96. package/lib/umd/locale/ko-KR.js +1 -1
  97. package/lib/umd/locale/pl-PL.js +1 -1
  98. package/lib/umd/locale/pt-BR.js +1 -1
  99. package/lib/umd/locale/ru-RU.js +1 -1
  100. package/lib/umd/locale/sk-SK.js +1 -1
  101. package/lib/umd/locale/vi-VN.js +1 -1
  102. package/lib/umd/locale/zh-CN.js +1 -1
  103. package/lib/umd/locale/zh-HK.js +1 -1
  104. package/lib/umd/locale/zh-TW.js +1 -1
  105. package/package.json +9 -9
  106. package/lib/types/commands/mutations/pdf-history.mutation.d.ts +0 -9
@@ -1 +1 @@
1
- const _0x158da2=_0x13ea;function _0x165a(){const _0x15ca19=['1.\x202.\x203.','裁剪图片','2022470mqJCIf','单元格','未加载文档','标题行','显示列表','项目符号','606TwWZVM','左对齐','左缩进','2712117GRiPoY','1.\x20a.\x202.\x20b.','位置和大小','页面\x20ID','编辑值','下移一层','导入为新\x20PDF','159178POXKoO','没有页面','导入\x20PDF','422309rDKYQp','顺时针旋转\x2090°','中等色','右对齐','页面尺寸','01.\x2002.\x2003.','4593672kXeOPY','编辑文本','分割线','24020uzPJvg','表单字段','垂直翻转','追加\x20PDF\x20到末尾','操作符','最佳匹配','4VHRNTM','原生内容','复制页面','右缩进','背景色','117KMogcb','PDF\x20功能区标签','裁剪左','添加文本','完成编辑','PDF\x20页面','垂直对齐','文档\x20ID','1.1.\x201.2.','替换图片','文本框','隔行底色','1189104QxBfLY','裁剪下','A.\x20B.\x20C.','导出变更','删除页面','隔列底色','PDF\x20属性','水平翻转','旋转\x2090°','表单\x20XObject','空心圆点','表格主题','表格单元格','导出编辑后的\x20JSON','1)\x202)\x203)','导出\x20PDF'];_0x165a=function(){return _0x15ca19;};return _0x165a();}(function(_0x19b989,_0x56f610){const _0x234f86=_0x13ea,_0x3a8de8=_0x19b989();while(!![]){try{const _0x134095=-parseInt(_0x234f86(0x1bc))/0x1+parseInt(_0x234f86(0x1b9))/0x2+parseInt(_0x234f86(0x1b2))/0x3*(-parseInt(_0x234f86(0x1cb))/0x4)+-parseInt(_0x234f86(0x1c5))/0x5*(parseInt(_0x234f86(0x1af))/0x6)+parseInt(_0x234f86(0x197))/0x7+-parseInt(_0x234f86(0x1c2))/0x8+-parseInt(_0x234f86(0x1d0))/0x9*(-parseInt(_0x234f86(0x1a9))/0xa);if(_0x134095===_0x56f610)break;else _0x3a8de8['push'](_0x3a8de8['shift']());}catch(_0x475489){_0x3a8de8['push'](_0x3a8de8['shift']());}}}(_0x165a,0x7856f));const e={'pdfs-ui':{'workbench':{'title':'PDF','aria':{'ribbonTabs':_0x158da2(0x1d1),'pages':_0x158da2(0x1d5),'properties':_0x158da2(0x19d)},'tabs':{'start':'开始','insert':'插入','view':'视图'},'pageRail':{'newPage':'新建'},'empty':{'noDocument':_0x158da2(0x1ab),'noPages':_0x158da2(0x1ba)},'status':{'page':'页面','zoom':'缩放'},'sidebar':{'properties':'属性'},'demo':{'sample':'示例'}},'ribbon':{'groups':{'file':'文件','edit':'编辑','transform':'变换','insert':'插入','display':'显示'},'actions':{'importPdf':_0x158da2(0x1bb),'importPdfAsNew':_0x158da2(0x1b8),'appendPdf':_0x158da2(0x1c8),'exportPdf':_0x158da2(0x1a6),'undo':'撤销','redo':'重做','select':'选择','text':'文本','flipHorizontal':_0x158da2(0x19e),'flipVertical':'垂直翻转','textBox':_0x158da2(0x195),'image':'图片','divider':_0x158da2(0x1c4),'table':'表格','list':'列表','annotations':'批注','bounds':'边界','raw':'原始'},'listPresets':{'bullet':_0x158da2(0x1ae),'hollowBullet':_0x158da2(0x1a1),'square':'方块','diamond':'菱形','check':'对勾','arrow':'箭头','decimal':_0x158da2(0x1a7),'parenDecimal':_0x158da2(0x1a5),'decimalNested':_0x158da2(0x193),'upperAlpha':_0x158da2(0x199),'lowerAlpha':_0x158da2(0x1b3),'leadingZero':_0x158da2(0x1c1)}},'tableSizePicker':{'customSize':'自定义大小','rows':'行数','columns':'列数','insert':'插入','insertTable':'插入表格'},'tableTheme':{'tableTheme':_0x158da2(0x1a2),'tableLook':'表格外观','headerRow':_0x158da2(0x1ac),'footerRow':'汇总行','bandedRows':_0x158da2(0x196),'bandedColumns':_0x158da2(0x19c),'firstColumn':'首列','lastColumn':'尾列','bestMatch':_0x158da2(0x1ca),'light':'浅色','medium':_0x158da2(0x1be),'minimal':'极简'},'contextMenu':{'addText':_0x158da2(0x1d3),'editText':_0x158da2(0x1c3),'editValue':_0x158da2(0x1b6),'copy':'复制','paste':'粘贴','replaceImage':_0x158da2(0x194),'cropImage':'裁剪图片','flipHorizontal':_0x158da2(0x19e),'flipVertical':'垂直翻转','bringForward':'上移一层','sendBackward':'下移一层','exportPatch':_0x158da2(0x19a),'delete':'删除'},'pageThumbnail':{'moveUp':'上移页面','moveDown':'下移页面','copy':_0x158da2(0x1cd),'rotateClockwise':_0x158da2(0x1bd),'delete':_0x158da2(0x19b)},'exportPatch':{'title':_0x158da2(0x19a),'summary':'摘要','json':'JSON','exportEditedJson':_0x158da2(0x1a4)},'inspector':{'titles':{'text':'文本','image':'图片','formXObject':_0x158da2(0x1a0),'formField':_0x158da2(0x1c6),'page':'页面','nativeSource':_0x158da2(0x1cc),'object':'对象','document':'文档','tableCell':_0x158da2(0x1a3)},'sections':{'text':'文本','image':'图片','cell':_0x158da2(0x1aa),'source':'来源','formField':'值','page':'页面','document':'文档','transform':_0x158da2(0x1b4),'arrange':'排列','paragraph':'段落'},'fields':{'fontFamily':'字体','fontSize':'字号','bold':'粗体','italic':'斜体','underline':'下划线','background':_0x158da2(0x1cf),'verticalAlign':_0x158da2(0x191),'objectRef':'对象','displayLists':_0x158da2(0x1ad),'fieldName':'名称','fieldType':'类型','pageId':_0x158da2(0x1b5),'operators':_0x158da2(0x1c9),'documentId':_0x158da2(0x192),'revision':'修订','x':'X','y':'Y','width':'宽','height':'高','align':'对齐','lineHeight':'行高','leftIndent':_0x158da2(0x1b1),'firstLine':'首行','rightIndent':_0x158da2(0x1ce),'before':'段前','after':'段后','horizontal':'水平','vertical':'垂直','left':_0x158da2(0x1b0),'center':'居中','right':_0x158da2(0x1bf),'top':'顶部','middle':'居中','bottom':'底部','pageGeometry':_0x158da2(0x1c0),'crop':'裁剪','cropLeft':_0x158da2(0x1d2),'cropBottom':_0x158da2(0x198),'cropRight':'裁剪右','cropTop':'裁剪上','sideLeft':'左','sideTop':'上','sideRight':'右','sideBottom':'下'},'actions':{'replaceImage':_0x158da2(0x194),'cropImage':_0x158da2(0x1a8),'resetCrop':'重置裁剪','flipHorizontal':'水平翻转','flipVertical':_0x158da2(0x1c7),'addText':_0x158da2(0x1d3),'finishEditing':_0x158da2(0x1d4),'pageGeometry':_0x158da2(0x1c0),'exportPatch':_0x158da2(0x19a),'bringForward':'上移一层','sendBackward':_0x158da2(0x1b7),'rotate90':_0x158da2(0x19f)}}}};function _0x13ea(_0x30b2af,_0x31a8fc){_0x30b2af=_0x30b2af-0x191;const _0x165ae4=_0x165a();let _0x13ea8c=_0x165ae4[_0x30b2af];return _0x13ea8c;}module['exports']=e;
1
+ function _0x4a04(){const _0x282bc3=['文档\x20ID','962260gxMOCd','重置裁剪','6530406hObkGU','编辑值','替换图片','垂直对齐','水平翻转','A.\x20B.\x20C.','右对齐','完成编辑','插入表格','裁剪右','线条宽度','裁剪上','旋转\x2090°','4619058VnIfyA','下移一层','导出\x20PDF','上移一层','中等色','PDF\x20页面','下移页面','表格主题','汇总行','PDF\x20属性','1.\x202.\x203.','PDF\x20功能区标签','导出编辑后的\x20JSON','复制页面','导入\x20PDF','背景色','没有页面','顺时针旋转\x2090°','下划线','编辑文本','裁剪图片','单元格','8DACZZF','1213068aoQoyb','8956381KQbefJ','删除页面','995224rypMTK','位置和大小','显示列表','12391038BzNtRk','垂直翻转','裁剪左','页面尺寸','导出变更','隔行底色','1.\x20a.\x202.\x20b.','页面\x20ID','表单\x20XObject','JSON','添加文本','PDF','项目符号','裁剪下','标题行','自定义大小','未加载文档','左缩进','8mNzeKQ','表单字段','空心圆点'];_0x4a04=function(){return _0x282bc3;};return _0x4a04();}const _0x1a0021=_0x5629;(function(_0xbc6dd,_0x17d614){const _0x2365b9=_0x5629,_0x1159bb=_0xbc6dd();while(!![]){try{const _0x255df4=parseInt(_0x2365b9(0xa8))/0x1+parseInt(_0x2365b9(0xab))/0x2+-parseInt(_0x2365b9(0x91))/0x3+-parseInt(_0x2365b9(0xa7))/0x4*(parseInt(_0x2365b9(0x82))/0x5)+parseInt(_0x2365b9(0x84))/0x6+-parseInt(_0x2365b9(0xa9))/0x7*(-parseInt(_0x2365b9(0x7e))/0x8)+-parseInt(_0x2365b9(0xae))/0x9;if(_0x255df4===_0x17d614)break;else _0x1159bb['push'](_0x1159bb['shift']());}catch(_0x3e8775){_0x1159bb['push'](_0x1159bb['shift']());}}}(_0x4a04,0xbdbe8));const e={'pdfs-ui':{'workbench':{'title':_0x1a0021(0x77),'aria':{'ribbonTabs':_0x1a0021(0x9c),'pages':_0x1a0021(0x96),'properties':_0x1a0021(0x9a)},'tabs':{'start':'开始','insert':'插入','view':'视图'},'pageRail':{'newPage':'新建'},'empty':{'noDocument':_0x1a0021(0x7c),'noPages':_0x1a0021(0xa1)},'status':{'page':'页面','zoom':'缩放'},'sidebar':{'properties':'属性'},'demo':{'sample':'示例'}},'ribbon':{'groups':{'file':'文件','edit':'编辑','transform':'变换','insert':'插入','display':'显示'},'actions':{'importPdf':_0x1a0021(0x9f),'exportPdf':_0x1a0021(0x93),'undo':'撤销','redo':'重做','select':'选择','text':'文本','flipHorizontal':'水平翻转','flipVertical':'垂直翻转','textBox':'文本框','image':'图片','divider':'分割线','table':'表格','list':'列表','annotations':'批注','bounds':'边界','raw':'原始'},'listPresets':{'bullet':_0x1a0021(0x78),'hollowBullet':_0x1a0021(0x80),'square':'方块','diamond':'菱形','check':'对勾','arrow':'箭头','decimal':_0x1a0021(0x9b),'parenDecimal':'1)\x202)\x203)','decimalNested':'1.1.\x201.2.','upperAlpha':_0x1a0021(0x89),'lowerAlpha':_0x1a0021(0x72),'leadingZero':'01.\x2002.\x2003.'}},'tableSizePicker':{'customSize':_0x1a0021(0x7b),'rows':'行数','columns':'列数','insert':'插入','insertTable':_0x1a0021(0x8c)},'tableTheme':{'tableTheme':_0x1a0021(0x98),'tableLook':'表格外观','headerRow':_0x1a0021(0x7a),'footerRow':_0x1a0021(0x99),'bandedRows':_0x1a0021(0x71),'bandedColumns':'隔列底色','firstColumn':'首列','lastColumn':'尾列','bestMatch':'最佳匹配','light':'浅色','medium':_0x1a0021(0x95),'minimal':'极简'},'contextMenu':{'addText':'添加文本','editText':_0x1a0021(0xa4),'editValue':_0x1a0021(0x85),'copy':'复制','paste':'粘贴','replaceImage':_0x1a0021(0x86),'cropImage':_0x1a0021(0xa5),'flipHorizontal':_0x1a0021(0x88),'flipVertical':_0x1a0021(0xaf),'bringForward':'上移一层','sendBackward':_0x1a0021(0x92),'exportPatch':'导出变更','delete':'删除'},'pageThumbnail':{'moveUp':'上移页面','moveDown':_0x1a0021(0x97),'copy':_0x1a0021(0x9e),'rotateClockwise':_0x1a0021(0xa2),'delete':_0x1a0021(0xaa)},'exportPatch':{'title':'导出变更','summary':'摘要','json':_0x1a0021(0x75),'exportEditedJson':_0x1a0021(0x9d)},'inspector':{'titles':{'text':'文本','image':'图片','formXObject':_0x1a0021(0x74),'formField':_0x1a0021(0x7f),'page':'页面','nativeSource':'原生内容','object':'对象','document':'文档','tableCell':'表格单元格'},'sections':{'text':'文本','image':'图片','cell':_0x1a0021(0xa6),'source':'来源','formField':'值','page':'页面','document':'文档','transform':_0x1a0021(0xac),'arrange':'排列','paragraph':'段落'},'fields':{'fontFamily':'字体','fontSize':'字号','strokeWidth':_0x1a0021(0x8e),'bold':'粗体','italic':'斜体','underline':_0x1a0021(0xa3),'background':_0x1a0021(0xa0),'verticalAlign':_0x1a0021(0x87),'objectRef':'对象','displayLists':_0x1a0021(0xad),'fieldName':'名称','fieldType':'类型','pageId':_0x1a0021(0x73),'operators':'操作符','documentId':_0x1a0021(0x81),'revision':'修订','x':'X','y':'Y','width':'宽','height':'高','align':'对齐','lineHeight':'行高','leftIndent':_0x1a0021(0x7d),'firstLine':'首行','rightIndent':'右缩进','before':'段前','after':'段后','horizontal':'水平','vertical':'垂直','left':'左对齐','center':'居中','right':_0x1a0021(0x8a),'top':'顶部','middle':'居中','bottom':'底部','pageGeometry':_0x1a0021(0x6f),'crop':'裁剪','cropLeft':_0x1a0021(0xb0),'cropBottom':_0x1a0021(0x79),'cropRight':_0x1a0021(0x8d),'cropTop':_0x1a0021(0x8f),'sideLeft':'左','sideTop':'上','sideRight':'右','sideBottom':'下'},'actions':{'replaceImage':_0x1a0021(0x86),'cropImage':_0x1a0021(0xa5),'resetCrop':_0x1a0021(0x83),'flipHorizontal':_0x1a0021(0x88),'flipVertical':_0x1a0021(0xaf),'addText':_0x1a0021(0x76),'finishEditing':_0x1a0021(0x8b),'pageGeometry':'页面尺寸','exportPatch':_0x1a0021(0x70),'bringForward':_0x1a0021(0x94),'sendBackward':_0x1a0021(0x92),'rotate90':_0x1a0021(0x90)}}}};function _0x5629(_0x485172,_0x3eaacb){_0x485172=_0x485172-0x6f;const _0x4a0429=_0x4a04();let _0x562936=_0x4a0429[_0x485172];return _0x562936;}module['exports']=e;
@@ -1 +1 @@
1
- const _0x3e6053=_0x4e08;function _0x4e08(_0x46a5c2,_0x22deed){_0x46a5c2=_0x46a5c2-0x1e0;const _0x24d97e=_0x24d9();let _0x4e082b=_0x24d97e[_0x46a5c2];return _0x4e082b;}(function(_0x36af9f,_0x388fe1){const _0x2d638e=_0x4e08,_0x291b27=_0x36af9f();while(!![]){try{const _0x1de5b1=-parseInt(_0x2d638e(0x1e4))/0x1*(parseInt(_0x2d638e(0x20e))/0x2)+-parseInt(_0x2d638e(0x1fe))/0x3*(parseInt(_0x2d638e(0x1ef))/0x4)+parseInt(_0x2d638e(0x21d))/0x5*(parseInt(_0x2d638e(0x214))/0x6)+parseInt(_0x2d638e(0x21a))/0x7+-parseInt(_0x2d638e(0x1f0))/0x8*(-parseInt(_0x2d638e(0x217))/0x9)+parseInt(_0x2d638e(0x1e3))/0xa+-parseInt(_0x2d638e(0x221))/0xb;if(_0x1de5b1===_0x388fe1)break;else _0x291b27['push'](_0x291b27['shift']());}catch(_0x133ed1){_0x291b27['push'](_0x291b27['shift']());}}}(_0x24d9,0xeb0ba));const e={'pdfs-ui':{'workbench':{'title':'PDF','aria':{'ribbonTabs':_0x3e6053(0x1e0),'pages':_0x3e6053(0x1e1),'properties':_0x3e6053(0x1e7)},'tabs':{'start':'開始','insert':'插入','view':'檢視'},'pageRail':{'newPage':'新增'},'empty':{'noDocument':_0x3e6053(0x20d),'noPages':_0x3e6053(0x200)},'status':{'page':'頁面','zoom':'縮放'},'sidebar':{'properties':'屬性'},'demo':{'sample':'範例'}},'ribbon':{'groups':{'file':'檔案','edit':'編輯','transform':'變換','insert':'插入','display':_0x3e6053(0x203)},'actions':{'importPdf':_0x3e6053(0x1f9),'importPdfAsNew':_0x3e6053(0x1f6),'appendPdf':_0x3e6053(0x1e8),'exportPdf':_0x3e6053(0x201),'undo':'撤銷','redo':'重做','select':'單選','text':'文字','flipHorizontal':'水平翻轉','flipVertical':'垂直翻轉','textBox':_0x3e6053(0x1f3),'image':'圖片','divider':_0x3e6053(0x1e6),'table':'表格','list':'清單','annotations':'註解','bounds':'邊界','raw':_0x3e6053(0x1f2)},'listPresets':{'bullet':_0x3e6053(0x21f),'hollowBullet':_0x3e6053(0x1ed),'square':'矩形','diamond':'菱形','check':'勾選','arrow':'箭頭','decimal':_0x3e6053(0x208),'parenDecimal':_0x3e6053(0x213),'decimalNested':'1.1.\x201.2.','upperAlpha':'A.\x20B.\x20C.','lowerAlpha':_0x3e6053(0x1f4),'leadingZero':_0x3e6053(0x1ff)}},'tableSizePicker':{'customSize':_0x3e6053(0x20a),'rows':'列數','columns':'分欄','insert':'插入','insertTable':'表格插入'},'tableTheme':{'tableTheme':_0x3e6053(0x211),'tableLook':_0x3e6053(0x1f1),'headerRow':'標題列','footerRow':_0x3e6053(0x1e5),'bandedRows':_0x3e6053(0x216),'bandedColumns':_0x3e6053(0x212),'firstColumn':'第一欄','lastColumn':_0x3e6053(0x1fa),'bestMatch':_0x3e6053(0x1fb),'light':'淺色','medium':'中','minimal':'簡約'},'contextMenu':{'addText':_0x3e6053(0x21c),'editText':_0x3e6053(0x215),'editValue':_0x3e6053(0x1f7),'copy':'複製','paste':'貼上','replaceImage':_0x3e6053(0x1ec),'cropImage':_0x3e6053(0x1ee),'flipHorizontal':_0x3e6053(0x1f5),'flipVertical':_0x3e6053(0x1e9),'bringForward':_0x3e6053(0x1fc),'sendBackward':_0x3e6053(0x206),'exportPatch':_0x3e6053(0x20f),'delete':'刪除'},'pageThumbnail':{'moveUp':_0x3e6053(0x210),'moveDown':'向下移動頁面','copy':'複製頁面','rotateClockwise':'順時針旋轉\x2090\x20度','delete':_0x3e6053(0x204)},'exportPatch':{'title':_0x3e6053(0x20f),'summary':'彙總','json':_0x3e6053(0x1eb),'exportEditedJson':'匯出已編輯的\x20JSON'},'inspector':{'titles':{'text':'文字','image':'圖片','formXObject':'表單\x20XObject','formField':_0x3e6053(0x218),'page':'頁面','nativeSource':_0x3e6053(0x21b),'object':'物件','document':'文件','tableCell':'表格儲存格'},'sections':{'text':'文字','image':'圖片','cell':'儲存格','source':'來源','formField':'值','page':'頁面','document':'文件','transform':'變換','arrange':'排列','paragraph':'段落'},'fields':{'fontFamily':'字型','fontSize':'字號','bold':'粗體','italic':'斜體','underline':'底線','background':'背景','verticalAlign':_0x3e6053(0x1e2),'objectRef':'物件','displayLists':_0x3e6053(0x20b),'fieldName':'名稱','fieldType':'類型','pageId':_0x3e6053(0x21e),'operators':'運算子','documentId':_0x3e6053(0x219),'revision':'修訂','x':'X','y':'Y','width':'W','height':'H','align':'對齊','lineHeight':'行高','leftIndent':'左縮排','firstLine':_0x3e6053(0x209),'rightIndent':_0x3e6053(0x1f8),'before':'早於','after':'晚於','horizontal':'水平','vertical':'垂直','left':'左','center':'置中','right':'右','top':'上','middle':_0x3e6053(0x1fd),'bottom':'下','pageGeometry':_0x3e6053(0x207),'crop':'裁剪','cropLeft':_0x3e6053(0x20c),'cropBottom':'底部裁剪','cropRight':_0x3e6053(0x1ea),'cropTop':_0x3e6053(0x205),'sideLeft':'左','sideTop':'上','sideRight':'右','sideBottom':'下'},'actions':{'replaceImage':_0x3e6053(0x1ec),'cropImage':_0x3e6053(0x1ee),'resetCrop':_0x3e6053(0x202),'flipHorizontal':_0x3e6053(0x1f5),'flipVertical':_0x3e6053(0x1e9),'addText':_0x3e6053(0x21c),'finishEditing':_0x3e6053(0x220),'pageGeometry':_0x3e6053(0x207),'exportPatch':'匯出變更','bringForward':_0x3e6053(0x1fc),'sendBackward':_0x3e6053(0x206),'rotate90':_0x3e6053(0x222)}}}};function _0x24d9(){const _0xd4cd2=['間隔列','9hlfdZd','表單欄位','文件\x20ID','1637874roqfaA','原生來源','新增文字','1025040GJgkLh','頁面\x20ID','項目符號','完成編輯','5594523aTStyR','旋轉\x2090\x20度','PDF\x20功能區分頁','PDF\x20頁面','垂直對齊','10404350tORiKa','217629AzaUhT','頁尾列','分隔線','PDF\x20屬性','將\x20PDF\x20加到末尾','垂直翻轉','右側裁剪','JSON','更換圖片','空心圓點','裁剪圖片','23868kNVEzM','8285176eDsfWG','表格外观','原始資料','文字方塊','1.\x20a.\x202.\x20b.','水平翻轉','匯入為新\x20PDF','編輯值','右縮排','匯入\x20PDF','最後一欄','最佳配對','上移一層','垂直置中','918XQTRwb','01.\x2002.\x2003.','沒有頁面','匯出\x20PDF','重設裁剪','流程圖:顯示','刪除頁面','頂部裁剪','下移一層','頁面幾何','1.\x202.\x203.','第一行','自訂尺寸','顯示清單','左側裁剪','未載入文件','6qEHltT','匯出變更','向上移動頁面','表格主題','間隔欄','1)\x202)\x203)','48rFlozB','編輯文字'];_0x24d9=function(){return _0xd4cd2;};return _0x24d9();}module['exports']=e;
1
+ const _0x48fc8b=_0x46bb;(function(_0x114496,_0x55f45e){const _0x34d000=_0x46bb,_0x1f95b7=_0x114496();while(!![]){try{const _0x3c3af0=-parseInt(_0x34d000(0x180))/0x1*(parseInt(_0x34d000(0x18d))/0x2)+-parseInt(_0x34d000(0x18a))/0x3+-parseInt(_0x34d000(0x166))/0x4+parseInt(_0x34d000(0x18c))/0x5+parseInt(_0x34d000(0x18b))/0x6*(-parseInt(_0x34d000(0x198))/0x7)+parseInt(_0x34d000(0x161))/0x8+parseInt(_0x34d000(0x17a))/0x9*(parseInt(_0x34d000(0x193))/0xa);if(_0x3c3af0===_0x55f45e)break;else _0x1f95b7['push'](_0x1f95b7['shift']());}catch(_0x365c74){_0x1f95b7['push'](_0x1f95b7['shift']());}}}(_0x2d44,0x8957a));function _0x2d44(){const _0x34fb4e=['線條寬度','上移一層','自訂尺寸','第一欄','未載入文件','1.1.\x201.2.','23697594tvYKhu','PDF\x20頁面','最後一欄','複製頁面','最佳配對','01.\x2002.\x2003.','7tSFOBw','運算子','新增文字','原始資料','1.\x20a.\x202.\x20b.','exports','匯入\x20PDF','分隔線','左縮排','間隔列','1512807pTcvnP','50454sqbKth','1745535XlGham','256126xOPAMh','向上移動頁面','流程圖:顯示','刪除頁面','旋轉\x2090\x20度','水平翻轉','10eOKMyR','項目符號','匯出變更','原生來源','順時針旋轉\x2090\x20度','588gWnnto','頁面\x20ID','空心圓點','表格外觀','PDF\x20屬性','3869896LDMOMW','下移一層','編輯文字','匯出\x20PDF','向下移動頁面','3185160BpKiGJ','底部裁剪','垂直對齊','儲存格','PDF\x20功能區分頁','1)\x202)\x203)','更換圖片','表格儲存格','A.\x20B.\x20C.','文字方塊','文件\x20ID','表格主題','垂直翻轉','頁面幾何'];_0x2d44=function(){return _0x34fb4e;};return _0x2d44();}const e={'pdfs-ui':{'workbench':{'title':'PDF','aria':{'ribbonTabs':_0x48fc8b(0x16a),'pages':_0x48fc8b(0x17b),'properties':_0x48fc8b(0x160)},'tabs':{'start':'開始','insert':'插入','view':'檢視'},'pageRail':{'newPage':'新增'},'empty':{'noDocument':_0x48fc8b(0x178),'noPages':'沒有頁面'},'status':{'page':'頁面','zoom':'縮放'},'sidebar':{'properties':'屬性'},'demo':{'sample':'範例'}},'ribbon':{'groups':{'file':'檔案','edit':'編輯','transform':'變換','insert':'插入','display':_0x48fc8b(0x18f)},'actions':{'importPdf':_0x48fc8b(0x186),'exportPdf':_0x48fc8b(0x164),'undo':'撤銷','redo':'重做','select':'單選','text':'文字','flipHorizontal':_0x48fc8b(0x192),'flipVertical':_0x48fc8b(0x172),'textBox':_0x48fc8b(0x16f),'image':'圖片','divider':_0x48fc8b(0x187),'table':'表格','list':'清單','annotations':'註解','bounds':'邊界','raw':_0x48fc8b(0x183)},'listPresets':{'bullet':_0x48fc8b(0x194),'hollowBullet':_0x48fc8b(0x19a),'square':'矩形','diamond':'菱形','check':'勾選','arrow':'箭頭','decimal':'1.\x202.\x203.','parenDecimal':_0x48fc8b(0x16b),'decimalNested':_0x48fc8b(0x179),'upperAlpha':_0x48fc8b(0x16e),'lowerAlpha':_0x48fc8b(0x184),'leadingZero':_0x48fc8b(0x17f)}},'tableSizePicker':{'customSize':_0x48fc8b(0x176),'rows':'列數','columns':'分欄','insert':'插入','insertTable':'表格插入'},'tableTheme':{'tableTheme':_0x48fc8b(0x171),'tableLook':_0x48fc8b(0x19b),'headerRow':'標題列','footerRow':'頁尾列','bandedRows':_0x48fc8b(0x189),'bandedColumns':'間隔欄','firstColumn':_0x48fc8b(0x177),'lastColumn':_0x48fc8b(0x17c),'bestMatch':_0x48fc8b(0x17e),'light':'淺色','medium':'中','minimal':'簡約'},'contextMenu':{'addText':_0x48fc8b(0x182),'editText':_0x48fc8b(0x163),'editValue':'編輯值','copy':'複製','paste':'貼上','replaceImage':_0x48fc8b(0x16c),'cropImage':'裁剪圖片','flipHorizontal':_0x48fc8b(0x192),'flipVertical':_0x48fc8b(0x172),'bringForward':_0x48fc8b(0x175),'sendBackward':_0x48fc8b(0x162),'exportPatch':_0x48fc8b(0x195),'delete':'刪除'},'pageThumbnail':{'moveUp':_0x48fc8b(0x18e),'moveDown':_0x48fc8b(0x165),'copy':_0x48fc8b(0x17d),'rotateClockwise':_0x48fc8b(0x197),'delete':_0x48fc8b(0x190)},'exportPatch':{'title':_0x48fc8b(0x195),'summary':'彙總','json':'JSON','exportEditedJson':'匯出已編輯的\x20JSON'},'inspector':{'titles':{'text':'文字','image':'圖片','formXObject':'表單\x20XObject','formField':'表單欄位','page':'頁面','nativeSource':_0x48fc8b(0x196),'object':'物件','document':'文件','tableCell':_0x48fc8b(0x16d)},'sections':{'text':'文字','image':'圖片','cell':_0x48fc8b(0x169),'source':'來源','formField':'值','page':'頁面','document':'文件','transform':'變換','arrange':'排列','paragraph':'段落'},'fields':{'fontFamily':'字型','fontSize':'字號','strokeWidth':_0x48fc8b(0x174),'bold':'粗體','italic':'斜體','underline':'底線','background':'背景','verticalAlign':_0x48fc8b(0x168),'objectRef':'物件','displayLists':'顯示清單','fieldName':'名稱','fieldType':'類型','pageId':_0x48fc8b(0x199),'operators':_0x48fc8b(0x181),'documentId':_0x48fc8b(0x170),'revision':'修訂','x':'X','y':'Y','width':'W','height':'H','align':'對齊','lineHeight':'行高','leftIndent':_0x48fc8b(0x188),'firstLine':'第一行','rightIndent':'右縮排','before':'早於','after':'晚於','horizontal':'水平','vertical':'垂直','left':'左','center':'置中','right':'右','top':'上','middle':'垂直置中','bottom':'下','pageGeometry':_0x48fc8b(0x173),'crop':'裁剪','cropLeft':'左側裁剪','cropBottom':_0x48fc8b(0x167),'cropRight':'右側裁剪','cropTop':'頂部裁剪','sideLeft':'左','sideTop':'上','sideRight':'右','sideBottom':'下'},'actions':{'replaceImage':'更換圖片','cropImage':'裁剪圖片','resetCrop':'重設裁剪','flipHorizontal':'水平翻轉','flipVertical':_0x48fc8b(0x172),'addText':_0x48fc8b(0x182),'finishEditing':'完成編輯','pageGeometry':_0x48fc8b(0x173),'exportPatch':_0x48fc8b(0x195),'bringForward':_0x48fc8b(0x175),'sendBackward':_0x48fc8b(0x162),'rotate90':_0x48fc8b(0x191)}}}};function _0x46bb(_0x1e3bec,_0x5d4dc6){_0x1e3bec=_0x1e3bec-0x160;const _0x2d4435=_0x2d44();let _0x46bbd6=_0x2d4435[_0x1e3bec];return _0x46bbd6;}module[_0x48fc8b(0x185)]=e;
@@ -1 +1 @@
1
- const _0x3a63c8=_0x1d0c;(function(_0x122477,_0xa6bb9){const _0x4995a1=_0x1d0c,_0x207590=_0x122477();while(!![]){try{const _0x3939ec=parseInt(_0x4995a1(0x154))/0x1*(-parseInt(_0x4995a1(0x17a))/0x2)+parseInt(_0x4995a1(0x172))/0x3+parseInt(_0x4995a1(0x144))/0x4+-parseInt(_0x4995a1(0x177))/0x5+parseInt(_0x4995a1(0x14a))/0x6*(parseInt(_0x4995a1(0x16c))/0x7)+-parseInt(_0x4995a1(0x15a))/0x8+parseInt(_0x4995a1(0x163))/0x9;if(_0x3939ec===_0xa6bb9)break;else _0x207590['push'](_0x207590['shift']());}catch(_0x40e66b){_0x207590['push'](_0x207590['shift']());}}}(_0x2866,0x392e6));function _0x2866(){const _0x26209c=['複製頁面','旋轉\x2090\x20度','表格插入','匯出編輯後的\x20JSON','向上移動頁面','3206976tSkpEB','文件\x20ID','順時針旋轉\x2090\x20度','尚未載入文件','標題列','水平翻轉','A.\x20B.\x20C.','1.\x202.\x203.','垂直翻轉','5646186dQsYBY','取代圖片','運算子','將\x20PDF\x20附加至末尾','頂部裁切','表格外观','01.\x2002.\x2003.','向下移動頁面','儲存格','73563FrZByJ','匯出\x20PDF','1)\x202)\x203)','新增文字','頁面\x20ID','原始資料','683112eMgEPA','間隔欄','最後一欄','1.\x20a.\x202.\x20b.','1.1.\x201.2.','1084725befAOB','下移一層','重設裁切','21614TCWqlD','第一行','表格儲存格','刪除頁面','表格主題','匯出變更','垂直置中','238600ooanli','上移一層','文字方塊','流程圖:顯示','裁切圖片','表單\x20XObject','174fHsYwR','右側裁切','編輯值','第一欄','exports','自訂尺寸','間隔列','最佳配對','項目符號','頁面幾何','34GGpPZC'];_0x2866=function(){return _0x26209c;};return _0x2866();}function _0x1d0c(_0x45cc26,_0x456d8c){_0x45cc26=_0x45cc26-0x13e;const _0x2866c4=_0x2866();let _0x1d0ce9=_0x2866c4[_0x45cc26];return _0x1d0ce9;}const e={'pdfs-ui':{'workbench':{'title':'PDF','aria':{'ribbonTabs':'PDF\x20功能區索引標籤','pages':'PDF\x20頁面','properties':'PDF\x20屬性'},'tabs':{'start':'開始','insert':'插入','view':'檢視'},'pageRail':{'newPage':'新增'},'empty':{'noDocument':_0x3a63c8(0x15d),'noPages':'沒有頁面'},'status':{'page':'頁面','zoom':'縮放'},'sidebar':{'properties':'屬性'},'demo':{'sample':'範例'}},'ribbon':{'groups':{'file':'檔案','edit':'編輯','transform':'變換','insert':'插入','display':_0x3a63c8(0x147)},'actions':{'importPdf':'匯入\x20PDF','importPdfAsNew':'匯入為新\x20PDF','appendPdf':_0x3a63c8(0x166),'exportPdf':_0x3a63c8(0x16d),'undo':'撤銷','redo':'重做','select':'單選','text':'文字','flipHorizontal':'水平翻轉','flipVertical':_0x3a63c8(0x162),'textBox':_0x3a63c8(0x146),'image':'圖片','divider':'分隔線','table':'表格','list':'清單','annotations':'註解','bounds':'邊界','raw':_0x3a63c8(0x171)},'listPresets':{'bullet':_0x3a63c8(0x152),'hollowBullet':'空心圓點','square':'矩形','diamond':'菱形','check':'勾選','arrow':'箭頭','decimal':_0x3a63c8(0x161),'parenDecimal':_0x3a63c8(0x16e),'decimalNested':_0x3a63c8(0x176),'upperAlpha':_0x3a63c8(0x160),'lowerAlpha':_0x3a63c8(0x175),'leadingZero':_0x3a63c8(0x169)}},'tableSizePicker':{'customSize':_0x3a63c8(0x14f),'rows':'列數','columns':'分欄','insert':'插入','insertTable':_0x3a63c8(0x157)},'tableTheme':{'tableTheme':_0x3a63c8(0x141),'tableLook':_0x3a63c8(0x168),'headerRow':_0x3a63c8(0x15e),'footerRow':'頁尾列','bandedRows':_0x3a63c8(0x150),'bandedColumns':_0x3a63c8(0x173),'firstColumn':_0x3a63c8(0x14d),'lastColumn':_0x3a63c8(0x174),'bestMatch':_0x3a63c8(0x151),'light':'淺色','medium':'中','minimal':'簡約'},'contextMenu':{'addText':'新增文字','editText':'編輯文字','editValue':_0x3a63c8(0x14c),'copy':'複製','paste':'貼上','replaceImage':_0x3a63c8(0x164),'cropImage':_0x3a63c8(0x148),'flipHorizontal':_0x3a63c8(0x15f),'flipVertical':_0x3a63c8(0x162),'bringForward':_0x3a63c8(0x145),'sendBackward':_0x3a63c8(0x178),'exportPatch':'匯出變更','delete':'刪除'},'pageThumbnail':{'moveUp':_0x3a63c8(0x159),'moveDown':_0x3a63c8(0x16a),'copy':_0x3a63c8(0x155),'rotateClockwise':_0x3a63c8(0x15c),'delete':_0x3a63c8(0x140)},'exportPatch':{'title':_0x3a63c8(0x142),'summary':'彙總','json':'JSON','exportEditedJson':_0x3a63c8(0x158)},'inspector':{'titles':{'text':'文字','image':'圖片','formXObject':_0x3a63c8(0x149),'formField':'表單欄位','page':'頁面','nativeSource':'原生來源','object':'物件','document':'文件','tableCell':_0x3a63c8(0x13f)},'sections':{'text':'文字','image':'圖片','cell':_0x3a63c8(0x16b),'source':'來源','formField':'值','page':'頁面','document':'文件','transform':'變換','arrange':'排列','paragraph':'段落'},'fields':{'fontFamily':'字型','fontSize':'字號','bold':'粗體','italic':'斜體','underline':'底線','background':'背景','verticalAlign':'垂直對齊','objectRef':'物件','displayLists':'顯示清單','fieldName':'名稱','fieldType':'類型','pageId':_0x3a63c8(0x170),'operators':_0x3a63c8(0x165),'documentId':_0x3a63c8(0x15b),'revision':'修訂','x':'X','y':'Y','width':'W','height':'H','align':'對齊','lineHeight':'行高','leftIndent':'左縮排','firstLine':_0x3a63c8(0x13e),'rightIndent':'右縮排','before':'早於','after':'晚於','horizontal':'水平','vertical':'垂直','left':'左','center':'置中','right':'右','top':'上','middle':_0x3a63c8(0x143),'bottom':'下','pageGeometry':_0x3a63c8(0x153),'crop':'裁切','cropLeft':'左側裁切','cropBottom':'底部裁切','cropRight':_0x3a63c8(0x14b),'cropTop':_0x3a63c8(0x167),'sideLeft':'左','sideTop':'上','sideRight':'右','sideBottom':'下'},'actions':{'replaceImage':'取代圖片','cropImage':_0x3a63c8(0x148),'resetCrop':_0x3a63c8(0x179),'flipHorizontal':'水平翻轉','flipVertical':_0x3a63c8(0x162),'addText':_0x3a63c8(0x16f),'finishEditing':'完成編輯','pageGeometry':_0x3a63c8(0x153),'exportPatch':_0x3a63c8(0x142),'bringForward':'上移一層','sendBackward':'下移一層','rotate90':_0x3a63c8(0x156)}}}};module[_0x3a63c8(0x14e)]=e;
1
+ function _0x2348(_0x5805d7,_0x20263a){_0x5805d7=_0x5805d7-0x19f;const _0x1badd6=_0x1bad();let _0x2348f4=_0x1badd6[_0x5805d7];return _0x2348f4;}const _0x4fa1bb=_0x2348;function _0x1bad(){const _0xa347dc=['44uMQiYA','線條寬度','分隔線','左縮排','刪除頁面','匯出變更','最佳配對','左側裁切','下移一層','表單欄位','PDF\x20頁面','重設裁切','70MbJHhe','沒有頁面','文件\x20ID','頁面\x20ID','空心圓點','右縮排','尚未載入文件','順時針旋轉\x2090\x20度','向下移動頁面','編輯值','1763421KzZmIU','82465aKkwGN','3sPGAQU','PDF\x20功能區索引標籤','複製頁面','894099txMGVX','A.\x20B.\x20C.','6087984VyYLsU','230363QBAwfu','垂直置中','表格儲存格','272QhuQSm','01.\x2002.\x2003.','原生來源','流程圖:顯示','編輯文字','JSON','PDF\x20屬性','1.1.\x201.2.','PDF','匯入\x20PDF','顯示清單','向上移動頁面','取代圖片','右側裁切','4277403LDsGRH','裁切圖片','表格插入','1)\x202)\x203)','第一欄','水平翻轉','自訂尺寸','頁面幾何','上移一層','運算子','完成編輯','新增文字','477980yFZoWj','匯出編輯後的\x20JSON','1.\x20a.\x202.\x20b.','垂直翻轉','旋轉\x2090\x20度','間隔欄','表格外觀','exports','匯出\x20PDF','第一行','文字方塊','儲存格'];_0x1bad=function(){return _0xa347dc;};return _0x1bad();}(function(_0x3d01ce,_0x46d3b1){const _0x1780e7=_0x2348,_0x215e22=_0x3d01ce();while(!![]){try{const _0x5e2248=-parseInt(_0x1780e7(0x19f))/0x1+-parseInt(_0x1780e7(0x1bf))/0x2*(-parseInt(_0x1780e7(0x1e3))/0x3)+parseInt(_0x1780e7(0x1cb))/0x4*(-parseInt(_0x1780e7(0x1e2))/0x5)+-parseInt(_0x1780e7(0x1a1))/0x6+parseInt(_0x1780e7(0x1a2))/0x7*(parseInt(_0x1780e7(0x1a5))/0x8)+parseInt(_0x1780e7(0x1b3))/0x9+-parseInt(_0x1780e7(0x1d7))/0xa*(-parseInt(_0x1780e7(0x1e1))/0xb);if(_0x5e2248===_0x46d3b1)break;else _0x215e22['push'](_0x215e22['shift']());}catch(_0x125e6f){_0x215e22['push'](_0x215e22['shift']());}}}(_0x1bad,0xd3382));const e={'pdfs-ui':{'workbench':{'title':_0x4fa1bb(0x1ad),'aria':{'ribbonTabs':_0x4fa1bb(0x1e4),'pages':_0x4fa1bb(0x1d5),'properties':_0x4fa1bb(0x1ab)},'tabs':{'start':'開始','insert':'插入','view':'檢視'},'pageRail':{'newPage':'新增'},'empty':{'noDocument':_0x4fa1bb(0x1dd),'noPages':_0x4fa1bb(0x1d8)},'status':{'page':'頁面','zoom':'縮放'},'sidebar':{'properties':'屬性'},'demo':{'sample':'範例'}},'ribbon':{'groups':{'file':'檔案','edit':'編輯','transform':'變換','insert':'插入','display':_0x4fa1bb(0x1a8)},'actions':{'importPdf':_0x4fa1bb(0x1ae),'exportPdf':_0x4fa1bb(0x1c7),'undo':'撤銷','redo':'重做','select':'單選','text':'文字','flipHorizontal':_0x4fa1bb(0x1b8),'flipVertical':'垂直翻轉','textBox':_0x4fa1bb(0x1c9),'image':'圖片','divider':_0x4fa1bb(0x1cd),'table':'表格','list':'清單','annotations':'註解','bounds':'邊界','raw':'原始資料'},'listPresets':{'bullet':'項目符號','hollowBullet':_0x4fa1bb(0x1db),'square':'矩形','diamond':'菱形','check':'勾選','arrow':'箭頭','decimal':'1.\x202.\x203.','parenDecimal':_0x4fa1bb(0x1b6),'decimalNested':_0x4fa1bb(0x1ac),'upperAlpha':_0x4fa1bb(0x1a0),'lowerAlpha':_0x4fa1bb(0x1c1),'leadingZero':_0x4fa1bb(0x1a6)}},'tableSizePicker':{'customSize':_0x4fa1bb(0x1b9),'rows':'列數','columns':'分欄','insert':'插入','insertTable':_0x4fa1bb(0x1b5)},'tableTheme':{'tableTheme':'表格主題','tableLook':_0x4fa1bb(0x1c5),'headerRow':'標題列','footerRow':'頁尾列','bandedRows':'間隔列','bandedColumns':_0x4fa1bb(0x1c4),'firstColumn':_0x4fa1bb(0x1b7),'lastColumn':'最後一欄','bestMatch':_0x4fa1bb(0x1d1),'light':'淺色','medium':'中','minimal':'簡約'},'contextMenu':{'addText':_0x4fa1bb(0x1be),'editText':_0x4fa1bb(0x1a9),'editValue':_0x4fa1bb(0x1e0),'copy':'複製','paste':'貼上','replaceImage':_0x4fa1bb(0x1b1),'cropImage':_0x4fa1bb(0x1b4),'flipHorizontal':_0x4fa1bb(0x1b8),'flipVertical':'垂直翻轉','bringForward':_0x4fa1bb(0x1bb),'sendBackward':_0x4fa1bb(0x1d3),'exportPatch':'匯出變更','delete':'刪除'},'pageThumbnail':{'moveUp':_0x4fa1bb(0x1b0),'moveDown':_0x4fa1bb(0x1df),'copy':_0x4fa1bb(0x1e5),'rotateClockwise':_0x4fa1bb(0x1de),'delete':_0x4fa1bb(0x1cf)},'exportPatch':{'title':_0x4fa1bb(0x1d0),'summary':'彙總','json':_0x4fa1bb(0x1aa),'exportEditedJson':_0x4fa1bb(0x1c0)},'inspector':{'titles':{'text':'文字','image':'圖片','formXObject':'表單\x20XObject','formField':_0x4fa1bb(0x1d4),'page':'頁面','nativeSource':_0x4fa1bb(0x1a7),'object':'物件','document':'文件','tableCell':_0x4fa1bb(0x1a4)},'sections':{'text':'文字','image':'圖片','cell':_0x4fa1bb(0x1ca),'source':'來源','formField':'值','page':'頁面','document':'文件','transform':'變換','arrange':'排列','paragraph':'段落'},'fields':{'fontFamily':'字型','fontSize':'字號','strokeWidth':_0x4fa1bb(0x1cc),'bold':'粗體','italic':'斜體','underline':'底線','background':'背景','verticalAlign':'垂直對齊','objectRef':'物件','displayLists':_0x4fa1bb(0x1af),'fieldName':'名稱','fieldType':'類型','pageId':_0x4fa1bb(0x1da),'operators':_0x4fa1bb(0x1bc),'documentId':_0x4fa1bb(0x1d9),'revision':'修訂','x':'X','y':'Y','width':'W','height':'H','align':'對齊','lineHeight':'行高','leftIndent':_0x4fa1bb(0x1ce),'firstLine':_0x4fa1bb(0x1c8),'rightIndent':_0x4fa1bb(0x1dc),'before':'早於','after':'晚於','horizontal':'水平','vertical':'垂直','left':'左','center':'置中','right':'右','top':'上','middle':_0x4fa1bb(0x1a3),'bottom':'下','pageGeometry':_0x4fa1bb(0x1ba),'crop':'裁切','cropLeft':_0x4fa1bb(0x1d2),'cropBottom':'底部裁切','cropRight':_0x4fa1bb(0x1b2),'cropTop':'頂部裁切','sideLeft':'左','sideTop':'上','sideRight':'右','sideBottom':'下'},'actions':{'replaceImage':'取代圖片','cropImage':'裁切圖片','resetCrop':_0x4fa1bb(0x1d6),'flipHorizontal':'水平翻轉','flipVertical':_0x4fa1bb(0x1c2),'addText':'新增文字','finishEditing':_0x4fa1bb(0x1bd),'pageGeometry':_0x4fa1bb(0x1ba),'exportPatch':_0x4fa1bb(0x1d0),'bringForward':_0x4fa1bb(0x1bb),'sendBackward':_0x4fa1bb(0x1d3),'rotate90':_0x4fa1bb(0x1c3)}}}};module[_0x4fa1bb(0x1c6)]=e;