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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +150 -0
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/commands/operations/table-size.operation.d.ts +2 -0
  63. package/lib/types/components/insert-ribbon/SlideInsertTableMenu.d.ts +6 -0
  64. package/lib/types/components/mobile/SlideMobileInsertTableMenu.d.ts +1 -0
  65. package/lib/types/components/mobile/SlideMobileTableSizePicker.d.ts +3 -0
  66. package/lib/types/components/table-size/SlideTableSizePicker.d.ts +63 -0
  67. package/lib/types/controllers/mobile/components.controller.d.ts +7 -0
  68. package/lib/types/controllers/mobile/slide-table-interaction.render-controller.d.ts +18 -0
  69. package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +167 -25
  70. package/lib/types/controllers/slide-table-object-refresh.controller.d.ts +8 -0
  71. package/lib/types/index.d.ts +4 -0
  72. package/lib/types/locale/en-US.d.ts +20 -0
  73. package/lib/types/menu/insert.menu.d.ts +5 -0
  74. package/lib/types/menu/table-design-ribbon.menu.d.ts +4 -4
  75. package/lib/types/menu/table-size.menu.d.ts +4 -0
  76. package/lib/types/mobile-plugin.d.ts +21 -0
  77. package/lib/types/plugin.d.ts +5 -0
  78. package/lib/types/render-objects/mobile/mobile-slide-table-object.d.ts +8 -0
  79. package/lib/types/render-objects/mobile/mobile-table-object-adaptor.d.ts +18 -0
  80. package/lib/types/render-objects/mobile/slide-table-mobile-selection.d.ts +27 -0
  81. package/lib/types/render-objects/slide-table-layout.util.d.ts +4 -0
  82. package/lib/types/render-objects/slide-table-object.d.ts +27 -5
  83. package/lib/types/render-objects/table-object-adaptor.d.ts +18 -0
  84. package/lib/types/services/slide-table-clipboard-adapter.d.ts +5 -2
  85. package/lib/types/services/slide-table-insert.service.d.ts +20 -0
  86. package/lib/types/views/SlideTableFloatingToolbar.d.ts +23 -1
  87. package/lib/types/views/TableThemeGallery.d.ts +14 -1
  88. package/lib/types/views/mobile/MobileSlideTableFloatingToolbar.d.ts +1 -0
  89. package/lib/types/views/mobile/MobileTableMenu.d.ts +15 -0
  90. package/lib/types/views/mobile/MobileTableThemeGallery.d.ts +2 -0
  91. package/lib/umd/index.js +1 -1
  92. package/lib/umd/locale/ar-SA.js +1 -1
  93. package/lib/umd/locale/ca-ES.js +1 -1
  94. package/lib/umd/locale/de-DE.js +1 -1
  95. package/lib/umd/locale/en-US.js +1 -1
  96. package/lib/umd/locale/es-ES.js +1 -1
  97. package/lib/umd/locale/fa-IR.js +1 -1
  98. package/lib/umd/locale/fr-FR.js +1 -1
  99. package/lib/umd/locale/id-ID.js +1 -1
  100. package/lib/umd/locale/it-IT.js +1 -1
  101. package/lib/umd/locale/ja-JP.js +1 -1
  102. package/lib/umd/locale/ko-KR.js +1 -1
  103. package/lib/umd/locale/pl-PL.js +1 -1
  104. package/lib/umd/locale/pt-BR.js +1 -1
  105. package/lib/umd/locale/ru-RU.js +1 -1
  106. package/lib/umd/locale/sk-SK.js +1 -1
  107. package/lib/umd/locale/vi-VN.js +1 -1
  108. package/lib/umd/locale/zh-CN.js +1 -1
  109. package/lib/umd/locale/zh-HK.js +1 -1
  110. package/lib/umd/locale/zh-TW.js +1 -1
  111. package/package.json +21 -19
