@univerjs-pro/slides-table-ui 1.0.0-alpha.2 → 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 (106) hide show
  1. package/README.md +4 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +184 -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/controllers/slide-table-interaction.render-controller.d.ts +9 -4
  65. package/lib/types/index.d.ts +28 -8
  66. package/lib/types/locale/en-US.d.ts +17 -0
  67. package/lib/types/menu/contextmenu.menu.d.ts +0 -3
  68. package/lib/types/render-objects/slide-table-document-render-resources.util.d.ts +42 -0
  69. package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +26 -0
  70. package/lib/types/render-objects/slide-table-object.d.ts +127 -0
  71. package/lib/types/services/slide-table-cell-editor.service.d.ts +50 -0
  72. package/lib/types/services/slide-table-keyboard.service.d.ts +7 -21
  73. package/lib/types/services/table-keyboard.service-base.d.ts +18 -0
  74. package/lib/types/utils/slide-table-clipboard-model.d.ts +7 -0
  75. package/lib/types/utils/slide-table-contextmenu-model.d.ts +69 -0
  76. package/lib/types/utils/slide-table-editor-model.d.ts +78 -0
  77. package/lib/types/utils/slide-table-keyboard-input.d.ts +13 -0
  78. package/lib/types/utils/slide-table-keyboard-model.d.ts +43 -0
  79. package/lib/types/utils/slide-table-object-selection-model.d.ts +7 -0
  80. package/lib/types/utils/slide-table-structural-insert.util.d.ts +15 -0
  81. package/lib/types/utils/slide-table-toolbar-model.d.ts +17 -0
  82. package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +70 -0
  83. package/lib/types/utils/slide-table-toolbar-values.d.ts +33 -0
  84. package/lib/types/views/TableThemeGallery.d.ts +10 -0
  85. package/lib/umd/index.js +1 -1
  86. package/lib/umd/locale/ar-SA.js +1 -1
  87. package/lib/umd/locale/ca-ES.js +1 -1
  88. package/lib/umd/locale/de-DE.js +1 -1
  89. package/lib/umd/locale/en-US.js +1 -1
  90. package/lib/umd/locale/es-ES.js +1 -1
  91. package/lib/umd/locale/fa-IR.js +1 -1
  92. package/lib/umd/locale/fr-FR.js +1 -1
  93. package/lib/umd/locale/id-ID.js +1 -1
  94. package/lib/umd/locale/it-IT.js +1 -1
  95. package/lib/umd/locale/ja-JP.js +1 -1
  96. package/lib/umd/locale/ko-KR.js +1 -1
  97. package/lib/umd/locale/pl-PL.js +1 -1
  98. package/lib/umd/locale/pt-BR.js +1 -1
  99. package/lib/umd/locale/ru-RU.js +1 -1
  100. package/lib/umd/locale/sk-SK.js +1 -1
  101. package/lib/umd/locale/vi-VN.js +1 -1
  102. package/lib/umd/locale/zh-CN.js +1 -1
  103. package/lib/umd/locale/zh-HK.js +1 -1
  104. package/lib/umd/locale/zh-TW.js +1 -1
  105. package/package.json +17 -18
  106. /package/lib/types/{views → utils}/slide-table-hit-test.d.ts +0 -0
