@univerjs-pro/slides-table-ui 1.0.0-alpha.2 → 1.0.0-alpha.4

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/README.md +4 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +182 -14
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/commands/operations/table-contextmenu.operation.d.ts +22 -36
  64. package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +9 -4
  65. package/lib/types/index.d.ts +28 -8
  66. package/lib/types/locale/en-US.d.ts +17 -0
  67. package/lib/types/menu/contextmenu.menu.d.ts +0 -3
  68. package/lib/types/render-objects/slide-table-document-render-resources.util.d.ts +42 -0
  69. package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +26 -0
  70. package/lib/types/render-objects/slide-table-object.d.ts +127 -0
  71. package/lib/types/services/slide-table-cell-editor.service.d.ts +50 -0
  72. package/lib/types/services/slide-table-keyboard.service.d.ts +9 -23
  73. package/lib/types/services/table-keyboard.service-base.d.ts +18 -0
  74. package/lib/types/utils/slide-table-clipboard-model.d.ts +7 -0
  75. package/lib/types/utils/slide-table-contextmenu-model.d.ts +69 -0
  76. package/lib/types/utils/slide-table-editor-model.d.ts +78 -0
  77. package/lib/types/utils/slide-table-keyboard-input.d.ts +13 -0
  78. package/lib/types/utils/slide-table-keyboard-model.d.ts +43 -0
  79. package/lib/types/utils/slide-table-object-selection-model.d.ts +7 -0
  80. package/lib/types/utils/slide-table-structural-insert.util.d.ts +15 -0
  81. package/lib/types/utils/slide-table-toolbar-model.d.ts +17 -0
  82. package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +70 -0
  83. package/lib/types/utils/slide-table-toolbar-values.d.ts +33 -0
  84. package/lib/types/views/TableThemeGallery.d.ts +10 -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 +17 -18
  106. /package/lib/types/{views → utils}/slide-table-hit-test.d.ts +0 -0