@@ -1 +1 @@
1
- const _0x134ee4=_0x372c;function _0x4751(){const _0x312556=['下移一层','表格主题','点划线','外侧边框','移动列','有序列表','减小字号','隔列底色','无法跨合并单元格移动行','外部边框','蓝色\x20100','两端对齐','水平对齐','置于底层','插入图片','表格背景色','顶部对齐','均分列','黄色\x20700','表格样式','删除线','左对齐','垂直居中','上边框','1316512BNLWos','绿色\x20600','全部边框','插入行','无颜色','删除行','上移一层','移动行','28422HGtVnl','45uqmwEl','下划线','选择行','284499RgNPcM','蓝色\x20600','表格设计','单元格样式','灰色\x20900','35ykuZQd','中等色','边框样式','无法跨合并单元格移动列','底部对齐','汇总行','在右侧插入列','24264552TmGLVG','无序列表','无边框','最佳匹配','178QviBHq','974994fCtxrW','21136RyPUjA','55aGoQrY','主题色\x20100','左边框','表格边框颜色','选择表格','在左侧插入列','灰色\x20100','文本背景色','增大字号','86170caTVvw','删除表格','重置颜色','置于顶层','内部横线','内部竖线','所有边框','透明度','右边框','选择列','隔行底色','红色\x20600','移动多列','右对齐','文本格式','内部边框','黄色\x20100','居中对齐','407HtQszz','取消合并单元格','表格外观','灰色\x20500'];_0x4751=function(){return _0x312556;};return _0x4751();}(function(_0x47648c,_0x222b10){const _0x38979e=_0x372c,_0x101f96=_0x47648c();while(!![]){try{const _0x34c4f5=-parseInt(_0x38979e(0x153))/0x1+parseInt(_0x38979e(0x10d))/0x2*(parseInt(_0x38979e(0x14f))/0x3)+-parseInt(_0x38979e(0x10f))/0x4*(parseInt(_0x38979e(0x110))/0x5)+parseInt(_0x38979e(0x10e))/0x6*(parseInt(_0x38979e(0x158))/0x7)+parseInt(_0x38979e(0x147))/0x8*(parseInt(_0x38979e(0x150))/0x9)+parseInt(_0x38979e(0x119))/0xa*(parseInt(_0x38979e(0x12b))/0xb)+-parseInt(_0x38979e(0x109))/0xc;if(_0x34c4f5===_0x222b10)break;else _0x101f96['push'](_0x101f96['shift']());}catch(_0x1a33ca){_0x101f96['push'](_0x101f96['shift']());}}}(_0x4751,0x69a15));function _0x372c(_0x3c9669,_0x38f6e9){_0x3c9669=_0x3c9669-0x106;const _0x475179=_0x4751();let _0x372cac=_0x475179[_0x3c9669];return _0x372cac;}const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x134ee4(0x155),'styles':_0x134ee4(0x142),'cellStyle':_0x134ee4(0x156),'text':'文本','layout':'布局','arrange':'排列','panel':'面板','floatingToolbar':'浮动工具栏','arrangeForward':_0x134ee4(0x14d),'arrangeBackward':_0x134ee4(0x12f),'bringToFront':_0x134ee4(0x11c),'sendToBack':_0x134ee4(0x13c)},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','increaseFontSize':_0x134ee4(0x118),'decreaseFontSize':_0x134ee4(0x135),'orderedList':_0x134ee4(0x134),'bulletList':_0x134ee4(0x10a),'textFormat':_0x134ee4(0x127),'bold':'加粗','italic':'斜体','underline':_0x134ee4(0x151),'strikethrough':_0x134ee4(0x143),'textColor':'文本颜色','textBackgroundColor':_0x134ee4(0x117),'tableBackgroundColor':_0x134ee4(0x13e),'tableBorderColor':_0x134ee4(0x113),'borderWidth':'边框粗细','borderStyle':_0x134ee4(0x15a),'border':'边框','borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':_0x134ee4(0x131),'noBorder':_0x134ee4(0x10b),'borderPresetAll':_0x134ee4(0x149),'borderPresetInner':_0x134ee4(0x128),'borderPresetOuter':_0x134ee4(0x132),'borderPresetTop':_0x134ee4(0x146),'borderPresetBottom':'下边框','borderPresetLeft':_0x134ee4(0x112),'borderPresetRight':_0x134ee4(0x121),'borderPresetInnerHorizontal':_0x134ee4(0x11d),'borderPresetInnerVertical':_0x134ee4(0x11e),'none':'无','horizontalAlign':_0x134ee4(0x13b),'verticalAlign':'垂直对齐','alignLeft':_0x134ee4(0x144),'alignCenter':_0x134ee4(0x12a),'alignRight':_0x134ee4(0x126),'alignJustify':_0x134ee4(0x13a),'alignTop':_0x134ee4(0x13f),'alignMiddle':_0x134ee4(0x145),'alignBottom':_0x134ee4(0x106),'mergeCells':'合并单元格','unmergeCells':_0x134ee4(0x12c),'tableTheme':_0x134ee4(0x130),'tableLook':_0x134ee4(0x12d),'headerRow':'标题行','footerRow':_0x134ee4(0x107),'bandedRows':_0x134ee4(0x123),'bandedColumns':_0x134ee4(0x136),'firstColumn':'首列','lastColumn':'尾列','bestMatch':_0x134ee4(0x10c),'light':'浅色','medium':_0x134ee4(0x159),'minimal':'极简'},'shapePanel':{'fill':{'noFill':_0x134ee4(0x14b),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':_0x134ee4(0x120),'picture':{'source':'图片来源','insert':_0x134ee4(0x13d)}}},'structuralControls':{'selectRow':_0x134ee4(0x152),'selectColumn':_0x134ee4(0x122),'selectTable':_0x134ee4(0x114),'insertRow':_0x134ee4(0x14a),'insertColumn':'插入列','moveRow':_0x134ee4(0x14e),'moveColumn':_0x134ee4(0x133),'moveRows':'移动多行','moveColumns':_0x134ee4(0x125),'cannotMoveMergedRows':_0x134ee4(0x137),'cannotMoveMergedColumns':_0x134ee4(0x15b)},'contextMenu':{'insert':'插入','delete':'删除','distribute':'分布','borders':'边框','tableBackgroundColor':'表格背景色','copy':'复制','cut':'剪切','deleteTable':_0x134ee4(0x11a),'insertRowAbove':'在上方插入行','insertRowBelow':'在下方插入行','insertColumnLeft':_0x134ee4(0x115),'insertColumnRight':_0x134ee4(0x108),'deleteRow':_0x134ee4(0x14c),'deleteColumn':'删除列','distributeRows':'均分行','distributeColumns':_0x134ee4(0x140),'borderAll':_0x134ee4(0x11f),'borderOuter':_0x134ee4(0x138),'borderInner':_0x134ee4(0x128),'borderNone':'无边框'},'colorPreset':{'resetColor':_0x134ee4(0x11b),'white':'白色','gray100':_0x134ee4(0x116),'primary100':_0x134ee4(0x111),'blue100':_0x134ee4(0x139),'green100':'绿色\x20100','yellow100':_0x134ee4(0x129),'red100':'红色\x20100','gray900':_0x134ee4(0x157),'gray500':_0x134ee4(0x12e),'red600':_0x134ee4(0x124),'orange600':'橙色\x20600','yellow700':_0x134ee4(0x141),'green600':_0x134ee4(0x148),'blue600':_0x134ee4(0x154),'purple600':'紫色\x20600'}}};export{e as default};
1
+ const _0x645b59=_0x40e5;(function(_0x19493d,_0x9e7936){const _0xc97ca1=_0x40e5,_0x370a26=_0x19493d();while(!![]){try{const _0x5ef77d=parseInt(_0xc97ca1(0x23b))/0x1*(parseInt(_0xc97ca1(0x237))/0x2)+parseInt(_0xc97ca1(0x214))/0x3*(-parseInt(_0xc97ca1(0x1ee))/0x4)+-parseInt(_0xc97ca1(0x239))/0x5*(-parseInt(_0xc97ca1(0x232))/0x6)+parseInt(_0xc97ca1(0x221))/0x7+parseInt(_0xc97ca1(0x21a))/0x8*(-parseInt(_0xc97ca1(0x225))/0x9)+-parseInt(_0xc97ca1(0x20e))/0xa*(parseInt(_0xc97ca1(0x217))/0xb)+parseInt(_0xc97ca1(0x20b))/0xc*(parseInt(_0xc97ca1(0x231))/0xd);if(_0x5ef77d===_0x9e7936)break;else _0x370a26['push'](_0x370a26['shift']());}catch(_0x976aa6){_0x370a26['push'](_0x370a26['shift']());}}}(_0x1084,0x81084));const e={'slides-table-ui':{'insertToolbar':{'table':'表格'},'tableSizePicker':{'title':_0x645b59(0x1f7),'customSize':_0x645b59(0x205),'rows':'行数','columns':'列数','insert':'插入','apply':'应用'},'mobile':{'operations':'布局','selectCell':'选择单元格','edit':'样式','close':'关闭','expand':'展开','collapse':'收起','back':'返回'},'ribbon':{'tableDesign':_0x645b59(0x240),'styles':_0x645b59(0x1f4),'cellStyle':'单元格样式','text':'文本','layout':'布局','arrange':'排列','panel':'面板','floatingToolbar':'浮动工具栏','arrangeForward':_0x645b59(0x21d),'arrangeBackward':_0x645b59(0x1f5),'bringToFront':_0x645b59(0x224),'sendToBack':'置于底层'},'editorToolbar':{'fontFamily':'字体','fontSize':'字号','increaseFontSize':_0x645b59(0x1f8),'decreaseFontSize':'减小字号','orderedList':_0x645b59(0x233),'bulletList':_0x645b59(0x23c),'textFormat':_0x645b59(0x22d),'bold':'加粗','italic':'斜体','underline':_0x645b59(0x1fb),'strikethrough':_0x645b59(0x208),'textColor':'文本颜色','textBackgroundColor':_0x645b59(0x1fc),'tableBackgroundColor':_0x645b59(0x23d),'tableBorderColor':'表格边框颜色','borderWidth':_0x645b59(0x1ff),'borderStyle':_0x645b59(0x207),'border':'边框','borderStyleSolid':'实线','borderStyleDash':'虚线','borderStyleDot':'点线','borderStyleDashDot':_0x645b59(0x23a),'noBorder':'无边框','borderPresetAll':_0x645b59(0x22e),'borderPresetInner':'内部边框','borderPresetOuter':_0x645b59(0x234),'borderPresetTop':_0x645b59(0x1f0),'borderPresetBottom':_0x645b59(0x1f9),'borderPresetLeft':_0x645b59(0x1fe),'borderPresetRight':_0x645b59(0x21c),'borderPresetInnerHorizontal':_0x645b59(0x21b),'borderPresetInnerVertical':_0x645b59(0x20f),'none':'无','horizontalAlign':_0x645b59(0x1f6),'verticalAlign':'垂直对齐','alignLeft':_0x645b59(0x22a),'alignCenter':'居中对齐','alignRight':_0x645b59(0x20c),'alignJustify':_0x645b59(0x21e),'alignTop':'顶部对齐','alignMiddle':_0x645b59(0x23e),'alignBottom':'底部对齐','mergeCells':'合并单元格','unmergeCells':_0x645b59(0x228),'tableTheme':'表格主题','tableLook':_0x645b59(0x229),'headerRow':'标题行','footerRow':_0x645b59(0x210),'bandedRows':_0x645b59(0x212),'bandedColumns':_0x645b59(0x211),'firstColumn':'首列','lastColumn':'尾列','bestMatch':_0x645b59(0x227),'light':'浅色','medium':_0x645b59(0x204),'minimal':'极简'},'shapePanel':{'fill':{'noFill':_0x645b59(0x1f2),'solidFill':'纯色','gradientFill':'渐变','pictureFill':'图片','color':'颜色','transparency':'透明度','picture':{'source':_0x645b59(0x1f3),'insert':_0x645b59(0x218)}}},'structuralControls':{'selectRow':_0x645b59(0x209),'selectColumn':_0x645b59(0x202),'selectTable':_0x645b59(0x1fd),'insertRow':_0x645b59(0x20d),'insertColumn':'插入列','moveRow':_0x645b59(0x200),'moveColumn':'移动列','moveRows':_0x645b59(0x216),'moveColumns':_0x645b59(0x1f1),'cannotMoveMergedRows':_0x645b59(0x22b),'cannotMoveMergedColumns':'无法跨合并单元格移动列'},'contextMenu':{'insert':'插入','delete':'删除','distribute':'分布','borders':'边框','tableBackgroundColor':'表格背景色','copy':'复制','cut':'剪切','deleteTable':'删除表格','insertRowAbove':_0x645b59(0x21f),'insertRowBelow':_0x645b59(0x226),'insertColumnLeft':_0x645b59(0x23f),'insertColumnRight':_0x645b59(0x220),'deleteRow':_0x645b59(0x1fa),'deleteColumn':_0x645b59(0x223),'distributeRows':_0x645b59(0x236),'distributeColumns':'均分列','borderAll':_0x645b59(0x222),'borderOuter':_0x645b59(0x20a),'borderInner':_0x645b59(0x219),'borderNone':_0x645b59(0x203)},'colorPreset':{'resetColor':_0x645b59(0x1ed),'white':'白色','gray100':_0x645b59(0x1ef),'primary100':_0x645b59(0x241),'blue100':'蓝色\x20100','green100':_0x645b59(0x206),'yellow100':_0x645b59(0x215),'red100':_0x645b59(0x22f),'gray900':_0x645b59(0x22c),'gray500':_0x645b59(0x213),'red600':_0x645b59(0x230),'orange600':'橙色\x20600','yellow700':_0x645b59(0x235),'green600':_0x645b59(0x201),'blue600':'蓝色\x20600','purple600':_0x645b59(0x238)}}};function _0x40e5(_0x748a1f,_0x204523){_0x748a1f=_0x748a1f-0x1ed;const _0x1084d7=_0x1084();let _0x40e57e=_0x1084d7[_0x748a1f];return _0x40e57e;}function _0x1084(){const _0x392cf4=['3009928YqAYbM','灰色\x20100','上边框','移动多列','无颜色','图片来源','表格样式','下移一层','水平对齐','表格大小','增大字号','下边框','删除行','下划线','文本背景色','选择表格','左边框','边框粗细','移动行','绿色\x20600','选择列','无边框','中等色','自定义大小','绿色\x20100','边框样式','删除线','选择行','外部边框','72sOYSvS','右对齐','插入行','30YamXeW','内部竖线','汇总行','隔列底色','隔行底色','灰色\x20500','3JZHXjL','黄色\x20100','移动多行','3113022VHdjpx','插入图片','内部边框','82744EWlRaT','内部横线','右边框','上移一层','两端对齐','在上方插入行','在右侧插入列','1447838mZVPzk','所有边框','删除列','置于顶层','747WDaRCx','在下方插入行','最佳匹配','取消合并单元格','表格外观','左对齐','无法跨合并单元格移动行','灰色\x20900','文本格式','全部边框','红色\x20100','红色\x20600','5642650ycOFhz','498OjBySP','有序列表','外侧边框','黄色\x20700','均分行','1226rHPKpJ','紫色\x20600','7655gaTkZi','点划线','82LCgkhv','无序列表','表格背景色','垂直居中','在左侧插入列','表格设计','主题色\x20100','重置颜色'];_0x1084=function(){return _0x392cf4;};return _0x1084();}export{e as default};
@@ -1 +1 @@
1
- const _0xf96a94=_0xcb27;function _0xcb27(_0x2c48f4,_0x28942a){_0x2c48f4=_0x2c48f4-0xd0;const _0x4429cc=_0x4429();let _0xcb27fa=_0x4429cc[_0x2c48f4];return _0xcb27fa;}function _0x4429(){const _0x585162=['5xjJBZs','移動多欄','平均分布欄','外側邊框','刪除表格','移動多列','頁尾列','垂直對齊','所有框線','版面配置','上邊框','表格背景色','在下方插入列','7901082uhFgqY','28jofDyx','右邊框','內部框線','藍色\x20100','文字色彩','上移一層','標題列','2RzvAwS','368272PnlsHx','外部框線','邊框樣式','取消合併儲存格','移至最下層','灰色\x20900','重置顏色','置中對齊','橙色\x20600','內部橫線','表格樣式','無法跨合併儲存格移動欄','左邊框','圖片來源','灰色\x20500','邊框粗幼','增大字號','在左側插入欄','右對齊','3783762BaygIU','下移一層','插入列','最佳配對','紫色\x20600','插入圖片','選取表格','移動列','移動欄','選取欄','底端對齊','文字背景色','減小字號','表格外觀','藍色\x20600','無顏色','刪除線','110742rdGqzq','間隔欄','平均分布','5554109PHRwOF','360pwDsMW','合併儲存格','綠色\x20100','透明度','左右對齊','水平對齊','插入欄','綠色\x20600','左對齊','垂直置中','表格主題','項目符號清單','106551oIKSJM','刪除列','平均分布列','紅色\x20600','灰色\x20100','1054448QRNNVh','主色\x20100','紅色\x20100','點劃線','無法跨合併儲存格移動列','內部邊框','儲存格樣式','文字格式','無邊框','第一欄','黃色\x20100'];_0x4429=function(){return _0x585162;};return _0x4429();}(function(_0x46e38b,_0x49eccf){const _0x1ccb18=_0xcb27,_0x16965d=_0x46e38b();while(!![]){try{const _0x2c6d57=parseInt(_0x1ccb18(0x10d))/0x1*(parseInt(_0x1ccb18(0xd8))/0x2)+-parseInt(_0x1ccb18(0x121))/0x3+parseInt(_0x1ccb18(0xed))/0x4*(parseInt(_0x1ccb18(0xf8))/0x5)+parseInt(_0x1ccb18(0x105))/0x6+-parseInt(_0x1ccb18(0x106))/0x7*(-parseInt(_0x1ccb18(0x10e))/0x8)+-parseInt(_0x1ccb18(0xe8))/0x9*(parseInt(_0x1ccb18(0xdc))/0xa)+parseInt(_0x1ccb18(0xdb))/0xb;if(_0x2c6d57===_0x49eccf)break;else _0x16965d['push'](_0x16965d['shift']());}catch(_0x2a9ddb){_0x16965d['push'](_0x16965d['shift']());}}}(_0x4429,0xa923e));const e={'slides-table-ui':{'ribbon':{'tableDesign':'表格設計','styles':_0xf96a94(0x118),'cellStyle':_0xf96a94(0xf3),'text':'文字','layout':_0xf96a94(0x101),'arrange':'排列','panel':'面板','floatingToolbar':'浮動工具列','arrangeForward':_0xf96a94(0x10b),'arrangeBackward':_0xf96a94(0x122),'bringToFront':'移至最上層','sendToBack':_0xf96a94(0x112)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0xf96a94(0x11e),'decreaseFontSize':_0xf96a94(0xd3),'orderedList':'編號清單','bulletList':_0xf96a94(0xe7),'textFormat':_0xf96a94(0xf4),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0xf96a94(0xd7),'textColor':_0xf96a94(0x10a),'textBackgroundColor':_0xf96a94(0xd2),'tableBackgroundColor':_0xf96a94(0x103),'tableBorderColor':'表格邊框色彩','borderWidth':_0xf96a94(0x11d),'borderStyle':_0xf96a94(0x110),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0xf96a94(0xf0),'noBorder':_0xf96a94(0xf5),'borderPresetAll':'全部邊框','borderPresetInner':_0xf96a94(0xf2),'borderPresetOuter':_0xf96a94(0xfb),'borderPresetTop':_0xf96a94(0x102),'borderPresetBottom':'下邊框','borderPresetLeft':_0xf96a94(0x11a),'borderPresetRight':_0xf96a94(0x107),'borderPresetInnerHorizontal':_0xf96a94(0x117),'borderPresetInnerVertical':'內部直線','none':'無','horizontalAlign':_0xf96a94(0xe1),'verticalAlign':_0xf96a94(0xff),'alignLeft':_0xf96a94(0xe4),'alignCenter':_0xf96a94(0x115),'alignRight':_0xf96a94(0x120),'alignJustify':_0xf96a94(0xe0),'alignTop':'頂端對齊','alignMiddle':_0xf96a94(0xe5),'alignBottom':_0xf96a94(0xd1),'mergeCells':_0xf96a94(0xdd),'unmergeCells':_0xf96a94(0x111),'tableTheme':_0xf96a94(0xe6),'tableLook':_0xf96a94(0xd4),'headerRow':_0xf96a94(0x10c),'footerRow':_0xf96a94(0xfe),'bandedRows':'間隔列','bandedColumns':_0xf96a94(0xd9),'firstColumn':_0xf96a94(0xf6),'lastColumn':'最後一欄','bestMatch':_0xf96a94(0x124),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0xf96a94(0xd6),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0xf96a94(0xdf),'picture':{'source':_0xf96a94(0x11b),'insert':_0xf96a94(0x126)}}},'structuralControls':{'selectRow':'選取列','selectColumn':_0xf96a94(0xd0),'selectTable':_0xf96a94(0x127),'insertRow':_0xf96a94(0x123),'insertColumn':_0xf96a94(0xe2),'moveRow':_0xf96a94(0x128),'moveColumn':_0xf96a94(0x129),'moveRows':_0xf96a94(0xfd),'moveColumns':_0xf96a94(0xf9),'cannotMoveMergedRows':_0xf96a94(0xf1),'cannotMoveMergedColumns':_0xf96a94(0x119)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0xf96a94(0xda),'borders':'框線','tableBackgroundColor':_0xf96a94(0x103),'copy':'複製','cut':'剪下','deleteTable':_0xf96a94(0xfc),'insertRowAbove':'在上方插入列','insertRowBelow':_0xf96a94(0x104),'insertColumnLeft':_0xf96a94(0x11f),'insertColumnRight':'在右側插入欄','deleteRow':_0xf96a94(0xe9),'deleteColumn':'刪除欄','distributeRows':_0xf96a94(0xea),'distributeColumns':_0xf96a94(0xfa),'borderAll':_0xf96a94(0x100),'borderOuter':_0xf96a94(0x10f),'borderInner':_0xf96a94(0x108),'borderNone':'無框線'},'colorPreset':{'resetColor':_0xf96a94(0x114),'white':'白色','gray100':_0xf96a94(0xec),'primary100':_0xf96a94(0xee),'blue100':_0xf96a94(0x109),'green100':_0xf96a94(0xde),'yellow100':_0xf96a94(0xf7),'red100':_0xf96a94(0xef),'gray900':_0xf96a94(0x113),'gray500':_0xf96a94(0x11c),'red600':_0xf96a94(0xeb),'orange600':_0xf96a94(0x116),'yellow700':'黃色\x20700','green600':_0xf96a94(0xe3),'blue600':_0xf96a94(0xd5),'purple600':_0xf96a94(0x125)}}};export{e as default};
1
+ const _0x21495a=_0x3046;(function(_0xfe11f0,_0x57c059){const _0x1127f5=_0x3046,_0x4f9ba8=_0xfe11f0();while(!![]){try{const _0x1df8e1=parseInt(_0x1127f5(0x1bd))/0x1+-parseInt(_0x1127f5(0x1cf))/0x2*(parseInt(_0x1127f5(0x1b8))/0x3)+-parseInt(_0x1127f5(0x1e5))/0x4+-parseInt(_0x1127f5(0x1ba))/0x5*(parseInt(_0x1127f5(0x1bb))/0x6)+-parseInt(_0x1127f5(0x1da))/0x7*(parseInt(_0x1127f5(0x1f9))/0x8)+parseInt(_0x1127f5(0x1e7))/0x9*(-parseInt(_0x1127f5(0x1e9))/0xa)+-parseInt(_0x1127f5(0x1c8))/0xb*(-parseInt(_0x1127f5(0x1fb))/0xc);if(_0x1df8e1===_0x57c059)break;else _0x4f9ba8['push'](_0x4f9ba8['shift']());}catch(_0x31a168){_0x4f9ba8['push'](_0x4f9ba8['shift']());}}}(_0x1ef4,0x79f44));const e={'slides-table-ui':{'insertToolbar':{'table':'表格'},'tableSizePicker':{'title':_0x21495a(0x1c9),'customSize':'自訂大小','rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'mobile':{'operations':_0x21495a(0x1d6),'selectCell':_0x21495a(0x1cb),'edit':'樣式','close':'關閉','expand':'展開','collapse':'收起','back':'返回'},'ribbon':{'tableDesign':_0x21495a(0x1d8),'styles':_0x21495a(0x1b5),'cellStyle':_0x21495a(0x1ee),'text':'文字','layout':'版面配置','arrange':'排列','panel':'面板','floatingToolbar':'浮動工具列','arrangeForward':'上移一層','arrangeBackward':_0x21495a(0x1cc),'bringToFront':_0x21495a(0x1ec),'sendToBack':_0x21495a(0x1d4)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0x21495a(0x1b2),'decreaseFontSize':_0x21495a(0x1f0),'orderedList':_0x21495a(0x1eb),'bulletList':_0x21495a(0x1de),'textFormat':_0x21495a(0x1c0),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x21495a(0x1d2),'textColor':_0x21495a(0x1e4),'textBackgroundColor':'文字背景色','tableBackgroundColor':_0x21495a(0x1f7),'tableBorderColor':_0x21495a(0x1ac),'borderWidth':_0x21495a(0x1d5),'borderStyle':_0x21495a(0x1e2),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x21495a(0x1bf),'noBorder':_0x21495a(0x1f6),'borderPresetAll':_0x21495a(0x1cd),'borderPresetInner':_0x21495a(0x1be),'borderPresetOuter':_0x21495a(0x1ad),'borderPresetTop':_0x21495a(0x1ab),'borderPresetBottom':_0x21495a(0x1f8),'borderPresetLeft':'左邊框','borderPresetRight':_0x21495a(0x1bc),'borderPresetInnerHorizontal':_0x21495a(0x1b3),'borderPresetInnerVertical':_0x21495a(0x1ef),'none':'無','horizontalAlign':_0x21495a(0x1c3),'verticalAlign':_0x21495a(0x200),'alignLeft':'左對齊','alignCenter':_0x21495a(0x1d7),'alignRight':'右對齊','alignJustify':'左右對齊','alignTop':_0x21495a(0x1b9),'alignMiddle':_0x21495a(0x1e8),'alignBottom':_0x21495a(0x1e0),'mergeCells':'合併儲存格','unmergeCells':'取消合併儲存格','tableTheme':_0x21495a(0x1e6),'tableLook':_0x21495a(0x1d9),'headerRow':_0x21495a(0x1fa),'footerRow':_0x21495a(0x1aa),'bandedRows':'間隔列','bandedColumns':_0x21495a(0x1e3),'firstColumn':_0x21495a(0x1b1),'lastColumn':_0x21495a(0x1f2),'bestMatch':_0x21495a(0x1c6),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x21495a(0x1c5),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':'透明度','picture':{'source':'圖片來源','insert':_0x21495a(0x1d1)}}},'structuralControls':{'selectRow':'選取列','selectColumn':'選取欄','selectTable':'選取表格','insertRow':_0x21495a(0x1f3),'insertColumn':_0x21495a(0x1f5),'moveRow':_0x21495a(0x1fc),'moveColumn':_0x21495a(0x1c2),'moveRows':_0x21495a(0x1b7),'moveColumns':_0x21495a(0x1d3),'cannotMoveMergedRows':_0x21495a(0x1ca),'cannotMoveMergedColumns':_0x21495a(0x1ce)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x21495a(0x1ea),'borders':'框線','tableBackgroundColor':_0x21495a(0x1f7),'copy':'複製','cut':'剪下','deleteTable':_0x21495a(0x1ae),'insertRowAbove':_0x21495a(0x1af),'insertRowBelow':_0x21495a(0x1c4),'insertColumnLeft':_0x21495a(0x1fe),'insertColumnRight':_0x21495a(0x1dc),'deleteRow':_0x21495a(0x1e1),'deleteColumn':_0x21495a(0x201),'distributeRows':_0x21495a(0x1f1),'distributeColumns':_0x21495a(0x1ed),'borderAll':_0x21495a(0x1db),'borderOuter':_0x21495a(0x1c7),'borderInner':'內部框線','borderNone':_0x21495a(0x1f4)},'colorPreset':{'resetColor':_0x21495a(0x1fd),'white':'白色','gray100':_0x21495a(0x1dd),'primary100':'主色\x20100','blue100':_0x21495a(0x1d0),'green100':'綠色\x20100','yellow100':'黃色\x20100','red100':_0x21495a(0x1b4),'gray900':_0x21495a(0x1b6),'gray500':_0x21495a(0x1ff),'red600':'紅色\x20600','orange600':_0x21495a(0x202),'yellow700':_0x21495a(0x1df),'green600':_0x21495a(0x1b0),'blue600':'藍色\x20600','purple600':_0x21495a(0x1c1)}}};function _0x1ef4(){const _0x75757c=['移動列','重置顏色','在左側插入欄','灰色\x20500','垂直對齊','刪除欄','橙色\x20600','頁尾列','上邊框','表格邊框色彩','外側邊框','刪除表格','在上方插入列','綠色\x20600','第一欄','增大字號','內部橫線','紅色\x20100','表格樣式','灰色\x20900','移動多列','327837CVsMnr','頂端對齊','5NKoXOD','1513692IVSskK','右邊框','787150gescHW','內部邊框','點劃線','文字格式','紫色\x20600','移動欄','水平對齊','在下方插入列','無顏色','最佳配對','外部框線','1650NPsExw','表格大小','無法跨合併儲存格移動列','選取儲存格','下移一層','全部邊框','無法跨合併儲存格移動欄','4wCGcwz','藍色\x20100','插入圖片','刪除線','移動多欄','移至最下層','邊框粗幼','版面配置','置中對齊','表格設計','表格外觀','2505895PnXlDD','所有框線','在右側插入欄','灰色\x20100','項目符號清單','黃色\x20700','底端對齊','刪除列','邊框樣式','間隔欄','文字色彩','2283352qGKUek','表格主題','1848717FHLLGj','垂直置中','10pxwvlp','平均分布','編號清單','移至最上層','平均分布欄','儲存格樣式','內部直線','減小字號','平均分布列','最後一欄','插入列','無框線','插入欄','無邊框','表格背景色','下邊框','8fEzLBt','標題列','105396EdmYjL'];_0x1ef4=function(){return _0x75757c;};return _0x1ef4();}function _0x3046(_0x2448fa,_0x3efc84){_0x2448fa=_0x2448fa-0x1aa;const _0x1ef48c=_0x1ef4();let _0x3046e5=_0x1ef48c[_0x2448fa];return _0x3046e5;}export{e as default};
@@ -1 +1 @@
1
- const _0x5d856b=_0x8754;(function(_0x3767eb,_0x5db29c){const _0x5bdaee=_0x8754,_0x30cf6e=_0x3767eb();while(!![]){try{const _0x3ad1e6=parseInt(_0x5bdaee(0x19b))/0x1*(-parseInt(_0x5bdaee(0x1a2))/0x2)+parseInt(_0x5bdaee(0x190))/0x3*(parseInt(_0x5bdaee(0x18e))/0x4)+parseInt(_0x5bdaee(0x15e))/0x5+parseInt(_0x5bdaee(0x1a6))/0x6+-parseInt(_0x5bdaee(0x166))/0x7*(parseInt(_0x5bdaee(0x169))/0x8)+parseInt(_0x5bdaee(0x168))/0x9+parseInt(_0x5bdaee(0x177))/0xa;if(_0x3ad1e6===_0x5db29c)break;else _0x30cf6e['push'](_0x30cf6e['shift']());}catch(_0x2c3538){_0x30cf6e['push'](_0x30cf6e['shift']());}}}(_0x5d40,0xdb3f7));const e={'slides-table-ui':{'ribbon':{'tableDesign':_0x5d856b(0x186),'styles':'表格樣式','cellStyle':_0x5d856b(0x171),'text':'文字','layout':_0x5d856b(0x196),'arrange':'排列','panel':'面板','floatingToolbar':'浮動工具列','arrangeForward':_0x5d856b(0x1a7),'arrangeBackward':_0x5d856b(0x15d),'bringToFront':_0x5d856b(0x18b),'sendToBack':_0x5d856b(0x17b)},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0x5d856b(0x17c),'decreaseFontSize':'減小字號','orderedList':_0x5d856b(0x16a),'bulletList':_0x5d856b(0x1ae),'textFormat':'文字格式','bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x5d856b(0x17f),'textColor':_0x5d856b(0x184),'tableBackgroundColor':_0x5d856b(0x16c),'textBackgroundColor':_0x5d856b(0x183),'tableBorderColor':_0x5d856b(0x1ab),'borderWidth':'邊框粗細','borderStyle':_0x5d856b(0x17d),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x5d856b(0x1af),'noBorder':'無邊框','borderPresetAll':'全部邊框','borderPresetInner':_0x5d856b(0x170),'borderPresetOuter':_0x5d856b(0x173),'borderPresetTop':_0x5d856b(0x19d),'borderPresetBottom':_0x5d856b(0x185),'borderPresetLeft':_0x5d856b(0x195),'borderPresetRight':'右邊框','borderPresetInnerHorizontal':_0x5d856b(0x18f),'borderPresetInnerVertical':_0x5d856b(0x172),'none':'無','horizontalAlign':_0x5d856b(0x162),'verticalAlign':_0x5d856b(0x18d),'alignLeft':'左對齊','alignCenter':_0x5d856b(0x199),'alignRight':_0x5d856b(0x167),'alignJustify':_0x5d856b(0x19a),'alignTop':_0x5d856b(0x192),'alignMiddle':_0x5d856b(0x191),'alignBottom':'底端對齊','mergeCells':'合併儲存格','unmergeCells':_0x5d856b(0x178),'tableTheme':_0x5d856b(0x181),'tableLook':_0x5d856b(0x179),'headerRow':'標題列','footerRow':'頁尾列','bandedRows':_0x5d856b(0x197),'bandedColumns':_0x5d856b(0x163),'firstColumn':_0x5d856b(0x17e),'lastColumn':_0x5d856b(0x18a),'bestMatch':_0x5d856b(0x176),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x5d856b(0x194),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x5d856b(0x15f),'picture':{'source':'圖片來源','insert':_0x5d856b(0x1a4)}}},'structuralControls':{'selectRow':_0x5d856b(0x1a9),'selectColumn':_0x5d856b(0x19f),'selectTable':_0x5d856b(0x18c),'insertRow':'插入列','insertColumn':_0x5d856b(0x182),'moveRow':'移動列','moveColumn':_0x5d856b(0x189),'moveRows':_0x5d856b(0x175),'moveColumns':_0x5d856b(0x17a),'cannotMoveMergedRows':_0x5d856b(0x198),'cannotMoveMergedColumns':_0x5d856b(0x16f)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':_0x5d856b(0x160),'borders':'框線','tableBackgroundColor':_0x5d856b(0x16c),'copy':'複製','cut':'剪下','deleteTable':'刪除表格','insertRowAbove':_0x5d856b(0x1a3),'insertRowBelow':'在下方插入列','insertColumnLeft':_0x5d856b(0x16e),'insertColumnRight':_0x5d856b(0x19c),'deleteRow':_0x5d856b(0x1aa),'deleteColumn':_0x5d856b(0x1ac),'distributeRows':_0x5d856b(0x174),'distributeColumns':_0x5d856b(0x1a0),'borderAll':'所有框線','borderOuter':'外部框線','borderInner':_0x5d856b(0x188),'borderNone':_0x5d856b(0x1ad)},'colorPreset':{'resetColor':'重置顏色','white':'白色','gray100':_0x5d856b(0x16b),'primary100':_0x5d856b(0x187),'blue100':_0x5d856b(0x193),'green100':_0x5d856b(0x1a1),'yellow100':_0x5d856b(0x1a8),'red100':_0x5d856b(0x19e),'gray900':'灰色\x20900','gray500':'灰色\x20500','red600':_0x5d856b(0x161),'orange600':_0x5d856b(0x165),'yellow700':_0x5d856b(0x180),'green600':_0x5d856b(0x164),'blue600':_0x5d856b(0x16d),'purple600':_0x5d856b(0x1a5)}}};function _0x8754(_0x5ce178,_0x1c1ca5){_0x5ce178=_0x5ce178-0x15d;const _0x5d40ee=_0x5d40();let _0x87542f=_0x5d40ee[_0x5ce178];return _0x87542f;}function _0x5d40(){const _0xa5d2a8=['1379100cKYCEw','透明度','平均分布','紅色\x20600','水平對齊','間隔欄','綠色\x20600','橙色\x20600','273YAXgvL','右對齊','5483907OoSisI','367240IPgWps','編號清單','灰色\x20100','表格背景色','藍色\x20600','在左側插入欄','無法跨合併儲存格移動欄','內部邊框','儲存格樣式','內部直線','外側邊框','平均分布列','移動多列','最佳配對','22841380jwqkUM','取消合併儲存格','表格外觀','移動多欄','移至最下層','增大字號','邊框樣式','第一欄','刪除線','黃色\x20700','表格主題','插入欄','文字背景色','文字色彩','下邊框','表格設計','主色\x20100','內部框線','移動欄','最後一欄','移至最上層','選取表格','垂直對齊','4rTCQHB','內部橫線','592041LayCLp','垂直置中','頂端對齊','藍色\x20100','無顏色','左邊框','版面配置','間隔列','無法跨合併儲存格移動列','置中對齊','左右對齊','354XXGWNl','在右側插入欄','上邊框','紅色\x20100','選取欄','平均分布欄','綠色\x20100','9066TdYatf','在上方插入列','插入圖片','紫色\x20600','5558328XBfXrT','上移一層','黃色\x20100','選取列','刪除列','表格邊框色彩','刪除欄','無框線','項目符號清單','點劃線','下移一層'];_0x5d40=function(){return _0xa5d2a8;};return _0x5d40();}export{e as default};
1
+ const _0x4494e9=_0x5b40;(function(_0x1c971b,_0x3f54b8){const _0x35d459=_0x5b40,_0x4abf12=_0x1c971b();while(!![]){try{const _0x416aaa=-parseInt(_0x35d459(0x102))/0x1+-parseInt(_0x35d459(0xc3))/0x2*(-parseInt(_0x35d459(0xd6))/0x3)+parseInt(_0x35d459(0x103))/0x4*(parseInt(_0x35d459(0xd4))/0x5)+parseInt(_0x35d459(0xf6))/0x6*(parseInt(_0x35d459(0xed))/0x7)+parseInt(_0x35d459(0xf5))/0x8+parseInt(_0x35d459(0x101))/0x9*(-parseInt(_0x35d459(0xf9))/0xa)+-parseInt(_0x35d459(0x10a))/0xb*(parseInt(_0x35d459(0x109))/0xc);if(_0x416aaa===_0x3f54b8)break;else _0x4abf12['push'](_0x4abf12['shift']());}catch(_0x19b4ad){_0x4abf12['push'](_0x4abf12['shift']());}}}(_0x2c4d,0x7748d));function _0x5b40(_0x356b54,_0x4c6b4d){_0x356b54=_0x356b54-0xbc;const _0x2c4d31=_0x2c4d();let _0x5b403e=_0x2c4d31[_0x356b54];return _0x5b403e;}const e={'slides-table-ui':{'insertToolbar':{'table':'表格'},'tableSizePicker':{'title':_0x4494e9(0xc0),'customSize':_0x4494e9(0xd3),'rows':'列數','columns':'欄數','insert':'插入','apply':'套用'},'mobile':{'operations':'版面配置','selectCell':_0x4494e9(0x105),'edit':'樣式','close':'關閉','expand':'展開','collapse':'收起','back':'返回'},'ribbon':{'tableDesign':_0x4494e9(0xd0),'styles':_0x4494e9(0xf4),'cellStyle':_0x4494e9(0xfe),'text':'文字','layout':_0x4494e9(0x10c),'arrange':'排列','panel':'面板','floatingToolbar':_0x4494e9(0xe6),'arrangeForward':'上移一層','arrangeBackward':_0x4494e9(0xcd),'bringToFront':_0x4494e9(0xf2),'sendToBack':'移至最下層'},'editorToolbar':{'fontFamily':'字型','fontSize':'字號','increaseFontSize':_0x4494e9(0xe0),'decreaseFontSize':'減小字號','orderedList':_0x4494e9(0xc7),'bulletList':_0x4494e9(0xce),'textFormat':_0x4494e9(0xf0),'bold':'粗體','italic':'斜體','underline':'底線','strikethrough':_0x4494e9(0xdb),'textColor':'文字色彩','tableBackgroundColor':_0x4494e9(0xc2),'textBackgroundColor':_0x4494e9(0xc9),'tableBorderColor':_0x4494e9(0xe3),'borderWidth':_0x4494e9(0xc8),'borderStyle':_0x4494e9(0x106),'border':'邊框','borderStyleSolid':'實線','borderStyleDash':'虛線','borderStyleDot':'點線','borderStyleDashDot':_0x4494e9(0xe9),'noBorder':_0x4494e9(0xe4),'borderPresetAll':_0x4494e9(0xda),'borderPresetInner':_0x4494e9(0x10e),'borderPresetOuter':'外側邊框','borderPresetTop':'上邊框','borderPresetBottom':_0x4494e9(0xdf),'borderPresetLeft':_0x4494e9(0xe1),'borderPresetRight':_0x4494e9(0x100),'borderPresetInnerHorizontal':'內部橫線','borderPresetInnerVertical':'內部直線','none':'無','horizontalAlign':'水平對齊','verticalAlign':_0x4494e9(0x10f),'alignLeft':_0x4494e9(0xdc),'alignCenter':_0x4494e9(0xbc),'alignRight':_0x4494e9(0xcf),'alignJustify':_0x4494e9(0xf8),'alignTop':_0x4494e9(0xec),'alignMiddle':_0x4494e9(0xfc),'alignBottom':_0x4494e9(0x107),'mergeCells':_0x4494e9(0x108),'unmergeCells':_0x4494e9(0xea),'tableTheme':_0x4494e9(0xf3),'tableLook':_0x4494e9(0xd7),'headerRow':_0x4494e9(0xbf),'footerRow':_0x4494e9(0xef),'bandedRows':_0x4494e9(0xe8),'bandedColumns':_0x4494e9(0xcb),'firstColumn':_0x4494e9(0xff),'lastColumn':_0x4494e9(0xca),'bestMatch':_0x4494e9(0xe5),'light':'淺色','medium':'中','minimal':'簡約'},'shapePanel':{'fill':{'noFill':_0x4494e9(0xdd),'solidFill':'純色','gradientFill':'漸層','pictureFill':'圖片','color':'色彩','transparency':_0x4494e9(0xee),'picture':{'source':'圖片來源','insert':_0x4494e9(0xc5)}}},'structuralControls':{'selectRow':_0x4494e9(0xd9),'selectColumn':'選取欄','selectTable':_0x4494e9(0xfb),'insertRow':'插入列','insertColumn':_0x4494e9(0xbd),'moveRow':'移動列','moveColumn':'移動欄','moveRows':'移動多列','moveColumns':_0x4494e9(0xde),'cannotMoveMergedRows':_0x4494e9(0xc6),'cannotMoveMergedColumns':_0x4494e9(0xe7)},'contextMenu':{'insert':'插入','delete':'刪除','distribute':'平均分布','borders':'框線','tableBackgroundColor':_0x4494e9(0xc2),'copy':'複製','cut':'剪下','deleteTable':'刪除表格','insertRowAbove':'在上方插入列','insertRowBelow':_0x4494e9(0xf7),'insertColumnLeft':_0x4494e9(0xc4),'insertColumnRight':_0x4494e9(0xc1),'deleteRow':_0x4494e9(0xf1),'deleteColumn':'刪除欄','distributeRows':'平均分布列','distributeColumns':_0x4494e9(0xbe),'borderAll':_0x4494e9(0xfd),'borderOuter':_0x4494e9(0x104),'borderInner':_0x4494e9(0xfa),'borderNone':'無框線'},'colorPreset':{'resetColor':'重置顏色','white':'白色','gray100':_0x4494e9(0xd1),'primary100':_0x4494e9(0xd8),'blue100':'藍色\x20100','green100':_0x4494e9(0xd5),'yellow100':_0x4494e9(0x10b),'red100':_0x4494e9(0x10d),'gray900':_0x4494e9(0xd2),'gray500':'灰色\x20500','red600':_0x4494e9(0xeb),'orange600':'橙色\x20600','yellow700':'黃色\x20700','green600':_0x4494e9(0xcc),'blue600':'藍色\x20600','purple600':_0x4494e9(0xe2)}}};function _0x2c4d(){const _0x4737c3=['自訂大小','700705jHNTJA','綠色\x20100','1047SElkdv','表格外觀','主色\x20100','選取列','全部邊框','刪除線','左對齊','無顏色','移動多欄','下邊框','增大字號','左邊框','紫色\x20600','表格邊框色彩','無邊框','最佳配對','浮動工具列','無法跨合併儲存格移動欄','間隔列','點劃線','取消合併儲存格','紅色\x20600','頂端對齊','7VJkFwD','透明度','頁尾列','文字格式','刪除列','移至最上層','表格主題','表格樣式','1190488bSqUHE','4677252YFnnDa','在下方插入列','左右對齊','13880zVCBod','內部框線','選取表格','垂直置中','所有框線','儲存格樣式','第一欄','右邊框','6003EmueqX','721912TmYkOX','16gdKHBW','外部框線','選取儲存格','邊框樣式','底端對齊','合併儲存格','3911772hiRkXI','11TYxkYO','黃色\x20100','版面配置','紅色\x20100','內部邊框','垂直對齊','置中對齊','插入欄','平均分布欄','標題列','表格大小','在右側插入欄','表格背景色','5578fFkzqS','在左側插入欄','插入圖片','無法跨合併儲存格移動列','編號清單','邊框粗細','文字背景色','最後一欄','間隔欄','綠色\x20600','下移一層','項目符號清單','右對齊','表格設計','灰色\x20100','灰色\x20900'];_0x2c4d=function(){return _0x4737c3;};return _0x2c4d();}export{e as default};
package/lib/index.css CHANGED
@@ -2,6 +2,10 @@
2
2
  pointer-events: none;
