@univerjs-pro/sheets-chart 1.0.0-alpha.0 → 1.0.0-alpha.2

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 (96) hide show
  1. package/lib/cjs/facade.js +1 -1
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/locale/ar-SA.js +1 -1
  4. package/lib/cjs/locale/ca-ES.js +1 -1
  5. package/lib/cjs/locale/de-DE.js +1 -1
  6. package/lib/cjs/locale/en-US.js +1 -1
  7. package/lib/cjs/locale/es-ES.js +1 -1
  8. package/lib/cjs/locale/fa-IR.js +1 -1
  9. package/lib/cjs/locale/fr-FR.js +1 -1
  10. package/lib/cjs/locale/id-ID.js +1 -1
  11. package/lib/cjs/locale/it-IT.js +1 -1
  12. package/lib/cjs/locale/ja-JP.js +1 -1
  13. package/lib/cjs/locale/ko-KR.js +1 -1
  14. package/lib/cjs/locale/pl-PL.js +1 -1
  15. package/lib/cjs/locale/pt-BR.js +1 -1
  16. package/lib/cjs/locale/ru-RU.js +1 -1
  17. package/lib/cjs/locale/sk-SK.js +1 -1
  18. package/lib/cjs/locale/vi-VN.js +1 -1
  19. package/lib/cjs/locale/zh-CN.js +1 -1
  20. package/lib/cjs/locale/zh-HK.js +1 -1
  21. package/lib/cjs/locale/zh-TW.js +1 -1
  22. package/lib/es/facade.js +1 -1
  23. package/lib/es/index.js +1 -1
  24. package/lib/es/locale/ar-SA.js +1 -1
  25. package/lib/es/locale/ca-ES.js +1 -1
  26. package/lib/es/locale/de-DE.js +1 -1
  27. package/lib/es/locale/en-US.js +1 -1
  28. package/lib/es/locale/es-ES.js +1 -1
  29. package/lib/es/locale/fa-IR.js +1 -1
  30. package/lib/es/locale/fr-FR.js +1 -1
  31. package/lib/es/locale/id-ID.js +1 -1
  32. package/lib/es/locale/it-IT.js +1 -1
  33. package/lib/es/locale/ja-JP.js +1 -1
  34. package/lib/es/locale/ko-KR.js +1 -1
  35. package/lib/es/locale/pl-PL.js +1 -1
  36. package/lib/es/locale/pt-BR.js +1 -1
  37. package/lib/es/locale/ru-RU.js +1 -1
  38. package/lib/es/locale/sk-SK.js +1 -1
  39. package/lib/es/locale/vi-VN.js +1 -1
  40. package/lib/es/locale/zh-CN.js +1 -1
  41. package/lib/es/locale/zh-HK.js +1 -1
  42. package/lib/es/locale/zh-TW.js +1 -1
  43. package/lib/facade.js +1 -1
  44. package/lib/index.js +1 -1
  45. package/lib/locale/ar-SA.js +1 -1
  46. package/lib/locale/ca-ES.js +1 -1
  47. package/lib/locale/de-DE.js +1 -1
  48. package/lib/locale/en-US.js +1 -1
  49. package/lib/locale/es-ES.js +1 -1
  50. package/lib/locale/fa-IR.js +1 -1
  51. package/lib/locale/fr-FR.js +1 -1
  52. package/lib/locale/id-ID.js +1 -1
  53. package/lib/locale/it-IT.js +1 -1
  54. package/lib/locale/ja-JP.js +1 -1
  55. package/lib/locale/ko-KR.js +1 -1
  56. package/lib/locale/pl-PL.js +1 -1
  57. package/lib/locale/pt-BR.js +1 -1
  58. package/lib/locale/ru-RU.js +1 -1
  59. package/lib/locale/sk-SK.js +1 -1
  60. package/lib/locale/vi-VN.js +1 -1
  61. package/lib/locale/zh-CN.js +1 -1
  62. package/lib/locale/zh-HK.js +1 -1
  63. package/lib/locale/zh-TW.js +1 -1
  64. package/lib/types/chart-source/chart-source.d.ts +3 -14
  65. package/lib/types/commands/commands/sheets-chart.command.d.ts +1 -0
  66. package/lib/types/config/config.d.ts +5 -0
  67. package/lib/types/facade/chart-facade-adapter.d.ts +58 -0
  68. package/lib/types/facade/chart-facade-builders.d.ts +62 -0
  69. package/lib/types/facade/chart-facade-types.d.ts +393 -0
  70. package/lib/types/facade/f-chart.d.ts +11 -0
  71. package/lib/types/facade/f-worksheet-charts.d.ts +28 -0
  72. package/lib/types/facade/index.d.ts +5 -0
  73. package/lib/types/index.d.ts +1 -1
  74. package/lib/types/services/sheets-chart.service.d.ts +2 -0
  75. package/lib/umd/facade.js +1 -1
  76. package/lib/umd/index.js +1 -1
  77. package/lib/umd/locale/ar-SA.js +1 -1
  78. package/lib/umd/locale/ca-ES.js +1 -1
  79. package/lib/umd/locale/de-DE.js +1 -1
  80. package/lib/umd/locale/en-US.js +1 -1
  81. package/lib/umd/locale/es-ES.js +1 -1
  82. package/lib/umd/locale/fa-IR.js +1 -1
  83. package/lib/umd/locale/fr-FR.js +1 -1
  84. package/lib/umd/locale/id-ID.js +1 -1
  85. package/lib/umd/locale/it-IT.js +1 -1
  86. package/lib/umd/locale/ja-JP.js +1 -1
  87. package/lib/umd/locale/ko-KR.js +1 -1
  88. package/lib/umd/locale/pl-PL.js +1 -1
  89. package/lib/umd/locale/pt-BR.js +1 -1
  90. package/lib/umd/locale/ru-RU.js +1 -1
  91. package/lib/umd/locale/sk-SK.js +1 -1
  92. package/lib/umd/locale/vi-VN.js +1 -1
  93. package/lib/umd/locale/zh-CN.js +1 -1
  94. package/lib/umd/locale/zh-HK.js +1 -1
  95. package/lib/umd/locale/zh-TW.js +1 -1
  96. package/package.json +9 -9
