@univerjs-pro/slides-table-ui 1.0.0-alpha.1 → 1.0.0-alpha.3

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 (108) 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 +188 -0
  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/config/config.d.ts +5 -0
  65. package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +9 -4
  66. package/lib/types/index.d.ts +28 -6
  67. package/lib/types/locale/en-US.d.ts +17 -0
  68. package/lib/types/menu/contextmenu.menu.d.ts +0 -3
  69. package/lib/types/plugin.d.ts +4 -2
  70. package/lib/types/render-objects/slide-table-document-render-resources.util.d.ts +42 -0
  71. package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +26 -0
  72. package/lib/types/render-objects/slide-table-object.d.ts +127 -0
  73. package/lib/types/services/slide-table-cell-editor.service.d.ts +50 -0
  74. package/lib/types/services/slide-table-keyboard.service.d.ts +7 -21
  75. package/lib/types/services/table-keyboard.service-base.d.ts +18 -0
  76. package/lib/types/utils/slide-table-clipboard-model.d.ts +7 -0
  77. package/lib/types/utils/slide-table-contextmenu-model.d.ts +69 -0
  78. package/lib/types/utils/slide-table-editor-model.d.ts +78 -0
  79. package/lib/types/utils/slide-table-keyboard-input.d.ts +13 -0
  80. package/lib/types/utils/slide-table-keyboard-model.d.ts +43 -0
  81. package/lib/types/utils/slide-table-object-selection-model.d.ts +7 -0
  82. package/lib/types/utils/slide-table-structural-insert.util.d.ts +15 -0
  83. package/lib/types/utils/slide-table-toolbar-model.d.ts +17 -0
  84. package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +70 -0
  85. package/lib/types/utils/slide-table-toolbar-values.d.ts +33 -0
  86. package/lib/types/views/TableThemeGallery.d.ts +10 -0
  87. package/lib/umd/index.js +1 -1
  88. package/lib/umd/locale/ar-SA.js +1 -1
  89. package/lib/umd/locale/ca-ES.js +1 -1
  90. package/lib/umd/locale/de-DE.js +1 -1
  91. package/lib/umd/locale/en-US.js +1 -1
  92. package/lib/umd/locale/es-ES.js +1 -1
  93. package/lib/umd/locale/fa-IR.js +1 -1
  94. package/lib/umd/locale/fr-FR.js +1 -1
  95. package/lib/umd/locale/id-ID.js +1 -1
  96. package/lib/umd/locale/it-IT.js +1 -1
  97. package/lib/umd/locale/ja-JP.js +1 -1
  98. package/lib/umd/locale/ko-KR.js +1 -1
  99. package/lib/umd/locale/pl-PL.js +1 -1
  100. package/lib/umd/locale/pt-BR.js +1 -1
  101. package/lib/umd/locale/ru-RU.js +1 -1
  102. package/lib/umd/locale/sk-SK.js +1 -1
  103. package/lib/umd/locale/vi-VN.js +1 -1
  104. package/lib/umd/locale/zh-CN.js +1 -1
  105. package/lib/umd/locale/zh-HK.js +1 -1
  106. package/lib/umd/locale/zh-TW.js +1 -1
  107. package/package.json +17 -18
  108. /package/lib/types/{views → utils}/slide-table-hit-test.d.ts +0 -0