3
3
  }
4
4
 
5
+ .univer-pointer-events-auto {
6
+ pointer-events: auto;
7
+ }
8
+
5
9
  .univer-fixed {
6
10
  position: fixed;
7
11
  }
@@ -18,6 +22,10 @@
18
22
  position: sticky;
19
23
  }
20
24
 
25
+ .univer-inset-0 {
26
+ inset: 0;
27
+ }
28
+
21
29
  .univer-right-0\.5 {
22
30
  right: .125rem;
23
31
  }
@@ -34,6 +42,14 @@
34
42
  z-index: 10;
35
43
  }
36
44
 
45
+ .univer-z-\[1080\] {
46
+ z-index: 1080;
47
+ }
48
+
49
+ .univer-col-span-2 {
50
+ grid-column: span 2 / span 2;
51
+ }
52
+
37
53
  .univer-m-0 {
38
54
  margin: 0;
39
55
  }
@@ -50,6 +66,18 @@
50
66
  margin-bottom: .75rem;
51
67
  }
52
68
 
69
+ .univer-mt-2 {
70
+ margin-top: .5rem;
71
+ }
72
+
73
+ .univer-mt-3 {
74
+ margin-top: .75rem;
75
+ }
76
+
77
+ .univer-mt-4 {
78
+ margin-top: 1rem;
79
+ }
80
+
53
81
  .univer-box-border {
54
82
  box-sizing: border-box;
55
83
  }
