@univerjs-pro/slides-table-ui 1.0.0-beta.0 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +164 -17
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/commands/operations/table-contextmenu.operation.d.ts +4 -0
  63. package/lib/types/commands/operations/table-keyboard.operation.d.ts +1 -0
  64. package/lib/types/commands/operations/toggle-slide-table-floating-toolbar.operation.d.ts +2 -0
  65. package/lib/types/components/table-design-ribbon/SlideTableDesignRibbonControls.d.ts +6 -0
  66. package/lib/types/config/config.d.ts +2 -0
  67. package/lib/types/const/ribbon.d.ts +7 -0
  68. package/lib/types/controllers/components.controller.d.ts +9 -0
  69. package/lib/types/controllers/slide-table-contextual-ribbon.controller.d.ts +24 -0
  70. package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +3 -0
  71. package/lib/types/index.d.ts +2 -0
  72. package/lib/types/locale/en-US.d.ts +18 -0
  73. package/lib/types/menu/contextmenu.menu.d.ts +2 -1
  74. package/lib/types/menu/schema.d.ts +1 -0
  75. package/lib/types/menu/table-design-ribbon.menu.d.ts +16 -0
  76. package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +1 -1
  77. package/lib/types/render-objects/slide-table-object.d.ts +8 -3
  78. package/lib/types/services/slide-table-floating-toolbar.service.d.ts +16 -0
  79. package/lib/types/services/slide-table-keyboard.service.d.ts +1 -0
  80. package/lib/types/utils/slide-table-contextmenu-model.d.ts +8 -2
  81. package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +1 -2
  82. package/lib/types/utils/slide-table-toolbar-values.d.ts +2 -0
  83. package/lib/types/views/SlideTableFloatingToolbar.d.ts +5 -0
  84. package/lib/types/views/TableThemeGallery.d.ts +2 -0
  85. package/lib/types/views/table-floating-toolbar/SlideTableFillControls.d.ts +2 -0
  86. package/lib/types/views/table-floating-toolbar/SlideTableFormattingControls.d.ts +6 -0
  87. package/lib/umd/index.js +1 -1
  88. package/lib/umd/locale/ar-SA.js +1 -1
  89. package/lib/umd/locale/ca-ES.js +1 -1
  90. package/lib/umd/locale/de-DE.js +1 -1
  91. package/lib/umd/locale/en-US.js +1 -1
  92. package/lib/umd/locale/es-ES.js +1 -1
  93. package/lib/umd/locale/fa-IR.js +1 -1
  94. package/lib/umd/locale/fr-FR.js +1 -1
  95. package/lib/umd/locale/id-ID.js +1 -1
  96. package/lib/umd/locale/it-IT.js +1 -1
  97. package/lib/umd/locale/ja-JP.js +1 -1
  98. package/lib/umd/locale/ko-KR.js +1 -1
  99. package/lib/umd/locale/pl-PL.js +1 -1
  100. package/lib/umd/locale/pt-BR.js +1 -1
  101. package/lib/umd/locale/ru-RU.js +1 -1
  102. package/lib/umd/locale/sk-SK.js +1 -1
  103. package/lib/umd/locale/vi-VN.js +1 -1
  104. package/lib/umd/locale/zh-CN.js +1 -1
  105. package/lib/umd/locale/zh-HK.js +1 -1
  106. package/lib/umd/locale/zh-TW.js +1 -1
  107. package/package.json +15 -14
