@univerjs-pro/sheets-chart-ui 1.0.0-alpha.7 → 1.0.0-beta.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 (131) 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 +14 -377
  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/commands/focused-chart.command.d.ts +1 -1
  63. package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +4 -1
  64. package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
  65. package/lib/types/config/config.d.ts +4 -0
  66. package/lib/types/controllers/chart-element-float-menu.controller.d.ts +4 -3
  67. package/lib/types/controllers/chart-render.controller.d.ts +3 -1
  68. package/lib/types/controllers/ui.controller.d.ts +7 -6
  69. package/lib/types/index.d.ts +0 -2
  70. package/lib/types/locale/en-US.d.ts +55 -302
  71. package/lib/types/services/chart-element-selection.d.ts +6 -6
  72. package/lib/types/services/chart-render.service.d.ts +10 -10
  73. package/lib/types/services/sheet-chart-host.d.ts +2 -4
  74. package/lib/types/services/sheets-chart-host-provider.service.d.ts +2 -2
  75. package/lib/types/services/sheets-chart-ui.service.d.ts +25 -138
  76. package/lib/types/util.d.ts +7 -4
  77. package/lib/types/views/chart-edit-panel/chart-editor-default-values.d.ts +79 -0
  78. package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +4 -1
  79. package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +4 -5
  80. package/lib/types/views/chart-menu/chart-menu-factory.d.ts +1 -2
  81. package/lib/umd/index.js +1 -1
  82. package/lib/umd/locale/ar-SA.js +1 -1
  83. package/lib/umd/locale/ca-ES.js +1 -1
  84. package/lib/umd/locale/de-DE.js +1 -1
  85. package/lib/umd/locale/en-US.js +1 -1
  86. package/lib/umd/locale/es-ES.js +1 -1
  87. package/lib/umd/locale/fa-IR.js +1 -1
  88. package/lib/umd/locale/fr-FR.js +1 -1
  89. package/lib/umd/locale/id-ID.js +1 -1
  90. package/lib/umd/locale/it-IT.js +1 -1
  91. package/lib/umd/locale/ja-JP.js +1 -1
  92. package/lib/umd/locale/ko-KR.js +1 -1
  93. package/lib/umd/locale/pl-PL.js +1 -1
  94. package/lib/umd/locale/pt-BR.js +1 -1
  95. package/lib/umd/locale/ru-RU.js +1 -1
  96. package/lib/umd/locale/sk-SK.js +1 -1
  97. package/lib/umd/locale/vi-VN.js +1 -1
  98. package/lib/umd/locale/zh-CN.js +1 -1
  99. package/lib/umd/locale/zh-HK.js +1 -1
  100. package/lib/umd/locale/zh-TW.js +1 -1
  101. package/package.json +20 -20
  102. package/lib/types/hooks.d.ts +0 -3
  103. package/lib/types/services/chart-panel-route.d.ts +0 -20
  104. package/lib/types/views/chart-edit-panel/Options.d.ts +0 -165
  105. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -3
  106. package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +0 -8
  107. package/lib/types/views/chart-edit-panel/button-switch/index.d.ts +0 -1
  108. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +0 -6
  109. package/lib/types/views/chart-edit-panel/data-tab-panel/index.d.ts +0 -1
  110. package/lib/types/views/chart-edit-panel/index.d.ts +0 -1
  111. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -9
  112. package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +0 -6
  113. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +0 -25
  114. package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +0 -16
  115. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -5
  116. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -6
  117. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +0 -1
  118. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +0 -1
  119. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +0 -1
  120. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +0 -1
  121. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -7
  122. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts +0 -1
  123. package/lib/types/views/chart-edit-panel/style-tab-panel/index.d.ts +0 -1
  124. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -4
  125. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +0 -11
  126. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +0 -7
  127. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +0 -7
  128. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +0 -33
  129. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/const.d.ts +0 -2
  130. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/index.d.ts +0 -1
  131. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +0 -3