@@ -70,6 +98,11 @@
70
98
  display: none;
71
99
  }
72
100
 
101
+ .univer-size-11 {
102
+ width: 2.75rem;
103
+ height: 2.75rem;
104
+ }
105
+
73
106
  .univer-size-3 {
74
107
  width: .75rem;
75
108
  height: .75rem;
@@ -90,6 +123,10 @@
90
123
  height: 1.5rem;
91
124
  }
92
125
 
126
+ .\!univer-h-12 {
127
+ height: 3rem !important;
128
+ }
129
+
93
130
  .\!univer-h-6 {
94
131
  height: 1.5rem !important;
95
132
  }
@@ -98,6 +135,10 @@
98
135
  height: 2.75rem;
99
136
  }
100
137
 
138
+ .univer-h-12 {
139
+ height: 3rem;
140
+ }
141
+
101
142
  .univer-h-14 {
102
143
  height: 3.5rem;
103
144
  }
@@ -126,6 +167,10 @@
126
167
  max-height: 420px;
127
168
  }
128
169
 
170
+ .univer-min-h-12 {
171
+ min-height: 3rem;
172
+ }
173
+
129
174
  .univer-w-10 {
130
175
  width: 2.5rem;
131
176
  }
@@ -166,6 +211,14 @@
166
211
  width: 280px;
