@univerjs-pro/sheets-chart 1.0.0-beta.1 → 1.0.0-beta.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 (92) 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/category-span-projection.d.ts +10 -0
  65. package/lib/types/chart-source/chart-source.d.ts +3 -13
  66. package/lib/types/chart-source/initial-chart-context.d.ts +7 -0
  67. package/lib/types/commands/chart-persisted-context.d.ts +1 -1
  68. package/lib/types/common/util.d.ts +0 -1
  69. package/lib/types/index.d.ts +1 -1
  70. package/lib/types/services/sheets-chart.service.d.ts +1 -0
  71. package/lib/umd/facade.js +1 -1
  72. package/lib/umd/index.js +1 -1
  73. package/lib/umd/locale/ar-SA.js +1 -1
  74. package/lib/umd/locale/ca-ES.js +1 -1
  75. package/lib/umd/locale/de-DE.js +1 -1
  76. package/lib/umd/locale/en-US.js +1 -1
  77. package/lib/umd/locale/es-ES.js +1 -1
  78. package/lib/umd/locale/fa-IR.js +1 -1
  79. package/lib/umd/locale/fr-FR.js +1 -1
  80. package/lib/umd/locale/id-ID.js +1 -1
  81. package/lib/umd/locale/it-IT.js +1 -1
  82. package/lib/umd/locale/ja-JP.js +1 -1
  83. package/lib/umd/locale/ko-KR.js +1 -1
  84. package/lib/umd/locale/pl-PL.js +1 -1
  85. package/lib/umd/locale/pt-BR.js +1 -1
  86. package/lib/umd/locale/ru-RU.js +1 -1
  87. package/lib/umd/locale/sk-SK.js +1 -1
  88. package/lib/umd/locale/vi-VN.js +1 -1
  89. package/lib/umd/locale/zh-CN.js +1 -1
  90. package/lib/umd/locale/zh-HK.js +1 -1
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +11 -11
@@ -1 +1 @@
1
- const _0x1a6b4e=_0xffe3;(function(_0x53c583,_0x2bbce9){const _0x4de3f2=_0xffe3,_0x2ed6c=_0x53c583();while(!![]){try{const _0x14bc47=-parseInt(_0x4de3f2(0xf7))/0x1*(parseInt(_0x4de3f2(0x10a))/0x2)+parseInt(_0x4de3f2(0xea))/0x3*(parseInt(_0x4de3f2(0xf4))/0x4)+-parseInt(_0x4de3f2(0xe0))/0x5*(parseInt(_0x4de3f2(0xe2))/0x6)+parseInt(_0x4de3f2(0xdf))/0x7+parseInt(_0x4de3f2(0xed))/0x8*(parseInt(_0x4de3f2(0xfd))/0x9)+parseInt(_0x4de3f2(0xee))/0xa*(parseInt(_0x4de3f2(0xf8))/0xb)+-parseInt(_0x4de3f2(0xf6))/0xc;if(_0x14bc47===_0x2bbce9)break;else _0x2ed6c['push'](_0x2ed6c['shift']());}catch(_0x5495f7){_0x2ed6c['push'](_0x2ed6c['shift']());}}}(_0x3f0f,0x48a4e));function _0xffe3(_0x50890e,_0x34c84d){_0x50890e=_0x50890e-0xdc;const _0x3f0ffe=_0x3f0f();let _0xffe3ae=_0x3f0ffe[_0x50890e];return _0xffe3ae;}const e={'sheets-chart':{'seriesDefaultName':_0x1a6b4e(0xe8),'categoryDefaultName':'Kategória\x20{0}','blank':_0x1a6b4e(0xe5),'msg':{'emptyTips':_0x1a6b4e(0xec),'sankeyCircularTips':_0x1a6b4e(0x102)},'bubble':{'emptyTips':_0x1a6b4e(0xe4)},'relation':{'emptyTips':_0x1a6b4e(0xdc)},'cloud':{'word':_0x1a6b4e(0x10b),'frequency':_0x1a6b4e(0x106)},'waterfall':{'positive':_0x1a6b4e(0xf0),'negative':_0x1a6b4e(0x107),'subtotal':_0x1a6b4e(0xfe)},'pareto':{'lineName':'Kumulatívne\x20percento'},'boxplot':{'min':'Minimum','q1':_0x1a6b4e(0x105),'median':_0x1a6b4e(0xfb),'q3':_0x1a6b4e(0xf5),'max':_0x1a6b4e(0xf1)},'candlestick':{'series':_0x1a6b4e(0xef),'category':_0x1a6b4e(0xf3),'open':'Otvorenie','high':'Maximum','low':_0x1a6b4e(0x100),'close':_0x1a6b4e(0x104)},'histogram':{'frequency':_0x1a6b4e(0x106)},'pie':{'aggregateOther':_0x1a6b4e(0xdd),'aggregateMembers':_0x1a6b4e(0xf2)},'treemap':{'hierarchy':_0x1a6b4e(0xff),'value':_0x1a6b4e(0x101),'ownValue':_0x1a6b4e(0x103),'children':_0x1a6b4e(0xe6),'diagnostic':_0x1a6b4e(0xde)},'sunburst':{'hierarchy':'Hierarchia','value':'Value','ownValue':'Vlastná\x20hodnota','children':_0x1a6b4e(0xe6),'diagnostic':_0x1a6b4e(0xeb)},'gauge':{'label':'Označenie','value':'Value','emptyDiagnostic':_0x1a6b4e(0xfc),'mappingDiagnostic':'Ukazovateľový\x20graf\x20vyžaduje\x20jedno\x20pole\x20menovky\x20a\x20presne\x20jedno\x20pole\x20hodnoty.','configDiagnostic':'Konfigurácia\x20ukazovateľového\x20grafu\x20je\x20neplatná.\x20Skontrolujte\x20mierku,\x20rozsahy,\x20pomery\x20a\x20veľkosti.'},'chord':{'emptyDiagnostic':'Chordový\x20diagram\x20vyžaduje\x20aspoň\x20jeden\x20vzťah\x20s\x20kladnou\x20váhou\x20medzi\x20dvoma\x20rôznymi\x20uzlami.','mappingDiagnostic':'Chordový\x20diagram\x20vyžaduje\x20rozdielne\x20polia\x20Zdroj\x20a\x20Cieľ\x20a\x20voliteľné\x20samostatné\x20pole\x20Hodnota.','configDiagnostic':'Konfigurácia\x20chordového\x20diagramu\x20je\x20neplatná.\x20Skontrolujte\x20uhly,\x20polomery,\x20nepriehľadnosť\x20a\x20veľkosti.','source':_0x1a6b4e(0xfa),'target':_0x1a6b4e(0xe7),'value':_0x1a6b4e(0xf9),'count':_0x1a6b4e(0xe1),'associatedValue':'Priradená\x20hodnota'},'chartField':{'missingCategoryFields':_0x1a6b4e(0xe3),'missingSeriesFields':'Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20číselných\x20hodnôt.','invalidFieldIndex':_0x1a6b4e(0x109),'invalidValueFieldType':_0x1a6b4e(0xe9),'invalidDataStructure':_0x1a6b4e(0x108),'unsupportedChartType':'Tento\x20typ\x20grafu\x20nemá\x20pravidlá\x20používania\x20polí.'}}};export{e as default};function _0x3f0f(){const _0x397aaa=['Value','Zdroj','Medián','Ukazovateľový\x20graf\x20vyžaduje\x20aspoň\x20jednu\x20konečnú\x20číselnú\x20hodnotu.','189QptfLV','Medzisúčet','Polia\x20hierarchie','Minimum','Pole\x20hodnoty','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Vlastná\x20hodnota','Zatvorenie','Prvý\x20kvartil','Frekvencia','Negatívne','Vybrané\x20polia\x20netvoria\x20platnú\x20dátovú\x20štruktúru\x20pre\x20tento\x20graf.','Vybrané\x20pole\x20grafu\x20už\x20nie\x20je\x20k\x20dispozícii.','131786TxGPfE','Slovo','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','Iné','Stromová\x20mapa\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','2035481gIEPXm','2551045yroZgc','Počet\x20vzťahov','6hQlQWZ','Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20menoviek.','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','(Prázdne)','Podradené\x20prvky','Cieľ','Séria\x20{0}','Vybrané\x20pole\x20hodnôt\x20neobsahuje\x20číselné\x20údaje.','3OgWPky','Lúčový\x20hierarchický\x20graf\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','7432dWCHTE','3980oIozhh','Rad\x20OHLC','Pozitívne','Maximum','Položky','Category','2377100fKjHSY','Tretí\x20kvartil','3833580OhrZqi','1sJcQPI','7975fuYHtf'];_0x3f0f=function(){return _0x397aaa;};return _0x3f0f();}
1
+ const _0x89d65f=_0x11ab;(function(_0x1ece10,_0x321d55){const _0x39ff18=_0x11ab,_0x5ef853=_0x1ece10();while(!![]){try{const _0x21fac5=parseInt(_0x39ff18(0x1e2))/0x1+parseInt(_0x39ff18(0x1dd))/0x2*(-parseInt(_0x39ff18(0x1ef))/0x3)+parseInt(_0x39ff18(0x1d9))/0x4*(-parseInt(_0x39ff18(0x1c3))/0x5)+-parseInt(_0x39ff18(0x1e7))/0x6+parseInt(_0x39ff18(0x1ca))/0x7+parseInt(_0x39ff18(0x1ec))/0x8*(parseInt(_0x39ff18(0x1eb))/0x9)+parseInt(_0x39ff18(0x1c5))/0xa*(-parseInt(_0x39ff18(0x1db))/0xb);if(_0x21fac5===_0x321d55)break;else _0x5ef853['push'](_0x5ef853['shift']());}catch(_0x4adc3c){_0x5ef853['push'](_0x5ef853['shift']());}}}(_0xa7c6,0x9f6f4));const e={'sheets-chart':{'seriesDefaultName':_0x89d65f(0x1e6),'categoryDefaultName':_0x89d65f(0x1c8),'blank':_0x89d65f(0x1d6),'msg':{'emptyTips':_0x89d65f(0x1cb),'sankeyCircularTips':_0x89d65f(0x1d3)},'bubble':{'emptyTips':_0x89d65f(0x1c0)},'relation':{'emptyTips':_0x89d65f(0x1ee)},'cloud':{'word':_0x89d65f(0x1c2),'frequency':'Frekvencia'},'waterfall':{'positive':_0x89d65f(0x1c4),'negative':'Negatívne','subtotal':_0x89d65f(0x1f1)},'pareto':{'lineName':'Kumulatívne\x20percento'},'boxplot':{'min':_0x89d65f(0x1c9),'q1':_0x89d65f(0x1d8),'median':_0x89d65f(0x1d5),'q3':_0x89d65f(0x1c7),'max':'Maximum'},'candlestick':{'series':'Rad\x20OHLC','category':_0x89d65f(0x1e8),'open':_0x89d65f(0x1c1),'high':_0x89d65f(0x1ed),'low':_0x89d65f(0x1c9),'close':_0x89d65f(0x1d0)},'histogram':{'frequency':_0x89d65f(0x1da)},'pie':{'aggregateOther':_0x89d65f(0x1e0),'aggregateMembers':'Položky'},'treemap':{'hierarchy':_0x89d65f(0x1cf),'value':_0x89d65f(0x1df),'ownValue':_0x89d65f(0x1d1),'children':'Podradené\x20prvky','diagnostic':_0x89d65f(0x1cc)},'sunburst':{'hierarchy':_0x89d65f(0x1e9),'value':_0x89d65f(0x1c6),'ownValue':_0x89d65f(0x1d1),'children':_0x89d65f(0x1e5),'diagnostic':'Lúčový\x20hierarchický\x20graf\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.'},'gauge':{'label':_0x89d65f(0x1dc),'value':_0x89d65f(0x1c6),'emptyDiagnostic':_0x89d65f(0x1d7),'mappingDiagnostic':_0x89d65f(0x1ea),'configDiagnostic':'Konfigurácia\x20ukazovateľového\x20grafu\x20je\x20neplatná.\x20Skontrolujte\x20mierku,\x20rozsahy,\x20pomery\x20a\x20veľkosti.'},'chord':{'emptyDiagnostic':'Chordový\x20diagram\x20vyžaduje\x20aspoň\x20jeden\x20vzťah\x20s\x20kladnou\x20váhou\x20medzi\x20dvoma\x20rôznymi\x20uzlami.','mappingDiagnostic':_0x89d65f(0x1e4),'configDiagnostic':_0x89d65f(0x1d4),'source':_0x89d65f(0x1e1),'target':'Cieľ','value':_0x89d65f(0x1c6),'count':'Počet\x20vzťahov','associatedValue':_0x89d65f(0x1ce)},'chartField':{'missingCategoryFields':_0x89d65f(0x1e3),'missingSeriesFields':_0x89d65f(0x1de),'invalidFieldIndex':_0x89d65f(0x1cd),'invalidValueFieldType':_0x89d65f(0x1d2),'invalidDataStructure':'Vybrané\x20polia\x20netvoria\x20platnú\x20dátovú\x20štruktúru\x20pre\x20tento\x20graf.','unsupportedChartType':_0x89d65f(0x1f0)}}};function _0x11ab(_0x2736b4,_0x54bb0f){_0x2736b4=_0x2736b4-0x1c0;const _0xa7c6f1=_0xa7c6();let _0x11ab2c=_0xa7c6f1[_0x2736b4];return _0x11ab2c;}export{e as default};function _0xa7c6(){const _0x33c3d8=['Minimum','5925388LLOeeP','Pridajte\x20sériu\x20a\x20začnite\x20vizualizovať\x20údaje','Stromová\x20mapa\x20vyžaduje\x20aspoň\x20jedno\x20pole\x20hierarchie\x20a\x20jedno\x20číselné\x20pole\x20hodnoty.','Vybrané\x20pole\x20grafu\x20už\x20nie\x20je\x20k\x20dispozícii.','Priradená\x20hodnota','Polia\x20hierarchie','Zatvorenie','Vlastná\x20hodnota','Vybrané\x20pole\x20hodnôt\x20neobsahuje\x20číselné\x20údaje.','Sankeyho\x20graf\x20nemôže\x20obsahovať\x20cyklické\x20údaje','Konfigurácia\x20chordového\x20diagramu\x20je\x20neplatná.\x20Skontrolujte\x20uhly,\x20polomery,\x20nepriehľadnosť\x20a\x20veľkosti.','Medián','(Prázdne)','Ukazovateľový\x20graf\x20vyžaduje\x20aspoň\x20jednu\x20konečnú\x20číselnú\x20hodnotu.','Prvý\x20kvartil','20waPmSm','Frekvencia','33JCOoks','Označenie','16880BknQts','Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20číselných\x20hodnôt.','Pole\x20hodnoty','Iné','Zdroj','828008QNsjbI','Tento\x20graf\x20vyžaduje\x20viac\x20polí\x20menoviek.','Chordový\x20diagram\x20vyžaduje\x20rozdielne\x20polia\x20Zdroj\x20a\x20Cieľ\x20a\x20voliteľné\x20samostatné\x20pole\x20Hodnota.','Podradené\x20prvky','Séria\x20{0}','1198764nYlEpx','Kategória','Hierarchia','Ukazovateľový\x20graf\x20vyžaduje\x20jedno\x20pole\x20menovky\x20a\x20presne\x20jedno\x20pole\x20hodnoty.','673587AZJmMm','64XbPRHw','Maximum','Zdrojové\x20dáta\x20pre\x20graf\x20vzťahov\x20sú\x20ko-slovná\x20matica\x20s\x20dodatočným\x20typovým\x20stĺpcom\x20v\x20druhom\x20stĺpci','204IkpyPp','Tento\x20typ\x20grafu\x20nemá\x20pravidlá\x20používania\x20polí.','Medzisúčet','Bublinový\x20graf\x20vyžaduje\x20aspoň\x202\x20stĺpce:\x20os\x20X,\x20os\x20Y','Otvorenie','Slovo','253675uGbqzL','Pozitívne','1976010YJpecK','Hodnota','Tretí\x20kvartil','Kategória\x20{0}'];_0xa7c6=function(){return _0x33c3d8;};return _0xa7c6();}
@@ -1 +1 @@
1
- const _0x248298=_0x36d2;function _0x36d2(_0x48fb9a,_0x209c1c){_0x48fb9a=_0x48fb9a-0x120;const _0x2aa378=_0x2aa3();let _0x36d2d4=_0x2aa378[_0x48fb9a];return _0x36d2d4;}(function(_0x2a72de,_0x4114a0){const _0x3cc585=_0x36d2,_0x489a9c=_0x2a72de();while(!![]){try{const _0x365e34=-parseInt(_0x3cc585(0x12d))/0x1*(-parseInt(_0x3cc585(0x121))/0x2)+-parseInt(_0x3cc585(0x13f))/0x3*(-parseInt(_0x3cc585(0x120))/0x4)+parseInt(_0x3cc585(0x128))/0x5+-parseInt(_0x3cc585(0x12a))/0x6*(-parseInt(_0x3cc585(0x150))/0x7)+parseInt(_0x3cc585(0x12f))/0x8+-parseInt(_0x3cc585(0x147))/0x9+-parseInt(_0x3cc585(0x125))/0xa;if(_0x365e34===_0x4114a0)break;else _0x489a9c['push'](_0x489a9c['shift']());}catch(_0x82a493){_0x489a9c['push'](_0x489a9c['shift']());}}}(_0x2aa3,0x6daa9));const e={'sheets-chart':{'seriesDefaultName':_0x248298(0x14d),'categoryDefaultName':_0x248298(0x138),'blank':_0x248298(0x136),'msg':{'emptyTips':_0x248298(0x148),'sankeyCircularTips':_0x248298(0x151)},'bubble':{'emptyTips':_0x248298(0x14e)},'relation':{'emptyTips':'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'},'cloud':{'word':'Từ','frequency':_0x248298(0x143)},'waterfall':{'positive':_0x248298(0x13d),'negative':_0x248298(0x14b),'subtotal':_0x248298(0x14f)},'pareto':{'lineName':_0x248298(0x149)},'boxplot':{'min':_0x248298(0x124),'q1':'Phần\x20tư\x20thứ\x20nhất','median':_0x248298(0x141),'q3':_0x248298(0x14a),'max':_0x248298(0x131)},'candlestick':{'series':_0x248298(0x145),'category':_0x248298(0x146),'open':_0x248298(0x132),'high':_0x248298(0x140),'low':_0x248298(0x12c),'close':_0x248298(0x13a)},'histogram':{'frequency':'Tần\x20suất'},'pie':{'aggregateOther':_0x248298(0x129),'aggregateMembers':_0x248298(0x152)},'treemap':{'hierarchy':_0x248298(0x135),'value':_0x248298(0x123),'ownValue':'Giá\x20trị\x20riêng','children':_0x248298(0x144),'diagnostic':_0x248298(0x154)},'sunburst':{'hierarchy':_0x248298(0x13c),'value':'Value','ownValue':_0x248298(0x13e),'children':'Phần\x20tử\x20con','diagnostic':_0x248298(0x130)},'gauge':{'label':_0x248298(0x127),'value':_0x248298(0x155),'emptyDiagnostic':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','mappingDiagnostic':_0x248298(0x133),'configDiagnostic':_0x248298(0x153)},'chord':{'emptyDiagnostic':_0x248298(0x137),'mappingDiagnostic':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','configDiagnostic':_0x248298(0x12e),'source':_0x248298(0x14c),'target':_0x248298(0x139),'value':_0x248298(0x155),'count':'Số\x20lượng\x20mối\x20quan\x20hệ','associatedValue':_0x248298(0x134)},'chartField':{'missingCategoryFields':_0x248298(0x126),'missingSeriesFields':_0x248298(0x13b),'invalidFieldIndex':_0x248298(0x12b),'invalidValueFieldType':'Trường\x20giá\x20trị\x20đã\x20chọn\x20không\x20chứa\x20dữ\x20liệu\x20số.','invalidDataStructure':_0x248298(0x122),'unsupportedChartType':_0x248298(0x142)}}};export{e as default};function _0x2aa3(){const _0x13a0be=['Giá\x20trị\x20dương','Giá\x20trị\x20riêng','3DxWOYa','Giá\x20cao\x20nhất','Trung\x20vị','Loại\x20biểu\x20đồ\x20này\x20không\x20có\x20chính\x20sách\x20sử\x20dụng\x20trường.','Tần\x20suất','Phần\x20tử\x20con','Chuỗi\x20OHLC','Category','6254145gdvXaD','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Tỷ\x20lệ\x20tích\x20lũy','Phần\x20tư\x20thứ\x20ba','Giá\x20trị\x20âm','Nguồn','Loạt\x20{0}','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Tổng\x20phụ','2303XyJEHq','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Thành\x20phần','Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Value','182948zSpokI','110XgJInI','Các\x20trường\x20đã\x20chọn\x20không\x20tạo\x20thành\x20cấu\x20trúc\x20dữ\x20liệu\x20hợp\x20lệ\x20cho\x20biểu\x20đồ\x20này.','Trường\x20giá\x20trị','Giá\x20trị\x20nhỏ\x20nhất','4201460ewjqUN','Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20nhãn.','Nhãn','173300eLTnSV','Khác','6078yrueXB','Một\x20trường\x20biểu\x20đồ\x20đã\x20chọn\x20không\x20còn\x20khả\x20dụng.','Giá\x20thấp\x20nhất','11996ADJSzC','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','3926320qEKsdG','Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Giá\x20trị\x20lớn\x20nhất','Giá\x20mở\x20cửa','Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','Giá\x20trị\x20liên\x20kết','Trường\x20phân\x20cấp','(Trống)','Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','Danh\x20mục\x20{0}','Mục\x20tiêu','Giá\x20đóng\x20cửa','Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20giá\x20trị\x20số.','Hệ\x20thống\x20phân\x20cấp'];_0x2aa3=function(){return _0x13a0be;};return _0x2aa3();}
1
+ const _0x8b7a49=_0xae99;(function(_0x4be58e,_0x2f3e89){const _0x2ebfd3=_0xae99,_0x4881ad=_0x4be58e();while(!![]){try{const _0xbab55=parseInt(_0x2ebfd3(0x16d))/0x1+parseInt(_0x2ebfd3(0x160))/0x2*(-parseInt(_0x2ebfd3(0x15e))/0x3)+parseInt(_0x2ebfd3(0x166))/0x4+parseInt(_0x2ebfd3(0x150))/0x5+parseInt(_0x2ebfd3(0x15d))/0x6*(-parseInt(_0x2ebfd3(0x14f))/0x7)+parseInt(_0x2ebfd3(0x161))/0x8+parseInt(_0x2ebfd3(0x156))/0x9*(parseInt(_0x2ebfd3(0x153))/0xa);if(_0xbab55===_0x2f3e89)break;else _0x4881ad['push'](_0x4881ad['shift']());}catch(_0x2f6eea){_0x4881ad['push'](_0x4881ad['shift']());}}}(_0x64df,0x6e677));function _0xae99(_0x290c15,_0x18b19f){_0x290c15=_0x290c15-0x145;const _0x64df0b=_0x64df();let _0xae99a6=_0x64df0b[_0x290c15];return _0xae99a6;}const e={'sheets-chart':{'seriesDefaultName':_0x8b7a49(0x169),'categoryDefaultName':'Danh\x20mục\x20{0}','blank':_0x8b7a49(0x16c),'msg':{'emptyTips':_0x8b7a49(0x15b),'sankeyCircularTips':_0x8b7a49(0x167)},'bubble':{'emptyTips':_0x8b7a49(0x147)},'relation':{'emptyTips':_0x8b7a49(0x158)},'cloud':{'word':'Từ','frequency':_0x8b7a49(0x16b)},'waterfall':{'positive':'Giá\x20trị\x20dương','negative':_0x8b7a49(0x164),'subtotal':_0x8b7a49(0x15c)},'pareto':{'lineName':_0x8b7a49(0x14b)},'boxplot':{'min':'Giá\x20trị\x20nhỏ\x20nhất','q1':'Phần\x20tư\x20thứ\x20nhất','median':'Trung\x20vị','q3':_0x8b7a49(0x152),'max':'Giá\x20trị\x20lớn\x20nhất'},'candlestick':{'series':'Chuỗi\x20OHLC','category':_0x8b7a49(0x14c),'open':'Giá\x20mở\x20cửa','high':'Giá\x20cao\x20nhất','low':_0x8b7a49(0x149),'close':'Giá\x20đóng\x20cửa'},'histogram':{'frequency':_0x8b7a49(0x16b)},'pie':{'aggregateOther':'Khác','aggregateMembers':_0x8b7a49(0x16e)},'treemap':{'hierarchy':_0x8b7a49(0x146),'value':_0x8b7a49(0x159),'ownValue':'Giá\x20trị\x20riêng','children':'Phần\x20tử\x20con','diagnostic':_0x8b7a49(0x16a)},'sunburst':{'hierarchy':_0x8b7a49(0x15f),'value':_0x8b7a49(0x151),'ownValue':_0x8b7a49(0x145),'children':_0x8b7a49(0x162),'diagnostic':'Biểu\x20đồ\x20sunburst\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.'},'gauge':{'label':_0x8b7a49(0x148),'value':'Giá\x20trị','emptyDiagnostic':_0x8b7a49(0x163),'mappingDiagnostic':'Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20một\x20trường\x20nhãn\x20và\x20đúng\x20một\x20trường\x20giá\x20trị.','configDiagnostic':_0x8b7a49(0x14a)},'chord':{'emptyDiagnostic':'Biểu\x20đồ\x20dây\x20cung\x20cần\x20ít\x20nhất\x20một\x20quan\x20hệ\x20có\x20trọng\x20số\x20dương\x20giữa\x20hai\x20nút\x20khác\x20nhau.','mappingDiagnostic':_0x8b7a49(0x165),'configDiagnostic':_0x8b7a49(0x154),'source':_0x8b7a49(0x157),'target':_0x8b7a49(0x168),'value':_0x8b7a49(0x151),'count':_0x8b7a49(0x155),'associatedValue':'Giá\x20trị\x20liên\x20kết'},'chartField':{'missingCategoryFields':'Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20nhãn.','missingSeriesFields':_0x8b7a49(0x14e),'invalidFieldIndex':_0x8b7a49(0x15a),'invalidValueFieldType':'Trường\x20giá\x20trị\x20đã\x20chọn\x20không\x20chứa\x20dữ\x20liệu\x20số.','invalidDataStructure':'Các\x20trường\x20đã\x20chọn\x20không\x20tạo\x20thành\x20cấu\x20trúc\x20dữ\x20liệu\x20hợp\x20lệ\x20cho\x20biểu\x20đồ\x20này.','unsupportedChartType':_0x8b7a49(0x14d)}}};function _0x64df(){const _0x360ded=['Biểu\x20đồ\x20đồng\x20hồ\x20cần\x20ít\x20nhất\x20một\x20giá\x20trị\x20số\x20hữu\x20hạn.','Giá\x20trị\x20âm','Biểu\x20đồ\x20dây\x20cung\x20cần\x20các\x20trường\x20Nguồn\x20và\x20Đích\x20khác\x20nhau\x20cùng\x20một\x20trường\x20Giá\x20trị\x20khác\x20biệt\x20không\x20bắt\x20buộc.','2961908njVmfM','Biểu\x20đồ\x20Sankey\x20không\x20thể\x20chứa\x20dữ\x20liệu\x20vòng\x20lặp','Mục\x20tiêu','Loạt\x20{0}','Biểu\x20đồ\x20cây\x20cần\x20ít\x20nhất\x20một\x20trường\x20phân\x20cấp\x20và\x20một\x20trường\x20giá\x20trị\x20số.','Tần\x20suất','(Trống)','839663icTdCI','Thành\x20phần','Giá\x20trị\x20riêng','Trường\x20phân\x20cấp','Biểu\x20đồ\x20bong\x20bóng\x20yêu\x20cầu\x20ít\x20nhất\x202\x20cột:\x20trục\x20X,\x20trục\x20Y','Nhãn','Giá\x20thấp\x20nhất','Cấu\x20hình\x20biểu\x20đồ\x20đồng\x20hồ\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20thang\x20đo,\x20phạm\x20vi,\x20tỷ\x20lệ\x20và\x20kích\x20thước.','Tỷ\x20lệ\x20tích\x20lũy','Danh\x20mục','Loại\x20biểu\x20đồ\x20này\x20không\x20có\x20chính\x20sách\x20sử\x20dụng\x20trường.','Biểu\x20đồ\x20này\x20cần\x20thêm\x20trường\x20giá\x20trị\x20số.','245WqTfjz','61420hOWGPJ','Giá\x20trị','Phần\x20tư\x20thứ\x20ba','475070TsJKnj','Cấu\x20hình\x20biểu\x20đồ\x20dây\x20cung\x20không\x20hợp\x20lệ.\x20Hãy\x20kiểm\x20tra\x20góc,\x20bán\x20kính,\x20độ\x20mờ\x20và\x20kích\x20thước.','Số\x20lượng\x20mối\x20quan\x20hệ','9BbpGGL','Nguồn','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','Trường\x20giá\x20tr','Một\x20trường\x20biểu\x20đồ\x20đã\x20chọn\x20không\x20còn\x20khả\x20dụng.','Không\x20có\x20dữ\x20liệu\x20để\x20hiển\x20thị.','Tổng\x20phụ','147006nrHfst','22251aFklpb','Hệ\x20thống\x20phân\x20cấp','234THlCAw','4300864mbgmbZ','Phần\x20tử\x20con'];_0x64df=function(){return _0x360ded;};return _0x64df();}export{e as default};
@@ -1 +1 @@
1
- const _0x10c420=_0x4abc;function _0x4abc(_0x1f722a,_0x21c48f){_0x1f722a=_0x1f722a-0xe6;const _0x4fcbb9=_0x4fcb();let _0x4abc7c=_0x4fcbb9[_0x1f722a];return _0x4abc7c;}(function(_0x9fd58d,_0x133686){const _0x3db50f=_0x4abc,_0x2b1d46=_0x9fd58d();while(!![]){try{const _0x343100=-parseInt(_0x3db50f(0xfa))/0x1+-parseInt(_0x3db50f(0xfd))/0x2+parseInt(_0x3db50f(0xfe))/0x3+parseInt(_0x3db50f(0xeb))/0x4+-parseInt(_0x3db50f(0xf5))/0x5*(-parseInt(_0x3db50f(0xf4))/0x6)+-parseInt(_0x3db50f(0xe7))/0x7*(-parseInt(_0x3db50f(0x107))/0x8)+-parseInt(_0x3db50f(0x104))/0x9*(parseInt(_0x3db50f(0xe6))/0xa);if(_0x343100===_0x133686)break;else _0x2b1d46['push'](_0x2b1d46['shift']());}catch(_0x3b81a4){_0x2b1d46['push'](_0x2b1d46['shift']());}}}(_0x4fcb,0x495d9));const e={'sheets-chart':{'seriesDefaultName':_0x10c420(0xf0),'categoryDefaultName':_0x10c420(0xe8),'blank':_0x10c420(0x108),'msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0x10c420(0xf1)},'bubble':{'emptyTips':_0x10c420(0xf2)},'relation':{'emptyTips':_0x10c420(0x103)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0x10c420(0xea)},'boxplot':{'min':'最小值','q1':_0x10c420(0xf6),'median':_0x10c420(0xec),'q3':_0x10c420(0xe9),'max':_0x10c420(0xf7)},'candlestick':{'series':'OHLC\x20系列','category':'Category','open':'开盘','high':'最高','low':'最低','close':'收盘'},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':'成员数'},'treemap':{'hierarchy':_0x10c420(0x100),'value':_0x10c420(0xed),'ownValue':'自身值','children':'子项','diagnostic':_0x10c420(0x109)},'sunburst':{'hierarchy':'层级','value':_0x10c420(0xfb),'ownValue':_0x10c420(0x106),'children':'子项','diagnostic':_0x10c420(0xf8)},'gauge':{'label':'标签','value':'Value','emptyDiagnostic':_0x10c420(0x101),'mappingDiagnostic':_0x10c420(0xef),'configDiagnostic':'仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。'},'chord':{'emptyDiagnostic':_0x10c420(0x105),'mappingDiagnostic':'弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','configDiagnostic':_0x10c420(0xf9),'source':'来源','target':'目标','value':_0x10c420(0xfb),'count':_0x10c420(0xf3),'associatedValue':'关联值'},'chartField':{'missingCategoryFields':'此图表需要更多标签字段。','missingSeriesFields':_0x10c420(0xee),'invalidFieldIndex':_0x10c420(0x102),'invalidValueFieldType':_0x10c420(0xfc),'invalidDataStructure':'所选字段无法构成此图表所需的有效数据结构。','unsupportedChartType':_0x10c420(0xff)}}};function _0x4fcb(){const _0xf19a9a=['所选值字段不包含数值数据。','665902kKywME','225822IzPnoJ','此图表类型没有字段使用规则。','层级字段','仪表图至少需要一个有限数值。','所选图表字段已不可用。','关系图数据源为额外添加类型列在第二列的共词矩阵','81SFsoBV','弦图至少需要两个不同节点之间的一条正权重关系。','自身值','3712488heASrn','(空)','矩形树图至少需要一个层级字段和一个数值字段。','370070EDmBtD','7QTfqMC','类别\x20{0}','第三四分位数','累积占比','1416304JWAebK','中位数','数值字段','此图表需要更多数值字段。','仪表图需要一个标签字段且只能有一个数值字段。','系列\x20{0}','桑基图不能包含循环数据','气泡图至少需要2列,X轴、Y轴。','关系计数','48pQsnfm','49625pgsRzs','第一四分位数','最大值','旭日图至少需要一个层级字段和一个数值字段。','弦图配置无效,请检查角度、半径、不透明度和尺寸。','6292uXHqvX','Value'];_0x4fcb=function(){return _0xf19a9a;};return _0x4fcb();}export{e as default};
1
+ const _0xc776d2=_0x3bf2;(function(_0x2ace13,_0x4cf9d3){const _0x59f091=_0x3bf2,_0x4d78a7=_0x2ace13();while(!![]){try{const _0x211d27=parseInt(_0x59f091(0x191))/0x1+parseInt(_0x59f091(0x187))/0x2+parseInt(_0x59f091(0x17d))/0x3+-parseInt(_0x59f091(0x173))/0x4*(-parseInt(_0x59f091(0x170))/0x5)+parseInt(_0x59f091(0x175))/0x6*(parseInt(_0x59f091(0x17c))/0x7)+parseInt(_0x59f091(0x18e))/0x8+-parseInt(_0x59f091(0x181))/0x9*(parseInt(_0x59f091(0x188))/0xa);if(_0x211d27===_0x4cf9d3)break;else _0x4d78a7['push'](_0x4d78a7['shift']());}catch(_0x3e2496){_0x4d78a7['push'](_0x4d78a7['shift']());}}}(_0x1b52,0x68a12));function _0x3bf2(_0x5727da,_0x34aed9){_0x5727da=_0x5727da-0x16e;const _0x1b5209=_0x1b52();let _0x3bf212=_0x1b5209[_0x5727da];return _0x3bf212;}const e={'sheets-chart':{'seriesDefaultName':_0xc776d2(0x183),'categoryDefaultName':_0xc776d2(0x172),'blank':'()','msg':{'emptyTips':'请先添加系列开始数据可视化','sankeyCircularTips':_0xc776d2(0x189)},'bubble':{'emptyTips':_0xc776d2(0x171)},'relation':{'emptyTips':_0xc776d2(0x17b)},'cloud':{'word':'词语','frequency':'频率'},'waterfall':{'positive':'正值','negative':'负值','subtotal':'小计'},'pareto':{'lineName':_0xc776d2(0x190)},'boxplot':{'min':_0xc776d2(0x176),'q1':'第一四分位数','median':_0xc776d2(0x18b),'q3':_0xc776d2(0x16e),'max':'最大值'},'candlestick':{'series':_0xc776d2(0x180),'category':'类别','open':'开盘','high':'最高','low':'最低','close':'收盘'},'histogram':{'frequency':'频数'},'pie':{'aggregateOther':'其他','aggregateMembers':_0xc776d2(0x18a)},'treemap':{'hierarchy':_0xc776d2(0x18c),'value':_0xc776d2(0x17f),'ownValue':_0xc776d2(0x174),'children':'子项','diagnostic':'矩形树图至少需要一个层级字段和一个数值字段。'},'sunburst':{'hierarchy':'层级','value':'数值','ownValue':_0xc776d2(0x174),'children':'子项','diagnostic':_0xc776d2(0x18d)},'gauge':{'label':'标签','value':'数值','emptyDiagnostic':_0xc776d2(0x16f),'mappingDiagnostic':_0xc776d2(0x177),'configDiagnostic':_0xc776d2(0x186)},'chord':{'emptyDiagnostic':_0xc776d2(0x18f),'mappingDiagnostic':_0xc776d2(0x178),'configDiagnostic':_0xc776d2(0x17a),'source':'来源','target':'目标','value':'数值','count':'关系计数','associatedValue':'关联值'},'chartField':{'missingCategoryFields':_0xc776d2(0x185),'missingSeriesFields':_0xc776d2(0x182),'invalidFieldIndex':_0xc776d2(0x179),'invalidValueFieldType':'所选值字段不包含数值数据。','invalidDataStructure':_0xc776d2(0x17e),'unsupportedChartType':_0xc776d2(0x184)}}};export{e as default};function _0x1b52(){const _0x59d1da=['1308vwzXzo','自身值','18tvXZgH','最小值','仪表图需要一个标签字段且只能有一个数值字段。','弦图需要不同的来源字段和目标字段,并可选一个与二者不同的数值字段。','所选图表字段已不可用。','弦图配置无效,请检查角度、半径、不透明度和尺寸。','关系图数据源为额外添加类型列在第二列的共词矩阵','1672937aiGUgH','1833699jyxezd','所选字段无法构成此图表所需的有效数据结构。','数值字段','OHLC\x20系列','272574DSFzaS','此图表需要更多数值字段。','系列\x20{0}','此图表类型没有字段使用规则。','此图表需要更多标签字段。','仪表图配置无效,请检查刻度范围、分段区间、比例和尺寸。','1565308AakKLS','760GnvDLe','桑基图不能包含循环数据','成员数','中位数','层级字段','旭日图至少需要一个层级字段和一个数值字段。','101176qglJAl','弦图至少需要两个不同节点之间的一条正权重关系。','累积占比','429230HDbhEj','第三四分位数','仪表图至少需要一个有限数值。','2715iiRypF','气泡图至少需要2列,X轴、Y轴。','类别\x20{0}'];_0x1b52=function(){return _0x59d1da;};return _0x1b52();}
@@ -1 +1 @@
1
- function _0x183c(_0x3d2f2b,_0x3524a3){_0x3d2f2b=_0x3d2f2b-0x8c;const _0x172c7f=_0x172c();let _0x183c93=_0x172c7f[_0x3d2f2b];return _0x183c93;}const _0x2c14e4=_0x183c;(function(_0x3ad54e,_0x5e9154){const _0x466109=_0x183c,_0x3c191c=_0x3ad54e();while(!![]){try{const _0x47380d=parseInt(_0x466109(0x8d))/0x1+parseInt(_0x466109(0x9c))/0x2*(-parseInt(_0x466109(0x93))/0x3)+-parseInt(_0x466109(0xb0))/0x4+-parseInt(_0x466109(0x8f))/0x5+parseInt(_0x466109(0xa0))/0x6*(parseInt(_0x466109(0x90))/0x7)+-parseInt(_0x466109(0xa7))/0x8+-parseInt(_0x466109(0xae))/0x9*(-parseInt(_0x466109(0x99))/0xa);if(_0x47380d===_0x5e9154)break;else _0x3c191c['push'](_0x3c191c['shift']());}catch(_0x357d45){_0x3c191c['push'](_0x3c191c['shift']());}}}(_0x172c,0xa26b2));const e={'sheets-chart':{'seriesDefaultName':_0x2c14e4(0xa6),'categoryDefaultName':_0x2c14e4(0xa4),'blank':_0x2c14e4(0xb4),'msg':{'emptyTips':_0x2c14e4(0xaf),'sankeyCircularTips':_0x2c14e4(0xa2)},'bubble':{'emptyTips':_0x2c14e4(0x94)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x2c14e4(0x9a)},'boxplot':{'min':'最小值','q1':_0x2c14e4(0xaa),'median':_0x2c14e4(0xad),'q3':'第三四分位數','max':_0x2c14e4(0x97)},'candlestick':{'series':_0x2c14e4(0xb2),'category':_0x2c14e4(0x8e),'open':'開盤價','high':_0x2c14e4(0xa9),'low':_0x2c14e4(0xac),'close':_0x2c14e4(0x8c)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x2c14e4(0x9f),'value':_0x2c14e4(0x9d),'ownValue':_0x2c14e4(0x98),'children':'子項','diagnostic':_0x2c14e4(0x9b)},'sunburst':{'hierarchy':'階層','value':_0x2c14e4(0xb3),'ownValue':_0x2c14e4(0x98),'children':'子項','diagnostic':_0x2c14e4(0xb1)},'gauge':{'label':'標籤','value':'Value','emptyDiagnostic':_0x2c14e4(0x91),'mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chord':{'emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':_0x2c14e4(0x92),'configDiagnostic':_0x2c14e4(0x96),'source':'來源','target':'目標','value':_0x2c14e4(0xb3),'count':_0x2c14e4(0x95),'associatedValue':_0x2c14e4(0xa1)},'chartField':{'missingCategoryFields':_0x2c14e4(0xa5),'missingSeriesFields':_0x2c14e4(0x9e),'invalidFieldIndex':_0x2c14e4(0xab),'invalidValueFieldType':_0x2c14e4(0xa8),'invalidDataStructure':'所選欄位無法構成此圖表所需的有效資料結構。','unsupportedChartType':_0x2c14e4(0xa3)}}};function _0x172c(){const _0x5c42fd=['儀表圖至少需要一個有限數值。','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','291PiPisT','氣泡圖至少需要2欄,X軸、Y軸。','關係數','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','最大值','自身值','119230BIUxqc','累積占比','矩形樹圖至少需要一個階層欄位和一個數值欄位。','22284exmAES','數值欄位','此圖表需要更多數值欄位。','階層欄位','1056DTjkji','關聯值','桑基圖不能包含循環數據','此圖表類型沒有欄位使用規則。','類別\x20{0}','此圖表需要更多標籤欄位。','系列\x20{0}','3439800PDBKwv','所選數值欄位不包含數值資料。','最高價','第一四分位數','所選圖表欄位已無法使用。','最低價','中位數','2583kVGIZu','請先添加系列開始數據可視化','3683152pgCxVU','旭日圖至少需要一個階層欄位和一個數值欄位。','OHLC\x20數列','Value','(空)','收盤價','100886YqGkHM','Category','5378000sWaCBY','25837IIhIMc'];_0x172c=function(){return _0x5c42fd;};return _0x172c();}export{e as default};
1
+ const _0x5f51c3=_0x4d2c;(function(_0x200a93,_0x18d13f){const _0x1d4ffa=_0x4d2c,_0x4075ac=_0x200a93();while(!![]){try{const _0x140232=parseInt(_0x1d4ffa(0x213))/0x1+parseInt(_0x1d4ffa(0x206))/0x2+-parseInt(_0x1d4ffa(0x1ff))/0x3*(parseInt(_0x1d4ffa(0x1fd))/0x4)+parseInt(_0x1d4ffa(0x20e))/0x5*(-parseInt(_0x1d4ffa(0x207))/0x6)+-parseInt(_0x1d4ffa(0x214))/0x7*(-parseInt(_0x1d4ffa(0x216))/0x8)+parseInt(_0x1d4ffa(0x1f3))/0x9*(-parseInt(_0x1d4ffa(0x219))/0xa)+-parseInt(_0x1d4ffa(0x209))/0xb;if(_0x140232===_0x18d13f)break;else _0x4075ac['push'](_0x4075ac['shift']());}catch(_0x13bf7c){_0x4075ac['push'](_0x4075ac['shift']());}}}(_0xc421,0x39411));const e={'sheets-chart':{'seriesDefaultName':_0x5f51c3(0x1fb),'categoryDefaultName':_0x5f51c3(0x1f7),'blank':'()','msg':{'emptyTips':'請先添加系列開始數據可視化','sankeyCircularTips':_0x5f51c3(0x218)},'bubble':{'emptyTips':_0x5f51c3(0x1f5)},'relation':{'emptyTips':'關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣'},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0x5f51c3(0x203)},'boxplot':{'min':_0x5f51c3(0x215),'q1':_0x5f51c3(0x200),'median':_0x5f51c3(0x1fc),'q3':_0x5f51c3(0x212),'max':'最大值'},'candlestick':{'series':_0x5f51c3(0x20b),'category':'類別','open':'開盤價','high':_0x5f51c3(0x211),'low':_0x5f51c3(0x1f6),'close':_0x5f51c3(0x205)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x5f51c3(0x204),'value':_0x5f51c3(0x20c),'ownValue':_0x5f51c3(0x20d),'children':'子項','diagnostic':_0x5f51c3(0x1fe)},'sunburst':{'hierarchy':'階層','value':'數值','ownValue':'自身值','children':'子項','diagnostic':_0x5f51c3(0x201)},'gauge':{'label':'標籤','value':'數值','emptyDiagnostic':_0x5f51c3(0x20a),'mappingDiagnostic':_0x5f51c3(0x1f9),'configDiagnostic':_0x5f51c3(0x1f2)},'chord':{'emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':_0x5f51c3(0x210),'configDiagnostic':_0x5f51c3(0x202),'source':'來源','target':'目標','value':'數值','count':'關係數','associatedValue':'關聯值'},'chartField':{'missingCategoryFields':_0x5f51c3(0x1f4),'missingSeriesFields':_0x5f51c3(0x1f8),'invalidFieldIndex':_0x5f51c3(0x208),'invalidValueFieldType':_0x5f51c3(0x217),'invalidDataStructure':_0x5f51c3(0x20f),'unsupportedChartType':_0x5f51c3(0x1fa)}}};export{e as default};function _0x4d2c(_0x242cd3,_0x2cf513){_0x242cd3=_0x242cd3-0x1f2;const _0xc421ee=_0xc421();let _0x4d2c93=_0xc421ee[_0x242cd3];return _0x4d2c93;}function _0xc421(){const _0x5de5be=['累積占比','階層欄位','收盤價','697228SDNYFV','624xHLNOw','所選圖表欄位已無法使用。','944471ZNZunk','儀表圖至少需要一個有限數值。','OHLC\x20數列','數值欄位','自身值','12500szpJSU','所選欄位無法構成此圖表所需的有效資料結構。','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','最高價','第三四分位數','263129WXQckG','7JaAYgy','最小值','1193208whkhOS','所選數值欄位不包含數值資料。','桑基圖不能包含循環數據','240680SzwMpK','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','45RVbGJK','此圖表需要更多標籤欄位。','氣泡圖至少需要2欄,X軸、Y軸。','最低價','類別\x20{0}','此圖表需要更多數值欄位。','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','此圖表類型沒有欄位使用規則。','系列\x20{0}','中位數','4720eNdTQe','矩形樹圖至少需要一個階層欄位和一個數值欄位。','153IgcnZS','第一四分位數','旭日圖至少需要一個階層欄位和一個數值欄位。','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。'];_0xc421=function(){return _0x5de5be;};return _0xc421();}
@@ -1 +1 @@
1
- const _0xa5ae37=_0x1183;(function(_0x3d00a1,_0x117974){const _0xa64fcf=_0x1183,_0x5dac38=_0x3d00a1();while(!![]){try{const _0x4c4857=parseInt(_0xa64fcf(0x151))/0x1*(-parseInt(_0xa64fcf(0x138))/0x2)+-parseInt(_0xa64fcf(0x148))/0x3*(parseInt(_0xa64fcf(0x132))/0x4)+-parseInt(_0xa64fcf(0x12d))/0x5*(-parseInt(_0xa64fcf(0x13b))/0x6)+parseInt(_0xa64fcf(0x136))/0x7+-parseInt(_0xa64fcf(0x129))/0x8+-parseInt(_0xa64fcf(0x14f))/0x9+parseInt(_0xa64fcf(0x12a))/0xa*(parseInt(_0xa64fcf(0x13f))/0xb);if(_0x4c4857===_0x117974)break;else _0x5dac38['push'](_0x5dac38['shift']());}catch(_0x2336e9){_0x5dac38['push'](_0x5dac38['shift']());}}}(_0x3dce,0xdfe5e));function _0x1183(_0x35a232,_0x4023de){_0x35a232=_0x35a232-0x129;const _0x3dce67=_0x3dce();let _0x1183fa=_0x3dce67[_0x35a232];return _0x1183fa;}function _0x3dce(){const _0x3fc9e8=['最大值','168aQhCoN','選取的欄位無法構成這個圖表所需的有效資料結構。','這個圖表需要更多標籤欄位。','關係數','33BRZaKo','最高價','旭日圖至少需要一個階層欄位和一個數值欄位。','選取的圖表欄位已無法使用。','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','儀表圖至少需要一個有限數值。','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','第三四分位數','這個圖表需要更多數值欄位。','1452rOGfcg','累積占比','自身值','類別\x20{0}','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','關聯值','最小值','202428oAXgOF','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','2YeZjIb','8047112bhuZLd','11264410ErZPVr','收盤價','最低價','31905cuoFrJ','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','開盤價','氣泡圖至少需要2欄,X軸、Y軸。','請先添加系列開始數據可視化','10312wDtLkm','第一四分位數','(空)','這個圖表類型沒有欄位使用規則。','7997822mnLnFj','OHLC\x20數列','1507318MyTuxu','中位數'];_0x3dce=function(){return _0x3fc9e8;};return _0x3dce();}const e={'sheets-chart':{'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0xa5ae37(0x14b),'blank':_0xa5ae37(0x134),'msg':{'emptyTips':_0xa5ae37(0x131),'sankeyCircularTips':'桑基圖不能包含循環數據'},'bubble':{'emptyTips':_0xa5ae37(0x130)},'relation':{'emptyTips':_0xa5ae37(0x150)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':_0xa5ae37(0x149)},'boxplot':{'min':_0xa5ae37(0x14e),'q1':_0xa5ae37(0x133),'median':_0xa5ae37(0x139),'q3':_0xa5ae37(0x146),'max':_0xa5ae37(0x13a)},'candlestick':{'series':_0xa5ae37(0x137),'category':'Category','open':_0xa5ae37(0x12f),'high':_0xa5ae37(0x140),'low':_0xa5ae37(0x12c),'close':_0xa5ae37(0x12b)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':'階層欄位','value':'數值欄位','ownValue':_0xa5ae37(0x14a),'children':'子項','diagnostic':'矩形樹圖至少需要一個階層欄位和一個數值欄位。'},'sunburst':{'hierarchy':'階層','value':'Value','ownValue':_0xa5ae37(0x14a),'children':'子項','diagnostic':_0xa5ae37(0x141)},'gauge':{'label':'標籤','value':'Value','emptyDiagnostic':_0xa5ae37(0x144),'mappingDiagnostic':_0xa5ae37(0x143),'configDiagnostic':_0xa5ae37(0x14c)},'chord':{'emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':_0xa5ae37(0x145),'configDiagnostic':_0xa5ae37(0x12e),'source':'來源','target':'目標','value':'Value','count':_0xa5ae37(0x13e),'associatedValue':_0xa5ae37(0x14d)},'chartField':{'missingCategoryFields':_0xa5ae37(0x13d),'missingSeriesFields':_0xa5ae37(0x147),'invalidFieldIndex':_0xa5ae37(0x142),'invalidValueFieldType':'選取的數值欄位不包含數值資料。','invalidDataStructure':_0xa5ae37(0x13c),'unsupportedChartType':_0xa5ae37(0x135)}}};export{e as default};
1
+ const _0x440f4f=_0x1fa9;function _0x1fa9(_0x5e08a6,_0x530da2){_0x5e08a6=_0x5e08a6-0x70;const _0x1b98cb=_0x1b98();let _0x1fa928=_0x1b98cb[_0x5e08a6];return _0x1fa928;}(function(_0x5013fd,_0x176722){const _0xd447e1=_0x1fa9,_0x3783a6=_0x5013fd();while(!![]){try{const _0x434a35=parseInt(_0xd447e1(0x8c))/0x1+-parseInt(_0xd447e1(0x8f))/0x2+parseInt(_0xd447e1(0x72))/0x3*(-parseInt(_0xd447e1(0x75))/0x4)+-parseInt(_0xd447e1(0x79))/0x5*(parseInt(_0xd447e1(0x80))/0x6)+parseInt(_0xd447e1(0x82))/0x7+-parseInt(_0xd447e1(0x7a))/0x8*(-parseInt(_0xd447e1(0x86))/0x9)+parseInt(_0xd447e1(0x81))/0xa;if(_0x434a35===_0x176722)break;else _0x3783a6['push'](_0x3783a6['shift']());}catch(_0x4d2d37){_0x3783a6['push'](_0x3783a6['shift']());}}}(_0x1b98,0xef1fe));const e={'sheets-chart':{'seriesDefaultName':'系列\x20{0}','categoryDefaultName':_0x440f4f(0x7b),'blank':_0x440f4f(0x84),'msg':{'emptyTips':_0x440f4f(0x78),'sankeyCircularTips':_0x440f4f(0x73)},'bubble':{'emptyTips':_0x440f4f(0x7d)},'relation':{'emptyTips':_0x440f4f(0x89)},'cloud':{'word':'詞','frequency':'頻率'},'waterfall':{'positive':'正值','negative':'負值','subtotal':'小計'},'pareto':{'lineName':'累積占比'},'boxplot':{'min':'最小值','q1':_0x440f4f(0x7e),'median':_0x440f4f(0x71),'q3':_0x440f4f(0x76),'max':'最大值'},'candlestick':{'series':_0x440f4f(0x93),'category':'類別','open':_0x440f4f(0x7f),'high':'最高價','low':_0x440f4f(0x87),'close':_0x440f4f(0x8d)},'histogram':{'frequency':'頻數'},'pie':{'aggregateOther':'其他','aggregateMembers':'成員'},'treemap':{'hierarchy':_0x440f4f(0x90),'value':_0x440f4f(0x88),'ownValue':_0x440f4f(0x77),'children':'子項','diagnostic':_0x440f4f(0x85)},'sunburst':{'hierarchy':'階層','value':'數值','ownValue':_0x440f4f(0x77),'children':'子項','diagnostic':_0x440f4f(0x83)},'gauge':{'label':'標籤','value':'數值','emptyDiagnostic':_0x440f4f(0x91),'mappingDiagnostic':_0x440f4f(0x8b),'configDiagnostic':_0x440f4f(0x7c)},'chord':{'emptyDiagnostic':'弦圖至少需要兩個不同節點之間的一條正權重關係。','mappingDiagnostic':'弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','configDiagnostic':_0x440f4f(0x94),'source':'來源','target':'目標','value':'數值','count':_0x440f4f(0x70),'associatedValue':_0x440f4f(0x96)},'chartField':{'missingCategoryFields':'這個圖表需要更多標籤欄位。','missingSeriesFields':_0x440f4f(0x8a),'invalidFieldIndex':_0x440f4f(0x74),'invalidValueFieldType':_0x440f4f(0x92),'invalidDataStructure':_0x440f4f(0x95),'unsupportedChartType':_0x440f4f(0x8e)}}};export{e as default};function _0x1b98(){const _0x534fed=['4816638MsiQpq','15752500tWYIto','8929837lgbRRU','旭日圖至少需要一個階層欄位和一個數值欄位。','(空)','矩形樹圖至少需要一個階層欄位和一個數值欄位。','6921AVUAsf','最低價','數值欄位','關係圖資料來源為額外新增類型欄在第二欄的共詞矩陣','這個圖表需要更多數值欄位。','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','422648ZuNiqd','收盤價','這個圖表類型沒有欄位使用規則。','1439272EzFfnA','階層欄位','儀表圖至少需要一個有限數值。','選取的數值欄位不包含數值資料。','OHLC\x20數列','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','選取的欄位無法構成這個圖表所需的有效資料結構。','關聯值','關係數','中位數','4726182pFuBkL','桑基圖不能包含循環數據','選取的圖表欄位已無法使用。','4CMASeR','第三四分位數','自身值','請先添加系列開始數據可視化','10oJsDDZ','16712IVByjZ','類別\x20{0}','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','氣泡圖至少需要2欄,X軸、Y軸。','第一四分位數','開盤價'];_0x1b98=function(){return _0x534fed;};return _0x1b98();}
@@ -0,0 +1,10 @@
1
+ import type { IUniverDataSetCategorySpan } from '@univerjs-pro/engine-chart';
2
+ import type { IRange } from '@univerjs/core';
3
+ export interface IProjectSheetCategorySpansOptions {
4
+ mergeRanges: readonly IRange[];
5
+ worksheetRows: readonly number[];
6
+ worksheetColumns: readonly number[];
7
+ transpose: boolean;
8
+ fieldIndexOffset?: number;
9
+ }
10
+ export declare function projectSheetCategorySpans(options: IProjectSheetCategorySpansOptions): IUniverDataSetCategorySpan[];
@@ -1,7 +1,7 @@
1
1
  import type { IUniverInstanceService } from '@univerjs/core';
2
2
  import type { Observable } from 'rxjs';
3
- import type { IChartSourceMultiRangeItem, ISheetChartSourceSingleRange, ISheetChartSourceSnapshot, IUniverDataSet, OptionDataValue } from '../models/types';
4
- import { ChartDataSource, ChartSourceDataTypeEnum } from '@univerjs-pro/engine-chart';
3
+ import type { IChartSourceMultiRangeItem, ISheetChartSourceSingleRange, ISheetChartSourceSnapshot, IUniverDataSet } from '../models/types';
4
+ import { ChartDataSource } from '@univerjs-pro/engine-chart';
5
5
  /**
6
6
  * @extends ChartDataSourceBase
7
7
  * @description
@@ -37,17 +37,7 @@ export declare class ChartDataSourceMulti extends ChartDataSource {
37
37
  setRangeInfo(rangeInfo: ISheetChartSourceSingleRange | IChartSourceMultiRangeItem[]): void;
38
38
  updateRangeInfo(): void;
39
39
  watchRange(): void;
40
- convertDataSet(rangeInfos?: IChartSourceMultiRangeItem[]): {
41
- dimensions: never[];
42
- source: never[];
43
- sourceType?: undefined;
44
- sourceLabels?: undefined;
45
- } | {
46
- dimensions: string[];
47
- source: OptionDataValue[][];
48
- sourceType: ChartSourceDataTypeEnum[][];
49
- sourceLabels: string[][];
50
- };
40
+ convertDataSet(rangeInfos?: IChartSourceMultiRangeItem[]): IUniverDataSet;
51
41
  getDataSet(): IUniverDataSet;
52
42
  getDimensionCount(): number;
53
43
  refresh(): void;
@@ -0,0 +1,7 @@
1
+ import type { IChartSnapshot, IUniverDataSet } from '@univerjs-pro/engine-chart';
2
+ import { ChartTypeBits } from '@univerjs-pro/engine-chart';
3
+ export interface IResolveInitialChartContextOptions {
4
+ chartType: ChartTypeBits;
5
+ context?: NonNullable<IChartSnapshot['context']>;
6
+ }
7
+ export declare function resolveInitialChartContext(dataSet: IUniverDataSet, options: IResolveInitialChartContextOptions): NonNullable<IChartSnapshot['context']>;
@@ -1,3 +1,3 @@
1
1
  import type { IChartContext } from '@univerjs-pro/engine-chart';
2
- export type IChartPersistedContext = Pick<IChartContext, 'categoryIndexes' | 'seriesIndexes' | 'histogram'>;
2
+ export type IChartPersistedContext = Pick<IChartContext, 'categoryIndexes' | 'multiLevelCategoryAxis' | 'seriesIndexes' | 'useDateAxis' | 'histogram'>;
3
3
  export declare function replacePersistedChartContext(current: IChartContext, persisted: IChartPersistedContext): IChartContext;
@@ -4,7 +4,6 @@ export declare const BUILD_TIMESTAMP: number;
4
4
  export declare const DefaultLimitedTypes: string[];
5
5
  export declare const DefaultAllTypes: string[];
6
6
  export declare const DefaultInValidTypes: string[];
7
- export declare const setProperty: (data: Record<string, any>, propertyPath: string, value: any) => void;
8
7
  /**
9
8
  * Set graphic element to data.
10
9
  * because we use graphic element to draw watermark title, so we need to set it to data.
@@ -18,7 +18,7 @@ export { ChartUpdateConfigMutation } from './commands/mutations/sheets-chart-upd
18
18
  export type { IChartUpdateConfigMutationParams } from './commands/mutations/sheets-chart-update-config.mutation';
19
19
  export { InsertSheetsChartMutation, RemoveSheetsChartMutation, toInsertChartMutationSource, } from './commands/mutations/sheets-chart.mutation';
20
20
  export type { IInsertSheetsChartMutationParams, IRemoveSheetsChartMutationParams, } from './commands/mutations/sheets-chart.mutation';
21
- export { getAllowedChartTypes, setProperty, } from './common/util';
21
+ export { getAllowedChartTypes, } from './common/util';
22
22
  export { ChartRenderMode, SHEETS_CHART_PLUGIN_CONFIG_KEY, } from './config/config';
23
23
  export type { IUniverSheetsChartConfig } from './config/config';
24
24
  export type { IChartSourceMultiRangeItem, IChartSourceRangeItem, ISheetChartDataSource, ISheetChartSourceSingleRange, ISheetChartSourceSnapshot, } from './models/types';
@@ -42,6 +42,7 @@ export declare class SheetsChartService extends Disposable {
42
42
  setChartDataSource(id: string, dataSource: ISheetChartDataSource): void;
43
43
  replaceChartDataSource(id: string, rangeInfo: ISheetChartSourceRanges): boolean;
44
44
  generateChartModelContextForSource(id: string, rangeInfo: ISheetChartSourceRanges): import("@univerjs-pro/engine-chart").IChartContext | undefined;
45
+ resolveInitialChartContextForSource(rangeInfo: ISheetChartSourceRanges, chartType: ChartTypeBits, context?: NonNullable<IChartSnapshot['context']>): NonNullable<IChartSnapshot['context']>;
45
46
  refreshChartSource(): void;
46
47
  createChartModel(unitId: string, subUnitId: string, options: ISheetChartModelOptions, isNew?: boolean): ChartModel<ISheetChartDataSource>;
47
48
  removeChartModel(id: string): void;
package/lib/umd/facade.js CHANGED
@@ -1 +1 @@
1
- function _0x32da(_0x3d4098,_0x5e9ee2){_0x3d4098=_0x3d4098-0x7f;const _0x5e0658=_0x5e06();let _0x32da92=_0x5e0658[_0x3d4098];return _0x32da92;}(function(_0x113c08,_0x16b9fb){const _0x5a121a=_0x32da,_0x431c91=_0x113c08();while(!![]){try{const _0x3cd0f1=-parseInt(_0x5a121a(0xa1))/0x1+-parseInt(_0x5a121a(0x97))/0x2*(-parseInt(_0x5a121a(0xad))/0x3)+parseInt(_0x5a121a(0xc6))/0x4*(parseInt(_0x5a121a(0x8c))/0x5)+parseInt(_0x5a121a(0xd0))/0x6*(parseInt(_0x5a121a(0x96))/0x7)+-parseInt(_0x5a121a(0xc0))/0x8*(-parseInt(_0x5a121a(0x90))/0x9)+parseInt(_0x5a121a(0x81))/0xa*(-parseInt(_0x5a121a(0xb5))/0xb)+-parseInt(_0x5a121a(0xd1))/0xc*(parseInt(_0x5a121a(0xbc))/0xd);if(_0x3cd0f1===_0x16b9fb)break;else _0x431c91['push'](_0x431c91['shift']());}catch(_0x2a4dc2){_0x431c91['push'](_0x431c91['shift']());}}}(_0x5e06,0xeeda3),function(_0x154a40,_0x54cf1a){const _0x20d804=_0x32da;typeof exports=='object'&&typeof module<'u'?_0x54cf1a(exports,require('@univerjs-pro/engine-chart'),require('@univerjs-pro/engine-chart/facade'),require('@univerjs-pro/sheets-chart'),require('@univerjs/core'),require('@univerjs/sheets/facade'),require('@univerjs/core/facade')):typeof define==_0x20d804(0xbd)&&define[_0x20d804(0xa0)]?define([_0x20d804(0xa5),_0x20d804(0xcc),_0x20d804(0x9e),_0x20d804(0x9c),'@univerjs/core',_0x20d804(0xb2),'@univerjs/core/facade'],_0x54cf1a):(_0x154a40=typeof globalThis<'u'?globalThis:_0x154a40||self,_0x54cf1a(_0x154a40[_0x20d804(0xca)]={},_0x154a40[_0x20d804(0xc2)],_0x154a40['UniverProEngineChartFacade'],_0x154a40[_0x20d804(0xc7)],_0x154a40[_0x20d804(0x83)],_0x154a40[_0x20d804(0xb3)],_0x154a40['UniverCoreFacade']));}(this,function(_0x2678b9,_0x55555a,_0xce0752,_0x3875dd,_0x206f36,_0x2b435a,_0x4619b6){const _0x553b85=_0x32da;Object[_0x553b85(0xa4)](_0x2678b9,Symbol[_0x553b85(0xc9)],{'value':'Module'});var _0x5bcc4b=class extends _0xce0752[_0x553b85(0x8d)]{constructor(_0x479f7c,_0x5106ac,_0x4646bf,_0x358f33){const _0x130b8b=_0x553b85;super(_0x4646bf,()=>new _0x3875dd['SheetChartConfigAdapter']({'unitId':_0x479f7c,'subUnitId':_0x5106ac,'chartId':_0x4646bf,'injector':_0x358f33}),(_0x3c60ff,_0x1840bb,_0x3ddd0d)=>(0x0,_0xce0752[_0x130b8b(0xa7)])({'info':_0x3c60ff,'description':_0x1840bb,'type':_0x3ddd0d,'normalizeSource':_0x163766=>_0x163766,'extension':({setInfo:_0x52a120})=>({'setPosition'(_0x1d3b76){const _0x2ee796=_0x130b8b;return _0x52a120(_0x2ee796(0xd3),_0x1d3b76),this;}})}),_0x358f33),this[_0x130b8b(0xce)]=_0x479f7c,this['subUnitId']=_0x5106ac,this['chartId']=_0x4646bf;}[_0x553b85(0xa3)](){const _0x254e61=_0x553b85;var _0x19c4e1;return(_0x19c4e1=this['_injector'][_0x254e61(0x98)](_0x3875dd['SheetsChartService'])[_0x254e61(0xb1)](this[_0x254e61(0xc5)]))==null?void 0x0:_0x19c4e1[_0x254e61(0xb7)][_0x254e61(0x8b)]();}[_0x553b85(0xb4)](_0x404977){const _0x7626e6=_0x553b85;return this[_0x7626e6(0xab)]()[_0x7626e6(0xcd)]({'layout':{'anchor':_0x404977}}),this;}['_createSheetAdapter'](){const _0x33d2e4=_0x553b85;return new _0x3875dd['SheetChartConfigAdapter']({'unitId':this['unitId'],'subUnitId':this[_0x33d2e4(0xc8)],'chartId':this[_0x33d2e4(0xc5)],'injector':this[_0x33d2e4(0x94)]});}},_0x394ab6=class extends _0x2b435a['FWorksheet']{[_0x553b85(0xba)](_0x426f6c){const _0x3093ce=_0x553b85;return(0x0,_0xce0752[_0x3093ce(0xa7)])({'type':_0x426f6c,'injector':this['_injector'],'commitError':_0x3093ce(0xb0),'normalizeSource':_0x2b760a=>_0x2b760a,'createInfo':()=>({'anchor':void 0x0}),'extension':({setInfo:_0x21b24b})=>({'setPosition'(_0x43b6fa){const _0x2f2e99=_0x3093ce;return _0x21b24b(_0x2f2e99(0xd3),_0x43b6fa),this;}})});}async[_0x553b85(0xc3)](_0x15ae17){const _0xf20344=_0x553b85;var _0x48a1e1,_0xe44d36,_0x30a745;let {config:_0x2f6c6d,dataSource:_0x5e32ed,anchor:_0x5f2715,position:_0xc9837a,size:_0x335305}=_0x15ae17,_0x146c1a={..._0x2f6c6d,'source':_0x5e32ed,'anchor':_0x5f2715,'position':_0xc9837a,'size':_0x335305},_0x18710e=this['_chartSourceContext'](),_0x167376=[],_0x3f709c=(0x0,_0x3875dd['resolveSourceSpec'])(_0x146c1a['source'],_0x18710e,_0x167376);if(!_0x3f709c||_0x167376['some'](_0x1ff6cf=>_0x1ff6cf[_0xf20344(0xcf)]===_0x3875dd[_0xf20344(0x88)]['Error']))throw Error(_0x167376[_0xf20344(0xcb)](_0x24b9ad=>_0x24b9ad[_0xf20344(0x89)])[_0xf20344(0x9f)](';\x20')||_0xf20344(0xc1));let _0x1e8c47=(0x0,_0x206f36[_0xf20344(0xbe)])(),_0x1b528b=(0x0,_0x55555a['toChartModelConfig'])(_0x146c1a,{'series':(0x0,_0x3875dd[_0xf20344(0x92)])(_0x3f709c,_0x18710e,((_0x48a1e1=_0x146c1a[_0xf20344(0x91)])==null?void 0x0:_0x48a1e1[_0xf20344(0x8a)])??0x0)}),_0x10f866=(0x0,_0x3875dd[_0xf20344(0xa2)])({'unitId':_0x18710e[_0xf20344(0xce)],'subUnitId':_0x18710e[_0xf20344(0xc8)],'injector':this[_0xf20344(0x84)]()},_0x146c1a,_0x167376),_0x5c95ea={'unitId':_0x18710e[_0xf20344(0xce)],'subUnitId':_0x18710e[_0xf20344(0xc8)],'chartId':_0x1e8c47,'chartType':(0x0,_0x55555a[_0xf20344(0x9b)])(_0x146c1a[_0xf20344(0x85)]),'source':_0x3f709c['kind']===_0x3875dd['ChartSourceKind'][_0xf20344(0xb6)]?_0x3f709c[_0xf20344(0xa6)]:_0x3f709c[_0xf20344(0xb8)],'position':_0x10f866,'width':(_0xe44d36=_0x146c1a['size'])==null?void 0x0:_0xe44d36[_0xf20344(0xa9)],'height':(_0x30a745=_0x146c1a[_0xf20344(0x93)])==null?void 0x0:_0x30a745[_0xf20344(0x8f)],'theme':_0x146c1a[_0xf20344(0x87)]??void 0x0,'config':{'unitId':_0x18710e[_0xf20344(0xce)],'chartModelId':_0x1e8c47,'style':_0x1b528b[_0xf20344(0xb9)],'context':_0x1b528b[_0xf20344(0xbb)],'dataAggregation':_0x1b528b['dataAggregation']}};if(!await this[_0xf20344(0x84)]()['get'](_0x206f36['ICommandService'])[_0xf20344(0xac)](_0x3875dd['InsertChartCommand']['id'],_0x5c95ea))throw Error(_0xf20344(0x9d));return this[_0xf20344(0x94)]['createInstance'](_0x5bcc4b,_0x18710e[_0xf20344(0xce)],_0x18710e[_0xf20344(0xc8)],_0x1e8c47,this['_injector']);}[_0x553b85(0xbf)](_0x323256){const _0x161fba=_0x553b85;let {unitId:_0x434003,subUnitId:_0x3faa1f}=this[_0x161fba(0xa8)](),_0x2750d7=this[_0x161fba(0x84)]()['get'](_0x3875dd[_0x161fba(0x99)]);return _0x2750d7[_0x161fba(0xb1)](_0x323256)&&_0x2750d7[_0x161fba(0x7f)](_0x434003,_0x323256)===_0x3faa1f?this[_0x161fba(0x94)]['createInstance'](_0x5bcc4b,_0x434003,_0x3faa1f,_0x323256,this[_0x161fba(0x94)]):null;}['getCharts'](){const _0x5446f6=_0x553b85;let {unitId:_0x101c56,subUnitId:_0x10d41e}=this[_0x5446f6(0xa8)]();return this[_0x5446f6(0x84)]()['get'](_0x3875dd['SheetsChartService'])[_0x5446f6(0xaf)](_0x101c56,_0x10d41e)['filter'](Boolean)[_0x5446f6(0xcb)](_0x2ce37e=>this[_0x5446f6(0x94)]['createInstance'](_0x5bcc4b,_0x101c56,_0x10d41e,_0x2ce37e['id'],this[_0x5446f6(0x94)]));}['_chartSourceContext'](){const _0x49f655=_0x553b85;let _0x443811=this[_0x49f655(0x86)](),_0x187510=this[_0x49f655(0x84)]()[_0x49f655(0x98)](_0x3875dd['SheetsChartService']);return{'unitId':_0x443811[_0x49f655(0x9a)](),'subUnitId':this['getSheetId'](),'workbook':_0x443811,'resolveAutoIsRowDirection':_0x23b31d=>_0x187510[_0x49f655(0xd2)](_0x23b31d)[_0x49f655(0x95)]===_0x55555a[_0x49f655(0x80)]['Row']};}};_0x2b435a[_0x553b85(0x82)][_0x553b85(0xae)](_0x394ab6);var _0x5e8e6b=class extends _0x4619b6[_0x553b85(0x8e)]{get[_0x553b85(0xc4)](){const _0x22a78c=_0x553b85;return _0x3875dd[_0x22a78c(0xc4)];}};_0x4619b6[_0x553b85(0x8e)]['extend'](_0x5e8e6b),_0x2678b9[_0x553b85(0xaa)]=_0x5bcc4b;}));function _0x5e06(){const _0x6a7bed=['ChartDiagnosticSeverity','message','categoryIndex','getRangeInfo','2530uXdxfz','FChart','FEnum','height','1143vpYqFn','mapping','resolveSourceSeries','size','_injector','orient','12359753GzePVh','277394JvKYqD','get','SheetsChartService','getUnitId','chartTypeToBits','@univerjs-pro/sheets-chart','Failed\x20to\x20create\x20Sheet\x20chart.','@univerjs-pro/engine-chart/facade','join','amd','106671HJJfQM','resolveInitialChartPosition','getRange','defineProperty','exports','rangeInfo','createChartBuilder','_chartSourceContext','width','FSheetChart','_createSheetAdapter','executeCommand','3gjmCMW','extend','getUnitChartModels','Insert\x20the\x20Sheet\x20chart\x20before\x20updating\x20it.','getChartModel','@univerjs/sheets/facade','UniverSheetsFacade','setPosition','426921cQPQzS','Range','dataSource','ranges','style','newChart','context','13uNYUyj','function','generateRandomId','getChart','93344MovGvo','Invalid\x20Sheet\x20chart\x20source.','UniverProEngineChart','insertChart','ChartSourceOrientation','chartId','5660NmAWhM','UniverProSheetsChart','subUnitId','toStringTag','UniverProSheetsChartFacade','map','@univerjs-pro/engine-chart','commitHost','unitId','severity','6rHKYMs','26425932QncMzG','getChartSuggestion','anchor','getSubUnitId','DataOrientation','210DjBWbq','FWorksheet','UniverCore','getInject','type','getWorkbook','theme'];_0x5e06=function(){return _0x6a7bed;};return _0x5e06();}
1
+ function _0x4e0b(){const _0x1af7a1=['map','defineProperty','429700OCmwQu','getChartSuggestion','FChart','ChartSourceOrientation','exports','18fqzYmq','2286298kWCRbK','SheetsChartService','Invalid\x20Sheet\x20chart\x20source.','UniverSheetsFacade','1455405GazCCu','@univerjs-pro/engine-chart','mapping','size','1303760OJnoEE','rangeInfo','extend','executeCommand','function','amd','toChartModelConfig','2975408gLkExQ','getSubUnitId','filter','Range','Error','newChart','@univerjs/core/facade','SheetChartConfigAdapter','chartId','resolveSourceSpec','join','subUnitId','getUnitChartModels','599407wCdZvy','width','840YoGtyg','type','FSheetChart','getChart','unitId','@univerjs-pro/sheets-chart','message','InsertChartCommand','14958DgBwsv','ChartSourceKind','UniverProSheetsChartFacade','get','getRangeInfo','commitHost','getInject','severity','createChartBuilder','orient','anchor','Row','categoryIndex','context','getWorkbook','height','getRange','@univerjs/core','_chartSourceContext','kind','getChartModel','UniverCoreFacade','_injector','chartTypeToBits','@univerjs-pro/engine-chart/facade','UniverCore','ChartDiagnosticSeverity','DataOrientation','createInstance','getUnitId','dataSource','@univerjs/sheets/facade','_createSheetAdapter','FEnum','setPosition','UniverProEngineChart','some','object'];_0x4e0b=function(){return _0x1af7a1;};return _0x4e0b();}function _0x82dc(_0x478eff,_0xf9af3b){_0x478eff=_0x478eff-0x134;const _0x4e0bd6=_0x4e0b();let _0x82dcaa=_0x4e0bd6[_0x478eff];return _0x82dcaa;}(function(_0x541251,_0x2988a3){const _0x2701bc=_0x82dc,_0x4bca03=_0x541251();while(!![]){try{const _0x3c6904=-parseInt(_0x2701bc(0x159))/0x1+parseInt(_0x2701bc(0x137))/0x2+parseInt(_0x2701bc(0x141))/0x3+parseInt(_0x2701bc(0x145))/0x4+-parseInt(_0x2701bc(0x15b))/0x5*(-parseInt(_0x2701bc(0x163))/0x6)+parseInt(_0x2701bc(0x13d))/0x7+parseInt(_0x2701bc(0x14c))/0x8*(-parseInt(_0x2701bc(0x13c))/0x9);if(_0x3c6904===_0x2988a3)break;else _0x4bca03['push'](_0x4bca03['shift']());}catch(_0x3cb6a1){_0x4bca03['push'](_0x4bca03['shift']());}}}(_0x4e0b,0x68848),function(_0x5f378f,_0x2b7be7){const _0x273a14=_0x82dc;typeof exports==_0x273a14(0x134)&&typeof module<'u'?_0x2b7be7(exports,require('@univerjs-pro/engine-chart'),require('@univerjs-pro/engine-chart/facade'),require('@univerjs-pro/sheets-chart'),require('@univerjs/core'),require('@univerjs/sheets/facade'),require('@univerjs/core/facade')):typeof define==_0x273a14(0x149)&&define[_0x273a14(0x14a)]?define([_0x273a14(0x13b),_0x273a14(0x142),_0x273a14(0x17b),_0x273a14(0x160),_0x273a14(0x174),_0x273a14(0x182),_0x273a14(0x152)],_0x2b7be7):(_0x5f378f=typeof globalThis<'u'?globalThis:_0x5f378f||self,_0x2b7be7(_0x5f378f[_0x273a14(0x165)]={},_0x5f378f[_0x273a14(0x186)],_0x5f378f['UniverProEngineChartFacade'],_0x5f378f['UniverProSheetsChart'],_0x5f378f[_0x273a14(0x17c)],_0x5f378f[_0x273a14(0x140)],_0x5f378f[_0x273a14(0x178)]));}(this,function(_0x299db8,_0x268741,_0x3714af,_0x5c6daf,_0x50278f,_0x16045a,_0x50b13c){const _0x49aafc=_0x82dc;Object[_0x49aafc(0x136)](_0x299db8,Symbol['toStringTag'],{'value':'Module'});var _0x73c2c2=class extends _0x3714af[_0x49aafc(0x139)]{constructor(_0x2c7e20,_0x10b5ab,_0x5ec3b2,_0x4eaace){const _0x13ecdd=_0x49aafc;super(_0x5ec3b2,()=>new _0x5c6daf[(_0x13ecdd(0x153))]({'unitId':_0x2c7e20,'subUnitId':_0x10b5ab,'chartId':_0x5ec3b2,'injector':_0x4eaace}),(_0x529360,_0x3b310c,_0x2de7d5)=>(0x0,_0x3714af[_0x13ecdd(0x16b)])({'info':_0x529360,'description':_0x3b310c,'type':_0x2de7d5,'normalizeSource':_0x39a413=>_0x39a413,'extension':({setInfo:_0x25c6dd})=>({'setPosition'(_0x45d88d){const _0x20002f=_0x13ecdd;return _0x25c6dd(_0x20002f(0x16d),_0x45d88d),this;}})}),_0x4eaace),this['unitId']=_0x2c7e20,this[_0x13ecdd(0x157)]=_0x10b5ab,this[_0x13ecdd(0x154)]=_0x5ec3b2;}[_0x49aafc(0x173)](){const _0x46e93b=_0x49aafc;var _0x53289a;return(_0x53289a=this[_0x46e93b(0x179)][_0x46e93b(0x166)](_0x5c6daf[_0x46e93b(0x13e)])[_0x46e93b(0x177)](this[_0x46e93b(0x154)]))==null?void 0x0:_0x53289a[_0x46e93b(0x181)][_0x46e93b(0x167)]();}[_0x49aafc(0x185)](_0x46f842){const _0xb91ecf=_0x49aafc;return this[_0xb91ecf(0x183)]()[_0xb91ecf(0x168)]({'layout':{'anchor':_0x46f842}}),this;}[_0x49aafc(0x183)](){const _0x4772b7=_0x49aafc;return new _0x5c6daf['SheetChartConfigAdapter']({'unitId':this[_0x4772b7(0x15f)],'subUnitId':this[_0x4772b7(0x157)],'chartId':this[_0x4772b7(0x154)],'injector':this[_0x4772b7(0x179)]});}},_0x295416=class extends _0x16045a['FWorksheet']{[_0x49aafc(0x151)](_0x586c5a){const _0x3b8c37=_0x49aafc;return(0x0,_0x3714af[_0x3b8c37(0x16b)])({'type':_0x586c5a,'injector':this[_0x3b8c37(0x179)],'commitError':'Insert\x20the\x20Sheet\x20chart\x20before\x20updating\x20it.','normalizeSource':_0x173f0d=>_0x173f0d,'createInfo':()=>({'anchor':void 0x0}),'extension':({setInfo:_0x9b2acc})=>({'setPosition'(_0x4eed94){return _0x9b2acc('anchor',_0x4eed94),this;}})});}async['insertChart'](_0x56b086){const _0x26bf48=_0x49aafc;var _0x1c8c74,_0x4e26a4,_0x2f4239;let {config:_0x37b3cc,dataSource:_0x481ea1,anchor:_0x22e582,position:_0x4b6268,size:_0x37ce35}=_0x56b086,_0xb7d3ae={..._0x37b3cc,'source':_0x481ea1,'anchor':_0x22e582,'position':_0x4b6268,'size':_0x37ce35},_0x3d9ad4=this['_chartSourceContext'](),_0x1568a2=[],_0x21aef0=(0x0,_0x5c6daf[_0x26bf48(0x155)])(_0xb7d3ae['source'],_0x3d9ad4,_0x1568a2);if(!_0x21aef0||_0x1568a2[_0x26bf48(0x187)](_0x3777cf=>_0x3777cf[_0x26bf48(0x16a)]===_0x5c6daf[_0x26bf48(0x17d)][_0x26bf48(0x150)]))throw Error(_0x1568a2[_0x26bf48(0x135)](_0x1a4c25=>_0x1a4c25[_0x26bf48(0x161)])[_0x26bf48(0x156)](';\x20')||_0x26bf48(0x13f));let _0x1eb319=(0x0,_0x50278f['generateRandomId'])(),_0xb99bdb=(0x0,_0x268741[_0x26bf48(0x14b)])(_0xb7d3ae,{'series':(0x0,_0x5c6daf['resolveSourceSeries'])(_0x21aef0,_0x3d9ad4,((_0x1c8c74=_0xb7d3ae[_0x26bf48(0x143)])==null?void 0x0:_0x1c8c74[_0x26bf48(0x16f)])??0x0)}),_0x43bc9f=(0x0,_0x5c6daf['resolveInitialChartPosition'])({'unitId':_0x3d9ad4['unitId'],'subUnitId':_0x3d9ad4[_0x26bf48(0x157)],'injector':this[_0x26bf48(0x169)]()},_0xb7d3ae,_0x1568a2),_0x27eae2={'unitId':_0x3d9ad4[_0x26bf48(0x15f)],'subUnitId':_0x3d9ad4[_0x26bf48(0x157)],'chartId':_0x1eb319,'chartType':(0x0,_0x268741[_0x26bf48(0x17a)])(_0xb7d3ae[_0x26bf48(0x15c)]),'source':_0x21aef0[_0x26bf48(0x176)]===_0x5c6daf[_0x26bf48(0x164)][_0x26bf48(0x14f)]?_0x21aef0[_0x26bf48(0x146)]:_0x21aef0['ranges'],'position':_0x43bc9f,'width':(_0x4e26a4=_0xb7d3ae[_0x26bf48(0x144)])==null?void 0x0:_0x4e26a4[_0x26bf48(0x15a)],'height':(_0x2f4239=_0xb7d3ae[_0x26bf48(0x144)])==null?void 0x0:_0x2f4239[_0x26bf48(0x172)],'theme':_0xb7d3ae['theme']??void 0x0,'config':{'unitId':_0x3d9ad4[_0x26bf48(0x15f)],'chartModelId':_0x1eb319,'style':_0xb99bdb['style'],'context':_0xb99bdb[_0x26bf48(0x170)],'dataAggregation':_0xb99bdb['dataAggregation']}};if(!await this[_0x26bf48(0x169)]()[_0x26bf48(0x166)](_0x50278f['ICommandService'])[_0x26bf48(0x148)](_0x5c6daf[_0x26bf48(0x162)]['id'],_0x27eae2))throw Error('Failed\x20to\x20create\x20Sheet\x20chart.');return this[_0x26bf48(0x179)][_0x26bf48(0x17f)](_0x73c2c2,_0x3d9ad4[_0x26bf48(0x15f)],_0x3d9ad4[_0x26bf48(0x157)],_0x1eb319,this[_0x26bf48(0x179)]);}[_0x49aafc(0x15e)](_0x40ef3f){const _0x56ac97=_0x49aafc;let {unitId:_0x1d2450,subUnitId:_0xf255f1}=this[_0x56ac97(0x175)](),_0x38a8d2=this[_0x56ac97(0x169)]()[_0x56ac97(0x166)](_0x5c6daf[_0x56ac97(0x13e)]);return _0x38a8d2['getChartModel'](_0x40ef3f)&&_0x38a8d2[_0x56ac97(0x14d)](_0x1d2450,_0x40ef3f)===_0xf255f1?this[_0x56ac97(0x179)][_0x56ac97(0x17f)](_0x73c2c2,_0x1d2450,_0xf255f1,_0x40ef3f,this[_0x56ac97(0x179)]):null;}['getCharts'](){const _0x1be968=_0x49aafc;let {unitId:_0x5cbb54,subUnitId:_0x387c89}=this[_0x1be968(0x175)]();return this[_0x1be968(0x169)]()[_0x1be968(0x166)](_0x5c6daf[_0x1be968(0x13e)])[_0x1be968(0x158)](_0x5cbb54,_0x387c89)[_0x1be968(0x14e)](Boolean)[_0x1be968(0x135)](_0x2572b8=>this[_0x1be968(0x179)][_0x1be968(0x17f)](_0x73c2c2,_0x5cbb54,_0x387c89,_0x2572b8['id'],this['_injector']));}[_0x49aafc(0x175)](){const _0x42f252=_0x49aafc;let _0x4793cb=this[_0x42f252(0x171)](),_0x19880d=this[_0x42f252(0x169)]()['get'](_0x5c6daf[_0x42f252(0x13e)]);return{'unitId':_0x4793cb[_0x42f252(0x180)](),'subUnitId':this['getSheetId'](),'workbook':_0x4793cb,'resolveAutoIsRowDirection':_0x5b2205=>_0x19880d[_0x42f252(0x138)](_0x5b2205)[_0x42f252(0x16c)]===_0x268741[_0x42f252(0x17e)][_0x42f252(0x16e)]};}};_0x16045a['FWorksheet'][_0x49aafc(0x147)](_0x295416);var _0x2358e1=class extends _0x50b13c[_0x49aafc(0x184)]{get['ChartSourceOrientation'](){const _0x127172=_0x49aafc;return _0x5c6daf[_0x127172(0x13a)];}};_0x50b13c[_0x49aafc(0x184)][_0x49aafc(0x147)](_0x2358e1),_0x299db8[_0x49aafc(0x15d)]=_0x73c2c2;}));