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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/README.md +4 -2
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/index.js +1 -1
  23. package/lib/es/locale/ar-SA.js +1 -1
  24. package/lib/es/locale/ca-ES.js +1 -1
  25. package/lib/es/locale/de-DE.js +1 -1
  26. package/lib/es/locale/en-US.js +1 -1
  27. package/lib/es/locale/es-ES.js +1 -1
  28. package/lib/es/locale/fa-IR.js +1 -1
  29. package/lib/es/locale/fr-FR.js +1 -1
  30. package/lib/es/locale/id-ID.js +1 -1
  31. package/lib/es/locale/it-IT.js +1 -1
  32. package/lib/es/locale/ja-JP.js +1 -1
  33. package/lib/es/locale/ko-KR.js +1 -1
  34. package/lib/es/locale/pl-PL.js +1 -1
  35. package/lib/es/locale/pt-BR.js +1 -1
  36. package/lib/es/locale/ru-RU.js +1 -1
  37. package/lib/es/locale/sk-SK.js +1 -1
  38. package/lib/es/locale/vi-VN.js +1 -1
  39. package/lib/es/locale/zh-CN.js +1 -1
  40. package/lib/es/locale/zh-HK.js +1 -1
  41. package/lib/es/locale/zh-TW.js +1 -1
  42. package/lib/index.css +184 -0
  43. package/lib/index.js +1 -1
  44. package/lib/locale/ar-SA.js +1 -1
  45. package/lib/locale/ca-ES.js +1 -1
  46. package/lib/locale/de-DE.js +1 -1
  47. package/lib/locale/en-US.js +1 -1
  48. package/lib/locale/es-ES.js +1 -1
  49. package/lib/locale/fa-IR.js +1 -1
  50. package/lib/locale/fr-FR.js +1 -1
  51. package/lib/locale/id-ID.js +1 -1
  52. package/lib/locale/it-IT.js +1 -1
  53. package/lib/locale/ja-JP.js +1 -1
  54. package/lib/locale/ko-KR.js +1 -1
  55. package/lib/locale/pl-PL.js +1 -1
  56. package/lib/locale/pt-BR.js +1 -1
  57. package/lib/locale/ru-RU.js +1 -1
  58. package/lib/locale/sk-SK.js +1 -1
  59. package/lib/locale/vi-VN.js +1 -1
  60. package/lib/locale/zh-CN.js +1 -1
  61. package/lib/locale/zh-HK.js +1 -1
  62. package/lib/locale/zh-TW.js +1 -1
  63. package/lib/types/commands/operations/table-contextmenu.operation.d.ts +22 -36
  64. package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +9 -4
  65. package/lib/types/index.d.ts +28 -8
  66. package/lib/types/locale/en-US.d.ts +17 -0
  67. package/lib/types/menu/contextmenu.menu.d.ts +0 -3
  68. package/lib/types/render-objects/slide-table-document-render-resources.util.d.ts +42 -0
  69. package/lib/types/render-objects/slide-table-document-text-render.util.d.ts +26 -0
  70. package/lib/types/render-objects/slide-table-object.d.ts +127 -0
  71. package/lib/types/services/slide-table-cell-editor.service.d.ts +50 -0
  72. package/lib/types/services/slide-table-keyboard.service.d.ts +7 -21
  73. package/lib/types/services/table-keyboard.service-base.d.ts +18 -0
  74. package/lib/types/utils/slide-table-clipboard-model.d.ts +7 -0
  75. package/lib/types/utils/slide-table-contextmenu-model.d.ts +69 -0
  76. package/lib/types/utils/slide-table-editor-model.d.ts +78 -0
  77. package/lib/types/utils/slide-table-keyboard-input.d.ts +13 -0
  78. package/lib/types/utils/slide-table-keyboard-model.d.ts +43 -0
  79. package/lib/types/utils/slide-table-object-selection-model.d.ts +7 -0
  80. package/lib/types/utils/slide-table-structural-insert.util.d.ts +15 -0
  81. package/lib/types/utils/slide-table-toolbar-model.d.ts +17 -0
  82. package/lib/types/utils/slide-table-toolbar-shared-model.d.ts +70 -0
  83. package/lib/types/utils/slide-table-toolbar-values.d.ts +33 -0
  84. package/lib/types/views/TableThemeGallery.d.ts +10 -0
  85. package/lib/umd/index.js +1 -1
  86. package/lib/umd/locale/ar-SA.js +1 -1
  87. package/lib/umd/locale/ca-ES.js +1 -1
  88. package/lib/umd/locale/de-DE.js +1 -1
  89. package/lib/umd/locale/en-US.js +1 -1
  90. package/lib/umd/locale/es-ES.js +1 -1
  91. package/lib/umd/locale/fa-IR.js +1 -1
  92. package/lib/umd/locale/fr-FR.js +1 -1
  93. package/lib/umd/locale/id-ID.js +1 -1
  94. package/lib/umd/locale/it-IT.js +1 -1
  95. package/lib/umd/locale/ja-JP.js +1 -1
  96. package/lib/umd/locale/ko-KR.js +1 -1
  97. package/lib/umd/locale/pl-PL.js +1 -1
  98. package/lib/umd/locale/pt-BR.js +1 -1
  99. package/lib/umd/locale/ru-RU.js +1 -1
  100. package/lib/umd/locale/sk-SK.js +1 -1
  101. package/lib/umd/locale/vi-VN.js +1 -1
  102. package/lib/umd/locale/zh-CN.js +1 -1
  103. package/lib/umd/locale/zh-HK.js +1 -1
  104. package/lib/umd/locale/zh-TW.js +1 -1
  105. package/package.json +17 -18
  106. /package/lib/types/{views → utils}/slide-table-hit-test.d.ts +0 -0