167
212
  }
168
213
 
214
+ .univer-w-\[300px\] {
215
+ width: 300px;
216
+ }
217
+
218
+ .univer-w-\[360px\] {
219
+ width: 360px;
220
+ }
221
+
169
222
  .univer-w-\[420px\] {
170
223
  width: 420px;
171
224
  }
@@ -206,6 +259,14 @@
206
259
  cursor: pointer;
207
260
  }
208
261
 
262
+ .univer-appearance-none {
263
+ appearance: none;
264
+ }
265
+
266
+ .univer-grid-cols-2 {
267
+ grid-template-columns: repeat(2, minmax(0, 1fr));
268
+ }
269
+
209
270
  .univer-grid-cols-3 {
210
271
  grid-template-columns: repeat(3, minmax(0, 1fr));
211
272
  }
@@ -258,6 +319,10 @@
258
319
  gap: .75rem;
259
320
  }
260
321
 
322
+ .univer-gap-4 {
323
+ gap: 1rem;
324
+ }
325
+
261
326
  .univer-overflow-hidden {
262
327
  overflow: hidden;
263
328
  }
@@ -272,6 +337,10 @@
272
337
  overflow: hidden;
273
338
  }
274
339
 
340
+ .univer-whitespace-normal {
341
+ white-space: normal;
342
+ }
343
+
275
344
  .\!univer-rounded-md {
276
345
  border-radius: .375rem !important;
277
346
  }
