@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.
Files changed (104) hide show
  1. package/README.md +8 -2
  2. package/lib/cjs/facade.js +1 -1
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/locale/ar-SA.js +1 -1
  5. package/lib/cjs/locale/ca-ES.js +1 -1
  6. package/lib/cjs/locale/de-DE.js +1 -1
  7. package/lib/cjs/locale/en-US.js +1 -1
  8. package/lib/cjs/locale/es-ES.js +1 -1
  9. package/lib/cjs/locale/fa-IR.js +1 -1
  10. package/lib/cjs/locale/fr-FR.js +1 -1
  11. package/lib/cjs/locale/id-ID.js +1 -1
  12. package/lib/cjs/locale/it-IT.js +1 -1
  13. package/lib/cjs/locale/ja-JP.js +1 -1
  14. package/lib/cjs/locale/ko-KR.js +1 -1
  15. package/lib/cjs/locale/pl-PL.js +1 -1
  16. package/lib/cjs/locale/pt-BR.js +1 -1
  17. package/lib/cjs/locale/ru-RU.js +1 -1
  18. package/lib/cjs/locale/sk-SK.js +1 -1
  19. package/lib/cjs/locale/vi-VN.js +1 -1
  20. package/lib/cjs/locale/zh-CN.js +1 -1
  21. package/lib/cjs/locale/zh-HK.js +1 -1
  22. package/lib/cjs/locale/zh-TW.js +1 -1
  23. package/lib/es/facade.js +1 -1
  24. package/lib/es/index.js +1 -1
  25. package/lib/es/locale/ar-SA.js +1 -1
  26. package/lib/es/locale/ca-ES.js +1 -1
  27. package/lib/es/locale/de-DE.js +1 -1
  28. package/lib/es/locale/en-US.js +1 -1
  29. package/lib/es/locale/es-ES.js +1 -1
  30. package/lib/es/locale/fa-IR.js +1 -1
  31. package/lib/es/locale/fr-FR.js +1 -1
  32. package/lib/es/locale/id-ID.js +1 -1
  33. package/lib/es/locale/it-IT.js +1 -1
  34. package/lib/es/locale/ja-JP.js +1 -1
  35. package/lib/es/locale/ko-KR.js +1 -1
  36. package/lib/es/locale/pl-PL.js +1 -1
  37. package/lib/es/locale/pt-BR.js +1 -1
  38. package/lib/es/locale/ru-RU.js +1 -1
  39. package/lib/es/locale/sk-SK.js +1 -1
  40. package/lib/es/locale/vi-VN.js +1 -1
  41. package/lib/es/locale/zh-CN.js +1 -1
  42. package/lib/es/locale/zh-HK.js +1 -1
  43. package/lib/es/locale/zh-TW.js +1 -1
  44. package/lib/facade.js +1 -1
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/chart-source/chart-source.d.ts +0 -1
  66. package/lib/types/commands/commands/sheets-chart.command.d.ts +3 -4
  67. package/lib/types/commands/mutations/sheets-chart.mutation.d.ts +15 -5
  68. package/lib/types/common/util.d.ts +1 -1
  69. package/lib/types/facade/chart-facade-adapter.d.ts +30 -20
  70. package/lib/types/facade/chart-facade-builders.d.ts +6 -1
  71. package/lib/types/facade/chart-facade-types.d.ts +109 -290
  72. package/lib/types/facade/f-chart.d.ts +26 -3
  73. package/lib/types/facade/f-worksheet-charts.d.ts +66 -1
  74. package/lib/types/facade/f-worksheet.d.ts +3 -0
  75. package/lib/types/facade/index.d.ts +1 -0
  76. package/lib/types/index.d.ts +5 -6
  77. package/lib/types/models/chart-model.d.ts +3 -3
  78. package/lib/types/models/types.d.ts +4 -1
  79. package/lib/types/plugin.d.ts +1 -0
  80. package/lib/types/services/chart-model.service.d.ts +2 -0
  81. package/lib/types/services/sheet-chart-range-watcher.d.ts +22 -0
  82. package/lib/types/services/sheets-chart.service.d.ts +8 -8
  83. package/lib/umd/facade.js +1 -1
  84. package/lib/umd/index.js +1 -1
  85. package/lib/umd/locale/ar-SA.js +1 -1
  86. package/lib/umd/locale/ca-ES.js +1 -1
  87. package/lib/umd/locale/de-DE.js +1 -1
  88. package/lib/umd/locale/en-US.js +1 -1
  89. package/lib/umd/locale/es-ES.js +1 -1
  90. package/lib/umd/locale/fa-IR.js +1 -1
  91. package/lib/umd/locale/fr-FR.js +1 -1
  92. package/lib/umd/locale/id-ID.js +1 -1
  93. package/lib/umd/locale/it-IT.js +1 -1
  94. package/lib/umd/locale/ja-JP.js +1 -1
  95. package/lib/umd/locale/ko-KR.js +1 -1
  96. package/lib/umd/locale/pl-PL.js +1 -1
  97. package/lib/umd/locale/pt-BR.js +1 -1
  98. package/lib/umd/locale/ru-RU.js +1 -1
  99. package/lib/umd/locale/sk-SK.js +1 -1
  100. package/lib/umd/locale/vi-VN.js +1 -1
  101. package/lib/umd/locale/zh-CN.js +1 -1
  102. package/lib/umd/locale/zh-HK.js +1 -1
  103. package/lib/umd/locale/zh-TW.js +1 -1
  104. package/package.json +10 -10
