@univerjs-pro/sheets-chart 1.0.0-alpha.2 → 1.0.0-alpha.3
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/README.md +8 -2
- package/lib/cjs/facade.js +1 -1
- 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/facade.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/facade.js +1 -1
- 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/chart-source/chart-source.d.ts +0 -1
- package/lib/types/commands/commands/sheets-chart.command.d.ts +3 -4
- package/lib/types/commands/mutations/sheets-chart.mutation.d.ts +15 -5
- package/lib/types/common/util.d.ts +1 -1
- package/lib/types/facade/chart-facade-adapter.d.ts +30 -20
- package/lib/types/facade/chart-facade-builders.d.ts +6 -1
- package/lib/types/facade/chart-facade-types.d.ts +109 -290
- package/lib/types/facade/f-chart.d.ts +26 -3
- package/lib/types/facade/f-worksheet-charts.d.ts +66 -1
- package/lib/types/facade/f-worksheet.d.ts +3 -0
- package/lib/types/facade/index.d.ts +1 -0
- package/lib/types/index.d.ts +5 -6
- package/lib/types/models/chart-model.d.ts +3 -3
- package/lib/types/models/types.d.ts +4 -1
- package/lib/types/plugin.d.ts +1 -0
- package/lib/types/services/chart-model.service.d.ts +2 -0
- package/lib/types/services/sheet-chart-range-watcher.d.ts +22 -0
- package/lib/types/services/sheets-chart.service.d.ts +8 -8
- package/lib/umd/facade.js +1 -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 +10 -10
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x220468=_0x5469;function _0x1ebb(){const _0x7f0121=['Отрицательное','Третий\x20квартиль','3188584wjrQkP','2352DgKEOa','116WOHxFh','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','Слово','Минимум','Ряд\x20данных','Положительное','Накопительный\x20процент','Первый\x20квартиль','48788bjIXFj','Промежуточный\x20итог','4896120APDsJP','5yMqPDJ','Медиана','Максимум','15645tKryXU','Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','9VnLeQM','Серия\x20{0}','13106071nTubQQ','Частота','4753AyBUwY','8035460pzBnxA','Категория'];_0x1ebb=function(){return _0x7f0121;};return _0x1ebb();}(function(_0x37ea83,_0x55adbf){const _0x2539d4=_0x5469,_0x697830=_0x37ea83();while(!![]){try{const _0x52a2c3=-parseInt(_0x2539d4(0x177))/0x1*(-parseInt(_0x2539d4(0x174))/0x2)+-parseInt(_0x2539d4(0x17a))/0x3*(-parseInt(_0x2539d4(0x187))/0x4)+parseInt(_0x2539d4(0x176))/0x5+parseInt(_0x2539d4(0x186))/0x6*(parseInt(_0x2539d4(0x180))/0x7)+parseInt(_0x2539d4(0x185))/0x8*(-parseInt(_0x2539d4(0x17c))/0x9)+parseInt(_0x2539d4(0x181))/0xa+-parseInt(_0x2539d4(0x17e))/0xb;if(_0x52a2c3===_0x55adbf)break;else _0x697830['push'](_0x697830['shift']());}catch(_0x4c3f07){_0x697830['push'](_0x697830['shift']());}}}(_0x1ebb,0xb2bcd));function _0x5469(_0x131191,_0x31be6f){_0x131191=_0x131191-0x16f;const _0x1ebb52=_0x1ebb();let _0x5469df=_0x1ebb52[_0x131191];return _0x5469df;}const e={'sheets-chart':{'category':_0x220468(0x182),'series':_0x220468(0x170),'seriesDefaultName':_0x220468(0x17d),'categoryDefaultName':'Категория\x20{0}','blank':'Пусто','msg':{'emptyTips':_0x220468(0x188),'sankeyCircularTips':'Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные'},'bubble':{'emptyTips':'Диаграмма\x20пузырей\x20требует\x20как\x20минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y'},'relation':{'emptyTips':_0x220468(0x17b)},'cloud':{'word':_0x220468(0x189),'frequency':_0x220468(0x17f)},'waterfall':{'positive':_0x220468(0x171),'negative':_0x220468(0x183),'subtotal':_0x220468(0x175)},'pareto':{'lineName':_0x220468(0x172)},'boxplot':{'min':_0x220468(0x16f),'q1':_0x220468(0x173),'median':_0x220468(0x178),'q3':_0x220468(0x184),'max':_0x220468(0x179)}}};export{e as default};
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x566b(){const _0x5d2dca=['Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','Tretí\x20kvartil','1142940OhMkrJ','Frekvencia','636020GPPgcc','Kumulatívne\x20percento','Séria\x20{0}','1065750aoiXkZ','Pozitívne','593224zkXcNA','118680yYposc','Kategória','429891cVNDyQ','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','Slovo','Prvý\x20kvartil','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','Maximum','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','80297EIlbmW','Medián','(Prázdne)','472pPaNXL'];_0x566b=function(){return _0x5d2dca;};return _0x566b();}const _0x2aaf3a=_0x553d;(function(_0x5b4881,_0x41cc9a){const _0x324214=_0x553d,_0x4b01c1=_0x5b4881();while(!![]){try{const _0x117715=-parseInt(_0x324214(0x8d))/0x1+parseInt(_0x324214(0x9c))/0x2+-parseInt(_0x324214(0x8b))/0x3+-parseInt(_0x324214(0x8a))/0x4+parseInt(_0x324214(0x9f))/0x5+-parseInt(_0x324214(0x9a))/0x6+parseInt(_0x324214(0x94))/0x7*(parseInt(_0x324214(0x97))/0x8);if(_0x117715===_0x41cc9a)break;else _0x4b01c1['push'](_0x4b01c1['shift']());}catch(_0x241a66){_0x4b01c1['push'](_0x4b01c1['shift']());}}}(_0x566b,0x61956));function _0x553d(_0x675671,_0x4e676e){_0x675671=_0x675671-0x8a;const _0x566b08=_0x566b();let _0x553d33=_0x566b08[_0x675671];return _0x553d33;}const e={'sheets-chart':{'category':_0x2aaf3a(0x8c),'series':'Séria','seriesDefaultName':_0x2aaf3a(0x9e),'categoryDefaultName':'Kategória\x20{0}','blank':_0x2aaf3a(0x96),'msg':{'emptyTips':_0x2aaf3a(0x8e),'sankeyCircularTips':_0x2aaf3a(0x93)},'bubble':{'emptyTips':_0x2aaf3a(0x98)},'relation':{'emptyTips':_0x2aaf3a(0x91)},'cloud':{'word':_0x2aaf3a(0x8f),'frequency':_0x2aaf3a(0x9b)},'waterfall':{'positive':_0x2aaf3a(0xa0),'negative':'Negatívne','subtotal':'Medzisúčet'},'pareto':{'lineName':_0x2aaf3a(0x9d)},'boxplot':{'min':'Minimum','q1':_0x2aaf3a(0x90),'median':_0x2aaf3a(0x95),'q3':_0x2aaf3a(0x99),'max':_0x2aaf3a(0x92)}}};export{e as default};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3579(){const _0xc3e89=['Trung\x20vị','11hApFdF','180860McghQm','3wryHSl','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Loạt\x20{0}','1014416qdLXCm','406287CdkvwN','Giá\x20trị\x20âm','Tổng\x20phụ','(Trống)','Giá\x20trị\x20nhỏ\x20nhất','6457761JlMCsC','Tỷ\x20lệ\x20tích\x20lũy','222GGfzAo','40540860PJgmXW','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','2129060FkbrSd','Tần\x20suất','Danh\x20mục\x20{0}','3535364JnyVTt','Chuỗi','24cAPQpb','Nguồn\x20dữ\x20liệu\x20cho\x20biểu\x20đồ\x20quan\x20hệ\x20là\x20ma\x20trận\x20đồng\x20từ\x20với\x20cột\x20loại\x20bổ\x20sung\x20ở\x20cột\x20thứ\x20hai'];_0x3579=function(){return _0xc3e89;};return _0x3579();}function _0x43ce(_0x4c9d1e,_0x207aed){_0x4c9d1e=_0x4c9d1e-0x118;const _0x357966=_0x3579();let _0x43cebd=_0x357966[_0x4c9d1e];return _0x43cebd;}const _0x49e3e6=_0x43ce;(function(_0x1ce286,_0x186edc){const _0x59411d=_0x43ce,_0x4c68bf=_0x1ce286();while(!![]){try{const _0x460643=parseInt(_0x59411d(0x11a))/0x1+parseInt(_0x59411d(0x125))/0x2+-parseInt(_0x59411d(0x12f))/0x3*(-parseInt(_0x59411d(0x128))/0x4)+parseInt(_0x59411d(0x12e))/0x5*(parseInt(_0x59411d(0x122))/0x6)+-parseInt(_0x59411d(0x11b))/0x7*(parseInt(_0x59411d(0x12a))/0x8)+parseInt(_0x59411d(0x120))/0x9+-parseInt(_0x59411d(0x123))/0xa*(parseInt(_0x59411d(0x12d))/0xb);if(_0x460643===_0x186edc)break;else _0x4c68bf['push'](_0x4c68bf['shift']());}catch(_0x4d92bc){_0x4c68bf['push'](_0x4c68bf['shift']());}}}(_0x3579,0xc0fc7));const e={'sheets-chart':{'category':'Danh\x20mục','series':_0x49e3e6(0x129),'seriesDefaultName':_0x49e3e6(0x119),'categoryDefaultName':_0x49e3e6(0x127),'blank':_0x49e3e6(0x11e),'msg':{'emptyTips':'Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','sankeyCircularTips':_0x49e3e6(0x124)},'bubble':{'emptyTips':_0x49e3e6(0x118)},'relation':{'emptyTips':_0x49e3e6(0x12b)},'cloud':{'word':'Từ','frequency':_0x49e3e6(0x126)},'waterfall':{'positive':'Giá\x20trị\x20dương','negative':_0x49e3e6(0x11c),'subtotal':_0x49e3e6(0x11d)},'pareto':{'lineName':_0x49e3e6(0x121)},'boxplot':{'min':_0x49e3e6(0x11f),'q1':'Phần\x20tư\x20thứ\x20nhất','median':_0x49e3e6(0x12c),'q3':'Phần\x20tư\x20thứ\x20ba','max':'Giá\x20trị\x20lớn\x20nhất'}}};export{e as default};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2d7ce1=_0x38cd;function _0x81f4(){const _0x353fab=['类别\x20{0}','桑基图不能包含循环数据','(空)','411152BlXXMo','最大值','314enjyuT','2207532otFlko','2280644DAzGJe','气泡图至少需要2列,X轴、Y轴。','5562448eSFfJb','3043845AkeeGf','1542191vIfuFO','第一四分位数','第三四分位数','系列\x20{0}','累积占比','3mBvhQW'];_0x81f4=function(){return _0x353fab;};return _0x81f4();}(function(_0x50e067,_0x5201cd){const _0x2fcb43=_0x38cd,_0x3ec98c=_0x50e067();while(!![]){try{const _0x7a4a5f=-parseInt(_0x2fcb43(0x105))/0x1+parseInt(_0x2fcb43(0x103))/0x2+-parseInt(_0x2fcb43(0xff))/0x3*(parseInt(_0x2fcb43(0xf6))/0x4)+-parseInt(_0x2fcb43(0xf9))/0x5+parseInt(_0x2fcb43(0xf5))/0x6+parseInt(_0x2fcb43(0xfa))/0x7+parseInt(_0x2fcb43(0xf8))/0x8;if(_0x7a4a5f===_0x5201cd)break;else _0x3ec98c['push'](_0x3ec98c['shift']());}catch(_0x58ea23){_0x3ec98c['push'](_0x3ec98c['shift']());}}}(_0x81f4,0x4ba71));function _0x38cd(_0x556ed3,_0x453f28){_0x556ed3=_0x556ed3-0xf5;const _0x81f43a=_0x81f4();let _0x38cd9d=_0x81f43a[_0x556ed3];return _0x38cd9d;}const e={'sheets-chart':{'category':'类别','series':'系列','seriesDefaultName':_0x2d7ce1(0xfd),'categoryDefaultName':_0x2d7ce1(0x100),'blank':_0x2d7ce1(0x102),'msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0x2d7ce1(0x101)},'bubble':{'emptyTips':_0x2d7ce1(0xf7)},'relation':{'emptyTips':'关系图数据源为额外添加类型列在第二列的共词矩阵'},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x2d7ce1(0xfe)},'boxplot':{'min':'最小值','q1':_0x2d7ce1(0xfb),'median':'中位数','q3':_0x2d7ce1(0xfc),'max':_0x2d7ce1(0x104)}}};export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x19c4(_0xdeac7a,_0x5c8c4f){_0xdeac7a=_0xdeac7a-0x11d;const _0x5ce57e=_0x5ce5();let _0x19c483=_0x5ce57e[_0xdeac7a];return _0x19c483;}const _0x5180fe=_0x19c4;(function(_0x4a082b,_0x2b0306){const _0x3751bb=_0x19c4,_0x1cb8ea=_0x4a082b();while(!![]){try{const _0x25104e=parseInt(_0x3751bb(0x11f))/0x1*(parseInt(_0x3751bb(0x12a))/0x2)+-parseInt(_0x3751bb(0x123))/0x3+-parseInt(_0x3751bb(0x12d))/0x4+-parseInt(_0x3751bb(0x122))/0x5+-parseInt(_0x3751bb(0x12b))/0x6*(parseInt(_0x3751bb(0x120))/0x7)+-parseInt(_0x3751bb(0x129))/0x8*(-parseInt(_0x3751bb(0x121))/0x9)+parseInt(_0x3751bb(0x127))/0xa;if(_0x25104e===_0x2b0306)break;else _0x1cb8ea['push'](_0x1cb8ea['shift']());}catch(_0x36dd79){_0x1cb8ea['push'](_0x1cb8ea['shift']());}}}(_0x5ce5,0x4250d));const e={'sheets-chart':{'category':'類別','series':'系列','seriesDefaultName':_0x5180fe(0x11d),'categoryDefaultName':_0x5180fe(0x125),'blank':_0x5180fe(0x12f),'msg':{'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0x5180fe(0x126)},'bubble':{'emptyTips':_0x5180fe(0x12e)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x5180fe(0x12c)},'boxplot':{'min':'最小值','q1':'第一四分位數','median':_0x5180fe(0x124),'q3':_0x5180fe(0x128),'max':_0x5180fe(0x11e)}}};export{e as default};function _0x5ce5(){const _0x545081=['1933765CRrNin','1108929ACCiXJ','中位數','類別\x20{0}','桑基圖不能包含循環數據','13490690dmhiLL','第三四分位數','2000sOsyEG','294776KiNaNU','1158hEVKTh','累積占比','2085868CTViHF','氣泡圖至少需要2欄,X軸、Y軸。','(空)','系列\x20{0}','最大值','2darkGO','18347pJPsBu','14814WfycuX'];_0x5ce5=function(){return _0x545081;};return _0x5ce5();}
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1c13(){const _0x56351d=['請先添加系列開始數據可視化','第三四分位數','氣泡圖至少需要2欄,X軸、Y軸。','592mbrJFR','第一四分位數','桑基圖不能包含循環數據','中位數','類別\x20{0}','507YftXpd','48WzUQsH','1006UftJFr','54012XiGVxI','126465dbAvcL','435WxZiGj','最大值','60UDUZCb','3688267RQZAFx','9860AsePuH','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','累積占比','3412890pMhuNW','611650QzemhU','(空)'];_0x1c13=function(){return _0x56351d;};return _0x1c13();}function _0x119d(_0x5e0a48,_0x23270b){_0x5e0a48=_0x5e0a48-0x12e;const _0x1c13d4=_0x1c13();let _0x119dc8=_0x1c13d4[_0x5e0a48];return _0x119dc8;}const _0x25cf0b=_0x119d;(function(_0x31d577,_0x500b4f){const _0x4f5e24=_0x119d,_0x492a9a=_0x31d577();while(!![]){try{const _0x5c4a95=parseInt(_0x4f5e24(0x13d))/0x1*(parseInt(_0x4f5e24(0x13f))/0x2)+-parseInt(_0x4f5e24(0x142))/0x3*(parseInt(_0x4f5e24(0x12f))/0x4)+-parseInt(_0x4f5e24(0x141))/0x5*(parseInt(_0x4f5e24(0x13e))/0x6)+parseInt(_0x4f5e24(0x140))/0x7*(-parseInt(_0x4f5e24(0x138))/0x8)+-parseInt(_0x4f5e24(0x132))/0x9+-parseInt(_0x4f5e24(0x133))/0xa+-parseInt(_0x4f5e24(0x12e))/0xb*(-parseInt(_0x4f5e24(0x144))/0xc);if(_0x5c4a95===_0x500b4f)break;else _0x492a9a['push'](_0x492a9a['shift']());}catch(_0x106c3d){_0x492a9a['push'](_0x492a9a['shift']());}}}(_0x1c13,0x57fba));const e={'sheets-chart':{'category':'類別','series':'系列','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x25cf0b(0x13c),'blank':_0x25cf0b(0x134),'msg':{'emptyTips':_0x25cf0b(0x135),'sankeyCircularTips':_0x25cf0b(0x13a)},'bubble':{'emptyTips':_0x25cf0b(0x137)},'relation':{'emptyTips':_0x25cf0b(0x130)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x25cf0b(0x131)},'boxplot':{'min':'最小值','q1':_0x25cf0b(0x139),'median':_0x25cf0b(0x13b),'q3':_0x25cf0b(0x136),'max':_0x25cf0b(0x143)}}};export{e as default};
|
|
@@ -44,4 +44,3 @@ export declare class ChartDataSourceMulti extends ChartDataSource {
|
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
46
|
export declare function createChartDataSource(univerInstanceService: IUniverInstanceService, rangeInfo: ISheetChartSourceSingleRange | IChartSourceMultiRangeItem[]): ChartDataSourceSingle | ChartDataSourceMulti;
|
|
47
|
-
export declare function getCategoryData(source: OptionDataValue[][], categoryIndex: number, _isRowDirection: boolean): OptionDataValue[];
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ChartTypeBits } from '@univerjs-pro/engine-chart';
|
|
2
|
-
import type { ICommand
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
3
|
import type { ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
4
|
+
import type { ISheetChartSourceRanges } from '../../models/types';
|
|
4
5
|
import type { IChartUpdateConfigMutationParams } from '../mutations/sheets-chart-update-config.mutation';
|
|
5
6
|
export interface IInsertChartCommandParams extends ISheetCommandSharedParams {
|
|
6
7
|
chartType: ChartTypeBits;
|
|
7
|
-
|
|
8
|
-
sourceSheetName?: string;
|
|
8
|
+
source: ISheetChartSourceRanges;
|
|
9
9
|
chartId?: string;
|
|
10
10
|
theme?: string;
|
|
11
11
|
position?: {
|
|
@@ -17,7 +17,6 @@ export interface IInsertChartCommandParams extends ISheetCommandSharedParams {
|
|
|
17
17
|
backgroundColor?: string;
|
|
18
18
|
borderColor?: string;
|
|
19
19
|
config?: IChartUpdateConfigMutationParams;
|
|
20
|
-
isRowDirection?: boolean;
|
|
21
20
|
}
|
|
22
21
|
export declare function resolveInsertChartDrawingBackground(params: Pick<IInsertChartCommandParams, 'backgroundColor' | 'config'>): string;
|
|
23
22
|
export declare const InsertChartCommand: ICommand;
|
|
@@ -1,16 +1,26 @@
|
|
|
1
1
|
import type { ChartTypeBits, IChartSnapshot } from '@univerjs-pro/engine-chart';
|
|
2
2
|
import type { IMutation, IRange } from '@univerjs/core';
|
|
3
3
|
import type { ISheetCommandSharedParams } from '@univerjs/sheets';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
rangeUnitId?: string;
|
|
7
|
-
rangeSubUnitId?: string;
|
|
4
|
+
import type { IChartSourceMultiRangeItem, ISheetChartSourceRanges } from '../../models/types';
|
|
5
|
+
type IInsertSheetsChartMutationCommonParams = ISheetCommandSharedParams & Omit<IChartSnapshot, 'id' | 'chartType' | 'orient'> & {
|
|
8
6
|
chartId: string;
|
|
9
7
|
chartType: ChartTypeBits;
|
|
8
|
+
};
|
|
9
|
+
/** Persisted source shape for insert-chart changesets. Keep `range` / `ranges` stable for replay compatibility. */
|
|
10
|
+
export type IInsertSheetsChartMutationSource = {
|
|
11
|
+
range: IRange;
|
|
12
|
+
rangeUnitId: string;
|
|
13
|
+
rangeSubUnitId: string;
|
|
10
14
|
isRowDirection?: boolean;
|
|
11
|
-
}
|
|
15
|
+
} | {
|
|
16
|
+
ranges: IChartSourceMultiRangeItem[];
|
|
17
|
+
};
|
|
18
|
+
export type IInsertSheetsChartMutationParams = IInsertSheetsChartMutationCommonParams & IInsertSheetsChartMutationSource;
|
|
19
|
+
/** Converts the internal chart source into the stable mutation shape without persisting `rangeInfo`. */
|
|
20
|
+
export declare function toInsertChartMutationSource(source: ISheetChartSourceRanges): IInsertSheetsChartMutationSource;
|
|
12
21
|
export interface IRemoveSheetsChartMutationParams extends ISheetCommandSharedParams {
|
|
13
22
|
chartId: string;
|
|
14
23
|
}
|
|
15
24
|
export declare const InsertSheetsChartMutation: IMutation<IInsertSheetsChartMutationParams>;
|
|
16
25
|
export declare const RemoveSheetsChartMutation: IMutation<IRemoveSheetsChartMutationParams>;
|
|
26
|
+
export {};
|
|
@@ -2,7 +2,7 @@ import type { IAccessor } from '@univerjs/core';
|
|
|
2
2
|
export declare const BUILD_TIMESTAMP: number;
|
|
3
3
|
export declare const DefaultLimitedTypes: string[];
|
|
4
4
|
export declare const DefaultAllTypes: string[];
|
|
5
|
-
export declare const DefaultInValidTypes:
|
|
5
|
+
export declare const DefaultInValidTypes: string[];
|
|
6
6
|
export declare const setProperty: (data: Record<string, any>, propertyPath: string, value: any) => void;
|
|
7
7
|
/**
|
|
8
8
|
* Set graphic element to data.
|
|
@@ -1,47 +1,57 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { ISheetChartSourceSingleRange } from '@univerjs-pro/sheets-chart';
|
|
1
|
+
import type { ChartModelCreateSpec, ChartModelInstanceCapabilities, ChartModelPatch, ChartTypeName, IChartDataSeries } from '@univerjs-pro/engine-chart';
|
|
2
|
+
import type { IChartSourceMultiRangeItem, ISheetChartSourceSingleRange } from '@univerjs-pro/sheets-chart';
|
|
3
3
|
import type { Injector, IRange, Workbook } from '@univerjs/core';
|
|
4
|
-
import type { ChartCapabilities, ChartCreateSpec, ChartDescription, ChartDiagnostic,
|
|
4
|
+
import type { ChartCapabilities, ChartCreateSpec, ChartDescription, ChartDiagnostic, ChartInstanceCapabilities, ChartLayoutPatch, ChartSourceDescription, ChartSourceSpec, ChartSuggestion, ChartUpdatePatch, ChartValidationResult } from './chart-facade-types';
|
|
5
5
|
import { SheetsChartService } from '@univerjs-pro/sheets-chart';
|
|
6
6
|
import { ISheetDrawingService } from '@univerjs/sheets-drawing';
|
|
7
|
+
import { ChartDiagnosticCode, ChartFacadeHostGroup, ChartSourceKind } from './chart-facade-types';
|
|
7
8
|
export declare class ChartFacadeError extends Error {
|
|
8
9
|
readonly diagnostics: ChartDiagnostic[];
|
|
9
10
|
constructor(message: string, diagnostics: ChartDiagnostic[]);
|
|
10
11
|
}
|
|
11
12
|
export declare function diagnostic(code: ChartDiagnosticCode, message: string, path?: string, severity?: ChartDiagnostic['severity'], details?: unknown, metadata?: Pick<ChartDiagnostic, 'allowedValues' | 'suggestion'>): ChartDiagnostic;
|
|
12
|
-
export declare function hasError(diagnostics: ChartDiagnostic[]): boolean;
|
|
13
13
|
export declare function throwIfInvalid(result: ChartValidationResult): void;
|
|
14
|
-
export declare function chartTypeNameToBits(type: unknown, diagnostics: ChartDiagnostic[], path?: string): ChartTypeBitsType | null;
|
|
15
|
-
export declare function chartTypeBitsToName(type: ChartTypeBitsType, style?: ChartStyle): ChartTypeName;
|
|
16
|
-
export declare function buildDonutStyle(type: ChartKnownTypeName | undefined): ChartStyle | undefined;
|
|
17
14
|
export interface IChartFacadeSourceContext {
|
|
18
15
|
unitId: string;
|
|
19
16
|
subUnitId: string;
|
|
20
17
|
workbook: Workbook;
|
|
18
|
+
resolveAutoIsRowDirection?: (rangeInfo: ISheetChartSourceSingleRange) => boolean;
|
|
21
19
|
}
|
|
22
20
|
export type ChartFacadeSourceContext = IChartFacadeSourceContext;
|
|
23
|
-
export interface
|
|
21
|
+
export interface IChartUpdateValidationContext extends IChartFacadeSourceContext {
|
|
22
|
+
currentType?: ChartTypeName;
|
|
23
|
+
currentSeriesIndexes?: readonly number[] | null;
|
|
24
|
+
currentSource?: ResolvedChartSource;
|
|
25
|
+
}
|
|
26
|
+
export type ChartUpdateValidationContext = IChartUpdateValidationContext;
|
|
27
|
+
export interface IResolvedChartRangeSource {
|
|
28
|
+
kind: ChartSourceKind.Range;
|
|
24
29
|
range: IRange;
|
|
25
30
|
sourceSheetName?: string;
|
|
26
31
|
rangeInfo: ISheetChartSourceSingleRange;
|
|
27
32
|
isRowDirection?: boolean;
|
|
28
33
|
}
|
|
29
|
-
export
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export interface IChartConfigPatch {
|
|
34
|
-
chartType?: ChartTypeBitsType;
|
|
35
|
-
style?: ChartStyle;
|
|
36
|
-
context?: IChartContext;
|
|
37
|
-
dataAggregation?: Partial<IChartDataAggregation>;
|
|
34
|
+
export interface IResolvedChartMultiRangeSource {
|
|
35
|
+
kind: ChartSourceKind.Ranges;
|
|
36
|
+
ranges: IChartSourceMultiRangeItem[];
|
|
37
|
+
isRowDirection: boolean;
|
|
38
38
|
}
|
|
39
|
-
export type
|
|
40
|
-
export declare function
|
|
39
|
+
export type ResolvedChartSource = IResolvedChartRangeSource | IResolvedChartMultiRangeSource;
|
|
40
|
+
export declare function resolveSourceSpec(source: ChartSourceSpec | undefined, context: ChartFacadeSourceContext, diagnostics: ChartDiagnostic[], path?: ChartFacadeHostGroup): ResolvedChartSource | null;
|
|
41
|
+
/**
|
|
42
|
+
* Reads source header entries so name-based series selectors can be resolved
|
|
43
|
+
* before the insert command creates a chart model.
|
|
44
|
+
*/
|
|
45
|
+
export declare function resolveSourceSeries(source: ResolvedChartSource, context: ChartFacadeSourceContext): IChartDataSeries[];
|
|
46
|
+
export declare function validateCreateSpec(spec: ChartCreateSpec, context: ChartFacadeSourceContext): ChartValidationResult<ChartCreateSpec>;
|
|
47
|
+
export declare function validateUpdatePatch(patch: ChartUpdatePatch, context: ChartUpdateValidationContext): ChartValidationResult<ChartUpdatePatch>;
|
|
48
|
+
export declare function toChartModelCreateSpec(spec: ChartCreateSpec): ChartModelCreateSpec;
|
|
49
|
+
export declare function toChartModelPatch(patch: ChartUpdatePatch): ChartModelPatch;
|
|
41
50
|
export declare function buildSourceDescription(source: ISheetChartSourceSingleRange, workbook?: Workbook): ChartSourceDescription;
|
|
51
|
+
export declare function buildMultiRangeSourceDescription(source: IChartSourceMultiRangeItem[], workbook?: Workbook): ChartSourceDescription;
|
|
42
52
|
export declare function buildSuggestions(source: ChartSourceSpec, context: ChartFacadeSourceContext, sheetsChartService: SheetsChartService): ChartSuggestion[];
|
|
43
53
|
export declare function getWorksheetChartCapabilities(): ChartCapabilities;
|
|
44
|
-
export declare function getChartInstanceCapabilities(
|
|
54
|
+
export declare function getChartInstanceCapabilities(modelCapabilities: ChartModelInstanceCapabilities): ChartInstanceCapabilities;
|
|
45
55
|
export interface IChartRuntimeContext {
|
|
46
56
|
unitId: string;
|
|
47
57
|
subUnitId: string;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import type { ChartAdvancedStylePatch, ChartAggregationSpec,
|
|
1
|
+
import type { ChartAdvancedStylePatch, ChartAggregationSpec, ChartAppearanceSpec, ChartAxesSpec, ChartKnownTypeName, ChartLegendSpec, ChartMappingSpec, ChartParetoSpec, ChartPieSpec, ChartRadarSpec, ChartSeriesPatch, ChartTitleSpec, ChartWordCloudSpec } from '@univerjs-pro/engine-chart';
|
|
2
|
+
import type { ChartAnchorSpec, ChartCreateSpec, ChartLayoutPatch, ChartSourceSpec, ChartUpdatePatch, ChartUpdateResult, ChartValidationResult } from './chart-facade-types';
|
|
2
3
|
import type { FChart } from './f-chart';
|
|
4
|
+
/** Convenience adapter that compiles chained calls into the canonical create JSON spec. */
|
|
3
5
|
export declare class ChartCreateBuilder {
|
|
4
6
|
private readonly _create;
|
|
5
7
|
private readonly _validate;
|
|
@@ -26,12 +28,14 @@ export declare class ChartCreateBuilder {
|
|
|
26
28
|
aggregation(aggregation: ChartAggregationSpec): this;
|
|
27
29
|
pieOptions(pie: ChartPieSpec): this;
|
|
28
30
|
radarOptions(radar: ChartRadarSpec): this;
|
|
31
|
+
paretoOptions(pareto: ChartParetoSpec): this;
|
|
29
32
|
advancedStyle(advancedStyle: ChartAdvancedStylePatch): this;
|
|
30
33
|
theme(theme: string): this;
|
|
31
34
|
toSpec(): ChartCreateSpec;
|
|
32
35
|
validate(): ChartValidationResult<ChartCreateSpec>;
|
|
33
36
|
commit(): Promise<FChart>;
|
|
34
37
|
}
|
|
38
|
+
/** Convenience adapter that compiles chained calls into the canonical update JSON patch. */
|
|
35
39
|
export declare class ChartUpdateBuilder {
|
|
36
40
|
private readonly _update;
|
|
37
41
|
private readonly _validate;
|
|
@@ -54,6 +58,7 @@ export declare class ChartUpdateBuilder {
|
|
|
54
58
|
aggregation(aggregation: ChartAggregationSpec): this;
|
|
55
59
|
pieOptions(pie: ChartPieSpec): this;
|
|
56
60
|
radarOptions(radar: ChartRadarSpec): this;
|
|
61
|
+
paretoOptions(pareto: ChartParetoSpec): this;
|
|
57
62
|
advancedStyle(advancedStyle: ChartAdvancedStylePatch): this;
|
|
58
63
|
theme(theme: string): this;
|
|
59
64
|
toSpec(): ChartUpdatePatch;
|