@@ -296,6 +365,10 @@
296
365
  border-radius: .125rem;
297
366
  }
298
367
 
368
+ .univer-rounded-xl {
369
+ border-radius: .75rem;
370
+ }
371
+
299
372
  .univer-border {
300
373
  border-width: 1px;
301
374
  }
@@ -304,6 +377,10 @@
304
377
  border-width: 0;
305
378
  }
306
379
 
380
+ .univer-border-t {
381
+ border-top-width: 1px;
382
+ }
383
+
307
384
  .univer-border-solid {
308
385
  border-style: solid;
309
386
  }
@@ -324,6 +401,10 @@
324
401
  border-color: var(--univer-gray-300);
325
402
  }
326
403
 
404
+ .univer-border-primary-500 {
405
+ border-color: var(--univer-primary-500);
406
+ }
407
+
327
408
  .univer-border-primary-600 {
328
409
  border-color: var(--univer-primary-600);
329
410
  }
@@ -356,6 +437,14 @@
356
437
  background-color: var(--univer-gray-100);
357
438
  }
358
439
 
440
+ .univer-bg-gray-50 {
441
+ background-color: var(--univer-gray-50);
442
+ }
443
+
444
+ .univer-bg-primary-100 {
445
+ background-color: var(--univer-primary-100);
446
+ }
447
+
359
448
  .univer-bg-primary-50 {
360
449
  background-color: var(--univer-primary-50);
361
450
  }