@@ -1 +1 @@
1
- const _0x261474=_0x5eb3;function _0x5eb3(_0x10a572,_0x150778){_0x10a572=_0x10a572-0x126;const _0x26ea02=_0x26ea();let _0x5eb3aa=_0x26ea02[_0x10a572];return _0x5eb3aa;}(function(_0x35284a,_0x2d5cac){const _0x10cfdb=_0x5eb3,_0x1df454=_0x35284a();while(!![]){try{const _0x3fccfb=parseInt(_0x10cfdb(0x129))/0x1+parseInt(_0x10cfdb(0x14e))/0x2+-parseInt(_0x10cfdb(0x128))/0x3*(-parseInt(_0x10cfdb(0x160))/0x4)+-parseInt(_0x10cfdb(0x16a))/0x5+parseInt(_0x10cfdb(0x127))/0x6+parseInt(_0x10cfdb(0x135))/0x7*(-parseInt(_0x10cfdb(0x154))/0x8)+-parseInt(_0x10cfdb(0x130))/0x9*(parseInt(_0x10cfdb(0x15f))/0xa);if(_0x3fccfb===_0x2d5cac)break;else _0x1df454['push'](_0x1df454['shift']());}catch(_0x26e06a){_0x1df454['push'](_0x1df454['shift']());}}}(_0x26ea,0x19bbd));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x261474(0x149),'fontSize':'حجم\x20الخط','textColor':_0x261474(0x144),'textBackgroundColor':_0x261474(0x15b),'tableBackgroundColor':_0x261474(0x16e),'tableBorderColor':'لون\x20حد\x20الجدول','borderWidth':'عرض\x20الحد','borderStyle':_0x261474(0x173),'border':_0x261474(0x163),'borderStyleSolid':_0x261474(0x138),'borderStyleDash':_0x261474(0x152),'borderStyleDot':_0x261474(0x167),'borderStyleDashDot':_0x261474(0x155),'noBorder':_0x261474(0x147),'borderPresetAll':_0x261474(0x16b),'borderPresetInner':_0x261474(0x14f),'borderPresetOuter':_0x261474(0x15d),'borderPresetTop':'الحد\x20العلوي','borderPresetBottom':_0x261474(0x134),'borderPresetLeft':_0x261474(0x15a),'borderPresetRight':_0x261474(0x141),'borderPresetInnerHorizontal':_0x261474(0x12c),'borderPresetInnerVertical':_0x261474(0x13f),'none':_0x261474(0x14d),'horizontalAlign':_0x261474(0x132),'verticalAlign':'محاذاة\x20عمودية','alignLeft':'محاذاة\x20لليسار','alignCenter':'محاذاة\x20للوسط','alignRight':_0x261474(0x164),'alignJustify':_0x261474(0x174),'alignTop':'محاذاة\x20للأعلى','alignMiddle':_0x261474(0x14b),'alignBottom':_0x261474(0x16c),'mergeCells':_0x261474(0x175),'unmergeCells':_0x261474(0x161)},'shapePanel':{'fill':{'noFill':'بدون\x20تعبئة','solidFill':_0x261474(0x168),'gradientFill':_0x261474(0x126),'pictureFill':_0x261474(0x172),'color':_0x261474(0x142),'transparency':_0x261474(0x12f),'picture':{'source':'مصدر\x20الصورة','insert':_0x261474(0x145)}}},'structuralControls':{'selectRow':_0x261474(0x12a),'selectColumn':'Select\x20column','selectTable':_0x261474(0x166),'insertRow':_0x261474(0x153),'insertColumn':'Insert\x20column','moveRow':_0x261474(0x151),'moveColumn':_0x261474(0x12b),'moveRows':_0x261474(0x156),'moveColumns':_0x261474(0x159),'cannotMoveMergedRows':_0x261474(0x150),'cannotMoveMergedColumns':_0x261474(0x158)},'contextMenu':{'insert':_0x261474(0x171),'delete':_0x261474(0x165),'distribute':_0x261474(0x162),'borders':'Borders','tableBackgroundColor':_0x261474(0x146),'copy':'Copy','cut':_0x261474(0x13b),'deleteTable':_0x261474(0x14a),'insertRowAbove':_0x261474(0x148),'insertRowBelow':_0x261474(0x15c),'insertColumnLeft':_0x261474(0x16f),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x261474(0x12e),'deleteColumn':_0x261474(0x13a),'distributeRows':_0x261474(0x13c),'distributeColumns':_0x261474(0x169),'borderAll':_0x261474(0x170),'borderOuter':_0x261474(0x143),'borderInner':'Inner\x20borders','borderNone':_0x261474(0x140)},'colorPreset':{'resetColor':_0x261474(0x137),'white':'White','gray100':_0x261474(0x139),'primary100':_0x261474(0x14c),'blue100':'Blue\x20100','green100':_0x261474(0x15e),'yellow100':_0x261474(0x136),'red100':_0x261474(0x16d),'gray900':_0x261474(0x157),'gray500':_0x261474(0x13d),'red600':_0x261474(0x133),'orange600':'Orange\x20600','yellow700':_0x261474(0x13e),'green600':_0x261474(0x12d),'blue600':_0x261474(0x131),'purple600':_0x261474(0x176)}}};function _0x26ea(){const _0x11daf4=['64545JyYosf','Select\x20row','Move\x20column','الحد\x20الأفقي\x20الداخلي','Green\x20600','Delete\x20row','الشفافية','369cjHkDI','Blue\x20600','محاذاة\x20أفقية','Red\x20600','الحد\x20السفلي','21MNzzrY','Yellow\x20100','Reset\x20color','صلب','Gray\x20100','Delete\x20column','Cut','Distribute\x20rows','Gray\x20500','Yellow\x20700','الحد\x20العمودي\x20الداخلي','No\x20border','الحد\x20الأيمن','اللون','Outer\x20borders','لون\x20النص','إدراج\x20صورة','Table\x20background\x20color','بلا\x20حدود','Insert\x20row\x20above','الخط','Delete\x20table','محاذاة\x20للوسط\x20عموديًا','Primary\x20100','لا\x20شيء','93736mRylXL','الحدود\x20الداخلية','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Move\x20row','متقطع','Insert\x20row','377000WyYmvN','شرطة\x20ونقطة','Move\x20rows','Gray\x20900','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Move\x20columns','الحد\x20الأيسر','لون\x20خلفية\x20النص','Insert\x20row\x20below','الحد\x20الخارجي','Green\x20100','51710RQCdWZ','116EsNOuF','إلغاء\x20دمج\x20الخلايا','Distribute','الحد','محاذاة\x20لليمين','Delete','Select\x20table','منقط','تعبئة\x20صلبة','Distribute\x20columns','79035OCubHe','كل\x20الحدود','محاذاة\x20للأسفل','Red\x20100','لون\x20خلفية\x20الجدول','Insert\x20column\x20left','All\x20borders','Insert','تعبئة\x20صورة\x20أو\x20نسيج','نمط\x20الحد','ضبط','دمج\x20الخلايا','Purple\x20600','تعبئة\x20متدرجة','1167648aRihoM','17439tkcQPK'];_0x26ea=function(){return _0x11daf4;};return _0x26ea();}module['exports']=e;
1
+ const _0x380a8d=_0x5caf;function _0x3fa6(){const _0x4a4188=['أصفر\x20700','صلب','تحديد\x20الجدول','يتوسطه\x20خط','نقل\x20عمود','اللون','فاتح','حذف','صف\x20الرأس','الحد\x20الأيمن','الحد\x20الخارجي','توزيع\x20الأعمدة','الحد','تعبئة\x20صلبة','ضبط','حجم\x20الخط','متوسط','محاذاة\x20أفقية','غامق','توزيع\x20الصفوف','مصدر\x20الصورة','19336FujPfe','محاذاة\x20عمودية','مظهر\x20الجدول','محاذاة\x20للأسفل','أخضر\x20600','لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة','تحديد\x20الصف','إعادة\x20تعيين\x20اللون','الحدود\x20الخارجية','الحد\x20السفلي','إدراج\x20عمود\x20إلى\x20اليسار','تحديد\x20العمود','أساسي\x20100','إلغاء\x20دمج\x20الخلايا','محاذاة\x20للوسط\x20عموديًا','إدراج\x20عمود\x20إلى\x20اليمين','50ZbyEiq','تعبئة\x20متدرجة','نمط\x20الحد','نقل\x20الصفوف','28641YKkDzG','رمادي\x20500','1063027BOUPdu','6804936SHpRPG','2989OzwyHc','كل\x20الحدود','حذف\x20الصف','نقل\x20الأعمدة','الخط','صفوف\x20متناوبة','العمود\x20الأول','142YgkxMI','تسطير','أحمر\x20100','الحدود\x20الداخلية','رمادي\x20900','حذف\x20العمود','إدراج\x20صف\x20أعلاه','الحد\x20العمودي\x20الداخلي','محاذاة\x20للوسط','الحد\x20العلوي','أخضر\x20100','مائل','أصفر\x20100','لون\x20خلفية\x20الجدول','exports','الشفافية','العمود\x20الأخير','برتقالي\x20600','تعبئة\x20صورة\x20أو\x20نسيج','أعمدة\x20متناوبة','بلا\x20حدود','309895uGGSCI','نقل\x20صف','بسيط','إدراج\x20عمود','إدراج\x20صورة','84123FTriTT','إدراج','عرض\x20الحد','إدراج\x20صف','9166956xIYSMD','الحدود','الحد\x20الأيسر','محاذاة\x20لليمين','لون\x20حد\x20الجدول','دمج\x20الخلايا','نسق\x20الجدول','أبيض'];_0x3fa6=function(){return _0x4a4188;};return _0x3fa6();}(function(_0x1a6f98,_0x3752a8){const _0x1aca2f=_0x5caf,_0x22c895=_0x1a6f98();while(!![]){try{const _0x1f3c56=parseInt(_0x1aca2f(0x190))/0x1+parseInt(_0x1aca2f(0x199))/0x2*(parseInt(_0x1aca2f(0x18e))/0x3)+parseInt(_0x1aca2f(0x191))/0x4+parseInt(_0x1aca2f(0x1ae))/0x5+-parseInt(_0x1aca2f(0x1b7))/0x6+parseInt(_0x1aca2f(0x192))/0x7*(-parseInt(_0x1aca2f(0x17a))/0x8)+parseInt(_0x1aca2f(0x1b3))/0x9*(parseInt(_0x1aca2f(0x18a))/0xa);if(_0x1f3c56===_0x3752a8)break;else _0x22c895['push'](_0x22c895['shift']());}catch(_0x2d36c4){_0x22c895['push'](_0x22c895['shift']());}}}(_0x3fa6,0xf1ecf));function _0x5caf(_0x432230,_0x314284){_0x432230=_0x432230-0x16f;const _0x3fa68e=_0x3fa6();let _0x5caf1f=_0x3fa68e[_0x432230];return _0x5caf1f;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x380a8d(0x196),'fontSize':_0x380a8d(0x174),'textFormat':'تنسيق\x20النص','bold':_0x380a8d(0x177),'italic':_0x380a8d(0x1a4),'underline':_0x380a8d(0x19a),'strikethrough':_0x380a8d(0x1c2),'textColor':'لون\x20النص','textBackgroundColor':'لون\x20خلفية\x20النص','tableBackgroundColor':_0x380a8d(0x1a6),'tableBorderColor':_0x380a8d(0x1bb),'borderWidth':_0x380a8d(0x1b5),'borderStyle':_0x380a8d(0x18c),'border':_0x380a8d(0x171),'borderStyleSolid':_0x380a8d(0x1c0),'borderStyleDash':'متقطع','borderStyleDot':'منقط','borderStyleDashDot':'شرطة\x20ونقطة','noBorder':_0x380a8d(0x1ad),'borderPresetAll':_0x380a8d(0x193),'borderPresetInner':_0x380a8d(0x19c),'borderPresetOuter':_0x380a8d(0x16f),'borderPresetTop':_0x380a8d(0x1a2),'borderPresetBottom':_0x380a8d(0x183),'borderPresetLeft':_0x380a8d(0x1b9),'borderPresetRight':_0x380a8d(0x1c8),'borderPresetInnerHorizontal':'الحد\x20الأفقي\x20الداخلي','borderPresetInnerVertical':_0x380a8d(0x1a0),'none':'لا\x20شيء','horizontalAlign':_0x380a8d(0x176),'verticalAlign':_0x380a8d(0x17b),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x380a8d(0x1a1),'alignRight':_0x380a8d(0x1ba),'alignJustify':_0x380a8d(0x173),'alignTop':'محاذاة\x20للأعلى','alignMiddle':_0x380a8d(0x188),'alignBottom':_0x380a8d(0x17d),'mergeCells':_0x380a8d(0x1bc),'unmergeCells':_0x380a8d(0x187),'tableTheme':_0x380a8d(0x1bd),'tableLook':_0x380a8d(0x17c),'headerRow':_0x380a8d(0x1c7),'footerRow':'صف\x20التذييل','bandedRows':_0x380a8d(0x197),'bandedColumns':_0x380a8d(0x1ac),'firstColumn':_0x380a8d(0x198),'lastColumn':_0x380a8d(0x1a9),'bestMatch':'أفضل\x20تطابق','light':_0x380a8d(0x1c5),'medium':_0x380a8d(0x175),'minimal':_0x380a8d(0x1b0)},'shapePanel':{'fill':{'noFill':'بدون\x20تعبئة','solidFill':_0x380a8d(0x172),'gradientFill':_0x380a8d(0x18b),'pictureFill':_0x380a8d(0x1ab),'color':_0x380a8d(0x1c4),'transparency':_0x380a8d(0x1a8),'picture':{'source':_0x380a8d(0x179),'insert':_0x380a8d(0x1b2)}}},'structuralControls':{'selectRow':_0x380a8d(0x180),'selectColumn':_0x380a8d(0x185),'selectTable':_0x380a8d(0x1c1),'insertRow':_0x380a8d(0x1b6),'insertColumn':_0x380a8d(0x1b1),'moveRow':_0x380a8d(0x1af),'moveColumn':_0x380a8d(0x1c3),'moveRows':_0x380a8d(0x18d),'moveColumns':_0x380a8d(0x195),'cannotMoveMergedRows':'لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','cannotMoveMergedColumns':_0x380a8d(0x17f)},'contextMenu':{'insert':_0x380a8d(0x1b4),'delete':_0x380a8d(0x1c6),'distribute':'توزيع','borders':_0x380a8d(0x1b8),'tableBackgroundColor':'لون\x20خلفية\x20الجدول','copy':'نسخ','cut':'قص','deleteTable':'حذف\x20الجدول','insertRowAbove':_0x380a8d(0x19f),'insertRowBelow':'إدراج\x20صف\x20أدناه','insertColumnLeft':_0x380a8d(0x184),'insertColumnRight':_0x380a8d(0x189),'deleteRow':_0x380a8d(0x194),'deleteColumn':_0x380a8d(0x19e),'distributeRows':_0x380a8d(0x178),'distributeColumns':_0x380a8d(0x170),'borderAll':_0x380a8d(0x193),'borderOuter':_0x380a8d(0x182),'borderInner':'الحدود\x20الداخلية','borderNone':'بدون\x20حدود'},'colorPreset':{'resetColor':_0x380a8d(0x181),'white':_0x380a8d(0x1be),'gray100':'رمادي\x20100','primary100':_0x380a8d(0x186),'blue100':'أزرق\x20100','green100':_0x380a8d(0x1a3),'yellow100':_0x380a8d(0x1a5),'red100':_0x380a8d(0x19b),'gray900':_0x380a8d(0x19d),'gray500':_0x380a8d(0x18f),'red600':'أحمر\x20600','orange600':_0x380a8d(0x1aa),'yellow700':_0x380a8d(0x1bf),'green600':_0x380a8d(0x17e),'blue600':'أزرق\x20600','purple600':'بنفسجي\x20600'}}};module[_0x380a8d(0x1a7)]=e;
@@ -1 +1 @@
1
- function _0x5ad4(_0xea38ee,_0x1842f1){_0xea38ee=_0xea38ee-0x19b;const _0x19b5c4=_0x19b5();let _0x5ad451=_0x19b5c4[_0xea38ee];return _0x5ad451;}const _0x1bc328=_0x5ad4;function _0x19b5(){const _0xcae5dd=['1681641blLOxc','Sòlida','Insert\x20column\x20left','Transparència','Color\x20de\x20fons\x20de\x20la\x20taula','Delete\x20column','Distribute','8374157bvRRLJ','White','Vora','Emplenament\x20degradat','14993500bnfUTp','Vora\x20superior','Puntejada','Color','Delete\x20table','6UQXkOX','95hHqjoU','12TeIsIJ','Alinea\x20a\x20la\x20dreta','Distribute\x20rows','No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','Insereix\x20fila','Copy','Alinea\x20a\x20l\x27esquerra','Distribute\x20columns','exports','Selecciona\x20columna','Outer\x20borders','Vores\x20internes','Gray\x20500','Combina\x20cel·les','Alineació\x20horitzontal','Blue\x20100','Borders','Vora\x20inferior','3193939WCixKl','Yellow\x20100','Table\x20background\x20color','Delete\x20row','Emplenament\x20d\x27imatge\x20o\x20textura','Discontínua','136MQUyEU','62wbyFMf','Vora\x20esquerra','Amplada\x20de\x20la\x20vora','384652nVHOYk','Sense\x20vora','465183UWtSEK','Mou\x20files','Yellow\x20700','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','Cap','Sense\x20emplenament','Gray\x20100','Orange\x20600','Origen\x20de\x20la\x20imatge','Color\x20del\x20text','Inner\x20borders','Selecciona\x20fila','Centra','Mou\x20fila','Selecciona\x20taula','All\x20borders','Blue\x20600','Alinea\x20a\x20baix','Purple\x20600','Insert\x20row\x20above','Insert\x20column\x20right','Emplenament\x20sòlid','Vora\x20horitzontal\x20interna','51932AeVhuL','Green\x20100','Família\x20de\x20lletra','Alinea\x20a\x20dalt','Alineació\x20vertical','Gray\x20900','Reset\x20color','Justifica'];_0x19b5=function(){return _0xcae5dd;};return _0x19b5();}(function(_0xc9fbe9,_0x305b8a){const _0x2a957d=_0x5ad4,_0x45a2a5=_0xc9fbe9();while(!![]){try{const _0x237f57=parseInt(_0x2a957d(0x1e6))/0x1*(parseInt(_0x2a957d(0x1ca))/0x2)+parseInt(_0x2a957d(0x19f))/0x3+parseInt(_0x2a957d(0x1cd))/0x4*(-parseInt(_0x2a957d(0x1b0))/0x5)+parseInt(_0x2a957d(0x1af))/0x6*(parseInt(_0x2a957d(0x1c3))/0x7)+parseInt(_0x2a957d(0x1c9))/0x8*(parseInt(_0x2a957d(0x1cf))/0x9)+-parseInt(_0x2a957d(0x1aa))/0xa+-parseInt(_0x2a957d(0x1a6))/0xb*(-parseInt(_0x2a957d(0x1b1))/0xc);if(_0x237f57===_0x305b8a)break;else _0x45a2a5['push'](_0x45a2a5['shift']());}catch(_0x1c8e08){_0x45a2a5['push'](_0x45a2a5['shift']());}}}(_0x19b5,0xe58cb));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x1bc328(0x1e8),'fontSize':'Mida\x20de\x20lletra','textColor':_0x1bc328(0x1d8),'textBackgroundColor':'Color\x20de\x20fons\x20del\x20text','tableBackgroundColor':_0x1bc328(0x1a3),'tableBorderColor':'Color\x20de\x20vora\x20de\x20la\x20taula','borderWidth':_0x1bc328(0x1cc),'borderStyle':'Estil\x20de\x20la\x20vora','border':_0x1bc328(0x1a8),'borderStyleSolid':_0x1bc328(0x1a0),'borderStyleDash':_0x1bc328(0x1c8),'borderStyleDot':_0x1bc328(0x1ac),'borderStyleDashDot':'Guió-punt','noBorder':_0x1bc328(0x1ce),'borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x1bc328(0x1bc),'borderPresetOuter':'Vora\x20exterior','borderPresetTop':_0x1bc328(0x1ab),'borderPresetBottom':_0x1bc328(0x1c2),'borderPresetLeft':_0x1bc328(0x1cb),'borderPresetRight':'Vora\x20dreta','borderPresetInnerHorizontal':_0x1bc328(0x1e5),'borderPresetInnerVertical':'Vora\x20vertical\x20interna','none':_0x1bc328(0x1d3),'horizontalAlign':_0x1bc328(0x1bf),'verticalAlign':_0x1bc328(0x19b),'alignLeft':_0x1bc328(0x1b7),'alignCenter':_0x1bc328(0x1db),'alignRight':_0x1bc328(0x1b2),'alignJustify':_0x1bc328(0x19e),'alignTop':_0x1bc328(0x1e9),'alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0x1bc328(0x1e0),'mergeCells':_0x1bc328(0x1be),'unmergeCells':'Separa\x20cel·les'},'shapePanel':{'fill':{'noFill':_0x1bc328(0x1d4),'solidFill':_0x1bc328(0x1e4),'gradientFill':_0x1bc328(0x1a9),'pictureFill':_0x1bc328(0x1c7),'color':_0x1bc328(0x1ad),'transparency':_0x1bc328(0x1a2),'picture':{'source':_0x1bc328(0x1d7),'insert':'Inserir\x20imatge'}}},'structuralControls':{'selectRow':_0x1bc328(0x1da),'selectColumn':_0x1bc328(0x1ba),'selectTable':_0x1bc328(0x1dd),'insertRow':_0x1bc328(0x1b5),'insertColumn':'Insereix\x20columna','moveRow':_0x1bc328(0x1dc),'moveColumn':'Mou\x20columna','moveRows':_0x1bc328(0x1d0),'moveColumns':'Mou\x20columnes','cannotMoveMergedRows':_0x1bc328(0x1b4),'cannotMoveMergedColumns':_0x1bc328(0x1d2)},'contextMenu':{'insert':'Insert','delete':'Delete','distribute':_0x1bc328(0x1a5),'borders':_0x1bc328(0x1c1),'tableBackgroundColor':_0x1bc328(0x1c5),'copy':_0x1bc328(0x1b6),'cut':'Cut','deleteTable':_0x1bc328(0x1ae),'insertRowAbove':_0x1bc328(0x1e2),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x1bc328(0x1a1),'insertColumnRight':_0x1bc328(0x1e3),'deleteRow':_0x1bc328(0x1c6),'deleteColumn':_0x1bc328(0x1a4),'distributeRows':_0x1bc328(0x1b3),'distributeColumns':_0x1bc328(0x1b8),'borderAll':_0x1bc328(0x1de),'borderOuter':_0x1bc328(0x1bb),'borderInner':_0x1bc328(0x1d9),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x1bc328(0x19d),'white':_0x1bc328(0x1a7),'gray100':_0x1bc328(0x1d5),'primary100':'Primary\x20100','blue100':_0x1bc328(0x1c0),'green100':_0x1bc328(0x1e7),'yellow100':_0x1bc328(0x1c4),'red100':'Red\x20100','gray900':_0x1bc328(0x19c),'gray500':_0x1bc328(0x1bd),'red600':'Red\x20600','orange600':_0x1bc328(0x1d6),'yellow700':_0x1bc328(0x1d1),'green600':'Green\x20600','blue600':_0x1bc328(0x1df),'purple600':_0x1bc328(0x1e1)}}};module[_0x1bc328(0x1b9)]=e;
1
+ function _0x1ea5(_0x4a1394,_0x269b8b){_0x4a1394=_0x4a1394-0x73;const _0x487622=_0x4876();let _0x1ea569=_0x487622[_0x4a1394];return _0x1ea569;}const _0x276dfa=_0x1ea5;function _0x4876(){const _0x47832f=['Alinea\x20a\x20dalt','Alineació\x20horitzontal','Mínim','Mou\x20columnes','Insereix\x20fila\x20a\x20sota','Vora','Primera\x20columna','Vores\x20interiors','Mou\x20columna','Vora\x20exterior','Copia','Vores\x20internes','Gris\x20900','Millor\x20coincidència','Discontínua','No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','4ERGzmY','Transparència','Distribueix\x20files','Emplenament\x20sòlid','627909FTCJts','Inserir\x20imatge','Subratllat','Emplenament\x20d\x27imatge\x20o\x20textura','Totes\x20les\x20vores','Vora\x20dreta','Família\x20de\x20lletra','Blau\x20600','Verd\x20100','Porpra\x20600','Alinea\x20a\x20baix','Mida\x20de\x20lletra','Aspecte\x20de\x20taula','160771JHvwvI','Selecciona\x20taula','Sense\x20vora','Fila\x20de\x20capçalera','3681085QaxcJa','Guió-punt','4235077TxguHC','Blanc','Insereix\x20columna\x20a\x20l’esquerra','Insereix\x20fila\x20a\x20sobre','Vora\x20superior','Groc\x20700','Sense\x20emplenament','146223BOWokP','Reinicia\x20el\x20color','Combina\x20cel·les','Color\x20de\x20fons\x20del\x20text','Distribueix\x20columnes','Alineació\x20vertical','Negreta','Suprimeix\x20fila','Vora\x20vertical\x20interna','Gris\x20500','Origen\x20de\x20la\x20imatge','Justifica','4216530fXkywL','8IBEPjo','Estil\x20de\x20la\x20vora','Color\x20de\x20fons\x20de\x20la\x20taula','Sòlida','Suprimeix\x20columna','Format\x20de\x20text','Amplada\x20de\x20la\x20vora','Selecciona\x20fila','Distribueix','2JoEioD','Separa\x20cel·les','Blau\x20100','20654470kjwtmt','Alinea\x20a\x20l\x27esquerra','Vermell\x20100','Retalla','Tema\x20de\x20taula','Mou\x20fila','Vora\x20inferior','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','Files\x20alternes','Verd\x20600','Fila\x20de\x20peu','Última\x20columna','Vores','Sense\x20vores','Cap','Insereix','Vores\x20exteriors','Alinea\x20al\x20mig','Insereix\x20columna\x20a\x20la\x20dreta','Selecciona\x20columna','Clar'];_0x4876=function(){return _0x47832f;};return _0x4876();}(function(_0x66c563,_0x5e484e){const _0x2f967c=_0x1ea5,_0x412282=_0x66c563();while(!![]){try{const _0x9c045a=-parseInt(_0x2f967c(0xc9))/0x1*(-parseInt(_0x2f967c(0x90))/0x2)+-parseInt(_0x2f967c(0xbc))/0x3*(-parseInt(_0x2f967c(0xb8))/0x4)+-parseInt(_0x2f967c(0xcd))/0x5+-parseInt(_0x2f967c(0x86))/0x6+-parseInt(_0x2f967c(0x73))/0x7*(parseInt(_0x2f967c(0x87))/0x8)+-parseInt(_0x2f967c(0x7a))/0x9+parseInt(_0x2f967c(0x93))/0xa;if(_0x9c045a===_0x5e484e)break;else _0x412282['push'](_0x412282['shift']());}catch(_0x30e5f5){_0x412282['push'](_0x412282['shift']());}}}(_0x4876,0x5b9fb));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x276dfa(0xc2),'fontSize':_0x276dfa(0xc7),'textFormat':_0x276dfa(0x8c),'bold':_0x276dfa(0x80),'italic':'Cursiva','underline':_0x276dfa(0xbe),'strikethrough':'Ratllat','textColor':'Color\x20del\x20text','textBackgroundColor':_0x276dfa(0x7d),'tableBackgroundColor':_0x276dfa(0x89),'tableBorderColor':'Color\x20de\x20vora\x20de\x20la\x20taula','borderWidth':_0x276dfa(0x8d),'borderStyle':_0x276dfa(0x88),'border':_0x276dfa(0xad),'borderStyleSolid':_0x276dfa(0x8a),'borderStyleDash':_0x276dfa(0xb6),'borderStyleDot':'Puntejada','borderStyleDashDot':_0x276dfa(0xce),'noBorder':_0x276dfa(0xcb),'borderPresetAll':_0x276dfa(0xc0),'borderPresetInner':_0x276dfa(0xb3),'borderPresetOuter':_0x276dfa(0xb1),'borderPresetTop':_0x276dfa(0x77),'borderPresetBottom':_0x276dfa(0x99),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0x276dfa(0xc1),'borderPresetInnerHorizontal':'Vora\x20horitzontal\x20interna','borderPresetInnerVertical':_0x276dfa(0x82),'none':_0x276dfa(0xa1),'horizontalAlign':_0x276dfa(0xa9),'verticalAlign':_0x276dfa(0x7f),'alignLeft':_0x276dfa(0x94),'alignCenter':'Centra','alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x276dfa(0x85),'alignTop':_0x276dfa(0xa8),'alignMiddle':_0x276dfa(0xa4),'alignBottom':_0x276dfa(0xc6),'mergeCells':_0x276dfa(0x7c),'unmergeCells':_0x276dfa(0x91),'tableTheme':_0x276dfa(0x97),'tableLook':_0x276dfa(0xc8),'headerRow':_0x276dfa(0xcc),'footerRow':_0x276dfa(0x9d),'bandedRows':_0x276dfa(0x9b),'bandedColumns':'Columnes\x20alternes','firstColumn':_0x276dfa(0xae),'lastColumn':_0x276dfa(0x9e),'bestMatch':_0x276dfa(0xb5),'light':_0x276dfa(0xa7),'medium':'Mitjana','minimal':_0x276dfa(0xaa)},'shapePanel':{'fill':{'noFill':_0x276dfa(0x79),'solidFill':_0x276dfa(0xbb),'gradientFill':'Emplenament\x20degradat','pictureFill':_0x276dfa(0xbf),'color':'Color','transparency':_0x276dfa(0xb9),'picture':{'source':_0x276dfa(0x84),'insert':_0x276dfa(0xbd)}}},'structuralControls':{'selectRow':_0x276dfa(0x8e),'selectColumn':_0x276dfa(0xa6),'selectTable':_0x276dfa(0xca),'insertRow':'Insereix\x20fila','insertColumn':'Insereix\x20columna','moveRow':_0x276dfa(0x98),'moveColumn':_0x276dfa(0xb0),'moveRows':'Mou\x20files','moveColumns':_0x276dfa(0xab),'cannotMoveMergedRows':_0x276dfa(0xb7),'cannotMoveMergedColumns':_0x276dfa(0x9a)},'contextMenu':{'insert':_0x276dfa(0xa2),'delete':'Suprimeix','distribute':_0x276dfa(0x8f),'borders':_0x276dfa(0x9f),'tableBackgroundColor':_0x276dfa(0x89),'copy':_0x276dfa(0xb2),'cut':_0x276dfa(0x96),'deleteTable':'Suprimeix\x20taula','insertRowAbove':_0x276dfa(0x76),'insertRowBelow':_0x276dfa(0xac),'insertColumnLeft':_0x276dfa(0x75),'insertColumnRight':_0x276dfa(0xa5),'deleteRow':_0x276dfa(0x81),'deleteColumn':_0x276dfa(0x8b),'distributeRows':_0x276dfa(0xba),'distributeColumns':_0x276dfa(0x7e),'borderAll':_0x276dfa(0xc0),'borderOuter':_0x276dfa(0xa3),'borderInner':_0x276dfa(0xaf),'borderNone':_0x276dfa(0xa0)},'colorPreset':{'resetColor':_0x276dfa(0x7b),'white':_0x276dfa(0x74),'gray100':'Gris\x20100','primary100':'Principal\x20100','blue100':_0x276dfa(0x92),'green100':_0x276dfa(0xc4),'yellow100':'Groc\x20100','red100':_0x276dfa(0x95),'gray900':_0x276dfa(0xb4),'gray500':_0x276dfa(0x83),'red600':'Vermell\x20600','orange600':'Taronja\x20600','yellow700':_0x276dfa(0x78),'green600':_0x276dfa(0x9c),'blue600':_0x276dfa(0xc3),'purple600':_0x276dfa(0xc5)}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x31b213=_0xa80e;(function(_0x1a0424,_0x299fcc){const _0x3f207a=_0xa80e,_0x42e8a9=_0x1a0424();while(!![]){try{const _0x4cc1ec=-parseInt(_0x3f207a(0xf2))/0x1+-parseInt(_0x3f207a(0x11d))/0x2*(parseInt(_0x3f207a(0x101))/0x3)+parseInt(_0x3f207a(0x112))/0x4+parseInt(_0x3f207a(0x12c))/0x5*(-parseInt(_0x3f207a(0xfa))/0x6)+parseInt(_0x3f207a(0x12b))/0x7+-parseInt(_0x3f207a(0x120))/0x8*(-parseInt(_0x3f207a(0x13f))/0x9)+parseInt(_0x3f207a(0x121))/0xa;if(_0x4cc1ec===_0x299fcc)break;else _0x42e8a9['push'](_0x42e8a9['shift']());}catch(_0x3bee10){_0x42e8a9['push'](_0x42e8a9['shift']());}}}(_0x8b39,0x41201));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x31b213(0x143),'fontSize':'Schriftgröße','textColor':_0x31b213(0x102),'textBackgroundColor':_0x31b213(0x109),'tableBackgroundColor':_0x31b213(0x119),'tableBorderColor':'Tabellenrahmenfarbe','borderWidth':'Rahmenbreite','borderStyle':_0x31b213(0x142),'border':_0x31b213(0x100),'borderStyleSolid':_0x31b213(0xfb),'borderStyleDash':_0x31b213(0x12d),'borderStyleDot':_0x31b213(0x118),'borderStyleDashDot':_0x31b213(0x13e),'noBorder':_0x31b213(0x13a),'borderPresetAll':'Alle\x20Rahmen','borderPresetInner':_0x31b213(0x10a),'borderPresetOuter':_0x31b213(0x134),'borderPresetTop':_0x31b213(0x115),'borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0x31b213(0x113),'borderPresetInnerHorizontal':_0x31b213(0x136),'borderPresetInnerVertical':_0x31b213(0x135),'none':_0x31b213(0x129),'horizontalAlign':_0x31b213(0xfe),'verticalAlign':_0x31b213(0x104),'alignLeft':_0x31b213(0xf7),'alignCenter':_0x31b213(0x116),'alignRight':_0x31b213(0xf4),'alignJustify':_0x31b213(0xf3),'alignTop':_0x31b213(0xf8),'alignMiddle':_0x31b213(0x10e),'alignBottom':_0x31b213(0xff),'mergeCells':_0x31b213(0x111),'unmergeCells':_0x31b213(0x10c)},'shapePanel':{'fill':{'noFill':_0x31b213(0x103),'solidFill':'Einfarbige\x20Füllung','gradientFill':'Farbverlauffüllung','pictureFill':_0x31b213(0x123),'color':'Farbe','transparency':_0x31b213(0x12f),'picture':{'source':_0x31b213(0x125),'insert':_0x31b213(0x137)}}},'structuralControls':{'selectRow':_0x31b213(0x140),'selectColumn':_0x31b213(0x10d),'selectTable':_0x31b213(0x141),'insertRow':_0x31b213(0x11c),'insertColumn':_0x31b213(0x130),'moveRow':_0x31b213(0xf1),'moveColumn':_0x31b213(0x12a),'moveRows':_0x31b213(0x10b),'moveColumns':_0x31b213(0x117),'cannotMoveMergedRows':_0x31b213(0x114),'cannotMoveMergedColumns':_0x31b213(0x131)},'contextMenu':{'insert':_0x31b213(0x11e),'delete':'Delete','distribute':_0x31b213(0x106),'borders':'Borders','tableBackgroundColor':_0x31b213(0x122),'copy':'Copy','cut':_0x31b213(0x127),'deleteTable':_0x31b213(0x126),'insertRowAbove':_0x31b213(0x11b),'insertRowBelow':_0x31b213(0x128),'insertColumnLeft':_0x31b213(0xf5),'insertColumnRight':_0x31b213(0x12e),'deleteRow':_0x31b213(0xfd),'deleteColumn':'Delete\x20column','distributeRows':'Distribute\x20rows','distributeColumns':_0x31b213(0x107),'borderAll':'All\x20borders','borderOuter':_0x31b213(0xfc),'borderInner':_0x31b213(0xf6),'borderNone':_0x31b213(0x10f)},'colorPreset':{'resetColor':_0x31b213(0x13d),'white':_0x31b213(0x11a),'gray100':_0x31b213(0x124),'primary100':_0x31b213(0x138),'blue100':_0x31b213(0xf9),'green100':_0x31b213(0x13b),'yellow100':_0x31b213(0x105),'red100':_0x31b213(0x139),'gray900':_0x31b213(0x108),'gray500':_0x31b213(0x11f),'red600':_0x31b213(0x133),'orange600':_0x31b213(0x132),'yellow700':'Yellow\x20700','green600':'Green\x20600','blue600':_0x31b213(0x110),'purple600':_0x31b213(0x13c)}}};function _0xa80e(_0x5b03e7,_0x4bf0c8){_0x5b03e7=_0x5b03e7-0xf1;const _0x8b393d=_0x8b39();let _0xa80e61=_0x8b393d[_0x5b03e7];return _0xa80e61;}module['exports']=e;function _0x8b39(){const _0x5d9275=['Distribute','Distribute\x20columns','Gray\x20900','Texthintergrundfarbe','Innere\x20Rahmen','Zeilen\x20verschieben','Zellen\x20trennen','Spalte\x20auswahlen','Vertikal\x20zentrieren','No\x20border','Blue\x20600','Zellen\x20verbinden','420488CeJOup','Rechter\x20Rahmen','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Oberer\x20Rahmen','Zentriert','Spalten\x20verschieben','Gepunktet','Tabellenhintergrundfarbe','White','Insert\x20row\x20above','Zeile\x20einfugen','946678ILnMJJ','Insert','Gray\x20500','8xtYzjY','6764770LruSkQ','Table\x20background\x20color','Bild-\x20oder\x20Texturfüllung','Gray\x20100','Bildquelle','Delete\x20table','Cut','Insert\x20row\x20below','Keine','Spalte\x20verschieben','2028208TtykOM','2900aIVUoz','Gestrichelt','Insert\x20column\x20right','Transparenz','Spalte\x20einfugen','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Orange\x20600','Red\x20600','Äußerer\x20Rahmen','Innerer\x20vertikaler\x20Rahmen','Innerer\x20horizontaler\x20Rahmen','Bild\x20einfügen','Primary\x20100','Red\x20100','Kein\x20Rahmen','Green\x20100','Purple\x20600','Reset\x20color','Strichpunkt','675720yAbGBM','Zeile\x20auswahlen','Tabelle\x20auswahlen','Rahmenstil','Schriftart','Zeile\x20verschieben','141271ZbyKsI','Blocksatz','Rechtsbündig','Insert\x20column\x20left','Inner\x20borders','Linksbündig','Oben\x20ausrichten','Blue\x20100','2742TUtICU','Durchgezogen','Outer\x20borders','Delete\x20row','Horizontale\x20Ausrichtung','Unten\x20ausrichten','Rahmen','3iKRfFy','Textfarbe','Keine\x20Füllung','Vertikale\x20Ausrichtung','Yellow\x20100'];_0x8b39=function(){return _0x5d9275;};return _0x8b39();}
1
+ function _0x408d(_0x3ce197,_0x460402){_0x3ce197=_0x3ce197-0x1eb;const _0x1127d1=_0x1127();let _0x408d70=_0x1127d1[_0x3ce197];return _0x408d70;}function _0x1127(){const _0x51922e=['Gelb\x20700','Gepunktet','Fett','836250YGgDrS','Bild-\x20oder\x20Texturfüllung','Gebänderte\x20Zeilen','24JldtHN','Farbe\x20zurücksetzen','Farbverlauffüllung','2PsgbbH','Rahmen','Spalte\x20rechts\x20einfügen','Violett\x20600','Durchgezogen','Spalte\x20verschieben','Textfarbe','Rahmenbreite','Grün\x20100','exports','Linksbündig','Gebänderte\x20Spalten','Unterstrichen','Tabelle\x20löschen','Fußzeile','Blau\x20600','Durchgestrichen','Oberer\x20Rahmen','Strichpunkt','Vertikal\x20zentrieren','Keine','Tabellenhintergrundfarbe','Zeilen\x20verteilen','Kopieren','Linker\x20Rahmen','Letzte\x20Spalte','Texthintergrundfarbe','Ausschneiden','Transparenz','Äußerer\x20Rahmen','Zeile\x20einfugen','115017JINacR','Blocksatz','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Grau\x20100','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Minimal','Erste\x20Spalte','Rot\x20100','Mittel','1577124KmViZn','Rahmenstil','Rechter\x20Rahmen','Innere\x20Rahmen','Schriftgröße','253PviEAJ','Primär\x20100','5iaSlcs','Zentriert','Spalte\x20löschen','48528vKhcvp','Äußere\x20Rahmen','Rot\x20600','Gelb\x20100','Bildquelle','416223uOmTaH','Zellen\x20verbinden','Horizontale\x20Ausrichtung','Zellen\x20trennen','Weiß','Blau\x20100','1752552PvgyBU','Alle\x20Rahmen','10SEEcMe','Orange\x20600','Unten\x20ausrichten','Spalten\x20verschieben','Zeile\x20oberhalb\x20einfügen','Textformat','Tabellendesign','Vertikale\x20Ausrichtung','Kopfzeile','Kein\x20Rahmen','Farbe','373416VMosjW'];_0x1127=function(){return _0x51922e;};return _0x1127();}const _0x3f28f5=_0x408d;(function(_0x3e09f6,_0x338770){const _0x2ea975=_0x408d,_0x3e9e4f=_0x3e09f6();while(!![]){try{const _0x1118c0=parseInt(_0x2ea975(0x203))/0x1+-parseInt(_0x2ea975(0x225))/0x2*(-parseInt(_0x2ea975(0x21f))/0x3)+-parseInt(_0x2ea975(0x1f9))/0x4*(-parseInt(_0x2ea975(0x200))/0x5)+parseInt(_0x2ea975(0x20e))/0x6+-parseInt(_0x2ea975(0x1f0))/0x7*(parseInt(_0x2ea975(0x222))/0x8)+-parseInt(_0x2ea975(0x208))/0x9*(parseInt(_0x2ea975(0x210))/0xa)+parseInt(_0x2ea975(0x1fe))/0xb*(-parseInt(_0x2ea975(0x21b))/0xc);if(_0x1118c0===_0x338770)break;else _0x3e9e4f['push'](_0x3e9e4f['shift']());}catch(_0x4087ef){_0x3e9e4f['push'](_0x3e9e4f['shift']());}}}(_0x1127,0x3169d));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Schriftart','fontSize':_0x3f28f5(0x1fd),'textFormat':_0x3f28f5(0x215),'bold':_0x3f28f5(0x21e),'italic':'Kursiv','underline':_0x3f28f5(0x231),'strikethrough':_0x3f28f5(0x235),'textColor':_0x3f28f5(0x22b),'textBackgroundColor':_0x3f28f5(0x1eb),'tableBackgroundColor':_0x3f28f5(0x23a),'tableBorderColor':'Tabellenrahmenfarbe','borderWidth':_0x3f28f5(0x22c),'borderStyle':_0x3f28f5(0x1fa),'border':_0x3f28f5(0x226),'borderStyleSolid':_0x3f28f5(0x229),'borderStyleDash':'Gestrichelt','borderStyleDot':_0x3f28f5(0x21d),'borderStyleDashDot':_0x3f28f5(0x237),'noBorder':_0x3f28f5(0x219),'borderPresetAll':_0x3f28f5(0x20f),'borderPresetInner':_0x3f28f5(0x1fc),'borderPresetOuter':_0x3f28f5(0x1ee),'borderPresetTop':_0x3f28f5(0x236),'borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':_0x3f28f5(0x23d),'borderPresetRight':_0x3f28f5(0x1fb),'borderPresetInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderPresetInnerVertical':'Innerer\x20vertikaler\x20Rahmen','none':_0x3f28f5(0x239),'horizontalAlign':_0x3f28f5(0x20a),'verticalAlign':_0x3f28f5(0x217),'alignLeft':_0x3f28f5(0x22f),'alignCenter':_0x3f28f5(0x201),'alignRight':'Rechtsbündig','alignJustify':_0x3f28f5(0x1f1),'alignTop':'Oben\x20ausrichten','alignMiddle':_0x3f28f5(0x238),'alignBottom':_0x3f28f5(0x212),'mergeCells':_0x3f28f5(0x209),'unmergeCells':_0x3f28f5(0x20b),'tableTheme':_0x3f28f5(0x216),'tableLook':'Tabellenformat','headerRow':_0x3f28f5(0x218),'footerRow':_0x3f28f5(0x233),'bandedRows':_0x3f28f5(0x221),'bandedColumns':_0x3f28f5(0x230),'firstColumn':_0x3f28f5(0x1f6),'lastColumn':_0x3f28f5(0x23e),'bestMatch':'Beste\x20Übereinstimmung','light':'Hell','medium':_0x3f28f5(0x1f8),'minimal':_0x3f28f5(0x1f5)},'shapePanel':{'fill':{'noFill':'Keine\x20Füllung','solidFill':'Einfarbige\x20Füllung','gradientFill':_0x3f28f5(0x224),'pictureFill':_0x3f28f5(0x220),'color':_0x3f28f5(0x21a),'transparency':_0x3f28f5(0x1ed),'picture':{'source':_0x3f28f5(0x207),'insert':'Bild\x20einfügen'}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':'Spalte\x20auswahlen','selectTable':'Tabelle\x20auswahlen','insertRow':_0x3f28f5(0x1ef),'insertColumn':'Spalte\x20einfugen','moveRow':'Zeile\x20verschieben','moveColumn':_0x3f28f5(0x22a),'moveRows':'Zeilen\x20verschieben','moveColumns':_0x3f28f5(0x213),'cannotMoveMergedRows':_0x3f28f5(0x1f2),'cannotMoveMergedColumns':_0x3f28f5(0x1f4)},'contextMenu':{'insert':'Einfügen','delete':'Löschen','distribute':'Verteilen','borders':'Rahmen','tableBackgroundColor':'Tabellenhintergrundfarbe','copy':_0x3f28f5(0x23c),'cut':_0x3f28f5(0x1ec),'deleteTable':_0x3f28f5(0x232),'insertRowAbove':_0x3f28f5(0x214),'insertRowBelow':'Zeile\x20unterhalb\x20einfügen','insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':_0x3f28f5(0x227),'deleteRow':'Zeile\x20löschen','deleteColumn':_0x3f28f5(0x202),'distributeRows':_0x3f28f5(0x23b),'distributeColumns':'Spalten\x20verteilen','borderAll':_0x3f28f5(0x20f),'borderOuter':_0x3f28f5(0x204),'borderInner':_0x3f28f5(0x1fc),'borderNone':_0x3f28f5(0x219)},'colorPreset':{'resetColor':_0x3f28f5(0x223),'white':_0x3f28f5(0x20c),'gray100':_0x3f28f5(0x1f3),'primary100':_0x3f28f5(0x1ff),'blue100':_0x3f28f5(0x20d),'green100':_0x3f28f5(0x22d),'yellow100':_0x3f28f5(0x206),'red100':_0x3f28f5(0x1f7),'gray900':'Grau\x20900','gray500':'Grau\x20500','red600':_0x3f28f5(0x205),'orange600':_0x3f28f5(0x211),'yellow700':_0x3f28f5(0x21c),'green600':'Grün\x20600','blue600':_0x3f28f5(0x234),'purple600':_0x3f28f5(0x228)}}};module[_0x3f28f5(0x22e)]=e;
@@ -1 +1 @@
1
- const _0x4e6136=_0x1c2a;(function(_0x4446b4,_0x347754){const _0x536629=_0x1c2a,_0x4208ec=_0x4446b4();while(!![]){try{const _0x3a45f0=-parseInt(_0x536629(0x160))/0x1+parseInt(_0x536629(0x185))/0x2+parseInt(_0x536629(0x175))/0x3+-parseInt(_0x536629(0x17b))/0x4+-parseInt(_0x536629(0x174))/0x5*(-parseInt(_0x536629(0x183))/0x6)+-parseInt(_0x536629(0x195))/0x7*(-parseInt(_0x536629(0x16d))/0x8)+-parseInt(_0x536629(0x154))/0x9;if(_0x3a45f0===_0x347754)break;else _0x4208ec['push'](_0x4208ec['shift']());}catch(_0x4af320){_0x4208ec['push'](_0x4208ec['shift']());}}}(_0x208b,0xb01b3));function _0x1c2a(_0x1cd152,_0x2972d0){_0x1cd152=_0x1cd152-0x152;const _0x208b0=_0x208b();let _0x1c2a02=_0x208b0[_0x1cd152];return _0x1c2a02;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4e6136(0x189),'fontSize':_0x4e6136(0x18f),'textColor':_0x4e6136(0x172),'textBackgroundColor':_0x4e6136(0x16f),'tableBackgroundColor':_0x4e6136(0x186),'tableBorderColor':_0x4e6136(0x15f),'borderWidth':'Border\x20width','borderStyle':_0x4e6136(0x199),'border':_0x4e6136(0x17e),'borderStyleSolid':'Solid','borderStyleDash':'Dashed','borderStyleDot':_0x4e6136(0x15b),'borderStyleDashDot':_0x4e6136(0x152),'noBorder':_0x4e6136(0x190),'borderPresetAll':'All\x20borders','borderPresetInner':_0x4e6136(0x162),'borderPresetOuter':_0x4e6136(0x198),'borderPresetTop':_0x4e6136(0x166),'borderPresetBottom':'Bottom\x20border','borderPresetLeft':'Left\x20border','borderPresetRight':'Right\x20border','borderPresetInnerHorizontal':'Inner\x20horizontal\x20border','borderPresetInnerVertical':_0x4e6136(0x18d),'none':'None','horizontalAlign':_0x4e6136(0x182),'verticalAlign':_0x4e6136(0x18b),'alignLeft':'Align\x20left','alignCenter':_0x4e6136(0x15c),'alignRight':_0x4e6136(0x193),'alignJustify':_0x4e6136(0x197),'alignTop':_0x4e6136(0x176),'alignMiddle':'Align\x20middle','alignBottom':_0x4e6136(0x180),'mergeCells':_0x4e6136(0x178),'unmergeCells':_0x4e6136(0x16e)},'shapePanel':{'fill':{'noFill':_0x4e6136(0x177),'solidFill':_0x4e6136(0x15a),'gradientFill':_0x4e6136(0x194),'pictureFill':'Picture','color':_0x4e6136(0x192),'transparency':_0x4e6136(0x168),'picture':{'source':'Picture\x20source','insert':'Insert\x20picture'}}},'structuralControls':{'selectRow':_0x4e6136(0x165),'selectColumn':_0x4e6136(0x188),'selectTable':_0x4e6136(0x18c),'insertRow':'Insert\x20row','insertColumn':'Insert\x20column','moveRow':_0x4e6136(0x153),'moveColumn':'Move\x20column','moveRows':_0x4e6136(0x17a),'moveColumns':_0x4e6136(0x171),'cannotMoveMergedRows':'Cannot\x20move\x20rows\x20across\x20merged\x20cells','cannotMoveMergedColumns':_0x4e6136(0x191)},'contextMenu':{'insert':_0x4e6136(0x159),'delete':_0x4e6136(0x173),'distribute':_0x4e6136(0x170),'borders':_0x4e6136(0x16b),'tableBackgroundColor':_0x4e6136(0x186),'copy':'Copy','cut':_0x4e6136(0x161),'deleteTable':_0x4e6136(0x17f),'insertRowAbove':_0x4e6136(0x196),'insertRowBelow':_0x4e6136(0x15e),'insertColumnLeft':_0x4e6136(0x155),'insertColumnRight':_0x4e6136(0x18a),'deleteRow':'Delete\x20row','deleteColumn':_0x4e6136(0x163),'distributeRows':_0x4e6136(0x18e),'distributeColumns':_0x4e6136(0x19a),'borderAll':_0x4e6136(0x17d),'borderOuter':_0x4e6136(0x198),'borderInner':_0x4e6136(0x162),'borderNone':_0x4e6136(0x190)},'colorPreset':{'resetColor':_0x4e6136(0x16a),'white':_0x4e6136(0x187),'gray100':_0x4e6136(0x167),'primary100':_0x4e6136(0x169),'blue100':_0x4e6136(0x179),'green100':_0x4e6136(0x16c),'yellow100':'Yellow\x20100','red100':_0x4e6136(0x181),'gray900':_0x4e6136(0x15d),'gray500':'Gray\x20500','red600':_0x4e6136(0x184),'orange600':_0x4e6136(0x158),'yellow700':_0x4e6136(0x157),'green600':_0x4e6136(0x164),'blue600':_0x4e6136(0x17c),'purple600':'Purple\x20600'}}};function _0x208b(){const _0x212547=['Yellow\x20700','Orange\x20600','Insert','Solid','Dotted','Align\x20center','Gray\x20900','Insert\x20row\x20below','Table\x20border\x20color','1224466pzSHVa','Cut','Inner\x20borders','Delete\x20column','Green\x20600','Select\x20row','Top\x20border','Gray\x20100','Transparency','Primary\x20100','Reset\x20color','Borders','Green\x20100','1544CYLYeh','Unmerge\x20cells','Text\x20background\x20color','Distribute','Move\x20columns','Text\x20color','Delete','1765mQSbZJ','3752757aXtNvB','Align\x20top','No\x20fill','Merge\x20cells','Blue\x20100','Move\x20rows','2148508PFTHjv','Blue\x20600','All\x20borders','Border','Delete\x20table','Align\x20bottom','Red\x20100','Horizontal\x20align','22380pTTysy','Red\x20600','1146824jyoewe','Table\x20background\x20color','White','Select\x20column','Font\x20family','Insert\x20column\x20right','Vertical\x20align','Select\x20table','Inner\x20vertical\x20border','Distribute\x20rows','Font\x20size','No\x20border','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Color','Align\x20right','Gradient','14021nrxyPI','Insert\x20row\x20above','Justify','Outer\x20borders','Border\x20style','Distribute\x20columns','Dash-dot','Move\x20row','9402084hsryUa','Insert\x20column\x20left','exports'];_0x208b=function(){return _0x212547;};return _0x208b();}module[_0x4e6136(0x156)]=e;
1
+ const _0x58750=_0x2668;(function(_0x27e5e8,_0x4a8f24){const _0x2a9b7f=_0x2668,_0x3a5b8b=_0x27e5e8();while(!![]){try{const _0x1b3ee2=-parseInt(_0x2a9b7f(0xa3))/0x1*(parseInt(_0x2a9b7f(0xdd))/0x2)+parseInt(_0x2a9b7f(0xec))/0x3*(parseInt(_0x2a9b7f(0xb1))/0x4)+-parseInt(_0x2a9b7f(0xdf))/0x5+parseInt(_0x2a9b7f(0xe4))/0x6+-parseInt(_0x2a9b7f(0xc5))/0x7+parseInt(_0x2a9b7f(0xb6))/0x8*(parseInt(_0x2a9b7f(0xf6))/0x9)+-parseInt(_0x2a9b7f(0xe9))/0xa*(-parseInt(_0x2a9b7f(0xd5))/0xb);if(_0x1b3ee2===_0x4a8f24)break;else _0x3a5b8b['push'](_0x3a5b8b['shift']());}catch(_0x131962){_0x3a5b8b['push'](_0x3a5b8b['shift']());}}}(_0x55c3,0x2bc53));function _0x55c3(){const _0x17cd46=['Italic','2190aUuaDt','Cut','Font\x20size','196269hbyOfw','exports','Distribute\x20rows','Table\x20look','Green\x20100','Light','Distribute\x20columns','Banded\x20columns','Insert\x20row\x20above','Underline','11061ybmYNx','Dotted','Unmerge\x20cells','Move\x20row','Gray\x20500','Dash-dot','Move\x20columns','118jQSSnb','Picture\x20source','Gradient','Bold','Vertical\x20align','Insert\x20column\x20left','Move\x20rows','Dashed','Red\x20600','Border\x20style','Text\x20background\x20color','Primary\x20100','Table\x20background\x20color','Distribute','8UpHtlF','All\x20borders','Top\x20border','Align\x20center','Border\x20width','1592zqzzdo','Orange\x20600','Border','Table\x20theme','Picture','Move\x20column','Reset\x20color','Merge\x20cells','Inner\x20horizontal\x20border','Banded\x20rows','Text\x20color','Justify','Green\x20600','Horizontal\x20align','Font\x20family','1434489cgGwWp','White','Insert\x20column','Inner\x20borders','No\x20border','Align\x20left','Delete\x20row','Color','Yellow\x20700','Outer\x20borders','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Gray\x20900','First\x20column','No\x20fill','Delete\x20column','Select\x20table','8426CoSSGI','Insert\x20row\x20below','Select\x20column','Transparency','Bottom\x20border','None','Solid','Insert','4622aOAqQQ','Best\x20match','428635wLdskW','Table\x20border\x20color','Last\x20column','Align\x20top','Align\x20bottom','1196784cGJpWz','Align\x20middle','Insert\x20column\x20right','Gray\x20100'];_0x55c3=function(){return _0x17cd46;};return _0x55c3();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x58750(0xc4),'fontSize':_0x58750(0xeb),'textFormat':'Text\x20format','bold':_0x58750(0xa6),'italic':_0x58750(0xe8),'underline':_0x58750(0xf5),'strikethrough':'Strikethrough','textColor':_0x58750(0xc0),'textBackgroundColor':_0x58750(0xad),'tableBackgroundColor':_0x58750(0xaf),'tableBorderColor':_0x58750(0xe0),'borderWidth':_0x58750(0xb5),'borderStyle':_0x58750(0xac),'border':_0x58750(0xb8),'borderStyleSolid':_0x58750(0xdb),'borderStyleDash':_0x58750(0xaa),'borderStyleDot':_0x58750(0xf7),'borderStyleDashDot':_0x58750(0xa1),'noBorder':_0x58750(0xc9),'borderPresetAll':_0x58750(0xb2),'borderPresetInner':_0x58750(0xc8),'borderPresetOuter':'Outer\x20borders','borderPresetTop':_0x58750(0xb3),'borderPresetBottom':_0x58750(0xd9),'borderPresetLeft':'Left\x20border','borderPresetRight':'Right\x20border','borderPresetInnerHorizontal':_0x58750(0xbe),'borderPresetInnerVertical':'Inner\x20vertical\x20border','none':_0x58750(0xda),'horizontalAlign':_0x58750(0xc3),'verticalAlign':_0x58750(0xa7),'alignLeft':_0x58750(0xca),'alignCenter':_0x58750(0xb4),'alignRight':'Align\x20right','alignJustify':_0x58750(0xc1),'alignTop':_0x58750(0xe2),'alignMiddle':_0x58750(0xe5),'alignBottom':_0x58750(0xe3),'mergeCells':_0x58750(0xbd),'unmergeCells':_0x58750(0x9e),'tableTheme':_0x58750(0xb9),'tableLook':_0x58750(0xef),'headerRow':'Header\x20row','footerRow':'Footer\x20row','bandedRows':_0x58750(0xbf),'bandedColumns':_0x58750(0xf3),'firstColumn':_0x58750(0xd1),'lastColumn':_0x58750(0xe1),'bestMatch':_0x58750(0xde),'light':_0x58750(0xf1),'medium':'Medium','minimal':'Minimal'},'shapePanel':{'fill':{'noFill':_0x58750(0xd2),'solidFill':_0x58750(0xdb),'gradientFill':_0x58750(0xa5),'pictureFill':_0x58750(0xba),'color':_0x58750(0xcc),'transparency':_0x58750(0xd8),'picture':{'source':_0x58750(0xa4),'insert':'Insert\x20picture'}}},'structuralControls':{'selectRow':'Select\x20row','selectColumn':_0x58750(0xd7),'selectTable':_0x58750(0xd4),'insertRow':'Insert\x20row','insertColumn':_0x58750(0xc7),'moveRow':_0x58750(0x9f),'moveColumn':_0x58750(0xbb),'moveRows':_0x58750(0xa9),'moveColumns':_0x58750(0xa2),'cannotMoveMergedRows':_0x58750(0xcf),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x58750(0xdc),'delete':'Delete','distribute':_0x58750(0xb0),'borders':'Borders','tableBackgroundColor':_0x58750(0xaf),'copy':'Copy','cut':_0x58750(0xea),'deleteTable':'Delete\x20table','insertRowAbove':_0x58750(0xf4),'insertRowBelow':_0x58750(0xd6),'insertColumnLeft':_0x58750(0xa8),'insertColumnRight':_0x58750(0xe6),'deleteRow':_0x58750(0xcb),'deleteColumn':_0x58750(0xd3),'distributeRows':_0x58750(0xee),'distributeColumns':_0x58750(0xf2),'borderAll':_0x58750(0xb2),'borderOuter':_0x58750(0xce),'borderInner':_0x58750(0xc8),'borderNone':_0x58750(0xc9)},'colorPreset':{'resetColor':_0x58750(0xbc),'white':_0x58750(0xc6),'gray100':_0x58750(0xe7),'primary100':_0x58750(0xae),'blue100':'Blue\x20100','green100':_0x58750(0xf0),'yellow100':'Yellow\x20100','red100':'Red\x20100','gray900':_0x58750(0xd0),'gray500':_0x58750(0xa0),'red600':_0x58750(0xab),'orange600':_0x58750(0xb7),'yellow700':_0x58750(0xcd),'green600':_0x58750(0xc2),'blue600':'Blue\x20600','purple600':'Purple\x20600'}}};function _0x2668(_0x51a6b6,_0x5b5d93){_0x51a6b6=_0x51a6b6-0x9e;const _0x55c3ad=_0x55c3();let _0x2668ae=_0x55c3ad[_0x51a6b6];return _0x2668ae;}module[_0x58750(0xed)]=e;
@@ -1 +1 @@
1
- const _0x233970=_0x2a0b;(function(_0x5a0b80,_0x5de77c){const _0x5b2545=_0x2a0b,_0x3e0bcf=_0x5a0b80();while(!![]){try{const _0x49c71a=-parseInt(_0x5b2545(0x1eb))/0x1*(parseInt(_0x5b2545(0x19b))/0x2)+parseInt(_0x5b2545(0x19c))/0x3+-parseInt(_0x5b2545(0x1e9))/0x4*(-parseInt(_0x5b2545(0x1c6))/0x5)+parseInt(_0x5b2545(0x1a5))/0x6*(parseInt(_0x5b2545(0x1b2))/0x7)+-parseInt(_0x5b2545(0x1d7))/0x8+parseInt(_0x5b2545(0x1a7))/0x9*(-parseInt(_0x5b2545(0x1d4))/0xa)+-parseInt(_0x5b2545(0x1ca))/0xb*(-parseInt(_0x5b2545(0x1a0))/0xc);if(_0x49c71a===_0x5de77c)break;else _0x3e0bcf['push'](_0x3e0bcf['shift']());}catch(_0x350a87){_0x3e0bcf['push'](_0x3e0bcf['shift']());}}}(_0x5b2b,0x94e6b));function _0x5b2b(){const _0x25dfa3=['Insertar\x20imagen','Borde\x20superior','Alinear\x20al\x20medio','Table\x20background\x20color','Mover\x20filas','Alineación\x20horizontal','Insertar\x20fila','8092sabOWY','Delete\x20table','Sin\x20relleno','Tamaño\x20de\x20fuente','Primary\x20100','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Borde\x20izquierdo','Insert\x20column\x20left','Color\x20de\x20texto','Sin\x20borde','Alinear\x20abajo','Alinear\x20a\x20la\x20derecha','Color\x20de\x20fondo\x20de\x20tabla','Green\x20100','Reset\x20color','Distribute\x20rows','Transparencia','Borde\x20derecho','Borde\x20horizontal\x20interior','Gray\x20500','51515xMOzkp','Seleccionar\x20columna','Delete\x20row','Estilo\x20de\x20borde','11NKkoqn','Mover\x20fila','Red\x20600','Origen\x20de\x20imagen','Borde\x20inferior','Fuente','Cut','Insertar\x20columna','Mover\x20columna','Delete\x20column','3541350PmwicS','Relleno\x20de\x20imagen\x20o\x20textura','Blue\x20600','1238176VTEJCI','Borde','Distribute\x20columns','Delete','Relleno\x20degradado','Outer\x20borders','Green\x20600','White','Centrar','Distribute','Raya\x20y\x20punto','Yellow\x20700','Yellow\x20100','Purple\x20600','Alinear\x20a\x20la\x20izquierda','Insert\x20row\x20above','Punteado','Borde\x20exterior','4ErpzUA','Gray\x20900','551587iuRgtT','Todos\x20los\x20bordes','Combinar\x20celdas','exports','Gray\x20100','4GOBAlO','2463576snUDUW','Sólido','Color\x20de\x20borde\x20de\x20tabla','Red\x20100','10346316qFNLSR','Inner\x20borders','Ninguno','Relleno\x20sólido','Orange\x20600','2742bCLklG','Color\x20de\x20fondo\x20de\x20texto','9tPRbVB','Grosor\x20de\x20borde','Separar\x20celdas','Mover\x20columnas'];_0x5b2b=function(){return _0x25dfa3;};return _0x5b2b();}function _0x2a0b(_0x6269f3,_0x223513){_0x6269f3=_0x6269f3-0x19a;const _0x5b2bbe=_0x5b2b();let _0x2a0b35=_0x5b2bbe[_0x6269f3];return _0x2a0b35;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x233970(0x1cf),'fontSize':_0x233970(0x1b5),'textColor':_0x233970(0x1ba),'textBackgroundColor':_0x233970(0x1a6),'tableBackgroundColor':_0x233970(0x1be),'tableBorderColor':_0x233970(0x19e),'borderWidth':_0x233970(0x1a8),'borderStyle':_0x233970(0x1c9),'border':_0x233970(0x1d8),'borderStyleSolid':_0x233970(0x19d),'borderStyleDash':'Discontinuo','borderStyleDot':_0x233970(0x1e7),'borderStyleDashDot':_0x233970(0x1e1),'noBorder':_0x233970(0x1bb),'borderPresetAll':_0x233970(0x1ec),'borderPresetInner':'Bordes\x20interiores','borderPresetOuter':_0x233970(0x1e8),'borderPresetTop':_0x233970(0x1ac),'borderPresetBottom':_0x233970(0x1ce),'borderPresetLeft':_0x233970(0x1b8),'borderPresetRight':_0x233970(0x1c3),'borderPresetInnerHorizontal':_0x233970(0x1c4),'borderPresetInnerVertical':'Borde\x20vertical\x20interior','none':_0x233970(0x1a2),'horizontalAlign':_0x233970(0x1b0),'verticalAlign':'Alineación\x20vertical','alignLeft':_0x233970(0x1e5),'alignCenter':_0x233970(0x1df),'alignRight':_0x233970(0x1bd),'alignJustify':'Justificar','alignTop':'Alinear\x20arriba','alignMiddle':_0x233970(0x1ad),'alignBottom':_0x233970(0x1bc),'mergeCells':_0x233970(0x1ed),'unmergeCells':_0x233970(0x1a9)},'shapePanel':{'fill':{'noFill':_0x233970(0x1b4),'solidFill':_0x233970(0x1a3),'gradientFill':_0x233970(0x1db),'pictureFill':_0x233970(0x1d5),'color':'Color','transparency':_0x233970(0x1c2),'picture':{'source':_0x233970(0x1cd),'insert':_0x233970(0x1ab)}}},'structuralControls':{'selectRow':'Seleccionar\x20fila','selectColumn':_0x233970(0x1c7),'selectTable':'Seleccionar\x20tabla','insertRow':_0x233970(0x1b1),'insertColumn':_0x233970(0x1d1),'moveRow':_0x233970(0x1cb),'moveColumn':_0x233970(0x1d2),'moveRows':_0x233970(0x1af),'moveColumns':_0x233970(0x1aa),'cannotMoveMergedRows':'No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','cannotMoveMergedColumns':_0x233970(0x1b7)},'contextMenu':{'insert':'Insert','delete':_0x233970(0x1da),'distribute':_0x233970(0x1e0),'borders':'Borders','tableBackgroundColor':_0x233970(0x1ae),'copy':'Copy','cut':_0x233970(0x1d0),'deleteTable':_0x233970(0x1b3),'insertRowAbove':_0x233970(0x1e6),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x233970(0x1b9),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x233970(0x1c8),'deleteColumn':_0x233970(0x1d3),'distributeRows':_0x233970(0x1c1),'distributeColumns':_0x233970(0x1d9),'borderAll':'All\x20borders','borderOuter':_0x233970(0x1dc),'borderInner':_0x233970(0x1a1),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x233970(0x1c0),'white':_0x233970(0x1de),'gray100':_0x233970(0x19a),'primary100':_0x233970(0x1b6),'blue100':'Blue\x20100','green100':_0x233970(0x1bf),'yellow100':_0x233970(0x1e3),'red100':_0x233970(0x19f),'gray900':_0x233970(0x1ea),'gray500':_0x233970(0x1c5),'red600':_0x233970(0x1cc),'orange600':_0x233970(0x1a4),'yellow700':_0x233970(0x1e2),'green600':_0x233970(0x1dd),'blue600':_0x233970(0x1d6),'purple600':_0x233970(0x1e4)}}};module[_0x233970(0x1ee)]=e;
1
+ function _0x5366(_0x689139,_0x4cd91b){_0x689139=_0x689139-0x180;const _0x50942f=_0x5094();let _0x53669b=_0x50942f[_0x689139];return _0x53669b;}const _0x5c5e75=_0x5366;function _0x5094(){const _0x11f901=['Borde\x20inferior','Gris\x20500','Mover\x20filas','Tachado','Principal\x20100','Insertar\x20fila\x20abajo','11790708LNuiQs','Insertar\x20imagen','Separar\x20celdas','Grosor\x20de\x20borde','Eliminar','Alineación\x20horizontal','Alinear\x20a\x20la\x20derecha','Blanco','Mínimo','Formato\x20de\x20texto','Eliminar\x20columna','Color\x20de\x20fondo\x20de\x20la\x20tabla','Relleno\x20de\x20imagen\x20o\x20textura','1msHSrd','Mover\x20columnas','Distribuir','Amarillo\x20700','88YYuSJo','Tamaño\x20de\x20fuente','Borde\x20exterior','11IeejIK','Seleccionar\x20columna','Distribuir\x20filas','Insertar\x20columna\x20a\x20la\x20izquierda','Mejor\x20coincidencia','Copiar','Medio','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Distribuir\x20columnas','Alineación\x20vertical','70371gyeGTn','Amarillo\x20100','Eliminar\x20fila','Origen\x20de\x20imagen','Mover\x20columna','Eliminar\x20tabla','Insertar\x20fila','Borde\x20horizontal\x20interior','Seleccionar\x20tabla','54ASJDkL','Restablecer\x20color','Bordes\x20interiores','exports','Verde\x20600','Color','Insertar\x20columna','Naranja\x20600','54276HxAkbr','Transparencia','Todos\x20los\x20bordes','1162260ZoSKtw','Color\x20de\x20borde\x20de\x20tabla','Insertar','Negrita','Color\x20de\x20fondo\x20de\x20tabla','Sin\x20bordes','Borde\x20vertical\x20interior','4011700rLlnjw','Rojo\x20100','Verde\x20100','56RcCZKY','Borde\x20izquierdo','Aspecto\x20de\x20tabla','Mover\x20fila','Borde\x20superior','Fila\x20de\x20encabezado','Punteado','Claro','231776tYYVps','Subrayado','Azul\x20100','Justificar','240102PbcaDN','Columnas\x20con\x20bandas','Azul\x20600','Borde\x20derecho','Última\x20columna','Ninguno','Sin\x20relleno','Alinear\x20al\x20medio','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas'];_0x5094=function(){return _0x11f901;};return _0x5094();}(function(_0x225971,_0x455738){const _0xfe4d5f=_0x5366,_0x52d5e7=_0x225971();while(!![]){try{const _0x4baf64=-parseInt(_0xfe4d5f(0x185))/0x1*(parseInt(_0xfe4d5f(0x1bc))/0x2)+-parseInt(_0xfe4d5f(0x1a7))/0x3*(parseInt(_0xfe4d5f(0x189))/0x4)+parseInt(_0xfe4d5f(0x1aa))/0x5+parseInt(_0xfe4d5f(0x19f))/0x6*(parseInt(_0xfe4d5f(0x196))/0x7)+parseInt(_0xfe4d5f(0x1b4))/0x8*(-parseInt(_0xfe4d5f(0x1c0))/0x9)+-parseInt(_0xfe4d5f(0x1b1))/0xa+parseInt(_0xfe4d5f(0x18c))/0xb*(parseInt(_0xfe4d5f(0x1cf))/0xc);if(_0x4baf64===_0x455738)break;else _0x52d5e7['push'](_0x52d5e7['shift']());}catch(_0x478cdf){_0x52d5e7['push'](_0x52d5e7['shift']());}}}(_0x5094,0x31b8c));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Fuente','fontSize':_0x5c5e75(0x18a),'textFormat':_0x5c5e75(0x181),'bold':_0x5c5e75(0x1ad),'italic':'Cursiva','underline':_0x5c5e75(0x1bd),'strikethrough':_0x5c5e75(0x1cc),'textColor':'Color\x20de\x20texto','textBackgroundColor':'Color\x20de\x20fondo\x20de\x20texto','tableBackgroundColor':_0x5c5e75(0x1ae),'tableBorderColor':_0x5c5e75(0x1ab),'borderWidth':_0x5c5e75(0x1d2),'borderStyle':'Estilo\x20de\x20borde','border':'Borde','borderStyleSolid':'Sólido','borderStyleDash':'Discontinuo','borderStyleDot':_0x5c5e75(0x1ba),'borderStyleDashDot':'Raya\x20y\x20punto','noBorder':'Sin\x20borde','borderPresetAll':_0x5c5e75(0x1a9),'borderPresetInner':_0x5c5e75(0x1a1),'borderPresetOuter':_0x5c5e75(0x18b),'borderPresetTop':_0x5c5e75(0x1b8),'borderPresetBottom':_0x5c5e75(0x1c9),'borderPresetLeft':_0x5c5e75(0x1b5),'borderPresetRight':_0x5c5e75(0x1c3),'borderPresetInnerHorizontal':_0x5c5e75(0x19d),'borderPresetInnerVertical':_0x5c5e75(0x1b0),'none':_0x5c5e75(0x1c5),'horizontalAlign':_0x5c5e75(0x1d4),'verticalAlign':_0x5c5e75(0x195),'alignLeft':'Alinear\x20a\x20la\x20izquierda','alignCenter':'Centrar','alignRight':_0x5c5e75(0x1d5),'alignJustify':_0x5c5e75(0x1bf),'alignTop':'Alinear\x20arriba','alignMiddle':_0x5c5e75(0x1c7),'alignBottom':'Alinear\x20abajo','mergeCells':'Combinar\x20celdas','unmergeCells':_0x5c5e75(0x1d1),'tableTheme':'Tema\x20de\x20tabla','tableLook':_0x5c5e75(0x1b6),'headerRow':_0x5c5e75(0x1b9),'footerRow':'Fila\x20de\x20pie','bandedRows':'Filas\x20con\x20bandas','bandedColumns':_0x5c5e75(0x1c1),'firstColumn':'Primera\x20columna','lastColumn':_0x5c5e75(0x1c4),'bestMatch':_0x5c5e75(0x190),'light':_0x5c5e75(0x1bb),'medium':_0x5c5e75(0x192),'minimal':_0x5c5e75(0x180)},'shapePanel':{'fill':{'noFill':_0x5c5e75(0x1c6),'solidFill':'Relleno\x20sólido','gradientFill':'Relleno\x20degradado','pictureFill':_0x5c5e75(0x184),'color':_0x5c5e75(0x1a4),'transparency':_0x5c5e75(0x1a8),'picture':{'source':_0x5c5e75(0x199),'insert':_0x5c5e75(0x1d0)}}},'structuralControls':{'selectRow':'Seleccionar\x20fila','selectColumn':_0x5c5e75(0x18d),'selectTable':_0x5c5e75(0x19e),'insertRow':_0x5c5e75(0x19c),'insertColumn':_0x5c5e75(0x1a5),'moveRow':_0x5c5e75(0x1b7),'moveColumn':_0x5c5e75(0x19a),'moveRows':_0x5c5e75(0x1cb),'moveColumns':_0x5c5e75(0x186),'cannotMoveMergedRows':_0x5c5e75(0x1c8),'cannotMoveMergedColumns':_0x5c5e75(0x193)},'contextMenu':{'insert':_0x5c5e75(0x1ac),'delete':_0x5c5e75(0x1d3),'distribute':_0x5c5e75(0x187),'borders':'Bordes','tableBackgroundColor':_0x5c5e75(0x183),'copy':_0x5c5e75(0x191),'cut':'Cortar','deleteTable':_0x5c5e75(0x19b),'insertRowAbove':'Insertar\x20fila\x20arriba','insertRowBelow':_0x5c5e75(0x1ce),'insertColumnLeft':_0x5c5e75(0x18f),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','deleteRow':_0x5c5e75(0x198),'deleteColumn':_0x5c5e75(0x182),'distributeRows':_0x5c5e75(0x18e),'distributeColumns':_0x5c5e75(0x194),'borderAll':_0x5c5e75(0x1a9),'borderOuter':'Bordes\x20exteriores','borderInner':_0x5c5e75(0x1a1),'borderNone':_0x5c5e75(0x1af)},'colorPreset':{'resetColor':_0x5c5e75(0x1a0),'white':_0x5c5e75(0x1d6),'gray100':'Gris\x20100','primary100':_0x5c5e75(0x1cd),'blue100':_0x5c5e75(0x1be),'green100':_0x5c5e75(0x1b3),'yellow100':_0x5c5e75(0x197),'red100':_0x5c5e75(0x1b2),'gray900':'Gris\x20900','gray500':_0x5c5e75(0x1ca),'red600':'Rojo\x20600','orange600':_0x5c5e75(0x1a6),'yellow700':_0x5c5e75(0x188),'green600':_0x5c5e75(0x1a3),'blue600':_0x5c5e75(0x1c2),'purple600':'Morado\x20600'}}};module[_0x5c5e75(0x1a2)]=e;
@@ -1 +1 @@
1
- const _0x2f2670=_0x1bb1;(function(_0x117e90,_0x45e913){const _0xe7782f=_0x1bb1,_0x1aa113=_0x117e90();while(!![]){try{const _0x255bf5=parseInt(_0xe7782f(0x1e6))/0x1+-parseInt(_0xe7782f(0x1c5))/0x2+parseInt(_0xe7782f(0x1bb))/0x3*(parseInt(_0xe7782f(0x1f8))/0x4)+-parseInt(_0xe7782f(0x1c6))/0x5+-parseInt(_0xe7782f(0x1de))/0x6+-parseInt(_0xe7782f(0x1b7))/0x7*(-parseInt(_0xe7782f(0x1fc))/0x8)+parseInt(_0xe7782f(0x1c4))/0x9*(parseInt(_0xe7782f(0x1d6))/0xa);if(_0x255bf5===_0x45e913)break;else _0x1aa113['push'](_0x1aa113['shift']());}catch(_0x56a9b8){_0x1aa113['push'](_0x1aa113['shift']());}}}(_0x158a,0x39a4f));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'فونت','fontSize':'اندازه\x20فونت','textColor':'رنگ\x20متن','textBackgroundColor':_0x2f2670(0x1f1),'tableBackgroundColor':_0x2f2670(0x201),'tableBorderColor':'رنگ\x20کادر\x20جدول','borderWidth':_0x2f2670(0x1fd),'borderStyle':_0x2f2670(0x1b8),'border':'کادر','borderStyleSolid':_0x2f2670(0x1f9),'borderStyleDash':_0x2f2670(0x1d2),'borderStyleDot':_0x2f2670(0x1e2),'borderStyleDashDot':_0x2f2670(0x1f7),'noBorder':_0x2f2670(0x1bf),'borderPresetAll':_0x2f2670(0x1e7),'borderPresetInner':_0x2f2670(0x1db),'borderPresetOuter':_0x2f2670(0x1e0),'borderPresetTop':_0x2f2670(0x1d4),'borderPresetBottom':_0x2f2670(0x1ff),'borderPresetLeft':'کادر\x20چپ','borderPresetRight':_0x2f2670(0x1e1),'borderPresetInnerHorizontal':_0x2f2670(0x1b5),'borderPresetInnerVertical':_0x2f2670(0x1dd),'none':_0x2f2670(0x1cf),'horizontalAlign':_0x2f2670(0x1ba),'verticalAlign':'تراز\x20عمودی','alignLeft':_0x2f2670(0x1bc),'alignCenter':'تراز\x20وسط','alignRight':_0x2f2670(0x1e9),'alignJustify':_0x2f2670(0x1bd),'alignTop':_0x2f2670(0x1c3),'alignMiddle':_0x2f2670(0x1e5),'alignBottom':_0x2f2670(0x1cd),'mergeCells':'ادغام\x20سلول‌ها','unmergeCells':'لغو\x20ادغام\x20سلول‌ها'},'shapePanel':{'fill':{'noFill':_0x2f2670(0x1cc),'solidFill':_0x2f2670(0x1c9),'gradientFill':'پر\x20کردن\x20گرادیان','pictureFill':_0x2f2670(0x1fb),'color':'رنگ','transparency':_0x2f2670(0x1f4),'picture':{'source':_0x2f2670(0x1f6),'insert':'درج\x20تصویر'}}},'structuralControls':{'selectRow':_0x2f2670(0x1f2),'selectColumn':_0x2f2670(0x1f5),'selectTable':_0x2f2670(0x1eb),'insertRow':'Insert\x20row','insertColumn':'Insert\x20column','moveRow':_0x2f2670(0x1e3),'moveColumn':_0x2f2670(0x1d3),'moveRows':_0x2f2670(0x1ca),'moveColumns':_0x2f2670(0x1df),'cannotMoveMergedRows':_0x2f2670(0x1b9),'cannotMoveMergedColumns':_0x2f2670(0x1da)},'contextMenu':{'insert':_0x2f2670(0x1dc),'delete':_0x2f2670(0x1c8),'distribute':'Distribute','borders':_0x2f2670(0x1be),'tableBackgroundColor':_0x2f2670(0x202),'copy':'Copy','cut':_0x2f2670(0x1c2),'deleteTable':_0x2f2670(0x1d0),'insertRowAbove':_0x2f2670(0x1ec),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x2f2670(0x1ed),'insertColumnRight':_0x2f2670(0x1c0),'deleteRow':_0x2f2670(0x1d5),'deleteColumn':_0x2f2670(0x1c1),'distributeRows':_0x2f2670(0x1e8),'distributeColumns':_0x2f2670(0x1ee),'borderAll':'All\x20borders','borderOuter':_0x2f2670(0x1f3),'borderInner':'Inner\x20borders','borderNone':_0x2f2670(0x1d1)},'colorPreset':{'resetColor':_0x2f2670(0x200),'white':_0x2f2670(0x1f0),'gray100':_0x2f2670(0x1ef),'primary100':'Primary\x20100','blue100':_0x2f2670(0x1e4),'green100':_0x2f2670(0x1ea),'yellow100':'Yellow\x20100','red100':_0x2f2670(0x1d8),'gray900':_0x2f2670(0x1cb),'gray500':_0x2f2670(0x1d7),'red600':_0x2f2670(0x1ce),'orange600':_0x2f2670(0x1b6),'yellow700':_0x2f2670(0x1d9),'green600':_0x2f2670(0x1fa),'blue600':'Blue\x20600','purple600':_0x2f2670(0x1c7)}}};module[_0x2f2670(0x1fe)]=e;function _0x1bb1(_0x56e8a7,_0x6dcdbf){_0x56e8a7=_0x56e8a7-0x1b5;const _0x158a33=_0x158a();let _0x1bb1ae=_0x158a33[_0x56e8a7];return _0x1bb1ae;}function _0x158a(){const _0x2f283b=['Move\x20rows','Gray\x20900','بدون\x20پر\x20کردن','تراز\x20پایین','Red\x20600','هیچ','Delete\x20table','No\x20border','خط‌چین','Move\x20column','کادر\x20بالا','Delete\x20row','20PpotBX','Gray\x20500','Red\x20100','Yellow\x20700','Cannot\x20move\x20columns\x20across\x20merged\x20cells','کادرهای\x20داخلی','Insert','کادر\x20عمودی\x20داخلی','629874hptZTj','Move\x20columns','کادر\x20بیرونی','کادر\x20راست','نقطه‌چین','Move\x20row','Blue\x20100','تراز\x20وسط\x20عمودی','189415onBaIS','همه\x20کادرها','Distribute\x20rows','تراز\x20راست','Green\x20100','Select\x20table','Insert\x20row\x20above','Insert\x20column\x20left','Distribute\x20columns','Gray\x20100','White','رنگ\x20پس‌زمینه\x20متن','Select\x20row','Outer\x20borders','شفافیت','Select\x20column','منبع\x20تصویر','خط‌نقطه','4QBhJgY','یکپارچه','Green\x20600','پر\x20کردن\x20تصویر\x20یا\x20بافت','3100944QGVjWx','ضخامت\x20کادر','exports','کادر\x20پایین','Reset\x20color','رنگ\x20پس‌زمینه\x20جدول','Table\x20background\x20color','کادر\x20افقی\x20داخلی','Orange\x20600','7FOHPrP','سبک\x20کادر','Cannot\x20move\x20rows\x20across\x20merged\x20cells','تراز\x20افقی','542853zsCDQv','تراز\x20چپ','هم‌تراز','Borders','بدون\x20کادر','Insert\x20column\x20right','Delete\x20column','Cut','تراز\x20بالا','1822023Mjmmum','760382rwwMVY','2207985XfuCgM','Purple\x20600','Delete','پر\x20کردن\x20یکدست'];_0x158a=function(){return _0x2f283b;};return _0x158a();}
1
+ const _0x21bd4c=_0x5d2c;(function(_0x4e409a,_0x38cf3d){const _0x49d793=_0x5d2c,_0x584e84=_0x4e409a();while(!![]){try{const _0x4757c5=-parseInt(_0x49d793(0xf7))/0x1*(-parseInt(_0x49d793(0x108))/0x2)+-parseInt(_0x49d793(0xe6))/0x3+-parseInt(_0x49d793(0x10f))/0x4*(-parseInt(_0x49d793(0x115))/0x5)+parseInt(_0x49d793(0xf8))/0x6*(parseInt(_0x49d793(0xcb))/0x7)+parseInt(_0x49d793(0xf1))/0x8+parseInt(_0x49d793(0xff))/0x9+-parseInt(_0x49d793(0x10a))/0xa;if(_0x4757c5===_0x38cf3d)break;else _0x584e84['push'](_0x584e84['shift']());}catch(_0x54cede){_0x584e84['push'](_0x584e84['shift']());}}}(_0x2567,0xc7652));function _0x2567(){const _0x37d732=['زیرخط','سبک\x20کادر','534618MkrvVR','انتقال\x20ردیف‌ها','کادر\x20چپ','تراز\x20عمودی','حداقلی','تراز\x20چپ','منبع\x20تصویر','درج\x20ستون\x20در\x20چپ','تراز\x20پایین','585496DVnHZc','حاشیه‌های\x20بیرونی','17439060VDiUOR','خاکستری\x20900','کادرهای\x20داخلی','کادر\x20راست','سبز\x20100','86916jiHLYP','زرد\x20100','انتقال\x20ستون‌ها','کادر\x20افقی\x20داخلی','قرمز\x20600','تراز\x20وسط\x20عمودی','80TyhMyJ','کادر\x20بیرونی','همه\x20حاشیه‌ها','خاکستری\x20500','زرد\x20700','بازنشانی\x20رنگ','قرمز\x20100','توزیع\x20ردیف‌ها','تراز\x20افقی','ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','3475829DjBTcn','پر\x20کردن\x20تصویر\x20یا\x20بافت','درج\x20ستون\x20در\x20راست','پررنگ','ردیف\x20پاصفحه','کادر\x20پایین','خط‌چین','سفید','بدون\x20حاشیه','لغو\x20ادغام\x20سلول‌ها','درج\x20ستون','انتخاب\x20ستون','بدون\x20کادر','رنگ\x20کادر\x20جدول','رنگ\x20متن','حذف\x20جدول','رنگ\x20پس‌زمینه\x20متن','بنفش\x20600','سبز\x20600','رنگ','نقطه‌چین','اصلی\x20100','شفافیت','بهترین\x20تطابق','انتخاب\x20جدول','رنگ\x20پس‌زمینه\x20جدول','خاکستری\x20100','4513041tPAVva','حذف','انتقال\x20ردیف','بدون\x20پر\x20کردن','برش','کادر\x20بالا','پر\x20کردن\x20گرادیان','ردیف‌های\x20نواری','همه\x20کادرها','حذف\x20ستون','کادر','12662176qzjYEb','خط‌نقطه','خط‌خورده','فونت','کپی','درج\x20تصویر','2MyUoDT','18ksXzko','قالب\x20متن','درج','توزیع\x20ستون‌ها','تراز\x20وسط'];_0x2567=function(){return _0x37d732;};return _0x2567();}function _0x5d2c(_0x5c1f10,_0x174217){_0x5c1f10=_0x5c1f10-0xc2;const _0x25674c=_0x2567();let _0x5d2ccc=_0x25674c[_0x5c1f10];return _0x5d2ccc;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x21bd4c(0xf4),'fontSize':'اندازه\x20فونت','textFormat':_0x21bd4c(0xf9),'bold':_0x21bd4c(0xce),'italic':'کج','underline':_0x21bd4c(0xfd),'strikethrough':_0x21bd4c(0xf3),'textColor':_0x21bd4c(0xd9),'textBackgroundColor':_0x21bd4c(0xdb),'tableBackgroundColor':_0x21bd4c(0xe4),'tableBorderColor':_0x21bd4c(0xd8),'borderWidth':'ضخامت\x20کادر','borderStyle':_0x21bd4c(0xfe),'border':_0x21bd4c(0xf0),'borderStyleSolid':'یکپارچه','borderStyleDash':_0x21bd4c(0xd1),'borderStyleDot':_0x21bd4c(0xdf),'borderStyleDashDot':_0x21bd4c(0xf2),'noBorder':_0x21bd4c(0xd7),'borderPresetAll':_0x21bd4c(0xee),'borderPresetInner':_0x21bd4c(0x10c),'borderPresetOuter':_0x21bd4c(0xc2),'borderPresetTop':_0x21bd4c(0xeb),'borderPresetBottom':_0x21bd4c(0xd0),'borderPresetLeft':_0x21bd4c(0x101),'borderPresetRight':_0x21bd4c(0x10d),'borderPresetInnerHorizontal':_0x21bd4c(0x112),'borderPresetInnerVertical':'کادر\x20عمودی\x20داخلی','none':'هیچ','horizontalAlign':_0x21bd4c(0xc9),'verticalAlign':_0x21bd4c(0x102),'alignLeft':_0x21bd4c(0x104),'alignCenter':_0x21bd4c(0xfc),'alignRight':'تراز\x20راست','alignJustify':'هم‌تراز','alignTop':'تراز\x20بالا','alignMiddle':_0x21bd4c(0x114),'alignBottom':_0x21bd4c(0x107),'mergeCells':'ادغام\x20سلول‌ها','unmergeCells':_0x21bd4c(0xd4),'tableTheme':'قالب\x20جدول','tableLook':'ظاهر\x20جدول','headerRow':'ردیف\x20سرصفحه','footerRow':_0x21bd4c(0xcf),'bandedRows':_0x21bd4c(0xed),'bandedColumns':'ستون‌های\x20نواری','firstColumn':'ستون\x20اول','lastColumn':'ستون\x20آخر','bestMatch':_0x21bd4c(0xe2),'light':'روشن','medium':'متوسط','minimal':_0x21bd4c(0x103)},'shapePanel':{'fill':{'noFill':_0x21bd4c(0xe9),'solidFill':'پر\x20کردن\x20یکدست','gradientFill':_0x21bd4c(0xec),'pictureFill':_0x21bd4c(0xcc),'color':_0x21bd4c(0xde),'transparency':_0x21bd4c(0xe1),'picture':{'source':_0x21bd4c(0x105),'insert':_0x21bd4c(0xf6)}}},'structuralControls':{'selectRow':'انتخاب\x20ردیف','selectColumn':_0x21bd4c(0xd6),'selectTable':_0x21bd4c(0xe3),'insertRow':'درج\x20سطر','insertColumn':_0x21bd4c(0xd5),'moveRow':_0x21bd4c(0xe8),'moveColumn':'انتقال\x20ستون','moveRows':_0x21bd4c(0x100),'moveColumns':_0x21bd4c(0x111),'cannotMoveMergedRows':_0x21bd4c(0xca),'cannotMoveMergedColumns':'ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد'},'contextMenu':{'insert':_0x21bd4c(0xfa),'delete':_0x21bd4c(0xe7),'distribute':'توزیع','borders':'حاشیه‌ها','tableBackgroundColor':_0x21bd4c(0xe4),'copy':_0x21bd4c(0xf5),'cut':_0x21bd4c(0xea),'deleteTable':_0x21bd4c(0xda),'insertRowAbove':'درج\x20ردیف\x20در\x20بالا','insertRowBelow':'درج\x20ردیف\x20در\x20پایین','insertColumnLeft':_0x21bd4c(0x106),'insertColumnRight':_0x21bd4c(0xcd),'deleteRow':'حذف\x20ردیف','deleteColumn':_0x21bd4c(0xef),'distributeRows':_0x21bd4c(0xc8),'distributeColumns':_0x21bd4c(0xfb),'borderAll':_0x21bd4c(0xc3),'borderOuter':_0x21bd4c(0x109),'borderInner':'حاشیه‌های\x20داخلی','borderNone':_0x21bd4c(0xd3)},'colorPreset':{'resetColor':_0x21bd4c(0xc6),'white':_0x21bd4c(0xd2),'gray100':_0x21bd4c(0xe5),'primary100':_0x21bd4c(0xe0),'blue100':'آبی\x20100','green100':_0x21bd4c(0x10e),'yellow100':_0x21bd4c(0x110),'red100':_0x21bd4c(0xc7),'gray900':_0x21bd4c(0x10b),'gray500':_0x21bd4c(0xc4),'red600':_0x21bd4c(0x113),'orange600':'نارنجی\x20600','yellow700':_0x21bd4c(0xc5),'green600':_0x21bd4c(0xdd),'blue600':'آبی\x20600','purple600':_0x21bd4c(0xdc)}}};module['exports']=e;
@@ -1 +1 @@
1
- const _0x1ab2a7=_0x451b;(function(_0x2c6d93,_0x296ab7){const _0x58136c=_0x451b,_0x329bb1=_0x2c6d93();while(!![]){try{const _0x2e244b=parseInt(_0x58136c(0x215))/0x1+parseInt(_0x58136c(0x211))/0x2+parseInt(_0x58136c(0x203))/0x3+parseInt(_0x58136c(0x1e6))/0x4+parseInt(_0x58136c(0x1f3))/0x5*(-parseInt(_0x58136c(0x20a))/0x6)+parseInt(_0x58136c(0x223))/0x7*(parseInt(_0x58136c(0x1f8))/0x8)+-parseInt(_0x58136c(0x1f6))/0x9;if(_0x2e244b===_0x296ab7)break;else _0x329bb1['push'](_0x329bb1['shift']());}catch(_0x326550){_0x329bb1['push'](_0x329bb1['shift']());}}}(_0x443c,0xc8d02));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Police','fontSize':'Taille\x20de\x20la\x20police','textColor':_0x1ab2a7(0x1fa),'textBackgroundColor':_0x1ab2a7(0x207),'tableBackgroundColor':_0x1ab2a7(0x205),'tableBorderColor':_0x1ab2a7(0x20b),'borderWidth':_0x1ab2a7(0x1fd),'borderStyle':'Style\x20de\x20bordure','border':'Bordure','borderStyleSolid':'Continu','borderStyleDash':_0x1ab2a7(0x1fe),'borderStyleDot':_0x1ab2a7(0x212),'borderStyleDashDot':_0x1ab2a7(0x224),'noBorder':'Aucune\x20bordure','borderPresetAll':'Toutes\x20les\x20bordures','borderPresetInner':_0x1ab2a7(0x1eb),'borderPresetOuter':'Bordure\x20extérieure','borderPresetTop':_0x1ab2a7(0x1ed),'borderPresetBottom':_0x1ab2a7(0x1ec),'borderPresetLeft':_0x1ab2a7(0x214),'borderPresetRight':_0x1ab2a7(0x228),'borderPresetInnerHorizontal':'Bordure\x20horizontale\x20intérieure','borderPresetInnerVertical':'Bordure\x20verticale\x20intérieure','none':'Aucun','horizontalAlign':_0x1ab2a7(0x21e),'verticalAlign':'Alignement\x20vertical','alignLeft':_0x1ab2a7(0x221),'alignCenter':_0x1ab2a7(0x226),'alignRight':_0x1ab2a7(0x1f9),'alignJustify':_0x1ab2a7(0x20f),'alignTop':_0x1ab2a7(0x20c),'alignMiddle':_0x1ab2a7(0x201),'alignBottom':_0x1ab2a7(0x21d),'mergeCells':_0x1ab2a7(0x1e7),'unmergeCells':_0x1ab2a7(0x1e9)},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':_0x1ab2a7(0x220),'gradientFill':_0x1ab2a7(0x1ff),'pictureFill':_0x1ab2a7(0x204),'color':_0x1ab2a7(0x1e8),'transparency':'Transparence','picture':{'source':'Source\x20de\x20l\x27image','insert':'Insérer\x20une\x20image'}}},'structuralControls':{'selectRow':_0x1ab2a7(0x225),'selectColumn':_0x1ab2a7(0x22a),'selectTable':_0x1ab2a7(0x200),'insertRow':_0x1ab2a7(0x206),'insertColumn':_0x1ab2a7(0x217),'moveRow':_0x1ab2a7(0x1ee),'moveColumn':'Deplacer\x20la\x20colonne','moveRows':'Deplacer\x20les\x20lignes','moveColumns':_0x1ab2a7(0x1f2),'cannotMoveMergedRows':_0x1ab2a7(0x20d),'cannotMoveMergedColumns':_0x1ab2a7(0x21b)},'contextMenu':{'insert':_0x1ab2a7(0x1fb),'delete':_0x1ab2a7(0x21a),'distribute':_0x1ab2a7(0x21c),'borders':'Borders','tableBackgroundColor':'Table\x20background\x20color','copy':_0x1ab2a7(0x1f0),'cut':_0x1ab2a7(0x213),'deleteTable':_0x1ab2a7(0x1f4),'insertRowAbove':_0x1ab2a7(0x216),'insertRowBelow':_0x1ab2a7(0x1f7),'insertColumnLeft':_0x1ab2a7(0x209),'insertColumnRight':'Insert\x20column\x20right','deleteRow':'Delete\x20row','deleteColumn':_0x1ab2a7(0x1fc),'distributeRows':_0x1ab2a7(0x229),'distributeColumns':_0x1ab2a7(0x227),'borderAll':_0x1ab2a7(0x202),'borderOuter':_0x1ab2a7(0x1e5),'borderInner':'Inner\x20borders','borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x1ab2a7(0x21f),'white':_0x1ab2a7(0x1f1),'gray100':_0x1ab2a7(0x222),'primary100':'Primary\x20100','blue100':_0x1ab2a7(0x210),'green100':_0x1ab2a7(0x1ef),'yellow100':'Yellow\x20100','red100':_0x1ab2a7(0x219),'gray900':'Gray\x20900','gray500':_0x1ab2a7(0x20e),'red600':_0x1ab2a7(0x1ea),'orange600':'Orange\x20600','yellow700':_0x1ab2a7(0x1f5),'green600':_0x1ab2a7(0x218),'blue600':_0x1ab2a7(0x208),'purple600':'Purple\x20600'}}};function _0x451b(_0x208c4a,_0x47c50b){_0x208c4a=_0x208c4a-0x1e5;const _0x443c60=_0x443c();let _0x451b96=_0x443c60[_0x208c4a];return _0x451b96;}function _0x443c(){const _0x5c2ae7=['Selectionner\x20une\x20colonne','exports','Outer\x20borders','567816UigCuW','Fusionner\x20les\x20cellules','Couleur','Annuler\x20la\x20fusion\x20des\x20cellules','Red\x20600','Bordures\x20intérieures','Bordure\x20inférieure','Bordure\x20supérieure','Deplacer\x20la\x20ligne','Green\x20100','Copy','White','Deplacer\x20les\x20colonnes','1716370xqJGHr','Delete\x20table','Yellow\x20700','2203749nldpVg','Insert\x20row\x20below','80vUUJEE','Aligner\x20à\x20droite','Couleur\x20du\x20texte','Insert','Delete\x20column','Épaisseur\x20de\x20bordure','Tirets','Remplissage\x20dégradé','Selectionner\x20le\x20tableau','Aligner\x20au\x20milieu','All\x20borders','214041ftZGmK','Remplissage\x20image\x20ou\x20texture','Couleur\x20de\x20fond\x20du\x20tableau','Inserer\x20une\x20ligne','Couleur\x20d\x27arrière-plan\x20du\x20texte','Blue\x20600','Insert\x20column\x20left','18lzuBPF','Couleur\x20de\x20bordure\x20du\x20tableau','Aligner\x20en\x20haut','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Gray\x20500','Justifier','Blue\x20100','1833016RhqCIT','Pointillé','Cut','Bordure\x20gauche','554074XqCGSC','Insert\x20row\x20above','Inserer\x20une\x20colonne','Green\x20600','Red\x20100','Delete','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Distribute','Aligner\x20en\x20bas','Alignement\x20horizontal','Reset\x20color','Remplissage\x20uni','Aligner\x20à\x20gauche','Gray\x20100','289331Sswzgl','Tiret-point','Selectionner\x20une\x20ligne','Aligner\x20au\x20centre','Distribute\x20columns','Bordure\x20droite','Distribute\x20rows'];_0x443c=function(){return _0x5c2ae7;};return _0x443c();}module[_0x1ab2a7(0x22b)]=e;
1
+ function _0x481d(_0x3749fb,_0xbd35c){_0x3749fb=_0x3749fb-0x112;const _0x162d42=_0x162d();let _0x481d3f=_0x162d42[_0x3749fb];return _0x481d3f;}const _0x27a638=_0x481d;(function(_0x52990b,_0x186864){const _0x139782=_0x481d,_0x2c27b8=_0x52990b();while(!![]){try{const _0x2523f8=-parseInt(_0x139782(0x12a))/0x1+-parseInt(_0x139782(0x124))/0x2+parseInt(_0x139782(0x128))/0x3+-parseInt(_0x139782(0x12c))/0x4*(parseInt(_0x139782(0x119))/0x5)+-parseInt(_0x139782(0x11e))/0x6+-parseInt(_0x139782(0x156))/0x7*(parseInt(_0x139782(0x165))/0x8)+parseInt(_0x139782(0x138))/0x9;if(_0x2523f8===_0x186864)break;else _0x2c27b8['push'](_0x2c27b8['shift']());}catch(_0x426fad){_0x2c27b8['push'](_0x2c27b8['shift']());}}}(_0x162d,0x88fe6));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x27a638(0x161),'fontSize':'Taille\x20de\x20la\x20police','textFormat':_0x27a638(0x155),'bold':'Gras','italic':_0x27a638(0x125),'underline':'Souligné','strikethrough':_0x27a638(0x13c),'textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x27a638(0x14a),'tableBackgroundColor':_0x27a638(0x154),'tableBorderColor':'Couleur\x20de\x20bordure\x20du\x20tableau','borderWidth':_0x27a638(0x153),'borderStyle':_0x27a638(0x14f),'border':_0x27a638(0x143),'borderStyleSolid':_0x27a638(0x14b),'borderStyleDash':_0x27a638(0x163),'borderStyleDot':'Pointillé','borderStyleDashDot':_0x27a638(0x127),'noBorder':_0x27a638(0x11b),'borderPresetAll':_0x27a638(0x14e),'borderPresetInner':_0x27a638(0x112),'borderPresetOuter':_0x27a638(0x13e),'borderPresetTop':_0x27a638(0x131),'borderPresetBottom':_0x27a638(0x12e),'borderPresetLeft':_0x27a638(0x136),'borderPresetRight':_0x27a638(0x113),'borderPresetInnerHorizontal':_0x27a638(0x139),'borderPresetInnerVertical':_0x27a638(0x166),'none':_0x27a638(0x15c),'horizontalAlign':_0x27a638(0x168),'verticalAlign':_0x27a638(0x152),'alignLeft':_0x27a638(0x13b),'alignCenter':_0x27a638(0x16c),'alignRight':_0x27a638(0x121),'alignJustify':'Justifier','alignTop':_0x27a638(0x120),'alignMiddle':'Aligner\x20au\x20milieu','alignBottom':_0x27a638(0x11c),'mergeCells':_0x27a638(0x129),'unmergeCells':'Annuler\x20la\x20fusion\x20des\x20cellules','tableTheme':_0x27a638(0x145),'tableLook':_0x27a638(0x13f),'headerRow':'Ligne\x20d’en-tête','footerRow':_0x27a638(0x11a),'bandedRows':_0x27a638(0x148),'bandedColumns':_0x27a638(0x16a),'firstColumn':'Première\x20colonne','lastColumn':_0x27a638(0x159),'bestMatch':_0x27a638(0x13a),'light':_0x27a638(0x137),'medium':_0x27a638(0x126),'minimal':'Minimaliste'},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':_0x27a638(0x116),'gradientFill':_0x27a638(0x15a),'pictureFill':'Remplissage\x20image\x20ou\x20texture','color':_0x27a638(0x122),'transparency':_0x27a638(0x14c),'picture':{'source':_0x27a638(0x123),'insert':_0x27a638(0x160)}}},'structuralControls':{'selectRow':'Selectionner\x20une\x20ligne','selectColumn':_0x27a638(0x141),'selectTable':_0x27a638(0x117),'insertRow':_0x27a638(0x140),'insertColumn':_0x27a638(0x147),'moveRow':_0x27a638(0x157),'moveColumn':_0x27a638(0x135),'moveRows':_0x27a638(0x12d),'moveColumns':_0x27a638(0x11d),'cannotMoveMergedRows':_0x27a638(0x144),'cannotMoveMergedColumns':_0x27a638(0x15d)},'contextMenu':{'insert':_0x27a638(0x13d),'delete':_0x27a638(0x15f),'distribute':_0x27a638(0x151),'borders':'Bordures','tableBackgroundColor':_0x27a638(0x134),'copy':_0x27a638(0x15b),'cut':_0x27a638(0x169),'deleteTable':_0x27a638(0x142),'insertRowAbove':_0x27a638(0x162),'insertRowBelow':'Insérer\x20une\x20ligne\x20en\x20dessous','insertColumnLeft':_0x27a638(0x114),'insertColumnRight':'Insérer\x20une\x20colonne\x20à\x20droite','deleteRow':_0x27a638(0x15e),'deleteColumn':'Supprimer\x20la\x20colonne','distributeRows':_0x27a638(0x130),'distributeColumns':_0x27a638(0x133),'borderAll':'Toutes\x20les\x20bordures','borderOuter':_0x27a638(0x132),'borderInner':_0x27a638(0x112),'borderNone':_0x27a638(0x11b)},'colorPreset':{'resetColor':_0x27a638(0x167),'white':_0x27a638(0x164),'gray100':'Gris\x20100','primary100':'Principal\x20100','blue100':_0x27a638(0x150),'green100':_0x27a638(0x12f),'yellow100':_0x27a638(0x12b),'red100':_0x27a638(0x149),'gray900':_0x27a638(0x115),'gray500':'Gris\x20500','red600':_0x27a638(0x11f),'orange600':_0x27a638(0x158),'yellow700':'Jaune\x20700','green600':_0x27a638(0x146),'blue600':_0x27a638(0x118),'purple600':_0x27a638(0x14d)}}};function _0x162d(){const _0x2fbfce=['38486uDZiaM','Jaune\x20100','4ITpHSu','Deplacer\x20les\x20lignes','Bordure\x20inférieure','Vert\x20100','Répartir\x20les\x20lignes','Bordure\x20supérieure','Bordures\x20extérieures','Répartir\x20les\x20colonnes','Couleur\x20d’arrière-plan\x20du\x20tableau','Deplacer\x20la\x20colonne','Bordure\x20gauche','Clair','28471104jsknvU','Bordure\x20horizontale\x20intérieure','Meilleure\x20correspondance','Aligner\x20à\x20gauche','Barré','Insérer','Bordure\x20extérieure','Apparence\x20du\x20tableau','Inserer\x20une\x20ligne','Selectionner\x20une\x20colonne','Supprimer\x20le\x20tableau','Bordure','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Thème\x20de\x20tableau','Vert\x20600','Inserer\x20une\x20colonne','Lignes\x20alternées','Rouge\x20100','Couleur\x20d\x27arrière-plan\x20du\x20texte','Continu','Transparence','Violet\x20600','Toutes\x20les\x20bordures','Style\x20de\x20bordure','Bleu\x20100','Répartir','Alignement\x20vertical','Épaisseur\x20de\x20bordure','Couleur\x20de\x20fond\x20du\x20tableau','Format\x20de\x20texte','349020qfxTeI','Deplacer\x20la\x20ligne','Orange\x20600','Dernière\x20colonne','Remplissage\x20dégradé','Copier','Aucun','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Supprimer\x20la\x20ligne','Supprimer','Insérer\x20une\x20image','Police','Insérer\x20une\x20ligne\x20au-dessus','Tirets','Blanc','128DFKfKI','Bordure\x20verticale\x20intérieure','Réinitialiser\x20la\x20couleur','Alignement\x20horizontal','Couper','Colonnes\x20alternées','exports','Aligner\x20au\x20centre','Bordures\x20intérieures','Bordure\x20droite','Insérer\x20une\x20colonne\x20à\x20gauche','Gris\x20900','Remplissage\x20uni','Selectionner\x20le\x20tableau','Bleu\x20600','3748895zjLUML','Ligne\x20de\x20pied','Aucune\x20bordure','Aligner\x20en\x20bas','Deplacer\x20les\x20colonnes','4123698TMnHMw','Rouge\x20600','Aligner\x20en\x20haut','Aligner\x20à\x20droite','Couleur','Source\x20de\x20l\x27image','1604666LbTHgs','Italique','Moyen','Tiret-point','1419933eXOGiC','Fusionner\x20les\x20cellules'];_0x162d=function(){return _0x2fbfce;};return _0x162d();}module[_0x27a638(0x16b)]=e;
@@ -1 +1 @@
1
- function _0x20c5(_0x5d0cdd,_0x3369c2){_0x5d0cdd=_0x5d0cdd-0xe3;const _0x3fafc0=_0x3faf();let _0x20c5dc=_0x3fafc0[_0x5d0cdd];return _0x20c5dc;}function _0x3faf(){const _0x55ea60=['Distribute\x20rows','Batas','Rata\x20kanan','Delete\x20table','Warna\x20teks','2930450vLAwUg','Isian\x20gambar\x20atau\x20tekstur','Insert\x20row\x20above','Rata\x20kiri\x20kanan','Garis\x20penuh','Gray\x20900','Warna\x20latar\x20tabel','Blue\x20100','Rata\x20bawah','388674WGGcYx','Insert\x20row\x20below','White','Distribute','565648YSGixA','Perataan\x20vertikal','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Pisahkan\x20sel','Sisipkan\x20kolom','Table\x20background\x20color','Titik-titik','Isian\x20solid','Delete','Batas\x20vertikal\x20dalam','Putus-putus','Tidak\x20ada','1590GCNztI','Green\x20100','Rata\x20tengah\x20vertikal','Sisipkan\x20Gambar','Rata\x20atas','Semua\x20batas','Lebar\x20batas','Batas\x20horizontal\x20dalam','Ukuran\x20font','Yellow\x20700','12879ErLVfJ','12DuqvPz','21681VmiMRh','exports','Batas\x20kiri','398503BLHNTg','Warna\x20latar\x20teks','Rata\x20kiri','Warna\x20batas\x20tabel','Yellow\x20100','Tanpa\x20isian','Isian\x20gradien','Sumber\x20Gambar','Reset\x20color','Gaya\x20batas','Font','890916pmdLtI','Tanpa\x20batas','Delete\x20row','Pindahkan\x20baris','Outer\x20borders','Gray\x20100','Red\x20600','Batas\x20dalam','Pindahkan\x20kolom','No\x20border','Perataan\x20horizontal','8juFNse','Batas\x20kanan','Distribute\x20columns','Warna','Cut','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Batas\x20atas','All\x20borders'];_0x3faf=function(){return _0x55ea60;};return _0x3faf();}const _0x1c5fef=_0x20c5;(function(_0x1559b3,_0x5b4485){const _0x1099f3=_0x20c5,_0x43a934=_0x1559b3();while(!![]){try{const _0x4e1be6=parseInt(_0x1099f3(0xe5))/0x1*(-parseInt(_0x1099f3(0xe6))/0x2)+-parseInt(_0x1099f3(0x116))/0x3+parseInt(_0x1099f3(0x11a))/0x4+parseInt(_0x1099f3(0x10d))/0x5+parseInt(_0x1099f3(0xf5))/0x6+-parseInt(_0x1099f3(0xea))/0x7*(-parseInt(_0x1099f3(0x100))/0x8)+-parseInt(_0x1099f3(0xe7))/0x9*(parseInt(_0x1099f3(0x126))/0xa);if(_0x4e1be6===_0x5b4485)break;else _0x43a934['push'](_0x43a934['shift']());}catch(_0x21b956){_0x43a934['push'](_0x43a934['shift']());}}}(_0x3faf,0x53c0e));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x1c5fef(0xf4),'fontSize':_0x1c5fef(0xe3),'textColor':_0x1c5fef(0x10c),'textBackgroundColor':_0x1c5fef(0xeb),'tableBackgroundColor':_0x1c5fef(0x113),'tableBorderColor':_0x1c5fef(0xed),'borderWidth':_0x1c5fef(0x12c),'borderStyle':_0x1c5fef(0xf3),'border':_0x1c5fef(0x109),'borderStyleSolid':_0x1c5fef(0x111),'borderStyleDash':_0x1c5fef(0x124),'borderStyleDot':_0x1c5fef(0x120),'borderStyleDashDot':'Garis-titik','noBorder':_0x1c5fef(0xf6),'borderPresetAll':_0x1c5fef(0x12b),'borderPresetInner':_0x1c5fef(0xfc),'borderPresetOuter':'Batas\x20luar','borderPresetTop':_0x1c5fef(0x106),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':_0x1c5fef(0xe9),'borderPresetRight':_0x1c5fef(0x101),'borderPresetInnerHorizontal':_0x1c5fef(0x12d),'borderPresetInnerVertical':_0x1c5fef(0x123),'none':_0x1c5fef(0x125),'horizontalAlign':_0x1c5fef(0xff),'verticalAlign':_0x1c5fef(0x11b),'alignLeft':_0x1c5fef(0xec),'alignCenter':'Rata\x20tengah','alignRight':_0x1c5fef(0x10a),'alignJustify':_0x1c5fef(0x110),'alignTop':_0x1c5fef(0x12a),'alignMiddle':_0x1c5fef(0x128),'alignBottom':_0x1c5fef(0x115),'mergeCells':'Gabungkan\x20sel','unmergeCells':_0x1c5fef(0x11d)},'shapePanel':{'fill':{'noFill':_0x1c5fef(0xef),'solidFill':_0x1c5fef(0x121),'gradientFill':_0x1c5fef(0xf0),'pictureFill':_0x1c5fef(0x10e),'color':_0x1c5fef(0x103),'transparency':'Transparansi','picture':{'source':_0x1c5fef(0xf1),'insert':_0x1c5fef(0x129)}}},'structuralControls':{'selectRow':'Pilih\x20baris','selectColumn':'Pilih\x20kolom','selectTable':'Pilih\x20tabel','insertRow':'Sisipkan\x20baris','insertColumn':_0x1c5fef(0x11e),'moveRow':_0x1c5fef(0xf8),'moveColumn':'Pindahkan\x20kolom','moveRows':_0x1c5fef(0xf8),'moveColumns':_0x1c5fef(0xfd),'cannotMoveMergedRows':_0x1c5fef(0x105),'cannotMoveMergedColumns':_0x1c5fef(0x11c)},'contextMenu':{'insert':'Insert','delete':_0x1c5fef(0x122),'distribute':_0x1c5fef(0x119),'borders':'Borders','tableBackgroundColor':_0x1c5fef(0x11f),'copy':'Copy','cut':_0x1c5fef(0x104),'deleteTable':_0x1c5fef(0x10b),'insertRowAbove':_0x1c5fef(0x10f),'insertRowBelow':_0x1c5fef(0x117),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x1c5fef(0xf7),'deleteColumn':'Delete\x20column','distributeRows':_0x1c5fef(0x108),'distributeColumns':_0x1c5fef(0x102),'borderAll':_0x1c5fef(0x107),'borderOuter':_0x1c5fef(0xf9),'borderInner':'Inner\x20borders','borderNone':_0x1c5fef(0xfe)},'colorPreset':{'resetColor':_0x1c5fef(0xf2),'white':_0x1c5fef(0x118),'gray100':_0x1c5fef(0xfa),'primary100':'Primary\x20100','blue100':_0x1c5fef(0x114),'green100':_0x1c5fef(0x127),'yellow100':_0x1c5fef(0xee),'red100':'Red\x20100','gray900':_0x1c5fef(0x112),'gray500':'Gray\x20500','red600':_0x1c5fef(0xfb),'orange600':'Orange\x20600','yellow700':_0x1c5fef(0xe4),'green600':'Green\x20600','blue600':'Blue\x20600','purple600':'Purple\x20600'}}};module[_0x1c5fef(0xe8)]=e;
1
+ const _0x492ef6=_0x258c;(function(_0x49b51d,_0x345eb7){const _0x2d8446=_0x258c,_0x2c4396=_0x49b51d();while(!![]){try{const _0x28e949=-parseInt(_0x2d8446(0xde))/0x1*(parseInt(_0x2d8446(0xf0))/0x2)+-parseInt(_0x2d8446(0xc6))/0x3*(parseInt(_0x2d8446(0x119))/0x4)+parseInt(_0x2d8446(0xe0))/0x5*(-parseInt(_0x2d8446(0xe6))/0x6)+-parseInt(_0x2d8446(0xdd))/0x7*(parseInt(_0x2d8446(0xdb))/0x8)+-parseInt(_0x2d8446(0x11a))/0x9+-parseInt(_0x2d8446(0xfc))/0xa*(-parseInt(_0x2d8446(0xf4))/0xb)+parseInt(_0x2d8446(0x100))/0xc;if(_0x28e949===_0x345eb7)break;else _0x2c4396['push'](_0x2c4396['shift']());}catch(_0x4f27f7){_0x2c4396['push'](_0x2c4396['shift']());}}}(_0x79ae,0xe8ebb));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x492ef6(0xd0),'fontSize':_0x492ef6(0xe2),'textFormat':'Format\x20teks','bold':_0x492ef6(0x104),'italic':_0x492ef6(0x106),'underline':_0x492ef6(0x109),'strikethrough':'Coret','textColor':_0x492ef6(0xe1),'textBackgroundColor':_0x492ef6(0x10e),'tableBackgroundColor':_0x492ef6(0xc8),'tableBorderColor':_0x492ef6(0xe8),'borderWidth':_0x492ef6(0xd3),'borderStyle':_0x492ef6(0x10c),'border':'Batas','borderStyleSolid':'Garis\x20penuh','borderStyleDash':_0x492ef6(0xd6),'borderStyleDot':_0x492ef6(0xd9),'borderStyleDashDot':_0x492ef6(0x108),'noBorder':_0x492ef6(0x114),'borderPresetAll':_0x492ef6(0xcd),'borderPresetInner':_0x492ef6(0x10a),'borderPresetOuter':'Batas\x20luar','borderPresetTop':_0x492ef6(0x105),'borderPresetBottom':_0x492ef6(0x11c),'borderPresetLeft':_0x492ef6(0x110),'borderPresetRight':_0x492ef6(0xe3),'borderPresetInnerHorizontal':_0x492ef6(0x101),'borderPresetInnerVertical':'Batas\x20vertikal\x20dalam','none':_0x492ef6(0xfe),'horizontalAlign':'Perataan\x20horizontal','verticalAlign':'Perataan\x20vertikal','alignLeft':_0x492ef6(0x112),'alignCenter':'Rata\x20tengah','alignRight':_0x492ef6(0xd2),'alignJustify':'Rata\x20kiri\x20kanan','alignTop':_0x492ef6(0x116),'alignMiddle':_0x492ef6(0xf3),'alignBottom':'Rata\x20bawah','mergeCells':'Gabungkan\x20sel','unmergeCells':'Pisahkan\x20sel','tableTheme':_0x492ef6(0xcc),'tableLook':_0x492ef6(0xff),'headerRow':'Baris\x20header','footerRow':_0x492ef6(0xfd),'bandedRows':'Baris\x20berpita','bandedColumns':'Kolom\x20berpita','firstColumn':_0x492ef6(0xf9),'lastColumn':_0x492ef6(0x102),'bestMatch':_0x492ef6(0xcb),'light':_0x492ef6(0x10f),'medium':_0x492ef6(0xe7),'minimal':_0x492ef6(0xf8)},'shapePanel':{'fill':{'noFill':_0x492ef6(0xef),'solidFill':_0x492ef6(0x103),'gradientFill':_0x492ef6(0xe9),'pictureFill':_0x492ef6(0x115),'color':_0x492ef6(0x10b),'transparency':_0x492ef6(0xda),'picture':{'source':'Sumber\x20Gambar','insert':_0x492ef6(0xea)}}},'structuralControls':{'selectRow':_0x492ef6(0xec),'selectColumn':_0x492ef6(0xc7),'selectTable':'Pilih\x20tabel','insertRow':_0x492ef6(0xcf),'insertColumn':_0x492ef6(0x113),'moveRow':_0x492ef6(0xca),'moveColumn':_0x492ef6(0xd4),'moveRows':_0x492ef6(0xca),'moveColumns':'Pindahkan\x20kolom','cannotMoveMergedRows':_0x492ef6(0xee),'cannotMoveMergedColumns':'Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan'},'contextMenu':{'insert':_0x492ef6(0xd1),'delete':_0x492ef6(0xfa),'distribute':_0x492ef6(0xce),'borders':_0x492ef6(0xed),'tableBackgroundColor':'Warna\x20latar\x20belakang\x20tabel','copy':_0x492ef6(0xd5),'cut':_0x492ef6(0x10d),'deleteTable':_0x492ef6(0xf2),'insertRowAbove':_0x492ef6(0xd8),'insertRowBelow':_0x492ef6(0xeb),'insertColumnLeft':'Sisipkan\x20kolom\x20di\x20kiri','insertColumnRight':'Sisipkan\x20kolom\x20di\x20kanan','deleteRow':'Hapus\x20baris','deleteColumn':_0x492ef6(0x107),'distributeRows':'Distribusikan\x20baris','distributeColumns':_0x492ef6(0xe4),'borderAll':_0x492ef6(0xcd),'borderOuter':'Batas\x20luar','borderInner':_0x492ef6(0x118),'borderNone':_0x492ef6(0x114)},'colorPreset':{'resetColor':'Atur\x20ulang\x20warna','white':'Putih','gray100':_0x492ef6(0xf6),'primary100':_0x492ef6(0xfb),'blue100':_0x492ef6(0x11d),'green100':_0x492ef6(0xc9),'yellow100':_0x492ef6(0xdf),'red100':_0x492ef6(0xf5),'gray900':_0x492ef6(0x11b),'gray500':_0x492ef6(0xd7),'red600':_0x492ef6(0xf1),'orange600':'Oranye\x20600','yellow700':_0x492ef6(0x111),'green600':_0x492ef6(0xf7),'blue600':_0x492ef6(0x117),'purple600':_0x492ef6(0xe5)}}};function _0x258c(_0x1abfc6,_0xb4ca4d){_0x1abfc6=_0x1abfc6-0xc6;const _0x79ae04=_0x79ae();let _0x258c71=_0x79ae04[_0x1abfc6];return _0x258c71;}module[_0x492ef6(0xdc)]=e;function _0x79ae(){const _0x28be56=['Biru\x20600','Batas\x20bagian\x20dalam','223620gqMCmG','1639971smYbvk','Abu-abu\x20900','Batas\x20bawah','Biru\x20100','30cEHQNY','Pilih\x20kolom','Warna\x20latar\x20tabel','Hijau\x20100','Pindahkan\x20baris','Kecocokan\x20terbaik','Tema\x20tabel','Semua\x20batas','Distribusikan','Sisipkan\x20baris','Font','Sisipkan','Rata\x20kanan','Lebar\x20batas','Pindahkan\x20kolom','Salin','Putus-putus','Abu-abu\x20500','Sisipkan\x20baris\x20di\x20atas','Titik-titik','Transparansi','24gGIanm','exports','929341mOFKEf','1vcgoGM','Kuning\x20100','4115TCVdZE','Warna\x20teks','Ukuran\x20font','Batas\x20kanan','Distribusikan\x20kolom','Ungu\x20600','7944lxMhzL','Sedang','Warna\x20batas\x20tabel','Isian\x20gradien','Sisipkan\x20Gambar','Sisipkan\x20baris\x20di\x20bawah','Pilih\x20baris','Batas','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Tanpa\x20isian','2358422MwEVFQ','Merah\x20600','Hapus\x20tabel','Rata\x20tengah\x20vertikal','55sXIIyl','Merah\x20100','Abu-abu\x20100','Hijau\x20600','Minimal','Kolom\x20pertama','Hapus','Utama\x20100','149370ACtmQv','Baris\x20footer','Tidak\x20ada','Tampilan\x20tabel','51453348pKVKol','Batas\x20horizontal\x20dalam','Kolom\x20terakhir','Isian\x20solid','Tebal','Batas\x20atas','Miring','Hapus\x20kolom','Garis-titik','Garis\x20bawah','Batas\x20dalam','Warna','Gaya\x20batas','Potong','Warna\x20latar\x20teks','Terang','Batas\x20kiri','Kuning\x20700','Rata\x20kiri','Sisipkan\x20kolom','Tanpa\x20batas','Isian\x20gambar\x20atau\x20tekstur','Rata\x20atas'];_0x79ae=function(){return _0x28be56;};return _0x79ae();}
@@ -1 +1 @@
1
- const _0x2c3358=_0xc977;(function(_0x6e1e4f,_0x4fdcc0){const _0x80af84=_0xc977,_0x32581d=_0x6e1e4f();while(!![]){try{const _0x1c4280=parseInt(_0x80af84(0x177))/0x1*(-parseInt(_0x80af84(0x16e))/0x2)+-parseInt(_0x80af84(0x1ac))/0x3*(parseInt(_0x80af84(0x195))/0x4)+parseInt(_0x80af84(0x19a))/0x5*(parseInt(_0x80af84(0x17e))/0x6)+-parseInt(_0x80af84(0x194))/0x7+parseInt(_0x80af84(0x192))/0x8+parseInt(_0x80af84(0x19b))/0x9*(-parseInt(_0x80af84(0x16a))/0xa)+parseInt(_0x80af84(0x181))/0xb;if(_0x1c4280===_0x4fdcc0)break;else _0x32581d['push'](_0x32581d['shift']());}catch(_0x3d51b2){_0x32581d['push'](_0x32581d['shift']());}}}(_0x13ee,0x27fe3));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Carattere','fontSize':_0x2c3358(0x18c),'textColor':'Colore\x20testo','textBackgroundColor':'Colore\x20sfondo\x20testo','tableBackgroundColor':'Colore\x20sfondo\x20tabella','tableBorderColor':_0x2c3358(0x171),'borderWidth':'Spessore\x20bordo','borderStyle':_0x2c3358(0x1ad),'border':_0x2c3358(0x182),'borderStyleSolid':_0x2c3358(0x1a5),'borderStyleDash':_0x2c3358(0x172),'borderStyleDot':_0x2c3358(0x16f),'borderStyleDashDot':'Tratto-punto','noBorder':_0x2c3358(0x190),'borderPresetAll':'Tutti\x20i\x20bordi','borderPresetInner':_0x2c3358(0x1a6),'borderPresetOuter':'Bordo\x20esterno','borderPresetTop':_0x2c3358(0x193),'borderPresetBottom':_0x2c3358(0x199),'borderPresetLeft':'Bordo\x20sinistro','borderPresetRight':_0x2c3358(0x187),'borderPresetInnerHorizontal':'Bordo\x20orizzontale\x20interno','borderPresetInnerVertical':_0x2c3358(0x1b0),'none':_0x2c3358(0x1ae),'horizontalAlign':_0x2c3358(0x17c),'verticalAlign':_0x2c3358(0x1a9),'alignLeft':_0x2c3358(0x191),'alignCenter':_0x2c3358(0x19f),'alignRight':'Allinea\x20a\x20destra','alignJustify':_0x2c3358(0x18d),'alignTop':'Allinea\x20in\x20alto','alignMiddle':_0x2c3358(0x184),'alignBottom':'Allinea\x20in\x20basso','mergeCells':_0x2c3358(0x198),'unmergeCells':_0x2c3358(0x179)},'shapePanel':{'fill':{'noFill':_0x2c3358(0x19c),'solidFill':'Riempimento\x20solido','gradientFill':_0x2c3358(0x18f),'pictureFill':_0x2c3358(0x17a),'color':'Colore','transparency':_0x2c3358(0x1a4),'picture':{'source':'Origine\x20immagine','insert':_0x2c3358(0x185)}}},'structuralControls':{'selectRow':'Seleziona\x20riga','selectColumn':_0x2c3358(0x1a3),'selectTable':_0x2c3358(0x19e),'insertRow':_0x2c3358(0x174),'insertColumn':_0x2c3358(0x169),'moveRow':_0x2c3358(0x1b1),'moveColumn':_0x2c3358(0x178),'moveRows':_0x2c3358(0x1af),'moveColumns':'Sposta\x20colonne','cannotMoveMergedRows':_0x2c3358(0x1a8),'cannotMoveMergedColumns':_0x2c3358(0x1a2)},'contextMenu':{'insert':_0x2c3358(0x173),'delete':_0x2c3358(0x18b),'distribute':'Distribute','borders':_0x2c3358(0x176),'tableBackgroundColor':_0x2c3358(0x16d),'copy':'Copy','cut':_0x2c3358(0x18e),'deleteTable':_0x2c3358(0x175),'insertRowAbove':_0x2c3358(0x186),'insertRowBelow':_0x2c3358(0x19d),'insertColumnLeft':_0x2c3358(0x1a7),'insertColumnRight':_0x2c3358(0x17b),'deleteRow':_0x2c3358(0x16c),'deleteColumn':_0x2c3358(0x1a1),'distributeRows':_0x2c3358(0x189),'distributeColumns':'Distribute\x20columns','borderAll':_0x2c3358(0x18a),'borderOuter':_0x2c3358(0x197),'borderInner':_0x2c3358(0x1aa),'borderNone':'No\x20border'},'colorPreset':{'resetColor':'Reset\x20color','white':_0x2c3358(0x1ab),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x2c3358(0x16b),'green100':_0x2c3358(0x180),'yellow100':_0x2c3358(0x170),'red100':_0x2c3358(0x196),'gray900':_0x2c3358(0x1a0),'gray500':_0x2c3358(0x183),'red600':'Red\x20600','orange600':'Orange\x20600','yellow700':'Yellow\x20700','green600':_0x2c3358(0x17d),'blue600':_0x2c3358(0x17f),'purple600':_0x2c3358(0x188)}}};module['exports']=e;function _0xc977(_0x1230b9,_0x44face){_0x1230b9=_0x1230b9-0x169;const _0x13ee73=_0x13ee();let _0xc977f6=_0x13ee73[_0x1230b9];return _0xc977f6;}function _0x13ee(){const _0x593ec1=['148398hkMpYd','Blue\x20600','Green\x20100','3694009cDPUxd','Bordo','Gray\x20500','Allinea\x20al\x20centro\x20verticalmente','Inserisci\x20immagine','Insert\x20row\x20above','Bordo\x20destro','Purple\x20600','Distribute\x20rows','All\x20borders','Delete','Dimensione\x20carattere','Giustifica','Cut','Riempimento\x20gradiente','Nessun\x20bordo','Allinea\x20a\x20sinistra','1564888ENtwfp','Bordo\x20superiore','238441SBaIsh','8wqvNrR','Red\x20100','Outer\x20borders','Unisci\x20celle','Bordo\x20inferiore','40sHqjoU','36981RRIUON','Nessun\x20riempimento','Insert\x20row\x20below','Seleziona\x20tabella','Allinea\x20al\x20centro','Gray\x20900','Delete\x20column','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','Seleziona\x20colonna','Trasparenza','Continuo','Bordi\x20interni','Insert\x20column\x20left','Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','Allineamento\x20verticale','Inner\x20borders','White','309297LkOCjl','Stile\x20bordo','Nessuno','Sposta\x20righe','Bordo\x20verticale\x20interno','Sposta\x20riga','Inserisci\x20colonna','140kTzvcJ','Blue\x20100','Delete\x20row','Table\x20background\x20color','624PmofRW','Punteggiato','Yellow\x20100','Colore\x20bordo\x20tabella','Tratteggiato','Insert','Inserisci\x20riga','Delete\x20table','Borders','858UtkkTn','Sposta\x20colonna','Separa\x20celle','Riempimento\x20immagine\x20o\x20texture','Insert\x20column\x20right','Allineamento\x20orizzontale','Green\x20600'];_0x13ee=function(){return _0x593ec1;};return _0x13ee();}
1
+ const _0x2f5bfa=_0xd5c1;function _0xd5c1(_0x3e0c52,_0x1d4161){_0x3e0c52=_0x3e0c52-0x1ef;const _0x24c4cd=_0x24c4();let _0xd5c145=_0x24c4cd[_0x3e0c52];return _0xd5c145;}(function(_0x371a05,_0x1c92a7){const _0x55d6bf=_0xd5c1,_0x41f6e9=_0x371a05();while(!![]){try{const _0xef8e02=parseInt(_0x55d6bf(0x209))/0x1+parseInt(_0x55d6bf(0x241))/0x2+parseInt(_0x55d6bf(0x242))/0x3+parseInt(_0x55d6bf(0x20c))/0x4*(-parseInt(_0x55d6bf(0x227))/0x5)+-parseInt(_0x55d6bf(0x207))/0x6*(-parseInt(_0x55d6bf(0x20d))/0x7)+-parseInt(_0x55d6bf(0x21d))/0x8+-parseInt(_0x55d6bf(0x219))/0x9*(parseInt(_0x55d6bf(0x232))/0xa);if(_0xef8e02===_0x1c92a7)break;else _0x41f6e9['push'](_0x41f6e9['shift']());}catch(_0x5d7e32){_0x41f6e9['push'](_0x41f6e9['shift']());}}}(_0x24c4,0x7c0a2));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x2f5bfa(0x1f1),'fontSize':'Dimensione\x20carattere','textFormat':_0x2f5bfa(0x234),'bold':_0x2f5bfa(0x23b),'italic':_0x2f5bfa(0x230),'underline':_0x2f5bfa(0x1f3),'strikethrough':'Barrato','textColor':'Colore\x20testo','textBackgroundColor':'Colore\x20sfondo\x20testo','tableBackgroundColor':_0x2f5bfa(0x1f9),'tableBorderColor':_0x2f5bfa(0x22b),'borderWidth':_0x2f5bfa(0x21e),'borderStyle':_0x2f5bfa(0x238),'border':_0x2f5bfa(0x21b),'borderStyleSolid':_0x2f5bfa(0x205),'borderStyleDash':'Tratteggiato','borderStyleDot':'Punteggiato','borderStyleDashDot':'Tratto-punto','noBorder':_0x2f5bfa(0x220),'borderPresetAll':_0x2f5bfa(0x20b),'borderPresetInner':'Bordi\x20interni','borderPresetOuter':_0x2f5bfa(0x20a),'borderPresetTop':_0x2f5bfa(0x201),'borderPresetBottom':_0x2f5bfa(0x203),'borderPresetLeft':_0x2f5bfa(0x1f6),'borderPresetRight':_0x2f5bfa(0x233),'borderPresetInnerHorizontal':_0x2f5bfa(0x208),'borderPresetInnerVertical':_0x2f5bfa(0x1fa),'none':_0x2f5bfa(0x202),'horizontalAlign':'Allineamento\x20orizzontale','verticalAlign':_0x2f5bfa(0x1ef),'alignLeft':_0x2f5bfa(0x229),'alignCenter':_0x2f5bfa(0x1f7),'alignRight':'Allinea\x20a\x20destra','alignJustify':_0x2f5bfa(0x224),'alignTop':_0x2f5bfa(0x245),'alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':'Allinea\x20in\x20basso','mergeCells':_0x2f5bfa(0x212),'unmergeCells':_0x2f5bfa(0x23f),'tableTheme':'Tema\x20tabella','tableLook':_0x2f5bfa(0x243),'headerRow':_0x2f5bfa(0x21a),'footerRow':_0x2f5bfa(0x1f4),'bandedRows':_0x2f5bfa(0x239),'bandedColumns':_0x2f5bfa(0x226),'firstColumn':_0x2f5bfa(0x22c),'lastColumn':_0x2f5bfa(0x22a),'bestMatch':'Corrispondenza\x20migliore','light':_0x2f5bfa(0x23a),'medium':_0x2f5bfa(0x22e),'minimal':'Minimo'},'shapePanel':{'fill':{'noFill':_0x2f5bfa(0x23c),'solidFill':_0x2f5bfa(0x1fb),'gradientFill':'Riempimento\x20gradiente','pictureFill':_0x2f5bfa(0x221),'color':_0x2f5bfa(0x200),'transparency':_0x2f5bfa(0x217),'picture':{'source':_0x2f5bfa(0x1fe),'insert':_0x2f5bfa(0x23e)}}},'structuralControls':{'selectRow':'Seleziona\x20riga','selectColumn':_0x2f5bfa(0x244),'selectTable':_0x2f5bfa(0x231),'insertRow':'Inserisci\x20riga','insertColumn':_0x2f5bfa(0x222),'moveRow':_0x2f5bfa(0x204),'moveColumn':_0x2f5bfa(0x21f),'moveRows':_0x2f5bfa(0x1fc),'moveColumns':'Sposta\x20colonne','cannotMoveMergedRows':'Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','cannotMoveMergedColumns':'Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite'},'contextMenu':{'insert':_0x2f5bfa(0x206),'delete':_0x2f5bfa(0x237),'distribute':_0x2f5bfa(0x1f2),'borders':_0x2f5bfa(0x215),'tableBackgroundColor':'Colore\x20di\x20sfondo\x20della\x20tabella','copy':'Copia','cut':_0x2f5bfa(0x22f),'deleteTable':_0x2f5bfa(0x228),'insertRowAbove':_0x2f5bfa(0x211),'insertRowBelow':'Inserisci\x20riga\x20sotto','insertColumnLeft':_0x2f5bfa(0x1f8),'insertColumnRight':_0x2f5bfa(0x240),'deleteRow':_0x2f5bfa(0x20f),'deleteColumn':'Elimina\x20colonna','distributeRows':_0x2f5bfa(0x210),'distributeColumns':'Distribuisci\x20colonne','borderAll':_0x2f5bfa(0x20b),'borderOuter':_0x2f5bfa(0x21c),'borderInner':_0x2f5bfa(0x216),'borderNone':_0x2f5bfa(0x220)},'colorPreset':{'resetColor':_0x2f5bfa(0x235),'white':_0x2f5bfa(0x20e),'gray100':_0x2f5bfa(0x23d),'primary100':_0x2f5bfa(0x236),'blue100':_0x2f5bfa(0x22d),'green100':_0x2f5bfa(0x214),'yellow100':'Giallo\x20100','red100':_0x2f5bfa(0x1ff),'gray900':'Grigio\x20900','gray500':_0x2f5bfa(0x218),'red600':_0x2f5bfa(0x1f5),'orange600':_0x2f5bfa(0x225),'yellow700':_0x2f5bfa(0x223),'green600':_0x2f5bfa(0x213),'blue600':_0x2f5bfa(0x1fd),'purple600':_0x2f5bfa(0x246)}}};module[_0x2f5bfa(0x1f0)]=e;function _0x24c4(){const _0x296536=['Formato\x20testo','Reimposta\x20colore','Primario\x20100','Elimina','Stile\x20bordo','Righe\x20alternate','Chiaro','Grassetto','Nessun\x20riempimento','Grigio\x20100','Inserisci\x20immagine','Separa\x20celle','Inserisci\x20colonna\x20a\x20destra','1474312zfwsda','1515717GlRuGs','Aspetto\x20tabella','Seleziona\x20colonna','Allinea\x20in\x20alto','Viola\x20600','Allineamento\x20verticale','exports','Carattere','Distribuisci','Sottolineato','Riga\x20piè\x20di\x20pagina','Rosso\x20600','Bordo\x20sinistro','Allinea\x20al\x20centro','Inserisci\x20colonna\x20a\x20sinistra','Colore\x20sfondo\x20tabella','Bordo\x20verticale\x20interno','Riempimento\x20solido','Sposta\x20righe','Blu\x20600','Origine\x20immagine','Rosso\x20100','Colore','Bordo\x20superiore','Nessuno','Bordo\x20inferiore','Sposta\x20riga','Continuo','Inserisci','6cOONaP','Bordo\x20orizzontale\x20interno','644504vrEoHT','Bordo\x20esterno','Tutti\x20i\x20bordi','284XPnXqh','3109855SCgeTW','Bianco','Elimina\x20riga','Distribuisci\x20righe','Inserisci\x20riga\x20sopra','Unisci\x20celle','Verde\x20600','Verde\x20100','Bordi','Bordi\x20interni','Trasparenza','Grigio\x20500','72YZtRrN','Riga\x20intestazione','Bordo','Bordi\x20esterni','5276408qAZQIA','Spessore\x20bordo','Sposta\x20colonna','Nessun\x20bordo','Riempimento\x20immagine\x20o\x20texture','Inserisci\x20colonna','Giallo\x20700','Giustifica','Arancione\x20600','Colonne\x20alternate','2865hjMdJM','Elimina\x20tabella','Allinea\x20a\x20sinistra','Ultima\x20colonna','Colore\x20bordo\x20tabella','Prima\x20colonna','Blu\x20100','Media','Taglia','Corsivo','Seleziona\x20tabella','1403580qxlLjn','Bordo\x20destro'];_0x24c4=function(){return _0x296536;};return _0x24c4();}
@@ -1 +1 @@
1
- const _0x4f0b84=_0x554c;function _0x554c(_0x26b8e1,_0x4c8179){_0x26b8e1=_0x26b8e1-0x1c9;const _0x581dc7=_0x581d();let _0x554c59=_0x581dc7[_0x26b8e1];return _0x554c59;}(function(_0x4ae6d5,_0x303b73){const _0x167092=_0x554c,_0x1b5157=_0x4ae6d5();while(!![]){try{const _0x15ed48=-parseInt(_0x167092(0x1de))/0x1*(parseInt(_0x167092(0x1e5))/0x2)+parseInt(_0x167092(0x20e))/0x3+parseInt(_0x167092(0x1d7))/0x4+-parseInt(_0x167092(0x1f8))/0x5*(parseInt(_0x167092(0x1dd))/0x6)+parseInt(_0x167092(0x1da))/0x7+parseInt(_0x167092(0x1d5))/0x8+parseInt(_0x167092(0x1ed))/0x9*(-parseInt(_0x167092(0x1ea))/0xa);if(_0x15ed48===_0x303b73)break;else _0x1b5157['push'](_0x1b5157['shift']());}catch(_0x3287f7){_0x1b5157['push'](_0x1b5157['shift']());}}}(_0x581d,0x54681));function _0x581d(){const _0x51b246=['138jFgJJr','51419zlSWGD','Gray\x20100','exports','Insert\x20row','中央揃え','Gray\x20900','文字の背景色','2cTqqnh','表の罫線色','Copy','Reset\x20color','Borders','521350yIzSfm','塗りつぶしなし','Insert\x20column\x20right','72oToQPE','Yellow\x20700','Blue\x20600','Delete','上揃え','Cut','Delete\x20table','Insert\x20row\x20above','画像ソース','Insert','右罫線','147845plMUlB','セルの結合を解除','Red\x20600','Insert\x20column','Table\x20background\x20color','水平方向の配置','Distribute\x20columns','すべての罫線','No\x20border','Move\x20row','Orange\x20600','単色塗りつぶし','Insert\x20column\x20left','上罫線','下揃え','Delete\x20row','White','セルを結合','左揃え','内側横罫線','一点鎖線','Select\x20table','1429575qxPYvG','垂直方向の配置','Red\x20100','両端揃え','図またはテクスチャ塗りつぶし','Distribute','Select\x20row','罫線なし','画像を挿入','表の背景色','Delete\x20column','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Yellow\x20100','Insert\x20row\x20below','Outer\x20borders','4195280bYMbAy','罫線の太さ','215128pDPlRR','グラデーション塗りつぶし','罫線のスタイル','3077186UUtBGa','All\x20borders','内側縦罫線'];_0x581d=function(){return _0x51b246;};return _0x581d();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'フォント','fontSize':'フォントサイズ','textColor':'文字色','textBackgroundColor':_0x4f0b84(0x1e4),'tableBackgroundColor':_0x4f0b84(0x1cf),'tableBorderColor':_0x4f0b84(0x1e6),'borderWidth':_0x4f0b84(0x1d6),'borderStyle':_0x4f0b84(0x1d9),'border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x4f0b84(0x20c),'noBorder':_0x4f0b84(0x1cd),'borderPresetAll':_0x4f0b84(0x1ff),'borderPresetInner':'内側の罫線','borderPresetOuter':'外枠','borderPresetTop':_0x4f0b84(0x205),'borderPresetBottom':'下罫線','borderPresetLeft':'左罫線','borderPresetRight':_0x4f0b84(0x1f7),'borderPresetInnerHorizontal':_0x4f0b84(0x20b),'borderPresetInnerVertical':_0x4f0b84(0x1dc),'none':'なし','horizontalAlign':_0x4f0b84(0x1fd),'verticalAlign':_0x4f0b84(0x20f),'alignLeft':_0x4f0b84(0x20a),'alignCenter':_0x4f0b84(0x1e2),'alignRight':'右揃え','alignJustify':_0x4f0b84(0x1c9),'alignTop':_0x4f0b84(0x1f1),'alignMiddle':'中央揃え','alignBottom':_0x4f0b84(0x206),'mergeCells':_0x4f0b84(0x209),'unmergeCells':_0x4f0b84(0x1f9)},'shapePanel':{'fill':{'noFill':_0x4f0b84(0x1eb),'solidFill':_0x4f0b84(0x203),'gradientFill':_0x4f0b84(0x1d8),'pictureFill':_0x4f0b84(0x1ca),'color':'色','transparency':'透明度','picture':{'source':_0x4f0b84(0x1f5),'insert':_0x4f0b84(0x1ce)}}},'structuralControls':{'selectRow':_0x4f0b84(0x1cc),'selectColumn':'Select\x20column','selectTable':_0x4f0b84(0x20d),'insertRow':_0x4f0b84(0x1e1),'insertColumn':_0x4f0b84(0x1fb),'moveRow':_0x4f0b84(0x201),'moveColumn':'Move\x20column','moveRows':'Move\x20rows','moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x4f0b84(0x1d1),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x4f0b84(0x1f6),'delete':_0x4f0b84(0x1f0),'distribute':_0x4f0b84(0x1cb),'borders':_0x4f0b84(0x1e9),'tableBackgroundColor':_0x4f0b84(0x1fc),'copy':_0x4f0b84(0x1e7),'cut':_0x4f0b84(0x1f2),'deleteTable':_0x4f0b84(0x1f3),'insertRowAbove':_0x4f0b84(0x1f4),'insertRowBelow':_0x4f0b84(0x1d3),'insertColumnLeft':_0x4f0b84(0x204),'insertColumnRight':_0x4f0b84(0x1ec),'deleteRow':_0x4f0b84(0x207),'deleteColumn':_0x4f0b84(0x1d0),'distributeRows':'Distribute\x20rows','distributeColumns':_0x4f0b84(0x1fe),'borderAll':_0x4f0b84(0x1db),'borderOuter':_0x4f0b84(0x1d4),'borderInner':'Inner\x20borders','borderNone':_0x4f0b84(0x200)},'colorPreset':{'resetColor':_0x4f0b84(0x1e8),'white':_0x4f0b84(0x208),'gray100':_0x4f0b84(0x1df),'primary100':'Primary\x20100','blue100':'Blue\x20100','green100':'Green\x20100','yellow100':_0x4f0b84(0x1d2),'red100':_0x4f0b84(0x210),'gray900':_0x4f0b84(0x1e3),'gray500':'Gray\x20500','red600':_0x4f0b84(0x1fa),'orange600':_0x4f0b84(0x202),'yellow700':_0x4f0b84(0x1ee),'green600':'Green\x20600','blue600':_0x4f0b84(0x1ef),'purple600':'Purple\x20600'}}};module[_0x4f0b84(0x1e0)]=e;
1
+ const _0x3559d3=_0x1b60;function _0x1b60(_0x4136b6,_0x445db2){_0x4136b6=_0x4136b6-0x15a;const _0x30d9f2=_0x30d9();let _0x1b6032=_0x30d9f2[_0x4136b6];return _0x1b6032;}(function(_0x1f1e31,_0x5dd9c6){const _0x37452e=_0x1b60,_0x429ae5=_0x1f1e31();while(!![]){try{const _0x1e42c2=parseInt(_0x37452e(0x195))/0x1+parseInt(_0x37452e(0x184))/0x2+parseInt(_0x37452e(0x1a4))/0x3+-parseInt(_0x37452e(0x174))/0x4+parseInt(_0x37452e(0x19b))/0x5*(parseInt(_0x37452e(0x163))/0x6)+parseInt(_0x37452e(0x175))/0x7*(parseInt(_0x37452e(0x18f))/0x8)+-parseInt(_0x37452e(0x15c))/0x9;if(_0x1e42c2===_0x5dd9c6)break;else _0x429ae5['push'](_0x429ae5['shift']());}catch(_0x536a77){_0x429ae5['push'](_0x429ae5['shift']());}}}(_0x30d9,0x77e0d));function _0x30d9(){const _0x118a4f=['オレンジ\x20600','縞模様の列','結合されたセルをまたいで行を移動することはできません','テキスト形式','表の外観','3951942GmXURf','最適な組み合わせ','行を挿入','一点鎖線','外側の罫線','列を挿入','グレー\x20100','右に列を挿入','下に行を挿入','色をリセット','両端揃え','すべての罫線','取り消し線','上に行を挿入','青\x20600','表のテーマ','中央揃え','1432224zVOEtQ','287eNnnDT','exports','図またはテクスチャ塗りつぶし','最後の列','表の背景色','最初の列','罫線なし','行を削除','集計行','表の罫線色','表を削除','コピー','単色塗りつぶし','セルを結合','垂直方向の配置','1900628HbEPJQ','均等配置','赤\x20100','列を均等配置','画像を挿入','内側の罫線','フォント','表を選択','画像ソース','水平方向の配置','黄\x20700','188456dQEZSZ','罫線の太さ','明るい','プライマリ\x20100','文字の背景色','左罫線','457310wAqoVS','黄\x20100','上揃え','上罫線','グラデーション塗りつぶし','下揃え','5rhfEIq','左揃え','列を選択','下罫線','見出し行','青\x20100','内側横罫線','赤\x20600','結合されたセルをまたいで列を移動することはできません','761193RJYfKb','行を移動','縞模様の行','緑\x20600','21930948ZYvUze','緑\x20100'];_0x30d9=function(){return _0x118a4f;};return _0x30d9();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x3559d3(0x18a),'fontSize':'フォントサイズ','textFormat':_0x3559d3(0x161),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x3559d3(0x16f),'textColor':'文字色','textBackgroundColor':_0x3559d3(0x193),'tableBackgroundColor':_0x3559d3(0x179),'tableBorderColor':_0x3559d3(0x17e),'borderWidth':_0x3559d3(0x190),'borderStyle':'罫線のスタイル','border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x3559d3(0x166),'noBorder':_0x3559d3(0x17b),'borderPresetAll':_0x3559d3(0x16e),'borderPresetInner':_0x3559d3(0x189),'borderPresetOuter':'外枠','borderPresetTop':_0x3559d3(0x198),'borderPresetBottom':_0x3559d3(0x19e),'borderPresetLeft':_0x3559d3(0x194),'borderPresetRight':'右罫線','borderPresetInnerHorizontal':_0x3559d3(0x1a1),'borderPresetInnerVertical':'内側縦罫線','none':'なし','horizontalAlign':_0x3559d3(0x18d),'verticalAlign':_0x3559d3(0x183),'alignLeft':_0x3559d3(0x19c),'alignCenter':_0x3559d3(0x173),'alignRight':'右揃え','alignJustify':_0x3559d3(0x16d),'alignTop':_0x3559d3(0x197),'alignMiddle':'中央揃え','alignBottom':_0x3559d3(0x19a),'mergeCells':_0x3559d3(0x182),'unmergeCells':'セルの結合を解除','tableTheme':_0x3559d3(0x172),'tableLook':_0x3559d3(0x162),'headerRow':_0x3559d3(0x19f),'footerRow':_0x3559d3(0x17d),'bandedRows':_0x3559d3(0x15a),'bandedColumns':_0x3559d3(0x15f),'firstColumn':_0x3559d3(0x17a),'lastColumn':_0x3559d3(0x178),'bestMatch':_0x3559d3(0x164),'light':_0x3559d3(0x191),'medium':'中','minimal':'最小'},'shapePanel':{'fill':{'noFill':'塗りつぶしなし','solidFill':_0x3559d3(0x181),'gradientFill':_0x3559d3(0x199),'pictureFill':_0x3559d3(0x177),'color':'色','transparency':'透明度','picture':{'source':_0x3559d3(0x18c),'insert':_0x3559d3(0x188)}}},'structuralControls':{'selectRow':'行を選択','selectColumn':_0x3559d3(0x19d),'selectTable':_0x3559d3(0x18b),'insertRow':_0x3559d3(0x165),'insertColumn':_0x3559d3(0x168),'moveRow':_0x3559d3(0x1a5),'moveColumn':'列を移動','moveRows':_0x3559d3(0x1a5),'moveColumns':'列を移動','cannotMoveMergedRows':_0x3559d3(0x160),'cannotMoveMergedColumns':_0x3559d3(0x1a3)},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x3559d3(0x185),'borders':'罫線','tableBackgroundColor':_0x3559d3(0x179),'copy':_0x3559d3(0x180),'cut':'切り取り','deleteTable':_0x3559d3(0x17f),'insertRowAbove':_0x3559d3(0x170),'insertRowBelow':_0x3559d3(0x16b),'insertColumnLeft':'左に列を挿入','insertColumnRight':_0x3559d3(0x16a),'deleteRow':_0x3559d3(0x17c),'deleteColumn':'列を削除','distributeRows':'行を均等配置','distributeColumns':_0x3559d3(0x187),'borderAll':'すべての罫線','borderOuter':_0x3559d3(0x167),'borderInner':'内側の罫線','borderNone':_0x3559d3(0x17b)},'colorPreset':{'resetColor':_0x3559d3(0x16c),'white':'白','gray100':_0x3559d3(0x169),'primary100':_0x3559d3(0x192),'blue100':_0x3559d3(0x1a0),'green100':_0x3559d3(0x15d),'yellow100':_0x3559d3(0x196),'red100':_0x3559d3(0x186),'gray900':'グレー\x20900','gray500':'グレー\x20500','red600':_0x3559d3(0x1a2),'orange600':_0x3559d3(0x15e),'yellow700':_0x3559d3(0x18e),'green600':_0x3559d3(0x15b),'blue600':_0x3559d3(0x171),'purple600':'紫\x20600'}}};module[_0x3559d3(0x176)]=e;