@univerjs-pro/sheets-chart-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 (115) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/en-US.js +1 -1
  5. package/lib/cjs/locale/es-ES.js +1 -1
  6. package/lib/cjs/locale/fa-IR.js +1 -1
  7. package/lib/cjs/locale/fr-FR.js +1 -1
  8. package/lib/cjs/locale/ja-JP.js +1 -1
  9. package/lib/cjs/locale/ko-KR.js +1 -1
  10. package/lib/cjs/locale/ru-RU.js +1 -1
  11. package/lib/cjs/locale/sk-SK.js +1 -1
  12. package/lib/cjs/locale/vi-VN.js +1 -1
  13. package/lib/cjs/locale/zh-CN.js +1 -1
  14. package/lib/cjs/locale/zh-TW.js +1 -1
  15. package/lib/es/facade.js +1 -1
  16. package/lib/es/index.js +1 -1
  17. package/lib/es/locale/ca-ES.js +1 -1
  18. package/lib/es/locale/en-US.js +1 -1
  19. package/lib/es/locale/es-ES.js +1 -1
  20. package/lib/es/locale/fa-IR.js +1 -1
  21. package/lib/es/locale/fr-FR.js +1 -1
  22. package/lib/es/locale/ja-JP.js +1 -1
  23. package/lib/es/locale/ko-KR.js +1 -1
  24. package/lib/es/locale/ru-RU.js +1 -1
  25. package/lib/es/locale/sk-SK.js +1 -1
  26. package/lib/es/locale/vi-VN.js +1 -1
  27. package/lib/es/locale/zh-CN.js +1 -1
  28. package/lib/es/locale/zh-TW.js +1 -1
  29. package/lib/facade.js +1 -1
  30. package/lib/index.css +547 -1
  31. package/lib/index.js +1 -1
  32. package/lib/locale/ca-ES.js +1 -1
  33. package/lib/locale/en-US.js +1 -1
  34. package/lib/locale/es-ES.js +1 -1
  35. package/lib/locale/fa-IR.js +1 -1
  36. package/lib/locale/fr-FR.js +1 -1
  37. package/lib/locale/ja-JP.js +1 -1
  38. package/lib/locale/ko-KR.js +1 -1
  39. package/lib/locale/ru-RU.js +1 -1
  40. package/lib/locale/sk-SK.js +1 -1
  41. package/lib/locale/vi-VN.js +1 -1
  42. package/lib/locale/zh-CN.js +1 -1
  43. package/lib/locale/zh-TW.js +1 -1
  44. package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +3 -3
  45. package/lib/types/commands/commands/sheets-chart.command.d.ts +3 -3
  46. package/lib/types/commands/operations/hide-chart-panel-operation.d.ts +1 -1
  47. package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
  48. package/lib/types/controllers/menu.schema.d.ts +1 -1
  49. package/lib/types/facade/chart-builder/builder-util.d.ts +3 -3
  50. package/lib/types/facade/chart-builder/chart-builder-base.d.ts +2 -2
  51. package/lib/types/facade/chart-builder/line-chart-builder.d.ts +4 -3
  52. package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +3 -2
  53. package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +4 -3
  54. package/lib/types/facade/chart-builder/types.d.ts +3 -3
  55. package/lib/types/facade/f-chart.d.ts +3 -3
  56. package/lib/types/facade/f-worksheet.d.ts +3 -2
  57. package/lib/types/facade/index.d.ts +1 -1
  58. package/lib/types/hooks.d.ts +2 -1
  59. package/lib/types/locale/ca-ES.d.ts +1 -1
  60. package/lib/types/locale/es-ES.d.ts +1 -1
  61. package/lib/types/locale/fa-IR.d.ts +1 -1
  62. package/lib/types/locale/fr-FR.d.ts +1 -1
  63. package/lib/types/locale/ja-JP.d.ts +1 -1
  64. package/lib/types/locale/ko-KR.d.ts +1 -1
  65. package/lib/types/locale/ru-RU.d.ts +1 -1
  66. package/lib/types/locale/sk-SK.d.ts +1 -1
  67. package/lib/types/locale/vi-VN.d.ts +1 -1
  68. package/lib/types/locale/zh-CN.d.ts +1 -1
  69. package/lib/types/locale/zh-TW.d.ts +1 -1
  70. package/lib/types/plugin.d.ts +1 -1
  71. package/lib/types/services/chart-render.service.d.ts +2 -1
  72. package/lib/types/services/sheets-chart-host-provider.service.d.ts +4 -3
  73. package/lib/types/services/sheets-chart-ui.service.d.ts +9 -6
  74. package/lib/types/util.d.ts +2 -2
  75. package/lib/types/views/chart-edit-panel/Options.d.ts +2 -2
  76. package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +2 -2
  77. package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +1 -1
  78. package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +1 -1
  79. package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +2 -2
  80. package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +2 -2
  81. package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +1 -1
  82. package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +3 -3
  83. package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +4 -4
  84. package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +2 -2
  85. package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +2 -2
  86. package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +2 -2
  87. package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +2 -2
  88. package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +2 -2
  89. package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +2 -2
  90. package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +2 -2
  91. package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +3 -3
  92. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +2 -2
  93. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +4 -3
  94. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +2 -2
  95. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +2 -2
  96. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +3 -2
  97. package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +2 -2
  98. package/lib/types/views/chart-edit-panel/use-translated-options.d.ts +2 -2
  99. package/lib/types/views/chart-menu/chart-menu-factory.d.ts +2 -2
  100. package/lib/types/wordcloud/index.d.ts +1 -1
  101. package/lib/umd/facade.js +1 -1
  102. package/lib/umd/index.js +1 -1
  103. package/lib/umd/locale/ca-ES.js +1 -1
  104. package/lib/umd/locale/en-US.js +1 -1
  105. package/lib/umd/locale/es-ES.js +1 -1
  106. package/lib/umd/locale/fa-IR.js +1 -1
  107. package/lib/umd/locale/fr-FR.js +1 -1
  108. package/lib/umd/locale/ja-JP.js +1 -1
  109. package/lib/umd/locale/ko-KR.js +1 -1
  110. package/lib/umd/locale/ru-RU.js +1 -1
  111. package/lib/umd/locale/sk-SK.js +1 -1
  112. package/lib/umd/locale/vi-VN.js +1 -1
  113. package/lib/umd/locale/zh-CN.js +1 -1
  114. package/lib/umd/locale/zh-TW.js +1 -1
  115. package/package.json +21 -20