@@ -1 +1 @@
1
- function _0x5ed6(_0x2b1eb8,_0x4a978f){_0x2b1eb8=_0x2b1eb8-0xd2;const _0x219600=_0x2196();let _0x5ed692=_0x219600[_0x2b1eb8];return _0x5ed692;}function _0x2196(){const _0x10cd62=['Категория\x20{0}','4955482BqaHsx','Минимум','195111jVzrFR','Серия\x20{0}','Слово','Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные','858825ZMFrLK','Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','2410566PvqudY','Series','22320756EFgvLr','Положительное','Category','25026PlPLtq','548488vIQkDg','Пусто','20sPxspx','Частота','64FJXqRk','Накопительный\x20процент'];_0x2196=function(){return _0x10cd62;};return _0x2196();}const _0x4e14e8=_0x5ed6;(function(_0x282e22,_0x240da1){const _0x3dcefc=_0x5ed6,_0x5a3316=_0x282e22();while(!![]){try{const _0x15125a=-parseInt(_0x3dcefc(0xd6))/0x1*(parseInt(_0x3dcefc(0xdb))/0x2)+parseInt(_0x3dcefc(0xe0))/0x3+-parseInt(_0x3dcefc(0xd9))/0x4*(parseInt(_0x3dcefc(0xe4))/0x5)+parseInt(_0x3dcefc(0xe6))/0x6+-parseInt(_0x3dcefc(0xde))/0x7+parseInt(_0x3dcefc(0xd7))/0x8+parseInt(_0x3dcefc(0xd3))/0x9;if(_0x15125a===_0x240da1)break;else _0x5a3316['push'](_0x5a3316['shift']());}catch(_0x393ea4){_0x5a3316['push'](_0x5a3316['shift']());}}}(_0x2196,0x9e2b4));const e={'sheets-chart':{'category':_0x4e14e8(0xd5),'series':_0x4e14e8(0xd2),'seriesDefaultName':_0x4e14e8(0xe1),'categoryDefaultName':_0x4e14e8(0xdd),'blank':_0x4e14e8(0xd8),'msg':{'emptyTips':'Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','sankeyCircularTips':_0x4e14e8(0xe3)},'bubble':{'emptyTips':'Диаграмма\x20пузырей\x20требует\x20как\x20минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y'},'relation':{'emptyTips':_0x4e14e8(0xe5)},'cloud':{'word':_0x4e14e8(0xe2),'frequency':_0x4e14e8(0xda)},'waterfall':{'positive':_0x4e14e8(0xd4),'negative':'Отрицательное','subtotal':'Промежуточный\x20итог'},'pareto':{'lineName':_0x4e14e8(0xdc)},'boxplot':{'min':_0x4e14e8(0xdf),'q1':'Первый\x20квартиль','median':'Медиана','q3':'Третий\x20квартиль','max':'Максимум'}}};export{e as default};
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};
@@ -1 +1 @@
1
- const _0xe3d799=_0x38a6;(function(_0x3d44b3,_0x2a3304){const _0x231171=_0x38a6,_0x45a9ea=_0x3d44b3();while(!![]){try{const _0x498214=-parseInt(_0x231171(0xf5))/0x1+-parseInt(_0x231171(0xfa))/0x2*(parseInt(_0x231171(0xfd))/0x3)+parseInt(_0x231171(0xf2))/0x4+-parseInt(_0x231171(0xfc))/0x5*(-parseInt(_0x231171(0x100))/0x6)+-parseInt(_0x231171(0x107))/0x7*(parseInt(_0x231171(0xf1))/0x8)+parseInt(_0x231171(0xf9))/0x9+-parseInt(_0x231171(0xf4))/0xa*(parseInt(_0x231171(0xff))/0xb);if(_0x498214===_0x2a3304)break;else _0x45a9ea['push'](_0x45a9ea['shift']());}catch(_0x2c3aae){_0x45a9ea['push'](_0x45a9ea['shift']());}}}(_0x5493,0x9c739));const e={'sheets-chart':{'category':_0xe3d799(0xfe),'series':_0xe3d799(0x105),'seriesDefaultName':_0xe3d799(0x106),'categoryDefaultName':_0xe3d799(0xfb),'blank':_0xe3d799(0xef),'msg':{'emptyTips':_0xe3d799(0xf7),'sankeyCircularTips':_0xe3d799(0xf0)},'bubble':{'emptyTips':_0xe3d799(0xf6)},'relation':{'emptyTips':_0xe3d799(0x108)},'cloud':{'word':_0xe3d799(0x103),'frequency':_0xe3d799(0x102)},'waterfall':{'positive':_0xe3d799(0x101),'negative':'Negatívne','subtotal':_0xe3d799(0xf3)},'pareto':{'lineName':'Kumulatívne\x20percento'},'boxplot':{'min':'Minimum','q1':_0xe3d799(0xf8),'median':'Medián','q3':'Tretí\x20kvartil','max':_0xe3d799(0x104)}}};function _0x38a6(_0x2cf3b3,_0xe08ddc){_0x2cf3b3=_0x2cf3b3-0xef;const _0x549324=_0x5493();let _0x38a6af=_0x549324[_0x2cf3b3];return _0x38a6af;}export{e as default};function _0x5493(){const _0x524f73=['3JdqIEB','Category','13409OUClKz','901878UhxUGL','Pozitívne','Frekvencia','Slovo','Maximum','Series','Séria\x20{0}','3450153oZDatN','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','(Prázdne)','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','8eeTgKG','4789836oBdrQV','Medzisúčet','9730AXHnEz','375924PQPPHp','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','Prvý\x20kvartil','7638795OtcHIL','1106006BJBraP','Kategória\x20{0}','40ejYIsF'];_0x5493=function(){return _0x524f73;};return _0x5493();}
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};
@@ -1 +1 @@
1
- function _0x54b0(_0x50cbd3,_0x225017){_0x50cbd3=_0x50cbd3-0x17b;const _0x22289a=_0x2228();let _0x54b0a1=_0x22289a[_0x50cbd3];return _0x54b0a1;}const _0x59f074=_0x54b0;function _0x2228(){const _0x2ad4ee=['Loạt\x20{0}','40Eeetrw','Phần\x20tư\x20thứ\x20ba','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','856DfiyFd','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Trung\x20vị','960WUmUdL','72pxBJvj','Category','Giá\x20trị\x20dương','Series','763870eeMPHk','249161RZcPVL','(Trống)','270393PIFskT','Giá\x20trị\x20âm','2ygogSF','303403qDvqET','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','14119OFeMMJ','6064405WhKquV','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Tần\x20suất','Giá\x20trị\x20nhỏ\x20nhất','Tổng\x20phụ','1913082cUVfSO','Phần\x20tư\x20thứ\x20nhất'];_0x2228=function(){return _0x2ad4ee;};return _0x2228();}(function(_0x2288ad,_0x175a6d){const _0x27f779=_0x54b0,_0xfc1d68=_0x2288ad();while(!![]){try{const _0x41fa55=-parseInt(_0x27f779(0x17b))/0x1*(-parseInt(_0x27f779(0x196))/0x2)+parseInt(_0x27f779(0x194))/0x3*(parseInt(_0x27f779(0x186))/0x4)+parseInt(_0x27f779(0x17e))/0x5+-parseInt(_0x27f779(0x183))/0x6+parseInt(_0x27f779(0x17d))/0x7*(-parseInt(_0x27f779(0x189))/0x8)+parseInt(_0x27f779(0x18d))/0x9*(parseInt(_0x27f779(0x191))/0xa)+-parseInt(_0x27f779(0x192))/0xb*(parseInt(_0x27f779(0x18c))/0xc);if(_0x41fa55===_0x175a6d)break;else _0xfc1d68['push'](_0xfc1d68['shift']());}catch(_0x129bc0){_0xfc1d68['push'](_0xfc1d68['shift']());}}}(_0x2228,0xa67d8));const e={'sheets-chart':{'category':_0x59f074(0x18e),'series':_0x59f074(0x190),'seriesDefaultName':_0x59f074(0x185),'categoryDefaultName':'Danh\x20mục\x20{0}','blank':_0x59f074(0x193),'msg':{'emptyTips':_0x59f074(0x17f),'sankeyCircularTips':_0x59f074(0x17c)},'bubble':{'emptyTips':_0x59f074(0x18a)},'relation':{'emptyTips':_0x59f074(0x188)},'cloud':{'word':'Từ','frequency':_0x59f074(0x180)},'waterfall':{'positive':_0x59f074(0x18f),'negative':_0x59f074(0x195),'subtotal':_0x59f074(0x182)},'pareto':{'lineName':'Tỷ\x20lệ\x20tích\x20lũy'},'boxplot':{'min':_0x59f074(0x181),'q1':_0x59f074(0x184),'median':_0x59f074(0x18b),'q3':_0x59f074(0x187),'max':'Giá\x20trị\x20lớn\x20nhất'}}};export{e as default};
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};
@@ -1 +1 @@
1
- const _0x412b2c=_0x5abb;(function(_0x4a6eb7,_0x1385b1){const _0x512bdf=_0x5abb,_0x3ae4fe=_0x4a6eb7();while(!![]){try{const _0x467ee3=parseInt(_0x512bdf(0x15f))/0x1+parseInt(_0x512bdf(0x15e))/0x2*(-parseInt(_0x512bdf(0x162))/0x3)+parseInt(_0x512bdf(0x155))/0x4+parseInt(_0x512bdf(0x158))/0x5+parseInt(_0x512bdf(0x154))/0x6+-parseInt(_0x512bdf(0x156))/0x7+-parseInt(_0x512bdf(0x165))/0x8*(parseInt(_0x512bdf(0x160))/0x9);if(_0x467ee3===_0x1385b1)break;else _0x3ae4fe['push'](_0x3ae4fe['shift']());}catch(_0xbf76c2){_0x3ae4fe['push'](_0x3ae4fe['shift']());}}}(_0x43ae,0xe6a0a));function _0x43ae(){const _0x10ba0b=['累积占比','最大值','964086MKUteK','991679ymwVLo','4122AZeJbo','(空)','9hwmvij','Category','关系图数据源为额外添加类型列在第二列的共词矩阵','22728DvLbfu','请先添加系列开始数据可视化','类别\x20{0}','第一四分位数','10288050LiHfSM','270416cgJWqe','3107188cYNovi','桑基图不能包含循环数据','6809415Pyrrxd','第三四分位数','气泡图至少需要2列,X轴、Y轴。','中位数'];_0x43ae=function(){return _0x10ba0b;};return _0x43ae();}function _0x5abb(_0x4d20eb,_0x364cd7){_0x4d20eb=_0x4d20eb-0x154;const _0x43ae73=_0x43ae();let _0x5abb2a=_0x43ae73[_0x4d20eb];return _0x5abb2a;}const e={'sheets-chart':{'category':_0x412b2c(0x163),'series':'Series','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x412b2c(0x167),'blank':_0x412b2c(0x161),'msg':{'emptyTips':_0x412b2c(0x166),'sankeyCircularTips':_0x412b2c(0x157)},'bubble':{'emptyTips':_0x412b2c(0x15a)},'relation':{'emptyTips':_0x412b2c(0x164)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x412b2c(0x15c)},'boxplot':{'min':'最小值','q1':_0x412b2c(0x168),'median':_0x412b2c(0x15b),'q3':_0x412b2c(0x159),'max':_0x412b2c(0x15d)}}};export{e as default};
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};
@@ -1 +1 @@
1
- const _0x2c9b6f=_0x1f1e;(function(_0x56b8f3,_0x163ef4){const _0xc4b8a8=_0x1f1e,_0x578803=_0x56b8f3();while(!![]){try{const _0x2c8525=parseInt(_0xc4b8a8(0x1fb))/0x1*(parseInt(_0xc4b8a8(0x1f5))/0x2)+-parseInt(_0xc4b8a8(0x1eb))/0x3+-parseInt(_0xc4b8a8(0x1ed))/0x4+parseInt(_0xc4b8a8(0x1ec))/0x5*(parseInt(_0xc4b8a8(0x1ea))/0x6)+parseInt(_0xc4b8a8(0x1fa))/0x7+parseInt(_0xc4b8a8(0x1f3))/0x8+-parseInt(_0xc4b8a8(0x1f0))/0x9;if(_0x2c8525===_0x163ef4)break;else _0x578803['push'](_0x578803['shift']());}catch(_0x162fd7){_0x578803['push'](_0x578803['shift']());}}}(_0x2bc5,0xb7ede));function _0x1f1e(_0x5f7b12,_0x2647ef){_0x5f7b12=_0x5f7b12-0x1ea;const _0x2bc58f=_0x2bc5();let _0x1f1ecd=_0x2bc58f[_0x5f7b12];return _0x1f1ecd;}const e={'sheets-chart':{'category':'Category','series':'Series','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x2c9b6f(0x1fc),'blank':_0x2c9b6f(0x1f9),'msg':{'emptyTips':_0x2c9b6f(0x1f1),'sankeyCircularTips':_0x2c9b6f(0x1f4)},'bubble':{'emptyTips':_0x2c9b6f(0x1ee)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x2c9b6f(0x1f8)},'boxplot':{'min':_0x2c9b6f(0x1ef),'q1':_0x2c9b6f(0x1f7),'median':_0x2c9b6f(0x1f2),'q3':_0x2c9b6f(0x1f6),'max':'最大值'}}};export{e as default};function _0x2bc5(){const _0x2118d5=['氣泡圖至少需要2欄,X軸、Y軸。','最小值','6443946QWRxFe','請先添加系列開始數據可視化','中位數','6062520PmlbAy','桑基圖不能包含循環數據','12506jOEUWu','第三四分位數','第一四分位數','累積占比','(空)','8433684SffMIi','157fvOJkm','類別\x20{0}','48KpTQob','3691176UkJsKq','90040fjPEKh','1554608iQGqyr'];_0x2bc5=function(){return _0x2118d5;};return _0x2bc5();}
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();}
@@ -1 +1 @@
1
- const _0x4d1619=_0x1b84;(function(_0x2d922e,_0x3a6c23){const _0x3d7bd7=_0x1b84,_0x356fbe=_0x2d922e();while(!![]){try{const _0x43bf6d=parseInt(_0x3d7bd7(0x6d))/0x1+-parseInt(_0x3d7bd7(0x7f))/0x2+parseInt(_0x3d7bd7(0x6e))/0x3+-parseInt(_0x3d7bd7(0x80))/0x4+parseInt(_0x3d7bd7(0x7d))/0x5*(-parseInt(_0x3d7bd7(0x7e))/0x6)+parseInt(_0x3d7bd7(0x70))/0x7+parseInt(_0x3d7bd7(0x72))/0x8;if(_0x43bf6d===_0x3a6c23)break;else _0x356fbe['push'](_0x356fbe['shift']());}catch(_0x3f181d){_0x356fbe['push'](_0x356fbe['shift']());}}}(_0x272a,0x8376b));function _0x1b84(_0xb9f267,_0x50c60c){_0xb9f267=_0xb9f267-0x6d;const _0x272a57=_0x272a();let _0x1b840b=_0x272a57[_0xb9f267];return _0x1b840b;}const e={'sheets-chart':{'category':_0x4d1619(0x71),'series':_0x4d1619(0x7a),'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x4d1619(0x77),'blank':'()','msg':{'emptyTips':_0x4d1619(0x7c),'sankeyCircularTips':_0x4d1619(0x74)},'bubble':{'emptyTips':_0x4d1619(0x6f)},'relation':{'emptyTips':_0x4d1619(0x78)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x4d1619(0x73)},'boxplot':{'min':_0x4d1619(0x76),'q1':_0x4d1619(0x79),'median':_0x4d1619(0x7b),'q3':'第三四分位數','max':_0x4d1619(0x75)}}};export{e as default};function _0x272a(){const _0x399752=['Series','中位數','請先添加系列開始數據可視化','545135MOGmme','18TDpeAL','1506490TtINgw','1780196EMpFUq','649818rXpJTC','1139691BOXzmA','氣泡圖至少需要2欄,X軸、Y軸。','5395691uEWgtk','Category','2106576Ovkbvs','累積占比','桑基圖不能包含循環數據','最大值','最小值','類別\x20{0}','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','第一四分位數'];_0x272a=function(){return _0x399752;};return _0x272a();}
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, IRange } from '@univerjs/core';
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
- range: IRange;
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
- export interface IInsertSheetsChartMutationParams extends ISheetCommandSharedParams, Omit<IChartSnapshot, 'id' | 'chartType' | 'orient'> {
5
- range: IRange;
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: never[];
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 { ChartStyle, ChartTypeBits as ChartTypeBitsType, IChartContext, IChartDataAggregation, IChartDataSeries } from '@univerjs-pro/engine-chart';
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, ChartDiagnosticCode, ChartInstanceCapabilities, ChartKnownTypeName, ChartLayoutPatch, ChartSourceDescription, ChartSourceSpec, ChartSuggestion, ChartTypeName, ChartUpdatePatch, ChartValidationResult } from './chart-facade-types';
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 IResolvedChartSource {
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 type ResolvedChartSource = IResolvedChartSource;
30
- export declare function resolveSourceSpec(source: ChartSourceSpec | undefined, context: ChartFacadeSourceContext, diagnostics: ChartDiagnostic[], path?: string): ResolvedChartSource | null;
31
- export declare function validateCreateSpec(spec: ChartCreateSpec, context: ChartFacadeSourceContext): ChartValidationResult<ChartCreateSpec>;
32
- export declare function validateUpdatePatch(patch: ChartUpdatePatch, context: ChartFacadeSourceContext): ChartValidationResult<ChartUpdatePatch>;
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 ChartConfigPatch = IChartConfigPatch;
40
- export declare function buildChartConfigPatch(patch: ChartCreateSpec | ChartUpdatePatch, diagnostics: ChartDiagnostic[], series?: IChartDataSeries[], currentContext?: IChartContext): ChartConfigPatch;
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(chartId: string, type: ChartTypeName, rawType?: number): ChartInstanceCapabilities;
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, ChartAnchorSpec, ChartAppearanceSpec, ChartAxesSpec, ChartCreateSpec, ChartKnownTypeName, ChartLayoutPatch, ChartLegendSpec, ChartMappingSpec, ChartPieSpec, ChartRadarSpec, ChartSeriesPatch, ChartSourceSpec, ChartTitleSpec, ChartUpdatePatch, ChartUpdateResult, ChartValidationResult, ChartWordCloudSpec } from './chart-facade-types';
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;