@@ -1 +1 @@
1
- const _0xb3f51a=_0x41cf;(function(_0x2c3d4d,_0x2d9c9b){const _0x1dc4e0=_0x41cf,_0x435f9c=_0x2c3d4d();while(!![]){try{const _0x94bf93=-parseInt(_0x1dc4e0(0x180))/0x1*(-parseInt(_0x1dc4e0(0x12e))/0x2)+-parseInt(_0x1dc4e0(0x13a))/0x3+-parseInt(_0x1dc4e0(0x149))/0x4+parseInt(_0x1dc4e0(0x13f))/0x5*(parseInt(_0x1dc4e0(0x134))/0x6)+-parseInt(_0x1dc4e0(0x15b))/0x7+-parseInt(_0x1dc4e0(0x103))/0x8*(-parseInt(_0x1dc4e0(0x14d))/0x9)+-parseInt(_0x1dc4e0(0x166))/0xa;if(_0x94bf93===_0x2d9c9b)break;else _0x435f9c['push'](_0x435f9c['shift']());}catch(_0x4c0bb9){_0x435f9c['push'](_0x435f9c['shift']());}}}(_0xfc2e,0xc913f));const e={'sheets-chart-ui':{'permission':{'editErr':_0xb3f51a(0x155)},'insertChart':'插入图表','editChart':'图表','openChartPanel':_0xb3f51a(0x17e),'deleteChart':_0xb3f51a(0x179),'exportImage':_0xb3f51a(0x135),'copy':'复制','hideChartPanel':_0xb3f51a(0x143),'setupChart':_0xb3f51a(0x109),'customChart':_0xb3f51a(0x15c),'default':'默认','reset':'重置','chartType':_0xb3f51a(0x153),'themes':_0xb3f51a(0x163),'dataRange':'数据范围','stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':_0xb3f51a(0x136),'series':'系列','addSeries':_0xb3f51a(0x10c),'moreSettings':_0xb3f51a(0x17f),'min':'最小值','max':_0xb3f51a(0x151),'invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':_0xb3f51a(0x130)},'blank':_0xb3f51a(0xf5),'seriesBlock':{'format':'格式','dataPointStyle':_0xb3f51a(0x107)},'backgroundColor':_0xb3f51a(0x167),'chartBorderColor':'图表边框颜色','titles':{'title':'标题','mainTitle':_0xb3f51a(0x147),'subTitle':_0xb3f51a(0x146),'xAxisTitle':_0xb3f51a(0x16f),'yAxisTitle':_0xb3f51a(0x12b),'rightYAxisTitle':_0xb3f51a(0x112),'titleFormat':_0xb3f51a(0x100),'titleText':'标题文本','titlePosition':_0xb3f51a(0x145),'titleAlign':'轴标题对齐'},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':_0xb3f51a(0x150),'settingsLabels':{'switchToRowOrColumn':_0xb3f51a(0x157),'useAsCategoryLabels':_0xb3f51a(0x119),'showEmptyCellsAs':_0xb3f51a(0x127)},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':_0xb3f51a(0x101),'center':'居中','right':'右对齐'},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':'图表样式','chartAndAxisTitles':_0xb3f51a(0x13b),'legend':'图例','legendSelectMode':'图例选择模式','legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':_0xb3f51a(0xf4),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':'右纵轴','leftAxis':'左轴','rightAxis':'右轴','useRightAxis':'使用右轴'},'position':'位置','dataLabels':_0xb3f51a(0x142),'gridlinesAndTicks':_0xb3f51a(0x15d),'indicatorLine':_0xb3f51a(0x168),'indicatorLineType':_0xb3f51a(0x16d),'indicatorLineColor':_0xb3f51a(0x117),'indicatorLabel':_0xb3f51a(0x165),'indicatorValue':_0xb3f51a(0x11b),'shape':{'polygon':_0xb3f51a(0x161),'circle':'圆形','square':_0xb3f51a(0x10e),'triangle':_0xb3f51a(0x125),'diamond':'菱形','rect':'矩形','roundRect':_0xb3f51a(0x152),'pin':'钉形','arrow':'箭头','none':'无','emptyCircle':_0xb3f51a(0x115),'emptySquare':_0xb3f51a(0xf6),'emptyTriangle':_0xb3f51a(0x171),'emptyDiamond':'空心菱形','emptyRect':_0xb3f51a(0x104),'emptyRoundRect':'空心圆角矩形','emptyPin':'空心钉形','emptyArrow':'空心箭头'},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':_0xb3f51a(0x182),'withColor':_0xb3f51a(0x12d),'withThickness':_0xb3f51a(0x106),'withType':'{0}类型','withSize':_0xb3f51a(0x17d),'withShape':_0xb3f51a(0x181),'withFormat':_0xb3f51a(0x12a),'dataPoint':_0xb3f51a(0x173),'dataNodeShape':'节点形状','addDataPoint':_0xb3f51a(0x177),'point':_0xb3f51a(0x173),'percentage':_0xb3f51a(0x137),'lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':_0xb3f51a(0x113)},'lineDashType':_0xb3f51a(0xfe),'dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':_0xb3f51a(0x116),'text':_0xb3f51a(0x131)},'ticks':{'majorTick':'主刻度线','tickPosition':_0xb3f51a(0x10a),'tickLength':_0xb3f51a(0x114)},'none':'无','theIndexItem':_0xb3f51a(0xfc),'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0xb3f51a(0x13e),'styleEditPanel':{'showLabels':_0xb3f51a(0x121),'showDataLabels':'显示数据标签','padAngle':_0xb3f51a(0x16c),'halfPie':'半饼','rosePie':'玫瑰图','pieValScale':'数值比例','pieValSuffix':_0xb3f51a(0x133),'pieDigitalFixed':'小数位数','showLabelLine':_0xb3f51a(0x158),'reverseAxisOrder':_0xb3f51a(0x148),'showAxisLine':_0xb3f51a(0x17b),'labelPosition':_0xb3f51a(0x11e),'labelText':_0xb3f51a(0x176),'repeatWordCould':'重复词云标签','gap':'间隔','useAbsValue':'使用绝对值','labelRotate':_0xb3f51a(0x139),'wordCloudShape':_0xb3f51a(0x15e),'useDateAxis':_0xb3f51a(0x175),'dateAxisTips':'日期轴仅在数据全部为日期格式时可用'},'radar':{'fill':'填充'},'doughnutHole':'圆环孔','msg':{'invalidSource':_0xb3f51a(0x170),'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0xb3f51a(0xf3)},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0xb3f51a(0x140),'displayName':_0xb3f51a(0x11f),'addTrendLine':'添加趋势线','trendlineType':_0xb3f51a(0x13c),'trendlineName':_0xb3f51a(0x11f),'trendlineColor':'趋势线颜色','trendlineThickness':'趋势线粗细','trendlineDashType':_0xb3f51a(0x11a),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':_0xb3f51a(0x15a),'poly':_0xb3f51a(0x129),'order':'多项式阶数','period':'移动平均周期','showFormula':'显示公式','showR2':'显示R平方','formula':'公式','r2':_0xb3f51a(0x11d)},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':_0xb3f51a(0x132),'label':_0xb3f51a(0x118),'emptyTips':_0xb3f51a(0x169)},'relation':{'title':_0xb3f51a(0x11c),'auto':'自动','circular':'环形','force':'力导向','useValueAsSymbolSize':_0xb3f51a(0x105),'layoutType':_0xb3f51a(0x14b),'forceOptions':'力导向选项','repulsion':'斥力','gravity':'引力','edgeLength':_0xb3f51a(0x172),'rotateLabel':_0xb3f51a(0x156),'emphasis':_0xb3f51a(0x14c),'emptyTips':_0xb3f51a(0x13d)},'waterfall':{'stackType':_0xb3f51a(0x15f),'arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':_0xb3f51a(0x183),'positiveStyle':_0xb3f51a(0x111),'negativeStyle':_0xb3f51a(0x16b),'subtotalStyle':_0xb3f51a(0xf8),'positiveLegendText':_0xb3f51a(0x162),'negativeLegendText':_0xb3f51a(0xf2),'subtotalLegendText':_0xb3f51a(0x12f)},'pareto':{'lineName':_0xb3f51a(0xf9),'lineSeries':_0xb3f51a(0x14f),'barSeries':_0xb3f51a(0x102)},'visualMapScope':'视觉映射范围','boxplot':{'min':_0xb3f51a(0x123),'q1':_0xb3f51a(0x16a),'median':_0xb3f51a(0x14a),'q3':_0xb3f51a(0x10b),'max':'最大值'},'chartTypes':{'line':_0xb3f51a(0x17c),'area':_0xb3f51a(0xff),'areaStacked':_0xb3f51a(0xfa),'areaPercentStacked':'百分比堆叠面积图','column':_0xb3f51a(0x138),'bar':_0xb3f51a(0xfd),'barStacked':_0xb3f51a(0x12c),'barPercentStacked':'百分比堆叠条形图','pie':'饼图','donut':_0xb3f51a(0x141),'scatter':'散点图','radar':_0xb3f51a(0x126),'bubble':'气泡图','stock':_0xb3f51a(0x160),'combination':_0xb3f51a(0x124),'wordCloud':_0xb3f51a(0x120),'funnel':_0xb3f51a(0x154),'relation':_0xb3f51a(0x11c),'waterfall':'瀑布图','pareto':_0xb3f51a(0x14e),'sankey':_0xb3f51a(0x16e),'heatmap':_0xb3f51a(0x10f),'boxplot':_0xb3f51a(0xfb)},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':_0xb3f51a(0x144),'fieldSetting':'字段设置','formatTypes':_0xb3f51a(0x128),'confirm':'确定','cancel':'取消','generalDesc':_0xb3f51a(0x159),'accountingDesc':_0xb3f51a(0x108),'currencyDesc':_0xb3f51a(0x10d),'dateDesc':_0xb3f51a(0x17a),'thousandthPercentileDesc':_0xb3f51a(0xf7),'decimalPlaces':_0xb3f51a(0x174),'currencyTypes':_0xb3f51a(0x122),'negativeNumberTypes':_0xb3f51a(0x164),'dateTypes':_0xb3f51a(0x110)},'setFormat':_0xb3f51a(0x178)}}};function _0xfc2e(){const _0x2a18ba=['气泡标签','将\x20{0}\x20作为类别','趋势线线类型','文本颜色','关系图','R平方','标签位置','趋势线名称','词云图','显示标签','货币类型','最小值','组合图','三角形','雷达图','空单元格显示为','格式类型','多项式','{0}格式','纵轴标题','堆叠条形图','{0}颜色','1594MxTMgk','小计图例文本','用直线连接数据点','网格线','气泡大小','数值后缀','501318yfpMSK','导出图片','所有系列','百分比','柱状图','标签旋转','4168404ZilxEd','图表和轴标题','趋势线类型','关系图数据源为额外添加类型列在第二列的共词矩阵','类别\x20{0}','85uAChFe','趋势线','环形图','数据标签','隐藏图表面板','千分位符','标题位置','副标题','图表标题','逆序轴','2266840CxNyIo','中位数','布局类型','开启选中淡入特效','6168321ucWXLC','排列图','累积占比系列','渐变填充','最大值','圆角矩形','图表类型','漏斗图','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','旋转标签','切换行列','显示标签线','常规格式不包含任何特定的数字格式。','移动平均','3714655fwtURp','自定义样式','网格线和刻度线','词云形状','堆叠方式','股票图','多边形','正值图例文本','主题色','负数类型','标签颜色','9734620qdbyCG','背景颜色','指示线','气泡图至少需要2列,X轴、Y轴。','第一四分位数','负值样式','扇形间距','指示线类型','桑基图','横轴标题','图表数据源必须包含多于1行和1列。','空心三角形','节点距离','数据点','小数位数','使用日期轴','标签文本','添加数据点','设置标签格式','删除图表','日期格式将日期和时间系列数值品示为日期值。','显示轴线','折线图','{0}大小','编辑图表','更多设置','1873uIEnRx','{0}形状','{0}透明度','显示小计','负值图例文本','桑基图不能包含循环数据','轴选项','(空)','空心正方形','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','小计样式','累积占比','堆叠面积图','箱线图','第{0}项','条形图','线类型','面积图','标题格式','左对齐','柱状图系列','16ZucdXx','空心矩形','使用值作为节点大小','{0}粗细','数据点样式','会计数字格式可对一列数值进行货币符号和小数点对齐。','类型与数据','刻度线位置','第三四分位数','添加系列','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','正方形','热力图','日期类型','正值样式','右纵轴标题','百分比堆叠','刻度线长度','空心圆形','主网格线','指示线颜色'];_0xfc2e=function(){return _0x2a18ba;};return _0xfc2e();}function _0x41cf(_0x1f8973,_0x5e9686){_0x1f8973=_0x1f8973-0xf2;const _0xfc2e51=_0xfc2e();let _0x41cfec=_0xfc2e51[_0x1f8973];return _0x41cfec;}export{e as default};
1
+ const _0x915233=_0x124b;(function(_0x35bff9,_0x5c9e75){const _0x2d72f5=_0x124b,_0x1ed01b=_0x35bff9();while(!![]){try{const _0xd79631=parseInt(_0x2d72f5(0x87))/0x1+parseInt(_0x2d72f5(0x9d))/0x2*(parseInt(_0x2d72f5(0x84))/0x3)+-parseInt(_0x2d72f5(0x96))/0x4+parseInt(_0x2d72f5(0x7d))/0x5+parseInt(_0x2d72f5(0x79))/0x6*(parseInt(_0x2d72f5(0x8c))/0x7)+-parseInt(_0x2d72f5(0x9e))/0x8+parseInt(_0x2d72f5(0x99))/0x9*(parseInt(_0x2d72f5(0x94))/0xa);if(_0xd79631===_0x5c9e75)break;else _0x1ed01b['push'](_0x1ed01b['shift']());}catch(_0x316815){_0x1ed01b['push'](_0x1ed01b['shift']());}}}(_0x31ac,0xac1cf));function _0x31ac(){const _0x28d09b=['复合饼图','448362vqQZgb','自定义样式','K\x20线图','折线图','将\x20{0}\x20作为类别','24283LMBjPS','条形图','隐藏图表面板','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','关系图','树状图','柱状图','雷达图','3021350gSHvoT','编辑图表','3968056LMKjwX','气泡图','排列图','18fqWxXX','右纵轴','指示线','累积占比系列','1874IOGYfE','11082832XcPwat','瀑布图','图表和坐标轴标题','直方图','删除图表','旭日图','漏斗图','词云图','102uviryU','堆叠面积图','仪表图','桑基图','3941220lYxkIM','热力图','矩形树图','网格线和刻度线','箱线图','导出图片','百分比堆叠面积图','3786skOAKt','数据范围'];_0x31ac=function(){return _0x28d09b;};return _0x31ac();}function _0x124b(_0x25737b,_0x972332){_0x25737b=_0x25737b-0x77;const _0x31ac24=_0x31ac();let _0x124b02=_0x31ac24[_0x25737b];return _0x124b02;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x915233(0x8f)},'common':{'setup':'类型与数据','customize':_0x915233(0x88),'editChart':'图表','useAsCategoryLabels':_0x915233(0x8b),'switchRowColumn':'切换行列','dataRange':_0x915233(0x85),'insertChart':'插入图表','openChartPanel':_0x915233(0x95),'deleteChart':_0x915233(0xa2),'hideChartPanel':_0x915233(0x8e),'chartAndAxisTitles':_0x915233(0xa0),'chartStyle':'图表样式','heatmap':_0x915233(0x7e),'horizontalAxis':'横轴','legend':'图例','rightVerticalAxis':_0x915233(0x9a),'series':'系列','trendline':'趋势线','verticalAxis':'纵轴','category':'类别','copy':'复制','exportImage':_0x915233(0x82)},'waterfall':{'subtotal':'小计','positive':'正值','negative':'负值'},'chartTypes':{'line':_0x915233(0x8a),'column':_0x915233(0x92),'bar':_0x915233(0x8d),'barStacked':'堆叠条形图','barPercentStacked':'百分比堆叠条形图','pie':'饼图','donut':'环形图','pieOfPie':'子母饼图','barOfPie':_0x915233(0x86),'area':'面积图','areaStacked':_0x915233(0x7a),'areaPercentStacked':_0x915233(0x83),'radar':_0x915233(0x93),'scatter':'散点图','combination':'组合图','wordCloud':_0x915233(0x78),'funnel':_0x915233(0x77),'bubble':_0x915233(0x97),'relation':'关系图','waterfall':_0x915233(0x9f),'pareto':_0x915233(0x98),'sankey':_0x915233(0x7c),'heatmap':_0x915233(0x7e),'boxplot':_0x915233(0x81),'candlestick':_0x915233(0x89),'histogram':_0x915233(0xa1),'treemap':_0x915233(0x7f),'sunburst':_0x915233(0xa3),'gauge':'仪表盘','chord':'和弦图'},'section':{'candlestick':'烛台图','chord':'和弦图','funnel':_0x915233(0x77),'gauge':_0x915233(0x7b),'gridlinesAndTicks':_0x915233(0x80),'histogram':_0x915233(0xa1),'indicatorLine':_0x915233(0x9b),'lineAndArea':'折线图\x20/\x20面积图','paretoBar':'柱状图系列','paretoLine':_0x915233(0x9c),'pie':'饼图','radar':_0x915233(0x93),'relation':_0x915233(0x90),'sunburst':'旭日图','treemap':_0x915233(0x91),'waterfall':'瀑布图','wordCloud':'词云'},'chord':{'target':'目标'}}};export{e as default};
@@ -1 +1 @@
1
- const _0x30ca67=_0x3558;function _0x1593(){const _0x271465=['{0}\x20粗細','氣泡圖至少需要2欄,X軸、Y軸。','字段設置','更多設置','(空)','指示線類型','關係圖','力導向選項','最小值','類別\x20{0}','1848496tFZeoc','刻度線長度','扇形間距','空心矩形','307949WnlTHw','水平軸','最大值','多項式','切換列或欄','雷達圖','請先添加系列開始數據可視化','2665314fdRxVt','正值樣式','貨幣類型','使用值作為節點大小','正值圖例文本','添加系列','桑基圖不能包含循環數據','顯示數據標籤','柱狀圖','背景顏色','趨勢線線類型','指示線顏色','所有系列','標籤旋轉','線類型','熱力圖','日期類型','小數位數','隱藏圖表面板','空心三角形','顯示標籤線','顯示軸線','圓環孔','堆疊面積圖','圖例選擇模式','顯示空單元格為','{0}\x20大小','2811549MSMtaX','插入圖表','添加數據點','趨勢線粗細','数值比例','股票圖','標籤文本','2YBJpzk','標題位置','面積圖','長條圖系列','逆序軸','日期軸僅在數據全部為日期格式時可用','空心正方形','空心針形','主網格線','旋轉標籤','用直線連接數據點','中位數','編輯圖表','佈局類型','使用\x20{0}\x20作為類別標籤','{0}\x20類型','標題文本','負值樣式','詞雲圖','{0}\x20透明度','{0}\x20格式','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','第\x20{0}\x20項','Y軸標題','指示線','顯示標籤','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','3216888hgywBg','圓角矩形','格式類型','累積占比系列','圖表類型','堆疊條形圖','615986TPRfnJ','趨勢線類型','{0}\x20顏色','移動平均周期','垂直軸','多邊形','負數類型','打開圖表面板','數據範圍','X軸標題','設置圖表','桑基圖','三角形','負值圖例文本','環形圖','圖表樣式','詞雲形狀','玫瑰圖','空心圓角矩形','數據點','趨勢線名稱','瀑布圖','視覺映射範圍','標題格式','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','排列圖','刻度線位置','百分比堆疊條形圖','4857055gozUZa','開啟選中淡入特效','網格線','常規格式不包含任何特定的數字格式。','小計樣式','主標題','數據標籤','顯示公式','右對齊','系列\x20{0}','漸變填充','百分比堆疊面積圖','氣泡圖','顯示小計','小計圖例文本','標題對齊','多項式階數','重複詞雲標籤','空心箭頭','添加趨勢線','軸選項','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','累積占比','第三四分位數','力導向','堆疊方式'];_0x1593=function(){return _0x271465;};return _0x1593();}(function(_0x40b6ac,_0x2cbc00){const _0x2d6e49=_0x3558,_0x149798=_0x40b6ac();while(!![]){try{const _0x436cc2=parseInt(_0x2d6e49(0x84))/0x1+parseInt(_0x2d6e49(0xad))/0x2*(-parseInt(_0x2d6e49(0xa6))/0x3)+-parseInt(_0x2d6e49(0x80))/0x4+parseInt(_0x2d6e49(0xea))/0x5+parseInt(_0x2d6e49(0x8b))/0x6+-parseInt(_0x2d6e49(0xce))/0x7+parseInt(_0x2d6e49(0xc8))/0x8;if(_0x436cc2===_0x2cbc00)break;else _0x149798['push'](_0x149798['shift']());}catch(_0xad93c4){_0x149798['push'](_0x149798['shift']());}}}(_0x1593,0x9bdb1));function _0x3558(_0x529d5f,_0x425691){_0x529d5f=_0x529d5f-0x75;const _0x15930d=_0x1593();let _0x3558c2=_0x15930d[_0x529d5f];return _0x3558c2;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x30ca67(0xc2)},'insertChart':_0x30ca67(0xa7),'editChart':_0x30ca67(0xb9),'openChartPanel':_0x30ca67(0xd5),'deleteChart':'刪除圖表','exportImage':'匯出圖片','copy':'複製','hideChartPanel':_0x30ca67(0x9d),'setupChart':_0x30ca67(0xd8),'customChart':'自定義圖表','default':'默認','reset':'重置','chartType':_0x30ca67(0xcc),'themes':'主題','dataRange':_0x30ca67(0xd6),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x30ca67(0x97),'series':'系列','addSeries':_0x30ca67(0x90),'moreSettings':_0x30ca67(0x79),'min':'最小值','max':'最大值','invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x30ca67(0xb7)},'blank':_0x30ca67(0x7a),'seriesBlock':{'format':'格式','dataPointStyle':'數據點樣式'},'backgroundColor':_0x30ca67(0x94),'chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':_0x30ca67(0xef),'subTitle':'副標題','xAxisTitle':_0x30ca67(0xd7),'yAxisTitle':_0x30ca67(0xc4),'rightYAxisTitle':'右Y軸標題','titleFormat':_0x30ca67(0xe5),'titleText':_0x30ca67(0xbd),'titlePosition':_0x30ca67(0xae),'titleAlign':_0x30ca67(0xf9)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x30ca67(0xf4),'settingsLabels':{'switchToRowOrColumn':_0x30ca67(0x88),'useAsCategoryLabels':_0x30ca67(0xbb),'showEmptyCellsAs':_0x30ca67(0xa4)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':'左對齊','center':'居中','right':_0x30ca67(0xf2)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x30ca67(0xdd),'chartAndAxisTitles':'圖表和軸標題','legend':'圖例','legendSelectMode':_0x30ca67(0xa3),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x30ca67(0xfe),'horizontalAxis':_0x30ca67(0x85),'verticalAxis':_0x30ca67(0xd2),'rightVerticalAxis':'右垂直軸','leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'使用右軸'},'position':'位置','dataLabels':_0x30ca67(0xf0),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':_0x30ca67(0xc5),'indicatorLineType':_0x30ca67(0x7b),'indicatorLineColor':_0x30ca67(0x96),'indicatorLabel':'指示標籤','indicatorValue':'指示值','shape':{'polygon':_0x30ca67(0xd3),'circle':'圓形','square':'正方形','triangle':_0x30ca67(0xda),'diamond':'菱形','rect':'矩形','roundRect':_0x30ca67(0xc9),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':_0x30ca67(0xb3),'emptyTriangle':_0x30ca67(0x9e),'emptyDiamond':'空心菱形','emptyRect':_0x30ca67(0x83),'emptyRoundRect':_0x30ca67(0xe0),'emptyPin':_0x30ca67(0xb4),'emptyArrow':_0x30ca67(0xfc)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x30ca67(0xc0),'withColor':_0x30ca67(0xd0),'withThickness':_0x30ca67(0x76),'withType':_0x30ca67(0xbc),'withSize':_0x30ca67(0xa5),'withShape':'{0}\x20形狀','withFormat':_0x30ca67(0xc1),'dataPoint':_0x30ca67(0xe1),'dataNodeShape':'節點形狀','addDataPoint':_0x30ca67(0xa8),'point':_0x30ca67(0xe1),'percentage':'百分比','lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':'百分比堆疊'},'lineDashType':_0x30ca67(0x99),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x30ca67(0xb5),'text':_0x30ca67(0xec)},'ticks':{'majorTick':'主刻度線','tickPosition':_0x30ca67(0xe8),'tickLength':_0x30ca67(0x81)},'none':'','theIndexItem':_0x30ca67(0xc3),'seriesDefaultName':_0x30ca67(0xf3),'categoryDefaultName':_0x30ca67(0x7f),'styleEditPanel':{'showLabels':_0x30ca67(0xc6),'showDataLabels':_0x30ca67(0x92),'padAngle':_0x30ca67(0x82),'halfPie':'半餅','rosePie':_0x30ca67(0xdf),'pieValScale':_0x30ca67(0xaa),'pieValSuffix':'数值后缀','pieDigitalFixed':_0x30ca67(0x9c),'showLabelLine':_0x30ca67(0x9f),'reverseAxisOrder':_0x30ca67(0xb1),'showAxisLine':_0x30ca67(0xa0),'labelPosition':'標籤位置','labelText':_0x30ca67(0xac),'repeatWordCould':_0x30ca67(0xfb),'gap':'間隔','useAbsValue':'使用絕對值','labelRotate':_0x30ca67(0x98),'wordCloudShape':_0x30ca67(0xde),'useDateAxis':'使用日期軸','dateAxisTips':_0x30ca67(0xb2)},'radar':{'fill':'填充'},'doughnutHole':_0x30ca67(0xa1),'msg':{'invalidSource':'圖表數據源必須包含多於1列和1欄。','emptyTips':_0x30ca67(0x8a),'sankeyCircularTips':_0x30ca67(0x91)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':'趨勢線','displayName':_0x30ca67(0xe2),'addTrendLine':_0x30ca67(0xfd),'trendlineType':_0x30ca67(0xcf),'trendlineName':_0x30ca67(0xe2),'trendlineColor':'趨勢線顏色','trendlineThickness':_0x30ca67(0xa9),'trendlineDashType':_0x30ca67(0x95),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':'移動平均','poly':_0x30ca67(0x87),'order':_0x30ca67(0xfa),'period':_0x30ca67(0xd1),'showFormula':_0x30ca67(0xf1),'showR2':'顯示R平方','formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':'氣泡標籤','emptyTips':_0x30ca67(0x77)},'relation':{'title':_0x30ca67(0x7c),'auto':'自動','circular':'環形','force':_0x30ca67(0x102),'useValueAsSymbolSize':_0x30ca67(0x8e),'layoutType':_0x30ca67(0xba),'forceOptions':_0x30ca67(0x7d),'repulsion':'斥力','gravity':'引力','edgeLength':'節點距離','rotateLabel':_0x30ca67(0xb6),'emphasis':_0x30ca67(0xeb),'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'waterfall':{'stackType':_0x30ca67(0x75),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x30ca67(0xf7),'positiveStyle':_0x30ca67(0x8c),'negativeStyle':_0x30ca67(0xbe),'subtotalStyle':_0x30ca67(0xee),'positiveLegendText':_0x30ca67(0x8f),'negativeLegendText':_0x30ca67(0xdb),'subtotalLegendText':_0x30ca67(0xf8)},'pareto':{'lineName':_0x30ca67(0x100),'lineSeries':_0x30ca67(0xcb),'barSeries':_0x30ca67(0xb0)},'visualMapScope':_0x30ca67(0xe4),'boxplot':{'min':_0x30ca67(0x7e),'q1':'第一四分位數','median':_0x30ca67(0xb8),'q3':_0x30ca67(0x101),'max':_0x30ca67(0x86)},'chartTypes':{'line':'折線圖','area':_0x30ca67(0xaf),'areaStacked':_0x30ca67(0xa2),'areaPercentStacked':_0x30ca67(0xf5),'column':_0x30ca67(0x93),'bar':'條形圖','barStacked':_0x30ca67(0xcd),'barPercentStacked':_0x30ca67(0xe9),'pie':'餅圖','donut':_0x30ca67(0xdc),'scatter':'散點圖','radar':_0x30ca67(0x89),'bubble':_0x30ca67(0xf6),'stock':_0x30ca67(0xab),'combination':'組合圖','wordCloud':_0x30ca67(0xbf),'funnel':'漏斗圖','relation':_0x30ca67(0x7c),'waterfall':_0x30ca67(0xe3),'pareto':_0x30ca67(0xe7),'sankey':_0x30ca67(0xd9),'heatmap':_0x30ca67(0x9a),'boxplot':'箱型圖'},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0x30ca67(0x78),'formatTypes':_0x30ca67(0xca),'confirm':'確定','cancel':'取消','generalDesc':_0x30ca67(0xed),'accountingDesc':_0x30ca67(0xe6),'currencyDesc':_0x30ca67(0xff),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':_0x30ca67(0xc7),'decimalPlaces':_0x30ca67(0x9c),'currencyTypes':_0x30ca67(0x8d),'negativeNumberTypes':_0x30ca67(0xd4),'dateTypes':_0x30ca67(0x9b)},'setFormat':'設置標籤格式'}}};export{e as default};
1
+ function _0x5853(){const _0x451304=['圖表樣式','指示線','設定圖表','1810MNykJo','插入圖表','自訂圖表','673684hqInII','儀表圖','和弦圖','累積占比系列','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','刪除圖表','148893BQtujp','直方圖','複合餅圖','儀表盤','關係圖','網格線和刻度線','氣泡圖','使用\x20{0}\x20作為類別','組合圖','條形圖','27dtpFbi','4031034CVkDrw','41752nlxlyy','1102999PJLDIq','匯出圖片','隱藏圖表面板','堆疊條形圖','折線圖','面積圖','右縱軸','5444AZLGqf','1218980QSGTAQ','燭台圖','56cNnSri','散點圖','子母餅圖','瀑布圖','資料範圍','6kSWXUn','漏斗圖','旭日圖','詞雲圖','柱狀圖','468aqwsLO','熱力圖','百分比堆疊面積圖','切換列或欄','樹狀圖','編輯圖表','百分比堆疊條形圖','排列圖'];_0x5853=function(){return _0x451304;};return _0x5853();}const _0x1fb24a=_0x5c2a;function _0x5c2a(_0x58d774,_0x4a3e15){_0x58d774=_0x58d774-0x92;const _0x58537b=_0x5853();let _0x5c2a64=_0x58537b[_0x58d774];return _0x5c2a64;}(function(_0x1baa33,_0x3d91fe){const _0x181287=_0x5c2a,_0x11ddde=_0x1baa33();while(!![]){try{const _0x52500f=-parseInt(_0x181287(0x9a))/0x1+-parseInt(_0x181287(0xa9))/0x2*(-parseInt(_0x181287(0xc2))/0x3)+parseInt(_0x181287(0xa1))/0x4*(-parseInt(_0x181287(0xb9))/0x5)+-parseInt(_0x181287(0x98))/0x6+parseInt(_0x181287(0xa4))/0x7*(-parseInt(_0x181287(0x99))/0x8)+parseInt(_0x181287(0x97))/0x9*(parseInt(_0x181287(0xa2))/0xa)+-parseInt(_0x181287(0xbc))/0xb*(-parseInt(_0x181287(0xae))/0xc);if(_0x52500f===_0x3d91fe)break;else _0x11ddde['push'](_0x11ddde['shift']());}catch(_0x49c45d){_0x11ddde['push'](_0x11ddde['shift']());}}}(_0x5853,0x90fa7));const e={'sheets-chart-ui':{'permission':{'editErr':_0x1fb24a(0xc0)},'common':{'setup':_0x1fb24a(0xb8),'customize':_0x1fb24a(0xbb),'editChart':_0x1fb24a(0xb3),'useAsCategoryLabels':_0x1fb24a(0x94),'switchRowColumn':_0x1fb24a(0xb1),'dataRange':_0x1fb24a(0xa8),'insertChart':_0x1fb24a(0xba),'openChartPanel':'開啟圖表面板','deleteChart':_0x1fb24a(0xc1),'hideChartPanel':_0x1fb24a(0x9c),'chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x1fb24a(0xb6),'heatmap':_0x1fb24a(0xaf),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x1fb24a(0xa0),'series':'系列','trendline':'趨勢線','verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':_0x1fb24a(0x9b)},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':_0x1fb24a(0x9e),'column':_0x1fb24a(0xad),'bar':_0x1fb24a(0x96),'barStacked':_0x1fb24a(0x9d),'barPercentStacked':_0x1fb24a(0xb4),'pie':'餅圖','donut':'環形圖','pieOfPie':_0x1fb24a(0xa6),'barOfPie':_0x1fb24a(0xc4),'area':_0x1fb24a(0x9f),'areaStacked':'堆疊面積圖','areaPercentStacked':_0x1fb24a(0xb0),'radar':'雷達圖','scatter':_0x1fb24a(0xa5),'combination':_0x1fb24a(0x95),'wordCloud':_0x1fb24a(0xac),'funnel':_0x1fb24a(0xaa),'bubble':_0x1fb24a(0x93),'relation':'關係圖','waterfall':_0x1fb24a(0xa7),'pareto':_0x1fb24a(0xb5),'sankey':'桑基圖','heatmap':_0x1fb24a(0xaf),'boxplot':'箱型圖','candlestick':'K\x20線圖','histogram':_0x1fb24a(0xc3),'treemap':'矩形樹圖','sunburst':'旭日圖','gauge':_0x1fb24a(0xc5),'chord':_0x1fb24a(0xbe)},'section':{'candlestick':_0x1fb24a(0xa3),'chord':_0x1fb24a(0xbe),'funnel':_0x1fb24a(0xaa),'gauge':_0x1fb24a(0xbd),'gridlinesAndTicks':_0x1fb24a(0x92),'histogram':_0x1fb24a(0xc3),'indicatorLine':_0x1fb24a(0xb7),'lineAndArea':'折線圖\x20/\x20面積圖','paretoBar':'長條圖系列','paretoLine':_0x1fb24a(0xbf),'pie':'餅圖','radar':'雷達圖','relation':_0x1fb24a(0xc6),'sunburst':_0x1fb24a(0xab),'treemap':_0x1fb24a(0xb2),'waterfall':_0x1fb24a(0xa7),'wordCloud':'詞雲'},'chord':{'target':'目標'}}};export{e as default};
@@ -1 +1 @@
1
- function _0x58d8(_0x4f3324,_0x4fecd2){_0x4f3324=_0x4f3324-0xf6;const _0x242005=_0x2420();let _0x58d84f=_0x242005[_0x4f3324];return _0x58d84f;}const _0x3ed2b6=_0x58d8;(function(_0x16aaae,_0x5e6191){const _0x5d06a5=_0x58d8,_0x42c7dd=_0x16aaae();while(!![]){try{const _0x363ccb=parseInt(_0x5d06a5(0x123))/0x1+-parseInt(_0x5d06a5(0x14b))/0x2+-parseInt(_0x5d06a5(0x15a))/0x3*(-parseInt(_0x5d06a5(0x151))/0x4)+parseInt(_0x5d06a5(0x126))/0x5*(-parseInt(_0x5d06a5(0x160))/0x6)+parseInt(_0x5d06a5(0x137))/0x7*(parseInt(_0x5d06a5(0x17e))/0x8)+parseInt(_0x5d06a5(0x119))/0x9+parseInt(_0x5d06a5(0x11c))/0xa;if(_0x363ccb===_0x5e6191)break;else _0x42c7dd['push'](_0x42c7dd['shift']());}catch(_0x3982a4){_0x42c7dd['push'](_0x42c7dd['shift']());}}}(_0x2420,0x607be));const e={'sheets-chart-ui':{'permission':{'editErr':_0x3ed2b6(0x179)},'insertChart':_0x3ed2b6(0x131),'editChart':_0x3ed2b6(0x12a),'openChartPanel':_0x3ed2b6(0x138),'deleteChart':_0x3ed2b6(0x136),'exportImage':'匯出圖片','copy':'複製','hideChartPanel':'隱藏圖表面板','setupChart':'設置圖表','customChart':_0x3ed2b6(0x177),'default':'默認','reset':'重置','chartType':_0x3ed2b6(0x11b),'themes':'主題','dataRange':'數據範圍','stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x3ed2b6(0xfe),'series':'系列','addSeries':_0x3ed2b6(0x18d),'moreSettings':_0x3ed2b6(0x107),'min':_0x3ed2b6(0x15d),'max':_0x3ed2b6(0x101),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':_0x3ed2b6(0x13e),'seriesBlock':{'format':'格式','dataPointStyle':_0x3ed2b6(0x12c)},'backgroundColor':_0x3ed2b6(0x174),'chartBorderColor':_0x3ed2b6(0x13b),'titles':{'title':'標題','mainTitle':_0x3ed2b6(0x111),'subTitle':_0x3ed2b6(0xf9),'xAxisTitle':_0x3ed2b6(0x141),'yAxisTitle':_0x3ed2b6(0x162),'rightYAxisTitle':_0x3ed2b6(0x167),'titleFormat':_0x3ed2b6(0x115),'titleText':_0x3ed2b6(0x182),'titlePosition':_0x3ed2b6(0x16e),'titleAlign':_0x3ed2b6(0x124)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x3ed2b6(0x142),'settingsLabels':{'switchToRowOrColumn':_0x3ed2b6(0x16b),'useAsCategoryLabels':'使用\x20{0}\x20作為類別標籤','showEmptyCellsAs':'顯示空單元格為'},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x3ed2b6(0x161),'center':'居中','right':_0x3ed2b6(0xff)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x3ed2b6(0x178),'chartAndAxisTitles':_0x3ed2b6(0x130),'legend':'圖例','legendSelectMode':_0x3ed2b6(0x157),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x3ed2b6(0x154),'horizontalAxis':_0x3ed2b6(0x122),'verticalAxis':_0x3ed2b6(0x165),'rightVerticalAxis':_0x3ed2b6(0xfa),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'使用右軸'},'position':'位置','dataLabels':_0x3ed2b6(0x188),'gridlinesAndTicks':_0x3ed2b6(0x159),'indicatorLine':'指示線','indicatorLineType':_0x3ed2b6(0x185),'indicatorLineColor':_0x3ed2b6(0x149),'indicatorLabel':_0x3ed2b6(0x113),'indicatorValue':'指示值','shape':{'polygon':_0x3ed2b6(0xfc),'circle':'圓形','square':_0x3ed2b6(0x153),'triangle':_0x3ed2b6(0x13d),'diamond':'菱形','rect':'矩形','roundRect':'圓角矩形','pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x3ed2b6(0x171),'emptySquare':'空心正方形','emptyTriangle':'空心三角形','emptyDiamond':_0x3ed2b6(0x164),'emptyRect':_0x3ed2b6(0x170),'emptyRoundRect':_0x3ed2b6(0x125),'emptyPin':_0x3ed2b6(0x13f),'emptyArrow':_0x3ed2b6(0x114)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':_0x3ed2b6(0x104),'withThickness':'{0}\x20粗細','withType':_0x3ed2b6(0x128),'withSize':_0x3ed2b6(0x12d),'withShape':_0x3ed2b6(0x102),'withFormat':_0x3ed2b6(0x100),'dataPoint':_0x3ed2b6(0x146),'dataNodeShape':'節點形狀','addDataPoint':_0x3ed2b6(0x186),'point':_0x3ed2b6(0x146),'percentage':_0x3ed2b6(0x184),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x3ed2b6(0x16a)},'lineDashType':_0x3ed2b6(0x15f),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x3ed2b6(0x155),'text':_0x3ed2b6(0x11f)},'ticks':{'majorTick':_0x3ed2b6(0x112),'tickPosition':_0x3ed2b6(0x13a),'tickLength':_0x3ed2b6(0x11d)},'none':'無','theIndexItem':'第\x20{0}\x20項','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x3ed2b6(0x163),'styleEditPanel':{'showLabels':_0x3ed2b6(0x183),'showDataLabels':_0x3ed2b6(0xfb),'padAngle':_0x3ed2b6(0x14a),'halfPie':'半餅','rosePie':_0x3ed2b6(0x133),'pieValScale':_0x3ed2b6(0x143),'pieValSuffix':_0x3ed2b6(0x116),'pieDigitalFixed':_0x3ed2b6(0x12e),'showLabelLine':_0x3ed2b6(0x10b),'reverseAxisOrder':_0x3ed2b6(0x15b),'showAxisLine':_0x3ed2b6(0x11a),'labelPosition':_0x3ed2b6(0x18a),'labelText':'標籤文本','repeatWordCould':_0x3ed2b6(0x120),'gap':'間隔','useAbsValue':_0x3ed2b6(0x180),'labelRotate':_0x3ed2b6(0x11e),'wordCloudShape':_0x3ed2b6(0x173),'useDateAxis':_0x3ed2b6(0xfd),'dateAxisTips':_0x3ed2b6(0x16d)},'radar':{'fill':'填充'},'doughnutHole':_0x3ed2b6(0x169),'msg':{'invalidSource':_0x3ed2b6(0x103),'emptyTips':_0x3ed2b6(0x10f),'sankeyCircularTips':_0x3ed2b6(0x189)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x3ed2b6(0x121),'displayName':'趨勢線名稱','addTrendLine':'添加趨勢線','trendlineType':_0x3ed2b6(0x158),'trendlineName':_0x3ed2b6(0x15c),'trendlineColor':'趨勢線顏色','trendlineThickness':_0x3ed2b6(0x17a),'trendlineDashType':_0x3ed2b6(0x106),'exp':'指數','linear':'線性','log':'對數','pow':'','movingAvg':_0x3ed2b6(0x134),'poly':_0x3ed2b6(0x10e),'order':'多項式階數','period':_0x3ed2b6(0x12f),'showFormula':_0x3ed2b6(0x147),'showR2':'顯示R平方','formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':_0x3ed2b6(0x17c),'emptyTips':_0x3ed2b6(0x10d)},'relation':{'title':'關係圖','auto':'自動','circular':'環形','force':_0x3ed2b6(0x10a),'useValueAsSymbolSize':'使用值作為節點大小','layoutType':'佈局類型','forceOptions':_0x3ed2b6(0x13c),'repulsion':'斥力','gravity':'引力','edgeLength':_0x3ed2b6(0x18c),'rotateLabel':_0x3ed2b6(0x152),'emphasis':_0x3ed2b6(0x175),'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'waterfall':{'stackType':_0x3ed2b6(0x16f),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x3ed2b6(0x16c),'positiveStyle':_0x3ed2b6(0x17b),'negativeStyle':_0x3ed2b6(0x156),'subtotalStyle':_0x3ed2b6(0x14c),'positiveLegendText':_0x3ed2b6(0x140),'negativeLegendText':_0x3ed2b6(0x14d),'subtotalLegendText':_0x3ed2b6(0x17d)},'pareto':{'lineName':_0x3ed2b6(0x108),'lineSeries':_0x3ed2b6(0x105),'barSeries':_0x3ed2b6(0x176)},'visualMapScope':_0x3ed2b6(0x12b),'boxplot':{'min':_0x3ed2b6(0x15d),'q1':_0x3ed2b6(0x187),'median':'中位數','q3':_0x3ed2b6(0x135),'max':_0x3ed2b6(0x101)},'chartTypes':{'line':'折線圖','area':'面積圖','areaStacked':_0x3ed2b6(0x18b),'areaPercentStacked':_0x3ed2b6(0x129),'column':_0x3ed2b6(0x109),'bar':_0x3ed2b6(0x139),'barStacked':_0x3ed2b6(0x132),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0x3ed2b6(0x118),'scatter':_0x3ed2b6(0xf8),'radar':_0x3ed2b6(0x144),'bubble':_0x3ed2b6(0x145),'stock':_0x3ed2b6(0x15e),'combination':'組合圖','wordCloud':_0x3ed2b6(0x150),'funnel':_0x3ed2b6(0x14e),'relation':_0x3ed2b6(0xf7),'waterfall':_0x3ed2b6(0xf6),'pareto':_0x3ed2b6(0x117),'sankey':_0x3ed2b6(0x127),'heatmap':_0x3ed2b6(0x181),'boxplot':_0x3ed2b6(0x166)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':'字段設置','formatTypes':'格式類型','confirm':'確定','cancel':'取消','generalDesc':_0x3ed2b6(0x110),'accountingDesc':_0x3ed2b6(0x17f),'currencyDesc':_0x3ed2b6(0x168),'dateDesc':_0x3ed2b6(0x10c),'thousandthPercentileDesc':_0x3ed2b6(0x148),'decimalPlaces':_0x3ed2b6(0x12e),'currencyTypes':_0x3ed2b6(0x14f),'negativeNumberTypes':'負數類型','dateTypes':'日期類型'},'setFormat':_0x3ed2b6(0x172)}}};function _0x2420(){const _0x46b7f0=['千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','指示線顏色','扇形間距','1258292lQyRiW','小計樣式','負值圖例文本','漏斗圖','貨幣類型','詞雲圖','5584eHBgyc','旋轉標籤','正方形','軸選項','主網格線','負值樣式','圖例選擇模式','趨勢線類型','網格線和刻度線','1083FRJYJi','逆序軸','趨勢線名稱','最小值','股票圖','線類型','11766gYUCoj','左對齊','Y軸標題','類別\x20{0}','空心菱形','垂直軸','箱型圖','右Y軸標題','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','圓環孔','百分比堆疊','切換列或欄','顯示小計','日期軸僅在數據全部為日期格式時可用','標題位置','堆疊方式','空心矩形','空心圓形','設置標籤格式','詞雲形狀','背景顏色','開啟選中淡入特效','長條圖系列','自定義圖表','圖表樣式','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','趨勢線粗細','正值樣式','氣泡標籤','小計圖例文本','184EzlYwV','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','使用絕對值','熱力圖','標題文本','顯示標籤','百分比','指示線類型','添加數據點','第一四分位數','數據標籤','桑基圖不能包含循環數據','標籤位置','堆疊面積圖','節點距離','添加系列','瀑布圖','關係圖','散點圖','副標題','右垂直軸','顯示數據標籤','多邊形','使用日期軸','所有系列','右對齊','{0}\x20格式','最大值','{0}\x20形狀','圖表數據源必須包含多於1列和1欄。','{0}\x20顏色','累積占比系列','趨勢線線類型','更多設置','累積占比','柱狀圖','力導向','顯示標籤線','日期格式將日期和時間系列數值顯示為日期值。','氣泡圖至少需要2欄,X軸、Y軸。','多項式','請先添加系列開始數據可視化','常規格式不包含任何特定的數字格式。','主標題','主刻度線','指示標籤','空心箭頭','標題格式','数值后缀','排列圖','環形圖','1650249awFOUf','顯示軸線','圖表類型','1780380SPvnuW','刻度線長度','標籤旋轉','網格線','重複詞雲標籤','趨勢線','水平軸','699878pfRSuF','標題對齊','空心圓角矩形','1685EKabfo','桑基圖','{0}\x20類型','百分比堆疊面積圖','編輯圖表','視覺映射範圍','數據點樣式','{0}\x20大小','小數位數','移動平均周期','圖表和軸標題','插入圖表','堆疊條形圖','玫瑰圖','移動平均','第三四分位數','刪除圖表','36512xYTLeX','打開圖表面板','條形圖','刻度線位置','圖表邊框顏色','力導向選項','三角形','(空)','空心針形','正值圖例文本','X軸標題','漸變填充','数值比例','雷達圖','氣泡圖','數據點','顯示公式'];_0x2420=function(){return _0x46b7f0;};return _0x2420();}export{e as default};
1
+ function _0x303c(){const _0x2a959d=['網格線和刻度線','使用\x20{0}\x20作為類別','136paXggY','柱狀圖','熱力圖','折線圖\x20/\x20面積圖','設定圖表','堆疊面積圖','子母餅圖','隱藏圖表面板','圖表樣式','刪除圖表','環形圖','燭台圖','排列圖','自訂圖表','直方圖','19252UwbqkE','漏斗圖','972189QleOIp','條形圖','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','長條圖系列','圖表與座標軸標題','趨勢線','705350xhcCtJ','128AYueZM','組合圖','22qQTUUr','105UDeDmc','和弦圖','矩形樹圖','瀑布圖','資料範圍','累積占比系列','雷達圖','8yyZFBf','編輯圖表','153260dDPzfg','旭日圖','面積圖','箱型圖','829350TGuIEg','氣泡圖','複合餅圖','儀表板','詞雲圖','儀表圖','112119nWdUtR','百分比堆疊條形圖'];_0x303c=function(){return _0x2a959d;};return _0x303c();}const _0x20b37b=_0x2d14;function _0x2d14(_0x5bb51b,_0x205bef){_0x5bb51b=_0x5bb51b-0xdc;const _0x303c49=_0x303c();let _0x2d1461=_0x303c49[_0x5bb51b];return _0x2d1461;}(function(_0x314575,_0x1bb19d){const _0x9484=_0x2d14,_0x31f879=_0x314575();while(!![]){try{const _0x2fc178=parseInt(_0x9484(0xe2))/0x1*(-parseInt(_0x9484(0xfa))/0x2)+-parseInt(_0x9484(0xfd))/0x3*(-parseInt(_0x9484(0xf1))/0x4)+parseInt(_0x9484(0xf9))/0x5+-parseInt(_0x9484(0x10a))/0x6+parseInt(_0x9484(0xde))/0x7+-parseInt(_0x9484(0x104))/0x8*(parseInt(_0x9484(0xf3))/0x9)+-parseInt(_0x9484(0x106))/0xa*(-parseInt(_0x9484(0xfc))/0xb);if(_0x2fc178===_0x1bb19d)break;else _0x31f879['push'](_0x31f879['shift']());}catch(_0x54776c){_0x31f879['push'](_0x31f879['shift']());}}}(_0x303c,0x18b7c));const e={'sheets-chart-ui':{'permission':{'editErr':_0x20b37b(0xf5)},'common':{'setup':_0x20b37b(0xe6),'customize':_0x20b37b(0xef),'editChart':_0x20b37b(0x105),'useAsCategoryLabels':_0x20b37b(0xe1),'switchRowColumn':'切換列或欄','dataRange':_0x20b37b(0x101),'insertChart':'插入圖表','openChartPanel':'開啟圖表面板','deleteChart':_0x20b37b(0xeb),'hideChartPanel':_0x20b37b(0xe9),'chartAndAxisTitles':_0x20b37b(0xf7),'chartStyle':_0x20b37b(0xea),'heatmap':_0x20b37b(0xe4),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':'右縱軸','series':'系列','trendline':_0x20b37b(0xf8),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':'匯出圖片'},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':'折線圖','column':_0x20b37b(0xe3),'bar':_0x20b37b(0xf4),'barStacked':'堆疊條形圖','barPercentStacked':_0x20b37b(0xdf),'pie':'餅圖','donut':_0x20b37b(0xec),'pieOfPie':_0x20b37b(0xe8),'barOfPie':_0x20b37b(0x10c),'area':_0x20b37b(0x108),'areaStacked':_0x20b37b(0xe7),'areaPercentStacked':'百分比堆疊面積圖','radar':_0x20b37b(0x103),'scatter':'散點圖','combination':_0x20b37b(0xfb),'wordCloud':_0x20b37b(0xdc),'funnel':'漏斗圖','bubble':_0x20b37b(0x10b),'relation':'關係圖','waterfall':_0x20b37b(0x100),'pareto':_0x20b37b(0xee),'sankey':'桑基圖','heatmap':'熱力圖','boxplot':_0x20b37b(0x109),'candlestick':'K\x20線圖','histogram':'直方圖','treemap':_0x20b37b(0xff),'sunburst':_0x20b37b(0x107),'gauge':_0x20b37b(0x10d),'chord':_0x20b37b(0xfe)},'section':{'candlestick':_0x20b37b(0xed),'chord':'和弦圖','funnel':_0x20b37b(0xf2),'gauge':_0x20b37b(0xdd),'gridlinesAndTicks':_0x20b37b(0xe0),'histogram':_0x20b37b(0xf0),'indicatorLine':'指示線','lineAndArea':_0x20b37b(0xe5),'paretoBar':_0x20b37b(0xf6),'paretoLine':_0x20b37b(0x102),'pie':'餅圖','radar':_0x20b37b(0x103),'relation':'關係圖','sunburst':_0x20b37b(0x107),'treemap':'樹狀圖','waterfall':_0x20b37b(0x100),'wordCloud':'詞雲'},'chord':{'target':'目標'}}};export{e as default};
package/lib/index.css CHANGED
@@ -1,415 +1,52 @@
1
- .univer-absolute {
2
- position: absolute;
3
- }
4
-
5
- .univer-relative {
6
- position: relative;
7
- }
8
-
9
- .univer-right-2 {
10
- right: .5rem;
11
- }
12
-
13
- .univer-top-2 {
14
- top: .5rem;
15
- }
16
-
17
1
  .-univer-mx-4 {
18
2
  margin-left: -1rem;
19
3
  margin-right: -1rem;
20
4
  }
21
5
 
22
- .univer-my-2 {
23
- margin-top: .5rem;
24
- margin-bottom: .5rem;
25
- }
26
-
27
- .univer-mb-2 {
28
- margin-bottom: .5rem;
29
- }
30
-
31
- .univer-mb-4 {
32
- margin-bottom: 1rem;
33
- }
34
-
35
- .univer-ml-2 {
36
- margin-left: .5rem;
37
- }
38
-
39
- .univer-ml-3 {
40
- margin-left: .75rem;
41
- }
42
-
43
- .univer-mr-2 {
44
- margin-right: .5rem;
45
- }
46
-
47
- .univer-mt-1\.5 {
48
- margin-top: .375rem;
49
- }
50
-
51
- .univer-mt-2 {
52
- margin-top: .5rem;
53
- }
54
-
55
- .univer-mt-2\.5 {
56
- margin-top: .625rem;
57
- }
58
-
59
- .univer-mt-4 {
60
- margin-top: 1rem;
61
- }
62
-
63
- .univer-mt-5 {
64
- margin-top: 1.25rem;
65
- }
66
-
67
- .univer-box-border {
68
- box-sizing: border-box;
69
- }
70
-
71
6
  .univer-flex {
72
7
  display: flex;
73
8
  }
74
9
 
75
- .univer-inline-flex {
76
- display: inline-flex;
77
- }
78
-
79
- .univer-grid {
80
- display: grid;
81
- }
82
-
83
- .univer-size-4 {
84
- width: 1rem;
85
- height: 1rem;
86
- }
87
-
88
- .univer-size-6 {
89
- width: 1.5rem;
90
- height: 1.5rem;
91
- }
92
-
93
- .univer-size-full {
94
- width: 100%;
95
- height: 100%;
96
- }
97
-
98
- .univer-h-4 {
99
- height: 1rem;
10
+ .univer-h-0 {
11
+ height: 0;
100
12
  }
101
13
 
102
- .univer-h-5 {
103
- height: 1.25rem;
104
- }
105
-
106
- .univer-h-6 {
107
- height: 1.5rem;
108
- }
109
-
110
- .univer-h-7 {
111
- height: 1.75rem;
112
- }
113
-
114
- .univer-h-8 {
115
- height: 2rem;
116
- }
117
-
118
- .univer-h-\[26px\] {
119
- height: 26px;
120
- }
121
-
122
- .univer-w-\[--radix-popper-anchor-width\] {
123
- width: var(--radix-popper-anchor-width);
124
- }
125
-
126
- .univer-w-\[136px\] {
127
- width: 136px;
128
- }
129
-
130
- .univer-w-\[208px\] {
131
- width: 208px;
132
- }
133
-
134
- .univer-w-\[290px\] {
135
- width: 290px;
14
+ .univer-min-h-full {
15
+ min-height: 100%;
136
16
  }
137
17
 
138
18
  .univer-w-full {
139
19
  width: 100%;
140
20
  }
141
21
 
142
- .\!univer-min-w-0 {
143
- min-width: 0 !important;
144
- }
145
-
146
- .univer-flex-1 {
147
- flex: 1;
148
- }
149
-
150
22
  .univer-shrink-0 {
151
23
  flex-shrink: 0;
152
24
  }
153
25
 
154
- .univer-flex-grow {
155
- flex-grow: 1;
156
- }
157
-
158
- .univer-cursor-pointer {
159
- cursor: pointer;
160
- }
161
-
162
- .univer-grid-cols-4 {
163
- grid-template-columns: repeat(4, minmax(0, 1fr));
164
- }
165
-
166
- .univer-flex-row {
167
- flex-direction: row;
168
- }
169
-
170
26
  .univer-flex-col {
171
27
  flex-direction: column;
172
28
  }
173
29
 
174
- .univer-items-center {
175
- align-items: center;
30
+ .univer-gap-3 {
31
+ gap: .75rem;
176
32
  }
177
33
 
178
- .univer-justify-end {
179
- justify-content: flex-end;
34
+ .univer-overflow-hidden {
35
+ overflow: hidden;
180
36
  }
181
37
 
182
- .univer-justify-center {
183
- justify-content: center;
184
- }
185
-
186
- .univer-justify-between {
187
- justify-content: space-between;
188
- }
189
-
190
- .univer-gap-1 {
191
- gap: .25rem;
192
- }
193
-
194
- .univer-gap-1\.5 {
195
- gap: .375rem;
196
- }
197
-
198
- .univer-gap-2 {
199
- gap: .5rem;
200
- }
201
-
202
- .univer-gap-2\.5 {
203
- gap: .625rem;
204
- }
205
-
206
- .univer-gap-4 {
207
- gap: 1rem;
208
- }
209
-
210
- .univer-justify-self-end {
211
- justify-self: end;
212
- }
213
-
214
- .univer-overflow-auto {
215
- overflow: auto;
216
- }
217
-
218
- .univer-rounded-lg {
219
- border-radius: .5rem;
220
- }
221
-
222
- .univer-rounded-md {
223
- border-radius: .375rem;
224
- }
225
-
226
- .univer-rounded-sm {
227
- border-radius: .125rem;
228
- }
229
-
230
- .univer-rounded-xl {
231
- border-radius: .75rem;
232
- }
233
-
234
- .univer-border {
235
- border-width: 1px;
236
- }
237
-
238
- .univer-border-solid {
239
- border-style: solid;
240
- }
241
-
242
- .univer-border-gray-200 {
243
- border-color: var(--univer-gray-200);
244
- }
245
-
246
- .\!univer-bg-gray-700 {
247
- background-color: var(--univer-gray-700) !important;
248
- }
249
-
250
- .univer-bg-gray-100 {
251
- background-color: var(--univer-gray-100);
38
+ .univer-overflow-visible {
39
+ overflow: visible;
252
40
  }
253
41
 
254
42
  .univer-bg-white {
255
43
  background-color: var(--univer-white);
256
44
  }
257
45
 
258
- .univer-p-0 {
259
- padding: 0;
260
- }
261
-
262
- .univer-p-2 {
263
- padding: .5rem;
264
- }
265
-
266
- .univer-p-3 {
267
- padding: .75rem;
268
- }
269
-
270
- .univer-px-1 {
271
- padding-left: .25rem;
272
- padding-right: .25rem;
273
- }
274
-
275
- .univer-px-2 {
276
- padding-left: .5rem;
277
- padding-right: .5rem;
278
- }
279
-
280
- .univer-py-1 {
281
- padding-top: .25rem;
282
- padding-bottom: .25rem;
283
- }
284
-
285
- .univer-pb-2\.5 {
286
- padding-bottom: .625rem;
287
- }
288
-
289
- .univer-text-2xl {
290
- font-size: 1.5rem;
291
- line-height: 2rem;
292
- }
293
-
294
- .univer-text-base {
295
- font-size: 1rem;
296
- line-height: 1.5rem;
297
- }
298
-
299
- .univer-text-sm {
300
- font-size: .875rem;
301
- line-height: 1.25rem;
302
- }
303
-
304
- .univer-text-xs {
305
- font-size: .75rem;
306
- line-height: 1rem;
307
- }
308
-
309
- .univer-font-medium {
310
- font-weight: 500;
311
- }
312
-
313
- .univer-leading-4 {
314
- line-height: 1rem;
315
- }
316
-
317
- .univer-leading-5 {
318
- line-height: 1.25rem;
319
- }
320
-
321
- .univer-text-gray-600 {
322
- color: var(--univer-gray-600);
323
- }
324
-
325
- .univer-text-gray-800 {
326
- color: var(--univer-gray-800);
327
- }
328
-
329
- .univer-text-gray-900 {
330
- color: var(--univer-gray-900);
331
- }
332
-
333
- .univer-text-primary-600 {
334
- color: var(--univer-primary-600);
335
- }
336
-
337
- .univer-shadow {
338
- --univer-tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
339
- --univer-tw-shadow-colored: 0 1px 3px 0 var(--univer-tw-shadow-color), 0 1px 2px -1px var(--univer-tw-shadow-color);
340
- box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
341
- box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
342
- }
343
-
344
- .univer-transition-colors {
345
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
346
- transition-duration: .15s;
347
- transition-timing-function: cubic-bezier(.4, 0, .2, 1);
348
- }
349
-
350
- .univer-duration-200 {
351
- transition-duration: .2s;
352
- }
353
-
354
- .placeholder\:univer-text-gray-400::placeholder {
355
- color: var(--univer-gray-400);
356
- }
357
-
358
- .hover\:univer-bg-gray-100:hover {
359
- background-color: var(--univer-gray-100);
360
- }
361
-
362
- .hover\:univer-bg-gray-200:hover {
363
- background-color: var(--univer-gray-200);
364
- }
365
-
366
- .focus\:univer-border-primary-500:focus {
367
- border-color: var(--univer-primary-500);
368
- }
369
-
370
- .focus\:univer-outline-none:focus {
371
- outline-offset: 2px;
372
- outline: 2px solid #0000;
373
- }
374
-
375
- .focus\:univer-ring-2:focus {
376
- --univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);
377
- --univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
378
- box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
379
- box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
380
- }
381
-
382
- .focus\:univer-ring-primary-50:focus {
383
- --univer-tw-ring-color: var(--univer-primary-50);
384
- }
385
-
386
- .dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
387
- border-color: var(--univer-gray-700) !important;
388
- }
389
-
390
- .dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
391
- background-color: var(--univer-gray-700) !important;
392
- }
393
-
394
- .dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
395
- color: var(--univer-gray-100) !important;
396
- }
397
-
398
- .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
399
- color: var(--univer-gray-200) !important;
400
- }
401
-
402
- .dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
403
- color: var(--univer-white) !important;
404
- }
405
-
406
- .dark\:\!univer-shadow-none:where(.univer-dark, .univer-dark *) {
407
- --univer-tw-shadow: 0 0 #0000 !important;
408
- --univer-tw-shadow-colored: 0 0 #0000 !important;
409
- box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
410
- box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow) !important;
46
+ .univer-pb-5 {
47
+ padding-bottom: 1.25rem;
411
48
  }
412
49
 
413
- .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
414
- background-color: var(--univer-gray-700) !important;
50
+ .dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
51
+ background-color: var(--univer-gray-900) !important;
415
52
  }