@univerjs-pro/docs-table-ui 0.24.0-insiders.20260528-29f582d

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 (97) hide show
  1. package/README.md +12 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ca-ES.js +1 -0
  4. package/lib/cjs/locale/en-US.js +1 -0
  5. package/lib/cjs/locale/es-ES.js +1 -0
  6. package/lib/cjs/locale/fa-IR.js +1 -0
  7. package/lib/cjs/locale/fr-FR.js +1 -0
  8. package/lib/cjs/locale/ja-JP.js +1 -0
  9. package/lib/cjs/locale/ko-KR.js +1 -0
  10. package/lib/cjs/locale/ru-RU.js +1 -0
  11. package/lib/cjs/locale/sk-SK.js +1 -0
  12. package/lib/cjs/locale/vi-VN.js +1 -0
  13. package/lib/cjs/locale/zh-CN.js +1 -0
  14. package/lib/cjs/locale/zh-TW.js +1 -0
  15. package/lib/es/index.js +1 -0
  16. package/lib/es/locale/ca-ES.js +1 -0
  17. package/lib/es/locale/en-US.js +1 -0
  18. package/lib/es/locale/es-ES.js +1 -0
  19. package/lib/es/locale/fa-IR.js +1 -0
  20. package/lib/es/locale/fr-FR.js +1 -0
  21. package/lib/es/locale/ja-JP.js +1 -0
  22. package/lib/es/locale/ko-KR.js +1 -0
  23. package/lib/es/locale/ru-RU.js +1 -0
  24. package/lib/es/locale/sk-SK.js +1 -0
  25. package/lib/es/locale/vi-VN.js +1 -0
  26. package/lib/es/locale/zh-CN.js +1 -0
  27. package/lib/es/locale/zh-TW.js +1 -0
  28. package/lib/index.js +1 -0
  29. package/lib/locale/ca-ES.js +1 -0
  30. package/lib/locale/en-US.js +1 -0
  31. package/lib/locale/es-ES.js +1 -0
  32. package/lib/locale/fa-IR.js +1 -0
  33. package/lib/locale/fr-FR.js +1 -0
  34. package/lib/locale/ja-JP.js +1 -0
  35. package/lib/locale/ko-KR.js +1 -0
  36. package/lib/locale/ru-RU.js +1 -0
  37. package/lib/locale/sk-SK.js +1 -0
  38. package/lib/locale/vi-VN.js +1 -0
  39. package/lib/locale/zh-CN.js +1 -0
  40. package/lib/locale/zh-TW.js +1 -0
  41. package/lib/types/commands/docs-table-create-table.operation.d.ts +7 -0
  42. package/lib/types/controllers/config.schema.d.ts +7 -0
  43. package/lib/types/controllers/docs-table-canvas-render.controller.d.ts +156 -0
  44. package/lib/types/controllers/docs-table-create-table.controller.d.ts +7 -0
  45. package/lib/types/controllers/docs-table-menu.controller.d.ts +8 -0
  46. package/lib/types/controllers/docs-table-options.controller.d.ts +7 -0
  47. package/lib/types/controllers/docs-table-render.controller.d.ts +11 -0
  48. package/lib/types/controllers/menu.schema.d.ts +6 -0
  49. package/lib/types/index.d.ts +27 -0
  50. package/lib/types/locale/ca-ES.d.ts +3 -0
  51. package/lib/types/locale/en-US.d.ts +69 -0
  52. package/lib/types/locale/es-ES.d.ts +3 -0
  53. package/lib/types/locale/fa-IR.d.ts +3 -0
  54. package/lib/types/locale/fr-FR.d.ts +3 -0
  55. package/lib/types/locale/ja-JP.d.ts +3 -0
  56. package/lib/types/locale/ko-KR.d.ts +3 -0
  57. package/lib/types/locale/ru-RU.d.ts +3 -0
  58. package/lib/types/locale/sk-SK.d.ts +3 -0
  59. package/lib/types/locale/vi-VN.d.ts +3 -0
  60. package/lib/types/locale/zh-CN.d.ts +3 -0
  61. package/lib/types/locale/zh-TW.d.ts +3 -0
  62. package/lib/types/plugin.d.ts +16 -0
  63. package/lib/types/services/docs-table-viewport.service.d.ts +31 -0
  64. package/lib/types/views/borders/DocsTableBorderPanel.d.ts +23 -0
  65. package/lib/types/views/canvas/docs-table-canvas-icons.d.ts +32 -0
  66. package/lib/types/views/canvas/docs-table-document-rect.d.ts +23 -0
  67. package/lib/types/views/canvas/docs-table-drop-target.d.ts +20 -0
  68. package/lib/types/views/canvas/docs-table-handle-press.d.ts +5 -0
  69. package/lib/types/views/canvas/docs-table-move-drag.d.ts +14 -0
  70. package/lib/types/views/canvas/docs-table-pointer-release.d.ts +20 -0
  71. package/lib/types/views/canvas/docs-table-resize-drag.d.ts +20 -0
  72. package/lib/types/views/canvas/docs-table-resize-guide.d.ts +3 -0
  73. package/lib/types/views/canvas/docs-table-scrollbar.d.ts +19 -0
  74. package/lib/types/views/canvas/docs-table-selection-render.d.ts +5 -0
  75. package/lib/types/views/canvas/docs-table-trigger-model.d.ts +50 -0
  76. package/lib/types/views/canvas/docs-table-trigger.shape.d.ts +14 -0
  77. package/lib/types/views/column-type/DocsTableColumnTypePanel.d.ts +3 -0
  78. package/lib/types/views/icons/DocsTableBorderToolbarIcons.d.ts +11 -0
  79. package/lib/types/views/insert-table/DocsTableInsertTablePicker.d.ts +12 -0
  80. package/lib/types/views/insert-table/insert-table-size.d.ts +12 -0
  81. package/lib/types/views/menu.d.ts +59 -0
  82. package/lib/types/views/options/DocsTableOptionsPanel.d.ts +3 -0
  83. package/lib/types/views/toolbar/DocsTableToolbar.d.ts +3 -0
  84. package/lib/umd/index.js +1 -0
  85. package/lib/umd/locale/ca-ES.js +1 -0
  86. package/lib/umd/locale/en-US.js +1 -0
  87. package/lib/umd/locale/es-ES.js +1 -0
  88. package/lib/umd/locale/fa-IR.js +1 -0
  89. package/lib/umd/locale/fr-FR.js +1 -0
  90. package/lib/umd/locale/ja-JP.js +1 -0
  91. package/lib/umd/locale/ko-KR.js +1 -0
  92. package/lib/umd/locale/ru-RU.js +1 -0
  93. package/lib/umd/locale/sk-SK.js +1 -0
  94. package/lib/umd/locale/vi-VN.js +1 -0
  95. package/lib/umd/locale/zh-CN.js +1 -0
  96. package/lib/umd/locale/zh-TW.js +1 -0
  97. package/package.json +89 -0