@@ -1 +1 @@
1
- const _0xf6fa82=_0x14f2;(function(_0x217698,_0x523fa7){const _0x3a0186=_0x14f2,_0xcb64cc=_0x217698();while(!![]){try{const _0x1478b5=-parseInt(_0x3a0186(0x1d8))/0x1*(parseInt(_0x3a0186(0x1b7))/0x2)+parseInt(_0x3a0186(0x1b0))/0x3+parseInt(_0x3a0186(0x1e0))/0x4+-parseInt(_0x3a0186(0x1b2))/0x5*(-parseInt(_0x3a0186(0x1cd))/0x6)+parseInt(_0x3a0186(0x1df))/0x7+-parseInt(_0x3a0186(0x1b9))/0x8*(-parseInt(_0x3a0186(0x19a))/0x9)+parseInt(_0x3a0186(0x1a9))/0xa*(-parseInt(_0x3a0186(0x1d6))/0xb);if(_0x1478b5===_0x523fa7)break;else _0xcb64cc['push'](_0xcb64cc['shift']());}catch(_0xd4067f){_0xcb64cc['push'](_0xcb64cc['shift']());}}}(_0x508e,0xd66d2));function _0x508e(){const _0x31d75a=['غامق','إعادة\x20تعيين\x20اللون','حذف\x20الصف','حجم\x20الخط','إدراج\x20صورة','الحدود','الحد\x20الأفقي\x20الداخلي','بلا\x20حدود','الحد\x20السفلي','إدراج\x20صف\x20أدناه','صف\x20الرأس','الحدود\x20الخارجية','عرض\x20الحد','10wTQSkX','أصفر\x20700','الحدود\x20الداخلية','ضبط','أخضر\x20100','دمج\x20الخلايا','الحد\x20الأيسر','4011375fKJNri','لون\x20خلفية\x20الجدول','10TKhGHh','برتقالي\x20600','تعبئة\x20صورة\x20أو\x20نسيج','الشفافية','شرطة\x20ونقطة','20KCAOJX','نسخ','3440BLPDaX','صف\x20التذييل','رمادي\x20100','إدراج\x20عمود\x20إلى\x20اليمين','تحديد\x20الجدول','تسطير','أفضل\x20تطابق','أحمر\x20100','نقل\x20صف','الخط','محاذاة\x20لليسار','بدون\x20حدود','الحد\x20الخارجي','محاذاة\x20أفقية','حذف\x20الجدول','محاذاة\x20للوسط\x20عموديًا','نقل\x20الصفوف','رمادي\x20900','أخضر\x20600','متقطع','5131356AzvYvc','لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة','الحد\x20العلوي','مصدر\x20الصورة','لون\x20النص','لون\x20حد\x20الجدول','إدراج\x20صف\x20أعلاه','أحمر\x20600','57140644UtcqMx','تعبئة\x20متدرجة','81754SdGyOS','أزرق\x20100','لا\x20شيء','فاتح','حذف','يتوسطه\x20خط','العمود\x20الأخير','9346120SDJjyG','5288748ORLrET','تحديد\x20الصف','تنسيق\x20النص','توزيع\x20الأعمدة','الحد\x20الأيمن','صفوف\x20متناوبة','محاذاة\x20للأعلى','بنفسجي\x20600','إدراج\x20صف','مائل','محاذاة\x20للأسفل','أساسي\x20100','أبيض','أزرق\x20600','نقل\x20عمود','الحد','مظهر\x20الجدول','نسق\x20الجدول','كل\x20الحدود','حذف\x20العمود','بسيط','24813RQmSdN','رمادي\x20500'];_0x508e=function(){return _0x31d75a;};return _0x508e();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0xf6fa82(0x1c2),'fontSize':_0xf6fa82(0x19f),'textFormat':_0xf6fa82(0x1e2),'bold':_0xf6fa82(0x19c),'italic':_0xf6fa82(0x1e9),'underline':_0xf6fa82(0x1be),'strikethrough':_0xf6fa82(0x1dd),'textColor':_0xf6fa82(0x1d2),'textBackgroundColor':'لون\x20خلفية\x20النص','tableBackgroundColor':_0xf6fa82(0x1b1),'tableBorderColor':_0xf6fa82(0x1d3),'borderWidth':_0xf6fa82(0x1a8),'borderStyle':'نمط\x20الحد','border':_0xf6fa82(0x194),'borderStyleSolid':'صلب','borderStyleDash':_0xf6fa82(0x1cc),'borderStyleDot':'منقط','borderStyleDashDot':_0xf6fa82(0x1b6),'noBorder':_0xf6fa82(0x1a3),'borderPresetAll':_0xf6fa82(0x197),'borderPresetInner':_0xf6fa82(0x1ab),'borderPresetOuter':_0xf6fa82(0x1c5),'borderPresetTop':_0xf6fa82(0x1d0),'borderPresetBottom':_0xf6fa82(0x1a4),'borderPresetLeft':_0xf6fa82(0x1af),'borderPresetRight':_0xf6fa82(0x1e4),'borderPresetInnerHorizontal':_0xf6fa82(0x1a2),'borderPresetInnerVertical':'الحد\x20العمودي\x20الداخلي','none':_0xf6fa82(0x1da),'horizontalAlign':_0xf6fa82(0x1c6),'verticalAlign':'محاذاة\x20عمودية','alignLeft':_0xf6fa82(0x1c3),'alignCenter':'محاذاة\x20للوسط','alignRight':'محاذاة\x20لليمين','alignJustify':_0xf6fa82(0x1ac),'alignTop':_0xf6fa82(0x1e6),'alignMiddle':_0xf6fa82(0x1c8),'alignBottom':_0xf6fa82(0x1ea),'mergeCells':_0xf6fa82(0x1ae),'unmergeCells':'إلغاء\x20دمج\x20الخلايا','tableTheme':_0xf6fa82(0x196),'tableLook':_0xf6fa82(0x195),'headerRow':_0xf6fa82(0x1a6),'footerRow':_0xf6fa82(0x1ba),'bandedRows':_0xf6fa82(0x1e5),'bandedColumns':'أعمدة\x20متناوبة','firstColumn':'العمود\x20الأول','lastColumn':_0xf6fa82(0x1de),'bestMatch':_0xf6fa82(0x1bf),'light':_0xf6fa82(0x1db),'medium':'متوسط','minimal':_0xf6fa82(0x199)},'shapePanel':{'fill':{'noFill':'بدون\x20تعبئة','solidFill':'تعبئة\x20صلبة','gradientFill':_0xf6fa82(0x1d7),'pictureFill':_0xf6fa82(0x1b4),'color':'اللون','transparency':_0xf6fa82(0x1b5),'picture':{'source':_0xf6fa82(0x1d1),'insert':_0xf6fa82(0x1a0)}}},'structuralControls':{'selectRow':_0xf6fa82(0x1e1),'selectColumn':'تحديد\x20العمود','selectTable':_0xf6fa82(0x1bd),'insertRow':_0xf6fa82(0x1e8),'insertColumn':'إدراج\x20عمود','moveRow':_0xf6fa82(0x1c1),'moveColumn':_0xf6fa82(0x1ee),'moveRows':_0xf6fa82(0x1c9),'moveColumns':'نقل\x20الأعمدة','cannotMoveMergedRows':_0xf6fa82(0x1ce),'cannotMoveMergedColumns':_0xf6fa82(0x1cf)},'contextMenu':{'insert':'إدراج','delete':_0xf6fa82(0x1dc),'distribute':'توزيع','borders':_0xf6fa82(0x1a1),'tableBackgroundColor':_0xf6fa82(0x1b1),'copy':_0xf6fa82(0x1b8),'cut':'قص','deleteTable':_0xf6fa82(0x1c7),'insertRowAbove':_0xf6fa82(0x1d4),'insertRowBelow':_0xf6fa82(0x1a5),'insertColumnLeft':'إدراج\x20عمود\x20إلى\x20اليسار','insertColumnRight':_0xf6fa82(0x1bc),'deleteRow':_0xf6fa82(0x19e),'deleteColumn':_0xf6fa82(0x198),'distributeRows':'توزيع\x20الصفوف','distributeColumns':_0xf6fa82(0x1e3),'borderAll':_0xf6fa82(0x197),'borderOuter':_0xf6fa82(0x1a7),'borderInner':_0xf6fa82(0x1ab),'borderNone':_0xf6fa82(0x1c4)},'colorPreset':{'resetColor':_0xf6fa82(0x19d),'white':_0xf6fa82(0x1ec),'gray100':_0xf6fa82(0x1bb),'primary100':_0xf6fa82(0x1eb),'blue100':_0xf6fa82(0x1d9),'green100':_0xf6fa82(0x1ad),'yellow100':'أصفر\x20100','red100':_0xf6fa82(0x1c0),'gray900':_0xf6fa82(0x1ca),'gray500':_0xf6fa82(0x19b),'red600':_0xf6fa82(0x1d5),'orange600':_0xf6fa82(0x1b3),'yellow700':_0xf6fa82(0x1aa),'green600':_0xf6fa82(0x1cb),'blue600':_0xf6fa82(0x1ed),'purple600':_0xf6fa82(0x1e7)}}};function _0x14f2(_0x40a73e,_0x136dd1){_0x40a73e=_0x40a73e-0x194;const _0x508e86=_0x508e();let _0x14f2f2=_0x508e86[_0x40a73e];return _0x14f2f2;}export{e as default};
1
+ function _0x2f1d(_0x214588,_0x55adf2){_0x214588=_0x214588-0xe0;const _0x170a14=_0x170a();let _0x2f1dc1=_0x170a14[_0x214588];return _0x2f1dc1;}const _0x5e76df=_0x2f1d;(function(_0x276424,_0x19a263){const _0x1b5d47=_0x2f1d,_0x3bf2cb=_0x276424();while(!![]){try{const _0x2d457c=parseInt(_0x1b5d47(0x12b))/0x1+-parseInt(_0x1b5d47(0x134))/0x2+parseInt(_0x1b5d47(0x12d))/0x3+parseInt(_0x1b5d47(0xf8))/0x4+-parseInt(_0x1b5d47(0x13b))/0x5+-parseInt(_0x1b5d47(0x139))/0x6+parseInt(_0x1b5d47(0xf2))/0x7;if(_0x2d457c===_0x19a263)break;else _0x3bf2cb['push'](_0x3bf2cb['shift']());}catch(_0x2c8522){_0x3bf2cb['push'](_0x3bf2cb['shift']());}}}(_0x170a,0xafe24));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x5e76df(0x101),'styles':_0x5e76df(0x10f),'cellStyle':'نمط\x20الخلية','text':_0x5e76df(0x112),'layout':_0x5e76df(0x11e),'arrange':_0x5e76df(0xe8),'panel':_0x5e76df(0x133),'floatingToolbar':'شريط\x20الأدوات\x20العائم','arrangeForward':'إحضار\x20إلى\x20الأمام','arrangeBackward':_0x5e76df(0x126),'bringToFront':_0x5e76df(0xfe),'sendToBack':'إرسال\x20إلى\x20المؤخرة'},'editorToolbar':{'fontFamily':_0x5e76df(0x141),'fontSize':_0x5e76df(0xfb),'increaseFontSize':_0x5e76df(0x129),'decreaseFontSize':_0x5e76df(0xf1),'orderedList':_0x5e76df(0x105),'bulletList':_0x5e76df(0xeb),'textFormat':'تنسيق\x20النص','bold':_0x5e76df(0xf6),'italic':'مائل','underline':_0x5e76df(0xe2),'strikethrough':_0x5e76df(0x143),'textColor':'لون\x20النص','textBackgroundColor':_0x5e76df(0xe1),'tableBackgroundColor':'لون\x20خلفية\x20الجدول','tableBorderColor':'لون\x20حد\x20الجدول','borderWidth':_0x5e76df(0x144),'borderStyle':_0x5e76df(0x12e),'border':_0x5e76df(0x142),'borderStyleSolid':_0x5e76df(0x10d),'borderStyleDash':_0x5e76df(0x140),'borderStyleDot':_0x5e76df(0x11f),'borderStyleDashDot':_0x5e76df(0x12a),'noBorder':'بلا\x20حدود','borderPresetAll':_0x5e76df(0x104),'borderPresetInner':_0x5e76df(0xf0),'borderPresetOuter':_0x5e76df(0xee),'borderPresetTop':_0x5e76df(0xea),'borderPresetBottom':'الحد\x20السفلي','borderPresetLeft':_0x5e76df(0x110),'borderPresetRight':_0x5e76df(0x119),'borderPresetInnerHorizontal':_0x5e76df(0x124),'borderPresetInnerVertical':_0x5e76df(0x115),'none':_0x5e76df(0xec),'horizontalAlign':_0x5e76df(0x111),'verticalAlign':'محاذاة\x20عمودية','alignLeft':_0x5e76df(0x136),'alignCenter':'محاذاة\x20للوسط','alignRight':_0x5e76df(0x11b),'alignJustify':_0x5e76df(0xe0),'alignTop':_0x5e76df(0x103),'alignMiddle':'محاذاة\x20للوسط\x20عموديًا','alignBottom':_0x5e76df(0x113),'mergeCells':'دمج\x20الخلايا','unmergeCells':'إلغاء\x20دمج\x20الخلايا','tableTheme':_0x5e76df(0xe4),'tableLook':_0x5e76df(0x130),'headerRow':_0x5e76df(0x135),'footerRow':_0x5e76df(0x125),'bandedRows':_0x5e76df(0x100),'bandedColumns':_0x5e76df(0x122),'firstColumn':'العمود\x20الأول','lastColumn':_0x5e76df(0x102),'bestMatch':_0x5e76df(0xfa),'light':_0x5e76df(0x11d),'medium':_0x5e76df(0x13f),'minimal':'بسيط'},'shapePanel':{'fill':{'noFill':_0x5e76df(0xf7),'solidFill':_0x5e76df(0x11c),'gradientFill':_0x5e76df(0x120),'pictureFill':'تعبئة\x20صورة\x20أو\x20نسيج','color':_0x5e76df(0xe5),'transparency':_0x5e76df(0x131),'picture':{'source':'مصدر\x20الصورة','insert':'إدراج\x20صورة'}}},'structuralControls':{'selectRow':_0x5e76df(0xef),'selectColumn':_0x5e76df(0xfc),'selectTable':_0x5e76df(0x108),'insertRow':_0x5e76df(0x128),'insertColumn':'إدراج\x20عمود','moveRow':_0x5e76df(0xfd),'moveColumn':'نقل\x20عمود','moveRows':_0x5e76df(0x11a),'moveColumns':_0x5e76df(0xe3),'cannotMoveMergedRows':_0x5e76df(0xf3),'cannotMoveMergedColumns':_0x5e76df(0x109)},'contextMenu':{'insert':_0x5e76df(0x13a),'delete':_0x5e76df(0x13d),'distribute':'توزيع','borders':_0x5e76df(0xe6),'tableBackgroundColor':_0x5e76df(0x13c),'copy':'نسخ','cut':'قص','deleteTable':_0x5e76df(0x106),'insertRowAbove':_0x5e76df(0x10a),'insertRowBelow':'إدراج\x20صف\x20أدناه','insertColumnLeft':_0x5e76df(0x107),'insertColumnRight':_0x5e76df(0xff),'deleteRow':_0x5e76df(0xe7),'deleteColumn':_0x5e76df(0x117),'distributeRows':_0x5e76df(0x127),'distributeColumns':_0x5e76df(0x114),'borderAll':'كل\x20الحدود','borderOuter':_0x5e76df(0xf5),'borderInner':_0x5e76df(0xf0),'borderNone':_0x5e76df(0x116)},'colorPreset':{'resetColor':_0x5e76df(0x12c),'white':_0x5e76df(0x132),'gray100':_0x5e76df(0xf9),'primary100':_0x5e76df(0xf4),'blue100':_0x5e76df(0x10b),'green100':_0x5e76df(0x123),'yellow100':_0x5e76df(0x13e),'red100':_0x5e76df(0xed),'gray900':_0x5e76df(0x10c),'gray500':_0x5e76df(0x121),'red600':_0x5e76df(0x118),'orange600':_0x5e76df(0x138),'yellow700':_0x5e76df(0x10e),'green600':_0x5e76df(0x12f),'blue600':_0x5e76df(0xe9),'purple600':_0x5e76df(0x137)}}};function _0x170a(){const _0x144203=['الشفافية','أبيض','لوحة','1716344PHsFMu','صف\x20الرأس','محاذاة\x20لليسار','بنفسجي\x20600','برتقالي\x20600','5808432bxluaY','إدراج','5418285AKstXu','لون\x20خلفية\x20الجدول','حذف','أصفر\x20100','متوسط','متقطع','الخط','الحد','يتوسطه\x20خط','عرض\x20الحد','ضبط','لون\x20خلفية\x20النص','تسطير','نقل\x20الأعمدة','نسق\x20الجدول','اللون','الحدود','حذف\x20الصف','ترتيب','أزرق\x20600','الحد\x20العلوي','قائمة\x20نقطية','لا\x20شيء','أحمر\x20100','الحد\x20الخارجي','تحديد\x20الصف','الحدود\x20الداخلية','تقليل\x20حجم\x20الخط','9932391dEfTyv','لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','أساسي\x20100','الحدود\x20الخارجية','غامق','بدون\x20تعبئة','1372276pYIdpP','رمادي\x20100','أفضل\x20تطابق','حجم\x20الخط','تحديد\x20العمود','نقل\x20صف','إحضار\x20إلى\x20المقدمة','إدراج\x20عمود\x20إلى\x20اليمين','صفوف\x20متناوبة','تصميم\x20الجدول','العمود\x20الأخير','محاذاة\x20للأعلى','كل\x20الحدود','قائمة\x20مرقمة','حذف\x20الجدول','إدراج\x20عمود\x20إلى\x20اليسار','تحديد\x20الجدول','لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة','إدراج\x20صف\x20أعلاه','أزرق\x20100','رمادي\x20900','صلب','أصفر\x20700','أنماط\x20الجدول','الحد\x20الأيسر','محاذاة\x20أفقية','النص','محاذاة\x20للأسفل','توزيع\x20الأعمدة','الحد\x20العمودي\x20الداخلي','بدون\x20حدود','حذف\x20العمود','أحمر\x20600','الحد\x20الأيمن','نقل\x20الصفوف','محاذاة\x20لليمين','تعبئة\x20صلبة','فاتح','التخطيط','منقط','تعبئة\x20متدرجة','رمادي\x20500','أعمدة\x20متناوبة','أخضر\x20100','الحد\x20الأفقي\x20الداخلي','صف\x20التذييل','إرسال\x20إلى\x20الخلف','توزيع\x20الصفوف','إدراج\x20صف','زيادة\x20حجم\x20الخط','شرطة\x20ونقطة','1342240NdbXlA','إعادة\x20تعيين\x20اللون','1578297xlfQlP','نمط\x20الحد','أخضر\x20600','مظهر\x20الجدول'];_0x170a=function(){return _0x144203;};return _0x170a();}export{e as default};
@@ -1 +1 @@
1
- const _0x9f6bf6=_0x2f3a;(function(_0x243451,_0x39e5e8){const _0x4c76e9=_0x2f3a,_0x3925b0=_0x243451();while(!![]){try{const _0x53969f=-parseInt(_0x4c76e9(0x14a))/0x1+parseInt(_0x4c76e9(0x178))/0x2+parseInt(_0x4c76e9(0x177))/0x3+-parseInt(_0x4c76e9(0x17f))/0x4+-parseInt(_0x4c76e9(0x147))/0x5+parseInt(_0x4c76e9(0x135))/0x6+parseInt(_0x4c76e9(0x140))/0x7;if(_0x53969f===_0x39e5e8)break;else _0x3925b0['push'](_0x3925b0['shift']());}catch(_0xd7daa2){_0x3925b0['push'](_0x3925b0['shift']());}}}(_0x2169,0x74233));function _0x2f3a(_0x198058,_0x111c74){_0x198058=_0x198058-0x133;const _0x216960=_0x2169();let _0x2f3af6=_0x216960[_0x198058];return _0x2f3af6;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x9f6bf6(0x15f),'fontSize':_0x9f6bf6(0x173),'textFormat':'Format\x20de\x20text','bold':_0x9f6bf6(0x142),'italic':_0x9f6bf6(0x166),'underline':_0x9f6bf6(0x16a),'strikethrough':_0x9f6bf6(0x14f),'textColor':_0x9f6bf6(0x159),'textBackgroundColor':'Color\x20de\x20fons\x20del\x20text','tableBackgroundColor':_0x9f6bf6(0x156),'tableBorderColor':_0x9f6bf6(0x13a),'borderWidth':_0x9f6bf6(0x16e),'borderStyle':_0x9f6bf6(0x182),'border':'Vora','borderStyleSolid':_0x9f6bf6(0x15e),'borderStyleDash':_0x9f6bf6(0x15c),'borderStyleDot':_0x9f6bf6(0x16c),'borderStyleDashDot':_0x9f6bf6(0x162),'noBorder':_0x9f6bf6(0x17b),'borderPresetAll':_0x9f6bf6(0x14b),'borderPresetInner':'Vores\x20internes','borderPresetOuter':_0x9f6bf6(0x158),'borderPresetTop':_0x9f6bf6(0x14d),'borderPresetBottom':_0x9f6bf6(0x15d),'borderPresetLeft':_0x9f6bf6(0x145),'borderPresetRight':_0x9f6bf6(0x17c),'borderPresetInnerHorizontal':_0x9f6bf6(0x164),'borderPresetInnerVertical':_0x9f6bf6(0x184),'none':_0x9f6bf6(0x175),'horizontalAlign':'Alineació\x20horitzontal','verticalAlign':'Alineació\x20vertical','alignLeft':'Alinea\x20a\x20l\x27esquerra','alignCenter':_0x9f6bf6(0x172),'alignRight':_0x9f6bf6(0x17a),'alignJustify':'Justifica','alignTop':_0x9f6bf6(0x150),'alignMiddle':_0x9f6bf6(0x169),'alignBottom':_0x9f6bf6(0x13f),'mergeCells':_0x9f6bf6(0x17e),'unmergeCells':_0x9f6bf6(0x16f),'tableTheme':_0x9f6bf6(0x183),'tableLook':'Aspecte\x20de\x20taula','headerRow':'Fila\x20de\x20capçalera','footerRow':_0x9f6bf6(0x17d),'bandedRows':_0x9f6bf6(0x180),'bandedColumns':_0x9f6bf6(0x152),'firstColumn':'Primera\x20columna','lastColumn':_0x9f6bf6(0x143),'bestMatch':_0x9f6bf6(0x146),'light':_0x9f6bf6(0x170),'medium':_0x9f6bf6(0x133),'minimal':_0x9f6bf6(0x185)},'shapePanel':{'fill':{'noFill':'Sense\x20emplenament','solidFill':_0x9f6bf6(0x153),'gradientFill':_0x9f6bf6(0x148),'pictureFill':'Emplenament\x20d\x27imatge\x20o\x20textura','color':_0x9f6bf6(0x144),'transparency':_0x9f6bf6(0x15a),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x9f6bf6(0x138)}}},'structuralControls':{'selectRow':'Selecciona\x20fila','selectColumn':_0x9f6bf6(0x16b),'selectTable':_0x9f6bf6(0x163),'insertRow':'Insereix\x20fila','insertColumn':'Insereix\x20columna','moveRow':_0x9f6bf6(0x179),'moveColumn':'Mou\x20columna','moveRows':_0x9f6bf6(0x136),'moveColumns':_0x9f6bf6(0x14c),'cannotMoveMergedRows':'No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','cannotMoveMergedColumns':_0x9f6bf6(0x14e)},'contextMenu':{'insert':_0x9f6bf6(0x15b),'delete':_0x9f6bf6(0x168),'distribute':_0x9f6bf6(0x13d),'borders':_0x9f6bf6(0x13e),'tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','copy':'Copia','cut':'Retalla','deleteTable':'Suprimeix\x20taula','insertRowAbove':_0x9f6bf6(0x155),'insertRowBelow':'Insereix\x20fila\x20a\x20sota','insertColumnLeft':_0x9f6bf6(0x16d),'insertColumnRight':_0x9f6bf6(0x165),'deleteRow':_0x9f6bf6(0x157),'deleteColumn':'Suprimeix\x20columna','distributeRows':'Distribueix\x20files','distributeColumns':_0x9f6bf6(0x161),'borderAll':'Totes\x20les\x20vores','borderOuter':'Vores\x20exteriors','borderInner':_0x9f6bf6(0x149),'borderNone':_0x9f6bf6(0x134)},'colorPreset':{'resetColor':_0x9f6bf6(0x167),'white':_0x9f6bf6(0x13c),'gray100':_0x9f6bf6(0x13b),'primary100':_0x9f6bf6(0x154),'blue100':_0x9f6bf6(0x160),'green100':_0x9f6bf6(0x151),'yellow100':'Groc\x20100','red100':_0x9f6bf6(0x141),'gray900':_0x9f6bf6(0x171),'gray500':_0x9f6bf6(0x176),'red600':_0x9f6bf6(0x181),'orange600':'Taronja\x20600','yellow700':_0x9f6bf6(0x139),'green600':_0x9f6bf6(0x137),'blue600':'Blau\x20600','purple600':_0x9f6bf6(0x174)}}};export{e as default};function _0x2169(){const _0x198174=['Puntejada','Insereix\x20columna\x20a\x20l’esquerra','Amplada\x20de\x20la\x20vora','Separa\x20cel·les','Clar','Gris\x20900','Centra','Mida\x20de\x20lletra','Porpra\x20600','Cap','Gris\x20500','568035xNnPgH','41798YKtsuI','Mou\x20fila','Alinea\x20a\x20la\x20dreta','Sense\x20vora','Vora\x20dreta','Fila\x20de\x20peu','Combina\x20cel·les','1488892zuYggJ','Files\x20alternes','Vermell\x20600','Estil\x20de\x20la\x20vora','Tema\x20de\x20taula','Vora\x20vertical\x20interna','Mínim','Mitjana','Sense\x20vores','5106558peCmff','Mou\x20files','Verd\x20600','Inserir\x20imatge','Groc\x20700','Color\x20de\x20vora\x20de\x20la\x20taula','Gris\x20100','Blanc','Distribueix','Vores','Alinea\x20a\x20baix','4891495qGjmdj','Vermell\x20100','Negreta','Última\x20columna','Color','Vora\x20esquerra','Millor\x20coincidència','4492870xBlPxB','Emplenament\x20degradat','Vores\x20interiors','13626HyYUZd','Totes\x20les\x20vores','Mou\x20columnes','Vora\x20superior','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','Ratllat','Alinea\x20a\x20dalt','Verd\x20100','Columnes\x20alternes','Emplenament\x20sòlid','Principal\x20100','Insereix\x20fila\x20a\x20sobre','Color\x20de\x20fons\x20de\x20la\x20taula','Suprimeix\x20fila','Vora\x20exterior','Color\x20del\x20text','Transparència','Insereix','Discontínua','Vora\x20inferior','Sòlida','Família\x20de\x20lletra','Blau\x20100','Distribueix\x20columnes','Guió-punt','Selecciona\x20taula','Vora\x20horitzontal\x20interna','Insereix\x20columna\x20a\x20la\x20dreta','Cursiva','Reinicia\x20el\x20color','Suprimeix','Alinea\x20al\x20mig','Subratllat','Selecciona\x20columna'];_0x2169=function(){return _0x198174;};return _0x2169();}
1
+ function _0x396e(_0x224b40,_0x6dab97){_0x224b40=_0x224b40-0x12f;const _0x3a2a46=_0x3a2a();let _0x396e5f=_0x3a2a46[_0x224b40];return _0x396e5f;}function _0x3a2a(){const _0x152a06=['Groc\x20700','Cap','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','Disposició','Vora\x20exterior','Format\x20de\x20text','Porta\x20endavant','Insereix','Emplenament\x20degradat','Vora','72061mLLwGq','Vores\x20internes','Files\x20alternes','Inserir\x20imatge','Taronja\x20600','Redueix\x20la\x20mida\x20de\x20la\x20lletra','Distribueix','Combina\x20cel·les','Gris\x20500','1879btcOYi','Alinea\x20a\x20dalt','Blanc','384dTiwMR','Verd\x20100','147YRGqKW','Amplada\x20de\x20la\x20vora','Llista\x20numerada','Barra\x20d’eines\x20flotant','Porta\x20al\x20davant','Augmenta\x20la\x20mida\x20de\x20la\x20lletra','16QSsyWF','Estils\x20de\x20taula','Mitjana','Millor\x20coincidència','Clar','Vermell\x20100','Emplenament\x20sòlid','Sòlida','Alinea\x20a\x20baix','Vores\x20interiors','Mou\x20columna','Sense\x20vores','Estil\x20de\x20la\x20vora','Tema\x20de\x20taula','Tauler','Selecciona\x20taula','Discontínua','Centra','Alinea\x20a\x20la\x20dreta','Selecciona\x20columna','Color\x20del\x20text','Color\x20de\x20vora\x20de\x20la\x20taula','Família\x20de\x20lletra','Suprimeix\x20columna','Insereix\x20columna\x20a\x20l’esquerra','2213775MJrYCZ','Suprimeix\x20taula','Justifica','Distribueix\x20files','Text','Color','Color\x20de\x20fons\x20de\x20la\x20taula','Groc\x20100','Vermell\x20600','Sense\x20emplenament','12zufNfP','Origen\x20de\x20la\x20imatge','Color\x20de\x20fons\x20del\x20text','Vores\x20exteriors','Gris\x20900','Separa\x20cel·les','Organitza','Subratllat','Vora\x20inferior','Última\x20columna','Envia\x20al\x20fons','Transparència','Mou\x20files','Mou\x20columnes','Guió-punt','394fjxxWX','Distribueix\x20columnes','Alinea\x20a\x20l\x27esquerra','Emplenament\x20d\x27imatge\x20o\x20textura','Alineació\x20horitzontal','Retalla','Estil\x20de\x20cel·la','Insereix\x20fila\x20a\x20sota','2612460GJevlP','Insereix\x20fila\x20a\x20sobre','Vora\x20superior','101070kLnaWR','Verd\x20600','Vora\x20vertical\x20interna','Vora\x20horitzontal\x20interna','Puntejada','Porpra\x20600','991362GYhoKs','Totes\x20les\x20vores','1063955FJyqeG','Columnes\x20alternes','Ratllat','Vora\x20dreta','Gris\x20100','Principal\x20100'];_0x3a2a=function(){return _0x152a06;};return _0x3a2a();}const _0x2d6729=_0x396e;(function(_0x426629,_0x25675c){const _0x5553e5=_0x396e,_0x2f0c28=_0x426629();while(!![]){try{const _0x13d15e=-parseInt(_0x5553e5(0x17e))/0x1*(-parseInt(_0x5553e5(0x151))/0x2)+-parseInt(_0x5553e5(0x162))/0x3+parseInt(_0x5553e5(0x142))/0x4*(parseInt(_0x5553e5(0x164))/0x5)+parseInt(_0x5553e5(0x15c))/0x6*(-parseInt(_0x5553e5(0x183))/0x7)+parseInt(_0x5553e5(0x189))/0x8*(parseInt(_0x5553e5(0x138))/0x9)+-parseInt(_0x5553e5(0x159))/0xa+-parseInt(_0x5553e5(0x175))/0xb*(parseInt(_0x5553e5(0x181))/0xc);if(_0x13d15e===_0x25675c)break;else _0x2f0c28['push'](_0x2f0c28['shift']());}catch(_0x6bf09e){_0x2f0c28['push'](_0x2f0c28['shift']());}}}(_0x3a2a,0x54541));const e={'slides-table-ui':{'ribbon':{'tableDesign':'Disseny\x20de\x20taula','styles':_0x2d6729(0x18a),'cellStyle':_0x2d6729(0x157),'text':_0x2d6729(0x13c),'layout':_0x2d6729(0x16e),'arrange':_0x2d6729(0x148),'panel':_0x2d6729(0x197),'floatingToolbar':_0x2d6729(0x186),'arrangeForward':_0x2d6729(0x171),'arrangeBackward':'Envia\x20enrere','bringToFront':_0x2d6729(0x187),'sendToBack':_0x2d6729(0x14c)},'editorToolbar':{'fontFamily':_0x2d6729(0x135),'fontSize':'Mida\x20de\x20lletra','increaseFontSize':_0x2d6729(0x188),'decreaseFontSize':_0x2d6729(0x17a),'orderedList':_0x2d6729(0x185),'bulletList':'Llista\x20amb\x20pics','textFormat':_0x2d6729(0x170),'bold':'Negreta','italic':'Cursiva','underline':_0x2d6729(0x149),'strikethrough':_0x2d6729(0x166),'textColor':_0x2d6729(0x133),'textBackgroundColor':_0x2d6729(0x144),'tableBackgroundColor':_0x2d6729(0x13e),'tableBorderColor':_0x2d6729(0x134),'borderWidth':_0x2d6729(0x184),'borderStyle':_0x2d6729(0x195),'border':_0x2d6729(0x174),'borderStyleSolid':_0x2d6729(0x190),'borderStyleDash':_0x2d6729(0x12f),'borderStyleDot':_0x2d6729(0x160),'borderStyleDashDot':_0x2d6729(0x150),'noBorder':'Sense\x20vora','borderPresetAll':_0x2d6729(0x163),'borderPresetInner':_0x2d6729(0x176),'borderPresetOuter':_0x2d6729(0x16f),'borderPresetTop':_0x2d6729(0x15b),'borderPresetBottom':_0x2d6729(0x14a),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0x2d6729(0x167),'borderPresetInnerHorizontal':_0x2d6729(0x15f),'borderPresetInnerVertical':_0x2d6729(0x15e),'none':_0x2d6729(0x16b),'horizontalAlign':_0x2d6729(0x155),'verticalAlign':'Alineació\x20vertical','alignLeft':_0x2d6729(0x153),'alignCenter':_0x2d6729(0x130),'alignRight':_0x2d6729(0x131),'alignJustify':_0x2d6729(0x13a),'alignTop':_0x2d6729(0x17f),'alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0x2d6729(0x191),'mergeCells':_0x2d6729(0x17c),'unmergeCells':_0x2d6729(0x147),'tableTheme':_0x2d6729(0x196),'tableLook':'Aspecte\x20de\x20taula','headerRow':'Fila\x20de\x20capçalera','footerRow':'Fila\x20de\x20peu','bandedRows':_0x2d6729(0x177),'bandedColumns':_0x2d6729(0x165),'firstColumn':'Primera\x20columna','lastColumn':_0x2d6729(0x14b),'bestMatch':_0x2d6729(0x18c),'light':_0x2d6729(0x18d),'medium':_0x2d6729(0x18b),'minimal':'Mínim'},'shapePanel':{'fill':{'noFill':_0x2d6729(0x141),'solidFill':_0x2d6729(0x18f),'gradientFill':_0x2d6729(0x173),'pictureFill':_0x2d6729(0x154),'color':_0x2d6729(0x13d),'transparency':_0x2d6729(0x14d),'picture':{'source':_0x2d6729(0x143),'insert':_0x2d6729(0x178)}}},'structuralControls':{'selectRow':'Selecciona\x20fila','selectColumn':_0x2d6729(0x132),'selectTable':_0x2d6729(0x198),'insertRow':'Insereix\x20fila','insertColumn':'Insereix\x20columna','moveRow':'Mou\x20fila','moveColumn':_0x2d6729(0x193),'moveRows':_0x2d6729(0x14e),'moveColumns':_0x2d6729(0x14f),'cannotMoveMergedRows':_0x2d6729(0x16d),'cannotMoveMergedColumns':_0x2d6729(0x16c)},'contextMenu':{'insert':_0x2d6729(0x172),'delete':'Suprimeix','distribute':_0x2d6729(0x17b),'borders':'Vores','tableBackgroundColor':_0x2d6729(0x13e),'copy':'Copia','cut':_0x2d6729(0x156),'deleteTable':_0x2d6729(0x139),'insertRowAbove':_0x2d6729(0x15a),'insertRowBelow':_0x2d6729(0x158),'insertColumnLeft':_0x2d6729(0x137),'insertColumnRight':'Insereix\x20columna\x20a\x20la\x20dreta','deleteRow':'Suprimeix\x20fila','deleteColumn':_0x2d6729(0x136),'distributeRows':_0x2d6729(0x13b),'distributeColumns':_0x2d6729(0x152),'borderAll':_0x2d6729(0x163),'borderOuter':_0x2d6729(0x145),'borderInner':_0x2d6729(0x192),'borderNone':_0x2d6729(0x194)},'colorPreset':{'resetColor':'Reinicia\x20el\x20color','white':_0x2d6729(0x180),'gray100':_0x2d6729(0x168),'primary100':_0x2d6729(0x169),'blue100':'Blau\x20100','green100':_0x2d6729(0x182),'yellow100':_0x2d6729(0x13f),'red100':_0x2d6729(0x18e),'gray900':_0x2d6729(0x146),'gray500':_0x2d6729(0x17d),'red600':_0x2d6729(0x140),'orange600':_0x2d6729(0x179),'yellow700':_0x2d6729(0x16a),'green600':_0x2d6729(0x15d),'blue600':'Blau\x20600','purple600':_0x2d6729(0x161)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x440e89=_0x36a4;function _0x36a4(_0x1204a4,_0xac43f){_0x1204a4=_0x1204a4-0x1ca;const _0x587673=_0x5876();let _0x36a450=_0x587673[_0x1204a4];return _0x36a450;}(function(_0x31ffa8,_0x51ab97){const _0x32c321=_0x36a4,_0x2a35d4=_0x31ffa8();while(!![]){try{const _0x12587c=-parseInt(_0x32c321(0x1f8))/0x1*(parseInt(_0x32c321(0x1cf))/0x2)+parseInt(_0x32c321(0x1ca))/0x3*(parseInt(_0x32c321(0x213))/0x4)+parseInt(_0x32c321(0x219))/0x5+parseInt(_0x32c321(0x1d5))/0x6*(parseInt(_0x32c321(0x203))/0x7)+-parseInt(_0x32c321(0x1f1))/0x8*(-parseInt(_0x32c321(0x214))/0x9)+parseInt(_0x32c321(0x1db))/0xa*(-parseInt(_0x32c321(0x1d0))/0xb)+-parseInt(_0x32c321(0x1f7))/0xc*(parseInt(_0x32c321(0x1fe))/0xd);if(_0x12587c===_0x51ab97)break;else _0x2a35d4['push'](_0x2a35d4['shift']());}catch(_0x5ca1a1){_0x2a35d4['push'](_0x2a35d4['shift']());}}}(_0x5876,0x7f079));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x440e89(0x201),'fontSize':_0x440e89(0x1de),'textFormat':_0x440e89(0x20a),'bold':_0x440e89(0x1fc),'italic':_0x440e89(0x20b),'underline':_0x440e89(0x21b),'strikethrough':'Durchgestrichen','textColor':'Textfarbe','textBackgroundColor':'Texthintergrundfarbe','tableBackgroundColor':_0x440e89(0x1da),'tableBorderColor':_0x440e89(0x209),'borderWidth':_0x440e89(0x1fa),'borderStyle':_0x440e89(0x223),'border':_0x440e89(0x229),'borderStyleSolid':_0x440e89(0x1fd),'borderStyleDash':'Gestrichelt','borderStyleDot':_0x440e89(0x1ff),'borderStyleDashDot':_0x440e89(0x1e7),'noBorder':_0x440e89(0x1d4),'borderPresetAll':'Alle\x20Rahmen','borderPresetInner':'Innere\x20Rahmen','borderPresetOuter':_0x440e89(0x20d),'borderPresetTop':_0x440e89(0x1d2),'borderPresetBottom':_0x440e89(0x221),'borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0x440e89(0x1f4),'borderPresetInnerHorizontal':_0x440e89(0x20f),'borderPresetInnerVertical':_0x440e89(0x1fb),'none':_0x440e89(0x1ce),'horizontalAlign':_0x440e89(0x200),'verticalAlign':_0x440e89(0x1d9),'alignLeft':_0x440e89(0x1f6),'alignCenter':_0x440e89(0x222),'alignRight':_0x440e89(0x1e1),'alignJustify':_0x440e89(0x1f9),'alignTop':_0x440e89(0x227),'alignMiddle':_0x440e89(0x21a),'alignBottom':'Unten\x20ausrichten','mergeCells':_0x440e89(0x1e9),'unmergeCells':'Zellen\x20trennen','tableTheme':_0x440e89(0x1dd),'tableLook':_0x440e89(0x217),'headerRow':_0x440e89(0x1f5),'footerRow':_0x440e89(0x202),'bandedRows':_0x440e89(0x20e),'bandedColumns':'Gebänderte\x20Spalten','firstColumn':_0x440e89(0x1d3),'lastColumn':_0x440e89(0x21d),'bestMatch':_0x440e89(0x206),'light':_0x440e89(0x1e0),'medium':'Mittel','minimal':_0x440e89(0x1dc)},'shapePanel':{'fill':{'noFill':_0x440e89(0x204),'solidFill':_0x440e89(0x1d1),'gradientFill':_0x440e89(0x212),'pictureFill':_0x440e89(0x21e),'color':_0x440e89(0x1e8),'transparency':_0x440e89(0x1d8),'picture':{'source':_0x440e89(0x226),'insert':_0x440e89(0x1ec)}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':_0x440e89(0x1e5),'selectTable':_0x440e89(0x228),'insertRow':_0x440e89(0x224),'insertColumn':_0x440e89(0x1cb),'moveRow':_0x440e89(0x1ee),'moveColumn':_0x440e89(0x1df),'moveRows':_0x440e89(0x218),'moveColumns':_0x440e89(0x21f),'cannotMoveMergedRows':'Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','cannotMoveMergedColumns':_0x440e89(0x205)},'contextMenu':{'insert':_0x440e89(0x1d6),'delete':_0x440e89(0x225),'distribute':_0x440e89(0x207),'borders':_0x440e89(0x229),'tableBackgroundColor':_0x440e89(0x1da),'copy':_0x440e89(0x211),'cut':_0x440e89(0x210),'deleteTable':'Tabelle\x20löschen','insertRowAbove':_0x440e89(0x1eb),'insertRowBelow':_0x440e89(0x1f0),'insertColumnLeft':_0x440e89(0x208),'insertColumnRight':_0x440e89(0x1ef),'deleteRow':'Zeile\x20löschen','deleteColumn':_0x440e89(0x1ea),'distributeRows':_0x440e89(0x1e6),'distributeColumns':'Spalten\x20verteilen','borderAll':_0x440e89(0x21c),'borderOuter':_0x440e89(0x20c),'borderInner':'Innere\x20Rahmen','borderNone':_0x440e89(0x1d4)},'colorPreset':{'resetColor':_0x440e89(0x1cc),'white':_0x440e89(0x1ed),'gray100':_0x440e89(0x1f2),'primary100':_0x440e89(0x220),'blue100':_0x440e89(0x1d7),'green100':_0x440e89(0x1cd),'yellow100':'Gelb\x20100','red100':_0x440e89(0x216),'gray900':_0x440e89(0x1e4),'gray500':'Grau\x20500','red600':'Rot\x20600','orange600':_0x440e89(0x215),'yellow700':_0x440e89(0x1f3),'green600':'Grün\x20600','blue600':_0x440e89(0x1e3),'purple600':_0x440e89(0x1e2)}}};function _0x5876(){const _0x1d33db=['Zeile\x20oberhalb\x20einfügen','Bild\x20einfügen','Weiß','Zeile\x20verschieben','Spalte\x20rechts\x20einfügen','Zeile\x20unterhalb\x20einfügen','24fFNqal','Grau\x20100','Gelb\x20700','Rechter\x20Rahmen','Kopfzeile','Linksbündig','16623564MhEnFH','197082puQwWH','Blocksatz','Rahmenbreite','Innerer\x20vertikaler\x20Rahmen','Fett','Durchgezogen','13RybLwT','Gepunktet','Horizontale\x20Ausrichtung','Schriftart','Fußzeile','81179gpqVFR','Keine\x20Füllung','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Beste\x20Übereinstimmung','Verteilen','Spalte\x20links\x20einfügen','Tabellenrahmenfarbe','Textformat','Kursiv','Äußere\x20Rahmen','Äußerer\x20Rahmen','Gebänderte\x20Zeilen','Innerer\x20horizontaler\x20Rahmen','Ausschneiden','Kopieren','Farbverlauffüllung','76EgEtSJ','2577159GIJiBl','Orange\x20600','Rot\x20100','Tabellenformat','Zeilen\x20verschieben','2247505FCuqAn','Vertikal\x20zentrieren','Unterstrichen','Alle\x20Rahmen','Letzte\x20Spalte','Bild-\x20oder\x20Texturfüllung','Spalten\x20verschieben','Primär\x20100','Unterer\x20Rahmen','Zentriert','Rahmenstil','Zeile\x20einfugen','Löschen','Bildquelle','Oben\x20ausrichten','Tabelle\x20auswahlen','Rahmen','153771ULzvAV','Spalte\x20einfugen','Farbe\x20zurücksetzen','Grün\x20100','Keine','4ArgePF','22MDOqGR','Einfarbige\x20Füllung','Oberer\x20Rahmen','Erste\x20Spalte','Kein\x20Rahmen','534wnkraa','Einfügen','Blau\x20100','Transparenz','Vertikale\x20Ausrichtung','Tabellenhintergrundfarbe','5073980DYkjjh','Minimal','Tabellendesign','Schriftgröße','Spalte\x20verschieben','Hell','Rechtsbündig','Violett\x20600','Blau\x20600','Grau\x20900','Spalte\x20auswahlen','Zeilen\x20verteilen','Strichpunkt','Farbe','Zellen\x20verbinden','Spalte\x20löschen'];_0x5876=function(){return _0x1d33db;};return _0x5876();}export{e as default};
1
+ const _0x2f3f3c=_0x266b;function _0x3dfc(){const _0x306781=['Aufzählung','Unten\x20ausrichten','Rot\x20600','Einfarbige\x20Füllung','Mittel','Tabellendesign','Innerer\x20horizontaler\x20Rahmen','Horizontale\x20Ausrichtung','Zeilen\x20verteilen','Bild-\x20oder\x20Texturfüllung','Schrift\x20vergrößern','Zeile\x20oberhalb\x20einfügen','Zeilen\x20verschieben','Beste\x20Übereinstimmung','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Grün\x20600','Kein\x20Rahmen','Zentriert','Zeile\x20auswahlen','Minimal','Text','Strichpunkt','Unverankerte\x20Symbolleiste','Verteilen','Spalte\x20einfugen','1443575xIMkJG','Spalte\x20rechts\x20einfügen','Schriftart','Gebänderte\x20Spalten','Kursiv','Durchgestrichen','Gepunktet','2050888uIhihe','Tabellenformatvorlagen','Rahmenbreite','Fett','Keine','Farbe','Durchgezogen','Zeile\x20löschen','Primär\x20100','In\x20den\x20Vordergrund','Bild\x20einfügen','Farbverlauffüllung','Innerer\x20vertikaler\x20Rahmen','Bildquelle','In\x20den\x20Hintergrund','9647485QnFydI','Alle\x20Rahmen','Tabellenhintergrundfarbe','Oben\x20ausrichten','Oberer\x20Rahmen','1105968CgkVrZ','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Zeile\x20unterhalb\x20einfügen','4jKSgpk','Kopieren','Textformat','Innere\x20Rahmen','Weiß','Rot\x20100','Löschen','Kopfzeile','Rechtsbündig','Eine\x20Ebene\x20nach\x20vorne','Nummerierte\x20Liste','Äußerer\x20Rahmen','Rahmen','Bereich','Farbe\x20zurücksetzen','Gebänderte\x20Zeilen','Tabellenformat','Spalte\x20verschieben','Vertikal\x20zentrieren','3349290jenYNF','2296509TRRrqs','Fußzeile','Gestrichelt','Blocksatz','Zeile\x20verschieben','Rahmenstil','Rechter\x20Rahmen','Unterstrichen','Zellen\x20verbinden','Erste\x20Spalte','Keine\x20Füllung','1327798sMIhQH','Eine\x20Ebene\x20nach\x20hinten'];_0x3dfc=function(){return _0x306781;};return _0x3dfc();}(function(_0x226b6e,_0xd02cd1){const _0x3d5d01=_0x266b,_0xcdbfdb=_0x226b6e();while(!![]){try{const _0x1b5c34=-parseInt(_0x3d5d01(0x103))/0x1+parseInt(_0x3d5d01(0x139))/0x2+-parseInt(_0x3d5d01(0xf8))/0x3*(parseInt(_0x3d5d01(0x13c))/0x4)+parseInt(_0x3d5d01(0x134))/0x5+parseInt(_0x3d5d01(0xf7))/0x6+-parseInt(_0x3d5d01(0x11e))/0x7+parseInt(_0x3d5d01(0x125))/0x8;if(_0x1b5c34===_0xd02cd1)break;else _0xcdbfdb['push'](_0xcdbfdb['shift']());}catch(_0x1e9d45){_0xcdbfdb['push'](_0xcdbfdb['shift']());}}}(_0x3dfc,0xf389b));function _0x266b(_0x1ff94b,_0x142460){_0x1ff94b=_0x1ff94b-0xf6;const _0x3dfc06=_0x3dfc();let _0x266b33=_0x3dfc06[_0x1ff94b];return _0x266b33;}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x2f3f3c(0x10a),'styles':_0x2f3f3c(0x126),'cellStyle':'Zellenformat','text':_0x2f3f3c(0x119),'layout':'Layout','arrange':'Anordnen','panel':_0x2f3f3c(0x149),'floatingToolbar':_0x2f3f3c(0x11b),'arrangeForward':_0x2f3f3c(0x145),'arrangeBackward':_0x2f3f3c(0x104),'bringToFront':_0x2f3f3c(0x12e),'sendToBack':_0x2f3f3c(0x133)},'editorToolbar':{'fontFamily':_0x2f3f3c(0x120),'fontSize':'Schriftgröße','increaseFontSize':_0x2f3f3c(0x10f),'decreaseFontSize':'Schrift\x20verkleinern','orderedList':_0x2f3f3c(0x146),'bulletList':_0x2f3f3c(0x105),'textFormat':_0x2f3f3c(0x13e),'bold':_0x2f3f3c(0x128),'italic':_0x2f3f3c(0x122),'underline':_0x2f3f3c(0xff),'strikethrough':_0x2f3f3c(0x123),'textColor':'Textfarbe','textBackgroundColor':'Texthintergrundfarbe','tableBackgroundColor':_0x2f3f3c(0x136),'tableBorderColor':'Tabellenrahmenfarbe','borderWidth':_0x2f3f3c(0x127),'borderStyle':_0x2f3f3c(0xfd),'border':_0x2f3f3c(0x148),'borderStyleSolid':_0x2f3f3c(0x12b),'borderStyleDash':_0x2f3f3c(0xfa),'borderStyleDot':_0x2f3f3c(0x124),'borderStyleDashDot':_0x2f3f3c(0x11a),'noBorder':'Kein\x20Rahmen','borderPresetAll':_0x2f3f3c(0x135),'borderPresetInner':_0x2f3f3c(0x13f),'borderPresetOuter':_0x2f3f3c(0x147),'borderPresetTop':_0x2f3f3c(0x138),'borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':'Linker\x20Rahmen','borderPresetRight':_0x2f3f3c(0xfe),'borderPresetInnerHorizontal':_0x2f3f3c(0x10b),'borderPresetInnerVertical':_0x2f3f3c(0x131),'none':_0x2f3f3c(0x129),'horizontalAlign':_0x2f3f3c(0x10c),'verticalAlign':'Vertikale\x20Ausrichtung','alignLeft':'Linksbündig','alignCenter':_0x2f3f3c(0x116),'alignRight':_0x2f3f3c(0x144),'alignJustify':_0x2f3f3c(0xfb),'alignTop':_0x2f3f3c(0x137),'alignMiddle':_0x2f3f3c(0xf6),'alignBottom':_0x2f3f3c(0x106),'mergeCells':_0x2f3f3c(0x100),'unmergeCells':'Zellen\x20trennen','tableTheme':_0x2f3f3c(0x10a),'tableLook':_0x2f3f3c(0x14c),'headerRow':_0x2f3f3c(0x143),'footerRow':_0x2f3f3c(0xf9),'bandedRows':_0x2f3f3c(0x14b),'bandedColumns':_0x2f3f3c(0x121),'firstColumn':_0x2f3f3c(0x101),'lastColumn':'Letzte\x20Spalte','bestMatch':_0x2f3f3c(0x112),'light':'Hell','medium':_0x2f3f3c(0x109),'minimal':_0x2f3f3c(0x118)},'shapePanel':{'fill':{'noFill':_0x2f3f3c(0x102),'solidFill':_0x2f3f3c(0x108),'gradientFill':_0x2f3f3c(0x130),'pictureFill':_0x2f3f3c(0x10e),'color':_0x2f3f3c(0x12a),'transparency':'Transparenz','picture':{'source':_0x2f3f3c(0x132),'insert':_0x2f3f3c(0x12f)}}},'structuralControls':{'selectRow':_0x2f3f3c(0x117),'selectColumn':'Spalte\x20auswahlen','selectTable':'Tabelle\x20auswahlen','insertRow':'Zeile\x20einfugen','insertColumn':_0x2f3f3c(0x11d),'moveRow':_0x2f3f3c(0xfc),'moveColumn':_0x2f3f3c(0x14d),'moveRows':_0x2f3f3c(0x111),'moveColumns':'Spalten\x20verschieben','cannotMoveMergedRows':_0x2f3f3c(0x13a),'cannotMoveMergedColumns':_0x2f3f3c(0x113)},'contextMenu':{'insert':'Einfügen','delete':_0x2f3f3c(0x142),'distribute':_0x2f3f3c(0x11c),'borders':'Rahmen','tableBackgroundColor':_0x2f3f3c(0x136),'copy':_0x2f3f3c(0x13d),'cut':'Ausschneiden','deleteTable':'Tabelle\x20löschen','insertRowAbove':_0x2f3f3c(0x110),'insertRowBelow':_0x2f3f3c(0x13b),'insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':_0x2f3f3c(0x11f),'deleteRow':_0x2f3f3c(0x12c),'deleteColumn':'Spalte\x20löschen','distributeRows':_0x2f3f3c(0x10d),'distributeColumns':'Spalten\x20verteilen','borderAll':_0x2f3f3c(0x135),'borderOuter':'Äußere\x20Rahmen','borderInner':_0x2f3f3c(0x13f),'borderNone':_0x2f3f3c(0x115)},'colorPreset':{'resetColor':_0x2f3f3c(0x14a),'white':_0x2f3f3c(0x140),'gray100':'Grau\x20100','primary100':_0x2f3f3c(0x12d),'blue100':'Blau\x20100','green100':'Grün\x20100','yellow100':'Gelb\x20100','red100':_0x2f3f3c(0x141),'gray900':'Grau\x20900','gray500':'Grau\x20500','red600':_0x2f3f3c(0x107),'orange600':'Orange\x20600','yellow700':'Gelb\x20700','green600':_0x2f3f3c(0x114),'blue600':'Blau\x20600','purple600':'Violett\x20600'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x3d1868=_0x3165;(function(_0x1268df,_0x2c437f){const _0x500acf=_0x3165,_0x11785a=_0x1268df();while(!![]){try{const _0x3e16bd=-parseInt(_0x500acf(0xc0))/0x1*(-parseInt(_0x500acf(0xbe))/0x2)+parseInt(_0x500acf(0xbd))/0x3*(-parseInt(_0x500acf(0xa2))/0x4)+-parseInt(_0x500acf(0xd5))/0x5+-parseInt(_0x500acf(0xd6))/0x6*(-parseInt(_0x500acf(0xcb))/0x7)+parseInt(_0x500acf(0xc3))/0x8+-parseInt(_0x500acf(0x98))/0x9*(parseInt(_0x500acf(0x9b))/0xa)+parseInt(_0x500acf(0xc4))/0xb;if(_0x3e16bd===_0x2c437f)break;else _0x11785a['push'](_0x11785a['shift']());}catch(_0x52d65a){_0x11785a['push'](_0x11785a['shift']());}}}(_0x2747,0xaeba0));function _0x2747(){const _0x41dcda=['Align\x20bottom','Select\x20column','Cannot\x20move\x20columns\x20across\x20merged\x20cells','128925usHHdy','Dashed','Font\x20size','270AzyhbZ','Select\x20table','No\x20fill','Yellow\x20100','Red\x20600','Border\x20style','Delete','45916QMDSSH','Insert\x20column\x20right','Green\x20600','Copy','Move\x20column','Text\x20background\x20color','Border','Table\x20background\x20color','Distribute\x20rows','Justify','Align\x20center','Picture\x20source','Primary\x20100','Yellow\x20700','Insert\x20row\x20below','Inner\x20borders','Outer\x20borders','Insert\x20column','Align\x20middle','Inner\x20vertical\x20border','Table\x20theme','White','Horizontal\x20align','Transparency','Insert','Picture','Move\x20rows','333VUcYLi','2398gNIMAF','Blue\x20600','1137KfTBKv','Distribute\x20columns','Unmerge\x20cells','3085768vRzUxF','17462742nkSEqd','Cut','Underline','Dotted','Color','Dash-dot','Table\x20look','442680XGzspp','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Inner\x20horizontal\x20border','No\x20border','Insert\x20row\x20above','Gradient','Green\x20100','Solid','Banded\x20columns','Delete\x20row','6380410xDVqFI','30jrtzHf','Delete\x20column','Align\x20top','Left\x20border','Move\x20columns','Orange\x20600','Text\x20format','Header\x20row','Distribute','Border\x20width','Delete\x20table','All\x20borders','Italic','Minimal','Best\x20match','Banded\x20rows','Right\x20border','Text\x20color','Reset\x20color','Top\x20border','Insert\x20picture','None'];_0x2747=function(){return _0x41dcda;};return _0x2747();}function _0x3165(_0xe5600e,_0x2e5088){_0xe5600e=_0xe5600e-0x92;const _0x274754=_0x2747();let _0x316565=_0x274754[_0xe5600e];return _0x316565;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Font\x20family','fontSize':_0x3d1868(0x9a),'textFormat':_0x3d1868(0xdc),'bold':'Bold','italic':_0x3d1868(0xe2),'underline':_0x3d1868(0xc6),'strikethrough':'Strikethrough','textColor':_0x3d1868(0xe7),'textBackgroundColor':_0x3d1868(0xa7),'tableBackgroundColor':_0x3d1868(0xa9),'tableBorderColor':'Table\x20border\x20color','borderWidth':_0x3d1868(0xdf),'borderStyle':_0x3d1868(0xa0),'border':_0x3d1868(0xa8),'borderStyleSolid':_0x3d1868(0xd2),'borderStyleDash':_0x3d1868(0x99),'borderStyleDot':_0x3d1868(0xc7),'borderStyleDashDot':_0x3d1868(0xc9),'noBorder':_0x3d1868(0xce),'borderPresetAll':_0x3d1868(0xe1),'borderPresetInner':_0x3d1868(0xb1),'borderPresetOuter':_0x3d1868(0xb2),'borderPresetTop':_0x3d1868(0x92),'borderPresetBottom':'Bottom\x20border','borderPresetLeft':_0x3d1868(0xd9),'borderPresetRight':_0x3d1868(0xe6),'borderPresetInnerHorizontal':_0x3d1868(0xcd),'borderPresetInnerVertical':_0x3d1868(0xb5),'none':_0x3d1868(0x94),'horizontalAlign':_0x3d1868(0xb8),'verticalAlign':'Vertical\x20align','alignLeft':'Align\x20left','alignCenter':_0x3d1868(0xac),'alignRight':'Align\x20right','alignJustify':_0x3d1868(0xab),'alignTop':_0x3d1868(0xd8),'alignMiddle':_0x3d1868(0xb4),'alignBottom':_0x3d1868(0x95),'mergeCells':'Merge\x20cells','unmergeCells':_0x3d1868(0xc2),'tableTheme':_0x3d1868(0xb6),'tableLook':_0x3d1868(0xca),'headerRow':_0x3d1868(0xdd),'footerRow':'Footer\x20row','bandedRows':_0x3d1868(0xe5),'bandedColumns':_0x3d1868(0xd3),'firstColumn':'First\x20column','lastColumn':'Last\x20column','bestMatch':_0x3d1868(0xe4),'light':'Light','medium':'Medium','minimal':_0x3d1868(0xe3)},'shapePanel':{'fill':{'noFill':_0x3d1868(0x9d),'solidFill':'Solid','gradientFill':_0x3d1868(0xd0),'pictureFill':_0x3d1868(0xbb),'color':_0x3d1868(0xc8),'transparency':_0x3d1868(0xb9),'picture':{'source':_0x3d1868(0xad),'insert':_0x3d1868(0x93)}}},'structuralControls':{'selectRow':'Select\x20row','selectColumn':_0x3d1868(0x96),'selectTable':_0x3d1868(0x9c),'insertRow':'Insert\x20row','insertColumn':_0x3d1868(0xb3),'moveRow':'Move\x20row','moveColumn':_0x3d1868(0xa6),'moveRows':_0x3d1868(0xbc),'moveColumns':_0x3d1868(0xda),'cannotMoveMergedRows':_0x3d1868(0xcc),'cannotMoveMergedColumns':_0x3d1868(0x97)},'contextMenu':{'insert':_0x3d1868(0xba),'delete':_0x3d1868(0xa1),'distribute':_0x3d1868(0xde),'borders':'Borders','tableBackgroundColor':_0x3d1868(0xa9),'copy':_0x3d1868(0xa5),'cut':_0x3d1868(0xc5),'deleteTable':_0x3d1868(0xe0),'insertRowAbove':_0x3d1868(0xcf),'insertRowBelow':_0x3d1868(0xb0),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x3d1868(0xa3),'deleteRow':_0x3d1868(0xd4),'deleteColumn':_0x3d1868(0xd7),'distributeRows':_0x3d1868(0xaa),'distributeColumns':_0x3d1868(0xc1),'borderAll':'All\x20borders','borderOuter':_0x3d1868(0xb2),'borderInner':_0x3d1868(0xb1),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x3d1868(0xe8),'white':_0x3d1868(0xb7),'gray100':'Gray\x20100','primary100':_0x3d1868(0xae),'blue100':'Blue\x20100','green100':_0x3d1868(0xd1),'yellow100':_0x3d1868(0x9e),'red100':'Red\x20100','gray900':'Gray\x20900','gray500':'Gray\x20500','red600':_0x3d1868(0x9f),'orange600':_0x3d1868(0xdb),'yellow700':_0x3d1868(0xaf),'green600':_0x3d1868(0xa4),'blue600':_0x3d1868(0xbf),'purple600':'Purple\x20600'}}};export{e as default};
1
+ const _0x177752=_0x4c65;(function(_0x36f18b,_0x45ea80){const _0x9c2675=_0x4c65,_0x141eba=_0x36f18b();while(!![]){try{const _0x4bdfe7=parseInt(_0x9c2675(0x1d2))/0x1*(parseInt(_0x9c2675(0x1d5))/0x2)+-parseInt(_0x9c2675(0x1a2))/0x3*(parseInt(_0x9c2675(0x1a9))/0x4)+parseInt(_0x9c2675(0x1c8))/0x5+-parseInt(_0x9c2675(0x199))/0x6+-parseInt(_0x9c2675(0x1c9))/0x7*(-parseInt(_0x9c2675(0x1c6))/0x8)+parseInt(_0x9c2675(0x1cb))/0x9+parseInt(_0x9c2675(0x1ce))/0xa*(-parseInt(_0x9c2675(0x1b1))/0xb);if(_0x4bdfe7===_0x45ea80)break;else _0x141eba['push'](_0x141eba['shift']());}catch(_0x46de58){_0x141eba['push'](_0x141eba['shift']());}}}(_0x4e2d,0x8e828));function _0x4e2d(){const _0x8af8a6=['872qmJzGn','Primary\x20100','Yellow\x20700','Green\x20100','Text\x20color','None','Justify','Copy','Distribute','Increase\x20font\x20size','Table\x20look','Light','Delete','Inner\x20vertical\x20border','Move\x20row','Insert\x20column\x20left','Last\x20column','Underline','Gray\x20100','Medium','Text\x20background\x20color','Text','Insert\x20row\x20below','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Yellow\x20100','No\x20fill','Blue\x20600','Send\x20backward','Arrange','Decrease\x20font\x20size','Bullet\x20list','Align\x20top','Footer\x20row','Distribute\x20rows','Right\x20border','Top\x20border','Solid','Ordered\x20list','Blue\x20100','White','Insert\x20column\x20right','Insert\x20column','Layout','1377168QdEUdj','Picture','Select\x20column','Panel','Transparency','Red\x20100','Reset\x20color','Bottom\x20border','Banded\x20rows','20067RHBWnQ','All\x20borders','Floating\x20toolbar','Insert\x20row','Align\x20right','Color','Insert','188MPiJLB','Bold','Align\x20center','Cut','Horizontal\x20align','Vertical\x20align','Table\x20border\x20color','Table\x20background\x20color','11341sIWpAx','Inner\x20borders','Header\x20row','Border','Insert\x20picture','Align\x20middle','Delete\x20table','Table\x20theme','Select\x20table','Cell\x20Style','Table\x20Design','Text\x20format','Dotted','Border\x20style','Borders','No\x20border','Insert\x20row\x20above','Gray\x20500','Picture\x20source','Delete\x20column','Green\x20600','8jRgQZT','Minimal','4874265cSAsYn','4914749cIZvKS','Dash-dot','3608550hmWvIb','Move\x20rows','Send\x20to\x20back','9530XBCJcn','Bring\x20to\x20front','Distribute\x20columns','Table\x20Styles','74QsnkBA','Move\x20column','Gray\x20900'];_0x4e2d=function(){return _0x8af8a6;};return _0x4e2d();}function _0x4c65(_0x5ee998,_0x3a4f03){_0x5ee998=_0x5ee998-0x199;const _0x4e2d97=_0x4e2d();let _0x4c65a3=_0x4e2d97[_0x5ee998];return _0x4c65a3;}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x177752(0x1bb),'styles':_0x177752(0x1d1),'cellStyle':_0x177752(0x1ba),'text':_0x177752(0x1ea),'layout':_0x177752(0x1ff),'arrange':_0x177752(0x1f1),'panel':_0x177752(0x19c),'floatingToolbar':_0x177752(0x1a4),'arrangeForward':'Bring\x20forward','arrangeBackward':_0x177752(0x1f0),'bringToFront':_0x177752(0x1cf),'sendToBack':_0x177752(0x1cd)},'editorToolbar':{'fontFamily':'Font\x20family','fontSize':'Font\x20size','increaseFontSize':_0x177752(0x1de),'decreaseFontSize':_0x177752(0x1f2),'orderedList':_0x177752(0x1fa),'bulletList':_0x177752(0x1f3),'textFormat':_0x177752(0x1bc),'bold':_0x177752(0x1aa),'italic':'Italic','underline':_0x177752(0x1e6),'strikethrough':'Strikethrough','textColor':_0x177752(0x1d9),'textBackgroundColor':_0x177752(0x1e9),'tableBackgroundColor':_0x177752(0x1b0),'tableBorderColor':_0x177752(0x1af),'borderWidth':'Border\x20width','borderStyle':_0x177752(0x1be),'border':_0x177752(0x1b4),'borderStyleSolid':'Solid','borderStyleDash':'Dashed','borderStyleDot':_0x177752(0x1bd),'borderStyleDashDot':_0x177752(0x1ca),'noBorder':_0x177752(0x1c0),'borderPresetAll':_0x177752(0x1a3),'borderPresetInner':_0x177752(0x1b2),'borderPresetOuter':'Outer\x20borders','borderPresetTop':_0x177752(0x1f8),'borderPresetBottom':_0x177752(0x1a0),'borderPresetLeft':'Left\x20border','borderPresetRight':_0x177752(0x1f7),'borderPresetInnerHorizontal':'Inner\x20horizontal\x20border','borderPresetInnerVertical':_0x177752(0x1e2),'none':_0x177752(0x1da),'horizontalAlign':_0x177752(0x1ad),'verticalAlign':_0x177752(0x1ae),'alignLeft':'Align\x20left','alignCenter':_0x177752(0x1ab),'alignRight':_0x177752(0x1a6),'alignJustify':_0x177752(0x1db),'alignTop':_0x177752(0x1f4),'alignMiddle':_0x177752(0x1b6),'alignBottom':'Align\x20bottom','mergeCells':'Merge\x20cells','unmergeCells':'Unmerge\x20cells','tableTheme':_0x177752(0x1b8),'tableLook':_0x177752(0x1df),'headerRow':_0x177752(0x1b3),'footerRow':_0x177752(0x1f5),'bandedRows':_0x177752(0x1a1),'bandedColumns':'Banded\x20columns','firstColumn':'First\x20column','lastColumn':_0x177752(0x1e5),'bestMatch':'Best\x20match','light':_0x177752(0x1e0),'medium':_0x177752(0x1e8),'minimal':_0x177752(0x1c7)},'shapePanel':{'fill':{'noFill':_0x177752(0x1ee),'solidFill':_0x177752(0x1f9),'gradientFill':'Gradient','pictureFill':_0x177752(0x19a),'color':_0x177752(0x1a7),'transparency':_0x177752(0x19d),'picture':{'source':_0x177752(0x1c3),'insert':_0x177752(0x1b5)}}},'structuralControls':{'selectRow':'Select\x20row','selectColumn':_0x177752(0x19b),'selectTable':_0x177752(0x1b9),'insertRow':_0x177752(0x1a5),'insertColumn':_0x177752(0x1fe),'moveRow':_0x177752(0x1e3),'moveColumn':_0x177752(0x1d3),'moveRows':_0x177752(0x1cc),'moveColumns':'Move\x20columns','cannotMoveMergedRows':'Cannot\x20move\x20rows\x20across\x20merged\x20cells','cannotMoveMergedColumns':_0x177752(0x1ec)},'contextMenu':{'insert':_0x177752(0x1a8),'delete':_0x177752(0x1e1),'distribute':_0x177752(0x1dd),'borders':_0x177752(0x1bf),'tableBackgroundColor':_0x177752(0x1b0),'copy':_0x177752(0x1dc),'cut':_0x177752(0x1ac),'deleteTable':_0x177752(0x1b7),'insertRowAbove':_0x177752(0x1c1),'insertRowBelow':_0x177752(0x1eb),'insertColumnLeft':_0x177752(0x1e4),'insertColumnRight':_0x177752(0x1fd),'deleteRow':'Delete\x20row','deleteColumn':_0x177752(0x1c4),'distributeRows':_0x177752(0x1f6),'distributeColumns':_0x177752(0x1d0),'borderAll':'All\x20borders','borderOuter':'Outer\x20borders','borderInner':_0x177752(0x1b2),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x177752(0x19f),'white':_0x177752(0x1fc),'gray100':_0x177752(0x1e7),'primary100':_0x177752(0x1d6),'blue100':_0x177752(0x1fb),'green100':_0x177752(0x1d8),'yellow100':_0x177752(0x1ed),'red100':_0x177752(0x19e),'gray900':_0x177752(0x1d4),'gray500':_0x177752(0x1c2),'red600':'Red\x20600','orange600':'Orange\x20600','yellow700':_0x177752(0x1d7),'green600':_0x177752(0x1c5),'blue600':_0x177752(0x1ef),'purple600':'Purple\x20600'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x2553(){const _0x2e1e8c=['Justificar','Mover\x20filas','Borde\x20vertical\x20interior','Insertar\x20columna\x20a\x20la\x20izquierda','Todos\x20los\x20bordes','Mover\x20fila','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Alineación\x20horizontal','Aspecto\x20de\x20tabla','Relleno\x20de\x20imagen\x20o\x20textura','Color\x20de\x20texto','Cortar','Gris\x20100','Insertar\x20fila\x20abajo','8274387FBtkWX','Sin\x20relleno','Tamaño\x20de\x20fuente','Blanco','Color\x20de\x20fondo\x20de\x20tabla','19188lYJBck','Seleccionar\x20tabla','Color\x20de\x20borde\x20de\x20tabla','729484LRLPbu','51880HSJKsB','Seleccionar\x20fila','Principal\x20100','Restablecer\x20color','Alinear\x20al\x20medio','Amarillo\x20100','Subrayado','14IBLCAv','Seleccionar\x20columna','Mínimo','Grosor\x20de\x20borde','Eliminar\x20fila','Gris\x20900','Origen\x20de\x20imagen','Alinear\x20arriba','Sin\x20bordes','180CWAOVB','Color\x20de\x20fondo\x20de\x20texto','Fila\x20de\x20pie','Sólido','Insertar\x20columna','Alineación\x20vertical','Relleno\x20degradado','Insertar\x20columna\x20a\x20la\x20derecha','Borde\x20horizontal\x20interior','Gris\x20500','Alinear\x20abajo','Verde\x20100','Estilo\x20de\x20borde','Ninguno','Última\x20columna','Borde\x20superior','Borde','Mover\x20columna','5040OVDqbf','Azul\x20600','Primera\x20columna','Columnas\x20con\x20bandas','Color\x20de\x20fondo\x20de\x20la\x20tabla','Color','Borde\x20inferior','Rojo\x20100','Punteado','Bordes\x20interiores','3nSzNXD','773010qlWrTA','Separar\x20celdas','Distribuir\x20filas','Claro','Rojo\x20600','Negrita','Bordes','31XHUczF','Borde\x20exterior','Tachado','Combinar\x20celdas','Verde\x20600','Sin\x20borde','Morado\x20600','Mejor\x20coincidencia','Insertar\x20imagen','Filas\x20con\x20bandas','Tema\x20de\x20tabla','Copiar','Alinear\x20a\x20la\x20derecha','Fuente','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','221160PRlsze','Relleno\x20sólido','Insertar\x20fila\x20arriba','Alinear\x20a\x20la\x20izquierda'];_0x2553=function(){return _0x2e1e8c;};return _0x2553();}const _0x6cdcca=_0xc691;function _0xc691(_0x1d433a,_0x16e75c){_0x1d433a=_0x1d433a-0x130;const _0x2553f5=_0x2553();let _0xc691db=_0x2553f5[_0x1d433a];return _0xc691db;}(function(_0xea4b28,_0x4ec038){const _0x36ef3a=_0xc691,_0x55174c=_0xea4b28();while(!![]){try{const _0x3bc4db=parseInt(_0x36ef3a(0x181))/0x1*(-parseInt(_0x36ef3a(0x149))/0x2)+-parseInt(_0x36ef3a(0x179))/0x3*(parseInt(_0x36ef3a(0x14c))/0x4)+-parseInt(_0x36ef3a(0x17a))/0x5+parseInt(_0x36ef3a(0x132))/0x6*(-parseInt(_0x36ef3a(0x154))/0x7)+parseInt(_0x36ef3a(0x14d))/0x8*(parseInt(_0x36ef3a(0x15d))/0x9)+parseInt(_0x36ef3a(0x16f))/0xa+parseInt(_0x36ef3a(0x144))/0xb;if(_0x3bc4db===_0x4ec038)break;else _0x55174c['push'](_0x55174c['shift']());}catch(_0x4f8b18){_0x55174c['push'](_0x55174c['shift']());}}}(_0x2553,0x2a8ea));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x6cdcca(0x130),'fontSize':_0x6cdcca(0x146),'textFormat':'Formato\x20de\x20texto','bold':_0x6cdcca(0x17f),'italic':'Cursiva','underline':_0x6cdcca(0x153),'strikethrough':_0x6cdcca(0x183),'textColor':_0x6cdcca(0x140),'textBackgroundColor':_0x6cdcca(0x15e),'tableBackgroundColor':_0x6cdcca(0x148),'tableBorderColor':_0x6cdcca(0x14b),'borderWidth':_0x6cdcca(0x157),'borderStyle':_0x6cdcca(0x169),'border':_0x6cdcca(0x16d),'borderStyleSolid':_0x6cdcca(0x160),'borderStyleDash':'Discontinuo','borderStyleDot':_0x6cdcca(0x177),'borderStyleDashDot':'Raya\x20y\x20punto','noBorder':_0x6cdcca(0x186),'borderPresetAll':_0x6cdcca(0x13a),'borderPresetInner':_0x6cdcca(0x178),'borderPresetOuter':_0x6cdcca(0x182),'borderPresetTop':_0x6cdcca(0x16c),'borderPresetBottom':_0x6cdcca(0x175),'borderPresetLeft':'Borde\x20izquierdo','borderPresetRight':'Borde\x20derecho','borderPresetInnerHorizontal':_0x6cdcca(0x165),'borderPresetInnerVertical':_0x6cdcca(0x138),'none':_0x6cdcca(0x16a),'horizontalAlign':_0x6cdcca(0x13d),'verticalAlign':_0x6cdcca(0x162),'alignLeft':_0x6cdcca(0x135),'alignCenter':'Centrar','alignRight':_0x6cdcca(0x18d),'alignJustify':_0x6cdcca(0x136),'alignTop':_0x6cdcca(0x15b),'alignMiddle':_0x6cdcca(0x151),'alignBottom':_0x6cdcca(0x167),'mergeCells':_0x6cdcca(0x184),'unmergeCells':_0x6cdcca(0x17b),'tableTheme':_0x6cdcca(0x18b),'tableLook':_0x6cdcca(0x13e),'headerRow':'Fila\x20de\x20encabezado','footerRow':_0x6cdcca(0x15f),'bandedRows':_0x6cdcca(0x18a),'bandedColumns':_0x6cdcca(0x172),'firstColumn':_0x6cdcca(0x171),'lastColumn':_0x6cdcca(0x16b),'bestMatch':_0x6cdcca(0x188),'light':_0x6cdcca(0x17d),'medium':'Medio','minimal':_0x6cdcca(0x156)},'shapePanel':{'fill':{'noFill':_0x6cdcca(0x145),'solidFill':_0x6cdcca(0x133),'gradientFill':_0x6cdcca(0x163),'pictureFill':_0x6cdcca(0x13f),'color':_0x6cdcca(0x174),'transparency':'Transparencia','picture':{'source':_0x6cdcca(0x15a),'insert':_0x6cdcca(0x189)}}},'structuralControls':{'selectRow':_0x6cdcca(0x14e),'selectColumn':_0x6cdcca(0x155),'selectTable':_0x6cdcca(0x14a),'insertRow':'Insertar\x20fila','insertColumn':_0x6cdcca(0x161),'moveRow':_0x6cdcca(0x13b),'moveColumn':_0x6cdcca(0x16e),'moveRows':_0x6cdcca(0x137),'moveColumns':'Mover\x20columnas','cannotMoveMergedRows':_0x6cdcca(0x131),'cannotMoveMergedColumns':_0x6cdcca(0x13c)},'contextMenu':{'insert':'Insertar','delete':'Eliminar','distribute':'Distribuir','borders':_0x6cdcca(0x180),'tableBackgroundColor':_0x6cdcca(0x173),'copy':_0x6cdcca(0x18c),'cut':_0x6cdcca(0x141),'deleteTable':'Eliminar\x20tabla','insertRowAbove':_0x6cdcca(0x134),'insertRowBelow':_0x6cdcca(0x143),'insertColumnLeft':_0x6cdcca(0x139),'insertColumnRight':_0x6cdcca(0x164),'deleteRow':_0x6cdcca(0x158),'deleteColumn':'Eliminar\x20columna','distributeRows':_0x6cdcca(0x17c),'distributeColumns':'Distribuir\x20columnas','borderAll':_0x6cdcca(0x13a),'borderOuter':'Bordes\x20exteriores','borderInner':_0x6cdcca(0x178),'borderNone':_0x6cdcca(0x15c)},'colorPreset':{'resetColor':_0x6cdcca(0x150),'white':_0x6cdcca(0x147),'gray100':_0x6cdcca(0x142),'primary100':_0x6cdcca(0x14f),'blue100':'Azul\x20100','green100':_0x6cdcca(0x168),'yellow100':_0x6cdcca(0x152),'red100':_0x6cdcca(0x176),'gray900':_0x6cdcca(0x159),'gray500':_0x6cdcca(0x166),'red600':_0x6cdcca(0x17e),'orange600':'Naranja\x20600','yellow700':'Amarillo\x20700','green600':_0x6cdcca(0x185),'blue600':_0x6cdcca(0x170),'purple600':_0x6cdcca(0x187)}}};export{e as default};
1
+ const _0x1be841=_0x285d;(function(_0x272e06,_0x1668dd){const _0x27400b=_0x285d,_0x3532ed=_0x272e06();while(!![]){try{const _0x24978a=parseInt(_0x27400b(0x10c))/0x1*(-parseInt(_0x27400b(0x11c))/0x2)+parseInt(_0x27400b(0x118))/0x3+parseInt(_0x27400b(0x106))/0x4+parseInt(_0x27400b(0x135))/0x5+-parseInt(_0x27400b(0x149))/0x6*(-parseInt(_0x27400b(0x10a))/0x7)+-parseInt(_0x27400b(0x108))/0x8+parseInt(_0x27400b(0x12a))/0x9*(-parseInt(_0x27400b(0x133))/0xa);if(_0x24978a===_0x1668dd)break;else _0x3532ed['push'](_0x3532ed['shift']());}catch(_0x220701){_0x3532ed['push'](_0x3532ed['shift']());}}}(_0x1b85,0x40a4d));function _0x1b85(){const _0x40912d=['Rojo\x20600','Mejor\x20coincidencia','Principal\x20100','Borde\x20vertical\x20interior','Rojo\x20100','Gris\x20500','Alinear\x20abajo','Combinar\x20celdas','Insertar\x20fila','642651JQwuZR','Azul\x20100','Claro','Origen\x20de\x20imagen','2anmAie','Borde\x20derecho','Restablecer\x20color','Grosor\x20de\x20borde','Mover\x20fila','Alineación\x20vertical','Alinear\x20a\x20la\x20derecha','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','Centrar','Insertar\x20columna\x20a\x20la\x20izquierda','Separar\x20celdas','Formato\x20de\x20texto','Insertar\x20columna\x20a\x20la\x20derecha','Insertar\x20columna','9VGGATl','Bordes\x20interiores','Tamaño\x20de\x20fuente','Justificar','Mínimo','Panel','Estilos\x20de\x20tabla','Blanco','Azul\x20600','3367610kMjTSD','Naranja\x20600','1837195QjSUwz','Texto','Fila\x20de\x20pie','Todos\x20los\x20bordes','Estilo\x20de\x20borde','Insertar\x20fila\x20abajo','Alinear\x20al\x20medio','Negrita','Bordes','Traer\x20adelante','Verde\x20600','Borde\x20superior','Color','Color\x20de\x20fondo\x20de\x20la\x20tabla','Lista\x20con\x20viñetas','Enviar\x20atrás','Color\x20de\x20borde\x20de\x20tabla','Traer\x20al\x20frente','Distribuir','Amarillo\x20700','566142OeEhtt','Distribuir\x20columnas','Verde\x20100','Bordes\x20exteriores','Filas\x20con\x20bandas','Alineación\x20horizontal','Organizar','Borde\x20izquierdo','Punteado','Gris\x20900','Color\x20de\x20texto','Tema\x20de\x20tabla','Estilo\x20de\x20celda','Raya\x20y\x20punto','Cursiva','Ninguno','Fuente','Insertar\x20fila\x20arriba','Eliminar\x20tabla','Relleno\x20sólido','Mover\x20columnas','Sin\x20bordes','Eliminar\x20columna','Insertar','Alinear\x20arriba','Aspecto\x20de\x20tabla','Medio','Alinear\x20a\x20la\x20izquierda','Insertar\x20imagen','Copiar','756548SXvFgw','Discontinuo','2899400IWNEwi','Morado\x20600','35BfXgAv','Lista\x20numerada','278611wksoha','Seleccionar\x20columna','Fila\x20de\x20encabezado'];_0x1b85=function(){return _0x40912d;};return _0x1b85();}const e={'slides-table-ui':{'ribbon':{'tableDesign':'Diseño\x20de\x20tabla','styles':_0x1be841(0x130),'cellStyle':_0x1be841(0x155),'text':_0x1be841(0x136),'layout':'Diseño','arrange':_0x1be841(0x14f),'panel':_0x1be841(0x12f),'floatingToolbar':'Barra\x20de\x20herramientas\x20flotante','arrangeForward':_0x1be841(0x13e),'arrangeBackward':_0x1be841(0x144),'bringToFront':_0x1be841(0x146),'sendToBack':'Enviar\x20al\x20fondo'},'editorToolbar':{'fontFamily':_0x1be841(0x159),'fontSize':_0x1be841(0x12c),'increaseFontSize':'Aumentar\x20tamaño\x20de\x20fuente','decreaseFontSize':'Disminuir\x20tamaño\x20de\x20fuente','orderedList':_0x1be841(0x10b),'bulletList':_0x1be841(0x143),'textFormat':_0x1be841(0x127),'bold':_0x1be841(0x13c),'italic':_0x1be841(0x157),'underline':'Subrayado','strikethrough':'Tachado','textColor':_0x1be841(0x153),'textBackgroundColor':'Color\x20de\x20fondo\x20de\x20texto','tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20tabla','tableBorderColor':_0x1be841(0x145),'borderWidth':_0x1be841(0x11f),'borderStyle':_0x1be841(0x139),'border':'Borde','borderStyleSolid':'Sólido','borderStyleDash':_0x1be841(0x107),'borderStyleDot':_0x1be841(0x151),'borderStyleDashDot':_0x1be841(0x156),'noBorder':'Sin\x20borde','borderPresetAll':_0x1be841(0x138),'borderPresetInner':_0x1be841(0x12b),'borderPresetOuter':'Borde\x20exterior','borderPresetTop':_0x1be841(0x140),'borderPresetBottom':'Borde\x20inferior','borderPresetLeft':_0x1be841(0x150),'borderPresetRight':_0x1be841(0x11d),'borderPresetInnerHorizontal':'Borde\x20horizontal\x20interior','borderPresetInnerVertical':_0x1be841(0x112),'none':_0x1be841(0x158),'horizontalAlign':_0x1be841(0x14e),'verticalAlign':_0x1be841(0x121),'alignLeft':_0x1be841(0x103),'alignCenter':_0x1be841(0x124),'alignRight':_0x1be841(0x122),'alignJustify':_0x1be841(0x12d),'alignTop':_0x1be841(0x161),'alignMiddle':_0x1be841(0x13b),'alignBottom':_0x1be841(0x115),'mergeCells':_0x1be841(0x116),'unmergeCells':_0x1be841(0x126),'tableTheme':_0x1be841(0x154),'tableLook':_0x1be841(0x162),'headerRow':_0x1be841(0x10e),'footerRow':_0x1be841(0x137),'bandedRows':_0x1be841(0x14d),'bandedColumns':'Columnas\x20con\x20bandas','firstColumn':'Primera\x20columna','lastColumn':'Última\x20columna','bestMatch':_0x1be841(0x110),'light':_0x1be841(0x11a),'medium':_0x1be841(0x163),'minimal':_0x1be841(0x12e)},'shapePanel':{'fill':{'noFill':'Sin\x20relleno','solidFill':_0x1be841(0x15c),'gradientFill':'Relleno\x20degradado','pictureFill':'Relleno\x20de\x20imagen\x20o\x20textura','color':_0x1be841(0x141),'transparency':'Transparencia','picture':{'source':_0x1be841(0x11b),'insert':_0x1be841(0x104)}}},'structuralControls':{'selectRow':'Seleccionar\x20fila','selectColumn':_0x1be841(0x10d),'selectTable':'Seleccionar\x20tabla','insertRow':_0x1be841(0x117),'insertColumn':_0x1be841(0x129),'moveRow':_0x1be841(0x120),'moveColumn':'Mover\x20columna','moveRows':'Mover\x20filas','moveColumns':_0x1be841(0x15d),'cannotMoveMergedRows':_0x1be841(0x123),'cannotMoveMergedColumns':'No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas'},'contextMenu':{'insert':_0x1be841(0x160),'delete':'Eliminar','distribute':_0x1be841(0x147),'borders':_0x1be841(0x13d),'tableBackgroundColor':_0x1be841(0x142),'copy':_0x1be841(0x105),'cut':'Cortar','deleteTable':_0x1be841(0x15b),'insertRowAbove':_0x1be841(0x15a),'insertRowBelow':_0x1be841(0x13a),'insertColumnLeft':_0x1be841(0x125),'insertColumnRight':_0x1be841(0x128),'deleteRow':'Eliminar\x20fila','deleteColumn':_0x1be841(0x15f),'distributeRows':'Distribuir\x20filas','distributeColumns':_0x1be841(0x14a),'borderAll':_0x1be841(0x138),'borderOuter':_0x1be841(0x14c),'borderInner':'Bordes\x20interiores','borderNone':_0x1be841(0x15e)},'colorPreset':{'resetColor':_0x1be841(0x11e),'white':_0x1be841(0x131),'gray100':'Gris\x20100','primary100':_0x1be841(0x111),'blue100':_0x1be841(0x119),'green100':_0x1be841(0x14b),'yellow100':'Amarillo\x20100','red100':_0x1be841(0x113),'gray900':_0x1be841(0x152),'gray500':_0x1be841(0x114),'red600':_0x1be841(0x10f),'orange600':_0x1be841(0x134),'yellow700':_0x1be841(0x148),'green600':_0x1be841(0x13f),'blue600':_0x1be841(0x132),'purple600':_0x1be841(0x109)}}};function _0x285d(_0xf06998,_0x3b5ae3){_0xf06998=_0xf06998-0x103;const _0x1b85ae=_0x1b85();let _0x285da6=_0x1b85ae[_0xf06998];return _0x285da6;}export{e as default};
@@ -1 +1 @@
1
- const _0x577baf=_0x45e0;function _0x45e0(_0x2b0386,_0x32b91e){_0x2b0386=_0x2b0386-0x1dc;const _0x2e50ea=_0x2e50();let _0x45e0d6=_0x2e50ea[_0x2b0386];return _0x45e0d6;}(function(_0x51dec9,_0xc14000){const _0x302f9e=_0x45e0,_0x33a093=_0x51dec9();while(!![]){try{const _0xbb4c63=parseInt(_0x302f9e(0x229))/0x1+-parseInt(_0x302f9e(0x1eb))/0x2+-parseInt(_0x302f9e(0x222))/0x3+parseInt(_0x302f9e(0x1de))/0x4*(-parseInt(_0x302f9e(0x225))/0x5)+-parseInt(_0x302f9e(0x1fb))/0x6*(-parseInt(_0x302f9e(0x21e))/0x7)+parseInt(_0x302f9e(0x237))/0x8*(parseInt(_0x302f9e(0x1f3))/0x9)+parseInt(_0x302f9e(0x234))/0xa;if(_0xbb4c63===_0xc14000)break;else _0x33a093['push'](_0x33a093['shift']());}catch(_0x404470){_0x33a093['push'](_0x33a093['shift']());}}}(_0x2e50,0xe9d0d));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'فونت','fontSize':_0x577baf(0x22b),'textFormat':'قالب\x20متن','bold':_0x577baf(0x207),'italic':'کج','underline':_0x577baf(0x221),'strikethrough':_0x577baf(0x1e3),'textColor':_0x577baf(0x1e8),'textBackgroundColor':_0x577baf(0x20e),'tableBackgroundColor':_0x577baf(0x233),'tableBorderColor':'رنگ\x20کادر\x20جدول','borderWidth':_0x577baf(0x21f),'borderStyle':_0x577baf(0x219),'border':_0x577baf(0x22d),'borderStyleSolid':_0x577baf(0x1e1),'borderStyleDash':_0x577baf(0x236),'borderStyleDot':'نقطه‌چین','borderStyleDashDot':_0x577baf(0x202),'noBorder':_0x577baf(0x1ee),'borderPresetAll':_0x577baf(0x21a),'borderPresetInner':_0x577baf(0x226),'borderPresetOuter':'کادر\x20بیرونی','borderPresetTop':_0x577baf(0x1ec),'borderPresetBottom':_0x577baf(0x1ed),'borderPresetLeft':_0x577baf(0x232),'borderPresetRight':_0x577baf(0x209),'borderPresetInnerHorizontal':_0x577baf(0x224),'borderPresetInnerVertical':_0x577baf(0x1e2),'none':_0x577baf(0x223),'horizontalAlign':'تراز\x20افقی','verticalAlign':'تراز\x20عمودی','alignLeft':_0x577baf(0x1f4),'alignCenter':_0x577baf(0x1df),'alignRight':_0x577baf(0x1ea),'alignJustify':_0x577baf(0x1f8),'alignTop':_0x577baf(0x200),'alignMiddle':_0x577baf(0x1fe),'alignBottom':_0x577baf(0x1f7),'mergeCells':_0x577baf(0x238),'unmergeCells':_0x577baf(0x20b),'tableTheme':_0x577baf(0x21d),'tableLook':_0x577baf(0x22f),'headerRow':_0x577baf(0x1f2),'footerRow':'ردیف\x20پاصفحه','bandedRows':_0x577baf(0x228),'bandedColumns':_0x577baf(0x1dd),'firstColumn':_0x577baf(0x1fa),'lastColumn':'ستون\x20آخر','bestMatch':_0x577baf(0x1e7),'light':'روشن','medium':'متوسط','minimal':'حداقلی'},'shapePanel':{'fill':{'noFill':_0x577baf(0x211),'solidFill':_0x577baf(0x1e9),'gradientFill':_0x577baf(0x1e5),'pictureFill':'پر\x20کردن\x20تصویر\x20یا\x20بافت','color':_0x577baf(0x20c),'transparency':'شفافیت','picture':{'source':_0x577baf(0x205),'insert':_0x577baf(0x21c)}}},'structuralControls':{'selectRow':_0x577baf(0x208),'selectColumn':_0x577baf(0x230),'selectTable':_0x577baf(0x21b),'insertRow':_0x577baf(0x22e),'insertColumn':_0x577baf(0x204),'moveRow':_0x577baf(0x217),'moveColumn':_0x577baf(0x1fc),'moveRows':_0x577baf(0x1ef),'moveColumns':_0x577baf(0x203),'cannotMoveMergedRows':_0x577baf(0x1f1),'cannotMoveMergedColumns':_0x577baf(0x212)},'contextMenu':{'insert':_0x577baf(0x214),'delete':_0x577baf(0x22a),'distribute':'توزیع','borders':_0x577baf(0x235),'tableBackgroundColor':_0x577baf(0x233),'copy':'کپی','cut':_0x577baf(0x1f9),'deleteTable':_0x577baf(0x1e4),'insertRowAbove':_0x577baf(0x218),'insertRowBelow':_0x577baf(0x215),'insertColumnLeft':_0x577baf(0x1f5),'insertColumnRight':_0x577baf(0x206),'deleteRow':'حذف\x20ردیف','deleteColumn':_0x577baf(0x1dc),'distributeRows':_0x577baf(0x1f6),'distributeColumns':_0x577baf(0x20a),'borderAll':'همه\x20حاشیه‌ها','borderOuter':_0x577baf(0x1e0),'borderInner':'حاشیه‌های\x20داخلی','borderNone':_0x577baf(0x1f0)},'colorPreset':{'resetColor':_0x577baf(0x1e6),'white':_0x577baf(0x220),'gray100':_0x577baf(0x213),'primary100':'اصلی\x20100','blue100':'آبی\x20100','green100':_0x577baf(0x227),'yellow100':_0x577baf(0x1fd),'red100':_0x577baf(0x22c),'gray900':_0x577baf(0x201),'gray500':_0x577baf(0x20f),'red600':_0x577baf(0x216),'orange600':_0x577baf(0x1ff),'yellow700':_0x577baf(0x210),'green600':_0x577baf(0x231),'blue600':_0x577baf(0x20d),'purple600':'بنفش\x20600'}}};export{e as default};function _0x2e50(){const _0x154617=['نارنجی\x20600','تراز\x20بالا','خاکستری\x20900','خط‌نقطه','انتقال\x20ستون‌ها','درج\x20ستون','منبع\x20تصویر','درج\x20ستون\x20در\x20راست','پررنگ','انتخاب\x20ردیف','کادر\x20راست','توزیع\x20ستون‌ها','لغو\x20ادغام\x20سلول‌ها','رنگ','آبی\x20600','رنگ\x20پس‌زمینه\x20متن','خاکستری\x20500','زرد\x20700','بدون\x20پر\x20کردن','ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','خاکستری\x20100','درج','درج\x20ردیف\x20در\x20پایین','قرمز\x20600','انتقال\x20ردیف','درج\x20ردیف\x20در\x20بالا','سبک\x20کادر','همه\x20کادرها','انتخاب\x20جدول','درج\x20تصویر','قالب\x20جدول','539usKydI','ضخامت\x20کادر','سفید','زیرخط','3908163hamHPA','هیچ','کادر\x20افقی\x20داخلی','3602850EXEsqE','کادرهای\x20داخلی','سبز\x20100','ردیف‌های\x20نواری','1058040sMJjWq','حذف','اندازه\x20فونت','قرمز\x20100','کادر','درج\x20سطر','ظاهر\x20جدول','انتخاب\x20ستون','سبز\x20600','کادر\x20چپ','رنگ\x20پس‌زمینه\x20جدول','7093640iqpeyM','حاشیه‌ها','خط‌چین','3709592RBywsJ','ادغام\x20سلول‌ها','حذف\x20ستون','ستون‌های\x20نواری','8DyaDbF','تراز\x20وسط','حاشیه‌های\x20بیرونی','یکپارچه','کادر\x20عمودی\x20داخلی','خط‌خورده','حذف\x20جدول','پر\x20کردن\x20گرادیان','بازنشانی\x20رنگ','بهترین\x20تطابق','رنگ\x20متن','پر\x20کردن\x20یکدست','تراز\x20راست','1349536EhRFdp','کادر\x20بالا','کادر\x20پایین','بدون\x20کادر','انتقال\x20ردیف‌ها','بدون\x20حاشیه','ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','ردیف\x20سرصفحه','36GOdiof','تراز\x20چپ','درج\x20ستون\x20در\x20چپ','توزیع\x20ردیف‌ها','تراز\x20پایین','هم‌تراز','برش','ستون\x20اول','58764jmwBmC','انتقال\x20ستون','زرد\x20100','تراز\x20وسط\x20عمودی'];_0x2e50=function(){return _0x154617;};return _0x2e50();}
1
+ function _0x167e(){const _0x48be1b=['حاشیه‌های\x20داخلی','حاشیه‌ها','کادر\x20افقی\x20داخلی','آبی\x20100','نقطه‌چین','خط‌چین','درج\x20ردیف\x20در\x20پایین','کاهش\x20اندازه\x20فونت','انتقال\x20ردیف','ردیف‌های\x20نواری','فهرست\x20شماره‌دار','رنگ\x20پس‌زمینه\x20متن','کادر\x20راست','27220zSxpZU','بدون\x20پر\x20کردن','قرمز\x20100','قالب\x20متن','3985878TOelRa','ستون\x20اول','توزیع\x20ردیف‌ها','کادر\x20عمودی\x20داخلی','حذف\x20جدول','افزایش\x20اندازه\x20فونت','تراز\x20عمودی','قرمز\x20600','درج','کادر\x20بالا','نارنجی\x20600','خاکستری\x20500','حذف\x20ردیف','بدون\x20کادر','کادرهای\x20داخلی','خاکستری\x20100','اصلی\x20100','تراز\x20چپ','کادر\x20چپ','915Pfpggb','سبک\x20سلول','تراز\x20افقی','انتقال\x20به\x20جلوترین\x20سطح','391332gsHGmE','سبک‌های\x20جدول','یک\x20سطح\x20به\x20عقب','58528DDPsnT','ردیف\x20پاصفحه','ادغام\x20سلول‌ها','انتخاب\x20ستون','هیچ','رنگ\x20متن','تراز\x20راست','درج\x20سطر','همه\x20حاشیه‌ها','طراحی\x20جدول','انتقال\x20ستون','انتقال\x20ردیف‌ها','یک\x20سطح\x20به\x20جلو','حذف\x20ستون','سبک\x20کادر','بدون\x20حاشیه','حاشیه‌های\x20بیرونی','درج\x20تصویر','رنگ\x20کادر\x20جدول','1152QnlLGZ','نوار\x20ابزار\x20شناور','ضخامت\x20کادر','آبی\x20600','ردیف\x20سرصفحه','تراز\x20وسط','کادر\x20پایین','تراز\x20پایین','بنفش\x20600','درج\x20ردیف\x20در\x20بالا','بازنشانی\x20رنگ','زیرخط','ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','خاکستری\x20900','فونت','انتقال\x20به\x20عقب‌ترین\x20سطح','روشن','262158CEaVma','توزیع','انتخاب\x20ردیف','4365432LvMCIs','رنگ\x20پس‌زمینه\x20جدول','حذف','تراز\x20بالا','8929326pKLjKY','کادر','خط‌نقطه','همه\x20کادرها','انتخاب\x20جدول','زرد\x20100','خط‌خورده','پررنگ'];_0x167e=function(){return _0x48be1b;};return _0x167e();}const _0x53e57b=_0x1c4d;function _0x1c4d(_0x18bc4b,_0x4ea817){_0x18bc4b=_0x18bc4b-0x1ee;const _0x167e4d=_0x167e();let _0x1c4d19=_0x167e4d[_0x18bc4b];return _0x1c4d19;}(function(_0x5439e5,_0x35dce8){const _0x293e62=_0x1c4d,_0x4f96a6=_0x5439e5();while(!![]){try{const _0x19998=-parseInt(_0x293e62(0x22d))/0x1+parseInt(_0x293e62(0x1f6))/0x2+parseInt(_0x293e62(0x216))/0x3+parseInt(_0x293e62(0x212))/0x4*(-parseInt(_0x293e62(0x229))/0x5)+parseInt(_0x293e62(0x1f9))/0x6+parseInt(_0x293e62(0x1fd))/0x7+parseInt(_0x293e62(0x230))/0x8*(-parseInt(_0x293e62(0x243))/0x9);if(_0x19998===_0x35dce8)break;else _0x4f96a6['push'](_0x4f96a6['shift']());}catch(_0x42cab4){_0x4f96a6['push'](_0x4f96a6['shift']());}}}(_0x167e,0xd93c8));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x53e57b(0x239),'styles':_0x53e57b(0x22e),'cellStyle':_0x53e57b(0x22a),'text':'متن','layout':'چیدمان','arrange':'ترتیب','panel':'پنل','floatingToolbar':_0x53e57b(0x244),'arrangeForward':_0x53e57b(0x23c),'arrangeBackward':_0x53e57b(0x22f),'bringToFront':_0x53e57b(0x22c),'sendToBack':_0x53e57b(0x1f4)},'editorToolbar':{'fontFamily':_0x53e57b(0x1f3),'fontSize':'اندازه\x20فونت','increaseFontSize':_0x53e57b(0x21b),'decreaseFontSize':_0x53e57b(0x20c),'orderedList':_0x53e57b(0x20f),'bulletList':'فهرست\x20گلوله‌ای','textFormat':_0x53e57b(0x215),'bold':_0x53e57b(0x204),'italic':'کج','underline':_0x53e57b(0x1f0),'strikethrough':_0x53e57b(0x203),'textColor':_0x53e57b(0x235),'textBackgroundColor':_0x53e57b(0x210),'tableBackgroundColor':_0x53e57b(0x1fa),'tableBorderColor':_0x53e57b(0x242),'borderWidth':_0x53e57b(0x245),'borderStyle':_0x53e57b(0x23e),'border':_0x53e57b(0x1fe),'borderStyleSolid':'یکپارچه','borderStyleDash':_0x53e57b(0x20a),'borderStyleDot':_0x53e57b(0x209),'borderStyleDashDot':_0x53e57b(0x1ff),'noBorder':_0x53e57b(0x223),'borderPresetAll':_0x53e57b(0x200),'borderPresetInner':_0x53e57b(0x224),'borderPresetOuter':'کادر\x20بیرونی','borderPresetTop':_0x53e57b(0x21f),'borderPresetBottom':_0x53e57b(0x249),'borderPresetLeft':_0x53e57b(0x228),'borderPresetRight':_0x53e57b(0x211),'borderPresetInnerHorizontal':_0x53e57b(0x207),'borderPresetInnerVertical':_0x53e57b(0x219),'none':_0x53e57b(0x234),'horizontalAlign':_0x53e57b(0x22b),'verticalAlign':_0x53e57b(0x21c),'alignLeft':_0x53e57b(0x227),'alignCenter':_0x53e57b(0x248),'alignRight':_0x53e57b(0x236),'alignJustify':'هم‌تراز','alignTop':_0x53e57b(0x1fc),'alignMiddle':'تراز\x20وسط\x20عمودی','alignBottom':_0x53e57b(0x24a),'mergeCells':_0x53e57b(0x232),'unmergeCells':'لغو\x20ادغام\x20سلول‌ها','tableTheme':'قالب\x20جدول','tableLook':'ظاهر\x20جدول','headerRow':_0x53e57b(0x247),'footerRow':_0x53e57b(0x231),'bandedRows':_0x53e57b(0x20e),'bandedColumns':'ستون‌های\x20نواری','firstColumn':_0x53e57b(0x217),'lastColumn':'ستون\x20آخر','bestMatch':'بهترین\x20تطابق','light':_0x53e57b(0x1f5),'medium':'متوسط','minimal':'حداقلی'},'shapePanel':{'fill':{'noFill':_0x53e57b(0x213),'solidFill':'پر\x20کردن\x20یکدست','gradientFill':'پر\x20کردن\x20گرادیان','pictureFill':'پر\x20کردن\x20تصویر\x20یا\x20بافت','color':'رنگ','transparency':'شفافیت','picture':{'source':'منبع\x20تصویر','insert':_0x53e57b(0x241)}}},'structuralControls':{'selectRow':_0x53e57b(0x1f8),'selectColumn':_0x53e57b(0x233),'selectTable':_0x53e57b(0x201),'insertRow':_0x53e57b(0x237),'insertColumn':'درج\x20ستون','moveRow':_0x53e57b(0x20d),'moveColumn':_0x53e57b(0x23a),'moveRows':_0x53e57b(0x23b),'moveColumns':'انتقال\x20ستون‌ها','cannotMoveMergedRows':'ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','cannotMoveMergedColumns':_0x53e57b(0x1f1)},'contextMenu':{'insert':_0x53e57b(0x21e),'delete':_0x53e57b(0x1fb),'distribute':_0x53e57b(0x1f7),'borders':_0x53e57b(0x206),'tableBackgroundColor':_0x53e57b(0x1fa),'copy':'کپی','cut':'برش','deleteTable':_0x53e57b(0x21a),'insertRowAbove':_0x53e57b(0x1ee),'insertRowBelow':_0x53e57b(0x20b),'insertColumnLeft':'درج\x20ستون\x20در\x20چپ','insertColumnRight':'درج\x20ستون\x20در\x20راست','deleteRow':_0x53e57b(0x222),'deleteColumn':_0x53e57b(0x23d),'distributeRows':_0x53e57b(0x218),'distributeColumns':'توزیع\x20ستون‌ها','borderAll':_0x53e57b(0x238),'borderOuter':_0x53e57b(0x240),'borderInner':_0x53e57b(0x205),'borderNone':_0x53e57b(0x23f)},'colorPreset':{'resetColor':_0x53e57b(0x1ef),'white':'سفید','gray100':_0x53e57b(0x225),'primary100':_0x53e57b(0x226),'blue100':_0x53e57b(0x208),'green100':'سبز\x20100','yellow100':_0x53e57b(0x202),'red100':_0x53e57b(0x214),'gray900':_0x53e57b(0x1f2),'gray500':_0x53e57b(0x221),'red600':_0x53e57b(0x21d),'orange600':_0x53e57b(0x220),'yellow700':'زرد\x20700','green600':'سبز\x20600','blue600':_0x53e57b(0x246),'purple600':_0x53e57b(0x24b)}}};export{e as default};
@@ -1 +1 @@
1
- const _0x38800a=_0x26f3;(function(_0x1c6d07,_0x420c4d){const _0x1cf8b5=_0x26f3,_0x48fe96=_0x1c6d07();while(!![]){try{const _0x10dd63=parseInt(_0x1cf8b5(0x21a))/0x1*(parseInt(_0x1cf8b5(0x23c))/0x2)+parseInt(_0x1cf8b5(0x228))/0x3+parseInt(_0x1cf8b5(0x206))/0x4*(parseInt(_0x1cf8b5(0x226))/0x5)+-parseInt(_0x1cf8b5(0x20b))/0x6*(-parseInt(_0x1cf8b5(0x1ff))/0x7)+-parseInt(_0x1cf8b5(0x205))/0x8*(-parseInt(_0x1cf8b5(0x20f))/0x9)+parseInt(_0x1cf8b5(0x237))/0xa*(parseInt(_0x1cf8b5(0x1ec))/0xb)+-parseInt(_0x1cf8b5(0x21b))/0xc;if(_0x10dd63===_0x420c4d)break;else _0x48fe96['push'](_0x48fe96['shift']());}catch(_0x5335ff){_0x48fe96['push'](_0x48fe96['shift']());}}}(_0x2f5b,0x66106));function _0x26f3(_0x13a620,_0x448208){_0x13a620=_0x13a620-0x1ec;const _0x2f5bc7=_0x2f5b();let _0x26f387=_0x2f5bc7[_0x13a620];return _0x26f387;}function _0x2f5b(){const _0x4acf9c=['Copier','Bordure\x20extérieure','Bordure\x20supérieure','Fusionner\x20les\x20cellules','Gris\x20100','Justifier','Couleur\x20de\x20fond\x20du\x20tableau','464681UWXFMf','Blanc','Selectionner\x20une\x20colonne','Remplissage\x20image\x20ou\x20texture','Selectionner\x20une\x20ligne','Vert\x20100','568952xmfVHz','957920DYzJHb','Insérer\x20une\x20colonne\x20à\x20gauche','Barré','Couper','Gris\x20500','48zLIHWv','Aucun\x20remplissage','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Aligner\x20au\x20centre','81YBZCVU','Bordure\x20gauche','Aligner\x20en\x20haut','Gris\x20900','Gras','Aucune\x20bordure','Transparence','Apparence\x20du\x20tableau','Bordure\x20horizontale\x20intérieure','Clair','Style\x20de\x20bordure','1HQnqCx','29866248CMZoTo','Deplacer\x20les\x20lignes','Italique','Couleur\x20d\x27arrière-plan\x20du\x20texte','Deplacer\x20la\x20colonne','Colonnes\x20alternées','Insérer','Bordures\x20intérieures','Première\x20colonne','Pointillé','Aligner\x20à\x20gauche','15bWOxsf','Jaune\x20100','862176siPhAO','Police','Couleur\x20du\x20texte','Vert\x20600','Bleu\x20100','Insérer\x20une\x20colonne\x20à\x20droite','Continu','Remplissage\x20uni','Rouge\x20100','Bordure\x20verticale\x20intérieure','Bordure','Selectionner\x20le\x20tableau','Supprimer\x20la\x20ligne','Deplacer\x20les\x20colonnes','Orange\x20600','150zJcdbb','Couleur\x20d’arrière-plan\x20du\x20tableau','Couleur\x20de\x20bordure\x20du\x20tableau','Thème\x20de\x20tableau','Annuler\x20la\x20fusion\x20des\x20cellules','190222roIqqU','Bordure\x20droite','Inserer\x20une\x20colonne','465542ZHhSIQ','Bordures\x20extérieures','Insérer\x20une\x20ligne\x20en\x20dessous','Tiret-point','Toutes\x20les\x20bordures','Réinitialiser\x20la\x20couleur','Alignement\x20vertical','Principal\x20100','Dernière\x20colonne','Aligner\x20à\x20droite','Moyen','Meilleure\x20correspondance'];_0x2f5b=function(){return _0x4acf9c;};return _0x2f5b();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x38800a(0x229),'fontSize':'Taille\x20de\x20la\x20police','textFormat':'Format\x20de\x20texte','bold':_0x38800a(0x213),'italic':_0x38800a(0x21d),'underline':'Souligné','strikethrough':_0x38800a(0x208),'textColor':_0x38800a(0x22a),'textBackgroundColor':_0x38800a(0x21e),'tableBackgroundColor':_0x38800a(0x1fe),'tableBorderColor':_0x38800a(0x239),'borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':_0x38800a(0x219),'border':_0x38800a(0x232),'borderStyleSolid':_0x38800a(0x22e),'borderStyleDash':'Tirets','borderStyleDot':_0x38800a(0x224),'borderStyleDashDot':_0x38800a(0x1ef),'noBorder':_0x38800a(0x214),'borderPresetAll':_0x38800a(0x1f0),'borderPresetInner':_0x38800a(0x222),'borderPresetOuter':_0x38800a(0x1f9),'borderPresetTop':_0x38800a(0x1fa),'borderPresetBottom':'Bordure\x20inférieure','borderPresetLeft':_0x38800a(0x210),'borderPresetRight':_0x38800a(0x23d),'borderPresetInnerHorizontal':_0x38800a(0x217),'borderPresetInnerVertical':_0x38800a(0x231),'none':'Aucun','horizontalAlign':'Alignement\x20horizontal','verticalAlign':_0x38800a(0x1f2),'alignLeft':_0x38800a(0x225),'alignCenter':_0x38800a(0x20e),'alignRight':_0x38800a(0x1f5),'alignJustify':_0x38800a(0x1fd),'alignTop':_0x38800a(0x211),'alignMiddle':'Aligner\x20au\x20milieu','alignBottom':'Aligner\x20en\x20bas','mergeCells':_0x38800a(0x1fb),'unmergeCells':_0x38800a(0x23b),'tableTheme':_0x38800a(0x23a),'tableLook':_0x38800a(0x216),'headerRow':'Ligne\x20d’en-tête','footerRow':'Ligne\x20de\x20pied','bandedRows':'Lignes\x20alternées','bandedColumns':_0x38800a(0x220),'firstColumn':_0x38800a(0x223),'lastColumn':_0x38800a(0x1f4),'bestMatch':_0x38800a(0x1f7),'light':_0x38800a(0x218),'medium':_0x38800a(0x1f6),'minimal':'Minimaliste'},'shapePanel':{'fill':{'noFill':_0x38800a(0x20c),'solidFill':_0x38800a(0x22f),'gradientFill':'Remplissage\x20dégradé','pictureFill':_0x38800a(0x202),'color':'Couleur','transparency':_0x38800a(0x215),'picture':{'source':'Source\x20de\x20l\x27image','insert':'Insérer\x20une\x20image'}}},'structuralControls':{'selectRow':_0x38800a(0x203),'selectColumn':_0x38800a(0x201),'selectTable':_0x38800a(0x233),'insertRow':'Inserer\x20une\x20ligne','insertColumn':_0x38800a(0x23e),'moveRow':'Deplacer\x20la\x20ligne','moveColumn':_0x38800a(0x21f),'moveRows':_0x38800a(0x21c),'moveColumns':_0x38800a(0x235),'cannotMoveMergedRows':_0x38800a(0x20d),'cannotMoveMergedColumns':'Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees'},'contextMenu':{'insert':_0x38800a(0x221),'delete':'Supprimer','distribute':'Répartir','borders':'Bordures','tableBackgroundColor':_0x38800a(0x238),'copy':_0x38800a(0x1f8),'cut':_0x38800a(0x209),'deleteTable':'Supprimer\x20le\x20tableau','insertRowAbove':'Insérer\x20une\x20ligne\x20au-dessus','insertRowBelow':_0x38800a(0x1ee),'insertColumnLeft':_0x38800a(0x207),'insertColumnRight':_0x38800a(0x22d),'deleteRow':_0x38800a(0x234),'deleteColumn':'Supprimer\x20la\x20colonne','distributeRows':'Répartir\x20les\x20lignes','distributeColumns':'Répartir\x20les\x20colonnes','borderAll':_0x38800a(0x1f0),'borderOuter':_0x38800a(0x1ed),'borderInner':'Bordures\x20intérieures','borderNone':_0x38800a(0x214)},'colorPreset':{'resetColor':_0x38800a(0x1f1),'white':_0x38800a(0x200),'gray100':_0x38800a(0x1fc),'primary100':_0x38800a(0x1f3),'blue100':_0x38800a(0x22c),'green100':_0x38800a(0x204),'yellow100':_0x38800a(0x227),'red100':_0x38800a(0x230),'gray900':_0x38800a(0x212),'gray500':_0x38800a(0x20a),'red600':'Rouge\x20600','orange600':_0x38800a(0x236),'yellow700':'Jaune\x20700','green600':_0x38800a(0x22b),'blue600':'Bleu\x20600','purple600':'Violet\x20600'}}};export{e as default};
1
+ const _0x25f43a=_0x4e36;(function(_0x1773fa,_0x2e6cf8){const _0x58290f=_0x4e36,_0x3aefd9=_0x1773fa();while(!![]){try{const _0xe1157a=parseInt(_0x58290f(0x12c))/0x1*(-parseInt(_0x58290f(0x15b))/0x2)+-parseInt(_0x58290f(0x17d))/0x3*(-parseInt(_0x58290f(0x17e))/0x4)+parseInt(_0x58290f(0x11f))/0x5+-parseInt(_0x58290f(0x172))/0x6*(parseInt(_0x58290f(0x169))/0x7)+-parseInt(_0x58290f(0x124))/0x8*(parseInt(_0x58290f(0x15d))/0x9)+-parseInt(_0x58290f(0x171))/0xa*(parseInt(_0x58290f(0x158))/0xb)+parseInt(_0x58290f(0x14f))/0xc*(parseInt(_0x58290f(0x153))/0xd);if(_0xe1157a===_0x2e6cf8)break;else _0x3aefd9['push'](_0x3aefd9['shift']());}catch(_0x1e1c3b){_0x3aefd9['push'](_0x3aefd9['shift']());}}}(_0x4c30,0xa8a2d));function _0x4e36(_0x2e5325,_0x133296){_0x2e5325=_0x2e5325-0x11c;const _0x4c30ed=_0x4c30();let _0x4e3636=_0x4c30ed[_0x2e5325];return _0x4e3636;}const e={'slides-table-ui':{'ribbon':{'tableDesign':'Création\x20de\x20tableau','styles':_0x25f43a(0x176),'cellStyle':'Style\x20de\x20cellule','text':_0x25f43a(0x127),'layout':'Disposition','arrange':_0x25f43a(0x14e),'panel':_0x25f43a(0x16d),'floatingToolbar':_0x25f43a(0x16e),'arrangeForward':_0x25f43a(0x175),'arrangeBackward':'Reculer','bringToFront':_0x25f43a(0x122),'sendToBack':_0x25f43a(0x180)},'editorToolbar':{'fontFamily':'Police','fontSize':_0x25f43a(0x146),'increaseFontSize':_0x25f43a(0x12b),'decreaseFontSize':_0x25f43a(0x147),'orderedList':_0x25f43a(0x132),'bulletList':_0x25f43a(0x140),'textFormat':_0x25f43a(0x138),'bold':'Gras','italic':_0x25f43a(0x155),'underline':_0x25f43a(0x144),'strikethrough':_0x25f43a(0x17b),'textColor':'Couleur\x20du\x20texte','textBackgroundColor':_0x25f43a(0x120),'tableBackgroundColor':_0x25f43a(0x135),'tableBorderColor':_0x25f43a(0x16c),'borderWidth':'Épaisseur\x20de\x20bordure','borderStyle':'Style\x20de\x20bordure','border':_0x25f43a(0x162),'borderStyleSolid':'Continu','borderStyleDash':'Tirets','borderStyleDot':'Pointillé','borderStyleDashDot':_0x25f43a(0x161),'noBorder':_0x25f43a(0x11c),'borderPresetAll':_0x25f43a(0x13c),'borderPresetInner':_0x25f43a(0x167),'borderPresetOuter':_0x25f43a(0x13e),'borderPresetTop':_0x25f43a(0x131),'borderPresetBottom':_0x25f43a(0x15e),'borderPresetLeft':'Bordure\x20gauche','borderPresetRight':_0x25f43a(0x125),'borderPresetInnerHorizontal':_0x25f43a(0x177),'borderPresetInnerVertical':_0x25f43a(0x130),'none':_0x25f43a(0x151),'horizontalAlign':_0x25f43a(0x183),'verticalAlign':_0x25f43a(0x137),'alignLeft':_0x25f43a(0x148),'alignCenter':_0x25f43a(0x145),'alignRight':_0x25f43a(0x12d),'alignJustify':_0x25f43a(0x150),'alignTop':'Aligner\x20en\x20haut','alignMiddle':_0x25f43a(0x17f),'alignBottom':_0x25f43a(0x11d),'mergeCells':_0x25f43a(0x14a),'unmergeCells':_0x25f43a(0x168),'tableTheme':_0x25f43a(0x14b),'tableLook':_0x25f43a(0x179),'headerRow':_0x25f43a(0x15f),'footerRow':_0x25f43a(0x12f),'bandedRows':'Lignes\x20alternées','bandedColumns':_0x25f43a(0x128),'firstColumn':'Première\x20colonne','lastColumn':_0x25f43a(0x16a),'bestMatch':'Meilleure\x20correspondance','light':_0x25f43a(0x129),'medium':_0x25f43a(0x11e),'minimal':_0x25f43a(0x14c)},'shapePanel':{'fill':{'noFill':_0x25f43a(0x123),'solidFill':'Remplissage\x20uni','gradientFill':_0x25f43a(0x181),'pictureFill':_0x25f43a(0x152),'color':_0x25f43a(0x163),'transparency':_0x25f43a(0x157),'picture':{'source':_0x25f43a(0x184),'insert':_0x25f43a(0x156)}}},'structuralControls':{'selectRow':_0x25f43a(0x133),'selectColumn':_0x25f43a(0x160),'selectTable':_0x25f43a(0x13f),'insertRow':_0x25f43a(0x17a),'insertColumn':'Inserer\x20une\x20colonne','moveRow':_0x25f43a(0x165),'moveColumn':_0x25f43a(0x141),'moveRows':_0x25f43a(0x173),'moveColumns':_0x25f43a(0x143),'cannotMoveMergedRows':_0x25f43a(0x16f),'cannotMoveMergedColumns':'Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees'},'contextMenu':{'insert':_0x25f43a(0x154),'delete':_0x25f43a(0x16b),'distribute':'Répartir','borders':_0x25f43a(0x121),'tableBackgroundColor':'Couleur\x20d’arrière-plan\x20du\x20tableau','copy':_0x25f43a(0x164),'cut':_0x25f43a(0x12e),'deleteTable':_0x25f43a(0x142),'insertRowAbove':_0x25f43a(0x13a),'insertRowBelow':_0x25f43a(0x174),'insertColumnLeft':_0x25f43a(0x15c),'insertColumnRight':_0x25f43a(0x134),'deleteRow':_0x25f43a(0x17c),'deleteColumn':_0x25f43a(0x14d),'distributeRows':_0x25f43a(0x159),'distributeColumns':'Répartir\x20les\x20colonnes','borderAll':_0x25f43a(0x13c),'borderOuter':_0x25f43a(0x15a),'borderInner':_0x25f43a(0x167),'borderNone':_0x25f43a(0x11c)},'colorPreset':{'resetColor':_0x25f43a(0x12a),'white':_0x25f43a(0x149),'gray100':_0x25f43a(0x13b),'primary100':_0x25f43a(0x126),'blue100':_0x25f43a(0x13d),'green100':'Vert\x20100','yellow100':_0x25f43a(0x166),'red100':'Rouge\x20100','gray900':_0x25f43a(0x170),'gray500':_0x25f43a(0x139),'red600':_0x25f43a(0x136),'orange600':'Orange\x20600','yellow700':_0x25f43a(0x178),'green600':'Vert\x20600','blue600':_0x25f43a(0x182),'purple600':'Violet\x20600'}}};export{e as default};function _0x4c30(){const _0x5c333a=['Bordures','Mettre\x20au\x20premier\x20plan','Aucun\x20remplissage','7152368fvJkAn','Bordure\x20droite','Principal\x20100','Texte','Colonnes\x20alternées','Clair','Réinitialiser\x20la\x20couleur','Augmenter\x20la\x20taille\x20de\x20police','150927bumaAa','Aligner\x20à\x20droite','Couper','Ligne\x20de\x20pied','Bordure\x20verticale\x20intérieure','Bordure\x20supérieure','Liste\x20numérotée','Selectionner\x20une\x20ligne','Insérer\x20une\x20colonne\x20à\x20droite','Couleur\x20de\x20fond\x20du\x20tableau','Rouge\x20600','Alignement\x20vertical','Format\x20de\x20texte','Gris\x20500','Insérer\x20une\x20ligne\x20au-dessus','Gris\x20100','Toutes\x20les\x20bordures','Bleu\x20100','Bordure\x20extérieure','Selectionner\x20le\x20tableau','Liste\x20à\x20puces','Deplacer\x20la\x20colonne','Supprimer\x20le\x20tableau','Deplacer\x20les\x20colonnes','Souligné','Aligner\x20au\x20centre','Taille\x20de\x20la\x20police','Réduire\x20la\x20taille\x20de\x20police','Aligner\x20à\x20gauche','Blanc','Fusionner\x20les\x20cellules','Thème\x20de\x20tableau','Minimaliste','Supprimer\x20la\x20colonne','Organiser','39505188VAvmbA','Justifier','Aucun','Remplissage\x20image\x20ou\x20texture','13PVgvGb','Insérer','Italique','Insérer\x20une\x20image','Transparence','2347312VdUgMt','Répartir\x20les\x20lignes','Bordures\x20extérieures','14dzVBlj','Insérer\x20une\x20colonne\x20à\x20gauche','9oDYBNF','Bordure\x20inférieure','Ligne\x20d’en-tête','Selectionner\x20une\x20colonne','Tiret-point','Bordure','Couleur','Copier','Deplacer\x20la\x20ligne','Jaune\x20100','Bordures\x20intérieures','Annuler\x20la\x20fusion\x20des\x20cellules','21QPnhAi','Dernière\x20colonne','Supprimer','Couleur\x20de\x20bordure\x20du\x20tableau','Volet','Barre\x20d’outils\x20flottante','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Gris\x20900','40GtKtke','1464846yyOAWj','Deplacer\x20les\x20lignes','Insérer\x20une\x20ligne\x20en\x20dessous','Avancer','Styles\x20de\x20tableau','Bordure\x20horizontale\x20intérieure','Jaune\x20700','Apparence\x20du\x20tableau','Inserer\x20une\x20ligne','Barré','Supprimer\x20la\x20ligne','127113xCCGYV','4McBmcQ','Aligner\x20au\x20milieu','Mettre\x20à\x20l’arrière-plan','Remplissage\x20dégradé','Bleu\x20600','Alignement\x20horizontal','Source\x20de\x20l\x27image','Aucune\x20bordure','Aligner\x20en\x20bas','Moyen','4463945EWIZzk','Couleur\x20d\x27arrière-plan\x20du\x20texte'];_0x4c30=function(){return _0x5c333a;};return _0x4c30();}
@@ -1 +1 @@
1
- const _0x44db74=_0x474a;(function(_0x3082c2,_0x2df256){const _0x3b41c4=_0x474a,_0x45e2ba=_0x3082c2();while(!![]){try{const _0x4cedf3=parseInt(_0x3b41c4(0x13f))/0x1+-parseInt(_0x3b41c4(0x16e))/0x2+parseInt(_0x3b41c4(0x171))/0x3*(parseInt(_0x3b41c4(0x17b))/0x4)+-parseInt(_0x3b41c4(0x161))/0x5*(-parseInt(_0x3b41c4(0x157))/0x6)+-parseInt(_0x3b41c4(0x132))/0x7+parseInt(_0x3b41c4(0x15c))/0x8*(-parseInt(_0x3b41c4(0x15a))/0x9)+parseInt(_0x3b41c4(0x137))/0xa;if(_0x4cedf3===_0x2df256)break;else _0x45e2ba['push'](_0x45e2ba['shift']());}catch(_0x427f5c){_0x45e2ba['push'](_0x45e2ba['shift']());}}}(_0x46f1,0x764e2));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x44db74(0x14d),'fontSize':_0x44db74(0x13e),'textFormat':_0x44db74(0x15d),'bold':_0x44db74(0x176),'italic':_0x44db74(0x182),'underline':_0x44db74(0x17e),'strikethrough':'Coret','textColor':'Warna\x20teks','textBackgroundColor':_0x44db74(0x170),'tableBackgroundColor':_0x44db74(0x15f),'tableBorderColor':_0x44db74(0x16a),'borderWidth':'Lebar\x20batas','borderStyle':_0x44db74(0x13d),'border':'Batas','borderStyleSolid':_0x44db74(0x149),'borderStyleDash':_0x44db74(0x178),'borderStyleDot':'Titik-titik','borderStyleDashDot':_0x44db74(0x142),'noBorder':_0x44db74(0x131),'borderPresetAll':_0x44db74(0x16f),'borderPresetInner':_0x44db74(0x153),'borderPresetOuter':_0x44db74(0x14b),'borderPresetTop':_0x44db74(0x177),'borderPresetBottom':_0x44db74(0x17d),'borderPresetLeft':'Batas\x20kiri','borderPresetRight':'Batas\x20kanan','borderPresetInnerHorizontal':'Batas\x20horizontal\x20dalam','borderPresetInnerVertical':_0x44db74(0x155),'none':_0x44db74(0x165),'horizontalAlign':_0x44db74(0x164),'verticalAlign':_0x44db74(0x140),'alignLeft':'Rata\x20kiri','alignCenter':_0x44db74(0x12f),'alignRight':'Rata\x20kanan','alignJustify':_0x44db74(0x150),'alignTop':_0x44db74(0x147),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':_0x44db74(0x163),'mergeCells':_0x44db74(0x141),'unmergeCells':_0x44db74(0x159),'tableTheme':'Tema\x20tabel','tableLook':'Tampilan\x20tabel','headerRow':_0x44db74(0x16d),'footerRow':_0x44db74(0x134),'bandedRows':_0x44db74(0x181),'bandedColumns':_0x44db74(0x167),'firstColumn':_0x44db74(0x169),'lastColumn':'Kolom\x20terakhir','bestMatch':_0x44db74(0x160),'light':_0x44db74(0x148),'medium':'Sedang','minimal':_0x44db74(0x156)},'shapePanel':{'fill':{'noFill':_0x44db74(0x180),'solidFill':_0x44db74(0x13a),'gradientFill':_0x44db74(0x14f),'pictureFill':_0x44db74(0x152),'color':_0x44db74(0x183),'transparency':_0x44db74(0x168),'picture':{'source':_0x44db74(0x166),'insert':_0x44db74(0x133)}}},'structuralControls':{'selectRow':_0x44db74(0x13b),'selectColumn':_0x44db74(0x135),'selectTable':_0x44db74(0x16b),'insertRow':'Sisipkan\x20baris','insertColumn':_0x44db74(0x162),'moveRow':'Pindahkan\x20baris','moveColumn':'Pindahkan\x20kolom','moveRows':_0x44db74(0x17f),'moveColumns':'Pindahkan\x20kolom','cannotMoveMergedRows':_0x44db74(0x17c),'cannotMoveMergedColumns':_0x44db74(0x16c)},'contextMenu':{'insert':_0x44db74(0x14c),'delete':_0x44db74(0x173),'distribute':_0x44db74(0x146),'borders':'Batas','tableBackgroundColor':'Warna\x20latar\x20belakang\x20tabel','copy':_0x44db74(0x184),'cut':_0x44db74(0x14a),'deleteTable':_0x44db74(0x172),'insertRowAbove':'Sisipkan\x20baris\x20di\x20atas','insertRowBelow':'Sisipkan\x20baris\x20di\x20bawah','insertColumnLeft':_0x44db74(0x17a),'insertColumnRight':_0x44db74(0x130),'deleteRow':_0x44db74(0x175),'deleteColumn':_0x44db74(0x138),'distributeRows':_0x44db74(0x151),'distributeColumns':_0x44db74(0x158),'borderAll':_0x44db74(0x16f),'borderOuter':_0x44db74(0x14b),'borderInner':_0x44db74(0x14e),'borderNone':_0x44db74(0x131)},'colorPreset':{'resetColor':_0x44db74(0x15e),'white':_0x44db74(0x13c),'gray100':_0x44db74(0x174),'primary100':_0x44db74(0x144),'blue100':_0x44db74(0x15b),'green100':'Hijau\x20100','yellow100':_0x44db74(0x139),'red100':_0x44db74(0x136),'gray900':'Abu-abu\x20900','gray500':'Abu-abu\x20500','red600':_0x44db74(0x145),'orange600':_0x44db74(0x179),'yellow700':'Kuning\x20700','green600':_0x44db74(0x143),'blue600':'Biru\x20600','purple600':_0x44db74(0x154)}}};export{e as default};function _0x474a(_0x5e52ce,_0x471515){_0x5e52ce=_0x5e52ce-0x12f;const _0x46f1ea=_0x46f1();let _0x474a1a=_0x46f1ea[_0x5e52ce];return _0x474a1a;}function _0x46f1(){const _0xb0f50c=['Baris\x20header','287564hhctYe','Semua\x20batas','Warna\x20latar\x20teks','3sdbYSL','Hapus\x20tabel','Hapus','Abu-abu\x20100','Hapus\x20baris','Tebal','Batas\x20atas','Putus-putus','Oranye\x20600','Sisipkan\x20kolom\x20di\x20kiri','2969828QXdioh','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Batas\x20bawah','Garis\x20bawah','Pindahkan\x20baris','Tanpa\x20isian','Baris\x20berpita','Miring','Warna','Salin','Rata\x20tengah','Sisipkan\x20kolom\x20di\x20kanan','Tanpa\x20batas','4980584teKKFa','Sisipkan\x20Gambar','Baris\x20footer','Pilih\x20kolom','Merah\x20100','2209760eoqBWD','Hapus\x20kolom','Kuning\x20100','Isian\x20solid','Pilih\x20baris','Putih','Gaya\x20batas','Ukuran\x20font','60753GHszIj','Perataan\x20vertikal','Gabungkan\x20sel','Garis-titik','Hijau\x20600','Utama\x20100','Merah\x20600','Distribusikan','Rata\x20atas','Terang','Garis\x20penuh','Potong','Batas\x20luar','Sisipkan','Font','Batas\x20bagian\x20dalam','Isian\x20gradien','Rata\x20kiri\x20kanan','Distribusikan\x20baris','Isian\x20gambar\x20atau\x20tekstur','Batas\x20dalam','Ungu\x20600','Batas\x20vertikal\x20dalam','Minimal','3975660UZDMid','Distribusikan\x20kolom','Pisahkan\x20sel','3122316XzulXL','Biru\x20100','8RnfucB','Format\x20teks','Atur\x20ulang\x20warna','Warna\x20latar\x20tabel','Kecocokan\x20terbaik','5AMvcEv','Sisipkan\x20kolom','Rata\x20bawah','Perataan\x20horizontal','Tidak\x20ada','Sumber\x20Gambar','Kolom\x20berpita','Transparansi','Kolom\x20pertama','Warna\x20batas\x20tabel','Pilih\x20tabel','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan'];_0x46f1=function(){return _0xb0f50c;};return _0x46f1();}
1
+ const _0x1a7c3b=_0x15c6;function _0x15c6(_0x1dc3c3,_0x34a267){_0x1dc3c3=_0x1dc3c3-0x152;const _0x2a9525=_0x2a95();let _0x15c644=_0x2a9525[_0x1dc3c3];return _0x15c644;}function _0x2a95(){const _0x23d19e=['Sedang','Perbesar\x20ukuran\x20font','Desain\x20Tabel','Tanpa\x20batas','Batas\x20luar','Batas\x20kanan','Abu-abu\x20500','Batas\x20atas','Warna\x20latar\x20teks','Baris\x20header','Miring','Atur\x20ulang\x20warna','Distribusikan\x20kolom','Potong','Gaya\x20Sel','Teks','Garis\x20penuh','Tidak\x20ada','Merah\x20600','Ukuran\x20font','Daftar\x20bernomor','Rata\x20tengah','Rata\x20bawah','Tampilan\x20tabel','Minimal','Sumber\x20Gambar','434efzSvO','Isian\x20gradien','Isian\x20gambar\x20atau\x20tekstur','526748vCSMem','Utama\x20100','Gabungkan\x20sel','Sisipkan\x20baris\x20di\x20bawah','Font','Pilih\x20baris','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Warna\x20latar\x20tabel','1325191kCrRNu','718qblrGJ','Sisipkan\x20kolom\x20di\x20kanan','Rata\x20kanan','Transparansi','Garis-titik','Rata\x20kiri\x20kanan','Pisahkan\x20sel','Hapus\x20kolom','810891DguLEi','Kolom\x20berpita','Biru\x20600','Oranye\x20600','Coret','Batas\x20dalam','Titik-titik','Batas\x20kiri','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Atur','Biru\x20100','Panel','Abu-abu\x20900','Tema\x20tabel','1507224uuVFud','Kecocokan\x20terbaik','Distribusikan\x20baris','Hapus\x20tabel','Bilah\x20alat\x20mengambang','Sisipkan\x20baris','Perataan\x20horizontal','Perkecil\x20ukuran\x20font','Hijau\x20100','Rata\x20tengah\x20vertikal','Garis\x20bawah','Salin','Tanpa\x20isian','Tata\x20Letak','Sisipkan\x20kolom','Batas\x20vertikal\x20dalam','Batas','Sisipkan\x20baris\x20di\x20atas','Distribusikan','390570HGLISE','Warna\x20latar\x20belakang\x20tabel','Kolom\x20pertama','Baris\x20berpita','Isian\x20solid','Merah\x20100','Semua\x20batas','Pindahkan\x20kolom','Warna\x20batas\x20tabel','Pilih\x20kolom','Rata\x20atas','Batas\x20horizontal\x20dalam','Hapus','Abu-abu\x20100','3648360dsEVRZ'];_0x2a95=function(){return _0x23d19e;};return _0x2a95();}(function(_0x5bf91a,_0xd531c0){const _0x5aa74f=_0x15c6,_0x59f0a9=_0x5bf91a();while(!![]){try{const _0x276e0d=parseInt(_0x5aa74f(0x19b))/0x1*(-parseInt(_0x5aa74f(0x18f))/0x2)+-parseInt(_0x5aa74f(0x1a3))/0x3+parseInt(_0x5aa74f(0x192))/0x4+-parseInt(_0x5aa74f(0x166))/0x5+parseInt(_0x5aa74f(0x153))/0x6+-parseInt(_0x5aa74f(0x19a))/0x7+parseInt(_0x5aa74f(0x174))/0x8;if(_0x276e0d===_0xd531c0)break;else _0x59f0a9['push'](_0x59f0a9['shift']());}catch(_0x58722c){_0x59f0a9['push'](_0x59f0a9['shift']());}}}(_0x2a95,0x237fe));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x1a7c3b(0x177),'styles':'Gaya\x20Tabel','cellStyle':_0x1a7c3b(0x183),'text':_0x1a7c3b(0x184),'layout':_0x1a7c3b(0x160),'arrange':_0x1a7c3b(0x1ac),'panel':_0x1a7c3b(0x1ae),'floatingToolbar':_0x1a7c3b(0x157),'arrangeForward':'Majukan','arrangeBackward':'Mundurkan','bringToFront':'Bawa\x20ke\x20depan','sendToBack':'Kirim\x20ke\x20belakang'},'editorToolbar':{'fontFamily':_0x1a7c3b(0x196),'fontSize':_0x1a7c3b(0x188),'increaseFontSize':_0x1a7c3b(0x176),'decreaseFontSize':_0x1a7c3b(0x15a),'orderedList':_0x1a7c3b(0x189),'bulletList':'Daftar\x20berpoin','textFormat':'Format\x20teks','bold':'Tebal','italic':_0x1a7c3b(0x17f),'underline':_0x1a7c3b(0x15d),'strikethrough':_0x1a7c3b(0x1a7),'textColor':'Warna\x20teks','textBackgroundColor':_0x1a7c3b(0x17d),'tableBackgroundColor':_0x1a7c3b(0x199),'tableBorderColor':_0x1a7c3b(0x16e),'borderWidth':'Lebar\x20batas','borderStyle':'Gaya\x20batas','border':_0x1a7c3b(0x163),'borderStyleSolid':_0x1a7c3b(0x185),'borderStyleDash':'Putus-putus','borderStyleDot':_0x1a7c3b(0x1a9),'borderStyleDashDot':_0x1a7c3b(0x19f),'noBorder':_0x1a7c3b(0x178),'borderPresetAll':_0x1a7c3b(0x16c),'borderPresetInner':_0x1a7c3b(0x1a8),'borderPresetOuter':_0x1a7c3b(0x179),'borderPresetTop':_0x1a7c3b(0x17c),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':_0x1a7c3b(0x1aa),'borderPresetRight':_0x1a7c3b(0x17a),'borderPresetInnerHorizontal':_0x1a7c3b(0x171),'borderPresetInnerVertical':_0x1a7c3b(0x162),'none':_0x1a7c3b(0x186),'horizontalAlign':_0x1a7c3b(0x159),'verticalAlign':'Perataan\x20vertikal','alignLeft':'Rata\x20kiri','alignCenter':_0x1a7c3b(0x18a),'alignRight':_0x1a7c3b(0x19d),'alignJustify':_0x1a7c3b(0x1a0),'alignTop':_0x1a7c3b(0x170),'alignMiddle':_0x1a7c3b(0x15c),'alignBottom':_0x1a7c3b(0x18b),'mergeCells':_0x1a7c3b(0x194),'unmergeCells':_0x1a7c3b(0x1a1),'tableTheme':_0x1a7c3b(0x152),'tableLook':_0x1a7c3b(0x18c),'headerRow':_0x1a7c3b(0x17e),'footerRow':'Baris\x20footer','bandedRows':_0x1a7c3b(0x169),'bandedColumns':_0x1a7c3b(0x1a4),'firstColumn':_0x1a7c3b(0x168),'lastColumn':'Kolom\x20terakhir','bestMatch':_0x1a7c3b(0x154),'light':'Terang','medium':_0x1a7c3b(0x175),'minimal':_0x1a7c3b(0x18d)},'shapePanel':{'fill':{'noFill':_0x1a7c3b(0x15f),'solidFill':_0x1a7c3b(0x16a),'gradientFill':_0x1a7c3b(0x190),'pictureFill':_0x1a7c3b(0x191),'color':'Warna','transparency':_0x1a7c3b(0x19e),'picture':{'source':_0x1a7c3b(0x18e),'insert':'Sisipkan\x20Gambar'}}},'structuralControls':{'selectRow':_0x1a7c3b(0x197),'selectColumn':_0x1a7c3b(0x16f),'selectTable':'Pilih\x20tabel','insertRow':_0x1a7c3b(0x158),'insertColumn':_0x1a7c3b(0x161),'moveRow':'Pindahkan\x20baris','moveColumn':_0x1a7c3b(0x16d),'moveRows':'Pindahkan\x20baris','moveColumns':_0x1a7c3b(0x16d),'cannotMoveMergedRows':_0x1a7c3b(0x1ab),'cannotMoveMergedColumns':_0x1a7c3b(0x198)},'contextMenu':{'insert':'Sisipkan','delete':_0x1a7c3b(0x172),'distribute':_0x1a7c3b(0x165),'borders':_0x1a7c3b(0x163),'tableBackgroundColor':_0x1a7c3b(0x167),'copy':_0x1a7c3b(0x15e),'cut':_0x1a7c3b(0x182),'deleteTable':_0x1a7c3b(0x156),'insertRowAbove':_0x1a7c3b(0x164),'insertRowBelow':_0x1a7c3b(0x195),'insertColumnLeft':'Sisipkan\x20kolom\x20di\x20kiri','insertColumnRight':_0x1a7c3b(0x19c),'deleteRow':'Hapus\x20baris','deleteColumn':_0x1a7c3b(0x1a2),'distributeRows':_0x1a7c3b(0x155),'distributeColumns':_0x1a7c3b(0x181),'borderAll':'Semua\x20batas','borderOuter':_0x1a7c3b(0x179),'borderInner':'Batas\x20bagian\x20dalam','borderNone':_0x1a7c3b(0x178)},'colorPreset':{'resetColor':_0x1a7c3b(0x180),'white':'Putih','gray100':_0x1a7c3b(0x173),'primary100':_0x1a7c3b(0x193),'blue100':_0x1a7c3b(0x1ad),'green100':_0x1a7c3b(0x15b),'yellow100':'Kuning\x20100','red100':_0x1a7c3b(0x16b),'gray900':_0x1a7c3b(0x1af),'gray500':_0x1a7c3b(0x17b),'red600':_0x1a7c3b(0x187),'orange600':_0x1a7c3b(0x1a6),'yellow700':'Kuning\x20700','green600':'Hijau\x20600','blue600':_0x1a7c3b(0x1a5),'purple600':'Ungu\x20600'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x1de6(_0x21af5e,_0x271aeb){_0x21af5e=_0x21af5e-0x98;const _0xeca81b=_0xeca8();let _0x1de634=_0xeca81b[_0x21af5e];return _0x1de634;}const _0x4496ea=_0x1de6;(function(_0x2b59e5,_0x3fd02d){const _0x368834=_0x1de6,_0x2d845c=_0x2b59e5();while(!![]){try{const _0x575020=parseInt(_0x368834(0xae))/0x1*(parseInt(_0x368834(0xee))/0x2)+parseInt(_0x368834(0xba))/0x3+-parseInt(_0x368834(0xd1))/0x4+-parseInt(_0x368834(0xc0))/0x5+parseInt(_0x368834(0xc9))/0x6+-parseInt(_0x368834(0xbe))/0x7+parseInt(_0x368834(0xbd))/0x8;if(_0x575020===_0x3fd02d)break;else _0x2d845c['push'](_0x2d845c['shift']());}catch(_0x1bce32){_0x2d845c['push'](_0x2d845c['shift']());}}}(_0xeca8,0xab28f));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Carattere','fontSize':_0x4496ea(0xe0),'textFormat':_0x4496ea(0xb5),'bold':_0x4496ea(0xf3),'italic':_0x4496ea(0xb3),'underline':_0x4496ea(0xe3),'strikethrough':_0x4496ea(0xe8),'textColor':_0x4496ea(0x9b),'textBackgroundColor':_0x4496ea(0xcf),'tableBackgroundColor':'Colore\x20sfondo\x20tabella','tableBorderColor':_0x4496ea(0xc2),'borderWidth':_0x4496ea(0xe1),'borderStyle':'Stile\x20bordo','border':_0x4496ea(0xd8),'borderStyleSolid':_0x4496ea(0xe6),'borderStyleDash':_0x4496ea(0xa3),'borderStyleDot':_0x4496ea(0xcb),'borderStyleDashDot':_0x4496ea(0xd4),'noBorder':_0x4496ea(0xb8),'borderPresetAll':_0x4496ea(0xd0),'borderPresetInner':_0x4496ea(0xd6),'borderPresetOuter':_0x4496ea(0xbc),'borderPresetTop':'Bordo\x20superiore','borderPresetBottom':_0x4496ea(0xe7),'borderPresetLeft':_0x4496ea(0xea),'borderPresetRight':_0x4496ea(0xb9),'borderPresetInnerHorizontal':_0x4496ea(0xaa),'borderPresetInnerVertical':_0x4496ea(0xb1),'none':'Nessuno','horizontalAlign':_0x4496ea(0xa0),'verticalAlign':_0x4496ea(0xdb),'alignLeft':'Allinea\x20a\x20sinistra','alignCenter':_0x4496ea(0xa1),'alignRight':_0x4496ea(0xa4),'alignJustify':_0x4496ea(0xc7),'alignTop':_0x4496ea(0xce),'alignMiddle':_0x4496ea(0xe5),'alignBottom':_0x4496ea(0xde),'mergeCells':_0x4496ea(0xb2),'unmergeCells':'Separa\x20celle','tableTheme':_0x4496ea(0xd9),'tableLook':_0x4496ea(0x9a),'headerRow':_0x4496ea(0xaf),'footerRow':_0x4496ea(0xc6),'bandedRows':_0x4496ea(0xdc),'bandedColumns':_0x4496ea(0xd7),'firstColumn':_0x4496ea(0xc8),'lastColumn':_0x4496ea(0xcc),'bestMatch':_0x4496ea(0xa8),'light':_0x4496ea(0xd5),'medium':'Media','minimal':'Minimo'},'shapePanel':{'fill':{'noFill':_0x4496ea(0xb4),'solidFill':_0x4496ea(0xeb),'gradientFill':'Riempimento\x20gradiente','pictureFill':_0x4496ea(0xa6),'color':_0x4496ea(0xc3),'transparency':'Trasparenza','picture':{'source':_0x4496ea(0xda),'insert':_0x4496ea(0xd2)}}},'structuralControls':{'selectRow':_0x4496ea(0x9f),'selectColumn':_0x4496ea(0xb7),'selectTable':'Seleziona\x20tabella','insertRow':'Inserisci\x20riga','insertColumn':'Inserisci\x20colonna','moveRow':_0x4496ea(0x98),'moveColumn':_0x4496ea(0xdd),'moveRows':_0x4496ea(0xed),'moveColumns':_0x4496ea(0xca),'cannotMoveMergedRows':_0x4496ea(0xbf),'cannotMoveMergedColumns':_0x4496ea(0xac)},'contextMenu':{'insert':_0x4496ea(0xec),'delete':_0x4496ea(0xf5),'distribute':_0x4496ea(0xf2),'borders':'Bordi','tableBackgroundColor':_0x4496ea(0xc4),'copy':_0x4496ea(0xd3),'cut':_0x4496ea(0xa9),'deleteTable':_0x4496ea(0xe4),'insertRowAbove':_0x4496ea(0xef),'insertRowBelow':_0x4496ea(0xc1),'insertColumnLeft':_0x4496ea(0xad),'insertColumnRight':_0x4496ea(0xa5),'deleteRow':_0x4496ea(0xab),'deleteColumn':_0x4496ea(0xe2),'distributeRows':_0x4496ea(0xcd),'distributeColumns':_0x4496ea(0xc5),'borderAll':'Tutti\x20i\x20bordi','borderOuter':_0x4496ea(0xb6),'borderInner':_0x4496ea(0xd6),'borderNone':_0x4496ea(0xb8)},'colorPreset':{'resetColor':_0x4496ea(0xa7),'white':_0x4496ea(0xe9),'gray100':_0x4496ea(0xf1),'primary100':'Primario\x20100','blue100':_0x4496ea(0xa2),'green100':_0x4496ea(0x9c),'yellow100':'Giallo\x20100','red100':_0x4496ea(0xf0),'gray900':_0x4496ea(0x9d),'gray500':_0x4496ea(0xdf),'red600':_0x4496ea(0xb0),'orange600':_0x4496ea(0xbb),'yellow700':_0x4496ea(0x99),'green600':_0x4496ea(0x9e),'blue600':'Blu\x20600','purple600':_0x4496ea(0xf4)}}};function _0xeca8(){const _0x4817d1=['Verde\x20100','Grigio\x20900','Verde\x20600','Seleziona\x20riga','Allineamento\x20orizzontale','Allinea\x20al\x20centro','Blu\x20100','Tratteggiato','Allinea\x20a\x20destra','Inserisci\x20colonna\x20a\x20destra','Riempimento\x20immagine\x20o\x20texture','Reimposta\x20colore','Corrispondenza\x20migliore','Taglia','Bordo\x20orizzontale\x20interno','Elimina\x20riga','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','Inserisci\x20colonna\x20a\x20sinistra','3QEYLvD','Riga\x20intestazione','Rosso\x20600','Bordo\x20verticale\x20interno','Unisci\x20celle','Corsivo','Nessun\x20riempimento','Formato\x20testo','Bordi\x20esterni','Seleziona\x20colonna','Nessun\x20bordo','Bordo\x20destro','3725616ALsfWA','Arancione\x20600','Bordo\x20esterno','377704vDjKRU','5395502wjdkgb','Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','3813955ZvGXKr','Inserisci\x20riga\x20sotto','Colore\x20bordo\x20tabella','Colore','Colore\x20di\x20sfondo\x20della\x20tabella','Distribuisci\x20colonne','Riga\x20piè\x20di\x20pagina','Giustifica','Prima\x20colonna','5978730NOHRyU','Sposta\x20colonne','Punteggiato','Ultima\x20colonna','Distribuisci\x20righe','Allinea\x20in\x20alto','Colore\x20sfondo\x20testo','Tutti\x20i\x20bordi','1613568bRrgaP','Inserisci\x20immagine','Copia','Tratto-punto','Chiaro','Bordi\x20interni','Colonne\x20alternate','Bordo','Tema\x20tabella','Origine\x20immagine','Allineamento\x20verticale','Righe\x20alternate','Sposta\x20colonna','Allinea\x20in\x20basso','Grigio\x20500','Dimensione\x20carattere','Spessore\x20bordo','Elimina\x20colonna','Sottolineato','Elimina\x20tabella','Allinea\x20al\x20centro\x20verticalmente','Continuo','Bordo\x20inferiore','Barrato','Bianco','Bordo\x20sinistro','Riempimento\x20solido','Inserisci','Sposta\x20righe','235000geswBF','Inserisci\x20riga\x20sopra','Rosso\x20100','Grigio\x20100','Distribuisci','Grassetto','Viola\x20600','Elimina','Sposta\x20riga','Giallo\x20700','Aspetto\x20tabella','Colore\x20testo'];_0xeca8=function(){return _0x4817d1;};return _0xeca8();}export{e as default};
1
+ const _0x257c18=_0x36e8;(function(_0x1d9c69,_0x9583b3){const _0x368732=_0x36e8,_0x4243f1=_0x1d9c69();while(!![]){try{const _0x23e007=-parseInt(_0x368732(0x97))/0x1+parseInt(_0x368732(0x9e))/0x2*(-parseInt(_0x368732(0x7a))/0x3)+-parseInt(_0x368732(0x91))/0x4+parseInt(_0x368732(0x92))/0x5*(-parseInt(_0x368732(0xaa))/0x6)+parseInt(_0x368732(0x71))/0x7+-parseInt(_0x368732(0x87))/0x8+parseInt(_0x368732(0xb8))/0x9;if(_0x23e007===_0x9583b3)break;else _0x4243f1['push'](_0x4243f1['shift']());}catch(_0x3f8027){_0x4243f1['push'](_0x4243f1['shift']());}}}(_0x565e,0x98ba8));function _0x36e8(_0x17f892,_0x1a992e){_0x17f892=_0x17f892-0x65;const _0x565e08=_0x565e();let _0x36e8cd=_0x565e08[_0x17f892];return _0x36e8cd;}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x257c18(0x93),'styles':_0x257c18(0xbd),'cellStyle':_0x257c18(0x9f),'text':'Testo','layout':_0x257c18(0xb5),'arrange':_0x257c18(0x65),'panel':'Riquadro','floatingToolbar':_0x257c18(0x68),'arrangeForward':_0x257c18(0x9c),'arrangeBackward':_0x257c18(0x7b),'bringToFront':_0x257c18(0xb3),'sendToBack':_0x257c18(0x94)},'editorToolbar':{'fontFamily':_0x257c18(0x98),'fontSize':'Dimensione\x20carattere','increaseFontSize':'Aumenta\x20dimensione\x20carattere','decreaseFontSize':_0x257c18(0x95),'orderedList':'Elenco\x20numerato','bulletList':_0x257c18(0x8e),'textFormat':_0x257c18(0x9a),'bold':'Grassetto','italic':_0x257c18(0xa6),'underline':_0x257c18(0xb1),'strikethrough':_0x257c18(0x82),'textColor':_0x257c18(0x6a),'textBackgroundColor':'Colore\x20sfondo\x20testo','tableBackgroundColor':_0x257c18(0x99),'tableBorderColor':_0x257c18(0xbf),'borderWidth':_0x257c18(0xab),'borderStyle':_0x257c18(0xa0),'border':_0x257c18(0xaf),'borderStyleSolid':_0x257c18(0x70),'borderStyleDash':'Tratteggiato','borderStyleDot':'Punteggiato','borderStyleDashDot':_0x257c18(0xbc),'noBorder':_0x257c18(0x8f),'borderPresetAll':_0x257c18(0xc8),'borderPresetInner':_0x257c18(0x7d),'borderPresetOuter':_0x257c18(0xc1),'borderPresetTop':_0x257c18(0x8c),'borderPresetBottom':_0x257c18(0xa2),'borderPresetLeft':_0x257c18(0x69),'borderPresetRight':_0x257c18(0x6d),'borderPresetInnerHorizontal':_0x257c18(0xb6),'borderPresetInnerVertical':_0x257c18(0x7c),'none':'Nessuno','horizontalAlign':'Allineamento\x20orizzontale','verticalAlign':_0x257c18(0xc0),'alignLeft':'Allinea\x20a\x20sinistra','alignCenter':_0x257c18(0x7e),'alignRight':_0x257c18(0x9b),'alignJustify':_0x257c18(0x89),'alignTop':_0x257c18(0x86),'alignMiddle':_0x257c18(0x6e),'alignBottom':_0x257c18(0xb7),'mergeCells':_0x257c18(0x80),'unmergeCells':_0x257c18(0xa1),'tableTheme':_0x257c18(0xc9),'tableLook':'Aspetto\x20tabella','headerRow':_0x257c18(0x6f),'footerRow':_0x257c18(0x79),'bandedRows':_0x257c18(0x8d),'bandedColumns':_0x257c18(0xbe),'firstColumn':'Prima\x20colonna','lastColumn':'Ultima\x20colonna','bestMatch':_0x257c18(0xa8),'light':_0x257c18(0xba),'medium':_0x257c18(0x77),'minimal':_0x257c18(0xb4)},'shapePanel':{'fill':{'noFill':_0x257c18(0x75),'solidFill':'Riempimento\x20solido','gradientFill':_0x257c18(0xc5),'pictureFill':_0x257c18(0xad),'color':_0x257c18(0xa5),'transparency':_0x257c18(0xae),'picture':{'source':_0x257c18(0xc7),'insert':'Inserisci\x20immagine'}}},'structuralControls':{'selectRow':_0x257c18(0x85),'selectColumn':_0x257c18(0x9d),'selectTable':'Seleziona\x20tabella','insertRow':_0x257c18(0x83),'insertColumn':_0x257c18(0xbb),'moveRow':_0x257c18(0x76),'moveColumn':_0x257c18(0x74),'moveRows':_0x257c18(0x73),'moveColumns':_0x257c18(0xb2),'cannotMoveMergedRows':'Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','cannotMoveMergedColumns':_0x257c18(0x66)},'contextMenu':{'insert':_0x257c18(0xc2),'delete':_0x257c18(0xa9),'distribute':'Distribuisci','borders':_0x257c18(0x6b),'tableBackgroundColor':_0x257c18(0xa3),'copy':'Copia','cut':'Taglia','deleteTable':_0x257c18(0x78),'insertRowAbove':_0x257c18(0x96),'insertRowBelow':_0x257c18(0xc4),'insertColumnLeft':_0x257c18(0x7f),'insertColumnRight':_0x257c18(0x81),'deleteRow':_0x257c18(0x84),'deleteColumn':_0x257c18(0xc6),'distributeRows':_0x257c18(0xb0),'distributeColumns':_0x257c18(0x88),'borderAll':'Tutti\x20i\x20bordi','borderOuter':_0x257c18(0xa4),'borderInner':_0x257c18(0x7d),'borderNone':_0x257c18(0x8f)},'colorPreset':{'resetColor':_0x257c18(0xc3),'white':'Bianco','gray100':_0x257c18(0xac),'primary100':'Primario\x20100','blue100':_0x257c18(0x6c),'green100':_0x257c18(0x72),'yellow100':_0x257c18(0x8b),'red100':_0x257c18(0xa7),'gray900':'Grigio\x20900','gray500':'Grigio\x20500','red600':'Rosso\x20600','orange600':'Arancione\x20600','yellow700':_0x257c18(0x90),'green600':_0x257c18(0xb9),'blue600':_0x257c18(0x8a),'purple600':_0x257c18(0x67)}}};function _0x565e(){const _0xa76806=['8621440lsDlHb','Distribuisci\x20colonne','Giustifica','Blu\x20600','Giallo\x20100','Bordo\x20superiore','Righe\x20alternate','Elenco\x20puntato','Nessun\x20bordo','Giallo\x20700','4989248GhsNon','4226005YPTQYP','Struttura\x20tabella','Porta\x20in\x20secondo\x20piano','Riduci\x20dimensione\x20carattere','Inserisci\x20riga\x20sopra','665115Zvvxzi','Carattere','Colore\x20sfondo\x20tabella','Formato\x20testo','Allinea\x20a\x20destra','Porta\x20avanti','Seleziona\x20colonna','16egmckB','Stile\x20cella','Stile\x20bordo','Separa\x20celle','Bordo\x20inferiore','Colore\x20di\x20sfondo\x20della\x20tabella','Bordi\x20esterni','Colore','Corsivo','Rosso\x20100','Corrispondenza\x20migliore','Elimina','6ALBxbu','Spessore\x20bordo','Grigio\x20100','Riempimento\x20immagine\x20o\x20texture','Trasparenza','Bordo','Distribuisci\x20righe','Sottolineato','Sposta\x20colonne','Porta\x20in\x20primo\x20piano','Minimo','Layout','Bordo\x20orizzontale\x20interno','Allinea\x20in\x20basso','38060001jXoAVd','Verde\x20600','Chiaro','Inserisci\x20colonna','Tratto-punto','Stili\x20tabella','Colonne\x20alternate','Colore\x20bordo\x20tabella','Allineamento\x20verticale','Bordo\x20esterno','Inserisci','Reimposta\x20colore','Inserisci\x20riga\x20sotto','Riempimento\x20gradiente','Elimina\x20colonna','Origine\x20immagine','Tutti\x20i\x20bordi','Tema\x20tabella','Disponi','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','Viola\x20600','Barra\x20degli\x20strumenti\x20mobile','Bordo\x20sinistro','Colore\x20testo','Bordi','Blu\x20100','Bordo\x20destro','Allinea\x20al\x20centro\x20verticalmente','Riga\x20intestazione','Continuo','3570861oWrUCJ','Verde\x20100','Sposta\x20righe','Sposta\x20colonna','Nessun\x20riempimento','Sposta\x20riga','Media','Elimina\x20tabella','Riga\x20piè\x20di\x20pagina','104298sFgAxz','Porta\x20indietro','Bordo\x20verticale\x20interno','Bordi\x20interni','Allinea\x20al\x20centro','Inserisci\x20colonna\x20a\x20sinistra','Unisci\x20celle','Inserisci\x20colonna\x20a\x20destra','Barrato','Inserisci\x20riga','Elimina\x20riga','Seleziona\x20riga','Allinea\x20in\x20alto'];_0x565e=function(){return _0xa76806;};return _0x565e();}export{e as default};