@@ -1 +1 @@
1
- const _0x163014=_0x24aa;(function(_0x28eb03,_0x3408f7){const _0xee5952=_0x24aa,_0x44d95a=_0x28eb03();while(!![]){try{const _0x3849ad=-parseInt(_0xee5952(0x142))/0x1+-parseInt(_0xee5952(0x108))/0x2*(parseInt(_0xee5952(0x116))/0x3)+parseInt(_0xee5952(0x13d))/0x4+parseInt(_0xee5952(0x106))/0x5+-parseInt(_0xee5952(0x104))/0x6*(-parseInt(_0xee5952(0x10d))/0x7)+-parseInt(_0xee5952(0x132))/0x8+-parseInt(_0xee5952(0x12f))/0x9*(parseInt(_0xee5952(0x125))/0xa);if(_0x3849ad===_0x3408f7)break;else _0x44d95a['push'](_0x44d95a['shift']());}catch(_0x4afae6){_0x44d95a['push'](_0x44d95a['shift']());}}}(_0x1177,0x78e90));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'الخط','fontSize':_0x163014(0x101),'textColor':_0x163014(0x113),'textBackgroundColor':_0x163014(0x13e),'tableBackgroundColor':'لون\x20خلفية\x20الجدول','tableBorderColor':'لون\x20حد\x20الجدول','borderWidth':_0x163014(0x127),'borderStyle':_0x163014(0x10b),'border':_0x163014(0x13b),'borderStyleSolid':'صلب','borderStyleDash':_0x163014(0x114),'borderStyleDot':'منقط','borderStyleDashDot':'شرطة\x20ونقطة','noBorder':_0x163014(0x129),'borderPresetAll':'كل\x20الحدود','borderPresetInner':_0x163014(0x10e),'borderPresetOuter':_0x163014(0x12c),'borderPresetTop':_0x163014(0x135),'borderPresetBottom':'الحد\x20السفلي','borderPresetLeft':_0x163014(0x143),'borderPresetRight':_0x163014(0x12e),'borderPresetInnerHorizontal':_0x163014(0x11c),'borderPresetInnerVertical':_0x163014(0xfe),'none':_0x163014(0x13c),'horizontalAlign':_0x163014(0x100),'verticalAlign':_0x163014(0x141),'alignLeft':_0x163014(0x137),'alignCenter':_0x163014(0x13f),'alignRight':_0x163014(0x112),'alignJustify':'ضبط','alignTop':_0x163014(0x110),'alignMiddle':'محاذاة\x20للوسط\x20عموديًا','alignBottom':'محاذاة\x20للأسفل','mergeCells':_0x163014(0x117),'unmergeCells':_0x163014(0x131)},'shapePanel':{'fill':{'noFill':_0x163014(0x139),'solidFill':'تعبئة\x20صلبة','gradientFill':_0x163014(0x122),'pictureFill':'تعبئة\x20صورة\x20أو\x20نسيج','color':_0x163014(0x126),'transparency':_0x163014(0x10f),'picture':{'source':'مصدر\x20الصورة','insert':_0x163014(0x10a)}}},'structuralControls':{'selectRow':_0x163014(0x134),'selectColumn':_0x163014(0x111),'selectTable':_0x163014(0x144),'insertRow':_0x163014(0x11d),'insertColumn':'Insert\x20column','moveRow':_0x163014(0x121),'moveColumn':_0x163014(0x145),'moveRows':_0x163014(0x123),'moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x163014(0x13a),'cannotMoveMergedColumns':_0x163014(0x11b)},'contextMenu':{'insert':_0x163014(0x120),'delete':'Delete','distribute':'Distribute','borders':_0x163014(0x109),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x163014(0x11e),'cut':_0x163014(0x133),'deleteTable':_0x163014(0x10c),'insertRowAbove':_0x163014(0x140),'insertRowBelow':_0x163014(0x11f),'insertColumnLeft':_0x163014(0x12d),'insertColumnRight':_0x163014(0x103),'deleteRow':_0x163014(0x130),'deleteColumn':_0x163014(0x11a),'distributeRows':_0x163014(0x105),'distributeColumns':_0x163014(0x128),'borderAll':_0x163014(0x136),'borderOuter':_0x163014(0x102),'borderInner':_0x163014(0x115),'borderNone':_0x163014(0x124)},'colorPreset':{'resetColor':'Reset\x20color','white':_0x163014(0x107),'gray100':_0x163014(0x118),'primary100':'Primary\x20100','blue100':'Blue\x20100','green100':_0x163014(0x119),'yellow100':_0x163014(0xff),'red100':_0x163014(0xfc),'gray900':'Gray\x20900','gray500':_0x163014(0x12b),'red600':_0x163014(0xfb),'orange600':_0x163014(0x12a),'yellow700':'Yellow\x20700','green600':'Green\x20600','blue600':_0x163014(0xfd),'purple600':_0x163014(0x138)}}};export{e as default};function _0x24aa(_0x3fc30b,_0x26a2e1){_0x3fc30b=_0x3fc30b-0xfb;const _0x11775c=_0x1177();let _0x24aa8e=_0x11775c[_0x3fc30b];return _0x24aa8e;}function _0x1177(){const _0x3ff698=['17930bPTOUu','اللون','عرض\x20الحد','Distribute\x20columns','بلا\x20حدود','Orange\x20600','Gray\x20500','الحد\x20الخارجي','Insert\x20column\x20left','الحد\x20الأيمن','6939srdPtU','Delete\x20row','إلغاء\x20دمج\x20الخلايا','1661584ntyaRW','Cut','Select\x20row','الحد\x20العلوي','All\x20borders','محاذاة\x20لليسار','Purple\x20600','بدون\x20تعبئة','Cannot\x20move\x20rows\x20across\x20merged\x20cells','الحد','لا\x20شيء','3945208cQbNyD','لون\x20خلفية\x20النص','محاذاة\x20للوسط','Insert\x20row\x20above','محاذاة\x20عمودية','290297raoIOP','الحد\x20الأيسر','Select\x20table','Move\x20column','Red\x20600','Red\x20100','Blue\x20600','الحد\x20العمودي\x20الداخلي','Yellow\x20100','محاذاة\x20أفقية','حجم\x20الخط','Outer\x20borders','Insert\x20column\x20right','2909016Xsxptv','Distribute\x20rows','4706670lLybzx','White','15572jKzRXC','Borders','إدراج\x20صورة','نمط\x20الحد','Delete\x20table','14eikufj','الحدود\x20الداخلية','الشفافية','محاذاة\x20للأعلى','Select\x20column','محاذاة\x20لليمين','لون\x20النص','متقطع','Inner\x20borders','201iKyaov','دمج\x20الخلايا','Gray\x20100','Green\x20100','Delete\x20column','Cannot\x20move\x20columns\x20across\x20merged\x20cells','الحد\x20الأفقي\x20الداخلي','Insert\x20row','Copy','Insert\x20row\x20below','Insert','Move\x20row','تعبئة\x20متدرجة','Move\x20rows','No\x20border'];_0x1177=function(){return _0x3ff698;};return _0x1177();}
1
+ function _0x5c04(_0x266510,_0x4c6cbf){_0x266510=_0x266510-0xdf;const _0x199d2c=_0x199d();let _0x5c0497=_0x199d2c[_0x266510];return _0x5c0497;}function _0x199d(){const _0x14ed19=['منقط','حذف\x20الجدول','محاذاة\x20للأسفل','الشفافية','لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','مائل','كل\x20الحدود','إعادة\x20تعيين\x20اللون','7507176kBziVR','حجم\x20الخط','حذف','تحديد\x20العمود','الحد\x20العلوي','حذف\x20الصف','تنسيق\x20النص','إدراج\x20عمود','صف\x20التذييل','أزرق\x20600','تعبئة\x20صورة\x20أو\x20نسيج','رمادي\x20500','168202dhPJre','9507918HsenoA','أبيض','الحد\x20الأيمن','8FQFiDS','إدراج\x20صف\x20أدناه','2882928KFZJMw','اللون','إدراج\x20صف\x20أعلاه','حذف\x20العمود','رمادي\x20900','نمط\x20الحد','الحد\x20الأفقي\x20الداخلي','لون\x20حد\x20الجدول','تعبئة\x20صلبة','متوسط','لون\x20خلفية\x20الجدول','رمادي\x20100','أخضر\x20600','تسطير','384372ItMdlm','إدراج\x20صورة','لا\x20شيء','الحد\x20الأيسر','الخط','بدون\x20حدود','ضبط','27401NlQHnA','الحد\x20العمودي\x20الداخلي','أساسي\x20100','صلب','إدراج\x20عمود\x20إلى\x20اليمين','محاذاة\x20لليمين','نقل\x20الأعمدة','الحدود\x20الداخلية','عرض\x20الحد','توزيع\x20الأعمدة','إدراج\x20عمود\x20إلى\x20اليسار','محاذاة\x20عمودية','نسخ','متقطع','صف\x20الرأس','نقل\x20الصفوف','مصدر\x20الصورة','تحديد\x20الصف','محاذاة\x20للأعلى','أصفر\x20700','1490PwuAru','صفوف\x20متناوبة','العمود\x20الأخير','الحد\x20الخارجي','توزيع\x20الصفوف','فاتح','نقل\x20صف','برتقالي\x20600','إدراج\x20صف','بدون\x20تعبئة','شرطة\x20ونقطة','أخضر\x20100','بلا\x20حدود','2bAZihk','لون\x20النص','3tbMaBx','أحمر\x20600','إدراج','محاذاة\x20لليسار','1682965ecOOvr','أفضل\x20تطابق','أصفر\x20100','توزيع','مظهر\x20الجدول','تحديد\x20الجدول','تعبئة\x20متدرجة','أعمدة\x20متناوبة','محاذاة\x20للوسط','الحدود','أزرق\x20100'];_0x199d=function(){return _0x14ed19;};return _0x199d();}const _0x4b0452=_0x5c04;(function(_0x2af5e5,_0x369b74){const _0x3c9637=_0x5c04,_0x1d81df=_0x2af5e5();while(!![]){try{const _0x520d44=parseInt(_0x3c9637(0xf4))/0x1*(parseInt(_0x3c9637(0x130))/0x2)+parseInt(_0x3c9637(0x132))/0x3*(parseInt(_0x3c9637(0xfa))/0x4)+-parseInt(_0x3c9637(0x136))/0x5+-parseInt(_0x3c9637(0xe8))/0x6+parseInt(_0x3c9637(0xf5))/0x7+parseInt(_0x3c9637(0xf8))/0x8*(-parseInt(_0x3c9637(0x108))/0x9)+parseInt(_0x3c9637(0x123))/0xa*(parseInt(_0x3c9637(0x10f))/0xb);if(_0x520d44===_0x369b74)break;else _0x1d81df['push'](_0x1d81df['shift']());}catch(_0x52b271){_0x1d81df['push'](_0x1d81df['shift']());}}}(_0x199d,0xf12de));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4b0452(0x10c),'fontSize':_0x4b0452(0xe9),'textFormat':_0x4b0452(0xee),'bold':'غامق','italic':_0x4b0452(0xe5),'underline':_0x4b0452(0x107),'strikethrough':'يتوسطه\x20خط','textColor':_0x4b0452(0x131),'textBackgroundColor':'لون\x20خلفية\x20النص','tableBackgroundColor':_0x4b0452(0x104),'tableBorderColor':_0x4b0452(0x101),'borderWidth':_0x4b0452(0x117),'borderStyle':_0x4b0452(0xff),'border':'الحد','borderStyleSolid':_0x4b0452(0x112),'borderStyleDash':_0x4b0452(0x11c),'borderStyleDot':_0x4b0452(0xe0),'borderStyleDashDot':_0x4b0452(0x12d),'noBorder':_0x4b0452(0x12f),'borderPresetAll':_0x4b0452(0xe6),'borderPresetInner':_0x4b0452(0x116),'borderPresetOuter':_0x4b0452(0x126),'borderPresetTop':_0x4b0452(0xec),'borderPresetBottom':'الحد\x20السفلي','borderPresetLeft':_0x4b0452(0x10b),'borderPresetRight':_0x4b0452(0xf7),'borderPresetInnerHorizontal':_0x4b0452(0x100),'borderPresetInnerVertical':_0x4b0452(0x110),'none':_0x4b0452(0x10a),'horizontalAlign':'محاذاة\x20أفقية','verticalAlign':_0x4b0452(0x11a),'alignLeft':_0x4b0452(0x135),'alignCenter':_0x4b0452(0x13e),'alignRight':_0x4b0452(0x114),'alignJustify':_0x4b0452(0x10e),'alignTop':_0x4b0452(0x121),'alignMiddle':'محاذاة\x20للوسط\x20عموديًا','alignBottom':_0x4b0452(0xe2),'mergeCells':'دمج\x20الخلايا','unmergeCells':'إلغاء\x20دمج\x20الخلايا','tableTheme':'نسق\x20الجدول','tableLook':_0x4b0452(0x13a),'headerRow':_0x4b0452(0x11d),'footerRow':_0x4b0452(0xf0),'bandedRows':_0x4b0452(0x124),'bandedColumns':_0x4b0452(0x13d),'firstColumn':'العمود\x20الأول','lastColumn':_0x4b0452(0x125),'bestMatch':_0x4b0452(0x137),'light':_0x4b0452(0x128),'medium':_0x4b0452(0x103),'minimal':'بسيط'},'shapePanel':{'fill':{'noFill':_0x4b0452(0x12c),'solidFill':_0x4b0452(0x102),'gradientFill':_0x4b0452(0x13c),'pictureFill':_0x4b0452(0xf2),'color':_0x4b0452(0xfb),'transparency':_0x4b0452(0xe3),'picture':{'source':_0x4b0452(0x11f),'insert':_0x4b0452(0x109)}}},'structuralControls':{'selectRow':_0x4b0452(0x120),'selectColumn':_0x4b0452(0xeb),'selectTable':_0x4b0452(0x13b),'insertRow':_0x4b0452(0x12b),'insertColumn':_0x4b0452(0xef),'moveRow':_0x4b0452(0x129),'moveColumn':'نقل\x20عمود','moveRows':_0x4b0452(0x11e),'moveColumns':_0x4b0452(0x115),'cannotMoveMergedRows':_0x4b0452(0xe4),'cannotMoveMergedColumns':'لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة'},'contextMenu':{'insert':_0x4b0452(0x134),'delete':_0x4b0452(0xea),'distribute':_0x4b0452(0x139),'borders':_0x4b0452(0x13f),'tableBackgroundColor':_0x4b0452(0x104),'copy':_0x4b0452(0x11b),'cut':'قص','deleteTable':_0x4b0452(0xe1),'insertRowAbove':_0x4b0452(0xfc),'insertRowBelow':_0x4b0452(0xf9),'insertColumnLeft':_0x4b0452(0x119),'insertColumnRight':_0x4b0452(0x113),'deleteRow':_0x4b0452(0xed),'deleteColumn':_0x4b0452(0xfd),'distributeRows':_0x4b0452(0x127),'distributeColumns':_0x4b0452(0x118),'borderAll':'كل\x20الحدود','borderOuter':'الحدود\x20الخارجية','borderInner':_0x4b0452(0x116),'borderNone':_0x4b0452(0x10d)},'colorPreset':{'resetColor':_0x4b0452(0xe7),'white':_0x4b0452(0xf6),'gray100':_0x4b0452(0x105),'primary100':_0x4b0452(0x111),'blue100':_0x4b0452(0xdf),'green100':_0x4b0452(0x12e),'yellow100':_0x4b0452(0x138),'red100':'أحمر\x20100','gray900':_0x4b0452(0xfe),'gray500':_0x4b0452(0xf3),'red600':_0x4b0452(0x133),'orange600':_0x4b0452(0x12a),'yellow700':_0x4b0452(0x122),'green600':_0x4b0452(0x106),'blue600':_0x4b0452(0xf1),'purple600':'بنفسجي\x20600'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x22a35f=_0x1c2a;(function(_0x163ca8,_0x17a44d){const _0x15ee21=_0x1c2a,_0x4a0399=_0x163ca8();while(!![]){try{const _0x1a9c48=-parseInt(_0x15ee21(0x83))/0x1+-parseInt(_0x15ee21(0x7b))/0x2+-parseInt(_0x15ee21(0xac))/0x3*(-parseInt(_0x15ee21(0x99))/0x4)+parseInt(_0x15ee21(0x9b))/0x5*(-parseInt(_0x15ee21(0x94))/0x6)+-parseInt(_0x15ee21(0x74))/0x7*(-parseInt(_0x15ee21(0x81))/0x8)+parseInt(_0x15ee21(0xb5))/0x9+parseInt(_0x15ee21(0x87))/0xa*(-parseInt(_0x15ee21(0xa1))/0xb);if(_0x1a9c48===_0x17a44d)break;else _0x4a0399['push'](_0x4a0399['shift']());}catch(_0x2f4591){_0x4a0399['push'](_0x4a0399['shift']());}}}(_0x2667,0xa8fa4));function _0x2667(){const _0x315272=['Insert\x20column\x20left','Insert\x20row\x20above','1680VEVlUu','Totes\x20les\x20vores','Insert\x20column\x20right','Insert','Família\x20de\x20lletra','Blue\x20100','No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','45646rGdHoL','Transparència','Insereix\x20fila','Amplada\x20de\x20la\x20vora','Distribute\x20rows','Mida\x20de\x20lletra','22976XdzIDl','Distribute','1018650pAUgGj','Centra','Blue\x20600','All\x20borders','50uyNdHz','Vora','Inserir\x20imatge','White','Insert\x20row\x20below','Color\x20del\x20text','Alinea\x20a\x20dalt','Discontínua','Vora\x20vertical\x20interna','Gray\x20100','Emplenament\x20d\x27imatge\x20o\x20textura','Yellow\x20100','Alinea\x20a\x20l\x27esquerra','42960nWjeZm','Alineació\x20vertical','Selecciona\x20taula','Vora\x20horitzontal\x20interna','Delete\x20column','4DBSDsd','Emplenament\x20sòlid','5CPOOpZ','Cut','Gray\x20900','Green\x20600','Alinea\x20a\x20baix','Sense\x20vora','938960iQuNgc','Vora\x20dreta','Mou\x20columnes','Guió-punt','Reset\x20color','Vora\x20inferior','Borders','Emplenament\x20degradat','Delete','Color\x20de\x20vora\x20de\x20la\x20taula','Distribute\x20columns','2137935JspJPm','Green\x20100','Mou\x20files','Red\x20600','Delete\x20table','No\x20border','Copy','Alinea\x20a\x20la\x20dreta','Selecciona\x20columna','6890760mRDPrX','Sòlida','Puntejada'];_0x2667=function(){return _0x315272;};return _0x2667();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x22a35f(0x78),'fontSize':_0x22a35f(0x80),'textColor':_0x22a35f(0x8c),'textBackgroundColor':'Color\x20de\x20fons\x20del\x20text','tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','tableBorderColor':_0x22a35f(0xaa),'borderWidth':_0x22a35f(0x7e),'borderStyle':'Estil\x20de\x20la\x20vora','border':_0x22a35f(0x88),'borderStyleSolid':_0x22a35f(0xb6),'borderStyleDash':_0x22a35f(0x8e),'borderStyleDot':_0x22a35f(0x71),'borderStyleDashDot':_0x22a35f(0xa4),'noBorder':_0x22a35f(0xa0),'borderPresetAll':_0x22a35f(0x75),'borderPresetInner':'Vores\x20internes','borderPresetOuter':'Vora\x20exterior','borderPresetTop':'Vora\x20superior','borderPresetBottom':_0x22a35f(0xa6),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0x22a35f(0xa2),'borderPresetInnerHorizontal':_0x22a35f(0x97),'borderPresetInnerVertical':_0x22a35f(0x8f),'none':'Cap','horizontalAlign':'Alineació\x20horitzontal','verticalAlign':_0x22a35f(0x95),'alignLeft':_0x22a35f(0x93),'alignCenter':_0x22a35f(0x84),'alignRight':_0x22a35f(0xb3),'alignJustify':'Justifica','alignTop':_0x22a35f(0x8d),'alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0x22a35f(0x9f),'mergeCells':'Combina\x20cel·les','unmergeCells':'Separa\x20cel·les'},'shapePanel':{'fill':{'noFill':'Sense\x20emplenament','solidFill':_0x22a35f(0x9a),'gradientFill':_0x22a35f(0xa8),'pictureFill':_0x22a35f(0x91),'color':'Color','transparency':_0x22a35f(0x7c),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x22a35f(0x89)}}},'structuralControls':{'selectRow':'Selecciona\x20fila','selectColumn':_0x22a35f(0xb4),'selectTable':_0x22a35f(0x96),'insertRow':_0x22a35f(0x7d),'insertColumn':'Insereix\x20columna','moveRow':'Mou\x20fila','moveColumn':'Mou\x20columna','moveRows':_0x22a35f(0xae),'moveColumns':_0x22a35f(0xa3),'cannotMoveMergedRows':_0x22a35f(0x7a),'cannotMoveMergedColumns':'No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades'},'contextMenu':{'insert':_0x22a35f(0x77),'delete':_0x22a35f(0xa9),'distribute':_0x22a35f(0x82),'borders':_0x22a35f(0xa7),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x22a35f(0xb2),'cut':_0x22a35f(0x9c),'deleteTable':_0x22a35f(0xb0),'insertRowAbove':_0x22a35f(0x73),'insertRowBelow':_0x22a35f(0x8b),'insertColumnLeft':_0x22a35f(0x72),'insertColumnRight':_0x22a35f(0x76),'deleteRow':'Delete\x20row','deleteColumn':_0x22a35f(0x98),'distributeRows':_0x22a35f(0x7f),'distributeColumns':_0x22a35f(0xab),'borderAll':_0x22a35f(0x86),'borderOuter':'Outer\x20borders','borderInner':'Inner\x20borders','borderNone':_0x22a35f(0xb1)},'colorPreset':{'resetColor':_0x22a35f(0xa5),'white':_0x22a35f(0x8a),'gray100':_0x22a35f(0x90),'primary100':'Primary\x20100','blue100':_0x22a35f(0x79),'green100':_0x22a35f(0xad),'yellow100':_0x22a35f(0x92),'red100':'Red\x20100','gray900':_0x22a35f(0x9d),'gray500':'Gray\x20500','red600':_0x22a35f(0xaf),'orange600':'Orange\x20600','yellow700':'Yellow\x20700','green600':_0x22a35f(0x9e),'blue600':_0x22a35f(0x85),'purple600':'Purple\x20600'}}};function _0x1c2a(_0x5611e3,_0x33823e){_0x5611e3=_0x5611e3-0x71;const _0x2667a2=_0x2667();let _0x1c2abe=_0x2667a2[_0x5611e3];return _0x1c2abe;}export{e as default};
1
+ const _0x36fbac=_0x24af;function _0x1d3e(){const _0x5b7dae=['Puntejada','Copia','Sòlida','Separa\x20cel·les','Mida\x20de\x20lletra','Ratllat','2275ohGpPJ','Alinea\x20a\x20l\x27esquerra','Alinea\x20al\x20mig','Selecciona\x20columna','Discontínua','Blau\x20600','Combina\x20cel·les','Insereix\x20columna\x20a\x20la\x20dreta','Vores\x20internes','Fila\x20de\x20peu','19929tIOVNK','Emplenament\x20sòlid','Insereix\x20columna\x20a\x20l’esquerra','Suprimeix\x20taula','1806dSHPEK','Gris\x20500','1350090VRCkcG','Mínim','Mou\x20columna','18fiMRti','Mou\x20fila','Principal\x20100','Color\x20de\x20fons\x20del\x20text','Selecciona\x20fila','Alinea\x20a\x20la\x20dreta','Gris\x20100','Última\x20columna','1858087xQpdxG','Color\x20de\x20fons\x20de\x20la\x20taula','Millor\x20coincidència','Fila\x20de\x20capçalera','Blanc','Vora\x20dreta','Família\x20de\x20lletra','Vora\x20exterior','Centra','Guió-punt','Insereix','Vora\x20inferior','Inserir\x20imatge','Cursiva','Blau\x20100','Mou\x20columnes','Emplenament\x20degradat','Vora\x20horitzontal\x20interna','Columnes\x20alternes','Insereix\x20fila','Verd\x20100','Aspecte\x20de\x20taula','Distribueix\x20columnes','Porpra\x20600','Negreta','16489884KzTxlG','Selecciona\x20taula','Insereix\x20fila\x20a\x20sota','Mitjana','Insereix\x20columna','Subratllat','Verd\x20600','24hxEiNj','Amplada\x20de\x20la\x20vora','Groc\x20100','Vora\x20vertical\x20interna','Emplenament\x20d\x27imatge\x20o\x20textura','Color','Origen\x20de\x20la\x20imatge','768VRcRWI','20KKdjJl','Reinicia\x20el\x20color','Vores\x20exteriors','Vores','Primera\x20columna','Files\x20alternes','Groc\x20700','Estil\x20de\x20la\x20vora','Format\x20de\x20text','Clar','Distribueix','Sense\x20vora','7214pxYfLX','179200VZpCwu','Suprimeix\x20fila','Insereix\x20fila\x20a\x20sobre','Totes\x20les\x20vores','Vora\x20superior','Alinea\x20a\x20baix'];_0x1d3e=function(){return _0x5b7dae;};return _0x1d3e();}(function(_0x4fc269,_0x588ea3){const _0x28ded0=_0x24af,_0x33d01e=_0x4fc269();while(!![]){try{const _0x24348c=parseInt(_0x28ded0(0x175))/0x1*(parseInt(_0x28ded0(0x1b1))/0x2)+parseInt(_0x28ded0(0x19d))/0x3*(-parseInt(_0x28ded0(0x1b2))/0x4)+parseInt(_0x28ded0(0x1be))/0x5*(-parseInt(_0x28ded0(0x170))/0x6)+parseInt(_0x28ded0(0x16c))/0x7*(-parseInt(_0x28ded0(0x1a4))/0x8)+-parseInt(_0x28ded0(0x172))/0x9+-parseInt(_0x28ded0(0x1a5))/0xa*(parseInt(_0x28ded0(0x17d))/0xb)+parseInt(_0x28ded0(0x196))/0xc;if(_0x24348c===_0x588ea3)break;else _0x33d01e['push'](_0x33d01e['shift']());}catch(_0x4202c7){_0x33d01e['push'](_0x33d01e['shift']());}}}(_0x1d3e,0x2c92c));function _0x24af(_0x5408ad,_0x32ed73){_0x5408ad=_0x5408ad-0x16a;const _0x1d3e93=_0x1d3e();let _0x24afef=_0x1d3e93[_0x5408ad];return _0x24afef;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x36fbac(0x183),'fontSize':_0x36fbac(0x1bc),'textFormat':_0x36fbac(0x1ad),'bold':_0x36fbac(0x195),'italic':_0x36fbac(0x18a),'underline':_0x36fbac(0x19b),'strikethrough':_0x36fbac(0x1bd),'textColor':'Color\x20del\x20text','textBackgroundColor':_0x36fbac(0x178),'tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','tableBorderColor':'Color\x20de\x20vora\x20de\x20la\x20taula','borderWidth':_0x36fbac(0x19e),'borderStyle':_0x36fbac(0x1ac),'border':'Vora','borderStyleSolid':_0x36fbac(0x1ba),'borderStyleDash':_0x36fbac(0x1c2),'borderStyleDot':_0x36fbac(0x1b8),'borderStyleDashDot':_0x36fbac(0x186),'noBorder':_0x36fbac(0x1b0),'borderPresetAll':_0x36fbac(0x1b5),'borderPresetInner':_0x36fbac(0x16a),'borderPresetOuter':_0x36fbac(0x184),'borderPresetTop':_0x36fbac(0x1b6),'borderPresetBottom':_0x36fbac(0x188),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0x36fbac(0x182),'borderPresetInnerHorizontal':_0x36fbac(0x18e),'borderPresetInnerVertical':_0x36fbac(0x1a0),'none':'Cap','horizontalAlign':'Alineació\x20horitzontal','verticalAlign':'Alineació\x20vertical','alignLeft':_0x36fbac(0x1bf),'alignCenter':_0x36fbac(0x185),'alignRight':_0x36fbac(0x17a),'alignJustify':'Justifica','alignTop':'Alinea\x20a\x20dalt','alignMiddle':_0x36fbac(0x1c0),'alignBottom':_0x36fbac(0x1b7),'mergeCells':_0x36fbac(0x1c4),'unmergeCells':_0x36fbac(0x1bb),'tableTheme':'Tema\x20de\x20taula','tableLook':_0x36fbac(0x192),'headerRow':_0x36fbac(0x180),'footerRow':_0x36fbac(0x16b),'bandedRows':_0x36fbac(0x1aa),'bandedColumns':_0x36fbac(0x18f),'firstColumn':_0x36fbac(0x1a9),'lastColumn':_0x36fbac(0x17c),'bestMatch':_0x36fbac(0x17f),'light':_0x36fbac(0x1ae),'medium':_0x36fbac(0x199),'minimal':_0x36fbac(0x173)},'shapePanel':{'fill':{'noFill':'Sense\x20emplenament','solidFill':_0x36fbac(0x16d),'gradientFill':_0x36fbac(0x18d),'pictureFill':_0x36fbac(0x1a1),'color':_0x36fbac(0x1a2),'transparency':'Transparència','picture':{'source':_0x36fbac(0x1a3),'insert':_0x36fbac(0x189)}}},'structuralControls':{'selectRow':_0x36fbac(0x179),'selectColumn':_0x36fbac(0x1c1),'selectTable':_0x36fbac(0x197),'insertRow':_0x36fbac(0x190),'insertColumn':_0x36fbac(0x19a),'moveRow':_0x36fbac(0x176),'moveColumn':_0x36fbac(0x174),'moveRows':'Mou\x20files','moveColumns':_0x36fbac(0x18c),'cannotMoveMergedRows':'No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','cannotMoveMergedColumns':'No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades'},'contextMenu':{'insert':_0x36fbac(0x187),'delete':'Suprimeix','distribute':_0x36fbac(0x1af),'borders':_0x36fbac(0x1a8),'tableBackgroundColor':_0x36fbac(0x17e),'copy':_0x36fbac(0x1b9),'cut':'Retalla','deleteTable':_0x36fbac(0x16f),'insertRowAbove':_0x36fbac(0x1b4),'insertRowBelow':_0x36fbac(0x198),'insertColumnLeft':_0x36fbac(0x16e),'insertColumnRight':_0x36fbac(0x1c5),'deleteRow':_0x36fbac(0x1b3),'deleteColumn':'Suprimeix\x20columna','distributeRows':'Distribueix\x20files','distributeColumns':_0x36fbac(0x193),'borderAll':_0x36fbac(0x1b5),'borderOuter':_0x36fbac(0x1a7),'borderInner':'Vores\x20interiors','borderNone':'Sense\x20vores'},'colorPreset':{'resetColor':_0x36fbac(0x1a6),'white':_0x36fbac(0x181),'gray100':_0x36fbac(0x17b),'primary100':_0x36fbac(0x177),'blue100':_0x36fbac(0x18b),'green100':_0x36fbac(0x191),'yellow100':_0x36fbac(0x19f),'red100':'Vermell\x20100','gray900':'Gris\x20900','gray500':_0x36fbac(0x171),'red600':'Vermell\x20600','orange600':'Taronja\x20600','yellow700':_0x36fbac(0x1ab),'green600':_0x36fbac(0x19c),'blue600':_0x36fbac(0x1c3),'purple600':_0x36fbac(0x194)}}};export{e as default};
@@ -1 +1 @@
1
- const _0xba13f0=_0x46b0;function _0x46b0(_0x51d5e2,_0x21f669){_0x51d5e2=_0x51d5e2-0x123;const _0x2eff81=_0x2eff();let _0x46b0b6=_0x2eff81[_0x51d5e2];return _0x46b0b6;}(function(_0x553f4a,_0x990a8){const _0x3ff2bd=_0x46b0,_0xf53dc=_0x553f4a();while(!![]){try{const _0x49d3ea=-parseInt(_0x3ff2bd(0x148))/0x1*(-parseInt(_0x3ff2bd(0x13a))/0x2)+-parseInt(_0x3ff2bd(0x166))/0x3+-parseInt(_0x3ff2bd(0x126))/0x4+parseInt(_0x3ff2bd(0x162))/0x5*(parseInt(_0x3ff2bd(0x149))/0x6)+-parseInt(_0x3ff2bd(0x145))/0x7*(-parseInt(_0x3ff2bd(0x135))/0x8)+-parseInt(_0x3ff2bd(0x14e))/0x9+parseInt(_0x3ff2bd(0x165))/0xa*(parseInt(_0x3ff2bd(0x12b))/0xb);if(_0x49d3ea===_0x990a8)break;else _0xf53dc['push'](_0xf53dc['shift']());}catch(_0x2847a5){_0xf53dc['push'](_0xf53dc['shift']());}}}(_0x2eff,0x1d836));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0xba13f0(0x13c),'fontSize':_0xba13f0(0x144),'textColor':'Textfarbe','textBackgroundColor':'Texthintergrundfarbe','tableBackgroundColor':_0xba13f0(0x14c),'tableBorderColor':'Tabellenrahmenfarbe','borderWidth':_0xba13f0(0x15b),'borderStyle':_0xba13f0(0x16c),'border':_0xba13f0(0x140),'borderStyleSolid':_0xba13f0(0x150),'borderStyleDash':_0xba13f0(0x139),'borderStyleDot':_0xba13f0(0x13f),'borderStyleDashDot':_0xba13f0(0x14b),'noBorder':_0xba13f0(0x12e),'borderPresetAll':_0xba13f0(0x12c),'borderPresetInner':'Innere\x20Rahmen','borderPresetOuter':_0xba13f0(0x167),'borderPresetTop':_0xba13f0(0x130),'borderPresetBottom':_0xba13f0(0x154),'borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0xba13f0(0x128),'borderPresetInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderPresetInnerVertical':_0xba13f0(0x129),'none':_0xba13f0(0x14f),'horizontalAlign':_0xba13f0(0x133),'verticalAlign':_0xba13f0(0x12f),'alignLeft':_0xba13f0(0x152),'alignCenter':_0xba13f0(0x160),'alignRight':_0xba13f0(0x134),'alignJustify':_0xba13f0(0x15c),'alignTop':_0xba13f0(0x136),'alignMiddle':_0xba13f0(0x12a),'alignBottom':_0xba13f0(0x125),'mergeCells':_0xba13f0(0x14a),'unmergeCells':_0xba13f0(0x169)},'shapePanel':{'fill':{'noFill':_0xba13f0(0x157),'solidFill':_0xba13f0(0x127),'gradientFill':_0xba13f0(0x163),'pictureFill':_0xba13f0(0x141),'color':_0xba13f0(0x168),'transparency':_0xba13f0(0x12d),'picture':{'source':'Bildquelle','insert':'Bild\x20einfügen'}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':_0xba13f0(0x13e),'selectTable':_0xba13f0(0x159),'insertRow':_0xba13f0(0x156),'insertColumn':_0xba13f0(0x15a),'moveRow':_0xba13f0(0x124),'moveColumn':_0xba13f0(0x16d),'moveRows':_0xba13f0(0x153),'moveColumns':'Spalten\x20verschieben','cannotMoveMergedRows':'Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','cannotMoveMergedColumns':'Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden'},'contextMenu':{'insert':_0xba13f0(0x146),'delete':_0xba13f0(0x16f),'distribute':_0xba13f0(0x158),'borders':_0xba13f0(0x16a),'tableBackgroundColor':'Table\x20background\x20color','copy':'Copy','cut':_0xba13f0(0x123),'deleteTable':_0xba13f0(0x14d),'insertRowAbove':_0xba13f0(0x151),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0xba13f0(0x15e),'insertColumnRight':_0xba13f0(0x16b),'deleteRow':_0xba13f0(0x16e),'deleteColumn':'Delete\x20column','distributeRows':_0xba13f0(0x13b),'distributeColumns':'Distribute\x20columns','borderAll':_0xba13f0(0x132),'borderOuter':_0xba13f0(0x164),'borderInner':_0xba13f0(0x15d),'borderNone':_0xba13f0(0x131)},'colorPreset':{'resetColor':_0xba13f0(0x147),'white':'White','gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':'Blue\x20100','green100':'Green\x20100','yellow100':_0xba13f0(0x155),'red100':_0xba13f0(0x142),'gray900':_0xba13f0(0x15f),'gray500':'Gray\x20500','red600':'Red\x20600','orange600':_0xba13f0(0x13d),'yellow700':_0xba13f0(0x138),'green600':_0xba13f0(0x161),'blue600':_0xba13f0(0x143),'purple600':_0xba13f0(0x137)}}};export{e as default};function _0x2eff(){const _0x15da8e=['8tmClIS','Oben\x20ausrichten','Purple\x20600','Yellow\x20700','Gestrichelt','158RtdgmO','Distribute\x20rows','Schriftart','Orange\x20600','Spalte\x20auswahlen','Gepunktet','Rahmen','Bild-\x20oder\x20Texturfüllung','Red\x20100','Blue\x20600','Schriftgröße','1355298ByFMyr','Insert','Reset\x20color','1317YhoZxc','1435134XZmCNA','Zellen\x20verbinden','Strichpunkt','Tabellenhintergrundfarbe','Delete\x20table','1208763vDbnOM','Keine','Durchgezogen','Insert\x20row\x20above','Linksbündig','Zeilen\x20verschieben','Unterer\x20Rahmen','Yellow\x20100','Zeile\x20einfugen','Keine\x20Füllung','Distribute','Tabelle\x20auswahlen','Spalte\x20einfugen','Rahmenbreite','Blocksatz','Inner\x20borders','Insert\x20column\x20left','Gray\x20900','Zentriert','Green\x20600','5ACoSxm','Farbverlauffüllung','Outer\x20borders','1669090pQUkLr','658056QLuBYD','Äußerer\x20Rahmen','Farbe','Zellen\x20trennen','Borders','Insert\x20column\x20right','Rahmenstil','Spalte\x20verschieben','Delete\x20row','Delete','Cut','Zeile\x20verschieben','Unten\x20ausrichten','916840XIGBVP','Einfarbige\x20Füllung','Rechter\x20Rahmen','Innerer\x20vertikaler\x20Rahmen','Vertikal\x20zentrieren','11HPmdfm','Alle\x20Rahmen','Transparenz','Kein\x20Rahmen','Vertikale\x20Ausrichtung','Oberer\x20Rahmen','No\x20border','All\x20borders','Horizontale\x20Ausrichtung','Rechtsbündig'];_0x2eff=function(){return _0x15da8e;};return _0x2eff();}
1
+ const _0x413843=_0x2c9c;(function(_0x22321f,_0x4d42c0){const _0x27da5f=_0x2c9c,_0x22ea7a=_0x22321f();while(!![]){try{const _0x197686=parseInt(_0x27da5f(0x18d))/0x1*(-parseInt(_0x27da5f(0x176))/0x2)+-parseInt(_0x27da5f(0x191))/0x3*(parseInt(_0x27da5f(0x187))/0x4)+parseInt(_0x27da5f(0x190))/0x5+parseInt(_0x27da5f(0x189))/0x6*(-parseInt(_0x27da5f(0x183))/0x7)+parseInt(_0x27da5f(0x153))/0x8*(-parseInt(_0x27da5f(0x193))/0x9)+-parseInt(_0x27da5f(0x1a5))/0xa*(-parseInt(_0x27da5f(0x181))/0xb)+parseInt(_0x27da5f(0x165))/0xc;if(_0x197686===_0x4d42c0)break;else _0x22ea7a['push'](_0x22ea7a['shift']());}catch(_0x160376){_0x22ea7a['push'](_0x22ea7a['shift']());}}}(_0x1d1c,0xdda79));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x413843(0x175),'fontSize':'Schriftgröße','textFormat':_0x413843(0x1a1),'bold':_0x413843(0x171),'italic':_0x413843(0x15e),'underline':_0x413843(0x184),'strikethrough':'Durchgestrichen','textColor':_0x413843(0x174),'textBackgroundColor':_0x413843(0x16e),'tableBackgroundColor':_0x413843(0x169),'tableBorderColor':_0x413843(0x170),'borderWidth':_0x413843(0x154),'borderStyle':_0x413843(0x185),'border':'Rahmen','borderStyleSolid':_0x413843(0x168),'borderStyleDash':_0x413843(0x152),'borderStyleDot':_0x413843(0x195),'borderStyleDashDot':'Strichpunkt','noBorder':_0x413843(0x167),'borderPresetAll':_0x413843(0x172),'borderPresetInner':_0x413843(0x151),'borderPresetOuter':_0x413843(0x156),'borderPresetTop':_0x413843(0x197),'borderPresetBottom':_0x413843(0x164),'borderPresetLeft':_0x413843(0x1a0),'borderPresetRight':'Rechter\x20Rahmen','borderPresetInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderPresetInnerVertical':_0x413843(0x177),'none':_0x413843(0x19e),'horizontalAlign':_0x413843(0x162),'verticalAlign':_0x413843(0x18b),'alignLeft':_0x413843(0x15c),'alignCenter':_0x413843(0x1a2),'alignRight':_0x413843(0x194),'alignJustify':'Blocksatz','alignTop':_0x413843(0x17c),'alignMiddle':_0x413843(0x18e),'alignBottom':_0x413843(0x182),'mergeCells':'Zellen\x20verbinden','unmergeCells':_0x413843(0x178),'tableTheme':_0x413843(0x1a8),'tableLook':_0x413843(0x150),'headerRow':_0x413843(0x17f),'footerRow':_0x413843(0x160),'bandedRows':_0x413843(0x19b),'bandedColumns':_0x413843(0x1a7),'firstColumn':'Erste\x20Spalte','lastColumn':_0x413843(0x19f),'bestMatch':_0x413843(0x192),'light':'Hell','medium':_0x413843(0x155),'minimal':_0x413843(0x196)},'shapePanel':{'fill':{'noFill':_0x413843(0x186),'solidFill':'Einfarbige\x20Füllung','gradientFill':_0x413843(0x17a),'pictureFill':'Bild-\x20oder\x20Texturfüllung','color':_0x413843(0x16d),'transparency':_0x413843(0x159),'picture':{'source':_0x413843(0x15b),'insert':'Bild\x20einfügen'}}},'structuralControls':{'selectRow':_0x413843(0x18a),'selectColumn':_0x413843(0x19d),'selectTable':_0x413843(0x15a),'insertRow':'Zeile\x20einfugen','insertColumn':_0x413843(0x1a6),'moveRow':'Zeile\x20verschieben','moveColumn':_0x413843(0x188),'moveRows':_0x413843(0x179),'moveColumns':'Spalten\x20verschieben','cannotMoveMergedRows':_0x413843(0x16a),'cannotMoveMergedColumns':_0x413843(0x158)},'contextMenu':{'insert':_0x413843(0x15d),'delete':_0x413843(0x15f),'distribute':_0x413843(0x166),'borders':_0x413843(0x1a3),'tableBackgroundColor':'Tabellenhintergrundfarbe','copy':_0x413843(0x17b),'cut':_0x413843(0x19c),'deleteTable':'Tabelle\x20löschen','insertRowAbove':_0x413843(0x16c),'insertRowBelow':_0x413843(0x18f),'insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':_0x413843(0x1a9),'deleteRow':_0x413843(0x198),'deleteColumn':'Spalte\x20löschen','distributeRows':_0x413843(0x17d),'distributeColumns':_0x413843(0x199),'borderAll':_0x413843(0x172),'borderOuter':'Äußere\x20Rahmen','borderInner':_0x413843(0x151),'borderNone':'Kein\x20Rahmen'},'colorPreset':{'resetColor':_0x413843(0x19a),'white':'Weiß','gray100':_0x413843(0x18c),'primary100':_0x413843(0x163),'blue100':'Blau\x20100','green100':_0x413843(0x1a4),'yellow100':'Gelb\x20100','red100':'Rot\x20100','gray900':_0x413843(0x157),'gray500':_0x413843(0x16b),'red600':_0x413843(0x161),'orange600':_0x413843(0x17e),'yellow700':'Gelb\x20700','green600':_0x413843(0x173),'blue600':_0x413843(0x16f),'purple600':_0x413843(0x180)}}};function _0x2c9c(_0x46dabf,_0x209040){_0x46dabf=_0x46dabf-0x150;const _0x1d1cf2=_0x1d1c();let _0x2c9cfc=_0x1d1cf2[_0x46dabf];return _0x2c9cfc;}export{e as default};function _0x1d1c(){const _0x9f122d=['Rot\x20600','Horizontale\x20Ausrichtung','Primär\x20100','Unterer\x20Rahmen','36085740WrLjJC','Verteilen','Kein\x20Rahmen','Durchgezogen','Tabellenhintergrundfarbe','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Grau\x20500','Zeile\x20oberhalb\x20einfügen','Farbe','Texthintergrundfarbe','Blau\x20600','Tabellenrahmenfarbe','Fett','Alle\x20Rahmen','Grün\x20600','Textfarbe','Schriftart','2qpaPmw','Innerer\x20vertikaler\x20Rahmen','Zellen\x20trennen','Zeilen\x20verschieben','Farbverlauffüllung','Kopieren','Oben\x20ausrichten','Zeilen\x20verteilen','Orange\x20600','Kopfzeile','Violett\x20600','66KhrNuX','Unten\x20ausrichten','1014342eguGNH','Unterstrichen','Rahmenstil','Keine\x20Füllung','32hSwxoW','Spalte\x20verschieben','42VCuwxt','Zeile\x20auswahlen','Vertikale\x20Ausrichtung','Grau\x20100','1377211OFYDgE','Vertikal\x20zentrieren','Zeile\x20unterhalb\x20einfügen','9039945wLiIOj','625122IrWgup','Beste\x20Übereinstimmung','54bIPuMl','Rechtsbündig','Gepunktet','Minimal','Oberer\x20Rahmen','Zeile\x20löschen','Spalten\x20verteilen','Farbe\x20zurücksetzen','Gebänderte\x20Zeilen','Ausschneiden','Spalte\x20auswahlen','Keine','Letzte\x20Spalte','Linker\x20Rahmen','Textformat','Zentriert','Rahmen','Grün\x20100','1112930XVqajE','Spalte\x20einfugen','Gebänderte\x20Spalten','Tabellendesign','Spalte\x20rechts\x20einfügen','Tabellenformat','Innere\x20Rahmen','Gestrichelt','688600BmtEbQ','Rahmenbreite','Mittel','Äußerer\x20Rahmen','Grau\x20900','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Transparenz','Tabelle\x20auswahlen','Bildquelle','Linksbündig','Einfügen','Kursiv','Löschen','Fußzeile'];_0x1d1c=function(){return _0x9f122d;};return _0x1d1c();}
@@ -1 +1 @@
1
- function _0x4b42(_0x89ec31,_0x209945){_0x89ec31=_0x89ec31-0xa0;const _0x4a21ef=_0x4a21();let _0x4b4213=_0x4a21ef[_0x89ec31];return _0x4b4213;}const _0x817655=_0x4b42;(function(_0x333be2,_0x5618d7){const _0x4ea860=_0x4b42,_0x458fb1=_0x333be2();while(!![]){try{const _0x1c36b5=parseInt(_0x4ea860(0xa3))/0x1+-parseInt(_0x4ea860(0xe2))/0x2+-parseInt(_0x4ea860(0xa7))/0x3*(parseInt(_0x4ea860(0xe0))/0x4)+-parseInt(_0x4ea860(0xd6))/0x5*(parseInt(_0x4ea860(0xa1))/0x6)+-parseInt(_0x4ea860(0xc4))/0x7*(-parseInt(_0x4ea860(0xb8))/0x8)+parseInt(_0x4ea860(0xc6))/0x9*(parseInt(_0x4ea860(0xe1))/0xa)+-parseInt(_0x4ea860(0xbc))/0xb;if(_0x1c36b5===_0x5618d7)break;else _0x458fb1['push'](_0x458fb1['shift']());}catch(_0x5bb4af){_0x458fb1['push'](_0x458fb1['shift']());}}}(_0x4a21,0xcc05a));function _0x4a21(){const _0x3ce862=['455jrwGWa','Merge\x20cells','Table\x20border\x20color','Text\x20color','Transparency','Distribute','Color','Dash-dot','Picture\x20source','Text\x20background\x20color','5443036EvUYFK','10XJbrLT','633730ceOKEn','Align\x20top','Font\x20family','Inner\x20horizontal\x20border','Insert\x20column\x20left','6630zDdKct','Move\x20row','913VxuckM','White','Unmerge\x20cells','Green\x20600','3tcGHKK','Insert','Bottom\x20border','Dashed','Delete\x20table','Justify','Orange\x20600','Blue\x20600','Right\x20border','Distribute\x20columns','Left\x20border','Purple\x20600','Insert\x20row\x20above','Gray\x20100','Select\x20column','Select\x20row','Align\x20bottom','32aCRjln','Font\x20size','Horizontal\x20align','Align\x20right','5081692hxbxsL','Move\x20column','Borders','Reset\x20color','None','Red\x20600','All\x20borders','Delete','2587543WzjdvN','Delete\x20column','14366844leAFdD','Vertical\x20align','Select\x20table','Table\x20background\x20color','Copy','Insert\x20row\x20below','Inner\x20vertical\x20border','Align\x20center','Yellow\x20700','Solid','Border\x20style','Blue\x20100','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Move\x20columns','Cut','Yellow\x20100'];_0x4a21=function(){return _0x3ce862;};return _0x4a21();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x817655(0xe4),'fontSize':_0x817655(0xb9),'textColor':_0x817655(0xd9),'textBackgroundColor':_0x817655(0xdf),'tableBackgroundColor':'Table\x20background\x20color','tableBorderColor':_0x817655(0xd8),'borderWidth':'Border\x20width','borderStyle':_0x817655(0xd0),'border':'Border','borderStyleSolid':'Solid','borderStyleDash':_0x817655(0xaa),'borderStyleDot':'Dotted','borderStyleDashDot':_0x817655(0xdd),'noBorder':'No\x20border','borderPresetAll':_0x817655(0xc2),'borderPresetInner':'Inner\x20borders','borderPresetOuter':'Outer\x20borders','borderPresetTop':'Top\x20border','borderPresetBottom':_0x817655(0xa9),'borderPresetLeft':_0x817655(0xb1),'borderPresetRight':_0x817655(0xaf),'borderPresetInnerHorizontal':_0x817655(0xe5),'borderPresetInnerVertical':_0x817655(0xcc),'none':_0x817655(0xc0),'horizontalAlign':_0x817655(0xba),'verticalAlign':_0x817655(0xc7),'alignLeft':'Align\x20left','alignCenter':_0x817655(0xcd),'alignRight':_0x817655(0xbb),'alignJustify':_0x817655(0xac),'alignTop':_0x817655(0xe3),'alignMiddle':'Align\x20middle','alignBottom':_0x817655(0xb7),'mergeCells':_0x817655(0xd7),'unmergeCells':_0x817655(0xa5)},'shapePanel':{'fill':{'noFill':'No\x20fill','solidFill':_0x817655(0xcf),'gradientFill':'Gradient','pictureFill':'Picture','color':_0x817655(0xdc),'transparency':_0x817655(0xda),'picture':{'source':_0x817655(0xde),'insert':'Insert\x20picture'}}},'structuralControls':{'selectRow':_0x817655(0xb6),'selectColumn':_0x817655(0xb5),'selectTable':_0x817655(0xc8),'insertRow':'Insert\x20row','insertColumn':'Insert\x20column','moveRow':_0x817655(0xa2),'moveColumn':_0x817655(0xbd),'moveRows':'Move\x20rows','moveColumns':_0x817655(0xd3),'cannotMoveMergedRows':'Cannot\x20move\x20rows\x20across\x20merged\x20cells','cannotMoveMergedColumns':_0x817655(0xd2)},'contextMenu':{'insert':_0x817655(0xa8),'delete':_0x817655(0xc3),'distribute':_0x817655(0xdb),'borders':_0x817655(0xbe),'tableBackgroundColor':_0x817655(0xc9),'copy':_0x817655(0xca),'cut':_0x817655(0xd4),'deleteTable':_0x817655(0xab),'insertRowAbove':_0x817655(0xb3),'insertRowBelow':_0x817655(0xcb),'insertColumnLeft':_0x817655(0xa0),'insertColumnRight':'Insert\x20column\x20right','deleteRow':'Delete\x20row','deleteColumn':_0x817655(0xc5),'distributeRows':'Distribute\x20rows','distributeColumns':_0x817655(0xb0),'borderAll':'All\x20borders','borderOuter':'Outer\x20borders','borderInner':'Inner\x20borders','borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x817655(0xbf),'white':_0x817655(0xa4),'gray100':_0x817655(0xb4),'primary100':'Primary\x20100','blue100':_0x817655(0xd1),'green100':'Green\x20100','yellow100':_0x817655(0xd5),'red100':'Red\x20100','gray900':'Gray\x20900','gray500':'Gray\x20500','red600':_0x817655(0xc1),'orange600':_0x817655(0xad),'yellow700':_0x817655(0xce),'green600':_0x817655(0xa6),'blue600':_0x817655(0xae),'purple600':_0x817655(0xb2)}}};export{e as default};
1
+ const _0xb1c575=_0x63bb;(function(_0x11f381,_0x40578d){const _0x479139=_0x63bb,_0x36fa40=_0x11f381();while(!![]){try{const _0x2b0bc2=-parseInt(_0x479139(0xa6))/0x1*(parseInt(_0x479139(0xa1))/0x2)+-parseInt(_0x479139(0xbc))/0x3*(-parseInt(_0x479139(0x99))/0x4)+parseInt(_0x479139(0xac))/0x5+parseInt(_0x479139(0xc0))/0x6+-parseInt(_0x479139(0x8d))/0x7+parseInt(_0x479139(0xb4))/0x8*(-parseInt(_0x479139(0xa7))/0x9)+-parseInt(_0x479139(0xd9))/0xa*(-parseInt(_0x479139(0x8c))/0xb);if(_0x2b0bc2===_0x40578d)break;else _0x36fa40['push'](_0x36fa40['shift']());}catch(_0x1bb9a2){_0x36fa40['push'](_0x36fa40['shift']());}}}(_0x1302,0x3166e));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Font\x20family','fontSize':_0xb1c575(0xc1),'textFormat':_0xb1c575(0x88),'bold':_0xb1c575(0xb8),'italic':_0xb1c575(0xcd),'underline':_0xb1c575(0xa2),'strikethrough':_0xb1c575(0x91),'textColor':_0xb1c575(0x82),'textBackgroundColor':_0xb1c575(0xd4),'tableBackgroundColor':'Table\x20background\x20color','tableBorderColor':_0xb1c575(0x9a),'borderWidth':_0xb1c575(0xce),'borderStyle':_0xb1c575(0xd8),'border':_0xb1c575(0x90),'borderStyleSolid':_0xb1c575(0xc4),'borderStyleDash':'Dashed','borderStyleDot':_0xb1c575(0xb3),'borderStyleDashDot':'Dash-dot','noBorder':_0xb1c575(0x94),'borderPresetAll':_0xb1c575(0xb6),'borderPresetInner':_0xb1c575(0xc8),'borderPresetOuter':_0xb1c575(0xd2),'borderPresetTop':_0xb1c575(0xcb),'borderPresetBottom':'Bottom\x20border','borderPresetLeft':_0xb1c575(0xc6),'borderPresetRight':_0xb1c575(0xda),'borderPresetInnerHorizontal':_0xb1c575(0xd0),'borderPresetInnerVertical':_0xb1c575(0xba),'none':'None','horizontalAlign':_0xb1c575(0x97),'verticalAlign':_0xb1c575(0x9e),'alignLeft':_0xb1c575(0x8b),'alignCenter':'Align\x20center','alignRight':_0xb1c575(0xaf),'alignJustify':_0xb1c575(0xae),'alignTop':'Align\x20top','alignMiddle':_0xb1c575(0x96),'alignBottom':_0xb1c575(0xa4),'mergeCells':_0xb1c575(0xc7),'unmergeCells':_0xb1c575(0xa3),'tableTheme':_0xb1c575(0x85),'tableLook':'Table\x20look','headerRow':'Header\x20row','footerRow':'Footer\x20row','bandedRows':_0xb1c575(0xb7),'bandedColumns':'Banded\x20columns','firstColumn':'First\x20column','lastColumn':_0xb1c575(0x83),'bestMatch':_0xb1c575(0xca),'light':'Light','medium':_0xb1c575(0x9f),'minimal':'Minimal'},'shapePanel':{'fill':{'noFill':_0xb1c575(0x95),'solidFill':_0xb1c575(0xc4),'gradientFill':'Gradient','pictureFill':_0xb1c575(0xc2),'color':_0xb1c575(0xd6),'transparency':_0xb1c575(0xaa),'picture':{'source':'Picture\x20source','insert':'Insert\x20picture'}}},'structuralControls':{'selectRow':_0xb1c575(0xb5),'selectColumn':_0xb1c575(0xb9),'selectTable':'Select\x20table','insertRow':_0xb1c575(0x98),'insertColumn':_0xb1c575(0xbf),'moveRow':'Move\x20row','moveColumn':_0xb1c575(0xab),'moveRows':_0xb1c575(0xa8),'moveColumns':_0xb1c575(0x8f),'cannotMoveMergedRows':_0xb1c575(0xb0),'cannotMoveMergedColumns':_0xb1c575(0xbd)},'contextMenu':{'insert':_0xb1c575(0x87),'delete':_0xb1c575(0x9c),'distribute':_0xb1c575(0x93),'borders':_0xb1c575(0x84),'tableBackgroundColor':'Table\x20background\x20color','copy':'Copy','cut':_0xb1c575(0xa5),'deleteTable':_0xb1c575(0xc9),'insertRowAbove':_0xb1c575(0xb1),'insertRowBelow':_0xb1c575(0x92),'insertColumnLeft':_0xb1c575(0x9d),'insertColumnRight':_0xb1c575(0xd3),'deleteRow':_0xb1c575(0xbe),'deleteColumn':_0xb1c575(0x9b),'distributeRows':_0xb1c575(0xc3),'distributeColumns':_0xb1c575(0xd5),'borderAll':_0xb1c575(0xb6),'borderOuter':_0xb1c575(0xd2),'borderInner':_0xb1c575(0xc8),'borderNone':_0xb1c575(0x94)},'colorPreset':{'resetColor':_0xb1c575(0xcc),'white':_0xb1c575(0xcf),'gray100':'Gray\x20100','primary100':_0xb1c575(0xd7),'blue100':'Blue\x20100','green100':_0xb1c575(0xa0),'yellow100':_0xb1c575(0x86),'red100':_0xb1c575(0x8a),'gray900':_0xb1c575(0xc5),'gray500':_0xb1c575(0xd1),'red600':_0xb1c575(0xb2),'orange600':_0xb1c575(0xbb),'yellow700':_0xb1c575(0x89),'green600':_0xb1c575(0xa9),'blue600':_0xb1c575(0xad),'purple600':_0xb1c575(0x8e)}}};function _0x63bb(_0x1a2f81,_0x3732cb){_0x1a2f81=_0x1a2f81-0x82;const _0x1302ca=_0x1302();let _0x63bb22=_0x1302ca[_0x1a2f81];return _0x63bb22;}function _0x1302(){const _0x584149=['Table\x20theme','Yellow\x20100','Insert','Text\x20format','Yellow\x20700','Red\x20100','Align\x20left','899041WTgBfZ','1143625CHqxya','Purple\x20600','Move\x20columns','Border','Strikethrough','Insert\x20row\x20below','Distribute','No\x20border','No\x20fill','Align\x20middle','Horizontal\x20align','Insert\x20row','126428RDjRcv','Table\x20border\x20color','Delete\x20column','Delete','Insert\x20column\x20left','Vertical\x20align','Medium','Green\x20100','106IJtGOB','Underline','Unmerge\x20cells','Align\x20bottom','Cut','2645dsDAys','158121hufUIB','Move\x20rows','Green\x20600','Transparency','Move\x20column','867895WdRpKk','Blue\x20600','Justify','Align\x20right','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Insert\x20row\x20above','Red\x20600','Dotted','184FGPJlb','Select\x20row','All\x20borders','Banded\x20rows','Bold','Select\x20column','Inner\x20vertical\x20border','Orange\x20600','6nkIPng','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Delete\x20row','Insert\x20column','1587294ARVqLk','Font\x20size','Picture','Distribute\x20rows','Solid','Gray\x20900','Left\x20border','Merge\x20cells','Inner\x20borders','Delete\x20table','Best\x20match','Top\x20border','Reset\x20color','Italic','Border\x20width','White','Inner\x20horizontal\x20border','Gray\x20500','Outer\x20borders','Insert\x20column\x20right','Text\x20background\x20color','Distribute\x20columns','Color','Primary\x20100','Border\x20style','50iRGjYp','Right\x20border','Text\x20color','Last\x20column','Borders'];_0x1302=function(){return _0x584149;};return _0x1302();}export{e as default};
@@ -1 +1 @@
1
- const _0x357e05=_0x580a;(function(_0x5a10c7,_0x37d7c4){const _0x248c4d=_0x580a,_0x30b93d=_0x5a10c7();while(!![]){try{const _0x102183=-parseInt(_0x248c4d(0x1c1))/0x1+parseInt(_0x248c4d(0x1d8))/0x2*(parseInt(_0x248c4d(0x1ff))/0x3)+parseInt(_0x248c4d(0x1ec))/0x4+parseInt(_0x248c4d(0x200))/0x5*(-parseInt(_0x248c4d(0x20b))/0x6)+parseInt(_0x248c4d(0x1da))/0x7*(-parseInt(_0x248c4d(0x1cc))/0x8)+parseInt(_0x248c4d(0x1f3))/0x9+-parseInt(_0x248c4d(0x1fc))/0xa;if(_0x102183===_0x37d7c4)break;else _0x30b93d['push'](_0x30b93d['shift']());}catch(_0x33587a){_0x30b93d['push'](_0x30b93d['shift']());}}}(_0x20a0,0xc84c4));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x357e05(0x1dd),'fontSize':_0x357e05(0x1f2),'textColor':_0x357e05(0x1db),'textBackgroundColor':_0x357e05(0x1c0),'tableBackgroundColor':_0x357e05(0x1bc),'tableBorderColor':_0x357e05(0x207),'borderWidth':_0x357e05(0x1e7),'borderStyle':_0x357e05(0x20c),'border':'Borde','borderStyleSolid':'Sólido','borderStyleDash':_0x357e05(0x209),'borderStyleDot':_0x357e05(0x206),'borderStyleDashDot':_0x357e05(0x1e5),'noBorder':_0x357e05(0x208),'borderPresetAll':_0x357e05(0x1cd),'borderPresetInner':_0x357e05(0x1ca),'borderPresetOuter':_0x357e05(0x1f5),'borderPresetTop':_0x357e05(0x1e1),'borderPresetBottom':_0x357e05(0x1c4),'borderPresetLeft':_0x357e05(0x20a),'borderPresetRight':_0x357e05(0x1c7),'borderPresetInnerHorizontal':'Borde\x20horizontal\x20interior','borderPresetInnerVertical':'Borde\x20vertical\x20interior','none':_0x357e05(0x1f7),'horizontalAlign':_0x357e05(0x1d3),'verticalAlign':_0x357e05(0x1f9),'alignLeft':_0x357e05(0x1d5),'alignCenter':_0x357e05(0x1e3),'alignRight':_0x357e05(0x1c2),'alignJustify':_0x357e05(0x1fe),'alignTop':_0x357e05(0x1c8),'alignMiddle':_0x357e05(0x1ef),'alignBottom':_0x357e05(0x1d6),'mergeCells':_0x357e05(0x1cf),'unmergeCells':_0x357e05(0x1f4)},'shapePanel':{'fill':{'noFill':_0x357e05(0x1c6),'solidFill':_0x357e05(0x1ed),'gradientFill':_0x357e05(0x1fd),'pictureFill':'Relleno\x20de\x20imagen\x20o\x20textura','color':'Color','transparency':_0x357e05(0x203),'picture':{'source':_0x357e05(0x1dc),'insert':'Insertar\x20imagen'}}},'structuralControls':{'selectRow':'Seleccionar\x20fila','selectColumn':_0x357e05(0x1cb),'selectTable':_0x357e05(0x1ce),'insertRow':'Insertar\x20fila','insertColumn':_0x357e05(0x1d2),'moveRow':'Mover\x20fila','moveColumn':'Mover\x20columna','moveRows':_0x357e05(0x1ea),'moveColumns':_0x357e05(0x1c9),'cannotMoveMergedRows':_0x357e05(0x1ee),'cannotMoveMergedColumns':_0x357e05(0x1f1)},'contextMenu':{'insert':_0x357e05(0x1bd),'delete':_0x357e05(0x1eb),'distribute':_0x357e05(0x1fa),'borders':_0x357e05(0x205),'tableBackgroundColor':_0x357e05(0x201),'copy':'Copy','cut':_0x357e05(0x1d9),'deleteTable':_0x357e05(0x1e9),'insertRowAbove':_0x357e05(0x1bf),'insertRowBelow':_0x357e05(0x1f6),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x357e05(0x202),'deleteRow':_0x357e05(0x1e2),'deleteColumn':_0x357e05(0x1d7),'distributeRows':_0x357e05(0x1de),'distributeColumns':'Distribute\x20columns','borderAll':_0x357e05(0x1fb),'borderOuter':_0x357e05(0x1e4),'borderInner':'Inner\x20borders','borderNone':_0x357e05(0x1f0)},'colorPreset':{'resetColor':_0x357e05(0x1be),'white':'White','gray100':_0x357e05(0x1c3),'primary100':_0x357e05(0x1c5),'blue100':_0x357e05(0x1e6),'green100':_0x357e05(0x1d0),'yellow100':_0x357e05(0x1d1),'red100':'Red\x20100','gray900':_0x357e05(0x204),'gray500':_0x357e05(0x1d4),'red600':_0x357e05(0x1e0),'orange600':'Orange\x20600','yellow700':_0x357e05(0x1e8),'green600':_0x357e05(0x1df),'blue600':_0x357e05(0x1f8),'purple600':_0x357e05(0x1bb)}}};export{e as default};function _0x580a(_0x457207,_0x369a25){_0x457207=_0x457207-0x1bb;const _0x20a05b=_0x20a0();let _0x580a15=_0x20a05b[_0x457207];return _0x580a15;}function _0x20a0(){const _0x4a85f5=['All\x20borders','6420540nKaCGX','Relleno\x20degradado','Justificar','33PlCNGq','445aKemCU','Table\x20background\x20color','Insert\x20column\x20right','Transparencia','Gray\x20900','Borders','Punteado','Color\x20de\x20borde\x20de\x20tabla','Sin\x20borde','Discontinuo','Borde\x20izquierdo','54690sPSDpn','Estilo\x20de\x20borde','Purple\x20600','Color\x20de\x20fondo\x20de\x20tabla','Insert','Reset\x20color','Insert\x20row\x20above','Color\x20de\x20fondo\x20de\x20texto','324441qmDbRG','Alinear\x20a\x20la\x20derecha','Gray\x20100','Borde\x20inferior','Primary\x20100','Sin\x20relleno','Borde\x20derecho','Alinear\x20arriba','Mover\x20columnas','Bordes\x20interiores','Seleccionar\x20columna','574352dXQzMa','Todos\x20los\x20bordes','Seleccionar\x20tabla','Combinar\x20celdas','Green\x20100','Yellow\x20100','Insertar\x20columna','Alineación\x20horizontal','Gray\x20500','Alinear\x20a\x20la\x20izquierda','Alinear\x20abajo','Delete\x20column','118148cufIQK','Cut','14CfbBnT','Color\x20de\x20texto','Origen\x20de\x20imagen','Fuente','Distribute\x20rows','Green\x20600','Red\x20600','Borde\x20superior','Delete\x20row','Centrar','Outer\x20borders','Raya\x20y\x20punto','Blue\x20100','Grosor\x20de\x20borde','Yellow\x20700','Delete\x20table','Mover\x20filas','Delete','4390328SvpSxM','Relleno\x20sólido','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','Alinear\x20al\x20medio','No\x20border','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Tamaño\x20de\x20fuente','8949078WGiFYL','Separar\x20celdas','Borde\x20exterior','Insert\x20row\x20below','Ninguno','Blue\x20600','Alineación\x20vertical','Distribute'];_0x20a0=function(){return _0x4a85f5;};return _0x20a0();}
1
+ function _0x1e1c(){const _0x5c0586=['Combinar\x20celdas','Insertar','Eliminar\x20columna','18872hbJHtb','Seleccionar\x20tabla','Relleno\x20degradado','7262210aBWhjf','9SxaOOK','Punteado','Última\x20columna','Restablecer\x20color','Verde\x20600','Insertar\x20fila\x20abajo','Sin\x20bordes','Tamaño\x20de\x20fuente','Mínimo','Rojo\x20600','Color','Mover\x20columna','Relleno\x20sólido','Relleno\x20de\x20imagen\x20o\x20textura','3139346WdROaC','Mover\x20columnas','Bordes\x20exteriores','Mover\x20fila','Todos\x20los\x20bordes','Fuente','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','1090500jRBjCS','Distribuir\x20columnas','Estilo\x20de\x20borde','667155iMEnJI','Borde\x20derecho','Mejor\x20coincidencia','6LstqJY','Tema\x20de\x20tabla','Cursiva','Insertar\x20columna\x20a\x20la\x20izquierda','Morado\x20600','Seleccionar\x20columna','Borde\x20vertical\x20interior','Insertar\x20columna','Mover\x20filas','Sin\x20borde','Color\x20de\x20fondo\x20de\x20la\x20tabla','Borde\x20exterior','2502524TgQtQd','Sin\x20relleno','Filas\x20con\x20bandas','Claro','Borde','Color\x20de\x20fondo\x20de\x20texto','Separar\x20celdas','Insertar\x20imagen','Negrita','Bordes\x20interiores','Gris\x20100','Amarillo\x20100','Copiar','Transparencia','Distribuir\x20filas','11OGKvNY','Borde\x20izquierdo','Gris\x20900','Eliminar\x20fila','Subrayado','Borde\x20inferior','92BYZWar','Centrar','Columnas\x20con\x20bandas','Bordes','Fila\x20de\x20pie','Alinear\x20al\x20medio','Medio','Color\x20de\x20texto','Principal\x20100','Discontinuo','Ninguno','Sólido','Alinear\x20a\x20la\x20derecha','Primera\x20columna','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','3451928LRkJZN'];_0x1e1c=function(){return _0x5c0586;};return _0x1e1c();}const _0x46f594=_0x453a;(function(_0x3b34ad,_0x29b290){const _0x80129b=_0x453a,_0x3afd8f=_0x3b34ad();while(!![]){try{const _0x31e2ac=parseInt(_0x80129b(0x1ff))/0x1*(parseInt(_0x80129b(0x1bf))/0x2)+-parseInt(_0x80129b(0x1db))/0x3+parseInt(_0x80129b(0x1ea))/0x4+parseInt(_0x80129b(0x1d8))/0x5+-parseInt(_0x80129b(0x1de))/0x6*(parseInt(_0x80129b(0x1d1))/0x7)+parseInt(_0x80129b(0x1bb))/0x8*(parseInt(_0x80129b(0x1c3))/0x9)+-parseInt(_0x80129b(0x1c2))/0xa*(parseInt(_0x80129b(0x1f9))/0xb);if(_0x31e2ac===_0x29b290)break;else _0x3afd8f['push'](_0x3afd8f['shift']());}catch(_0x45f4e8){_0x3afd8f['push'](_0x3afd8f['shift']());}}}(_0x1e1c,0xb630a));function _0x453a(_0x147e13,_0x950cbe){_0x147e13=_0x147e13-0x1ad;const _0x1e1c87=_0x1e1c();let _0x453ae5=_0x1e1c87[_0x147e13];return _0x453ae5;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x46f594(0x1d6),'fontSize':_0x46f594(0x1ca),'textFormat':'Formato\x20de\x20texto','bold':_0x46f594(0x1f2),'italic':_0x46f594(0x1e0),'underline':_0x46f594(0x1fd),'strikethrough':'Tachado','textColor':_0x46f594(0x1b3),'textBackgroundColor':_0x46f594(0x1ef),'tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20tabla','tableBorderColor':'Color\x20de\x20borde\x20de\x20tabla','borderWidth':'Grosor\x20de\x20borde','borderStyle':_0x46f594(0x1da),'border':_0x46f594(0x1ee),'borderStyleSolid':_0x46f594(0x1b7),'borderStyleDash':_0x46f594(0x1b5),'borderStyleDot':_0x46f594(0x1c4),'borderStyleDashDot':'Raya\x20y\x20punto','noBorder':_0x46f594(0x1e7),'borderPresetAll':_0x46f594(0x1d5),'borderPresetInner':_0x46f594(0x1f3),'borderPresetOuter':_0x46f594(0x1e9),'borderPresetTop':'Borde\x20superior','borderPresetBottom':_0x46f594(0x1fe),'borderPresetLeft':_0x46f594(0x1fa),'borderPresetRight':_0x46f594(0x1dc),'borderPresetInnerHorizontal':'Borde\x20horizontal\x20interior','borderPresetInnerVertical':_0x46f594(0x1e4),'none':_0x46f594(0x1b6),'horizontalAlign':'Alineación\x20horizontal','verticalAlign':'Alineación\x20vertical','alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':_0x46f594(0x1ad),'alignRight':_0x46f594(0x1b8),'alignJustify':'Justificar','alignTop':'Alinear\x20arriba','alignMiddle':_0x46f594(0x1b1),'alignBottom':'Alinear\x20abajo','mergeCells':_0x46f594(0x1bc),'unmergeCells':_0x46f594(0x1f0),'tableTheme':_0x46f594(0x1df),'tableLook':'Aspecto\x20de\x20tabla','headerRow':'Fila\x20de\x20encabezado','footerRow':_0x46f594(0x1b0),'bandedRows':_0x46f594(0x1ec),'bandedColumns':_0x46f594(0x1ae),'firstColumn':_0x46f594(0x1b9),'lastColumn':_0x46f594(0x1c5),'bestMatch':_0x46f594(0x1dd),'light':_0x46f594(0x1ed),'medium':_0x46f594(0x1b2),'minimal':_0x46f594(0x1cb)},'shapePanel':{'fill':{'noFill':_0x46f594(0x1eb),'solidFill':_0x46f594(0x1cf),'gradientFill':_0x46f594(0x1c1),'pictureFill':_0x46f594(0x1d0),'color':_0x46f594(0x1cd),'transparency':_0x46f594(0x1f7),'picture':{'source':'Origen\x20de\x20imagen','insert':_0x46f594(0x1f1)}}},'structuralControls':{'selectRow':'Seleccionar\x20fila','selectColumn':_0x46f594(0x1e3),'selectTable':_0x46f594(0x1c0),'insertRow':'Insertar\x20fila','insertColumn':_0x46f594(0x1e5),'moveRow':_0x46f594(0x1d4),'moveColumn':_0x46f594(0x1ce),'moveRows':_0x46f594(0x1e6),'moveColumns':_0x46f594(0x1d2),'cannotMoveMergedRows':_0x46f594(0x1ba),'cannotMoveMergedColumns':_0x46f594(0x1d7)},'contextMenu':{'insert':_0x46f594(0x1bd),'delete':'Eliminar','distribute':'Distribuir','borders':_0x46f594(0x1af),'tableBackgroundColor':_0x46f594(0x1e8),'copy':_0x46f594(0x1f6),'cut':'Cortar','deleteTable':'Eliminar\x20tabla','insertRowAbove':'Insertar\x20fila\x20arriba','insertRowBelow':_0x46f594(0x1c8),'insertColumnLeft':_0x46f594(0x1e1),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','deleteRow':_0x46f594(0x1fc),'deleteColumn':_0x46f594(0x1be),'distributeRows':_0x46f594(0x1f8),'distributeColumns':_0x46f594(0x1d9),'borderAll':_0x46f594(0x1d5),'borderOuter':_0x46f594(0x1d3),'borderInner':'Bordes\x20interiores','borderNone':_0x46f594(0x1c9)},'colorPreset':{'resetColor':_0x46f594(0x1c6),'white':'Blanco','gray100':_0x46f594(0x1f4),'primary100':_0x46f594(0x1b4),'blue100':'Azul\x20100','green100':'Verde\x20100','yellow100':_0x46f594(0x1f5),'red100':'Rojo\x20100','gray900':_0x46f594(0x1fb),'gray500':'Gris\x20500','red600':_0x46f594(0x1cc),'orange600':'Naranja\x20600','yellow700':'Amarillo\x20700','green600':_0x46f594(0x1c7),'blue600':'Azul\x20600','purple600':_0x46f594(0x1e2)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x57bd10=_0x373f;(function(_0x3314fc,_0x31ad89){const _0xe6185=_0x373f,_0x128492=_0x3314fc();while(!![]){try{const _0x3720d3=-parseInt(_0xe6185(0x1b2))/0x1*(parseInt(_0xe6185(0x1c8))/0x2)+-parseInt(_0xe6185(0x1a6))/0x3*(-parseInt(_0xe6185(0x19b))/0x4)+-parseInt(_0xe6185(0x1c0))/0x5*(parseInt(_0xe6185(0x1e1))/0x6)+-parseInt(_0xe6185(0x1d0))/0x7*(parseInt(_0xe6185(0x1be))/0x8)+-parseInt(_0xe6185(0x1dd))/0x9+parseInt(_0xe6185(0x1ba))/0xa+parseInt(_0xe6185(0x1d5))/0xb;if(_0x3720d3===_0x31ad89)break;else _0x128492['push'](_0x128492['shift']());}catch(_0x536442){_0x128492['push'](_0x128492['shift']());}}}(_0x42f5,0x38644));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'فونت','fontSize':'اندازه\x20فونت','textColor':_0x57bd10(0x1e0),'textBackgroundColor':_0x57bd10(0x1bd),'tableBackgroundColor':_0x57bd10(0x1bf),'tableBorderColor':_0x57bd10(0x1bc),'borderWidth':_0x57bd10(0x1c1),'borderStyle':_0x57bd10(0x1d7),'border':_0x57bd10(0x1a4),'borderStyleSolid':_0x57bd10(0x19d),'borderStyleDash':'خط‌چین','borderStyleDot':_0x57bd10(0x1c9),'borderStyleDashDot':'خط‌نقطه','noBorder':_0x57bd10(0x1d9),'borderPresetAll':'همه\x20کادرها','borderPresetInner':_0x57bd10(0x1b5),'borderPresetOuter':_0x57bd10(0x1ad),'borderPresetTop':'کادر\x20بالا','borderPresetBottom':_0x57bd10(0x1c3),'borderPresetLeft':'کادر\x20چپ','borderPresetRight':_0x57bd10(0x1c4),'borderPresetInnerHorizontal':_0x57bd10(0x1ae),'borderPresetInnerVertical':_0x57bd10(0x1b6),'none':_0x57bd10(0x1ac),'horizontalAlign':_0x57bd10(0x1db),'verticalAlign':'تراز\x20عمودی','alignLeft':_0x57bd10(0x1cd),'alignCenter':_0x57bd10(0x1e3),'alignRight':_0x57bd10(0x1cc),'alignJustify':'هم‌تراز','alignTop':_0x57bd10(0x1d4),'alignMiddle':_0x57bd10(0x1ce),'alignBottom':'تراز\x20پایین','mergeCells':'ادغام\x20سلول‌ها','unmergeCells':_0x57bd10(0x1b7)},'shapePanel':{'fill':{'noFill':'بدون\x20پر\x20کردن','solidFill':_0x57bd10(0x1af),'gradientFill':_0x57bd10(0x19c),'pictureFill':_0x57bd10(0x19e),'color':_0x57bd10(0x1a2),'transparency':_0x57bd10(0x1c5),'picture':{'source':_0x57bd10(0x1b4),'insert':'درج\x20تصویر'}}},'structuralControls':{'selectRow':_0x57bd10(0x1c7),'selectColumn':_0x57bd10(0x1a3),'selectTable':'Select\x20table','insertRow':'Insert\x20row','insertColumn':_0x57bd10(0x1de),'moveRow':_0x57bd10(0x1b8),'moveColumn':_0x57bd10(0x1c6),'moveRows':_0x57bd10(0x1d3),'moveColumns':_0x57bd10(0x1b3),'cannotMoveMergedRows':_0x57bd10(0x1d6),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x57bd10(0x1a9),'delete':'Delete','distribute':'Distribute','borders':'Borders','tableBackgroundColor':_0x57bd10(0x1a5),'copy':_0x57bd10(0x1aa),'cut':'Cut','deleteTable':_0x57bd10(0x1b0),'insertRowAbove':_0x57bd10(0x1bb),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x57bd10(0x1b9),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x57bd10(0x1ca),'deleteColumn':_0x57bd10(0x1dc),'distributeRows':_0x57bd10(0x1df),'distributeColumns':'Distribute\x20columns','borderAll':_0x57bd10(0x1ab),'borderOuter':'Outer\x20borders','borderInner':'Inner\x20borders','borderNone':_0x57bd10(0x1cb)},'colorPreset':{'resetColor':_0x57bd10(0x1d2),'white':_0x57bd10(0x1a0),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x57bd10(0x1a7),'green100':_0x57bd10(0x1a8),'yellow100':_0x57bd10(0x1cf),'red100':'Red\x20100','gray900':_0x57bd10(0x1d8),'gray500':_0x57bd10(0x1d1),'red600':_0x57bd10(0x1c2),'orange600':_0x57bd10(0x1a1),'yellow700':_0x57bd10(0x1b1),'green600':_0x57bd10(0x19f),'blue600':_0x57bd10(0x1e2),'purple600':_0x57bd10(0x1da)}}};function _0x42f5(){const _0x3c6715=['Gray\x20900','بدون\x20کادر','Purple\x20600','تراز\x20افقی','Delete\x20column','2724876bEpubC','Insert\x20column','Distribute\x20rows','رنگ\x20متن','1038210aVlTlp','Blue\x20600','تراز\x20وسط','4RpPCbT','پر\x20کردن\x20گرادیان','یکپارچه','پر\x20کردن\x20تصویر\x20یا\x20بافت','Green\x20600','White','Orange\x20600','رنگ','Select\x20column','کادر','Table\x20background\x20color','1052529AaJoLT','Blue\x20100','Green\x20100','Insert','Copy','All\x20borders','هیچ','کادر\x20بیرونی','کادر\x20افقی\x20داخلی','پر\x20کردن\x20یکدست','Delete\x20table','Yellow\x20700','299011EHnvnx','Move\x20columns','منبع\x20تصویر','کادرهای\x20داخلی','کادر\x20عمودی\x20داخلی','لغو\x20ادغام\x20سلول‌ها','Move\x20row','Insert\x20column\x20left','2716650idbTCL','Insert\x20row\x20above','رنگ\x20کادر\x20جدول','رنگ\x20پس‌زمینه\x20متن','48376DqakjZ','رنگ\x20پس‌زمینه\x20جدول','5tJOczm','ضخامت\x20کادر','Red\x20600','کادر\x20پایین','کادر\x20راست','شفافیت','Move\x20column','Select\x20row','2xHcbUv','نقطه‌چین','Delete\x20row','No\x20border','تراز\x20راست','تراز\x20چپ','تراز\x20وسط\x20عمودی','Yellow\x20100','259MzpBTz','Gray\x20500','Reset\x20color','Move\x20rows','تراز\x20بالا','6677231BufGfu','Cannot\x20move\x20rows\x20across\x20merged\x20cells','سبک\x20کادر'];_0x42f5=function(){return _0x3c6715;};return _0x42f5();}function _0x373f(_0x3dc6c2,_0x2e7549){_0x3dc6c2=_0x3dc6c2-0x19b;const _0x42f503=_0x42f5();let _0x373fc8=_0x42f503[_0x3dc6c2];return _0x373fc8;}export{e as default};
1
+ const _0x134063=_0x43ba;(function(_0x50fd1e,_0x38fdf2){const _0x506708=_0x43ba,_0x122189=_0x50fd1e();while(!![]){try{const _0x5e3f03=parseInt(_0x506708(0x226))/0x1*(-parseInt(_0x506708(0x1fe))/0x2)+parseInt(_0x506708(0x204))/0x3+-parseInt(_0x506708(0x232))/0x4+parseInt(_0x506708(0x1fd))/0x5*(-parseInt(_0x506708(0x249))/0x6)+-parseInt(_0x506708(0x217))/0x7+-parseInt(_0x506708(0x202))/0x8+-parseInt(_0x506708(0x20c))/0x9*(-parseInt(_0x506708(0x246))/0xa);if(_0x5e3f03===_0x38fdf2)break;else _0x122189['push'](_0x122189['shift']());}catch(_0x59613b){_0x122189['push'](_0x122189['shift']());}}}(_0x402a,0x4fcb5));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'فونت','fontSize':_0x134063(0x211),'textFormat':_0x134063(0x22e),'bold':_0x134063(0x1ff),'italic':'کج','underline':_0x134063(0x207),'strikethrough':_0x134063(0x1f7),'textColor':'رنگ\x20متن','textBackgroundColor':_0x134063(0x210),'tableBackgroundColor':_0x134063(0x229),'tableBorderColor':_0x134063(0x21e),'borderWidth':_0x134063(0x228),'borderStyle':_0x134063(0x1f6),'border':_0x134063(0x1fb),'borderStyleSolid':_0x134063(0x242),'borderStyleDash':_0x134063(0x208),'borderStyleDot':_0x134063(0x20a),'borderStyleDashDot':_0x134063(0x21d),'noBorder':_0x134063(0x23b),'borderPresetAll':_0x134063(0x225),'borderPresetInner':_0x134063(0x200),'borderPresetOuter':'کادر\x20بیرونی','borderPresetTop':_0x134063(0x21c),'borderPresetBottom':_0x134063(0x21f),'borderPresetLeft':'کادر\x20چپ','borderPresetRight':_0x134063(0x224),'borderPresetInnerHorizontal':_0x134063(0x234),'borderPresetInnerVertical':_0x134063(0x222),'none':_0x134063(0x22b),'horizontalAlign':'تراز\x20افقی','verticalAlign':_0x134063(0x247),'alignLeft':_0x134063(0x20e),'alignCenter':_0x134063(0x20d),'alignRight':_0x134063(0x21b),'alignJustify':'هم‌تراز','alignTop':'تراز\x20بالا','alignMiddle':'تراز\x20وسط\x20عمودی','alignBottom':_0x134063(0x233),'mergeCells':_0x134063(0x239),'unmergeCells':_0x134063(0x240),'tableTheme':'قالب\x20جدول','tableLook':_0x134063(0x22c),'headerRow':'ردیف\x20سرصفحه','footerRow':'ردیف\x20پاصفحه','bandedRows':_0x134063(0x24b),'bandedColumns':_0x134063(0x22a),'firstColumn':_0x134063(0x20f),'lastColumn':_0x134063(0x221),'bestMatch':'بهترین\x20تطابق','light':_0x134063(0x243),'medium':'متوسط','minimal':_0x134063(0x227)},'shapePanel':{'fill':{'noFill':_0x134063(0x23f),'solidFill':_0x134063(0x22f),'gradientFill':_0x134063(0x237),'pictureFill':_0x134063(0x24c),'color':_0x134063(0x230),'transparency':_0x134063(0x235),'picture':{'source':_0x134063(0x203),'insert':_0x134063(0x1f4)}}},'structuralControls':{'selectRow':_0x134063(0x205),'selectColumn':_0x134063(0x24e),'selectTable':_0x134063(0x248),'insertRow':'درج\x20سطر','insertColumn':_0x134063(0x1f9),'moveRow':_0x134063(0x219),'moveColumn':_0x134063(0x212),'moveRows':_0x134063(0x209),'moveColumns':_0x134063(0x21a),'cannotMoveMergedRows':_0x134063(0x23e),'cannotMoveMergedColumns':_0x134063(0x220)},'contextMenu':{'insert':'درج','delete':_0x134063(0x24a),'distribute':_0x134063(0x22d),'borders':_0x134063(0x218),'tableBackgroundColor':'رنگ\x20پس‌زمینه\x20جدول','copy':_0x134063(0x231),'cut':_0x134063(0x215),'deleteTable':_0x134063(0x216),'insertRowAbove':_0x134063(0x1f8),'insertRowBelow':'درج\x20ردیف\x20در\x20پایین','insertColumnLeft':'درج\x20ستون\x20در\x20چپ','insertColumnRight':_0x134063(0x201),'deleteRow':_0x134063(0x250),'deleteColumn':_0x134063(0x24d),'distributeRows':'توزیع\x20ردیف‌ها','distributeColumns':'توزیع\x20ستون‌ها','borderAll':_0x134063(0x20b),'borderOuter':_0x134063(0x23d),'borderInner':_0x134063(0x236),'borderNone':_0x134063(0x1fa)},'colorPreset':{'resetColor':_0x134063(0x23c),'white':'سفید','gray100':_0x134063(0x23a),'primary100':_0x134063(0x24f),'blue100':_0x134063(0x1f5),'green100':_0x134063(0x206),'yellow100':_0x134063(0x214),'red100':_0x134063(0x241),'gray900':_0x134063(0x223),'gray500':_0x134063(0x213),'red600':'قرمز\x20600','orange600':_0x134063(0x238),'yellow700':_0x134063(0x1fc),'green600':'سبز\x20600','blue600':_0x134063(0x244),'purple600':_0x134063(0x245)}}};export{e as default};function _0x43ba(_0x2ca9d0,_0x345c83){_0x2ca9d0=_0x2ca9d0-0x1f4;const _0x402a43=_0x402a();let _0x43ba1d=_0x402a43[_0x2ca9d0];return _0x43ba1d;}function _0x402a(){const _0x1b8cef=['هیچ','ظاهر\x20جدول','توزیع','قالب\x20متن','پر\x20کردن\x20یکدست','رنگ','کپی','979480YdFtoq','تراز\x20پایین','کادر\x20افقی\x20داخلی','شفافیت','حاشیه‌های\x20داخلی','پر\x20کردن\x20گرادیان','نارنجی\x20600','ادغام\x20سلول‌ها','خاکستری\x20100','بدون\x20کادر','بازنشانی\x20رنگ','حاشیه‌های\x20بیرونی','ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','بدون\x20پر\x20کردن','لغو\x20ادغام\x20سلول‌ها','قرمز\x20100','یکپارچه','روشن','آبی\x20600','بنفش\x20600','10vDMcIn','تراز\x20عمودی','انتخاب\x20جدول','200916LTLEZR','حذف','ردیف‌های\x20نواری','پر\x20کردن\x20تصویر\x20یا\x20بافت','حذف\x20ستون','انتخاب\x20ستون','اصلی\x20100','حذف\x20ردیف','درج\x20تصویر','آبی\x20100','سبک\x20کادر','خط‌خورده','درج\x20ردیف\x20در\x20بالا','درج\x20ستون','بدون\x20حاشیه','کادر','زرد\x20700','60EsGEuM','650786ujlpQe','پررنگ','کادرهای\x20داخلی','درج\x20ستون\x20در\x20راست','500856OgAAnb','منبع\x20تصویر','1925124VzvLjP','انتخاب\x20ردیف','سبز\x20100','زیرخط','خط‌چین','انتقال\x20ردیف‌ها','نقطه‌چین','همه\x20حاشیه‌ها','11071233XVogFi','تراز\x20وسط','تراز\x20چپ','ستون\x20اول','رنگ\x20پس‌زمینه\x20متن','اندازه\x20فونت','انتقال\x20ستون','خاکستری\x20500','زرد\x20100','برش','حذف\x20جدول','3572142NNspvj','حاشیه‌ها','انتقال\x20ردیف','انتقال\x20ستون‌ها','تراز\x20راست','کادر\x20بالا','خط‌نقطه','رنگ\x20کادر\x20جدول','کادر\x20پایین','ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','ستون\x20آخر','کادر\x20عمودی\x20داخلی','خاکستری\x20900','کادر\x20راست','همه\x20کادرها','1fiWjju','حداقلی','ضخامت\x20کادر','رنگ\x20پس‌زمینه\x20جدول','ستون‌های\x20نواری'];_0x402a=function(){return _0x1b8cef;};return _0x402a();}
@@ -1 +1 @@
1
- const _0x193cd9=_0x1e5d;(function(_0x48f870,_0x2afe79){const _0x41be4a=_0x1e5d,_0x3cc1a8=_0x48f870();while(!![]){try{const _0x19395f=-parseInt(_0x41be4a(0x13e))/0x1+-parseInt(_0x41be4a(0x12d))/0x2+parseInt(_0x41be4a(0x13b))/0x3+parseInt(_0x41be4a(0x14e))/0x4+-parseInt(_0x41be4a(0x131))/0x5*(parseInt(_0x41be4a(0x11a))/0x6)+parseInt(_0x41be4a(0x109))/0x7+parseInt(_0x41be4a(0x129))/0x8*(parseInt(_0x41be4a(0x112))/0x9);if(_0x19395f===_0x2afe79)break;else _0x3cc1a8['push'](_0x3cc1a8['shift']());}catch(_0x5ef15d){_0x3cc1a8['push'](_0x3cc1a8['shift']());}}}(_0x27f0,0x19cba));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x193cd9(0x156),'fontSize':'Taille\x20de\x20la\x20police','textColor':_0x193cd9(0x123),'textBackgroundColor':_0x193cd9(0x10e),'tableBackgroundColor':_0x193cd9(0x150),'tableBorderColor':_0x193cd9(0x132),'borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':'Style\x20de\x20bordure','border':_0x193cd9(0x146),'borderStyleSolid':_0x193cd9(0x13f),'borderStyleDash':_0x193cd9(0x152),'borderStyleDot':_0x193cd9(0x134),'borderStyleDashDot':_0x193cd9(0x10d),'noBorder':_0x193cd9(0x141),'borderPresetAll':_0x193cd9(0x113),'borderPresetInner':_0x193cd9(0x147),'borderPresetOuter':_0x193cd9(0x11e),'borderPresetTop':'Bordure\x20supérieure','borderPresetBottom':_0x193cd9(0x138),'borderPresetLeft':_0x193cd9(0x14c),'borderPresetRight':_0x193cd9(0x13d),'borderPresetInnerHorizontal':_0x193cd9(0x125),'borderPresetInnerVertical':_0x193cd9(0x14f),'none':_0x193cd9(0x122),'horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x193cd9(0x114),'alignLeft':_0x193cd9(0x139),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x193cd9(0x154),'alignJustify':'Justifier','alignTop':_0x193cd9(0x119),'alignMiddle':_0x193cd9(0x11b),'alignBottom':'Aligner\x20en\x20bas','mergeCells':_0x193cd9(0x10f),'unmergeCells':'Annuler\x20la\x20fusion\x20des\x20cellules'},'shapePanel':{'fill':{'noFill':_0x193cd9(0x155),'solidFill':_0x193cd9(0x10b),'gradientFill':_0x193cd9(0x144),'pictureFill':_0x193cd9(0x135),'color':'Couleur','transparency':_0x193cd9(0x12c),'picture':{'source':_0x193cd9(0x118),'insert':_0x193cd9(0x14b)}}},'structuralControls':{'selectRow':_0x193cd9(0x110),'selectColumn':_0x193cd9(0x11d),'selectTable':_0x193cd9(0x142),'insertRow':_0x193cd9(0x115),'insertColumn':_0x193cd9(0x117),'moveRow':_0x193cd9(0x10a),'moveColumn':_0x193cd9(0x11f),'moveRows':_0x193cd9(0x136),'moveColumns':_0x193cd9(0x145),'cannotMoveMergedRows':_0x193cd9(0x148),'cannotMoveMergedColumns':'Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees'},'contextMenu':{'insert':'Insert','delete':_0x193cd9(0x120),'distribute':_0x193cd9(0x116),'borders':'Borders','tableBackgroundColor':_0x193cd9(0x153),'copy':_0x193cd9(0x151),'cut':_0x193cd9(0x111),'deleteTable':_0x193cd9(0x149),'insertRowAbove':_0x193cd9(0x13a),'insertRowBelow':_0x193cd9(0x128),'insertColumnLeft':_0x193cd9(0x130),'insertColumnRight':_0x193cd9(0x143),'deleteRow':_0x193cd9(0x126),'deleteColumn':'Delete\x20column','distributeRows':'Distribute\x20rows','distributeColumns':_0x193cd9(0x124),'borderAll':_0x193cd9(0x12a),'borderOuter':_0x193cd9(0x12e),'borderInner':_0x193cd9(0x121),'borderNone':_0x193cd9(0x12b)},'colorPreset':{'resetColor':_0x193cd9(0x133),'white':_0x193cd9(0x13c),'gray100':_0x193cd9(0x137),'primary100':'Primary\x20100','blue100':'Blue\x20100','green100':_0x193cd9(0x12f),'yellow100':'Yellow\x20100','red100':_0x193cd9(0x108),'gray900':_0x193cd9(0x11c),'gray500':_0x193cd9(0x10c),'red600':_0x193cd9(0x127),'orange600':'Orange\x20600','yellow700':_0x193cd9(0x140),'green600':_0x193cd9(0x14d),'blue600':'Blue\x20600','purple600':_0x193cd9(0x14a)}}};export{e as default};function _0x1e5d(_0x21ff99,_0x51d91d){_0x21ff99=_0x21ff99-0x108;const _0x27f0fc=_0x27f0();let _0x1e5d23=_0x27f0fc[_0x21ff99];return _0x1e5d23;}function _0x27f0(){const _0x1af356=['Purple\x20600','Insérer\x20une\x20image','Bordure\x20gauche','Green\x20600','13912AfqlYN','Bordure\x20verticale\x20intérieure','Couleur\x20de\x20fond\x20du\x20tableau','Copy','Tirets','Table\x20background\x20color','Aligner\x20à\x20droite','Aucun\x20remplissage','Police','Red\x20100','599396BkdULX','Deplacer\x20la\x20ligne','Remplissage\x20uni','Gray\x20500','Tiret-point','Couleur\x20d\x27arrière-plan\x20du\x20texte','Fusionner\x20les\x20cellules','Selectionner\x20une\x20ligne','Cut','261XkopEr','Toutes\x20les\x20bordures','Alignement\x20vertical','Inserer\x20une\x20ligne','Distribute','Inserer\x20une\x20colonne','Source\x20de\x20l\x27image','Aligner\x20en\x20haut','12QpYBny','Aligner\x20au\x20milieu','Gray\x20900','Selectionner\x20une\x20colonne','Bordure\x20extérieure','Deplacer\x20la\x20colonne','Delete','Inner\x20borders','Aucun','Couleur\x20du\x20texte','Distribute\x20columns','Bordure\x20horizontale\x20intérieure','Delete\x20row','Red\x20600','Insert\x20row\x20below','46504KSWhnX','All\x20borders','No\x20border','Transparence','165592JknNkO','Outer\x20borders','Green\x20100','Insert\x20column\x20left','128720TmowPa','Couleur\x20de\x20bordure\x20du\x20tableau','Reset\x20color','Pointillé','Remplissage\x20image\x20ou\x20texture','Deplacer\x20les\x20lignes','Gray\x20100','Bordure\x20inférieure','Aligner\x20à\x20gauche','Insert\x20row\x20above','500766mitdAW','White','Bordure\x20droite','184663tdnbrb','Continu','Yellow\x20700','Aucune\x20bordure','Selectionner\x20le\x20tableau','Insert\x20column\x20right','Remplissage\x20dégradé','Deplacer\x20les\x20colonnes','Bordure','Bordures\x20intérieures','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Delete\x20table'];_0x27f0=function(){return _0x1af356;};return _0x27f0();}
1
+ const _0x369c8f=_0x7eb3;function _0x5165(){const _0xec6999=['Aligner\x20à\x20droite','1004640CocUCD','Première\x20colonne','Format\x20de\x20texte','Bordures\x20intérieures','Copier','Selectionner\x20une\x20colonne','Selectionner\x20une\x20ligne','Aucun','Pointillé','32835DzQAni','Insérer\x20une\x20ligne\x20en\x20dessous','Bordure\x20supérieure','Bleu\x20600','Couleur\x20du\x20texte','Insérer','Annuler\x20la\x20fusion\x20des\x20cellules','Remplissage\x20image\x20ou\x20texture','Couleur\x20de\x20fond\x20du\x20tableau','Thème\x20de\x20tableau','Clair','Répartir','Bordure\x20gauche','Remplissage\x20uni','Bordure','Deplacer\x20la\x20ligne','Tiret-point','Supprimer\x20le\x20tableau','Remplissage\x20dégradé','Justifier','1344iCukmN','Taille\x20de\x20la\x20police','Italique','Insérer\x20une\x20ligne\x20au-dessus','Supprimer\x20la\x20colonne','Gris\x20900','Lignes\x20alternées','Bordures','Aligner\x20à\x20gauche','Aucune\x20bordure','Selectionner\x20le\x20tableau','Blanc','Alignement\x20horizontal','206876TXUjnm','Bleu\x20100','Couleur','Gras','Dernière\x20colonne','Vert\x20100','Aligner\x20en\x20bas','Réinitialiser\x20la\x20couleur','Transparence','Bordures\x20extérieures','1522058QeqZvI','Continu','Source\x20de\x20l\x27image','Toutes\x20les\x20bordures','Inserer\x20une\x20colonne','Violet\x20600','Apparence\x20du\x20tableau','Couper','111jhJydV','Épaisseur\x20de\x20bordure','Ligne\x20d’en-tête','2117448vTkQta','Rouge\x20600','Minimaliste','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Aligner\x20en\x20haut','Alignement\x20vertical','Souligné','Police','Gris\x20500','Orange\x20600','Aligner\x20au\x20centre','Couleur\x20de\x20bordure\x20du\x20tableau','Inserer\x20une\x20ligne','Jaune\x20100','Insérer\x20une\x20image','Bordure\x20extérieure','Colonnes\x20alternées','Gris\x20100','10220595YpXyPJ','31230972MLIYFG','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Aligner\x20au\x20milieu'];_0x5165=function(){return _0xec6999;};return _0x5165();}(function(_0x2f0fb4,_0x244c10){const _0x4e1731=_0x7eb3,_0x35c0a9=_0x2f0fb4();while(!![]){try{const _0x1d0960=-parseInt(_0x4e1731(0x1f2))/0x1+parseInt(_0x4e1731(0x1fd))/0x2+-parseInt(_0x4e1731(0x1fa))/0x3*(parseInt(_0x4e1731(0x1e8))/0x4)+parseInt(_0x4e1731(0x21d))/0x5*(parseInt(_0x4e1731(0x231))/0x6)+-parseInt(_0x4e1731(0x20f))/0x7+-parseInt(_0x4e1731(0x214))/0x8+parseInt(_0x4e1731(0x210))/0x9;if(_0x1d0960===_0x244c10)break;else _0x35c0a9['push'](_0x35c0a9['shift']());}catch(_0x534e80){_0x35c0a9['push'](_0x35c0a9['shift']());}}}(_0x5165,0xeee52));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x369c8f(0x204),'fontSize':_0x369c8f(0x232),'textFormat':_0x369c8f(0x216),'bold':_0x369c8f(0x1eb),'italic':_0x369c8f(0x233),'underline':_0x369c8f(0x203),'strikethrough':'Barré','textColor':_0x369c8f(0x221),'textBackgroundColor':'Couleur\x20d\x27arrière-plan\x20du\x20texte','tableBackgroundColor':_0x369c8f(0x225),'tableBorderColor':_0x369c8f(0x208),'borderWidth':_0x369c8f(0x1fb),'borderStyle':'Style\x20de\x20bordure','border':_0x369c8f(0x22b),'borderStyleSolid':_0x369c8f(0x1f3),'borderStyleDash':'Tirets','borderStyleDot':_0x369c8f(0x21c),'borderStyleDashDot':_0x369c8f(0x22d),'noBorder':_0x369c8f(0x23a),'borderPresetAll':_0x369c8f(0x1f5),'borderPresetInner':_0x369c8f(0x217),'borderPresetOuter':_0x369c8f(0x20c),'borderPresetTop':_0x369c8f(0x21f),'borderPresetBottom':'Bordure\x20inférieure','borderPresetLeft':_0x369c8f(0x229),'borderPresetRight':'Bordure\x20droite','borderPresetInnerHorizontal':'Bordure\x20horizontale\x20intérieure','borderPresetInnerVertical':'Bordure\x20verticale\x20intérieure','none':_0x369c8f(0x21b),'horizontalAlign':_0x369c8f(0x1e7),'verticalAlign':_0x369c8f(0x202),'alignLeft':_0x369c8f(0x239),'alignCenter':_0x369c8f(0x207),'alignRight':_0x369c8f(0x213),'alignJustify':_0x369c8f(0x230),'alignTop':_0x369c8f(0x201),'alignMiddle':_0x369c8f(0x212),'alignBottom':_0x369c8f(0x1ee),'mergeCells':'Fusionner\x20les\x20cellules','unmergeCells':_0x369c8f(0x223),'tableTheme':_0x369c8f(0x226),'tableLook':_0x369c8f(0x1f8),'headerRow':_0x369c8f(0x1fc),'footerRow':'Ligne\x20de\x20pied','bandedRows':_0x369c8f(0x237),'bandedColumns':_0x369c8f(0x20d),'firstColumn':_0x369c8f(0x215),'lastColumn':_0x369c8f(0x1ec),'bestMatch':'Meilleure\x20correspondance','light':_0x369c8f(0x227),'medium':'Moyen','minimal':_0x369c8f(0x1ff)},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':_0x369c8f(0x22a),'gradientFill':_0x369c8f(0x22f),'pictureFill':_0x369c8f(0x224),'color':_0x369c8f(0x1ea),'transparency':_0x369c8f(0x1f0),'picture':{'source':_0x369c8f(0x1f4),'insert':_0x369c8f(0x20b)}}},'structuralControls':{'selectRow':_0x369c8f(0x21a),'selectColumn':_0x369c8f(0x219),'selectTable':_0x369c8f(0x23b),'insertRow':_0x369c8f(0x209),'insertColumn':_0x369c8f(0x1f6),'moveRow':_0x369c8f(0x22c),'moveColumn':'Deplacer\x20la\x20colonne','moveRows':'Deplacer\x20les\x20lignes','moveColumns':'Deplacer\x20les\x20colonnes','cannotMoveMergedRows':_0x369c8f(0x211),'cannotMoveMergedColumns':_0x369c8f(0x200)},'contextMenu':{'insert':_0x369c8f(0x222),'delete':'Supprimer','distribute':_0x369c8f(0x228),'borders':_0x369c8f(0x238),'tableBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20tableau','copy':_0x369c8f(0x218),'cut':_0x369c8f(0x1f9),'deleteTable':_0x369c8f(0x22e),'insertRowAbove':_0x369c8f(0x234),'insertRowBelow':_0x369c8f(0x21e),'insertColumnLeft':'Insérer\x20une\x20colonne\x20à\x20gauche','insertColumnRight':'Insérer\x20une\x20colonne\x20à\x20droite','deleteRow':'Supprimer\x20la\x20ligne','deleteColumn':_0x369c8f(0x235),'distributeRows':'Répartir\x20les\x20lignes','distributeColumns':'Répartir\x20les\x20colonnes','borderAll':_0x369c8f(0x1f5),'borderOuter':_0x369c8f(0x1f1),'borderInner':'Bordures\x20intérieures','borderNone':_0x369c8f(0x23a)},'colorPreset':{'resetColor':_0x369c8f(0x1ef),'white':_0x369c8f(0x1e6),'gray100':_0x369c8f(0x20e),'primary100':'Principal\x20100','blue100':_0x369c8f(0x1e9),'green100':_0x369c8f(0x1ed),'yellow100':_0x369c8f(0x20a),'red100':'Rouge\x20100','gray900':_0x369c8f(0x236),'gray500':_0x369c8f(0x205),'red600':_0x369c8f(0x1fe),'orange600':_0x369c8f(0x206),'yellow700':'Jaune\x20700','green600':'Vert\x20600','blue600':_0x369c8f(0x220),'purple600':_0x369c8f(0x1f7)}}};function _0x7eb3(_0x5b7b7c,_0x55df49){_0x5b7b7c=_0x5b7b7c-0x1e6;const _0x516513=_0x5165();let _0x7eb36e=_0x516513[_0x5b7b7c];return _0x7eb36e;}export{e as default};
@@ -1 +1 @@
1
- function _0x3b79(_0x8feb5a,_0x2f2ed0){_0x8feb5a=_0x8feb5a-0x1f3;const _0x3eb9bd=_0x3eb9();let _0x3b7912=_0x3eb9bd[_0x8feb5a];return _0x3b7912;}const _0x5ce5ad=_0x3b79;(function(_0x107dae,_0x291030){const _0x4a86ee=_0x3b79,_0x3e7c72=_0x107dae();while(!![]){try{const _0x101290=-parseInt(_0x4a86ee(0x242))/0x1+-parseInt(_0x4a86ee(0x21b))/0x2*(-parseInt(_0x4a86ee(0x204))/0x3)+parseInt(_0x4a86ee(0x22a))/0x4+parseInt(_0x4a86ee(0x244))/0x5*(parseInt(_0x4a86ee(0x23f))/0x6)+parseInt(_0x4a86ee(0x22b))/0x7*(-parseInt(_0x4a86ee(0x1f6))/0x8)+-parseInt(_0x4a86ee(0x215))/0x9*(parseInt(_0x4a86ee(0x226))/0xa)+parseInt(_0x4a86ee(0x245))/0xb*(parseInt(_0x4a86ee(0x223))/0xc);if(_0x101290===_0x291030)break;else _0x3e7c72['push'](_0x3e7c72['shift']());}catch(_0x2378b6){_0x3e7c72['push'](_0x3e7c72['shift']());}}}(_0x3eb9,0xf402e));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x5ce5ad(0x227),'fontSize':_0x5ce5ad(0x235),'textColor':_0x5ce5ad(0x224),'textBackgroundColor':_0x5ce5ad(0x230),'tableBackgroundColor':_0x5ce5ad(0x207),'tableBorderColor':_0x5ce5ad(0x1f8),'borderWidth':_0x5ce5ad(0x21a),'borderStyle':'Gaya\x20batas','border':_0x5ce5ad(0x203),'borderStyleSolid':_0x5ce5ad(0x233),'borderStyleDash':_0x5ce5ad(0x222),'borderStyleDot':_0x5ce5ad(0x239),'borderStyleDashDot':_0x5ce5ad(0x21c),'noBorder':_0x5ce5ad(0x22d),'borderPresetAll':'Semua\x20batas','borderPresetInner':_0x5ce5ad(0x21f),'borderPresetOuter':_0x5ce5ad(0x208),'borderPresetTop':_0x5ce5ad(0x22c),'borderPresetBottom':_0x5ce5ad(0x1ff),'borderPresetLeft':_0x5ce5ad(0x1fd),'borderPresetRight':_0x5ce5ad(0x1fb),'borderPresetInnerHorizontal':_0x5ce5ad(0x1f7),'borderPresetInnerVertical':'Batas\x20vertikal\x20dalam','none':'Tidak\x20ada','horizontalAlign':_0x5ce5ad(0x23d),'verticalAlign':_0x5ce5ad(0x23b),'alignLeft':_0x5ce5ad(0x1fc),'alignCenter':_0x5ce5ad(0x217),'alignRight':_0x5ce5ad(0x220),'alignJustify':_0x5ce5ad(0x228),'alignTop':_0x5ce5ad(0x20b),'alignMiddle':_0x5ce5ad(0x21e),'alignBottom':_0x5ce5ad(0x231),'mergeCells':_0x5ce5ad(0x1f4),'unmergeCells':'Pisahkan\x20sel'},'shapePanel':{'fill':{'noFill':_0x5ce5ad(0x206),'solidFill':'Isian\x20solid','gradientFill':_0x5ce5ad(0x213),'pictureFill':'Isian\x20gambar\x20atau\x20tekstur','color':_0x5ce5ad(0x23c),'transparency':_0x5ce5ad(0x229),'picture':{'source':_0x5ce5ad(0x23a),'insert':_0x5ce5ad(0x225)}}},'structuralControls':{'selectRow':_0x5ce5ad(0x246),'selectColumn':'Pilih\x20kolom','selectTable':_0x5ce5ad(0x243),'insertRow':_0x5ce5ad(0x236),'insertColumn':_0x5ce5ad(0x1f3),'moveRow':_0x5ce5ad(0x23e),'moveColumn':_0x5ce5ad(0x22e),'moveRows':'Pindahkan\x20baris','moveColumns':'Pindahkan\x20kolom','cannotMoveMergedRows':_0x5ce5ad(0x202),'cannotMoveMergedColumns':_0x5ce5ad(0x1f9)},'contextMenu':{'insert':_0x5ce5ad(0x20f),'delete':_0x5ce5ad(0x1f5),'distribute':_0x5ce5ad(0x20d),'borders':_0x5ce5ad(0x234),'tableBackgroundColor':_0x5ce5ad(0x1fe),'copy':_0x5ce5ad(0x240),'cut':_0x5ce5ad(0x248),'deleteTable':_0x5ce5ad(0x212),'insertRowAbove':_0x5ce5ad(0x201),'insertRowBelow':_0x5ce5ad(0x219),'insertColumnLeft':_0x5ce5ad(0x1fa),'insertColumnRight':_0x5ce5ad(0x214),'deleteRow':_0x5ce5ad(0x209),'deleteColumn':_0x5ce5ad(0x21d),'distributeRows':'Distribute\x20rows','distributeColumns':_0x5ce5ad(0x22f),'borderAll':_0x5ce5ad(0x20e),'borderOuter':_0x5ce5ad(0x211),'borderInner':_0x5ce5ad(0x20c),'borderNone':_0x5ce5ad(0x238)},'colorPreset':{'resetColor':_0x5ce5ad(0x205),'white':_0x5ce5ad(0x221),'gray100':'Gray\x20100','primary100':_0x5ce5ad(0x218),'blue100':_0x5ce5ad(0x247),'green100':'Green\x20100','yellow100':'Yellow\x20100','red100':_0x5ce5ad(0x200),'gray900':_0x5ce5ad(0x232),'gray500':_0x5ce5ad(0x216),'red600':'Red\x20600','orange600':_0x5ce5ad(0x241),'yellow700':_0x5ce5ad(0x20a),'green600':'Green\x20600','blue600':_0x5ce5ad(0x237),'purple600':_0x5ce5ad(0x210)}}};export{e as default};function _0x3eb9(){const _0x3e0517=['Pilih\x20tabel','10zTAbNs','77bjqWyh','Pilih\x20baris','Blue\x20100','Cut','Sisipkan\x20kolom','Gabungkan\x20sel','Delete','16zpJAHu','Batas\x20horizontal\x20dalam','Warna\x20batas\x20tabel','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Insert\x20column\x20left','Batas\x20kanan','Rata\x20kiri','Batas\x20kiri','Table\x20background\x20color','Batas\x20bawah','Red\x20100','Insert\x20row\x20above','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Batas','4227lPsheN','Reset\x20color','Tanpa\x20isian','Warna\x20latar\x20tabel','Batas\x20luar','Delete\x20row','Yellow\x20700','Rata\x20atas','Inner\x20borders','Distribute','All\x20borders','Insert','Purple\x20600','Outer\x20borders','Delete\x20table','Isian\x20gradien','Insert\x20column\x20right','15021Tajral','Gray\x20500','Rata\x20tengah','Primary\x20100','Insert\x20row\x20below','Lebar\x20batas','956VlQBEb','Garis-titik','Delete\x20column','Rata\x20tengah\x20vertikal','Batas\x20dalam','Rata\x20kanan','White','Putus-putus','2070888fqXYfr','Warna\x20teks','Sisipkan\x20Gambar','370osBimI','Font','Rata\x20kiri\x20kanan','Transparansi','4498320hYsExc','4684897IpocwF','Batas\x20atas','Tanpa\x20batas','Pindahkan\x20kolom','Distribute\x20columns','Warna\x20latar\x20teks','Rata\x20bawah','Gray\x20900','Garis\x20penuh','Borders','Ukuran\x20font','Sisipkan\x20baris','Blue\x20600','No\x20border','Titik-titik','Sumber\x20Gambar','Perataan\x20vertikal','Warna','Perataan\x20horizontal','Pindahkan\x20baris','1579614xhHjPV','Copy','Orange\x20600','1132873UhQpTk'];_0x3eb9=function(){return _0x3e0517;};return _0x3eb9();}
1
+ const _0x3ebb01=_0x5bc8;function _0x414b(){const _0x53c2e5=['Rata\x20kiri','2542728EbPAur','Baris\x20footer','Sisipkan\x20kolom','Warna','Pisahkan\x20sel','Pindahkan\x20baris','80cZCinI','Pilih\x20tabel','Terang','Tema\x20tabel','165200tYfvzE','Sisipkan\x20Gambar','Hapus\x20kolom','Baris\x20header','Warna\x20latar\x20tabel','21EgNODF','Potong','871864Mdejcc','Putus-putus','Garis\x20penuh','Format\x20teks','Rata\x20tengah','5449810NzOTdv','Rata\x20kanan','Salin','Tanpa\x20isian','Batas\x20horizontal\x20dalam','Tanpa\x20batas','Hapus','265BfNxiS','Kolom\x20pertama','Warna\x20batas\x20tabel','Kolom\x20berpita','Tampilan\x20tabel','Sisipkan\x20baris','Semua\x20batas','Hijau\x20600','Garis-titik','Isian\x20gambar\x20atau\x20tekstur','Distribusikan\x20baris','Garis\x20bawah','Hijau\x20100','Tidak\x20ada','Sisipkan','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Abu-abu\x20900','Batas\x20atas','Gaya\x20batas','Perataan\x20vertikal','Batas\x20bagian\x20dalam','Kuning\x20700','Isian\x20gradien','Perataan\x20horizontal','Merah\x20600','Distribusikan','Rata\x20atas','Lebar\x20batas','Batas\x20luar','Rata\x20kiri\x20kanan','7786nCtCLX','Sisipkan\x20baris\x20di\x20atas','Utama\x20100','Pindahkan\x20kolom','Abu-abu\x20500','Abu-abu\x20100','Coret','9458940tRtCbC','Atur\x20ulang\x20warna','Oranye\x20600','Pilih\x20kolom','Tebal','Hapus\x20tabel','Hapus\x20baris','Ungu\x20600','Warna\x20latar\x20teks','Merah\x20100','Baris\x20berpita','Sisipkan\x20kolom\x20di\x20kanan','9193716AhKhko','Batas\x20kiri','Biru\x20600','Miring','Batas\x20vertikal\x20dalam','Kuning\x20100','Ukuran\x20font','Biru\x20100','Batas','Warna\x20latar\x20belakang\x20tabel'];_0x414b=function(){return _0x53c2e5;};return _0x414b();}(function(_0x242018,_0x244520){const _0x3923dd=_0x5bc8,_0x206f9a=_0x242018();while(!![]){try{const _0x5790c3=-parseInt(_0x3923dd(0xee))/0x1*(-parseInt(_0x3923dd(0xb3))/0x2)+-parseInt(_0x3923dd(0xd1))/0x3+parseInt(_0x3923dd(0xd7))/0x4*(-parseInt(_0x3923dd(0xdb))/0x5)+parseInt(_0x3923dd(0xba))/0x6+parseInt(_0x3923dd(0xe0))/0x7*(parseInt(_0x3923dd(0xe2))/0x8)+-parseInt(_0x3923dd(0xc6))/0x9+parseInt(_0x3923dd(0xe7))/0xa;if(_0x5790c3===_0x244520)break;else _0x206f9a['push'](_0x206f9a['shift']());}catch(_0x52c242){_0x206f9a['push'](_0x206f9a['shift']());}}}(_0x414b,0xe7f95));function _0x5bc8(_0x2d40da,_0x53855f){_0x2d40da=_0x2d40da-0xaf;const _0x414b3d=_0x414b();let _0x5bc8c6=_0x414b3d[_0x2d40da];return _0x5bc8c6;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Font','fontSize':_0x3ebb01(0xcc),'textFormat':_0x3ebb01(0xe5),'bold':_0x3ebb01(0xbe),'italic':_0x3ebb01(0xc9),'underline':_0x3ebb01(0xf9),'strikethrough':_0x3ebb01(0xb9),'textColor':'Warna\x20teks','textBackgroundColor':_0x3ebb01(0xc2),'tableBackgroundColor':_0x3ebb01(0xdf),'tableBorderColor':_0x3ebb01(0xf0),'borderWidth':_0x3ebb01(0xb0),'borderStyle':_0x3ebb01(0x100),'border':_0x3ebb01(0xce),'borderStyleSolid':_0x3ebb01(0xe4),'borderStyleDash':_0x3ebb01(0xe3),'borderStyleDot':'Titik-titik','borderStyleDashDot':_0x3ebb01(0xf6),'noBorder':_0x3ebb01(0xec),'borderPresetAll':_0x3ebb01(0xf4),'borderPresetInner':'Batas\x20dalam','borderPresetOuter':_0x3ebb01(0xb1),'borderPresetTop':_0x3ebb01(0xff),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':_0x3ebb01(0xc7),'borderPresetRight':'Batas\x20kanan','borderPresetInnerHorizontal':_0x3ebb01(0xeb),'borderPresetInnerVertical':_0x3ebb01(0xca),'none':_0x3ebb01(0xfb),'horizontalAlign':_0x3ebb01(0x105),'verticalAlign':_0x3ebb01(0x101),'alignLeft':_0x3ebb01(0xd0),'alignCenter':_0x3ebb01(0xe6),'alignRight':_0x3ebb01(0xe8),'alignJustify':_0x3ebb01(0xb2),'alignTop':_0x3ebb01(0xaf),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':'Rata\x20bawah','mergeCells':'Gabungkan\x20sel','unmergeCells':_0x3ebb01(0xd5),'tableTheme':_0x3ebb01(0xda),'tableLook':_0x3ebb01(0xf2),'headerRow':_0x3ebb01(0xde),'footerRow':_0x3ebb01(0xd2),'bandedRows':_0x3ebb01(0xc4),'bandedColumns':_0x3ebb01(0xf1),'firstColumn':_0x3ebb01(0xef),'lastColumn':'Kolom\x20terakhir','bestMatch':'Kecocokan\x20terbaik','light':_0x3ebb01(0xd9),'medium':'Sedang','minimal':'Minimal'},'shapePanel':{'fill':{'noFill':_0x3ebb01(0xea),'solidFill':'Isian\x20solid','gradientFill':_0x3ebb01(0x104),'pictureFill':_0x3ebb01(0xf7),'color':_0x3ebb01(0xd4),'transparency':'Transparansi','picture':{'source':'Sumber\x20Gambar','insert':_0x3ebb01(0xdc)}}},'structuralControls':{'selectRow':'Pilih\x20baris','selectColumn':_0x3ebb01(0xbd),'selectTable':_0x3ebb01(0xd8),'insertRow':_0x3ebb01(0xf3),'insertColumn':_0x3ebb01(0xd3),'moveRow':_0x3ebb01(0xd6),'moveColumn':'Pindahkan\x20kolom','moveRows':_0x3ebb01(0xd6),'moveColumns':_0x3ebb01(0xb6),'cannotMoveMergedRows':_0x3ebb01(0xfd),'cannotMoveMergedColumns':'Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan'},'contextMenu':{'insert':_0x3ebb01(0xfc),'delete':_0x3ebb01(0xed),'distribute':_0x3ebb01(0x107),'borders':_0x3ebb01(0xce),'tableBackgroundColor':_0x3ebb01(0xcf),'copy':_0x3ebb01(0xe9),'cut':_0x3ebb01(0xe1),'deleteTable':_0x3ebb01(0xbf),'insertRowAbove':_0x3ebb01(0xb4),'insertRowBelow':'Sisipkan\x20baris\x20di\x20bawah','insertColumnLeft':'Sisipkan\x20kolom\x20di\x20kiri','insertColumnRight':_0x3ebb01(0xc5),'deleteRow':_0x3ebb01(0xc0),'deleteColumn':_0x3ebb01(0xdd),'distributeRows':_0x3ebb01(0xf8),'distributeColumns':'Distribusikan\x20kolom','borderAll':_0x3ebb01(0xf4),'borderOuter':_0x3ebb01(0xb1),'borderInner':_0x3ebb01(0x102),'borderNone':_0x3ebb01(0xec)},'colorPreset':{'resetColor':_0x3ebb01(0xbb),'white':'Putih','gray100':_0x3ebb01(0xb8),'primary100':_0x3ebb01(0xb5),'blue100':_0x3ebb01(0xcd),'green100':_0x3ebb01(0xfa),'yellow100':_0x3ebb01(0xcb),'red100':_0x3ebb01(0xc3),'gray900':_0x3ebb01(0xfe),'gray500':_0x3ebb01(0xb7),'red600':_0x3ebb01(0x106),'orange600':_0x3ebb01(0xbc),'yellow700':_0x3ebb01(0x103),'green600':_0x3ebb01(0xf5),'blue600':_0x3ebb01(0xc8),'purple600':_0x3ebb01(0xc1)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x3bae(){const _0x2c6710=['Reset\x20color','Allineamento\x20orizzontale','Riempimento\x20solido','3zICRRV','15093zxKciK','Inserisci\x20riga','Blue\x20100','Insert\x20column\x20left','Dimensione\x20carattere','Nessun\x20riempimento','Distribute\x20rows','44EIaBCw','Purple\x20600','Inserisci\x20colonna','Insert\x20row\x20below','Bordo\x20orizzontale\x20interno','All\x20borders','Allinea\x20a\x20destra','Sposta\x20righe','Distribute','Stile\x20bordo','Seleziona\x20tabella','4463494YhmZtT','Allinea\x20al\x20centro','326540RwCHZW','Allineamento\x20verticale','Delete\x20table','Bordo','Blue\x20600','Origine\x20immagine','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','Nessun\x20bordo','Bordi\x20interni','Allinea\x20in\x20basso','Copy','Punteggiato','Separa\x20celle','Unisci\x20celle','Riempimento\x20gradiente','Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','Tratteggiato','Insert','Green\x20100','Sposta\x20riga','White','Continuo','160WFySMJ','Yellow\x20100','Seleziona\x20riga','6068684jkgRpF','Allinea\x20in\x20alto','Nessuno','6420228VZtVyo','Bordo\x20superiore','Carattere','4HFXxWy','Green\x20600','Colore\x20sfondo\x20tabella','Colore\x20sfondo\x20testo','Bordo\x20verticale\x20interno','Bordo\x20destro','Borders','Seleziona\x20colonna','Tratto-punto','Allinea\x20a\x20sinistra','Bordo\x20sinistro','Orange\x20600','Cut','1930860BCjXER','Colore\x20testo','Tutti\x20i\x20bordi','Sposta\x20colonna','Insert\x20row\x20above','Delete','Outer\x20borders','721540ThCIhO','8EoIjGq','Colore','No\x20border','Bordo\x20inferiore','Insert\x20column\x20right','Trasparenza'];_0x3bae=function(){return _0x2c6710;};return _0x3bae();}const _0x4e8d25=_0xa9df;(function(_0x3e95f0,_0x8a80fa){const _0x3aec41=_0xa9df,_0x2308e1=_0x3e95f0();while(!![]){try{const _0x3737b3=-parseInt(_0x3aec41(0xcb))/0x1*(-parseInt(_0x3aec41(0xac))/0x2)+parseInt(_0x3aec41(0xe9))/0x3*(parseInt(_0x3aec41(0xc5))/0x4)+-parseInt(_0x3aec41(0xdf))/0x5+parseInt(_0x3aec41(0xd8))/0x6+parseInt(_0x3aec41(0xaa))/0x7*(parseInt(_0x3aec41(0xe0))/0x8)+-parseInt(_0x3aec41(0xea))/0x9*(-parseInt(_0x3aec41(0xc2))/0xa)+parseInt(_0x3aec41(0xf1))/0xb*(-parseInt(_0x3aec41(0xc8))/0xc);if(_0x3737b3===_0x8a80fa)break;else _0x2308e1['push'](_0x2308e1['shift']());}catch(_0x15f3ed){_0x2308e1['push'](_0x2308e1['shift']());}}}(_0x3bae,0xd4ed7));function _0xa9df(_0x535167,_0xcb04e3){_0x535167=_0x535167-0xa7;const _0x3bae89=_0x3bae();let _0xa9dfbe=_0x3bae89[_0x535167];return _0xa9dfbe;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4e8d25(0xca),'fontSize':_0x4e8d25(0xee),'textColor':_0x4e8d25(0xd9),'textBackgroundColor':_0x4e8d25(0xce),'tableBackgroundColor':_0x4e8d25(0xcd),'tableBorderColor':'Colore\x20bordo\x20tabella','borderWidth':'Spessore\x20bordo','borderStyle':_0x4e8d25(0xa8),'border':_0x4e8d25(0xaf),'borderStyleSolid':_0x4e8d25(0xc1),'borderStyleDash':_0x4e8d25(0xbc),'borderStyleDot':_0x4e8d25(0xb7),'borderStyleDashDot':_0x4e8d25(0xd3),'noBorder':_0x4e8d25(0xb3),'borderPresetAll':_0x4e8d25(0xda),'borderPresetInner':_0x4e8d25(0xb4),'borderPresetOuter':'Bordo\x20esterno','borderPresetTop':_0x4e8d25(0xc9),'borderPresetBottom':_0x4e8d25(0xe3),'borderPresetLeft':_0x4e8d25(0xd5),'borderPresetRight':_0x4e8d25(0xd0),'borderPresetInnerHorizontal':_0x4e8d25(0xf5),'borderPresetInnerVertical':_0x4e8d25(0xcf),'none':_0x4e8d25(0xc7),'horizontalAlign':_0x4e8d25(0xe7),'verticalAlign':_0x4e8d25(0xad),'alignLeft':_0x4e8d25(0xd4),'alignCenter':_0x4e8d25(0xab),'alignRight':_0x4e8d25(0xf7),'alignJustify':'Giustifica','alignTop':_0x4e8d25(0xc6),'alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':_0x4e8d25(0xb5),'mergeCells':_0x4e8d25(0xb9),'unmergeCells':_0x4e8d25(0xb8)},'shapePanel':{'fill':{'noFill':_0x4e8d25(0xef),'solidFill':_0x4e8d25(0xe8),'gradientFill':_0x4e8d25(0xba),'pictureFill':'Riempimento\x20immagine\x20o\x20texture','color':_0x4e8d25(0xe1),'transparency':_0x4e8d25(0xe5),'picture':{'source':_0x4e8d25(0xb1),'insert':'Inserisci\x20immagine'}}},'structuralControls':{'selectRow':_0x4e8d25(0xc4),'selectColumn':_0x4e8d25(0xd2),'selectTable':_0x4e8d25(0xa9),'insertRow':_0x4e8d25(0xeb),'insertColumn':_0x4e8d25(0xf3),'moveRow':_0x4e8d25(0xbf),'moveColumn':_0x4e8d25(0xdb),'moveRows':_0x4e8d25(0xf8),'moveColumns':'Sposta\x20colonne','cannotMoveMergedRows':_0x4e8d25(0xbb),'cannotMoveMergedColumns':_0x4e8d25(0xb2)},'contextMenu':{'insert':_0x4e8d25(0xbd),'delete':_0x4e8d25(0xdd),'distribute':_0x4e8d25(0xa7),'borders':_0x4e8d25(0xd1),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x4e8d25(0xb6),'cut':_0x4e8d25(0xd7),'deleteTable':_0x4e8d25(0xae),'insertRowAbove':_0x4e8d25(0xdc),'insertRowBelow':_0x4e8d25(0xf4),'insertColumnLeft':_0x4e8d25(0xed),'insertColumnRight':_0x4e8d25(0xe4),'deleteRow':'Delete\x20row','deleteColumn':'Delete\x20column','distributeRows':_0x4e8d25(0xf0),'distributeColumns':'Distribute\x20columns','borderAll':_0x4e8d25(0xf6),'borderOuter':_0x4e8d25(0xde),'borderInner':'Inner\x20borders','borderNone':_0x4e8d25(0xe2)},'colorPreset':{'resetColor':_0x4e8d25(0xe6),'white':_0x4e8d25(0xc0),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x4e8d25(0xec),'green100':_0x4e8d25(0xbe),'yellow100':_0x4e8d25(0xc3),'red100':'Red\x20100','gray900':'Gray\x20900','gray500':'Gray\x20500','red600':'Red\x20600','orange600':_0x4e8d25(0xd6),'yellow700':'Yellow\x20700','green600':_0x4e8d25(0xcc),'blue600':_0x4e8d25(0xb0),'purple600':_0x4e8d25(0xf2)}}};export{e as default};
1
+ const _0x565d74=_0x145c;function _0x145c(_0x508c4a,_0x1a6b43){_0x508c4a=_0x508c4a-0xe6;const _0x9b3953=_0x9b39();let _0x145c60=_0x9b3953[_0x508c4a];return _0x145c60;}(function(_0xbcfe0b,_0x563509){const _0x272ce2=_0x145c,_0x107955=_0xbcfe0b();while(!![]){try{const _0x45234d=parseInt(_0x272ce2(0x10c))/0x1+-parseInt(_0x272ce2(0x100))/0x2*(-parseInt(_0x272ce2(0x13c))/0x3)+parseInt(_0x272ce2(0x117))/0x4*(parseInt(_0x272ce2(0x10e))/0x5)+parseInt(_0x272ce2(0xe8))/0x6*(parseInt(_0x272ce2(0x11b))/0x7)+-parseInt(_0x272ce2(0x139))/0x8+parseInt(_0x272ce2(0x119))/0x9*(parseInt(_0x272ce2(0x126))/0xa)+-parseInt(_0x272ce2(0x13f))/0xb*(parseInt(_0x272ce2(0xef))/0xc);if(_0x45234d===_0x563509)break;else _0x107955['push'](_0x107955['shift']());}catch(_0x8a1d9e){_0x107955['push'](_0x107955['shift']());}}}(_0x9b39,0x1c1b2));function _0x9b39(){const _0x53ee42=['Rosso\x20600','Distribuisci','Allinea\x20al\x20centro\x20verticalmente','Sposta\x20riga','129582WSWjNI','Bordo\x20verticale\x20interno','Giallo\x20100','Grigio\x20100','Grigio\x20900','Bordo\x20esterno','Origine\x20immagine','7584oJlOcS','Giustifica','Viola\x20600','Distribuisci\x20colonne','Chiaro','Grigio\x20500','Nessun\x20riempimento','Sottolineato','Minimo','Bordo\x20inferiore','Bordo\x20destro','Colore\x20sfondo\x20tabella','Continuo','Colore\x20di\x20sfondo\x20della\x20tabella','Colonne\x20alternate','Grassetto','Colore\x20bordo\x20tabella','2AMmbtC','Separa\x20celle','Corrispondenza\x20migliore','Nessun\x20bordo','Inserisci\x20colonna\x20a\x20sinistra','Elimina\x20colonna','Allinea\x20in\x20basso','Seleziona\x20riga','Bordo','Allinea\x20in\x20alto','Formato\x20testo','Riga\x20intestazione','12152hwqORG','Carattere','307275Blpmpp','Inserisci\x20immagine','Distribuisci\x20righe','Tema\x20tabella','Colore','Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','Punteggiato','Allineamento\x20verticale','Giallo\x20700','8wlIMTD','Dimensione\x20carattere','7326fyDpdC','Rosso\x20100','70OWjwXA','Inserisci\x20colonna','Elimina\x20riga','Taglia','Tutti\x20i\x20bordi','Allineamento\x20orizzontale','Prima\x20colonna','Riempimento\x20gradiente','Unisci\x20celle','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','Riempimento\x20immagine\x20o\x20texture','790IGeBWf','Allinea\x20a\x20sinistra','Bordi\x20interni','Blu\x20100','Media','Elimina','Verde\x20100','Elimina\x20tabella','Ultima\x20colonna','Bianco','Righe\x20alternate','Inserisci','Riga\x20piè\x20di\x20pagina','Colore\x20sfondo\x20testo','Bordi\x20esterni','Bordo\x20sinistro','Sposta\x20colonne','Bordo\x20orizzontale\x20interno','Reimposta\x20colore','1531760hOXSyy','Allinea\x20a\x20destra','Tratto-punto','547818ZDTNwy','Allinea\x20al\x20centro','Sposta\x20righe','5071LbiPdZ','Riempimento\x20solido','Seleziona\x20tabella'];_0x9b39=function(){return _0x53ee42;};return _0x9b39();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x565d74(0x10d),'fontSize':_0x565d74(0x118),'textFormat':_0x565d74(0x10a),'bold':_0x565d74(0xfe),'italic':'Corsivo','underline':_0x565d74(0xf6),'strikethrough':'Barrato','textColor':'Colore\x20testo','textBackgroundColor':_0x565d74(0x133),'tableBackgroundColor':_0x565d74(0xfa),'tableBorderColor':_0x565d74(0xff),'borderWidth':'Spessore\x20bordo','borderStyle':'Stile\x20bordo','border':_0x565d74(0x108),'borderStyleSolid':_0x565d74(0xfb),'borderStyleDash':'Tratteggiato','borderStyleDot':_0x565d74(0x114),'borderStyleDashDot':_0x565d74(0x13b),'noBorder':'Nessun\x20bordo','borderPresetAll':'Tutti\x20i\x20bordi','borderPresetInner':_0x565d74(0x128),'borderPresetOuter':_0x565d74(0xed),'borderPresetTop':'Bordo\x20superiore','borderPresetBottom':_0x565d74(0xf8),'borderPresetLeft':_0x565d74(0x135),'borderPresetRight':_0x565d74(0xf9),'borderPresetInnerHorizontal':_0x565d74(0x137),'borderPresetInnerVertical':_0x565d74(0xe9),'none':'Nessuno','horizontalAlign':_0x565d74(0x120),'verticalAlign':_0x565d74(0x115),'alignLeft':_0x565d74(0x127),'alignCenter':_0x565d74(0x13d),'alignRight':_0x565d74(0x13a),'alignJustify':_0x565d74(0xf0),'alignTop':_0x565d74(0x109),'alignMiddle':_0x565d74(0xe6),'alignBottom':_0x565d74(0x106),'mergeCells':_0x565d74(0x123),'unmergeCells':_0x565d74(0x101),'tableTheme':_0x565d74(0x111),'tableLook':'Aspetto\x20tabella','headerRow':_0x565d74(0x10b),'footerRow':_0x565d74(0x132),'bandedRows':_0x565d74(0x130),'bandedColumns':_0x565d74(0xfd),'firstColumn':_0x565d74(0x121),'lastColumn':_0x565d74(0x12e),'bestMatch':_0x565d74(0x102),'light':_0x565d74(0xf3),'medium':_0x565d74(0x12a),'minimal':_0x565d74(0xf7)},'shapePanel':{'fill':{'noFill':_0x565d74(0xf5),'solidFill':_0x565d74(0x140),'gradientFill':_0x565d74(0x122),'pictureFill':_0x565d74(0x125),'color':_0x565d74(0x112),'transparency':'Trasparenza','picture':{'source':_0x565d74(0xee),'insert':_0x565d74(0x10f)}}},'structuralControls':{'selectRow':_0x565d74(0x107),'selectColumn':'Seleziona\x20colonna','selectTable':_0x565d74(0x141),'insertRow':'Inserisci\x20riga','insertColumn':_0x565d74(0x11c),'moveRow':_0x565d74(0xe7),'moveColumn':'Sposta\x20colonna','moveRows':_0x565d74(0x13e),'moveColumns':_0x565d74(0x136),'cannotMoveMergedRows':_0x565d74(0x113),'cannotMoveMergedColumns':_0x565d74(0x124)},'contextMenu':{'insert':_0x565d74(0x131),'delete':_0x565d74(0x12b),'distribute':_0x565d74(0x143),'borders':'Bordi','tableBackgroundColor':_0x565d74(0xfc),'copy':'Copia','cut':_0x565d74(0x11e),'deleteTable':_0x565d74(0x12d),'insertRowAbove':'Inserisci\x20riga\x20sopra','insertRowBelow':'Inserisci\x20riga\x20sotto','insertColumnLeft':_0x565d74(0x104),'insertColumnRight':'Inserisci\x20colonna\x20a\x20destra','deleteRow':_0x565d74(0x11d),'deleteColumn':_0x565d74(0x105),'distributeRows':_0x565d74(0x110),'distributeColumns':_0x565d74(0xf2),'borderAll':_0x565d74(0x11f),'borderOuter':_0x565d74(0x134),'borderInner':'Bordi\x20interni','borderNone':_0x565d74(0x103)},'colorPreset':{'resetColor':_0x565d74(0x138),'white':_0x565d74(0x12f),'gray100':_0x565d74(0xeb),'primary100':'Primario\x20100','blue100':_0x565d74(0x129),'green100':_0x565d74(0x12c),'yellow100':_0x565d74(0xea),'red100':_0x565d74(0x11a),'gray900':_0x565d74(0xec),'gray500':_0x565d74(0xf4),'red600':_0x565d74(0x142),'orange600':'Arancione\x20600','yellow700':_0x565d74(0x116),'green600':'Verde\x20600','blue600':'Blu\x20600','purple600':_0x565d74(0xf1)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x5d16c0=_0x2a1d;(function(_0x2db730,_0xe1dbf0){const _0x449421=_0x2a1d,_0x11c6f2=_0x2db730();while(!![]){try{const _0x4ffeba=parseInt(_0x449421(0x19e))/0x1+parseInt(_0x449421(0x197))/0x2*(parseInt(_0x449421(0x1ba))/0x3)+parseInt(_0x449421(0x188))/0x4+parseInt(_0x449421(0x1af))/0x5+-parseInt(_0x449421(0x19a))/0x6+parseInt(_0x449421(0x192))/0x7+parseInt(_0x449421(0x187))/0x8*(-parseInt(_0x449421(0x1ad))/0x9);if(_0x4ffeba===_0xe1dbf0)break;else _0x11c6f2['push'](_0x11c6f2['shift']());}catch(_0x425193){_0x11c6f2['push'](_0x11c6f2['shift']());}}}(_0x155e,0x6ba87));function _0x155e(){const _0x39c9c5=['2653664FxnFbS','3470760GbgYeu','グラデーション塗りつぶし','Orange\x20600','Insert\x20row\x20above','左罫線','フォントサイズ','Gray\x20100','画像ソース','Copy','セルの結合を解除','1652539bToBYU','左揃え','Insert\x20column','Select\x20column','Inner\x20borders','4AcXusO','White','Distribute','4277292bXekwH','Move\x20column','Blue\x20600','すべての罫線','876182vSxnEl','Delete\x20column','Outer\x20borders','表の罫線色','Yellow\x20700','Select\x20row','Move\x20columns','Primary\x20100','Insert\x20row','画像を挿入','図またはテクスチャ塗りつぶし','Gray\x20900','Delete\x20row','Move\x20row','上罫線','36hDvaze','Reset\x20color','1528670fpFaRz','Cannot\x20move\x20columns\x20across\x20merged\x20cells','内側縦罫線','右揃え','Distribute\x20rows','No\x20border','Purple\x20600','Blue\x20100','Gray\x20500','Insert\x20column\x20right','All\x20borders','292497HZhmWa','上揃え','セルを結合','Distribute\x20columns','Move\x20rows','中央揃え','水平方向の配置','一点鎖線','Borders','Red\x20100','Cut','下揃え','Select\x20table','Delete','罫線なし','Red\x20600','右罫線','内側横罫線','文字の背景色'];_0x155e=function(){return _0x39c9c5;};return _0x155e();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'フォント','fontSize':_0x5d16c0(0x18d),'textColor':'文字色','textBackgroundColor':_0x5d16c0(0x186),'tableBackgroundColor':'表の背景色','tableBorderColor':_0x5d16c0(0x1a1),'borderWidth':'罫線の太さ','borderStyle':'罫線のスタイル','border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x5d16c0(0x17b),'noBorder':_0x5d16c0(0x182),'borderPresetAll':_0x5d16c0(0x19d),'borderPresetInner':'内側の罫線','borderPresetOuter':'外枠','borderPresetTop':_0x5d16c0(0x1ac),'borderPresetBottom':'下罫線','borderPresetLeft':_0x5d16c0(0x18c),'borderPresetRight':_0x5d16c0(0x184),'borderPresetInnerHorizontal':_0x5d16c0(0x185),'borderPresetInnerVertical':_0x5d16c0(0x1b1),'none':'なし','horizontalAlign':_0x5d16c0(0x17a),'verticalAlign':'垂直方向の配置','alignLeft':_0x5d16c0(0x193),'alignCenter':_0x5d16c0(0x179),'alignRight':_0x5d16c0(0x1b2),'alignJustify':'両端揃え','alignTop':_0x5d16c0(0x1bb),'alignMiddle':_0x5d16c0(0x179),'alignBottom':_0x5d16c0(0x17f),'mergeCells':_0x5d16c0(0x1bc),'unmergeCells':_0x5d16c0(0x191)},'shapePanel':{'fill':{'noFill':'塗りつぶしなし','solidFill':'単色塗りつぶし','gradientFill':_0x5d16c0(0x189),'pictureFill':_0x5d16c0(0x1a8),'color':'色','transparency':'透明度','picture':{'source':_0x5d16c0(0x18f),'insert':_0x5d16c0(0x1a7)}}},'structuralControls':{'selectRow':_0x5d16c0(0x1a3),'selectColumn':_0x5d16c0(0x195),'selectTable':_0x5d16c0(0x180),'insertRow':_0x5d16c0(0x1a6),'insertColumn':_0x5d16c0(0x194),'moveRow':_0x5d16c0(0x1ab),'moveColumn':_0x5d16c0(0x19b),'moveRows':_0x5d16c0(0x178),'moveColumns':_0x5d16c0(0x1a4),'cannotMoveMergedRows':'Cannot\x20move\x20rows\x20across\x20merged\x20cells','cannotMoveMergedColumns':_0x5d16c0(0x1b0)},'contextMenu':{'insert':'Insert','delete':_0x5d16c0(0x181),'distribute':_0x5d16c0(0x199),'borders':_0x5d16c0(0x17c),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x5d16c0(0x190),'cut':_0x5d16c0(0x17e),'deleteTable':'Delete\x20table','insertRowAbove':_0x5d16c0(0x18b),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x5d16c0(0x1b8),'deleteRow':_0x5d16c0(0x1aa),'deleteColumn':_0x5d16c0(0x19f),'distributeRows':_0x5d16c0(0x1b3),'distributeColumns':_0x5d16c0(0x177),'borderAll':_0x5d16c0(0x1b9),'borderOuter':_0x5d16c0(0x1a0),'borderInner':_0x5d16c0(0x196),'borderNone':_0x5d16c0(0x1b4)},'colorPreset':{'resetColor':_0x5d16c0(0x1ae),'white':_0x5d16c0(0x198),'gray100':_0x5d16c0(0x18e),'primary100':_0x5d16c0(0x1a5),'blue100':_0x5d16c0(0x1b6),'green100':'Green\x20100','yellow100':'Yellow\x20100','red100':_0x5d16c0(0x17d),'gray900':_0x5d16c0(0x1a9),'gray500':_0x5d16c0(0x1b7),'red600':_0x5d16c0(0x183),'orange600':_0x5d16c0(0x18a),'yellow700':_0x5d16c0(0x1a2),'green600':'Green\x20600','blue600':_0x5d16c0(0x19c),'purple600':_0x5d16c0(0x1b5)}}};function _0x2a1d(_0x1ddf77,_0x2028af){_0x1ddf77=_0x1ddf77-0x177;const _0x155ee0=_0x155e();let _0x2a1dd1=_0x155ee0[_0x1ddf77];return _0x2a1dd1;}export{e as default};
1
+ const _0x221b9e=_0x2831;(function(_0x3f2bb1,_0x2586e7){const _0x15b023=_0x2831,_0x1940b7=_0x3f2bb1();while(!![]){try{const _0x2275f4=-parseInt(_0x15b023(0x1ea))/0x1+parseInt(_0x15b023(0x1ed))/0x2+parseInt(_0x15b023(0x1d9))/0x3+-parseInt(_0x15b023(0x1e1))/0x4*(parseInt(_0x15b023(0x1e3))/0x5)+parseInt(_0x15b023(0x1c4))/0x6*(-parseInt(_0x15b023(0x1c0))/0x7)+-parseInt(_0x15b023(0x1ef))/0x8*(parseInt(_0x15b023(0x1cf))/0x9)+-parseInt(_0x15b023(0x1d1))/0xa*(-parseInt(_0x15b023(0x1c5))/0xb);if(_0x2275f4===_0x2586e7)break;else _0x1940b7['push'](_0x1940b7['shift']());}catch(_0x5c7d67){_0x1940b7['push'](_0x1940b7['shift']());}}}(_0x4876,0x94428));function _0x2831(_0x112115,_0x46a0fa){_0x112115=_0x112115-0x1b5;const _0x48761e=_0x4876();let _0x28316a=_0x48761e[_0x112115];return _0x28316a;}function _0x4876(){const _0x12f37f=['列を削除','一点鎖線','24152NmXOFt','集計行','260kedLKz','図またはテクスチャ塗りつぶし','画像を挿入','文字色','グレー\x20500','黄\x20700','均等配置','998015rDnkUF','コピー','表の背景色','1216774CeSeSU','単色塗りつぶし','568pRGFbn','表の罫線色','透明度','グラデーション塗りつぶし','取り消し線','緑\x20100','表を削除','文字の背景色','垂直方向の配置','中央揃え','最初の列','プライマリ\x20100','右罫線','列を移動','内側横罫線','グレー\x20100','罫線なし','結合されたセルをまたいで列を移動することはできません','行を移動','塗りつぶしなし','内側の罫線','行を挿入','赤\x20600','明るい','罫線のスタイル','右に列を挿入','2282ZrmWVC','内側縦罫線','黄\x20100','グレー\x20900','3972wdRgRP','11SgImTC','列を選択','行を削除','赤\x20100','両端揃え','フォントサイズ','列を均等配置','縞模様の列','縞模様の行','青\x20100','141975Gclvjv','青\x20600','21416370TUetbd','左罫線','上揃え','外側の罫線','上に行を挿入','オレンジ\x20600','上罫線','下に行を挿入','1515228rFpRCd','結合されたセルをまたいで行を移動することはできません','最後の列','すべての罫線','色をリセット','見出し行'];_0x4876=function(){return _0x12f37f;};return _0x4876();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'フォント','fontSize':_0x221b9e(0x1ca),'textFormat':'テキスト形式','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x221b9e(0x1f3),'textColor':_0x221b9e(0x1e6),'textBackgroundColor':_0x221b9e(0x1f6),'tableBackgroundColor':'表の背景色','tableBorderColor':_0x221b9e(0x1f0),'borderWidth':'罫線の太さ','borderStyle':_0x221b9e(0x1be),'border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x221b9e(0x1e0),'noBorder':_0x221b9e(0x1b6),'borderPresetAll':_0x221b9e(0x1dc),'borderPresetInner':_0x221b9e(0x1ba),'borderPresetOuter':'外枠','borderPresetTop':_0x221b9e(0x1d7),'borderPresetBottom':'下罫線','borderPresetLeft':_0x221b9e(0x1d2),'borderPresetRight':_0x221b9e(0x1fb),'borderPresetInnerHorizontal':_0x221b9e(0x1fd),'borderPresetInnerVertical':_0x221b9e(0x1c1),'none':'なし','horizontalAlign':'水平方向の配置','verticalAlign':_0x221b9e(0x1f7),'alignLeft':'左揃え','alignCenter':_0x221b9e(0x1f8),'alignRight':'右揃え','alignJustify':_0x221b9e(0x1c9),'alignTop':_0x221b9e(0x1d3),'alignMiddle':_0x221b9e(0x1f8),'alignBottom':'下揃え','mergeCells':'セルを結合','unmergeCells':'セルの結合を解除','tableTheme':'表のテーマ','tableLook':'表の外観','headerRow':_0x221b9e(0x1de),'footerRow':_0x221b9e(0x1e2),'bandedRows':_0x221b9e(0x1cd),'bandedColumns':_0x221b9e(0x1cc),'firstColumn':_0x221b9e(0x1f9),'lastColumn':_0x221b9e(0x1db),'bestMatch':'最適な組み合わせ','light':_0x221b9e(0x1bd),'medium':'中','minimal':'最小'},'shapePanel':{'fill':{'noFill':_0x221b9e(0x1b9),'solidFill':_0x221b9e(0x1ee),'gradientFill':_0x221b9e(0x1f2),'pictureFill':_0x221b9e(0x1e4),'color':'色','transparency':_0x221b9e(0x1f1),'picture':{'source':'画像ソース','insert':_0x221b9e(0x1e5)}}},'structuralControls':{'selectRow':'行を選択','selectColumn':_0x221b9e(0x1c6),'selectTable':'表を選択','insertRow':_0x221b9e(0x1bb),'insertColumn':'列を挿入','moveRow':_0x221b9e(0x1b8),'moveColumn':_0x221b9e(0x1fc),'moveRows':_0x221b9e(0x1b8),'moveColumns':'列を移動','cannotMoveMergedRows':_0x221b9e(0x1da),'cannotMoveMergedColumns':_0x221b9e(0x1b7)},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x221b9e(0x1e9),'borders':'罫線','tableBackgroundColor':_0x221b9e(0x1ec),'copy':_0x221b9e(0x1eb),'cut':'切り取り','deleteTable':_0x221b9e(0x1f5),'insertRowAbove':_0x221b9e(0x1d5),'insertRowBelow':_0x221b9e(0x1d8),'insertColumnLeft':'左に列を挿入','insertColumnRight':_0x221b9e(0x1bf),'deleteRow':_0x221b9e(0x1c7),'deleteColumn':_0x221b9e(0x1df),'distributeRows':'行を均等配置','distributeColumns':_0x221b9e(0x1cb),'borderAll':_0x221b9e(0x1dc),'borderOuter':_0x221b9e(0x1d4),'borderInner':_0x221b9e(0x1ba),'borderNone':_0x221b9e(0x1b6)},'colorPreset':{'resetColor':_0x221b9e(0x1dd),'white':'白','gray100':_0x221b9e(0x1b5),'primary100':_0x221b9e(0x1fa),'blue100':_0x221b9e(0x1ce),'green100':_0x221b9e(0x1f4),'yellow100':_0x221b9e(0x1c2),'red100':_0x221b9e(0x1c8),'gray900':_0x221b9e(0x1c3),'gray500':_0x221b9e(0x1e7),'red600':_0x221b9e(0x1bc),'orange600':_0x221b9e(0x1d6),'yellow700':_0x221b9e(0x1e8),'green600':'緑\x20600','blue600':_0x221b9e(0x1d0),'purple600':'紫\x20600'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1eea(_0x32800f,_0x5c0657){_0x32800f=_0x32800f-0x146;const _0x455112=_0x4551();let _0x1eea9e=_0x455112[_0x32800f];return _0x1eea9e;}function _0x4551(){const _0x3ca976=['Purple\x20600','Blue\x20600','Gray\x20900','3970020eBzKjx','단색\x20채우기','Table\x20background\x20color','아래쪽\x20정렬','1463032qmcQzO','Primary\x20100','Outer\x20borders','Insert\x20row\x20above','바깥쪽\x20테두리','안쪽\x20테두리','Select\x20row','Blue\x20100','모든\x20테두리','All\x20borders','왼쪽\x20테두리','안쪽\x20가로\x20테두리','21945Kxdxoj','No\x20border','Delete\x20column','Insert\x20column','Inner\x20borders','Orange\x20600','10VkXBiL','Gray\x20500','세로\x20정렬','표\x20배경색','Insert\x20column\x20left','444IbazkQ','테두리\x20두께','그라데이션\x20채우기','가운데\x20정렬','표\x20테두리\x20색','Distribute\x20columns','Reset\x20color','아래쪽\x20테두리','Red\x20100','Gray\x20100','4804932WpSBDl','Select\x20table','채우기\x20없음','Move\x20row','9sPoMin','테두리','Insert\x20row\x20below','가로\x20정렬','Distribute\x20rows','셀\x20병합\x20해제','Insert\x20row','그림\x20원본','Yellow\x20100','Select\x20column','오른쪽\x20테두리','Move\x20rows','Yellow\x20700','Copy','Insert','그림\x20또는\x20질감\x20채우기','425452SybyHm','Cannot\x20move\x20columns\x20across\x20merged\x20cells','텍스트\x20배경색','Delete\x20table','Delete\x20row','12516DUEqWQ','위쪽\x20정렬','Move\x20columns','안쪽\x20세로\x20테두리','테두리\x20스타일','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Cut','375487aWhulF','Distribute','Delete','위쪽\x20테두리','5hDJXpq'];_0x4551=function(){return _0x3ca976;};return _0x4551();}const _0x5347b4=_0x1eea;(function(_0x20baf7,_0x5542f4){const _0x1ad81e=_0x1eea,_0x45b3e5=_0x20baf7();while(!![]){try{const _0x5008fb=parseInt(_0x1ad81e(0x18c))/0x1+parseInt(_0x1ad81e(0x15d))/0x2*(parseInt(_0x1ad81e(0x157))/0x3)+-parseInt(_0x1ad81e(0x180))/0x4*(parseInt(_0x1ad81e(0x190))/0x5)+-parseInt(_0x1ad81e(0x162))/0x6*(-parseInt(_0x1ad81e(0x185))/0x7)+parseInt(_0x1ad81e(0x14b))/0x8*(-parseInt(_0x1ad81e(0x170))/0x9)+parseInt(_0x1ad81e(0x147))/0xa+-parseInt(_0x1ad81e(0x16c))/0xb;if(_0x5008fb===_0x5542f4)break;else _0x45b3e5['push'](_0x45b3e5['shift']());}catch(_0x5ea454){_0x45b3e5['push'](_0x45b3e5['shift']());}}}(_0x4551,0x3491a));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'글꼴','fontSize':'글꼴\x20크기','textColor':'텍스트\x20색상','textBackgroundColor':_0x5347b4(0x182),'tableBackgroundColor':_0x5347b4(0x160),'tableBorderColor':_0x5347b4(0x166),'borderWidth':_0x5347b4(0x163),'borderStyle':_0x5347b4(0x189),'border':_0x5347b4(0x171),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':'일점쇄선','noBorder':'테두리\x20없음','borderPresetAll':_0x5347b4(0x153),'borderPresetInner':_0x5347b4(0x150),'borderPresetOuter':_0x5347b4(0x14f),'borderPresetTop':_0x5347b4(0x18f),'borderPresetBottom':_0x5347b4(0x169),'borderPresetLeft':_0x5347b4(0x155),'borderPresetRight':_0x5347b4(0x17a),'borderPresetInnerHorizontal':_0x5347b4(0x156),'borderPresetInnerVertical':_0x5347b4(0x188),'none':'없음','horizontalAlign':_0x5347b4(0x173),'verticalAlign':_0x5347b4(0x15f),'alignLeft':'왼쪽\x20정렬','alignCenter':_0x5347b4(0x165),'alignRight':'오른쪽\x20정렬','alignJustify':'양쪽\x20맞춤','alignTop':_0x5347b4(0x186),'alignMiddle':'세로\x20가운데\x20정렬','alignBottom':_0x5347b4(0x14a),'mergeCells':'셀\x20병합','unmergeCells':_0x5347b4(0x175)},'shapePanel':{'fill':{'noFill':_0x5347b4(0x16e),'solidFill':_0x5347b4(0x148),'gradientFill':_0x5347b4(0x164),'pictureFill':_0x5347b4(0x17f),'color':'색','transparency':'투명도','picture':{'source':_0x5347b4(0x177),'insert':'그림\x20삽입'}}},'structuralControls':{'selectRow':_0x5347b4(0x151),'selectColumn':_0x5347b4(0x179),'selectTable':_0x5347b4(0x16d),'insertRow':_0x5347b4(0x176),'insertColumn':_0x5347b4(0x15a),'moveRow':_0x5347b4(0x16f),'moveColumn':'Move\x20column','moveRows':_0x5347b4(0x17b),'moveColumns':_0x5347b4(0x187),'cannotMoveMergedRows':_0x5347b4(0x18a),'cannotMoveMergedColumns':_0x5347b4(0x181)},'contextMenu':{'insert':_0x5347b4(0x17e),'delete':_0x5347b4(0x18e),'distribute':_0x5347b4(0x18d),'borders':'Borders','tableBackgroundColor':_0x5347b4(0x149),'copy':_0x5347b4(0x17d),'cut':_0x5347b4(0x18b),'deleteTable':_0x5347b4(0x183),'insertRowAbove':_0x5347b4(0x14e),'insertRowBelow':_0x5347b4(0x172),'insertColumnLeft':_0x5347b4(0x161),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x5347b4(0x184),'deleteColumn':_0x5347b4(0x159),'distributeRows':_0x5347b4(0x174),'distributeColumns':_0x5347b4(0x167),'borderAll':_0x5347b4(0x154),'borderOuter':_0x5347b4(0x14d),'borderInner':_0x5347b4(0x15b),'borderNone':_0x5347b4(0x158)},'colorPreset':{'resetColor':_0x5347b4(0x168),'white':'White','gray100':_0x5347b4(0x16b),'primary100':_0x5347b4(0x14c),'blue100':_0x5347b4(0x152),'green100':'Green\x20100','yellow100':_0x5347b4(0x178),'red100':_0x5347b4(0x16a),'gray900':_0x5347b4(0x146),'gray500':_0x5347b4(0x15e),'red600':'Red\x20600','orange600':_0x5347b4(0x15c),'yellow700':_0x5347b4(0x17c),'green600':'Green\x20600','blue600':_0x5347b4(0x192),'purple600':_0x5347b4(0x191)}}};export{e as default};
1
+ const _0x1d41a2=_0x2e34;(function(_0x226afe,_0x36accd){const _0x16389a=_0x2e34,_0x21520e=_0x226afe();while(!![]){try{const _0x41e2d0=parseInt(_0x16389a(0x18f))/0x1+parseInt(_0x16389a(0x1a8))/0x2+-parseInt(_0x16389a(0x1ad))/0x3*(-parseInt(_0x16389a(0x1cd))/0x4)+-parseInt(_0x16389a(0x1d0))/0x5*(parseInt(_0x16389a(0x1cf))/0x6)+parseInt(_0x16389a(0x18c))/0x7*(parseInt(_0x16389a(0x1b0))/0x8)+-parseInt(_0x16389a(0x1ca))/0x9*(parseInt(_0x16389a(0x188))/0xa)+parseInt(_0x16389a(0x198))/0xb;if(_0x41e2d0===_0x36accd)break;else _0x21520e['push'](_0x21520e['shift']());}catch(_0x562934){_0x21520e['push'](_0x21520e['shift']());}}}(_0x1180,0x8d524));function _0x2e34(_0x44b89b,_0x361af4){_0x44b89b=_0x44b89b-0x184;const _0x11802c=_0x1180();let _0x2e345c=_0x11802c[_0x44b89b];return _0x2e345c;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'글꼴','fontSize':_0x1d41a2(0x1b6),'textFormat':_0x1d41a2(0x1ce),'bold':'굵게','italic':_0x1d41a2(0x1ae),'underline':'밑줄','strikethrough':_0x1d41a2(0x199),'textColor':_0x1d41a2(0x1c1),'textBackgroundColor':_0x1d41a2(0x1a2),'tableBackgroundColor':_0x1d41a2(0x1a4),'tableBorderColor':'표\x20테두리\x20색','borderWidth':_0x1d41a2(0x1bc),'borderStyle':_0x1d41a2(0x1a0),'border':_0x1d41a2(0x1a5),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0x1d41a2(0x19b),'noBorder':_0x1d41a2(0x1b7),'borderPresetAll':_0x1d41a2(0x1be),'borderPresetInner':_0x1d41a2(0x1c8),'borderPresetOuter':_0x1d41a2(0x1ab),'borderPresetTop':_0x1d41a2(0x1af),'borderPresetBottom':_0x1d41a2(0x19f),'borderPresetLeft':_0x1d41a2(0x19e),'borderPresetRight':_0x1d41a2(0x1a7),'borderPresetInnerHorizontal':'안쪽\x20가로\x20테두리','borderPresetInnerVertical':'안쪽\x20세로\x20테두리','none':'없음','horizontalAlign':_0x1d41a2(0x189),'verticalAlign':_0x1d41a2(0x19c),'alignLeft':_0x1d41a2(0x1b2),'alignCenter':'가운데\x20정렬','alignRight':'오른쪽\x20정렬','alignJustify':'양쪽\x20맞춤','alignTop':'위쪽\x20정렬','alignMiddle':_0x1d41a2(0x195),'alignBottom':_0x1d41a2(0x1b3),'mergeCells':_0x1d41a2(0x190),'unmergeCells':'셀\x20병합\x20해제','tableTheme':_0x1d41a2(0x1b5),'tableLook':_0x1d41a2(0x18a),'headerRow':'머리글\x20행','footerRow':_0x1d41a2(0x1cb),'bandedRows':_0x1d41a2(0x19a),'bandedColumns':_0x1d41a2(0x1b4),'firstColumn':_0x1d41a2(0x1c5),'lastColumn':_0x1d41a2(0x18e),'bestMatch':_0x1d41a2(0x1a1),'light':'밝게','medium':'중간','minimal':'최소'},'shapePanel':{'fill':{'noFill':_0x1d41a2(0x18b),'solidFill':_0x1d41a2(0x185),'gradientFill':_0x1d41a2(0x1a6),'pictureFill':_0x1d41a2(0x187),'color':'색','transparency':_0x1d41a2(0x1aa),'picture':{'source':_0x1d41a2(0x1ac),'insert':'그림\x20삽입'}}},'structuralControls':{'selectRow':_0x1d41a2(0x1c2),'selectColumn':_0x1d41a2(0x186),'selectTable':_0x1d41a2(0x1c6),'insertRow':'행\x20삽입','insertColumn':_0x1d41a2(0x191),'moveRow':_0x1d41a2(0x1a9),'moveColumn':_0x1d41a2(0x1cc),'moveRows':_0x1d41a2(0x1a9),'moveColumns':'열\x20이동','cannotMoveMergedRows':'병합된\x20셀을\x20가로질러\x20행을\x20이동할\x20수\x20없습니다','cannotMoveMergedColumns':_0x1d41a2(0x1bb)},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','borders':_0x1d41a2(0x1a5),'tableBackgroundColor':'표\x20배경색','copy':'복사','cut':_0x1d41a2(0x196),'deleteTable':_0x1d41a2(0x184),'insertRowAbove':_0x1d41a2(0x1bf),'insertRowBelow':_0x1d41a2(0x1b8),'insertColumnLeft':_0x1d41a2(0x193),'insertColumnRight':_0x1d41a2(0x1c4),'deleteRow':_0x1d41a2(0x19d),'deleteColumn':_0x1d41a2(0x197),'distributeRows':_0x1d41a2(0x194),'distributeColumns':'열\x20균등\x20분배','borderAll':_0x1d41a2(0x1be),'borderOuter':_0x1d41a2(0x1ab),'borderInner':_0x1d41a2(0x1c8),'borderNone':_0x1d41a2(0x1b7)},'colorPreset':{'resetColor':_0x1d41a2(0x1c7),'white':'흰색','gray100':_0x1d41a2(0x1bd),'primary100':_0x1d41a2(0x192),'blue100':_0x1d41a2(0x1a3),'green100':_0x1d41a2(0x1c9),'yellow100':_0x1d41a2(0x1c0),'red100':_0x1d41a2(0x18d),'gray900':_0x1d41a2(0x1c3),'gray500':'회색\x20500','red600':_0x1d41a2(0x1b1),'orange600':'주황색\x20600','yellow700':'노란색\x20700','green600':_0x1d41a2(0x1b9),'blue600':'파란색\x20600','purple600':_0x1d41a2(0x1ba)}}};export{e as default};function _0x1180(){const _0x3c4b58=['세로\x20가운데\x20정렬','잘라내기','열\x20삭제','1993057BgOnAm','취소선','줄무늬\x20행','일점쇄선','세로\x20정렬','행\x20삭제','왼쪽\x20테두리','아래쪽\x20테두리','테두리\x20스타일','최적\x20맞춤','텍스트\x20배경색','파란색\x20100','표\x20배경색','테두리','그라데이션\x20채우기','오른쪽\x20테두리','195026TQZqQz','행\x20이동','투명도','바깥쪽\x20테두리','그림\x20원본','44529NfJwMo','기울임꼴','위쪽\x20테두리','5858088aMGyHa','빨간색\x20600','왼쪽\x20정렬','아래쪽\x20정렬','줄무늬\x20열','표\x20테마','글꼴\x20크기','테두리\x20없음','아래에\x20행\x20삽입','녹색\x20600','보라색\x20600','병합된\x20셀을\x20가로질러\x20열을\x20이동할\x20수\x20없습니다','테두리\x20두께','회색\x20100','모든\x20테두리','위에\x20행\x20삽입','노란색\x20100','텍스트\x20색상','행\x20선택','회색\x20900','오른쪽에\x20열\x20삽입','첫\x20열','표\x20선택','색상\x20초기화','안쪽\x20테두리','녹색\x20100','1521jNMdzP','바닥글\x20행','열\x20이동','68raBcVD','텍스트\x20형식','6qcDxer','3213285uCZtYC','표\x20삭제','단색\x20채우기','열\x20선택','그림\x20또는\x20질감\x20채우기','38210ogqYWl','가로\x20정렬','표\x20모양','채우기\x20없음','7zCEmsq','빨간색\x20100','마지막\x20열','603966fZRIsR','셀\x20병합','열\x20삽입','기본\x20100','왼쪽에\x20열\x20삽입','행\x20균등\x20분배'];_0x1180=function(){return _0x3c4b58;};return _0x1180();}