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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/README.md +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.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/controllers/slide-table-interaction.render-controller.d.ts +3 -2
  63. package/lib/types/index.d.ts +2 -0
  64. package/lib/types/render-objects/slide-table-document-render-resources.util.d.ts +5 -1
  65. package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +4 -1
  66. package/lib/types/render-objects/slide-table-object.d.ts +5 -1
  67. package/lib/types/utils/slide-table-fill.d.ts +14 -0
  68. package/lib/types/utils/table-toolbar-dropdown-interaction.d.ts +9 -0
  69. package/lib/types/views/SlideTableFloatingToolbar.d.ts +5 -0
  70. package/lib/types/views/table-floating-toolbar/SlideTableFillControls.d.ts +26 -0
  71. package/lib/types/views/table-floating-toolbar/SlideTableFormattingControls.d.ts +78 -0
  72. package/lib/umd/index.js +1 -1
  73. package/lib/umd/locale/ar-SA.js +1 -1
  74. package/lib/umd/locale/ca-ES.js +1 -1
  75. package/lib/umd/locale/de-DE.js +1 -1
  76. package/lib/umd/locale/en-US.js +1 -1
  77. package/lib/umd/locale/es-ES.js +1 -1
  78. package/lib/umd/locale/fa-IR.js +1 -1
  79. package/lib/umd/locale/fr-FR.js +1 -1
  80. package/lib/umd/locale/id-ID.js +1 -1
  81. package/lib/umd/locale/it-IT.js +1 -1
  82. package/lib/umd/locale/ja-JP.js +1 -1
  83. package/lib/umd/locale/ko-KR.js +1 -1
  84. package/lib/umd/locale/pl-PL.js +1 -1
  85. package/lib/umd/locale/pt-BR.js +1 -1
  86. package/lib/umd/locale/ru-RU.js +1 -1
  87. package/lib/umd/locale/sk-SK.js +1 -1
  88. package/lib/umd/locale/vi-VN.js +1 -1
  89. package/lib/umd/locale/zh-CN.js +1 -1
  90. package/lib/umd/locale/zh-HK.js +1 -1
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +14 -14
@@ -1 +1 @@
1
- const _0x3b2665=_0x1152;function _0x1152(_0x5ee5c8,_0x565aca){_0x5ee5c8=_0x5ee5c8-0x18d;const _0x1ef006=_0x1ef0();let _0x11527f=_0x1ef006[_0x5ee5c8];return _0x11527f;}function _0x1ef0(){const _0x958d6e=['غامق','592194TsjjrI','إلغاء\x20دمج\x20الخلايا','مظهر\x20الجدول','ضبط','60BTkxbh','بدون\x20حدود','صفوف\x20متناوبة','بلا\x20حدود','أخضر\x20100','محاذاة\x20لليسار','محاذاة\x20أفقية','نسخ','الحدود\x20الداخلية','متقطع','نقل\x20عمود','محاذاة\x20للوسط\x20عموديًا','تحديد\x20الصف','أصفر\x20100','نقل\x20صف','الحد\x20السفلي','صف\x20التذييل','الحد\x20الأيمن','تحديد\x20العمود','الحدود\x20الخارجية','تعبئة\x20صورة\x20أو\x20نسيج','857718Jmmwvt','رمادي\x20900','محاذاة\x20للوسط','أحمر\x20600','إدراج\x20صف\x20أعلاه','العمود\x20الأول','الشفافية','الحد\x20الخارجي','إدراج\x20صف\x20أدناه','محاذاة\x20للأسفل','1024nRCAbE','5331UTMnwu','الحد\x20الأيسر','صف\x20الرأس','نمط\x20الحد','لون\x20خلفية\x20الجدول','فاتح','الحد\x20الأفقي\x20الداخلي','إدراج\x20عمود\x20إلى\x20اليمين','محاذاة\x20للأعلى','تعبئة\x20صلبة','عرض\x20الحد','لون\x20النص','911662FtFtYf','487418EXjfwY','رمادي\x20500','6573YwOICS','إعادة\x20تعيين\x20اللون','نسق\x20الجدول','توزيع','تنسيق\x20النص','مائل','أصفر\x20700','صلب','تحديد\x20الجدول','لون\x20خلفية\x20النص','لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة','تعبئة\x20متدرجة','إدراج\x20عمود\x20إلى\x20اليسار','حذف\x20العمود','منقط','حذف\x20الصف','أزرق\x20600','الحدود','إدراج','كل\x20الحدود','بنفسجي\x20600','4568aONvGx','برتقالي\x20600','123810iEQhoI','الحد\x20العلوي','الخط','605IHjmKl','اللون','مصدر\x20الصورة','أعمدة\x20متناوبة','يتوسطه\x20خط','أفضل\x20تطابق','أزرق\x20100','العمود\x20الأخير'];_0x1ef0=function(){return _0x958d6e;};return _0x1ef0();}(function(_0x2f0856,_0x5cfbdd){const _0x4b19fe=_0x1152,_0x39cf4b=_0x2f0856();while(!![]){try{const _0x30461a=-parseInt(_0x4b19fe(0x1d4))/0x1+parseInt(_0x4b19fe(0x1d3))/0x2+-parseInt(_0x4b19fe(0x1c7))/0x3*(parseInt(_0x4b19fe(0x1c6))/0x4)+-parseInt(_0x4b19fe(0x1a7))/0x5*(-parseInt(_0x4b19fe(0x1a3))/0x6)+-parseInt(_0x4b19fe(0x1d6))/0x7*(parseInt(_0x4b19fe(0x195))/0x8)+parseInt(_0x4b19fe(0x1bc))/0x9+-parseInt(_0x4b19fe(0x197))/0xa*(-parseInt(_0x4b19fe(0x19a))/0xb);if(_0x30461a===_0x5cfbdd)break;else _0x39cf4b['push'](_0x39cf4b['shift']());}catch(_0x22ffcf){_0x39cf4b['push'](_0x39cf4b['shift']());}}}(_0x1ef0,0xe4ff9));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x3b2665(0x199),'fontSize':'حجم\x20الخط','textFormat':_0x3b2665(0x1da),'bold':_0x3b2665(0x1a2),'italic':_0x3b2665(0x1db),'underline':'تسطير','strikethrough':_0x3b2665(0x19e),'textColor':_0x3b2665(0x1d2),'textBackgroundColor':_0x3b2665(0x1df),'tableBackgroundColor':_0x3b2665(0x1cb),'tableBorderColor':'لون\x20حد\x20الجدول','borderWidth':_0x3b2665(0x1d1),'borderStyle':_0x3b2665(0x1ca),'border':'الحد','borderStyleSolid':_0x3b2665(0x1dd),'borderStyleDash':_0x3b2665(0x1b0),'borderStyleDot':_0x3b2665(0x18e),'borderStyleDashDot':'شرطة\x20ونقطة','noBorder':_0x3b2665(0x1aa),'borderPresetAll':_0x3b2665(0x193),'borderPresetInner':_0x3b2665(0x1af),'borderPresetOuter':_0x3b2665(0x1c3),'borderPresetTop':_0x3b2665(0x198),'borderPresetBottom':_0x3b2665(0x1b6),'borderPresetLeft':_0x3b2665(0x1c8),'borderPresetRight':_0x3b2665(0x1b8),'borderPresetInnerHorizontal':_0x3b2665(0x1cd),'borderPresetInnerVertical':'الحد\x20العمودي\x20الداخلي','none':'لا\x20شيء','horizontalAlign':_0x3b2665(0x1ad),'verticalAlign':'محاذاة\x20عمودية','alignLeft':_0x3b2665(0x1ac),'alignCenter':_0x3b2665(0x1be),'alignRight':'محاذاة\x20لليمين','alignJustify':_0x3b2665(0x1a6),'alignTop':_0x3b2665(0x1cf),'alignMiddle':_0x3b2665(0x1b2),'alignBottom':_0x3b2665(0x1c5),'mergeCells':'دمج\x20الخلايا','unmergeCells':_0x3b2665(0x1a4),'tableTheme':_0x3b2665(0x1d8),'tableLook':_0x3b2665(0x1a5),'headerRow':_0x3b2665(0x1c9),'footerRow':_0x3b2665(0x1b7),'bandedRows':_0x3b2665(0x1a9),'bandedColumns':_0x3b2665(0x19d),'firstColumn':_0x3b2665(0x1c1),'lastColumn':_0x3b2665(0x1a1),'bestMatch':_0x3b2665(0x19f),'light':_0x3b2665(0x1cc),'medium':'متوسط','minimal':'بسيط'},'shapePanel':{'fill':{'noFill':'بدون\x20تعبئة','solidFill':_0x3b2665(0x1d0),'gradientFill':_0x3b2665(0x1e1),'pictureFill':_0x3b2665(0x1bb),'color':_0x3b2665(0x19b),'transparency':_0x3b2665(0x1c2),'picture':{'source':_0x3b2665(0x19c),'insert':'إدراج\x20صورة'}}},'structuralControls':{'selectRow':_0x3b2665(0x1b3),'selectColumn':_0x3b2665(0x1b9),'selectTable':_0x3b2665(0x1de),'insertRow':'إدراج\x20صف','insertColumn':'إدراج\x20عمود','moveRow':_0x3b2665(0x1b5),'moveColumn':_0x3b2665(0x1b1),'moveRows':'نقل\x20الصفوف','moveColumns':'نقل\x20الأعمدة','cannotMoveMergedRows':'لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','cannotMoveMergedColumns':_0x3b2665(0x1e0)},'contextMenu':{'insert':_0x3b2665(0x192),'delete':'حذف','distribute':_0x3b2665(0x1d9),'borders':_0x3b2665(0x191),'tableBackgroundColor':_0x3b2665(0x1cb),'copy':_0x3b2665(0x1ae),'cut':'قص','deleteTable':'حذف\x20الجدول','insertRowAbove':_0x3b2665(0x1c0),'insertRowBelow':_0x3b2665(0x1c4),'insertColumnLeft':_0x3b2665(0x1e2),'insertColumnRight':_0x3b2665(0x1ce),'deleteRow':_0x3b2665(0x18f),'deleteColumn':_0x3b2665(0x18d),'distributeRows':'توزيع\x20الصفوف','distributeColumns':'توزيع\x20الأعمدة','borderAll':'كل\x20الحدود','borderOuter':_0x3b2665(0x1ba),'borderInner':_0x3b2665(0x1af),'borderNone':_0x3b2665(0x1a8)},'colorPreset':{'resetColor':_0x3b2665(0x1d7),'white':'أبيض','gray100':'رمادي\x20100','primary100':'أساسي\x20100','blue100':_0x3b2665(0x1a0),'green100':_0x3b2665(0x1ab),'yellow100':_0x3b2665(0x1b4),'red100':'أحمر\x20100','gray900':_0x3b2665(0x1bd),'gray500':_0x3b2665(0x1d5),'red600':_0x3b2665(0x1bf),'orange600':_0x3b2665(0x196),'yellow700':_0x3b2665(0x1dc),'green600':'أخضر\x20600','blue600':_0x3b2665(0x190),'purple600':_0x3b2665(0x194)}}};export{e as default};
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 +1 @@
1
- const _0x1545c5=_0x4791;(function(_0x36d523,_0x38144d){const _0x174e5f=_0x4791,_0x5e547d=_0x36d523();while(!![]){try{const _0x3214c3=parseInt(_0x174e5f(0x15c))/0x1*(-parseInt(_0x174e5f(0x16a))/0x2)+-parseInt(_0x174e5f(0x179))/0x3+parseInt(_0x174e5f(0x17c))/0x4*(parseInt(_0x174e5f(0x18e))/0x5)+-parseInt(_0x174e5f(0x199))/0x6+parseInt(_0x174e5f(0x164))/0x7+parseInt(_0x174e5f(0x18c))/0x8+parseInt(_0x174e5f(0x177))/0x9;if(_0x3214c3===_0x38144d)break;else _0x5e547d['push'](_0x5e547d['shift']());}catch(_0x2a8879){_0x5e547d['push'](_0x5e547d['shift']());}}}(_0x3fcb,0x92cdb));function _0x4791(_0x388096,_0xba5e31){_0x388096=_0x388096-0x154;const _0x3fcb03=_0x3fcb();let _0x479144=_0x3fcb03[_0x388096];return _0x479144;}function _0x3fcb(){const _0x33cc40=['Vora\x20esquerra','Verd\x20600','Files\x20alternes','Gris\x20900','7530656LQFPJw','Distribueix\x20columnes','Color\x20de\x20vora\x20de\x20la\x20taula','Subratllat','Mou\x20files','Groc\x20700','6826Nitukc','Cursiva','Centra','Porpra\x20600','Mou\x20columnes','Insereix\x20fila\x20a\x20sobre','Selecciona\x20taula','Alinea\x20a\x20baix','Gris\x20100','Emplenament\x20sòlid','Suprimeix\x20columna','Combina\x20cel·les','Taronja\x20600','7109253zReynY','Emplenament\x20degradat','3470211zhxGoI','Insereix\x20columna\x20a\x20la\x20dreta','Groc\x20100','4IAfgEP','Format\x20de\x20text','Alinea\x20a\x20l\x27esquerra','Vora\x20dreta','Blanc','Vora','Blau\x20600','Última\x20columna','Selecciona\x20fila','Mínim','Suprimeix\x20fila','Principal\x20100','Vores\x20internes','Vora\x20superior','Discontínua','Verd\x20100','2468776zUgjIS','Millor\x20coincidència','1645675PWUKVp','Color\x20de\x20fons\x20de\x20la\x20taula','Ratllat','Inserir\x20imatge','Distribueix','Fila\x20de\x20peu','Guió-punt','Selecciona\x20columna','Mou\x20fila','Columnes\x20alternes','Vermell\x20600','192576BLJWgB','Insereix\x20fila\x20a\x20sota','Cap','Color\x20de\x20fons\x20del\x20text','Sense\x20vora','Transparència','Vermell\x20100','Copia','Negreta','Insereix\x20columna','Família\x20de\x20lletra','Mitjana','Sense\x20vores','Tema\x20de\x20taula','Insereix','Insereix\x20fila','Vores\x20exteriors','Mou\x20columna','Alineació\x20horitzontal','Distribueix\x20files','Puntejada','Clar','Suprimeix','Vores','Reinicia\x20el\x20color','Totes\x20les\x20vores','Gris\x20500','Fila\x20de\x20capçalera','Sense\x20emplenament','Estil\x20de\x20la\x20vora','209xrbkra','Aspecte\x20de\x20taula','No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades'];_0x3fcb=function(){return _0x33cc40;};return _0x3fcb();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x1545c5(0x1a3),'fontSize':'Mida\x20de\x20lletra','textFormat':_0x1545c5(0x17d),'bold':_0x1545c5(0x1a1),'italic':_0x1545c5(0x16b),'underline':_0x1545c5(0x167),'strikethrough':_0x1545c5(0x190),'textColor':'Color\x20del\x20text','textBackgroundColor':_0x1545c5(0x19c),'tableBackgroundColor':_0x1545c5(0x18f),'tableBorderColor':_0x1545c5(0x166),'borderWidth':'Amplada\x20de\x20la\x20vora','borderStyle':_0x1545c5(0x15b),'border':_0x1545c5(0x181),'borderStyleSolid':'Sòlida','borderStyleDash':_0x1545c5(0x18a),'borderStyleDot':_0x1545c5(0x1ad),'borderStyleDashDot':_0x1545c5(0x194),'noBorder':_0x1545c5(0x19d),'borderPresetAll':_0x1545c5(0x157),'borderPresetInner':_0x1545c5(0x188),'borderPresetOuter':'Vora\x20exterior','borderPresetTop':_0x1545c5(0x189),'borderPresetBottom':'Vora\x20inferior','borderPresetLeft':_0x1545c5(0x160),'borderPresetRight':_0x1545c5(0x17f),'borderPresetInnerHorizontal':'Vora\x20horitzontal\x20interna','borderPresetInnerVertical':'Vora\x20vertical\x20interna','none':_0x1545c5(0x19b),'horizontalAlign':_0x1545c5(0x1ab),'verticalAlign':'Alineació\x20vertical','alignLeft':_0x1545c5(0x17e),'alignCenter':_0x1545c5(0x16c),'alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':'Justifica','alignTop':'Alinea\x20a\x20dalt','alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0x1545c5(0x171),'mergeCells':_0x1545c5(0x175),'unmergeCells':'Separa\x20cel·les','tableTheme':_0x1545c5(0x1a6),'tableLook':_0x1545c5(0x15d),'headerRow':_0x1545c5(0x159),'footerRow':_0x1545c5(0x193),'bandedRows':_0x1545c5(0x162),'bandedColumns':_0x1545c5(0x197),'firstColumn':'Primera\x20columna','lastColumn':_0x1545c5(0x183),'bestMatch':_0x1545c5(0x18d),'light':_0x1545c5(0x1ae),'medium':_0x1545c5(0x1a4),'minimal':_0x1545c5(0x185)},'shapePanel':{'fill':{'noFill':_0x1545c5(0x15a),'solidFill':_0x1545c5(0x173),'gradientFill':_0x1545c5(0x178),'pictureFill':'Emplenament\x20d\x27imatge\x20o\x20textura','color':'Color','transparency':_0x1545c5(0x19e),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x1545c5(0x191)}}},'structuralControls':{'selectRow':_0x1545c5(0x184),'selectColumn':_0x1545c5(0x195),'selectTable':_0x1545c5(0x170),'insertRow':_0x1545c5(0x1a8),'insertColumn':_0x1545c5(0x1a2),'moveRow':_0x1545c5(0x196),'moveColumn':_0x1545c5(0x1aa),'moveRows':_0x1545c5(0x168),'moveColumns':_0x1545c5(0x16e),'cannotMoveMergedRows':_0x1545c5(0x15e),'cannotMoveMergedColumns':_0x1545c5(0x15f)},'contextMenu':{'insert':_0x1545c5(0x1a7),'delete':_0x1545c5(0x154),'distribute':_0x1545c5(0x192),'borders':_0x1545c5(0x155),'tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','copy':_0x1545c5(0x1a0),'cut':'Retalla','deleteTable':'Suprimeix\x20taula','insertRowAbove':_0x1545c5(0x16f),'insertRowBelow':_0x1545c5(0x19a),'insertColumnLeft':'Insereix\x20columna\x20a\x20l’esquerra','insertColumnRight':_0x1545c5(0x17a),'deleteRow':_0x1545c5(0x186),'deleteColumn':_0x1545c5(0x174),'distributeRows':_0x1545c5(0x1ac),'distributeColumns':_0x1545c5(0x165),'borderAll':_0x1545c5(0x157),'borderOuter':_0x1545c5(0x1a9),'borderInner':'Vores\x20interiors','borderNone':_0x1545c5(0x1a5)},'colorPreset':{'resetColor':_0x1545c5(0x156),'white':_0x1545c5(0x180),'gray100':_0x1545c5(0x172),'primary100':_0x1545c5(0x187),'blue100':'Blau\x20100','green100':_0x1545c5(0x18b),'yellow100':_0x1545c5(0x17b),'red100':_0x1545c5(0x19f),'gray900':_0x1545c5(0x163),'gray500':_0x1545c5(0x158),'red600':_0x1545c5(0x198),'orange600':_0x1545c5(0x176),'yellow700':_0x1545c5(0x169),'green600':_0x1545c5(0x161),'blue600':_0x1545c5(0x182),'purple600':_0x1545c5(0x16d)}}};export{e as default};
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 +1 @@
1
- function _0x22ec(){const _0x4b3f3f=['Rechter\x20Rahmen','Zellen\x20verbinden','Bildquelle','Grün\x20100','Rechtsbündig','Blau\x20100','Innerer\x20horizontaler\x20Rahmen','Tabellenformat','Ausschneiden','Vertikal\x20zentrieren','Farbe','Spalte\x20löschen','Zeile\x20unterhalb\x20einfügen','Farbe\x20zurücksetzen','2899108tXYDrT','Rahmenbreite','Fußzeile','Unten\x20ausrichten','976026pYDJLb','Textformat','Transparenz','Einfarbige\x20Füllung','Spalte\x20auswahlen','Grau\x20100','Bild\x20einfügen','Rahmenstil','Kursiv','Linksbündig','Innere\x20Rahmen','Rahmen','Erste\x20Spalte','Grau\x20500','Bild-\x20oder\x20Texturfüllung','Zeilen\x20verschieben','Zeile\x20löschen','Beste\x20Übereinstimmung','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Horizontale\x20Ausrichtung','Spalte\x20verschieben','Durchgezogen','Hell','Zentriert','Schriftart','Keine','Blocksatz','Primär\x20100','600209YqemyC','Kopfzeile','Tabellendesign','Gestrichelt','5313954WqtulN','Rot\x20600','Spalte\x20rechts\x20einfügen','Einfügen','Violett\x20600','Keine\x20Füllung','Zellen\x20trennen','Oberer\x20Rahmen','Grau\x20900','19760174ZgIeiO','Blau\x20600','Fett','Unterer\x20Rahmen','Tabellenrahmenfarbe','Zeilen\x20verteilen','Vertikale\x20Ausrichtung','Tabelle\x20löschen','Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Verteilen','Kein\x20Rahmen','Mittel','Spalte\x20einfugen','Orange\x20600','Äußere\x20Rahmen','2832712CTENej','4811720xFyQgs','Alle\x20Rahmen','Gelb\x20100','Oben\x20ausrichten','Grün\x20600','Zeile\x20einfugen','Linker\x20Rahmen','Zeile\x20verschieben'];_0x22ec=function(){return _0x4b3f3f;};return _0x22ec();}function _0x2261(_0x2e7040,_0x239148){_0x2e7040=_0x2e7040-0x158;const _0x22ec01=_0x22ec();let _0x2261e7=_0x22ec01[_0x2e7040];return _0x2261e7;}const _0x75140d=_0x2261;(function(_0x549657,_0x31cb66){const _0x15b87f=_0x2261,_0x55aabe=_0x549657();while(!![]){try{const _0x42bae5=parseInt(_0x15b87f(0x1a3))/0x1+-parseInt(_0x15b87f(0x183))/0x2+-parseInt(_0x15b87f(0x187))/0x3+-parseInt(_0x15b87f(0x16c))/0x4+-parseInt(_0x15b87f(0x16d))/0x5+parseInt(_0x15b87f(0x1a7))/0x6+parseInt(_0x15b87f(0x15d))/0x7;if(_0x42bae5===_0x31cb66)break;else _0x55aabe['push'](_0x55aabe['shift']());}catch(_0x26c5ed){_0x55aabe['push'](_0x55aabe['shift']());}}}(_0x22ec,0xd2c64));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x75140d(0x19f),'fontSize':'Schriftgröße','textFormat':_0x75140d(0x188),'bold':_0x75140d(0x15f),'italic':_0x75140d(0x18f),'underline':'Unterstrichen','strikethrough':'Durchgestrichen','textColor':'Textfarbe','textBackgroundColor':'Texthintergrundfarbe','tableBackgroundColor':'Tabellenhintergrundfarbe','tableBorderColor':_0x75140d(0x161),'borderWidth':_0x75140d(0x184),'borderStyle':_0x75140d(0x18e),'border':'Rahmen','borderStyleSolid':_0x75140d(0x19c),'borderStyleDash':_0x75140d(0x1a6),'borderStyleDot':'Gepunktet','borderStyleDashDot':'Strichpunkt','noBorder':_0x75140d(0x167),'borderPresetAll':_0x75140d(0x16e),'borderPresetInner':_0x75140d(0x191),'borderPresetOuter':'Äußerer\x20Rahmen','borderPresetTop':_0x75140d(0x15b),'borderPresetBottom':_0x75140d(0x160),'borderPresetLeft':_0x75140d(0x173),'borderPresetRight':_0x75140d(0x175),'borderPresetInnerHorizontal':_0x75140d(0x17b),'borderPresetInnerVertical':'Innerer\x20vertikaler\x20Rahmen','none':_0x75140d(0x1a0),'horizontalAlign':_0x75140d(0x19a),'verticalAlign':_0x75140d(0x163),'alignLeft':_0x75140d(0x190),'alignCenter':_0x75140d(0x19e),'alignRight':_0x75140d(0x179),'alignJustify':_0x75140d(0x1a1),'alignTop':_0x75140d(0x170),'alignMiddle':_0x75140d(0x17e),'alignBottom':_0x75140d(0x186),'mergeCells':_0x75140d(0x176),'unmergeCells':_0x75140d(0x15a),'tableTheme':_0x75140d(0x1a5),'tableLook':_0x75140d(0x17c),'headerRow':_0x75140d(0x1a4),'footerRow':_0x75140d(0x185),'bandedRows':'Gebänderte\x20Zeilen','bandedColumns':'Gebänderte\x20Spalten','firstColumn':_0x75140d(0x193),'lastColumn':'Letzte\x20Spalte','bestMatch':_0x75140d(0x198),'light':_0x75140d(0x19d),'medium':_0x75140d(0x168),'minimal':'Minimal'},'shapePanel':{'fill':{'noFill':_0x75140d(0x159),'solidFill':_0x75140d(0x18a),'gradientFill':'Farbverlauffüllung','pictureFill':_0x75140d(0x195),'color':_0x75140d(0x17f),'transparency':_0x75140d(0x189),'picture':{'source':_0x75140d(0x177),'insert':_0x75140d(0x18d)}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':_0x75140d(0x18b),'selectTable':'Tabelle\x20auswahlen','insertRow':_0x75140d(0x172),'insertColumn':_0x75140d(0x169),'moveRow':_0x75140d(0x174),'moveColumn':_0x75140d(0x19b),'moveRows':_0x75140d(0x196),'moveColumns':'Spalten\x20verschieben','cannotMoveMergedRows':_0x75140d(0x199),'cannotMoveMergedColumns':_0x75140d(0x165)},'contextMenu':{'insert':_0x75140d(0x1aa),'delete':'Löschen','distribute':_0x75140d(0x166),'borders':_0x75140d(0x192),'tableBackgroundColor':'Tabellenhintergrundfarbe','copy':'Kopieren','cut':_0x75140d(0x17d),'deleteTable':_0x75140d(0x164),'insertRowAbove':'Zeile\x20oberhalb\x20einfügen','insertRowBelow':_0x75140d(0x181),'insertColumnLeft':'Spalte\x20links\x20einfügen','insertColumnRight':_0x75140d(0x1a9),'deleteRow':_0x75140d(0x197),'deleteColumn':_0x75140d(0x180),'distributeRows':_0x75140d(0x162),'distributeColumns':'Spalten\x20verteilen','borderAll':_0x75140d(0x16e),'borderOuter':_0x75140d(0x16b),'borderInner':_0x75140d(0x191),'borderNone':_0x75140d(0x167)},'colorPreset':{'resetColor':_0x75140d(0x182),'white':'Weiß','gray100':_0x75140d(0x18c),'primary100':_0x75140d(0x1a2),'blue100':_0x75140d(0x17a),'green100':_0x75140d(0x178),'yellow100':_0x75140d(0x16f),'red100':'Rot\x20100','gray900':_0x75140d(0x15c),'gray500':_0x75140d(0x194),'red600':_0x75140d(0x1a8),'orange600':_0x75140d(0x16a),'yellow700':'Gelb\x20700','green600':_0x75140d(0x171),'blue600':_0x75140d(0x15e),'purple600':_0x75140d(0x158)}}};export{e as default};
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 +1 @@
1
- const _0x2b1227=_0x2c03;(function(_0x3d413f,_0x21489a){const _0x2facb2=_0x2c03,_0x3d068e=_0x3d413f();while(!![]){try{const _0x51b430=parseInt(_0x2facb2(0xe1))/0x1+parseInt(_0x2facb2(0xb3))/0x2*(parseInt(_0x2facb2(0xda))/0x3)+-parseInt(_0x2facb2(0xf9))/0x4*(-parseInt(_0x2facb2(0xde))/0x5)+-parseInt(_0x2facb2(0xab))/0x6*(parseInt(_0x2facb2(0xc6))/0x7)+-parseInt(_0x2facb2(0xeb))/0x8*(parseInt(_0x2facb2(0xba))/0x9)+-parseInt(_0x2facb2(0xf1))/0xa+parseInt(_0x2facb2(0xf4))/0xb*(parseInt(_0x2facb2(0xa9))/0xc);if(_0x51b430===_0x21489a)break;else _0x3d068e['push'](_0x3d068e['shift']());}catch(_0x470d45){_0x3d068e['push'](_0x3d068e['shift']());}}}(_0x2326,0x60de0));function _0x2c03(_0x25cf62,_0x7b0597){_0x25cf62=_0x25cf62-0xa2;const _0x23269=_0x2326();let _0x2c0396=_0x23269[_0x25cf62];return _0x2c0396;}function _0x2326(){const _0x265626=['Borders','Delete','Align\x20bottom','Insert\x20row','Blue\x20600','7182pXNOHs','Text\x20background\x20color','Reset\x20color','White','Align\x20middle','Footer\x20row','Picture\x20source','Top\x20border','Table\x20background\x20color','Insert\x20column','Vertical\x20align','Text\x20format','Blue\x20100','Insert\x20row\x20above','Gray\x20100','Red\x20600','Distribute\x20columns','Distribute\x20rows','Border','Purple\x20600','6267ZEBOnl','Inner\x20horizontal\x20border','Move\x20rows','Cannot\x20move\x20rows\x20across\x20merged\x20cells','585qdYObW','First\x20column','Font\x20size','598828axHKjh','Dotted','Minimal','Align\x20left','Distribute','No\x20fill','Inner\x20vertical\x20border','Insert\x20row\x20below','All\x20borders','Move\x20columns','336QpdUOl','Gray\x20900','Primary\x20100','Green\x20600','Table\x20look','Best\x20match','7574570tICsuY','Unmerge\x20cells','Yellow\x20100','11iOWIQs','Yellow\x20700','Move\x20row','None','Border\x20style','1204apkCwb','Outer\x20borders','Select\x20column','Justify','Italic','Orange\x20600','Header\x20row','Merge\x20cells','8412396NNkKgu','Color','60JeuWQR','Delete\x20table','Last\x20column','Copy','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Transparency','Insert\x20column\x20left','Move\x20column','502lKVyqM','Green\x20100','Bottom\x20border','Right\x20border','Inner\x20borders','Medium','Align\x20center','148914JtBwIJ','Strikethrough','Light','Align\x20top','Text\x20color','Left\x20border','Table\x20theme'];_0x2326=function(){return _0x265626;};return _0x2326();}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Font\x20family','fontSize':_0x2b1227(0xe0),'textFormat':_0x2b1227(0xd1),'bold':'Bold','italic':_0x2b1227(0xa5),'underline':'Underline','strikethrough':_0x2b1227(0xbb),'textColor':_0x2b1227(0xbe),'textBackgroundColor':_0x2b1227(0xc7),'tableBackgroundColor':_0x2b1227(0xce),'tableBorderColor':'Table\x20border\x20color','borderWidth':'Border\x20width','borderStyle':_0x2b1227(0xf8),'border':_0x2b1227(0xd8),'borderStyleSolid':'Solid','borderStyleDash':'Dashed','borderStyleDot':_0x2b1227(0xe2),'borderStyleDashDot':'Dash-dot','noBorder':'No\x20border','borderPresetAll':'All\x20borders','borderPresetInner':'Inner\x20borders','borderPresetOuter':_0x2b1227(0xa2),'borderPresetTop':_0x2b1227(0xcd),'borderPresetBottom':_0x2b1227(0xb5),'borderPresetLeft':_0x2b1227(0xbf),'borderPresetRight':_0x2b1227(0xb6),'borderPresetInnerHorizontal':_0x2b1227(0xdb),'borderPresetInnerVertical':_0x2b1227(0xe7),'none':_0x2b1227(0xf7),'horizontalAlign':'Horizontal\x20align','verticalAlign':_0x2b1227(0xd0),'alignLeft':_0x2b1227(0xe4),'alignCenter':_0x2b1227(0xb9),'alignRight':'Align\x20right','alignJustify':_0x2b1227(0xa4),'alignTop':_0x2b1227(0xbd),'alignMiddle':_0x2b1227(0xca),'alignBottom':_0x2b1227(0xc3),'mergeCells':_0x2b1227(0xa8),'unmergeCells':_0x2b1227(0xf2),'tableTheme':_0x2b1227(0xc0),'tableLook':_0x2b1227(0xef),'headerRow':_0x2b1227(0xa7),'footerRow':_0x2b1227(0xcb),'bandedRows':'Banded\x20rows','bandedColumns':'Banded\x20columns','firstColumn':_0x2b1227(0xdf),'lastColumn':_0x2b1227(0xad),'bestMatch':_0x2b1227(0xf0),'light':_0x2b1227(0xbc),'medium':_0x2b1227(0xb8),'minimal':_0x2b1227(0xe3)},'shapePanel':{'fill':{'noFill':_0x2b1227(0xe6),'solidFill':'Solid','gradientFill':'Gradient','pictureFill':'Picture','color':_0x2b1227(0xaa),'transparency':_0x2b1227(0xb0),'picture':{'source':_0x2b1227(0xcc),'insert':'Insert\x20picture'}}},'structuralControls':{'selectRow':'Select\x20row','selectColumn':_0x2b1227(0xa3),'selectTable':'Select\x20table','insertRow':_0x2b1227(0xc4),'insertColumn':_0x2b1227(0xcf),'moveRow':_0x2b1227(0xf6),'moveColumn':_0x2b1227(0xb2),'moveRows':_0x2b1227(0xdc),'moveColumns':_0x2b1227(0xea),'cannotMoveMergedRows':_0x2b1227(0xdd),'cannotMoveMergedColumns':_0x2b1227(0xaf)},'contextMenu':{'insert':'Insert','delete':_0x2b1227(0xc2),'distribute':_0x2b1227(0xe5),'borders':_0x2b1227(0xc1),'tableBackgroundColor':_0x2b1227(0xce),'copy':_0x2b1227(0xae),'cut':'Cut','deleteTable':_0x2b1227(0xac),'insertRowAbove':_0x2b1227(0xd3),'insertRowBelow':_0x2b1227(0xe8),'insertColumnLeft':_0x2b1227(0xb1),'insertColumnRight':'Insert\x20column\x20right','deleteRow':'Delete\x20row','deleteColumn':'Delete\x20column','distributeRows':_0x2b1227(0xd7),'distributeColumns':_0x2b1227(0xd6),'borderAll':_0x2b1227(0xe9),'borderOuter':_0x2b1227(0xa2),'borderInner':_0x2b1227(0xb7),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x2b1227(0xc8),'white':_0x2b1227(0xc9),'gray100':_0x2b1227(0xd4),'primary100':_0x2b1227(0xed),'blue100':_0x2b1227(0xd2),'green100':_0x2b1227(0xb4),'yellow100':_0x2b1227(0xf3),'red100':'Red\x20100','gray900':_0x2b1227(0xec),'gray500':'Gray\x20500','red600':_0x2b1227(0xd5),'orange600':_0x2b1227(0xa6),'yellow700':_0x2b1227(0xf5),'green600':_0x2b1227(0xee),'blue600':_0x2b1227(0xc5),'purple600':_0x2b1227(0xd9)}}};export{e as default};
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 +1 @@
1
- function _0x2dd6(){const _0x5167f7=['Tamaño\x20de\x20fuente','Seleccionar\x20tabla','1288gJhpzo','Color\x20de\x20fondo\x20de\x20la\x20tabla','Alinear\x20a\x20la\x20izquierda','638752IPHWwk','Sin\x20relleno','Subrayado','Color\x20de\x20borde\x20de\x20tabla','Alinear\x20arriba','11XitNLD','Naranja\x20600','Bordes','Restablecer\x20color','Alineación\x20horizontal','Borde\x20inferior','910232lTyNEV','Medio','Centrar','Combinar\x20celdas','99bErlkd','Estilo\x20de\x20borde','Insertar\x20fila\x20arriba','Seleccionar\x20columna','Separar\x20celdas','Raya\x20y\x20punto','Relleno\x20degradado','Blanco','Justificar','Origen\x20de\x20imagen','Rojo\x20100','Distribuir','Bordes\x20interiores','Insertar','Gris\x20100','18580LzRlcw','Alinear\x20a\x20la\x20derecha','Mover\x20columna','Alinear\x20al\x20medio','Insertar\x20columna','Filas\x20con\x20bandas','29631170OSPAJH','Formato\x20de\x20texto','Gris\x20500','Sólido','Color\x20de\x20fondo\x20de\x20texto','Mover\x20filas','Color\x20de\x20texto','Borde\x20exterior','Insertar\x20fila\x20abajo','Color','Punteado','Distribuir\x20columnas','Borde\x20horizontal\x20interior','Aspecto\x20de\x20tabla','Gris\x20900','5667342WgCaFY','Verde\x20100','Tema\x20de\x20tabla','4804793JFFwtV','Cursiva','Fila\x20de\x20pie','Mejor\x20coincidencia','Tachado','2bBFvyg','Color\x20de\x20fondo\x20de\x20tabla','Amarillo\x20100','Copiar','Eliminar','Seleccionar\x20fila','Relleno\x20de\x20imagen\x20o\x20textura','Borde\x20superior','Relleno\x20sólido','Transparencia','Insertar\x20columna\x20a\x20la\x20izquierda','Cortar','Borde\x20vertical\x20interior','Fila\x20de\x20encabezado','Borde','Fuente','Verde\x20600','2537661jQZyPf','Azul\x20100','Borde\x20izquierdo','Claro','Mínimo','Insertar\x20imagen','Distribuir\x20filas'];_0x2dd6=function(){return _0x5167f7;};return _0x2dd6();}const _0x47a3a7=_0x3423;(function(_0x1b62c9,_0x1652c9){const _0x25719e=_0x3423,_0x29c747=_0x1b62c9();while(!![]){try{const _0x4ca92c=-parseInt(_0x25719e(0x1a5))/0x1+parseInt(_0x25719e(0x1d5))/0x2*(parseInt(_0x25719e(0x1e6))/0x3)+parseInt(_0x25719e(0x1ef))/0x4*(parseInt(_0x25719e(0x1b8))/0x5)+parseInt(_0x25719e(0x1cd))/0x6+parseInt(_0x25719e(0x1d0))/0x7+-parseInt(_0x25719e(0x19a))/0x8*(-parseInt(_0x25719e(0x1a9))/0x9)+-parseInt(_0x25719e(0x1be))/0xa*(parseInt(_0x25719e(0x19f))/0xb);if(_0x4ca92c===_0x1652c9)break;else _0x29c747['push'](_0x29c747['shift']());}catch(_0x27d8bf){_0x29c747['push'](_0x29c747['shift']());}}}(_0x2dd6,0xa59ba));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x47a3a7(0x1e4),'fontSize':_0x47a3a7(0x1ed),'textFormat':_0x47a3a7(0x1bf),'bold':'Negrita','italic':_0x47a3a7(0x1d1),'underline':_0x47a3a7(0x19c),'strikethrough':_0x47a3a7(0x1d4),'textColor':_0x47a3a7(0x1c4),'textBackgroundColor':_0x47a3a7(0x1c2),'tableBackgroundColor':_0x47a3a7(0x1d6),'tableBorderColor':_0x47a3a7(0x19d),'borderWidth':'Grosor\x20de\x20borde','borderStyle':_0x47a3a7(0x1aa),'border':_0x47a3a7(0x1e3),'borderStyleSolid':_0x47a3a7(0x1c1),'borderStyleDash':'Discontinuo','borderStyleDot':_0x47a3a7(0x1c8),'borderStyleDashDot':_0x47a3a7(0x1ae),'noBorder':'Sin\x20borde','borderPresetAll':'Todos\x20los\x20bordes','borderPresetInner':_0x47a3a7(0x1b5),'borderPresetOuter':_0x47a3a7(0x1c5),'borderPresetTop':_0x47a3a7(0x1dc),'borderPresetBottom':_0x47a3a7(0x1a4),'borderPresetLeft':_0x47a3a7(0x1e8),'borderPresetRight':'Borde\x20derecho','borderPresetInnerHorizontal':_0x47a3a7(0x1ca),'borderPresetInnerVertical':_0x47a3a7(0x1e1),'none':'Ninguno','horizontalAlign':_0x47a3a7(0x1a3),'verticalAlign':'Alineación\x20vertical','alignLeft':_0x47a3a7(0x1f1),'alignCenter':_0x47a3a7(0x1a7),'alignRight':_0x47a3a7(0x1b9),'alignJustify':_0x47a3a7(0x1b1),'alignTop':_0x47a3a7(0x19e),'alignMiddle':_0x47a3a7(0x1bb),'alignBottom':'Alinear\x20abajo','mergeCells':_0x47a3a7(0x1a8),'unmergeCells':_0x47a3a7(0x1ad),'tableTheme':_0x47a3a7(0x1cf),'tableLook':_0x47a3a7(0x1cb),'headerRow':_0x47a3a7(0x1e2),'footerRow':_0x47a3a7(0x1d2),'bandedRows':_0x47a3a7(0x1bd),'bandedColumns':'Columnas\x20con\x20bandas','firstColumn':'Primera\x20columna','lastColumn':'Última\x20columna','bestMatch':_0x47a3a7(0x1d3),'light':_0x47a3a7(0x1e9),'medium':_0x47a3a7(0x1a6),'minimal':_0x47a3a7(0x1ea)},'shapePanel':{'fill':{'noFill':_0x47a3a7(0x19b),'solidFill':_0x47a3a7(0x1dd),'gradientFill':_0x47a3a7(0x1af),'pictureFill':_0x47a3a7(0x1db),'color':_0x47a3a7(0x1c7),'transparency':_0x47a3a7(0x1de),'picture':{'source':_0x47a3a7(0x1b2),'insert':_0x47a3a7(0x1eb)}}},'structuralControls':{'selectRow':_0x47a3a7(0x1da),'selectColumn':_0x47a3a7(0x1ac),'selectTable':_0x47a3a7(0x1ee),'insertRow':'Insertar\x20fila','insertColumn':_0x47a3a7(0x1bc),'moveRow':'Mover\x20fila','moveColumn':_0x47a3a7(0x1ba),'moveRows':_0x47a3a7(0x1c3),'moveColumns':'Mover\x20columnas','cannotMoveMergedRows':'No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','cannotMoveMergedColumns':'No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas'},'contextMenu':{'insert':_0x47a3a7(0x1b6),'delete':_0x47a3a7(0x1d9),'distribute':_0x47a3a7(0x1b4),'borders':_0x47a3a7(0x1a1),'tableBackgroundColor':_0x47a3a7(0x1f0),'copy':_0x47a3a7(0x1d8),'cut':_0x47a3a7(0x1e0),'deleteTable':'Eliminar\x20tabla','insertRowAbove':_0x47a3a7(0x1ab),'insertRowBelow':_0x47a3a7(0x1c6),'insertColumnLeft':_0x47a3a7(0x1df),'insertColumnRight':'Insertar\x20columna\x20a\x20la\x20derecha','deleteRow':'Eliminar\x20fila','deleteColumn':'Eliminar\x20columna','distributeRows':_0x47a3a7(0x1ec),'distributeColumns':_0x47a3a7(0x1c9),'borderAll':'Todos\x20los\x20bordes','borderOuter':'Bordes\x20exteriores','borderInner':_0x47a3a7(0x1b5),'borderNone':'Sin\x20bordes'},'colorPreset':{'resetColor':_0x47a3a7(0x1a2),'white':_0x47a3a7(0x1b0),'gray100':_0x47a3a7(0x1b7),'primary100':'Principal\x20100','blue100':_0x47a3a7(0x1e7),'green100':_0x47a3a7(0x1ce),'yellow100':_0x47a3a7(0x1d7),'red100':_0x47a3a7(0x1b3),'gray900':_0x47a3a7(0x1cc),'gray500':_0x47a3a7(0x1c0),'red600':'Rojo\x20600','orange600':_0x47a3a7(0x1a0),'yellow700':'Amarillo\x20700','green600':_0x47a3a7(0x1e5),'blue600':'Azul\x20600','purple600':'Morado\x20600'}}};function _0x3423(_0x25b3fb,_0x46736f){_0x25b3fb=_0x25b3fb-0x19a;const _0x2dd64f=_0x2dd6();let _0x342385=_0x2dd64f[_0x25b3fb];return _0x342385;}export{e as default};
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 +1 @@
1
- function _0xbbc7(){const _0x46f9a9=['خاکستری\x20100','متوسط','رنگ\x20پس‌زمینه\x20جدول','ضخامت\x20کادر','حاشیه‌ها','ظاهر\x20جدول','بنفش\x20600','هم‌تراز','21100jTtcXU','رنگ\x20متن','کادر\x20پایین','رنگ\x20کادر\x20جدول','تراز\x20راست','قالب\x20متن','بدون\x20کادر','توزیع\x20ستون‌ها','آبی\x20600','کادر\x20بیرونی','پر\x20کردن\x20یکدست','حاشیه‌های\x20داخلی','23592LjpMPT','قالب\x20جدول','انتقال\x20ردیف‌ها','152089YNAwVK','درج\x20تصویر','سبک\x20کادر','کادر\x20چپ','حذف','آبی\x20100','ردیف\x20پاصفحه','روشن','ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','حداقلی','تراز\x20چپ','کادرهای\x20داخلی','تراز\x20بالا','شفافیت','انتخاب\x20جدول','خاکستری\x20500','حذف\x20ستون','پر\x20کردن\x20تصویر\x20یا\x20بافت','همه\x20کادرها','درج\x20ستون\x20در\x20چپ','حذف\x20جدول','پر\x20کردن\x20گرادیان','لغو\x20ادغام\x20سلول‌ها','حذف\x20ردیف','تراز\x20افقی','3zLsJLC','نقطه‌چین','بدون\x20پر\x20کردن','تراز\x20پایین','ستون\x20آخر','سبز\x20600','منبع\x20تصویر','یکپارچه','حاشیه‌های\x20بیرونی','170162psaFyO','رنگ','کادر\x20راست','ادغام\x20سلول‌ها','بدون\x20حاشیه','کادر\x20بالا','کادر\x20عمودی\x20داخلی','69381WCEmCb','درج\x20ردیف\x20در\x20پایین','انتخاب\x20ستون','انتخاب\x20ردیف','سبز\x20100','2911500jepjZw','370600tftjHv','18NGJYHP','ستون‌های\x20نواری','ستون\x20اول','ردیف\x20سرصفحه','کادر','48tqIlFi','درج','پررنگ','کادر\x20افقی\x20داخلی','اصلی\x20100','خط‌چین','فونت'];_0xbbc7=function(){return _0x46f9a9;};return _0xbbc7();}function _0x5d54(_0x4c60e6,_0x4e5b39){_0x4c60e6=_0x4c60e6-0xe1;const _0xbbc7b=_0xbbc7();let _0x5d54c5=_0xbbc7b[_0x4c60e6];return _0x5d54c5;}const _0x52627d=_0x5d54;(function(_0x2bc527,_0x115a4c){const _0x26798b=_0x5d54,_0x58543a=_0x2bc527();while(!![]){try{const _0x46738f=parseInt(_0x26798b(0x12a))/0x1+parseInt(_0x26798b(0x123))/0x2*(-parseInt(_0x26798b(0x11a))/0x3)+-parseInt(_0x26798b(0x130))/0x4+-parseInt(_0x26798b(0xf2))/0x5*(parseInt(_0x26798b(0xe3))/0x6)+parseInt(_0x26798b(0x101))/0x7+parseInt(_0x26798b(0xfe))/0x8*(parseInt(_0x26798b(0x131))/0x9)+parseInt(_0x26798b(0x12f))/0xa;if(_0x46738f===_0x115a4c)break;else _0x58543a['push'](_0x58543a['shift']());}catch(_0x1691e3){_0x58543a['push'](_0x58543a['shift']());}}}(_0xbbc7,0x2b219));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x52627d(0xe9),'fontSize':'اندازه\x20فونت','textFormat':_0x52627d(0xf7),'bold':_0x52627d(0xe5),'italic':'کج','underline':'زیرخط','strikethrough':'خط‌خورده','textColor':_0x52627d(0xf3),'textBackgroundColor':'رنگ\x20پس‌زمینه\x20متن','tableBackgroundColor':_0x52627d(0xec),'tableBorderColor':_0x52627d(0xf5),'borderWidth':_0x52627d(0xed),'borderStyle':_0x52627d(0x103),'border':_0x52627d(0xe2),'borderStyleSolid':_0x52627d(0x121),'borderStyleDash':_0x52627d(0xe8),'borderStyleDot':_0x52627d(0x11b),'borderStyleDashDot':'خط‌نقطه','noBorder':_0x52627d(0xf8),'borderPresetAll':_0x52627d(0x113),'borderPresetInner':_0x52627d(0x10c),'borderPresetOuter':_0x52627d(0xfb),'borderPresetTop':_0x52627d(0x128),'borderPresetBottom':_0x52627d(0xf4),'borderPresetLeft':_0x52627d(0x104),'borderPresetRight':_0x52627d(0x125),'borderPresetInnerHorizontal':_0x52627d(0xe6),'borderPresetInnerVertical':_0x52627d(0x129),'none':'هیچ','horizontalAlign':_0x52627d(0x119),'verticalAlign':'تراز\x20عمودی','alignLeft':_0x52627d(0x10b),'alignCenter':'تراز\x20وسط','alignRight':_0x52627d(0xf6),'alignJustify':_0x52627d(0xf1),'alignTop':_0x52627d(0x10d),'alignMiddle':'تراز\x20وسط\x20عمودی','alignBottom':_0x52627d(0x11d),'mergeCells':_0x52627d(0x126),'unmergeCells':_0x52627d(0x117),'tableTheme':_0x52627d(0xff),'tableLook':_0x52627d(0xef),'headerRow':_0x52627d(0xe1),'footerRow':_0x52627d(0x107),'bandedRows':'ردیف‌های\x20نواری','bandedColumns':_0x52627d(0x132),'firstColumn':_0x52627d(0x133),'lastColumn':_0x52627d(0x11e),'bestMatch':'بهترین\x20تطابق','light':_0x52627d(0x108),'medium':_0x52627d(0xeb),'minimal':_0x52627d(0x10a)},'shapePanel':{'fill':{'noFill':_0x52627d(0x11c),'solidFill':_0x52627d(0xfc),'gradientFill':_0x52627d(0x116),'pictureFill':_0x52627d(0x112),'color':_0x52627d(0x124),'transparency':_0x52627d(0x10e),'picture':{'source':_0x52627d(0x120),'insert':_0x52627d(0x102)}}},'structuralControls':{'selectRow':_0x52627d(0x12d),'selectColumn':_0x52627d(0x12c),'selectTable':_0x52627d(0x10f),'insertRow':'درج\x20سطر','insertColumn':'درج\x20ستون','moveRow':'انتقال\x20ردیف','moveColumn':'انتقال\x20ستون','moveRows':_0x52627d(0x100),'moveColumns':'انتقال\x20ستون‌ها','cannotMoveMergedRows':'ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','cannotMoveMergedColumns':_0x52627d(0x109)},'contextMenu':{'insert':_0x52627d(0xe4),'delete':_0x52627d(0x105),'distribute':'توزیع','borders':_0x52627d(0xee),'tableBackgroundColor':'رنگ\x20پس‌زمینه\x20جدول','copy':'کپی','cut':'برش','deleteTable':_0x52627d(0x115),'insertRowAbove':'درج\x20ردیف\x20در\x20بالا','insertRowBelow':_0x52627d(0x12b),'insertColumnLeft':_0x52627d(0x114),'insertColumnRight':'درج\x20ستون\x20در\x20راست','deleteRow':_0x52627d(0x118),'deleteColumn':_0x52627d(0x111),'distributeRows':'توزیع\x20ردیف‌ها','distributeColumns':_0x52627d(0xf9),'borderAll':'همه\x20حاشیه‌ها','borderOuter':_0x52627d(0x122),'borderInner':_0x52627d(0xfd),'borderNone':_0x52627d(0x127)},'colorPreset':{'resetColor':'بازنشانی\x20رنگ','white':'سفید','gray100':_0x52627d(0xea),'primary100':_0x52627d(0xe7),'blue100':_0x52627d(0x106),'green100':_0x52627d(0x12e),'yellow100':'زرد\x20100','red100':'قرمز\x20100','gray900':'خاکستری\x20900','gray500':_0x52627d(0x110),'red600':'قرمز\x20600','orange600':'نارنجی\x20600','yellow700':'زرد\x20700','green600':_0x52627d(0x11f),'blue600':_0x52627d(0xfa),'purple600':_0x52627d(0xf0)}}};export{e as default};
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 +1 @@
1
- const _0x483272=_0x4b58;(function(_0x328516,_0x3788c2){const _0x233d7c=_0x4b58,_0x23bf22=_0x328516();while(!![]){try{const _0x3dee25=-parseInt(_0x233d7c(0x12e))/0x1*(-parseInt(_0x233d7c(0x10b))/0x2)+-parseInt(_0x233d7c(0x111))/0x3+parseInt(_0x233d7c(0x139))/0x4+-parseInt(_0x233d7c(0x134))/0x5+-parseInt(_0x233d7c(0x10d))/0x6+parseInt(_0x233d7c(0x102))/0x7+parseInt(_0x233d7c(0x131))/0x8;if(_0x3dee25===_0x3788c2)break;else _0x23bf22['push'](_0x23bf22['shift']());}catch(_0x21f1c8){_0x23bf22['push'](_0x23bf22['shift']());}}}(_0x40cd,0x3bc87));function _0x40cd(){const _0x9ab6b7=['Insérer\x20une\x20colonne\x20à\x20gauche','Bordures\x20intérieures','Épaisseur\x20de\x20bordure','Bordure\x20supérieure','Alignement\x20horizontal','Insérer\x20une\x20ligne\x20en\x20dessous','Annuler\x20la\x20fusion\x20des\x20cellules','Aligner\x20en\x20haut','Répartir\x20les\x20colonnes','Thème\x20de\x20tableau','Deplacer\x20les\x20colonnes','Remplissage\x20uni','Source\x20de\x20l\x27image','Selectionner\x20le\x20tableau','Insérer\x20une\x20ligne\x20au-dessus','Format\x20de\x20texte','Insérer','Bordure\x20inférieure','Bleu\x20100','Alignement\x20vertical','Vert\x20600','Répartir','3181682qoxvAJ','Couleur\x20du\x20texte','Dernière\x20colonne','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Aligner\x20à\x20droite','Bordure\x20horizontale\x20intérieure','Rouge\x20100','Meilleure\x20correspondance','Italique','26470uQwUWx','Aligner\x20à\x20gauche','2257512oCtKHM','Blanc','Couleur','Toutes\x20les\x20bordures','592623scWAkh','Supprimer\x20la\x20ligne','Supprimer','Aucune\x20bordure','Gras','Jaune\x20100','Inserer\x20une\x20colonne','Couleur\x20d\x27arrière-plan\x20du\x20texte','Principal\x20100','Minimaliste','Insérer\x20une\x20colonne\x20à\x20droite','Violet\x20600','Supprimer\x20la\x20colonne','Rouge\x20600','Tiret-point','Deplacer\x20la\x20colonne','Première\x20colonne','Bordure','Aligner\x20au\x20milieu','Aligner\x20au\x20centre','Aucun','Continu','Bordure\x20extérieure','Fusionner\x20les\x20cellules','Justifier','Transparence','Style\x20de\x20bordure','Bordure\x20gauche','Supprimer\x20le\x20tableau','20UAvXxI','Couleur\x20de\x20fond\x20du\x20tableau','Réinitialiser\x20la\x20couleur','3850640DGliwL','Apparence\x20du\x20tableau','Insérer\x20une\x20image','2161010HMkccf','Gris\x20900','Moyen','Couleur\x20d’arrière-plan\x20du\x20tableau','Souligné','201240linnmM','Bordure\x20verticale\x20intérieure','Ligne\x20d’en-tête','Pointillé','Selectionner\x20une\x20colonne','Copier'];_0x40cd=function(){return _0x9ab6b7;};return _0x40cd();}function _0x4b58(_0x28b32a,_0x26cd09){_0x28b32a=_0x28b32a-0xe8;const _0x40cd51=_0x40cd();let _0x4b5881=_0x40cd51[_0x28b32a];return _0x4b5881;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'Police','fontSize':'Taille\x20de\x20la\x20police','textFormat':_0x483272(0xfb),'bold':_0x483272(0x115),'italic':_0x483272(0x10a),'underline':_0x483272(0x138),'strikethrough':'Barré','textColor':_0x483272(0x103),'textBackgroundColor':_0x483272(0x118),'tableBackgroundColor':_0x483272(0x12f),'tableBorderColor':'Couleur\x20de\x20bordure\x20du\x20tableau','borderWidth':_0x483272(0xee),'borderStyle':_0x483272(0x12b),'border':_0x483272(0x122),'borderStyleSolid':_0x483272(0x126),'borderStyleDash':'Tirets','borderStyleDot':_0x483272(0xe9),'borderStyleDashDot':_0x483272(0x11f),'noBorder':_0x483272(0x114),'borderPresetAll':_0x483272(0x110),'borderPresetInner':_0x483272(0xed),'borderPresetOuter':_0x483272(0x127),'borderPresetTop':_0x483272(0xef),'borderPresetBottom':_0x483272(0xfd),'borderPresetLeft':_0x483272(0x12c),'borderPresetRight':'Bordure\x20droite','borderPresetInnerHorizontal':_0x483272(0x107),'borderPresetInnerVertical':_0x483272(0x13a),'none':_0x483272(0x125),'horizontalAlign':_0x483272(0xf0),'verticalAlign':_0x483272(0xff),'alignLeft':_0x483272(0x10c),'alignCenter':_0x483272(0x124),'alignRight':_0x483272(0x106),'alignJustify':_0x483272(0x129),'alignTop':_0x483272(0xf3),'alignMiddle':_0x483272(0x123),'alignBottom':'Aligner\x20en\x20bas','mergeCells':_0x483272(0x128),'unmergeCells':_0x483272(0xf2),'tableTheme':_0x483272(0xf5),'tableLook':_0x483272(0x132),'headerRow':_0x483272(0xe8),'footerRow':'Ligne\x20de\x20pied','bandedRows':'Lignes\x20alternées','bandedColumns':'Colonnes\x20alternées','firstColumn':_0x483272(0x121),'lastColumn':_0x483272(0x104),'bestMatch':_0x483272(0x109),'light':'Clair','medium':_0x483272(0x136),'minimal':_0x483272(0x11a)},'shapePanel':{'fill':{'noFill':'Aucun\x20remplissage','solidFill':_0x483272(0xf7),'gradientFill':'Remplissage\x20dégradé','pictureFill':'Remplissage\x20image\x20ou\x20texture','color':_0x483272(0x10f),'transparency':_0x483272(0x12a),'picture':{'source':_0x483272(0xf8),'insert':_0x483272(0x133)}}},'structuralControls':{'selectRow':'Selectionner\x20une\x20ligne','selectColumn':_0x483272(0xea),'selectTable':_0x483272(0xf9),'insertRow':'Inserer\x20une\x20ligne','insertColumn':_0x483272(0x117),'moveRow':'Deplacer\x20la\x20ligne','moveColumn':_0x483272(0x120),'moveRows':'Deplacer\x20les\x20lignes','moveColumns':_0x483272(0xf6),'cannotMoveMergedRows':_0x483272(0x105),'cannotMoveMergedColumns':'Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees'},'contextMenu':{'insert':_0x483272(0xfc),'delete':_0x483272(0x113),'distribute':_0x483272(0x101),'borders':'Bordures','tableBackgroundColor':_0x483272(0x137),'copy':_0x483272(0xeb),'cut':'Couper','deleteTable':_0x483272(0x12d),'insertRowAbove':_0x483272(0xfa),'insertRowBelow':_0x483272(0xf1),'insertColumnLeft':_0x483272(0xec),'insertColumnRight':_0x483272(0x11b),'deleteRow':_0x483272(0x112),'deleteColumn':_0x483272(0x11d),'distributeRows':'Répartir\x20les\x20lignes','distributeColumns':_0x483272(0xf4),'borderAll':_0x483272(0x110),'borderOuter':'Bordures\x20extérieures','borderInner':'Bordures\x20intérieures','borderNone':_0x483272(0x114)},'colorPreset':{'resetColor':_0x483272(0x130),'white':_0x483272(0x10e),'gray100':'Gris\x20100','primary100':_0x483272(0x119),'blue100':_0x483272(0xfe),'green100':'Vert\x20100','yellow100':_0x483272(0x116),'red100':_0x483272(0x108),'gray900':_0x483272(0x135),'gray500':'Gris\x20500','red600':_0x483272(0x11e),'orange600':'Orange\x20600','yellow700':'Jaune\x20700','green600':_0x483272(0x100),'blue600':'Bleu\x20600','purple600':_0x483272(0x11c)}}};export{e as default};
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 +1 @@
1
- const _0x20cbac=_0x640e;(function(_0xef611a,_0x2ec0cd){const _0x5ac8de=_0x640e,_0x2fc30b=_0xef611a();while(!![]){try{const _0x15550b=-parseInt(_0x5ac8de(0x1a3))/0x1+parseInt(_0x5ac8de(0x191))/0x2*(-parseInt(_0x5ac8de(0x1a4))/0x3)+-parseInt(_0x5ac8de(0x176))/0x4+-parseInt(_0x5ac8de(0x1aa))/0x5*(parseInt(_0x5ac8de(0x181))/0x6)+-parseInt(_0x5ac8de(0x1ab))/0x7*(-parseInt(_0x5ac8de(0x1a8))/0x8)+-parseInt(_0x5ac8de(0x160))/0x9+parseInt(_0x5ac8de(0x19b))/0xa;if(_0x15550b===_0x2ec0cd)break;else _0x2fc30b['push'](_0x2fc30b['shift']());}catch(_0x51fbf7){_0x2fc30b['push'](_0x2fc30b['shift']());}}}(_0x42c0,0xb1eea));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x20cbac(0x195),'fontSize':'Ukuran\x20font','textFormat':'Format\x20teks','bold':_0x20cbac(0x19e),'italic':'Miring','underline':'Garis\x20bawah','strikethrough':'Coret','textColor':_0x20cbac(0x167),'textBackgroundColor':'Warna\x20latar\x20teks','tableBackgroundColor':_0x20cbac(0x196),'tableBorderColor':_0x20cbac(0x190),'borderWidth':'Lebar\x20batas','borderStyle':_0x20cbac(0x186),'border':_0x20cbac(0x15a),'borderStyleSolid':'Garis\x20penuh','borderStyleDash':_0x20cbac(0x170),'borderStyleDot':_0x20cbac(0x16c),'borderStyleDashDot':_0x20cbac(0x1a5),'noBorder':_0x20cbac(0x17a),'borderPresetAll':_0x20cbac(0x18e),'borderPresetInner':_0x20cbac(0x15c),'borderPresetOuter':_0x20cbac(0x18b),'borderPresetTop':_0x20cbac(0x18d),'borderPresetBottom':'Batas\x20bawah','borderPresetLeft':_0x20cbac(0x185),'borderPresetRight':_0x20cbac(0x189),'borderPresetInnerHorizontal':_0x20cbac(0x15f),'borderPresetInnerVertical':_0x20cbac(0x18c),'none':_0x20cbac(0x161),'horizontalAlign':_0x20cbac(0x187),'verticalAlign':_0x20cbac(0x16d),'alignLeft':_0x20cbac(0x16b),'alignCenter':_0x20cbac(0x19d),'alignRight':_0x20cbac(0x19c),'alignJustify':'Rata\x20kiri\x20kanan','alignTop':_0x20cbac(0x17c),'alignMiddle':'Rata\x20tengah\x20vertikal','alignBottom':_0x20cbac(0x1a7),'mergeCells':_0x20cbac(0x188),'unmergeCells':_0x20cbac(0x180),'tableTheme':_0x20cbac(0x183),'tableLook':'Tampilan\x20tabel','headerRow':'Baris\x20header','footerRow':_0x20cbac(0x192),'bandedRows':'Baris\x20berpita','bandedColumns':_0x20cbac(0x178),'firstColumn':'Kolom\x20pertama','lastColumn':_0x20cbac(0x1a1),'bestMatch':'Kecocokan\x20terbaik','light':_0x20cbac(0x16f),'medium':_0x20cbac(0x164),'minimal':'Minimal'},'shapePanel':{'fill':{'noFill':_0x20cbac(0x17f),'solidFill':_0x20cbac(0x17b),'gradientFill':_0x20cbac(0x16a),'pictureFill':_0x20cbac(0x193),'color':_0x20cbac(0x172),'transparency':_0x20cbac(0x166),'picture':{'source':_0x20cbac(0x198),'insert':_0x20cbac(0x173)}}},'structuralControls':{'selectRow':_0x20cbac(0x1a6),'selectColumn':_0x20cbac(0x182),'selectTable':'Pilih\x20tabel','insertRow':_0x20cbac(0x174),'insertColumn':_0x20cbac(0x163),'moveRow':_0x20cbac(0x175),'moveColumn':'Pindahkan\x20kolom','moveRows':'Pindahkan\x20baris','moveColumns':_0x20cbac(0x165),'cannotMoveMergedRows':'Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','cannotMoveMergedColumns':_0x20cbac(0x171)},'contextMenu':{'insert':_0x20cbac(0x15b),'delete':_0x20cbac(0x17d),'distribute':_0x20cbac(0x162),'borders':_0x20cbac(0x15a),'tableBackgroundColor':'Warna\x20latar\x20belakang\x20tabel','copy':_0x20cbac(0x19a),'cut':_0x20cbac(0x194),'deleteTable':_0x20cbac(0x15e),'insertRowAbove':'Sisipkan\x20baris\x20di\x20atas','insertRowBelow':_0x20cbac(0x1a9),'insertColumnLeft':_0x20cbac(0x184),'insertColumnRight':_0x20cbac(0x1a2),'deleteRow':_0x20cbac(0x1a0),'deleteColumn':_0x20cbac(0x199),'distributeRows':'Distribusikan\x20baris','distributeColumns':'Distribusikan\x20kolom','borderAll':_0x20cbac(0x18e),'borderOuter':_0x20cbac(0x18b),'borderInner':_0x20cbac(0x18a),'borderNone':_0x20cbac(0x17a)},'colorPreset':{'resetColor':_0x20cbac(0x169),'white':_0x20cbac(0x15d),'gray100':'Abu-abu\x20100','primary100':_0x20cbac(0x18f),'blue100':'Biru\x20100','green100':'Hijau\x20100','yellow100':_0x20cbac(0x177),'red100':_0x20cbac(0x179),'gray900':_0x20cbac(0x159),'gray500':_0x20cbac(0x17e),'red600':_0x20cbac(0x19f),'orange600':_0x20cbac(0x16e),'yellow700':'Kuning\x20700','green600':_0x20cbac(0x197),'blue600':_0x20cbac(0x168),'purple600':'Ungu\x20600'}}};function _0x640e(_0x6c268e,_0x53d7a4){_0x6c268e=_0x6c268e-0x159;const _0x42c062=_0x42c0();let _0x640e3d=_0x42c062[_0x6c268e];return _0x640e3d;}export{e as default};function _0x42c0(){const _0x52fe46=['Tanpa\x20isian','Pisahkan\x20sel','66qTcrWk','Pilih\x20kolom','Tema\x20tabel','Sisipkan\x20kolom\x20di\x20kiri','Batas\x20kiri','Gaya\x20batas','Perataan\x20horizontal','Gabungkan\x20sel','Batas\x20kanan','Batas\x20bagian\x20dalam','Batas\x20luar','Batas\x20vertikal\x20dalam','Batas\x20atas','Semua\x20batas','Utama\x20100','Warna\x20batas\x20tabel','1252726VvnQyf','Baris\x20footer','Isian\x20gambar\x20atau\x20tekstur','Potong','Font','Warna\x20latar\x20tabel','Hijau\x20600','Sumber\x20Gambar','Hapus\x20kolom','Salin','25101360FMDLzS','Rata\x20kanan','Rata\x20tengah','Tebal','Merah\x20600','Hapus\x20baris','Kolom\x20terakhir','Sisipkan\x20kolom\x20di\x20kanan','364852jPBbyj','3zxLyum','Garis-titik','Pilih\x20baris','Rata\x20bawah','2851704pHRAlt','Sisipkan\x20baris\x20di\x20bawah','252940TtPtNE','7qdhTlF','Abu-abu\x20900','Batas','Sisipkan','Batas\x20dalam','Putih','Hapus\x20tabel','Batas\x20horizontal\x20dalam','603675zEmRCC','Tidak\x20ada','Distribusikan','Sisipkan\x20kolom','Sedang','Pindahkan\x20kolom','Transparansi','Warna\x20teks','Biru\x20600','Atur\x20ulang\x20warna','Isian\x20gradien','Rata\x20kiri','Titik-titik','Perataan\x20vertikal','Oranye\x20600','Terang','Putus-putus','Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan','Warna','Sisipkan\x20Gambar','Sisipkan\x20baris','Pindahkan\x20baris','2092124WcwdIG','Kuning\x20100','Kolom\x20berpita','Merah\x20100','Tanpa\x20batas','Isian\x20solid','Rata\x20atas','Hapus','Abu-abu\x20500'];_0x42c0=function(){return _0x52fe46;};return _0x42c0();}
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 +1 @@
1
- const _0x31acb2=_0x2a09;function _0x2a09(_0x2b0488,_0x15d673){_0x2b0488=_0x2b0488-0x1ec;const _0x2cdfc8=_0x2cdf();let _0x2a0954=_0x2cdfc8[_0x2b0488];return _0x2a0954;}(function(_0x2de97c,_0x341f25){const _0x65de1d=_0x2a09,_0x31c233=_0x2de97c();while(!![]){try{const _0x50e5d4=parseInt(_0x65de1d(0x249))/0x1+parseInt(_0x65de1d(0x227))/0x2+parseInt(_0x65de1d(0x1f1))/0x3*(parseInt(_0x65de1d(0x240))/0x4)+-parseInt(_0x65de1d(0x20e))/0x5*(parseInt(_0x65de1d(0x1f0))/0x6)+parseInt(_0x65de1d(0x21b))/0x7+-parseInt(_0x65de1d(0x234))/0x8*(parseInt(_0x65de1d(0x22c))/0x9)+-parseInt(_0x65de1d(0x219))/0xa*(parseInt(_0x65de1d(0x230))/0xb);if(_0x50e5d4===_0x341f25)break;else _0x31c233['push'](_0x31c233['shift']());}catch(_0x24505e){_0x31c233['push'](_0x31c233['shift']());}}}(_0x2cdf,0xa1df3));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x31acb2(0x1ff),'fontSize':_0x31acb2(0x21f),'textFormat':_0x31acb2(0x241),'bold':_0x31acb2(0x231),'italic':_0x31acb2(0x23b),'underline':_0x31acb2(0x1fc),'strikethrough':_0x31acb2(0x216),'textColor':_0x31acb2(0x1ec),'textBackgroundColor':_0x31acb2(0x228),'tableBackgroundColor':'Colore\x20sfondo\x20tabella','tableBorderColor':'Colore\x20bordo\x20tabella','borderWidth':_0x31acb2(0x222),'borderStyle':_0x31acb2(0x1f3),'border':_0x31acb2(0x233),'borderStyleSolid':_0x31acb2(0x207),'borderStyleDash':_0x31acb2(0x224),'borderStyleDot':_0x31acb2(0x220),'borderStyleDashDot':_0x31acb2(0x1ee),'noBorder':_0x31acb2(0x21d),'borderPresetAll':_0x31acb2(0x23f),'borderPresetInner':_0x31acb2(0x20f),'borderPresetOuter':_0x31acb2(0x1f6),'borderPresetTop':'Bordo\x20superiore','borderPresetBottom':_0x31acb2(0x204),'borderPresetLeft':_0x31acb2(0x208),'borderPresetRight':'Bordo\x20destro','borderPresetInnerHorizontal':_0x31acb2(0x209),'borderPresetInnerVertical':'Bordo\x20verticale\x20interno','none':'Nessuno','horizontalAlign':_0x31acb2(0x20d),'verticalAlign':'Allineamento\x20verticale','alignLeft':_0x31acb2(0x202),'alignCenter':_0x31acb2(0x235),'alignRight':_0x31acb2(0x24a),'alignJustify':_0x31acb2(0x218),'alignTop':_0x31acb2(0x247),'alignMiddle':_0x31acb2(0x24b),'alignBottom':'Allinea\x20in\x20basso','mergeCells':_0x31acb2(0x243),'unmergeCells':_0x31acb2(0x22e),'tableTheme':_0x31acb2(0x21a),'tableLook':_0x31acb2(0x21c),'headerRow':_0x31acb2(0x238),'footerRow':_0x31acb2(0x236),'bandedRows':_0x31acb2(0x232),'bandedColumns':'Colonne\x20alternate','firstColumn':_0x31acb2(0x21e),'lastColumn':_0x31acb2(0x23e),'bestMatch':_0x31acb2(0x23d),'light':_0x31acb2(0x20a),'medium':_0x31acb2(0x1ed),'minimal':_0x31acb2(0x22b)},'shapePanel':{'fill':{'noFill':'Nessun\x20riempimento','solidFill':'Riempimento\x20solido','gradientFill':_0x31acb2(0x226),'pictureFill':'Riempimento\x20immagine\x20o\x20texture','color':_0x31acb2(0x23c),'transparency':_0x31acb2(0x1f5),'picture':{'source':_0x31acb2(0x229),'insert':'Inserisci\x20immagine'}}},'structuralControls':{'selectRow':_0x31acb2(0x215),'selectColumn':_0x31acb2(0x239),'selectTable':'Seleziona\x20tabella','insertRow':_0x31acb2(0x213),'insertColumn':_0x31acb2(0x217),'moveRow':_0x31acb2(0x244),'moveColumn':_0x31acb2(0x22a),'moveRows':_0x31acb2(0x20b),'moveColumns':_0x31acb2(0x20c),'cannotMoveMergedRows':_0x31acb2(0x242),'cannotMoveMergedColumns':_0x31acb2(0x206)},'contextMenu':{'insert':'Inserisci','delete':_0x31acb2(0x1fb),'distribute':_0x31acb2(0x1f7),'borders':_0x31acb2(0x200),'tableBackgroundColor':_0x31acb2(0x210),'copy':_0x31acb2(0x1fe),'cut':_0x31acb2(0x245),'deleteTable':_0x31acb2(0x211),'insertRowAbove':'Inserisci\x20riga\x20sopra','insertRowBelow':_0x31acb2(0x1ef),'insertColumnLeft':_0x31acb2(0x203),'insertColumnRight':_0x31acb2(0x1f9),'deleteRow':_0x31acb2(0x22d),'deleteColumn':_0x31acb2(0x223),'distributeRows':'Distribuisci\x20righe','distributeColumns':_0x31acb2(0x1f8),'borderAll':_0x31acb2(0x23f),'borderOuter':_0x31acb2(0x225),'borderInner':_0x31acb2(0x20f),'borderNone':_0x31acb2(0x21d)},'colorPreset':{'resetColor':_0x31acb2(0x1fd),'white':_0x31acb2(0x248),'gray100':_0x31acb2(0x1f2),'primary100':_0x31acb2(0x201),'blue100':_0x31acb2(0x212),'green100':_0x31acb2(0x246),'yellow100':_0x31acb2(0x23a),'red100':_0x31acb2(0x221),'gray900':'Grigio\x20900','gray500':_0x31acb2(0x22f),'red600':_0x31acb2(0x214),'orange600':_0x31acb2(0x205),'yellow700':_0x31acb2(0x1fa),'green600':_0x31acb2(0x237),'blue600':_0x31acb2(0x1f4),'purple600':'Viola\x20600'}}};export{e as default};function _0x2cdf(){const _0xb88acb=['Carattere','Bordi','Primario\x20100','Allinea\x20a\x20sinistra','Inserisci\x20colonna\x20a\x20sinistra','Bordo\x20inferiore','Arancione\x20600','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','Continuo','Bordo\x20sinistro','Bordo\x20orizzontale\x20interno','Chiaro','Sposta\x20righe','Sposta\x20colonne','Allineamento\x20orizzontale','373165oyzrqy','Bordi\x20interni','Colore\x20di\x20sfondo\x20della\x20tabella','Elimina\x20tabella','Blu\x20100','Inserisci\x20riga','Rosso\x20600','Seleziona\x20riga','Barrato','Inserisci\x20colonna','Giustifica','76360UyWQGX','Tema\x20tabella','4247124sZkpon','Aspetto\x20tabella','Nessun\x20bordo','Prima\x20colonna','Dimensione\x20carattere','Punteggiato','Rosso\x20100','Spessore\x20bordo','Elimina\x20colonna','Tratteggiato','Bordi\x20esterni','Riempimento\x20gradiente','1536824yuQFIh','Colore\x20sfondo\x20testo','Origine\x20immagine','Sposta\x20colonna','Minimo','9TPKiTJ','Elimina\x20riga','Separa\x20celle','Grigio\x20500','1298hticLg','Grassetto','Righe\x20alternate','Bordo','7693688bCRImb','Allinea\x20al\x20centro','Riga\x20piè\x20di\x20pagina','Verde\x20600','Riga\x20intestazione','Seleziona\x20colonna','Giallo\x20100','Corsivo','Colore','Corrispondenza\x20migliore','Ultima\x20colonna','Tutti\x20i\x20bordi','376zckSgm','Formato\x20testo','Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','Unisci\x20celle','Sposta\x20riga','Taglia','Verde\x20100','Allinea\x20in\x20alto','Bianco','406429nToJeX','Allinea\x20a\x20destra','Allinea\x20al\x20centro\x20verticalmente','Colore\x20testo','Media','Tratto-punto','Inserisci\x20riga\x20sotto','30ShyzaK','35661bVGLhf','Grigio\x20100','Stile\x20bordo','Blu\x20600','Trasparenza','Bordo\x20esterno','Distribuisci','Distribuisci\x20colonne','Inserisci\x20colonna\x20a\x20destra','Giallo\x20700','Elimina','Sottolineato','Reimposta\x20colore','Copia'];_0x2cdf=function(){return _0xb88acb;};return _0x2cdf();}
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 +1 @@
1
- const _0x1f75b1=_0x1b08;(function(_0x559964,_0x55effd){const _0x5d7566=_0x1b08,_0x3b25d8=_0x559964();while(!![]){try{const _0x54eaa1=-parseInt(_0x5d7566(0xa3))/0x1+-parseInt(_0x5d7566(0x9b))/0x2*(-parseInt(_0x5d7566(0xa5))/0x3)+parseInt(_0x5d7566(0xae))/0x4*(parseInt(_0x5d7566(0xbe))/0x5)+-parseInt(_0x5d7566(0x84))/0x6+parseInt(_0x5d7566(0xab))/0x7+-parseInt(_0x5d7566(0xa8))/0x8+parseInt(_0x5d7566(0xa9))/0x9;if(_0x54eaa1===_0x55effd)break;else _0x3b25d8['push'](_0x3b25d8['shift']());}catch(_0x26f1eb){_0x3b25d8['push'](_0x3b25d8['shift']());}}}(_0xedf0,0x5de7d));function _0x1b08(_0x49cede,_0x15604e){_0x49cede=_0x49cede-0x7b;const _0xedf00b=_0xedf0();let _0x1b084b=_0xedf00b[_0x49cede];return _0x1b084b;}const e={'slides-table-ui':{'editorToolbar':{'fontFamily':'フォント','fontSize':_0x1f75b1(0x9e),'textFormat':_0x1f75b1(0xb3),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':'取り消し線','textColor':_0x1f75b1(0xc3),'textBackgroundColor':'文字の背景色','tableBackgroundColor':_0x1f75b1(0x80),'tableBorderColor':_0x1f75b1(0xb0),'borderWidth':_0x1f75b1(0xc4),'borderStyle':_0x1f75b1(0x82),'border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x1f75b1(0x87),'noBorder':_0x1f75b1(0xac),'borderPresetAll':_0x1f75b1(0xad),'borderPresetInner':'内側の罫線','borderPresetOuter':'外枠','borderPresetTop':_0x1f75b1(0xc6),'borderPresetBottom':_0x1f75b1(0x94),'borderPresetLeft':_0x1f75b1(0x95),'borderPresetRight':_0x1f75b1(0x81),'borderPresetInnerHorizontal':_0x1f75b1(0xc2),'borderPresetInnerVertical':_0x1f75b1(0xb8),'none':'なし','horizontalAlign':'水平方向の配置','verticalAlign':_0x1f75b1(0x8a),'alignLeft':_0x1f75b1(0xbb),'alignCenter':_0x1f75b1(0x96),'alignRight':_0x1f75b1(0xc5),'alignJustify':_0x1f75b1(0x9c),'alignTop':_0x1f75b1(0xa7),'alignMiddle':_0x1f75b1(0x96),'alignBottom':_0x1f75b1(0x91),'mergeCells':_0x1f75b1(0x9f),'unmergeCells':_0x1f75b1(0xb7),'tableTheme':_0x1f75b1(0x8d),'tableLook':_0x1f75b1(0xb4),'headerRow':_0x1f75b1(0x8f),'footerRow':_0x1f75b1(0xb9),'bandedRows':_0x1f75b1(0xba),'bandedColumns':_0x1f75b1(0xa6),'firstColumn':'最初の列','lastColumn':_0x1f75b1(0x97),'bestMatch':_0x1f75b1(0xc8),'light':_0x1f75b1(0x99),'medium':'中','minimal':'最小'},'shapePanel':{'fill':{'noFill':_0x1f75b1(0xaa),'solidFill':'単色塗りつぶし','gradientFill':_0x1f75b1(0x9a),'pictureFill':_0x1f75b1(0xb6),'color':'色','transparency':_0x1f75b1(0x83),'picture':{'source':'画像ソース','insert':_0x1f75b1(0x8e)}}},'structuralControls':{'selectRow':_0x1f75b1(0xa4),'selectColumn':_0x1f75b1(0x7b),'selectTable':_0x1f75b1(0xa0),'insertRow':_0x1f75b1(0xb5),'insertColumn':_0x1f75b1(0xa2),'moveRow':_0x1f75b1(0x90),'moveColumn':_0x1f75b1(0x89),'moveRows':_0x1f75b1(0x90),'moveColumns':_0x1f75b1(0x89),'cannotMoveMergedRows':_0x1f75b1(0x7c),'cannotMoveMergedColumns':_0x1f75b1(0x93)},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x1f75b1(0x7d),'borders':'罫線','tableBackgroundColor':_0x1f75b1(0x80),'copy':_0x1f75b1(0x8b),'cut':_0x1f75b1(0x8c),'deleteTable':_0x1f75b1(0xc0),'insertRowAbove':_0x1f75b1(0xb1),'insertRowBelow':_0x1f75b1(0x85),'insertColumnLeft':_0x1f75b1(0x92),'insertColumnRight':_0x1f75b1(0x9d),'deleteRow':_0x1f75b1(0xc1),'deleteColumn':_0x1f75b1(0xaf),'distributeRows':_0x1f75b1(0xa1),'distributeColumns':'列を均等配置','borderAll':_0x1f75b1(0xad),'borderOuter':'外側の罫線','borderInner':_0x1f75b1(0xbf),'borderNone':_0x1f75b1(0xac)},'colorPreset':{'resetColor':_0x1f75b1(0x86),'white':'白','gray100':'グレー\x20100','primary100':_0x1f75b1(0xc7),'blue100':_0x1f75b1(0x88),'green100':_0x1f75b1(0x98),'yellow100':_0x1f75b1(0xb2),'red100':'赤\x20100','gray900':_0x1f75b1(0xbc),'gray500':_0x1f75b1(0x7e),'red600':_0x1f75b1(0x7f),'orange600':_0x1f75b1(0xbd),'yellow700':'黄\x20700','green600':'緑\x20600','blue600':'青\x20600','purple600':'紫\x20600'}}};function _0xedf0(){const _0x1fa522=['内側横罫線','文字色','罫線の太さ','右揃え','上罫線','プライマリ\x20100','最適な組み合わせ','列を選択','結合されたセルをまたいで行を移動することはできません','均等配置','グレー\x20500','赤\x20600','表の背景色','右罫線','罫線のスタイル','透明度','1203486uZBAmw','下に行を挿入','色をリセット','一点鎖線','青\x20100','列を移動','垂直方向の配置','コピー','切り取り','表のテーマ','画像を挿入','見出し行','行を移動','下揃え','左に列を挿入','結合されたセルをまたいで列を移動することはできません','下罫線','左罫線','中央揃え','最後の列','緑\x20100','明るい','グラデーション塗りつぶし','15118kCgENN','両端揃え','右に列を挿入','フォントサイズ','セルを結合','表を選択','行を均等配置','列を挿入','574661oFoZLF','行を選択','111CcKTBl','縞模様の列','上揃え','4110720PJmwjl','4616703hepECh','塗りつぶしなし','3320709FfvWap','罫線なし','すべての罫線','4RTHQMk','列を削除','表の罫線色','上に行を挿入','黄\x20100','テキスト形式','表の外観','行を挿入','図またはテクスチャ塗りつぶし','セルの結合を解除','内側縦罫線','集計行','縞模様の行','左揃え','グレー\x20900','オレンジ\x20600','2033410ypCOtY','内側の罫線','表を削除','行を削除'];_0xedf0=function(){return _0x1fa522;};return _0xedf0();}export{e as default};
1
+ const _0x15e4b5=_0x5541;(function(_0x1c60d0,_0x2eaa3e){const _0x7b0e82=_0x5541,_0x1e2d65=_0x1c60d0();while(!![]){try{const _0x48fabe=-parseInt(_0x7b0e82(0xc8))/0x1*(parseInt(_0x7b0e82(0xc4))/0x2)+-parseInt(_0x7b0e82(0xcd))/0x3*(-parseInt(_0x7b0e82(0xb0))/0x4)+-parseInt(_0x7b0e82(0xa6))/0x5+parseInt(_0x7b0e82(0x96))/0x6+-parseInt(_0x7b0e82(0xd3))/0x7*(parseInt(_0x7b0e82(0x8f))/0x8)+-parseInt(_0x7b0e82(0x8d))/0x9*(parseInt(_0x7b0e82(0xc9))/0xa)+parseInt(_0x7b0e82(0xd1))/0xb*(parseInt(_0x7b0e82(0xa7))/0xc);if(_0x48fabe===_0x2eaa3e)break;else _0x1e2d65['push'](_0x1e2d65['shift']());}catch(_0x172b21){_0x1e2d65['push'](_0x1e2d65['shift']());}}}(_0x5b1f,0xadd20));const e={'slides-table-ui':{'editorToolbar':{'fontFamily':_0x15e4b5(0xcb),'fontSize':'フォントサイズ','textFormat':_0x15e4b5(0xc3),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x15e4b5(0xb7),'textColor':'文字色','textBackgroundColor':'文字の背景色','tableBackgroundColor':'表の背景色','tableBorderColor':'表の罫線色','borderWidth':_0x15e4b5(0xa9),'borderStyle':_0x15e4b5(0xd2),'border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x15e4b5(0x90),'noBorder':_0x15e4b5(0x9f),'borderPresetAll':'すべての罫線','borderPresetInner':_0x15e4b5(0xba),'borderPresetOuter':'外枠','borderPresetTop':_0x15e4b5(0xb3),'borderPresetBottom':_0x15e4b5(0xc6),'borderPresetLeft':'左罫線','borderPresetRight':'右罫線','borderPresetInnerHorizontal':_0x15e4b5(0x94),'borderPresetInnerVertical':_0x15e4b5(0xcc),'none':'なし','horizontalAlign':'水平方向の配置','verticalAlign':'垂直方向の配置','alignLeft':_0x15e4b5(0xae),'alignCenter':_0x15e4b5(0xa1),'alignRight':'右揃え','alignJustify':'両端揃え','alignTop':_0x15e4b5(0xa3),'alignMiddle':_0x15e4b5(0xa1),'alignBottom':'下揃え','mergeCells':_0x15e4b5(0x98),'unmergeCells':_0x15e4b5(0xa8),'tableTheme':_0x15e4b5(0xbc),'tableLook':_0x15e4b5(0xaa),'headerRow':_0x15e4b5(0xc2),'footerRow':'集計行','bandedRows':_0x15e4b5(0xb6),'bandedColumns':_0x15e4b5(0xc5),'firstColumn':_0x15e4b5(0xb1),'lastColumn':'最後の列','bestMatch':_0x15e4b5(0xa0),'light':_0x15e4b5(0x97),'medium':'中','minimal':'最小'},'shapePanel':{'fill':{'noFill':_0x15e4b5(0xd4),'solidFill':_0x15e4b5(0xa5),'gradientFill':_0x15e4b5(0xc7),'pictureFill':_0x15e4b5(0x92),'color':'色','transparency':_0x15e4b5(0xab),'picture':{'source':_0x15e4b5(0xcf),'insert':'画像を挿入'}}},'structuralControls':{'selectRow':_0x15e4b5(0x9b),'selectColumn':_0x15e4b5(0xbb),'selectTable':_0x15e4b5(0x9e),'insertRow':_0x15e4b5(0xbd),'insertColumn':_0x15e4b5(0xad),'moveRow':_0x15e4b5(0xce),'moveColumn':_0x15e4b5(0xa2),'moveRows':_0x15e4b5(0xce),'moveColumns':_0x15e4b5(0xa2),'cannotMoveMergedRows':_0x15e4b5(0xb5),'cannotMoveMergedColumns':'結合されたセルをまたいで列を移動することはできません'},'contextMenu':{'insert':'挿入','delete':'削除','distribute':'均等配置','borders':'罫線','tableBackgroundColor':_0x15e4b5(0x95),'copy':_0x15e4b5(0x91),'cut':_0x15e4b5(0xca),'deleteTable':'表を削除','insertRowAbove':_0x15e4b5(0xac),'insertRowBelow':_0x15e4b5(0xb9),'insertColumnLeft':'左に列を挿入','insertColumnRight':_0x15e4b5(0xb2),'deleteRow':_0x15e4b5(0xaf),'deleteColumn':_0x15e4b5(0xa4),'distributeRows':_0x15e4b5(0xb8),'distributeColumns':'列を均等配置','borderAll':_0x15e4b5(0xbe),'borderOuter':_0x15e4b5(0xc1),'borderInner':_0x15e4b5(0xba),'borderNone':'罫線なし'},'colorPreset':{'resetColor':_0x15e4b5(0x8b),'white':'白','gray100':_0x15e4b5(0xbf),'primary100':'プライマリ\x20100','blue100':_0x15e4b5(0xd0),'green100':'緑\x20100','yellow100':_0x15e4b5(0x9c),'red100':_0x15e4b5(0x8e),'gray900':_0x15e4b5(0x93),'gray500':'グレー\x20500','red600':_0x15e4b5(0x9d),'orange600':_0x15e4b5(0xc0),'yellow700':_0x15e4b5(0x9a),'green600':_0x15e4b5(0xb4),'blue600':_0x15e4b5(0x99),'purple600':_0x15e4b5(0x8c)}}};function _0x5541(_0x44ff28,_0x2908c3){_0x44ff28=_0x44ff28-0x8b;const _0x5b1fc7=_0x5b1f();let _0x5541b0=_0x5b1fc7[_0x44ff28];return _0x5541b0;}function _0x5b1f(){const _0x21c87e=['赤\x20100','16136IvAUIc','一点鎖線','コピー','図またはテクスチャ塗りつぶし','グレー\x20900','内側横罫線','表の背景色','3639210usqJEU','明るい','セルを結合','青\x20600','黄\x20700','行を選択','黄\x20100','赤\x20600','表を選択','罫線なし','最適な組み合わせ','中央揃え','列を移動','上揃え','列を削除','単色塗りつぶし','3735025dSrwEE','12GKeHxc','セルの結合を解除','罫線の太さ','表の外観','透明度','上に行を挿入','列を挿入','左揃え','行を削除','4992068dntfEi','最初の列','右に列を挿入','上罫線','緑\x20600','結合されたセルをまたいで行を移動することはできません','縞模様の行','取り消し線','行を均等配置','下に行を挿入','内側の罫線','列を選択','表のテーマ','行を挿入','すべての罫線','グレー\x20100','オレンジ\x20600','外側の罫線','見出し行','テキスト形式','46anJVtQ','縞模様の列','下罫線','グラデーション塗りつぶし','12162qIoKwe','40820trBUjn','切り取り','フォント','内側縦罫線','3oUEjHv','行を移動','画像ソース','青\x20100','24048299nAYyFy','罫線のスタイル','3626WompKZ','塗りつぶしなし','色をリセット','紫\x20600','2772VgrZMo'];_0x5b1f=function(){return _0x21c87e;};return _0x5b1f();}export{e as default};