@@ -399,6 +488,10 @@
399
488
  padding: .75rem;
400
489
  }
401
490
 
491
+ .univer-p-4 {
492
+ padding: 1rem;
493
+ }
494
+
402
495
  .\!univer-px-1\.5 {
403
496
  padding-left: .375rem !important;
404
497
  padding-right: .375rem !important;
@@ -414,6 +507,11 @@
414
507
  padding-right: .5rem;
415
508
  }
416
509
 
510
+ .univer-px-3 {
511
+ padding-left: .75rem;
512
+ padding-right: .75rem;
513
+ }
514
+
417
515
  .univer-py-1 {
418
516
  padding-top: .25rem;
419
517
  padding-bottom: .25rem;
@@ -424,19 +522,41 @@
424
522
  padding-bottom: .375rem;
425
523
  }
426
524
 
525
+ .univer-pb-3 {
526
+ padding-bottom: .75rem;
527
+ }
528
+
427
529
  .univer-pt-1 {
428
530
  padding-top: .25rem;
429
531
  }
430
532
 
533
+ .univer-pt-3 {
534
+ padding-top: .75rem;
535
+ }
536
+
431
537
  .univer-text-left {
432
538
  text-align: left;
433
539
  }
434
540
 
541
+ .univer-text-center {
542
+ text-align: center;
543
+ }
544
+
545
+ .\!univer-text-base {
546
+ font-size: 1rem !important;
547
+ line-height: 1.5rem !important;
548
+ }
549
+
435
550
  .univer-text-3xl {
436
551
  font-size: 1.875rem;
437
552
  line-height: 2.25rem;
438
553
  }