@@ -0,0 +1 @@
1
+ (function(_0x577693,_0x171c58){var _0x4c5be1=_0x14e4,_0x54566e=_0x577693();while(!![]){try{var _0x533252=parseInt(_0x4c5be1(0xc1))/0x1*(-parseInt(_0x4c5be1(0xbd))/0x2)+parseInt(_0x4c5be1(0xb4))/0x3*(parseInt(_0x4c5be1(0xb3))/0x4)+-parseInt(_0x4c5be1(0xbc))/0x5*(-parseInt(_0x4c5be1(0xe3))/0x6)+parseInt(_0x4c5be1(0xe1))/0x7+parseInt(_0x4c5be1(0xc2))/0x8*(-parseInt(_0x4c5be1(0xbe))/0x9)+parseInt(_0x4c5be1(0xe9))/0xa+parseInt(_0x4c5be1(0xc3))/0xb;if(_0x533252===_0x171c58)break;else _0x54566e['push'](_0x54566e['shift']());}catch(_0x2b6a0d){_0x54566e['push'](_0x54566e['shift']());}}}(_0x35a5,0xc37dc),function(_0x437fc5,_0x3680bc){var _0x35beae=_0x14e4;typeof exports==_0x35beae(0xc5)&&typeof module<'u'?module[_0x35beae(0xce)]=_0x3680bc():typeof define=='function'&&define[_0x35beae(0xbf)]?define([],_0x3680bc):(_0x437fc5=typeof globalThis<'u'?globalThis:_0x437fc5||self,_0x437fc5[_0x35beae(0xba)]=_0x3680bc());}(this,function(){var _0x111146=_0x14e4;return{'toolbar':{'textBackgroundColor':{'main':_0x111146(0xd1)}},'docsTable':{'table':_0x111146(0xd2),'insertTable':_0x111146(0xd8),'insert':_0x111146(0xde),'insertTableSize':_0x111146(0xca),'customTableSize':_0x111146(0xdc),'tableRows':_0x111146(0xd9),'tableColumns':_0x111146(0xe2),'insertRowAbove':_0x111146(0xb8),'insertRowBelow':_0x111146(0xe6),'insertRowsAbove':_0x111146(0xc0),'insertRowsBelow':_0x111146(0xc8),'insertColumnLeft':_0x111146(0xda),'insertColumnRight':'Insereix\x20columna\x20a\x20la\x20dreta','insertColumnsLeft':_0x111146(0xc6),'insertColumnsRight':_0x111146(0xcb),'delete':'Suprimeix','deleteRow':_0x111146(0xc4),'deleteRows':_0x111146(0xb2),'deleteColumn':_0x111146(0xd7),'deleteColumns':_0x111146(0xb5),'deleteTable':_0x111146(0xc9),'mergeCells':'Combina\x20cel·les','unmergeCells':_0x111146(0xd6),'insertTitleRow':_0x111146(0xe4),'pinHeaderRows':'Fixa\x20la\x20capçalera\x20fins\x20a\x20aquesta\x20fila','selectColumn':'Selecciona\x20columna','selectRow':_0x111146(0xea),'selectTable':_0x111146(0xe8),'sortTable':'Ordena\x20taula','sortAscending':_0x111146(0xb1),'sortDescending':'Ordena\x20descendent','distribute':'Distribueix','distributeRows':'Distribueix\x20files','distributeColumns':_0x111146(0xcc),'borders':_0x111146(0xb6),'borderAll':_0x111146(0xb9),'borderBottom':'Vora\x20inferior','borderInner':'Vores\x20interiors','borderInnerHorizontal':_0x111146(0xdd),'borderInnerVertical':'Vora\x20vertical\x20interior','borderLeft':_0x111146(0xe5),'borderOuter':_0x111146(0xcd),'borderNone':_0x111146(0xcf),'borderRight':'Vora\x20dreta','borderTop':_0x111146(0xd0),'tableBackgroundColor':'Color\x20de\x20fons\x20de\x20la\x20taula','borderColor':'Color\x20de\x20la\x20vora','borderWidth':_0x111146(0xe7),'borderStyle':_0x111146(0xd3),'borderStyleSolid':_0x111146(0xe0),'borderStyleDotted':_0x111146(0xd5),'borderStyleDashed':_0x111146(0xbb),'columnType':'Defineix\x20el\x20tipus\x20de\x20columna','columnTypeText':'Text','columnTypeNumber':_0x111146(0xdf),'columnTypeDate':_0x111146(0xd4),'columnTypeCheckbox':_0x111146(0xb7),'columnTypeDropdown':_0x111146(0xc7),'tableOptions':_0x111146(0xdb)}};}));function _0x14e4(_0x50ddff,_0x3a16ec){_0x50ddff=_0x50ddff-0xb1;var _0x35a588=_0x35a5();var _0x14e4d5=_0x35a588[_0x50ddff];return _0x14e4d5;}function _0x35a5(){var _0x47a26b=['Desplegable','Insereix\x20{count}\x20files\x20a\x20sota','Suprimeix\x20taula','Mida\x20de\x20la\x20taula\x20a\x20inserir','Insereix\x20{count}\x20columnes\x20a\x20la\x20dreta','Distribueix\x20columnes','Vora\x20exterior','exports','Sense\x20vores','Vora\x20superior','Color\x20de\x20fons\x20del\x20text','Taula','Estil\x20de\x20la\x20vora','Data','Puntejat','Separa\x20cel·les','Suprimeix\x20columna','Insereix\x20taula','Files','Insereix\x20columna\x20a\x20l’esquerra','Opcions\x20de\x20taula','Mida\x20personalitzada','Vora\x20horitzontal\x20interior','Insereix','Nombre','Sòlid','3219328SOPDiX','Columnes','270phyKdA','Insereix\x20fila\x20de\x20títol','Vora\x20esquerra','Insereix\x20fila\x20a\x20sota','Gruix\x20de\x20la\x20vora','Selecciona\x20taula','8129850aoPOEb','Selecciona\x20fila','Ordena\x20ascendent','Suprimeix\x20{count}\x20files','992548Luihwh','6lOEfHC','Suprimeix\x20{count}\x20columnes','Vores','Casella\x20de\x20selecció','Insereix\x20fila\x20a\x20sobre','Totes\x20les\x20vores','UniverProDocsTableUiCaES','Discontinu','138945xHYbUY','2aGSbeQ','54iUEKzv','amd','Insereix\x20{count}\x20files\x20a\x20sobre','1075316MINHMV','1563336AAgJir','317702YbYDbw','Suprimeix\x20fila','object','Insereix\x20{count}\x20columnes\x20a\x20l’esquerra'];_0x35a5=function(){return _0x47a26b;};return _0x35a5();}
@@ -0,0 +1 @@
1
+ function _0x2aa3(_0x4dbcf8,_0x239213){_0x4dbcf8=_0x4dbcf8-0x165;var _0x77025e=_0x7702();var _0x2aa3c2=_0x77025e[_0x4dbcf8];return _0x2aa3c2;}(function(_0x1a4f50,_0x4636f5){var _0x182766=_0x2aa3,_0x8453a1=_0x1a4f50();while(!![]){try{var _0x4f6751=parseInt(_0x182766(0x18b))/0x1+-parseInt(_0x182766(0x17d))/0x2+parseInt(_0x182766(0x16c))/0x3*(-parseInt(_0x182766(0x199))/0x4)+-parseInt(_0x182766(0x197))/0x5*(parseInt(_0x182766(0x184))/0x6)+-parseInt(_0x182766(0x19a))/0x7+-parseInt(_0x182766(0x187))/0x8+parseInt(_0x182766(0x17e))/0x9*(parseInt(_0x182766(0x179))/0xa);if(_0x4f6751===_0x4636f5)break;else _0x8453a1['push'](_0x8453a1['shift']());}catch(_0x5a2a1e){_0x8453a1['push'](_0x8453a1['shift']());}}}(_0x7702,0x7f20b),function(_0x2134e2,_0x48d7ef){var _0xc5d263=_0x2aa3;typeof exports==_0xc5d263(0x17c)&&typeof module<'u'?module[_0xc5d263(0x167)]=_0x48d7ef():typeof define==_0xc5d263(0x17b)&&define['amd']?define([],_0x48d7ef):(_0x2134e2=typeof globalThis<'u'?globalThis:_0x2134e2||self,_0x2134e2[_0xc5d263(0x189)]=_0x48d7ef());}(this,function(){var _0x4ecfb9=_0x2aa3;return{'toolbar':{'textBackgroundColor':{'main':_0x4ecfb9(0x192)}},'docsTable':{'table':_0x4ecfb9(0x196),'insertTable':'Insert\x20table','insert':_0x4ecfb9(0x177),'insertTableSize':_0x4ecfb9(0x183),'customTableSize':_0x4ecfb9(0x16d),'tableRows':'Rows','tableColumns':_0x4ecfb9(0x170),'insertRowAbove':_0x4ecfb9(0x16e),'insertRowBelow':_0x4ecfb9(0x194),'insertRowsAbove':_0x4ecfb9(0x172),'insertRowsBelow':'Insert\x20{count}\x20rows\x20below','insertColumnLeft':'Insert\x20column\x20left','insertColumnRight':'Insert\x20column\x20right','insertColumnsLeft':_0x4ecfb9(0x186),'insertColumnsRight':_0x4ecfb9(0x18a),'delete':'Delete','deleteRow':'Delete\x20row','deleteRows':_0x4ecfb9(0x176),'deleteColumn':_0x4ecfb9(0x193),'deleteColumns':'Delete\x20{count}\x20columns','deleteTable':_0x4ecfb9(0x165),'mergeCells':_0x4ecfb9(0x17f),'unmergeCells':_0x4ecfb9(0x181),'insertTitleRow':_0x4ecfb9(0x18d),'pinHeaderRows':_0x4ecfb9(0x18c),'selectColumn':_0x4ecfb9(0x16a),'selectRow':_0x4ecfb9(0x175),'selectTable':'Select\x20table','sortTable':'Sort\x20table','sortAscending':_0x4ecfb9(0x18f),'sortDescending':'Sort\x20descending','distribute':'Distribute','distributeRows':_0x4ecfb9(0x173),'distributeColumns':_0x4ecfb9(0x169),'borders':'Borders','borderAll':_0x4ecfb9(0x16b),'borderBottom':'Bottom\x20border','borderInner':_0x4ecfb9(0x17a),'borderInnerHorizontal':_0x4ecfb9(0x171),'borderInnerVertical':'Inner\x20vertical\x20border','borderLeft':_0x4ecfb9(0x182),'borderOuter':'Outer\x20border','borderNone':_0x4ecfb9(0x178),'borderRight':_0x4ecfb9(0x166),'borderTop':_0x4ecfb9(0x191),'tableBackgroundColor':_0x4ecfb9(0x180),'borderColor':_0x4ecfb9(0x19b),'borderWidth':_0x4ecfb9(0x16f),'borderStyle':'Border\x20style','borderStyleSolid':'Solid','borderStyleDotted':_0x4ecfb9(0x195),'borderStyleDashed':_0x4ecfb9(0x198),'columnType':_0x4ecfb9(0x18e),'columnTypeText':_0x4ecfb9(0x190),'columnTypeNumber':_0x4ecfb9(0x174),'columnTypeDate':'Date','columnTypeCheckbox':_0x4ecfb9(0x168),'columnTypeDropdown':_0x4ecfb9(0x188),'tableOptions':_0x4ecfb9(0x185)}};}));function _0x7702(){var _0x5c74eb=['Left\x20border','Insert\x20table\x20size','36738ASgWRH','Table\x20options','Insert\x20{count}\x20columns\x20left','3695168PQcXRa','Dropdown','UniverProDocsTableUiEnUS','Insert\x20{count}\x20columns\x20right','279464yRNihi','Pin\x20header\x20up\x20to\x20this\x20row','Insert\x20title\x20row','Set\x20column\x20type','Sort\x20ascending','Text','Top\x20border','Text\x20background\x20color','Delete\x20column','Insert\x20row\x20below','Dotted','Table','585GxuPpa','Dashed','4RwLQpd','6883254xvxLHv','Border\x20color','Delete\x20table','Right\x20border','exports','Checkbox','Distribute\x20columns','Select\x20column','All\x20borders','12171cUduGU','Custom\x20size','Insert\x20row\x20above','Border\x20width','Columns','Inner\x20horizontal\x20border','Insert\x20{count}\x20rows\x20above','Distribute\x20rows','Number','Select\x20row','Delete\x20{count}\x20rows','Insert','No\x20border','220hOurCu','Inner\x20borders','function','object','849186hImJDd','1158345CsigRC','Merge\x20cells','Table\x20background\x20color','Unmerge\x20cells'];_0x7702=function(){return _0x5c74eb;};return _0x7702();}
@@ -0,0 +1 @@
1
+ function _0x4dba(_0x4e27a6,_0x40fbb4){_0x4e27a6=_0x4e27a6-0x113;var _0x2e8bbb=_0x2e8b();var _0x4dbac8=_0x2e8bbb[_0x4e27a6];return _0x4dbac8;}function _0x2e8b(){var _0x3302a1=['711YZORER','Eliminar\x20{count}\x20filas','7ZXiahs','Borde\x20exterior','Columnas','Discontinuo','Eliminar\x20fila','amd','function','Insertar\x20columna\x20a\x20la\x20izquierda','Distribuir\x20columnas','Filas','Eliminar\x20{count}\x20columnas','Borde\x20derecho','Color\x20de\x20fondo\x20del\x20texto','Ordenar\x20tabla','Insertar\x20tamaño\x20de\x20tabla','Combinar\x20celdas','730llnLmN','Insertar\x20columna\x20a\x20la\x20derecha','exports','Número','Insertar\x20fila\x20de\x20título','621psGyJT','Borde\x20inferior','Opciones\x20de\x20tabla','820zJcRNC','4490856nwzOOm','Bordes','Distribuir','Separar\x20celdas','Fecha','Bordes\x20interiores','Borde\x20superior','Todos\x20los\x20bordes','1032785MGwDlh','Estilo\x20del\x20borde','Establecer\x20tipo\x20de\x20columna','UniverProDocsTableUiEsES','Orden\x20ascendente','545508pqhNwu','Insertar\x20{count}\x20filas\x20abajo','Grosor\x20del\x20borde','8598450ZwUIZf','1297068lsFelZ','Insertar\x20{count}\x20filas\x20arriba','Insertar\x20fila\x20abajo','Punteado','Insertar','Sin\x20bordes','Seleccionar\x20tabla','Borde\x20vertical\x20interior','Eliminar\x20columna','Orden\x20descendente'];_0x2e8b=function(){return _0x3302a1;};return _0x2e8b();}(function(_0x457ecc,_0x23845c){var _0x1fce58=_0x4dba,_0x48e244=_0x457ecc();while(!![]){try{var _0x19f420=-parseInt(_0x1fce58(0x125))/0x1*(-parseInt(_0x1fce58(0x137))/0x2)+parseInt(_0x1fce58(0x13c))/0x3*(-parseInt(_0x1fce58(0x13f))/0x4)+parseInt(_0x1fce58(0x148))/0x5+parseInt(_0x1fce58(0x11b))/0x6*(parseInt(_0x1fce58(0x127))/0x7)+parseInt(_0x1fce58(0x140))/0x8+-parseInt(_0x1fce58(0x117))/0x9+-parseInt(_0x1fce58(0x11a))/0xa;if(_0x19f420===_0x23845c)break;else _0x48e244['push'](_0x48e244['shift']());}catch(_0x2d4fd5){_0x48e244['push'](_0x48e244['shift']());}}}(_0x2e8b,0x4488b),function(_0xbbf04e,_0xa6b1ae){var _0x234024=_0x4dba;typeof exports=='object'&&typeof module<'u'?module[_0x234024(0x139)]=_0xa6b1ae():typeof define==_0x234024(0x12d)&&define[_0x234024(0x12c)]?define([],_0xa6b1ae):(_0xbbf04e=typeof globalThis<'u'?globalThis:_0xbbf04e||self,_0xbbf04e[_0x234024(0x115)]=_0xa6b1ae());}(this,function(){var _0x107e1f=_0x4dba;return{'toolbar':{'textBackgroundColor':{'main':_0x107e1f(0x133)}},'docsTable':{'table':'Tabla','insertTable':'Insertar\x20tabla','insert':_0x107e1f(0x11f),'insertTableSize':_0x107e1f(0x135),'customTableSize':'Tamaño\x20personalizado','tableRows':_0x107e1f(0x130),'tableColumns':_0x107e1f(0x129),'insertRowAbove':'Insertar\x20fila\x20arriba','insertRowBelow':_0x107e1f(0x11d),'insertRowsAbove':_0x107e1f(0x11c),'insertRowsBelow':_0x107e1f(0x118),'insertColumnLeft':_0x107e1f(0x12e),'insertColumnRight':_0x107e1f(0x138),'insertColumnsLeft':'Insertar\x20{count}\x20columnas\x20a\x20la\x20izquierda','insertColumnsRight':'Insertar\x20{count}\x20columnas\x20a\x20la\x20derecha','delete':'Eliminar','deleteRow':_0x107e1f(0x12b),'deleteRows':_0x107e1f(0x126),'deleteColumn':_0x107e1f(0x123),'deleteColumns':_0x107e1f(0x131),'deleteTable':'Eliminar\x20tabla','mergeCells':_0x107e1f(0x136),'unmergeCells':_0x107e1f(0x143),'insertTitleRow':_0x107e1f(0x13b),'pinHeaderRows':'Fijar\x20encabezado\x20hasta\x20esta\x20fila','selectColumn':'Seleccionar\x20columna','selectRow':'Seleccionar\x20fila','selectTable':_0x107e1f(0x121),'sortTable':_0x107e1f(0x134),'sortAscending':_0x107e1f(0x116),'sortDescending':_0x107e1f(0x124),'distribute':_0x107e1f(0x142),'distributeRows':'Distribuir\x20filas','distributeColumns':_0x107e1f(0x12f),'borders':_0x107e1f(0x141),'borderAll':_0x107e1f(0x147),'borderBottom':_0x107e1f(0x13d),'borderInner':_0x107e1f(0x145),'borderInnerHorizontal':'Borde\x20horizontal\x20interior','borderInnerVertical':_0x107e1f(0x122),'borderLeft':'Borde\x20izquierdo','borderOuter':_0x107e1f(0x128),'borderNone':_0x107e1f(0x120),'borderRight':_0x107e1f(0x132),'borderTop':_0x107e1f(0x146),'tableBackgroundColor':'Color\x20de\x20fondo\x20de\x20la\x20tabla','borderColor':'Color\x20del\x20borde','borderWidth':_0x107e1f(0x119),'borderStyle':_0x107e1f(0x113),'borderStyleSolid':'Sólido','borderStyleDotted':_0x107e1f(0x11e),'borderStyleDashed':_0x107e1f(0x12a),'columnType':_0x107e1f(0x114),'columnTypeText':'Texto','columnTypeNumber':_0x107e1f(0x13a),'columnTypeDate':_0x107e1f(0x144),'columnTypeCheckbox':'Casilla','columnTypeDropdown':'Desplegable','tableOptions':_0x107e1f(0x13e)}};}));
@@ -0,0 +1 @@
1
+ function _0xbc90(_0x5047da,_0x5b4cb8){_0x5047da=_0x5047da-0x15e;var _0x20dd67=_0x20dd();var _0xbc9070=_0x20dd67[_0x5047da];return _0xbc9070;}(function(_0x161b36,_0x8676b5){var _0x1b63df=_0xbc90,_0x445a5b=_0x161b36();while(!![]){try{var _0x399235=-parseInt(_0x1b63df(0x196))/0x1+parseInt(_0x1b63df(0x17f))/0x2*(parseInt(_0x1b63df(0x174))/0x3)+-parseInt(_0x1b63df(0x18a))/0x4*(-parseInt(_0x1b63df(0x197))/0x5)+-parseInt(_0x1b63df(0x165))/0x6*(-parseInt(_0x1b63df(0x193))/0x7)+parseInt(_0x1b63df(0x182))/0x8*(-parseInt(_0x1b63df(0x194))/0x9)+parseInt(_0x1b63df(0x168))/0xa+parseInt(_0x1b63df(0x181))/0xb;if(_0x399235===_0x8676b5)break;else _0x445a5b['push'](_0x445a5b['shift']());}catch(_0x4b3729){_0x445a5b['push'](_0x445a5b['shift']());}}}(_0x20dd,0xf2d80),function(_0x233b80,_0x5dee15){var _0x37e24e=_0xbc90;typeof exports=='object'&&typeof module<'u'?module[_0x37e24e(0x18f)]=_0x5dee15():typeof define=='function'&&define[_0x37e24e(0x176)]?define([],_0x5dee15):(_0x233b80=typeof globalThis<'u'?globalThis:_0x233b80||self,_0x233b80[_0x37e24e(0x177)]=_0x5dee15());}(this,function(){var _0x1d90d1=_0xbc90;return{'toolbar':{'textBackgroundColor':{'main':_0x1d90d1(0x175)}},'docsTable':{'table':_0x1d90d1(0x195),'insertTable':'درج\x20جدول','insert':_0x1d90d1(0x183),'insertTableSize':_0x1d90d1(0x162),'customTableSize':_0x1d90d1(0x17a),'tableRows':'ردیف‌ها','tableColumns':_0x1d90d1(0x18e),'insertRowAbove':_0x1d90d1(0x164),'insertRowBelow':'درج\x20ردیف\x20در\x20پایین','insertRowsAbove':_0x1d90d1(0x171),'insertRowsBelow':_0x1d90d1(0x188),'insertColumnLeft':_0x1d90d1(0x16e),'insertColumnRight':_0x1d90d1(0x18d),'insertColumnsLeft':'درج\x20{count}\x20ستون\x20در\x20چپ','insertColumnsRight':_0x1d90d1(0x170),'delete':'حذف','deleteRow':_0x1d90d1(0x17e),'deleteRows':'حذف\x20{count}\x20ردیف','deleteColumn':_0x1d90d1(0x18c),'deleteColumns':_0x1d90d1(0x16d),'deleteTable':_0x1d90d1(0x190),'mergeCells':_0x1d90d1(0x185),'unmergeCells':_0x1d90d1(0x180),'insertTitleRow':_0x1d90d1(0x16c),'pinHeaderRows':'سنجاق\x20کردن\x20سرستون\x20تا\x20این\x20ردیف','selectColumn':_0x1d90d1(0x17c),'selectRow':'انتخاب\x20ردیف','selectTable':_0x1d90d1(0x172),'sortTable':'مرتب‌سازی\x20جدول','sortAscending':_0x1d90d1(0x173),'sortDescending':_0x1d90d1(0x178),'distribute':_0x1d90d1(0x161),'distributeRows':_0x1d90d1(0x166),'distributeColumns':'توزیع\x20ستون‌ها','borders':_0x1d90d1(0x169),'borderAll':_0x1d90d1(0x191),'borderBottom':'حاشیه\x20پایین','borderInner':_0x1d90d1(0x160),'borderInnerHorizontal':'حاشیه\x20افقی\x20داخلی','borderInnerVertical':'حاشیه\x20عمودی\x20داخلی','borderLeft':_0x1d90d1(0x17b),'borderOuter':_0x1d90d1(0x16a),'borderNone':_0x1d90d1(0x163),'borderRight':_0x1d90d1(0x184),'borderTop':_0x1d90d1(0x189),'tableBackgroundColor':_0x1d90d1(0x15f),'borderColor':_0x1d90d1(0x17d),'borderWidth':_0x1d90d1(0x18b),'borderStyle':'سبک\x20حاشیه','borderStyleSolid':_0x1d90d1(0x192),'borderStyleDotted':_0x1d90d1(0x187),'borderStyleDashed':_0x1d90d1(0x16f),'columnType':'تنظیم\x20نوع\x20ستون','columnTypeText':_0x1d90d1(0x167),'columnTypeNumber':_0x1d90d1(0x16b),'columnTypeDate':_0x1d90d1(0x15e),'columnTypeCheckbox':_0x1d90d1(0x179),'columnTypeDropdown':'فهرست\x20کشویی','tableOptions':_0x1d90d1(0x186)}};}));function _0x20dd(){var _0x158f70=['درج\x20ردیف\x20عنوان','حذف\x20{count}\x20ستون','درج\x20ستون\x20در\x20چپ','خط‌چین','درج\x20{count}\x20ستون\x20در\x20راست','درج\x20{count}\x20ردیف\x20در\x20بالا','انتخاب\x20جدول','مرتب‌سازی\x20صعودی','27KbyyuB','رنگ\x20پس‌زمینه\x20متن','amd','UniverProDocsTableUiFaIR','مرتب‌سازی\x20نزولی','چک‌باکس','اندازه\x20سفارشی','حاشیه\x20چپ','انتخاب\x20ستون','رنگ\x20حاشیه','حذف\x20ردیف','155146mhZWPH','لغو\x20ادغام\x20سلول‌ها','10070181TppjkG','45672HfkIJe','درج','حاشیه\x20راست','ادغام\x20سلول‌ها','گزینه‌های\x20جدول','نقطه‌چین','درج\x20{count}\x20ردیف\x20در\x20پایین','حاشیه\x20بالا','4RrmPja','ضخامت\x20حاشیه','حذف\x20ستون','درج\x20ستون\x20در\x20راست','ستون‌ها','exports','حذف\x20جدول','همه\x20حاشیه‌ها','پیوسته','129689mhRJdX','1863EJqZvi','جدول','1336420xmBWdi','6097265Ihdrvw','تاریخ','رنگ\x20پس‌زمینه\x20جدول','حاشیه‌های\x20داخلی','توزیع','اندازه\x20جدول\x20برای\x20درج','بدون\x20حاشیه','درج\x20ردیف\x20در\x20بالا','42WRpeMB','توزیع\x20ردیف‌ها','متن','5501010NnIOKU','حاشیه‌ها','حاشیه\x20بیرونی','عدد'];_0x20dd=function(){return _0x158f70;};return _0x20dd();}
@@ -0,0 +1 @@
1
+ (function(_0x10915f,_0x445402){var _0x20c140=_0x213a,_0x5d06ee=_0x10915f();while(!![]){try{var _0x312792=parseInt(_0x20c140(0x1e4))/0x1*(parseInt(_0x20c140(0x1f2))/0x2)+parseInt(_0x20c140(0x217))/0x3+parseInt(_0x20c140(0x1e8))/0x4+-parseInt(_0x20c140(0x1ed))/0x5*(parseInt(_0x20c140(0x1f1))/0x6)+parseInt(_0x20c140(0x1fd))/0x7*(parseInt(_0x20c140(0x1e6))/0x8)+-parseInt(_0x20c140(0x215))/0x9+parseInt(_0x20c140(0x211))/0xa;if(_0x312792===_0x445402)break;else _0x5d06ee['push'](_0x5d06ee['shift']());}catch(_0x20251d){_0x5d06ee['push'](_0x5d06ee['shift']());}}}(_0xe3f6,0x225d9),function(_0x48bfea,_0x38801c){var _0x15ad8c=_0x213a;typeof exports=='object'&&typeof module<'u'?module[_0x15ad8c(0x1f8)]=_0x38801c():typeof define==_0x15ad8c(0x207)&&define[_0x15ad8c(0x1df)]?define([],_0x38801c):(_0x48bfea=typeof globalThis<'u'?globalThis:_0x48bfea||self,_0x48bfea[_0x15ad8c(0x1fe)]=_0x38801c());}(this,function(){var _0x43d168=_0x213a;return{'toolbar':{'textBackgroundColor':{'main':'Couleur\x20d’arrière-plan\x20du\x20texte'}},'docsTable':{'table':_0x43d168(0x1eb),'insertTable':'Insérer\x20un\x20tableau','insert':_0x43d168(0x202),'insertTableSize':_0x43d168(0x1fb),'customTableSize':_0x43d168(0x1e7),'tableRows':_0x43d168(0x20d),'tableColumns':_0x43d168(0x1e3),'insertRowAbove':_0x43d168(0x1fc),'insertRowBelow':_0x43d168(0x1ff),'insertRowsAbove':_0x43d168(0x1f6),'insertRowsBelow':_0x43d168(0x212),'insertColumnLeft':_0x43d168(0x1f3),'insertColumnRight':_0x43d168(0x21a),'insertColumnsLeft':_0x43d168(0x21b),'insertColumnsRight':_0x43d168(0x1f4),'delete':_0x43d168(0x219),'deleteRow':_0x43d168(0x201),'deleteRows':_0x43d168(0x1f9),'deleteColumn':_0x43d168(0x20e),'deleteColumns':_0x43d168(0x20f),'deleteTable':_0x43d168(0x208),'mergeCells':_0x43d168(0x204),'unmergeCells':_0x43d168(0x200),'insertTitleRow':_0x43d168(0x218),'pinHeaderRows':_0x43d168(0x213),'selectColumn':_0x43d168(0x1f0),'selectRow':'Sélectionner\x20la\x20ligne','selectTable':'Sélectionner\x20le\x20tableau','sortTable':_0x43d168(0x1e9),'sortAscending':'Tri\x20croissant','sortDescending':_0x43d168(0x1e0),'distribute':_0x43d168(0x1f7),'distributeRows':'Répartir\x20les\x20lignes','distributeColumns':'Répartir\x20les\x20colonnes','borders':'Bordures','borderAll':_0x43d168(0x1ee),'borderBottom':_0x43d168(0x21c),'borderInner':_0x43d168(0x205),'borderInnerHorizontal':_0x43d168(0x1fa),'borderInnerVertical':_0x43d168(0x209),'borderLeft':_0x43d168(0x1ec),'borderOuter':'Bordure\x20extérieure','borderNone':_0x43d168(0x1ea),'borderRight':'Bordure\x20droite','borderTop':'Bordure\x20supérieure','tableBackgroundColor':_0x43d168(0x216),'borderColor':_0x43d168(0x1ef),'borderWidth':_0x43d168(0x214),'borderStyle':_0x43d168(0x1e1),'borderStyleSolid':_0x43d168(0x1e5),'borderStyleDotted':_0x43d168(0x206),'borderStyleDashed':'Tireté','columnType':_0x43d168(0x210),'columnTypeText':_0x43d168(0x20b),'columnTypeNumber':_0x43d168(0x1f5),'columnTypeDate':_0x43d168(0x203),'columnTypeCheckbox':_0x43d168(0x20a),'columnTypeDropdown':_0x43d168(0x20c),'tableOptions':_0x43d168(0x1e2)}};}));function _0x213a(_0x5c491e,_0x44a88f){_0x5c491e=_0x5c491e-0x1df;var _0xe3f66c=_0xe3f6();var _0x213af1=_0xe3f66c[_0x5c491e];return _0x213af1;}function _0xe3f6(){var _0x587e28=['Bordure\x20horizontale\x20intérieure','Insérer\x20une\x20taille\x20de\x20tableau','Insérer\x20une\x20ligne\x20au-dessus','6825wXUxLb','UniverProDocsTableUiFrFR','Insérer\x20une\x20ligne\x20en\x20dessous','Annuler\x20la\x20fusion\x20des\x20cellules','Supprimer\x20la\x20ligne','Insérer','Date','Fusionner\x20les\x20cellules','Bordures\x20intérieures','Pointillé','function','Supprimer\x20le\x20tableau','Bordure\x20verticale\x20intérieure','Case\x20à\x20cocher','Texte','Liste\x20déroulante','Lignes','Supprimer\x20la\x20colonne','Supprimer\x20{count}\x20colonnes','Définir\x20le\x20type\x20de\x20colonne','1151330hmZiRt','Insérer\x20{count}\x20lignes\x20en\x20dessous','Figer\x20l’en-tête\x20jusqu’à\x20cette\x20ligne','Épaisseur\x20de\x20bordure','1573371dwysBR','Couleur\x20d’arrière-plan\x20du\x20tableau','343530BGAAIm','Insérer\x20une\x20ligne\x20de\x20titre','Supprimer','Insérer\x20une\x20colonne\x20à\x20droite','Insérer\x20{count}\x20colonnes\x20à\x20gauche','Bordure\x20inférieure','amd','Tri\x20décroissant','Style\x20de\x20bordure','Options\x20du\x20tableau','Colonnes','739Keyxet','Continu','1832haQabu','Taille\x20personnalisée','228580wOTiZH','Trier\x20le\x20tableau','Aucune\x20bordure','Tableau','Bordure\x20gauche','15tRngDV','Toutes\x20les\x20bordures','Couleur\x20de\x20bordure','Sélectionner\x20la\x20colonne','487992DNFUzH','134SxtOMj','Insérer\x20une\x20colonne\x20à\x20gauche','Insérer\x20{count}\x20colonnes\x20à\x20droite','Nombre','Insérer\x20{count}\x20lignes\x20au-dessus','Répartir','exports','Supprimer\x20{count}\x20lignes'];_0xe3f6=function(){return _0x587e28;};return _0xe3f6();}
@@ -0,0 +1 @@
1
+ function _0x1c3c(_0x3984bc,_0x773696){_0x3984bc=_0x3984bc-0xc3;var _0x1e8f34=_0x1e8f();var _0x1c3cc1=_0x1e8f34[_0x3984bc];return _0x1c3cc1;}function _0x1e8f(){var _0x4b2415=['表を削除','均等配置','714oMsaYF','39018KJlJAS','332sREJtS','列を均等配置','object','右罫線','下罫線','上罫線','233028dwVJRD','exports','カスタムサイズ','行を削除','罫線の太さ','セルを結合','{count}\x20行を削除','下に\x20{count}\x20行を挿入','内側横罫線','ドロップダウン','上に\x20{count}\x20行を挿入','内側の罫線','チェックボックス','65xHHXxv','function','4984BOBItX','表サイズを挿入','11763cGTDQE','表を挿入','19565535jpywxW','986361jCTJWK','表を並べ替え','左に\x20{count}\x20列を挿入','amd','表のオプション','4328NwuBnX','下に行を挿入','{count}\x20列を削除','この行までヘッダーを固定','罫線なし','上に行を挿入','右に\x20{count}\x20列を挿入','左罫線','UniverProDocsTableUiJaJP','行を選択','昇順で並べ替え','列を選択','タイトル行を挿入','右に列を挿入','すべての罫線','8720120QnIhVZ'];_0x1e8f=function(){return _0x4b2415;};return _0x1e8f();}(function(_0x58e87e,_0x574212){var _0x1795b2=_0x1c3c,_0xe06671=_0x58e87e();while(!![]){try{var _0x3eec5d=parseInt(_0x1795b2(0xe9))/0x1*(-parseInt(_0x1795b2(0xca))/0x2)+-parseInt(_0x1795b2(0xe4))/0x3+-parseInt(_0x1795b2(0xd0))/0x4*(-parseInt(_0x1795b2(0xdd))/0x5)+parseInt(_0x1795b2(0xc9))/0x6*(-parseInt(_0x1795b2(0xc8))/0x7)+-parseInt(_0x1795b2(0xdf))/0x8*(parseInt(_0x1795b2(0xe1))/0x9)+parseInt(_0x1795b2(0xc5))/0xa+parseInt(_0x1795b2(0xe3))/0xb;if(_0x3eec5d===_0x574212)break;else _0xe06671['push'](_0xe06671['shift']());}catch(_0x4d6a30){_0xe06671['push'](_0xe06671['shift']());}}}(_0x1e8f,0xd7a24),function(_0x1a6cea,_0x4cdc30){var _0x136977=_0x1c3c;typeof exports==_0x136977(0xcc)&&typeof module<'u'?module[_0x136977(0xd1)]=_0x4cdc30():typeof define==_0x136977(0xde)&&define[_0x136977(0xe7)]?define([],_0x4cdc30):(_0x1a6cea=typeof globalThis<'u'?globalThis:_0x1a6cea||self,_0x1a6cea[_0x136977(0xf1)]=_0x4cdc30());}(this,function(){var _0x37252f=_0x1c3c;return{'toolbar':{'textBackgroundColor':{'main':'テキストの背景色'}},'docsTable':{'table':'表','insertTable':_0x37252f(0xe2),'insert':'挿入','insertTableSize':_0x37252f(0xe0),'customTableSize':_0x37252f(0xd2),'tableRows':'行','tableColumns':'列','insertRowAbove':_0x37252f(0xee),'insertRowBelow':_0x37252f(0xea),'insertRowsAbove':_0x37252f(0xda),'insertRowsBelow':_0x37252f(0xd7),'insertColumnLeft':'左に列を挿入','insertColumnRight':_0x37252f(0xc3),'insertColumnsLeft':_0x37252f(0xe6),'insertColumnsRight':_0x37252f(0xef),'delete':'削除','deleteRow':_0x37252f(0xd3),'deleteRows':_0x37252f(0xd6),'deleteColumn':'列を削除','deleteColumns':_0x37252f(0xeb),'deleteTable':_0x37252f(0xc6),'mergeCells':_0x37252f(0xd5),'unmergeCells':'セルの結合を解除','insertTitleRow':_0x37252f(0xf5),'pinHeaderRows':_0x37252f(0xec),'selectColumn':_0x37252f(0xf4),'selectRow':_0x37252f(0xf2),'selectTable':'表を選択','sortTable':_0x37252f(0xe5),'sortAscending':_0x37252f(0xf3),'sortDescending':'降順で並べ替え','distribute':_0x37252f(0xc7),'distributeRows':'行を均等配置','distributeColumns':_0x37252f(0xcb),'borders':'罫線','borderAll':_0x37252f(0xc4),'borderBottom':_0x37252f(0xce),'borderInner':_0x37252f(0xdb),'borderInnerHorizontal':_0x37252f(0xd8),'borderInnerVertical':'内側縦罫線','borderLeft':_0x37252f(0xf0),'borderOuter':'外枠','borderNone':_0x37252f(0xed),'borderRight':_0x37252f(0xcd),'borderTop':_0x37252f(0xcf),'tableBackgroundColor':'表の背景色','borderColor':'罫線の色','borderWidth':_0x37252f(0xd4),'borderStyle':'罫線のスタイル','borderStyleSolid':'実線','borderStyleDotted':'点線','borderStyleDashed':'破線','columnType':'列タイプを設定','columnTypeText':'テキスト','columnTypeNumber':'数値','columnTypeDate':'日付','columnTypeCheckbox':_0x37252f(0xdc),'columnTypeDropdown':_0x37252f(0xd9),'tableOptions':_0x37252f(0xe8)}};}));
@@ -0,0 +1 @@
1
+ function _0x1bcd(){var _0x4cef4a=['4074490qDHrpa','오른쪽에\x20열\x20삽입','표\x20삭제','테두리','셀\x20병합\x20해제','행\x20균등\x20분배','2073071fkihcp','표\x20정렬','테두리\x20스타일','{count}개\x20열\x20삭제','행\x20삭제','224445QmVxEM','object','오른쪽\x20테두리','열\x20균등\x20분배','아래에\x20행\x20삽입','오른쪽에\x20{count}개\x20열\x20삽입','오름차순\x20정렬','왼쪽에\x20{count}개\x20열\x20삽입','773050PJZwfE','체크박스','왼쪽\x20테두리','텍스트','셀\x20병합','열\x20선택','function','열\x20유형\x20설정','4467sKgWPR','모든\x20테두리','텍스트\x20배경색','2241165HhoYHX','472482zCRmLF','왼쪽에\x20열\x20삽입','안쪽\x20세로\x20테두리','안쪽\x20가로\x20테두리','UniverProDocsTableUiKoKR','위쪽\x20테두리','이\x20행까지\x20머리글\x20고정','제목\x20행\x20삽입','6efZVqj','테두리\x20없음','1328gpPghn','exports','아래쪽\x20테두리','표\x20선택','16DYIqRe','표\x20삽입','{count}개\x20행\x20삭제'];_0x1bcd=function(){return _0x4cef4a;};return _0x1bcd();}function _0x3a2d(_0x2eb769,_0x4ecfa0){_0x2eb769=_0x2eb769-0xb4;var _0x1bcd4e=_0x1bcd();var _0x3a2d70=_0x1bcd4e[_0x2eb769];return _0x3a2d70;}(function(_0x3663ed,_0x264a39){var _0x1471d9=_0x3a2d,_0x2c0c9c=_0x3663ed();while(!![]){try{var _0x26a6d7=-parseInt(_0x1471d9(0xd1))/0x1+parseInt(_0x1471d9(0xd9))/0x2+parseInt(_0x1471d9(0xe1))/0x3*(parseInt(_0x1471d9(0xbf))/0x4)+parseInt(_0x1471d9(0xb4))/0x5*(-parseInt(_0x1471d9(0xbd))/0x6)+parseInt(_0x1471d9(0xcc))/0x7*(parseInt(_0x1471d9(0xc3))/0x8)+-parseInt(_0x1471d9(0xb5))/0x9+-parseInt(_0x1471d9(0xc6))/0xa;if(_0x26a6d7===_0x264a39)break;else _0x2c0c9c['push'](_0x2c0c9c['shift']());}catch(_0x496aa8){_0x2c0c9c['push'](_0x2c0c9c['shift']());}}}(_0x1bcd,0x5324a),function(_0x1aac12,_0x5a6331){var _0x25f3df=_0x3a2d;typeof exports==_0x25f3df(0xd2)&&typeof module<'u'?module[_0x25f3df(0xc0)]=_0x5a6331():typeof define==_0x25f3df(0xdf)&&define['amd']?define([],_0x5a6331):(_0x1aac12=typeof globalThis<'u'?globalThis:_0x1aac12||self,_0x1aac12[_0x25f3df(0xb9)]=_0x5a6331());}(this,function(){var _0x48824f=_0x3a2d;return{'toolbar':{'textBackgroundColor':{'main':_0x48824f(0xe3)}},'docsTable':{'table':'표','insertTable':_0x48824f(0xc4),'insert':'삽입','insertTableSize':'표\x20크기\x20삽입','customTableSize':'사용자\x20지정\x20크기','tableRows':'행','tableColumns':'열','insertRowAbove':'위에\x20행\x20삽입','insertRowBelow':_0x48824f(0xd5),'insertRowsAbove':'위에\x20{count}개\x20행\x20삽입','insertRowsBelow':'아래에\x20{count}개\x20행\x20삽입','insertColumnLeft':_0x48824f(0xb6),'insertColumnRight':_0x48824f(0xc7),'insertColumnsLeft':_0x48824f(0xd8),'insertColumnsRight':_0x48824f(0xd6),'delete':'삭제','deleteRow':_0x48824f(0xd0),'deleteRows':_0x48824f(0xc5),'deleteColumn':'열\x20삭제','deleteColumns':_0x48824f(0xcf),'deleteTable':_0x48824f(0xc8),'mergeCells':_0x48824f(0xdd),'unmergeCells':_0x48824f(0xca),'insertTitleRow':_0x48824f(0xbc),'pinHeaderRows':_0x48824f(0xbb),'selectColumn':_0x48824f(0xde),'selectRow':'행\x20선택','selectTable':_0x48824f(0xc2),'sortTable':_0x48824f(0xcd),'sortAscending':_0x48824f(0xd7),'sortDescending':'내림차순\x20정렬','distribute':'분배','distributeRows':_0x48824f(0xcb),'distributeColumns':_0x48824f(0xd4),'borders':_0x48824f(0xc9),'borderAll':_0x48824f(0xe2),'borderBottom':_0x48824f(0xc1),'borderInner':'안쪽\x20테두리','borderInnerHorizontal':_0x48824f(0xb8),'borderInnerVertical':_0x48824f(0xb7),'borderLeft':_0x48824f(0xdb),'borderOuter':'바깥쪽\x20테두리','borderNone':_0x48824f(0xbe),'borderRight':_0x48824f(0xd3),'borderTop':_0x48824f(0xba),'tableBackgroundColor':'표\x20배경색','borderColor':'테두리\x20색','borderWidth':'테두리\x20두께','borderStyle':_0x48824f(0xce),'borderStyleSolid':'실선','borderStyleDotted':'점선','borderStyleDashed':'파선','columnType':_0x48824f(0xe0),'columnTypeText':_0x48824f(0xdc),'columnTypeNumber':'숫자','columnTypeDate':'날짜','columnTypeCheckbox':_0x48824f(0xda),'columnTypeDropdown':'드롭다운','tableOptions':'표\x20옵션'}};}));
@@ -0,0 +1 @@
1
+ function _0x8dc2(_0xafc0a0,_0x615802){_0xafc0a0=_0xafc0a0-0x151;var _0x5c92ed=_0x5c92();var _0x8dc27d=_0x5c92ed[_0xafc0a0];return _0x8dc27d;}function _0x5c92(){var _0x4fbb60=['2576475BDsGMN','exports','Столбцы','Выбрать\x20таблицу','Стиль\x20границы','1010740ossTIz','Сплошная','6aYXWGg','object','amd','Вставить','Распределить\x20столбцы','Вставить\x20строку\x20выше','Число','Удалить\x20{count}\x20столбцов','Все\x20границы','Закрепить\x20заголовок\x20до\x20этой\x20строки','Пользовательский\x20размер','Выбрать\x20строку','1NvISAC','582984qJPJuR','Удалить\x20строку','Разъединить\x20ячейки','Строки','Удалить','Точечная','Вставить\x20столбец\x20слева','1647842KiKWkF','Пунктирная','Вставить\x20столбец\x20справа','Цвет\x20фона\x20таблицы','Внешняя\x20граница','Параметры\x20таблицы','Удалить\x20{count}\x20строк','Распределить\x20строки','Распределить','Флажок','Вставить\x20{count}\x20строк\x20ниже','1128gYIyLr','Сортировать\x20таблицу','Удалить\x20таблицу','Вставить\x20{count}\x20столбцов\x20слева','Цвет\x20границы','Правая\x20граница','Внутренняя\x20вертикальная\x20граница','Нижняя\x20граница','Задать\x20тип\x20столбца','Вставить\x20строку\x20заголовка','Раскрывающийся\x20список','Внутренние\x20границы','Левая\x20граница','Без\x20границ','Сортировать\x20по\x20убыванию','Текст','8572blmATP','Толщина\x20границы','1601408GbvqTS','Вставить\x20строку\x20ниже','Сортировать\x20по\x20возрастанию','Верхняя\x20граница','function'];_0x5c92=function(){return _0x4fbb60;};return _0x5c92();}(function(_0xf8f6c8,_0x54241b){var _0x20b3dc=_0x8dc2,_0x2858cf=_0xf8f6c8();while(!![]){try{var _0x1e403c=-parseInt(_0x20b3dc(0x167))/0x1*(parseInt(_0x20b3dc(0x17a))/0x2)+-parseInt(_0x20b3dc(0x15b))/0x3*(parseInt(_0x20b3dc(0x18a))/0x4)+parseInt(_0x20b3dc(0x159))/0x5+parseInt(_0x20b3dc(0x168))/0x6+-parseInt(_0x20b3dc(0x16f))/0x7+-parseInt(_0x20b3dc(0x18c))/0x8+parseInt(_0x20b3dc(0x154))/0x9;if(_0x1e403c===_0x54241b)break;else _0x2858cf['push'](_0x2858cf['shift']());}catch(_0x2fd4f3){_0x2858cf['push'](_0x2858cf['shift']());}}}(_0x5c92,0x23703),function(_0x3d2707,_0x27b972){var _0x53683c=_0x8dc2;typeof exports==_0x53683c(0x15c)&&typeof module<'u'?module[_0x53683c(0x155)]=_0x27b972():typeof define==_0x53683c(0x153)&&define[_0x53683c(0x15d)]?define([],_0x27b972):(_0x3d2707=typeof globalThis<'u'?globalThis:_0x3d2707||self,_0x3d2707['UniverProDocsTableUiRuRU']=_0x27b972());}(this,function(){var _0x35bac5=_0x8dc2;return{'toolbar':{'textBackgroundColor':{'main':'Цвет\x20фона\x20текста'}},'docsTable':{'table':'Таблица','insertTable':'Вставить\x20таблицу','insert':_0x35bac5(0x15e),'insertTableSize':'Размер\x20вставляемой\x20таблицы','customTableSize':_0x35bac5(0x165),'tableRows':_0x35bac5(0x16b),'tableColumns':_0x35bac5(0x156),'insertRowAbove':_0x35bac5(0x160),'insertRowBelow':_0x35bac5(0x18d),'insertRowsAbove':'Вставить\x20{count}\x20строк\x20выше','insertRowsBelow':_0x35bac5(0x179),'insertColumnLeft':_0x35bac5(0x16e),'insertColumnRight':_0x35bac5(0x171),'insertColumnsLeft':_0x35bac5(0x17d),'insertColumnsRight':'Вставить\x20{count}\x20столбцов\x20справа','delete':_0x35bac5(0x16c),'deleteRow':_0x35bac5(0x169),'deleteRows':_0x35bac5(0x175),'deleteColumn':'Удалить\x20столбец','deleteColumns':_0x35bac5(0x162),'deleteTable':_0x35bac5(0x17c),'mergeCells':'Объединить\x20ячейки','unmergeCells':_0x35bac5(0x16a),'insertTitleRow':_0x35bac5(0x183),'pinHeaderRows':_0x35bac5(0x164),'selectColumn':'Выбрать\x20столбец','selectRow':_0x35bac5(0x166),'selectTable':_0x35bac5(0x157),'sortTable':_0x35bac5(0x17b),'sortAscending':_0x35bac5(0x151),'sortDescending':_0x35bac5(0x188),'distribute':_0x35bac5(0x177),'distributeRows':_0x35bac5(0x176),'distributeColumns':_0x35bac5(0x15f),'borders':'Границы','borderAll':_0x35bac5(0x163),'borderBottom':_0x35bac5(0x181),'borderInner':_0x35bac5(0x185),'borderInnerHorizontal':'Внутренняя\x20горизонтальная\x20граница','borderInnerVertical':_0x35bac5(0x180),'borderLeft':_0x35bac5(0x186),'borderOuter':_0x35bac5(0x173),'borderNone':_0x35bac5(0x187),'borderRight':_0x35bac5(0x17f),'borderTop':_0x35bac5(0x152),'tableBackgroundColor':_0x35bac5(0x172),'borderColor':_0x35bac5(0x17e),'borderWidth':_0x35bac5(0x18b),'borderStyle':_0x35bac5(0x158),'borderStyleSolid':_0x35bac5(0x15a),'borderStyleDotted':_0x35bac5(0x16d),'borderStyleDashed':_0x35bac5(0x170),'columnType':_0x35bac5(0x182),'columnTypeText':_0x35bac5(0x189),'columnTypeNumber':_0x35bac5(0x161),'columnTypeDate':'Дата','columnTypeCheckbox':_0x35bac5(0x178),'columnTypeDropdown':_0x35bac5(0x184),'tableOptions':_0x35bac5(0x174)}};}));
@@ -0,0 +1 @@
1
+ (function(_0xc4bec2,_0x2c3808){var _0x10a8ed=_0x40ad,_0x1bfc81=_0xc4bec2();while(!![]){try{var _0x59d751=parseInt(_0x10a8ed(0x217))/0x1+-parseInt(_0x10a8ed(0x21f))/0x2*(parseInt(_0x10a8ed(0x21e))/0x3)+-parseInt(_0x10a8ed(0x221))/0x4+-parseInt(_0x10a8ed(0x1fa))/0x5*(-parseInt(_0x10a8ed(0x1f0))/0x6)+parseInt(_0x10a8ed(0x21a))/0x7*(-parseInt(_0x10a8ed(0x205))/0x8)+-parseInt(_0x10a8ed(0x21c))/0x9*(parseInt(_0x10a8ed(0x200))/0xa)+parseInt(_0x10a8ed(0x1fb))/0xb*(parseInt(_0x10a8ed(0x214))/0xc);if(_0x59d751===_0x2c3808)break;else _0x1bfc81['push'](_0x1bfc81['shift']());}catch(_0x273d89){_0x1bfc81['push'](_0x1bfc81['shift']());}}}(_0x177e,0xc2469),function(_0x2f39b9,_0x230163){var _0x227782=_0x40ad;typeof exports==_0x227782(0x1f9)&&typeof module<'u'?module[_0x227782(0x219)]=_0x230163():typeof define==_0x227782(0x1f1)&&define[_0x227782(0x1ff)]?define([],_0x230163):(_0x2f39b9=typeof globalThis<'u'?globalThis:_0x2f39b9||self,_0x2f39b9[_0x227782(0x1e7)]=_0x230163());}(this,function(){var _0x1ea4a2=_0x40ad;return{'toolbar':{'textBackgroundColor':{'main':'Farba\x20pozadia\x20textu'}},'docsTable':{'table':_0x1ea4a2(0x1f5),'insertTable':_0x1ea4a2(0x20d),'insert':_0x1ea4a2(0x210),'insertTableSize':_0x1ea4a2(0x1ee),'customTableSize':_0x1ea4a2(0x20c),'tableRows':_0x1ea4a2(0x201),'tableColumns':_0x1ea4a2(0x1ef),'insertRowAbove':_0x1ea4a2(0x1e9),'insertRowBelow':'Vložiť\x20riadok\x20pod','insertRowsAbove':_0x1ea4a2(0x211),'insertRowsBelow':_0x1ea4a2(0x1f2),'insertColumnLeft':_0x1ea4a2(0x220),'insertColumnRight':'Vložiť\x20stĺpec\x20vpravo','insertColumnsLeft':'Vložiť\x20{count}\x20stĺpcov\x20vľavo','insertColumnsRight':_0x1ea4a2(0x1fd),'delete':'Odstrániť','deleteRow':_0x1ea4a2(0x1ec),'deleteRows':'Odstrániť\x20{count}\x20riadkov','deleteColumn':_0x1ea4a2(0x1ed),'deleteColumns':'Odstrániť\x20{count}\x20stĺpcov','deleteTable':_0x1ea4a2(0x20e),'mergeCells':_0x1ea4a2(0x20b),'unmergeCells':_0x1ea4a2(0x1e8),'insertTitleRow':_0x1ea4a2(0x21d),'pinHeaderRows':_0x1ea4a2(0x1f3),'selectColumn':'Vybrať\x20stĺpec','selectRow':_0x1ea4a2(0x207),'selectTable':_0x1ea4a2(0x1ea),'sortTable':_0x1ea4a2(0x20a),'sortAscending':_0x1ea4a2(0x202),'sortDescending':_0x1ea4a2(0x1f6),'distribute':'Rozložiť','distributeRows':'Rozložiť\x20riadky','distributeColumns':_0x1ea4a2(0x1f4),'borders':'Orámovanie','borderAll':_0x1ea4a2(0x206),'borderBottom':'Spodné\x20orámovanie','borderInner':'Vnútorné\x20orámovania','borderInnerHorizontal':'Vnútorné\x20vodorovné\x20orámovanie','borderInnerVertical':_0x1ea4a2(0x1f8),'borderLeft':_0x1ea4a2(0x216),'borderOuter':'Vonkajšie\x20orámovanie','borderNone':_0x1ea4a2(0x213),'borderRight':_0x1ea4a2(0x209),'borderTop':_0x1ea4a2(0x204),'tableBackgroundColor':_0x1ea4a2(0x21b),'borderColor':_0x1ea4a2(0x212),'borderWidth':_0x1ea4a2(0x1f7),'borderStyle':_0x1ea4a2(0x20f),'borderStyleSolid':_0x1ea4a2(0x203),'borderStyleDotted':_0x1ea4a2(0x1eb),'borderStyleDashed':_0x1ea4a2(0x208),'columnType':'Nastaviť\x20typ\x20stĺpca','columnTypeText':_0x1ea4a2(0x1fe),'columnTypeNumber':_0x1ea4a2(0x215),'columnTypeDate':_0x1ea4a2(0x218),'columnTypeCheckbox':_0x1ea4a2(0x1fc),'columnTypeDropdown':'Rozbaľovací\x20zoznam','tableOptions':'Možnosti\x20tabuľky'}};}));function _0x40ad(_0x3a0d86,_0x46b10e){_0x3a0d86=_0x3a0d86-0x1e7;var _0x177eac=_0x177e();var _0x40ad69=_0x177eac[_0x3a0d86];return _0x40ad69;}function _0x177e(){var _0x40fed1=['Plná\x20čiara','Horné\x20orámovanie','80Vucufh','Všetky\x20orámovania','Vybrať\x20riadok','Prerušovaná\x20čiara','Pravé\x20orámovanie','Zoradiť\x20tabuľku','Zlúčiť\x20bunky','Vlastná\x20veľkosť','Vložiť\x20tabuľku','Odstrániť\x20tabuľku','Štýl\x20orámovania','Vložiť','Vložiť\x20{count}\x20riadkov\x20nad','Farba\x20orámovania','Bez\x20orámovania','444QsbBRY','Číslo','Ľavé\x20orámovanie','1224808NkDpQr','Dátum','exports','576093BpIWgY','Farba\x20pozadia\x20tabuľky','99yrUhcb','Vložiť\x20titulný\x20riadok','4230CmTAsC','1434pijStQ','Vložiť\x20stĺpec\x20vľavo','787440rUlbmh','UniverProDocsTableUiSkSK','Zrušiť\x20zlúčenie\x20buniek','Vložiť\x20riadok\x20nad','Vybrať\x20tabuľku','Bodkovaná\x20čiara','Odstrániť\x20riadok','Odstrániť\x20stĺpec','Veľkosť\x20vkladanej\x20tabuľky','Stĺpce','5154036FelsGH','function','Vložiť\x20{count}\x20riadkov\x20pod','Pripnúť\x20hlavičku\x20po\x20tento\x20riadok','Rozložiť\x20stĺpce','Tabuľka','Zoradiť\x20zostupne','Hrúbka\x20orámovania','Vnútorné\x20zvislé\x20orámovanie','object','5ffNikp','432652xFvcHS','Začiarkavacie\x20políčko','Vložiť\x20{count}\x20stĺpcov\x20vpravo','Text','amd','647750DnKHwQ','Riadky','Zoradiť\x20vzostupne'];_0x177e=function(){return _0x40fed1;};return _0x177e();}
@@ -0,0 +1 @@
1
+ (function(_0xcba27,_0xfabf4b){var _0x1e899f=_0x2779,_0x341619=_0xcba27();while(!![]){try{var _0x35176e=-parseInt(_0x1e899f(0x163))/0x1*(-parseInt(_0x1e899f(0x143))/0x2)+parseInt(_0x1e899f(0x167))/0x3*(-parseInt(_0x1e899f(0x146))/0x4)+-parseInt(_0x1e899f(0x162))/0x5+parseInt(_0x1e899f(0x158))/0x6*(-parseInt(_0x1e899f(0x15d))/0x7)+parseInt(_0x1e899f(0x14f))/0x8+-parseInt(_0x1e899f(0x153))/0x9+parseInt(_0x1e899f(0x154))/0xa;if(_0x35176e===_0xfabf4b)break;else _0x341619['push'](_0x341619['shift']());}catch(_0x17ad6a){_0x341619['push'](_0x341619['shift']());}}}(_0x5b2f,0x7eb2a),function(_0x11bd92,_0x18fba0){var _0x20f2b4=_0x2779;typeof exports==_0x20f2b4(0x142)&&typeof module<'u'?module['exports']=_0x18fba0():typeof define==_0x20f2b4(0x141)&&define['amd']?define([],_0x18fba0):(_0x11bd92=typeof globalThis<'u'?globalThis:_0x11bd92||self,_0x11bd92['UniverProDocsTableUiViVN']=_0x18fba0());}(this,function(){var _0x33335a=_0x2779;return{'toolbar':{'textBackgroundColor':{'main':_0x33335a(0x152)}},'docsTable':{'table':_0x33335a(0x165),'insertTable':_0x33335a(0x160),'insert':_0x33335a(0x16f),'insertTableSize':_0x33335a(0x172),'customTableSize':_0x33335a(0x166),'tableRows':'Hàng','tableColumns':'Cột','insertRowAbove':_0x33335a(0x178),'insertRowBelow':_0x33335a(0x144),'insertRowsAbove':'Chèn\x20{count}\x20hàng\x20phía\x20trên','insertRowsBelow':_0x33335a(0x174),'insertColumnLeft':_0x33335a(0x16b),'insertColumnRight':_0x33335a(0x14e),'insertColumnsLeft':_0x33335a(0x177),'insertColumnsRight':_0x33335a(0x175),'delete':_0x33335a(0x157),'deleteRow':'Xóa\x20hàng','deleteRows':'Xóa\x20{count}\x20hàng','deleteColumn':_0x33335a(0x149),'deleteColumns':_0x33335a(0x16c),'deleteTable':_0x33335a(0x176),'mergeCells':_0x33335a(0x16a),'unmergeCells':_0x33335a(0x155),'insertTitleRow':_0x33335a(0x16d),'pinHeaderRows':'Ghim\x20tiêu\x20đề\x20đến\x20hàng\x20này','selectColumn':_0x33335a(0x15e),'selectRow':_0x33335a(0x145),'selectTable':_0x33335a(0x170),'sortTable':_0x33335a(0x150),'sortAscending':_0x33335a(0x169),'sortDescending':_0x33335a(0x16e),'distribute':_0x33335a(0x161),'distributeRows':_0x33335a(0x173),'distributeColumns':'Phân\x20bố\x20cột','borders':_0x33335a(0x15f),'borderAll':_0x33335a(0x15a),'borderBottom':_0x33335a(0x151),'borderInner':'Đường\x20viền\x20bên\x20trong','borderInnerHorizontal':'Đường\x20viền\x20ngang\x20bên\x20trong','borderInnerVertical':'Đường\x20viền\x20dọc\x20bên\x20trong','borderLeft':'Đường\x20viền\x20trái','borderOuter':_0x33335a(0x147),'borderNone':_0x33335a(0x14b),'borderRight':'Đường\x20viền\x20phải','borderTop':_0x33335a(0x15b),'tableBackgroundColor':'Màu\x20nền\x20bảng','borderColor':_0x33335a(0x15c),'borderWidth':_0x33335a(0x168),'borderStyle':_0x33335a(0x156),'borderStyleSolid':'Liền','borderStyleDotted':_0x33335a(0x164),'borderStyleDashed':'Nét\x20đứt','columnType':_0x33335a(0x148),'columnTypeText':_0x33335a(0x14c),'columnTypeNumber':'Số','columnTypeDate':_0x33335a(0x14a),'columnTypeCheckbox':_0x33335a(0x171),'columnTypeDropdown':_0x33335a(0x159),'tableOptions':_0x33335a(0x14d)}};}));function _0x2779(_0x4bb3bf,_0x107b31){_0x4bb3bf=_0x4bb3bf-0x141;var _0x5b2f75=_0x5b2f();var _0x277904=_0x5b2f75[_0x4bb3bf];return _0x277904;}function _0x5b2f(){var _0x1369dc=['Chèn\x20hàng\x20tiêu\x20đề','Sắp\x20xếp\x20giảm\x20dần','Chèn','Chọn\x20bảng','Hộp\x20kiểm','Kích\x20thước\x20bảng\x20cần\x20chèn','Phân\x20bố\x20hàng','Chèn\x20{count}\x20hàng\x20phía\x20dưới','Chèn\x20{count}\x20cột\x20bên\x20phải','Xóa\x20bảng','Chèn\x20{count}\x20cột\x20bên\x20trái','Chèn\x20hàng\x20phía\x20trên','function','object','482jGUEHH','Chèn\x20hàng\x20phía\x20dưới','Chọn\x20hàng','3014572mSORmw','Đường\x20viền\x20ngoài','Đặt\x20kiểu\x20cột','Xóa\x20cột','Ngày','Không\x20có\x20đường\x20viền','Văn\x20bản','Tùy\x20chọn\x20bảng','Chèn\x20cột\x20bên\x20phải','6223024LeROMT','Sắp\x20xếp\x20bảng','Đường\x20viền\x20dưới','Màu\x20nền\x20văn\x20bản','5827887UCBFTF','15541620HExjWv','Tách\x20ô','Kiểu\x20đường\x20viền','Xóa','207798PvvLqs','Danh\x20sách\x20thả\x20xuống','Tất\x20cả\x20đường\x20viền','Đường\x20viền\x20trên','Màu\x20đường\x20viền','91QXzNeX','Chọn\x20cột','Đường\x20viền','Chèn\x20bảng','Phân\x20bố','1725510VAbJmF','1591BaDcPv','Chấm','Bảng','Kích\x20thước\x20tùy\x20chỉnh','3igPgEY','Độ\x20dày\x20đường\x20viền','Sắp\x20xếp\x20tăng\x20dần','Hợp\x20nhất\x20ô','Chèn\x20cột\x20bên\x20trái','Xóa\x20{count}\x20cột'];_0x5b2f=function(){return _0x1369dc;};return _0x5b2f();}
@@ -0,0 +1 @@
1
+ function _0x459a(_0xd88fdc,_0x456921){_0xd88fdc=_0xd88fdc-0x11a;var _0x16fe77=_0x16fe();var _0x459ab2=_0x16fe77[_0xd88fdc];return _0x459ab2;}(function(_0x2034e6,_0x3607a0){var _0xf24d86=_0x459a,_0x54e15a=_0x2034e6();while(!![]){try{var _0x1d9fb6=parseInt(_0xf24d86(0x14f))/0x1*(-parseInt(_0xf24d86(0x12e))/0x2)+-parseInt(_0xf24d86(0x147))/0x3*(-parseInt(_0xf24d86(0x13d))/0x4)+parseInt(_0xf24d86(0x148))/0x5*(parseInt(_0xf24d86(0x129))/0x6)+-parseInt(_0xf24d86(0x12a))/0x7*(-parseInt(_0xf24d86(0x11c))/0x8)+-parseInt(_0xf24d86(0x132))/0x9*(-parseInt(_0xf24d86(0x144))/0xa)+parseInt(_0xf24d86(0x126))/0xb*(-parseInt(_0xf24d86(0x12f))/0xc)+parseInt(_0xf24d86(0x14a))/0xd*(-parseInt(_0xf24d86(0x140))/0xe);if(_0x1d9fb6===_0x3607a0)break;else _0x54e15a['push'](_0x54e15a['shift']());}catch(_0x298129){_0x54e15a['push'](_0x54e15a['shift']());}}}(_0x16fe,0x1f6a8),function(_0xba712c,_0x4c8148){var _0x1cfdc4=_0x459a;typeof exports==_0x1cfdc4(0x136)&&typeof module<'u'?module[_0x1cfdc4(0x124)]=_0x4c8148():typeof define==_0x1cfdc4(0x149)&&define['amd']?define([],_0x4c8148):(_0xba712c=typeof globalThis<'u'?globalThis:_0xba712c||self,_0xba712c[_0x1cfdc4(0x125)]=_0x4c8148());}(this,function(){var _0xc562b=_0x459a;return{'toolbar':{'textBackgroundColor':{'main':'文本背景色'}},'docsTable':{'table':'表格','insertTable':_0xc562b(0x134),'insert':'插入','insertTableSize':_0xc562b(0x14b),'customTableSize':'自定义尺寸','tableRows':'行数','tableColumns':'列数','insertRowAbove':_0xc562b(0x14e),'insertRowBelow':'在下方插入行','insertRowsAbove':_0xc562b(0x131),'insertRowsBelow':_0xc562b(0x133),'insertColumnLeft':'在左侧插入列','insertColumnRight':_0xc562b(0x13e),'insertColumnsLeft':_0xc562b(0x123),'insertColumnsRight':_0xc562b(0x13a),'delete':'删除','deleteRow':_0xc562b(0x12b),'deleteRows':_0xc562b(0x12c),'deleteColumn':_0xc562b(0x13b),'deleteColumns':_0xc562b(0x122),'deleteTable':_0xc562b(0x12d),'mergeCells':_0xc562b(0x11a),'unmergeCells':'取消合并单元格','insertTitleRow':'插入标题行','pinHeaderRows':_0xc562b(0x14d),'selectColumn':_0xc562b(0x14c),'selectRow':_0xc562b(0x120),'selectTable':_0xc562b(0x130),'sortTable':_0xc562b(0x11e),'sortAscending':_0xc562b(0x141),'sortDescending':_0xc562b(0x135),'distribute':'分布','distributeRows':_0xc562b(0x137),'distributeColumns':_0xc562b(0x143),'borders':'边框','borderAll':_0xc562b(0x11b),'borderBottom':'下边框','borderInner':'内部边框','borderInnerHorizontal':_0xc562b(0x142),'borderInnerVertical':_0xc562b(0x13c),'borderLeft':_0xc562b(0x128),'borderOuter':'外边框','borderNone':_0xc562b(0x138),'borderRight':_0xc562b(0x127),'borderTop':_0xc562b(0x146),'tableBackgroundColor':'表格背景色','borderColor':_0xc562b(0x145),'borderWidth':'边框粗细','borderStyle':_0xc562b(0x139),'borderStyleSolid':'实线','borderStyleDotted':'点线','borderStyleDashed':'虚线','columnType':_0xc562b(0x13f),'columnTypeText':'文本','columnTypeNumber':'数字','columnTypeDate':'日期','columnTypeCheckbox':_0xc562b(0x11d),'columnTypeDropdown':_0xc562b(0x11f),'tableOptions':_0xc562b(0x121)}};}));function _0x16fe(){var _0x52fb68=['左边框','24EyLOlH','130151WukANV','删除行','删除\x20{count}\x20行','删除表格','150kYUQjG','4464jsmMeF','选择表格','在上方插入\x20{count}\x20行','108BobHmp','在下方插入\x20{count}\x20行','插入表格','降序排序','object','均分行','无边框','边框样式','在右侧插入\x20{count}\x20列','删除列','内部竖线','556ROUkNh','在右侧插入列','设置列类型','14iPZqoP','升序排序','内部横线','均分列','201640Raqkbd','边框颜色','上边框','2007hdJtTt','227615gSlpDz','function','3713879OwSHUg','插入表格尺寸','选择列','固定表头到此行','在上方插入行','1503HYUIqw','合并单元格','所有边框','8OjBEin','复选框','排序表格','下拉选项','选择行','表格选项','删除\x20{count}\x20列','在左侧插入\x20{count}\x20列','exports','UniverProDocsTableUiZhCN','253dxWziC','右边框'];_0x16fe=function(){return _0x52fb68;};return _0x16fe();}
@@ -0,0 +1 @@
1
+ function _0x3b51(){var _0x371512=['function','exports','1485736sbylBY','平均分布列','571270WLYvKS','在左側插入欄','UniverProDocsTableUiZhTW','固定表頭到此列','1030504mGGbvn','上框線','在下方插入\x20{count}\x20列','18JFgmLy','內部垂直框線','降冪排序','插入表格','內部框線','刪除欄','amd','框線樣式','右框線','表格背景色','刪除\x20{count}\x20列','646086xXvIkV','在上方插入\x20{count}\x20列','選取列','核取方塊','object','升冪排序','平均分布欄','161346gVWJph','在下方插入列','刪除\x20{count}\x20欄','取消合併儲存格','外框線','刪除列','框線粗細','設定欄類型','選取表格','自訂尺寸','在左側插入\x20{count}\x20欄','469554GJQFBn','在上方插入列','下框線','框線色彩','內部水平框線','表格選項','平均分布','排序表格','278963KZPohI'];_0x3b51=function(){return _0x371512;};return _0x3b51();}function _0xd0f2(_0x1b46f8,_0x34dc5b){_0x1b46f8=_0x1b46f8-0x183;var _0x3b5171=_0x3b51();var _0xd0f2fb=_0x3b5171[_0x1b46f8];return _0xd0f2fb;}(function(_0x5c6503,_0x4bc718){var _0x11249a=_0xd0f2,_0x5c460b=_0x5c6503();while(!![]){try{var _0x445fa0=-parseInt(_0x11249a(0x1ae))/0x1+parseInt(_0x11249a(0x1a6))/0x2+-parseInt(_0x11249a(0x19b))/0x3+-parseInt(_0x11249a(0x186))/0x4+parseInt(_0x11249a(0x1b3))/0x5+-parseInt(_0x11249a(0x189))/0x6*(-parseInt(_0x11249a(0x194))/0x7)+parseInt(_0x11249a(0x1b1))/0x8;if(_0x445fa0===_0x4bc718)break;else _0x5c460b['push'](_0x5c460b['shift']());}catch(_0x1124c7){_0x5c460b['push'](_0x5c460b['shift']());}}}(_0x3b51,0x36057),function(_0x194341,_0x2333b5){var _0x3c53bb=_0xd0f2;typeof exports==_0x3c53bb(0x198)&&typeof module<'u'?module[_0x3c53bb(0x1b0)]=_0x2333b5():typeof define==_0x3c53bb(0x1af)&&define[_0x3c53bb(0x18f)]?define([],_0x2333b5):(_0x194341=typeof globalThis<'u'?globalThis:_0x194341||self,_0x194341[_0x3c53bb(0x184)]=_0x2333b5());}(this,function(){var _0x49ee3c=_0xd0f2;return{'toolbar':{'textBackgroundColor':{'main':'文字背景色'}},'docsTable':{'table':'表格','insertTable':_0x49ee3c(0x18c),'insert':'插入','insertTableSize':'插入表格尺寸','customTableSize':_0x49ee3c(0x1a4),'tableRows':'列數','tableColumns':'欄數','insertRowAbove':_0x49ee3c(0x1a7),'insertRowBelow':_0x49ee3c(0x19c),'insertRowsAbove':_0x49ee3c(0x195),'insertRowsBelow':_0x49ee3c(0x188),'insertColumnLeft':_0x49ee3c(0x183),'insertColumnRight':'在右側插入欄','insertColumnsLeft':_0x49ee3c(0x1a5),'insertColumnsRight':'在右側插入\x20{count}\x20欄','delete':'刪除','deleteRow':_0x49ee3c(0x1a0),'deleteRows':_0x49ee3c(0x193),'deleteColumn':_0x49ee3c(0x18e),'deleteColumns':_0x49ee3c(0x19d),'deleteTable':'刪除表格','mergeCells':'合併儲存格','unmergeCells':_0x49ee3c(0x19e),'insertTitleRow':'插入標題列','pinHeaderRows':_0x49ee3c(0x185),'selectColumn':'選取欄','selectRow':_0x49ee3c(0x196),'selectTable':_0x49ee3c(0x1a3),'sortTable':_0x49ee3c(0x1ad),'sortAscending':_0x49ee3c(0x199),'sortDescending':_0x49ee3c(0x18b),'distribute':_0x49ee3c(0x1ac),'distributeRows':_0x49ee3c(0x1b2),'distributeColumns':_0x49ee3c(0x19a),'borders':'框線','borderAll':'所有框線','borderBottom':_0x49ee3c(0x1a8),'borderInner':_0x49ee3c(0x18d),'borderInnerHorizontal':_0x49ee3c(0x1aa),'borderInnerVertical':_0x49ee3c(0x18a),'borderLeft':'左框線','borderOuter':_0x49ee3c(0x19f),'borderNone':'無框線','borderRight':_0x49ee3c(0x191),'borderTop':_0x49ee3c(0x187),'tableBackgroundColor':_0x49ee3c(0x192),'borderColor':_0x49ee3c(0x1a9),'borderWidth':_0x49ee3c(0x1a1),'borderStyle':_0x49ee3c(0x190),'borderStyleSolid':'實線','borderStyleDotted':'點線','borderStyleDashed':'虛線','columnType':_0x49ee3c(0x1a2),'columnTypeText':'文字','columnTypeNumber':'數字','columnTypeDate':'日期','columnTypeCheckbox':_0x49ee3c(0x197),'columnTypeDropdown':'下拉式選單','tableOptions':_0x49ee3c(0x1ab)}};}));
package/package.json ADDED
@@ -0,0 +1,89 @@
1
+ {
2
+ "name": "@univerjs-pro/docs-table-ui",
3
+ "version": "0.24.0-insiders.20260528-29f582d",
4
+ "private": false,
5
+ "description": "Enhanced table UI integration for Univer Docs.",
6
+ "author": "DreamNum Co., Ltd. <developer@univer.ai>",
7
+ "funding": {
8
+ "type": "opencollective",
9
+ "url": "https://opencollective.com/univer"
10
+ },
11
+ "homepage": "https://univer.ai",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/dream-num/univer"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/dream-num/univer/issues"
18
+ },
19
+ "keywords": [
20
+ "univer",
21
+ "univer-pro",
22
+ "docs",
23
+ "table",
24
+ "ui"
25
+ ],
26
+ "exports": {
27
+ ".": {
28
+ "import": "./lib/es/index.js",
29
+ "require": "./lib/cjs/index.js",
30
+ "types": "./lib/types/index.d.ts"
31
+ },
32
+ "./*": {
33
+ "import": "./lib/es/*",
34
+ "require": "./lib/cjs/*",
35
+ "types": "./lib/types/index.d.ts"
36
+ },
37
+ "./locale/*": {
38
+ "import": "./lib/es/locale/*.js",
39
+ "require": "./lib/cjs/locale/*.js",
40
+ "types": "./lib/types/locale/*.d.ts"
41
+ },
42
+ "./lib/*": "./lib/*"
43
+ },
44
+ "main": "./lib/es/index.js",
45
+ "types": "./lib/types/index.d.ts",
46
+ "publishConfig": {
47
+ "access": "public"
48
+ },
49
+ "directories": {
50
+ "lib": "lib"
51
+ },
52
+ "files": [
53
+ "lib"
54
+ ],
55
+ "peerDependencies": {
56
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
57
+ "rxjs": ">=7.0.0"
58
+ },
59
+ "dependencies": {
60
+ "@univerjs/icons": "^1.4.0",
61
+ "@univerjs-pro/docs-table": "0.24.0-insiders.20260528-29f582d",
62
+ "@univerjs-pro/license": "0.24.0-insiders.20260528-29f582d",
63
+ "@univerjs/core": "0.24.0-insiders.20260528-29f582d",
64
+ "@univerjs/design": "0.24.0-insiders.20260528-29f582d",
65
+ "@univerjs/engine-render": "0.24.0-insiders.20260528-29f582d",
66
+ "@univerjs/ui": "0.24.0-insiders.20260528-29f582d",
67
+ "@univerjs/docs-ui": "0.24.0-insiders.20260528-29f582d",
68
+ "@univerjs/docs": "0.24.0-insiders.20260528-29f582d"
69
+ },
70
+ "devDependencies": {
71
+ "postcss": "^8.5.14",
72
+ "react": "19.2.6",
73
+ "rxjs": "7.8.2",
74
+ "tailwindcss": "^3.4.17",
75
+ "typescript": "^6.0.3",
76
+ "vitest": "^4.1.6",
77
+ "@univerjs-infra/shared": "0.24.0"
78
+ },
79
+ "scripts": {
80
+ "test": "vitest run",
81
+ "test:watch": "vitest",
82
+ "coverage": "vitest run --coverage",
83
+ "typecheck": "tsc --noEmit",
84
+ "build:bundle": "univer-cli build",
85
+ "build:types": "tsc -p tsconfig.node.json",
86
+ "build": "pnpm run build:bundle && pnpm run build:types"
87
+ },
88
+ "module": "./lib/es/index.js"
89
+ }