@@ -1 +1 @@
1
- (function(_0x3e92a5,_0x12068f){var _0x2c04c8=_0xd226,_0x34794a=_0x3e92a5();while(!![]){try{var _0x5e3de1=parseInt(_0x2c04c8(0xba))/0x1*(-parseInt(_0x2c04c8(0xbf))/0x2)+-parseInt(_0x2c04c8(0xc4))/0x3*(parseInt(_0x2c04c8(0x95))/0x4)+parseInt(_0x2c04c8(0x85))/0x5+-parseInt(_0x2c04c8(0x9d))/0x6*(parseInt(_0x2c04c8(0x7f))/0x7)+parseInt(_0x2c04c8(0x93))/0x8*(parseInt(_0x2c04c8(0x96))/0x9)+-parseInt(_0x2c04c8(0xa8))/0xa+parseInt(_0x2c04c8(0x8b))/0xb;if(_0x5e3de1===_0x12068f)break;else _0x34794a['push'](_0x34794a['shift']());}catch(_0x40051d){_0x34794a['push'](_0x34794a['shift']());}}}(_0x3827,0x840e2),function(_0x3a822f,_0x5067bc){var _0xe8c4b2=_0xd226;typeof exports==_0xe8c4b2(0xa7)&&typeof module<'u'?module[_0xe8c4b2(0xc5)]=_0x5067bc():typeof define==_0xe8c4b2(0x91)&&define[_0xe8c4b2(0x7e)]?define([],_0x5067bc):(_0x3a822f=typeof globalThis<'u'?globalThis:_0x3a822f||self,_0x3a822f[_0xe8c4b2(0xa6)]=_0x5067bc());}(this,function(){var _0x6359be=_0xd226;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x6359be(0x9c),'fontSize':'حجم\x20الخط','textColor':_0x6359be(0xc1),'textBackgroundColor':'لون\x20خلفية\x20النص','tableBackgroundColor':_0x6359be(0xc6),'tableBorderColor':_0x6359be(0x80),'borderWidth':_0x6359be(0x83),'borderStyle':_0x6359be(0x90),'border':'الحد','borderStyleSolid':'صلب','borderStyleDash':_0x6359be(0xbd),'borderStyleDot':_0x6359be(0x87),'borderStyleDashDot':_0x6359be(0x94),'noBorder':_0x6359be(0xae),'borderPresetAll':'كل\x20الحدود','borderPresetInner':'الحدود\x20الداخلية','borderPresetOuter':'الحد\x20الخارجي','borderPresetTop':_0x6359be(0x8a),'borderPresetBottom':_0x6359be(0x99),'borderPresetLeft':_0x6359be(0xa5),'borderPresetRight':_0x6359be(0xb0),'borderPresetInnerHorizontal':_0x6359be(0xb1),'borderPresetInnerVertical':'الحد\x20العمودي\x20الداخلي','none':_0x6359be(0xc0),'horizontalAlign':_0x6359be(0x86),'verticalAlign':_0x6359be(0x9f),'alignLeft':_0x6359be(0x8d),'alignCenter':_0x6359be(0xb9),'alignRight':'محاذاة\x20لليمين','alignJustify':_0x6359be(0xa1),'alignTop':_0x6359be(0xb6),'alignMiddle':_0x6359be(0xb7),'alignBottom':_0x6359be(0x9b),'mergeCells':_0x6359be(0x97),'unmergeCells':'إلغاء\x20دمج\x20الخلايا'},'shapePanel':{'fill':{'noFill':'بدون\x20تعبئة','solidFill':'تعبئة\x20صلبة','gradientFill':_0x6359be(0x8f),'pictureFill':_0x6359be(0x84),'color':_0x6359be(0xb3),'transparency':_0x6359be(0x92),'picture':{'source':_0x6359be(0xbe),'insert':'إدراج\x20صورة'}}},'structuralControls':{'selectRow':_0x6359be(0xa0),'selectColumn':'Select\x20column','selectTable':_0x6359be(0xaa),'insertRow':'Insert\x20row','insertColumn':_0x6359be(0xb8),'moveRow':_0x6359be(0xcc),'moveColumn':_0x6359be(0xab),'moveRows':'Move\x20rows','moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x6359be(0x8c),'cannotMoveMergedColumns':_0x6359be(0x98)},'contextMenu':{'insert':'Insert','delete':_0x6359be(0xbc),'distribute':'Distribute','borders':_0x6359be(0xc9),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x6359be(0x88),'cut':_0x6359be(0xa9),'deleteTable':_0x6359be(0xcb),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':_0x6359be(0xb5),'insertColumnLeft':_0x6359be(0x81),'insertColumnRight':_0x6359be(0xac),'deleteRow':'Delete\x20row','deleteColumn':_0x6359be(0xa4),'distributeRows':_0x6359be(0xad),'distributeColumns':_0x6359be(0x9a),'borderAll':_0x6359be(0xc3),'borderOuter':'Outer\x20borders','borderInner':_0x6359be(0xc2),'borderNone':_0x6359be(0xaf)},'colorPreset':{'resetColor':_0x6359be(0xca),'white':_0x6359be(0x7d),'gray100':_0x6359be(0x9e),'primary100':_0x6359be(0x82),'blue100':_0x6359be(0xb4),'green100':_0x6359be(0xc7),'yellow100':'Yellow\x20100','red100':_0x6359be(0x8e),'gray900':_0x6359be(0xb2),'gray500':_0x6359be(0xa3),'red600':_0x6359be(0xc8),'orange600':_0x6359be(0xbb),'yellow700':'Yellow\x20700','green600':_0x6359be(0xa2),'blue600':_0x6359be(0x89),'purple600':_0x6359be(0x7c)}}};}));function _0xd226(_0x41fc37,_0xd86985){_0x41fc37=_0x41fc37-0x7c;var _0x382790=_0x3827();var _0xd22636=_0x382790[_0x41fc37];return _0xd22636;}function _0x3827(){var _0x2f7c68=['Purple\x20600','White','amd','1106aLwdyk','لون\x20حد\x20الجدول','Insert\x20column\x20left','Primary\x20100','عرض\x20الحد','تعبئة\x20صورة\x20أو\x20نسيج','926690PMAuMa','محاذاة\x20أفقية','منقط','Copy','Blue\x20600','الحد\x20العلوي','29525661dGmcjE','Cannot\x20move\x20rows\x20across\x20merged\x20cells','محاذاة\x20لليسار','Red\x20100','تعبئة\x20متدرجة','نمط\x20الحد','function','الشفافية','552fDtKtI','شرطة\x20ونقطة','44jJcyLP','7767wYPAwV','دمج\x20الخلايا','Cannot\x20move\x20columns\x20across\x20merged\x20cells','الحد\x20السفلي','Distribute\x20columns','محاذاة\x20للأسفل','الخط','27252glkdrx','Gray\x20100','محاذاة\x20عمودية','Select\x20row','ضبط','Green\x20600','Gray\x20500','Delete\x20column','الحد\x20الأيسر','UniverProSlidesTableUiArSA','object','3139790sfNRVP','Cut','Select\x20table','Move\x20column','Insert\x20column\x20right','Distribute\x20rows','بلا\x20حدود','No\x20border','الحد\x20الأيمن','الحد\x20الأفقي\x20الداخلي','Gray\x20900','اللون','Blue\x20100','Insert\x20row\x20below','محاذاة\x20للأعلى','محاذاة\x20للوسط\x20عموديًا','Insert\x20column','محاذاة\x20للوسط','424361QSglCz','Orange\x20600','Delete','متقطع','مصدر\x20الصورة','2EdKIod','لا\x20شيء','لون\x20النص','Inner\x20borders','All\x20borders','254226viLZzt','exports','لون\x20خلفية\x20الجدول','Green\x20100','Red\x20600','Borders','Reset\x20color','Delete\x20table','Move\x20row'];_0x3827=function(){return _0x2f7c68;};return _0x3827();}
1
+ function _0xcee5(_0x432ca3,_0x126aa2){_0x432ca3=_0x432ca3-0x7b;var _0x41b11b=_0x41b1();var _0xcee56c=_0x41b11b[_0x432ca3];return _0xcee56c;}(function(_0x37c4b5,_0x35ef9e){var _0xe6e73c=_0xcee5,_0x1862c4=_0x37c4b5();while(!![]){try{var _0xbb2380=-parseInt(_0xe6e73c(0x8d))/0x1+-parseInt(_0xe6e73c(0x85))/0x2+-parseInt(_0xe6e73c(0x91))/0x3*(parseInt(_0xe6e73c(0x87))/0x4)+-parseInt(_0xe6e73c(0xc0))/0x5+parseInt(_0xe6e73c(0xac))/0x6+parseInt(_0xe6e73c(0xcf))/0x7+-parseInt(_0xe6e73c(0x8f))/0x8*(-parseInt(_0xe6e73c(0xc5))/0x9);if(_0xbb2380===_0x35ef9e)break;else _0x1862c4['push'](_0x1862c4['shift']());}catch(_0xb2d2d8){_0x1862c4['push'](_0x1862c4['shift']());}}}(_0x41b1,0xbebde),function(_0x54425f,_0x30e240){var _0x3cc545=_0xcee5;typeof exports==_0x3cc545(0xb8)&&typeof module<'u'?module['exports']=_0x30e240():typeof define==_0x3cc545(0xd5)&&define[_0x3cc545(0x7b)]?define([],_0x30e240):(_0x54425f=typeof globalThis<'u'?globalThis:_0x54425f||self,_0x54425f[_0x3cc545(0x7d)]=_0x30e240());}(this,function(){var _0x4f6bf3=_0xcee5;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4f6bf3(0xa6),'fontSize':_0x4f6bf3(0xae),'textFormat':_0x4f6bf3(0xc8),'bold':_0x4f6bf3(0x9c),'italic':'مائل','underline':_0x4f6bf3(0x9a),'strikethrough':_0x4f6bf3(0xd4),'textColor':_0x4f6bf3(0xc3),'textBackgroundColor':_0x4f6bf3(0xd3),'tableBackgroundColor':_0x4f6bf3(0x8b),'tableBorderColor':_0x4f6bf3(0x9e),'borderWidth':_0x4f6bf3(0x84),'borderStyle':_0x4f6bf3(0xb6),'border':'الحد','borderStyleSolid':_0x4f6bf3(0xd2),'borderStyleDash':_0x4f6bf3(0xaf),'borderStyleDot':_0x4f6bf3(0xbd),'borderStyleDashDot':'شرطة\x20ونقطة','noBorder':_0x4f6bf3(0xa7),'borderPresetAll':'كل\x20الحدود','borderPresetInner':'الحدود\x20الداخلية','borderPresetOuter':_0x4f6bf3(0x80),'borderPresetTop':'الحد\x20العلوي','borderPresetBottom':_0x4f6bf3(0xca),'borderPresetLeft':'الحد\x20الأيسر','borderPresetRight':_0x4f6bf3(0xb1),'borderPresetInnerHorizontal':_0x4f6bf3(0xb2),'borderPresetInnerVertical':_0x4f6bf3(0xa1),'none':_0x4f6bf3(0x81),'horizontalAlign':_0x4f6bf3(0x99),'verticalAlign':_0x4f6bf3(0xc1),'alignLeft':'محاذاة\x20لليسار','alignCenter':_0x4f6bf3(0xcb),'alignRight':_0x4f6bf3(0x9d),'alignJustify':'ضبط','alignTop':_0x4f6bf3(0x96),'alignMiddle':_0x4f6bf3(0xbb),'alignBottom':_0x4f6bf3(0x8a),'mergeCells':'دمج\x20الخلايا','unmergeCells':_0x4f6bf3(0x97),'tableTheme':_0x4f6bf3(0x8c),'tableLook':_0x4f6bf3(0x9b),'headerRow':_0x4f6bf3(0xd0),'footerRow':'صف\x20التذييل','bandedRows':_0x4f6bf3(0xaa),'bandedColumns':_0x4f6bf3(0xc9),'firstColumn':_0x4f6bf3(0xb9),'lastColumn':_0x4f6bf3(0x7f),'bestMatch':_0x4f6bf3(0xbc),'light':_0x4f6bf3(0xc2),'medium':_0x4f6bf3(0xcd),'minimal':_0x4f6bf3(0x92)},'shapePanel':{'fill':{'noFill':_0x4f6bf3(0xa9),'solidFill':_0x4f6bf3(0xce),'gradientFill':_0x4f6bf3(0x90),'pictureFill':_0x4f6bf3(0x82),'color':_0x4f6bf3(0xd1),'transparency':_0x4f6bf3(0xcc),'picture':{'source':_0x4f6bf3(0x88),'insert':_0x4f6bf3(0x7e)}}},'structuralControls':{'selectRow':_0x4f6bf3(0xc4),'selectColumn':'تحديد\x20العمود','selectTable':'تحديد\x20الجدول','insertRow':'إدراج\x20صف','insertColumn':_0x4f6bf3(0x83),'moveRow':'نقل\x20صف','moveColumn':_0x4f6bf3(0x7c),'moveRows':_0x4f6bf3(0x86),'moveColumns':_0x4f6bf3(0x95),'cannotMoveMergedRows':'لا\x20يمكن\x20نقل\x20الصفوف\x20عبر\x20الخلايا\x20المدمجة','cannotMoveMergedColumns':_0x4f6bf3(0xb4)},'contextMenu':{'insert':_0x4f6bf3(0xbe),'delete':_0x4f6bf3(0xad),'distribute':_0x4f6bf3(0xab),'borders':_0x4f6bf3(0x9f),'tableBackgroundColor':_0x4f6bf3(0x8b),'copy':_0x4f6bf3(0xba),'cut':'قص','deleteTable':_0x4f6bf3(0xa0),'insertRowAbove':'إدراج\x20صف\x20أعلاه','insertRowBelow':'إدراج\x20صف\x20أدناه','insertColumnLeft':_0x4f6bf3(0xa3),'insertColumnRight':_0x4f6bf3(0x89),'deleteRow':_0x4f6bf3(0xb0),'deleteColumn':_0x4f6bf3(0xa5),'distributeRows':'توزيع\x20الصفوف','distributeColumns':_0x4f6bf3(0x93),'borderAll':_0x4f6bf3(0xb3),'borderOuter':'الحدود\x20الخارجية','borderInner':_0x4f6bf3(0xb5),'borderNone':'بدون\x20حدود'},'colorPreset':{'resetColor':_0x4f6bf3(0xa8),'white':_0x4f6bf3(0x8e),'gray100':_0x4f6bf3(0xc7),'primary100':'أساسي\x20100','blue100':_0x4f6bf3(0x94),'green100':'أخضر\x20100','yellow100':_0x4f6bf3(0xbf),'red100':_0x4f6bf3(0xc6),'gray900':_0x4f6bf3(0xb7),'gray500':'رمادي\x20500','red600':'أحمر\x20600','orange600':_0x4f6bf3(0x98),'yellow700':_0x4f6bf3(0xa2),'green600':'أخضر\x20600','blue600':'أزرق\x20600','purple600':_0x4f6bf3(0xa4)}}};}));function _0x41b1(){var _0x4489cd=['لون\x20خلفية\x20الجدول','نسق\x20الجدول','1143069GlICrS','أبيض','136yscasb','تعبئة\x20متدرجة','6oOSNzq','بسيط','توزيع\x20الأعمدة','أزرق\x20100','نقل\x20الأعمدة','محاذاة\x20للأعلى','إلغاء\x20دمج\x20الخلايا','برتقالي\x20600','محاذاة\x20أفقية','تسطير','مظهر\x20الجدول','غامق','محاذاة\x20لليمين','لون\x20حد\x20الجدول','الحدود','حذف\x20الجدول','الحد\x20العمودي\x20الداخلي','أصفر\x20700','إدراج\x20عمود\x20إلى\x20اليسار','بنفسجي\x20600','حذف\x20العمود','الخط','بلا\x20حدود','إعادة\x20تعيين\x20اللون','بدون\x20تعبئة','صفوف\x20متناوبة','توزيع','6174756RzjoiG','حذف','حجم\x20الخط','متقطع','حذف\x20الصف','الحد\x20الأيمن','الحد\x20الأفقي\x20الداخلي','كل\x20الحدود','لا\x20يمكن\x20نقل\x20الأعمدة\x20عبر\x20الخلايا\x20المدمجة','الحدود\x20الداخلية','نمط\x20الحد','رمادي\x20900','object','العمود\x20الأول','نسخ','محاذاة\x20للوسط\x20عموديًا','أفضل\x20تطابق','منقط','إدراج','أصفر\x20100','2714900lsMLzU','محاذاة\x20عمودية','فاتح','لون\x20النص','تحديد\x20الصف','1399842iJdbws','أحمر\x20100','رمادي\x20100','تنسيق\x20النص','أعمدة\x20متناوبة','الحد\x20السفلي','محاذاة\x20للوسط','الشفافية','متوسط','تعبئة\x20صلبة','2781478HWTynP','صف\x20الرأس','اللون','صلب','لون\x20خلفية\x20النص','يتوسطه\x20خط','function','amd','نقل\x20عمود','UniverProSlidesTableUiArSA','إدراج\x20صورة','العمود\x20الأخير','الحد\x20الخارجي','لا\x20شيء','تعبئة\x20صورة\x20أو\x20نسيج','إدراج\x20عمود','عرض\x20الحد','895190TBqjBo','نقل\x20الصفوف','2311408KJBhtX','مصدر\x20الصورة','إدراج\x20عمود\x20إلى\x20اليمين','محاذاة\x20للأسفل'];_0x41b1=function(){return _0x4489cd;};return _0x41b1();}
@@ -1 +1 @@
1
- function _0x2a18(_0x1bfee3,_0x80142f){_0x1bfee3=_0x1bfee3-0x19d;var _0xb91e4b=_0xb91e();var _0x2a183f=_0xb91e4b[_0x1bfee3];return _0x2a183f;}function _0xb91e(){var _0x5c9745=['Inserir\x20imatge','161074YRgAxn','Justifica','Insert\x20column\x20left','Color\x20de\x20fons\x20del\x20text','104TRszgm','6839170eFNilq','Sense\x20vora','7Tltcye','Vora','Delete','414828kxgmys','Gray\x20500','Vora\x20exterior','Alinea\x20a\x20l\x27esquerra','Table\x20background\x20color','Blue\x20600','Insereix\x20fila','Separa\x20cel·les','Copy','Vora\x20vertical\x20interna','Guió-punt','Totes\x20les\x20vores','Vora\x20dreta','Yellow\x20100','Combina\x20cel·les','Insert\x20row\x20above','918376TigTxI','6370212KDWLBJ','Vora\x20esquerra','exports','Color','Purple\x20600','UniverProSlidesTableUiCaES','All\x20borders','Insereix\x20columna','Puntejada','Alineació\x20vertical','Gray\x20100','Yellow\x20700','Delete\x20table','No\x20border','Sòlida','Alinea\x20al\x20mig','Borders','Color\x20de\x20fons\x20de\x20la\x20taula','Emplenament\x20sòlid','Cap','Color\x20del\x20text','Alinea\x20a\x20baix','Mou\x20columna','Primary\x20100','Estil\x20de\x20la\x20vora','Vora\x20horitzontal\x20interna','804744UtiMfx','Blue\x20100','Sense\x20emplenament','object','amd','Distribute\x20columns','Mou\x20fila','Vora\x20inferior','Selecciona\x20taula','Orange\x20600','Red\x20100','Outer\x20borders','Green\x20100','White','3mQhSnO','Insert\x20row\x20below','Reset\x20color','Vora\x20superior','3303495uszaIh','Green\x20600','Selecciona\x20columna','Distribute\x20rows','Emplenament\x20degradat'];_0xb91e=function(){return _0x5c9745;};return _0xb91e();}(function(_0x34ba7a,_0xc9e849){var _0xcd8bd7=_0x2a18,_0x5e5a1a=_0x34ba7a();while(!![]){try{var _0x3ed983=parseInt(_0xcd8bd7(0x1cd))/0x1+-parseInt(_0xcd8bd7(0x1e7))/0x2*(parseInt(_0xcd8bd7(0x1c3))/0x3)+parseInt(_0xcd8bd7(0x1d7))/0x4+-parseInt(_0xcd8bd7(0x1c7))/0x5+-parseInt(_0xcd8bd7(0x1e8))/0x6*(-parseInt(_0xcd8bd7(0x1d4))/0x7)+-parseInt(_0xcd8bd7(0x1d1))/0x8*(-parseInt(_0xcd8bd7(0x1b5))/0x9)+-parseInt(_0xcd8bd7(0x1d2))/0xa;if(_0x3ed983===_0xc9e849)break;else _0x5e5a1a['push'](_0x5e5a1a['shift']());}catch(_0x727a1a){_0x5e5a1a['push'](_0x5e5a1a['shift']());}}}(_0xb91e,0xa741f),function(_0x2f4f22,_0x233db9){var _0x37e20c=_0x2a18;typeof exports==_0x37e20c(0x1b8)&&typeof module<'u'?module[_0x37e20c(0x19d)]=_0x233db9():typeof define=='function'&&define[_0x37e20c(0x1b9)]?define([],_0x233db9):(_0x2f4f22=typeof globalThis<'u'?globalThis:_0x2f4f22||self,_0x2f4f22[_0x37e20c(0x1a0)]=_0x233db9());}(this,function(){var _0x510b84=_0x2a18;return{'slides-table-ui':{'editorToolbar':{'fontFamily':'Família\x20de\x20lletra','fontSize':'Mida\x20de\x20lletra','textColor':_0x510b84(0x1af),'textBackgroundColor':_0x510b84(0x1d0),'tableBackgroundColor':_0x510b84(0x1ac),'tableBorderColor':'Color\x20de\x20vora\x20de\x20la\x20taula','borderWidth':'Amplada\x20de\x20la\x20vora','borderStyle':_0x510b84(0x1b3),'border':_0x510b84(0x1d5),'borderStyleSolid':_0x510b84(0x1a9),'borderStyleDash':'Discontínua','borderStyleDot':_0x510b84(0x1a3),'borderStyleDashDot':_0x510b84(0x1e1),'noBorder':_0x510b84(0x1d3),'borderPresetAll':_0x510b84(0x1e2),'borderPresetInner':'Vores\x20internes','borderPresetOuter':_0x510b84(0x1d9),'borderPresetTop':_0x510b84(0x1c6),'borderPresetBottom':_0x510b84(0x1bc),'borderPresetLeft':_0x510b84(0x1e9),'borderPresetRight':_0x510b84(0x1e3),'borderPresetInnerHorizontal':_0x510b84(0x1b4),'borderPresetInnerVertical':_0x510b84(0x1e0),'none':_0x510b84(0x1ae),'horizontalAlign':'Alineació\x20horitzontal','verticalAlign':_0x510b84(0x1a4),'alignLeft':_0x510b84(0x1da),'alignCenter':'Centra','alignRight':'Alinea\x20a\x20la\x20dreta','alignJustify':_0x510b84(0x1ce),'alignTop':'Alinea\x20a\x20dalt','alignMiddle':_0x510b84(0x1aa),'alignBottom':_0x510b84(0x1b0),'mergeCells':_0x510b84(0x1e5),'unmergeCells':_0x510b84(0x1de)},'shapePanel':{'fill':{'noFill':_0x510b84(0x1b7),'solidFill':_0x510b84(0x1ad),'gradientFill':_0x510b84(0x1cb),'pictureFill':'Emplenament\x20d\x27imatge\x20o\x20textura','color':_0x510b84(0x19e),'transparency':'Transparència','picture':{'source':'Origen\x20de\x20la\x20imatge','insert':_0x510b84(0x1cc)}}},'structuralControls':{'selectRow':'Selecciona\x20fila','selectColumn':_0x510b84(0x1c9),'selectTable':_0x510b84(0x1bd),'insertRow':_0x510b84(0x1dd),'insertColumn':_0x510b84(0x1a2),'moveRow':_0x510b84(0x1bb),'moveColumn':_0x510b84(0x1b1),'moveRows':'Mou\x20files','moveColumns':'Mou\x20columnes','cannotMoveMergedRows':'No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','cannotMoveMergedColumns':'No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades'},'contextMenu':{'insert':'Insert','delete':_0x510b84(0x1d6),'distribute':'Distribute','borders':_0x510b84(0x1ab),'tableBackgroundColor':_0x510b84(0x1db),'copy':_0x510b84(0x1df),'cut':'Cut','deleteTable':_0x510b84(0x1a7),'insertRowAbove':_0x510b84(0x1e6),'insertRowBelow':_0x510b84(0x1c4),'insertColumnLeft':_0x510b84(0x1cf),'insertColumnRight':'Insert\x20column\x20right','deleteRow':'Delete\x20row','deleteColumn':'Delete\x20column','distributeRows':_0x510b84(0x1ca),'distributeColumns':_0x510b84(0x1ba),'borderAll':_0x510b84(0x1a1),'borderOuter':_0x510b84(0x1c0),'borderInner':'Inner\x20borders','borderNone':_0x510b84(0x1a8)},'colorPreset':{'resetColor':_0x510b84(0x1c5),'white':_0x510b84(0x1c2),'gray100':_0x510b84(0x1a5),'primary100':_0x510b84(0x1b2),'blue100':_0x510b84(0x1b6),'green100':_0x510b84(0x1c1),'yellow100':_0x510b84(0x1e4),'red100':_0x510b84(0x1bf),'gray900':'Gray\x20900','gray500':_0x510b84(0x1d8),'red600':'Red\x20600','orange600':_0x510b84(0x1be),'yellow700':_0x510b84(0x1a6),'green600':_0x510b84(0x1c8),'blue600':_0x510b84(0x1dc),'purple600':_0x510b84(0x19f)}}};}));
1
+ function _0x51e3(_0x27911b,_0x44e093){_0x27911b=_0x27911b-0x88;var _0xf5cfda=_0xf5cf();var _0x51e369=_0xf5cfda[_0x27911b];return _0x51e369;}(function(_0xfc0db,_0x11505c){var _0x518232=_0x51e3,_0x205be2=_0xfc0db();while(!![]){try{var _0x1aea19=-parseInt(_0x518232(0xa4))/0x1*(-parseInt(_0x518232(0xb8))/0x2)+-parseInt(_0x518232(0x88))/0x3*(-parseInt(_0x518232(0x90))/0x4)+parseInt(_0x518232(0x9a))/0x5+-parseInt(_0x518232(0xc3))/0x6+-parseInt(_0x518232(0x9c))/0x7*(-parseInt(_0x518232(0xab))/0x8)+parseInt(_0x518232(0xb6))/0x9+-parseInt(_0x518232(0x9f))/0xa;if(_0x1aea19===_0x11505c)break;else _0x205be2['push'](_0x205be2['shift']());}catch(_0x3bb78d){_0x205be2['push'](_0x205be2['shift']());}}}(_0xf5cf,0x9a3c1),function(_0x3274cf,_0x3bdf82){var _0x4b12ca=_0x51e3;typeof exports==_0x4b12ca(0xde)&&typeof module<'u'?module[_0x4b12ca(0xcc)]=_0x3bdf82():typeof define==_0x4b12ca(0x9d)&&define[_0x4b12ca(0xa2)]?define([],_0x3bdf82):(_0x3274cf=typeof globalThis<'u'?globalThis:_0x3274cf||self,_0x3274cf[_0x4b12ca(0xd5)]=_0x3bdf82());}(this,function(){var _0x39a530=_0x51e3;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x39a530(0xba),'fontSize':_0x39a530(0xc0),'textFormat':_0x39a530(0xb3),'bold':_0x39a530(0xb4),'italic':'Cursiva','underline':_0x39a530(0xda),'strikethrough':_0x39a530(0xd8),'textColor':_0x39a530(0xb7),'textBackgroundColor':_0x39a530(0xa1),'tableBackgroundColor':_0x39a530(0xdf),'tableBorderColor':_0x39a530(0x89),'borderWidth':_0x39a530(0x93),'borderStyle':_0x39a530(0xd2),'border':_0x39a530(0x99),'borderStyleSolid':'Sòlida','borderStyleDash':_0x39a530(0xa5),'borderStyleDot':_0x39a530(0xae),'borderStyleDashDot':_0x39a530(0xa9),'noBorder':'Sense\x20vora','borderPresetAll':'Totes\x20les\x20vores','borderPresetInner':_0x39a530(0xc1),'borderPresetOuter':_0x39a530(0xca),'borderPresetTop':'Vora\x20superior','borderPresetBottom':_0x39a530(0x8c),'borderPresetLeft':'Vora\x20esquerra','borderPresetRight':_0x39a530(0x97),'borderPresetInnerHorizontal':_0x39a530(0xd1),'borderPresetInnerVertical':'Vora\x20vertical\x20interna','none':'Cap','horizontalAlign':'Alineació\x20horitzontal','verticalAlign':_0x39a530(0x91),'alignLeft':_0x39a530(0xb9),'alignCenter':'Centra','alignRight':_0x39a530(0xc7),'alignJustify':_0x39a530(0xc6),'alignTop':_0x39a530(0x98),'alignMiddle':'Alinea\x20al\x20mig','alignBottom':_0x39a530(0xb0),'mergeCells':_0x39a530(0x95),'unmergeCells':_0x39a530(0xdd),'tableTheme':_0x39a530(0xa0),'tableLook':_0x39a530(0xa8),'headerRow':'Fila\x20de\x20capçalera','footerRow':_0x39a530(0xb5),'bandedRows':'Files\x20alternes','bandedColumns':'Columnes\x20alternes','firstColumn':_0x39a530(0xa3),'lastColumn':'Última\x20columna','bestMatch':_0x39a530(0xd0),'light':'Clar','medium':'Mitjana','minimal':_0x39a530(0xb1)},'shapePanel':{'fill':{'noFill':_0x39a530(0x94),'solidFill':_0x39a530(0xad),'gradientFill':_0x39a530(0xd9),'pictureFill':_0x39a530(0xaf),'color':'Color','transparency':_0x39a530(0xa6),'picture':{'source':'Origen\x20de\x20la\x20imatge','insert':'Inserir\x20imatge'}}},'structuralControls':{'selectRow':'Selecciona\x20fila','selectColumn':'Selecciona\x20columna','selectTable':_0x39a530(0xdc),'insertRow':_0x39a530(0x96),'insertColumn':_0x39a530(0x8a),'moveRow':'Mou\x20fila','moveColumn':_0x39a530(0xa7),'moveRows':_0x39a530(0x8d),'moveColumns':_0x39a530(0xcf),'cannotMoveMergedRows':_0x39a530(0xbe),'cannotMoveMergedColumns':_0x39a530(0xc4)},'contextMenu':{'insert':'Insereix','delete':_0x39a530(0xe0),'distribute':'Distribueix','borders':_0x39a530(0xac),'tableBackgroundColor':_0x39a530(0xdf),'copy':_0x39a530(0xc9),'cut':_0x39a530(0xbb),'deleteTable':_0x39a530(0xd3),'insertRowAbove':'Insereix\x20fila\x20a\x20sobre','insertRowBelow':'Insereix\x20fila\x20a\x20sota','insertColumnLeft':_0x39a530(0xc5),'insertColumnRight':_0x39a530(0x8f),'deleteRow':_0x39a530(0x8e),'deleteColumn':_0x39a530(0xd4),'distributeRows':_0x39a530(0xbc),'distributeColumns':_0x39a530(0xb2),'borderAll':_0x39a530(0xce),'borderOuter':_0x39a530(0x9e),'borderInner':'Vores\x20interiors','borderNone':_0x39a530(0xd6)},'colorPreset':{'resetColor':'Reinicia\x20el\x20color','white':_0x39a530(0x9b),'gray100':_0x39a530(0xbd),'primary100':'Principal\x20100','blue100':_0x39a530(0xbf),'green100':_0x39a530(0x8b),'yellow100':_0x39a530(0x92),'red100':'Vermell\x20100','gray900':_0x39a530(0xdb),'gray500':_0x39a530(0xaa),'red600':_0x39a530(0xcd),'orange600':_0x39a530(0xc8),'yellow700':_0x39a530(0xcb),'green600':_0x39a530(0xd7),'blue600':'Blau\x20600','purple600':_0x39a530(0xc2)}}};}));function _0xf5cf(){var _0x213e63=['Format\x20de\x20text','Negreta','Fila\x20de\x20peu','9489285vxCtRT','Color\x20del\x20text','3850psEcpn','Alinea\x20a\x20l\x27esquerra','Família\x20de\x20lletra','Retalla','Distribueix\x20files','Gris\x20100','No\x20es\x20poden\x20moure\x20files\x20entre\x20cel.les\x20combinades','Blau\x20100','Mida\x20de\x20lletra','Vores\x20internes','Porpra\x20600','1131684WoYGSZ','No\x20es\x20poden\x20moure\x20columnes\x20entre\x20cel.les\x20combinades','Insereix\x20columna\x20a\x20l’esquerra','Justifica','Alinea\x20a\x20la\x20dreta','Taronja\x20600','Copia','Vora\x20exterior','Groc\x20700','exports','Vermell\x20600','Totes\x20les\x20vores','Mou\x20columnes','Millor\x20coincidència','Vora\x20horitzontal\x20interna','Estil\x20de\x20la\x20vora','Suprimeix\x20taula','Suprimeix\x20columna','UniverProSlidesTableUiCaES','Sense\x20vores','Verd\x20600','Ratllat','Emplenament\x20degradat','Subratllat','Gris\x20900','Selecciona\x20taula','Separa\x20cel·les','object','Color\x20de\x20fons\x20de\x20la\x20taula','Suprimeix','42261disuCi','Color\x20de\x20vora\x20de\x20la\x20taula','Insereix\x20columna','Verd\x20100','Vora\x20inferior','Mou\x20files','Suprimeix\x20fila','Insereix\x20columna\x20a\x20la\x20dreta','140dnAsFf','Alineació\x20vertical','Groc\x20100','Amplada\x20de\x20la\x20vora','Sense\x20emplenament','Combina\x20cel·les','Insereix\x20fila','Vora\x20dreta','Alinea\x20a\x20dalt','Vora','2843280AzsBQE','Blanc','14UdEPnj','function','Vores\x20exteriors','30642840fyclrB','Tema\x20de\x20taula','Color\x20de\x20fons\x20del\x20text','amd','Primera\x20columna','303brSppw','Discontínua','Transparència','Mou\x20columna','Aspecte\x20de\x20taula','Guió-punt','Gris\x20500','4741208WzRsoS','Vores','Emplenament\x20sòlid','Puntejada','Emplenament\x20d\x27imatge\x20o\x20textura','Alinea\x20a\x20baix','Mínim','Distribueix\x20columnes'];_0xf5cf=function(){return _0x213e63;};return _0xf5cf();}
@@ -1 +1 @@
1
- function _0x4d20(_0x4c784e,_0x4d3cb2){_0x4c784e=_0x4c784e-0x129;var _0x301146=_0x3011();var _0x4d2040=_0x301146[_0x4c784e];return _0x4d2040;}function _0x3011(){var _0x4fb78e=['UniverProSlidesTableUiDeDE','Green\x20100','exports','Insert\x20row\x20above','Tabellenhintergrundfarbe','8051844QfgrZK','Spalte\x20auswahlen','Copy','Inner\x20borders','Red\x20600','function','Gray\x20500','Cut','Delete\x20column','Blocksatz','Delete','Rahmenstil','136HbeUxj','Vertikale\x20Ausrichtung','Zeile\x20einfugen','Insert','Einfarbige\x20Füllung','4202586DCqgOx','Outer\x20borders','Rechtsbündig','Schriftgröße','Unterer\x20Rahmen','Innerer\x20horizontaler\x20Rahmen','Distribute','Alle\x20Rahmen','7WKWfui','Tabellenrahmenfarbe','Strichpunkt','4GuSzJo','All\x20borders','Delete\x20row','Insert\x20column\x20right','Farbe','Keine\x20Füllung','11tKohoC','Schriftart','Distribute\x20columns','Horizontale\x20Ausrichtung','4825528mUvfAf','Primary\x20100','Gestrichelt','Texthintergrundfarbe','Rahmenbreite','Insert\x20row\x20below','Durchgezogen','Zentriert','336105lDZUsQ','Gray\x20900','Innerer\x20vertikaler\x20Rahmen','Unten\x20ausrichten','Table\x20background\x20color','Rechter\x20Rahmen','Orange\x20600','Green\x20600','3007135zkduCi','Distribute\x20rows','Blue\x20100','Insert\x20column\x20left','Borders','Red\x20100','Vertikal\x20zentrieren','4186reUlBs','Oben\x20ausrichten','amd','Zeile\x20verschieben','White','Keine','Äußerer\x20Rahmen','Bild\x20einfügen','Textfarbe','Innere\x20Rahmen','Yellow\x20100','Yellow\x20700','620cLWLqW','Kein\x20Rahmen','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','Linker\x20Rahmen','Reset\x20color','Linksbündig','41247vdAjgx','Rahmen','No\x20border'];_0x3011=function(){return _0x4fb78e;};return _0x3011();}(function(_0x767db7,_0x5b863a){var _0xeaf74a=_0x4d20,_0x310d66=_0x767db7();while(!![]){try{var _0x819f38=parseInt(_0xeaf74a(0x16f))/0x1*(-parseInt(_0xeaf74a(0x149))/0x2)+-parseInt(_0xeaf74a(0x13a))/0x3+parseInt(_0xeaf74a(0x17f))/0x4*(-parseInt(_0xeaf74a(0x142))/0x5)+parseInt(_0xeaf74a(0x174))/0x6+-parseInt(_0xeaf74a(0x17c))/0x7*(-parseInt(_0xeaf74a(0x132))/0x8)+parseInt(_0xeaf74a(0x15b))/0x9*(-parseInt(_0xeaf74a(0x155))/0xa)+-parseInt(_0xeaf74a(0x12e))/0xb*(-parseInt(_0xeaf74a(0x163))/0xc);if(_0x819f38===_0x5b863a)break;else _0x310d66['push'](_0x310d66['shift']());}catch(_0x4ee7a8){_0x310d66['push'](_0x310d66['shift']());}}}(_0x3011,0xa9081),function(_0x5024e3,_0x4b20b9){var _0x34f1c7=_0x4d20;typeof exports=='object'&&typeof module<'u'?module[_0x34f1c7(0x160)]=_0x4b20b9():typeof define==_0x34f1c7(0x168)&&define[_0x34f1c7(0x14b)]?define([],_0x4b20b9):(_0x5024e3=typeof globalThis<'u'?globalThis:_0x5024e3||self,_0x5024e3[_0x34f1c7(0x15e)]=_0x4b20b9());}(this,function(){var _0x4d5ff5=_0x4d20;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4d5ff5(0x12f),'fontSize':_0x4d5ff5(0x177),'textColor':_0x4d5ff5(0x151),'textBackgroundColor':_0x4d5ff5(0x135),'tableBackgroundColor':_0x4d5ff5(0x162),'tableBorderColor':_0x4d5ff5(0x17d),'borderWidth':_0x4d5ff5(0x136),'borderStyle':_0x4d5ff5(0x16e),'border':_0x4d5ff5(0x15c),'borderStyleSolid':_0x4d5ff5(0x138),'borderStyleDash':_0x4d5ff5(0x134),'borderStyleDot':'Gepunktet','borderStyleDashDot':_0x4d5ff5(0x17e),'noBorder':_0x4d5ff5(0x156),'borderPresetAll':_0x4d5ff5(0x17b),'borderPresetInner':_0x4d5ff5(0x152),'borderPresetOuter':_0x4d5ff5(0x14f),'borderPresetTop':'Oberer\x20Rahmen','borderPresetBottom':_0x4d5ff5(0x178),'borderPresetLeft':_0x4d5ff5(0x158),'borderPresetRight':_0x4d5ff5(0x13f),'borderPresetInnerHorizontal':_0x4d5ff5(0x179),'borderPresetInnerVertical':_0x4d5ff5(0x13c),'none':_0x4d5ff5(0x14e),'horizontalAlign':_0x4d5ff5(0x131),'verticalAlign':_0x4d5ff5(0x170),'alignLeft':_0x4d5ff5(0x15a),'alignCenter':_0x4d5ff5(0x139),'alignRight':_0x4d5ff5(0x176),'alignJustify':_0x4d5ff5(0x16c),'alignTop':_0x4d5ff5(0x14a),'alignMiddle':_0x4d5ff5(0x148),'alignBottom':_0x4d5ff5(0x13d),'mergeCells':'Zellen\x20verbinden','unmergeCells':'Zellen\x20trennen'},'shapePanel':{'fill':{'noFill':_0x4d5ff5(0x12d),'solidFill':_0x4d5ff5(0x173),'gradientFill':'Farbverlauffüllung','pictureFill':'Bild-\x20oder\x20Texturfüllung','color':_0x4d5ff5(0x12c),'transparency':'Transparenz','picture':{'source':'Bildquelle','insert':_0x4d5ff5(0x150)}}},'structuralControls':{'selectRow':'Zeile\x20auswahlen','selectColumn':_0x4d5ff5(0x164),'selectTable':'Tabelle\x20auswahlen','insertRow':_0x4d5ff5(0x171),'insertColumn':'Spalte\x20einfugen','moveRow':_0x4d5ff5(0x14c),'moveColumn':'Spalte\x20verschieben','moveRows':'Zeilen\x20verschieben','moveColumns':'Spalten\x20verschieben','cannotMoveMergedRows':_0x4d5ff5(0x157),'cannotMoveMergedColumns':'Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden'},'contextMenu':{'insert':_0x4d5ff5(0x172),'delete':_0x4d5ff5(0x16d),'distribute':_0x4d5ff5(0x17a),'borders':_0x4d5ff5(0x146),'tableBackgroundColor':_0x4d5ff5(0x13e),'copy':_0x4d5ff5(0x165),'cut':_0x4d5ff5(0x16a),'deleteTable':'Delete\x20table','insertRowAbove':_0x4d5ff5(0x161),'insertRowBelow':_0x4d5ff5(0x137),'insertColumnLeft':_0x4d5ff5(0x145),'insertColumnRight':_0x4d5ff5(0x12b),'deleteRow':_0x4d5ff5(0x12a),'deleteColumn':_0x4d5ff5(0x16b),'distributeRows':_0x4d5ff5(0x143),'distributeColumns':_0x4d5ff5(0x130),'borderAll':_0x4d5ff5(0x129),'borderOuter':_0x4d5ff5(0x175),'borderInner':_0x4d5ff5(0x166),'borderNone':_0x4d5ff5(0x15d)},'colorPreset':{'resetColor':_0x4d5ff5(0x159),'white':_0x4d5ff5(0x14d),'gray100':'Gray\x20100','primary100':_0x4d5ff5(0x133),'blue100':_0x4d5ff5(0x144),'green100':_0x4d5ff5(0x15f),'yellow100':_0x4d5ff5(0x153),'red100':_0x4d5ff5(0x147),'gray900':_0x4d5ff5(0x13b),'gray500':_0x4d5ff5(0x169),'red600':_0x4d5ff5(0x167),'orange600':_0x4d5ff5(0x140),'yellow700':_0x4d5ff5(0x154),'green600':_0x4d5ff5(0x141),'blue600':'Blue\x20600','purple600':'Purple\x20600'}}};}));
1
+ function _0x3efd(){var _0x57104f=['3671622rdMmJp','Innerer\x20horizontaler\x20Rahmen','Äußerer\x20Rahmen','Farbverlauffüllung','Rot\x20600','Grau\x20500','Zeile\x20löschen','Gestrichelt','325460biUuPQ','Blau\x20600','Gebänderte\x20Spalten','Einfügen','Durchgestrichen','Verteilen','Farbe','Zeile\x20auswahlen','4omcpVm','Tabelle\x20auswahlen','Bild\x20einfügen','Zellen\x20trennen','Erste\x20Spalte','Keine\x20Füllung','12609729hAfOrG','Gelb\x20100','16slLPMP','UniverProSlidesTableUiDeDE','Grün\x20600','Ausschneiden','object','Innere\x20Rahmen','Spalte\x20auswahlen','Mittel','Blocksatz','Fußzeile','11699320WtqCIS','Spalte\x20verschieben','Zeilen\x20verteilen','Textformat','Spalte\x20löschen','Alle\x20Rahmen','Rechter\x20Rahmen','55cfObCQ','7scDuUr','Linksbündig','Linker\x20Rahmen','Rahmen','Zeile\x20oberhalb\x20einfügen','Zeilen\x20verschieben','Schriftart','Orange\x20600','Bild-\x20oder\x20Texturfüllung','Zeilen\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden','10326OryfVV','Gebänderte\x20Zeilen','85898VOxuGh','Weiß','Grau\x20900','Tabellenrahmenfarbe','Transparenz','Letzte\x20Spalte','Gepunktet','Rot\x20100','Farbe\x20zurücksetzen','Einfarbige\x20Füllung','Spalte\x20links\x20einfügen','Keine','Tabellenhintergrundfarbe','4611501WLIzQw','Horizontale\x20Ausrichtung','amd','Textfarbe','Oben\x20ausrichten','Tabellendesign','Beste\x20Übereinstimmung','Zeile\x20verschieben','Vertikal\x20zentrieren','Zeile\x20unterhalb\x20einfügen','Zentriert','Äußere\x20Rahmen','Bildquelle','Zellen\x20verbinden','Rahmenstil','Unten\x20ausrichten','Violett\x20600','Spalten\x20verschieben','Spalten\x20verteilen','Rechtsbündig','Texthintergrundfarbe','Kopfzeile'];_0x3efd=function(){return _0x57104f;};return _0x3efd();}function _0x147e(_0x558e5b,_0x33ccc2){_0x558e5b=_0x558e5b-0x83;var _0x3efd08=_0x3efd();var _0x147e71=_0x3efd08[_0x558e5b];return _0x147e71;}(function(_0x49c8ee,_0x24b5cc){var _0x225d2d=_0x147e,_0x2f3b85=_0x49c8ee();while(!![]){try{var _0x76627=-parseInt(_0x225d2d(0xd6))/0x1+parseInt(_0x225d2d(0xb0))/0x2*(-parseInt(_0x225d2d(0xd4))/0x3)+-parseInt(_0x225d2d(0xa8))/0x4*(parseInt(_0x225d2d(0xc9))/0x5)+parseInt(_0x225d2d(0xa0))/0x6*(parseInt(_0x225d2d(0xca))/0x7)+-parseInt(_0x225d2d(0xb8))/0x8*(-parseInt(_0x225d2d(0x8a))/0x9)+-parseInt(_0x225d2d(0xc2))/0xa+parseInt(_0x225d2d(0xb6))/0xb;if(_0x76627===_0x24b5cc)break;else _0x2f3b85['push'](_0x2f3b85['shift']());}catch(_0x462f42){_0x2f3b85['push'](_0x2f3b85['shift']());}}}(_0x3efd,0x98aad),function(_0x2472bb,_0x5b0777){var _0x44802d=_0x147e;typeof exports==_0x44802d(0xbc)&&typeof module<'u'?module['exports']=_0x5b0777():typeof define=='function'&&define[_0x44802d(0x8c)]?define([],_0x5b0777):(_0x2472bb=typeof globalThis<'u'?globalThis:_0x2472bb||self,_0x2472bb[_0x44802d(0xb9)]=_0x5b0777());}(this,function(){var _0x4cecc1=_0x147e;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4cecc1(0xd0),'fontSize':'Schriftgröße','textFormat':_0x4cecc1(0xc5),'bold':'Fett','italic':'Kursiv','underline':'Unterstrichen','strikethrough':_0x4cecc1(0xac),'textColor':_0x4cecc1(0x8d),'textBackgroundColor':_0x4cecc1(0x9e),'tableBackgroundColor':_0x4cecc1(0x89),'tableBorderColor':_0x4cecc1(0xd9),'borderWidth':'Rahmenbreite','borderStyle':_0x4cecc1(0x98),'border':'Rahmen','borderStyleSolid':'Durchgezogen','borderStyleDash':_0x4cecc1(0xa7),'borderStyleDot':_0x4cecc1(0x83),'borderStyleDashDot':'Strichpunkt','noBorder':'Kein\x20Rahmen','borderPresetAll':'Alle\x20Rahmen','borderPresetInner':_0x4cecc1(0xbd),'borderPresetOuter':_0x4cecc1(0xa2),'borderPresetTop':'Oberer\x20Rahmen','borderPresetBottom':'Unterer\x20Rahmen','borderPresetLeft':_0x4cecc1(0xcc),'borderPresetRight':_0x4cecc1(0xc8),'borderPresetInnerHorizontal':_0x4cecc1(0xa1),'borderPresetInnerVertical':'Innerer\x20vertikaler\x20Rahmen','none':_0x4cecc1(0x88),'horizontalAlign':_0x4cecc1(0x8b),'verticalAlign':'Vertikale\x20Ausrichtung','alignLeft':_0x4cecc1(0xcb),'alignCenter':_0x4cecc1(0x94),'alignRight':_0x4cecc1(0x9d),'alignJustify':_0x4cecc1(0xc0),'alignTop':_0x4cecc1(0x8e),'alignMiddle':_0x4cecc1(0x92),'alignBottom':_0x4cecc1(0x99),'mergeCells':_0x4cecc1(0x97),'unmergeCells':_0x4cecc1(0xb3),'tableTheme':_0x4cecc1(0x8f),'tableLook':'Tabellenformat','headerRow':_0x4cecc1(0x9f),'footerRow':_0x4cecc1(0xc1),'bandedRows':_0x4cecc1(0xd5),'bandedColumns':_0x4cecc1(0xaa),'firstColumn':_0x4cecc1(0xb4),'lastColumn':_0x4cecc1(0xdb),'bestMatch':_0x4cecc1(0x90),'light':'Hell','medium':_0x4cecc1(0xbf),'minimal':'Minimal'},'shapePanel':{'fill':{'noFill':_0x4cecc1(0xb5),'solidFill':_0x4cecc1(0x86),'gradientFill':_0x4cecc1(0xa3),'pictureFill':_0x4cecc1(0xd2),'color':_0x4cecc1(0xae),'transparency':_0x4cecc1(0xda),'picture':{'source':_0x4cecc1(0x96),'insert':_0x4cecc1(0xb2)}}},'structuralControls':{'selectRow':_0x4cecc1(0xaf),'selectColumn':_0x4cecc1(0xbe),'selectTable':_0x4cecc1(0xb1),'insertRow':'Zeile\x20einfugen','insertColumn':'Spalte\x20einfugen','moveRow':_0x4cecc1(0x91),'moveColumn':_0x4cecc1(0xc3),'moveRows':_0x4cecc1(0xcf),'moveColumns':_0x4cecc1(0x9b),'cannotMoveMergedRows':_0x4cecc1(0xd3),'cannotMoveMergedColumns':'Spalten\x20konnen\x20nicht\x20uber\x20verbundene\x20Zellen\x20verschoben\x20werden'},'contextMenu':{'insert':_0x4cecc1(0xab),'delete':'Löschen','distribute':_0x4cecc1(0xad),'borders':_0x4cecc1(0xcd),'tableBackgroundColor':_0x4cecc1(0x89),'copy':'Kopieren','cut':_0x4cecc1(0xbb),'deleteTable':'Tabelle\x20löschen','insertRowAbove':_0x4cecc1(0xce),'insertRowBelow':_0x4cecc1(0x93),'insertColumnLeft':_0x4cecc1(0x87),'insertColumnRight':'Spalte\x20rechts\x20einfügen','deleteRow':_0x4cecc1(0xa6),'deleteColumn':_0x4cecc1(0xc6),'distributeRows':_0x4cecc1(0xc4),'distributeColumns':_0x4cecc1(0x9c),'borderAll':_0x4cecc1(0xc7),'borderOuter':_0x4cecc1(0x95),'borderInner':'Innere\x20Rahmen','borderNone':'Kein\x20Rahmen'},'colorPreset':{'resetColor':_0x4cecc1(0x85),'white':_0x4cecc1(0xd7),'gray100':'Grau\x20100','primary100':'Primär\x20100','blue100':'Blau\x20100','green100':'Grün\x20100','yellow100':_0x4cecc1(0xb7),'red100':_0x4cecc1(0x84),'gray900':_0x4cecc1(0xd8),'gray500':_0x4cecc1(0xa5),'red600':_0x4cecc1(0xa4),'orange600':_0x4cecc1(0xd1),'yellow700':'Gelb\x20700','green600':_0x4cecc1(0xba),'blue600':_0x4cecc1(0xa9),'purple600':_0x4cecc1(0x9a)}}};}));
@@ -1 +1 @@
1
- (function(_0xe23a32,_0x11d942){var _0xd059df=_0x4c83,_0x23eb5e=_0xe23a32();while(!![]){try{var _0x440617=parseInt(_0xd059df(0x1d9))/0x1*(parseInt(_0xd059df(0x1cc))/0x2)+parseInt(_0xd059df(0x1f1))/0x3*(-parseInt(_0xd059df(0x1b1))/0x4)+parseInt(_0xd059df(0x1f8))/0x5*(-parseInt(_0xd059df(0x1d7))/0x6)+parseInt(_0xd059df(0x1c6))/0x7*(parseInt(_0xd059df(0x1b7))/0x8)+parseInt(_0xd059df(0x1bb))/0x9+-parseInt(_0xd059df(0x1e2))/0xa+-parseInt(_0xd059df(0x1d2))/0xb*(-parseInt(_0xd059df(0x1b3))/0xc);if(_0x440617===_0x11d942)break;else _0x23eb5e['push'](_0x23eb5e['shift']());}catch(_0x5b2d71){_0x23eb5e['push'](_0x23eb5e['shift']());}}}(_0x109f,0x89c33),function(_0xb94f6e,_0xead8c5){var _0x34a7fa=_0x4c83;typeof exports=='object'&&typeof module<'u'?module[_0x34a7fa(0x1c5)]=_0xead8c5():typeof define==_0x34a7fa(0x1d3)&&define[_0x34a7fa(0x1cd)]?define([],_0xead8c5):(_0xb94f6e=typeof globalThis<'u'?globalThis:_0xb94f6e||self,_0xb94f6e['UniverProSlidesTableUiEnUS']=_0xead8c5());}(this,function(){var _0x2eaaf3=_0x4c83;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x2eaaf3(0x1fe),'fontSize':'Font\x20size','textColor':_0x2eaaf3(0x1e6),'textBackgroundColor':_0x2eaaf3(0x1b5),'tableBackgroundColor':_0x2eaaf3(0x1e3),'tableBorderColor':_0x2eaaf3(0x1d5),'borderWidth':_0x2eaaf3(0x1c0),'borderStyle':'Border\x20style','border':_0x2eaaf3(0x200),'borderStyleSolid':_0x2eaaf3(0x1e4),'borderStyleDash':'Dashed','borderStyleDot':_0x2eaaf3(0x1ee),'borderStyleDashDot':'Dash-dot','noBorder':_0x2eaaf3(0x1c8),'borderPresetAll':_0x2eaaf3(0x1c7),'borderPresetInner':_0x2eaaf3(0x1da),'borderPresetOuter':_0x2eaaf3(0x1bd),'borderPresetTop':_0x2eaaf3(0x1f5),'borderPresetBottom':_0x2eaaf3(0x1d6),'borderPresetLeft':'Left\x20border','borderPresetRight':_0x2eaaf3(0x1e7),'borderPresetInnerHorizontal':_0x2eaaf3(0x1ed),'borderPresetInnerVertical':_0x2eaaf3(0x1ad),'none':_0x2eaaf3(0x1f0),'horizontalAlign':_0x2eaaf3(0x1f6),'verticalAlign':_0x2eaaf3(0x1ae),'alignLeft':'Align\x20left','alignCenter':_0x2eaaf3(0x1b6),'alignRight':_0x2eaaf3(0x1db),'alignJustify':_0x2eaaf3(0x1c2),'alignTop':_0x2eaaf3(0x1b4),'alignMiddle':_0x2eaaf3(0x1ef),'alignBottom':_0x2eaaf3(0x1d0),'mergeCells':'Merge\x20cells','unmergeCells':_0x2eaaf3(0x1fb)},'shapePanel':{'fill':{'noFill':_0x2eaaf3(0x1ea),'solidFill':_0x2eaaf3(0x1e4),'gradientFill':_0x2eaaf3(0x1e5),'pictureFill':_0x2eaaf3(0x1df),'color':'Color','transparency':_0x2eaaf3(0x1c3),'picture':{'source':_0x2eaaf3(0x1b0),'insert':_0x2eaaf3(0x1f7)}}},'structuralControls':{'selectRow':_0x2eaaf3(0x1de),'selectColumn':_0x2eaaf3(0x1e8),'selectTable':'Select\x20table','insertRow':_0x2eaaf3(0x1b9),'insertColumn':_0x2eaaf3(0x1b2),'moveRow':_0x2eaaf3(0x1b8),'moveColumn':_0x2eaaf3(0x1dc),'moveRows':_0x2eaaf3(0x1ce),'moveColumns':_0x2eaaf3(0x1d1),'cannotMoveMergedRows':_0x2eaaf3(0x1be),'cannotMoveMergedColumns':_0x2eaaf3(0x1c4)},'contextMenu':{'insert':_0x2eaaf3(0x1ca),'delete':_0x2eaaf3(0x1fc),'distribute':_0x2eaaf3(0x1cf),'borders':'Borders','tableBackgroundColor':_0x2eaaf3(0x1e3),'copy':_0x2eaaf3(0x1cb),'cut':_0x2eaaf3(0x1c1),'deleteTable':_0x2eaaf3(0x1e0),'insertRowAbove':_0x2eaaf3(0x1f9),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x2eaaf3(0x1c9),'deleteRow':_0x2eaaf3(0x1f4),'deleteColumn':_0x2eaaf3(0x1e9),'distributeRows':_0x2eaaf3(0x1ff),'distributeColumns':'Distribute\x20columns','borderAll':_0x2eaaf3(0x1c7),'borderOuter':_0x2eaaf3(0x1bd),'borderInner':_0x2eaaf3(0x1da),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x2eaaf3(0x1bf),'white':_0x2eaaf3(0x1d8),'gray100':_0x2eaaf3(0x1fd),'primary100':'Primary\x20100','blue100':_0x2eaaf3(0x1e1),'green100':_0x2eaaf3(0x1af),'yellow100':_0x2eaaf3(0x1f2),'red100':_0x2eaaf3(0x1ba),'gray900':_0x2eaaf3(0x1f3),'gray500':_0x2eaaf3(0x1ec),'red600':_0x2eaaf3(0x1eb),'orange600':_0x2eaaf3(0x1dd),'yellow700':_0x2eaaf3(0x1bc),'green600':_0x2eaaf3(0x1fa),'blue600':_0x2eaaf3(0x1d4),'purple600':'Purple\x20600'}}};}));function _0x4c83(_0x8a7dec,_0x3a0132){_0x8a7dec=_0x8a7dec-0x1ad;var _0x109f28=_0x109f();var _0x4c8317=_0x109f28[_0x8a7dec];return _0x4c8317;}function _0x109f(){var _0x581532=['Delete','Gray\x20100','Font\x20family','Distribute\x20rows','Border','Inner\x20vertical\x20border','Vertical\x20align','Green\x20100','Picture\x20source','1940452XDXSie','Insert\x20column','72EsHuKB','Align\x20top','Text\x20background\x20color','Align\x20center','520PssWMu','Move\x20row','Insert\x20row','Red\x20100','9874728pwDKWM','Yellow\x20700','Outer\x20borders','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Reset\x20color','Border\x20width','Cut','Justify','Transparency','Cannot\x20move\x20columns\x20across\x20merged\x20cells','exports','66353SVAupC','All\x20borders','No\x20border','Insert\x20column\x20right','Insert','Copy','12514vcCKYS','amd','Move\x20rows','Distribute','Align\x20bottom','Move\x20columns','310266EJjGsH','function','Blue\x20600','Table\x20border\x20color','Bottom\x20border','5898nqUfGO','White','9PDIQLm','Inner\x20borders','Align\x20right','Move\x20column','Orange\x20600','Select\x20row','Picture','Delete\x20table','Blue\x20100','1453570ngsAGQ','Table\x20background\x20color','Solid','Gradient','Text\x20color','Right\x20border','Select\x20column','Delete\x20column','No\x20fill','Red\x20600','Gray\x20500','Inner\x20horizontal\x20border','Dotted','Align\x20middle','None','3qTIfqk','Yellow\x20100','Gray\x20900','Delete\x20row','Top\x20border','Horizontal\x20align','Insert\x20picture','3785XghNbb','Insert\x20row\x20above','Green\x20600','Unmerge\x20cells'];_0x109f=function(){return _0x581532;};return _0x109f();}
1
+ function _0x31c4(){var _0x48dde1=['None','Blue\x20600','Text\x20background\x20color','Insert\x20row\x20below','Table\x20theme','Orange\x20600','Distribute\x20rows','All\x20borders','143gMCyIL','Text\x20color','exports','98828tBVuxF','Table\x20look','amd','Merge\x20cells','Gradient','Header\x20row','Font\x20size','Primary\x20100','Table\x20background\x20color','Green\x20100','Move\x20row','Purple\x20600','Insert\x20row','Footer\x20row','Strikethrough','Right\x20border','Gray\x20100','Banded\x20rows','3298860xpSdHP','Red\x20600','Green\x20600','Distribute\x20columns','Horizontal\x20align','Yellow\x20100','989160xIAGTM','Insert\x20column','Inner\x20borders','Align\x20top','Minimal','Transparency','Underline','Insert\x20row\x20above','Solid','Vertical\x20align','Last\x20column','Justify','Dotted','31896Mplrze','49gIMcYb','Gray\x20900','Cut','Delete\x20row','function','Reset\x20color','Move\x20column','Unmerge\x20cells','75lDErDj','Dashed','Align\x20left','606LRLxBI','Delete\x20table','Light','12112xblfEy','729260oxYVbi','Best\x20match','Top\x20border','Red\x20100','Borders','Border','Cannot\x20move\x20rows\x20across\x20merged\x20cells','First\x20column','object','Align\x20right','Border\x20style','37475XiPbca','Align\x20center','Move\x20rows','Table\x20border\x20color','2135kyxfzd','Insert\x20column\x20left','Italic','Picture\x20source','Inner\x20vertical\x20border','Cannot\x20move\x20columns\x20across\x20merged\x20cells','Font\x20family','Move\x20columns','Delete','Bottom\x20border','Medium','Outer\x20borders','Gray\x20500','No\x20border'];_0x31c4=function(){return _0x48dde1;};return _0x31c4();}function _0x288e(_0x57bf70,_0x111ed9){_0x57bf70=_0x57bf70-0x19b;var _0x31c4d7=_0x31c4();var _0x288e78=_0x31c4d7[_0x57bf70];return _0x288e78;}(function(_0x2ead1c,_0x166c11){var _0x447418=_0x288e,_0x5f0535=_0x2ead1c();while(!![]){try{var _0x5c7cf5=-parseInt(_0x447418(0x1b4))/0x1*(parseInt(_0x447418(0x1b3))/0x2)+-parseInt(_0x447418(0x1bc))/0x3*(-parseInt(_0x447418(0x1eb))/0x4)+parseInt(_0x447418(0x1ce))/0x5*(-parseInt(_0x447418(0x1bf))/0x6)+-parseInt(_0x447418(0x1d2))/0x7*(-parseInt(_0x447418(0x1c2))/0x8)+parseInt(_0x447418(0x1a0))/0x9+parseInt(_0x447418(0x1c3))/0xa*(parseInt(_0x447418(0x1e8))/0xb)+-parseInt(_0x447418(0x1a6))/0xc;if(_0x5c7cf5===_0x166c11)break;else _0x5f0535['push'](_0x5f0535['shift']());}catch(_0x5cbd20){_0x5f0535['push'](_0x5f0535['shift']());}}}(_0x31c4,0xbcc1a),function(_0x101d56,_0x2268a5){var _0x4db19a=_0x288e;typeof exports==_0x4db19a(0x1cb)&&typeof module<'u'?module[_0x4db19a(0x1ea)]=_0x2268a5():typeof define==_0x4db19a(0x1b8)&&define[_0x4db19a(0x1ed)]?define([],_0x2268a5):(_0x101d56=typeof globalThis<'u'?globalThis:_0x101d56||self,_0x101d56['UniverProSlidesTableUiEnUS']=_0x2268a5());}(this,function(){var _0x4eccae=_0x288e;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x4eccae(0x1d8),'fontSize':_0x4eccae(0x1f1),'textFormat':'Text\x20format','bold':'Bold','italic':_0x4eccae(0x1d4),'underline':_0x4eccae(0x1ac),'strikethrough':_0x4eccae(0x19c),'textColor':_0x4eccae(0x1e9),'textBackgroundColor':_0x4eccae(0x1e2),'tableBackgroundColor':'Table\x20background\x20color','tableBorderColor':_0x4eccae(0x1d1),'borderWidth':'Border\x20width','borderStyle':_0x4eccae(0x1cd),'border':_0x4eccae(0x1c8),'borderStyleSolid':_0x4eccae(0x1ae),'borderStyleDash':_0x4eccae(0x1bd),'borderStyleDot':_0x4eccae(0x1b2),'borderStyleDashDot':'Dash-dot','noBorder':_0x4eccae(0x1df),'borderPresetAll':_0x4eccae(0x1e7),'borderPresetInner':'Inner\x20borders','borderPresetOuter':_0x4eccae(0x1dd),'borderPresetTop':_0x4eccae(0x1c5),'borderPresetBottom':_0x4eccae(0x1db),'borderPresetLeft':'Left\x20border','borderPresetRight':_0x4eccae(0x19d),'borderPresetInnerHorizontal':'Inner\x20horizontal\x20border','borderPresetInnerVertical':_0x4eccae(0x1d6),'none':_0x4eccae(0x1e0),'horizontalAlign':_0x4eccae(0x1a4),'verticalAlign':_0x4eccae(0x1af),'alignLeft':_0x4eccae(0x1be),'alignCenter':_0x4eccae(0x1cf),'alignRight':_0x4eccae(0x1cc),'alignJustify':_0x4eccae(0x1b1),'alignTop':_0x4eccae(0x1a9),'alignMiddle':'Align\x20middle','alignBottom':'Align\x20bottom','mergeCells':_0x4eccae(0x1ee),'unmergeCells':_0x4eccae(0x1bb),'tableTheme':_0x4eccae(0x1e4),'tableLook':_0x4eccae(0x1ec),'headerRow':_0x4eccae(0x1f0),'footerRow':_0x4eccae(0x19b),'bandedRows':_0x4eccae(0x19f),'bandedColumns':'Banded\x20columns','firstColumn':_0x4eccae(0x1ca),'lastColumn':_0x4eccae(0x1b0),'bestMatch':_0x4eccae(0x1c4),'light':_0x4eccae(0x1c1),'medium':_0x4eccae(0x1dc),'minimal':_0x4eccae(0x1aa)},'shapePanel':{'fill':{'noFill':'No\x20fill','solidFill':'Solid','gradientFill':_0x4eccae(0x1ef),'pictureFill':'Picture','color':'Color','transparency':_0x4eccae(0x1ab),'picture':{'source':_0x4eccae(0x1d5),'insert':'Insert\x20picture'}}},'structuralControls':{'selectRow':'Select\x20row','selectColumn':'Select\x20column','selectTable':'Select\x20table','insertRow':_0x4eccae(0x1f7),'insertColumn':_0x4eccae(0x1a7),'moveRow':_0x4eccae(0x1f5),'moveColumn':_0x4eccae(0x1ba),'moveRows':_0x4eccae(0x1d0),'moveColumns':_0x4eccae(0x1d9),'cannotMoveMergedRows':_0x4eccae(0x1c9),'cannotMoveMergedColumns':_0x4eccae(0x1d7)},'contextMenu':{'insert':'Insert','delete':_0x4eccae(0x1da),'distribute':'Distribute','borders':_0x4eccae(0x1c7),'tableBackgroundColor':_0x4eccae(0x1f3),'copy':'Copy','cut':_0x4eccae(0x1b6),'deleteTable':_0x4eccae(0x1c0),'insertRowAbove':_0x4eccae(0x1ad),'insertRowBelow':_0x4eccae(0x1e3),'insertColumnLeft':_0x4eccae(0x1d3),'insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x4eccae(0x1b7),'deleteColumn':'Delete\x20column','distributeRows':_0x4eccae(0x1e6),'distributeColumns':_0x4eccae(0x1a3),'borderAll':_0x4eccae(0x1e7),'borderOuter':_0x4eccae(0x1dd),'borderInner':_0x4eccae(0x1a8),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x4eccae(0x1b9),'white':'White','gray100':_0x4eccae(0x19e),'primary100':_0x4eccae(0x1f2),'blue100':'Blue\x20100','green100':_0x4eccae(0x1f4),'yellow100':_0x4eccae(0x1a5),'red100':_0x4eccae(0x1c6),'gray900':_0x4eccae(0x1b5),'gray500':_0x4eccae(0x1de),'red600':_0x4eccae(0x1a1),'orange600':_0x4eccae(0x1e5),'yellow700':'Yellow\x20700','green600':_0x4eccae(0x1a2),'blue600':_0x4eccae(0x1e1),'purple600':_0x4eccae(0x1f6)}}};}));
@@ -1 +1 @@
1
- (function(_0x3daddd,_0x380ce8){var _0x411a39=_0x1067,_0x22c990=_0x3daddd();while(!![]){try{var _0x585a71=parseInt(_0x411a39(0xb9))/0x1+-parseInt(_0x411a39(0x7f))/0x2*(parseInt(_0x411a39(0x81))/0x3)+-parseInt(_0x411a39(0xa9))/0x4*(-parseInt(_0x411a39(0xbb))/0x5)+parseInt(_0x411a39(0x7a))/0x6+parseInt(_0x411a39(0xa1))/0x7*(parseInt(_0x411a39(0x83))/0x8)+parseInt(_0x411a39(0xb2))/0x9*(-parseInt(_0x411a39(0xb0))/0xa)+parseInt(_0x411a39(0x77))/0xb;if(_0x585a71===_0x380ce8)break;else _0x22c990['push'](_0x22c990['shift']());}catch(_0x1cf7c6){_0x22c990['push'](_0x22c990['shift']());}}}(_0x48a8,0x3975e),function(_0xdd7ec8,_0x4e86ec){var _0x5e464d=_0x1067;typeof exports==_0x5e464d(0xbc)&&typeof module<'u'?module[_0x5e464d(0x88)]=_0x4e86ec():typeof define=='function'&&define['amd']?define([],_0x4e86ec):(_0xdd7ec8=typeof globalThis<'u'?globalThis:_0xdd7ec8||self,_0xdd7ec8['UniverProSlidesTableUiEsES']=_0x4e86ec());}(this,function(){var _0x501946=_0x1067;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x501946(0xb6),'fontSize':_0x501946(0x7c),'textColor':'Color\x20de\x20texto','textBackgroundColor':_0x501946(0xa0),'tableBackgroundColor':_0x501946(0x7d),'tableBorderColor':_0x501946(0x75),'borderWidth':'Grosor\x20de\x20borde','borderStyle':'Estilo\x20de\x20borde','border':_0x501946(0xb3),'borderStyleSolid':'Sólido','borderStyleDash':_0x501946(0x8a),'borderStyleDot':_0x501946(0xb8),'borderStyleDashDot':_0x501946(0xc2),'noBorder':_0x501946(0xab),'borderPresetAll':'Todos\x20los\x20bordes','borderPresetInner':_0x501946(0x80),'borderPresetOuter':'Borde\x20exterior','borderPresetTop':_0x501946(0xc3),'borderPresetBottom':_0x501946(0x97),'borderPresetLeft':_0x501946(0x8c),'borderPresetRight':_0x501946(0xa3),'borderPresetInnerHorizontal':_0x501946(0x9a),'borderPresetInnerVertical':_0x501946(0x96),'none':_0x501946(0x9e),'horizontalAlign':_0x501946(0x93),'verticalAlign':_0x501946(0x71),'alignLeft':_0x501946(0x8f),'alignCenter':_0x501946(0x98),'alignRight':_0x501946(0x76),'alignJustify':_0x501946(0xa4),'alignTop':_0x501946(0xbf),'alignMiddle':'Alinear\x20al\x20medio','alignBottom':_0x501946(0x9d),'mergeCells':_0x501946(0xa7),'unmergeCells':_0x501946(0xa6)},'shapePanel':{'fill':{'noFill':'Sin\x20relleno','solidFill':_0x501946(0x9f),'gradientFill':_0x501946(0x92),'pictureFill':'Relleno\x20de\x20imagen\x20o\x20textura','color':_0x501946(0x84),'transparency':_0x501946(0x9b),'picture':{'source':_0x501946(0x74),'insert':_0x501946(0xbd)}}},'structuralControls':{'selectRow':_0x501946(0x90),'selectColumn':_0x501946(0x91),'selectTable':_0x501946(0x7e),'insertRow':'Insertar\x20fila','insertColumn':_0x501946(0x79),'moveRow':_0x501946(0xae),'moveColumn':_0x501946(0x72),'moveRows':_0x501946(0xa8),'moveColumns':_0x501946(0x89),'cannotMoveMergedRows':_0x501946(0x7b),'cannotMoveMergedColumns':_0x501946(0x87)},'contextMenu':{'insert':_0x501946(0xad),'delete':_0x501946(0x94),'distribute':_0x501946(0x73),'borders':_0x501946(0x99),'tableBackgroundColor':_0x501946(0xac),'copy':'Copy','cut':_0x501946(0x8b),'deleteTable':'Delete\x20table','insertRowAbove':_0x501946(0xb4),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x501946(0xbe),'deleteColumn':'Delete\x20column','distributeRows':_0x501946(0xa5),'distributeColumns':_0x501946(0xba),'borderAll':'All\x20borders','borderOuter':'Outer\x20borders','borderInner':_0x501946(0x8e),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x501946(0xaf),'white':_0x501946(0xb7),'gray100':_0x501946(0xc0),'primary100':_0x501946(0xc1),'blue100':_0x501946(0xa2),'green100':_0x501946(0x9c),'yellow100':_0x501946(0x95),'red100':_0x501946(0x85),'gray900':_0x501946(0x8d),'gray500':_0x501946(0x86),'red600':_0x501946(0xb1),'orange600':_0x501946(0xaa),'yellow700':'Yellow\x20700','green600':_0x501946(0x82),'blue600':_0x501946(0x78),'purple600':_0x501946(0xb5)}}};}));function _0x1067(_0x3288c8,_0x1973e2){_0x3288c8=_0x3288c8-0x71;var _0x48a8ab=_0x48a8();var _0x1067e8=_0x48a8ab[_0x3288c8];return _0x1067e8;}function _0x48a8(){var _0x42c87e=['Borde\x20horizontal\x20interior','Transparencia','Green\x20100','Alinear\x20abajo','Ninguno','Relleno\x20sólido','Color\x20de\x20fondo\x20de\x20texto','679lWtGiY','Blue\x20100','Borde\x20derecho','Justificar','Distribute\x20rows','Separar\x20celdas','Combinar\x20celdas','Mover\x20filas','400364fCjJbq','Orange\x20600','Sin\x20borde','Table\x20background\x20color','Insert','Mover\x20fila','Reset\x20color','1382230Yaekgd','Red\x20600','18wQgmVk','Borde','Insert\x20row\x20above','Purple\x20600','Fuente','White','Punteado','241320NlANTR','Distribute\x20columns','5DGqvzJ','object','Insertar\x20imagen','Delete\x20row','Alinear\x20arriba','Gray\x20100','Primary\x20100','Raya\x20y\x20punto','Borde\x20superior','Alineación\x20vertical','Mover\x20columna','Distribute','Origen\x20de\x20imagen','Color\x20de\x20borde\x20de\x20tabla','Alinear\x20a\x20la\x20derecha','458865RBVJQf','Blue\x20600','Insertar\x20columna','1974930WonwaE','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','Tamaño\x20de\x20fuente','Color\x20de\x20fondo\x20de\x20tabla','Seleccionar\x20tabla','366dWuxuA','Bordes\x20interiores','5826yEpdAt','Green\x20600','12776nOKmnh','Color','Red\x20100','Gray\x20500','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','exports','Mover\x20columnas','Discontinuo','Cut','Borde\x20izquierdo','Gray\x20900','Inner\x20borders','Alinear\x20a\x20la\x20izquierda','Seleccionar\x20fila','Seleccionar\x20columna','Relleno\x20degradado','Alineación\x20horizontal','Delete','Yellow\x20100','Borde\x20vertical\x20interior','Borde\x20inferior','Centrar','Borders'];_0x48a8=function(){return _0x42c87e;};return _0x48a8();}
1
+ function _0x157e(_0x15a9f5,_0x3970b6){_0x15a9f5=_0x15a9f5-0xd1;var _0x53f9d4=_0x53f9();var _0x157e19=_0x53f9d4[_0x15a9f5];return _0x157e19;}function _0x53f9(){var _0x271d9c=['Alineación\x20horizontal','Alinear\x20al\x20medio','Alineación\x20vertical','Sin\x20bordes','Formato\x20de\x20texto','1084410IjlbXp','Insertar\x20columna','Justificar','Borde\x20superior','Sin\x20borde','Insertar\x20columna\x20a\x20la\x20derecha','Fuente','Bordes\x20interiores','63946RCZGhP','Borde\x20vertical\x20interior','Primera\x20columna','Insertar','Azul\x20600','Color','Azul\x20100','Borde\x20horizontal\x20interior','Centrar','Eliminar\x20tabla','Copiar','amd','Cortar','70714aJOZNp','Tema\x20de\x20tabla','Relleno\x20de\x20imagen\x20o\x20textura','Eliminar\x20fila','Color\x20de\x20fondo\x20de\x20tabla','Amarillo\x20100','No\x20se\x20pueden\x20mover\x20filas\x20entre\x20celdas\x20combinadas','368iRMGwj','Claro','Tamaño\x20de\x20fuente','Bordes','Amarillo\x20700','Verde\x20600','Borde\x20izquierdo','Última\x20columna','Aspecto\x20de\x20tabla','Verde\x20100','Fila\x20de\x20pie','Transparencia','Filas\x20con\x20bandas','Color\x20de\x20borde\x20de\x20tabla','Morado\x20600','Relleno\x20degradado','Borde\x20exterior','62631IvpfjW','Rojo\x20600','Borde\x20inferior','function','Distribuir\x20columnas','Insertar\x20imagen','Insertar\x20columna\x20a\x20la\x20izquierda','object','Combinar\x20celdas','Principal\x20100','Estilo\x20de\x20borde','Distribuir','Gris\x20900','Grosor\x20de\x20borde','Subrayado','Insertar\x20fila','Color\x20de\x20fondo\x20de\x20la\x20tabla','3uhEVpy','Seleccionar\x20columna','Bordes\x20exteriores','Naranja\x20600','Fila\x20de\x20encabezado','Alinear\x20arriba','2011680ZKwaNQ','Eliminar\x20columna','Restablecer\x20color','Medio','159891KJCsJe','Seleccionar\x20tabla','UniverProSlidesTableUiEsES','exports','Sólido','Gris\x20500','Mover\x20columnas','Color\x20de\x20fondo\x20de\x20texto','Relleno\x20sólido','441164XtsORt','Negrita','Sin\x20relleno','Tachado','Alinear\x20a\x20la\x20izquierda','No\x20se\x20pueden\x20mover\x20columnas\x20entre\x20celdas\x20combinadas','Todos\x20los\x20bordes','Mínimo','Discontinuo','168bRXhtN','Mover\x20filas'];_0x53f9=function(){return _0x271d9c;};return _0x53f9();}(function(_0x2758e8,_0x64480b){var _0x3979ea=_0x157e,_0x5874ea=_0x2758e8();while(!![]){try{var _0x2d5675=parseInt(_0x3979ea(0xf9))/0x1*(parseInt(_0x3979ea(0x124))/0x2)+-parseInt(_0x3979ea(0x103))/0x3+parseInt(_0x3979ea(0x10c))/0x4+parseInt(_0x3979ea(0x11c))/0x5+parseInt(_0x3979ea(0x115))/0x6*(-parseInt(_0x3979ea(0x131))/0x7)+parseInt(_0x3979ea(0xd7))/0x8*(parseInt(_0x3979ea(0xe8))/0x9)+-parseInt(_0x3979ea(0xff))/0xa;if(_0x2d5675===_0x64480b)break;else _0x5874ea['push'](_0x5874ea['shift']());}catch(_0x4fb16f){_0x5874ea['push'](_0x5874ea['shift']());}}}(_0x53f9,0x3243d),function(_0xcccd67,_0x5a89c5){var _0x16c433=_0x157e;typeof exports==_0x16c433(0xef)&&typeof module<'u'?module[_0x16c433(0x106)]=_0x5a89c5():typeof define==_0x16c433(0xeb)&&define[_0x16c433(0x12f)]?define([],_0x5a89c5):(_0xcccd67=typeof globalThis<'u'?globalThis:_0xcccd67||self,_0xcccd67[_0x16c433(0x105)]=_0x5a89c5());}(this,function(){var _0x245456=_0x157e;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x245456(0x122),'fontSize':_0x245456(0xd9),'textFormat':_0x245456(0x11b),'bold':_0x245456(0x10d),'italic':'Cursiva','underline':_0x245456(0xf6),'strikethrough':_0x245456(0x10f),'textColor':'Color\x20de\x20texto','textBackgroundColor':_0x245456(0x10a),'tableBackgroundColor':_0x245456(0xd4),'tableBorderColor':_0x245456(0xe4),'borderWidth':_0x245456(0xf5),'borderStyle':_0x245456(0xf2),'border':'Borde','borderStyleSolid':_0x245456(0x107),'borderStyleDash':_0x245456(0x114),'borderStyleDot':'Punteado','borderStyleDashDot':'Raya\x20y\x20punto','noBorder':_0x245456(0x120),'borderPresetAll':_0x245456(0x112),'borderPresetInner':'Bordes\x20interiores','borderPresetOuter':_0x245456(0xe7),'borderPresetTop':_0x245456(0x11f),'borderPresetBottom':_0x245456(0xea),'borderPresetLeft':_0x245456(0xdd),'borderPresetRight':'Borde\x20derecho','borderPresetInnerHorizontal':_0x245456(0x12b),'borderPresetInnerVertical':_0x245456(0x125),'none':'Ninguno','horizontalAlign':_0x245456(0x117),'verticalAlign':_0x245456(0x119),'alignLeft':_0x245456(0x110),'alignCenter':_0x245456(0x12c),'alignRight':'Alinear\x20a\x20la\x20derecha','alignJustify':_0x245456(0x11e),'alignTop':_0x245456(0xfe),'alignMiddle':_0x245456(0x118),'alignBottom':'Alinear\x20abajo','mergeCells':_0x245456(0xf0),'unmergeCells':'Separar\x20celdas','tableTheme':_0x245456(0xd1),'tableLook':_0x245456(0xdf),'headerRow':_0x245456(0xfd),'footerRow':_0x245456(0xe1),'bandedRows':_0x245456(0xe3),'bandedColumns':'Columnas\x20con\x20bandas','firstColumn':_0x245456(0x126),'lastColumn':_0x245456(0xde),'bestMatch':'Mejor\x20coincidencia','light':_0x245456(0xd8),'medium':_0x245456(0x102),'minimal':_0x245456(0x113)},'shapePanel':{'fill':{'noFill':_0x245456(0x10e),'solidFill':_0x245456(0x10b),'gradientFill':_0x245456(0xe6),'pictureFill':_0x245456(0xd2),'color':_0x245456(0x129),'transparency':_0x245456(0xe2),'picture':{'source':'Origen\x20de\x20imagen','insert':_0x245456(0xed)}}},'structuralControls':{'selectRow':'Seleccionar\x20fila','selectColumn':_0x245456(0xfa),'selectTable':_0x245456(0x104),'insertRow':_0x245456(0xf7),'insertColumn':_0x245456(0x11d),'moveRow':'Mover\x20fila','moveColumn':'Mover\x20columna','moveRows':_0x245456(0x116),'moveColumns':_0x245456(0x109),'cannotMoveMergedRows':_0x245456(0xd6),'cannotMoveMergedColumns':_0x245456(0x111)},'contextMenu':{'insert':_0x245456(0x127),'delete':'Eliminar','distribute':_0x245456(0xf3),'borders':_0x245456(0xda),'tableBackgroundColor':_0x245456(0xf8),'copy':_0x245456(0x12e),'cut':_0x245456(0x130),'deleteTable':_0x245456(0x12d),'insertRowAbove':'Insertar\x20fila\x20arriba','insertRowBelow':'Insertar\x20fila\x20abajo','insertColumnLeft':_0x245456(0xee),'insertColumnRight':_0x245456(0x121),'deleteRow':_0x245456(0xd3),'deleteColumn':_0x245456(0x100),'distributeRows':'Distribuir\x20filas','distributeColumns':_0x245456(0xec),'borderAll':_0x245456(0x112),'borderOuter':_0x245456(0xfb),'borderInner':_0x245456(0x123),'borderNone':_0x245456(0x11a)},'colorPreset':{'resetColor':_0x245456(0x101),'white':'Blanco','gray100':'Gris\x20100','primary100':_0x245456(0xf1),'blue100':_0x245456(0x12a),'green100':_0x245456(0xe0),'yellow100':_0x245456(0xd5),'red100':'Rojo\x20100','gray900':_0x245456(0xf4),'gray500':_0x245456(0x108),'red600':_0x245456(0xe9),'orange600':_0x245456(0xfc),'yellow700':_0x245456(0xdb),'green600':_0x245456(0xdc),'blue600':_0x245456(0x128),'purple600':_0x245456(0xe5)}}};}));
@@ -1 +1 @@
1
- function _0x3695(_0x437647,_0x492493){_0x437647=_0x437647-0x135;var _0x376329=_0x3763();var _0x3695d4=_0x376329[_0x437647];return _0x3695d4;}(function(_0x8464c6,_0x1eefbd){var _0x52a74c=_0x3695,_0x3e4b8b=_0x8464c6();while(!![]){try{var _0x3f1ea0=-parseInt(_0x52a74c(0x143))/0x1+-parseInt(_0x52a74c(0x160))/0x2*(-parseInt(_0x52a74c(0x174))/0x3)+parseInt(_0x52a74c(0x145))/0x4*(-parseInt(_0x52a74c(0x154))/0x5)+parseInt(_0x52a74c(0x186))/0x6*(-parseInt(_0x52a74c(0x136))/0x7)+parseInt(_0x52a74c(0x169))/0x8+parseInt(_0x52a74c(0x16c))/0x9+parseInt(_0x52a74c(0x18a))/0xa*(parseInt(_0x52a74c(0x151))/0xb);if(_0x3f1ea0===_0x1eefbd)break;else _0x3e4b8b['push'](_0x3e4b8b['shift']());}catch(_0x5abf19){_0x3e4b8b['push'](_0x3e4b8b['shift']());}}}(_0x3763,0x97833),function(_0x3f9925,_0x1b8baa){var _0x541ff7=_0x3695;typeof exports==_0x541ff7(0x180)&&typeof module<'u'?module[_0x541ff7(0x152)]=_0x1b8baa():typeof define==_0x541ff7(0x142)&&define[_0x541ff7(0x16a)]?define([],_0x1b8baa):(_0x3f9925=typeof globalThis<'u'?globalThis:_0x3f9925||self,_0x3f9925[_0x541ff7(0x14b)]=_0x1b8baa());}(this,function(){var _0x5ac99b=_0x3695;return{'slides-table-ui':{'editorToolbar':{'fontFamily':'فونت','fontSize':_0x5ac99b(0x140),'textColor':_0x5ac99b(0x161),'textBackgroundColor':_0x5ac99b(0x14f),'tableBackgroundColor':_0x5ac99b(0x17b),'tableBorderColor':_0x5ac99b(0x16f),'borderWidth':'ضخامت\x20کادر','borderStyle':_0x5ac99b(0x173),'border':_0x5ac99b(0x141),'borderStyleSolid':_0x5ac99b(0x13c),'borderStyleDash':_0x5ac99b(0x187),'borderStyleDot':_0x5ac99b(0x150),'borderStyleDashDot':_0x5ac99b(0x13d),'noBorder':_0x5ac99b(0x171),'borderPresetAll':'همه\x20کادرها','borderPresetInner':_0x5ac99b(0x14e),'borderPresetOuter':'کادر\x20بیرونی','borderPresetTop':_0x5ac99b(0x15c),'borderPresetBottom':_0x5ac99b(0x185),'borderPresetLeft':_0x5ac99b(0x158),'borderPresetRight':_0x5ac99b(0x176),'borderPresetInnerHorizontal':'کادر\x20افقی\x20داخلی','borderPresetInnerVertical':_0x5ac99b(0x16e),'none':'هیچ','horizontalAlign':_0x5ac99b(0x13e),'verticalAlign':_0x5ac99b(0x165),'alignLeft':_0x5ac99b(0x177),'alignCenter':_0x5ac99b(0x16d),'alignRight':_0x5ac99b(0x178),'alignJustify':'هم‌تراز','alignTop':'تراز\x20بالا','alignMiddle':_0x5ac99b(0x17e),'alignBottom':_0x5ac99b(0x146),'mergeCells':_0x5ac99b(0x14a),'unmergeCells':_0x5ac99b(0x182)},'shapePanel':{'fill':{'noFill':_0x5ac99b(0x17a),'solidFill':_0x5ac99b(0x179),'gradientFill':'پر\x20کردن\x20گرادیان','pictureFill':_0x5ac99b(0x16b),'color':_0x5ac99b(0x153),'transparency':'شفافیت','picture':{'source':_0x5ac99b(0x147),'insert':_0x5ac99b(0x15e)}}},'structuralControls':{'selectRow':_0x5ac99b(0x184),'selectColumn':_0x5ac99b(0x159),'selectTable':'Select\x20table','insertRow':_0x5ac99b(0x148),'insertColumn':'Insert\x20column','moveRow':_0x5ac99b(0x15f),'moveColumn':'Move\x20column','moveRows':_0x5ac99b(0x183),'moveColumns':_0x5ac99b(0x168),'cannotMoveMergedRows':_0x5ac99b(0x189),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x5ac99b(0x149),'delete':_0x5ac99b(0x156),'distribute':_0x5ac99b(0x15b),'borders':_0x5ac99b(0x157),'tableBackgroundColor':_0x5ac99b(0x144),'copy':_0x5ac99b(0x137),'cut':'Cut','deleteTable':_0x5ac99b(0x13a),'insertRowAbove':_0x5ac99b(0x138),'insertRowBelow':_0x5ac99b(0x162),'insertColumnLeft':_0x5ac99b(0x17c),'insertColumnRight':_0x5ac99b(0x188),'deleteRow':_0x5ac99b(0x170),'deleteColumn':'Delete\x20column','distributeRows':_0x5ac99b(0x164),'distributeColumns':_0x5ac99b(0x13f),'borderAll':_0x5ac99b(0x155),'borderOuter':'Outer\x20borders','borderInner':_0x5ac99b(0x14c),'borderNone':_0x5ac99b(0x14d)},'colorPreset':{'resetColor':_0x5ac99b(0x175),'white':_0x5ac99b(0x139),'gray100':_0x5ac99b(0x181),'primary100':_0x5ac99b(0x172),'blue100':_0x5ac99b(0x17d),'green100':'Green\x20100','yellow100':_0x5ac99b(0x167),'red100':_0x5ac99b(0x17f),'gray900':_0x5ac99b(0x163),'gray500':'Gray\x20500','red600':_0x5ac99b(0x135),'orange600':_0x5ac99b(0x15d),'yellow700':_0x5ac99b(0x13b),'green600':_0x5ac99b(0x15a),'blue600':_0x5ac99b(0x166),'purple600':'Purple\x20600'}}};}));function _0x3763(){var _0x1fcef3=['Gray\x20100','لغو\x20ادغام\x20سلول‌ها','Move\x20rows','Select\x20row','کادر\x20پایین','1087638usmndI','خط‌چین','Insert\x20column\x20right','Cannot\x20move\x20rows\x20across\x20merged\x20cells','231950oKFETi','Red\x20600','7tmsrQR','Copy','Insert\x20row\x20above','White','Delete\x20table','Yellow\x20700','یکپارچه','خط‌نقطه','تراز\x20افقی','Distribute\x20columns','اندازه\x20فونت','کادر','function','607945CxCriA','Table\x20background\x20color','1489052FVczjj','تراز\x20پایین','منبع\x20تصویر','Insert\x20row','Insert','ادغام\x20سلول‌ها','UniverProSlidesTableUiFaIR','Inner\x20borders','No\x20border','کادرهای\x20داخلی','رنگ\x20پس‌زمینه\x20متن','نقطه‌چین','11beWmMC','exports','رنگ','5eQpElB','All\x20borders','Delete','Borders','کادر\x20چپ','Select\x20column','Green\x20600','Distribute','کادر\x20بالا','Orange\x20600','درج\x20تصویر','Move\x20row','6JbKHGp','رنگ\x20متن','Insert\x20row\x20below','Gray\x20900','Distribute\x20rows','تراز\x20عمودی','Blue\x20600','Yellow\x20100','Move\x20columns','340856UXGIcP','amd','پر\x20کردن\x20تصویر\x20یا\x20بافت','6767775NqQMCk','تراز\x20وسط','کادر\x20عمودی\x20داخلی','رنگ\x20کادر\x20جدول','Delete\x20row','بدون\x20کادر','Primary\x20100','سبک\x20کادر','964299zHKwKf','Reset\x20color','کادر\x20راست','تراز\x20چپ','تراز\x20راست','پر\x20کردن\x20یکدست','بدون\x20پر\x20کردن','رنگ\x20پس‌زمینه\x20جدول','Insert\x20column\x20left','Blue\x20100','تراز\x20وسط\x20عمودی','Red\x20100','object'];_0x3763=function(){return _0x1fcef3;};return _0x3763();}
1
+ function _0x5e5c(){var _0x113f0d=['توزیع','زرد\x20100','ستون‌های\x20نواری','انتخاب\x20جدول','exports','حاشیه‌های\x20داخلی','حذف\x20ستون','درج','5353896BjaWqk','خاکستری\x20900','بازنشانی\x20رنگ','474ddzxIW','توزیع\x20ستون‌ها','پر\x20کردن\x20گرادیان','کادر\x20عمودی\x20داخلی','قرمز\x20100','درج\x20تصویر','زیرخط','تراز\x20بالا','آبی\x20600','فونت','8540010FpRWPu','نارنجی\x20600','1668102zESUiC','شفافیت','amd','ردیف‌های\x20نواری','پر\x20کردن\x20یکدست','رنگ\x20پس‌زمینه\x20متن','ادغام\x20سلول‌ها','کادر\x20پایین','درج\x20ستون\x20در\x20چپ','انتقال\x20ستون‌ها','درج\x20ردیف\x20در\x20پایین','33bbHBHp','رنگ\x20پس‌زمینه\x20جدول','function','هم‌تراز','انتخاب\x20ردیف','متوسط','حاشیه‌های\x20بیرونی','حاشیه‌ها','قالب\x20جدول','ظاهر\x20جدول','object','درج\x20سطر','کادر\x20افقی\x20داخلی','کادر\x20بیرونی','9848PjHLml','کادر\x20چپ','نقطه‌چین','حذف\x20جدول','برش','ردیف\x20سرصفحه','سبز\x20600','سفید','توزیع\x20ردیف‌ها','بهترین\x20تطابق','حداقلی','بدون\x20پر\x20کردن','انتقال\x20ردیف‌ها','ستون‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','خط‌خورده','ردیف\x20پاصفحه','30WaqPdc','همه\x20کادرها','کادر','ضخامت\x20کادر','14OvRuGu','زرد\x20700','451756gyLjQI','سبک\x20کادر','درج\x20ردیف\x20در\x20بالا','یکپارچه','پررنگ','خط‌نقطه','4077760zKKocv','رنگ\x20کادر\x20جدول','هیچ','2188624Ywzjmt','4bChxCm','رنگ','اصلی\x20100','بدون\x20کادر','خاکستری\x20500','ستون\x20اول','تراز\x20پایین','خط‌چین','رنگ\x20متن','آبی\x20100','تراز\x20وسط','تراز\x20افقی'];_0x5e5c=function(){return _0x113f0d;};return _0x5e5c();}function _0x337c(_0x13bae3,_0xefe35f){_0x13bae3=_0x13bae3-0x114;var _0x5e5c56=_0x5e5c();var _0x337cb7=_0x5e5c56[_0x13bae3];return _0x337cb7;}(function(_0x34fca0,_0x291d3b){var _0x1aeb7b=_0x337c,_0x3b5d37=_0x34fca0();while(!![]){try{var _0x323e80=-parseInt(_0x1aeb7b(0x13b))/0x1*(-parseInt(_0x1aeb7b(0x145))/0x2)+parseInt(_0x1aeb7b(0x15c))/0x3*(-parseInt(_0x1aeb7b(0x125))/0x4)+parseInt(_0x1aeb7b(0x135))/0x5*(parseInt(_0x1aeb7b(0x168))/0x6)+-parseInt(_0x1aeb7b(0x139))/0x7*(parseInt(_0x1aeb7b(0x144))/0x8)+parseInt(_0x1aeb7b(0x166))/0x9+-parseInt(_0x1aeb7b(0x141))/0xa*(parseInt(_0x1aeb7b(0x117))/0xb)+-parseInt(_0x1aeb7b(0x159))/0xc;if(_0x323e80===_0x291d3b)break;else _0x3b5d37['push'](_0x3b5d37['shift']());}catch(_0x23ddb1){_0x3b5d37['push'](_0x3b5d37['shift']());}}}(_0x5e5c,0xdf5b2),function(_0x1a1777,_0x31455c){var _0x2d840e=_0x337c;typeof exports==_0x2d840e(0x121)&&typeof module<'u'?module[_0x2d840e(0x155)]=_0x31455c():typeof define==_0x2d840e(0x119)&&define[_0x2d840e(0x16a)]?define([],_0x31455c):(_0x1a1777=typeof globalThis<'u'?globalThis:_0x1a1777||self,_0x1a1777['UniverProSlidesTableUiFaIR']=_0x31455c());}(this,function(){var _0x2b19e3=_0x337c;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x2b19e3(0x165),'fontSize':'اندازه\x20فونت','textFormat':'قالب\x20متن','bold':_0x2b19e3(0x13f),'italic':'کج','underline':_0x2b19e3(0x162),'strikethrough':_0x2b19e3(0x133),'textColor':_0x2b19e3(0x14d),'textBackgroundColor':_0x2b19e3(0x16d),'tableBackgroundColor':'رنگ\x20پس‌زمینه\x20جدول','tableBorderColor':_0x2b19e3(0x142),'borderWidth':_0x2b19e3(0x138),'borderStyle':_0x2b19e3(0x13c),'border':_0x2b19e3(0x137),'borderStyleSolid':_0x2b19e3(0x13e),'borderStyleDash':_0x2b19e3(0x14c),'borderStyleDot':_0x2b19e3(0x127),'borderStyleDashDot':_0x2b19e3(0x140),'noBorder':_0x2b19e3(0x148),'borderPresetAll':_0x2b19e3(0x136),'borderPresetInner':'کادرهای\x20داخلی','borderPresetOuter':_0x2b19e3(0x124),'borderPresetTop':'کادر\x20بالا','borderPresetBottom':_0x2b19e3(0x16f),'borderPresetLeft':_0x2b19e3(0x126),'borderPresetRight':'کادر\x20راست','borderPresetInnerHorizontal':_0x2b19e3(0x123),'borderPresetInnerVertical':_0x2b19e3(0x15f),'none':_0x2b19e3(0x143),'horizontalAlign':_0x2b19e3(0x150),'verticalAlign':'تراز\x20عمودی','alignLeft':'تراز\x20چپ','alignCenter':_0x2b19e3(0x14f),'alignRight':'تراز\x20راست','alignJustify':_0x2b19e3(0x11a),'alignTop':_0x2b19e3(0x163),'alignMiddle':'تراز\x20وسط\x20عمودی','alignBottom':_0x2b19e3(0x14b),'mergeCells':_0x2b19e3(0x16e),'unmergeCells':'لغو\x20ادغام\x20سلول‌ها','tableTheme':_0x2b19e3(0x11f),'tableLook':_0x2b19e3(0x120),'headerRow':_0x2b19e3(0x12a),'footerRow':_0x2b19e3(0x134),'bandedRows':_0x2b19e3(0x16b),'bandedColumns':_0x2b19e3(0x153),'firstColumn':_0x2b19e3(0x14a),'lastColumn':'ستون\x20آخر','bestMatch':_0x2b19e3(0x12e),'light':'روشن','medium':_0x2b19e3(0x11c),'minimal':_0x2b19e3(0x12f)},'shapePanel':{'fill':{'noFill':_0x2b19e3(0x130),'solidFill':_0x2b19e3(0x16c),'gradientFill':_0x2b19e3(0x15e),'pictureFill':'پر\x20کردن\x20تصویر\x20یا\x20بافت','color':_0x2b19e3(0x146),'transparency':_0x2b19e3(0x169),'picture':{'source':'منبع\x20تصویر','insert':_0x2b19e3(0x161)}}},'structuralControls':{'selectRow':_0x2b19e3(0x11b),'selectColumn':'انتخاب\x20ستون','selectTable':_0x2b19e3(0x154),'insertRow':_0x2b19e3(0x122),'insertColumn':'درج\x20ستون','moveRow':'انتقال\x20ردیف','moveColumn':'انتقال\x20ستون','moveRows':_0x2b19e3(0x131),'moveColumns':_0x2b19e3(0x115),'cannotMoveMergedRows':'ردیف‌ها\x20را\x20نمی‌توان\x20از\x20میان\x20سلول‌های\x20ادغام‌شده\x20جابه‌جا\x20کرد','cannotMoveMergedColumns':_0x2b19e3(0x132)},'contextMenu':{'insert':_0x2b19e3(0x158),'delete':'حذف','distribute':_0x2b19e3(0x151),'borders':_0x2b19e3(0x11e),'tableBackgroundColor':_0x2b19e3(0x118),'copy':'کپی','cut':_0x2b19e3(0x129),'deleteTable':_0x2b19e3(0x128),'insertRowAbove':_0x2b19e3(0x13d),'insertRowBelow':_0x2b19e3(0x116),'insertColumnLeft':_0x2b19e3(0x114),'insertColumnRight':'درج\x20ستون\x20در\x20راست','deleteRow':'حذف\x20ردیف','deleteColumn':_0x2b19e3(0x157),'distributeRows':_0x2b19e3(0x12d),'distributeColumns':_0x2b19e3(0x15d),'borderAll':'همه\x20حاشیه‌ها','borderOuter':_0x2b19e3(0x11d),'borderInner':_0x2b19e3(0x156),'borderNone':'بدون\x20حاشیه'},'colorPreset':{'resetColor':_0x2b19e3(0x15b),'white':_0x2b19e3(0x12c),'gray100':'خاکستری\x20100','primary100':_0x2b19e3(0x147),'blue100':_0x2b19e3(0x14e),'green100':'سبز\x20100','yellow100':_0x2b19e3(0x152),'red100':_0x2b19e3(0x160),'gray900':_0x2b19e3(0x15a),'gray500':_0x2b19e3(0x149),'red600':'قرمز\x20600','orange600':_0x2b19e3(0x167),'yellow700':_0x2b19e3(0x13a),'green600':_0x2b19e3(0x12b),'blue600':_0x2b19e3(0x164),'purple600':'بنفش\x20600'}}};}));
@@ -1 +1 @@
1
- function _0x2d44(_0x4a13a8,_0x5f202c){_0x4a13a8=_0x4a13a8-0x12e;var _0x3771bb=_0x3771();var _0x2d4431=_0x3771bb[_0x4a13a8];return _0x2d4431;}(function(_0x194b6b,_0x3a7bec){var _0x29edcd=_0x2d44,_0x306a95=_0x194b6b();while(!![]){try{var _0x449c04=parseInt(_0x29edcd(0x142))/0x1*(-parseInt(_0x29edcd(0x15a))/0x2)+parseInt(_0x29edcd(0x163))/0x3+-parseInt(_0x29edcd(0x14f))/0x4+-parseInt(_0x29edcd(0x137))/0x5+parseInt(_0x29edcd(0x164))/0x6+-parseInt(_0x29edcd(0x152))/0x7+parseInt(_0x29edcd(0x16d))/0x8;if(_0x449c04===_0x3a7bec)break;else _0x306a95['push'](_0x306a95['shift']());}catch(_0x1df091){_0x306a95['push'](_0x306a95['shift']());}}}(_0x3771,0x8c649),function(_0x1e5ce9,_0x59c953){var _0x4b1bdb=_0x2d44;typeof exports==_0x4b1bdb(0x132)&&typeof module<'u'?module['exports']=_0x59c953():typeof define==_0x4b1bdb(0x141)&&define[_0x4b1bdb(0x17b)]?define([],_0x59c953):(_0x1e5ce9=typeof globalThis<'u'?globalThis:_0x1e5ce9||self,_0x1e5ce9[_0x4b1bdb(0x166)]=_0x59c953());}(this,function(){var _0x118b93=_0x2d44;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x118b93(0x15f),'fontSize':_0x118b93(0x133),'textColor':_0x118b93(0x145),'textBackgroundColor':_0x118b93(0x12e),'tableBackgroundColor':_0x118b93(0x172),'tableBorderColor':_0x118b93(0x178),'borderWidth':_0x118b93(0x130),'borderStyle':_0x118b93(0x179),'border':_0x118b93(0x167),'borderStyleSolid':_0x118b93(0x165),'borderStyleDash':_0x118b93(0x15d),'borderStyleDot':'Pointillé','borderStyleDashDot':_0x118b93(0x147),'noBorder':'Aucune\x20bordure','borderPresetAll':_0x118b93(0x140),'borderPresetInner':_0x118b93(0x16f),'borderPresetOuter':_0x118b93(0x17e),'borderPresetTop':_0x118b93(0x169),'borderPresetBottom':'Bordure\x20inférieure','borderPresetLeft':_0x118b93(0x138),'borderPresetRight':_0x118b93(0x160),'borderPresetInnerHorizontal':_0x118b93(0x14c),'borderPresetInnerVertical':_0x118b93(0x159),'none':_0x118b93(0x16e),'horizontalAlign':_0x118b93(0x14e),'verticalAlign':'Alignement\x20vertical','alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x118b93(0x17a),'alignRight':_0x118b93(0x143),'alignJustify':_0x118b93(0x170),'alignTop':'Aligner\x20en\x20haut','alignMiddle':_0x118b93(0x16a),'alignBottom':'Aligner\x20en\x20bas','mergeCells':_0x118b93(0x157),'unmergeCells':_0x118b93(0x139)},'shapePanel':{'fill':{'noFill':_0x118b93(0x12f),'solidFill':_0x118b93(0x13c),'gradientFill':_0x118b93(0x13a),'pictureFill':'Remplissage\x20image\x20ou\x20texture','color':'Couleur','transparency':_0x118b93(0x13b),'picture':{'source':_0x118b93(0x154),'insert':'Insérer\x20une\x20image'}}},'structuralControls':{'selectRow':_0x118b93(0x13f),'selectColumn':_0x118b93(0x175),'selectTable':_0x118b93(0x13d),'insertRow':_0x118b93(0x14a),'insertColumn':_0x118b93(0x150),'moveRow':_0x118b93(0x173),'moveColumn':'Deplacer\x20la\x20colonne','moveRows':_0x118b93(0x156),'moveColumns':_0x118b93(0x14d),'cannotMoveMergedRows':_0x118b93(0x16c),'cannotMoveMergedColumns':_0x118b93(0x171)},'contextMenu':{'insert':'Insert','delete':_0x118b93(0x151),'distribute':_0x118b93(0x13e),'borders':'Borders','tableBackgroundColor':_0x118b93(0x149),'copy':_0x118b93(0x135),'cut':_0x118b93(0x162),'deleteTable':_0x118b93(0x17d),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':_0x118b93(0x176),'insertColumnLeft':_0x118b93(0x134),'insertColumnRight':_0x118b93(0x168),'deleteRow':'Delete\x20row','deleteColumn':_0x118b93(0x153),'distributeRows':_0x118b93(0x136),'distributeColumns':_0x118b93(0x155),'borderAll':_0x118b93(0x174),'borderOuter':'Outer\x20borders','borderInner':_0x118b93(0x15b),'borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x118b93(0x177),'white':'White','gray100':_0x118b93(0x146),'primary100':_0x118b93(0x15c),'blue100':_0x118b93(0x161),'green100':_0x118b93(0x16b),'yellow100':_0x118b93(0x17c),'red100':_0x118b93(0x144),'gray900':_0x118b93(0x131),'gray500':'Gray\x20500','red600':_0x118b93(0x15e),'orange600':'Orange\x20600','yellow700':_0x118b93(0x14b),'green600':_0x118b93(0x148),'blue600':'Blue\x20600','purple600':_0x118b93(0x158)}}};}));function _0x3771(){var _0x1ca678=['Justifier','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Couleur\x20de\x20fond\x20du\x20tableau','Deplacer\x20la\x20ligne','All\x20borders','Selectionner\x20une\x20colonne','Insert\x20row\x20below','Reset\x20color','Couleur\x20de\x20bordure\x20du\x20tableau','Style\x20de\x20bordure','Aligner\x20au\x20centre','amd','Yellow\x20100','Delete\x20table','Bordure\x20extérieure','Couleur\x20d\x27arrière-plan\x20du\x20texte','Aucun\x20remplissage','Épaisseur\x20de\x20bordure','Gray\x20900','object','Taille\x20de\x20la\x20police','Insert\x20column\x20left','Copy','Distribute\x20rows','4167165GoMdyI','Bordure\x20gauche','Annuler\x20la\x20fusion\x20des\x20cellules','Remplissage\x20dégradé','Transparence','Remplissage\x20uni','Selectionner\x20le\x20tableau','Distribute','Selectionner\x20une\x20ligne','Toutes\x20les\x20bordures','function','860477wgSSCP','Aligner\x20à\x20droite','Red\x20100','Couleur\x20du\x20texte','Gray\x20100','Tiret-point','Green\x20600','Table\x20background\x20color','Inserer\x20une\x20ligne','Yellow\x20700','Bordure\x20horizontale\x20intérieure','Deplacer\x20les\x20colonnes','Alignement\x20horizontal','2664816NCqDrW','Inserer\x20une\x20colonne','Delete','4758166gmvetx','Delete\x20column','Source\x20de\x20l\x27image','Distribute\x20columns','Deplacer\x20les\x20lignes','Fusionner\x20les\x20cellules','Purple\x20600','Bordure\x20verticale\x20intérieure','2orrgXs','Inner\x20borders','Primary\x20100','Tirets','Red\x20600','Police','Bordure\x20droite','Blue\x20100','Cut','2153412UqXqYu','1206990ymnjIh','Continu','UniverProSlidesTableUiFrFR','Bordure','Insert\x20column\x20right','Bordure\x20supérieure','Aligner\x20au\x20milieu','Green\x20100','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','21567456ldXnQf','Aucun','Bordures\x20intérieures'];_0x3771=function(){return _0x1ca678;};return _0x3771();}
1
+ (function(_0x184dd1,_0x37b72c){var _0xdde286=_0x7091,_0x2976e8=_0x184dd1();while(!![]){try{var _0x5a82cc=-parseInt(_0xdde286(0x96))/0x1+-parseInt(_0xdde286(0x9e))/0x2+parseInt(_0xdde286(0x74))/0x3+-parseInt(_0xdde286(0x89))/0x4+parseInt(_0xdde286(0xbf))/0x5*(parseInt(_0xdde286(0xab))/0x6)+-parseInt(_0xdde286(0x78))/0x7+parseInt(_0xdde286(0x72))/0x8;if(_0x5a82cc===_0x37b72c)break;else _0x2976e8['push'](_0x2976e8['shift']());}catch(_0x37a5c5){_0x2976e8['push'](_0x2976e8['shift']());}}}(_0x5466,0xeb993),function(_0x3dd771,_0x55be19){var _0xba064f=_0x7091;typeof exports=='object'&&typeof module<'u'?module[_0xba064f(0x83)]=_0x55be19():typeof define==_0xba064f(0x86)&&define[_0xba064f(0x81)]?define([],_0x55be19):(_0x3dd771=typeof globalThis<'u'?globalThis:_0x3dd771||self,_0x3dd771[_0xba064f(0x8c)]=_0x55be19());}(this,function(){var _0x10b56c=_0x7091;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x10b56c(0xc2),'fontSize':_0x10b56c(0x84),'textFormat':'Format\x20de\x20texte','bold':_0x10b56c(0x8e),'italic':'Italique','underline':_0x10b56c(0xbc),'strikethrough':'Barré','textColor':_0x10b56c(0x9a),'textBackgroundColor':_0x10b56c(0xc6),'tableBackgroundColor':_0x10b56c(0x7d),'tableBorderColor':_0x10b56c(0xa6),'borderWidth':_0x10b56c(0xa9),'borderStyle':_0x10b56c(0x95),'border':'Bordure','borderStyleSolid':_0x10b56c(0x80),'borderStyleDash':'Tirets','borderStyleDot':_0x10b56c(0xb4),'borderStyleDashDot':_0x10b56c(0xaa),'noBorder':_0x10b56c(0xc9),'borderPresetAll':_0x10b56c(0x9b),'borderPresetInner':_0x10b56c(0x92),'borderPresetOuter':'Bordure\x20extérieure','borderPresetTop':_0x10b56c(0x7b),'borderPresetBottom':_0x10b56c(0x98),'borderPresetLeft':'Bordure\x20gauche','borderPresetRight':_0x10b56c(0x8d),'borderPresetInnerHorizontal':_0x10b56c(0x7a),'borderPresetInnerVertical':_0x10b56c(0xa2),'none':'Aucun','horizontalAlign':_0x10b56c(0x76),'verticalAlign':_0x10b56c(0xbb),'alignLeft':'Aligner\x20à\x20gauche','alignCenter':_0x10b56c(0x97),'alignRight':_0x10b56c(0xaf),'alignJustify':'Justifier','alignTop':_0x10b56c(0xae),'alignMiddle':_0x10b56c(0xa8),'alignBottom':_0x10b56c(0x82),'mergeCells':_0x10b56c(0x9c),'unmergeCells':_0x10b56c(0x87),'tableTheme':'Thème\x20de\x20tableau','tableLook':_0x10b56c(0x99),'headerRow':'Ligne\x20d’en-tête','footerRow':_0x10b56c(0x9f),'bandedRows':_0x10b56c(0x79),'bandedColumns':'Colonnes\x20alternées','firstColumn':_0x10b56c(0x8b),'lastColumn':_0x10b56c(0xbd),'bestMatch':_0x10b56c(0x8a),'light':_0x10b56c(0xac),'medium':'Moyen','minimal':_0x10b56c(0x93)},'shapePanel':{'fill':{'noFill':_0x10b56c(0x7f),'solidFill':'Remplissage\x20uni','gradientFill':_0x10b56c(0xc8),'pictureFill':_0x10b56c(0xba),'color':'Couleur','transparency':_0x10b56c(0xad),'picture':{'source':_0x10b56c(0xc4),'insert':_0x10b56c(0x71)}}},'structuralControls':{'selectRow':_0x10b56c(0xb9),'selectColumn':_0x10b56c(0xb0),'selectTable':_0x10b56c(0x85),'insertRow':_0x10b56c(0xc1),'insertColumn':_0x10b56c(0xb2),'moveRow':'Deplacer\x20la\x20ligne','moveColumn':'Deplacer\x20la\x20colonne','moveRows':_0x10b56c(0xb6),'moveColumns':_0x10b56c(0x9d),'cannotMoveMergedRows':_0x10b56c(0x7c),'cannotMoveMergedColumns':_0x10b56c(0x73)},'contextMenu':{'insert':_0x10b56c(0xc0),'delete':_0x10b56c(0xb7),'distribute':'Répartir','borders':_0x10b56c(0x88),'tableBackgroundColor':_0x10b56c(0x94),'copy':'Copier','cut':_0x10b56c(0xc3),'deleteTable':'Supprimer\x20le\x20tableau','insertRowAbove':'Insérer\x20une\x20ligne\x20au-dessus','insertRowBelow':_0x10b56c(0xa0),'insertColumnLeft':_0x10b56c(0xc7),'insertColumnRight':_0x10b56c(0x8f),'deleteRow':'Supprimer\x20la\x20ligne','deleteColumn':_0x10b56c(0xa5),'distributeRows':_0x10b56c(0xa1),'distributeColumns':'Répartir\x20les\x20colonnes','borderAll':_0x10b56c(0x9b),'borderOuter':_0x10b56c(0x77),'borderInner':_0x10b56c(0x92),'borderNone':_0x10b56c(0xc9)},'colorPreset':{'resetColor':_0x10b56c(0xb1),'white':_0x10b56c(0xa7),'gray100':_0x10b56c(0xca),'primary100':_0x10b56c(0xa3),'blue100':_0x10b56c(0xbe),'green100':_0x10b56c(0xb3),'yellow100':'Jaune\x20100','red100':_0x10b56c(0xa4),'gray900':_0x10b56c(0xc5),'gray500':_0x10b56c(0x75),'red600':'Rouge\x20600','orange600':_0x10b56c(0xb5),'yellow700':_0x10b56c(0xb8),'green600':_0x10b56c(0x90),'blue600':_0x10b56c(0x7e),'purple600':_0x10b56c(0x91)}}};}));function _0x7091(_0x5a52c4,_0x32b345){_0x5a52c4=_0x5a52c4-0x71;var _0x54661d=_0x5466();var _0x7091f1=_0x54661d[_0x5a52c4];return _0x7091f1;}function _0x5466(){var _0x53e250=['Jaune\x20700','Selectionner\x20une\x20ligne','Remplissage\x20image\x20ou\x20texture','Alignement\x20vertical','Souligné','Dernière\x20colonne','Bleu\x20100','1446995dDNzVp','Insérer','Inserer\x20une\x20ligne','Police','Couper','Source\x20de\x20l\x27image','Gris\x20900','Couleur\x20d\x27arrière-plan\x20du\x20texte','Insérer\x20une\x20colonne\x20à\x20gauche','Remplissage\x20dégradé','Aucune\x20bordure','Gris\x20100','Insérer\x20une\x20image','12939792vtieTz','Impossible\x20de\x20deplacer\x20des\x20colonnes\x20a\x20travers\x20des\x20cellules\x20fusionnees','4171917cDuuhU','Gris\x20500','Alignement\x20horizontal','Bordures\x20extérieures','3978044emeIVX','Lignes\x20alternées','Bordure\x20horizontale\x20intérieure','Bordure\x20supérieure','Impossible\x20de\x20deplacer\x20des\x20lignes\x20a\x20travers\x20des\x20cellules\x20fusionnees','Couleur\x20de\x20fond\x20du\x20tableau','Bleu\x20600','Aucun\x20remplissage','Continu','amd','Aligner\x20en\x20bas','exports','Taille\x20de\x20la\x20police','Selectionner\x20le\x20tableau','function','Annuler\x20la\x20fusion\x20des\x20cellules','Bordures','2283060OIfUFA','Meilleure\x20correspondance','Première\x20colonne','UniverProSlidesTableUiFrFR','Bordure\x20droite','Gras','Insérer\x20une\x20colonne\x20à\x20droite','Vert\x20600','Violet\x20600','Bordures\x20intérieures','Minimaliste','Couleur\x20d’arrière-plan\x20du\x20tableau','Style\x20de\x20bordure','951656iaXEzL','Aligner\x20au\x20centre','Bordure\x20inférieure','Apparence\x20du\x20tableau','Couleur\x20du\x20texte','Toutes\x20les\x20bordures','Fusionner\x20les\x20cellules','Deplacer\x20les\x20colonnes','483576TMQdEc','Ligne\x20de\x20pied','Insérer\x20une\x20ligne\x20en\x20dessous','Répartir\x20les\x20lignes','Bordure\x20verticale\x20intérieure','Principal\x20100','Rouge\x20100','Supprimer\x20la\x20colonne','Couleur\x20de\x20bordure\x20du\x20tableau','Blanc','Aligner\x20au\x20milieu','Épaisseur\x20de\x20bordure','Tiret-point','6sIVBdm','Clair','Transparence','Aligner\x20en\x20haut','Aligner\x20à\x20droite','Selectionner\x20une\x20colonne','Réinitialiser\x20la\x20couleur','Inserer\x20une\x20colonne','Vert\x20100','Pointillé','Orange\x20600','Deplacer\x20les\x20lignes','Supprimer'];_0x5466=function(){return _0x53e250;};return _0x5466();}
@@ -1 +1 @@
1
- function _0x4557(_0x1ddb05,_0x207d1e){_0x1ddb05=_0x1ddb05-0x96;var _0xee0cdf=_0xee0c();var _0x45574f=_0xee0cdf[_0x1ddb05];return _0x45574f;}(function(_0x5dd235,_0x951cd5){var _0x4dbca7=_0x4557,_0xcc7b57=_0x5dd235();while(!![]){try{var _0x161add=-parseInt(_0x4dbca7(0xa8))/0x1*(-parseInt(_0x4dbca7(0xcd))/0x2)+-parseInt(_0x4dbca7(0xad))/0x3*(-parseInt(_0x4dbca7(0xd0))/0x4)+parseInt(_0x4dbca7(0xa9))/0x5+-parseInt(_0x4dbca7(0xdf))/0x6+-parseInt(_0x4dbca7(0xe3))/0x7*(parseInt(_0x4dbca7(0xac))/0x8)+-parseInt(_0x4dbca7(0xa6))/0x9+-parseInt(_0x4dbca7(0x98))/0xa*(parseInt(_0x4dbca7(0xcc))/0xb);if(_0x161add===_0x951cd5)break;else _0xcc7b57['push'](_0xcc7b57['shift']());}catch(_0x4cbc35){_0xcc7b57['push'](_0xcc7b57['shift']());}}}(_0xee0c,0xc119a),function(_0x15531a,_0x436478){var _0x34fc0e=_0x4557;typeof exports==_0x34fc0e(0xbc)&&typeof module<'u'?module[_0x34fc0e(0xc9)]=_0x436478():typeof define==_0x34fc0e(0xb7)&&define[_0x34fc0e(0xbb)]?define([],_0x436478):(_0x15531a=typeof globalThis<'u'?globalThis:_0x15531a||self,_0x15531a[_0x34fc0e(0xc5)]=_0x436478());}(this,function(){var _0x36abdf=_0x4557;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x36abdf(0xb8),'fontSize':'Ukuran\x20font','textColor':_0x36abdf(0xa7),'textBackgroundColor':_0x36abdf(0xd4),'tableBackgroundColor':_0x36abdf(0xb1),'tableBorderColor':_0x36abdf(0x97),'borderWidth':_0x36abdf(0xae),'borderStyle':_0x36abdf(0xd6),'border':'Batas','borderStyleSolid':_0x36abdf(0xa5),'borderStyleDash':'Putus-putus','borderStyleDot':_0x36abdf(0xcf),'borderStyleDashDot':'Garis-titik','noBorder':_0x36abdf(0x9f),'borderPresetAll':'Semua\x20batas','borderPresetInner':_0x36abdf(0xaa),'borderPresetOuter':_0x36abdf(0xa1),'borderPresetTop':'Batas\x20atas','borderPresetBottom':'Batas\x20bawah','borderPresetLeft':_0x36abdf(0xd3),'borderPresetRight':_0x36abdf(0xd5),'borderPresetInnerHorizontal':_0x36abdf(0xda),'borderPresetInnerVertical':_0x36abdf(0xbe),'none':_0x36abdf(0xc4),'horizontalAlign':_0x36abdf(0xb5),'verticalAlign':_0x36abdf(0xd9),'alignLeft':_0x36abdf(0xb2),'alignCenter':'Rata\x20tengah','alignRight':_0x36abdf(0xc1),'alignJustify':_0x36abdf(0xc7),'alignTop':'Rata\x20atas','alignMiddle':_0x36abdf(0xc0),'alignBottom':'Rata\x20bawah','mergeCells':_0x36abdf(0xe0),'unmergeCells':'Pisahkan\x20sel'},'shapePanel':{'fill':{'noFill':_0x36abdf(0xbd),'solidFill':_0x36abdf(0xdb),'gradientFill':_0x36abdf(0xbf),'pictureFill':_0x36abdf(0x9d),'color':'Warna','transparency':'Transparansi','picture':{'source':_0x36abdf(0x9e),'insert':'Sisipkan\x20Gambar'}}},'structuralControls':{'selectRow':_0x36abdf(0xdd),'selectColumn':_0x36abdf(0xcb),'selectTable':'Pilih\x20tabel','insertRow':_0x36abdf(0x9a),'insertColumn':_0x36abdf(0xce),'moveRow':_0x36abdf(0xb9),'moveColumn':'Pindahkan\x20kolom','moveRows':'Pindahkan\x20baris','moveColumns':'Pindahkan\x20kolom','cannotMoveMergedRows':_0x36abdf(0xb4),'cannotMoveMergedColumns':'Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan'},'contextMenu':{'insert':_0x36abdf(0xe1),'delete':_0x36abdf(0xaf),'distribute':_0x36abdf(0x9b),'borders':_0x36abdf(0xd1),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x36abdf(0xd7),'cut':_0x36abdf(0xdc),'deleteTable':_0x36abdf(0xc2),'insertRowAbove':'Insert\x20row\x20above','insertRowBelow':_0x36abdf(0xa3),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':_0x36abdf(0xab),'deleteRow':_0x36abdf(0x9c),'deleteColumn':'Delete\x20column','distributeRows':_0x36abdf(0x99),'distributeColumns':'Distribute\x20columns','borderAll':_0x36abdf(0xb3),'borderOuter':_0x36abdf(0xd2),'borderInner':_0x36abdf(0xa2),'borderNone':_0x36abdf(0xd8)},'colorPreset':{'resetColor':_0x36abdf(0xb6),'white':'White','gray100':_0x36abdf(0xde),'primary100':_0x36abdf(0xc8),'blue100':_0x36abdf(0xc6),'green100':_0x36abdf(0xb0),'yellow100':_0x36abdf(0x96),'red100':_0x36abdf(0xa0),'gray900':_0x36abdf(0xe2),'gray500':_0x36abdf(0xba),'red600':'Red\x20600','orange600':'Orange\x20600','yellow700':_0x36abdf(0xca),'green600':_0x36abdf(0xc3),'blue600':'Blue\x20600','purple600':_0x36abdf(0xa4)}}};}));function _0xee0c(){var _0x16096d=['No\x20border','Perataan\x20vertikal','Batas\x20horizontal\x20dalam','Isian\x20solid','Cut','Pilih\x20baris','Gray\x20100','2152338WaHMcd','Gabungkan\x20sel','Insert','Gray\x20900','266hmzPZd','Yellow\x20100','Warna\x20batas\x20tabel','4110RFMlNp','Distribute\x20rows','Sisipkan\x20baris','Distribute','Delete\x20row','Isian\x20gambar\x20atau\x20tekstur','Sumber\x20Gambar','Tanpa\x20batas','Red\x20100','Batas\x20luar','Inner\x20borders','Insert\x20row\x20below','Purple\x20600','Garis\x20penuh','7319034zPzPMP','Warna\x20teks','1575641RwtgHh','5702850qetUNT','Batas\x20dalam','Insert\x20column\x20right','318056UxTWDC','75SzXvik','Lebar\x20batas','Delete','Green\x20100','Warna\x20latar\x20tabel','Rata\x20kiri','All\x20borders','Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','Perataan\x20horizontal','Reset\x20color','function','Font','Pindahkan\x20baris','Gray\x20500','amd','object','Tanpa\x20isian','Batas\x20vertikal\x20dalam','Isian\x20gradien','Rata\x20tengah\x20vertikal','Rata\x20kanan','Delete\x20table','Green\x20600','Tidak\x20ada','UniverProSlidesTableUiIdID','Blue\x20100','Rata\x20kiri\x20kanan','Primary\x20100','exports','Yellow\x20700','Pilih\x20kolom','19833DtaFye','2zSUeJt','Sisipkan\x20kolom','Titik-titik','239756wQWWED','Borders','Outer\x20borders','Batas\x20kiri','Warna\x20latar\x20teks','Batas\x20kanan','Gaya\x20batas','Copy'];_0xee0c=function(){return _0x16096d;};return _0xee0c();}
1
+ function _0x49a1(_0x3a9b38,_0x54010b){_0x3a9b38=_0x3a9b38-0xa7;var _0x543bb9=_0x543b();var _0x49a176=_0x543bb9[_0x3a9b38];return _0x49a176;}(function(_0x151372,_0xec42d6){var _0x1cee2d=_0x49a1,_0x333ecb=_0x151372();while(!![]){try{var _0x15c66a=parseInt(_0x1cee2d(0xe8))/0x1*(parseInt(_0x1cee2d(0xf4))/0x2)+-parseInt(_0x1cee2d(0xec))/0x3+-parseInt(_0x1cee2d(0xf8))/0x4+parseInt(_0x1cee2d(0xfd))/0x5*(parseInt(_0x1cee2d(0xf3))/0x6)+-parseInt(_0x1cee2d(0xb4))/0x7+parseInt(_0x1cee2d(0xc0))/0x8*(-parseInt(_0x1cee2d(0xd8))/0x9)+parseInt(_0x1cee2d(0xf5))/0xa;if(_0x15c66a===_0xec42d6)break;else _0x333ecb['push'](_0x333ecb['shift']());}catch(_0x1ddd8f){_0x333ecb['push'](_0x333ecb['shift']());}}}(_0x543b,0xac42b),function(_0x447a4e,_0x3f9289){var _0x11e619=_0x49a1;typeof exports==_0x11e619(0xbb)&&typeof module<'u'?module['exports']=_0x3f9289():typeof define==_0x11e619(0xda)&&define['amd']?define([],_0x3f9289):(_0x447a4e=typeof globalThis<'u'?globalThis:_0x447a4e||self,_0x447a4e[_0x11e619(0xd5)]=_0x3f9289());}(this,function(){var _0xb014b3=_0x49a1;return{'slides-table-ui':{'editorToolbar':{'fontFamily':'Font','fontSize':_0xb014b3(0xf6),'textFormat':_0xb014b3(0xce),'bold':_0xb014b3(0xb0),'italic':_0xb014b3(0xc9),'underline':_0xb014b3(0xdc),'strikethrough':_0xb014b3(0xd4),'textColor':_0xb014b3(0xd0),'textBackgroundColor':'Warna\x20latar\x20teks','tableBackgroundColor':'Warna\x20latar\x20tabel','tableBorderColor':'Warna\x20batas\x20tabel','borderWidth':_0xb014b3(0xea),'borderStyle':_0xb014b3(0xb9),'border':_0xb014b3(0xf9),'borderStyleSolid':_0xb014b3(0xfa),'borderStyleDash':_0xb014b3(0xca),'borderStyleDot':'Titik-titik','borderStyleDashDot':_0xb014b3(0xcd),'noBorder':_0xb014b3(0xe0),'borderPresetAll':_0xb014b3(0xcf),'borderPresetInner':_0xb014b3(0xa9),'borderPresetOuter':_0xb014b3(0xb3),'borderPresetTop':'Batas\x20atas','borderPresetBottom':'Batas\x20bawah','borderPresetLeft':'Batas\x20kiri','borderPresetRight':'Batas\x20kanan','borderPresetInnerHorizontal':'Batas\x20horizontal\x20dalam','borderPresetInnerVertical':_0xb014b3(0xc4),'none':_0xb014b3(0xe4),'horizontalAlign':_0xb014b3(0xfc),'verticalAlign':'Perataan\x20vertikal','alignLeft':_0xb014b3(0xd7),'alignCenter':_0xb014b3(0xf2),'alignRight':_0xb014b3(0xa8),'alignJustify':_0xb014b3(0xaf),'alignTop':_0xb014b3(0xad),'alignMiddle':_0xb014b3(0xc1),'alignBottom':_0xb014b3(0xd6),'mergeCells':'Gabungkan\x20sel','unmergeCells':_0xb014b3(0xac),'tableTheme':_0xb014b3(0xf0),'tableLook':_0xb014b3(0xe6),'headerRow':_0xb014b3(0xe7),'footerRow':_0xb014b3(0xc6),'bandedRows':_0xb014b3(0xf1),'bandedColumns':_0xb014b3(0xbe),'firstColumn':_0xb014b3(0xdf),'lastColumn':_0xb014b3(0xe9),'bestMatch':'Kecocokan\x20terbaik','light':'Terang','medium':_0xb014b3(0xdd),'minimal':'Minimal'},'shapePanel':{'fill':{'noFill':_0xb014b3(0xc3),'solidFill':'Isian\x20solid','gradientFill':'Isian\x20gradien','pictureFill':_0xb014b3(0xeb),'color':_0xb014b3(0x100),'transparency':_0xb014b3(0xb1),'picture':{'source':_0xb014b3(0xe5),'insert':_0xb014b3(0xc7)}}},'structuralControls':{'selectRow':_0xb014b3(0xc8),'selectColumn':_0xb014b3(0xcb),'selectTable':_0xb014b3(0xb7),'insertRow':_0xb014b3(0xff),'insertColumn':_0xb014b3(0xbc),'moveRow':_0xb014b3(0xd2),'moveColumn':_0xb014b3(0xd3),'moveRows':_0xb014b3(0xd2),'moveColumns':_0xb014b3(0xd3),'cannotMoveMergedRows':'Tidak\x20dapat\x20memindahkan\x20baris\x20melewati\x20sel\x20gabungan','cannotMoveMergedColumns':'Tidak\x20dapat\x20memindahkan\x20kolom\x20melewati\x20sel\x20gabungan'},'contextMenu':{'insert':_0xb014b3(0xb8),'delete':_0xb014b3(0xaa),'distribute':_0xb014b3(0xd9),'borders':_0xb014b3(0xf9),'tableBackgroundColor':_0xb014b3(0xfe),'copy':_0xb014b3(0xc2),'cut':_0xb014b3(0xbf),'deleteTable':'Hapus\x20tabel','insertRowAbove':_0xb014b3(0xe3),'insertRowBelow':_0xb014b3(0xb6),'insertColumnLeft':_0xb014b3(0xe1),'insertColumnRight':'Sisipkan\x20kolom\x20di\x20kanan','deleteRow':_0xb014b3(0xe2),'deleteColumn':'Hapus\x20kolom','distributeRows':_0xb014b3(0xba),'distributeColumns':'Distribusikan\x20kolom','borderAll':_0xb014b3(0xcf),'borderOuter':'Batas\x20luar','borderInner':_0xb014b3(0xdb),'borderNone':_0xb014b3(0xe0)},'colorPreset':{'resetColor':_0xb014b3(0xde),'white':_0xb014b3(0xb2),'gray100':_0xb014b3(0xb5),'primary100':_0xb014b3(0xa7),'blue100':_0xb014b3(0xcc),'green100':_0xb014b3(0xd1),'yellow100':_0xb014b3(0xed),'red100':_0xb014b3(0xee),'gray900':_0xb014b3(0xbd),'gray500':_0xb014b3(0xf7),'red600':_0xb014b3(0xfb),'orange600':_0xb014b3(0xc5),'yellow700':_0xb014b3(0xae),'green600':_0xb014b3(0xab),'blue600':'Biru\x20600','purple600':_0xb014b3(0xef)}}};}));function _0x543b(){var _0x50a13f=['12571070QGVLjo','Ukuran\x20font','Abu-abu\x20500','2149292mcRwSP','Batas','Garis\x20penuh','Merah\x20600','Perataan\x20horizontal','5ewZITB','Warna\x20latar\x20belakang\x20tabel','Sisipkan\x20baris','Warna','Utama\x20100','Rata\x20kanan','Batas\x20dalam','Hapus','Hijau\x20600','Pisahkan\x20sel','Rata\x20atas','Kuning\x20700','Rata\x20kiri\x20kanan','Tebal','Transparansi','Putih','Batas\x20luar','1564038AoDjPS','Abu-abu\x20100','Sisipkan\x20baris\x20di\x20bawah','Pilih\x20tabel','Sisipkan','Gaya\x20batas','Distribusikan\x20baris','object','Sisipkan\x20kolom','Abu-abu\x20900','Kolom\x20berpita','Potong','144qTMTxO','Rata\x20tengah\x20vertikal','Salin','Tanpa\x20isian','Batas\x20vertikal\x20dalam','Oranye\x20600','Baris\x20footer','Sisipkan\x20Gambar','Pilih\x20baris','Miring','Putus-putus','Pilih\x20kolom','Biru\x20100','Garis-titik','Format\x20teks','Semua\x20batas','Warna\x20teks','Hijau\x20100','Pindahkan\x20baris','Pindahkan\x20kolom','Coret','UniverProSlidesTableUiIdID','Rata\x20bawah','Rata\x20kiri','192411XjfJti','Distribusikan','function','Batas\x20bagian\x20dalam','Garis\x20bawah','Sedang','Atur\x20ulang\x20warna','Kolom\x20pertama','Tanpa\x20batas','Sisipkan\x20kolom\x20di\x20kiri','Hapus\x20baris','Sisipkan\x20baris\x20di\x20atas','Tidak\x20ada','Sumber\x20Gambar','Tampilan\x20tabel','Baris\x20header','1rcrZPX','Kolom\x20terakhir','Lebar\x20batas','Isian\x20gambar\x20atau\x20tekstur','3815763ADKuPn','Kuning\x20100','Merah\x20100','Ungu\x20600','Tema\x20tabel','Baris\x20berpita','Rata\x20tengah','6870114aCWjnO','1441906STZdZz'];_0x543b=function(){return _0x50a13f;};return _0x543b();}
@@ -1 +1 @@
1
- function _0x80a8(){var _0x3f2c15=['Outer\x20borders','Borders','exports','Gray\x20500','Seleziona\x20tabella','Stile\x20bordo','14173730EUtdMy','Separa\x20celle','Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','Tratto-punto','Inserisci\x20colonna','Bordi\x20interni','object','Nessun\x20riempimento','White','15URdWCz','Distribute','Delete\x20table','Sposta\x20colonne','Inserisci\x20immagine','Riempimento\x20solido','618383oPadrs','Nessuno','Continuo','909186CirRHK','Bordo\x20superiore','Sposta\x20colonna','Reset\x20color','Blue\x20600','Yellow\x20700','Colore\x20sfondo\x20testo','Allinea\x20a\x20sinistra','Sposta\x20righe','3435138EhWfZK','8VklqEf','Red\x20600','Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite','881790XRxMtN','amd','Spessore\x20bordo','Insert\x20column\x20left','Delete\x20row','20572irpvkr','Bordo\x20verticale\x20interno','Tratteggiato','Bordo\x20esterno','Nessun\x20bordo','Trasparenza','Blue\x20100','Yellow\x20100','Delete','Distribute\x20rows','Riempimento\x20immagine\x20o\x20texture','UniverProSlidesTableUiItIT','Bordo\x20destro','Insert\x20column\x20right','Red\x20100','Insert\x20row\x20above','Allinea\x20a\x20destra','Green\x20100','Bordo\x20sinistro','Seleziona\x20riga','Seleziona\x20colonna','Tutti\x20i\x20bordi','Unisci\x20celle','Colore','Origine\x20immagine','Allinea\x20in\x20basso','Carattere','function','Delete\x20column','Allineamento\x20orizzontale','Inserisci\x20riga','Purple\x20600','All\x20borders','255uYaBZt','Sposta\x20riga','Copy','1569960WqDCmK','Green\x20600','Bordo\x20inferiore'];_0x80a8=function(){return _0x3f2c15;};return _0x80a8();}function _0x1ee3(_0x178360,_0x308447){_0x178360=_0x178360-0x7e;var _0x80a8e4=_0x80a8();var _0x1ee3df=_0x80a8e4[_0x178360];return _0x1ee3df;}(function(_0xd3fd58,_0x1f112b){var _0x155548=_0x1ee3,_0x179d8e=_0xd3fd58();while(!![]){try{var _0x526d16=parseInt(_0x155548(0x82))/0x1+-parseInt(_0x155548(0x97))/0x2*(parseInt(_0x155548(0xb8))/0x3)+-parseInt(_0x155548(0xbb))/0x4+-parseInt(_0x155548(0xcd))/0x5*(parseInt(_0x155548(0x85))/0x6)+-parseInt(_0x155548(0x92))/0x7+-parseInt(_0x155548(0x8f))/0x8*(-parseInt(_0x155548(0x8e))/0x9)+parseInt(_0x155548(0xc4))/0xa;if(_0x526d16===_0x1f112b)break;else _0x179d8e['push'](_0x179d8e['shift']());}catch(_0x15be99){_0x179d8e['push'](_0x179d8e['shift']());}}}(_0x80a8,0x8b2db),function(_0x569e7d,_0x4f59ae){var _0x1e4c03=_0x1ee3;typeof exports==_0x1e4c03(0xca)&&typeof module<'u'?module[_0x1e4c03(0xc0)]=_0x4f59ae():typeof define==_0x1e4c03(0xb2)&&define[_0x1e4c03(0x93)]?define([],_0x4f59ae):(_0x569e7d=typeof globalThis<'u'?globalThis:_0x569e7d||self,_0x569e7d[_0x1e4c03(0xa2)]=_0x4f59ae());}(this,function(){var _0x1ff9f7=_0x1ee3;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x1ff9f7(0xb1),'fontSize':'Dimensione\x20carattere','textColor':'Colore\x20testo','textBackgroundColor':_0x1ff9f7(0x8b),'tableBackgroundColor':'Colore\x20sfondo\x20tabella','tableBorderColor':'Colore\x20bordo\x20tabella','borderWidth':_0x1ff9f7(0x94),'borderStyle':_0x1ff9f7(0xc3),'border':'Bordo','borderStyleSolid':_0x1ff9f7(0x84),'borderStyleDash':_0x1ff9f7(0x99),'borderStyleDot':'Punteggiato','borderStyleDashDot':_0x1ff9f7(0xc7),'noBorder':_0x1ff9f7(0x9b),'borderPresetAll':_0x1ff9f7(0xac),'borderPresetInner':_0x1ff9f7(0xc9),'borderPresetOuter':_0x1ff9f7(0x9a),'borderPresetTop':_0x1ff9f7(0x86),'borderPresetBottom':_0x1ff9f7(0xbd),'borderPresetLeft':_0x1ff9f7(0xa9),'borderPresetRight':_0x1ff9f7(0xa3),'borderPresetInnerHorizontal':'Bordo\x20orizzontale\x20interno','borderPresetInnerVertical':_0x1ff9f7(0x98),'none':_0x1ff9f7(0x83),'horizontalAlign':_0x1ff9f7(0xb4),'verticalAlign':'Allineamento\x20verticale','alignLeft':_0x1ff9f7(0x8c),'alignCenter':'Allinea\x20al\x20centro','alignRight':_0x1ff9f7(0xa7),'alignJustify':'Giustifica','alignTop':'Allinea\x20in\x20alto','alignMiddle':'Allinea\x20al\x20centro\x20verticalmente','alignBottom':_0x1ff9f7(0xb0),'mergeCells':_0x1ff9f7(0xad),'unmergeCells':_0x1ff9f7(0xc5)},'shapePanel':{'fill':{'noFill':_0x1ff9f7(0xcb),'solidFill':_0x1ff9f7(0x81),'gradientFill':'Riempimento\x20gradiente','pictureFill':_0x1ff9f7(0xa1),'color':_0x1ff9f7(0xae),'transparency':_0x1ff9f7(0x9c),'picture':{'source':_0x1ff9f7(0xaf),'insert':_0x1ff9f7(0x80)}}},'structuralControls':{'selectRow':_0x1ff9f7(0xaa),'selectColumn':_0x1ff9f7(0xab),'selectTable':_0x1ff9f7(0xc2),'insertRow':_0x1ff9f7(0xb5),'insertColumn':_0x1ff9f7(0xc8),'moveRow':_0x1ff9f7(0xb9),'moveColumn':_0x1ff9f7(0x87),'moveRows':_0x1ff9f7(0x8d),'moveColumns':_0x1ff9f7(0x7f),'cannotMoveMergedRows':_0x1ff9f7(0xc6),'cannotMoveMergedColumns':_0x1ff9f7(0x91)},'contextMenu':{'insert':'Insert','delete':_0x1ff9f7(0x9f),'distribute':_0x1ff9f7(0xce),'borders':_0x1ff9f7(0xbf),'tableBackgroundColor':'Table\x20background\x20color','copy':_0x1ff9f7(0xba),'cut':'Cut','deleteTable':_0x1ff9f7(0x7e),'insertRowAbove':_0x1ff9f7(0xa6),'insertRowBelow':'Insert\x20row\x20below','insertColumnLeft':_0x1ff9f7(0x95),'insertColumnRight':_0x1ff9f7(0xa4),'deleteRow':_0x1ff9f7(0x96),'deleteColumn':_0x1ff9f7(0xb3),'distributeRows':_0x1ff9f7(0xa0),'distributeColumns':'Distribute\x20columns','borderAll':_0x1ff9f7(0xb7),'borderOuter':_0x1ff9f7(0xbe),'borderInner':'Inner\x20borders','borderNone':'No\x20border'},'colorPreset':{'resetColor':_0x1ff9f7(0x88),'white':_0x1ff9f7(0xcc),'gray100':'Gray\x20100','primary100':'Primary\x20100','blue100':_0x1ff9f7(0x9d),'green100':_0x1ff9f7(0xa8),'yellow100':_0x1ff9f7(0x9e),'red100':_0x1ff9f7(0xa5),'gray900':'Gray\x20900','gray500':_0x1ff9f7(0xc1),'red600':_0x1ff9f7(0x90),'orange600':'Orange\x20600','yellow700':_0x1ff9f7(0x8a),'green600':_0x1ff9f7(0xbc),'blue600':_0x1ff9f7(0x89),'purple600':_0x1ff9f7(0xb6)}}};}));
1
+ function _0x4254(_0x452fc2,_0x15786e){_0x452fc2=_0x452fc2-0xa6;var _0x9caff7=_0x9caf();var _0x4254b6=_0x9caff7[_0x452fc2];return _0x4254b6;}(function(_0x5d9e40,_0xfb88d1){var _0x431d64=_0x4254,_0x2f9625=_0x5d9e40();while(!![]){try{var _0x43f219=-parseInt(_0x431d64(0xc4))/0x1+parseInt(_0x431d64(0xe0))/0x2*(parseInt(_0x431d64(0xcb))/0x3)+parseInt(_0x431d64(0xcf))/0x4+parseInt(_0x431d64(0xba))/0x5*(parseInt(_0x431d64(0xce))/0x6)+parseInt(_0x431d64(0xa6))/0x7+parseInt(_0x431d64(0xf6))/0x8+-parseInt(_0x431d64(0xc5))/0x9*(parseInt(_0x431d64(0xdb))/0xa);if(_0x43f219===_0xfb88d1)break;else _0x2f9625['push'](_0x2f9625['shift']());}catch(_0x286551){_0x2f9625['push'](_0x2f9625['shift']());}}}(_0x9caf,0xa975d),function(_0x33f7d4,_0x1df436){var _0x589978=_0x4254;typeof exports==_0x589978(0xac)&&typeof module<'u'?module['exports']=_0x1df436():typeof define==_0x589978(0xd4)&&define[_0x589978(0xf9)]?define([],_0x1df436):(_0x33f7d4=typeof globalThis<'u'?globalThis:_0x33f7d4||self,_0x33f7d4[_0x589978(0xfa)]=_0x1df436());}(this,function(){var _0x70bf7f=_0x4254;return{'slides-table-ui':{'editorToolbar':{'fontFamily':'Carattere','fontSize':_0x70bf7f(0xb4),'textFormat':_0x70bf7f(0xad),'bold':_0x70bf7f(0xed),'italic':'Corsivo','underline':'Sottolineato','strikethrough':_0x70bf7f(0xc9),'textColor':_0x70bf7f(0xb6),'textBackgroundColor':_0x70bf7f(0xd1),'tableBackgroundColor':_0x70bf7f(0xd5),'tableBorderColor':_0x70bf7f(0xef),'borderWidth':_0x70bf7f(0xde),'borderStyle':_0x70bf7f(0xf8),'border':_0x70bf7f(0xf4),'borderStyleSolid':_0x70bf7f(0xaf),'borderStyleDash':_0x70bf7f(0xd6),'borderStyleDot':_0x70bf7f(0xc3),'borderStyleDashDot':_0x70bf7f(0xeb),'noBorder':'Nessun\x20bordo','borderPresetAll':'Tutti\x20i\x20bordi','borderPresetInner':_0x70bf7f(0xc8),'borderPresetOuter':_0x70bf7f(0xdf),'borderPresetTop':'Bordo\x20superiore','borderPresetBottom':_0x70bf7f(0xf2),'borderPresetLeft':'Bordo\x20sinistro','borderPresetRight':'Bordo\x20destro','borderPresetInnerHorizontal':'Bordo\x20orizzontale\x20interno','borderPresetInnerVertical':_0x70bf7f(0xa7),'none':_0x70bf7f(0xc6),'horizontalAlign':_0x70bf7f(0xe6),'verticalAlign':'Allineamento\x20verticale','alignLeft':_0x70bf7f(0xe5),'alignCenter':_0x70bf7f(0xcd),'alignRight':_0x70bf7f(0xf5),'alignJustify':_0x70bf7f(0xe1),'alignTop':_0x70bf7f(0xe3),'alignMiddle':_0x70bf7f(0xbe),'alignBottom':'Allinea\x20in\x20basso','mergeCells':'Unisci\x20celle','unmergeCells':_0x70bf7f(0xcc),'tableTheme':_0x70bf7f(0xec),'tableLook':_0x70bf7f(0xfe),'headerRow':_0x70bf7f(0xdd),'footerRow':_0x70bf7f(0xc1),'bandedRows':'Righe\x20alternate','bandedColumns':_0x70bf7f(0x100),'firstColumn':_0x70bf7f(0xe4),'lastColumn':_0x70bf7f(0xaa),'bestMatch':_0x70bf7f(0xb3),'light':_0x70bf7f(0xb2),'medium':'Media','minimal':_0x70bf7f(0xc0)},'shapePanel':{'fill':{'noFill':_0x70bf7f(0xfd),'solidFill':_0x70bf7f(0xb1),'gradientFill':_0x70bf7f(0xd7),'pictureFill':_0x70bf7f(0xee),'color':_0x70bf7f(0xd9),'transparency':_0x70bf7f(0xf3),'picture':{'source':_0x70bf7f(0xb9),'insert':_0x70bf7f(0xb0)}}},'structuralControls':{'selectRow':'Seleziona\x20riga','selectColumn':_0x70bf7f(0xfb),'selectTable':'Seleziona\x20tabella','insertRow':'Inserisci\x20riga','insertColumn':_0x70bf7f(0xb5),'moveRow':_0x70bf7f(0xbb),'moveColumn':_0x70bf7f(0xbd),'moveRows':_0x70bf7f(0xd8),'moveColumns':_0x70bf7f(0xc7),'cannotMoveMergedRows':'Impossibile\x20spostare\x20righe\x20attraverso\x20celle\x20unite','cannotMoveMergedColumns':'Impossibile\x20spostare\x20colonne\x20attraverso\x20celle\x20unite'},'contextMenu':{'insert':'Inserisci','delete':_0x70bf7f(0xf0),'distribute':_0x70bf7f(0xe8),'borders':_0x70bf7f(0xe7),'tableBackgroundColor':'Colore\x20di\x20sfondo\x20della\x20tabella','copy':_0x70bf7f(0xea),'cut':_0x70bf7f(0x101),'deleteTable':_0x70bf7f(0xe9),'insertRowAbove':_0x70bf7f(0xf1),'insertRowBelow':_0x70bf7f(0xa8),'insertColumnLeft':_0x70bf7f(0x103),'insertColumnRight':_0x70bf7f(0xdc),'deleteRow':_0x70bf7f(0xd3),'deleteColumn':'Elimina\x20colonna','distributeRows':_0x70bf7f(0xb8),'distributeColumns':_0x70bf7f(0xf7),'borderAll':'Tutti\x20i\x20bordi','borderOuter':_0x70bf7f(0xff),'borderInner':_0x70bf7f(0xc8),'borderNone':_0x70bf7f(0xca)},'colorPreset':{'resetColor':_0x70bf7f(0xae),'white':_0x70bf7f(0xbc),'gray100':_0x70bf7f(0xa9),'primary100':'Primario\x20100','blue100':_0x70bf7f(0xab),'green100':'Verde\x20100','yellow100':_0x70bf7f(0xe2),'red100':_0x70bf7f(0xb7),'gray900':_0x70bf7f(0x102),'gray500':_0x70bf7f(0xfc),'red600':_0x70bf7f(0xd2),'orange600':_0x70bf7f(0x104),'yellow700':_0x70bf7f(0xd0),'green600':_0x70bf7f(0xda),'blue600':_0x70bf7f(0xc2),'purple600':_0x70bf7f(0xbf)}}};}));function _0x9caf(){var _0x2d41a9=['Tratteggiato','Riempimento\x20gradiente','Sposta\x20righe','Colore','Verde\x20600','2803870JvWAYk','Inserisci\x20colonna\x20a\x20destra','Riga\x20intestazione','Spessore\x20bordo','Bordo\x20esterno','2TPiaFQ','Giustifica','Giallo\x20100','Allinea\x20in\x20alto','Prima\x20colonna','Allinea\x20a\x20sinistra','Allineamento\x20orizzontale','Bordi','Distribuisci','Elimina\x20tabella','Copia','Tratto-punto','Tema\x20tabella','Grassetto','Riempimento\x20immagine\x20o\x20texture','Colore\x20bordo\x20tabella','Elimina','Inserisci\x20riga\x20sopra','Bordo\x20inferiore','Trasparenza','Bordo','Allinea\x20a\x20destra','10181936qainVm','Distribuisci\x20colonne','Stile\x20bordo','amd','UniverProSlidesTableUiItIT','Seleziona\x20colonna','Grigio\x20500','Nessun\x20riempimento','Aspetto\x20tabella','Bordi\x20esterni','Colonne\x20alternate','Taglia','Grigio\x20900','Inserisci\x20colonna\x20a\x20sinistra','Arancione\x20600','8525874gLhlMg','Bordo\x20verticale\x20interno','Inserisci\x20riga\x20sotto','Grigio\x20100','Ultima\x20colonna','Blu\x20100','object','Formato\x20testo','Reimposta\x20colore','Continuo','Inserisci\x20immagine','Riempimento\x20solido','Chiaro','Corrispondenza\x20migliore','Dimensione\x20carattere','Inserisci\x20colonna','Colore\x20testo','Rosso\x20100','Distribuisci\x20righe','Origine\x20immagine','10BzsmSJ','Sposta\x20riga','Bianco','Sposta\x20colonna','Allinea\x20al\x20centro\x20verticalmente','Viola\x20600','Minimo','Riga\x20piè\x20di\x20pagina','Blu\x20600','Punteggiato','750358TPxVIk','99GKkYEx','Nessuno','Sposta\x20colonne','Bordi\x20interni','Barrato','Nessun\x20bordo','3807324BXUnUu','Separa\x20celle','Allinea\x20al\x20centro','586452zSIbzo','2293632MyTVbH','Giallo\x20700','Colore\x20sfondo\x20testo','Rosso\x20600','Elimina\x20riga','function','Colore\x20sfondo\x20tabella'];_0x9caf=function(){return _0x2d41a9;};return _0x9caf();}
@@ -1 +1 @@
1
- function _0x3f16(_0x3e93c1,_0x2b2746){_0x3e93c1=_0x3e93c1-0x1e0;var _0x191049=_0x1910();var _0x3f16cd=_0x191049[_0x3e93c1];return _0x3f16cd;}(function(_0x3b4937,_0x7e8f73){var _0x4804bd=_0x3f16,_0x2a91ee=_0x3b4937();while(!![]){try{var _0x423ca3=parseInt(_0x4804bd(0x1f4))/0x1+-parseInt(_0x4804bd(0x200))/0x2+-parseInt(_0x4804bd(0x1e5))/0x3+parseInt(_0x4804bd(0x21c))/0x4*(parseInt(_0x4804bd(0x1e8))/0x5)+-parseInt(_0x4804bd(0x222))/0x6*(-parseInt(_0x4804bd(0x1f6))/0x7)+parseInt(_0x4804bd(0x1fa))/0x8*(-parseInt(_0x4804bd(0x1e3))/0x9)+-parseInt(_0x4804bd(0x21b))/0xa*(-parseInt(_0x4804bd(0x1fe))/0xb);if(_0x423ca3===_0x7e8f73)break;else _0x2a91ee['push'](_0x2a91ee['shift']());}catch(_0x1bd411){_0x2a91ee['push'](_0x2a91ee['shift']());}}}(_0x1910,0x6fd8f),function(_0x24757b,_0x1df627){var _0x58305b=_0x3f16;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x1df627():typeof define=='function'&&define[_0x58305b(0x1e9)]?define([],_0x1df627):(_0x24757b=typeof globalThis<'u'?globalThis:_0x24757b||self,_0x24757b[_0x58305b(0x1e6)]=_0x1df627());}(this,function(){var _0x558dba=_0x3f16;return{'slides-table-ui':{'editorToolbar':{'fontFamily':_0x558dba(0x1f5),'fontSize':'フォントサイズ','textColor':_0x558dba(0x207),'textBackgroundColor':_0x558dba(0x219),'tableBackgroundColor':'表の背景色','tableBorderColor':_0x558dba(0x213),'borderWidth':_0x558dba(0x1f7),'borderStyle':'罫線のスタイル','border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x558dba(0x215),'noBorder':_0x558dba(0x1e1),'borderPresetAll':'すべての罫線','borderPresetInner':_0x558dba(0x1eb),'borderPresetOuter':'外枠','borderPresetTop':_0x558dba(0x223),'borderPresetBottom':'下罫線','borderPresetLeft':_0x558dba(0x1ee),'borderPresetRight':_0x558dba(0x20a),'borderPresetInnerHorizontal':'内側横罫線','borderPresetInnerVertical':_0x558dba(0x209),'none':'なし','horizontalAlign':_0x558dba(0x1ed),'verticalAlign':'垂直方向の配置','alignLeft':_0x558dba(0x225),'alignCenter':_0x558dba(0x202),'alignRight':'右揃え','alignJustify':_0x558dba(0x20b),'alignTop':_0x558dba(0x203),'alignMiddle':_0x558dba(0x202),'alignBottom':_0x558dba(0x21a),'mergeCells':_0x558dba(0x21f),'unmergeCells':_0x558dba(0x20d)},'shapePanel':{'fill':{'noFill':_0x558dba(0x1e7),'solidFill':'単色塗りつぶし','gradientFill':'グラデーション塗りつぶし','pictureFill':_0x558dba(0x216),'color':'色','transparency':_0x558dba(0x1ef),'picture':{'source':'画像ソース','insert':_0x558dba(0x1f8)}}},'structuralControls':{'selectRow':_0x558dba(0x206),'selectColumn':'Select\x20column','selectTable':_0x558dba(0x21d),'insertRow':_0x558dba(0x1fd),'insertColumn':'Insert\x20column','moveRow':_0x558dba(0x221),'moveColumn':_0x558dba(0x1ff),'moveRows':'Move\x20rows','moveColumns':'Move\x20columns','cannotMoveMergedRows':_0x558dba(0x220),'cannotMoveMergedColumns':'Cannot\x20move\x20columns\x20across\x20merged\x20cells'},'contextMenu':{'insert':_0x558dba(0x20c),'delete':'Delete','distribute':_0x558dba(0x1f0),'borders':_0x558dba(0x1f9),'tableBackgroundColor':_0x558dba(0x204),'copy':_0x558dba(0x1e2),'cut':_0x558dba(0x1fc),'deleteTable':'Delete\x20table','insertRowAbove':_0x558dba(0x208),'insertRowBelow':_0x558dba(0x227),'insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':'Insert\x20column\x20right','deleteRow':_0x558dba(0x1ec),'deleteColumn':'Delete\x20column','distributeRows':'Distribute\x20rows','distributeColumns':_0x558dba(0x1fb),'borderAll':_0x558dba(0x1f1),'borderOuter':_0x558dba(0x205),'borderInner':_0x558dba(0x1e0),'borderNone':_0x558dba(0x1ea)},'colorPreset':{'resetColor':_0x558dba(0x224),'white':_0x558dba(0x218),'gray100':_0x558dba(0x20f),'primary100':_0x558dba(0x210),'blue100':'Blue\x20100','green100':_0x558dba(0x1f3),'yellow100':_0x558dba(0x20e),'red100':_0x558dba(0x217),'gray900':_0x558dba(0x226),'gray500':_0x558dba(0x212),'red600':_0x558dba(0x1f2),'orange600':_0x558dba(0x211),'yellow700':_0x558dba(0x214),'green600':_0x558dba(0x1e4),'blue600':_0x558dba(0x21e),'purple600':_0x558dba(0x201)}}};}));function _0x1910(){var _0x368f48=['Yellow\x20700','一点鎖線','図またはテクスチャ塗りつぶし','Red\x20100','White','文字の背景色','下揃え','10pcdjdi','1728108ilEauo','Select\x20table','Blue\x20600','セルを結合','Cannot\x20move\x20rows\x20across\x20merged\x20cells','Move\x20row','30eDcGrD','上罫線','Reset\x20color','左揃え','Gray\x20900','Insert\x20row\x20below','Inner\x20borders','罫線なし','Copy','706203fbAzfd','Green\x20600','457659IGXIiw','UniverProSlidesTableUiJaJP','塗りつぶしなし','5FiiLFf','amd','No\x20border','内側の罫線','Delete\x20row','水平方向の配置','左罫線','透明度','Distribute','All\x20borders','Red\x20600','Green\x20100','30021fqyGra','フォント','1018094iwlibq','罫線の太さ','画像を挿入','Borders','8EqviVz','Distribute\x20columns','Cut','Insert\x20row','3236497eBUxwj','Move\x20column','1588676RruTYK','Purple\x20600','中央揃え','上揃え','Table\x20background\x20color','Outer\x20borders','Select\x20row','文字色','Insert\x20row\x20above','内側縦罫線','右罫線','両端揃え','Insert','セルの結合を解除','Yellow\x20100','Gray\x20100','Primary\x20100','Orange\x20600','Gray\x20500','表の罫線色'];_0x1910=function(){return _0x368f48;};return _0x1910();}
1
+ function _0x53ec(_0x5d6866,_0x31fd58){_0x5d6866=_0x5d6866-0x19b;var _0x3fbf54=_0x3fbf();var _0x53ecd3=_0x3fbf54[_0x5d6866];return _0x53ecd3;}function _0x3fbf(){var _0x58738f=['結合されたセルをまたいで列を移動することはできません','垂直方向の配置','テキスト形式','内側の罫線','罫線なし','表の背景色','10cNaDPy','行を挿入','表の外観','列を削除','均等配置','629484bpfasI','プライマリ\x20100','表の罫線色','12613280sXlPVX','結合されたセルをまたいで行を移動することはできません','青\x20600','赤\x20100','行を選択','exports','右罫線','表を選択','グレー\x20500','取り消し線','単色塗りつぶし','グレー\x20900','一点鎖線','列を均等配置','明るい','中央揃え','画像ソース','グレー\x20100','緑\x20600','上に行を挿入','function','オレンジ\x20600','セルの結合を解除','1808172VmHeBc','行を削除','黄\x20700','外側の罫線','3000221GGOGUy','左罫線','5215540ogXsck','すべての罫線','内側横罫線','右に列を挿入','上揃え','紫\x20600','列を移動','縞模様の列','両端揃え','左に列を挿入','下罫線','行を移動','グラデーション塗りつぶし','縞模様の行','赤\x20600','文字の背景色','UniverProSlidesTableUiJaJP','図またはテクスチャ塗りつぶし','透明度','行を均等配置','最適な組み合わせ','列を挿入','2520120zFtLvo','object','画像を挿入','下に行を挿入','青\x20100','156679OTFWMl','最後の列','右揃え','セルを結合','切り取り','最初の列','見出し行','集計行','上罫線'];_0x3fbf=function(){return _0x58738f;};return _0x3fbf();}(function(_0x1d1adf,_0x5e9a7c){var _0x1ee477=_0x53ec,_0x117a78=_0x1d1adf();while(!![]){try{var _0x236be8=-parseInt(_0x1ee477(0x1b4))/0x1+parseInt(_0x1ee477(0x1c3))/0x2*(parseInt(_0x1ee477(0x1c8))/0x3)+-parseInt(_0x1ee477(0x1af))/0x4+-parseInt(_0x1ee477(0x1e8))/0x5+parseInt(_0x1ee477(0x1e2))/0x6+-parseInt(_0x1ee477(0x1e6))/0x7+parseInt(_0x1ee477(0x1cb))/0x8;if(_0x236be8===_0x5e9a7c)break;else _0x117a78['push'](_0x117a78['shift']());}catch(_0x40f1c7){_0x117a78['push'](_0x117a78['shift']());}}}(_0x3fbf,0xa3446),function(_0x183005,_0x105511){var _0x21982e=_0x53ec;typeof exports==_0x21982e(0x1b0)&&typeof module<'u'?module[_0x21982e(0x1d0)]=_0x105511():typeof define==_0x21982e(0x1df)&&define['amd']?define([],_0x105511):(_0x183005=typeof globalThis<'u'?globalThis:_0x183005||self,_0x183005[_0x21982e(0x1a9)]=_0x105511());}(this,function(){var _0x2ceafc=_0x53ec;return{'slides-table-ui':{'editorToolbar':{'fontFamily':'フォント','fontSize':'フォントサイズ','textFormat':_0x2ceafc(0x1bf),'bold':'太字','italic':'斜体','underline':'下線','strikethrough':_0x2ceafc(0x1d4),'textColor':'文字色','textBackgroundColor':_0x2ceafc(0x1a8),'tableBackgroundColor':_0x2ceafc(0x1c2),'tableBorderColor':_0x2ceafc(0x1ca),'borderWidth':'罫線の太さ','borderStyle':'罫線のスタイル','border':'罫線','borderStyleSolid':'実線','borderStyleDash':'破線','borderStyleDot':'点線','borderStyleDashDot':_0x2ceafc(0x1d7),'noBorder':'罫線なし','borderPresetAll':_0x2ceafc(0x1e9),'borderPresetInner':_0x2ceafc(0x1c0),'borderPresetOuter':'外枠','borderPresetTop':_0x2ceafc(0x1bc),'borderPresetBottom':_0x2ceafc(0x1a3),'borderPresetLeft':_0x2ceafc(0x1e7),'borderPresetRight':_0x2ceafc(0x1d1),'borderPresetInnerHorizontal':_0x2ceafc(0x19b),'borderPresetInnerVertical':'内側縦罫線','none':'なし','horizontalAlign':'水平方向の配置','verticalAlign':_0x2ceafc(0x1be),'alignLeft':'左揃え','alignCenter':_0x2ceafc(0x1da),'alignRight':_0x2ceafc(0x1b6),'alignJustify':_0x2ceafc(0x1a1),'alignTop':_0x2ceafc(0x19d),'alignMiddle':_0x2ceafc(0x1da),'alignBottom':'下揃え','mergeCells':_0x2ceafc(0x1b7),'unmergeCells':_0x2ceafc(0x1e1),'tableTheme':'表のテーマ','tableLook':_0x2ceafc(0x1c5),'headerRow':_0x2ceafc(0x1ba),'footerRow':_0x2ceafc(0x1bb),'bandedRows':_0x2ceafc(0x1a6),'bandedColumns':_0x2ceafc(0x1a0),'firstColumn':_0x2ceafc(0x1b9),'lastColumn':_0x2ceafc(0x1b5),'bestMatch':_0x2ceafc(0x1ad),'light':_0x2ceafc(0x1d9),'medium':'中','minimal':'最小'},'shapePanel':{'fill':{'noFill':'塗りつぶしなし','solidFill':_0x2ceafc(0x1d5),'gradientFill':_0x2ceafc(0x1a5),'pictureFill':_0x2ceafc(0x1aa),'color':'色','transparency':_0x2ceafc(0x1ab),'picture':{'source':_0x2ceafc(0x1db),'insert':_0x2ceafc(0x1b1)}}},'structuralControls':{'selectRow':_0x2ceafc(0x1cf),'selectColumn':'列を選択','selectTable':_0x2ceafc(0x1d2),'insertRow':_0x2ceafc(0x1c4),'insertColumn':_0x2ceafc(0x1ae),'moveRow':_0x2ceafc(0x1a4),'moveColumn':_0x2ceafc(0x19f),'moveRows':_0x2ceafc(0x1a4),'moveColumns':'列を移動','cannotMoveMergedRows':_0x2ceafc(0x1cc),'cannotMoveMergedColumns':_0x2ceafc(0x1bd)},'contextMenu':{'insert':'挿入','delete':'削除','distribute':_0x2ceafc(0x1c7),'borders':'罫線','tableBackgroundColor':_0x2ceafc(0x1c2),'copy':'コピー','cut':_0x2ceafc(0x1b8),'deleteTable':'表を削除','insertRowAbove':_0x2ceafc(0x1de),'insertRowBelow':_0x2ceafc(0x1b2),'insertColumnLeft':_0x2ceafc(0x1a2),'insertColumnRight':_0x2ceafc(0x19c),'deleteRow':_0x2ceafc(0x1e3),'deleteColumn':_0x2ceafc(0x1c6),'distributeRows':_0x2ceafc(0x1ac),'distributeColumns':_0x2ceafc(0x1d8),'borderAll':_0x2ceafc(0x1e9),'borderOuter':_0x2ceafc(0x1e5),'borderInner':_0x2ceafc(0x1c0),'borderNone':_0x2ceafc(0x1c1)},'colorPreset':{'resetColor':'色をリセット','white':'白','gray100':_0x2ceafc(0x1dc),'primary100':_0x2ceafc(0x1c9),'blue100':_0x2ceafc(0x1b3),'green100':'緑\x20100','yellow100':'黄\x20100','red100':_0x2ceafc(0x1ce),'gray900':_0x2ceafc(0x1d6),'gray500':_0x2ceafc(0x1d3),'red600':_0x2ceafc(0x1a7),'orange600':_0x2ceafc(0x1e0),'yellow700':_0x2ceafc(0x1e4),'green600':_0x2ceafc(0x1dd),'blue600':_0x2ceafc(0x1cd),'purple600':_0x2ceafc(0x19e)}}};}));