439
554
 
555
+ .univer-text-base {
556
+ font-size: 1rem;
557
+ line-height: 1.5rem;
558
+ }
559
+
440
560
  .univer-text-lg {
441
561
  font-size: 1.125rem;
442
562
  line-height: 1.75rem;
@@ -447,6 +567,11 @@
447
567
  line-height: 1.25rem;
448
568
  }
449
569
 
570
+ .univer-text-xl {
571
+ font-size: 1.25rem;
572
+ line-height: 1.75rem;
573
+ }
574
+
450
575
  .univer-text-xs {
451
576
  font-size: .75rem;
452
577
  line-height: 1rem;
@@ -525,6 +650,10 @@
525
650
  background-color: var(--univer-gray-100);
526
651
  }
527
652
 
653
+ .hover\:univer-bg-primary-200:hover {
654
+ background-color: var(--univer-primary-200);
655
+ }
656
+
528
657
  .hover\:univer-bg-primary-50:hover {
529
658
  background-color: var(--univer-primary-50);
530
659
  }
@@ -550,6 +679,10 @@
550
679
  outline-color: var(--univer-primary-500);
551
680
  }
552
681
 
682
+ .active\:univer-bg-primary-50:active {
683
+ background-color: var(--univer-primary-50);
684
+ }
685
+
553
686
  .disabled\:univer-cursor-not-allowed:disabled {
554
687
  cursor: not-allowed;
555
688
  }
@@ -598,6 +731,10 @@
598
731
  background-color: var(--univer-gray-900) !important;
599
732
  }
600
733
 
734
+ .dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
735
+ color: var(--univer-gray-0) !important;
736
+ }
737
+
601
738
  .dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
602
739
  color: var(--univer-gray-100) !important;
603
740
  }
@@ -606,6 +743,10 @@
606
743
  color: var(--univer-gray-200) !important;
607
744
  }
608
745
 
746
+ .dark\:\!univer-text-gray-300:where(.univer-dark, .univer-dark *) {
747
+ color: var(--univer-gray-300) !important;
748
+ }
749
+
609
750
  .dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
610
751
  color: var(--univer-gray-400) !important;
611
752
  }
@@ -632,6 +773,15 @@
632
773
  width: 100%;
633
774
  }
634
775
 
776
+ .\[\&_input\]\:\!univer-h-12 input {
777
+ height: 3rem !important;
778
+ }
779
+
780
+ .\[\&_input\]\:\!univer-text-base input {
781
+ font-size: 1rem !important;
782
+ line-height: 1.5rem !important;
783
+ }
784
+
635
785
  [data-u-comp="ribbon-grid-toolbar"] .\[\[data-u-comp\=\'ribbon-grid-toolbar\'\]_\&\]\:univer-grid {
636
786
  display: grid;
637
787
  }