@univerjs-pro/slides-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 +10 -209
- 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/operations/chart-panel.operation.d.ts +1 -1
- package/lib/types/common/slide-chart-frame-style.d.ts +3 -3
- package/lib/types/components/SlideChartDataEditor.d.ts +3 -3
- package/lib/types/components/SlideChartEditPanel.d.ts +51 -14
- package/lib/types/controllers/slide-chart-element-float-menu.controller.d.ts +5 -3
- package/lib/types/index.d.ts +2 -6
- package/lib/types/locale/en-US.d.ts +111 -79
- package/lib/types/menu/contextmenu.menu.d.ts +1 -2
- package/lib/types/services/slide-chart-data-edit.service.d.ts +3 -3
- package/lib/types/services/slide-chart-edit-session.service.d.ts +1 -1
- package/lib/types/services/slide-chart-host-provider.service.d.ts +20 -4
- package/lib/types/services/slide-chart-host.d.ts +4 -13
- package/lib/types/services/slide-chart-insert.service.d.ts +3 -3
- package/lib/types/services/slide-chart-render.service.d.ts +4 -8
- package/lib/types/services/slide-chart-ui.service.d.ts +20 -97
- package/lib/types/views/render/chart-adaptor.d.ts +3 -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 +15 -15
- package/lib/types/components/SlideChartInlineTableEditor.d.ts +0 -11
- package/lib/types/hooks.d.ts +0 -3
- package/lib/types/services/chart-element-selection.d.ts +0 -10
- package/lib/types/services/chart-panel-route.d.ts +0 -22
- package/lib/types/utils/ChartPanelOptions.d.ts +0 -78
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x46f0b2=_0x469a;(function(_0xad3c0b,_0x328eba){const _0x13b953=_0x469a,_0xae26e3=_0xad3c0b();while(!![]){try{const _0x94a02a=-parseInt(_0x13b953(0x176))/0x1*(-parseInt(_0x13b953(0x14c))/0x2)+parseInt(_0x13b953(0x14b))/0x3*(parseInt(_0x13b953(0x155))/0x4)+-parseInt(_0x13b953(0x179))/0x5+-parseInt(_0x13b953(0x137))/0x6*(parseInt(_0x13b953(0x165))/0x7)+parseInt(_0x13b953(0x163))/0x8*(-parseInt(_0x13b953(0x170))/0x9)+parseInt(_0x13b953(0x160))/0xa+-parseInt(_0x13b953(0x174))/0xb*(-parseInt(_0x13b953(0x16d))/0xc);if(_0x94a02a===_0x328eba)break;else _0xae26e3['push'](_0xae26e3['shift']());}catch(_0x83a0ca){_0xae26e3['push'](_0xae26e3['shift']());}}}(_0x2831,0x459ab));function _0x469a(_0x5a0d6b,_0x13885c){_0x5a0d6b=_0x5a0d6b-0x135;const _0x283178=_0x2831();let _0x469a37=_0x283178[_0x5a0d6b];return _0x469a37;}const e={'slides-chart-ui':{'border':'框線','common':{'insertChartFailed':_0x46f0b2(0x178),'inlineData':_0x46f0b2(0x149),'cancel':'取消','insert':'插入','editData':_0x46f0b2(0x14f),'editChart':_0x46f0b2(0x13a),'tableDataEmpty':_0x46f0b2(0x17b),'duplicate':'複製','apply':'套用','data':'資料','series':'系列','horizontalAxis':'橫軸','verticalAxis':'縱軸','setup':_0x46f0b2(0x152),'customize':_0x46f0b2(0x15e),'switchRowColumn':_0x46f0b2(0x135),'chartAndAxisTitles':_0x46f0b2(0x15d),'chartStyle':_0x46f0b2(0x141),'heatmap':_0x46f0b2(0x139),'legend':'圖例','rightVerticalAxis':'右縱軸','trendline':_0x46f0b2(0x13f),'category':'類別','label':'標籤','value':'數值','valueField':'數值欄位','chartType':'圖表類型'},'editor':{'defaultColor':_0x46f0b2(0x14e)},'chartTypes':{'line':_0x46f0b2(0x162),'column':_0x46f0b2(0x14d),'bar':_0x46f0b2(0x136),'barStacked':_0x46f0b2(0x161),'barPercentStacked':_0x46f0b2(0x169),'pie':'餅圖','pieOfPie':_0x46f0b2(0x14a),'barOfPie':_0x46f0b2(0x147),'area':_0x46f0b2(0x172),'areaStacked':_0x46f0b2(0x17d),'areaPercentStacked':_0x46f0b2(0x159),'radar':_0x46f0b2(0x167),'scatter':_0x46f0b2(0x17a),'combination':_0x46f0b2(0x13d),'wordCloud':_0x46f0b2(0x144),'funnel':'漏斗圖','bubble':'氣泡圖','relation':_0x46f0b2(0x16c),'waterfall':_0x46f0b2(0x175),'pareto':_0x46f0b2(0x154),'sankey':_0x46f0b2(0x140),'heatmap':_0x46f0b2(0x139),'boxplot':_0x46f0b2(0x138),'candlestick':_0x46f0b2(0x15f),'histogram':_0x46f0b2(0x150),'treemap':_0x46f0b2(0x17c),'sunburst':_0x46f0b2(0x15c),'gauge':_0x46f0b2(0x157),'chord':_0x46f0b2(0x166)},'section':{'candlestick':'燭台圖','chord':'和弦圖','funnel':_0x46f0b2(0x171),'gauge':_0x46f0b2(0x15b),'gridlinesAndTicks':_0x46f0b2(0x15a),'histogram':_0x46f0b2(0x150),'indicatorLine':'指示線','lineAndArea':_0x46f0b2(0x153),'paretoBar':'長條圖系列','paretoLine':'累積占比系列','pie':'餅圖','radar':_0x46f0b2(0x167),'relation':_0x46f0b2(0x16c),'sunburst':'旭日圖','treemap':_0x46f0b2(0x16a),'waterfall':_0x46f0b2(0x175),'wordCloud':'詞雲'},'candlestick':{'columnsError':_0x46f0b2(0x16b),'close':_0x46f0b2(0x168),'high':_0x46f0b2(0x151),'low':_0x46f0b2(0x13c),'open':'開盤價','series':_0x46f0b2(0x142)},'chord':{'source':'來源','target':'目標','emptyDiagnostic':_0x46f0b2(0x16f),'mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x46f0b2(0x164),'count':'關係數','associatedValue':'關聯值'},'sunburst':{'hierarchy':'階層','ownValue':_0x46f0b2(0x177),'children':'子項','diagnostic':'旭日圖至少需要一個階層欄位和一個數值欄位。'},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x46f0b2(0x148),'ownValue':_0x46f0b2(0x177),'children':'子項','diagnostic':'矩形樹圖至少需要一個階層欄位和一個數值欄位。'},'gauge':{'emptyDiagnostic':_0x46f0b2(0x158),'mappingDiagnostic':_0x46f0b2(0x13e),'configDiagnostic':_0x46f0b2(0x146)},'chartField':{'missingCategoryFields':_0x46f0b2(0x13b),'missingSeriesFields':_0x46f0b2(0x145),'invalidFieldIndex':_0x46f0b2(0x156),'invalidValueFieldType':_0x46f0b2(0x143),'invalidDataStructure':_0x46f0b2(0x173),'unsupportedChartType':'這個圖表類型沒有欄位使用規則。'}}};module[_0x46f0b2(0x16e)]=e;function _0x2831(){const _0x4c34c3=['百分比堆疊面積圖','網格線和刻度線','儀表圖','旭日圖','圖表與座標軸標題','自訂圖表','K\x20線圖','3154600rjiclK','堆疊條形圖','折線圖','80akVihj','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','465731ZkmmAW','和弦圖','雷達圖','收盤價','百分比堆疊條形圖','樹狀圖','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','關係圖','12rXAWYk','exports','弦圖至少需要兩個不同節點之間的一條正權重關係。','149571YTvugw','漏斗圖','面積圖','選取的欄位無法構成這個圖表所需的有效資料結構。','5601277NPlQEw','瀑布圖','2fituRW','自身值','插入圖表失敗','2508815mLMLsH','散點圖','表格資料為空','矩形樹圖','堆疊面積圖','切換列或欄','條形圖','48gOOrem','箱型圖','熱力圖','編輯圖表','這個圖表需要更多標籤欄位。','最低價','組合圖','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','趨勢線','桑基圖','圖表樣式','OHLC\x20數列','選取的數值欄位不包含數值資料。','詞雲圖','這個圖表需要更多數值欄位。','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','複合餅圖','階層欄位','內嵌資料','子母餅圖','45rOGflh','521344UNHXbt','柱狀圖','預設顏色','編輯資料','直方圖','最高價','設定圖表','折線圖\x20/\x20面積圖','排列圖','37148XHOmZp','選取的圖表欄位已無法使用。','儀表板','儀表圖至少需要一個有限數值。'];_0x2831=function(){return _0x4c34c3;};return _0x2831();}
|