@@ -1 +1 @@
1
- function _0x395e(_0x3e22d5,_0x2511e4){_0x3e22d5=_0x3e22d5-0xf4;var _0x56b474=_0x56b4();var _0x395e8c=_0x56b474[_0x3e22d5];return _0x395e8c;}(function(_0xc24a50,_0x36f7a0){var _0xf6de9=_0x395e,_0x4aee0b=_0xc24a50();while(!![]){try{var _0x5c8b57=-parseInt(_0xf6de9(0xf8))/0x1*(parseInt(_0xf6de9(0x105))/0x2)+parseInt(_0xf6de9(0x16a))/0x3+-parseInt(_0xf6de9(0x11a))/0x4+parseInt(_0xf6de9(0x136))/0x5+parseInt(_0xf6de9(0x13c))/0x6*(-parseInt(_0xf6de9(0x18b))/0x7)+parseInt(_0xf6de9(0x160))/0x8*(-parseInt(_0xf6de9(0x12d))/0x9)+parseInt(_0xf6de9(0x120))/0xa;if(_0x5c8b57===_0x36f7a0)break;else _0x4aee0b['push'](_0x4aee0b['shift']());}catch(_0x57a171){_0x4aee0b['push'](_0x4aee0b['shift']());}}}(_0x56b4,0xef565),function(_0x3fd64a,_0x52a774){var _0x335e06=_0x395e;typeof exports=='object'&&typeof module<'u'?module[_0x335e06(0x10d)]=_0x52a774():typeof define==_0x335e06(0x100)&&define[_0x335e06(0x124)]?define(_0x52a774):(_0x3fd64a=typeof globalThis<'u'?globalThis:_0x3fd64a||self,_0x3fd64a[_0x335e06(0x15c)]=_0x52a774());}(this,function(){'use strict';var _0x3cfba0=_0x395e;return{'chart':{'insertChart':_0x3cfba0(0x164),'editChart':_0x3cfba0(0x101),'openChartPanel':_0x3cfba0(0x189),'deleteChart':_0x3cfba0(0x15d),'hideChartPanel':_0x3cfba0(0x14e),'setupChart':_0x3cfba0(0x125),'customChart':_0x3cfba0(0x171),'default':'默認','reset':'重置','chartType':_0x3cfba0(0x143),'themes':'主題','dataRange':_0x3cfba0(0x116),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x3cfba0(0x169),'series':'系列','addSeries':'添加系列','moreSettings':_0x3cfba0(0x162),'min':_0x3cfba0(0x174),'max':'最大值','invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x3cfba0(0x14a)},'blank':_0x3cfba0(0x155),'seriesBlock':{'format':'格式','dataPointStyle':_0x3cfba0(0x145)},'backgroundColor':_0x3cfba0(0x152),'chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':'主標題','subTitle':'副標題','xAxisTitle':'X軸標題','yAxisTitle':_0x3cfba0(0x158),'rightYAxisTitle':_0x3cfba0(0x114),'titleFormat':_0x3cfba0(0x12f),'titleText':'標題文本','titlePosition':_0x3cfba0(0x17d),'titleAlign':_0x3cfba0(0x15b)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x3cfba0(0x149),'settingsLabels':{'switchToRowOrColumn':_0x3cfba0(0x13f),'useAsCategoryLabels':_0x3cfba0(0x121),'showEmptyCellsAs':_0x3cfba0(0x13e)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x3cfba0(0x166),'center':'居中','right':_0x3cfba0(0x107)},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':'圖表樣式','chartAndAxisTitles':_0x3cfba0(0x133),'legend':'圖例','legendSelectMode':_0x3cfba0(0xfc),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x3cfba0(0x16d),'horizontalAxis':_0x3cfba0(0x126),'verticalAxis':_0x3cfba0(0x146),'rightVerticalAxis':_0x3cfba0(0x13d),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x3cfba0(0x153)},'position':'位置','dataLabels':_0x3cfba0(0x12b),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':_0x3cfba0(0x182),'indicatorLineType':_0x3cfba0(0x168),'indicatorLineColor':_0x3cfba0(0x11f),'indicatorLabel':_0x3cfba0(0x15e),'indicatorValue':_0x3cfba0(0x14f),'shape':{'polygon':_0x3cfba0(0x173),'circle':'圓形','square':_0x3cfba0(0x132),'triangle':_0x3cfba0(0x127),'diamond':'菱形','rect':'矩形','roundRect':'圓角矩形','pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0x3cfba0(0x10f),'emptySquare':_0x3cfba0(0xf9),'emptyTriangle':_0x3cfba0(0x148),'emptyDiamond':_0x3cfba0(0x185),'emptyRect':'空心矩形','emptyRoundRect':_0x3cfba0(0x144),'emptyPin':_0x3cfba0(0x111),'emptyArrow':_0x3cfba0(0x18a)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x3cfba0(0xfd),'withColor':_0x3cfba0(0x128),'withThickness':_0x3cfba0(0x103),'withType':_0x3cfba0(0x16e),'withSize':'{0}\x20大小','withShape':'{0}\x20形狀','withFormat':_0x3cfba0(0x140),'dataPoint':'數據點','dataNodeShape':_0x3cfba0(0x108),'addDataPoint':_0x3cfba0(0xfe),'point':'數據點','percentage':_0x3cfba0(0x123),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x3cfba0(0x151)},'lineDashType':_0x3cfba0(0x15f),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x3cfba0(0x139),'text':_0x3cfba0(0xfa)},'ticks':{'majorTick':'主刻度線','tickPosition':_0x3cfba0(0x175),'tickLength':'刻度線長度'},'none':'無','theIndexItem':'第\x20{0}\x20項','seriesDefaultName':_0x3cfba0(0x117),'categoryDefaultName':_0x3cfba0(0x172),'styleEditPanel':{'showLabels':_0x3cfba0(0x17f),'showDataLabels':_0x3cfba0(0xf4),'padAngle':'扇形間距','halfPie':'半餅','rosePie':_0x3cfba0(0x11e),'pieValScale':_0x3cfba0(0x12a),'pieValSuffix':'数值后缀','pieDigitalFixed':_0x3cfba0(0x154),'showLabelLine':'顯示標籤線','reverseAxisOrder':'逆序軸','showAxisLine':_0x3cfba0(0x186),'labelPosition':_0x3cfba0(0x188),'labelText':_0x3cfba0(0x113),'repeatWordCould':_0x3cfba0(0x131),'gap':'間隔','useAbsValue':'使用絕對值','labelRotate':'標籤旋轉','wordCloudShape':_0x3cfba0(0x183),'useDateAxis':_0x3cfba0(0x10c),'dateAxisTips':_0x3cfba0(0x14d)},'radar':{'fill':'填充'},'doughnutHole':_0x3cfba0(0x178),'msg':{'invalidSource':_0x3cfba0(0x115),'emptyTips':_0x3cfba0(0xf5),'sankeyCircularTips':_0x3cfba0(0x14b)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0x3cfba0(0x16b),'displayName':'趨勢線名稱','addTrendLine':_0x3cfba0(0x17a),'trendlineType':_0x3cfba0(0x104),'trendlineName':_0x3cfba0(0x11b),'trendlineColor':_0x3cfba0(0x122),'trendlineThickness':_0x3cfba0(0x184),'trendlineDashType':_0x3cfba0(0x187),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x3cfba0(0x179),'poly':_0x3cfba0(0xfb),'order':_0x3cfba0(0x12c),'period':_0x3cfba0(0xff),'showFormula':_0x3cfba0(0x165),'showR2':'顯示R平方','formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':_0x3cfba0(0x147),'emptyTips':_0x3cfba0(0x137)},'relation':{'title':'關係圖','auto':'自動','circular':'環形','force':_0x3cfba0(0x10a),'useValueAsSymbolSize':'使用值作為節點大小','layoutType':_0x3cfba0(0x17e),'forceOptions':_0x3cfba0(0x119),'repulsion':'斥力','gravity':'引力','edgeLength':_0x3cfba0(0x16c),'rotateLabel':_0x3cfba0(0x118),'emphasis':'開啟選中淡入特效','emptyTips':_0x3cfba0(0x176)},'waterfall':{'stackType':_0x3cfba0(0x129),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x3cfba0(0x157),'positiveStyle':'正值樣式','negativeStyle':_0x3cfba0(0x142),'subtotalStyle':_0x3cfba0(0x109),'positiveLegendText':'正值圖例文本','negativeLegendText':_0x3cfba0(0xf6),'subtotalLegendText':_0x3cfba0(0x110)},'pareto':{'lineName':_0x3cfba0(0x156),'lineSeries':'累積占比系列','barSeries':_0x3cfba0(0x13b)},'visualMapScope':_0x3cfba0(0x12e),'boxplot':{'min':'最小值','q1':_0x3cfba0(0x130),'median':'中位數','q3':'第三四分位數','max':_0x3cfba0(0x102)}},'chartTypes':{'line':'折線圖','area':_0x3cfba0(0x161),'areaStacked':_0x3cfba0(0x11d),'areaPercentStacked':_0x3cfba0(0x17c),'column':_0x3cfba0(0xf7),'bar':_0x3cfba0(0x10b),'barStacked':_0x3cfba0(0x167),'barPercentStacked':_0x3cfba0(0x14c),'pie':'餅圖','donut':_0x3cfba0(0x17b),'scatter':_0x3cfba0(0x10e),'radar':'雷達圖','bubble':'氣泡圖','stock':_0x3cfba0(0x163),'combination':'組合圖','wordCloud':_0x3cfba0(0x159),'funnel':'漏斗圖','relation':_0x3cfba0(0x170),'waterfall':_0x3cfba0(0x13a),'pareto':_0x3cfba0(0x138),'sankey':_0x3cfba0(0x15a),'heatmap':'熱力圖','boxplot':_0x3cfba0(0x16f)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x3cfba0(0x135),'fieldSetting':_0x3cfba0(0x112),'formatTypes':_0x3cfba0(0x134),'confirm':'確定','cancel':'取消','generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':_0x3cfba0(0x141),'currencyDesc':_0x3cfba0(0x11c),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':_0x3cfba0(0x181),'decimalPlaces':'小數位數','currencyTypes':_0x3cfba0(0x150),'negativeNumberTypes':_0x3cfba0(0x180),'dateTypes':_0x3cfba0(0x177)},'setFormat':_0x3cfba0(0x106)}};}));function _0x56b4(){var _0x1fa801=['顯示標籤','負數類型','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','指示線','詞雲形狀','趨勢線粗細','空心菱形','顯示軸線','趨勢線線類型','標籤位置','打開圖表面板','空心箭頭','3752GAIBRz','顯示數據標籤','請先添加系列開始數據可視化','負值圖例文本','柱狀圖','11smPiNj','空心正方形','網格線','多項式','圖例選擇模式','{0}\x20透明度','添加數據點','移動平均周期','function','編輯圖表','最大值','{0}\x20粗細','趨勢線類型','89410GjCDAq','設置標籤格式','右對齊','節點形狀','小計樣式','力導向','條形圖','使用日期軸','exports','散點圖','空心圓形','小計圖例文本','空心針形','字段設置','標籤文本','右Y軸標題','圖表數據源必須包含多於1列和1欄。','數據範圍','系列\x20{0}','旋轉標籤','力導向選項','3488684jtrToA','趨勢線名稱','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','堆疊面積圖','玫瑰圖','指示線顏色','34135040MFCcaO','使用\x20{0}\x20作為類別標籤','趨勢線顏色','百分比','amd','設置圖表','水平軸','三角形','{0}\x20顏色','堆疊方式','数值比例','數據標籤','多項式階數','72YCcWHP','視覺映射範圍','標題格式','第一四分位數','重複詞雲標籤','正方形','圖表和軸標題','格式類型','千分位符','2025750wXmOTG','氣泡圖至少需要2欄,X軸、Y軸。','排列圖','主網格線','瀑布圖','長條圖系列','14226CxZoHe','右垂直軸','顯示空單元格為','切換列或欄','{0}\x20格式','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','負值樣式','圖表類型','空心圓角矩形','數據點樣式','垂直軸','氣泡標籤','空心三角形','漸變填充','用直線連接數據點','桑基圖不能包含循環數據','百分比堆疊條形圖','日期軸僅在數據全部為日期格式時可用','隱藏圖表面板','指示值','貨幣類型','百分比堆疊','背景顏色','使用右軸','小數位數','(空)','累積占比','顯示小計','Y軸標題','詞雲圖','桑基圖','標題對齊','UniverProSheetsChartUiZhTW','刪除圖表','指示標籤','線類型','1509000DLNdIi','面積圖','更多設置','股票圖','插入圖表','顯示公式','左對齊','堆疊條形圖','指示線類型','所有系列','3916359DyKXXK','趨勢線','節點距離','軸選項','{0}\x20類型','箱型圖','關係圖','自定義圖表','類別\x20{0}','多邊形','最小值','刻度線位置','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','日期類型','圓環孔','移動平均','添加趨勢線','環形圖','百分比堆疊面積圖','標題位置','佈局類型'];_0x56b4=function(){return _0x1fa801;};return _0x56b4();}
1
+ function _0x1f3f(_0x365a50,_0x2e5215){_0x365a50=_0x365a50-0xae;var _0x4d388e=_0x4d38();var _0x1f3fd0=_0x4d388e[_0x365a50];return _0x1f3fd0;}function _0x4d38(){var _0x408dd9=['類別\x20{0}','面積圖','刪除圖表','顯示軸線','2501484aFrdCe','5978BUXiPY','圖表類型','Y軸標題','堆疊面積圖','堆疊條形圖','顯示R平方','水平軸','千分位符','雷達圖','副標題','顯示空單元格為','{0}\x20格式','數據標籤','日期類型','第\x20{0}\x20項','數據點樣式','右垂直軸','力導向','2575620znlojl','隱藏圖表面板','趨勢線','数值比例','X軸標題','設置標籤格式','移動平均周期','用直線連接數據點','節點距離','空心圓角矩形','開啟選中淡入特效','{0}\x20透明度','空心三角形','軸選項','圓環孔','網格線','5363755SyYuiO','累積占比','插入圖表','空心菱形','累積占比系列','4040JoUpdV','瀑布圖','股票圖','顯示標籤線','小計圖例文本','{0}\x20類型','指示線','排列圖','常規格式不包含任何特定的數字格式。','請先添加系列開始數據可視化','顯示公式','玫瑰圖','指示線顏色','折線圖','熱力圖','多項式階數','負值圖例文本','趨勢線顏色','802SpQyHC','氣泡圖','詞雲圖','字段設置','趨勢線粗細','扇形間距','第三四分位數','佈局類型','空心圓形','指示標籤','多邊形','空心矩形','漏斗圖','百分比堆疊面積圖','左對齊','桑基圖','箱型圖','趨勢線線類型','關係圖','R平方','網格線和刻度線','function','amd','百分比堆疊','堆疊方式','2571954SWeYKE','圖表邊框顏色','打開圖表面板','指示線類型','標籤文本','散點圖','百分比','第一四分位數','右Y軸標題','漸變填充','顯示數據標籤','標題位置','數據範圍','柱狀圖','圓角矩形','長條圖系列','21345XDMNuY','切換列或欄','數據點','11559ehoqFX','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','標籤旋轉','自定義圖表','所有系列','節點形狀','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','條形圖','標題對齊','趨勢線類型','負數類型','組合圖','exports','指示值','使用\x20{0}\x20作為類別標籤','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','標籤位置','圖表數據源必須包含多於1列和1欄。','顯示標籤','最大值','標題文本','使用絕對值','正方形','環形圖','氣泡圖至少需要2欄,X軸、Y軸。','桑基圖不能包含循環數據','使用日期軸','多項式','圖表和軸標題','設置圖表','格式類型','{0}\x20形狀','主網格線','正值圖例文本','小數位數','線類型','趨勢線名稱','氣泡標籤','系列\x20{0}'];_0x4d38=function(){return _0x408dd9;};return _0x4d38();}(function(_0x58663c,_0x285f16){var _0xe8304a=_0x1f3f,_0x11dc42=_0x58663c();while(!![]){try{var _0x54a8c7=-parseInt(_0xe8304a(0x136))/0x1+-parseInt(_0xe8304a(0x10d))/0x2*(-parseInt(_0xe8304a(0x139))/0x3)+-parseInt(_0xe8304a(0xd3))/0x4+-parseInt(_0xe8304a(0xf6))/0x5+parseInt(_0xe8304a(0x126))/0x6+parseInt(_0xe8304a(0xd4))/0x7*(parseInt(_0xe8304a(0xfb))/0x8)+parseInt(_0xe8304a(0xe6))/0x9;if(_0x54a8c7===_0x285f16)break;else _0x11dc42['push'](_0x11dc42['shift']());}catch(_0x6deb75){_0x11dc42['push'](_0x11dc42['shift']());}}}(_0x4d38,0xed3af),function(_0x17889d,_0x1f589f){var _0xd72bf8=_0x1f3f;typeof exports=='object'&&typeof module<'u'?module[_0xd72bf8(0xb4)]=_0x1f589f():typeof define==_0xd72bf8(0x122)&&define[_0xd72bf8(0x123)]?define([],_0x1f589f):(_0x17889d=typeof globalThis<'u'?globalThis:_0x17889d||self,_0x17889d['UniverProSheetsChartUiZhTW']=_0x1f589f());}(this,function(){var _0xb00511=_0x1f3f;return{'chart':{'insertChart':_0xb00511(0xf8),'editChart':'編輯圖表','openChartPanel':_0xb00511(0x128),'deleteChart':_0xb00511(0xd1),'hideChartPanel':_0xb00511(0xe7),'setupChart':_0xb00511(0xc5),'customChart':_0xb00511(0x13c),'default':'默認','reset':'重置','chartType':_0xb00511(0xd5),'themes':'主題','dataRange':_0xb00511(0x132),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0xb00511(0x13d),'series':'系列','addSeries':'添加系列','moreSettings':'更多設置','min':'最小值','max':'最大值','invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0xb00511(0xed)},'blank':'()','seriesBlock':{'format':'格式','dataPointStyle':_0xb00511(0xe3)},'backgroundColor':'背景顏色','chartBorderColor':_0xb00511(0x127),'titles':{'title':'標題','mainTitle':'主標題','subTitle':_0xb00511(0xdd),'xAxisTitle':_0xb00511(0xea),'yAxisTitle':_0xb00511(0xd6),'rightYAxisTitle':_0xb00511(0x12e),'titleFormat':'標題格式','titleText':_0xb00511(0xbc),'titlePosition':_0xb00511(0x131),'titleAlign':_0xb00511(0xb0)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0xb00511(0x12f),'settingsLabels':{'switchToRowOrColumn':_0xb00511(0x137),'useAsCategoryLabels':_0xb00511(0xb6),'showEmptyCellsAs':_0xb00511(0xde)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0xb00511(0x11b),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':'圖表樣式','chartAndAxisTitles':_0xb00511(0xc4),'legend':'圖例','legendSelectMode':'圖例選擇模式','legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0xb00511(0xf3),'horizontalAxis':_0xb00511(0xda),'verticalAxis':'垂直軸','rightVerticalAxis':_0xb00511(0xe4),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'使用右軸'},'position':'位置','dataLabels':_0xb00511(0xe0),'gridlinesAndTicks':_0xb00511(0x121),'indicatorLine':_0xb00511(0x101),'indicatorLineType':_0xb00511(0x129),'indicatorLineColor':_0xb00511(0x107),'indicatorLabel':_0xb00511(0x116),'indicatorValue':_0xb00511(0xb5),'shape':{'polygon':_0xb00511(0x117),'circle':'圓形','square':_0xb00511(0xbe),'triangle':'三角形','diamond':'菱形','rect':'矩形','roundRect':_0xb00511(0x134),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':_0xb00511(0x115),'emptySquare':'空心正方形','emptyTriangle':_0xb00511(0xf2),'emptyDiamond':_0xb00511(0xf9),'emptyRect':_0xb00511(0x118),'emptyRoundRect':_0xb00511(0xef),'emptyPin':'空心針形','emptyArrow':'空心箭頭'},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0xb00511(0xf1),'withColor':'{0}\x20顏色','withThickness':'{0}\x20粗細','withType':_0xb00511(0x100),'withSize':'{0}\x20大小','withShape':_0xb00511(0xc7),'withFormat':_0xb00511(0xdf),'dataPoint':_0xb00511(0x138),'dataNodeShape':_0xb00511(0x13e),'addDataPoint':'添加數據點','point':'數據點','percentage':_0xb00511(0x12c),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0xb00511(0x124)},'lineDashType':_0xb00511(0xcb),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0xb00511(0xc8),'text':_0xb00511(0xf5)},'ticks':{'majorTick':'主刻度線','tickPosition':'刻度線位置','tickLength':'刻度線長度'},'none':'無','theIndexItem':_0xb00511(0xe2),'seriesDefaultName':_0xb00511(0xce),'categoryDefaultName':_0xb00511(0xcf),'styleEditPanel':{'showLabels':_0xb00511(0xba),'showDataLabels':_0xb00511(0x130),'padAngle':_0xb00511(0x112),'halfPie':'半餅','rosePie':_0xb00511(0x106),'pieValScale':_0xb00511(0xe9),'pieValSuffix':'数值后缀','pieDigitalFixed':_0xb00511(0xca),'showLabelLine':_0xb00511(0xfe),'reverseAxisOrder':'逆序軸','showAxisLine':_0xb00511(0xd2),'labelPosition':_0xb00511(0xb8),'labelText':_0xb00511(0x12a),'repeatWordCould':'重複詞雲標籤','gap':'間隔','useAbsValue':_0xb00511(0xbd),'labelRotate':_0xb00511(0x13b),'wordCloudShape':'詞雲形狀','useDateAxis':_0xb00511(0xc2),'dateAxisTips':'日期軸僅在數據全部為日期格式時可用'},'radar':{'fill':'填充'},'doughnutHole':_0xb00511(0xf4),'msg':{'invalidSource':_0xb00511(0xb9),'emptyTips':_0xb00511(0x104),'sankeyCircularTips':_0xb00511(0xc1)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':_0xb00511(0xe8),'displayName':_0xb00511(0xcc),'addTrendLine':'添加趨勢線','trendlineType':_0xb00511(0xb1),'trendlineName':_0xb00511(0xcc),'trendlineColor':_0xb00511(0x10c),'trendlineThickness':_0xb00511(0x111),'trendlineDashType':_0xb00511(0x11e),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':'移動平均','poly':_0xb00511(0xc3),'order':_0xb00511(0x10a),'period':_0xb00511(0xec),'showFormula':_0xb00511(0x105),'showR2':_0xb00511(0xd9),'formula':'公式','r2':_0xb00511(0x120)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':'氣泡大小','label':_0xb00511(0xcd),'emptyTips':_0xb00511(0xc0)},'relation':{'title':_0xb00511(0x11f),'auto':'自動','circular':'環形','force':_0xb00511(0xe5),'useValueAsSymbolSize':'使用值作為節點大小','layoutType':_0xb00511(0x114),'forceOptions':'力導向選項','repulsion':'斥力','gravity':'引力','edgeLength':_0xb00511(0xee),'rotateLabel':'旋轉標籤','emphasis':_0xb00511(0xf0),'emptyTips':_0xb00511(0xb7)},'waterfall':{'stackType':_0xb00511(0x125),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':'顯示小計','positiveStyle':'正值樣式','negativeStyle':'負值樣式','subtotalStyle':'小計樣式','positiveLegendText':_0xb00511(0xc9),'negativeLegendText':_0xb00511(0x10b),'subtotalLegendText':_0xb00511(0xff)},'pareto':{'lineName':_0xb00511(0xf7),'lineSeries':_0xb00511(0xfa),'barSeries':_0xb00511(0x135)},'visualMapScope':'視覺映射範圍','boxplot':{'min':'最小值','q1':_0xb00511(0x12d),'median':'中位數','q3':_0xb00511(0x113),'max':_0xb00511(0xbb)}},'chartTypes':{'line':_0xb00511(0x108),'area':_0xb00511(0xd0),'areaStacked':_0xb00511(0xd7),'areaPercentStacked':_0xb00511(0x11a),'column':_0xb00511(0x133),'bar':_0xb00511(0xaf),'barStacked':_0xb00511(0xd8),'barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':_0xb00511(0xbf),'scatter':_0xb00511(0x12b),'radar':_0xb00511(0xdc),'bubble':_0xb00511(0x10e),'stock':_0xb00511(0xfd),'combination':_0xb00511(0xb3),'wordCloud':_0xb00511(0x10f),'funnel':_0xb00511(0x119),'relation':_0xb00511(0x11f),'waterfall':_0xb00511(0xfc),'pareto':_0xb00511(0x102),'sankey':_0xb00511(0x11c),'heatmap':_0xb00511(0x109),'boxplot':_0xb00511(0x11d)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0xb00511(0xdb),'fieldSetting':_0xb00511(0x110),'formatTypes':_0xb00511(0xc6),'confirm':'確定','cancel':'取消','generalDesc':_0xb00511(0x103),'accountingDesc':_0xb00511(0x13a),'currencyDesc':_0xb00511(0xae),'dateDesc':'日期格式將日期和時間系列數值顯示為日期值。','thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0xb00511(0xca),'currencyTypes':'貨幣類型','negativeNumberTypes':_0xb00511(0xb2),'dateTypes':_0xb00511(0xe1)},'setFormat':_0xb00511(0xeb)}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/sheets-chart-ui",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "private": false,
5
5
  "description": "Chart library for Univer.",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -50,7 +50,6 @@
50
50
  "./lib/*": "./lib/*"
51
51
  },
52
52
  "main": "./lib/es/index.js",
53
- "module": "./lib/es/index.js",
54
53
  "types": "./lib/types/index.d.ts",
55
54
  "publishConfig": {
56
55
  "access": "public"
@@ -67,19 +66,19 @@
67
66
  },
68
67
  "dependencies": {
69
68
  "@univerjs/icons": "^1.1.1",
70
- "@univerjs-pro/engine-chart": "0.17.0",
71
- "@univerjs/core": "0.17.0",
72
- "@univerjs/design": "0.17.0",
73
- "@univerjs/drawing": "0.17.0",
74
- "@univerjs/engine-formula": "0.17.0",
75
- "@univerjs/engine-render": "0.17.0",
76
- "@univerjs-pro/sheets-chart": "0.17.0",
77
- "@univerjs/sheets": "0.17.0",
78
- "@univerjs/sheets-drawing": "0.17.0",
79
- "@univerjs/sheets-drawing-ui": "0.17.0",
80
- "@univerjs/sheets-ui": "0.17.0",
81
- "@univerjs/ui": "0.17.0",
82
- "@univerjs/sheets-formula-ui": "0.17.0"
69
+ "@univerjs-pro/engine-chart": "0.18.0",
70
+ "@univerjs-pro/sheets-chart": "0.18.0",
71
+ "@univerjs/core": "0.18.0",
72
+ "@univerjs/drawing": "0.18.0",
73
+ "@univerjs/design": "0.18.0",
74
+ "@univerjs/sheets": "0.18.0",
75
+ "@univerjs/sheets-drawing": "0.18.0",
76
+ "@univerjs/sheets-formula-ui": "0.18.0",
77
+ "@univerjs/sheets-drawing-ui": "0.18.0",
78
+ "@univerjs/sheets-ui": "0.18.0",
79
+ "@univerjs/ui": "0.18.0",
80
+ "@univerjs/engine-formula": "0.18.0",
81
+ "@univerjs/engine-render": "0.18.0"
83
82
  },
84
83
  "devDependencies": {
85
84
  "postcss": "^8.5.8",
@@ -87,15 +86,17 @@
87
86
  "rxjs": "7.8.2",
88
87
  "tailwindcss": "^3.4.17",
89
88
  "typescript": "^5.9.3",
90
- "vite": "^7.3.1",
91
- "vitest": "^4.0.18",
92
- "@univerjs-infra/shared": "0.17.0"
89
+ "vitest": "^4.1.0",
90
+ "@univerjs-infra/shared": "0.18.0"
93
91
  },
94
92
  "scripts": {
95
93
  "test": "vitest run",
96
94
  "test:watch": "vitest",
97
95
  "coverage": "vitest run --coverage",
98
96
  "typecheck": "tsc --noEmit",
99
- "build": "univer-cli build"
100
- }
97
+ "build:bundle": "univer-cli build",
98
+ "build:types": "tsc -p tsconfig.node.json",
99
+ "build": "pnpm run build:bundle && pnpm run build:types"
100
+ },
101
+ "module": "./lib/es/index.js"
101
102
  }