@univerjs-pro/sheets-pivot-ui 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ca-ES.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/es-ES.js +1 -1
  5. package/lib/cjs/locale/fa-IR.js +1 -1
  6. package/lib/cjs/locale/fr-FR.js +1 -1
  7. package/lib/cjs/locale/ja-JP.js +1 -1
  8. package/lib/cjs/locale/ko-KR.js +1 -1
  9. package/lib/cjs/locale/ru-RU.js +1 -1
  10. package/lib/cjs/locale/sk-SK.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/index.js +1 -1
  15. package/lib/es/locale/ca-ES.js +1 -1
  16. package/lib/es/locale/en-US.js +1 -1
  17. package/lib/es/locale/es-ES.js +1 -1
  18. package/lib/es/locale/fa-IR.js +1 -1
  19. package/lib/es/locale/fr-FR.js +1 -1
  20. package/lib/es/locale/ja-JP.js +1 -1
  21. package/lib/es/locale/ko-KR.js +1 -1
  22. package/lib/es/locale/ru-RU.js +1 -1
  23. package/lib/es/locale/sk-SK.js +1 -1
  24. package/lib/es/locale/vi-VN.js +1 -1
  25. package/lib/es/locale/zh-CN.js +1 -1
  26. package/lib/es/locale/zh-TW.js +1 -1
  27. package/lib/index.css +542 -1
  28. package/lib/index.js +1 -1
  29. package/lib/locale/ca-ES.js +1 -1
  30. package/lib/locale/en-US.js +1 -1
  31. package/lib/locale/es-ES.js +1 -1
  32. package/lib/locale/fa-IR.js +1 -1
  33. package/lib/locale/fr-FR.js +1 -1
  34. package/lib/locale/ja-JP.js +1 -1
  35. package/lib/locale/ko-KR.js +1 -1
  36. package/lib/locale/ru-RU.js +1 -1
  37. package/lib/locale/sk-SK.js +1 -1
  38. package/lib/locale/vi-VN.js +1 -1
  39. package/lib/locale/zh-CN.js +1 -1
  40. package/lib/locale/zh-TW.js +1 -1
  41. package/lib/types/commands/operations/open-pivot-filter-panel.operation.d.ts +2 -2
  42. package/lib/types/commands/operations/open-pivot-range-panel.operation.d.ts +1 -1
  43. package/lib/types/commands/operations/open-pivot-setting-dialog.operation.d.ts +2 -2
  44. package/lib/types/commands/operations/open-pivot-table-panel.operation.d.ts +2 -2
  45. package/lib/types/controllers/config.schema.d.ts +1 -1
  46. package/lib/types/controllers/menu.schema.d.ts +1 -1
  47. package/lib/types/controllers/sheets-pivot-clipboard.controller.d.ts +10 -0
  48. package/lib/types/controllers/sheets-pivot-panel.controller.d.ts +1 -1
  49. package/lib/types/controllers/sheets-pivot-render.controller.d.ts +3 -2
  50. package/lib/types/controllers/sheets-pivot-selection.controller.d.ts +3 -2
  51. package/lib/types/locale/ca-ES.d.ts +1 -1
  52. package/lib/types/locale/es-ES.d.ts +1 -1
  53. package/lib/types/locale/fa-IR.d.ts +1 -1
  54. package/lib/types/locale/fr-FR.d.ts +1 -1
  55. package/lib/types/locale/ja-JP.d.ts +1 -1
  56. package/lib/types/locale/ko-KR.d.ts +1 -1
  57. package/lib/types/locale/ru-RU.d.ts +1 -1
  58. package/lib/types/locale/sk-SK.d.ts +1 -1
  59. package/lib/types/locale/vi-VN.d.ts +1 -1
  60. package/lib/types/locale/zh-CN.d.ts +1 -1
  61. package/lib/types/locale/zh-TW.d.ts +1 -1
  62. package/lib/types/plugin.d.ts +1 -1
  63. package/lib/types/type.d.ts +2 -2
  64. package/lib/types/util.d.ts +1 -1
  65. package/lib/types/views/components/PivotDnd.d.ts +1 -1
  66. package/lib/types/views/components/PivotFilterPanel.d.ts +1 -1
  67. package/lib/types/views/components/PivotNumfmtDialog.d.ts +1 -1
  68. package/lib/types/views/components/PivotPanel.d.ts +3 -3
  69. package/lib/types/views/components/PivotPanelArea.d.ts +1 -1
  70. package/lib/types/views/components/PivotPanelSourceRange.d.ts +1 -1
  71. package/lib/types/views/components/PivotSourceList.d.ts +1 -1
  72. package/lib/types/views/components/PivotTableRangeSelector.d.ts +1 -1
  73. package/lib/types/views/components/SettingDialog.d.ts +1 -1
  74. package/lib/types/views/components/util.d.ts +4 -3
  75. package/lib/types/views/menu.d.ts +2 -2
  76. package/lib/types/views/widgets/drawing.d.ts +1 -1
  77. package/lib/types/views/widgets/pivot-button.shape.d.ts +2 -1
  78. package/lib/types/views/widgets/pivot-move.shape.d.ts +2 -1
  79. package/lib/umd/index.js +1 -1
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/ja-JP.js +1 -1
  86. package/lib/umd/locale/ko-KR.js +1 -1
  87. package/lib/umd/locale/ru-RU.js +1 -1
  88. package/lib/umd/locale/sk-SK.js +1 -1
  89. package/lib/umd/locale/vi-VN.js +1 -1
  90. package/lib/umd/locale/zh-CN.js +1 -1
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +17 -16
@@ -1 +1 @@
1
- const _0x4ac805=_0x1c0f;function _0x1c0f(_0x3a978a,_0x2fddbb){_0x3a978a=_0x3a978a-0xd0;const _0x26c96e=_0x26c9();let _0x1c0f00=_0x26c96e[_0x3a978a];return _0x1c0f00;}function _0x26c9(){const _0x3256c6=['會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','無法編輯受保護的工作表中的數據透視表','拖動字段到以下區域','目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。','添加到欄','移動到列','152736EzDpGO','匯總方式','不能和源數據重疊','拖動字段填充為欄','字段名稱','列和欄的計算結果','最小值','(空白)','數值計數','字段設置','現有工作表','常規格式不包含任何特定的數字格式。','請選擇數據源','拖動字段填充為列','格式類型','數字格式','數據源範圍','平均值','5401YLvZPF','191619iUhWjY','數據源','Σ數值','4973478eLSpxy','最大值','移除字段','6eaRgSs','篩選字段','插入數據透視表','清除篩選','6tHWoxY','數據源字段','添加到篩選','日期格式將日期和時間系列數值顯示為日期值。','4377540FuNyia','新工作表','千分位符','貨幣類型','標準差','190769kozCVJ','4ncCQBU','源字段名:','移動到欄','無效的數據大小','11552320jDWPQN','總體標準差','資料透視表','430JMGrOS','數據源已經更新','11718329csnyTS'];_0x26c9=function(){return _0x3256c6;};return _0x26c9();}(function(_0x56a68c,_0x538a74){const _0x2e567c=_0x1c0f,_0x29709f=_0x56a68c();while(!![]){try{const _0x591850=-parseInt(_0x2e567c(0xd7))/0x1*(-parseInt(_0x2e567c(0x106))/0x2)+-parseInt(_0x2e567c(0xff))/0x3*(-parseInt(_0x2e567c(0xd8))/0x4)+parseInt(_0x2e567c(0xd2))/0x5+-parseInt(_0x2e567c(0x102))/0x6*(-parseInt(_0x2e567c(0xe1))/0x7)+parseInt(_0x2e567c(0xdc))/0x8+-parseInt(_0x2e567c(0xfc))/0x9*(-parseInt(_0x2e567c(0xdf))/0xa)+-parseInt(_0x2e567c(0xfb))/0xb*(parseInt(_0x2e567c(0xe9))/0xc);if(_0x591850===_0x538a74)break;else _0x29709f['push'](_0x29709f['shift']());}catch(_0x1e551c){_0x29709f['push'](_0x29709f['shift']());}}}(_0x26c9,0xd93c1));const e={'sheets-pivot-panel':{'title':_0x4ac805(0xde),'sourceRangeLabel':_0x4ac805(0xfd),'sourceRangePlaceholder':_0x4ac805(0xe0),'sourceFieldTile':_0x4ac805(0x107),'sourceFieldDescription':_0x4ac805(0xe4),'filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x4ac805(0xfe),'filterDesc':'拖入字段篩選數據','columnDesc':_0x4ac805(0xec),'rowDesc':_0x4ac805(0xf6),'valueDesc':_0x4ac805(0xee),'addToFilter':_0x4ac805(0xd0),'addToColumn':_0x4ac805(0xe7),'addToRow':'添加到列','addToValue':'添加到值','removeField':_0x4ac805(0x101),'filterField':_0x4ac805(0x103),'fieldSettings':_0x4ac805(0xf2),'moveToRow':_0x4ac805(0xe8),'moveToColumn':_0x4ac805(0xda),'dialog':{'fieldName':_0x4ac805(0xed),'sourceName':_0x4ac805(0xd9),'summarizeBy':_0x4ac805(0xea),'format':_0x4ac805(0xf8),'ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':_0x4ac805(0x105),'blank':_0x4ac805(0xf0),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x4ac805(0xd4),'fieldSetting':_0x4ac805(0xf2),'formatTypes':_0x4ac805(0xf7),'confirm':'確定','cancel':'取消','generalDesc':_0x4ac805(0xf4),'accountingDesc':_0x4ac805(0xe2),'currencyDesc':'貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','dateDesc':_0x4ac805(0xd1),'thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':'小數位數','currencyTypes':_0x4ac805(0xd5),'negativeNumberTypes':'負數類型','dateTypes':'日期類型'},'source':{'insertPivotTable':_0x4ac805(0x104),'sourceData':_0x4ac805(0xf9),'position':'透視表放置位置','newSheet':_0x4ac805(0xd3),'existingSheet':_0x4ac805(0xf3),'intersect':_0x4ac805(0xeb)}},'subtotal':{'average':_0x4ac805(0xfa),'count':'計數','countNums':_0x4ac805(0xf1),'max':_0x4ac805(0x100),'min':_0x4ac805(0xef),'product':'乘積','stdDev':_0x4ac805(0xd6),'stdDevp':_0x4ac805(0xdd),'sum':'求和','var':'方差','varp':'總體方差'},'subTotalText':'匯總','grandTotalText':'總計','perform':{'tips':'提示','info':_0x4ac805(0xe5),'confirm':'確認','cancel':'取消','rowColError':_0x4ac805(0xe6)},'msg':{'emptySourceRange':_0x4ac805(0xf5),'invalidSize':_0x4ac805(0xdb),'mergeCellError':'合併單元格無法插入數據透視表','editCellError':'無法編輯數據透視表中的單元格','permissionError':_0x4ac805(0xe3)}}};export{e as default};
1
+ const _0x4b18ec=_0x5079;(function(_0x5607a4,_0x16fa84){const _0x2d9b4b=_0x5079,_0x2a218d=_0x5607a4();while(!![]){try{const _0x35784a=-parseInt(_0x2d9b4b(0x11b))/0x1+-parseInt(_0x2d9b4b(0xf8))/0x2+parseInt(_0x2d9b4b(0xf0))/0x3*(-parseInt(_0x2d9b4b(0x10c))/0x4)+-parseInt(_0x2d9b4b(0x11a))/0x5+-parseInt(_0x2d9b4b(0xff))/0x6+parseInt(_0x2d9b4b(0x107))/0x7*(parseInt(_0x2d9b4b(0xf9))/0x8)+parseInt(_0x2d9b4b(0xea))/0x9;if(_0x35784a===_0x16fa84)break;else _0x2a218d['push'](_0x2a218d['shift']());}catch(_0x2b9885){_0x2a218d['push'](_0x2a218d['shift']());}}}(_0x51e6,0xf100d));function _0x51e6(){const _0x1cc7f4=['標準差','Σ數值','9777030ECQvZd','拖動字段填充為欄','移動到列','不能和源數據重疊','(空白)','資料透視表','篩選字段','無效的數據大小','2868845KdnnrD','貨幣格式用於表示一般貨幣數值,會計格式可以對一欄數值進行小數點對齊。','數據源範圍','移動到欄','插入數據透視表','36212iGUxZL','添加到欄','數據源已經更新','拖動字段到以下區域','總體方差','格式類型','小數位數','移除字段','目標區域中已有數據,該操作將覆蓋原有數據,是否繼續?','列和欄的計算結果','無法編輯數據透視表中的單元格','源字段名:','添加到列','最大值','1707010jEoXnN','1132449RIkdCG','日期格式將日期和時間系列數值顯示為日期值。','清除篩選','總體標準差','平均值','合併單元格無法插入數據透視表','會計數字格式可對一欄數值進行貨幣符號和小數點對齊。','54094158ZSafHf','拖入字段篩選數據','拖動字段填充為列','貨幣類型','新工作表','日期類型','453nHuIju','最小值','千分位符','無法編輯受保護的工作表中的數據透視表','字段設置','無法對所選單元格進行此更改,因為它會影響資料透視表。請使用字段列表更改報表。如果您試圖插入或刪除單元格,請移動資料透視表,然後再試。','添加到篩選','字段名稱','1925578IuAvXJ','8FvVtgz','數值計數','添加到值','匯總方式'];_0x51e6=function(){return _0x1cc7f4;};return _0x51e6();}const e={'sheets-pivot-panel':{'title':_0x4b18ec(0x104),'sourceRangeLabel':'數據源','sourceRangePlaceholder':_0x4b18ec(0x10e),'sourceFieldTile':'數據源字段','sourceFieldDescription':_0x4b18ec(0x10f),'filter':'篩選','column':'欄','row':'列','value':'值','multipleValue':_0x4b18ec(0xfe),'filterDesc':_0x4b18ec(0xeb),'columnDesc':_0x4b18ec(0x100),'rowDesc':_0x4b18ec(0xec),'valueDesc':_0x4b18ec(0x115),'addToFilter':_0x4b18ec(0xf6),'addToColumn':_0x4b18ec(0x10d),'addToRow':_0x4b18ec(0x118),'addToValue':_0x4b18ec(0xfb),'removeField':_0x4b18ec(0x113),'filterField':_0x4b18ec(0x105),'fieldSettings':_0x4b18ec(0xf4),'moveToRow':_0x4b18ec(0x101),'moveToColumn':_0x4b18ec(0x10a),'dialog':{'fieldName':_0x4b18ec(0xf7),'sourceName':_0x4b18ec(0x117),'summarizeBy':_0x4b18ec(0xfc),'format':'數字格式','ok':'確定','cancel':'取消','filter':{'ascending':'升序','descending':'降序','selectAll':'全選','clearFilter':_0x4b18ec(0x11d),'blank':_0x4b18ec(0x103),'cancel':'取消','confirm':'確定'},'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x4b18ec(0xf2),'fieldSetting':'字段設置','formatTypes':_0x4b18ec(0x111),'confirm':'確定','cancel':'取消','generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':_0x4b18ec(0xe9),'currencyDesc':_0x4b18ec(0x108),'dateDesc':_0x4b18ec(0x11c),'thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x4b18ec(0x112),'currencyTypes':_0x4b18ec(0xed),'negativeNumberTypes':'負數類型','dateTypes':_0x4b18ec(0xef)},'source':{'insertPivotTable':_0x4b18ec(0x10b),'sourceData':_0x4b18ec(0x109),'position':'透視表放置位置','newSheet':_0x4b18ec(0xee),'existingSheet':'現有工作表','intersect':_0x4b18ec(0x102)}},'subtotal':{'average':_0x4b18ec(0xe7),'count':'計數','countNums':_0x4b18ec(0xfa),'max':_0x4b18ec(0x119),'min':_0x4b18ec(0xf1),'product':'乘積','stdDev':_0x4b18ec(0xfd),'stdDevp':_0x4b18ec(0x11e),'sum':'求和','var':'方差','varp':_0x4b18ec(0x110)},'subTotalText':'匯總','grandTotalText':'總計','perform':{'tips':'提示','info':_0x4b18ec(0x114),'confirm':'確認','cancel':'取消','rowColError':_0x4b18ec(0xf5)},'msg':{'emptySourceRange':'請選擇數據源','invalidSize':_0x4b18ec(0x106),'mergeCellError':_0x4b18ec(0xe8),'editCellError':_0x4b18ec(0x116),'permissionError':_0x4b18ec(0xf3)}}};function _0x5079(_0x279561,_0x15e797){_0x279561=_0x279561-0xe7;const _0x51e6c9=_0x51e6();let _0x507975=_0x51e6c9[_0x279561];return _0x507975;}export{e as default};
package/lib/index.css CHANGED
@@ -1 +1,542 @@
1
- .univer-relative{position:relative}.univer-mx-0{margin-left:0;margin-right:0}.univer-mx-1\.5{margin-left:.375rem;margin-right:.375rem}.univer-my-0{margin-top:0;margin-bottom:0}.univer-my-1{margin-top:.25rem;margin-bottom:.25rem}.univer-mb-1{margin-bottom:.25rem}.univer-mb-2{margin-bottom:.5rem}.univer-mb-4{margin-bottom:1rem}.univer-mb-5{margin-bottom:1.25rem}.univer-ml-1{margin-left:.25rem}.univer-ml-3{margin-left:.75rem}.univer-mr-2{margin-right:.5rem}.univer-mt-0{margin-top:0}.univer-mt-1\.5{margin-top:.375rem}.univer-mt-2{margin-top:.5rem}.univer-mt-3{margin-top:.75rem}.univer-mt-4{margin-top:1rem}.univer-mt-5{margin-top:1.25rem}.univer-box-border{box-sizing:border-box}.univer-inline-block{display:inline-block}.univer-flex{display:flex}.univer-inline-flex{display:inline-flex}.univer-hidden{display:none}.univer-size-5{width:1.25rem;height:1.25rem}.univer-size-8{width:2rem;height:2rem}.univer-h-4{height:1rem}.univer-h-40{height:10rem}.univer-h-5{height:1.25rem}.univer-h-6{height:1.5rem}.univer-h-7{height:1.75rem}.univer-h-8{height:2rem}.univer-h-\[140px\]{height:140px}.univer-h-\[161px\]{height:161px}.univer-h-\[300px\]{height:300px}.univer-h-\[calc\(100\%-16px\)\]{height:calc(100% - 16px)}.univer-h-full{height:100%}.univer-min-h-\[150px\]{min-height:150px}.univer-min-h-\[200px\]{min-height:200px}.univer-w-4{width:1rem}.univer-w-\[136px\]{width:136px}.univer-w-\[140px\]{width:140px}.univer-w-\[14px\]{width:14px}.univer-w-full{width:100%}.univer-min-w-0{min-width:0px}.univer-max-w-\[200px\]{max-width:200px}.univer-max-w-\[66px\]{max-width:66px}.univer-flex-1{flex:1 1 0%}.univer-flex-shrink{flex-shrink:1}.univer-shrink-0{flex-shrink:0}.univer-flex-grow{flex-grow:1}.univer-cursor-pointer{cursor:pointer}.univer-flex-row{flex-direction:row}.univer-flex-col{flex-direction:column}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-center{justify-content:center}.univer-justify-between{justify-content:space-between}.univer-gap-1{gap:.25rem}.univer-gap-1\.5{gap:.375rem}.univer-gap-2{gap:.5rem}.univer-gap-3{gap:.75rem}.univer-gap-4{gap:1rem}.univer-self-stretch{align-self:stretch}.univer-overflow-y-auto{overflow-y:auto}.univer-overflow-x-hidden{overflow-x:hidden}.univer-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.univer-rounded{border-radius:.25rem}.univer-rounded-lg{border-radius:.5rem}.univer-rounded-md{border-radius:.375rem}.univer-rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.univer-rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.univer-border{border-width:1px}.univer-border-none{border-style:none}.univer-border-gray-200{border-color:var(--univer-gray-200)}.univer-border-primary-600{border-color:var(--univer-primary-600)}.univer-border-transparent{border-color:transparent}.\!univer-bg-gray-700{background-color:var(--univer-gray-700)!important}.univer-bg-gray-100{background-color:var(--univer-gray-100)}.univer-bg-gray-50{background-color:var(--univer-gray-50)}.univer-bg-white{background-color:var(--univer-white)}.univer-p-0\.5{padding:.125rem}.univer-p-1{padding:.25rem}.univer-p-2{padding:.5rem}.univer-px-1{padding-left:.25rem;padding-right:.25rem}.univer-px-2{padding-left:.5rem;padding-right:.5rem}.univer-px-3{padding-left:.75rem;padding-right:.75rem}.univer-py-1{padding-top:.25rem;padding-bottom:.25rem}.univer-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.univer-py-2{padding-top:.5rem;padding-bottom:.5rem}.univer-py-\[5px\]{padding-top:5px;padding-bottom:5px}.univer-pl-\[22px\]{padding-left:22px}.univer-pr-1{padding-right:.25rem}.univer-text-center{text-align:center}.univer-text-justify{text-align:justify}.univer-align-top{vertical-align:top}.univer-text-base{font-size:1rem;line-height:1.5rem}.univer-text-sm{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-font-medium{font-weight:500}.univer-capitalize{text-transform:capitalize}.univer-leading-4{line-height:1rem}.univer-leading-5{line-height:1.25rem}.univer-leading-6{line-height:1.5rem}.univer-leading-8{line-height:2rem}.univer-text-\[rgb\(var\(--hyacinth-500\)\)\]{color:rgb(var(--hyacinth-500))}.univer-text-gray-200{color:var(--univer-gray-200)}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-600{color:var(--univer-gray-600)}.univer-text-gray-800{color:var(--univer-gray-800)}.univer-text-gray-900{color:var(--univer-gray-900)}.univer-text-primary-600{color:var(--univer-primary-600)}.univer-text-red-400{color:var(--univer-red-400)}.univer-text-red-500{color:var(--univer-red-500)}.univer-opacity-0{opacity:0}.univer-opacity-100{opacity:1}.univer-shadow-lg{--univer-tw-shadow: 0px 4px 6px 0px rgba(30, 40, 77, .05), 0px 10px 15px -3px rgba(30, 40, 77, .1);--univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 4px 6px #1e284d0d,0 10px 15px -3px #1e284d1a;box-shadow:var(--univer-tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-ring-shadow, 0 0 rgba(0,0,0,0)),var(--univer-tw-shadow)}.univer-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.univer-transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.univer-group:hover .group-hover\:univer-opacity-100{opacity:1}.hover\:univer-bg-gray-100:hover{background-color:var(--univer-gray-100)}.hover\:univer-bg-gray-200:hover{background-color:var(--univer-gray-200)}.dark\:\!univer-bg-gray-700:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}.dark\:\!univer-bg-gray-900:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-900)!important}.dark\:\!univer-text-gray-100:where(.univer-dark,.univer-dark *){color:var(--univer-gray-100)!important}.dark\:\!univer-text-gray-200:where(.univer-dark,.univer-dark *){color:var(--univer-gray-200)!important}.dark\:\!univer-text-gray-500:where(.univer-dark,.univer-dark *){color:var(--univer-gray-500)!important}.dark\:\!univer-text-gray-600:where(.univer-dark,.univer-dark *){color:var(--univer-gray-600)!important}.dark\:\!univer-text-white:where(.univer-dark,.univer-dark *){color:var(--univer-white)!important}.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}
1
+ .univer-relative {
2
+ position: relative;
3
+ }
4
+
5
+ .univer-mx-0 {
6
+ margin-left: 0;
7
+ margin-right: 0;
8
+ }
9
+
10
+ .univer-mx-1\.5 {
11
+ margin-left: .375rem;
12
+ margin-right: .375rem;
13
+ }
14
+
15
+ .univer-my-0 {
16
+ margin-top: 0;
17
+ margin-bottom: 0;
18
+ }
19
+
20
+ .univer-my-1 {
21
+ margin-top: .25rem;
22
+ margin-bottom: .25rem;
23
+ }
24
+
25
+ .univer-mb-1 {
26
+ margin-bottom: .25rem;
27
+ }
28
+
29
+ .univer-mb-2 {
30
+ margin-bottom: .5rem;
31
+ }
32
+
33
+ .univer-mb-4 {
34
+ margin-bottom: 1rem;
35
+ }
36
+
37
+ .univer-mb-5 {
38
+ margin-bottom: 1.25rem;
39
+ }
40
+
41
+ .univer-ml-1 {
42
+ margin-left: .25rem;
43
+ }
44
+
45
+ .univer-ml-3 {
46
+ margin-left: .75rem;
47
+ }
48
+
49
+ .univer-mr-2 {
50
+ margin-right: .5rem;
51
+ }
52
+
53
+ .univer-mt-0 {
54
+ margin-top: 0;
55
+ }
56
+
57
+ .univer-mt-1\.5 {
58
+ margin-top: .375rem;
59
+ }
60
+
61
+ .univer-mt-2 {
62
+ margin-top: .5rem;
63
+ }
64
+
65
+ .univer-mt-3 {
66
+ margin-top: .75rem;
67
+ }
68
+
69
+ .univer-mt-4 {
70
+ margin-top: 1rem;
71
+ }
72
+
73
+ .univer-mt-5 {
74
+ margin-top: 1.25rem;
75
+ }
76
+
77
+ .univer-box-border {
78
+ box-sizing: border-box;
79
+ }
80
+
81
+ .univer-inline-block {
82
+ display: inline-block;
83
+ }
84
+
85
+ .univer-flex {
86
+ display: flex;
87
+ }
88
+
89
+ .univer-inline-flex {
90
+ display: inline-flex;
91
+ }
92
+
93
+ .univer-hidden {
94
+ display: none;
95
+ }
96
+
97
+ .univer-size-5 {
98
+ width: 1.25rem;
99
+ height: 1.25rem;
100
+ }
101
+
102
+ .univer-size-8 {
103
+ width: 2rem;
104
+ height: 2rem;
105
+ }
106
+
107
+ .univer-h-4 {
108
+ height: 1rem;
109
+ }
110
+
111
+ .univer-h-40 {
112
+ height: 10rem;
113
+ }
114
+
115
+ .univer-h-5 {
116
+ height: 1.25rem;
117
+ }
118
+
119
+ .univer-h-6 {
120
+ height: 1.5rem;
121
+ }
122
+
123
+ .univer-h-7 {
124
+ height: 1.75rem;
125
+ }
126
+
127
+ .univer-h-8 {
128
+ height: 2rem;
129
+ }
130
+
131
+ .univer-h-\[140px\] {
132
+ height: 140px;
133
+ }
134
+
135
+ .univer-h-\[161px\] {
136
+ height: 161px;
137
+ }
138
+
139
+ .univer-h-\[300px\] {
140
+ height: 300px;
141
+ }
142
+
143
+ .univer-h-\[calc\(100\%-16px\)\] {
144
+ height: calc(100% - 16px);
145
+ }
146
+
147
+ .univer-h-full {
148
+ height: 100%;
149
+ }
150
+
151
+ .univer-min-h-\[150px\] {
152
+ min-height: 150px;
153
+ }
154
+
155
+ .univer-min-h-\[200px\] {
156
+ min-height: 200px;
157
+ }
158
+
159
+ .univer-w-4 {
160
+ width: 1rem;
161
+ }
162
+
163
+ .univer-w-\[136px\] {
164
+ width: 136px;
165
+ }
166
+
167
+ .univer-w-\[140px\] {
168
+ width: 140px;
169
+ }
170
+
171
+ .univer-w-\[14px\] {
172
+ width: 14px;
173
+ }
174
+
175
+ .univer-w-full {
176
+ width: 100%;
177
+ }
178
+
179
+ .univer-min-w-0 {
180
+ min-width: 0;
181
+ }
182
+
183
+ .univer-max-w-\[200px\] {
184
+ max-width: 200px;
185
+ }
186
+
187
+ .univer-max-w-\[66px\] {
188
+ max-width: 66px;
189
+ }
190
+
191
+ .univer-flex-1 {
192
+ flex: 1;
193
+ }
194
+
195
+ .univer-flex-shrink {
196
+ flex-shrink: 1;
197
+ }
198
+
199
+ .univer-shrink-0 {
200
+ flex-shrink: 0;
201
+ }
202
+
203
+ .univer-flex-grow {
204
+ flex-grow: 1;
205
+ }
206
+
207
+ .univer-cursor-pointer {
208
+ cursor: pointer;
209
+ }
210
+
211
+ .univer-flex-row {
212
+ flex-direction: row;
213
+ }
214
+
215
+ .univer-flex-col {
216
+ flex-direction: column;
217
+ }
218
+
219
+ .univer-items-center {
220
+ align-items: center;
221
+ }
222
+
223
+ .univer-justify-end {
224
+ justify-content: flex-end;
225
+ }
226
+
227
+ .univer-justify-center {
228
+ justify-content: center;
229
+ }
230
+
231
+ .univer-justify-between {
232
+ justify-content: space-between;
233
+ }
234
+
235
+ .univer-gap-1 {
236
+ gap: .25rem;
237
+ }
238
+
239
+ .univer-gap-1\.5 {
240
+ gap: .375rem;
241
+ }
242
+
243
+ .univer-gap-2 {
244
+ gap: .5rem;
245
+ }
246
+
247
+ .univer-gap-3 {
248
+ gap: .75rem;
249
+ }
250
+
251
+ .univer-gap-4 {
252
+ gap: 1rem;
253
+ }
254
+
255
+ .univer-self-stretch {
256
+ align-self: stretch;
257
+ }
258
+
259
+ .univer-overflow-y-auto {
260
+ overflow-y: auto;
261
+ }
262
+
263
+ .univer-overflow-x-hidden {
264
+ overflow-x: hidden;
265
+ }
266
+
267
+ .univer-truncate {
268
+ text-overflow: ellipsis;
269
+ white-space: nowrap;
270
+ overflow: hidden;
271
+ }
272
+
273
+ .univer-rounded {
274
+ border-radius: .25rem;
275
+ }
276
+
277
+ .univer-rounded-lg {
278
+ border-radius: .5rem;
279
+ }
280
+
281
+ .univer-rounded-md {
282
+ border-radius: .375rem;
283
+ }
284
+
285
+ .univer-rounded-l-md {
286
+ border-top-left-radius: .375rem;
287
+ border-bottom-left-radius: .375rem;
288
+ }
289
+
290
+ .univer-rounded-r-md {
291
+ border-top-right-radius: .375rem;
292
+ border-bottom-right-radius: .375rem;
293
+ }
294
+
295
+ .univer-border {
296
+ border-width: 1px;
297
+ }
298
+
299
+ .univer-border-none {
300
+ border-style: none;
301
+ }
302
+
303
+ .univer-border-gray-200 {
304
+ border-color: var(--univer-gray-200);
305
+ }
306
+
307
+ .univer-border-primary-600 {
308
+ border-color: var(--univer-primary-600);
309
+ }
310
+
311
+ .univer-border-transparent {
312
+ border-color: #0000;
313
+ }
314
+
315
+ .\!univer-bg-gray-700 {
316
+ background-color: var(--univer-gray-700) !important;
317
+ }
318
+
319
+ .univer-bg-gray-100 {
320
+ background-color: var(--univer-gray-100);
321
+ }
322
+
323
+ .univer-bg-gray-50 {
324
+ background-color: var(--univer-gray-50);
325
+ }
326
+
327
+ .univer-bg-white {
328
+ background-color: var(--univer-white);
329
+ }
330
+
331
+ .univer-p-0\.5 {
332
+ padding: .125rem;
333
+ }
334
+
335
+ .univer-p-1 {
336
+ padding: .25rem;
337
+ }
338
+
339
+ .univer-p-2 {
340
+ padding: .5rem;
341
+ }
342
+
343
+ .univer-px-1 {
344
+ padding-left: .25rem;
345
+ padding-right: .25rem;
346
+ }
347
+
348
+ .univer-px-2 {
349
+ padding-left: .5rem;
350
+ padding-right: .5rem;
351
+ }
352
+
353
+ .univer-px-3 {
354
+ padding-left: .75rem;
355
+ padding-right: .75rem;
356
+ }
357
+
358
+ .univer-py-1 {
359
+ padding-top: .25rem;
360
+ padding-bottom: .25rem;
361
+ }
362
+
363
+ .univer-py-1\.5 {
364
+ padding-top: .375rem;
365
+ padding-bottom: .375rem;
366
+ }
367
+
368
+ .univer-py-2 {
369
+ padding-top: .5rem;
370
+ padding-bottom: .5rem;
371
+ }
372
+
373
+ .univer-py-\[5px\] {
374
+ padding-top: 5px;
375
+ padding-bottom: 5px;
376
+ }
377
+
378
+ .univer-pl-\[22px\] {
379
+ padding-left: 22px;
380
+ }
381
+
382
+ .univer-pr-1 {
383
+ padding-right: .25rem;
384
+ }
385
+
386
+ .univer-text-center {
387
+ text-align: center;
388
+ }
389
+
390
+ .univer-text-justify {
391
+ text-align: justify;
392
+ }
393
+
394
+ .univer-align-top {
395
+ vertical-align: top;
396
+ }
397
+
398
+ .univer-text-base {
399
+ font-size: 1rem;
400
+ line-height: 1.5rem;
401
+ }
402
+
403
+ .univer-text-sm {
404
+ font-size: .875rem;
405
+ line-height: 1.25rem;
406
+ }
407
+
408
+ .univer-text-xs {
409
+ font-size: .75rem;
410
+ line-height: 1rem;
411
+ }
412
+
413
+ .univer-font-medium {
414
+ font-weight: 500;
415
+ }
416
+
417
+ .univer-capitalize {
418
+ text-transform: capitalize;
419
+ }
420
+
421
+ .univer-leading-4 {
422
+ line-height: 1rem;
423
+ }
424
+
425
+ .univer-leading-5 {
426
+ line-height: 1.25rem;
427
+ }
428
+
429
+ .univer-leading-6 {
430
+ line-height: 1.5rem;
431
+ }
432
+
433
+ .univer-leading-8 {
434
+ line-height: 2rem;
435
+ }
436
+
437
+ .univer-text-\[rgb\(var\(--hyacinth-500\)\)\] {
438
+ color: rgb(var(--hyacinth-500));
439
+ }
440
+
441
+ .univer-text-gray-200 {
442
+ color: var(--univer-gray-200);
443
+ }
444
+
445
+ .univer-text-gray-400 {
446
+ color: var(--univer-gray-400);
447
+ }
448
+
449
+ .univer-text-gray-600 {
450
+ color: var(--univer-gray-600);
451
+ }
452
+
453
+ .univer-text-gray-800 {
454
+ color: var(--univer-gray-800);
455
+ }
456
+
457
+ .univer-text-gray-900 {
458
+ color: var(--univer-gray-900);
459
+ }
460
+
461
+ .univer-text-primary-600 {
462
+ color: var(--univer-primary-600);
463
+ }
464
+
465
+ .univer-text-red-400 {
466
+ color: var(--univer-red-400);
467
+ }
468
+
469
+ .univer-text-red-500 {
470
+ color: var(--univer-red-500);
471
+ }
472
+
473
+ .univer-opacity-0 {
474
+ opacity: 0;
475
+ }
476
+
477
+ .univer-opacity-100 {
478
+ opacity: 1;
479
+ }
480
+
481
+ .univer-shadow-lg {
482
+ --univer-tw-shadow: 0px 4px 6px 0px #1e284d0d, 0px 10px 15px -3px #1e284d1a;
483
+ --univer-tw-shadow-colored: 0px 4px 6px 0px var(--univer-tw-shadow-color), 0px 10px 15px -3px var(--univer-tw-shadow-color);
484
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px #1e284d0d, 0 10px 15px -3px #1e284d1a;
485
+ box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
486
+ }
487
+
488
+ .univer-transition-all {
489
+ transition-property: all;
490
+ transition-duration: .15s;
491
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
492
+ }
493
+
494
+ .univer-transition-opacity {
495
+ transition-property: opacity;
496
+ transition-duration: .15s;
497
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
498
+ }
499
+
500
+ .univer-group:hover .group-hover\:univer-opacity-100 {
501
+ opacity: 1;
502
+ }
503
+
504
+ .hover\:univer-bg-gray-100:hover {
505
+ background-color: var(--univer-gray-100);
506
+ }
507
+
508
+ .hover\:univer-bg-gray-200:hover {
509
+ background-color: var(--univer-gray-200);
510
+ }
511
+
512
+ .dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
513
+ background-color: var(--univer-gray-700) !important;
514
+ }
515
+
516
+ .dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
517
+ background-color: var(--univer-gray-900) !important;
518
+ }
519
+
520
+ .dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
521
+ color: var(--univer-gray-100) !important;
522
+ }
523
+
524
+ .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
525
+ color: var(--univer-gray-200) !important;
526
+ }
527
+
528
+ .dark\:\!univer-text-gray-500:where(.univer-dark, .univer-dark *) {
529
+ color: var(--univer-gray-500) !important;
530
+ }
531
+
532
+ .dark\:\!univer-text-gray-600:where(.univer-dark, .univer-dark *) {
533
+ color: var(--univer-gray-600) !important;
534
+ }
535
+
536
+ .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
537
+ color: var(--univer-white) !important;
538
+ }
539
+
540
+ .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
541
+ background-color: var(--univer-gray-700) !important;
542
+ }