@univerjs-pro/sheets-chart-ui 0.25.0 → 1.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +0 -4
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/chart-render.controller.d.ts +8 -2
- package/lib/types/controllers/components.controller.d.ts +9 -0
- package/lib/types/controllers/{sheets-chart-ui.controller.d.ts → ui.controller.d.ts} +3 -3
- package/lib/types/index.d.ts +2 -2
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/services/chart-render.service.d.ts +13 -3
- package/lib/types/services/sheets-chart-ui.service.d.ts +1 -0
- package/lib/types/views/chart-edit-panel/ChartEditPanel.d.ts +3 -4
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +1 -3
- 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 +1 -3
- package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +2 -2
- package/lib/types/views/chart-edit-panel/dropdown-menu/index.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/font-format-bar/FontFormatBar.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +2 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +1 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +2 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +2 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +5 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +2 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +2 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +1 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +2 -3
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +5 -6
- package/lib/types/views/chart-menu/chart-menu-factory.d.ts +2 -1
- package/lib/types/views/print-chart/index.d.ts +2 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +19 -19
- package/lib/types/wordcloud/index.d.ts +0 -2
- package/lib/types/wordcloud/layout.d.ts +0 -13
- /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x1fae28=_0x51a2;(function(_0x8d9f59,_0x48fe6a){const _0x4ba5fe=_0x51a2,_0x22331b=_0x8d9f59();while(!![]){try{const _0x33f54d=-parseInt(_0x4ba5fe(0x18e))/0x1+parseInt(_0x4ba5fe(0x16e))/0x2+parseInt(_0x4ba5fe(0x137))/0x3*(-parseInt(_0x4ba5fe(0x138))/0x4)+parseInt(_0x4ba5fe(0x148))/0x5*(-parseInt(_0x4ba5fe(0x191))/0x6)+parseInt(_0x4ba5fe(0x175))/0x7*(-parseInt(_0x4ba5fe(0x169))/0x8)+-parseInt(_0x4ba5fe(0x184))/0x9*(parseInt(_0x4ba5fe(0x158))/0xa)+parseInt(_0x4ba5fe(0x15a))/0xb;if(_0x33f54d===_0x48fe6a)break;else _0x22331b['push'](_0x22331b['shift']());}catch(_0x228569){_0x22331b['push'](_0x22331b['shift']());}}}(_0x182e,0xa5f7f));const e={'sheets-chart-ui':{'permission':{'editErr':_0x1fae28(0x107)},'insertChart':_0x1fae28(0x174),'editChart':'图表','openChartPanel':_0x1fae28(0x10f),'deleteChart':_0x1fae28(0x153),'hideChartPanel':_0x1fae28(0x15c),'setupChart':_0x1fae28(0x129),'customChart':'自定义样式','default':'默认','reset':'重置','chartType':_0x1fae28(0x134),'themes':_0x1fae28(0x180),'dataRange':'数据范围','stack':'堆叠','category':'类别','aggregate':'聚合','allSeries':_0x1fae28(0x130),'series':'系列','addSeries':_0x1fae28(0x125),'moreSettings':'更多设置','min':'最小值','max':_0x1fae28(0x17d),'invalidType':{'gaps':'空','zero':'零','connectDataPointsWithStraightLines':_0x1fae28(0x14a)},'blank':_0x1fae28(0x168),'seriesBlock':{'format':'格式','dataPointStyle':'数据点样式'},'backgroundColor':_0x1fae28(0x13c),'chartBorderColor':_0x1fae28(0x155),'titles':{'title':'标题','mainTitle':_0x1fae28(0x141),'subTitle':_0x1fae28(0x188),'xAxisTitle':_0x1fae28(0x10b),'yAxisTitle':'纵轴标题','rightYAxisTitle':_0x1fae28(0x139),'titleFormat':'标题格式','titleText':'标题文本','titlePosition':'标题位置','titleAlign':'轴标题对齐'},'axisPositionType':{'start':'开始','center':'中间','end':'结束'},'gradientFill':_0x1fae28(0x10e),'settingsLabels':{'switchToRowOrColumn':'切换行列','useAsCategoryLabels':_0x1fae28(0x118),'showEmptyCellsAs':'空单元格显示为'},'positionType':{'auto':'自动','inside':'内部','outside':'外部','top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏'},'align':{'left':_0x1fae28(0x18f),'center':'居中','right':'右对齐'},'alignY':{'top':'顶部','middle':'居中','bottom':'底部'},'chartStyle':_0x1fae28(0x119),'chartAndAxisTitles':_0x1fae28(0x157),'legend':'图例','legendSelectMode':_0x1fae28(0x18d),'legendSelectModeType':{'single':'单选','multiple':'多选','close':'关闭'},'legendVisualMapType':{'continuous':'连续','piecewise':'分段'},'axes':{'axis':'轴','axisOptions':_0x1fae28(0x147),'horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x1fae28(0x17f),'leftAxis':'左轴','rightAxis':'右轴','useRightAxis':_0x1fae28(0x150)},'position':'位置','dataLabels':_0x1fae28(0x163),'gridlinesAndTicks':_0x1fae28(0x144),'indicatorLine':_0x1fae28(0x164),'indicatorLineType':_0x1fae28(0x110),'indicatorLineColor':_0x1fae28(0x190),'indicatorLabel':'标签颜色','indicatorValue':_0x1fae28(0x182),'shape':{'polygon':_0x1fae28(0x12e),'circle':'圆形','square':_0x1fae28(0x136),'triangle':_0x1fae28(0x156),'diamond':'菱形','rect':'矩形','roundRect':'圆角矩形','pin':'钉形','arrow':'箭头','none':'无','emptyCircle':'空心圆形','emptySquare':_0x1fae28(0x15e),'emptyTriangle':_0x1fae28(0x185),'emptyDiamond':'空心菱形','emptyRect':_0x1fae28(0x126),'emptyRoundRect':_0x1fae28(0x128),'emptyPin':_0x1fae28(0x143),'emptyArrow':_0x1fae28(0x172)},'border':'边框','value':'值','fill':'填充','line':'线条','withOpacity':_0x1fae28(0x133),'withColor':_0x1fae28(0x151),'withThickness':_0x1fae28(0x112),'withType':'{0}类型','withSize':_0x1fae28(0x165),'withShape':_0x1fae28(0x177),'withFormat':'{0}格式','dataPoint':_0x1fae28(0x124),'dataNodeShape':_0x1fae28(0x12f),'addDataPoint':'添加数据点','point':_0x1fae28(0x124),'percentage':_0x1fae28(0x18c),'lineType':{'line':'折线','smooth':'平滑','step':'阶梯'},'stackType':{'stack':'堆叠','percent':'百分比堆叠'},'lineDashType':'线类型','dashType':{'solid':'实线','dash':'虚线','dot':'点线'},'color':'颜色','gridlines':{'majorGridlines':_0x1fae28(0x14b),'text':_0x1fae28(0x161)},'ticks':{'majorTick':_0x1fae28(0x11b),'tickPosition':_0x1fae28(0x189),'tickLength':_0x1fae28(0x14c)},'none':'无','theIndexItem':_0x1fae28(0x167),'seriesDefaultName':_0x1fae28(0x16b),'categoryDefaultName':_0x1fae28(0x117),'styleEditPanel':{'showLabels':_0x1fae28(0x11e),'showDataLabels':'显示数据标签','padAngle':_0x1fae28(0x16f),'halfPie':'半饼','rosePie':_0x1fae28(0x127),'pieValScale':_0x1fae28(0x122),'pieValSuffix':_0x1fae28(0x176),'pieDigitalFixed':_0x1fae28(0x15b),'showLabelLine':_0x1fae28(0x132),'reverseAxisOrder':_0x1fae28(0x14d),'showAxisLine':_0x1fae28(0x17a),'labelPosition':_0x1fae28(0x160),'labelText':_0x1fae28(0x105),'repeatWordCould':_0x1fae28(0x154),'gap':'间隔','useAbsValue':_0x1fae28(0x17e),'labelRotate':'标签旋转','wordCloudShape':_0x1fae28(0x162),'useDateAxis':'使用日期轴','dateAxisTips':_0x1fae28(0x183)},'radar':{'fill':'填充'},'doughnutHole':'圆环孔','msg':{'invalidSource':_0x1fae28(0x131),'emptyTips':_0x1fae28(0x12c),'sankeyCircularTips':_0x1fae28(0x120)},'cloud':{'title':'词云','word':'词语','frequency':'频率'},'trendline':{'name':_0x1fae28(0x140),'displayName':_0x1fae28(0x13d),'addTrendLine':'添加趋势线','trendlineType':_0x1fae28(0x187),'trendlineName':_0x1fae28(0x13d),'trendlineColor':_0x1fae28(0x179),'trendlineThickness':_0x1fae28(0x14e),'trendlineDashType':_0x1fae28(0x192),'exp':'指数','linear':'线性','log':'对数','pow':'幂','movingAvg':'移动平均','poly':_0x1fae28(0x16a),'order':'多项式阶数','period':_0x1fae28(0x111),'showFormula':_0x1fae28(0x166),'showR2':_0x1fae28(0x123),'formula':'公式','r2':_0x1fae28(0x10c)},'bubble':{'xAxis':'X轴','yAxis':'Y轴','size':'气泡大小','label':'气泡标签','emptyTips':_0x1fae28(0x14f)},'relation':{'title':_0x1fae28(0x145),'auto':'自动','circular':'环形','force':'力导向','useValueAsSymbolSize':_0x1fae28(0x109),'layoutType':'布局类型','forceOptions':_0x1fae28(0x13e),'repulsion':'斥力','gravity':'引力','edgeLength':_0x1fae28(0x18b),'rotateLabel':_0x1fae28(0x11f),'emphasis':_0x1fae28(0x12a),'emptyTips':_0x1fae28(0x159)},'waterfall':{'stackType':'堆叠方式','arrangement':'依序','stacked':'堆积','positive':'正值','negative':'负值','subtotal':'小计','showSubtotal':_0x1fae28(0x104),'positiveStyle':'正值样式','negativeStyle':_0x1fae28(0x170),'subtotalStyle':_0x1fae28(0x13f),'positiveLegendText':_0x1fae28(0x16d),'negativeLegendText':_0x1fae28(0x178),'subtotalLegendText':_0x1fae28(0x16c)},'pareto':{'lineName':_0x1fae28(0x15f),'lineSeries':_0x1fae28(0x116),'barSeries':_0x1fae28(0x171)},'visualMapScope':_0x1fae28(0x15d),'boxplot':{'min':_0x1fae28(0x11d),'q1':_0x1fae28(0x12b),'median':_0x1fae28(0x108),'q3':_0x1fae28(0x113),'max':'最大值'},'chartTypes':{'line':_0x1fae28(0x10a),'area':_0x1fae28(0x12d),'areaStacked':'堆叠面积图','areaPercentStacked':_0x1fae28(0x106),'column':'柱状图','bar':_0x1fae28(0x18a),'barStacked':'堆叠条形图','barPercentStacked':'百分比堆叠条形图','pie':'饼图','donut':_0x1fae28(0x13b),'scatter':'散点图','radar':_0x1fae28(0x149),'bubble':'气泡图','stock':_0x1fae28(0x10d),'combination':_0x1fae28(0x17b),'wordCloud':'词云图','funnel':_0x1fae28(0x17c),'relation':_0x1fae28(0x145),'waterfall':'瀑布图','pareto':_0x1fae28(0x11a),'sankey':_0x1fae28(0x121),'heatmap':_0x1fae28(0x142),'boxplot':_0x1fae28(0x181)},'dialog':{'numfmt':{'general':'常规','accounting':'会计','currency':'货币','date':'日期','thousandthPercentile':_0x1fae28(0x186),'fieldSetting':_0x1fae28(0x152),'formatTypes':_0x1fae28(0x114),'confirm':'确定','cancel':'取消','generalDesc':_0x1fae28(0x135),'accountingDesc':'会计数字格式可对一列数值进行货币符号和小数点对齐。','currencyDesc':_0x1fae28(0x146),'dateDesc':'日期格式将日期和时间系列数值品示为日期值。','thousandthPercentileDesc':_0x1fae28(0x11c),'decimalPlaces':_0x1fae28(0x15b),'currencyTypes':'货币类型','negativeNumberTypes':_0x1fae28(0x173),'dateTypes':_0x1fae28(0x13a)},'setFormat':_0x1fae28(0x115)}}};function _0x51a2(_0x239544,_0x15aaf1){_0x239544=_0x239544-0x104;const _0x182efc=_0x182e();let _0x51a2b9=_0x182efc[_0x239544];return _0x51a2b9;}function _0x182e(){const _0x14e4ff=['系列\x20{0}','小计图例文本','正值图例文本','1558052VymtoO','扇形间距','负值样式','柱状图系列','空心箭头','负数类型','插入图表','1687ESyewu','数值后缀','{0}形状','负值图例文本','趋势线颜色','显示轴线','组合图','漏斗图','最大值','使用绝对值','右纵轴','主题色','箱线图','文本颜色','日期轴仅在数据全部为日期格式时可用','90CfkOfx','空心三角形','千分位符','趋势线类型','副标题','刻度线位置','条形图','节点距离','百分比','图例选择模式','399186HSdEeK','左对齐','指示线颜色','834BTiVJA','趋势线线类型','显示小计','标签文本','百分比堆叠面积图','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','中位数','使用值作为节点大小','折线图','横轴标题','R平方','股票图','渐变填充','打开图表面板','指示线类型','移动平均周期','{0}粗细','第三四分位数','格式类型','设置标签格式','累积占比系列','类别\x20{0}','将\x20{0}\x20作为类别','图表样式','排列图','主刻度线','千分位符格式用于一般数字的表示,货币和会计格式则提供货币值计算的专用格式。','最小值','显示标签','旋转标签','桑基图不能包含循环数据','桑基图','数值比例','显示R平方','数据点','添加系列','空心矩形','玫瑰图','空心圆角矩形','类型与数据','开启选中淡入特效','第一四分位数','请先添加系列开始数据可视化','面积图','多边形','节点形状','所有系列','图表数据源必须包含多于1行和1列。','显示标签线','{0}透明度','图表类型','常规格式不包含任何特定的数字格式。','正方形','1050bxIsmp','2452lSTLaD','右纵轴标题','日期类型','环形图','背景颜色','趋势线名称','力导向选项','小计样式','趋势线','图表标题','热力图','空心钉形','网格线和刻度线','关系图','货币格式用于表示一般货币数值,会计格式可以对一列数值进行小数点对齐。','轴选项','3970PLMOcO','雷达图','用直线连接数据点','主网格线','刻度线长度','逆序轴','趋势线粗细','气泡图至少需要2列,X轴、Y轴。','使用右轴','{0}颜色','字段设置','删除图表','重复词云标签','图表边框颜色','三角形','图表和轴标题','1051860IgzoXU','关系图数据源为额外添加类型列在第二列的共词矩阵','20384705ZqeXCY','小数位数','隐藏图表面板','视觉映射范围','空心正方形','累积占比','标签位置','网格线','词云形状','数据标签','指示线','{0}大小','显示公式','第{0}项','(空)','5856aUUnpM','多项式'];_0x182e=function(){return _0x14e4ff;};return _0x182e();}export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x256953=_0x4ae6;function _0x4ae6(_0x238002,_0x4a80d6){_0x238002=_0x238002-0xc6;const _0x95f2cc=_0x95f2();let _0x4ae629=_0x95f2cc[_0x238002];return _0x4ae629;}(function(_0x535b4e,_0xa4e880){const _0x3f1646=_0x4ae6,_0x22395e=_0x535b4e();while(!![]){try{const _0x2f2d20=parseInt(_0x3f1646(0x119))/0x1*(-parseInt(_0x3f1646(0xf1))/0x2)+-parseInt(_0x3f1646(0x10e))/0x3*(parseInt(_0x3f1646(0xca))/0x4)+-parseInt(_0x3f1646(0x144))/0x5*(-parseInt(_0x3f1646(0x153))/0x6)+parseInt(_0x3f1646(0xfe))/0x7+parseInt(_0x3f1646(0x12a))/0x8+-parseInt(_0x3f1646(0x137))/0x9*(-parseInt(_0x3f1646(0xc9))/0xa)+-parseInt(_0x3f1646(0x13c))/0xb;if(_0x2f2d20===_0xa4e880)break;else _0x22395e['push'](_0x22395e['shift']());}catch(_0x1594d5){_0x22395e['push'](_0x22395e['shift']());}}}(_0x95f2,0xde638));function _0x95f2(){const _0xf9da77=['排列圖','格式類型','(空)','6046929PpEIKc','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','小計圖例文本','桑基圖不能包含循環數據','標題文本','34093290aGQtaA','條形圖','趨勢線粗細','小數位數','折線圖','負值樣式','主網格線','日期格式將日期和時間系列數值顯示為日期值。','374035YWqHaj','標籤位置','散點圖','圖表類型','顯示標籤','正值圖例文本','第三四分位數','漏斗圖','打開圖表面板','氣泡大小','左對齊','顯示軸線','{0}\x20類型','負數類型','趨勢線線類型','138wgEPjk','圖例選擇模式','使用絕對值','正方形','長條圖系列','第\x20{0}\x20項','20imSwJw','12qQejPD','百分比堆疊','最小值','移動平均','視覺映射範圍','圓環孔','{0}\x20格式','使用\x20{0}\x20作為類別標籤','右Y軸標題','趨勢線顏色','用直線連接數據點','標題格式','指示標籤','瀑布圖','雷達圖','指示值','Y軸標題','R平方','貨幣類型','{0}\x20大小','堆疊面積圖','關係圖','節點形狀','{0}\x20顏色','指示線顏色','刻度線長度','多項式','設置標籤格式','顯示空單元格為','組合圖','桑基圖','顯示R平方','數據點樣式','刪除圖表','負值圖例文本','小計樣式','趨勢線名稱','常規格式不包含任何特定的數字格式。','添加數據點','230268TQONyo','添加趨勢線','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','標籤文本','數據標籤','日期類型','面積圖','數據點','{0}\x20形狀','堆疊方式','水平軸','三角形','空心正方形','6078849rcaklv','插入圖表','氣泡圖至少需要2欄,X軸、Y軸。','扇形間距','編輯圖表','氣泡標籤','線類型','圓角矩形','百分比','顯示小計','趨勢線類型','圖表數據源必須包含多於1列和1欄。','顯示公式','最大值','指示線類型','百分比堆疊面積圖','200766PkINvZ','切換列或欄','空心菱形','{0}\x20粗細','千分位符','主標題','右垂直軸','自定義圖表','漸變填充','数值比例','旋轉標籤','9XEnlDh','開啟選中淡入特效','中位數','日期軸僅在數據全部為日期格式時可用','系列\x20{0}','圖表樣式','数值后缀','熱力圖','網格線','節點距離','使用右軸','設置圖表','空心針形','數據範圍','空心圓角矩形','使用日期軸','空心矩形','10516288nWwDuI','使用值作為節點大小','移動平均周期','添加系列','累積占比系列','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','正值樣式','圖表和軸標題','力導向','多邊形'];_0x95f2=function(){return _0xf9da77;};return _0x95f2();}const e={'sheets-chart-ui':{'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'insertChart':_0x256953(0xff),'editChart':_0x256953(0x102),'openChartPanel':_0x256953(0x14c),'deleteChart':_0x256953(0xeb),'hideChartPanel':'隱藏圖表面板','setupChart':_0x256953(0x124),'customChart':_0x256953(0x115),'default':'默認','reset':'重置','chartType':_0x256953(0x147),'themes':'主題','dataRange':_0x256953(0x126),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':'所有系列','series':'系列','addSeries':_0x256953(0x12d),'moreSettings':'更多設置','min':_0x256953(0xcc),'max':_0x256953(0x10b),'invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':_0x256953(0xd4)},'blank':_0x256953(0x136),'seriesBlock':{'format':'格式','dataPointStyle':_0x256953(0xea)},'backgroundColor':'背景顏色','chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':_0x256953(0x113),'subTitle':'副標題','xAxisTitle':'X軸標題','yAxisTitle':_0x256953(0xda),'rightYAxisTitle':_0x256953(0xd2),'titleFormat':_0x256953(0xd5),'titleText':_0x256953(0x13b),'titlePosition':'標題位置','titleAlign':'標題對齊'},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x256953(0x116),'settingsLabels':{'switchToRowOrColumn':_0x256953(0x10f),'useAsCategoryLabels':_0x256953(0xd1),'showEmptyCellsAs':_0x256953(0xe6)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':_0x256953(0x14e),'center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':_0x256953(0x11e),'chartAndAxisTitles':_0x256953(0x131),'legend':'圖例','legendSelectMode':_0x256953(0x154),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':'軸選項','horizontalAxis':_0x256953(0xfb),'verticalAxis':'垂直軸','rightVerticalAxis':_0x256953(0x114),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':_0x256953(0x123)},'position':'位置','dataLabels':_0x256953(0xf5),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':'指示線','indicatorLineType':_0x256953(0x10c),'indicatorLineColor':_0x256953(0xe2),'indicatorLabel':_0x256953(0xd6),'indicatorValue':_0x256953(0xd9),'shape':{'polygon':_0x256953(0x133),'circle':'圓形','square':_0x256953(0xc6),'triangle':_0x256953(0xfc),'diamond':'菱形','rect':'矩形','roundRect':_0x256953(0x105),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':_0x256953(0xfd),'emptyTriangle':'空心三角形','emptyDiamond':_0x256953(0x110),'emptyRect':_0x256953(0x129),'emptyRoundRect':_0x256953(0x127),'emptyPin':_0x256953(0x125),'emptyArrow':'空心箭頭'},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':'{0}\x20透明度','withColor':_0x256953(0xe1),'withThickness':_0x256953(0x111),'withType':_0x256953(0x150),'withSize':_0x256953(0xdd),'withShape':_0x256953(0xf9),'withFormat':_0x256953(0xd0),'dataPoint':'數據點','dataNodeShape':_0x256953(0xe0),'addDataPoint':_0x256953(0xf0),'point':_0x256953(0xf8),'percentage':_0x256953(0x106),'lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x256953(0xcb)},'lineDashType':_0x256953(0x104),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x256953(0x142),'text':_0x256953(0x121)},'ticks':{'majorTick':'主刻度線','tickPosition':'刻度線位置','tickLength':_0x256953(0xe3)},'none':'無','theIndexItem':_0x256953(0xc8),'seriesDefaultName':_0x256953(0x11d),'categoryDefaultName':'類別\x20{0}','styleEditPanel':{'showLabels':_0x256953(0x148),'showDataLabels':'顯示數據標籤','padAngle':_0x256953(0x101),'halfPie':'半餅','rosePie':'玫瑰圖','pieValScale':_0x256953(0x117),'pieValSuffix':_0x256953(0x11f),'pieDigitalFixed':_0x256953(0x13f),'showLabelLine':'顯示標籤線','reverseAxisOrder':'逆序軸','showAxisLine':_0x256953(0x14f),'labelPosition':_0x256953(0x145),'labelText':_0x256953(0xf4),'repeatWordCould':'重複詞雲標籤','gap':'間隔','useAbsValue':_0x256953(0x155),'labelRotate':'標籤旋轉','wordCloudShape':'詞雲形狀','useDateAxis':_0x256953(0x128),'dateAxisTips':_0x256953(0x11c)},'radar':{'fill':'填充'},'doughnutHole':_0x256953(0xcf),'msg':{'invalidSource':_0x256953(0x109),'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0x256953(0x13a)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':'趨勢線','displayName':_0x256953(0xee),'addTrendLine':_0x256953(0xf2),'trendlineType':_0x256953(0x108),'trendlineName':_0x256953(0xee),'trendlineColor':_0x256953(0xd3),'trendlineThickness':_0x256953(0x13e),'trendlineDashType':_0x256953(0x152),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x256953(0xcd),'poly':_0x256953(0xe4),'order':'多項式階數','period':_0x256953(0x12c),'showFormula':_0x256953(0x10a),'showR2':_0x256953(0xe9),'formula':'公式','r2':_0x256953(0xdb)},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0x256953(0x14d),'label':_0x256953(0x103),'emptyTips':_0x256953(0x100)},'relation':{'title':_0x256953(0xdf),'auto':'自動','circular':'環形','force':_0x256953(0x132),'useValueAsSymbolSize':_0x256953(0x12b),'layoutType':'佈局類型','forceOptions':'力導向選項','repulsion':'斥力','gravity':'引力','edgeLength':_0x256953(0x122),'rotateLabel':_0x256953(0x118),'emphasis':_0x256953(0x11a),'emptyTips':_0x256953(0xf3)},'waterfall':{'stackType':_0x256953(0xfa),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x256953(0x107),'positiveStyle':_0x256953(0x130),'negativeStyle':_0x256953(0x141),'subtotalStyle':_0x256953(0xed),'positiveLegendText':_0x256953(0x149),'negativeLegendText':_0x256953(0xec),'subtotalLegendText':_0x256953(0x139)},'pareto':{'lineName':'累積占比','lineSeries':_0x256953(0x12e),'barSeries':_0x256953(0xc7)},'visualMapScope':_0x256953(0xce),'boxplot':{'min':_0x256953(0xcc),'q1':'第一四分位數','median':_0x256953(0x11b),'q3':_0x256953(0x14a),'max':_0x256953(0x10b)},'chartTypes':{'line':_0x256953(0x140),'area':_0x256953(0xf7),'areaStacked':_0x256953(0xde),'areaPercentStacked':_0x256953(0x10d),'column':'柱狀圖','bar':_0x256953(0x13d),'barStacked':'堆疊條形圖','barPercentStacked':'百分比堆疊條形圖','pie':'餅圖','donut':'環形圖','scatter':_0x256953(0x146),'radar':_0x256953(0xd8),'bubble':'氣泡圖','stock':'股票圖','combination':_0x256953(0xe7),'wordCloud':'詞雲圖','funnel':_0x256953(0x14b),'relation':_0x256953(0xdf),'waterfall':_0x256953(0xd7),'pareto':_0x256953(0x134),'sankey':_0x256953(0xe8),'heatmap':_0x256953(0x120),'boxplot':'箱型圖'},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':_0x256953(0x112),'fieldSetting':'字段設置','formatTypes':_0x256953(0x135),'confirm':'確定','cancel':'取消','generalDesc':_0x256953(0xef),'accountingDesc':_0x256953(0x12f),'currencyDesc':_0x256953(0x138),'dateDesc':_0x256953(0x143),'thousandthPercentileDesc':'千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','decimalPlaces':_0x256953(0x13f),'currencyTypes':_0x256953(0xdc),'negativeNumberTypes':_0x256953(0x151),'dateTypes':_0x256953(0xf6)},'setFormat':_0x256953(0xe5)}}};export{e as default};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x52eff1=_0x436b;function _0x436b(_0x33502d,_0x567730){_0x33502d=_0x33502d-0x116;const _0x3809f7=_0x3809();let _0x436b51=_0x3809f7[_0x33502d];return _0x436b51;}function _0x3809(){const _0x24f08d=['{0}\x20形狀','多項式','2894kIhFMf','趨勢線類型','中位數','280VwFJEi','顯示R平方','數據點','586bCnvQL','第\x20{0}\x20項','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','主網格線','圖表和軸標題','桑基圖不能包含循環數據','詞雲圖','添加趨勢線','常規格式不包含任何特定的數字格式。','百分比堆疊面積圖','字段設置','累積占比','多邊形','三角形','副標題','数值后缀','1957492RyBTTS','數據點樣式','小計圖例文本','空心箭頭','百分比堆疊條形圖','第三四分位數','設置標籤格式','空心圓角矩形','插入圖表','顯示標籤線','顯示小計','顯示公式','數據標籤','類別\x20{0}','標籤文本','小數位數','5719637BuSGzX','圖表類型','右垂直軸','柱狀圖','3sxadFJ','空心菱形','編輯圖表','力導向','添加數據點','力導向選項','圓角矩形','網格線','逆序軸','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','堆疊方式','{0}\x20類型','右Y軸標題','標題對齊','散點圖','顯示數據標籤','正值圖例文本','所有系列','負值圖例文本','X軸標題','日期軸僅在數據全部為日期格式時可用','使用絕對值','標籤旋轉','Y軸標題','圖例選擇模式','堆疊面積圖','扇形間距','切換列或欄','玫瑰圖','氣泡大小','氣泡圖至少需要2欄,X軸、Y軸。','5755253hfqKNT','使用值作為節點大小','{0}\x20透明度','打開圖表面板','指示標籤','面積圖','貨幣類型','排列圖','熱力圖','氣泡圖','雷達圖','添加系列','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','軸選項','背景顏色','請先添加系列開始數據可視化','會計數字格式可對一列數值進行貨幣符號和小數點對齊。','13936120NdrlTB','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','股票圖','百分比堆疊','使用日期軸','9141355mhESoz','趨勢線線類型','節點距離','數據範圍','最小值','顯示標籤','漏斗圖','空心矩形','趨勢線顏色','負數類型','箱型圖','長條圖系列','節點形狀','日期類型','顯示空單元格為','{0}\x20顏色','空心三角形','堆疊條形圖','移動平均','主標題','旋轉標籤','漸變填充','日期格式將日期和時間系列數值顯示為日期值。','隱藏圖表面板','(空)','6kiLYZL','佈局類型','標題文本','刪除圖表','累積占比系列','指示線顏色','顯示軸線','趨勢線名稱','小計樣式','{0}\x20格式','使用\x20{0}\x20作為類別標籤','桑基圖','更多設置','333342WxaFOu','線類型','瀑布圖','第一四分位數','關係圖','圓環孔'];_0x3809=function(){return _0x24f08d;};return _0x3809();}(function(_0xce8f7d,_0x41c07a){const _0x16be38=_0x436b,_0x5a25ab=_0xce8f7d();while(!![]){try{const _0x4f14c0=parseInt(_0x16be38(0x157))/0x1*(-parseInt(_0x16be38(0x15d))/0x2)+parseInt(_0x16be38(0x181))/0x3*(-parseInt(_0x16be38(0x16d))/0x4)+-parseInt(_0x16be38(0x129))/0x5*(parseInt(_0x16be38(0x142))/0x6)+parseInt(_0x16be38(0x1a0))/0x7+parseInt(_0x16be38(0x124))/0x8+parseInt(_0x16be38(0x14f))/0x9*(parseInt(_0x16be38(0x15a))/0xa)+parseInt(_0x16be38(0x17d))/0xb;if(_0x4f14c0===_0x41c07a)break;else _0x5a25ab['push'](_0x5a25ab['shift']());}catch(_0x159ae6){_0x5a25ab['push'](_0x5a25ab['shift']());}}}(_0x3809,0xe94f7));const e={'sheets-chart-ui':{'permission':{'editErr':_0x52eff1(0x125)},'insertChart':_0x52eff1(0x175),'editChart':_0x52eff1(0x183),'openChartPanel':_0x52eff1(0x116),'deleteChart':_0x52eff1(0x145),'hideChartPanel':_0x52eff1(0x140),'setupChart':'設置圖表','customChart':'自定義圖表','default':'默認','reset':'重置','chartType':_0x52eff1(0x17e),'themes':'主題','dataRange':_0x52eff1(0x12c),'stack':'堆疊','category':'類別','aggregate':'聚合','allSeries':_0x52eff1(0x192),'series':'系列','addSeries':_0x52eff1(0x11e),'moreSettings':_0x52eff1(0x14e),'min':'最小值','max':'最大值','invalidType':{'gaps':'間隙','zero':'零','connectDataPointsWithStraightLines':'用直線連接數據點'},'blank':_0x52eff1(0x141),'seriesBlock':{'format':'格式','dataPointStyle':_0x52eff1(0x16e)},'backgroundColor':_0x52eff1(0x121),'chartBorderColor':'圖表邊框顏色','titles':{'title':'標題','mainTitle':_0x52eff1(0x13c),'subTitle':_0x52eff1(0x16b),'xAxisTitle':_0x52eff1(0x194),'yAxisTitle':_0x52eff1(0x198),'rightYAxisTitle':_0x52eff1(0x18d),'titleFormat':'標題格式','titleText':_0x52eff1(0x144),'titlePosition':'標題位置','titleAlign':_0x52eff1(0x18e)},'axisPositionType':{'start':'開始','center':'中間','end':'結束'},'gradientFill':_0x52eff1(0x13e),'settingsLabels':{'switchToRowOrColumn':_0x52eff1(0x19c),'useAsCategoryLabels':_0x52eff1(0x14c),'showEmptyCellsAs':_0x52eff1(0x137)},'positionType':{'auto':'自動','inside':'內部','outside':'外部','top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏'},'align':{'left':'左對齊','center':'居中','right':'右對齊'},'alignY':{'top':'頂部','middle':'中間','bottom':'底部'},'chartStyle':'圖表樣式','chartAndAxisTitles':_0x52eff1(0x161),'legend':'圖例','legendSelectMode':_0x52eff1(0x199),'legendSelectModeType':{'single':'單選','multiple':'多選','close':'關閉'},'legendVisualMapType':{'continuous':'連續','piecewise':'分段'},'axes':{'axis':'軸','axisOptions':_0x52eff1(0x120),'horizontalAxis':'水平軸','verticalAxis':'垂直軸','rightVerticalAxis':_0x52eff1(0x17f),'leftAxis':'左軸','rightAxis':'右軸','useRightAxis':'使用右軸'},'position':'位置','dataLabels':_0x52eff1(0x179),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':'指示線','indicatorLineType':'指示線類型','indicatorLineColor':_0x52eff1(0x147),'indicatorLabel':_0x52eff1(0x117),'indicatorValue':'指示值','shape':{'polygon':_0x52eff1(0x169),'circle':'圓形','square':'正方形','triangle':_0x52eff1(0x16a),'diamond':'菱形','rect':'矩形','roundRect':_0x52eff1(0x187),'pin':'針形','arrow':'箭頭','none':'無','emptyCircle':'空心圓形','emptySquare':'空心正方形','emptyTriangle':_0x52eff1(0x139),'emptyDiamond':_0x52eff1(0x182),'emptyRect':_0x52eff1(0x130),'emptyRoundRect':_0x52eff1(0x174),'emptyPin':'空心針形','emptyArrow':_0x52eff1(0x170)},'border':'邊框','value':'值','fill':'填充','line':'線條','withOpacity':_0x52eff1(0x1a2),'withColor':_0x52eff1(0x138),'withThickness':'{0}\x20粗細','withType':_0x52eff1(0x18c),'withSize':'{0}\x20大小','withShape':_0x52eff1(0x155),'withFormat':_0x52eff1(0x14b),'dataPoint':_0x52eff1(0x15c),'dataNodeShape':_0x52eff1(0x135),'addDataPoint':_0x52eff1(0x185),'point':'數據點','percentage':'百分比','lineType':{'line':'折線','smooth':'平滑','step':'階梯'},'stackType':{'stack':'堆疊','percent':_0x52eff1(0x127)},'lineDashType':_0x52eff1(0x150),'dashType':{'solid':'實線','dash':'虛線','dot':'點線'},'color':'顏色','gridlines':{'majorGridlines':_0x52eff1(0x160),'text':_0x52eff1(0x188)},'ticks':{'majorTick':'主刻度線','tickPosition':'刻度線位置','tickLength':'刻度線長度'},'none':'無','theIndexItem':_0x52eff1(0x15e),'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x52eff1(0x17a),'styleEditPanel':{'showLabels':_0x52eff1(0x12e),'showDataLabels':_0x52eff1(0x190),'padAngle':_0x52eff1(0x19b),'halfPie':'半餅','rosePie':_0x52eff1(0x19d),'pieValScale':'数值比例','pieValSuffix':_0x52eff1(0x16c),'pieDigitalFixed':_0x52eff1(0x17c),'showLabelLine':_0x52eff1(0x176),'reverseAxisOrder':_0x52eff1(0x189),'showAxisLine':_0x52eff1(0x148),'labelPosition':'標籤位置','labelText':_0x52eff1(0x17b),'repeatWordCould':'重複詞雲標籤','gap':'間隔','useAbsValue':_0x52eff1(0x196),'labelRotate':_0x52eff1(0x197),'wordCloudShape':'詞雲形狀','useDateAxis':_0x52eff1(0x128),'dateAxisTips':_0x52eff1(0x195)},'radar':{'fill':'填充'},'doughnutHole':_0x52eff1(0x154),'msg':{'invalidSource':'圖表數據源必須包含多於1列和1欄。','emptyTips':_0x52eff1(0x122),'sankeyCircularTips':_0x52eff1(0x162)},'cloud':{'title':'詞雲','word':'詞','frequency':'頻率'},'trendline':{'name':'趨勢線','displayName':_0x52eff1(0x149),'addTrendLine':_0x52eff1(0x164),'trendlineType':_0x52eff1(0x158),'trendlineName':_0x52eff1(0x149),'trendlineColor':_0x52eff1(0x131),'trendlineThickness':'趨勢線粗細','trendlineDashType':_0x52eff1(0x12a),'exp':'指數','linear':'線性','log':'對數','pow':'冪','movingAvg':_0x52eff1(0x13b),'poly':_0x52eff1(0x156),'order':'多項式階數','period':'移動平均周期','showFormula':_0x52eff1(0x178),'showR2':_0x52eff1(0x15b),'formula':'公式','r2':'R平方'},'bubble':{'xAxis':'X軸','yAxis':'Y軸','size':_0x52eff1(0x19e),'label':'氣泡標籤','emptyTips':_0x52eff1(0x19f)},'relation':{'title':_0x52eff1(0x153),'auto':'自動','circular':'環形','force':_0x52eff1(0x184),'useValueAsSymbolSize':_0x52eff1(0x1a1),'layoutType':_0x52eff1(0x143),'forceOptions':_0x52eff1(0x186),'repulsion':'斥力','gravity':'引力','edgeLength':_0x52eff1(0x12b),'rotateLabel':_0x52eff1(0x13d),'emphasis':'開啟選中淡入特效','emptyTips':_0x52eff1(0x11f)},'waterfall':{'stackType':_0x52eff1(0x18b),'arrangement':'依序','stacked':'堆積','positive':'正值','negative':'負值','subtotal':'小計','showSubtotal':_0x52eff1(0x177),'positiveStyle':'正值樣式','negativeStyle':'負值樣式','subtotalStyle':_0x52eff1(0x14a),'positiveLegendText':_0x52eff1(0x191),'negativeLegendText':_0x52eff1(0x193),'subtotalLegendText':_0x52eff1(0x16f)},'pareto':{'lineName':_0x52eff1(0x168),'lineSeries':_0x52eff1(0x146),'barSeries':_0x52eff1(0x134)},'visualMapScope':'視覺映射範圍','boxplot':{'min':_0x52eff1(0x12d),'q1':_0x52eff1(0x152),'median':_0x52eff1(0x159),'q3':_0x52eff1(0x172),'max':'最大值'},'chartTypes':{'line':'折線圖','area':_0x52eff1(0x118),'areaStacked':_0x52eff1(0x19a),'areaPercentStacked':_0x52eff1(0x166),'column':_0x52eff1(0x180),'bar':'條形圖','barStacked':_0x52eff1(0x13a),'barPercentStacked':_0x52eff1(0x171),'pie':'餅圖','donut':'環形圖','scatter':_0x52eff1(0x18f),'radar':_0x52eff1(0x11d),'bubble':_0x52eff1(0x11c),'stock':_0x52eff1(0x126),'combination':'組合圖','wordCloud':_0x52eff1(0x163),'funnel':_0x52eff1(0x12f),'relation':'關係圖','waterfall':_0x52eff1(0x151),'pareto':_0x52eff1(0x11a),'sankey':_0x52eff1(0x14d),'heatmap':_0x52eff1(0x11b),'boxplot':_0x52eff1(0x133)},'dialog':{'numfmt':{'general':'常規','accounting':'會計','currency':'貨幣','date':'日期','thousandthPercentile':'千分位符','fieldSetting':_0x52eff1(0x167),'formatTypes':'格式類型','confirm':'確定','cancel':'取消','generalDesc':_0x52eff1(0x165),'accountingDesc':_0x52eff1(0x123),'currencyDesc':_0x52eff1(0x15f),'dateDesc':_0x52eff1(0x13f),'thousandthPercentileDesc':_0x52eff1(0x18a),'decimalPlaces':_0x52eff1(0x17c),'currencyTypes':_0x52eff1(0x119),'negativeNumberTypes':_0x52eff1(0x132),'dateTypes':_0x52eff1(0x136)},'setFormat':_0x52eff1(0x173)}}};export{e as default};
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
2
|
-
import { Disposable, LocaleService } from '@univerjs/core';
|
|
2
|
+
import { Disposable, ICommandService, LocaleService } from '@univerjs/core';
|
|
3
3
|
import { ChartRenderService } from '../services/chart-render.service';
|
|
4
4
|
export declare class ChartRenderController extends Disposable {
|
|
5
5
|
private readonly _chartModelService;
|
|
6
6
|
private readonly _chartRenderService;
|
|
7
7
|
private readonly _localeService;
|
|
8
|
-
|
|
8
|
+
private readonly _commandService;
|
|
9
|
+
private readonly _pendingMutationConfigRenders;
|
|
10
|
+
constructor(_chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _localeService: LocaleService, _commandService: ICommandService);
|
|
9
11
|
private _init;
|
|
12
|
+
private _listenChartUpdateMutations;
|
|
13
|
+
private _renderAfterChartUpdateMutation;
|
|
14
|
+
private _renderWhenConfigReady;
|
|
15
|
+
private _renderChartModel;
|
|
10
16
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Disposable } from '@univerjs/core';
|
|
2
|
+
import { ComponentManager, IconManager } from '@univerjs/ui';
|
|
3
|
+
export declare class ComponentsController extends Disposable {
|
|
4
|
+
private readonly _componentManager;
|
|
5
|
+
private readonly _iconManager;
|
|
6
|
+
constructor(_componentManager: ComponentManager, _iconManager: IconManager);
|
|
7
|
+
private _registerIcons;
|
|
8
|
+
private _registerComponents;
|
|
9
|
+
}
|
|
@@ -2,7 +2,7 @@ import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
|
2
2
|
import { Disposable, DrawingTypeEnum, ICommandService, IContextService, IUniverInstanceService } from '@univerjs/core';
|
|
3
3
|
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
4
4
|
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
5
|
-
import { ComponentManager, IMenuManagerService, ISidebarService } from '@univerjs/ui';
|
|
5
|
+
import { ComponentManager, IconManager, IMenuManagerService, ISidebarService } from '@univerjs/ui';
|
|
6
6
|
import { SheetsChartUIService } from '../services/sheets-chart-ui.service';
|
|
7
7
|
export declare class SheetsChartUIController extends Disposable {
|
|
8
8
|
private _drawingManagerService;
|
|
@@ -10,14 +10,14 @@ export declare class SheetsChartUIController extends Disposable {
|
|
|
10
10
|
private readonly _chartModelService;
|
|
11
11
|
private _sidebarService;
|
|
12
12
|
private _componentManager;
|
|
13
|
+
private _iconManager;
|
|
13
14
|
protected readonly _menuManagerService: IMenuManagerService;
|
|
14
15
|
private readonly _sheetCanvasPopManagerService;
|
|
15
16
|
private readonly _commandService;
|
|
16
17
|
private readonly _sheetsChartUIService;
|
|
17
18
|
private readonly _contextService;
|
|
18
19
|
private _sidebarDisposable;
|
|
19
|
-
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _sidebarService: ISidebarService, _componentManager: ComponentManager, _menuManagerService: IMenuManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService: SheetsChartUIService, _contextService: IContextService);
|
|
20
|
-
private _registerChartIcons;
|
|
20
|
+
constructor(_drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _chartModelService: ChartModelService, _sidebarService: ISidebarService, _componentManager: ComponentManager, _iconManager: IconManager, _menuManagerService: IMenuManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _commandService: ICommandService, _sheetsChartUIService: SheetsChartUIService, _contextService: IContextService);
|
|
21
21
|
private _openPanel;
|
|
22
22
|
hidePanel(): void;
|
|
23
23
|
initPanel(): void;
|
package/lib/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import './global.css';
|
|
2
|
-
export { SheetsChartUIController } from './controllers/
|
|
2
|
+
export { SheetsChartUIController } from './controllers/ui.controller';
|
|
3
3
|
export { UniverSheetsChartUIPlugin } from './plugin';
|
|
4
4
|
export { SheetsChartUIService } from './services/sheets-chart-ui.service';
|
|
5
|
-
export {
|
|
5
|
+
export { registerWordCloudChart } from '@univerjs-pro/engine-chart';
|
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
import type { ChartStyle, IChartConfig, IChartRenderModel } from '@univerjs-pro/engine-chart';
|
|
1
|
+
import type { ChartDirection, ChartStyle, IChartConfig, IChartRenderModel } from '@univerjs-pro/engine-chart';
|
|
2
2
|
import { ChartThemeService } from '@univerjs-pro/engine-chart';
|
|
3
3
|
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
4
|
-
import { Disposable, Injector, IUniverInstanceService, LocaleService, ThemeService } from '@univerjs/core';
|
|
4
|
+
import { Disposable, IConfigService, Injector, IUniverInstanceService, LocaleService, ThemeService } from '@univerjs/core';
|
|
5
5
|
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
6
6
|
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
7
7
|
import { SheetCanvasFloatDomManagerService } from '@univerjs/sheets-drawing-ui';
|
|
8
8
|
import { IChartHostProviderService } from './sheets-chart-host-provider.service';
|
|
9
|
+
interface IRuntimeChartModel {
|
|
10
|
+
id?: string;
|
|
11
|
+
chartType?: IChartConfig['type'];
|
|
12
|
+
style: ChartStyle;
|
|
13
|
+
getRuntimeContext(direction?: ChartDirection): NonNullable<ChartStyle['runtime']>;
|
|
14
|
+
}
|
|
15
|
+
export declare function createRuntimeChartStyle(chartModel: IRuntimeChartModel, direction: ChartDirection): ChartStyle;
|
|
9
16
|
export declare class ChartRenderService extends Disposable {
|
|
10
17
|
private _chartHostProvider;
|
|
11
18
|
private readonly _sheetCanvasFloatDomManagerService;
|
|
@@ -17,12 +24,13 @@ export declare class ChartRenderService extends Disposable {
|
|
|
17
24
|
protected readonly _injector: Injector;
|
|
18
25
|
private readonly _chartThemeService;
|
|
19
26
|
private readonly _themeService;
|
|
27
|
+
private readonly _configService;
|
|
20
28
|
private _renderModelMap;
|
|
21
29
|
private _chartInstanceMap;
|
|
22
30
|
private _currentModel;
|
|
23
31
|
private _renderDebounceMap;
|
|
24
32
|
private _debounceHandleMap;
|
|
25
|
-
constructor(_chartHostProvider: IChartHostProviderService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _chartModelService: ChartModelService, _drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _renderManagerService: IRenderManagerService, _localeService: LocaleService, _injector: Injector, _chartThemeService: ChartThemeService, _themeService: ThemeService);
|
|
33
|
+
constructor(_chartHostProvider: IChartHostProviderService, _sheetCanvasFloatDomManagerService: SheetCanvasFloatDomManagerService, _chartModelService: ChartModelService, _drawingManagerService: IDrawingManagerService, _univerInstanceService: IUniverInstanceService, _renderManagerService: IRenderManagerService, _localeService: LocaleService, _injector: Injector, _chartThemeService: ChartThemeService, _themeService: ThemeService, _configService: IConfigService);
|
|
26
34
|
private _getWatermark;
|
|
27
35
|
registerRenderModel(name: string, renderModel: IChartRenderModel): void;
|
|
28
36
|
setRenderModel(name: string): void;
|
|
@@ -35,6 +43,7 @@ export declare class ChartRenderService extends Disposable {
|
|
|
35
43
|
getRenderModel(name: string): IChartRenderModel<Record<string, any>> | undefined;
|
|
36
44
|
private _ensureChartInstance;
|
|
37
45
|
checkChartCanRender(id: string): boolean;
|
|
46
|
+
private _getChartRenderSkipReason;
|
|
38
47
|
render(id: string, config: IChartConfig, style: ChartStyle): Promise<void>;
|
|
39
48
|
printChart(id: string, chartHost: HTMLDivElement, rect: {
|
|
40
49
|
width: number;
|
|
@@ -42,3 +51,4 @@ export declare class ChartRenderService extends Disposable {
|
|
|
42
51
|
}): Promise<void>;
|
|
43
52
|
dispose(): void;
|
|
44
53
|
}
|
|
54
|
+
export {};
|
|
@@ -103,6 +103,7 @@ export declare class SheetsChartUIService extends Disposable {
|
|
|
103
103
|
constructor(_chartModelService: ChartModelService, _sheetsChartService: SheetsChartService, _commandService: ICommandService, _localeService: LocaleService, _chartHostProviderService: IChartHostProviderService, _univerInstanceService: IUniverInstanceService);
|
|
104
104
|
get activeChartModel(): Nullable<import("@univerjs-pro/sheets-chart").SheetChartModel>;
|
|
105
105
|
get rangeSelectMode(): boolean;
|
|
106
|
+
get direction$(): Observable<"ltr" | "rtl">;
|
|
106
107
|
set rangeSelectMode(on: boolean);
|
|
107
108
|
getDataSource(id: string): import("@univerjs-pro/sheets-chart/models/types.js").ISheetChartDataSource | undefined;
|
|
108
109
|
registerViewState<T extends ChartConfigStateKey = ChartConfigStateKey>(id: T, state: (chartModel: ChartModel) => IChartConfigStateMap[T]): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
export declare function ChartEditPanel(props: {
|
|
2
2
|
className?: string;
|
|
3
|
-
}
|
|
4
|
-
export declare
|
|
5
|
-
export {};
|
|
3
|
+
}): import("react").JSX.Element;
|
|
4
|
+
export declare const CHART_EDIT_PANEL_KEY = "sheet.chart.edit.panel";
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import type { LocaleService } from '@univerjs/core';
|
|
2
1
|
import type { SheetsChartUIService } from '../../services/sheets-chart-ui.service';
|
|
3
2
|
export declare const RadarChartOptionsEdit: (props: {
|
|
4
3
|
service: SheetsChartUIService;
|
|
5
|
-
localeService: LocaleService;
|
|
6
4
|
className?: string;
|
|
7
|
-
}) => import("react
|
|
5
|
+
}) => import("react").JSX.Element;
|
|
@@ -5,4 +5,4 @@ export interface IButtonSwitchProps {
|
|
|
5
5
|
value?: string;
|
|
6
6
|
onChange?: (value: string) => void;
|
|
7
7
|
}
|
|
8
|
-
export declare const ButtonSwitch: (props: IButtonSwitchProps) => import("react
|
|
8
|
+
export declare const ButtonSwitch: (props: IButtonSwitchProps) => import("react").JSX.Element;
|
|
@@ -3,4 +3,4 @@ export interface IColorPickerControlProps {
|
|
|
3
3
|
color: Nullable<string>;
|
|
4
4
|
onChange?: (color: Nullable<string>) => void;
|
|
5
5
|
}
|
|
6
|
-
export declare const ColorPickerControl: (props: IColorPickerControlProps) => import("react
|
|
6
|
+
export declare const ColorPickerControl: (props: IColorPickerControlProps) => import("react").JSX.Element;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
import type { LocaleService } from '@univerjs/core';
|
|
2
1
|
import type { SheetsChartUIService } from '../../../services/sheets-chart-ui.service';
|
|
3
2
|
interface IBubbleDataEditProps {
|
|
4
3
|
service: SheetsChartUIService;
|
|
5
|
-
localeService: LocaleService;
|
|
6
4
|
}
|
|
7
5
|
export interface IBubbleSeriesOption {
|
|
8
6
|
label: string;
|
|
9
7
|
value: string;
|
|
10
8
|
isCategoryList: boolean;
|
|
11
9
|
}
|
|
12
|
-
export declare const BubbleDataEdit: (props: IBubbleDataEditProps) => import("react
|
|
10
|
+
export declare const BubbleDataEdit: (props: IBubbleDataEditProps) => import("react").JSX.Element;
|
|
13
11
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ChartEditBlockTitle: ({ title }: {
|
|
2
2
|
title: string;
|
|
3
|
-
}) => import("react
|
|
4
|
-
export declare const DataTabPanel: () => import("react
|
|
3
|
+
}) => import("react").JSX.Element;
|
|
4
|
+
export declare const DataTabPanel: () => import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export interface IDropdownMenuProps {
|
|
|
6
6
|
children: ReactElement | ((visible: boolean) => ReactElement);
|
|
7
7
|
onSelect?: (index: number | string) => void;
|
|
8
8
|
}
|
|
9
|
-
export declare const DropdownSelector: (props: IDropdownMenuProps) => import("react
|
|
9
|
+
export declare const DropdownSelector: (props: IDropdownMenuProps) => import("react").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import type { LocaleService } from '@univerjs/core';
|
|
2
1
|
export interface IFontFormatStyle {
|
|
3
2
|
fontSize: number;
|
|
4
3
|
color: string;
|
|
@@ -11,8 +10,7 @@ export interface IFontFormatStyle {
|
|
|
11
10
|
}
|
|
12
11
|
export type PropertyChangeFunction<T, K extends keyof T = keyof T> = (name: K, value: T[K]) => void;
|
|
13
12
|
export interface IFontFormatBarProps extends Partial<IFontFormatStyle> {
|
|
14
|
-
localeService: LocaleService;
|
|
15
13
|
className?: string;
|
|
16
14
|
onChange?: PropertyChangeFunction<Omit<IFontFormatStyle, 'controls'>>;
|
|
17
15
|
}
|
|
18
|
-
export declare const FontFormatBar: (props: IFontFormatBarProps) => import("react
|
|
16
|
+
export declare const FontFormatBar: (props: IFontFormatBarProps) => import("react").JSX.Element;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import type { DeepPartial, IAxisOptions } from '@univerjs-pro/engine-chart';
|
|
2
|
-
import type {
|
|
2
|
+
import type { Nullable } from '@univerjs/core';
|
|
3
3
|
import type { SheetsChartUIService } from '../../../services/sheets-chart-ui.service';
|
|
4
4
|
export interface IAxisOptionsEditProps {
|
|
5
|
-
localeService: LocaleService;
|
|
6
5
|
valueAxis: boolean;
|
|
7
6
|
canUseDateAxis: boolean;
|
|
8
7
|
axisOptions: Nullable<DeepPartial<IAxisOptions>>;
|
|
9
8
|
onChange?: (axisOptions: DeepPartial<IAxisOptions>) => void;
|
|
10
9
|
sheetsChartUIService: SheetsChartUIService;
|
|
11
10
|
}
|
|
12
|
-
export declare const AxisOptionsEdit: (props: IAxisOptionsEditProps) => import("react
|
|
11
|
+
export declare const AxisOptionsEdit: (props: IAxisOptionsEditProps) => import("react").JSX.Element;
|
|
@@ -2,5 +2,5 @@ interface IChartNumfmtPanelProps {
|
|
|
2
2
|
originPattern?: string;
|
|
3
3
|
onPatternApply?: (pattern: string | undefined) => void;
|
|
4
4
|
}
|
|
5
|
-
export declare const ChartNumfmtDialog: ({ originPattern, onPatternApply }: IChartNumfmtPanelProps) => import("react
|
|
5
|
+
export declare const ChartNumfmtDialog: ({ originPattern, onPatternApply }: IChartNumfmtPanelProps) => import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import type { ChartTypeBits, IPieLabelStyle, ISeriesLabelStyle } from '@univerjs-pro/engine-chart';
|
|
2
|
-
import type {
|
|
2
|
+
import type { Nullable } from '@univerjs/core';
|
|
3
3
|
import type { PropertyChangeFunction } from '../font-format-bar';
|
|
4
4
|
import type { OptionType } from '../Options';
|
|
5
5
|
type UnionLabelStyle = ISeriesLabelStyle | IPieLabelStyle;
|
|
6
6
|
export interface IDataLabelOptionsProps {
|
|
7
|
-
localeService: LocaleService;
|
|
8
7
|
chartType: Nullable<ChartTypeBits>;
|
|
9
8
|
fallbackLabelStyle?: Partial<UnionLabelStyle>;
|
|
10
9
|
labelStyle: Partial<UnionLabelStyle>;
|
|
@@ -22,5 +21,5 @@ export interface IDataLabelOptionsProps {
|
|
|
22
21
|
onShowLabelLineChange?: (showLabelLine: boolean) => void;
|
|
23
22
|
showLabelLine?: Nullable<boolean>;
|
|
24
23
|
}
|
|
25
|
-
export declare const DataLabelOptions: (props: IDataLabelOptionsProps) => import("react
|
|
24
|
+
export declare const DataLabelOptions: (props: IDataLabelOptionsProps) => import("react").JSX.Element;
|
|
26
25
|
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { ChartBorderDashType } from '@univerjs-pro/engine-chart';
|
|
2
|
-
import type { LocaleService } from '@univerjs/core';
|
|
3
2
|
interface IIndicatorChangeInfo {
|
|
4
3
|
indicatorLabelColor?: string;
|
|
5
4
|
indicatorLineType?: ChartBorderDashType;
|
|
@@ -7,12 +6,11 @@ interface IIndicatorChangeInfo {
|
|
|
7
6
|
indicatorLabelTextColor?: string;
|
|
8
7
|
}
|
|
9
8
|
export interface IIndicatorLineProps {
|
|
10
|
-
localeService: LocaleService;
|
|
11
9
|
indicatorLabelColor: string;
|
|
12
10
|
indicatorLineType: ChartBorderDashType;
|
|
13
11
|
indicatorLineColor: string;
|
|
14
12
|
indicatorLabelTextColor: string;
|
|
15
13
|
onChange?: (v: IIndicatorChangeInfo) => void;
|
|
16
14
|
}
|
|
17
|
-
export declare const IndicatorLine: (props: IIndicatorLineProps) => import("react
|
|
15
|
+
export declare const IndicatorLine: (props: IIndicatorLineProps) => import("react").JSX.Element;
|
|
18
16
|
export {};
|