@@ -1 +1 @@
1
- const _0x163014=_0x24aa;(function(_0x28eb03,_0x3408f7){const _0xee5952=_0x24aa,_0x44d95a=_0x28eb03();while(!![]){try{const _0x3849ad=-parseInt(_0xee5952(0x142))/0x1+-parseInt(_0xee5952(0x108))/0x2*(parseInt(_0xee5952(0x116))/0x3)+parseInt(_0xee5952(0x13d))/0x4+parseInt(_0xee5952(0x106))/0x5+-parseInt(_0xee5952(0x104))/0x6*(-parseInt(_0xee5952(0x10d))/0x7)+-parseInt(_0xee5952(0x132))/0x8+-parseInt(_0xee5952(0x12f))/0x9*(parseInt(_0xee5952(0x125))/0xa);if(_0x3849ad===_0x3408f7)break;else _0x44d95a['push'](_0x44d95a['shift']());}catch(_0x4afae6){_0x44d95a['push'](_0x44d95a['shift']());}}}(_0x1177,0x78e90));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'الخط','fontSize':_0x163014(0x101),'textColor':_0x163014(0x113),'textBackgroundColor':_0x163014(0x13e),'tableBackgroundColor':'لون\x20خلفية\x20الجدول','tableBorderColor':'لون\x20حد\x20الجدول','borderWidth':_0x163014(0x127),'borderStyle':_0x163014(0x10b),'border':_0x163014(0x13b),'borderStyleSolid':'صلب','borderStyleDash':_0x163014(0x114),'borderStyleDot':'منقط','borderStyleDashDot':'شرطة\x20ونقطة','noBorder':_0x163014(0x129),'borderPresetAll':'كل\x20الحدود','borderPresetInner':_0x163014(0x10e),'borderPresetOuter':_0x163014(0x12c),'borderPresetTop':_0x163014(0x135),'borderPresetBottom':'الحد\x20السفلي','borderPresetLeft':_0x163014(0x143),'borderPresetRight':_0x163014(0x12e),'borderPresetInnerHorizontal':_0x163014(0x11c),'borderPresetInnerVertical':_0x163014(0xfe),'none':_0x163014(0x13c),'horizontalAlign':_0x163014(0x100),'verticalAlign':_0x163014(0x141),'alignLeft':_0x163014(0x137),'alignCenter':_0x163014(0x13f),'alignRight':_0x163014(0x112),'alignJustify':'ضبط','alignTop':_0x163014(0x110),'alignMiddle':'محاذاة\x20للوسط\x20عموديًا','alignBottom':'محاذاة\x20للأسفل','mergeCells':_0x163014(0x117),'unmergeCells':_0x163014(0x131)},'shapePanel':{'fill':{'noFill':_0x163014(0x139),'solidFill':'تعبئة\x20صلبة','gradientFill':_0x163014(0x122),'pictureFill':'تعبئة\x20صورة\x20أو\x20نسيج','color':_0x163014(0x126),'transparency':_0x163014(0x10f),'picture':{'source':'مصدر\x20الصورة','insert':_0x163014(0x10a)}}},'structuralControls':{'selectRow':_0x163014(0x134),'selectColumn':_0x163014(0x111),'selectTable':_0x163014(0x144),'insertRow':_0x163014(0x11d),'insertColumn':'Insert\x20column','moveRow':_0x163014(0x121),'moveColumn':_0x163014(0x145),'moveRows':_0x163014(0x123),'moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x163014(0x13a),'cannotMoveMergedColumns':_0x163014(0x11b)},'contextMenu':{'insert':_0x163014(0x120),'delete':'Delete','distribute':'Distribute','borders':_0x163014(0x109),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x163014(0x11e),'cut':_0x163014(0x133),'deleteTable':_0x163014(0x10c),'insertRowAbove':_0x163014(0x140),'insertRowBelow':_0x163014(0x11f),'insertColumnLeft':_0x163014(0x12d),'insertColumnRight':_0x163014(0x103),'deleteRow':_0x163014(0x130),'deleteColumn':_0x163014(0x11a),'distributeRows':_0x163014(0x105),'distributeColumns':_0x163014(0x128),'borderAll':_0x163014(0x136),'borderOuter':_0x163014(0x102),'borderInner':_0x163014(0x115),'borderNone':_0x163014(0x124)},'colorPreset':{'resetColor':'Reset\x20color','white':_0x163014(0x107),'gray100':_0x163014(0x118),'primary100':'Primary\x20100','blue100':'Blue\x20100','green100':_0x163014(0x119),'yellow100':_0x163014(0xff),'red100':_0x163014(0xfc),'gray900':'Gray\x20900','gray500':_0x163014(0x12b),'red600':_0x163014(0xfb),'orange600':_0x163014(0x12a),'yellow700':'Yellow\x20700','green600':'Green\x20600','blue600':_0x163014(0xfd),'purple600':_0x163014(0x138)}}};export{e as default};function _0x24aa(_0x3fc30b,_0x26a2e1){_0x3fc30b=_0x3fc30b-0xfb;const _0x11775c=_0x1177();let _0x24aa8e=_0x11775c[_0x3fc30b];return _0x24aa8e;}function _0x1177(){const _0x3ff698=['17930bPTOUu','اللون','عرض\x20الحد','Distribute\x20columns','بلا\x20حدود','Orange\x20600','Gray\x20500','الحد\x20الخارجي','Insert\x20column\x20left','الحد\x20الأيمن','6939srdPtU','Delete\x20row','إلغاء\x20دمج\x20الخلايا','1661584ntyaRW','Cut','Select\x20row','الحد\x20العلوي','All\x20borders','محاذاة\x20لليسار','Purple\x20600','بدون\x20تعبئة','Cannot\x20move\x20rows\x20across\x20merged\x20cells','الحد','لا\x20شيء','3945208cQbNyD','لون\x20خلفية\x20النص','محاذاة\x20للوسط','Insert\x20row\x20above','محاذاة\x20عمودية','290297raoIOP','الحد\x20الأيسر','Select\x20table','Move\x20column','Red\x20600','Red\x20100','Blue\x20600','الحد\x20العمودي\x20الداخلي','Yellow\x20100','محاذاة\x20أفقية','حجم\x20الخط','Outer\x20borders','Insert\x20column\x20right','2909016Xsxptv','Distribute\x20rows','4706670lLybzx','White','15572jKzRXC','Borders','إدراج\x20صورة','نمط\x20الحد','Delete\x20table','14eikufj','الحدود\x20الداخلية','الشفافية','محاذاة\x20للأعلى','Select\x20column','محاذاة\x20لليمين','لون\x20النص','متقطع','Inner\x20borders','201iKyaov','دمج\x20الخلايا','Gray\x20100','Green\x20100','Delete\x20column','Cannot\x20move\x20columns\x20across\x20merged\x20cells','الحد\x20الأفقي\x20الداخلي','Insert\x20row','Copy','Insert\x20row\x20below','Insert','Move\x20row','تعبئة\x20متدرجة','Move\x20rows','No\x20border'];_0x1177=function(){return _0x3ff698;};return _0x1177();}
1
+ function _0x224e(){const _0x28490d=['نقل\x20عمود','مائل','الحد\x20العمودي\x20الداخلي','صفوف\x20متناوبة','محاذاة\x20للوسط\x20عموديًا','توزيع','إعادة\x20تعيين\x20اللون','أزرق\x20100','نسخ','تحديد\x20الصف','إدراج\x20صورة','محاذاة\x20للوسط','3089704BrTsLr','محاذاة\x20أفقية','327546KSAvRu','بلا\x20حدود','توزيع\x20الصفوف','أحمر\x20600','العمود\x20الأخير','تسطير','أزرق\x20600','حذف','محاذاة\x20لليمين','حذف\x20الجدول','الحدود\x20الداخلية','1235549mFGlro','محاذاة\x20عمودية','محاذاة\x20للأسفل','أخضر\x20100','حذف\x20العمود','5324406shpCPm','72qyUlDX','رمادي\x20500','أصفر\x20700','الحد\x20الأفقي\x20الداخلي','الحد\x20الخارجي','عرض\x20الحد','حجم\x20الخط','نسق\x20الجدول','الحد\x20الأيمن','الحد\x20السفلي','غامق','صف\x20التذييل','تعبئة\x20صورة\x20أو\x20نسيج','تنسيق\x20النص','ضبط','لون\x20خلفية\x20النص','الحد','5649030aEGkUA','الشفافية','مظهر\x20الجدول','لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','أعمدة\x20متناوبة','2lmpCXY','صف\x20الرأس','لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة','متقطع','الحدود\x20الخارجية','نقل\x20صف','تعبئة\x20صلبة','أساسي\x20100','لون\x20النص','أحمر\x20100','بنفسجي\x20600','رمادي\x20100','محاذاة\x20لليسار','العمود\x20الأول','86230310lbFOlm','كل\x20الحدود','أصفر\x20100','اللون','رمادي\x20900','إدراج\x20صف\x20أعلاه','محاذاة\x20للأعلى','1321828PiORuL','الحد\x20الأيسر','145lYJAhe','لون\x20حد\x20الجدول'];_0x224e=function(){return _0x28490d;};return _0x224e();}const _0x5be80c=_0xde13;(function(_0x5012ce,_0x414459){const _0x2325ba=_0xde13,_0x29a753=_0x5012ce();while(!![]){try{const _0x5c77cf=-parseInt(_0x2325ba(0x194))/0x1*(parseInt(_0x2325ba(0x1cd))/0x2)+-parseInt(_0x2325ba(0x1b6))/0x3+-parseInt(_0x2325ba(0x1a4))/0x4+-parseInt(_0x2325ba(0x196))/0x5*(parseInt(_0x2325ba(0x1a6))/0x6)+-parseInt(_0x2325ba(0x1b1))/0x7*(parseInt(_0x2325ba(0x1b7))/0x8)+-parseInt(_0x2325ba(0x1c8))/0x9+parseInt(_0x2325ba(0x18d))/0xa;if(_0x5c77cf===_0x414459)break;else _0x29a753['push'](_0x29a753['shift']());}catch(_0x54fb6f){_0x29a753['push'](_0x29a753['shift']());}}}(_0x224e,0xe90eb));function _0xde13(_0x29a640,_0x25576d){_0x29a640=_0x29a640-0x182;const _0x224e49=_0x224e();let _0xde13d9=_0x224e49[_0x29a640];return _0xde13d9;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'الخط','fontSize':_0x5be80c(0x1bd),'textFormat':_0x5be80c(0x1c4),'bold':_0x5be80c(0x1c1),'italic':_0x5be80c(0x199),'underline':_0x5be80c(0x1ab),'strikethrough':'يتوسطه\x20خط','textColor':_0x5be80c(0x187),'textBackgroundColor':_0x5be80c(0x1c6),'tableBackgroundColor':'لون\x20خلفية\x20الجدول','tableBorderColor':_0x5be80c(0x197),'borderWidth':_0x5be80c(0x1bc),'borderStyle':'نمط\x20الحد','border':_0x5be80c(0x1c7),'borderStyleSolid':'صلب','borderStyleDash':_0x5be80c(0x182),'borderStyleDot':'منقط','borderStyleDashDot':'شرطة\x20ونقطة','noBorder':_0x5be80c(0x1a7),'borderPresetAll':_0x5be80c(0x18e),'borderPresetInner':_0x5be80c(0x1b0),'borderPresetOuter':_0x5be80c(0x1bb),'borderPresetTop':'الحد\x20العلوي','borderPresetBottom':_0x5be80c(0x1c0),'borderPresetLeft':_0x5be80c(0x195),'borderPresetRight':_0x5be80c(0x1bf),'borderPresetInnerHorizontal':_0x5be80c(0x1ba),'borderPresetInnerVertical':_0x5be80c(0x19a),'none':'لا\x20شيء','horizontalAlign':_0x5be80c(0x1a5),'verticalAlign':_0x5be80c(0x1b2),'alignLeft':_0x5be80c(0x18b),'alignCenter':_0x5be80c(0x1a3),'alignRight':_0x5be80c(0x1ae),'alignJustify':_0x5be80c(0x1c5),'alignTop':_0x5be80c(0x193),'alignMiddle':_0x5be80c(0x19c),'alignBottom':_0x5be80c(0x1b3),'mergeCells':'دمج\x20الخلايا','unmergeCells':'إلغاء\x20دمج\x20الخلايا','tableTheme':_0x5be80c(0x1be),'tableLook':_0x5be80c(0x1ca),'headerRow':_0x5be80c(0x1ce),'footerRow':_0x5be80c(0x1c2),'bandedRows':_0x5be80c(0x19b),'bandedColumns':_0x5be80c(0x1cc),'firstColumn':_0x5be80c(0x18c),'lastColumn':_0x5be80c(0x1aa),'bestMatch':'أفضل\x20تطابق','light':'فاتح','medium':'متوسط','minimal':'بسيط'},'shapePanel':{'fill':{'noFill':'بدون\x20تعبئة','solidFill':_0x5be80c(0x185),'gradientFill':'تعبئة\x20متدرجة','pictureFill':_0x5be80c(0x1c3),'color':_0x5be80c(0x190),'transparency':_0x5be80c(0x1c9),'picture':{'source':'مصدر\x20الصورة','insert':_0x5be80c(0x1a2)}}},'structuralControls':{'selectRow':_0x5be80c(0x1a1),'selectColumn':'تحديد\x20العمود','selectTable':'تحديد\x20الجدول','insertRow':'إدراج\x20صف','insertColumn':'إدراج\x20عمود','moveRow':_0x5be80c(0x184),'moveColumn':_0x5be80c(0x198),'moveRows':'نقل\x20الصفوف','moveColumns':'نقل\x20الأعمدة','cannotMoveMergedRows':_0x5be80c(0x1cb),'cannotMoveMergedColumns':_0x5be80c(0x1cf)},'contextMenu':{'insert':'إدراج','delete':_0x5be80c(0x1ad),'distribute':_0x5be80c(0x19d),'borders':'الحدود','tableBackgroundColor':'لون\x20خلفية\x20الجدول','copy':_0x5be80c(0x1a0),'cut':'قص','deleteTable':_0x5be80c(0x1af),'insertRowAbove':_0x5be80c(0x192),'insertRowBelow':'إدراج\x20صف\x20أدناه','insertColumnLeft':'إدراج\x20عمود\x20إلى\x20اليسار','insertColumnRight':'إدراج\x20عمود\x20إلى\x20اليمين','deleteRow':'حذف\x20الصف','deleteColumn':_0x5be80c(0x1b5),'distributeRows':_0x5be80c(0x1a8),'distributeColumns':'توزيع\x20الأعمدة','borderAll':_0x5be80c(0x18e),'borderOuter':_0x5be80c(0x183),'borderInner':_0x5be80c(0x1b0),'borderNone':'بدون\x20حدود'},'colorPreset':{'resetColor':_0x5be80c(0x19e),'white':'أبيض','gray100':_0x5be80c(0x18a),'primary100':_0x5be80c(0x186),'blue100':_0x5be80c(0x19f),'green100':_0x5be80c(0x1b4),'yellow100':_0x5be80c(0x18f),'red100':_0x5be80c(0x188),'gray900':_0x5be80c(0x191),'gray500':_0x5be80c(0x1b8),'red600':_0x5be80c(0x1a9),'orange600':'برتقالي\x20600','yellow700':_0x5be80c(0x1b9),'green600':'أخضر\x20600','blue600':_0x5be80c(0x1ac),'purple600':_0x5be80c(0x189)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x22a35f=_0x1c2a;(function(_0x163ca8,_0x17a44d){const _0x15ee21=_0x1c2a,_0x4a0399=_0x163ca8();while(!![]){try{const _0x1a9c48=-parseInt(_0x15ee21(0x83))/0x1+-parseInt(_0x15ee21(0x7b))/0x2+-parseInt(_0x15ee21(0xac))/0x3*(-parseInt(_0x15ee21(0x99))/0x4)+parseInt(_0x15ee21(0x9b))/0x5*(-parseInt(_0x15ee21(0x94))/0x6)+-parseInt(_0x15ee21(0x74))/0x7*(-parseInt(_0x15ee21(0x81))/0x8)+parseInt(_0x15ee21(0xb5))/0x9+parseInt(_0x15ee21(0x87))/0xa*(-parseInt(_0x15ee21(0xa1))/0xb);if(_0x1a9c48===_0x17a44d)break;else _0x4a0399['push'](_0x4a0399['shift']());}catch(_0x2f4591){_0x4a0399['push'](_0x4a0399['shift']());}}}(_0x2667,0xa8fa4));function _0x2667(){const _0x315272=['Insert\x20column\x20left','Insert\x20row\x20above','1680VEVlUu','Totes\x20les\x20vores','Insert\x20column\x20right','Insert','Família\x20de\x20lletra','Blue\x20100','No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','45646rGdHoL','Transparència','Insereix\x20fila','Amplada\x20de\x20la\x20vora','Distribute\x20rows','Mida\x20de\x20lletra','22976XdzIDl','Distribute','1018650pAUgGj','Centra','Blue\x20600','All\x20borders','50uyNdHz','Vora','Inserir\x20imatge','White','Insert\x20row\x20below','Color\x20del\x20text','Alinea\x20a\x20dalt','Discontínua','Vora\x20vertical\x20interna','Gray\x20100','Emplenament\x20d\x27imatge\x20o\x20textura','Yellow\x20100','Alinea\x20a\x20l\x27esquerra','42960nWjeZm','Alineació\x20vertical','Selecciona\x20taula','Vora\x20horitzontal\x20interna','Delete\x20column','4DBSDsd','Emplenament\x20sòlid','5CPOOpZ','Cut','Gray\x20900','Green\x20600','Alinea\x20a\x20baix','Sense\x20vora','938960iQuNgc','Vora\x20dreta','Mou\x20columnes','Guió-punt','Reset\x20color','Vora\x20inferior','Borders','Emplenament\x20degradat','Delete','Color\x20de\x20vora\x20de\x20la\x20taula','Distribute\x20columns','2137935JspJPm','Green\x20100','Mou\x20files','Red\x20600','Delete\x20table','No\x20border','Copy','Alinea\x20a\x20la\x20dreta','Selecciona\x20columna','6890760mRDPrX','Sòlida','Puntejada'];_0x2667=function(){return _0x315272;};return _0x2667();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x22a35f(0x78),'fontSize':_0x22a35f(0x80),'textColor':_0x22a35f(0x8c),'textBackgroundColor':'Color\x20de\x20fons\x20del\x20text','tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','tableBorderColor':_0x22a35f(0xaa),'borderWidth':_0x22a35f(0x7e),'borderStyle':'Estil\x20de\x20la\x20vora','border':_0x22a35f(0x88),'borderStyleSolid':_0x22a35f(0xb6),'borderStyleDash':_0x22a35f(0x8e),'borderStyleDot':_0x22a35f(0x71),'borderStyleDashDot':_0x22a35f(0xa4),'noBorder':_0x22a35f(0xa0),'borderPresetAll':_0x22a35f(0x75),'borderPresetInner':'Vores\x20internes','borderPresetOuter':'Vora\x20exterior','borderPresetTop':'Vora\x20superior','borderPresetBottom':_0x22a35f(0xa6),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0x22a35f(0xa2),'borderPresetInnerHorizontal':_0x22a35f(0x97),'borderPresetInnerVertical':_0x22a35f(0x8f),'none':'Cap','horizontalAlign':'Alineació\x20horitzontal','verticalAlign':_0x22a35f(0x95),'alignLeft':_0x22a35f(0x93),'alignCenter':_0x22a35f(0x84),'alignRight':_0x22a35f(0xb3),'alignJustify':'Justifica','alignTop':_0x22a35f(0x8d),'alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0x22a35f(0x9f),'mergeCells':'Combina\x20cel·les','unmergeCells':'Separa\x20cel·les'},'shapePanel':{'fill':{'noFill':'Sense\x20emplenament','solidFill':_0x22a35f(0x9a),'gradientFill':_0x22a35f(0xa8),'pictureFill':_0x22a35f(0x91),'color':'Color','transparency':_0x22a35f(0x7c),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x22a35f(0x89)}}},'structuralControls':{'selectRow':'Selecciona\x20fila','selectColumn':_0x22a35f(0xb4),'selectTable':_0x22a35f(0x96),'insertRow':_0x22a35f(0x7d),'insertColumn':'Insereix\x20columna','moveRow':'Mou\x20fila','moveColumn':'Mou\x20columna','moveRows':_0x22a35f(0xae),'moveColumns':_0x22a35f(0xa3),'cannotMoveMergedRows':_0x22a35f(0x7a),'cannotMoveMergedColumns':'No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades'},'contextMenu':{'insert':_0x22a35f(0x77),'delete':_0x22a35f(0xa9),'distribute':_0x22a35f(0x82),'borders':_0x22a35f(0xa7),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x22a35f(0xb2),'cut':_0x22a35f(0x9c),'deleteTable':_0x22a35f(0xb0),'insertRowAbove':_0x22a35f(0x73),'insertRowBelow':_0x22a35f(0x8b),'insertColumnLeft':_0x22a35f(0x72),'insertColumnRight':_0x22a35f(0x76),'deleteRow':'Delete\x20row','deleteColumn':_0x22a35f(0x98),'distributeRows':_0x22a35f(0x7f),'distributeColumns':_0x22a35f(0xab),'borderAll':_0x22a35f(0x86),'borderOuter':'Outer\x20borders','borderInner':'Inner\x20borders','borderNone':_0x22a35f(0xb1)},'colorPreset':{'resetColor':_0x22a35f(0xa5),'white':_0x22a35f(0x8a),'gray100':_0x22a35f(0x90),'primary100':'Primary\x20100','blue100':_0x22a35f(0x79),'green100':_0x22a35f(0xad),'yellow100':_0x22a35f(0x92),'red100':'Red\x20100','gray900':_0x22a35f(0x9d),'gray500':'Gray\x20500','red600':_0x22a35f(0xaf),'orange600':'Orange\x20600','yellow700':'Yellow\x20700','green600':_0x22a35f(0x9e),'blue600':_0x22a35f(0x85),'purple600':'Purple\x20600'}}};function _0x1c2a(_0x5611e3,_0x33823e){_0x5611e3=_0x5611e3-0x71;const _0x2667a2=_0x2667();let _0x1c2abe=_0x2667a2[_0x5611e3];return _0x1c2abe;}export{e as default};
1
+ const _0xc3af6a=_0x2e92;(function(_0x4b3fc1,_0x4b02d7){const _0x72e50c=_0x2e92,_0xafc2d5=_0x4b3fc1();while(!![]){try{const _0x34bbc6=parseInt(_0x72e50c(0x177))/0x1*(parseInt(_0x72e50c(0x180))/0x2)+parseInt(_0x72e50c(0x154))/0x3+parseInt(_0x72e50c(0x13e))/0x4*(-parseInt(_0x72e50c(0x18a))/0x5)+-parseInt(_0x72e50c(0x14b))/0x6*(parseInt(_0x72e50c(0x17f))/0x7)+-parseInt(_0x72e50c(0x150))/0x8+parseInt(_0x72e50c(0x143))/0x9*(parseInt(_0x72e50c(0x170))/0xa)+parseInt(_0x72e50c(0x18b))/0xb;if(_0x34bbc6===_0x4b02d7)break;else _0xafc2d5['push'](_0xafc2d5['shift']());}catch(_0x367b78){_0xafc2d5['push'](_0xafc2d5['shift']());}}}(_0xd583,0x18dc3));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0xc3af6a(0x187),'fontSize':_0xc3af6a(0x142),'textFormat':_0xc3af6a(0x17d),'bold':_0xc3af6a(0x161),'italic':_0xc3af6a(0x188),'underline':_0xc3af6a(0x179),'strikethrough':'Ratllat','textColor':_0xc3af6a(0x183),'textBackgroundColor':_0xc3af6a(0x153),'tableBackgroundColor':_0xc3af6a(0x159),'tableBorderColor':'Color\x20de\x20vora\x20de\x20la\x20taula','borderWidth':_0xc3af6a(0x186),'borderStyle':_0xc3af6a(0x164),'border':_0xc3af6a(0x140),'borderStyleSolid':'Sòlida','borderStyleDash':_0xc3af6a(0x160),'borderStyleDot':'Puntejada','borderStyleDashDot':_0xc3af6a(0x174),'noBorder':_0xc3af6a(0x157),'borderPresetAll':_0xc3af6a(0x147),'borderPresetInner':'Vores\x20internes','borderPresetOuter':'Vora\x20exterior','borderPresetTop':_0xc3af6a(0x141),'borderPresetBottom':_0xc3af6a(0x13b),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0xc3af6a(0x17c),'borderPresetInnerHorizontal':_0xc3af6a(0x184),'borderPresetInnerVertical':_0xc3af6a(0x185),'none':_0xc3af6a(0x169),'horizontalAlign':_0xc3af6a(0x175),'verticalAlign':'Alineació\x20vertical','alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0xc3af6a(0x171),'alignRight':_0xc3af6a(0x166),'alignJustify':'Justifica','alignTop':_0xc3af6a(0x13d),'alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0xc3af6a(0x15b),'mergeCells':_0xc3af6a(0x14e),'unmergeCells':_0xc3af6a(0x139),'tableTheme':'Tema\x20de\x20taula','tableLook':_0xc3af6a(0x178),'headerRow':_0xc3af6a(0x15e),'footerRow':_0xc3af6a(0x15f),'bandedRows':_0xc3af6a(0x14a),'bandedColumns':'Columnes\x20alternes','firstColumn':_0xc3af6a(0x17e),'lastColumn':_0xc3af6a(0x155),'bestMatch':'Millor\x20coincidència','light':'Clar','medium':_0xc3af6a(0x16c),'minimal':_0xc3af6a(0x16e)},'shapePanel':{'fill':{'noFill':'Sense\x20emplenament','solidFill':'Emplenament\x20sòlid','gradientFill':_0xc3af6a(0x182),'pictureFill':_0xc3af6a(0x176),'color':'Color','transparency':_0xc3af6a(0x156),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0xc3af6a(0x168)}}},'structuralControls':{'selectRow':_0xc3af6a(0x144),'selectColumn':_0xc3af6a(0x15d),'selectTable':_0xc3af6a(0x189),'insertRow':_0xc3af6a(0x14f),'insertColumn':_0xc3af6a(0x167),'moveRow':'Mou\x20fila','moveColumn':_0xc3af6a(0x165),'moveRows':_0xc3af6a(0x15c),'moveColumns':'Mou\x20columnes','cannotMoveMergedRows':'No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','cannotMoveMergedColumns':_0xc3af6a(0x145)},'contextMenu':{'insert':_0xc3af6a(0x146),'delete':_0xc3af6a(0x16d),'distribute':_0xc3af6a(0x13f),'borders':_0xc3af6a(0x16f),'tableBackgroundColor':_0xc3af6a(0x159),'copy':'Copia','cut':_0xc3af6a(0x173),'deleteTable':_0xc3af6a(0x14d),'insertRowAbove':_0xc3af6a(0x181),'insertRowBelow':_0xc3af6a(0x16a),'insertColumnLeft':_0xc3af6a(0x138),'insertColumnRight':_0xc3af6a(0x163),'deleteRow':_0xc3af6a(0x151),'deleteColumn':'Suprimeix\x20columna','distributeRows':'Distribueix\x20files','distributeColumns':_0xc3af6a(0x16b),'borderAll':'Totes\x20les\x20vores','borderOuter':'Vores\x20exteriors','borderInner':'Vores\x20interiors','borderNone':_0xc3af6a(0x15a)},'colorPreset':{'resetColor':'Reinicia\x20el\x20color','white':_0xc3af6a(0x148),'gray100':_0xc3af6a(0x152),'primary100':_0xc3af6a(0x162),'blue100':_0xc3af6a(0x13c),'green100':_0xc3af6a(0x149),'yellow100':_0xc3af6a(0x172),'red100':'Vermell\x20100','gray900':'Gris\x20900','gray500':_0xc3af6a(0x158),'red600':_0xc3af6a(0x14c),'orange600':_0xc3af6a(0x17b),'yellow700':_0xc3af6a(0x13a),'green600':'Verd\x20600','blue600':'Blau\x20600','purple600':_0xc3af6a(0x17a)}}};function _0x2e92(_0x537e7f,_0x3efca0){_0x537e7f=_0x537e7f-0x138;const _0xd58309=_0xd583();let _0x2e929c=_0xd58309[_0x537e7f];return _0x2e929c;}function _0xd583(){const _0x3c6fda=['Última\x20columna','Transparència','Sense\x20vora','Gris\x20500','Color\x20de\x20fons\x20de\x20la\x20taula','Sense\x20vores','Alinea\x20a\x20baix','Mou\x20files','Selecciona\x20columna','Fila\x20de\x20capçalera','Fila\x20de\x20peu','Discontínua','Negreta','Principal\x20100','Insereix\x20columna\x20a\x20la\x20dreta','Estil\x20de\x20la\x20vora','Mou\x20columna','Alinea\x20a\x20la\x20dreta','Insereix\x20columna','Inserir\x20imatge','Cap','Insereix\x20fila\x20a\x20sota','Distribueix\x20columnes','Mitjana','Suprimeix','Mínim','Vores','980vDoEoj','Centra','Groc\x20100','Retalla','Guió-punt','Alineació\x20horitzontal','Emplenament\x20d\x27imatge\x20o\x20textura','17244yAHCYS','Aspecte\x20de\x20taula','Subratllat','Porpra\x20600','Taronja\x20600','Vora\x20dreta','Format\x20de\x20text','Primera\x20columna','9632vQNHOG','12Kaqbto','Insereix\x20fila\x20a\x20sobre','Emplenament\x20degradat','Color\x20del\x20text','Vora\x20horitzontal\x20interna','Vora\x20vertical\x20interna','Amplada\x20de\x20la\x20vora','Família\x20de\x20lletra','Cursiva','Selecciona\x20taula','8485anZnAh','1476783yZbqDF','Insereix\x20columna\x20a\x20l’esquerra','Separa\x20cel·les','Groc\x20700','Vora\x20inferior','Blau\x20100','Alinea\x20a\x20dalt','404SEcfcg','Distribueix','Vora','Vora\x20superior','Mida\x20de\x20lletra','12051YZgCzp','Selecciona\x20fila','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','Insereix','Totes\x20les\x20vores','Blanc','Verd\x20100','Files\x20alternes','120QYuSAr','Vermell\x20600','Suprimeix\x20taula','Combina\x20cel·les','Insereix\x20fila','1075272hkmCiU','Suprimeix\x20fila','Gris\x20100','Color\x20de\x20fons\x20del\x20text','198642FBYgqA'];_0xd583=function(){return _0x3c6fda;};return _0xd583();}export{e as default};
@@ -1 +1 @@
1
- const _0xba13f0=_0x46b0;function _0x46b0(_0x51d5e2,_0x21f669){_0x51d5e2=_0x51d5e2-0x123;const _0x2eff81=_0x2eff();let _0x46b0b6=_0x2eff81[_0x51d5e2];return _0x46b0b6;}(function(_0x553f4a,_0x990a8){const _0x3ff2bd=_0x46b0,_0xf53dc=_0x553f4a();while(!![]){try{const _0x49d3ea=-parseInt(_0x3ff2bd(0x148))/0x1*(-parseInt(_0x3ff2bd(0x13a))/0x2)+-parseInt(_0x3ff2bd(0x166))/0x3+-parseInt(_0x3ff2bd(0x126))/0x4+parseInt(_0x3ff2bd(0x162))/0x5*(parseInt(_0x3ff2bd(0x149))/0x6)+-parseInt(_0x3ff2bd(0x145))/0x7*(-parseInt(_0x3ff2bd(0x135))/0x8)+-parseInt(_0x3ff2bd(0x14e))/0x9+parseInt(_0x3ff2bd(0x165))/0xa*(parseInt(_0x3ff2bd(0x12b))/0xb);if(_0x49d3ea===_0x990a8)break;else _0xf53dc['push'](_0xf53dc['shift']());}catch(_0x2847a5){_0xf53dc['push'](_0xf53dc['shift']());}}}(_0x2eff,0x1d836));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0xba13f0(0x13c),'fontSize':_0xba13f0(0x144),'textColor':'Textfarbe','textBackgroundColor':'Texthintergrundfarbe','tableBackgroundColor':_0xba13f0(0x14c),'tableBorderColor':'Tabellenrahmenfarbe','borderWidth':_0xba13f0(0x15b),'borderStyle':_0xba13f0(0x16c),'border':_0xba13f0(0x140),'borderStyleSolid':_0xba13f0(0x150),'borderStyleDash':_0xba13f0(0x139),'borderStyleDot':_0xba13f0(0x13f),'borderStyleDashDot':_0xba13f0(0x14b),'noBorder':_0xba13f0(0x12e),'borderPresetAll':_0xba13f0(0x12c),'borderPresetInner':'Innere\x20Rahmen','borderPresetOuter':_0xba13f0(0x167),'borderPresetTop':_0xba13f0(0x130),'borderPresetBottom':_0xba13f0(0x154),'borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0xba13f0(0x128),'borderPresetInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderPresetInnerVertical':_0xba13f0(0x129),'none':_0xba13f0(0x14f),'horizontalAlign':_0xba13f0(0x133),'verticalAlign':_0xba13f0(0x12f),'alignLeft':_0xba13f0(0x152),'alignCenter':_0xba13f0(0x160),'alignRight':_0xba13f0(0x134),'alignJustify':_0xba13f0(0x15c),'alignTop':_0xba13f0(0x136),'alignMiddle':_0xba13f0(0x12a),'alignBottom':_0xba13f0(0x125),'mergeCells':_0xba13f0(0x14a),'unmergeCells':_0xba13f0(0x169)},'shapePanel':{'fill':{'noFill':_0xba13f0(0x157),'solidFill':_0xba13f0(0x127),'gradientFill':_0xba13f0(0x163),'pictureFill':_0xba13f0(0x141),'color':_0xba13f0(0x168),'transparency':_0xba13f0(0x12d),'picture':{'source':'Bildquelle','insert':'Bild\x20einfügen'}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':_0xba13f0(0x13e),'selectTable':_0xba13f0(0x159),'insertRow':_0xba13f0(0x156),'insertColumn':_0xba13f0(0x15a),'moveRow':_0xba13f0(0x124),'moveColumn':_0xba13f0(0x16d),'moveRows':_0xba13f0(0x153),'moveColumns':'Spalten\x20verschieben','cannotMoveMergedRows':'Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','cannotMoveMergedColumns':'Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden'},'contextMenu':{'insert':_0xba13f0(0x146),'delete':_0xba13f0(0x16f),'distribute':_0xba13f0(0x158),'borders':_0xba13f0(0x16a),'tableBackgroundColor':'Table\x20background\x20color','copy':'Copy','cut':_0xba13f0(0x123),'deleteTable':_0xba13f0(0x14d),'insertRowAbove':_0xba13f0(0x151),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0xba13f0(0x15e),'insertColumnRight':_0xba13f0(0x16b),'deleteRow':_0xba13f0(0x16e),'deleteColumn':'Delete\x20column','distributeRows':_0xba13f0(0x13b),'distributeColumns':'Distribute\x20columns','borderAll':_0xba13f0(0x132),'borderOuter':_0xba13f0(0x164),'borderInner':_0xba13f0(0x15d),'borderNone':_0xba13f0(0x131)},'colorPreset':{'resetColor':_0xba13f0(0x147),'white':'White','gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':'Blue\x20100','green100':'Green\x20100','yellow100':_0xba13f0(0x155),'red100':_0xba13f0(0x142),'gray900':_0xba13f0(0x15f),'gray500':'Gray\x20500','red600':'Red\x20600','orange600':_0xba13f0(0x13d),'yellow700':_0xba13f0(0x138),'green600':_0xba13f0(0x161),'blue600':_0xba13f0(0x143),'purple600':_0xba13f0(0x137)}}};export{e as default};function _0x2eff(){const _0x15da8e=['8tmClIS','Oben\x20ausrichten','Purple\x20600','Yellow\x20700','Gestrichelt','158RtdgmO','Distribute\x20rows','Schriftart','Orange\x20600','Spalte\x20auswahlen','Gepunktet','Rahmen','Bild-\x20oder\x20Texturfüllung','Red\x20100','Blue\x20600','Schriftgröße','1355298ByFMyr','Insert','Reset\x20color','1317YhoZxc','1435134XZmCNA','Zellen\x20verbinden','Strichpunkt','Tabellenhintergrundfarbe','Delete\x20table','1208763vDbnOM','Keine','Durchgezogen','Insert\x20row\x20above','Linksbündig','Zeilen\x20verschieben','Unterer\x20Rahmen','Yellow\x20100','Zeile\x20einfugen','Keine\x20Füllung','Distribute','Tabelle\x20auswahlen','Spalte\x20einfugen','Rahmenbreite','Blocksatz','Inner\x20borders','Insert\x20column\x20left','Gray\x20900','Zentriert','Green\x20600','5ACoSxm','Farbverlauffüllung','Outer\x20borders','1669090pQUkLr','658056QLuBYD','Äußerer\x20Rahmen','Farbe','Zellen\x20trennen','Borders','Insert\x20column\x20right','Rahmenstil','Spalte\x20verschieben','Delete\x20row','Delete','Cut','Zeile\x20verschieben','Unten\x20ausrichten','916840XIGBVP','Einfarbige\x20Füllung','Rechter\x20Rahmen','Innerer\x20vertikaler\x20Rahmen','Vertikal\x20zentrieren','11HPmdfm','Alle\x20Rahmen','Transparenz','Kein\x20Rahmen','Vertikale\x20Ausrichtung','Oberer\x20Rahmen','No\x20border','All\x20borders','Horizontale\x20Ausrichtung','Rechtsbündig'];_0x2eff=function(){return _0x15da8e;};return _0x2eff();}
1
+ function _0x18bb(_0x4a4233,_0x3fc3de){_0x4a4233=_0x4a4233-0x138;const _0x1201b1=_0x1201();let _0x18bbd7=_0x1201b1[_0x4a4233];return _0x18bbd7;}function _0x1201(){const _0x43a92d=['Rahmen','Einfügen','Rechter\x20Rahmen','Zeilen\x20verschieben','Grau\x20900','Weiß','Horizontale\x20Ausrichtung','Oben\x20ausrichten','Strichpunkt','Letzte\x20Spalte','Tabellenhintergrundfarbe','34NzeTUz','Innere\x20Rahmen','350630jKUUdV','Bildquelle','Zeile\x20auswahlen','Farbverlauffüllung','Bild\x20einfügen','Textformat','Tabellenrahmenfarbe','Gelb\x20100','Ausschneiden','Zellen\x20trennen','Unterer\x20Rahmen','Alle\x20Rahmen','Zeile\x20oberhalb\x20einfügen','Tabelle\x20auswahlen','Zeile\x20einfugen','Erste\x20Spalte','Blau\x20600','Violett\x20600','Kursiv','Verteilen','Rot\x20100','Äußere\x20Rahmen','Gestrichelt','Innerer\x20vertikaler\x20Rahmen','Schriftgröße','Durchgezogen','18iBvgrZ','Oberer\x20Rahmen','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Blau\x20100','Einfarbige\x20Füllung','Tabellendesign','Gebänderte\x20Zeilen','Grün\x20600','8hHEFig','Vertikal\x20zentrieren','Fett','Tabellenformat','Fußzeile','1695738UwZpPQ','Gepunktet','Beste\x20Übereinstimmung','Spalte\x20verschieben','Rot\x20600','Keine','2294560ncgzsr','Äußerer\x20Rahmen','Minimal','Tabelle\x20löschen','127062WsnaeY','Farbe\x20zurücksetzen','Hell','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Mittel','Unten\x20ausrichten','Rechtsbündig','Kopfzeile','Unterstrichen','Textfarbe','Farbe','1299403eHyCnZ','3819870FyhYKx','Keine\x20Füllung','Rahmenbreite','Kein\x20Rahmen','Kopieren','Texthintergrundfarbe','Spalte\x20löschen','Rahmenstil','Löschen','5399oqyKRD','Gebänderte\x20Spalten','Linksbündig','Spalten\x20verteilen','Transparenz','Spalte\x20einfugen'];_0x1201=function(){return _0x43a92d;};return _0x1201();}const _0x44a662=_0x18bb;(function(_0x357008,_0xd2ca3e){const _0x196531=_0x18bb,_0x3895f5=_0x357008();while(!![]){try{const _0x498c60=-parseInt(_0x196531(0x180))/0x1*(-parseInt(_0x196531(0x138))/0x2)+-parseInt(_0x196531(0x16b))/0x3+-parseInt(_0x196531(0x15c))/0x4*(-parseInt(_0x196531(0x13a))/0x5)+parseInt(_0x196531(0x161))/0x6+parseInt(_0x196531(0x176))/0x7+parseInt(_0x196531(0x167))/0x8+-parseInt(_0x196531(0x154))/0x9*(parseInt(_0x196531(0x177))/0xa);if(_0x498c60===_0xd2ca3e)break;else _0x3895f5['push'](_0x3895f5['shift']());}catch(_0x360eaa){_0x3895f5['push'](_0x3895f5['shift']());}}}(_0x1201,0x2c22b));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Schriftart','fontSize':_0x44a662(0x152),'textFormat':_0x44a662(0x13f),'bold':_0x44a662(0x15e),'italic':_0x44a662(0x14c),'underline':_0x44a662(0x173),'strikethrough':'Durchgestrichen','textColor':_0x44a662(0x174),'textBackgroundColor':_0x44a662(0x17c),'tableBackgroundColor':_0x44a662(0x190),'tableBorderColor':_0x44a662(0x140),'borderWidth':_0x44a662(0x179),'borderStyle':_0x44a662(0x17e),'border':'Rahmen','borderStyleSolid':_0x44a662(0x153),'borderStyleDash':_0x44a662(0x150),'borderStyleDot':_0x44a662(0x162),'borderStyleDashDot':_0x44a662(0x18e),'noBorder':_0x44a662(0x17a),'borderPresetAll':_0x44a662(0x145),'borderPresetInner':_0x44a662(0x139),'borderPresetOuter':_0x44a662(0x168),'borderPresetTop':_0x44a662(0x155),'borderPresetBottom':_0x44a662(0x144),'borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0x44a662(0x188),'borderPresetInnerHorizontal':'Innerer\x20horizontaler\x20Rahmen','borderPresetInnerVertical':_0x44a662(0x151),'none':_0x44a662(0x166),'horizontalAlign':_0x44a662(0x18c),'verticalAlign':'Vertikale\x20Ausrichtung','alignLeft':_0x44a662(0x182),'alignCenter':'Zentriert','alignRight':_0x44a662(0x171),'alignJustify':'Blocksatz','alignTop':_0x44a662(0x18d),'alignMiddle':_0x44a662(0x15d),'alignBottom':_0x44a662(0x170),'mergeCells':'Zellen\x20verbinden','unmergeCells':_0x44a662(0x143),'tableTheme':_0x44a662(0x159),'tableLook':_0x44a662(0x15f),'headerRow':_0x44a662(0x172),'footerRow':_0x44a662(0x160),'bandedRows':_0x44a662(0x15a),'bandedColumns':_0x44a662(0x181),'firstColumn':_0x44a662(0x149),'lastColumn':_0x44a662(0x18f),'bestMatch':_0x44a662(0x163),'light':_0x44a662(0x16d),'medium':_0x44a662(0x16f),'minimal':_0x44a662(0x169)},'shapePanel':{'fill':{'noFill':_0x44a662(0x178),'solidFill':_0x44a662(0x158),'gradientFill':_0x44a662(0x13d),'pictureFill':'Bild-\x20oder\x20Texturfüllung','color':_0x44a662(0x175),'transparency':_0x44a662(0x184),'picture':{'source':_0x44a662(0x13b),'insert':_0x44a662(0x13e)}}},'structuralControls':{'selectRow':_0x44a662(0x13c),'selectColumn':'Spalte\x20auswahlen','selectTable':_0x44a662(0x147),'insertRow':_0x44a662(0x148),'insertColumn':_0x44a662(0x185),'moveRow':'Zeile\x20verschieben','moveColumn':_0x44a662(0x164),'moveRows':_0x44a662(0x189),'moveColumns':'Spalten\x20verschieben','cannotMoveMergedRows':_0x44a662(0x16e),'cannotMoveMergedColumns':_0x44a662(0x156)},'contextMenu':{'insert':_0x44a662(0x187),'delete':_0x44a662(0x17f),'distribute':_0x44a662(0x14d),'borders':_0x44a662(0x186),'tableBackgroundColor':_0x44a662(0x190),'copy':_0x44a662(0x17b),'cut':_0x44a662(0x142),'deleteTable':_0x44a662(0x16a),'insertRowAbove':_0x44a662(0x146),'insertRowBelow':'Zeile\x20unterhalb\x20einfügen','insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':'Spalte\x20rechts\x20einfügen','deleteRow':'Zeile\x20löschen','deleteColumn':_0x44a662(0x17d),'distributeRows':'Zeilen\x20verteilen','distributeColumns':_0x44a662(0x183),'borderAll':'Alle\x20Rahmen','borderOuter':_0x44a662(0x14f),'borderInner':_0x44a662(0x139),'borderNone':_0x44a662(0x17a)},'colorPreset':{'resetColor':_0x44a662(0x16c),'white':_0x44a662(0x18b),'gray100':'Grau\x20100','primary100':'Primär\x20100','blue100':_0x44a662(0x157),'green100':'Grün\x20100','yellow100':_0x44a662(0x141),'red100':_0x44a662(0x14e),'gray900':_0x44a662(0x18a),'gray500':'Grau\x20500','red600':_0x44a662(0x165),'orange600':'Orange\x20600','yellow700':'Gelb\x20700','green600':_0x44a662(0x15b),'blue600':_0x44a662(0x14a),'purple600':_0x44a662(0x14b)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x4b42(_0x89ec31,_0x209945){_0x89ec31=_0x89ec31-0xa0;const _0x4a21ef=_0x4a21();let _0x4b4213=_0x4a21ef[_0x89ec31];return _0x4b4213;}const _0x817655=_0x4b42;(function(_0x333be2,_0x5618d7){const _0x4ea860=_0x4b42,_0x458fb1=_0x333be2();while(!![]){try{const _0x1c36b5=parseInt(_0x4ea860(0xa3))/0x1+-parseInt(_0x4ea860(0xe2))/0x2+-parseInt(_0x4ea860(0xa7))/0x3*(parseInt(_0x4ea860(0xe0))/0x4)+-parseInt(_0x4ea860(0xd6))/0x5*(parseInt(_0x4ea860(0xa1))/0x6)+-parseInt(_0x4ea860(0xc4))/0x7*(-parseInt(_0x4ea860(0xb8))/0x8)+parseInt(_0x4ea860(0xc6))/0x9*(parseInt(_0x4ea860(0xe1))/0xa)+-parseInt(_0x4ea860(0xbc))/0xb;if(_0x1c36b5===_0x5618d7)break;else _0x458fb1['push'](_0x458fb1['shift']());}catch(_0x5bb4af){_0x458fb1['push'](_0x458fb1['shift']());}}}(_0x4a21,0xcc05a));function _0x4a21(){const _0x3ce862=['455jrwGWa','Merge\x20cells','Table\x20border\x20color','Text\x20color','Transparency','Distribute','Color','Dash-dot','Picture\x20source','Text\x20background\x20color','5443036EvUYFK','10XJbrLT','633730ceOKEn','Align\x20top','Font\x20family','Inner\x20horizontal\x20border','Insert\x20column\x20left','6630zDdKct','Move\x20row','913VxuckM','White','Unmerge\x20cells','Green\x20600','3tcGHKK','Insert','Bottom\x20border','Dashed','Delete\x20table','Justify','Orange\x20600','Blue\x20600','Right\x20border','Distribute\x20columns','Left\x20border','Purple\x20600','Insert\x20row\x20above','Gray\x20100','Select\x20column','Select\x20row','Align\x20bottom','32aCRjln','Font\x20size','Horizontal\x20align','Align\x20right','5081692hxbxsL','Move\x20column','Borders','Reset\x20color','None','Red\x20600','All\x20borders','Delete','2587543WzjdvN','Delete\x20column','14366844leAFdD','Vertical\x20align','Select\x20table','Table\x20background\x20color','Copy','Insert\x20row\x20below','Inner\x20vertical\x20border','Align\x20center','Yellow\x20700','Solid','Border\x20style','Blue\x20100','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Move\x20columns','Cut','Yellow\x20100'];_0x4a21=function(){return _0x3ce862;};return _0x4a21();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x817655(0xe4),'fontSize':_0x817655(0xb9),'textColor':_0x817655(0xd9),'textBackgroundColor':_0x817655(0xdf),'tableBackgroundColor':'Table\x20background\x20color','tableBorderColor':_0x817655(0xd8),'borderWidth':'Border\x20width','borderStyle':_0x817655(0xd0),'border':'Border','borderStyleSolid':'Solid','borderStyleDash':_0x817655(0xaa),'borderStyleDot':'Dotted','borderStyleDashDot':_0x817655(0xdd),'noBorder':'No\x20border','borderPresetAll':_0x817655(0xc2),'borderPresetInner':'Inner\x20borders','borderPresetOuter':'Outer\x20borders','borderPresetTop':'Top\x20border','borderPresetBottom':_0x817655(0xa9),'borderPresetLeft':_0x817655(0xb1),'borderPresetRight':_0x817655(0xaf),'borderPresetInnerHorizontal':_0x817655(0xe5),'borderPresetInnerVertical':_0x817655(0xcc),'none':_0x817655(0xc0),'horizontalAlign':_0x817655(0xba),'verticalAlign':_0x817655(0xc7),'alignLeft':'Align\x20left','alignCenter':_0x817655(0xcd),'alignRight':_0x817655(0xbb),'alignJustify':_0x817655(0xac),'alignTop':_0x817655(0xe3),'alignMiddle':'Align\x20middle','alignBottom':_0x817655(0xb7),'mergeCells':_0x817655(0xd7),'unmergeCells':_0x817655(0xa5)},'shapePanel':{'fill':{'noFill':'No\x20fill','solidFill':_0x817655(0xcf),'gradientFill':'Gradient','pictureFill':'Picture','color':_0x817655(0xdc),'transparency':_0x817655(0xda),'picture':{'source':_0x817655(0xde),'insert':'Insert\x20picture'}}},'structuralControls':{'selectRow':_0x817655(0xb6),'selectColumn':_0x817655(0xb5),'selectTable':_0x817655(0xc8),'insertRow':'Insert\x20row','insertColumn':'Insert\x20column','moveRow':_0x817655(0xa2),'moveColumn':_0x817655(0xbd),'moveRows':'Move\x20rows','moveColumns':_0x817655(0xd3),'cannotMoveMergedRows':'Cannot\x20move\x20rows\x20across\x20merged\x20cells','cannotMoveMergedColumns':_0x817655(0xd2)},'contextMenu':{'insert':_0x817655(0xa8),'delete':_0x817655(0xc3),'distribute':_0x817655(0xdb),'borders':_0x817655(0xbe),'tableBackgroundColor':_0x817655(0xc9),'copy':_0x817655(0xca),'cut':_0x817655(0xd4),'deleteTable':_0x817655(0xab),'insertRowAbove':_0x817655(0xb3),'insertRowBelow':_0x817655(0xcb),'insertColumnLeft':_0x817655(0xa0),'insertColumnRight':'Insert\x20column\x20right','deleteRow':'Delete\x20row','deleteColumn':_0x817655(0xc5),'distributeRows':'Distribute\x20rows','distributeColumns':_0x817655(0xb0),'borderAll':'All\x20borders','borderOuter':'Outer\x20borders','borderInner':'Inner\x20borders','borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x817655(0xbf),'white':_0x817655(0xa4),'gray100':_0x817655(0xb4),'primary100':'Primary\x20100','blue100':_0x817655(0xd1),'green100':'Green\x20100','yellow100':_0x817655(0xd5),'red100':'Red\x20100','gray900':'Gray\x20900','gray500':'Gray\x20500','red600':_0x817655(0xc1),'orange600':_0x817655(0xad),'yellow700':_0x817655(0xce),'green600':_0x817655(0xa6),'blue600':_0x817655(0xae),'purple600':_0x817655(0xb2)}}};export{e as default};
1
+ function _0x1808(){const _0x34c9f0=['Insert\x20row','First\x20column','Select\x20column','Vertical\x20align','Right\x20border','Best\x20match','Reset\x20color','5443148RPbaqy','553081KTUTOE','Inner\x20borders','Dash-dot','Transparency','Blue\x20100','Move\x20columns','Outer\x20borders','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Red\x20100','Top\x20border','Insert\x20column','Medium','Gradient','Text\x20color','Insert\x20column\x20left','Yellow\x20700','7640340jpxbfW','Cut','Move\x20rows','Font\x20family','No\x20fill','Insert\x20row\x20below','Minimal','Bold','No\x20border','Banded\x20columns','Blue\x20600','Primary\x20100','Align\x20bottom','Merge\x20cells','4326824SceySc','Delete\x20row','Delete\x20column','Strikethrough','Distribute\x20rows','Yellow\x20100','Last\x20column','None','Distribute','Align\x20top','Select\x20row','2455054oBeuWx','Orange\x20600','Align\x20middle','Align\x20center','Text\x20background\x20color','Border','White','Insert\x20row\x20above','Table\x20background\x20color','Left\x20border','Insert\x20picture','Border\x20style','Gray\x20100','Font\x20size','Borders','Header\x20row','3sZFdCd','Gray\x20900','Purple\x20600','Align\x20right','Dotted','Solid','Table\x20theme','182958vZHaeD','Insert\x20column\x20right','Underline','Unmerge\x20cells','5359335fEEKYP','Copy','Align\x20left','Justify','All\x20borders','Picture'];_0x1808=function(){return _0x34c9f0;};return _0x1808();}const _0x166b9a=_0xe313;(function(_0x4a4040,_0xd50b48){const _0x33bb76=_0xe313,_0x45cbc4=_0x4a4040();while(!![]){try{const _0x3e71ee=-parseInt(_0x33bb76(0x165))/0x1+-parseInt(_0x33bb76(0x1a5))/0x2+parseInt(_0x33bb76(0x19e))/0x3*(parseInt(_0x33bb76(0x164))/0x4)+parseInt(_0x33bb76(0x1a9))/0x5+-parseInt(_0x33bb76(0x175))/0x6+-parseInt(_0x33bb76(0x18e))/0x7+parseInt(_0x33bb76(0x183))/0x8;if(_0x3e71ee===_0xd50b48)break;else _0x45cbc4['push'](_0x45cbc4['shift']());}catch(_0x4058cd){_0x45cbc4['push'](_0x45cbc4['shift']());}}}(_0x1808,0xac143));function _0xe313(_0x2615f1,_0x457659){_0x2615f1=_0x2615f1-0x15a;const _0x180887=_0x1808();let _0xe313e4=_0x180887[_0x2615f1];return _0xe313e4;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x166b9a(0x178),'fontSize':_0x166b9a(0x19b),'textFormat':'Text\x20format','bold':_0x166b9a(0x17c),'italic':'Italic','underline':_0x166b9a(0x1a7),'strikethrough':_0x166b9a(0x186),'textColor':_0x166b9a(0x172),'textBackgroundColor':_0x166b9a(0x192),'tableBackgroundColor':_0x166b9a(0x196),'tableBorderColor':'Table\x20border\x20color','borderWidth':'Border\x20width','borderStyle':_0x166b9a(0x199),'border':_0x166b9a(0x193),'borderStyleSolid':_0x166b9a(0x1a3),'borderStyleDash':'Dashed','borderStyleDot':_0x166b9a(0x1a2),'borderStyleDashDot':_0x166b9a(0x167),'noBorder':_0x166b9a(0x17d),'borderPresetAll':_0x166b9a(0x15b),'borderPresetInner':_0x166b9a(0x166),'borderPresetOuter':'Outer\x20borders','borderPresetTop':_0x166b9a(0x16e),'borderPresetBottom':'Bottom\x20border','borderPresetLeft':_0x166b9a(0x197),'borderPresetRight':_0x166b9a(0x161),'borderPresetInnerHorizontal':'Inner\x20horizontal\x20border','borderPresetInnerVertical':'Inner\x20vertical\x20border','none':_0x166b9a(0x18a),'horizontalAlign':'Horizontal\x20align','verticalAlign':_0x166b9a(0x160),'alignLeft':_0x166b9a(0x1ab),'alignCenter':_0x166b9a(0x191),'alignRight':_0x166b9a(0x1a1),'alignJustify':_0x166b9a(0x15a),'alignTop':_0x166b9a(0x18c),'alignMiddle':_0x166b9a(0x190),'alignBottom':_0x166b9a(0x181),'mergeCells':_0x166b9a(0x182),'unmergeCells':_0x166b9a(0x1a8),'tableTheme':_0x166b9a(0x1a4),'tableLook':'Table\x20look','headerRow':_0x166b9a(0x19d),'footerRow':'Footer\x20row','bandedRows':'Banded\x20rows','bandedColumns':_0x166b9a(0x17e),'firstColumn':_0x166b9a(0x15e),'lastColumn':_0x166b9a(0x189),'bestMatch':_0x166b9a(0x162),'light':'Light','medium':_0x166b9a(0x170),'minimal':_0x166b9a(0x17b)},'shapePanel':{'fill':{'noFill':_0x166b9a(0x179),'solidFill':_0x166b9a(0x1a3),'gradientFill':_0x166b9a(0x171),'pictureFill':_0x166b9a(0x15c),'color':'Color','transparency':_0x166b9a(0x168),'picture':{'source':'Picture\x20source','insert':_0x166b9a(0x198)}}},'structuralControls':{'selectRow':_0x166b9a(0x18d),'selectColumn':_0x166b9a(0x15f),'selectTable':'Select\x20table','insertRow':_0x166b9a(0x15d),'insertColumn':_0x166b9a(0x16f),'moveRow':'Move\x20row','moveColumn':'Move\x20column','moveRows':_0x166b9a(0x177),'moveColumns':_0x166b9a(0x16a),'cannotMoveMergedRows':_0x166b9a(0x16c),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':'Insert','delete':'Delete','distribute':_0x166b9a(0x18b),'borders':_0x166b9a(0x19c),'tableBackgroundColor':_0x166b9a(0x196),'copy':_0x166b9a(0x1aa),'cut':_0x166b9a(0x176),'deleteTable':'Delete\x20table','insertRowAbove':_0x166b9a(0x195),'insertRowBelow':_0x166b9a(0x17a),'insertColumnLeft':_0x166b9a(0x173),'insertColumnRight':_0x166b9a(0x1a6),'deleteRow':_0x166b9a(0x184),'deleteColumn':_0x166b9a(0x185),'distributeRows':_0x166b9a(0x187),'distributeColumns':'Distribute\x20columns','borderAll':_0x166b9a(0x15b),'borderOuter':_0x166b9a(0x16b),'borderInner':_0x166b9a(0x166),'borderNone':_0x166b9a(0x17d)},'colorPreset':{'resetColor':_0x166b9a(0x163),'white':_0x166b9a(0x194),'gray100':_0x166b9a(0x19a),'primary100':_0x166b9a(0x180),'blue100':_0x166b9a(0x169),'green100':'Green\x20100','yellow100':_0x166b9a(0x188),'red100':_0x166b9a(0x16d),'gray900':_0x166b9a(0x19f),'gray500':'Gray\x20500','red600':'Red\x20600','orange600':_0x166b9a(0x18f),'yellow700':_0x166b9a(0x174),'green600':'Green\x20600','blue600':_0x166b9a(0x17f),'purple600':_0x166b9a(0x1a0)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x357e05=_0x580a;(function(_0x5a10c7,_0x37d7c4){const _0x248c4d=_0x580a,_0x30b93d=_0x5a10c7();while(!![]){try{const _0x102183=-parseInt(_0x248c4d(0x1c1))/0x1+parseInt(_0x248c4d(0x1d8))/0x2*(parseInt(_0x248c4d(0x1ff))/0x3)+parseInt(_0x248c4d(0x1ec))/0x4+parseInt(_0x248c4d(0x200))/0x5*(-parseInt(_0x248c4d(0x20b))/0x6)+parseInt(_0x248c4d(0x1da))/0x7*(-parseInt(_0x248c4d(0x1cc))/0x8)+parseInt(_0x248c4d(0x1f3))/0x9+-parseInt(_0x248c4d(0x1fc))/0xa;if(_0x102183===_0x37d7c4)break;else _0x30b93d['push'](_0x30b93d['shift']());}catch(_0x33587a){_0x30b93d['push'](_0x30b93d['shift']());}}}(_0x20a0,0xc84c4));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x357e05(0x1dd),'fontSize':_0x357e05(0x1f2),'textColor':_0x357e05(0x1db),'textBackgroundColor':_0x357e05(0x1c0),'tableBackgroundColor':_0x357e05(0x1bc),'tableBorderColor':_0x357e05(0x207),'borderWidth':_0x357e05(0x1e7),'borderStyle':_0x357e05(0x20c),'border':'Borde','borderStyleSolid':'Sólido','borderStyleDash':_0x357e05(0x209),'borderStyleDot':_0x357e05(0x206),'borderStyleDashDot':_0x357e05(0x1e5),'noBorder':_0x357e05(0x208),'borderPresetAll':_0x357e05(0x1cd),'borderPresetInner':_0x357e05(0x1ca),'borderPresetOuter':_0x357e05(0x1f5),'borderPresetTop':_0x357e05(0x1e1),'borderPresetBottom':_0x357e05(0x1c4),'borderPresetLeft':_0x357e05(0x20a),'borderPresetRight':_0x357e05(0x1c7),'borderPresetInnerHorizontal':'Borde\x20horizontal\x20interior','borderPresetInnerVertical':'Borde\x20vertical\x20interior','none':_0x357e05(0x1f7),'horizontalAlign':_0x357e05(0x1d3),'verticalAlign':_0x357e05(0x1f9),'alignLeft':_0x357e05(0x1d5),'alignCenter':_0x357e05(0x1e3),'alignRight':_0x357e05(0x1c2),'alignJustify':_0x357e05(0x1fe),'alignTop':_0x357e05(0x1c8),'alignMiddle':_0x357e05(0x1ef),'alignBottom':_0x357e05(0x1d6),'mergeCells':_0x357e05(0x1cf),'unmergeCells':_0x357e05(0x1f4)},'shapePanel':{'fill':{'noFill':_0x357e05(0x1c6),'solidFill':_0x357e05(0x1ed),'gradientFill':_0x357e05(0x1fd),'pictureFill':'Relleno\x20de\x20imagen\x20o\x20textura','color':'Color','transparency':_0x357e05(0x203),'picture':{'source':_0x357e05(0x1dc),'insert':'Insertar\x20imagen'}}},'structuralControls':{'selectRow':'Seleccionar\x20fila','selectColumn':_0x357e05(0x1cb),'selectTable':_0x357e05(0x1ce),'insertRow':'Insertar\x20fila','insertColumn':_0x357e05(0x1d2),'moveRow':'Mover\x20fila','moveColumn':'Mover\x20columna','moveRows':_0x357e05(0x1ea),'moveColumns':_0x357e05(0x1c9),'cannotMoveMergedRows':_0x357e05(0x1ee),'cannotMoveMergedColumns':_0x357e05(0x1f1)},'contextMenu':{'insert':_0x357e05(0x1bd),'delete':_0x357e05(0x1eb),'distribute':_0x357e05(0x1fa),'borders':_0x357e05(0x205),'tableBackgroundColor':_0x357e05(0x201),'copy':'Copy','cut':_0x357e05(0x1d9),'deleteTable':_0x357e05(0x1e9),'insertRowAbove':_0x357e05(0x1bf),'insertRowBelow':_0x357e05(0x1f6),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x357e05(0x202),'deleteRow':_0x357e05(0x1e2),'deleteColumn':_0x357e05(0x1d7),'distributeRows':_0x357e05(0x1de),'distributeColumns':'Distribute\x20columns','borderAll':_0x357e05(0x1fb),'borderOuter':_0x357e05(0x1e4),'borderInner':'Inner\x20borders','borderNone':_0x357e05(0x1f0)},'colorPreset':{'resetColor':_0x357e05(0x1be),'white':'White','gray100':_0x357e05(0x1c3),'primary100':_0x357e05(0x1c5),'blue100':_0x357e05(0x1e6),'green100':_0x357e05(0x1d0),'yellow100':_0x357e05(0x1d1),'red100':'Red\x20100','gray900':_0x357e05(0x204),'gray500':_0x357e05(0x1d4),'red600':_0x357e05(0x1e0),'orange600':'Orange\x20600','yellow700':_0x357e05(0x1e8),'green600':_0x357e05(0x1df),'blue600':_0x357e05(0x1f8),'purple600':_0x357e05(0x1bb)}}};export{e as default};function _0x580a(_0x457207,_0x369a25){_0x457207=_0x457207-0x1bb;const _0x20a05b=_0x20a0();let _0x580a15=_0x20a05b[_0x457207];return _0x580a15;}function _0x20a0(){const _0x4a85f5=['All\x20borders','6420540nKaCGX','Relleno\x20degradado','Justificar','33PlCNGq','445aKemCU','Table\x20background\x20color','Insert\x20column\x20right','Transparencia','Gray\x20900','Borders','Punteado','Color\x20de\x20borde\x20de\x20tabla','Sin\x20borde','Discontinuo','Borde\x20izquierdo','54690sPSDpn','Estilo\x20de\x20borde','Purple\x20600','Color\x20de\x20fondo\x20de\x20tabla','Insert','Reset\x20color','Insert\x20row\x20above','Color\x20de\x20fondo\x20de\x20texto','324441qmDbRG','Alinear\x20a\x20la\x20derecha','Gray\x20100','Borde\x20inferior','Primary\x20100','Sin\x20relleno','Borde\x20derecho','Alinear\x20arriba','Mover\x20columnas','Bordes\x20interiores','Seleccionar\x20columna','574352dXQzMa','Todos\x20los\x20bordes','Seleccionar\x20tabla','Combinar\x20celdas','Green\x20100','Yellow\x20100','Insertar\x20columna','Alineación\x20horizontal','Gray\x20500','Alinear\x20a\x20la\x20izquierda','Alinear\x20abajo','Delete\x20column','118148cufIQK','Cut','14CfbBnT','Color\x20de\x20texto','Origen\x20de\x20imagen','Fuente','Distribute\x20rows','Green\x20600','Red\x20600','Borde\x20superior','Delete\x20row','Centrar','Outer\x20borders','Raya\x20y\x20punto','Blue\x20100','Grosor\x20de\x20borde','Yellow\x20700','Delete\x20table','Mover\x20filas','Delete','4390328SvpSxM','Relleno\x20sólido','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','Alinear\x20al\x20medio','No\x20border','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Tamaño\x20de\x20fuente','8949078WGiFYL','Separar\x20celdas','Borde\x20exterior','Insert\x20row\x20below','Ninguno','Blue\x20600','Alineación\x20vertical','Distribute'];_0x20a0=function(){return _0x4a85f5;};return _0x20a0();}
1
+ const _0x4e8d54=_0x1195;(function(_0x40b3bb,_0x25a62f){const _0x2464ac=_0x1195,_0x58894b=_0x40b3bb();while(!![]){try{const _0xa8e735=-parseInt(_0x2464ac(0x20b))/0x1*(parseInt(_0x2464ac(0x1f1))/0x2)+-parseInt(_0x2464ac(0x1e4))/0x3+-parseInt(_0x2464ac(0x1ee))/0x4*(parseInt(_0x2464ac(0x211))/0x5)+-parseInt(_0x2464ac(0x20c))/0x6*(-parseInt(_0x2464ac(0x22f))/0x7)+parseInt(_0x2464ac(0x1ec))/0x8+-parseInt(_0x2464ac(0x225))/0x9+parseInt(_0x2464ac(0x200))/0xa;if(_0xa8e735===_0x25a62f)break;else _0x58894b['push'](_0x58894b['shift']());}catch(_0x493c57){_0x58894b['push'](_0x58894b['shift']());}}}(_0x2cc1,0xe08ee));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4e8d54(0x1eb),'fontSize':_0x4e8d54(0x209),'textFormat':'Formato\x20de\x20texto','bold':_0x4e8d54(0x1ef),'italic':_0x4e8d54(0x235),'underline':'Subrayado','strikethrough':_0x4e8d54(0x215),'textColor':_0x4e8d54(0x1f3),'textBackgroundColor':_0x4e8d54(0x206),'tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20tabla','tableBorderColor':'Color\x20de\x20borde\x20de\x20tabla','borderWidth':_0x4e8d54(0x221),'borderStyle':_0x4e8d54(0x219),'border':_0x4e8d54(0x21c),'borderStyleSolid':'Sólido','borderStyleDash':_0x4e8d54(0x1ff),'borderStyleDot':_0x4e8d54(0x1ea),'borderStyleDashDot':_0x4e8d54(0x21e),'noBorder':_0x4e8d54(0x1fa),'borderPresetAll':_0x4e8d54(0x210),'borderPresetInner':_0x4e8d54(0x1e8),'borderPresetOuter':_0x4e8d54(0x1e1),'borderPresetTop':_0x4e8d54(0x222),'borderPresetBottom':_0x4e8d54(0x22e),'borderPresetLeft':'Borde\x20izquierdo','borderPresetRight':_0x4e8d54(0x214),'borderPresetInnerHorizontal':_0x4e8d54(0x1db),'borderPresetInnerVertical':_0x4e8d54(0x1fe),'none':_0x4e8d54(0x1e7),'horizontalAlign':_0x4e8d54(0x1e5),'verticalAlign':_0x4e8d54(0x227),'alignLeft':_0x4e8d54(0x1de),'alignCenter':_0x4e8d54(0x233),'alignRight':_0x4e8d54(0x224),'alignJustify':_0x4e8d54(0x1fb),'alignTop':'Alinear\x20arriba','alignMiddle':_0x4e8d54(0x1f5),'alignBottom':_0x4e8d54(0x234),'mergeCells':_0x4e8d54(0x22c),'unmergeCells':_0x4e8d54(0x230),'tableTheme':'Tema\x20de\x20tabla','tableLook':_0x4e8d54(0x236),'headerRow':_0x4e8d54(0x1df),'footerRow':_0x4e8d54(0x218),'bandedRows':_0x4e8d54(0x22a),'bandedColumns':_0x4e8d54(0x208),'firstColumn':_0x4e8d54(0x1f9),'lastColumn':_0x4e8d54(0x1f0),'bestMatch':_0x4e8d54(0x207),'light':_0x4e8d54(0x1e2),'medium':_0x4e8d54(0x202),'minimal':_0x4e8d54(0x239)},'shapePanel':{'fill':{'noFill':'Sin\x20relleno','solidFill':_0x4e8d54(0x216),'gradientFill':_0x4e8d54(0x220),'pictureFill':'Relleno\x20de\x20imagen\x20o\x20textura','color':_0x4e8d54(0x1f4),'transparency':_0x4e8d54(0x226),'picture':{'source':_0x4e8d54(0x204),'insert':_0x4e8d54(0x1fd)}}},'structuralControls':{'selectRow':_0x4e8d54(0x203),'selectColumn':_0x4e8d54(0x1fc),'selectTable':_0x4e8d54(0x232),'insertRow':_0x4e8d54(0x213),'insertColumn':_0x4e8d54(0x1f6),'moveRow':_0x4e8d54(0x1ed),'moveColumn':_0x4e8d54(0x231),'moveRows':'Mover\x20filas','moveColumns':_0x4e8d54(0x1e3),'cannotMoveMergedRows':'No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','cannotMoveMergedColumns':_0x4e8d54(0x1f7)},'contextMenu':{'insert':_0x4e8d54(0x201),'delete':'Eliminar','distribute':_0x4e8d54(0x205),'borders':_0x4e8d54(0x1f8),'tableBackgroundColor':_0x4e8d54(0x22b),'copy':_0x4e8d54(0x1e0),'cut':_0x4e8d54(0x1dc),'deleteTable':_0x4e8d54(0x212),'insertRowAbove':'Insertar\x20fila\x20arriba','insertRowBelow':'Insertar\x20fila\x20abajo','insertColumnLeft':_0x4e8d54(0x21b),'insertColumnRight':_0x4e8d54(0x229),'deleteRow':_0x4e8d54(0x1dd),'deleteColumn':'Eliminar\x20columna','distributeRows':_0x4e8d54(0x217),'distributeColumns':_0x4e8d54(0x1f2),'borderAll':_0x4e8d54(0x210),'borderOuter':_0x4e8d54(0x21a),'borderInner':'Bordes\x20interiores','borderNone':_0x4e8d54(0x1e9)},'colorPreset':{'resetColor':'Restablecer\x20color','white':_0x4e8d54(0x20d),'gray100':'Gris\x20100','primary100':_0x4e8d54(0x22d),'blue100':_0x4e8d54(0x238),'green100':_0x4e8d54(0x20e),'yellow100':_0x4e8d54(0x23a),'red100':_0x4e8d54(0x21f),'gray900':_0x4e8d54(0x21d),'gray500':_0x4e8d54(0x20a),'red600':_0x4e8d54(0x1e6),'orange600':_0x4e8d54(0x237),'yellow700':'Amarillo\x20700','green600':_0x4e8d54(0x20f),'blue600':_0x4e8d54(0x228),'purple600':_0x4e8d54(0x223)}}};function _0x1195(_0x59b7b0,_0x82dcf2){_0x59b7b0=_0x59b7b0-0x1db;const _0x2cc18e=_0x2cc1();let _0x1195b3=_0x2cc18e[_0x59b7b0];return _0x1195b3;}function _0x2cc1(){const _0x297572=['Naranja\x20600','Azul\x20100','Mínimo','Amarillo\x20100','Borde\x20horizontal\x20interior','Cortar','Eliminar\x20fila','Alinear\x20a\x20la\x20izquierda','Fila\x20de\x20encabezado','Copiar','Borde\x20exterior','Claro','Mover\x20columnas','1999755qBZWcA','Alineación\x20horizontal','Rojo\x20600','Ninguno','Bordes\x20interiores','Sin\x20bordes','Punteado','Fuente','1086440QmUzoW','Mover\x20fila','2791252IcvIOL','Negrita','Última\x20columna','8hjMMIO','Distribuir\x20columnas','Color\x20de\x20texto','Color','Alinear\x20al\x20medio','Insertar\x20columna','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Bordes','Primera\x20columna','Sin\x20borde','Justificar','Seleccionar\x20columna','Insertar\x20imagen','Borde\x20vertical\x20interior','Discontinuo','41363540KNtpvd','Insertar','Medio','Seleccionar\x20fila','Origen\x20de\x20imagen','Distribuir','Color\x20de\x20fondo\x20de\x20texto','Mejor\x20coincidencia','Columnas\x20con\x20bandas','Tamaño\x20de\x20fuente','Gris\x20500','365080feHrGF','1382802vlmaKj','Blanco','Verde\x20100','Verde\x20600','Todos\x20los\x20bordes','10FALcUP','Eliminar\x20tabla','Insertar\x20fila','Borde\x20derecho','Tachado','Relleno\x20sólido','Distribuir\x20filas','Fila\x20de\x20pie','Estilo\x20de\x20borde','Bordes\x20exteriores','Insertar\x20columna\x20a\x20la\x20izquierda','Borde','Gris\x20900','Raya\x20y\x20punto','Rojo\x20100','Relleno\x20degradado','Grosor\x20de\x20borde','Borde\x20superior','Morado\x20600','Alinear\x20a\x20la\x20derecha','10913760eFmwJl','Transparencia','Alineación\x20vertical','Azul\x20600','Insertar\x20columna\x20a\x20la\x20derecha','Filas\x20con\x20bandas','Color\x20de\x20fondo\x20de\x20la\x20tabla','Combinar\x20celdas','Principal\x20100','Borde\x20inferior','42TmDHuk','Separar\x20celdas','Mover\x20columna','Seleccionar\x20tabla','Centrar','Alinear\x20abajo','Cursiva','Aspecto\x20de\x20tabla'];_0x2cc1=function(){return _0x297572;};return _0x2cc1();}export{e as default};
@@ -1 +1 @@
1
- const _0x57bd10=_0x373f;(function(_0x3314fc,_0x31ad89){const _0xe6185=_0x373f,_0x128492=_0x3314fc();while(!![]){try{const _0x3720d3=-parseInt(_0xe6185(0x1b2))/0x1*(parseInt(_0xe6185(0x1c8))/0x2)+-parseInt(_0xe6185(0x1a6))/0x3*(-parseInt(_0xe6185(0x19b))/0x4)+-parseInt(_0xe6185(0x1c0))/0x5*(parseInt(_0xe6185(0x1e1))/0x6)+-parseInt(_0xe6185(0x1d0))/0x7*(parseInt(_0xe6185(0x1be))/0x8)+-parseInt(_0xe6185(0x1dd))/0x9+parseInt(_0xe6185(0x1ba))/0xa+parseInt(_0xe6185(0x1d5))/0xb;if(_0x3720d3===_0x31ad89)break;else _0x128492['push'](_0x128492['shift']());}catch(_0x536442){_0x128492['push'](_0x128492['shift']());}}}(_0x42f5,0x38644));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'فونت','fontSize':'اندازه\x20فونت','textColor':_0x57bd10(0x1e0),'textBackgroundColor':_0x57bd10(0x1bd),'tableBackgroundColor':_0x57bd10(0x1bf),'tableBorderColor':_0x57bd10(0x1bc),'borderWidth':_0x57bd10(0x1c1),'borderStyle':_0x57bd10(0x1d7),'border':_0x57bd10(0x1a4),'borderStyleSolid':_0x57bd10(0x19d),'borderStyleDash':'خط‌چین','borderStyleDot':_0x57bd10(0x1c9),'borderStyleDashDot':'خط‌نقطه','noBorder':_0x57bd10(0x1d9),'borderPresetAll':'همه\x20کادرها','borderPresetInner':_0x57bd10(0x1b5),'borderPresetOuter':_0x57bd10(0x1ad),'borderPresetTop':'کادر\x20بالا','borderPresetBottom':_0x57bd10(0x1c3),'borderPresetLeft':'کادر\x20چپ','borderPresetRight':_0x57bd10(0x1c4),'borderPresetInnerHorizontal':_0x57bd10(0x1ae),'borderPresetInnerVertical':_0x57bd10(0x1b6),'none':_0x57bd10(0x1ac),'horizontalAlign':_0x57bd10(0x1db),'verticalAlign':'تراز\x20عمودی','alignLeft':_0x57bd10(0x1cd),'alignCenter':_0x57bd10(0x1e3),'alignRight':_0x57bd10(0x1cc),'alignJustify':'هم‌تراز','alignTop':_0x57bd10(0x1d4),'alignMiddle':_0x57bd10(0x1ce),'alignBottom':'تراز\x20پایین','mergeCells':'ادغام\x20سلول‌ها','unmergeCells':_0x57bd10(0x1b7)},'shapePanel':{'fill':{'noFill':'بدون\x20پر\x20کردن','solidFill':_0x57bd10(0x1af),'gradientFill':_0x57bd10(0x19c),'pictureFill':_0x57bd10(0x19e),'color':_0x57bd10(0x1a2),'transparency':_0x57bd10(0x1c5),'picture':{'source':_0x57bd10(0x1b4),'insert':'درج\x20تصویر'}}},'structuralControls':{'selectRow':_0x57bd10(0x1c7),'selectColumn':_0x57bd10(0x1a3),'selectTable':'Select\x20table','insertRow':'Insert\x20row','insertColumn':_0x57bd10(0x1de),'moveRow':_0x57bd10(0x1b8),'moveColumn':_0x57bd10(0x1c6),'moveRows':_0x57bd10(0x1d3),'moveColumns':_0x57bd10(0x1b3),'cannotMoveMergedRows':_0x57bd10(0x1d6),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x57bd10(0x1a9),'delete':'Delete','distribute':'Distribute','borders':'Borders','tableBackgroundColor':_0x57bd10(0x1a5),'copy':_0x57bd10(0x1aa),'cut':'Cut','deleteTable':_0x57bd10(0x1b0),'insertRowAbove':_0x57bd10(0x1bb),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x57bd10(0x1b9),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x57bd10(0x1ca),'deleteColumn':_0x57bd10(0x1dc),'distributeRows':_0x57bd10(0x1df),'distributeColumns':'Distribute\x20columns','borderAll':_0x57bd10(0x1ab),'borderOuter':'Outer\x20borders','borderInner':'Inner\x20borders','borderNone':_0x57bd10(0x1cb)},'colorPreset':{'resetColor':_0x57bd10(0x1d2),'white':_0x57bd10(0x1a0),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x57bd10(0x1a7),'green100':_0x57bd10(0x1a8),'yellow100':_0x57bd10(0x1cf),'red100':'Red\x20100','gray900':_0x57bd10(0x1d8),'gray500':_0x57bd10(0x1d1),'red600':_0x57bd10(0x1c2),'orange600':_0x57bd10(0x1a1),'yellow700':_0x57bd10(0x1b1),'green600':_0x57bd10(0x19f),'blue600':_0x57bd10(0x1e2),'purple600':_0x57bd10(0x1da)}}};function _0x42f5(){const _0x3c6715=['Gray\x20900','بدون\x20کادر','Purple\x20600','تراز\x20افقی','Delete\x20column','2724876bEpubC','Insert\x20column','Distribute\x20rows','رنگ\x20متن','1038210aVlTlp','Blue\x20600','تراز\x20وسط','4RpPCbT','پر\x20کردن\x20گرادیان','یکپارچه','پر\x20کردن\x20تصویر\x20یا\x20بافت','Green\x20600','White','Orange\x20600','رنگ','Select\x20column','کادر','Table\x20background\x20color','1052529AaJoLT','Blue\x20100','Green\x20100','Insert','Copy','All\x20borders','هیچ','کادر\x20بیرونی','کادر\x20افقی\x20داخلی','پر\x20کردن\x20یکدست','Delete\x20table','Yellow\x20700','299011EHnvnx','Move\x20columns','منبع\x20تصویر','کادرهای\x20داخلی','کادر\x20عمودی\x20داخلی','لغو\x20ادغام\x20سلول‌ها','Move\x20row','Insert\x20column\x20left','2716650idbTCL','Insert\x20row\x20above','رنگ\x20کادر\x20جدول','رنگ\x20پس‌زمینه\x20متن','48376DqakjZ','رنگ\x20پس‌زمینه\x20جدول','5tJOczm','ضخامت\x20کادر','Red\x20600','کادر\x20پایین','کادر\x20راست','شفافیت','Move\x20column','Select\x20row','2xHcbUv','نقطه‌چین','Delete\x20row','No\x20border','تراز\x20راست','تراز\x20چپ','تراز\x20وسط\x20عمودی','Yellow\x20100','259MzpBTz','Gray\x20500','Reset\x20color','Move\x20rows','تراز\x20بالا','6677231BufGfu','Cannot\x20move\x20rows\x20across\x20merged\x20cells','سبک\x20کادر'];_0x42f5=function(){return _0x3c6715;};return _0x42f5();}function _0x373f(_0x3dc6c2,_0x2e7549){_0x3dc6c2=_0x3dc6c2-0x19b;const _0x42f503=_0x42f5();let _0x373fc8=_0x42f503[_0x3dc6c2];return _0x373fc8;}export{e as default};
1
+ const _0x297823=_0x24da;function _0x19ea(){const _0xab72c6=['درج\x20ستون','56Uwqhxy','بدون\x20پر\x20کردن','هم‌تراز','خط‌نقطه','خط‌خورده','ستون‌های\x20نواری','توزیع\x20ردیف‌ها','کادر\x20پایین','حاشیه‌های\x20داخلی','انتقال\x20ردیف‌ها','برش','کادر\x20بیرونی','بنفش\x20600','کادر\x20افقی\x20داخلی','پر\x20کردن\x20تصویر\x20یا\x20بافت','کادر\x20عمودی\x20داخلی','قرمز\x20600','بهترین\x20تطابق','لغو\x20ادغام\x20سلول‌ها','انتخاب\x20جدول','رنگ\x20کادر\x20جدول','توزیع\x20ستون‌ها','سفید','518555lNUUfx','اصلی\x20100','توزیع','رنگ\x20پس‌زمینه\x20جدول','حذف','حذف\x20ردیف','خاکستری\x20900','کپی','پررنگ','33JcirRF','رنگ\x20متن','پر\x20کردن\x20گرادیان','2063520SSDbVk','انتخاب\x20ردیف','سبز\x20100','نارنجی\x20600','رنگ','انتقال\x20ردیف','بدون\x20کادر','شفافیت','حداقلی','کادر\x20راست','80769UkHqhV','کادر','همه\x20کادرها','کادرهای\x20داخلی','بدون\x20حاشیه','حذف\x20ستون','ردیف\x20سرصفحه','درج','درج\x20ردیف\x20در\x20بالا','بازنشانی\x20رنگ','927MCuQPB','حذف\x20جدول','ردیف\x20پاصفحه','اندازه\x20فونت','یکپارچه','تراز\x20چپ','ستون\x20آخر','تراز\x20بالا','درج\x20ستون\x20در\x20چپ','تراز\x20افقی','حاشیه‌ها','متوسط','آبی\x20100','81064atgsZu','ظاهر\x20جدول','درج\x20تصویر','انتقال\x20ستون','هیچ','قالب\x20جدول','زرد\x20700','روشن','زرد\x20100','آبی\x20600','کادر\x20چپ','116945AhHZjf','تراز\x20پایین','7545279BafmEO','تراز\x20وسط\x20عمودی','ردیف‌های\x20نواری','2yiKckC','1623606MuiabC','کادر\x20بالا','انتقال\x20ستون‌ها','همه\x20حاشیه‌ها','ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','240oxukfi','ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','6EYZiWX','نقطه‌چین','حاشیه‌های\x20بیرونی'];_0x19ea=function(){return _0xab72c6;};return _0x19ea();}function _0x24da(_0x36d8a2,_0x4d9667){_0x36d8a2=_0x36d8a2-0x16f;const _0x19ea6c=_0x19ea();let _0x24da20=_0x19ea6c[_0x36d8a2];return _0x24da20;}(function(_0x520e8f,_0xb8d9a8){const _0x55be05=_0x24da,_0x5b7e2c=_0x520e8f();while(!![]){try{const _0x251a62=parseInt(_0x55be05(0x17e))/0x1+parseInt(_0x55be05(0x183))/0x2*(-parseInt(_0x55be05(0x184))/0x3)+-parseInt(_0x55be05(0x18f))/0x4*(parseInt(_0x55be05(0x1a6))/0x5)+-parseInt(_0x55be05(0x18b))/0x6*(-parseInt(_0x55be05(0x180))/0x7)+-parseInt(_0x55be05(0x173))/0x8*(-parseInt(_0x55be05(0x1c6))/0x9)+parseInt(_0x55be05(0x1b2))/0xa*(parseInt(_0x55be05(0x1af))/0xb)+parseInt(_0x55be05(0x189))/0xc*(-parseInt(_0x55be05(0x1bc))/0xd);if(_0x251a62===_0xb8d9a8)break;else _0x5b7e2c['push'](_0x5b7e2c['shift']());}catch(_0x195e30){_0x5b7e2c['push'](_0x5b7e2c['shift']());}}}(_0x19ea,0xb4b55));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'فونت','fontSize':_0x297823(0x1c9),'textFormat':'قالب\x20متن','bold':_0x297823(0x1ae),'italic':'کج','underline':'زیرخط','strikethrough':_0x297823(0x193),'textColor':_0x297823(0x1b0),'textBackgroundColor':'رنگ\x20پس‌زمینه\x20متن','tableBackgroundColor':_0x297823(0x1a9),'tableBorderColor':_0x297823(0x1a3),'borderWidth':'ضخامت\x20کادر','borderStyle':'سبک\x20کادر','border':_0x297823(0x1bd),'borderStyleSolid':_0x297823(0x1ca),'borderStyleDash':'خط‌چین','borderStyleDot':_0x297823(0x18c),'borderStyleDashDot':_0x297823(0x192),'noBorder':_0x297823(0x1b8),'borderPresetAll':_0x297823(0x1be),'borderPresetInner':_0x297823(0x1bf),'borderPresetOuter':_0x297823(0x19a),'borderPresetTop':_0x297823(0x185),'borderPresetBottom':_0x297823(0x196),'borderPresetLeft':_0x297823(0x17d),'borderPresetRight':_0x297823(0x1bb),'borderPresetInnerHorizontal':_0x297823(0x19c),'borderPresetInnerVertical':_0x297823(0x19e),'none':_0x297823(0x177),'horizontalAlign':_0x297823(0x16f),'verticalAlign':'تراز\x20عمودی','alignLeft':_0x297823(0x1cb),'alignCenter':'تراز\x20وسط','alignRight':'تراز\x20راست','alignJustify':_0x297823(0x191),'alignTop':_0x297823(0x1cd),'alignMiddle':_0x297823(0x181),'alignBottom':_0x297823(0x17f),'mergeCells':'ادغام\x20سلول‌ها','unmergeCells':_0x297823(0x1a1),'tableTheme':_0x297823(0x178),'tableLook':_0x297823(0x174),'headerRow':_0x297823(0x1c2),'footerRow':_0x297823(0x1c8),'bandedRows':_0x297823(0x182),'bandedColumns':_0x297823(0x194),'firstColumn':'ستون\x20اول','lastColumn':_0x297823(0x1cc),'bestMatch':_0x297823(0x1a0),'light':_0x297823(0x17a),'medium':_0x297823(0x171),'minimal':_0x297823(0x1ba)},'shapePanel':{'fill':{'noFill':_0x297823(0x190),'solidFill':'پر\x20کردن\x20یکدست','gradientFill':_0x297823(0x1b1),'pictureFill':_0x297823(0x19d),'color':_0x297823(0x1b6),'transparency':_0x297823(0x1b9),'picture':{'source':'منبع\x20تصویر','insert':_0x297823(0x175)}}},'structuralControls':{'selectRow':_0x297823(0x1b3),'selectColumn':'انتخاب\x20ستون','selectTable':_0x297823(0x1a2),'insertRow':'درج\x20سطر','insertColumn':_0x297823(0x18e),'moveRow':_0x297823(0x1b7),'moveColumn':_0x297823(0x176),'moveRows':_0x297823(0x198),'moveColumns':_0x297823(0x186),'cannotMoveMergedRows':_0x297823(0x188),'cannotMoveMergedColumns':_0x297823(0x18a)},'contextMenu':{'insert':_0x297823(0x1c3),'delete':_0x297823(0x1aa),'distribute':_0x297823(0x1a8),'borders':_0x297823(0x170),'tableBackgroundColor':_0x297823(0x1a9),'copy':_0x297823(0x1ad),'cut':_0x297823(0x199),'deleteTable':_0x297823(0x1c7),'insertRowAbove':_0x297823(0x1c4),'insertRowBelow':'درج\x20ردیف\x20در\x20پایین','insertColumnLeft':_0x297823(0x1ce),'insertColumnRight':'درج\x20ستون\x20در\x20راست','deleteRow':_0x297823(0x1ab),'deleteColumn':_0x297823(0x1c1),'distributeRows':_0x297823(0x195),'distributeColumns':_0x297823(0x1a4),'borderAll':_0x297823(0x187),'borderOuter':_0x297823(0x18d),'borderInner':_0x297823(0x197),'borderNone':_0x297823(0x1c0)},'colorPreset':{'resetColor':_0x297823(0x1c5),'white':_0x297823(0x1a5),'gray100':'خاکستری\x20100','primary100':_0x297823(0x1a7),'blue100':_0x297823(0x172),'green100':_0x297823(0x1b4),'yellow100':_0x297823(0x17b),'red100':'قرمز\x20100','gray900':_0x297823(0x1ac),'gray500':'خاکستری\x20500','red600':_0x297823(0x19f),'orange600':_0x297823(0x1b5),'yellow700':_0x297823(0x179),'green600':'سبز\x20600','blue600':_0x297823(0x17c),'purple600':_0x297823(0x19b)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x193cd9=_0x1e5d;(function(_0x48f870,_0x2afe79){const _0x41be4a=_0x1e5d,_0x3cc1a8=_0x48f870();while(!![]){try{const _0x19395f=-parseInt(_0x41be4a(0x13e))/0x1+-parseInt(_0x41be4a(0x12d))/0x2+parseInt(_0x41be4a(0x13b))/0x3+parseInt(_0x41be4a(0x14e))/0x4+-parseInt(_0x41be4a(0x131))/0x5*(parseInt(_0x41be4a(0x11a))/0x6)+parseInt(_0x41be4a(0x109))/0x7+parseInt(_0x41be4a(0x129))/0x8*(parseInt(_0x41be4a(0x112))/0x9);if(_0x19395f===_0x2afe79)break;else _0x3cc1a8['push'](_0x3cc1a8['shift']());}catch(_0x5ef15d){_0x3cc1a8['push'](_0x3cc1a8['shift']());}}}(_0x27f0,0x19cba));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x193cd9(0x156),'fontSize':'Taille\x20de\x20la\x20police','textColor':_0x193cd9(0x123),'textBackgroundColor':_0x193cd9(0x10e),'tableBackgroundColor':_0x193cd9(0x150),'tableBorderColor':_0x193cd9(0x132),'borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':'Style\x20de\x20bordure','border':_0x193cd9(0x146),'borderStyleSolid':_0x193cd9(0x13f),'borderStyleDash':_0x193cd9(0x152),'borderStyleDot':_0x193cd9(0x134),'borderStyleDashDot':_0x193cd9(0x10d),'noBorder':_0x193cd9(0x141),'borderPresetAll':_0x193cd9(0x113),'borderPresetInner':_0x193cd9(0x147),'borderPresetOuter':_0x193cd9(0x11e),'borderPresetTop':'Bordure\x20supérieure','borderPresetBottom':_0x193cd9(0x138),'borderPresetLeft':_0x193cd9(0x14c),'borderPresetRight':_0x193cd9(0x13d),'borderPresetInnerHorizontal':_0x193cd9(0x125),'borderPresetInnerVertical':_0x193cd9(0x14f),'none':_0x193cd9(0x122),'horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x193cd9(0x114),'alignLeft':_0x193cd9(0x139),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x193cd9(0x154),'alignJustify':'Justifier','alignTop':_0x193cd9(0x119),'alignMiddle':_0x193cd9(0x11b),'alignBottom':'Aligner\x20en\x20bas','mergeCells':_0x193cd9(0x10f),'unmergeCells':'Annuler\x20la\x20fusion\x20des\x20cellules'},'shapePanel':{'fill':{'noFill':_0x193cd9(0x155),'solidFill':_0x193cd9(0x10b),'gradientFill':_0x193cd9(0x144),'pictureFill':_0x193cd9(0x135),'color':'Couleur','transparency':_0x193cd9(0x12c),'picture':{'source':_0x193cd9(0x118),'insert':_0x193cd9(0x14b)}}},'structuralControls':{'selectRow':_0x193cd9(0x110),'selectColumn':_0x193cd9(0x11d),'selectTable':_0x193cd9(0x142),'insertRow':_0x193cd9(0x115),'insertColumn':_0x193cd9(0x117),'moveRow':_0x193cd9(0x10a),'moveColumn':_0x193cd9(0x11f),'moveRows':_0x193cd9(0x136),'moveColumns':_0x193cd9(0x145),'cannotMoveMergedRows':_0x193cd9(0x148),'cannotMoveMergedColumns':'Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees'},'contextMenu':{'insert':'Insert','delete':_0x193cd9(0x120),'distribute':_0x193cd9(0x116),'borders':'Borders','tableBackgroundColor':_0x193cd9(0x153),'copy':_0x193cd9(0x151),'cut':_0x193cd9(0x111),'deleteTable':_0x193cd9(0x149),'insertRowAbove':_0x193cd9(0x13a),'insertRowBelow':_0x193cd9(0x128),'insertColumnLeft':_0x193cd9(0x130),'insertColumnRight':_0x193cd9(0x143),'deleteRow':_0x193cd9(0x126),'deleteColumn':'Delete\x20column','distributeRows':'Distribute\x20rows','distributeColumns':_0x193cd9(0x124),'borderAll':_0x193cd9(0x12a),'borderOuter':_0x193cd9(0x12e),'borderInner':_0x193cd9(0x121),'borderNone':_0x193cd9(0x12b)},'colorPreset':{'resetColor':_0x193cd9(0x133),'white':_0x193cd9(0x13c),'gray100':_0x193cd9(0x137),'primary100':'Primary\x20100','blue100':'Blue\x20100','green100':_0x193cd9(0x12f),'yellow100':'Yellow\x20100','red100':_0x193cd9(0x108),'gray900':_0x193cd9(0x11c),'gray500':_0x193cd9(0x10c),'red600':_0x193cd9(0x127),'orange600':'Orange\x20600','yellow700':_0x193cd9(0x140),'green600':_0x193cd9(0x14d),'blue600':'Blue\x20600','purple600':_0x193cd9(0x14a)}}};export{e as default};function _0x1e5d(_0x21ff99,_0x51d91d){_0x21ff99=_0x21ff99-0x108;const _0x27f0fc=_0x27f0();let _0x1e5d23=_0x27f0fc[_0x21ff99];return _0x1e5d23;}function _0x27f0(){const _0x1af356=['Purple\x20600','Insérer\x20une\x20image','Bordure\x20gauche','Green\x20600','13912AfqlYN','Bordure\x20verticale\x20intérieure','Couleur\x20de\x20fond\x20du\x20tableau','Copy','Tirets','Table\x20background\x20color','Aligner\x20à\x20droite','Aucun\x20remplissage','Police','Red\x20100','599396BkdULX','Deplacer\x20la\x20ligne','Remplissage\x20uni','Gray\x20500','Tiret-point','Couleur\x20d\x27arrière-plan\x20du\x20texte','Fusionner\x20les\x20cellules','Selectionner\x20une\x20ligne','Cut','261XkopEr','Toutes\x20les\x20bordures','Alignement\x20vertical','Inserer\x20une\x20ligne','Distribute','Inserer\x20une\x20colonne','Source\x20de\x20l\x27image','Aligner\x20en\x20haut','12QpYBny','Aligner\x20au\x20milieu','Gray\x20900','Selectionner\x20une\x20colonne','Bordure\x20extérieure','Deplacer\x20la\x20colonne','Delete','Inner\x20borders','Aucun','Couleur\x20du\x20texte','Distribute\x20columns','Bordure\x20horizontale\x20intérieure','Delete\x20row','Red\x20600','Insert\x20row\x20below','46504KSWhnX','All\x20borders','No\x20border','Transparence','165592JknNkO','Outer\x20borders','Green\x20100','Insert\x20column\x20left','128720TmowPa','Couleur\x20de\x20bordure\x20du\x20tableau','Reset\x20color','Pointillé','Remplissage\x20image\x20ou\x20texture','Deplacer\x20les\x20lignes','Gray\x20100','Bordure\x20inférieure','Aligner\x20à\x20gauche','Insert\x20row\x20above','500766mitdAW','White','Bordure\x20droite','184663tdnbrb','Continu','Yellow\x20700','Aucune\x20bordure','Selectionner\x20le\x20tableau','Insert\x20column\x20right','Remplissage\x20dégradé','Deplacer\x20les\x20colonnes','Bordure','Bordures\x20intérieures','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Delete\x20table'];_0x27f0=function(){return _0x1af356;};return _0x27f0();}
1
+ function _0xe476(_0x127417,_0x1c413d){_0x127417=_0x127417-0x1ed;const _0x7d265=_0x7d26();let _0xe47670=_0x7d265[_0x127417];return _0xe47670;}function _0x7d26(){const _0x39264b=['3431352Pzunus','Lignes\x20alternées','Continu','Aligner\x20à\x20droite','Dernière\x20colonne','Remplissage\x20image\x20ou\x20texture','Barré','Bordure','Supprimer','Deplacer\x20la\x20colonne','Bordure\x20verticale\x20intérieure','Ligne\x20d’en-tête','Gris\x20500','Tirets','Gras','Supprimer\x20le\x20tableau','Aucune\x20bordure','Bleu\x20100','Minimaliste','544170pUOZHh','Meilleure\x20correspondance','Bordures','Italique','Épaisseur\x20de\x20bordure','Supprimer\x20la\x20ligne','Supprimer\x20la\x20colonne','Taille\x20de\x20la\x20police','6094576IUewWv','Répartir\x20les\x20colonnes','24CniaCU','Couleur\x20de\x20fond\x20du\x20tableau','Inserer\x20une\x20ligne','Bordure\x20droite','10gGpimv','18901107ONzWQs','Réinitialiser\x20la\x20couleur','Jaune\x20700','Annuler\x20la\x20fusion\x20des\x20cellules','Justifier','Toutes\x20les\x20bordures','Répartir','Tiret-point','Aligner\x20au\x20milieu','Deplacer\x20la\x20ligne','Fusionner\x20les\x20cellules','Bordure\x20inférieure','Transparence','Police','2841422TTZVuH','Deplacer\x20les\x20lignes','Vert\x20100','Bordures\x20extérieures','Couleur\x20d\x27arrière-plan\x20du\x20texte','Insérer\x20une\x20ligne\x20en\x20dessous','Insérer\x20une\x20ligne\x20au-dessus','Selectionner\x20une\x20colonne','Rouge\x20100','Aligner\x20à\x20gauche','Moyen','1244978yVhPde','Aucun','7EGieLp','Couleur\x20d’arrière-plan\x20du\x20tableau','Source\x20de\x20l\x27image','Remplissage\x20dégradé','Aucun\x20remplissage','Bordure\x20gauche','Alignement\x20horizontal','Thème\x20de\x20tableau','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Gris\x20100','Clair','Orange\x20600','6776720fnouMb','Pointillé','Violet\x20600','Inserer\x20une\x20colonne','Gris\x20900','Format\x20de\x20texte','Selectionner\x20une\x20ligne','Apparence\x20du\x20tableau','Bordure\x20extérieure','Aligner\x20en\x20haut','Bordures\x20intérieures','Remplissage\x20uni'];_0x7d26=function(){return _0x39264b;};return _0x7d26();}const _0x2314ba=_0xe476;(function(_0x3e8399,_0x339867){const _0x2caf96=_0xe476,_0x5b5132=_0x3e8399();while(!![]){try{const _0x587df1=parseInt(_0x2caf96(0x203))/0x1+-parseInt(_0x2caf96(0x1f8))/0x2+parseInt(_0x2caf96(0x21d))/0x3+parseInt(_0x2caf96(0x211))/0x4+parseInt(_0x2caf96(0x230))/0x5*(-parseInt(_0x2caf96(0x23a))/0x6)+parseInt(_0x2caf96(0x205))/0x7*(parseInt(_0x2caf96(0x238))/0x8)+-parseInt(_0x2caf96(0x23f))/0x9*(parseInt(_0x2caf96(0x23e))/0xa);if(_0x587df1===_0x339867)break;else _0x5b5132['push'](_0x5b5132['shift']());}catch(_0x1ae15d){_0x5b5132['push'](_0x5b5132['shift']());}}}(_0x7d26,0xd8f12));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x2314ba(0x1f7),'fontSize':_0x2314ba(0x237),'textFormat':_0x2314ba(0x216),'bold':_0x2314ba(0x22b),'italic':_0x2314ba(0x233),'underline':'Souligné','strikethrough':_0x2314ba(0x223),'textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x2314ba(0x1fc),'tableBackgroundColor':_0x2314ba(0x23b),'tableBorderColor':'Couleur\x20de\x20bordure\x20du\x20tableau','borderWidth':_0x2314ba(0x234),'borderStyle':'Style\x20de\x20bordure','border':_0x2314ba(0x224),'borderStyleSolid':_0x2314ba(0x21f),'borderStyleDash':_0x2314ba(0x22a),'borderStyleDot':_0x2314ba(0x212),'borderStyleDashDot':_0x2314ba(0x1f1),'noBorder':_0x2314ba(0x22d),'borderPresetAll':_0x2314ba(0x1ef),'borderPresetInner':_0x2314ba(0x21b),'borderPresetOuter':_0x2314ba(0x219),'borderPresetTop':'Bordure\x20supérieure','borderPresetBottom':_0x2314ba(0x1f5),'borderPresetLeft':_0x2314ba(0x20a),'borderPresetRight':_0x2314ba(0x23d),'borderPresetInnerHorizontal':'Bordure\x20horizontale\x20intérieure','borderPresetInnerVertical':_0x2314ba(0x227),'none':_0x2314ba(0x204),'horizontalAlign':_0x2314ba(0x20b),'verticalAlign':'Alignement\x20vertical','alignLeft':_0x2314ba(0x201),'alignCenter':'Aligner\x20au\x20centre','alignRight':_0x2314ba(0x220),'alignJustify':_0x2314ba(0x1ee),'alignTop':_0x2314ba(0x21a),'alignMiddle':_0x2314ba(0x1f2),'alignBottom':'Aligner\x20en\x20bas','mergeCells':_0x2314ba(0x1f4),'unmergeCells':_0x2314ba(0x1ed),'tableTheme':_0x2314ba(0x20c),'tableLook':_0x2314ba(0x218),'headerRow':_0x2314ba(0x228),'footerRow':'Ligne\x20de\x20pied','bandedRows':_0x2314ba(0x21e),'bandedColumns':'Colonnes\x20alternées','firstColumn':'Première\x20colonne','lastColumn':_0x2314ba(0x221),'bestMatch':_0x2314ba(0x231),'light':_0x2314ba(0x20f),'medium':_0x2314ba(0x202),'minimal':_0x2314ba(0x22f)},'shapePanel':{'fill':{'noFill':_0x2314ba(0x209),'solidFill':_0x2314ba(0x21c),'gradientFill':_0x2314ba(0x208),'pictureFill':_0x2314ba(0x222),'color':'Couleur','transparency':_0x2314ba(0x1f6),'picture':{'source':_0x2314ba(0x207),'insert':'Insérer\x20une\x20image'}}},'structuralControls':{'selectRow':_0x2314ba(0x217),'selectColumn':_0x2314ba(0x1ff),'selectTable':'Selectionner\x20le\x20tableau','insertRow':_0x2314ba(0x23c),'insertColumn':_0x2314ba(0x214),'moveRow':_0x2314ba(0x1f3),'moveColumn':_0x2314ba(0x226),'moveRows':_0x2314ba(0x1f9),'moveColumns':'Deplacer\x20les\x20colonnes','cannotMoveMergedRows':'Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','cannotMoveMergedColumns':_0x2314ba(0x20d)},'contextMenu':{'insert':'Insérer','delete':_0x2314ba(0x225),'distribute':_0x2314ba(0x1f0),'borders':_0x2314ba(0x232),'tableBackgroundColor':_0x2314ba(0x206),'copy':'Copier','cut':'Couper','deleteTable':_0x2314ba(0x22c),'insertRowAbove':_0x2314ba(0x1fe),'insertRowBelow':_0x2314ba(0x1fd),'insertColumnLeft':'Insérer\x20une\x20colonne\x20à\x20gauche','insertColumnRight':'Insérer\x20une\x20colonne\x20à\x20droite','deleteRow':_0x2314ba(0x235),'deleteColumn':_0x2314ba(0x236),'distributeRows':'Répartir\x20les\x20lignes','distributeColumns':_0x2314ba(0x239),'borderAll':_0x2314ba(0x1ef),'borderOuter':_0x2314ba(0x1fb),'borderInner':_0x2314ba(0x21b),'borderNone':'Aucune\x20bordure'},'colorPreset':{'resetColor':_0x2314ba(0x240),'white':'Blanc','gray100':_0x2314ba(0x20e),'primary100':'Principal\x20100','blue100':_0x2314ba(0x22e),'green100':_0x2314ba(0x1fa),'yellow100':'Jaune\x20100','red100':_0x2314ba(0x200),'gray900':_0x2314ba(0x215),'gray500':_0x2314ba(0x229),'red600':'Rouge\x20600','orange600':_0x2314ba(0x210),'yellow700':_0x2314ba(0x241),'green600':'Vert\x20600','blue600':'Bleu\x20600','purple600':_0x2314ba(0x213)}}};export{e as default};
@@ -1 +1 @@
1
- function _0x3b79(_0x8feb5a,_0x2f2ed0){_0x8feb5a=_0x8feb5a-0x1f3;const _0x3eb9bd=_0x3eb9();let _0x3b7912=_0x3eb9bd[_0x8feb5a];return _0x3b7912;}const _0x5ce5ad=_0x3b79;(function(_0x107dae,_0x291030){const _0x4a86ee=_0x3b79,_0x3e7c72=_0x107dae();while(!![]){try{const _0x101290=-parseInt(_0x4a86ee(0x242))/0x1+-parseInt(_0x4a86ee(0x21b))/0x2*(-parseInt(_0x4a86ee(0x204))/0x3)+parseInt(_0x4a86ee(0x22a))/0x4+parseInt(_0x4a86ee(0x244))/0x5*(parseInt(_0x4a86ee(0x23f))/0x6)+parseInt(_0x4a86ee(0x22b))/0x7*(-parseInt(_0x4a86ee(0x1f6))/0x8)+-parseInt(_0x4a86ee(0x215))/0x9*(parseInt(_0x4a86ee(0x226))/0xa)+parseInt(_0x4a86ee(0x245))/0xb*(parseInt(_0x4a86ee(0x223))/0xc);if(_0x101290===_0x291030)break;else _0x3e7c72['push'](_0x3e7c72['shift']());}catch(_0x2378b6){_0x3e7c72['push'](_0x3e7c72['shift']());}}}(_0x3eb9,0xf402e));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x5ce5ad(0x227),'fontSize':_0x5ce5ad(0x235),'textColor':_0x5ce5ad(0x224),'textBackgroundColor':_0x5ce5ad(0x230),'tableBackgroundColor':_0x5ce5ad(0x207),'tableBorderColor':_0x5ce5ad(0x1f8),'borderWidth':_0x5ce5ad(0x21a),'borderStyle':'Gaya\x20batas','border':_0x5ce5ad(0x203),'borderStyleSolid':_0x5ce5ad(0x233),'borderStyleDash':_0x5ce5ad(0x222),'borderStyleDot':_0x5ce5ad(0x239),'borderStyleDashDot':_0x5ce5ad(0x21c),'noBorder':_0x5ce5ad(0x22d),'borderPresetAll':'Semua\x20batas','borderPresetInner':_0x5ce5ad(0x21f),'borderPresetOuter':_0x5ce5ad(0x208),'borderPresetTop':_0x5ce5ad(0x22c),'borderPresetBottom':_0x5ce5ad(0x1ff),'borderPresetLeft':_0x5ce5ad(0x1fd),'borderPresetRight':_0x5ce5ad(0x1fb),'borderPresetInnerHorizontal':_0x5ce5ad(0x1f7),'borderPresetInnerVertical':'Batas\x20vertikal\x20dalam','none':'Tidak\x20ada','horizontalAlign':_0x5ce5ad(0x23d),'verticalAlign':_0x5ce5ad(0x23b),'alignLeft':_0x5ce5ad(0x1fc),'alignCenter':_0x5ce5ad(0x217),'alignRight':_0x5ce5ad(0x220),'alignJustify':_0x5ce5ad(0x228),'alignTop':_0x5ce5ad(0x20b),'alignMiddle':_0x5ce5ad(0x21e),'alignBottom':_0x5ce5ad(0x231),'mergeCells':_0x5ce5ad(0x1f4),'unmergeCells':'Pisahkan\x20sel'},'shapePanel':{'fill':{'noFill':_0x5ce5ad(0x206),'solidFill':'Isian\x20solid','gradientFill':_0x5ce5ad(0x213),'pictureFill':'Isian\x20gambar\x20atau\x20tekstur','color':_0x5ce5ad(0x23c),'transparency':_0x5ce5ad(0x229),'picture':{'source':_0x5ce5ad(0x23a),'insert':_0x5ce5ad(0x225)}}},'structuralControls':{'selectRow':_0x5ce5ad(0x246),'selectColumn':'Pilih\x20kolom','selectTable':_0x5ce5ad(0x243),'insertRow':_0x5ce5ad(0x236),'insertColumn':_0x5ce5ad(0x1f3),'moveRow':_0x5ce5ad(0x23e),'moveColumn':_0x5ce5ad(0x22e),'moveRows':'Pindahkan\x20baris','moveColumns':'Pindahkan\x20kolom','cannotMoveMergedRows':_0x5ce5ad(0x202),'cannotMoveMergedColumns':_0x5ce5ad(0x1f9)},'contextMenu':{'insert':_0x5ce5ad(0x20f),'delete':_0x5ce5ad(0x1f5),'distribute':_0x5ce5ad(0x20d),'borders':_0x5ce5ad(0x234),'tableBackgroundColor':_0x5ce5ad(0x1fe),'copy':_0x5ce5ad(0x240),'cut':_0x5ce5ad(0x248),'deleteTable':_0x5ce5ad(0x212),'insertRowAbove':_0x5ce5ad(0x201),'insertRowBelow':_0x5ce5ad(0x219),'insertColumnLeft':_0x5ce5ad(0x1fa),'insertColumnRight':_0x5ce5ad(0x214),'deleteRow':_0x5ce5ad(0x209),'deleteColumn':_0x5ce5ad(0x21d),'distributeRows':'Distribute\x20rows','distributeColumns':_0x5ce5ad(0x22f),'borderAll':_0x5ce5ad(0x20e),'borderOuter':_0x5ce5ad(0x211),'borderInner':_0x5ce5ad(0x20c),'borderNone':_0x5ce5ad(0x238)},'colorPreset':{'resetColor':_0x5ce5ad(0x205),'white':_0x5ce5ad(0x221),'gray100':'Gray\x20100','primary100':_0x5ce5ad(0x218),'blue100':_0x5ce5ad(0x247),'green100':'Green\x20100','yellow100':'Yellow\x20100','red100':_0x5ce5ad(0x200),'gray900':_0x5ce5ad(0x232),'gray500':_0x5ce5ad(0x216),'red600':'Red\x20600','orange600':_0x5ce5ad(0x241),'yellow700':_0x5ce5ad(0x20a),'green600':'Green\x20600','blue600':_0x5ce5ad(0x237),'purple600':_0x5ce5ad(0x210)}}};export{e as default};function _0x3eb9(){const _0x3e0517=['Pilih\x20tabel','10zTAbNs','77bjqWyh','Pilih\x20baris','Blue\x20100','Cut','Sisipkan\x20kolom','Gabungkan\x20sel','Delete','16zpJAHu','Batas\x20horizontal\x20dalam','Warna\x20batas\x20tabel','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Insert\x20column\x20left','Batas\x20kanan','Rata\x20kiri','Batas\x20kiri','Table\x20background\x20color','Batas\x20bawah','Red\x20100','Insert\x20row\x20above','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Batas','4227lPsheN','Reset\x20color','Tanpa\x20isian','Warna\x20latar\x20tabel','Batas\x20luar','Delete\x20row','Yellow\x20700','Rata\x20atas','Inner\x20borders','Distribute','All\x20borders','Insert','Purple\x20600','Outer\x20borders','Delete\x20table','Isian\x20gradien','Insert\x20column\x20right','15021Tajral','Gray\x20500','Rata\x20tengah','Primary\x20100','Insert\x20row\x20below','Lebar\x20batas','956VlQBEb','Garis-titik','Delete\x20column','Rata\x20tengah\x20vertikal','Batas\x20dalam','Rata\x20kanan','White','Putus-putus','2070888fqXYfr','Warna\x20teks','Sisipkan\x20Gambar','370osBimI','Font','Rata\x20kiri\x20kanan','Transparansi','4498320hYsExc','4684897IpocwF','Batas\x20atas','Tanpa\x20batas','Pindahkan\x20kolom','Distribute\x20columns','Warna\x20latar\x20teks','Rata\x20bawah','Gray\x20900','Garis\x20penuh','Borders','Ukuran\x20font','Sisipkan\x20baris','Blue\x20600','No\x20border','Titik-titik','Sumber\x20Gambar','Perataan\x20vertikal','Warna','Perataan\x20horizontal','Pindahkan\x20baris','1579614xhHjPV','Copy','Orange\x20600','1132873UhQpTk'];_0x3eb9=function(){return _0x3e0517;};return _0x3eb9();}
1
+ const _0x3026df=_0x5e33;(function(_0x19edd6,_0x3c01ff){const _0x3ba672=_0x5e33,_0x4731cc=_0x19edd6();while(!![]){try{const _0x55be9a=-parseInt(_0x3ba672(0x1e9))/0x1+parseInt(_0x3ba672(0x1fc))/0x2*(parseInt(_0x3ba672(0x1e2))/0x3)+parseInt(_0x3ba672(0x20b))/0x4+-parseInt(_0x3ba672(0x1f1))/0x5+-parseInt(_0x3ba672(0x1eb))/0x6+-parseInt(_0x3ba672(0x204))/0x7*(-parseInt(_0x3ba672(0x212))/0x8)+parseInt(_0x3ba672(0x1d9))/0x9*(parseInt(_0x3ba672(0x207))/0xa);if(_0x55be9a===_0x3c01ff)break;else _0x4731cc['push'](_0x4731cc['shift']());}catch(_0x5e5b1b){_0x4731cc['push'](_0x4731cc['shift']());}}}(_0x42ad,0xae37b));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Font','fontSize':_0x3026df(0x1f8),'textFormat':_0x3026df(0x216),'bold':_0x3026df(0x1c8),'italic':_0x3026df(0x1c9),'underline':_0x3026df(0x215),'strikethrough':_0x3026df(0x1db),'textColor':_0x3026df(0x1ef),'textBackgroundColor':_0x3026df(0x20c),'tableBackgroundColor':_0x3026df(0x1da),'tableBorderColor':_0x3026df(0x1d0),'borderWidth':_0x3026df(0x1fe),'borderStyle':'Gaya\x20batas','border':'Batas','borderStyleSolid':_0x3026df(0x1c6),'borderStyleDash':_0x3026df(0x1e7),'borderStyleDot':_0x3026df(0x1f4),'borderStyleDashDot':_0x3026df(0x1ec),'noBorder':'Tanpa\x20batas','borderPresetAll':_0x3026df(0x1ee),'borderPresetInner':_0x3026df(0x210),'borderPresetOuter':_0x3026df(0x203),'borderPresetTop':_0x3026df(0x1ce),'borderPresetBottom':_0x3026df(0x1e3),'borderPresetLeft':_0x3026df(0x1f9),'borderPresetRight':_0x3026df(0x205),'borderPresetInnerHorizontal':_0x3026df(0x213),'borderPresetInnerVertical':_0x3026df(0x211),'none':_0x3026df(0x1e1),'horizontalAlign':'Perataan\x20horizontal','verticalAlign':_0x3026df(0x1cd),'alignLeft':_0x3026df(0x1d2),'alignCenter':_0x3026df(0x1dd),'alignRight':_0x3026df(0x1d5),'alignJustify':'Rata\x20kiri\x20kanan','alignTop':_0x3026df(0x1dc),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':'Rata\x20bawah','mergeCells':'Gabungkan\x20sel','unmergeCells':'Pisahkan\x20sel','tableTheme':_0x3026df(0x1de),'tableLook':'Tampilan\x20tabel','headerRow':_0x3026df(0x202),'footerRow':_0x3026df(0x218),'bandedRows':_0x3026df(0x1f6),'bandedColumns':'Kolom\x20berpita','firstColumn':'Kolom\x20pertama','lastColumn':_0x3026df(0x1f5),'bestMatch':_0x3026df(0x206),'light':_0x3026df(0x1f7),'medium':_0x3026df(0x20a),'minimal':_0x3026df(0x21a)},'shapePanel':{'fill':{'noFill':'Tanpa\x20isian','solidFill':'Isian\x20solid','gradientFill':'Isian\x20gradien','pictureFill':_0x3026df(0x1df),'color':_0x3026df(0x1d4),'transparency':_0x3026df(0x1cb),'picture':{'source':'Sumber\x20Gambar','insert':_0x3026df(0x1ea)}}},'structuralControls':{'selectRow':_0x3026df(0x1fd),'selectColumn':'Pilih\x20kolom','selectTable':_0x3026df(0x1e6),'insertRow':'Sisipkan\x20baris','insertColumn':_0x3026df(0x1e8),'moveRow':_0x3026df(0x1e4),'moveColumn':'Pindahkan\x20kolom','moveRows':'Pindahkan\x20baris','moveColumns':_0x3026df(0x1cf),'cannotMoveMergedRows':'Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','cannotMoveMergedColumns':_0x3026df(0x1f3)},'contextMenu':{'insert':_0x3026df(0x1fb),'delete':'Hapus','distribute':_0x3026df(0x1e0),'borders':_0x3026df(0x1d8),'tableBackgroundColor':_0x3026df(0x1ca),'copy':_0x3026df(0x1fa),'cut':'Potong','deleteTable':_0x3026df(0x20e),'insertRowAbove':_0x3026df(0x1f0),'insertRowBelow':_0x3026df(0x1d7),'insertColumnLeft':_0x3026df(0x1d3),'insertColumnRight':'Sisipkan\x20kolom\x20di\x20kanan','deleteRow':_0x3026df(0x219),'deleteColumn':'Hapus\x20kolom','distributeRows':'Distribusikan\x20baris','distributeColumns':_0x3026df(0x1f2),'borderAll':_0x3026df(0x1ee),'borderOuter':'Batas\x20luar','borderInner':_0x3026df(0x1c7),'borderNone':_0x3026df(0x1d1)},'colorPreset':{'resetColor':_0x3026df(0x1cc),'white':'Putih','gray100':_0x3026df(0x214),'primary100':_0x3026df(0x217),'blue100':_0x3026df(0x209),'green100':_0x3026df(0x200),'yellow100':_0x3026df(0x1d6),'red100':_0x3026df(0x201),'gray900':_0x3026df(0x20f),'gray500':_0x3026df(0x1ff),'red600':_0x3026df(0x1e5),'orange600':_0x3026df(0x20d),'yellow700':_0x3026df(0x1ed),'green600':'Hijau\x20600','blue600':_0x3026df(0x208),'purple600':_0x3026df(0x21b)}}};function _0x5e33(_0x2089a1,_0x40fb79){_0x2089a1=_0x2089a1-0x1c6;const _0x42add7=_0x42ad();let _0x5e3327=_0x42add7[_0x2089a1];return _0x5e3327;}function _0x42ad(){const _0x1722cb=['Warna','Rata\x20kanan','Kuning\x20100','Sisipkan\x20baris\x20di\x20bawah','Batas','198EnScSt','Warna\x20latar\x20tabel','Coret','Rata\x20atas','Rata\x20tengah','Tema\x20tabel','Isian\x20gambar\x20atau\x20tekstur','Distribusikan','Tidak\x20ada','6IVvqJn','Batas\x20bawah','Pindahkan\x20baris','Merah\x20600','Pilih\x20tabel','Putus-putus','Sisipkan\x20kolom','1169210uFRIfU','Sisipkan\x20Gambar','434304ZxontL','Garis-titik','Kuning\x20700','Semua\x20batas','Warna\x20teks','Sisipkan\x20baris\x20di\x20atas','2695085kYaRht','Distribusikan\x20kolom','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Titik-titik','Kolom\x20terakhir','Baris\x20berpita','Terang','Ukuran\x20font','Batas\x20kiri','Salin','Sisipkan','213424erJzTu','Pilih\x20baris','Lebar\x20batas','Abu-abu\x20500','Hijau\x20100','Merah\x20100','Baris\x20header','Batas\x20luar','543662ZjILjB','Batas\x20kanan','Kecocokan\x20terbaik','8690edeaQE','Biru\x20600','Biru\x20100','Sedang','5008024XVmmBJ','Warna\x20latar\x20teks','Oranye\x20600','Hapus\x20tabel','Abu-abu\x20900','Batas\x20dalam','Batas\x20vertikal\x20dalam','104eRddKn','Batas\x20horizontal\x20dalam','Abu-abu\x20100','Garis\x20bawah','Format\x20teks','Utama\x20100','Baris\x20footer','Hapus\x20baris','Minimal','Ungu\x20600','Garis\x20penuh','Batas\x20bagian\x20dalam','Tebal','Miring','Warna\x20latar\x20belakang\x20tabel','Transparansi','Atur\x20ulang\x20warna','Perataan\x20vertikal','Batas\x20atas','Pindahkan\x20kolom','Warna\x20batas\x20tabel','Tanpa\x20batas','Rata\x20kiri','Sisipkan\x20kolom\x20di\x20kiri'];_0x42ad=function(){return _0x1722cb;};return _0x42ad();}export{e as default};
@@ -1 +1 @@
1
- function _0x3bae(){const _0x2c6710=['Reset\x20color','Allineamento\x20orizzontale','Riempimento\x20solido','3zICRRV','15093zxKciK','Inserisci\x20riga','Blue\x20100','Insert\x20column\x20left','Dimensione\x20carattere','Nessun\x20riempimento','Distribute\x20rows','44EIaBCw','Purple\x20600','Inserisci\x20colonna','Insert\x20row\x20below','Bordo\x20orizzontale\x20interno','All\x20borders','Allinea\x20a\x20destra','Sposta\x20righe','Distribute','Stile\x20bordo','Seleziona\x20tabella','4463494YhmZtT','Allinea\x20al\x20centro','326540RwCHZW','Allineamento\x20verticale','Delete\x20table','Bordo','Blue\x20600','Origine\x20immagine','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','Nessun\x20bordo','Bordi\x20interni','Allinea\x20in\x20basso','Copy','Punteggiato','Separa\x20celle','Unisci\x20celle','Riempimento\x20gradiente','Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','Tratteggiato','Insert','Green\x20100','Sposta\x20riga','White','Continuo','160WFySMJ','Yellow\x20100','Seleziona\x20riga','6068684jkgRpF','Allinea\x20in\x20alto','Nessuno','6420228VZtVyo','Bordo\x20superiore','Carattere','4HFXxWy','Green\x20600','Colore\x20sfondo\x20tabella','Colore\x20sfondo\x20testo','Bordo\x20verticale\x20interno','Bordo\x20destro','Borders','Seleziona\x20colonna','Tratto-punto','Allinea\x20a\x20sinistra','Bordo\x20sinistro','Orange\x20600','Cut','1930860BCjXER','Colore\x20testo','Tutti\x20i\x20bordi','Sposta\x20colonna','Insert\x20row\x20above','Delete','Outer\x20borders','721540ThCIhO','8EoIjGq','Colore','No\x20border','Bordo\x20inferiore','Insert\x20column\x20right','Trasparenza'];_0x3bae=function(){return _0x2c6710;};return _0x3bae();}const _0x4e8d25=_0xa9df;(function(_0x3e95f0,_0x8a80fa){const _0x3aec41=_0xa9df,_0x2308e1=_0x3e95f0();while(!![]){try{const _0x3737b3=-parseInt(_0x3aec41(0xcb))/0x1*(-parseInt(_0x3aec41(0xac))/0x2)+parseInt(_0x3aec41(0xe9))/0x3*(parseInt(_0x3aec41(0xc5))/0x4)+-parseInt(_0x3aec41(0xdf))/0x5+parseInt(_0x3aec41(0xd8))/0x6+parseInt(_0x3aec41(0xaa))/0x7*(parseInt(_0x3aec41(0xe0))/0x8)+-parseInt(_0x3aec41(0xea))/0x9*(-parseInt(_0x3aec41(0xc2))/0xa)+parseInt(_0x3aec41(0xf1))/0xb*(-parseInt(_0x3aec41(0xc8))/0xc);if(_0x3737b3===_0x8a80fa)break;else _0x2308e1['push'](_0x2308e1['shift']());}catch(_0x15f3ed){_0x2308e1['push'](_0x2308e1['shift']());}}}(_0x3bae,0xd4ed7));function _0xa9df(_0x535167,_0xcb04e3){_0x535167=_0x535167-0xa7;const _0x3bae89=_0x3bae();let _0xa9dfbe=_0x3bae89[_0x535167];return _0xa9dfbe;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4e8d25(0xca),'fontSize':_0x4e8d25(0xee),'textColor':_0x4e8d25(0xd9),'textBackgroundColor':_0x4e8d25(0xce),'tableBackgroundColor':_0x4e8d25(0xcd),'tableBorderColor':'Colore\x20bordo\x20tabella','borderWidth':'Spessore\x20bordo','borderStyle':_0x4e8d25(0xa8),'border':_0x4e8d25(0xaf),'borderStyleSolid':_0x4e8d25(0xc1),'borderStyleDash':_0x4e8d25(0xbc),'borderStyleDot':_0x4e8d25(0xb7),'borderStyleDashDot':_0x4e8d25(0xd3),'noBorder':_0x4e8d25(0xb3),'borderPresetAll':_0x4e8d25(0xda),'borderPresetInner':_0x4e8d25(0xb4),'borderPresetOuter':'Bordo\x20esterno','borderPresetTop':_0x4e8d25(0xc9),'borderPresetBottom':_0x4e8d25(0xe3),'borderPresetLeft':_0x4e8d25(0xd5),'borderPresetRight':_0x4e8d25(0xd0),'borderPresetInnerHorizontal':_0x4e8d25(0xf5),'borderPresetInnerVertical':_0x4e8d25(0xcf),'none':_0x4e8d25(0xc7),'horizontalAlign':_0x4e8d25(0xe7),'verticalAlign':_0x4e8d25(0xad),'alignLeft':_0x4e8d25(0xd4),'alignCenter':_0x4e8d25(0xab),'alignRight':_0x4e8d25(0xf7),'alignJustify':'Giustifica','alignTop':_0x4e8d25(0xc6),'alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':_0x4e8d25(0xb5),'mergeCells':_0x4e8d25(0xb9),'unmergeCells':_0x4e8d25(0xb8)},'shapePanel':{'fill':{'noFill':_0x4e8d25(0xef),'solidFill':_0x4e8d25(0xe8),'gradientFill':_0x4e8d25(0xba),'pictureFill':'Riempimento\x20immagine\x20o\x20texture','color':_0x4e8d25(0xe1),'transparency':_0x4e8d25(0xe5),'picture':{'source':_0x4e8d25(0xb1),'insert':'Inserisci\x20immagine'}}},'structuralControls':{'selectRow':_0x4e8d25(0xc4),'selectColumn':_0x4e8d25(0xd2),'selectTable':_0x4e8d25(0xa9),'insertRow':_0x4e8d25(0xeb),'insertColumn':_0x4e8d25(0xf3),'moveRow':_0x4e8d25(0xbf),'moveColumn':_0x4e8d25(0xdb),'moveRows':_0x4e8d25(0xf8),'moveColumns':'Sposta\x20colonne','cannotMoveMergedRows':_0x4e8d25(0xbb),'cannotMoveMergedColumns':_0x4e8d25(0xb2)},'contextMenu':{'insert':_0x4e8d25(0xbd),'delete':_0x4e8d25(0xdd),'distribute':_0x4e8d25(0xa7),'borders':_0x4e8d25(0xd1),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x4e8d25(0xb6),'cut':_0x4e8d25(0xd7),'deleteTable':_0x4e8d25(0xae),'insertRowAbove':_0x4e8d25(0xdc),'insertRowBelow':_0x4e8d25(0xf4),'insertColumnLeft':_0x4e8d25(0xed),'insertColumnRight':_0x4e8d25(0xe4),'deleteRow':'Delete\x20row','deleteColumn':'Delete\x20column','distributeRows':_0x4e8d25(0xf0),'distributeColumns':'Distribute\x20columns','borderAll':_0x4e8d25(0xf6),'borderOuter':_0x4e8d25(0xde),'borderInner':'Inner\x20borders','borderNone':_0x4e8d25(0xe2)},'colorPreset':{'resetColor':_0x4e8d25(0xe6),'white':_0x4e8d25(0xc0),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x4e8d25(0xec),'green100':_0x4e8d25(0xbe),'yellow100':_0x4e8d25(0xc3),'red100':'Red\x20100','gray900':'Gray\x20900','gray500':'Gray\x20500','red600':'Red\x20600','orange600':_0x4e8d25(0xd6),'yellow700':'Yellow\x20700','green600':_0x4e8d25(0xcc),'blue600':_0x4e8d25(0xb0),'purple600':_0x4e8d25(0xf2)}}};export{e as default};
1
+ const _0x1bb5b5=_0x1137;(function(_0x5cec29,_0xf1eced){const _0x27d87c=_0x1137,_0x19844b=_0x5cec29();while(!![]){try{const _0x3d7bc8=parseInt(_0x27d87c(0x133))/0x1*(-parseInt(_0x27d87c(0x119))/0x2)+-parseInt(_0x27d87c(0x111))/0x3+-parseInt(_0x27d87c(0x13b))/0x4*(parseInt(_0x27d87c(0x145))/0x5)+parseInt(_0x27d87c(0x127))/0x6*(parseInt(_0x27d87c(0x144))/0x7)+parseInt(_0x27d87c(0x14e))/0x8*(-parseInt(_0x27d87c(0x15b))/0x9)+-parseInt(_0x27d87c(0x109))/0xa+parseInt(_0x27d87c(0x129))/0xb*(parseInt(_0x27d87c(0x112))/0xc);if(_0x3d7bc8===_0xf1eced)break;else _0x19844b['push'](_0x19844b['shift']());}catch(_0x475ff5){_0x19844b['push'](_0x19844b['shift']());}}}(_0x5826,0x889bd));function _0x1137(_0x313fc4,_0x29c54){_0x313fc4=_0x313fc4-0x109;const _0x582686=_0x5826();let _0x1137fd=_0x582686[_0x313fc4];return _0x1137fd;}function _0x5826(){const _0x3dc7e1=['1199mPtGgX','Allinea\x20in\x20basso','Sposta\x20righe','Seleziona\x20tabella','Arancione\x20600','Allinea\x20a\x20sinistra','Colore\x20bordo\x20tabella','Rosso\x20600','2740NxlkPp','Inserisci\x20riga\x20sotto','Rosso\x20100','Elimina','Ultima\x20colonna','Minimo','Sottolineato','Bordo\x20inferiore','Trasparenza','21YrYhXn','610PCUQqM','Inserisci\x20riga\x20sopra','Nessuno','Allinea\x20al\x20centro','Bordi\x20esterni','Inserisci','Punteggiato','Bianco','Copia','7420376SMNdTA','Origine\x20immagine','Riga\x20intestazione','Bordo\x20verticale\x20interno','Corsivo','Barrato','Allinea\x20in\x20alto','Tema\x20tabella','Giallo\x20100','Riempimento\x20gradiente','Tutti\x20i\x20bordi','Viola\x20600','Bordi','9GOZido','Colonne\x20alternate','Dimensione\x20carattere','Formato\x20testo','Stile\x20bordo','Allineamento\x20orizzontale','Allinea\x20a\x20destra','Distribuisci\x20righe','3468880MLLWSr','Seleziona\x20riga','Elimina\x20tabella','Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','Colore','Inserisci\x20colonna\x20a\x20destra','Unisci\x20celle','Distribuisci','2771691aAfppa','168cYMsYM','Giallo\x20700','Inserisci\x20immagine','Giustifica','Allinea\x20al\x20centro\x20verticalmente','Blu\x20100','Taglia','214UWjZFB','Colore\x20di\x20sfondo\x20della\x20tabella','Riga\x20piè\x20di\x20pagina','Tratto-punto','Corrispondenza\x20migliore','Media','Inserisci\x20colonna','Nessun\x20riempimento','Colore\x20sfondo\x20testo','Righe\x20alternate','Riempimento\x20immagine\x20o\x20texture','Bordo\x20sinistro','Colore\x20testo','Blu\x20600','497100xKxmky','Elimina\x20colonna','2138081kdZgFF','Seleziona\x20colonna','Bordi\x20interni','Allineamento\x20verticale','Separa\x20celle','Sposta\x20riga','Bordo\x20orizzontale\x20interno','Inserisci\x20colonna\x20a\x20sinistra','Nessun\x20bordo','Elimina\x20riga'];_0x5826=function(){return _0x3dc7e1;};return _0x5826();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Carattere','fontSize':_0x1bb5b5(0x15d),'textFormat':_0x1bb5b5(0x15e),'bold':'Grassetto','italic':_0x1bb5b5(0x152),'underline':_0x1bb5b5(0x141),'strikethrough':_0x1bb5b5(0x153),'textColor':_0x1bb5b5(0x125),'textBackgroundColor':_0x1bb5b5(0x121),'tableBackgroundColor':'Colore\x20sfondo\x20tabella','tableBorderColor':_0x1bb5b5(0x139),'borderWidth':'Spessore\x20bordo','borderStyle':_0x1bb5b5(0x15f),'border':'Bordo','borderStyleSolid':'Continuo','borderStyleDash':'Tratteggiato','borderStyleDot':_0x1bb5b5(0x14b),'borderStyleDashDot':_0x1bb5b5(0x11c),'noBorder':_0x1bb5b5(0x131),'borderPresetAll':_0x1bb5b5(0x158),'borderPresetInner':_0x1bb5b5(0x12b),'borderPresetOuter':'Bordo\x20esterno','borderPresetTop':'Bordo\x20superiore','borderPresetBottom':_0x1bb5b5(0x142),'borderPresetLeft':_0x1bb5b5(0x124),'borderPresetRight':'Bordo\x20destro','borderPresetInnerHorizontal':_0x1bb5b5(0x12f),'borderPresetInnerVertical':_0x1bb5b5(0x151),'none':_0x1bb5b5(0x147),'horizontalAlign':_0x1bb5b5(0x160),'verticalAlign':_0x1bb5b5(0x12c),'alignLeft':_0x1bb5b5(0x138),'alignCenter':_0x1bb5b5(0x148),'alignRight':_0x1bb5b5(0x161),'alignJustify':_0x1bb5b5(0x115),'alignTop':_0x1bb5b5(0x154),'alignMiddle':_0x1bb5b5(0x116),'alignBottom':_0x1bb5b5(0x134),'mergeCells':_0x1bb5b5(0x10f),'unmergeCells':_0x1bb5b5(0x12d),'tableTheme':_0x1bb5b5(0x155),'tableLook':'Aspetto\x20tabella','headerRow':_0x1bb5b5(0x150),'footerRow':_0x1bb5b5(0x11b),'bandedRows':_0x1bb5b5(0x122),'bandedColumns':_0x1bb5b5(0x15c),'firstColumn':'Prima\x20colonna','lastColumn':_0x1bb5b5(0x13f),'bestMatch':_0x1bb5b5(0x11d),'light':'Chiaro','medium':_0x1bb5b5(0x11e),'minimal':_0x1bb5b5(0x140)},'shapePanel':{'fill':{'noFill':_0x1bb5b5(0x120),'solidFill':'Riempimento\x20solido','gradientFill':_0x1bb5b5(0x157),'pictureFill':_0x1bb5b5(0x123),'color':_0x1bb5b5(0x10d),'transparency':_0x1bb5b5(0x143),'picture':{'source':_0x1bb5b5(0x14f),'insert':_0x1bb5b5(0x114)}}},'structuralControls':{'selectRow':_0x1bb5b5(0x10a),'selectColumn':_0x1bb5b5(0x12a),'selectTable':_0x1bb5b5(0x136),'insertRow':'Inserisci\x20riga','insertColumn':_0x1bb5b5(0x11f),'moveRow':_0x1bb5b5(0x12e),'moveColumn':'Sposta\x20colonna','moveRows':_0x1bb5b5(0x135),'moveColumns':'Sposta\x20colonne','cannotMoveMergedRows':_0x1bb5b5(0x10c),'cannotMoveMergedColumns':'Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite'},'contextMenu':{'insert':_0x1bb5b5(0x14a),'delete':_0x1bb5b5(0x13e),'distribute':_0x1bb5b5(0x110),'borders':_0x1bb5b5(0x15a),'tableBackgroundColor':_0x1bb5b5(0x11a),'copy':_0x1bb5b5(0x14d),'cut':_0x1bb5b5(0x118),'deleteTable':_0x1bb5b5(0x10b),'insertRowAbove':_0x1bb5b5(0x146),'insertRowBelow':_0x1bb5b5(0x13c),'insertColumnLeft':_0x1bb5b5(0x130),'insertColumnRight':_0x1bb5b5(0x10e),'deleteRow':_0x1bb5b5(0x132),'deleteColumn':_0x1bb5b5(0x128),'distributeRows':_0x1bb5b5(0x162),'distributeColumns':'Distribuisci\x20colonne','borderAll':_0x1bb5b5(0x158),'borderOuter':_0x1bb5b5(0x149),'borderInner':_0x1bb5b5(0x12b),'borderNone':_0x1bb5b5(0x131)},'colorPreset':{'resetColor':'Reimposta\x20colore','white':_0x1bb5b5(0x14c),'gray100':'Grigio\x20100','primary100':'Primario\x20100','blue100':_0x1bb5b5(0x117),'green100':'Verde\x20100','yellow100':_0x1bb5b5(0x156),'red100':_0x1bb5b5(0x13d),'gray900':'Grigio\x20900','gray500':'Grigio\x20500','red600':_0x1bb5b5(0x13a),'orange600':_0x1bb5b5(0x137),'yellow700':_0x1bb5b5(0x113),'green600':'Verde\x20600','blue600':_0x1bb5b5(0x126),'purple600':_0x1bb5b5(0x159)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x5d16c0=_0x2a1d;(function(_0x2db730,_0xe1dbf0){const _0x449421=_0x2a1d,_0x11c6f2=_0x2db730();while(!![]){try{const _0x4ffeba=parseInt(_0x449421(0x19e))/0x1+parseInt(_0x449421(0x197))/0x2*(parseInt(_0x449421(0x1ba))/0x3)+parseInt(_0x449421(0x188))/0x4+parseInt(_0x449421(0x1af))/0x5+-parseInt(_0x449421(0x19a))/0x6+parseInt(_0x449421(0x192))/0x7+parseInt(_0x449421(0x187))/0x8*(-parseInt(_0x449421(0x1ad))/0x9);if(_0x4ffeba===_0xe1dbf0)break;else _0x11c6f2['push'](_0x11c6f2['shift']());}catch(_0x425193){_0x11c6f2['push'](_0x11c6f2['shift']());}}}(_0x155e,0x6ba87));function _0x155e(){const _0x39c9c5=['2653664FxnFbS','3470760GbgYeu','グラデーション塗りつぶし','Orange\x20600','Insert\x20row\x20above','左罫線','フォントサイズ','Gray\x20100','画像ソース','Copy','セルの結合を解除','1652539bToBYU','左揃え','Insert\x20column','Select\x20column','Inner\x20borders','4AcXusO','White','Distribute','4277292bXekwH','Move\x20column','Blue\x20600','すべての罫線','876182vSxnEl','Delete\x20column','Outer\x20borders','表の罫線色','Yellow\x20700','Select\x20row','Move\x20columns','Primary\x20100','Insert\x20row','画像を挿入','図またはテクスチャ塗りつぶし','Gray\x20900','Delete\x20row','Move\x20row','上罫線','36hDvaze','Reset\x20color','1528670fpFaRz','Cannot\x20move\x20columns\x20across\x20merged\x20cells','内側縦罫線','右揃え','Distribute\x20rows','No\x20border','Purple\x20600','Blue\x20100','Gray\x20500','Insert\x20column\x20right','All\x20borders','292497HZhmWa','上揃え','セルを結合','Distribute\x20columns','Move\x20rows','中央揃え','水平方向の配置','一点鎖線','Borders','Red\x20100','Cut','下揃え','Select\x20table','Delete','罫線なし','Red\x20600','右罫線','内側横罫線','文字の背景色'];_0x155e=function(){return _0x39c9c5;};return _0x155e();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'フォント','fontSize':_0x5d16c0(0x18d),'textColor':'文字色','textBackgroundColor':_0x5d16c0(0x186),'tableBackgroundColor':'表の背景色','tableBorderColor':_0x5d16c0(0x1a1),'borderWidth':'罫線の太さ','borderStyle':'罫線のスタイル','border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x5d16c0(0x17b),'noBorder':_0x5d16c0(0x182),'borderPresetAll':_0x5d16c0(0x19d),'borderPresetInner':'内側の罫線','borderPresetOuter':'外枠','borderPresetTop':_0x5d16c0(0x1ac),'borderPresetBottom':'下罫線','borderPresetLeft':_0x5d16c0(0x18c),'borderPresetRight':_0x5d16c0(0x184),'borderPresetInnerHorizontal':_0x5d16c0(0x185),'borderPresetInnerVertical':_0x5d16c0(0x1b1),'none':'なし','horizontalAlign':_0x5d16c0(0x17a),'verticalAlign':'垂直方向の配置','alignLeft':_0x5d16c0(0x193),'alignCenter':_0x5d16c0(0x179),'alignRight':_0x5d16c0(0x1b2),'alignJustify':'両端揃え','alignTop':_0x5d16c0(0x1bb),'alignMiddle':_0x5d16c0(0x179),'alignBottom':_0x5d16c0(0x17f),'mergeCells':_0x5d16c0(0x1bc),'unmergeCells':_0x5d16c0(0x191)},'shapePanel':{'fill':{'noFill':'塗りつぶしなし','solidFill':'単色塗りつぶし','gradientFill':_0x5d16c0(0x189),'pictureFill':_0x5d16c0(0x1a8),'color':'色','transparency':'透明度','picture':{'source':_0x5d16c0(0x18f),'insert':_0x5d16c0(0x1a7)}}},'structuralControls':{'selectRow':_0x5d16c0(0x1a3),'selectColumn':_0x5d16c0(0x195),'selectTable':_0x5d16c0(0x180),'insertRow':_0x5d16c0(0x1a6),'insertColumn':_0x5d16c0(0x194),'moveRow':_0x5d16c0(0x1ab),'moveColumn':_0x5d16c0(0x19b),'moveRows':_0x5d16c0(0x178),'moveColumns':_0x5d16c0(0x1a4),'cannotMoveMergedRows':'Cannot\x20move\x20rows\x20across\x20merged\x20cells','cannotMoveMergedColumns':_0x5d16c0(0x1b0)},'contextMenu':{'insert':'Insert','delete':_0x5d16c0(0x181),'distribute':_0x5d16c0(0x199),'borders':_0x5d16c0(0x17c),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x5d16c0(0x190),'cut':_0x5d16c0(0x17e),'deleteTable':'Delete\x20table','insertRowAbove':_0x5d16c0(0x18b),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x5d16c0(0x1b8),'deleteRow':_0x5d16c0(0x1aa),'deleteColumn':_0x5d16c0(0x19f),'distributeRows':_0x5d16c0(0x1b3),'distributeColumns':_0x5d16c0(0x177),'borderAll':_0x5d16c0(0x1b9),'borderOuter':_0x5d16c0(0x1a0),'borderInner':_0x5d16c0(0x196),'borderNone':_0x5d16c0(0x1b4)},'colorPreset':{'resetColor':_0x5d16c0(0x1ae),'white':_0x5d16c0(0x198),'gray100':_0x5d16c0(0x18e),'primary100':_0x5d16c0(0x1a5),'blue100':_0x5d16c0(0x1b6),'green100':'Green\x20100','yellow100':'Yellow\x20100','red100':_0x5d16c0(0x17d),'gray900':_0x5d16c0(0x1a9),'gray500':_0x5d16c0(0x1b7),'red600':_0x5d16c0(0x183),'orange600':_0x5d16c0(0x18a),'yellow700':_0x5d16c0(0x1a2),'green600':'Green\x20600','blue600':_0x5d16c0(0x19c),'purple600':_0x5d16c0(0x1b5)}}};function _0x2a1d(_0x1ddf77,_0x2028af){_0x1ddf77=_0x1ddf77-0x177;const _0x155ee0=_0x155e();let _0x2a1dd1=_0x155ee0[_0x1ddf77];return _0x2a1dd1;}export{e as default};
1
+ const _0xdc09b0=_0x3089;(function(_0x26def3,_0x2b8947){const _0x5ce823=_0x3089,_0x154810=_0x26def3();while(!![]){try{const _0x32509f=-parseInt(_0x5ce823(0x12c))/0x1*(parseInt(_0x5ce823(0x136))/0x2)+-parseInt(_0x5ce823(0x108))/0x3*(-parseInt(_0x5ce823(0x12b))/0x4)+-parseInt(_0x5ce823(0x140))/0x5*(parseInt(_0x5ce823(0x144))/0x6)+-parseInt(_0x5ce823(0x134))/0x7+-parseInt(_0x5ce823(0x116))/0x8*(-parseInt(_0x5ce823(0x12a))/0x9)+parseInt(_0x5ce823(0x112))/0xa+-parseInt(_0x5ce823(0x11a))/0xb;if(_0x32509f===_0x2b8947)break;else _0x154810['push'](_0x154810['shift']());}catch(_0x4444e6){_0x154810['push'](_0x154810['shift']());}}}(_0x214d,0xaa064));function _0x3089(_0xa090fc,_0x1927cf){_0xa090fc=_0xa090fc-0xf8;const _0x214df8=_0x214d();let _0x308916=_0x214df8[_0xa090fc];return _0x308916;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0xdc09b0(0x114),'fontSize':_0xdc09b0(0x139),'textFormat':'テキスト形式','bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0xdc09b0(0x149),'textColor':_0xdc09b0(0x13a),'textBackgroundColor':_0xdc09b0(0x130),'tableBackgroundColor':_0xdc09b0(0x11c),'tableBorderColor':_0xdc09b0(0x100),'borderWidth':_0xdc09b0(0x147),'borderStyle':_0xdc09b0(0xff),'border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0xdc09b0(0x113),'noBorder':'罫線なし','borderPresetAll':_0xdc09b0(0x118),'borderPresetInner':_0xdc09b0(0xfd),'borderPresetOuter':'外枠','borderPresetTop':_0xdc09b0(0x13c),'borderPresetBottom':_0xdc09b0(0x127),'borderPresetLeft':_0xdc09b0(0xf9),'borderPresetRight':'右罫線','borderPresetInnerHorizontal':_0xdc09b0(0x148),'borderPresetInnerVertical':_0xdc09b0(0x135),'none':'なし','horizontalAlign':_0xdc09b0(0x107),'verticalAlign':'垂直方向の配置','alignLeft':_0xdc09b0(0xf8),'alignCenter':_0xdc09b0(0x102),'alignRight':_0xdc09b0(0x123),'alignJustify':_0xdc09b0(0x132),'alignTop':_0xdc09b0(0x12e),'alignMiddle':_0xdc09b0(0x102),'alignBottom':_0xdc09b0(0x11b),'mergeCells':_0xdc09b0(0x125),'unmergeCells':_0xdc09b0(0x104),'tableTheme':_0xdc09b0(0x138),'tableLook':_0xdc09b0(0x12f),'headerRow':_0xdc09b0(0x11d),'footerRow':_0xdc09b0(0x128),'bandedRows':_0xdc09b0(0x143),'bandedColumns':_0xdc09b0(0x10d),'firstColumn':_0xdc09b0(0x141),'lastColumn':_0xdc09b0(0x121),'bestMatch':_0xdc09b0(0x110),'light':_0xdc09b0(0x106),'medium':'中','minimal':'最小'},'shapePanel':{'fill':{'noFill':_0xdc09b0(0x129),'solidFill':_0xdc09b0(0x11e),'gradientFill':'グラデーション塗りつぶし','pictureFill':'図またはテクスチャ塗りつぶし','color':'色','transparency':_0xdc09b0(0x101),'picture':{'source':_0xdc09b0(0xfc),'insert':_0xdc09b0(0x119)}}},'structuralControls':{'selectRow':'行を選択','selectColumn':_0xdc09b0(0x10a),'selectTable':_0xdc09b0(0x137),'insertRow':'行を挿入','insertColumn':'列を挿入','moveRow':'行を移動','moveColumn':'列を移動','moveRows':_0xdc09b0(0x126),'moveColumns':_0xdc09b0(0xfa),'cannotMoveMergedRows':_0xdc09b0(0x122),'cannotMoveMergedColumns':'結合されたセルをまたいで列を移動することはできません'},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0xdc09b0(0x109),'borders':'罫線','tableBackgroundColor':'表の背景色','copy':_0xdc09b0(0x10c),'cut':_0xdc09b0(0x13d),'deleteTable':_0xdc09b0(0x146),'insertRowAbove':'上に行を挿入','insertRowBelow':_0xdc09b0(0x131),'insertColumnLeft':_0xdc09b0(0x12d),'insertColumnRight':_0xdc09b0(0x120),'deleteRow':_0xdc09b0(0x111),'deleteColumn':_0xdc09b0(0x145),'distributeRows':_0xdc09b0(0x117),'distributeColumns':_0xdc09b0(0x103),'borderAll':_0xdc09b0(0x118),'borderOuter':_0xdc09b0(0xfb),'borderInner':_0xdc09b0(0xfd),'borderNone':_0xdc09b0(0x13e)},'colorPreset':{'resetColor':_0xdc09b0(0x124),'white':'白','gray100':_0xdc09b0(0x115),'primary100':_0xdc09b0(0x10f),'blue100':_0xdc09b0(0x11f),'green100':'緑\x20100','yellow100':_0xdc09b0(0x105),'red100':'赤\x20100','gray900':_0xdc09b0(0x13b),'gray500':_0xdc09b0(0x13f),'red600':'赤\x20600','orange600':_0xdc09b0(0x10b),'yellow700':_0xdc09b0(0x133),'green600':_0xdc09b0(0x142),'blue600':_0xdc09b0(0xfe),'purple600':_0xdc09b0(0x10e)}}};function _0x214d(){const _0x835b9a=['青\x20100','右に列を挿入','最後の列','結合されたセルをまたいで行を移動することはできません','右揃え','色をリセット','セルを結合','行を移動','下罫線','集計行','塗りつぶしなし','9wKOnCF','786172TxSZhp','130187LDZQiU','左に列を挿入','上揃え','表の外観','文字の背景色','下に行を挿入','両端揃え','黄\x20700','4416860RoBQYP','内側縦罫線','2wNpBgX','表を選択','表のテーマ','フォントサイズ','文字色','グレー\x20900','上罫線','切り取り','罫線なし','グレー\x20500','5kURoMI','最初の列','緑\x20600','縞模様の行','2477346eAShKh','列を削除','表を削除','罫線の太さ','内側横罫線','取り消し線','左揃え','左罫線','列を移動','外側の罫線','画像ソース','内側の罫線','青\x20600','罫線のスタイル','表の罫線色','透明度','中央揃え','列を均等配置','セルの結合を解除','黄\x20100','明るい','水平方向の配置','15LAMMWN','均等配置','列を選択','オレンジ\x20600','コピー','縞模様の列','紫\x20600','プライマリ\x20100','最適な組み合わせ','行を削除','10106880PqgSkJ','一点鎖線','フォント','グレー\x20100','4246392baUVTc','行を均等配置','すべての罫線','画像を挿入','7190964jiklXm','下揃え','表の背景色','見出し行','単色塗りつぶし'];_0x214d=function(){return _0x835b9a;};return _0x214d();}export{e as default};
@@ -1 +1 @@
1
- function _0x1eea(_0x32800f,_0x5c0657){_0x32800f=_0x32800f-0x146;const _0x455112=_0x4551();let _0x1eea9e=_0x455112[_0x32800f];return _0x1eea9e;}function _0x4551(){const _0x3ca976=['Purple\x20600','Blue\x20600','Gray\x20900','3970020eBzKjx','단색\x20채우기','Table\x20background\x20color','아래쪽\x20정렬','1463032qmcQzO','Primary\x20100','Outer\x20borders','Insert\x20row\x20above','바깥쪽\x20테두리','안쪽\x20테두리','Select\x20row','Blue\x20100','모든\x20테두리','All\x20borders','왼쪽\x20테두리','안쪽\x20가로\x20테두리','21945Kxdxoj','No\x20border','Delete\x20column','Insert\x20column','Inner\x20borders','Orange\x20600','10VkXBiL','Gray\x20500','세로\x20정렬','표\x20배경색','Insert\x20column\x20left','444IbazkQ','테두리\x20두께','그라데이션\x20채우기','가운데\x20정렬','표\x20테두리\x20색','Distribute\x20columns','Reset\x20color','아래쪽\x20테두리','Red\x20100','Gray\x20100','4804932WpSBDl','Select\x20table','채우기\x20없음','Move\x20row','9sPoMin','테두리','Insert\x20row\x20below','가로\x20정렬','Distribute\x20rows','셀\x20병합\x20해제','Insert\x20row','그림\x20원본','Yellow\x20100','Select\x20column','오른쪽\x20테두리','Move\x20rows','Yellow\x20700','Copy','Insert','그림\x20또는\x20질감\x20채우기','425452SybyHm','Cannot\x20move\x20columns\x20across\x20merged\x20cells','텍스트\x20배경색','Delete\x20table','Delete\x20row','12516DUEqWQ','위쪽\x20정렬','Move\x20columns','안쪽\x20세로\x20테두리','테두리\x20스타일','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Cut','375487aWhulF','Distribute','Delete','위쪽\x20테두리','5hDJXpq'];_0x4551=function(){return _0x3ca976;};return _0x4551();}const _0x5347b4=_0x1eea;(function(_0x20baf7,_0x5542f4){const _0x1ad81e=_0x1eea,_0x45b3e5=_0x20baf7();while(!![]){try{const _0x5008fb=parseInt(_0x1ad81e(0x18c))/0x1+parseInt(_0x1ad81e(0x15d))/0x2*(parseInt(_0x1ad81e(0x157))/0x3)+-parseInt(_0x1ad81e(0x180))/0x4*(parseInt(_0x1ad81e(0x190))/0x5)+-parseInt(_0x1ad81e(0x162))/0x6*(-parseInt(_0x1ad81e(0x185))/0x7)+parseInt(_0x1ad81e(0x14b))/0x8*(-parseInt(_0x1ad81e(0x170))/0x9)+parseInt(_0x1ad81e(0x147))/0xa+-parseInt(_0x1ad81e(0x16c))/0xb;if(_0x5008fb===_0x5542f4)break;else _0x45b3e5['push'](_0x45b3e5['shift']());}catch(_0x5ea454){_0x45b3e5['push'](_0x45b3e5['shift']());}}}(_0x4551,0x3491a));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'글꼴','fontSize':'글꼴\x20크기','textColor':'텍스트\x20색상','textBackgroundColor':_0x5347b4(0x182),'tableBackgroundColor':_0x5347b4(0x160),'tableBorderColor':_0x5347b4(0x166),'borderWidth':_0x5347b4(0x163),'borderStyle':_0x5347b4(0x189),'border':_0x5347b4(0x171),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':'일점쇄선','noBorder':'테두리\x20없음','borderPresetAll':_0x5347b4(0x153),'borderPresetInner':_0x5347b4(0x150),'borderPresetOuter':_0x5347b4(0x14f),'borderPresetTop':_0x5347b4(0x18f),'borderPresetBottom':_0x5347b4(0x169),'borderPresetLeft':_0x5347b4(0x155),'borderPresetRight':_0x5347b4(0x17a),'borderPresetInnerHorizontal':_0x5347b4(0x156),'borderPresetInnerVertical':_0x5347b4(0x188),'none':'없음','horizontalAlign':_0x5347b4(0x173),'verticalAlign':_0x5347b4(0x15f),'alignLeft':'왼쪽\x20정렬','alignCenter':_0x5347b4(0x165),'alignRight':'오른쪽\x20정렬','alignJustify':'양쪽\x20맞춤','alignTop':_0x5347b4(0x186),'alignMiddle':'세로\x20가운데\x20정렬','alignBottom':_0x5347b4(0x14a),'mergeCells':'셀\x20병합','unmergeCells':_0x5347b4(0x175)},'shapePanel':{'fill':{'noFill':_0x5347b4(0x16e),'solidFill':_0x5347b4(0x148),'gradientFill':_0x5347b4(0x164),'pictureFill':_0x5347b4(0x17f),'color':'색','transparency':'투명도','picture':{'source':_0x5347b4(0x177),'insert':'그림\x20삽입'}}},'structuralControls':{'selectRow':_0x5347b4(0x151),'selectColumn':_0x5347b4(0x179),'selectTable':_0x5347b4(0x16d),'insertRow':_0x5347b4(0x176),'insertColumn':_0x5347b4(0x15a),'moveRow':_0x5347b4(0x16f),'moveColumn':'Move\x20column','moveRows':_0x5347b4(0x17b),'moveColumns':_0x5347b4(0x187),'cannotMoveMergedRows':_0x5347b4(0x18a),'cannotMoveMergedColumns':_0x5347b4(0x181)},'contextMenu':{'insert':_0x5347b4(0x17e),'delete':_0x5347b4(0x18e),'distribute':_0x5347b4(0x18d),'borders':'Borders','tableBackgroundColor':_0x5347b4(0x149),'copy':_0x5347b4(0x17d),'cut':_0x5347b4(0x18b),'deleteTable':_0x5347b4(0x183),'insertRowAbove':_0x5347b4(0x14e),'insertRowBelow':_0x5347b4(0x172),'insertColumnLeft':_0x5347b4(0x161),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x5347b4(0x184),'deleteColumn':_0x5347b4(0x159),'distributeRows':_0x5347b4(0x174),'distributeColumns':_0x5347b4(0x167),'borderAll':_0x5347b4(0x154),'borderOuter':_0x5347b4(0x14d),'borderInner':_0x5347b4(0x15b),'borderNone':_0x5347b4(0x158)},'colorPreset':{'resetColor':_0x5347b4(0x168),'white':'White','gray100':_0x5347b4(0x16b),'primary100':_0x5347b4(0x14c),'blue100':_0x5347b4(0x152),'green100':'Green\x20100','yellow100':_0x5347b4(0x178),'red100':_0x5347b4(0x16a),'gray900':_0x5347b4(0x146),'gray500':_0x5347b4(0x15e),'red600':'Red\x20600','orange600':_0x5347b4(0x15c),'yellow700':_0x5347b4(0x17c),'green600':'Green\x20600','blue600':_0x5347b4(0x192),'purple600':_0x5347b4(0x191)}}};export{e as default};
1
+ const _0xb6f49c=_0x489a;function _0x214d(){const _0x65a25c=['양쪽\x20맞춤','행\x20이동','텍스트\x20형식','세로\x20정렬','1112304NMiZWN','줄무늬\x20열','세로\x20가운데\x20정렬','10RMiVRw','기본\x20100','열\x20삽입','그림\x20원본','4420698ipWEKp','바닥글\x20행','투명도','오른쪽에\x20열\x20삽입','병합된\x20셀을\x20가로질러\x20행을\x20이동할\x20수\x20없습니다','위에\x20행\x20삽입','표\x20배경색','3196980rorLCr','10DghSSq','최적\x20맞춤','행\x20삭제','첫\x20열','바깥쪽\x20테두리','표\x20테마','44OrXgxi','아래쪽\x20테두리','표\x20선택','머리글\x20행','아래쪽\x20정렬','왼쪽\x20정렬','녹색\x20600','행\x20선택','2264536BhspuS','테두리\x20두께','병합된\x20셀을\x20가로질러\x20열을\x20이동할\x20수\x20없습니다','안쪽\x20세로\x20테두리','오른쪽\x20정렬','일점쇄선','안쪽\x20가로\x20테두리','왼쪽에\x20열\x20삽입','잘라내기','행\x20삽입','노란색\x20100','2IIRfif','텍스트\x20배경색','모든\x20테두리','파란색\x20100','356729sWeCcm','열\x20이동','노란색\x20700','열\x20균등\x20분배','표\x20모양','11420072UBgEMM','줄무늬\x20행','7akhsOZ','파란색\x20600','행\x20균등\x20분배','단색\x20채우기','회색\x20500','빨간색\x20100','보라색\x20600','위쪽\x20정렬','오른쪽\x20테두리','그림\x20삽입','열\x20삭제','글꼴\x20크기','위쪽\x20테두리','회색\x20100','그림\x20또는\x20질감\x20채우기','테두리','색상\x20초기화','표\x20테두리\x20색','테두리\x20없음','기울임꼴','주황색\x20600','빨간색\x20600','마지막\x20열','왼쪽\x20테두리','5578857YTYNwt','테두리\x20스타일','가로\x20정렬'];_0x214d=function(){return _0x65a25c;};return _0x214d();}function _0x489a(_0x3b0bfc,_0x5f0805){_0x3b0bfc=_0x3b0bfc-0x108;const _0x214df4=_0x214d();let _0x489ac9=_0x214df4[_0x3b0bfc];return _0x489ac9;}(function(_0x25122d,_0x404b8f){const _0x4c842f=_0x489a,_0x24687a=_0x25122d();while(!![]){try{const _0x1d8867=-parseInt(_0x4c842f(0x10f))/0x1*(-parseInt(_0x4c842f(0x10b))/0x2)+-parseInt(_0x4c842f(0x143))/0x3+parseInt(_0x4c842f(0x152))/0x4*(parseInt(_0x4c842f(0x144))/0x5)+parseInt(_0x4c842f(0x13c))/0x6+-parseInt(_0x4c842f(0x116))/0x7*(parseInt(_0x4c842f(0x114))/0x8)+-parseInt(_0x4c842f(0x12e))/0x9*(-parseInt(_0x4c842f(0x138))/0xa)+parseInt(_0x4c842f(0x14a))/0xb*(parseInt(_0x4c842f(0x135))/0xc);if(_0x1d8867===_0x404b8f)break;else _0x24687a['push'](_0x24687a['shift']());}catch(_0x3b1a36){_0x24687a['push'](_0x24687a['shift']());}}}(_0x214d,0xb0934));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'글꼴','fontSize':_0xb6f49c(0x121),'textFormat':_0xb6f49c(0x133),'bold':'굵게','italic':_0xb6f49c(0x129),'underline':'밑줄','strikethrough':'취소선','textColor':'텍스트\x20색상','textBackgroundColor':_0xb6f49c(0x10c),'tableBackgroundColor':_0xb6f49c(0x142),'tableBorderColor':_0xb6f49c(0x127),'borderWidth':_0xb6f49c(0x153),'borderStyle':_0xb6f49c(0x12f),'border':_0xb6f49c(0x125),'borderStyleSolid':'실선','borderStyleDash':'파선','borderStyleDot':'점선','borderStyleDashDot':_0xb6f49c(0x157),'noBorder':_0xb6f49c(0x128),'borderPresetAll':_0xb6f49c(0x10d),'borderPresetInner':'안쪽\x20테두리','borderPresetOuter':_0xb6f49c(0x148),'borderPresetTop':_0xb6f49c(0x122),'borderPresetBottom':_0xb6f49c(0x14b),'borderPresetLeft':_0xb6f49c(0x12d),'borderPresetRight':_0xb6f49c(0x11e),'borderPresetInnerHorizontal':_0xb6f49c(0x158),'borderPresetInnerVertical':_0xb6f49c(0x155),'none':'없음','horizontalAlign':_0xb6f49c(0x130),'verticalAlign':_0xb6f49c(0x134),'alignLeft':_0xb6f49c(0x14f),'alignCenter':'가운데\x20정렬','alignRight':_0xb6f49c(0x156),'alignJustify':_0xb6f49c(0x131),'alignTop':_0xb6f49c(0x11d),'alignMiddle':_0xb6f49c(0x137),'alignBottom':_0xb6f49c(0x14e),'mergeCells':'셀\x20병합','unmergeCells':'셀\x20병합\x20해제','tableTheme':_0xb6f49c(0x149),'tableLook':_0xb6f49c(0x113),'headerRow':_0xb6f49c(0x14d),'footerRow':_0xb6f49c(0x13d),'bandedRows':_0xb6f49c(0x115),'bandedColumns':_0xb6f49c(0x136),'firstColumn':_0xb6f49c(0x147),'lastColumn':_0xb6f49c(0x12c),'bestMatch':_0xb6f49c(0x145),'light':'밝게','medium':'중간','minimal':'최소'},'shapePanel':{'fill':{'noFill':'채우기\x20없음','solidFill':_0xb6f49c(0x119),'gradientFill':'그라데이션\x20채우기','pictureFill':_0xb6f49c(0x124),'color':'색','transparency':_0xb6f49c(0x13e),'picture':{'source':_0xb6f49c(0x13b),'insert':_0xb6f49c(0x11f)}}},'structuralControls':{'selectRow':_0xb6f49c(0x151),'selectColumn':'열\x20선택','selectTable':_0xb6f49c(0x14c),'insertRow':_0xb6f49c(0x109),'insertColumn':_0xb6f49c(0x13a),'moveRow':_0xb6f49c(0x132),'moveColumn':_0xb6f49c(0x110),'moveRows':_0xb6f49c(0x132),'moveColumns':'열\x20이동','cannotMoveMergedRows':_0xb6f49c(0x140),'cannotMoveMergedColumns':_0xb6f49c(0x154)},'contextMenu':{'insert':'삽입','delete':'삭제','distribute':'분배','borders':_0xb6f49c(0x125),'tableBackgroundColor':_0xb6f49c(0x142),'copy':'복사','cut':_0xb6f49c(0x108),'deleteTable':'표\x20삭제','insertRowAbove':_0xb6f49c(0x141),'insertRowBelow':'아래에\x20행\x20삽입','insertColumnLeft':_0xb6f49c(0x159),'insertColumnRight':_0xb6f49c(0x13f),'deleteRow':_0xb6f49c(0x146),'deleteColumn':_0xb6f49c(0x120),'distributeRows':_0xb6f49c(0x118),'distributeColumns':_0xb6f49c(0x112),'borderAll':_0xb6f49c(0x10d),'borderOuter':_0xb6f49c(0x148),'borderInner':'안쪽\x20테두리','borderNone':_0xb6f49c(0x128)},'colorPreset':{'resetColor':_0xb6f49c(0x126),'white':'흰색','gray100':_0xb6f49c(0x123),'primary100':_0xb6f49c(0x139),'blue100':_0xb6f49c(0x10e),'green100':'녹색\x20100','yellow100':_0xb6f49c(0x10a),'red100':_0xb6f49c(0x11b),'gray900':'회색\x20900','gray500':_0xb6f49c(0x11a),'red600':_0xb6f49c(0x12b),'orange600':_0xb6f49c(0x12a),'yellow700':_0xb6f49c(0x111),'green600':_0xb6f49c(0x150),'blue600':_0xb6f49c(0x117),'purple600':_0xb6f49c(0x11c)}}};export{e as default};