@univerjs-pro/sheets-chart-ui 1.0.0-alpha.7 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +14 -377
- 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/commands/commands/focused-chart.command.d.ts +1 -1
- package/lib/types/commands/commands/sheet-chart-menu.command.d.ts +4 -1
- package/lib/types/commands/operations/open-chart-panel-operation.d.ts +1 -1
- package/lib/types/config/config.d.ts +4 -0
- package/lib/types/controllers/chart-element-float-menu.controller.d.ts +4 -3
- package/lib/types/controllers/chart-render.controller.d.ts +3 -1
- package/lib/types/controllers/ui.controller.d.ts +7 -6
- package/lib/types/index.d.ts +0 -2
- package/lib/types/locale/en-US.d.ts +55 -302
- package/lib/types/services/chart-element-selection.d.ts +6 -6
- package/lib/types/services/chart-render.service.d.ts +10 -10
- package/lib/types/services/sheet-chart-host.d.ts +2 -4
- package/lib/types/services/sheets-chart-host-provider.service.d.ts +2 -2
- package/lib/types/services/sheets-chart-ui.service.d.ts +25 -138
- package/lib/types/util.d.ts +7 -4
- package/lib/types/views/chart-edit-panel/chart-editor-default-values.d.ts +79 -0
- package/lib/types/views/chart-edit-panel/data-tab-panel/DataTabPanel.d.ts +4 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/StyleTabPanel.d.ts +4 -5
- package/lib/types/views/chart-menu/chart-menu-factory.d.ts +1 -2
- 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 +20 -20
- package/lib/types/hooks.d.ts +0 -3
- package/lib/types/services/chart-panel-route.d.ts +0 -20
- package/lib/types/views/chart-edit-panel/Options.d.ts +0 -165
- package/lib/types/views/chart-edit-panel/RadarChartOptionsEdit.d.ts +0 -3
- package/lib/types/views/chart-edit-panel/button-switch/ButtonSwitch.d.ts +0 -8
- package/lib/types/views/chart-edit-panel/button-switch/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/data-tab-panel/BubbleDataEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/data-tab-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/AxisOptionsEdit.d.ts +0 -9
- package/lib/types/views/chart-edit-panel/style-tab-panel/ChartNumfmtDialog.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/DataLabelOptions.d.ts +0 -25
- package/lib/types/views/chart-edit-panel/style-tab-panel/IndicatorLine.d.ts +0 -16
- package/lib/types/views/chart-edit-panel/style-tab-panel/ParetoLine.d.ts +0 -5
- package/lib/types/views/chart-edit-panel/style-tab-panel/PieChartStyleEdit.d.ts +0 -6
- package/lib/types/views/chart-edit-panel/style-tab-panel/RelationEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/TrendLineEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/WaterfallSeriesEdit.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/WordCloudShapeSelector.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/GridLineAndTickOptions.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/CombinationChartTypeSelect.d.ts +0 -4
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/DataPointsEdit.d.ts +0 -11
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/RadarPoints.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/SeriesStyleEdit.d.ts +0 -7
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/Widgets.d.ts +0 -33
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/const.d.ts +0 -2
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/index.d.ts +0 -1
- package/lib/types/views/chart-edit-panel/style-tab-panel/series-style-edit/use-series-chart-type.d.ts +0 -3
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x526a(_0x3fa4a3,_0x360a3d){_0x3fa4a3=_0x3fa4a3-0x120;var _0x5160e6=_0x5160();var _0x526a43=_0x5160e6[_0x3fa4a3];return _0x526a43;}(function(_0x5bb3f0,_0x10d353){var _0x241456=_0x526a,_0x4b778f=_0x5bb3f0();while(!![]){try{var _0x1b94c5=-parseInt(_0x241456(0x13b))/0x1*(-parseInt(_0x241456(0x14c))/0x2)+-parseInt(_0x241456(0x13d))/0x3+parseInt(_0x241456(0x145))/0x4+-parseInt(_0x241456(0x128))/0x5*(parseInt(_0x241456(0x124))/0x6)+-parseInt(_0x241456(0x121))/0x7+parseInt(_0x241456(0x138))/0x8+parseInt(_0x241456(0x14d))/0x9*(parseInt(_0x241456(0x144))/0xa);if(_0x1b94c5===_0x10d353)break;else _0x4b778f['push'](_0x4b778f['shift']());}catch(_0x13f29c){_0x4b778f['push'](_0x4b778f['shift']());}}}(_0x5160,0x96ab4),function(_0x4112b1,_0x297153){var _0x3334f4=_0x526a;typeof exports==_0x3334f4(0x132)&&typeof module<'u'?module['exports']=_0x297153():typeof define==_0x3334f4(0x12b)&&define[_0x3334f4(0x139)]?define([],_0x297153):(_0x4112b1=typeof globalThis<'u'?globalThis:_0x4112b1||self,_0x4112b1[_0x3334f4(0x155)]=_0x297153());}(this,function(){var _0x4c27fd=_0x526a;return{'sheets-chart-ui':{'permission':{'editErr':_0x4c27fd(0x14a)},'common':{'setup':_0x4c27fd(0x156),'customize':_0x4c27fd(0x125),'editChart':'图表','useAsCategoryLabels':_0x4c27fd(0x14e),'switchRowColumn':_0x4c27fd(0x120),'dataRange':_0x4c27fd(0x141),'insertChart':'插入图表','openChartPanel':'编辑图表','deleteChart':_0x4c27fd(0x135),'hideChartPanel':_0x4c27fd(0x137),'chartAndAxisTitles':_0x4c27fd(0x12e),'chartStyle':_0x4c27fd(0x12c),'heatmap':'热力图','horizontalAxis':'横轴','legend':'图例','rightVerticalAxis':_0x4c27fd(0x14f),'series':'系列','trendline':_0x4c27fd(0x13a),'verticalAxis':'纵轴','category':'类别','copy':'复制','exportImage':_0x4c27fd(0x14b)},'waterfall':{'subtotal':'小计','positive':'正值','negative':'负值'},'chartTypes':{'line':_0x4c27fd(0x123),'column':_0x4c27fd(0x147),'bar':_0x4c27fd(0x151),'barStacked':_0x4c27fd(0x143),'barPercentStacked':_0x4c27fd(0x131),'pie':'饼图','donut':_0x4c27fd(0x126),'pieOfPie':_0x4c27fd(0x150),'barOfPie':_0x4c27fd(0x136),'area':_0x4c27fd(0x12d),'areaStacked':_0x4c27fd(0x149),'areaPercentStacked':_0x4c27fd(0x12f),'radar':'雷达图','scatter':_0x4c27fd(0x134),'combination':_0x4c27fd(0x12a),'wordCloud':'词云图','funnel':_0x4c27fd(0x142),'bubble':'气泡图','relation':'关系图','waterfall':_0x4c27fd(0x154),'pareto':_0x4c27fd(0x148),'sankey':'桑基图','heatmap':'热力图','boxplot':_0x4c27fd(0x122),'candlestick':_0x4c27fd(0x153),'histogram':'直方图','treemap':'矩形树图','sunburst':_0x4c27fd(0x127),'gauge':_0x4c27fd(0x140),'chord':_0x4c27fd(0x146)},'section':{'candlestick':_0x4c27fd(0x13e),'chord':_0x4c27fd(0x146),'funnel':_0x4c27fd(0x142),'gauge':'仪表图','gridlinesAndTicks':'网格线和刻度线','histogram':_0x4c27fd(0x152),'indicatorLine':_0x4c27fd(0x13c),'lineAndArea':_0x4c27fd(0x13f),'paretoBar':'柱状图系列','paretoLine':_0x4c27fd(0x133),'pie':'饼图','radar':_0x4c27fd(0x129),'relation':'关系图','sunburst':'旭日图','treemap':_0x4c27fd(0x130),'waterfall':_0x4c27fd(0x154),'wordCloud':'词云'},'chord':{'target':'目标'}}};}));function _0x5160(){var _0x236fb5=['树状图','百分比堆叠条形图','object','累积占比系列','散点图','删除图表','复合饼图','隐藏图表面板','3475952RmAOtl','amd','趋势线','1aQLmyr','指示线','3230559WBYcEn','烛台图','折线图\x20/\x20面积图','仪表盘','数据范围','漏斗图','堆叠条形图','20ZQUiqw','1497532wkodrV','和弦图','柱状图','排列图','堆叠面积图','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','导出图片','69742NhNeOG','9081783UZLknM','将\x20{0}\x20作为类别','右纵轴','子母饼图','条形图','直方图','K\x20线图','瀑布图','UniverProSheetsChartUiZhCN','类型与数据','切换行列','5049702bEQQGg','箱线图','折线图','6SDlPJV','自定义样式','环形图','旭日图','2232715HNklAF','雷达图','组合图','function','图表样式','面积图','图表和坐标轴标题','百分比堆叠面积图'];_0x5160=function(){return _0x236fb5;};return _0x5160();}
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x24a326,_0x1f5c31){var _0x263c9a=_0x1de7,_0x49394f=_0x24a326();while(!![]){try{var _0x322010=parseInt(_0x263c9a(0x113))/0x1*(parseInt(_0x263c9a(0xec))/0x2)+-parseInt(_0x263c9a(0x102))/0x3+-parseInt(_0x263c9a(0x11b))/0x4+parseInt(_0x263c9a(0x11a))/0x5+-parseInt(_0x263c9a(0x10a))/0x6*(-parseInt(_0x263c9a(0xf3))/0x7)+parseInt(_0x263c9a(0x105))/0x8+parseInt(_0x263c9a(0xf7))/0x9;if(_0x322010===_0x1f5c31)break;else _0x49394f['push'](_0x49394f['shift']());}catch(_0x5de107){_0x49394f['push'](_0x49394f['shift']());}}}(_0x48e9,0xd925a),function(_0x265d6e,_0x256c88){var _0x36cb21=_0x1de7;typeof exports==_0x36cb21(0x108)&&typeof module<'u'?module[_0x36cb21(0xf0)]=_0x256c88():typeof define==_0x36cb21(0xfc)&&define[_0x36cb21(0xf4)]?define([],_0x256c88):(_0x265d6e=typeof globalThis<'u'?globalThis:_0x265d6e||self,_0x265d6e[_0x36cb21(0xf2)]=_0x256c88());}(this,function(){var _0x340556=_0x1de7;return{'sheets-chart-ui':{'permission':{'editErr':_0x340556(0xea)},'common':{'setup':_0x340556(0xfd),'customize':_0x340556(0x100),'editChart':'編輯圖表','useAsCategoryLabels':_0x340556(0xe9),'switchRowColumn':_0x340556(0x104),'dataRange':_0x340556(0x116),'insertChart':_0x340556(0x10f),'openChartPanel':_0x340556(0x106),'deleteChart':_0x340556(0xed),'hideChartPanel':'隱藏圖表面板','chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x340556(0x114),'heatmap':_0x340556(0x10e),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':'右縱軸','series':'系列','trendline':_0x340556(0x115),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':'匯出圖片'},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':_0x340556(0xef),'column':'柱狀圖','bar':_0x340556(0x109),'barStacked':_0x340556(0x10d),'barPercentStacked':_0x340556(0x118),'pie':'餅圖','donut':_0x340556(0x103),'pieOfPie':_0x340556(0xfa),'barOfPie':_0x340556(0xf5),'area':'面積圖','areaStacked':_0x340556(0xe7),'areaPercentStacked':_0x340556(0xf1),'radar':_0x340556(0xe5),'scatter':'散點圖','combination':_0x340556(0xfe),'wordCloud':_0x340556(0x111),'funnel':_0x340556(0xf6),'bubble':'氣泡圖','relation':_0x340556(0x119),'waterfall':'瀑布圖','pareto':_0x340556(0x10c),'sankey':_0x340556(0xe6),'heatmap':_0x340556(0x10e),'boxplot':_0x340556(0xfb),'candlestick':_0x340556(0xf9),'histogram':_0x340556(0xe8),'treemap':_0x340556(0x10b),'sunburst':_0x340556(0xff),'gauge':'儀表盤','chord':_0x340556(0x101)},'section':{'candlestick':_0x340556(0x110),'chord':_0x340556(0x101),'funnel':_0x340556(0xf6),'gauge':_0x340556(0xee),'gridlinesAndTicks':_0x340556(0x107),'histogram':_0x340556(0xe8),'indicatorLine':_0x340556(0x117),'lineAndArea':_0x340556(0xf8),'paretoBar':_0x340556(0x112),'paretoLine':'累積占比系列','pie':'餅圖','radar':'雷達圖','relation':_0x340556(0x119),'sunburst':_0x340556(0xff),'treemap':_0x340556(0xeb),'waterfall':'瀑布圖','wordCloud':'詞雲'},'chord':{'target':'目標'}}};}));function _0x1de7(_0x14b97e,_0x4303fd){_0x14b97e=_0x14b97e-0xe5;var _0x48e9ec=_0x48e9();var _0x1de7d5=_0x48e9ec[_0x14b97e];return _0x1de7d5;}function _0x48e9(){var _0x5a2147=['關係圖','6173550AlqZfC','6982712SsNxyS','雷達圖','桑基圖','堆疊面積圖','直方圖','使用\x20{0}\x20作為類別','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','樹狀圖','629318LuCxfE','刪除圖表','儀表圖','折線圖','exports','百分比堆疊面積圖','UniverProSheetsChartUiZhHK','271453KHuxSt','amd','複合餅圖','漏斗圖','309942VoxWRp','折線圖\x20/\x20面積圖','K\x20線圖','子母餅圖','箱型圖','function','設定圖表','組合圖','旭日圖','自訂圖表','和弦圖','724062CMNqMF','環形圖','切換列或欄','9720808pGvRzQ','開啟圖表面板','網格線和刻度線','object','條形圖','12tKaruS','矩形樹圖','排列圖','堆疊條形圖','熱力圖','插入圖表','燭台圖','詞雲圖','長條圖系列','1AerRSK','圖表樣式','趨勢線','資料範圍','指示線','百分比堆疊條形圖'];_0x48e9=function(){return _0x5a2147;};return _0x48e9();}
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x22fb(_0x565548,_0x38982b){_0x565548=_0x565548-0x1f1;var _0xa2866c=_0xa286();var _0x22fb05=_0xa2866c[_0x565548];return _0x22fb05;}function _0xa286(){var _0x1b22bb=['731857PsASxF','UniverProSheetsChartUiZhTW','資料範圍','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','樹狀圖','編輯圖表','隱藏圖表面板','面積圖','條形圖','1751607gHViKL','設定圖表','圖表樣式','自訂圖表','匯出圖片','9770llqZlG','31802ReRUJe','百分比堆疊條形圖','趨勢線','和弦圖','10442110ahquha','exports','右縱軸','折線圖\x20/\x20面積圖','192kbuyft','桑基圖','40DMqGtJ','使用\x20{0}\x20作為類別','旭日圖','氣泡圖','累積占比系列','長條圖系列','網格線和刻度線','箱型圖','環形圖','刪除圖表','百分比堆疊面積圖','燭台圖','瀑布圖','84159aGXFus','指示線','漏斗圖','圖表與座標軸標題','關係圖','開啟圖表面板','複合餅圖','object','組合圖','1197208ZIUjNK','柱狀圖','堆疊面積圖','4qRYtjm','雷達圖'];_0xa286=function(){return _0x1b22bb;};return _0xa286();}(function(_0x5961e1,_0x120ae2){var _0x32314c=_0x22fb,_0x10213d=_0x5961e1();while(!![]){try{var _0x388d74=parseInt(_0x32314c(0x1f3))/0x1*(-parseInt(_0x32314c(0x204))/0x2)+-parseInt(_0x32314c(0x21b))/0x3+-parseInt(_0x32314c(0x224))/0x4+-parseInt(_0x32314c(0x203))/0x5*(parseInt(_0x32314c(0x20c))/0x6)+parseInt(_0x32314c(0x1f5))/0x7*(-parseInt(_0x32314c(0x20e))/0x8)+parseInt(_0x32314c(0x1fe))/0x9+parseInt(_0x32314c(0x208))/0xa;if(_0x388d74===_0x120ae2)break;else _0x10213d['push'](_0x10213d['shift']());}catch(_0x3bd902){_0x10213d['push'](_0x10213d['shift']());}}}(_0xa286,0x401c0),function(_0x1aedbb,_0x118551){var _0x34622a=_0x22fb;typeof exports==_0x34622a(0x222)&&typeof module<'u'?module[_0x34622a(0x209)]=_0x118551():typeof define=='function'&&define['amd']?define([],_0x118551):(_0x1aedbb=typeof globalThis<'u'?globalThis:_0x1aedbb||self,_0x1aedbb[_0x34622a(0x1f6)]=_0x118551());}(this,function(){var _0x32dc79=_0x22fb;return{'sheets-chart-ui':{'permission':{'editErr':_0x32dc79(0x1f8)},'common':{'setup':_0x32dc79(0x1ff),'customize':_0x32dc79(0x201),'editChart':_0x32dc79(0x1fa),'useAsCategoryLabels':_0x32dc79(0x20f),'switchRowColumn':'切換列或欄','dataRange':_0x32dc79(0x1f7),'insertChart':'插入圖表','openChartPanel':_0x32dc79(0x220),'deleteChart':_0x32dc79(0x217),'hideChartPanel':_0x32dc79(0x1fb),'chartAndAxisTitles':_0x32dc79(0x21e),'chartStyle':_0x32dc79(0x200),'heatmap':'熱力圖','horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x32dc79(0x20a),'series':'系列','trendline':_0x32dc79(0x206),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':_0x32dc79(0x202)},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':'折線圖','column':_0x32dc79(0x1f1),'bar':_0x32dc79(0x1fd),'barStacked':'堆疊條形圖','barPercentStacked':_0x32dc79(0x205),'pie':'餅圖','donut':_0x32dc79(0x216),'pieOfPie':'子母餅圖','barOfPie':_0x32dc79(0x221),'area':_0x32dc79(0x1fc),'areaStacked':_0x32dc79(0x1f2),'areaPercentStacked':_0x32dc79(0x218),'radar':_0x32dc79(0x1f4),'scatter':'散點圖','combination':_0x32dc79(0x223),'wordCloud':'詞雲圖','funnel':_0x32dc79(0x21d),'bubble':_0x32dc79(0x211),'relation':_0x32dc79(0x21f),'waterfall':_0x32dc79(0x21a),'pareto':'排列圖','sankey':_0x32dc79(0x20d),'heatmap':'熱力圖','boxplot':_0x32dc79(0x215),'candlestick':'K\x20線圖','histogram':'直方圖','treemap':'矩形樹圖','sunburst':_0x32dc79(0x210),'gauge':'儀表板','chord':_0x32dc79(0x207)},'section':{'candlestick':_0x32dc79(0x219),'chord':_0x32dc79(0x207),'funnel':_0x32dc79(0x21d),'gauge':'儀表圖','gridlinesAndTicks':_0x32dc79(0x214),'histogram':'直方圖','indicatorLine':_0x32dc79(0x21c),'lineAndArea':_0x32dc79(0x20b),'paretoBar':_0x32dc79(0x213),'paretoLine':_0x32dc79(0x212),'pie':'餅圖','radar':_0x32dc79(0x1f4),'relation':_0x32dc79(0x21f),'sunburst':_0x32dc79(0x210),'treemap':_0x32dc79(0x1f9),'waterfall':'瀑布圖','wordCloud':'詞雲'},'chord':{'target':'目標'}}};}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-chart-ui",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Chart UI integration for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -57,32 +57,32 @@
|
|
|
57
57
|
"rxjs": ">=7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@univerjs/icons": "1.
|
|
61
|
-
"@univerjs-pro/chart-ui": "1.0.0-
|
|
62
|
-
"@univerjs/
|
|
63
|
-
"@univerjs-pro/
|
|
64
|
-
"@univerjs
|
|
65
|
-
"@univerjs-pro/
|
|
66
|
-
"@univerjs/design": "1.0.0-
|
|
67
|
-
"@univerjs/drawing": "1.0.0-
|
|
68
|
-
"@univerjs/engine-formula": "1.0.0-
|
|
69
|
-
"@univerjs/
|
|
70
|
-
"@univerjs/
|
|
71
|
-
"@univerjs/sheets": "1.0.0-
|
|
72
|
-
"@univerjs/sheets-
|
|
73
|
-
"@univerjs/sheets-
|
|
74
|
-
"@univerjs/
|
|
75
|
-
"@univerjs/ui": "1.0.0-
|
|
76
|
-
"@univerjs/
|
|
60
|
+
"@univerjs/icons": "1.35.0",
|
|
61
|
+
"@univerjs-pro/chart-ui": "1.0.0-beta.0",
|
|
62
|
+
"@univerjs-pro/sheets-chart": "1.0.0-beta.0",
|
|
63
|
+
"@univerjs-pro/license": "1.0.0-beta.0",
|
|
64
|
+
"@univerjs/core": "1.0.0-beta.0",
|
|
65
|
+
"@univerjs-pro/engine-chart": "1.0.0-beta.0",
|
|
66
|
+
"@univerjs/design": "1.0.0-beta.0",
|
|
67
|
+
"@univerjs/drawing": "1.0.0-beta.0",
|
|
68
|
+
"@univerjs/engine-formula": "1.0.0-beta.0",
|
|
69
|
+
"@univerjs/sheets": "1.0.0-beta.0",
|
|
70
|
+
"@univerjs/sheets-drawing": "1.0.0-beta.0",
|
|
71
|
+
"@univerjs/sheets-drawing-ui": "1.0.0-beta.0",
|
|
72
|
+
"@univerjs/sheets-formula-ui": "1.0.0-beta.0",
|
|
73
|
+
"@univerjs/sheets-ui": "1.0.0-beta.0",
|
|
74
|
+
"@univerjs/ui": "1.0.0-beta.0",
|
|
75
|
+
"@univerjs/drawing-ui": "1.0.0-beta.0",
|
|
76
|
+
"@univerjs/engine-render": "1.0.0-beta.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"postcss": "^8.5.
|
|
79
|
+
"postcss": "^8.5.25",
|
|
80
80
|
"react": "18.3.1",
|
|
81
81
|
"rxjs": "7.8.2",
|
|
82
82
|
"tailwindcss": "3.4.17",
|
|
83
83
|
"typescript": "^6.0.3",
|
|
84
84
|
"vitest": "^4.1.10",
|
|
85
|
-
"@univerjs-infra/shared": "1.0.0-
|
|
85
|
+
"@univerjs-infra/shared": "1.0.0-beta.0"
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"test": "vitest run",
|
package/lib/types/hooks.d.ts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { ChartConfigStateKey, InferChartConfigStateValue } from './services/sheets-chart-ui.service';
|
|
2
|
-
export declare function useChartConfigState<V, T extends ChartConfigStateKey = ChartConfigStateKey>(key: T, defaultValue: V): [V, (value: V) => void];
|
|
3
|
-
export declare function useChartConfigState<T extends ChartConfigStateKey = ChartConfigStateKey, V extends InferChartConfigStateValue<T> = InferChartConfigStateValue<T>>(key: T): [V | undefined, (value: V) => void];
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ChartElementConfigTarget } from '@univerjs-pro/chart-ui';
|
|
2
|
-
import type { IChartElementHit } from '@univerjs-pro/engine-chart';
|
|
3
|
-
export interface IChartEditPanelRoute {
|
|
4
|
-
tab: 'style' | 'data';
|
|
5
|
-
section?: 'chartStyle' | 'chartAndAxisTitles' | 'legend' | 'horizontalAxis' | 'verticalAxis' | 'rightVerticalAxis' | 'series' | 'pieStyle' | 'paretoBarSeries' | 'paretoLineSeries' | 'waterfallSeries' | 'relation' | 'wordCloud';
|
|
6
|
-
titleKey?: 'title' | 'subtitle' | 'xAxisTitle' | 'yAxisTitle' | 'rightYAxisTitle';
|
|
7
|
-
axisId?: 'xAxis' | 'yAxis' | 'rightYAxis';
|
|
8
|
-
seriesId?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface IChartSelectedElementState {
|
|
11
|
-
chartId: string;
|
|
12
|
-
element: IChartElementHit;
|
|
13
|
-
target: ChartElementConfigTarget;
|
|
14
|
-
route: IChartEditPanelRoute;
|
|
15
|
-
}
|
|
16
|
-
export interface IChartPanelRouteState {
|
|
17
|
-
chartId: string;
|
|
18
|
-
route: IChartEditPanelRoute | null;
|
|
19
|
-
}
|
|
20
|
-
export declare function resolveChartEditPanelRoute(target: ChartElementConfigTarget): IChartEditPanelRoute | undefined;
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from 'react';
|
|
2
|
-
import type { LocaleKey } from '../../locale/types';
|
|
3
|
-
import type { IChartOptionType } from '../../services/sheets-chart-ui.service';
|
|
4
|
-
import { AreaLineStyle, AxisAlignEnum, ChartBorderDashType, ChartTrendlineType, InvalidValueType, LabelContentType, LegendPositionEnum, LinePointShape, PieLabelPosition, RadarShape, SelectModeEnum, SeriesLabelPosition, TextAlign, TextVerticalAlign, TitlePositionEnum, WaterfallStackTypeEnum } from '@univerjs-pro/engine-chart';
|
|
5
|
-
export type OptionType = IChartOptionType;
|
|
6
|
-
export interface ILocaleOption<T = string> {
|
|
7
|
-
label: LocaleKey;
|
|
8
|
-
value: T;
|
|
9
|
-
}
|
|
10
|
-
export declare const defaultOption: ILocaleOption<string>;
|
|
11
|
-
export declare const chartTypeToIcon: Record<string, ReactNode>;
|
|
12
|
-
export declare const seriesChartTypeOptions: Array<ILocaleOption<string>>;
|
|
13
|
-
export declare const titleOptions: readonly [{
|
|
14
|
-
readonly label: "sheets-chart-ui.titles.mainTitle";
|
|
15
|
-
readonly value: "title";
|
|
16
|
-
}, {
|
|
17
|
-
readonly label: "sheets-chart-ui.titles.xAxisTitle";
|
|
18
|
-
readonly value: "xAxisTitle";
|
|
19
|
-
}, {
|
|
20
|
-
readonly label: "sheets-chart-ui.titles.yAxisTitle";
|
|
21
|
-
readonly value: "yAxisTitle";
|
|
22
|
-
}, {
|
|
23
|
-
readonly label: "sheets-chart-ui.titles.rightYAxisTitle";
|
|
24
|
-
readonly value: "rightYAxisTitle";
|
|
25
|
-
}];
|
|
26
|
-
export type TitleOptionValue = typeof titleOptions[number]['value'] | 'subtitle';
|
|
27
|
-
export declare const fontSizeOptions: readonly [{
|
|
28
|
-
readonly label: "10";
|
|
29
|
-
readonly value: "10";
|
|
30
|
-
}, {
|
|
31
|
-
readonly label: "12";
|
|
32
|
-
readonly value: "12";
|
|
33
|
-
}, {
|
|
34
|
-
readonly label: "14";
|
|
35
|
-
readonly value: "14";
|
|
36
|
-
}, {
|
|
37
|
-
readonly label: "16";
|
|
38
|
-
readonly value: "16";
|
|
39
|
-
}, {
|
|
40
|
-
readonly label: "18";
|
|
41
|
-
readonly value: "18";
|
|
42
|
-
}, {
|
|
43
|
-
readonly label: "20";
|
|
44
|
-
readonly value: "20";
|
|
45
|
-
}, {
|
|
46
|
-
readonly label: "24";
|
|
47
|
-
readonly value: "24";
|
|
48
|
-
}, {
|
|
49
|
-
readonly label: "30";
|
|
50
|
-
readonly value: "30";
|
|
51
|
-
}, {
|
|
52
|
-
readonly label: "36";
|
|
53
|
-
readonly value: "36";
|
|
54
|
-
}];
|
|
55
|
-
export declare const textAlignOptions: readonly [{
|
|
56
|
-
readonly label: "sheets-chart-ui.align.left";
|
|
57
|
-
readonly value: "left";
|
|
58
|
-
}, {
|
|
59
|
-
readonly label: "sheets-chart-ui.align.center";
|
|
60
|
-
readonly value: "center";
|
|
61
|
-
}, {
|
|
62
|
-
readonly label: "sheets-chart-ui.align.right";
|
|
63
|
-
readonly value: "right";
|
|
64
|
-
}];
|
|
65
|
-
export type TextAlignOptionValue = typeof textAlignOptions[number]['value'];
|
|
66
|
-
export declare function getAllSeriesOption(): ILocaleOption<string>;
|
|
67
|
-
export declare const lineOpacityOptions: {
|
|
68
|
-
label: string;
|
|
69
|
-
value: string;
|
|
70
|
-
}[];
|
|
71
|
-
export declare const axisPositionOptions: Array<ILocaleOption<string>>;
|
|
72
|
-
export declare const borderDashTypeOptions: Array<ILocaleOption<ChartBorderDashType>>;
|
|
73
|
-
export declare const linePointShapeOptions: Array<ILocaleOption<LinePointShape>>;
|
|
74
|
-
export declare const linePointSizeOptions: {
|
|
75
|
-
label: string;
|
|
76
|
-
value: string;
|
|
77
|
-
}[];
|
|
78
|
-
export declare const borderWidthOptions: {
|
|
79
|
-
label: string;
|
|
80
|
-
value: string;
|
|
81
|
-
}[];
|
|
82
|
-
export declare const axisLabelRotateOptions: {
|
|
83
|
-
label: string;
|
|
84
|
-
value: string;
|
|
85
|
-
}[];
|
|
86
|
-
export declare const trendlineTypeOptions: Array<{
|
|
87
|
-
label: LocaleKey;
|
|
88
|
-
value: ChartTrendlineType;
|
|
89
|
-
}>;
|
|
90
|
-
export declare const trendlineToIcon: Record<string, ReactNode>;
|
|
91
|
-
export declare const trendlineOrderOptions: {
|
|
92
|
-
label: string;
|
|
93
|
-
value: string;
|
|
94
|
-
}[];
|
|
95
|
-
export declare const dataLabelPositionOptions: Array<ILocaleOption<SeriesLabelPosition>>;
|
|
96
|
-
export declare const pieDataLabelPositionOptions: Array<ILocaleOption<PieLabelPosition>>;
|
|
97
|
-
export declare const legendLabelPositionOptions: Array<ILocaleOption<LegendPositionEnum>>;
|
|
98
|
-
export declare const legendSelectModeOptions: Array<ILocaleOption<SelectModeEnum>>;
|
|
99
|
-
export declare const legendVisualMapTypeOptions: Array<ILocaleOption<string>>;
|
|
100
|
-
export declare const titlePositionOptions: Array<ILocaleOption<TitlePositionEnum>>;
|
|
101
|
-
export declare const axisTitlePositionOptions: Array<ILocaleOption<AxisAlignEnum>>;
|
|
102
|
-
/**
|
|
103
|
-
* chart title position options X
|
|
104
|
-
*/
|
|
105
|
-
export declare const titlePositionXOptions: {
|
|
106
|
-
label: string;
|
|
107
|
-
value: TextAlign;
|
|
108
|
-
}[];
|
|
109
|
-
/**
|
|
110
|
-
* chart title position options Y
|
|
111
|
-
*/
|
|
112
|
-
export declare const titlePositionYOptions: {
|
|
113
|
-
label: string;
|
|
114
|
-
value: TextVerticalAlign;
|
|
115
|
-
}[];
|
|
116
|
-
export declare const axisListOptions: Array<ILocaleOption<string>>;
|
|
117
|
-
export declare const tickThicknessOptions: {
|
|
118
|
-
label: string;
|
|
119
|
-
value: string;
|
|
120
|
-
}[];
|
|
121
|
-
export declare const stackTypeOptions: Array<ILocaleOption<string>>;
|
|
122
|
-
export declare const areaLineTypeOptions: Array<ILocaleOption<AreaLineStyle>>;
|
|
123
|
-
export declare const pieDonutHoleOptions: {
|
|
124
|
-
label: string;
|
|
125
|
-
value: string;
|
|
126
|
-
}[];
|
|
127
|
-
export declare const radarShapeOptions: Array<ILocaleOption<RadarShape>>;
|
|
128
|
-
export declare const invalidValueOptions: Array<ILocaleOption<InvalidValueType>>;
|
|
129
|
-
export declare const labelContentTypeList: LabelContentType[];
|
|
130
|
-
export declare const labelContentOptions: Array<ILocaleOption<string>>;
|
|
131
|
-
export declare const pieLabelContentOptions: ILocaleOption<string>[];
|
|
132
|
-
export declare const tickLengthOptions: {
|
|
133
|
-
label: string;
|
|
134
|
-
value: string;
|
|
135
|
-
}[];
|
|
136
|
-
export declare const tickWidthOptions: {
|
|
137
|
-
label: string;
|
|
138
|
-
value: string;
|
|
139
|
-
}[];
|
|
140
|
-
export declare const RelationLayoutOptions: Array<ILocaleOption<string>>;
|
|
141
|
-
export declare const DateFormatList: {
|
|
142
|
-
label: string;
|
|
143
|
-
suffix: string;
|
|
144
|
-
}[];
|
|
145
|
-
export declare const ThousandsSeparatorFormatList: ({
|
|
146
|
-
label: string;
|
|
147
|
-
suffix: string;
|
|
148
|
-
color?: undefined;
|
|
149
|
-
} | {
|
|
150
|
-
label: string;
|
|
151
|
-
suffix: string;
|
|
152
|
-
color: string;
|
|
153
|
-
})[];
|
|
154
|
-
export declare const CurrencyFormatList: ({
|
|
155
|
-
label: (suffix: string) => string;
|
|
156
|
-
suffix: (suffix: string) => string;
|
|
157
|
-
color?: undefined;
|
|
158
|
-
} | {
|
|
159
|
-
label: (suffix: string) => string;
|
|
160
|
-
suffix: (suffix: string) => string;
|
|
161
|
-
color: string;
|
|
162
|
-
})[];
|
|
163
|
-
export declare const UNIVER_SHEET_CHART_FORMAT_DIALOG_ID = "univer-sheet-chart-format-dialog-id";
|
|
164
|
-
export declare const UNIVER_SHEET_CHART_FORMAT_DIALOG = "univer-sheet-chart-format-dialog";
|
|
165
|
-
export declare const waterfallStackTypeOptions: Array<ILocaleOption<WaterfallStackTypeEnum>>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { OptionType } from '../Options';
|
|
2
|
-
export interface IButtonSwitchProps {
|
|
3
|
-
className?: string;
|
|
4
|
-
options: OptionType[];
|
|
5
|
-
value?: string;
|
|
6
|
-
onChange?: (value: string) => void;
|
|
7
|
-
}
|
|
8
|
-
export declare const ButtonSwitch: (props: IButtonSwitchProps) => import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ButtonSwitch';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './DataTabPanel';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './ChartEditPanel';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { DeepPartial, IAxisOptions } from '@univerjs-pro/engine-chart';
|
|
2
|
-
import type { Nullable } from '@univerjs/core';
|
|
3
|
-
export interface IAxisOptionsEditProps {
|
|
4
|
-
valueAxis: boolean;
|
|
5
|
-
canUseDateAxis: boolean;
|
|
6
|
-
axisOptions: Nullable<DeepPartial<IAxisOptions>>;
|
|
7
|
-
onChange?: (axisOptions: DeepPartial<IAxisOptions>) => void;
|
|
8
|
-
}
|
|
9
|
-
export declare const AxisOptionsEdit: (props: IAxisOptionsEditProps) => import("react").JSX.Element;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { PropertyChangeFunction } from '@univerjs-pro/chart-ui';
|
|
2
|
-
import type { ChartTypeBits, IPieLabelStyle, ISeriesLabelStyle } from '@univerjs-pro/engine-chart';
|
|
3
|
-
import type { Nullable } from '@univerjs/core';
|
|
4
|
-
import type { OptionType } from '../Options';
|
|
5
|
-
type UnionLabelStyle = ISeriesLabelStyle | IPieLabelStyle;
|
|
6
|
-
export interface IDataLabelOptionsProps {
|
|
7
|
-
chartType: Nullable<ChartTypeBits>;
|
|
8
|
-
fallbackLabelStyle?: Partial<UnionLabelStyle>;
|
|
9
|
-
labelStyle: Partial<UnionLabelStyle>;
|
|
10
|
-
contentTypeOptions?: OptionType[];
|
|
11
|
-
positionOptions?: OptionType[];
|
|
12
|
-
onVisibleChange?: (visible: boolean) => void;
|
|
13
|
-
onPadAngleChange?: (padAngle: boolean) => void;
|
|
14
|
-
onLabelStyleChange?: PropertyChangeFunction<UnionLabelStyle>;
|
|
15
|
-
isPieLike: boolean;
|
|
16
|
-
padAngleStyle?: Nullable<boolean>;
|
|
17
|
-
onHalfPieChange?: (isHalfPie: boolean) => void;
|
|
18
|
-
isHalfPie?: Nullable<boolean>;
|
|
19
|
-
isRosePie?: Nullable<boolean>;
|
|
20
|
-
onRosePieChange?: (isRosePie: boolean) => void;
|
|
21
|
-
onShowLabelLineChange?: (showLabelLine: boolean) => void;
|
|
22
|
-
showLabelLine?: Nullable<boolean>;
|
|
23
|
-
}
|
|
24
|
-
export declare const DataLabelOptions: (props: IDataLabelOptionsProps) => import("react").JSX.Element;
|
|
25
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { ChartBorderDashType } from '@univerjs-pro/engine-chart';
|
|
2
|
-
interface IIndicatorChangeInfo {
|
|
3
|
-
indicatorLabelColor?: string;
|
|
4
|
-
indicatorLineType?: ChartBorderDashType;
|
|
5
|
-
indicatorLineColor?: string;
|
|
6
|
-
indicatorLabelTextColor?: string;
|
|
7
|
-
}
|
|
8
|
-
export interface IIndicatorLineProps {
|
|
9
|
-
indicatorLabelColor: string;
|
|
10
|
-
indicatorLineType: ChartBorderDashType;
|
|
11
|
-
indicatorLineColor: string;
|
|
12
|
-
indicatorLabelTextColor: string;
|
|
13
|
-
onChange?: (v: IIndicatorChangeInfo) => void;
|
|
14
|
-
}
|
|
15
|
-
export declare const IndicatorLine: (props: IIndicatorLineProps) => import("react").JSX.Element;
|
|
16
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Nullable } from '@univerjs/core';
|
|
2
|
-
import { ChartTypeBits } from '@univerjs-pro/engine-chart';
|
|
3
|
-
export declare const PieChartStyleEdit: (props: {
|
|
4
|
-
chartType: Nullable<ChartTypeBits>;
|
|
5
|
-
onChartTypeChange?: (chartType: ChartTypeBits) => void;
|
|
6
|
-
}) => import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function RelationEdit(): import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const TrendLineStyleEdit: () => import("react").JSX.Element | null;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const WaterfallSeriesEdit: () => import("react").JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function WordCloudShapeSelector(): import("react").JSX.Element;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { IRuntimeAxis } from '@univerjs-pro/engine-chart';
|
|
2
|
-
import type { Nullable } from '@univerjs/core';
|
|
3
|
-
export interface IGridLineAndTickOptionsProps {
|
|
4
|
-
className?: string;
|
|
5
|
-
runtimeAxes: Nullable<IRuntimeAxis[]>;
|
|
6
|
-
}
|
|
7
|
-
export declare const GridLineAndTickOptions: (props: IGridLineAndTickOptionsProps) => import("react").JSX.Element;
|
package/lib/types/views/chart-edit-panel/style-tab-panel/grid-line-and-tick-options/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './GridLineAndTickOptions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './StyleTabPanel';
|