@@ -1 +1 @@
1
- const _0x577efa=_0x1857;function _0x1857(_0x308d3a,_0x29d061){_0x308d3a=_0x308d3a-0x1b6;const _0x51ddd0=_0x51dd();let _0x1857c2=_0x51ddd0[_0x308d3a];return _0x1857c2;}function _0x51dd(){const _0x3ee6b4=['12802tonlnL','Добавьте\x20серию,\x20чтобы\x20начать\x20визуализацию\x20данных','Отрицательное','Третий\x20квартиль','15849471wtpSoA','Максимум','2701665hSGFlw','Частота','Минимум','Пусто','10FjIwNZ','Промежуточный\x20итог','Диаграмма\x20пузырей\x20требует\x20как\x20минимум\x202\x20столбца:\x20ось\x20X,\x20ось\x20Y','Положительное','Первый\x20квартиль','Накопительный\x20процент','Серия\x20{0}','3489312rddBJj','Категория\x20{0}','840gjVJLD','181xRNEVi','18MMiNwS','Слово','722934liGatu','11445vdnXhd','Источником\x20данных\x20для\x20графика\x20взаимоотношений\x20является\x20матрица\x20сопутствующих\x20слов\x20с\x20дополнительным\x20столбцом\x20типа\x20во\x20втором\x20столбце.','Медиана','5743172bUgFNB'];_0x51dd=function(){return _0x3ee6b4;};return _0x51dd();}(function(_0x1e00d9,_0x503a83){const _0x2dea7a=_0x1857,_0x5568fe=_0x1e00d9();while(!![]){try{const _0x14d6d8=parseInt(_0x2dea7a(0x1bd))/0x1*(parseInt(_0x2dea7a(0x1c5))/0x2)+parseInt(_0x2dea7a(0x1c0))/0x3+-parseInt(_0x2dea7a(0x1c4))/0x4+parseInt(_0x2dea7a(0x1cb))/0x5+parseInt(_0x2dea7a(0x1bc))/0x6*(-parseInt(_0x2dea7a(0x1c1))/0x7)+-parseInt(_0x2dea7a(0x1ba))/0x8*(parseInt(_0x2dea7a(0x1be))/0x9)+-parseInt(_0x2dea7a(0x1cf))/0xa*(-parseInt(_0x2dea7a(0x1c9))/0xb);if(_0x14d6d8===_0x503a83)break;else _0x5568fe['push'](_0x5568fe['shift']());}catch(_0x4399d0){_0x5568fe['push'](_0x5568fe['shift']());}}}(_0x51dd,0xcdfd4));const e={'sheets-chart':{'category':'Category','series':'Series','seriesDefaultName':_0x577efa(0x1b9),'categoryDefaultName':_0x577efa(0x1bb),'blank':_0x577efa(0x1ce),'msg':{'emptyTips':_0x577efa(0x1c6),'sankeyCircularTips':'Диаграмма\x20Санки\x20не\x20может\x20содержать\x20циклические\x20данные'},'bubble':{'emptyTips':_0x577efa(0x1d1)},'relation':{'emptyTips':_0x577efa(0x1c2)},'cloud':{'word':_0x577efa(0x1bf),'frequency':_0x577efa(0x1cc)},'waterfall':{'positive':_0x577efa(0x1b6),'negative':_0x577efa(0x1c7),'subtotal':_0x577efa(0x1d0)},'pareto':{'lineName':_0x577efa(0x1b8)},'boxplot':{'min':_0x577efa(0x1cd),'q1':_0x577efa(0x1b7),'median':_0x577efa(0x1c3),'q3':_0x577efa(0x1c8),'max':_0x577efa(0x1ca)}}};export{e as default};
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 +1 @@
1
- const _0x26c6e7=_0x403d;(function(_0x3ad25d,_0x332902){const _0x110bbd=_0x403d,_0x114430=_0x3ad25d();while(!![]){try{const _0x2820e1=-parseInt(_0x110bbd(0xc2))/0x1+-parseInt(_0x110bbd(0xbd))/0x2*(parseInt(_0x110bbd(0xb9))/0x3)+-parseInt(_0x110bbd(0xbf))/0x4+-parseInt(_0x110bbd(0xc5))/0x5+-parseInt(_0x110bbd(0xbe))/0x6*(parseInt(_0x110bbd(0xbb))/0x7)+-parseInt(_0x110bbd(0xb6))/0x8+parseInt(_0x110bbd(0xbc))/0x9;if(_0x2820e1===_0x332902)break;else _0x114430['push'](_0x114430['shift']());}catch(_0x4fba3e){_0x114430['push'](_0x114430['shift']());}}}(_0x1a3a,0xc0ee4));const e={'sheets-chart':{'category':_0x26c6e7(0xc4),'series':'Series','seriesDefaultName':_0x26c6e7(0xc0),'categoryDefaultName':'Kategória\x20{0}','blank':'(Prázdne)','msg':{'emptyTips':'Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','sankeyCircularTips':'Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje'},'bubble':{'emptyTips':'Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y'},'relation':{'emptyTips':'Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci'},'cloud':{'word':'Slovo','frequency':_0x26c6e7(0xb7)},'waterfall':{'positive':_0x26c6e7(0xc1),'negative':_0x26c6e7(0xb8),'subtotal':'Medzisúčet'},'pareto':{'lineName':_0x26c6e7(0xc6)},'boxplot':{'min':_0x26c6e7(0xba),'q1':_0x26c6e7(0xb5),'median':'Medián','q3':_0x26c6e7(0xc7),'max':_0x26c6e7(0xc3)}}};function _0x1a3a(){const _0x52b4ea=['8790UEGPMU','1854776PzvViF','Séria\x20{0}','Pozitívne','230269argYBw','Maximum','Category','5050475HjKvHY','Kumulatívne\x20percento','Tretí\x20kvartil','Prvý\x20kvartil','12239440VqOuoj','Frekvencia','Negatívne','12yNsors','Minimum','2534qDxIqU','50345118hRCCJy','519670TrGKwj'];_0x1a3a=function(){return _0x52b4ea;};return _0x1a3a();}function _0x403d(_0x2d1fbd,_0x40d8dd){_0x2d1fbd=_0x2d1fbd-0xb5;const _0x1a3a30=_0x1a3a();let _0x403db4=_0x1a3a30[_0x2d1fbd];return _0x403db4;}export{e as default};
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 +1 @@
1
- function _0x45a3(_0x4cf10d,_0x1e5c65){_0x4cf10d=_0x4cf10d-0x1bf;const _0x4ab0c7=_0x4ab0();let _0x45a3b3=_0x4ab0c7[_0x4cf10d];return _0x45a3b3;}const _0x3df277=_0x45a3;(function(_0x35e26a,_0x3f97c1){const _0x11d771=_0x45a3,_0x2bdd79=_0x35e26a();while(!![]){try{const _0x262e90=-parseInt(_0x11d771(0x1cb))/0x1+-parseInt(_0x11d771(0x1c2))/0x2*(parseInt(_0x11d771(0x1c4))/0x3)+-parseInt(_0x11d771(0x1c8))/0x4+parseInt(_0x11d771(0x1c5))/0x5*(parseInt(_0x11d771(0x1bf))/0x6)+-parseInt(_0x11d771(0x1d0))/0x7*(-parseInt(_0x11d771(0x1cf))/0x8)+-parseInt(_0x11d771(0x1d7))/0x9*(-parseInt(_0x11d771(0x1cd))/0xa)+parseInt(_0x11d771(0x1d3))/0xb*(parseInt(_0x11d771(0x1d2))/0xc);if(_0x262e90===_0x3f97c1)break;else _0x2bdd79['push'](_0x2bdd79['shift']());}catch(_0x383da7){_0x2bdd79['push'](_0x2bdd79['shift']());}}}(_0x4ab0,0xc5ee6));const e={'sheets-chart':{'category':_0x3df277(0x1d6),'series':_0x3df277(0x1c0),'seriesDefaultName':_0x3df277(0x1ca),'categoryDefaultName':_0x3df277(0x1c7),'blank':'(Trống)','msg':{'emptyTips':'Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','sankeyCircularTips':_0x3df277(0x1c6)},'bubble':{'emptyTips':'Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y'},'relation':{'emptyTips':_0x3df277(0x1d1)},'cloud':{'word':'Từ','frequency':'Tần\x20suất'},'waterfall':{'positive':_0x3df277(0x1cc),'negative':'Giá\x20trị\x20âm','subtotal':_0x3df277(0x1ce)},'pareto':{'lineName':_0x3df277(0x1d4)},'boxplot':{'min':_0x3df277(0x1c3),'q1':_0x3df277(0x1d5),'median':'Trung\x20vị','q3':_0x3df277(0x1c9),'max':_0x3df277(0x1c1)}}};export{e as default};function _0x4ab0(){const _0x29e782=['Loạt\x20{0}','1337161PwtiFi','Giá\x20trị\x20dương','30dfcmIt','Tổng\x20phụ','3772112onrsfg','7bYNcWn','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','2285628euDAdJ','121ShsVup','Tỷ\x20lệ\x20tích\x20lũy','Phần\x20tư\x20thứ\x20nhất','Category','2344203mEsQid','24qAMCWc','Series','Giá\x20trị\x20lớn\x20nhất','2UWsERa','Giá\x20trị\x20nhỏ\x20nhất','4166061mOCbwm','691855YPrJhF','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Danh\x20mục\x20{0}','1459936smXWbf','Phần\x20tư\x20thứ\x20ba'];_0x4ab0=function(){return _0x29e782;};return _0x4ab0();}
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 +1 @@
1
- const _0x242f9d=_0x251d;(function(_0xc36b49,_0xb7d0e0){const _0x39eccb=_0x251d,_0x426195=_0xc36b49();while(!![]){try{const _0x15fd20=-parseInt(_0x39eccb(0x1b6))/0x1+parseInt(_0x39eccb(0x1c2))/0x2*(parseInt(_0x39eccb(0x1c1))/0x3)+-parseInt(_0x39eccb(0x1c6))/0x4*(-parseInt(_0x39eccb(0x1c5))/0x5)+-parseInt(_0x39eccb(0x1b5))/0x6+-parseInt(_0x39eccb(0x1bc))/0x7+parseInt(_0x39eccb(0x1c4))/0x8*(-parseInt(_0x39eccb(0x1c0))/0x9)+parseInt(_0x39eccb(0x1be))/0xa;if(_0x15fd20===_0xb7d0e0)break;else _0x426195['push'](_0x426195['shift']());}catch(_0x4b14d8){_0x426195['push'](_0x426195['shift']());}}}(_0x29af,0x5c468));function _0x251d(_0x2a5b8a,_0x4b9d43){_0x2a5b8a=_0x2a5b8a-0x1b5;const _0x29afdb=_0x29af();let _0x251d2f=_0x29afdb[_0x2a5b8a];return _0x251d2f;}const e={'sheets-chart':{'category':'Category','series':'Series','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x242f9d(0x1c3),'blank':'()','msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0x242f9d(0x1b7)},'bubble':{'emptyTips':'气泡图至少需要2列,X轴、Y轴。'},'relation':{'emptyTips':_0x242f9d(0x1ba)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x242f9d(0x1bb)},'boxplot':{'min':_0x242f9d(0x1bf),'q1':_0x242f9d(0x1bd),'median':_0x242f9d(0x1b8),'q3':'第三四分位数','max':_0x242f9d(0x1b9)}}};function _0x29af(){const _0x31d755=['5055442nMsbYI','第一四分位数','9667200DIRcff','最小值','27qINELS','4731DisqgC','820vftwvz','类别\x20{0}','1230512yaDzxi','6935osnGGk','536jlongy','702636QvwFDn','120434wqkjcK','桑基图不能包含循环数据','中位数','最大值','关系图数据源为额外添加类型列在第二列的共词矩阵','累积占比'];_0x29af=function(){return _0x31d755;};return _0x29af();}export{e as default};
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 +1 @@
1
- function _0x587b(){const _0x4bc028=['7885iWReKP','935646RlJmPu','97174jCOAdL','氣泡圖至少需要2欄,X軸、Y軸。','256004baMExQ','最大值','最小值','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','第一四分位數','桑基圖不能包含循環數據','(空)','708hejmyh','2162979OiGbrE','8MUMrBm','累積占比','中位數','請先添加系列開始數據可視化','Category','第三四分位數','5135490nIqmit','類別\x20{0}','784184AMsmJM'];_0x587b=function(){return _0x4bc028;};return _0x587b();}function _0xd4f9(_0x72f29c,_0x47aef6){_0x72f29c=_0x72f29c-0x68;const _0x587b96=_0x587b();let _0xd4f92b=_0x587b96[_0x72f29c];return _0xd4f92b;}const _0x11cfeb=_0xd4f9;(function(_0x7e1e0f,_0x5baf40){const _0x51515a=_0xd4f9,_0x6e7128=_0x7e1e0f();while(!![]){try{const _0x55e0a0=parseInt(_0x51515a(0x76))/0x1+-parseInt(_0x51515a(0x74))/0x2+-parseInt(_0x51515a(0x73))/0x3+parseInt(_0x51515a(0x71))/0x4+-parseInt(_0x51515a(0x72))/0x5*(parseInt(_0x51515a(0x7d))/0x6)+-parseInt(_0x51515a(0x68))/0x7*(parseInt(_0x51515a(0x69))/0x8)+parseInt(_0x51515a(0x6f))/0x9;if(_0x55e0a0===_0x5baf40)break;else _0x6e7128['push'](_0x6e7128['shift']());}catch(_0xede99){_0x6e7128['push'](_0x6e7128['shift']());}}}(_0x587b,0x28cc4));const e={'sheets-chart':{'category':_0x11cfeb(0x6d),'series':'Series','seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x11cfeb(0x70),'blank':_0x11cfeb(0x7c),'msg':{'emptyTips':_0x11cfeb(0x6c),'sankeyCircularTips':_0x11cfeb(0x7b)},'bubble':{'emptyTips':_0x11cfeb(0x75)},'relation':{'emptyTips':_0x11cfeb(0x79)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x11cfeb(0x6a)},'boxplot':{'min':_0x11cfeb(0x78),'q1':_0x11cfeb(0x7a),'median':_0x11cfeb(0x6b),'q3':_0x11cfeb(0x6e),'max':_0x11cfeb(0x77)}}};export{e as default};
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 +1 @@
1
- const _0x388249=_0x21cd;(function(_0x1f3d94,_0x114fa1){const _0x599489=_0x21cd,_0x12d107=_0x1f3d94();while(!![]){try{const _0x1e909a=parseInt(_0x599489(0x128))/0x1+parseInt(_0x599489(0x12b))/0x2+parseInt(_0x599489(0x132))/0x3+-parseInt(_0x599489(0x137))/0x4+parseInt(_0x599489(0x12d))/0x5*(-parseInt(_0x599489(0x123))/0x6)+parseInt(_0x599489(0x124))/0x7*(-parseInt(_0x599489(0x125))/0x8)+parseInt(_0x599489(0x136))/0x9;if(_0x1e909a===_0x114fa1)break;else _0x12d107['push'](_0x12d107['shift']());}catch(_0x447b55){_0x12d107['push'](_0x12d107['shift']());}}}(_0x5e67,0xb30f1));function _0x21cd(_0xe5be2b,_0x2b36ac){_0xe5be2b=_0xe5be2b-0x122;const _0x5e6742=_0x5e67();let _0x21cd1f=_0x5e6742[_0xe5be2b];return _0x21cd1f;}const e={'sheets-chart':{'category':_0x388249(0x12f),'series':_0x388249(0x127),'seriesDefaultName':_0x388249(0x129),'categoryDefaultName':_0x388249(0x134),'blank':_0x388249(0x135),'msg':{'emptyTips':_0x388249(0x12c),'sankeyCircularTips':'桑基圖不能包含循環數據'},'bubble':{'emptyTips':_0x388249(0x130)},'relation':{'emptyTips':_0x388249(0x133)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':'累積占比'},'boxplot':{'min':_0x388249(0x12e),'q1':_0x388249(0x126),'median':_0x388249(0x131),'q3':_0x388249(0x122),'max':_0x388249(0x12a)}}};export{e as default};function _0x5e67(){const _0x11ed4f=['913258tMLRPl','請先添加系列開始數據可視化','6480390lcZXFk','最小值','Category','氣泡圖至少需要2欄,X軸、Y軸。','中位數','2975160SoAAqU','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','類別\x20{0}','(空)','19759932UsmsQD','2790376BFsYvb','第三四分位數','6QntAXp','2379020ykJNDP','32tOyubf','第一四分位數','Series','442640kbiWkL','系列\x20{0}','最大值'];_0x5e67=function(){return _0x11ed4f;};return _0x5e67();}
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,8 +1,7 @@
1
- import type { ChartSourceDataTypeEnum } from '@univerjs-pro/engine-chart';
2
1
  import type { IUniverInstanceService } from '@univerjs/core';
3
2
  import type { Observable } from 'rxjs';
4
- import type { DimensionDefinitionLoose, IChartSourceMultiRangeItem, ISheetChartSourceSingleRange, OptionDataValue } from '../models/types';
5
- import { ChartDataSource } from '@univerjs-pro/engine-chart';
3
+ import type { IChartSourceMultiRangeItem, ISheetChartSourceSingleRange, IUniverDataSet, OptionDataValue } from '../models/types';
4
+ import { ChartDataSource, ChartSourceDataTypeEnum } from '@univerjs-pro/engine-chart';
6
5
  /**
7
6
  * @extends ChartDataSourceBase
8
7
  * @description
@@ -19,17 +18,7 @@ export declare class ChartDataSourceSingle extends ChartDataSource {
19
18
  canSwitchOrient(): boolean;
20
19
  updateRangeInfo(): void;
21
20
  watchRange(): void;
22
- convertDataSet(): {
23
- dimensions: never[];
24
- source: never[];
25
- sourceType?: undefined;
26
- sourceLabels?: undefined;
27
- } | {
28
- dimensions: DimensionDefinitionLoose[];
29
- source: OptionDataValue[][];
30
- sourceType: ChartSourceDataTypeEnum[][];
31
- sourceLabels: string[][];
32
- };
21
+ convertDataSet(): IUniverDataSet;
33
22
  }
34
23
  export declare class ChartDataSourceMulti extends ChartDataSource {
35
24
  private readonly _univerInstanceService;
@@ -19,4 +19,5 @@ export interface IInsertChartCommandParams extends ISheetCommandSharedParams {
19
19
  config?: IChartUpdateConfigMutationParams;
20
20
  isRowDirection?: boolean;
21
21
  }
22
+ export declare function resolveInsertChartDrawingBackground(params: Pick<IInsertChartCommandParams, 'backgroundColor' | 'config'>): string;
22
23
  export declare const InsertChartCommand: ICommand;
@@ -1,7 +1,12 @@
1
1
  import type { IWordCloudRenderConfig } from '@univerjs-pro/engine-chart';
2
2
  export declare const SHEETS_CHART_PLUGIN_CONFIG_KEY = "sheets-chart.config";
3
3
  export declare const configSymbol: unique symbol;
4
+ export declare enum ChartRenderMode {
5
+ Dom = "dom",
6
+ Image = "image"
7
+ }
4
8
  export interface IUniverSheetsChartConfig {
5
9
  wordCloudRenderConfig?: IWordCloudRenderConfig;
10
+ chartRenderMode?: ChartRenderMode;
6
11
  }
7
12
  export declare const defaultPluginConfig: IUniverSheetsChartConfig;
@@ -0,0 +1,58 @@
1
+ import type { ChartStyle, ChartTypeBits as ChartTypeBitsType, IChartContext, IChartDataAggregation, IChartDataSeries } from '@univerjs-pro/engine-chart';
2
+ import type { ISheetChartSourceSingleRange } from '@univerjs-pro/sheets-chart';
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';
5
+ import { SheetsChartService } from '@univerjs-pro/sheets-chart';
6
+ import { ISheetDrawingService } from '@univerjs/sheets-drawing';
7
+ export declare class ChartFacadeError extends Error {
8
+ readonly diagnostics: ChartDiagnostic[];
9
+ constructor(message: string, diagnostics: ChartDiagnostic[]);
10
+ }
11
+ 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
+ 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
+ export interface IChartFacadeSourceContext {
18
+ unitId: string;
19
+ subUnitId: string;
20
+ workbook: Workbook;
21
+ }
22
+ export type ChartFacadeSourceContext = IChartFacadeSourceContext;
23
+ export interface IResolvedChartSource {
24
+ range: IRange;
25
+ sourceSheetName?: string;
26
+ rangeInfo: ISheetChartSourceSingleRange;
27
+ isRowDirection?: boolean;
28
+ }
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>;
38
+ }
39
+ export type ChartConfigPatch = IChartConfigPatch;
40
+ export declare function buildChartConfigPatch(patch: ChartCreateSpec | ChartUpdatePatch, diagnostics: ChartDiagnostic[], series?: IChartDataSeries[], currentContext?: IChartContext): ChartConfigPatch;
41
+ export declare function buildSourceDescription(source: ISheetChartSourceSingleRange, workbook?: Workbook): ChartSourceDescription;
42
+ export declare function buildSuggestions(source: ChartSourceSpec, context: ChartFacadeSourceContext, sheetsChartService: SheetsChartService): ChartSuggestion[];
43
+ export declare function getWorksheetChartCapabilities(): ChartCapabilities;
44
+ export declare function getChartInstanceCapabilities(chartId: string, type: ChartTypeName, rawType?: number): ChartInstanceCapabilities;
45
+ export interface IChartRuntimeContext {
46
+ unitId: string;
47
+ subUnitId: string;
48
+ chartId: string;
49
+ injector: Injector;
50
+ }
51
+ export type ChartRuntimeContext = IChartRuntimeContext;
52
+ export declare function describeChart(context: ChartRuntimeContext): ChartDescription | null;
53
+ export declare function getWorkbook(injector: Injector, unitId: string): Workbook | null;
54
+ export declare function buildLayoutDrawingPatch(context: ChartRuntimeContext, layout: ChartLayoutPatch, diagnostics: ChartDiagnostic[]): NonNullable<ReturnType<ISheetDrawingService['getDrawingByParam']>> | null;
55
+ export declare function resolveInitialChartPosition(context: Pick<ChartRuntimeContext, 'unitId' | 'subUnitId' | 'injector'>, layout: Pick<ChartCreateSpec, 'anchor' | 'position'>, diagnostics: ChartDiagnostic[]): {
56
+ x: number;
57
+ y: number;
58
+ } | undefined;
@@ -0,0 +1,62 @@
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';
2
+ import type { FChart } from './f-chart';
3
+ export declare class ChartCreateBuilder {
4
+ private readonly _create;
5
+ private readonly _validate;
6
+ private readonly _spec;
7
+ constructor(_create: (spec: ChartCreateSpec) => Promise<FChart>, _validate: (spec: ChartCreateSpec) => ChartValidationResult<ChartCreateSpec>);
8
+ type(type: ChartKnownTypeName): this;
9
+ source(source: ChartSourceSpec): this;
10
+ column(source: ChartSourceSpec): this;
11
+ line(source: ChartSourceSpec): this;
12
+ bar(source: ChartSourceSpec): this;
13
+ pie(source: ChartSourceSpec): this;
14
+ radar(source: ChartSourceSpec): this;
15
+ wordCloud(source: ChartSourceSpec): this;
16
+ at(anchor: ChartAnchorSpec): this;
17
+ position(x: number, y: number): this;
18
+ size(width: number, height: number): this;
19
+ title(title: ChartTitleSpec): this;
20
+ legend(legend: ChartLegendSpec): this;
21
+ axes(axes: ChartAxesSpec): this;
22
+ series(series: ChartSeriesPatch[]): this;
23
+ wordCloudOptions(wordCloud: ChartWordCloudSpec): this;
24
+ appearance(appearance: ChartAppearanceSpec): this;
25
+ mapping(mapping: ChartMappingSpec): this;
26
+ aggregation(aggregation: ChartAggregationSpec): this;
27
+ pieOptions(pie: ChartPieSpec): this;
28
+ radarOptions(radar: ChartRadarSpec): this;
29
+ advancedStyle(advancedStyle: ChartAdvancedStylePatch): this;
30
+ theme(theme: string): this;
31
+ toSpec(): ChartCreateSpec;
32
+ validate(): ChartValidationResult<ChartCreateSpec>;
33
+ commit(): Promise<FChart>;
34
+ }
35
+ export declare class ChartUpdateBuilder {
36
+ private readonly _update;
37
+ private readonly _validate;
38
+ private readonly _patch;
39
+ constructor(_update: (patch: ChartUpdatePatch) => Promise<ChartUpdateResult>, _validate: (patch: ChartUpdatePatch) => ChartValidationResult<ChartUpdatePatch>);
40
+ type(type: ChartKnownTypeName): this;
41
+ source(source: ChartSourceSpec): this;
42
+ layout(layout: ChartLayoutPatch): this;
43
+ at(anchor: ChartAnchorSpec): this;
44
+ position(x: number, y: number): this;
45
+ size(width: number, height: number): this;
46
+ title(title: ChartTitleSpec): this;
47
+ legend(legend: ChartLegendSpec): this;
48
+ axes(axes: ChartAxesSpec): this;
49
+ series(series: ChartSeriesPatch[]): this;
50
+ setSeries(series: ChartSeriesPatch): this;
51
+ wordCloud(wordCloud: ChartWordCloudSpec): this;
52
+ appearance(appearance: ChartAppearanceSpec): this;
53
+ mapping(mapping: ChartMappingSpec): this;
54
+ aggregation(aggregation: ChartAggregationSpec): this;
55
+ pieOptions(pie: ChartPieSpec): this;
56
+ radarOptions(radar: ChartRadarSpec): this;
57
+ advancedStyle(advancedStyle: ChartAdvancedStylePatch): this;
58
+ theme(theme: string): this;
59
+ toSpec(): ChartUpdatePatch;
60
+ validate(): ChartValidationResult<ChartUpdatePatch>;
61
+ commit(): Promise<ChartUpdateResult>;
62
+ }