@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.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +150 -0
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/operations/table-size.operation.d.ts +2 -0
- package/lib/types/components/insert-ribbon/SlideInsertTableMenu.d.ts +6 -0
- package/lib/types/components/mobile/SlideMobileInsertTableMenu.d.ts +1 -0
- package/lib/types/components/mobile/SlideMobileTableSizePicker.d.ts +3 -0
- package/lib/types/components/table-size/SlideTableSizePicker.d.ts +63 -0
- package/lib/types/controllers/mobile/components.controller.d.ts +7 -0
- package/lib/types/controllers/mobile/slide-table-interaction.render-controller.d.ts +18 -0
- package/lib/types/controllers/slide-table-interaction.render-controller.d.ts +167 -25
- package/lib/types/controllers/slide-table-object-refresh.controller.d.ts +8 -0
- package/lib/types/index.d.ts +4 -0
- package/lib/types/locale/en-US.d.ts +20 -0
- package/lib/types/menu/insert.menu.d.ts +5 -0
- package/lib/types/menu/table-design-ribbon.menu.d.ts +4 -4
- package/lib/types/menu/table-size.menu.d.ts +4 -0
- package/lib/types/mobile-plugin.d.ts +21 -0
- package/lib/types/plugin.d.ts +5 -0
- package/lib/types/render-objects/mobile/mobile-slide-table-object.d.ts +8 -0
- package/lib/types/render-objects/mobile/mobile-table-object-adaptor.d.ts +18 -0
- package/lib/types/render-objects/mobile/slide-table-mobile-selection.d.ts +27 -0
- package/lib/types/render-objects/slide-table-layout.util.d.ts +4 -0
- package/lib/types/render-objects/slide-table-object.d.ts +27 -5
- package/lib/types/render-objects/table-object-adaptor.d.ts +18 -0
- package/lib/types/services/slide-table-clipboard-adapter.d.ts +5 -2
- package/lib/types/services/slide-table-insert.service.d.ts +20 -0
- package/lib/types/views/SlideTableFloatingToolbar.d.ts +23 -1
- package/lib/types/views/TableThemeGallery.d.ts +14 -1
- package/lib/types/views/mobile/MobileSlideTableFloatingToolbar.d.ts +1 -0
- package/lib/types/views/mobile/MobileTableMenu.d.ts +15 -0
- package/lib/types/views/mobile/MobileTableThemeGallery.d.ts +2 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -19
package/lib/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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
|
}
|