@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.
- package/lib/cjs/facade.js +1 -1
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.css +547 -1
- package/lib/index.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +3 -3
- package/lib/types/commands/commands/sheets-chart.command.d.ts +3 -3
- package/lib/types/commands/operations/hide-chart-panel-operation.d.ts +1 -1
- package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
- package/lib/types/controllers/menu.schema.d.ts +1 -1
- package/lib/types/facade/chart-builder/builder-util.d.ts +3 -3
- package/lib/types/facade/chart-builder/chart-builder-base.d.ts +2 -2
- package/lib/types/facade/chart-builder/line-chart-builder.d.ts +4 -3
- package/lib/types/facade/chart-builder/pie-chart-builder.d.ts +3 -2
- package/lib/types/facade/chart-builder/radar-chart-builder.d.ts +4 -3
- package/lib/types/facade/chart-builder/types.d.ts +3 -3
- package/lib/types/facade/f-chart.d.ts +3 -3
- package/lib/types/facade/f-worksheet.d.ts +3 -2
- package/lib/types/facade/index.d.ts +1 -1
- package/lib/types/hooks.d.ts +2 -1
- package/lib/types/locale/ca-ES.d.ts +1 -1
- package/lib/types/locale/es-ES.d.ts +1 -1
- package/lib/types/locale/fa-IR.d.ts +1 -1
- package/lib/types/locale/fr-FR.d.ts +1 -1
- package/lib/types/locale/ja-JP.d.ts +1 -1
- package/lib/types/locale/ko-KR.d.ts +1 -1
- package/lib/types/locale/ru-RU.d.ts +1 -1
- package/lib/types/locale/sk-SK.d.ts +1 -1
- package/lib/types/locale/vi-VN.d.ts +1 -1
- package/lib/types/locale/zh-CN.d.ts +1 -1
- package/lib/types/locale/zh-TW.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/types/services/chart-render.service.d.ts +2 -1
- package/lib/types/services/sheets-chart-host-provider.service.d.ts +4 -3
- package/lib/types/services/sheets-chart-ui.service.d.ts +9 -6
- package/lib/types/util.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/Options.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/color-picker-control/index.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +3 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +4 -4
- package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +3 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +4 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +3 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/use-translated-options.d.ts +2 -2
- package/lib/types/views/chart-menu/chart-menu-factory.d.ts +2 -2
- package/lib/types/wordcloud/index.d.ts +1 -1
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -20
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
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.
|
|
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.
|
|
71
|
-
"@univerjs/
|
|
72
|
-
"@univerjs/
|
|
73
|
-
"@univerjs/drawing": "0.
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/
|
|
76
|
-
"@univerjs
|
|
77
|
-
"@univerjs/sheets": "0.
|
|
78
|
-
"@univerjs/sheets-drawing": "0.
|
|
79
|
-
"@univerjs/sheets-
|
|
80
|
-
"@univerjs/
|
|
81
|
-
"@univerjs/
|
|
82
|
-
"@univerjs/
|
|
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
|
-
"
|
|
91
|
-
"
|
|
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
|
}
|