@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/es/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x915233=_0x124b;(function(_0x35bff9,_0x5c9e75){const _0x2d72f5=_0x124b,_0x1ed01b=_0x35bff9();while(!![]){try{const _0xd79631=parseInt(_0x2d72f5(0x87))/0x1+parseInt(_0x2d72f5(0x9d))/0x2*(parseInt(_0x2d72f5(0x84))/0x3)+-parseInt(_0x2d72f5(0x96))/0x4+parseInt(_0x2d72f5(0x7d))/0x5+parseInt(_0x2d72f5(0x79))/0x6*(parseInt(_0x2d72f5(0x8c))/0x7)+-parseInt(_0x2d72f5(0x9e))/0x8+parseInt(_0x2d72f5(0x99))/0x9*(parseInt(_0x2d72f5(0x94))/0xa);if(_0xd79631===_0x5c9e75)break;else _0x1ed01b['push'](_0x1ed01b['shift']());}catch(_0x316815){_0x1ed01b['push'](_0x1ed01b['shift']());}}}(_0x31ac,0xac1cf));function _0x31ac(){const _0x28d09b=['复合饼图','448362vqQZgb','自定义样式','K\x20线图','折线图','将\x20{0}\x20作为类别','24283LMBjPS','条形图','隐藏图表面板','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','关系图','树状图','柱状图','雷达图','3021350gSHvoT','编辑图表','3968056LMKjwX','气泡图','排列图','18fqWxXX','右纵轴','指示线','累积占比系列','1874IOGYfE','11082832XcPwat','瀑布图','图表和坐标轴标题','直方图','删除图表','旭日图','漏斗图','词云图','102uviryU','堆叠面积图','仪表图','桑基图','3941220lYxkIM','热力图','矩形树图','网格线和刻度线','箱线图','导出图片','百分比堆叠面积图','3786skOAKt','数据范围'];_0x31ac=function(){return _0x28d09b;};return _0x31ac();}function _0x124b(_0x25737b,_0x972332){_0x25737b=_0x25737b-0x77;const _0x31ac24=_0x31ac();let _0x124b02=_0x31ac24[_0x25737b];return _0x124b02;}const e={'sheets-chart-ui':{'permission':{'editErr':_0x915233(0x8f)},'common':{'setup':'类型与数据','customize':_0x915233(0x88),'editChart':'图表','useAsCategoryLabels':_0x915233(0x8b),'switchRowColumn':'切换行列','dataRange':_0x915233(0x85),'insertChart':'插入图表','openChartPanel':_0x915233(0x95),'deleteChart':_0x915233(0xa2),'hideChartPanel':_0x915233(0x8e),'chartAndAxisTitles':_0x915233(0xa0),'chartStyle':'图表样式','heatmap':_0x915233(0x7e),'horizontalAxis':'横轴','legend':'图例','rightVerticalAxis':_0x915233(0x9a),'series':'系列','trendline':'趋势线','verticalAxis':'纵轴','category':'类别','copy':'复制','exportImage':_0x915233(0x82)},'waterfall':{'subtotal':'小计','positive':'正值','negative':'负值'},'chartTypes':{'line':_0x915233(0x8a),'column':_0x915233(0x92),'bar':_0x915233(0x8d),'barStacked':'堆叠条形图','barPercentStacked':'百分比堆叠条形图','pie':'饼图','donut':'环形图','pieOfPie':'子母饼图','barOfPie':_0x915233(0x86),'area':'面积图','areaStacked':_0x915233(0x7a),'areaPercentStacked':_0x915233(0x83),'radar':_0x915233(0x93),'scatter':'散点图','combination':'组合图','wordCloud':_0x915233(0x78),'funnel':_0x915233(0x77),'bubble':_0x915233(0x97),'relation':'关系图','waterfall':_0x915233(0x9f),'pareto':_0x915233(0x98),'sankey':_0x915233(0x7c),'heatmap':_0x915233(0x7e),'boxplot':_0x915233(0x81),'candlestick':_0x915233(0x89),'histogram':_0x915233(0xa1),'treemap':_0x915233(0x7f),'sunburst':_0x915233(0xa3),'gauge':'仪表盘','chord':'和弦图'},'section':{'candlestick':'烛台图','chord':'和弦图','funnel':_0x915233(0x77),'gauge':_0x915233(0x7b),'gridlinesAndTicks':_0x915233(0x80),'histogram':_0x915233(0xa1),'indicatorLine':_0x915233(0x9b),'lineAndArea':'折线图\x20/\x20面积图','paretoBar':'柱状图系列','paretoLine':_0x915233(0x9c),'pie':'饼图','radar':_0x915233(0x93),'relation':_0x915233(0x90),'sunburst':'旭日图','treemap':_0x915233(0x91),'waterfall':'瀑布图','wordCloud':'词云'},'chord':{'target':'目标'}}};export{e as default};
|
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x5853(){const _0x451304=['圖表樣式','指示線','設定圖表','1810MNykJo','插入圖表','自訂圖表','673684hqInII','儀表圖','和弦圖','累積占比系列','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','刪除圖表','148893BQtujp','直方圖','複合餅圖','儀表盤','關係圖','網格線和刻度線','氣泡圖','使用\x20{0}\x20作為類別','組合圖','條形圖','27dtpFbi','4031034CVkDrw','41752nlxlyy','1102999PJLDIq','匯出圖片','隱藏圖表面板','堆疊條形圖','折線圖','面積圖','右縱軸','5444AZLGqf','1218980QSGTAQ','燭台圖','56cNnSri','散點圖','子母餅圖','瀑布圖','資料範圍','6kSWXUn','漏斗圖','旭日圖','詞雲圖','柱狀圖','468aqwsLO','熱力圖','百分比堆疊面積圖','切換列或欄','樹狀圖','編輯圖表','百分比堆疊條形圖','排列圖'];_0x5853=function(){return _0x451304;};return _0x5853();}const _0x1fb24a=_0x5c2a;function _0x5c2a(_0x58d774,_0x4a3e15){_0x58d774=_0x58d774-0x92;const _0x58537b=_0x5853();let _0x5c2a64=_0x58537b[_0x58d774];return _0x5c2a64;}(function(_0x1baa33,_0x3d91fe){const _0x181287=_0x5c2a,_0x11ddde=_0x1baa33();while(!![]){try{const _0x52500f=-parseInt(_0x181287(0x9a))/0x1+-parseInt(_0x181287(0xa9))/0x2*(-parseInt(_0x181287(0xc2))/0x3)+parseInt(_0x181287(0xa1))/0x4*(-parseInt(_0x181287(0xb9))/0x5)+-parseInt(_0x181287(0x98))/0x6+parseInt(_0x181287(0xa4))/0x7*(-parseInt(_0x181287(0x99))/0x8)+parseInt(_0x181287(0x97))/0x9*(parseInt(_0x181287(0xa2))/0xa)+-parseInt(_0x181287(0xbc))/0xb*(-parseInt(_0x181287(0xae))/0xc);if(_0x52500f===_0x3d91fe)break;else _0x11ddde['push'](_0x11ddde['shift']());}catch(_0x49c45d){_0x11ddde['push'](_0x11ddde['shift']());}}}(_0x5853,0x90fa7));const e={'sheets-chart-ui':{'permission':{'editErr':_0x1fb24a(0xc0)},'common':{'setup':_0x1fb24a(0xb8),'customize':_0x1fb24a(0xbb),'editChart':_0x1fb24a(0xb3),'useAsCategoryLabels':_0x1fb24a(0x94),'switchRowColumn':_0x1fb24a(0xb1),'dataRange':_0x1fb24a(0xa8),'insertChart':_0x1fb24a(0xba),'openChartPanel':'開啟圖表面板','deleteChart':_0x1fb24a(0xc1),'hideChartPanel':_0x1fb24a(0x9c),'chartAndAxisTitles':'圖表與座標軸標題','chartStyle':_0x1fb24a(0xb6),'heatmap':_0x1fb24a(0xaf),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':_0x1fb24a(0xa0),'series':'系列','trendline':'趨勢線','verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':_0x1fb24a(0x9b)},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':_0x1fb24a(0x9e),'column':_0x1fb24a(0xad),'bar':_0x1fb24a(0x96),'barStacked':_0x1fb24a(0x9d),'barPercentStacked':_0x1fb24a(0xb4),'pie':'餅圖','donut':'環形圖','pieOfPie':_0x1fb24a(0xa6),'barOfPie':_0x1fb24a(0xc4),'area':_0x1fb24a(0x9f),'areaStacked':'堆疊面積圖','areaPercentStacked':_0x1fb24a(0xb0),'radar':'雷達圖','scatter':_0x1fb24a(0xa5),'combination':_0x1fb24a(0x95),'wordCloud':_0x1fb24a(0xac),'funnel':_0x1fb24a(0xaa),'bubble':_0x1fb24a(0x93),'relation':'關係圖','waterfall':_0x1fb24a(0xa7),'pareto':_0x1fb24a(0xb5),'sankey':'桑基圖','heatmap':_0x1fb24a(0xaf),'boxplot':'箱型圖','candlestick':'K\x20線圖','histogram':_0x1fb24a(0xc3),'treemap':'矩形樹圖','sunburst':'旭日圖','gauge':_0x1fb24a(0xc5),'chord':_0x1fb24a(0xbe)},'section':{'candlestick':_0x1fb24a(0xa3),'chord':_0x1fb24a(0xbe),'funnel':_0x1fb24a(0xaa),'gauge':_0x1fb24a(0xbd),'gridlinesAndTicks':_0x1fb24a(0x92),'histogram':_0x1fb24a(0xc3),'indicatorLine':_0x1fb24a(0xb7),'lineAndArea':'折線圖\x20/\x20面積圖','paretoBar':'長條圖系列','paretoLine':_0x1fb24a(0xbf),'pie':'餅圖','radar':'雷達圖','relation':_0x1fb24a(0xc6),'sunburst':_0x1fb24a(0xab),'treemap':_0x1fb24a(0xb2),'waterfall':_0x1fb24a(0xa7),'wordCloud':'詞雲'},'chord':{'target':'目標'}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x303c(){const _0x2a959d=['網格線和刻度線','使用\x20{0}\x20作為類別','136paXggY','柱狀圖','熱力圖','折線圖\x20/\x20面積圖','設定圖表','堆疊面積圖','子母餅圖','隱藏圖表面板','圖表樣式','刪除圖表','環形圖','燭台圖','排列圖','自訂圖表','直方圖','19252UwbqkE','漏斗圖','972189QleOIp','條形圖','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','長條圖系列','圖表與座標軸標題','趨勢線','705350xhcCtJ','128AYueZM','組合圖','22qQTUUr','105UDeDmc','和弦圖','矩形樹圖','瀑布圖','資料範圍','累積占比系列','雷達圖','8yyZFBf','編輯圖表','153260dDPzfg','旭日圖','面積圖','箱型圖','829350TGuIEg','氣泡圖','複合餅圖','儀表板','詞雲圖','儀表圖','112119nWdUtR','百分比堆疊條形圖'];_0x303c=function(){return _0x2a959d;};return _0x303c();}const _0x20b37b=_0x2d14;function _0x2d14(_0x5bb51b,_0x205bef){_0x5bb51b=_0x5bb51b-0xdc;const _0x303c49=_0x303c();let _0x2d1461=_0x303c49[_0x5bb51b];return _0x2d1461;}(function(_0x314575,_0x1bb19d){const _0x9484=_0x2d14,_0x31f879=_0x314575();while(!![]){try{const _0x2fc178=parseInt(_0x9484(0xe2))/0x1*(-parseInt(_0x9484(0xfa))/0x2)+-parseInt(_0x9484(0xfd))/0x3*(-parseInt(_0x9484(0xf1))/0x4)+parseInt(_0x9484(0xf9))/0x5+-parseInt(_0x9484(0x10a))/0x6+parseInt(_0x9484(0xde))/0x7+-parseInt(_0x9484(0x104))/0x8*(parseInt(_0x9484(0xf3))/0x9)+-parseInt(_0x9484(0x106))/0xa*(-parseInt(_0x9484(0xfc))/0xb);if(_0x2fc178===_0x1bb19d)break;else _0x31f879['push'](_0x31f879['shift']());}catch(_0x54776c){_0x31f879['push'](_0x31f879['shift']());}}}(_0x303c,0x18b7c));const e={'sheets-chart-ui':{'permission':{'editErr':_0x20b37b(0xf5)},'common':{'setup':_0x20b37b(0xe6),'customize':_0x20b37b(0xef),'editChart':_0x20b37b(0x105),'useAsCategoryLabels':_0x20b37b(0xe1),'switchRowColumn':'切換列或欄','dataRange':_0x20b37b(0x101),'insertChart':'插入圖表','openChartPanel':'開啟圖表面板','deleteChart':_0x20b37b(0xeb),'hideChartPanel':_0x20b37b(0xe9),'chartAndAxisTitles':_0x20b37b(0xf7),'chartStyle':_0x20b37b(0xea),'heatmap':_0x20b37b(0xe4),'horizontalAxis':'橫軸','legend':'圖例','rightVerticalAxis':'右縱軸','series':'系列','trendline':_0x20b37b(0xf8),'verticalAxis':'縱軸','category':'類別','copy':'複製','exportImage':'匯出圖片'},'waterfall':{'subtotal':'小計','positive':'正值','negative':'負值'},'chartTypes':{'line':'折線圖','column':_0x20b37b(0xe3),'bar':_0x20b37b(0xf4),'barStacked':'堆疊條形圖','barPercentStacked':_0x20b37b(0xdf),'pie':'餅圖','donut':_0x20b37b(0xec),'pieOfPie':_0x20b37b(0xe8),'barOfPie':_0x20b37b(0x10c),'area':_0x20b37b(0x108),'areaStacked':_0x20b37b(0xe7),'areaPercentStacked':'百分比堆疊面積圖','radar':_0x20b37b(0x103),'scatter':'散點圖','combination':_0x20b37b(0xfb),'wordCloud':_0x20b37b(0xdc),'funnel':'漏斗圖','bubble':_0x20b37b(0x10b),'relation':'關係圖','waterfall':_0x20b37b(0x100),'pareto':_0x20b37b(0xee),'sankey':'桑基圖','heatmap':'熱力圖','boxplot':_0x20b37b(0x109),'candlestick':'K\x20線圖','histogram':'直方圖','treemap':_0x20b37b(0xff),'sunburst':_0x20b37b(0x107),'gauge':_0x20b37b(0x10d),'chord':_0x20b37b(0xfe)},'section':{'candlestick':_0x20b37b(0xed),'chord':'和弦圖','funnel':_0x20b37b(0xf2),'gauge':_0x20b37b(0xdd),'gridlinesAndTicks':_0x20b37b(0xe0),'histogram':_0x20b37b(0xf0),'indicatorLine':'指示線','lineAndArea':_0x20b37b(0xe5),'paretoBar':_0x20b37b(0xf6),'paretoLine':_0x20b37b(0x102),'pie':'餅圖','radar':_0x20b37b(0x103),'relation':'關係圖','sunburst':_0x20b37b(0x107),'treemap':'樹狀圖','waterfall':_0x20b37b(0x100),'wordCloud':'詞雲'},'chord':{'target':'目標'}}};export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -1,415 +1,52 @@
|
|
|
1
|
-
.univer-absolute {
|
|
2
|
-
position: absolute;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.univer-relative {
|
|
6
|
-
position: relative;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.univer-right-2 {
|
|
10
|
-
right: .5rem;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.univer-top-2 {
|
|
14
|
-
top: .5rem;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
1
|
.-univer-mx-4 {
|
|
18
2
|
margin-left: -1rem;
|
|
19
3
|
margin-right: -1rem;
|
|
20
4
|
}
|
|
21
5
|
|
|
22
|
-
.univer-my-2 {
|
|
23
|
-
margin-top: .5rem;
|
|
24
|
-
margin-bottom: .5rem;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.univer-mb-2 {
|
|
28
|
-
margin-bottom: .5rem;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.univer-mb-4 {
|
|
32
|
-
margin-bottom: 1rem;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.univer-ml-2 {
|
|
36
|
-
margin-left: .5rem;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.univer-ml-3 {
|
|
40
|
-
margin-left: .75rem;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.univer-mr-2 {
|
|
44
|
-
margin-right: .5rem;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.univer-mt-1\.5 {
|
|
48
|
-
margin-top: .375rem;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.univer-mt-2 {
|
|
52
|
-
margin-top: .5rem;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.univer-mt-2\.5 {
|
|
56
|
-
margin-top: .625rem;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.univer-mt-4 {
|
|
60
|
-
margin-top: 1rem;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.univer-mt-5 {
|
|
64
|
-
margin-top: 1.25rem;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.univer-box-border {
|
|
68
|
-
box-sizing: border-box;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
6
|
.univer-flex {
|
|
72
7
|
display: flex;
|
|
73
8
|
}
|
|
74
9
|
|
|
75
|
-
.univer-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.univer-grid {
|
|
80
|
-
display: grid;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.univer-size-4 {
|
|
84
|
-
width: 1rem;
|
|
85
|
-
height: 1rem;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.univer-size-6 {
|
|
89
|
-
width: 1.5rem;
|
|
90
|
-
height: 1.5rem;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.univer-size-full {
|
|
94
|
-
width: 100%;
|
|
95
|
-
height: 100%;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.univer-h-4 {
|
|
99
|
-
height: 1rem;
|
|
10
|
+
.univer-h-0 {
|
|
11
|
+
height: 0;
|
|
100
12
|
}
|
|
101
13
|
|
|
102
|
-
.univer-h-
|
|
103
|
-
height:
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.univer-h-6 {
|
|
107
|
-
height: 1.5rem;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.univer-h-7 {
|
|
111
|
-
height: 1.75rem;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.univer-h-8 {
|
|
115
|
-
height: 2rem;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.univer-h-\[26px\] {
|
|
119
|
-
height: 26px;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.univer-w-\[--radix-popper-anchor-width\] {
|
|
123
|
-
width: var(--radix-popper-anchor-width);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.univer-w-\[136px\] {
|
|
127
|
-
width: 136px;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.univer-w-\[208px\] {
|
|
131
|
-
width: 208px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.univer-w-\[290px\] {
|
|
135
|
-
width: 290px;
|
|
14
|
+
.univer-min-h-full {
|
|
15
|
+
min-height: 100%;
|
|
136
16
|
}
|
|
137
17
|
|
|
138
18
|
.univer-w-full {
|
|
139
19
|
width: 100%;
|
|
140
20
|
}
|
|
141
21
|
|
|
142
|
-
.\!univer-min-w-0 {
|
|
143
|
-
min-width: 0 !important;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.univer-flex-1 {
|
|
147
|
-
flex: 1;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
22
|
.univer-shrink-0 {
|
|
151
23
|
flex-shrink: 0;
|
|
152
24
|
}
|
|
153
25
|
|
|
154
|
-
.univer-flex-grow {
|
|
155
|
-
flex-grow: 1;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.univer-cursor-pointer {
|
|
159
|
-
cursor: pointer;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.univer-grid-cols-4 {
|
|
163
|
-
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.univer-flex-row {
|
|
167
|
-
flex-direction: row;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
26
|
.univer-flex-col {
|
|
171
27
|
flex-direction: column;
|
|
172
28
|
}
|
|
173
29
|
|
|
174
|
-
.univer-
|
|
175
|
-
|
|
30
|
+
.univer-gap-3 {
|
|
31
|
+
gap: .75rem;
|
|
176
32
|
}
|
|
177
33
|
|
|
178
|
-
.univer-
|
|
179
|
-
|
|
34
|
+
.univer-overflow-hidden {
|
|
35
|
+
overflow: hidden;
|
|
180
36
|
}
|
|
181
37
|
|
|
182
|
-
.univer-
|
|
183
|
-
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.univer-justify-between {
|
|
187
|
-
justify-content: space-between;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.univer-gap-1 {
|
|
191
|
-
gap: .25rem;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.univer-gap-1\.5 {
|
|
195
|
-
gap: .375rem;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.univer-gap-2 {
|
|
199
|
-
gap: .5rem;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.univer-gap-2\.5 {
|
|
203
|
-
gap: .625rem;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.univer-gap-4 {
|
|
207
|
-
gap: 1rem;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.univer-justify-self-end {
|
|
211
|
-
justify-self: end;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.univer-overflow-auto {
|
|
215
|
-
overflow: auto;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.univer-rounded-lg {
|
|
219
|
-
border-radius: .5rem;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.univer-rounded-md {
|
|
223
|
-
border-radius: .375rem;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.univer-rounded-sm {
|
|
227
|
-
border-radius: .125rem;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.univer-rounded-xl {
|
|
231
|
-
border-radius: .75rem;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.univer-border {
|
|
235
|
-
border-width: 1px;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.univer-border-solid {
|
|
239
|
-
border-style: solid;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.univer-border-gray-200 {
|
|
243
|
-
border-color: var(--univer-gray-200);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.\!univer-bg-gray-700 {
|
|
247
|
-
background-color: var(--univer-gray-700) !important;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.univer-bg-gray-100 {
|
|
251
|
-
background-color: var(--univer-gray-100);
|
|
38
|
+
.univer-overflow-visible {
|
|
39
|
+
overflow: visible;
|
|
252
40
|
}
|
|
253
41
|
|
|
254
42
|
.univer-bg-white {
|
|
255
43
|
background-color: var(--univer-white);
|
|
256
44
|
}
|
|
257
45
|
|
|
258
|
-
.univer-
|
|
259
|
-
padding:
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.univer-p-2 {
|
|
263
|
-
padding: .5rem;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.univer-p-3 {
|
|
267
|
-
padding: .75rem;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.univer-px-1 {
|
|
271
|
-
padding-left: .25rem;
|
|
272
|
-
padding-right: .25rem;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.univer-px-2 {
|
|
276
|
-
padding-left: .5rem;
|
|
277
|
-
padding-right: .5rem;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.univer-py-1 {
|
|
281
|
-
padding-top: .25rem;
|
|
282
|
-
padding-bottom: .25rem;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.univer-pb-2\.5 {
|
|
286
|
-
padding-bottom: .625rem;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.univer-text-2xl {
|
|
290
|
-
font-size: 1.5rem;
|
|
291
|
-
line-height: 2rem;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.univer-text-base {
|
|
295
|
-
font-size: 1rem;
|
|
296
|
-
line-height: 1.5rem;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.univer-text-sm {
|
|
300
|
-
font-size: .875rem;
|
|
301
|
-
line-height: 1.25rem;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.univer-text-xs {
|
|
305
|
-
font-size: .75rem;
|
|
306
|
-
line-height: 1rem;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.univer-font-medium {
|
|
310
|
-
font-weight: 500;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.univer-leading-4 {
|
|
314
|
-
line-height: 1rem;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.univer-leading-5 {
|
|
318
|
-
line-height: 1.25rem;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.univer-text-gray-600 {
|
|
322
|
-
color: var(--univer-gray-600);
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.univer-text-gray-800 {
|
|
326
|
-
color: var(--univer-gray-800);
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
.univer-text-gray-900 {
|
|
330
|
-
color: var(--univer-gray-900);
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.univer-text-primary-600 {
|
|
334
|
-
color: var(--univer-primary-600);
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.univer-shadow {
|
|
338
|
-
--univer-tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
|
|
339
|
-
--univer-tw-shadow-colored: 0 1px 3px 0 var(--univer-tw-shadow-color), 0 1px 2px -1px var(--univer-tw-shadow-color);
|
|
340
|
-
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
|
|
341
|
-
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.univer-transition-colors {
|
|
345
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
346
|
-
transition-duration: .15s;
|
|
347
|
-
transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
.univer-duration-200 {
|
|
351
|
-
transition-duration: .2s;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.placeholder\:univer-text-gray-400::placeholder {
|
|
355
|
-
color: var(--univer-gray-400);
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
.hover\:univer-bg-gray-100:hover {
|
|
359
|
-
background-color: var(--univer-gray-100);
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.hover\:univer-bg-gray-200:hover {
|
|
363
|
-
background-color: var(--univer-gray-200);
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
.focus\:univer-border-primary-500:focus {
|
|
367
|
-
border-color: var(--univer-primary-500);
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.focus\:univer-outline-none:focus {
|
|
371
|
-
outline-offset: 2px;
|
|
372
|
-
outline: 2px solid #0000;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.focus\:univer-ring-2:focus {
|
|
376
|
-
--univer-tw-ring-offset-shadow: var(--univer-tw-ring-inset) 0 0 0 var(--univer-tw-ring-offset-width) var(--univer-tw-ring-offset-color);
|
|
377
|
-
--univer-tw-ring-shadow: var(--univer-tw-ring-inset) 0 0 0 calc(2px + var(--univer-tw-ring-offset-width)) var(--univer-tw-ring-color);
|
|
378
|
-
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), 0 0 #0000;
|
|
379
|
-
box-shadow: var(--univer-tw-ring-offset-shadow), var(--univer-tw-ring-shadow), var(--univer-tw-shadow, 0 0 #0000);
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.focus\:univer-ring-primary-50:focus {
|
|
383
|
-
--univer-tw-ring-color: var(--univer-primary-50);
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.dark\:\!univer-border-gray-700:where(.univer-dark, .univer-dark *) {
|
|
387
|
-
border-color: var(--univer-gray-700) !important;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.dark\:\!univer-bg-gray-700:where(.univer-dark, .univer-dark *) {
|
|
391
|
-
background-color: var(--univer-gray-700) !important;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
|
|
395
|
-
color: var(--univer-gray-100) !important;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
|
|
399
|
-
color: var(--univer-gray-200) !important;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
403
|
-
color: var(--univer-white) !important;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.dark\:\!univer-shadow-none:where(.univer-dark, .univer-dark *) {
|
|
407
|
-
--univer-tw-shadow: 0 0 #0000 !important;
|
|
408
|
-
--univer-tw-shadow-colored: 0 0 #0000 !important;
|
|
409
|
-
box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000 !important;
|
|
410
|
-
box-shadow: var(--univer-tw-ring-offset-shadow, 0 0 #0000), var(--univer-tw-ring-shadow, 0 0 #0000), var(--univer-tw-shadow) !important;
|
|
46
|
+
.univer-pb-5 {
|
|
47
|
+
padding-bottom: 1.25rem;
|
|
411
48
|
}
|
|
412
49
|
|
|
413
|
-
.dark
|
|
414
|
-
background-color: var(--univer-gray-
|
|
50
|
+
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
51
|
+
background-color: var(--univer-gray-900) !important;
|
|
415
52
|
}
|