@univerjs-pro/sheets-pivot-chart-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +334 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/commands/commands/menu-insert-pivot-chart.command.d.ts +5 -0
- package/lib/types/commands/commands/pivot-chart-axis.command.d.ts +3 -0
- package/lib/types/commands/operations/open-pivot-chart-field-list.operation.d.ts +10 -0
- package/lib/types/commands/operations/open-pivot-chart-filter-panel.operation.d.ts +10 -0
- package/lib/types/commands/operations/open-pivot-chart-panel.operation.d.ts +7 -0
- package/lib/types/config/config.d.ts +7 -0
- package/lib/types/const.d.ts +8 -0
- package/lib/types/controllers/components.controller.d.ts +5 -0
- package/lib/types/controllers/pivot-chart-axis-interaction.controller.d.ts +28 -0
- package/lib/types/controllers/pivot-chart-clipboard.controller.d.ts +33 -0
- package/lib/types/controllers/pivot-chart-menu.controller.d.ts +5 -0
- package/lib/types/controllers/pivot-chart-panel.controller.d.ts +20 -0
- package/lib/types/index.d.ts +12 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +59 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/menu/schema.d.ts +2 -0
- package/lib/types/plugin.d.ts +14 -0
- package/lib/types/services/pivot-chart-axis-interaction.service.d.ts +23 -0
- package/lib/types/services/pivot-chart-filter-popup.service.d.ts +23 -0
- package/lib/types/services/pivot-chart-ui.service.d.ts +9 -0
- package/lib/types/views/components/PivotChartConfigView.d.ts +141 -0
- package/lib/types/views/components/PivotChartFieldListPopup.d.ts +9 -0
- package/lib/types/views/components/PivotChartFieldView.d.ts +6 -0
- package/lib/types/views/components/PivotChartFilterPopup.d.ts +5 -0
- package/lib/types/views/components/PivotChartPanel.d.ts +6 -0
- package/lib/types/views/components/pivot-chart-field-view.d.ts +5 -0
- package/lib/types/views/menu.d.ts +6 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +100 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x4bbd(){const _0x547f55=['Bagan\x20pivot\x20belum\x20dapat\x20ditempelkan\x20antar-buku\x20kerja.','Tampilkan\x20tombol\x20bidang','1604388oBPiMS','Ciutkan\x20hingga\x20\x22{0}\x22','Sisipkan\x20tabel\x20pivot\x20dan\x20bagan\x20pivot','Legenda\x20(seri)','Garis\x20tren','Editor\x20bagan\x20pivot','8IVuZdk','Perluas\x20hingga\x20\x22{0}\x22','4468827KPSGQV','Gaya\x20grafik','Konfigurasi\x20bagan','10ZBywrk','Garis\x20kisi\x20dan\x20tanda\x20centang','314615TEbMoo','690607YueSuG','Ciutkan','6826848sUboen','Tombol\x20bagan\x20pivot','3178340bpXTGR','Legenda','Seret\x20bidang\x20ke\x20sini','Seri','Bidang','Bagan\x20pai','4669623AsvjVb','Σ\x20Nilai','Grafik\x20garis\x20/\x20Grafik\x20area','Hapus\x20bidang','Perluas','Perluas\x20seluruh\x20bidang','Ciutkan\x20seluruh\x20bidang','4EmLFmq','Tampilkan\x20tombol\x20perluas/ciutkan','Konfigurasi\x20bidang','Judul\x20grafik\x20dan\x20sumbu','Filter','Perluas/Ciutkan'];_0x4bbd=function(){return _0x547f55;};return _0x4bbd();}const _0x31e187=_0x4d06;function _0x4d06(_0x228d3d,_0x3ccf92){_0x228d3d=_0x228d3d-0x125;const _0x4bbdff=_0x4bbd();let _0x4d06e0=_0x4bbdff[_0x228d3d];return _0x4d06e0;}(function(_0xe87a9e,_0x1b33f6){const _0x3ede5a=_0x4d06,_0x2095f1=_0xe87a9e();while(!![]){try{const _0x8971cb=-parseInt(_0x3ede5a(0x136))/0x1*(-parseInt(_0x3ede5a(0x147))/0x2)+parseInt(_0x3ede5a(0x130))/0x3+-parseInt(_0x3ede5a(0x138))/0x4+-parseInt(_0x3ede5a(0x133))/0x5*(parseInt(_0x3ede5a(0x128))/0x6)+parseInt(_0x3ede5a(0x135))/0x7*(parseInt(_0x3ede5a(0x12e))/0x8)+parseInt(_0x3ede5a(0x140))/0x9+-parseInt(_0x3ede5a(0x13a))/0xa;if(_0x8971cb===_0x1b33f6)break;else _0x2095f1['push'](_0x2095f1['shift']());}catch(_0x59aa50){_0x2095f1['push'](_0x2095f1['shift']());}}}(_0x4bbd,0xd5b09));const e={'sheets-pivot-chart-ui':{'title':_0x31e187(0x12d),'insert':'Bagan\x20pivot','insertOptions':{'withPivotTable':_0x31e187(0x12a),'chartOnly':'Sisipkan\x20bagan\x20pivot\x20saja'},'interaction':{'expandCollapse':_0x31e187(0x125),'expandField':_0x31e187(0x145),'collapseField':_0x31e187(0x146),'expandTo':_0x31e187(0x12f),'collapseTo':_0x31e187(0x129),'expand':_0x31e187(0x144),'collapse':_0x31e187(0x137)},'tabs':{'fields':_0x31e187(0x149),'chart':_0x31e187(0x132)},'fields':{'sourceFields':_0x31e187(0x13e),'searchFields':'Cari\x20bidang','filters':_0x31e187(0x14b),'legend':_0x31e187(0x12b),'axis':'Sumbu\x20(kategori)','values':'Nilai','multipleValues':_0x31e187(0x141),'dropFieldsHere':_0x31e187(0x13c),'removeField':_0x31e187(0x143)},'empty':{'unavailable':'Data\x20bagan\x20pivot\x20tidak\x20tersedia.'},'clipboard':{'crossWorkbookUnsupported':_0x31e187(0x126)},'chart':{'pivotChartButtons':_0x31e187(0x139),'showFieldButtons':_0x31e187(0x127),'showExpandCollapseButtons':_0x31e187(0x148),'chartStyle':_0x31e187(0x131),'chartAndAxisTitles':_0x31e187(0x14a),'series':_0x31e187(0x13d),'lineAndArea':_0x31e187(0x142),'indicatorLine':'Garis\x20indikator','trendline':_0x31e187(0x12c),'pie':_0x31e187(0x13f),'legend':_0x31e187(0x13b),'horizontalAxis':'Sumbu\x20horizontal','verticalAxis':'Sumbu\x20vertikal','rightVerticalAxis':'Sumbu\x20vertikal\x20kanan','gridlinesAndTicks':_0x31e187(0x134),'pieSeriesLimit':'Varian\x20bagan\x20pai\x20hanya\x20menggunakan\x20seri\x20pertama.\x20Hapus\x20seri\x20tambahan\x20atau\x20gunakan\x20bagan\x20donat\x20untuk\x20menampilkan\x20beberapa\x20cincin.'}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x39c6f5=_0x5e66;function _0x3014(){const _0x495eab=['Inserisci\x20tabella\x20pivot\x20e\x20grafico\x20pivot','Inserisci\x20solo\x20grafico\x20pivot','Comprimi\x20fino\x20a\x20«{0}»','Legenda\x20(serie)','Grafico\x20a\x20torta','14505qxPWyc','193EooSCZ','Espandi','Pulsanti\x20del\x20grafico\x20pivot','Filtri','Asse\x20orizzontale','Asse\x20verticale\x20destro','3074KJrRyt','Linea\x20di\x20tendenza','Σ\x20Valori','23208ZyBDSb','Asse\x20verticale','7KNJzdp','Linea\x20indicatore','Linee\x20griglia\x20e\x20segni\x20di\x20graduazione','Configurazione\x20campi','Campi','Grafico\x20pivot','2943222HBQizR','Asse\x20(categorie)','1808240gckLGS','Espandi\x20fino\x20a\x20«{0}»','Editor\x20grafico\x20pivot','Legenda','Valori','10XwoyTE','I\x20dati\x20del\x20grafico\x20pivot\x20non\x20sono\x20disponibili.','Comprimi\x20intero\x20campo','Titoli\x20grafico\x20e\x20assi','704gdaMIr','Le\x20varianti\x20del\x20grafico\x20a\x20torta\x20utilizzano\x20solo\x20la\x20prima\x20serie.\x20Rimuovi\x20le\x20serie\x20aggiuntive\x20o\x20usa\x20un\x20grafico\x20ad\x20anello\x20con\x20più\x20anelli.','Non\x20è\x20ancora\x20possibile\x20incollare\x20grafici\x20pivot\x20tra\x20cartelle\x20di\x20lavoro.','416hTfLMD','Serie','Cerca\x20campi','3389643zGKWyF','Comprimi','Trascina\x20qui\x20i\x20campi','287337ToBAmt'];_0x3014=function(){return _0x495eab;};return _0x3014();}(function(_0x69f258,_0x5924a0){const _0x9d972a=_0x5e66,_0x2ba13e=_0x69f258();while(!![]){try{const _0x36eb33=parseInt(_0x9d972a(0x1d7))/0x1*(-parseInt(_0x9d972a(0x1dd))/0x2)+parseInt(_0x9d972a(0x1d0))/0x3+-parseInt(_0x9d972a(0x1ca))/0x4*(-parseInt(_0x9d972a(0x1d6))/0x5)+-parseInt(_0x9d972a(0x1bc))/0x6*(-parseInt(_0x9d972a(0x1b6))/0x7)+parseInt(_0x9d972a(0x1be))/0x8+-parseInt(_0x9d972a(0x1cd))/0x9*(parseInt(_0x9d972a(0x1c3))/0xa)+parseInt(_0x9d972a(0x1c7))/0xb*(-parseInt(_0x9d972a(0x1e0))/0xc);if(_0x36eb33===_0x5924a0)break;else _0x2ba13e['push'](_0x2ba13e['shift']());}catch(_0x499918){_0x2ba13e['push'](_0x2ba13e['shift']());}}}(_0x3014,0x4d64e));const e={'sheets-pivot-chart-ui':{'title':_0x39c6f5(0x1c0),'insert':_0x39c6f5(0x1bb),'insertOptions':{'withPivotTable':_0x39c6f5(0x1d1),'chartOnly':_0x39c6f5(0x1d2)},'interaction':{'expandCollapse':'Espandi/Comprimi','expandField':'Espandi\x20intero\x20campo','collapseField':_0x39c6f5(0x1c5),'expandTo':_0x39c6f5(0x1bf),'collapseTo':_0x39c6f5(0x1d3),'expand':_0x39c6f5(0x1d8),'collapse':_0x39c6f5(0x1ce)},'tabs':{'fields':_0x39c6f5(0x1b9),'chart':'Configurazione\x20grafico'},'fields':{'sourceFields':_0x39c6f5(0x1ba),'searchFields':_0x39c6f5(0x1cc),'filters':_0x39c6f5(0x1da),'legend':_0x39c6f5(0x1d4),'axis':_0x39c6f5(0x1bd),'values':_0x39c6f5(0x1c2),'multipleValues':_0x39c6f5(0x1df),'dropFieldsHere':_0x39c6f5(0x1cf),'removeField':'Rimuovi\x20campo'},'empty':{'unavailable':_0x39c6f5(0x1c4)},'clipboard':{'crossWorkbookUnsupported':_0x39c6f5(0x1c9)},'chart':{'pivotChartButtons':_0x39c6f5(0x1d9),'showFieldButtons':'Mostra\x20pulsanti\x20campo','showExpandCollapseButtons':'Mostra\x20pulsanti\x20espandi/comprimi','chartStyle':'Stile\x20grafico','chartAndAxisTitles':_0x39c6f5(0x1c6),'series':_0x39c6f5(0x1cb),'lineAndArea':'Grafico\x20a\x20linee\x20/\x20Grafico\x20ad\x20area','indicatorLine':_0x39c6f5(0x1b7),'trendline':_0x39c6f5(0x1de),'pie':_0x39c6f5(0x1d5),'legend':_0x39c6f5(0x1c1),'horizontalAxis':_0x39c6f5(0x1db),'verticalAxis':_0x39c6f5(0x1e1),'rightVerticalAxis':_0x39c6f5(0x1dc),'gridlinesAndTicks':_0x39c6f5(0x1b8),'pieSeriesLimit':_0x39c6f5(0x1c8)}}};function _0x5e66(_0xe5f1fd,_0x5966db){_0xe5f1fd=_0xe5f1fd-0x1b6;const _0x301461=_0x3014();let _0x5e66ce=_0x301461[_0xe5f1fd];return _0x5e66ce;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x45f1(){const _0x2f0f42=['フィルター','105254YFLlKj','フィールドを検索','フィールドボタンを表示','グラフのスタイル','凡例(系列)','ピボットグラフ','ピボットグラフのみを挿入','502072MYgFlU','円グラフ','Σ\x20値','「{0}」まで展開','2SHUJYO','344883vOnjHR','85850UmQVjp','目盛線と目盛','グラフと軸のタイトル','フィールドを削除','111118AvRZrz','フィールドをここにドラッグ','グラフの設定','72bhZmIF','538568wCGPKD','ピボットテーブルとピボットグラフを挿入','ピボットグラフのデータを利用できません。','フィールド','フィールドの設定','近似曲線','フィールド全体を折りたたむ','9zNvDyj','ピボットグラフ\x20エディター','8633090bEIEnR','折れ線グラフ\x20/\x20面グラフ','ピボットグラフのボタン'];_0x45f1=function(){return _0x2f0f42;};return _0x45f1();}function _0x1628(_0x5ae261,_0x4c318b){_0x5ae261=_0x5ae261-0x11e;const _0x45f1fe=_0x45f1();let _0x162867=_0x45f1fe[_0x5ae261];return _0x162867;}const _0x230109=_0x1628;(function(_0x52d97e,_0x57f575){const _0x19119b=_0x1628,_0x41133b=_0x52d97e();while(!![]){try{const _0xaa20a3=-parseInt(_0x19119b(0x131))/0x1*(parseInt(_0x19119b(0x126))/0x2)+-parseInt(_0x19119b(0x132))/0x3+-parseInt(_0x19119b(0x12d))/0x4+-parseInt(_0x19119b(0x133))/0x5+parseInt(_0x19119b(0x13a))/0x6*(-parseInt(_0x19119b(0x137))/0x7)+-parseInt(_0x19119b(0x13b))/0x8+parseInt(_0x19119b(0x120))/0x9*(parseInt(_0x19119b(0x122))/0xa);if(_0xaa20a3===_0x57f575)break;else _0x41133b['push'](_0x41133b['shift']());}catch(_0x12e66b){_0x41133b['push'](_0x41133b['shift']());}}}(_0x45f1,0x3b3a5));const e={'sheets-pivot-chart-ui':{'title':_0x230109(0x121),'insert':_0x230109(0x12b),'insertOptions':{'withPivotTable':_0x230109(0x13c),'chartOnly':_0x230109(0x12c)},'interaction':{'expandCollapse':'展開/折りたたみ','expandField':'フィールド全体を展開','collapseField':_0x230109(0x11f),'expandTo':_0x230109(0x130),'collapseTo':'「{0}」まで折りたたむ','expand':'展開','collapse':'折りたたみ'},'tabs':{'fields':_0x230109(0x13f),'chart':_0x230109(0x139)},'fields':{'sourceFields':_0x230109(0x13e),'searchFields':_0x230109(0x127),'filters':_0x230109(0x125),'legend':_0x230109(0x12a),'axis':'軸(カテゴリ)','values':'値','multipleValues':_0x230109(0x12f),'dropFieldsHere':_0x230109(0x138),'removeField':_0x230109(0x136)},'empty':{'unavailable':_0x230109(0x13d)},'clipboard':{'crossWorkbookUnsupported':'ピボットグラフをブック間で貼り付けることはまだできません。'},'chart':{'pivotChartButtons':_0x230109(0x124),'showFieldButtons':_0x230109(0x128),'showExpandCollapseButtons':'展開/折りたたみボタンを表示','chartStyle':_0x230109(0x129),'chartAndAxisTitles':_0x230109(0x135),'series':'系列','lineAndArea':_0x230109(0x123),'indicatorLine':'指標線','trendline':_0x230109(0x11e),'pie':_0x230109(0x12e),'legend':'凡例','horizontalAxis':'横軸','verticalAxis':'縦軸','rightVerticalAxis':'右縦軸','gridlinesAndTicks':_0x230109(0x134),'pieSeriesLimit':'円グラフの各形式では最初の系列だけを使用します。余分な系列を削除するか、複数リングのドーナツグラフを使用してください。'}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2620a5=_0x14e0;(function(_0x390900,_0x4c8caa){const _0xc70d63=_0x14e0,_0xe66526=_0x390900();while(!![]){try{const _0x27e940=-parseInt(_0xc70d63(0xeb))/0x1*(-parseInt(_0xc70d63(0xd0))/0x2)+parseInt(_0xc70d63(0xde))/0x3*(-parseInt(_0xc70d63(0xe1))/0x4)+-parseInt(_0xc70d63(0xe8))/0x5+parseInt(_0xc70d63(0xdc))/0x6*(-parseInt(_0xc70d63(0xef))/0x7)+parseInt(_0xc70d63(0xe0))/0x8*(-parseInt(_0xc70d63(0xd5))/0x9)+-parseInt(_0xc70d63(0xe2))/0xa+parseInt(_0xc70d63(0xdd))/0xb;if(_0x27e940===_0x4c8caa)break;else _0xe66526['push'](_0xe66526['shift']());}catch(_0x5c81f9){_0xe66526['push'](_0xe66526['shift']());}}}(_0x1b84,0x59eca));const e={'sheets-pivot-chart-ui':{'title':'피벗\x20차트\x20편집기','insert':_0x2620a5(0xea),'insertOptions':{'withPivotTable':_0x2620a5(0xd7),'chartOnly':_0x2620a5(0xf0)},'interaction':{'expandCollapse':_0x2620a5(0xe9),'expandField':'전체\x20필드\x20확장','collapseField':_0x2620a5(0xf2),'expandTo':_0x2620a5(0xcf),'collapseTo':_0x2620a5(0xf3),'expand':'확장','collapse':'축소'},'tabs':{'fields':_0x2620a5(0xe7),'chart':_0x2620a5(0xdb)},'fields':{'sourceFields':'필드','searchFields':_0x2620a5(0xee),'filters':'필터','legend':_0x2620a5(0xe4),'axis':_0x2620a5(0xed),'values':'값','multipleValues':_0x2620a5(0xf1),'dropFieldsHere':_0x2620a5(0xd3),'removeField':_0x2620a5(0xd9)},'empty':{'unavailable':_0x2620a5(0xe5)},'clipboard':{'crossWorkbookUnsupported':_0x2620a5(0xd4)},'chart':{'pivotChartButtons':'피벗\x20차트\x20단추','showFieldButtons':_0x2620a5(0xd1),'showExpandCollapseButtons':_0x2620a5(0xd6),'chartStyle':_0x2620a5(0xdf),'chartAndAxisTitles':_0x2620a5(0xf4),'series':'계열','lineAndArea':'꺾은선형\x20/\x20영역형','indicatorLine':_0x2620a5(0xec),'trendline':_0x2620a5(0xd2),'pie':_0x2620a5(0xf5),'legend':'범례','horizontalAxis':_0x2620a5(0xd8),'verticalAxis':_0x2620a5(0xe3),'rightVerticalAxis':_0x2620a5(0xce),'gridlinesAndTicks':_0x2620a5(0xda),'pieSeriesLimit':_0x2620a5(0xe6)}}};function _0x14e0(_0x1bebf0,_0xc7ec01){_0x1bebf0=_0x1bebf0-0xce;const _0x1b844d=_0x1b84();let _0x14e0ed=_0x1b844d[_0x1bebf0];return _0x14e0ed;}export{e as default};function _0x1b84(){const _0x1af6a0=['전체\x20필드\x20축소','“{0}”까지\x20축소','차트\x20및\x20축\x20제목','원형\x20차트','오른쪽\x20세로축','“{0}”까지\x20확장','6842hWtKkM','필드\x20단추\x20표시','추세선','여기로\x20필드\x20끌기','피벗\x20차트를\x20통합\x20문서\x20간에\x20붙여넣는\x20기능은\x20아직\x20지원되지\x20않습니다.','360zRLRba','확장/축소\x20단추\x20표시','피벗\x20테이블\x20및\x20피벗\x20차트\x20삽입','가로축','필드\x20제거','눈금선\x20및\x20눈금','차트\x20구성','49596IOlGJy','13287560HwOJBM','367017YEQyTE','차트\x20스타일','19472qYGwIT','4uPnqjY','5675230lIoNHc','세로축','범례(계열)','피벗\x20차트\x20데이터를\x20사용할\x20수\x20없습니다.','원형\x20차트\x20유형은\x20첫\x20번째\x20계열만\x20사용합니다.\x20추가\x20계열을\x20제거하거나\x20여러\x20링을\x20표시하려면\x20도넛\x20차트를\x20사용하세요.','필드\x20구성','1545000XFLwyh','확장/축소','피벗\x20차트','104KkITaM','지표\x20선','축(범주)','필드\x20검색','84agIaUj','피벗\x20차트만\x20삽입','Σ\x20값'];_0x1b84=function(){return _0x1af6a0;};return _0x1b84();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x4d0e3c=_0x1c7d;function _0x1c7d(_0xb7790e,_0x1c7e25){_0xb7790e=_0xb7790e-0xd8;const _0x59ffb6=_0x59ff();let _0x1c7daa=_0x59ffb6[_0xb7790e];return _0x1c7daa;}(function(_0x3b62d2,_0x4ea2e){const _0x81a363=_0x1c7d,_0x45b9ef=_0x3b62d2();while(!![]){try{const _0x4570b3=parseInt(_0x81a363(0xe5))/0x1+parseInt(_0x81a363(0xf8))/0x2*(-parseInt(_0x81a363(0xf0))/0x3)+-parseInt(_0x81a363(0xd9))/0x4+-parseInt(_0x81a363(0xf9))/0x5*(-parseInt(_0x81a363(0xf4))/0x6)+parseInt(_0x81a363(0xe1))/0x7+parseInt(_0x81a363(0xe4))/0x8+parseInt(_0x81a363(0xdb))/0x9*(-parseInt(_0x81a363(0xe0))/0xa);if(_0x4570b3===_0x4ea2e)break;else _0x45b9ef['push'](_0x45b9ef['shift']());}catch(_0x1669f4){_0x45b9ef['push'](_0x45b9ef['shift']());}}}(_0x59ff,0x78a08));const e={'sheets-pivot-chart-ui':{'title':'Edytor\x20wykresu\x20przestawnego','insert':_0x4d0e3c(0xfb),'insertOptions':{'withPivotTable':_0x4d0e3c(0xfa),'chartOnly':'Wstaw\x20tylko\x20wykres\x20przestawny'},'interaction':{'expandCollapse':_0x4d0e3c(0xde),'expandField':_0x4d0e3c(0xd8),'collapseField':_0x4d0e3c(0xf1),'expandTo':_0x4d0e3c(0xe9),'collapseTo':_0x4d0e3c(0xe7),'expand':'Rozwiń','collapse':_0x4d0e3c(0xf5)},'tabs':{'fields':'Konfiguracja\x20pól','chart':'Konfiguracja\x20wykresu'},'fields':{'sourceFields':_0x4d0e3c(0xf6),'searchFields':_0x4d0e3c(0xed),'filters':_0x4d0e3c(0xef),'legend':_0x4d0e3c(0xf7),'axis':_0x4d0e3c(0xe8),'values':_0x4d0e3c(0xdf),'multipleValues':_0x4d0e3c(0xe2),'dropFieldsHere':'Przeciągnij\x20pola\x20tutaj','removeField':_0x4d0e3c(0xe3)},'empty':{'unavailable':_0x4d0e3c(0xec)},'clipboard':{'crossWorkbookUnsupported':_0x4d0e3c(0xf2)},'chart':{'pivotChartButtons':'Przyciski\x20wykresu\x20przestawnego','showFieldButtons':_0x4d0e3c(0xee),'showExpandCollapseButtons':_0x4d0e3c(0xeb),'chartStyle':'Styl\x20wykresu','chartAndAxisTitles':_0x4d0e3c(0xda),'series':_0x4d0e3c(0xdc),'lineAndArea':_0x4d0e3c(0xe6),'indicatorLine':_0x4d0e3c(0xea),'trendline':'Linia\x20trendu','pie':'Wykres\x20kołowy','legend':_0x4d0e3c(0xdd),'horizontalAxis':'Oś\x20pozioma','verticalAxis':'Oś\x20pionowa','rightVerticalAxis':'Prawa\x20oś\x20pionowa','gridlinesAndTicks':_0x4d0e3c(0xf3),'pieSeriesLimit':'Warianty\x20wykresu\x20kołowego\x20używają\x20tylko\x20pierwszej\x20serii.\x20Usuń\x20dodatkowe\x20serie\x20lub\x20użyj\x20wykresu\x20pierścieniowego\x20z\x20wieloma\x20pierścieniami.'}}};function _0x59ff(){const _0x15175d=['Wklejanie\x20wykresów\x20przestawnych\x20między\x20skoroszytami\x20nie\x20jest\x20jeszcze\x20obsługiwane.','Linie\x20siatki\x20i\x20znaczniki','12bYzvjl','Zwiń','Pola','Legenda\x20(serie)','186rNsvQK','1293120bKLRFq','Wstaw\x20tabelę\x20przestawną\x20i\x20wykres\x20przestawny','Wykres\x20przestawny','Rozwiń\x20całe\x20pole','3122308kZZcTg','Tytuły\x20wykresu\x20i\x20osi','123426VOpRGq','Seria','Legenda','Rozwiń/Zwiń','Wartości','110lNOTmO','291809epwoMm','Σ\x20Wartości','Usuń\x20pole','7199480WISmAC','718368vqdrKj','Wykres\x20liniowy\x20/\x20Wykres\x20obszarowy','Zwiń\x20do\x20„{0}”','Oś\x20(kategorie)','Rozwiń\x20do\x20„{0}”','Linia\x20wskaźnika','Pokaż\x20przyciski\x20rozwijania/zwijania','Dane\x20wykresu\x20przestawnego\x20są\x20niedostępne.','Szukaj\x20pól','Pokaż\x20przyciski\x20pól','Filtry','24249gHBTPv','Zwiń\x20całe\x20pole'];_0x59ff=function(){return _0x15175d;};return _0x59ff();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x29c07c=_0x9dc3;function _0x9dc3(_0x50a183,_0x13d023){_0x50a183=_0x50a183-0x1a6;const _0x4e5d51=_0x4e5d();let _0x9dc32a=_0x4e5d51[_0x50a183];return _0x9dc32a;}(function(_0x30e785,_0x54fee8){const _0x9c4905=_0x9dc3,_0x3b52a3=_0x30e785();while(!![]){try{const _0x462500=-parseInt(_0x9c4905(0x1c1))/0x1+parseInt(_0x9c4905(0x1bf))/0x2+-parseInt(_0x9c4905(0x1c0))/0x3*(-parseInt(_0x9c4905(0x1a9))/0x4)+-parseInt(_0x9c4905(0x1b1))/0x5+parseInt(_0x9c4905(0x1bb))/0x6*(parseInt(_0x9c4905(0x1a7))/0x7)+parseInt(_0x9c4905(0x1c2))/0x8*(parseInt(_0x9c4905(0x1b4))/0x9)+-parseInt(_0x9c4905(0x1c5))/0xa;if(_0x462500===_0x54fee8)break;else _0x3b52a3['push'](_0x3b52a3['shift']());}catch(_0x50213a){_0x3b52a3['push'](_0x3b52a3['shift']());}}}(_0x4e5d,0xe80bb));const e={'sheets-pivot-chart-ui':{'title':_0x29c07c(0x1cb),'insert':_0x29c07c(0x1a8),'insertOptions':{'withPivotTable':_0x29c07c(0x1cc),'chartOnly':_0x29c07c(0x1ca)},'interaction':{'expandCollapse':_0x29c07c(0x1b5),'expandField':_0x29c07c(0x1ac),'collapseField':_0x29c07c(0x1c4),'expandTo':_0x29c07c(0x1c9),'collapseTo':_0x29c07c(0x1bd),'expand':_0x29c07c(0x1b8),'collapse':_0x29c07c(0x1b6)},'tabs':{'fields':_0x29c07c(0x1cd),'chart':'Configuração\x20do\x20gráfico'},'fields':{'sourceFields':_0x29c07c(0x1c7),'searchFields':_0x29c07c(0x1ce),'filters':_0x29c07c(0x1aa),'legend':_0x29c07c(0x1c3),'axis':_0x29c07c(0x1b3),'values':_0x29c07c(0x1cf),'multipleValues':'Σ\x20Valores','dropFieldsHere':_0x29c07c(0x1b0),'removeField':_0x29c07c(0x1ae)},'empty':{'unavailable':_0x29c07c(0x1d1)},'clipboard':{'crossWorkbookUnsupported':_0x29c07c(0x1be)},'chart':{'pivotChartButtons':'Botões\x20do\x20gráfico\x20dinâmico','showFieldButtons':_0x29c07c(0x1ba),'showExpandCollapseButtons':_0x29c07c(0x1bc),'chartStyle':_0x29c07c(0x1ad),'chartAndAxisTitles':_0x29c07c(0x1b2),'series':_0x29c07c(0x1c8),'lineAndArea':_0x29c07c(0x1d0),'indicatorLine':'Linha\x20indicadora','trendline':_0x29c07c(0x1b9),'pie':'Gráfico\x20de\x20pizza','legend':_0x29c07c(0x1b7),'horizontalAxis':_0x29c07c(0x1af),'verticalAxis':_0x29c07c(0x1c6),'rightVerticalAxis':'Eixo\x20vertical\x20direito','gridlinesAndTicks':_0x29c07c(0x1a6),'pieSeriesLimit':_0x29c07c(0x1ab)}}};export{e as default};function _0x4e5d(){const _0xe5aa88=['403578OnzEgN','296ptgeqk','Legenda\x20(séries)','Recolher\x20campo\x20inteiro','22389930sGahOK','Eixo\x20vertical','Campos','Série','Expandir\x20até\x20“{0}”','Inserir\x20apenas\x20gráfico\x20dinâmico','Editor\x20de\x20gráfico\x20dinâmico','Inserir\x20tabela\x20dinâmica\x20e\x20gráfico\x20dinâmico','Configuração\x20de\x20campos','Pesquisar\x20campos','Valores','Gráfico\x20de\x20linha\x20/\x20Gráfico\x20de\x20área','Os\x20dados\x20do\x20gráfico\x20dinâmico\x20não\x20estão\x20disponíveis.','Linhas\x20de\x20grade\x20e\x20marcas','7433888GvjSAM','Gráfico\x20dinâmico','4740364nuBhEF','Filtros','As\x20variantes\x20de\x20gráfico\x20de\x20pizza\x20usam\x20apenas\x20a\x20primeira\x20série.\x20Remova\x20séries\x20adicionais\x20ou\x20use\x20um\x20gráfico\x20de\x20rosca\x20com\x20vários\x20anéis.','Expandir\x20campo\x20inteiro','Estilo\x20do\x20gráfico','Remover\x20campo','Eixo\x20horizontal','Arraste\x20os\x20campos\x20para\x20cá','411665audkox','Títulos\x20do\x20gráfico\x20e\x20dos\x20eixos','Eixo\x20(categorias)','48393QDeCwX','Expandir/Recolher','Recolher','Legenda','Expandir','Linha\x20de\x20tendência','Mostrar\x20botões\x20de\x20campo','6yCSZVl','Mostrar\x20botões\x20de\x20expandir/recolher','Recolher\x20até\x20“{0}”','Ainda\x20não\x20é\x20possível\x20colar\x20gráficos\x20dinâmicos\x20entre\x20pastas\x20de\x20trabalho.','2458678gmnLQd','3kCcJEK'];_0x4e5d=function(){return _0xe5aa88;};return _0x4e5d();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1ecd17=_0x9600;function _0x9600(_0x3b88a2,_0x17410d){_0x3b88a2=_0x3b88a2-0x1a3;const _0x22b996=_0x22b9();let _0x9600a9=_0x22b996[_0x3b88a2];return _0x9600a9;}(function(_0x59454c,_0x50b0c5){const _0x43ee82=_0x9600,_0xfc2ebd=_0x59454c();while(!![]){try{const _0x45344e=parseInt(_0x43ee82(0x1bc))/0x1*(parseInt(_0x43ee82(0x1ca))/0x2)+parseInt(_0x43ee82(0x1c4))/0x3*(-parseInt(_0x43ee82(0x1cc))/0x4)+parseInt(_0x43ee82(0x1c6))/0x5+parseInt(_0x43ee82(0x1be))/0x6+-parseInt(_0x43ee82(0x1ba))/0x7*(-parseInt(_0x43ee82(0x1c7))/0x8)+parseInt(_0x43ee82(0x1bf))/0x9*(parseInt(_0x43ee82(0x1cd))/0xa)+parseInt(_0x43ee82(0x1a7))/0xb*(-parseInt(_0x43ee82(0x1b3))/0xc);if(_0x45344e===_0x50b0c5)break;else _0xfc2ebd['push'](_0xfc2ebd['shift']());}catch(_0x33825f){_0xfc2ebd['push'](_0xfc2ebd['shift']());}}}(_0x22b9,0xd6b02));function _0x22b9(){const _0x39c337=['Настройка\x20диаграммы','300224btWfwJ','Редактор\x20сводной\x20диаграммы','484590OaYsGQ','9bHjfuS','Свернуть\x20до\x20«{0}»','Настройка\x20полей','Линейный\x20график\x20/\x20Областной\x20график','Ряд\x20данных','3viHSOw','Линия\x20индикатора','6867775IYZKil','7875328Dhehri','Кнопки\x20сводной\x20диаграммы','Круговая\x20диаграмма','8qWGrpl','Развернуть\x20всё\x20поле','387892LeALdo','4939310YURMrI','Поля','Линия\x20тренда','Вставить\x20только\x20сводную\x20диаграмму','Развернуть','Вставить\x20сводную\x20таблицу\x20и\x20сводную\x20диаграмму','Σ\x20Значения','Свернуть','122287XiJIah','Сводная\x20диаграмма','Вставка\x20сводных\x20диаграмм\x20между\x20книгами\x20пока\x20не\x20поддерживается.','Горизонтальная\x20ось','Вертикальная\x20ось','Удалить\x20поле','Правая\x20вертикальная\x20ось','Показывать\x20кнопки\x20полей','Заголовки\x20диаграммы\x20и\x20осей','Фильтры','Перетащите\x20поля\x20сюда','Значения','3408FWqtnt','Линии\x20сетки\x20и\x20метки','Легенда','Данные\x20сводной\x20диаграммы\x20недоступны.','Варианты\x20круговой\x20диаграммы\x20используют\x20только\x20первый\x20ряд.\x20Удалите\x20дополнительные\x20ряды\x20или\x20используйте\x20кольцевую\x20диаграмму\x20с\x20несколькими\x20кольцами.','Ось\x20(категории)','Поиск\x20полей','7CuCnkL'];_0x22b9=function(){return _0x39c337;};return _0x22b9();}const e={'sheets-pivot-chart-ui':{'title':_0x1ecd17(0x1bd),'insert':_0x1ecd17(0x1a8),'insertOptions':{'withPivotTable':_0x1ecd17(0x1a4),'chartOnly':_0x1ecd17(0x1d0)},'interaction':{'expandCollapse':'Развернуть/Свернуть','expandField':_0x1ecd17(0x1cb),'collapseField':'Свернуть\x20всё\x20поле','expandTo':'Развернуть\x20до\x20«{0}»','collapseTo':_0x1ecd17(0x1c0),'expand':_0x1ecd17(0x1a3),'collapse':_0x1ecd17(0x1a6)},'tabs':{'fields':_0x1ecd17(0x1c1),'chart':_0x1ecd17(0x1bb)},'fields':{'sourceFields':_0x1ecd17(0x1ce),'searchFields':_0x1ecd17(0x1b9),'filters':_0x1ecd17(0x1b0),'legend':'Легенда\x20(ряды\x20данных)','axis':_0x1ecd17(0x1b8),'values':_0x1ecd17(0x1b2),'multipleValues':_0x1ecd17(0x1a5),'dropFieldsHere':_0x1ecd17(0x1b1),'removeField':_0x1ecd17(0x1ac)},'empty':{'unavailable':_0x1ecd17(0x1b6)},'clipboard':{'crossWorkbookUnsupported':_0x1ecd17(0x1a9)},'chart':{'pivotChartButtons':_0x1ecd17(0x1c8),'showFieldButtons':_0x1ecd17(0x1ae),'showExpandCollapseButtons':'Показывать\x20кнопки\x20развернуть/свернуть','chartStyle':'Стиль\x20диаграммы','chartAndAxisTitles':_0x1ecd17(0x1af),'series':_0x1ecd17(0x1c3),'lineAndArea':_0x1ecd17(0x1c2),'indicatorLine':_0x1ecd17(0x1c5),'trendline':_0x1ecd17(0x1cf),'pie':_0x1ecd17(0x1c9),'legend':_0x1ecd17(0x1b5),'horizontalAxis':_0x1ecd17(0x1aa),'verticalAxis':_0x1ecd17(0x1ab),'rightVerticalAxis':_0x1ecd17(0x1ad),'gridlinesAndTicks':_0x1ecd17(0x1b4),'pieSeriesLimit':_0x1ecd17(0x1b7)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x50a7d0=_0x4ac4;(function(_0x3fb589,_0x4437ec){const _0x55dfbb=_0x4ac4,_0x3f3f65=_0x3fb589();while(!![]){try{const _0xe2dd2c=-parseInt(_0x55dfbb(0xee))/0x1+-parseInt(_0x55dfbb(0xe8))/0x2*(parseInt(_0x55dfbb(0xef))/0x3)+-parseInt(_0x55dfbb(0xec))/0x4*(parseInt(_0x55dfbb(0xf3))/0x5)+parseInt(_0x55dfbb(0xda))/0x6*(-parseInt(_0x55dfbb(0xe2))/0x7)+-parseInt(_0x55dfbb(0xfa))/0x8*(parseInt(_0x55dfbb(0xdc))/0x9)+parseInt(_0x55dfbb(0xe5))/0xa+parseInt(_0x55dfbb(0xe4))/0xb;if(_0xe2dd2c===_0x4437ec)break;else _0x3f3f65['push'](_0x3f3f65['shift']());}catch(_0x439f4e){_0x3f3f65['push'](_0x3f3f65['shift']());}}}(_0x25f5,0x25609));const e={'sheets-pivot-chart-ui':{'title':'Editor\x20kontingenčného\x20grafu','insert':_0x50a7d0(0xf5),'insertOptions':{'withPivotTable':_0x50a7d0(0xfb),'chartOnly':_0x50a7d0(0xdf)},'interaction':{'expandCollapse':'Rozbaliť/Zbaliť','expandField':_0x50a7d0(0xe7),'collapseField':'Zbaliť\x20celé\x20pole','expandTo':'Rozbaliť\x20po\x20„{0}“','collapseTo':'Zbaliť\x20po\x20„{0}“','expand':_0x50a7d0(0xe0),'collapse':_0x50a7d0(0xd9)},'tabs':{'fields':'Konfigurácia\x20polí','chart':_0x50a7d0(0xf0)},'fields':{'sourceFields':'Polia','searchFields':_0x50a7d0(0xf2),'filters':'Filtre','legend':'Legenda\x20(série)','axis':_0x50a7d0(0xe6),'values':_0x50a7d0(0xf8),'multipleValues':_0x50a7d0(0xea),'dropFieldsHere':'Potiahnite\x20polia\x20sem','removeField':_0x50a7d0(0xdd)},'empty':{'unavailable':_0x50a7d0(0xf4)},'clipboard':{'crossWorkbookUnsupported':_0x50a7d0(0xf7)},'chart':{'pivotChartButtons':'Tlačidlá\x20kontingenčného\x20grafu','showFieldButtons':_0x50a7d0(0xf9),'showExpandCollapseButtons':_0x50a7d0(0xde),'chartStyle':_0x50a7d0(0xe9),'chartAndAxisTitles':'Názvy\x20grafu\x20a\x20osí','series':_0x50a7d0(0xe3),'lineAndArea':_0x50a7d0(0xeb),'indicatorLine':_0x50a7d0(0xe1),'trendline':_0x50a7d0(0xdb),'pie':'Koláčový\x20graf','legend':'Legenda','horizontalAxis':_0x50a7d0(0xf1),'verticalAxis':_0x50a7d0(0xd8),'rightVerticalAxis':_0x50a7d0(0xf6),'gridlinesAndTicks':_0x50a7d0(0xed),'pieSeriesLimit':'Varianty\x20koláčového\x20grafu\x20používajú\x20iba\x20prvý\x20rad.\x20Odstráňte\x20ďalšie\x20rady\x20alebo\x20použite\x20prstencový\x20graf\x20s\x20viacerými\x20prstencami.'}}};function _0x25f5(){const _0xe06c59=['Σ\x20hodnoty','Čiarový\x20graf\x20/\x20Plošný\x20graf','4PPLFAY','Mriežka\x20a\x20značky','1647LStSSh','3bTFlsX','Konfigurácia\x20grafu','Vodorovná\x20os','Hľadať\x20polia','683160GgmiZC','Údaje\x20kontingenčného\x20grafu\x20nie\x20sú\x20k\x20dispozícii.','Kontingenčný\x20graf','Pravá\x20vertikálna\x20os','Prilepenie\x20kontingenčných\x20grafov\x20medzi\x20zošitmi\x20zatiaľ\x20nie\x20je\x20podporované.','Hodnoty','Zobraziť\x20tlačidlá\x20polí','8FjDsbA','Vložiť\x20kontingenčnú\x20tabuľku\x20a\x20kontingenčný\x20graf','Vertikálna\x20os','Zbaliť','3378UnQgLt','Trendová\x20čiara','2360133sGWZZt','Odstrániť\x20pole','Zobraziť\x20tlačidlá\x20rozbaliť/zbaliť','Vložiť\x20iba\x20kontingenčný\x20graf','Rozbaliť','Indikačná\x20čiara','21WDRtmz','Séria','7413989AjEQOp','601340ySbeVe','Os\x20(kategórie)','Rozbaliť\x20celé\x20pole','357662ghNXGp','Štýl\x20grafu'];_0x25f5=function(){return _0xe06c59;};return _0x25f5();}function _0x4ac4(_0x5cac4d,_0x56e5b5){_0x5cac4d=_0x5cac4d-0xd8;const _0x25f59e=_0x25f5();let _0x4ac49f=_0x25f59e[_0x5cac4d];return _0x4ac49f;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3e181c=_0x5561;function _0x5561(_0x187cf8,_0x1fba47){_0x187cf8=_0x187cf8-0xc6;const _0xce93b0=_0xce93();let _0x5561ef=_0xce93b0[_0x187cf8];return _0x5561ef;}function _0xce93(){const _0x507409=['Chú\x20giải','Trục\x20dọc\x20bên\x20phải','Mở\x20rộng','Xóa\x20trường','Chèn\x20bảng\x20Pivot\x20và\x20biểu\x20đồ\x20Pivot','12SXxoda','Trường','Dữ\x20liệu\x20biểu\x20đồ\x20Pivot\x20không\x20khả\x20dụng.','Kéo\x20trường\x20vào\x20đây','Thu\x20gọn\x20đến\x20“{0}”','Σ\x20Giá\x20trị','47036lqxTNk','Chú\x20giải\x20(chuỗi\x20dữ\x20liệu)','Trục\x20ngang','Tìm\x20kiếm\x20trường','Chưa\x20hỗ\x20trợ\x20dán\x20biểu\x20đồ\x20tổng\x20hợp\x20giữa\x20các\x20sổ\x20làm\x20việc.','Nút\x20biểu\x20đồ\x20xoay','431832DvBmZw','1058060kqlyPI','2157232ZIekiN','Trục\x20dọc','Chỉ\x20chèn\x20biểu\x20đồ\x20Pivot','16xKLMCJ','Các\x20biến\x20thể\x20biểu\x20đồ\x20tròn\x20chỉ\x20dùng\x20chuỗi\x20đầu\x20tiên.\x20Hãy\x20xóa\x20chuỗi\x20bổ\x20sung\x20hoặc\x20dùng\x20biểu\x20đồ\x20vành\x20khuyên\x20để\x20hiển\x20thị\x20nhiều\x20vòng.','Kiểu\x20biểu\x20đồ','Cấu\x20hình\x20biểu\x20đồ','6810522mbCjBx','Hiển\x20thị\x20nút\x20trường','Biểu\x20đồ\x20đường\x20/\x20Biểu\x20đồ\x20diện\x20tích','Trình\x20chỉnh\x20sửa\x20biểu\x20đồ\x20Pivot','Cấu\x20hình\x20trường','Mở\x20rộng\x20đến\x20“{0}”','Hiển\x20thị\x20nút\x20mở\x20rộng/thu\x20gọn','1700740agQjlE','Tiêu\x20đề\x20biểu\x20đồ\x20và\x20trục','Đường\x20lưới\x20và\x20dấu','Chuỗi\x20dữ\x20liệu','Đường\x20xu\x20hướng','Biểu\x20đồ\x20tròn','1716239RApWXX','5zcxbnu','63SNIpwx','Giá\x20trị','Trục\x20(danh\x20mục)','1dCweTt'];_0xce93=function(){return _0x507409;};return _0xce93();}(function(_0x344844,_0xa4d003){const _0x346e9c=_0x5561,_0x4b9605=_0x344844();while(!![]){try{const _0x4ee808=parseInt(_0x346e9c(0xe1))/0x1*(-parseInt(_0x346e9c(0xed))/0x2)+parseInt(_0x346e9c(0xc6))/0x3+parseInt(_0x346e9c(0xc7))/0x4*(-parseInt(_0x346e9c(0xdd))/0x5)+-parseInt(_0x346e9c(0xcf))/0x6+-parseInt(_0x346e9c(0xdc))/0x7*(-parseInt(_0x346e9c(0xcb))/0x8)+-parseInt(_0x346e9c(0xde))/0x9*(-parseInt(_0x346e9c(0xd6))/0xa)+parseInt(_0x346e9c(0xc8))/0xb*(parseInt(_0x346e9c(0xe7))/0xc);if(_0x4ee808===_0xa4d003)break;else _0x4b9605['push'](_0x4b9605['shift']());}catch(_0x311ee7){_0x4b9605['push'](_0x4b9605['shift']());}}}(_0xce93,0x91f30));const e={'sheets-pivot-chart-ui':{'title':_0x3e181c(0xd2),'insert':'Biểu\x20đồ\x20Pivot','insertOptions':{'withPivotTable':_0x3e181c(0xe6),'chartOnly':_0x3e181c(0xca)},'interaction':{'expandCollapse':'Mở\x20rộng/Thu\x20gọn','expandField':'Mở\x20rộng\x20toàn\x20bộ\x20trường','collapseField':'Thu\x20gọn\x20toàn\x20bộ\x20trường','expandTo':_0x3e181c(0xd4),'collapseTo':_0x3e181c(0xeb),'expand':_0x3e181c(0xe4),'collapse':'Thu\x20gọn'},'tabs':{'fields':_0x3e181c(0xd3),'chart':_0x3e181c(0xce)},'fields':{'sourceFields':_0x3e181c(0xe8),'searchFields':_0x3e181c(0xf0),'filters':'Bộ\x20lọc','legend':_0x3e181c(0xee),'axis':_0x3e181c(0xe0),'values':_0x3e181c(0xdf),'multipleValues':_0x3e181c(0xec),'dropFieldsHere':_0x3e181c(0xea),'removeField':_0x3e181c(0xe5)},'empty':{'unavailable':_0x3e181c(0xe9)},'clipboard':{'crossWorkbookUnsupported':_0x3e181c(0xf1)},'chart':{'pivotChartButtons':_0x3e181c(0xf2),'showFieldButtons':_0x3e181c(0xd0),'showExpandCollapseButtons':_0x3e181c(0xd5),'chartStyle':_0x3e181c(0xcd),'chartAndAxisTitles':_0x3e181c(0xd7),'series':_0x3e181c(0xd9),'lineAndArea':_0x3e181c(0xd1),'indicatorLine':'Đường\x20chỉ\x20số','trendline':_0x3e181c(0xda),'pie':_0x3e181c(0xdb),'legend':_0x3e181c(0xe2),'horizontalAxis':_0x3e181c(0xef),'verticalAxis':_0x3e181c(0xc9),'rightVerticalAxis':_0x3e181c(0xe3),'gridlinesAndTicks':_0x3e181c(0xd8),'pieSeriesLimit':_0x3e181c(0xcc)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x1499(_0x5f283e,_0x1850ec){_0x5f283e=_0x5f283e-0xa8;const _0x5314b9=_0x5314();let _0x149979=_0x5314b9[_0x5f283e];return _0x149979;}function _0x5314(){const _0x1e211d=['42NeJhua','网格线和刻度','数据透视图','字段配置','图例(系列)','右侧垂直轴','折叠整个字段','插入数据透视表和数据透视图','652561dNIGQi','展开到“{0}”','4yBorfd','1589148fdeZmO','Σ\x20值','趋势线','筛选器','垂直轴','123178GXLNil','图表样式','33895acTnOU','轴(类别)','移除字段','528078ZlGkIY','400672PpfJFh','折线和区域','指示线','仅插入数据透视图','数据透视图编辑器','水平轴','数据透视图暂不支持跨工作簿粘贴。','图表和坐标轴标题','636507ISRNZr','展开/折叠','饼图及组合饼图只使用第一个系列。请移除多余系列,或使用圆环图将多个系列显示为多环。','展开整个字段','图表配置','搜索字段','折叠到“{0}”'];_0x5314=function(){return _0x1e211d;};return _0x5314();}const _0x4b83fb=_0x1499;(function(_0x5009e4,_0x514964){const _0x7181c=_0x1499,_0x355e42=_0x5009e4();while(!![]){try{const _0x342182=parseInt(_0x7181c(0xbe))/0x1+-parseInt(_0x7181c(0xc3))/0x2+parseInt(_0x7181c(0xcc))/0x3*(parseInt(_0x7181c(0xb8))/0x4)+parseInt(_0x7181c(0xc0))/0x5*(-parseInt(_0x7181c(0xae))/0x6)+-parseInt(_0x7181c(0xb6))/0x7+parseInt(_0x7181c(0xc4))/0x8+parseInt(_0x7181c(0xb9))/0x9;if(_0x342182===_0x514964)break;else _0x355e42['push'](_0x355e42['shift']());}catch(_0xe94cc5){_0x355e42['push'](_0x355e42['shift']());}}}(_0x5314,0x26668));const e={'sheets-pivot-chart-ui':{'title':_0x4b83fb(0xc8),'insert':_0x4b83fb(0xb0),'insertOptions':{'withPivotTable':_0x4b83fb(0xb5),'chartOnly':_0x4b83fb(0xc7)},'interaction':{'expandCollapse':_0x4b83fb(0xa8),'expandField':_0x4b83fb(0xaa),'collapseField':_0x4b83fb(0xb4),'expandTo':_0x4b83fb(0xb7),'collapseTo':_0x4b83fb(0xad),'expand':'展开','collapse':'折叠'},'tabs':{'fields':_0x4b83fb(0xb1),'chart':_0x4b83fb(0xab)},'fields':{'sourceFields':'字段','searchFields':_0x4b83fb(0xac),'filters':_0x4b83fb(0xbc),'legend':_0x4b83fb(0xb2),'axis':_0x4b83fb(0xc1),'values':'值','multipleValues':_0x4b83fb(0xba),'dropFieldsHere':'将字段拖到此处','removeField':_0x4b83fb(0xc2)},'empty':{'unavailable':'数据透视图数据不可用。'},'clipboard':{'crossWorkbookUnsupported':_0x4b83fb(0xca)},'chart':{'pivotChartButtons':'数据透视图按钮','showFieldButtons':'显示字段按钮','showExpandCollapseButtons':'显示展开/折叠按钮','chartStyle':_0x4b83fb(0xbf),'chartAndAxisTitles':_0x4b83fb(0xcb),'series':'系列','lineAndArea':_0x4b83fb(0xc5),'indicatorLine':_0x4b83fb(0xc6),'trendline':_0x4b83fb(0xbb),'pie':'饼图','legend':'图例','horizontalAxis':_0x4b83fb(0xc9),'verticalAxis':_0x4b83fb(0xbd),'rightVerticalAxis':_0x4b83fb(0xb3),'gridlinesAndTicks':_0x4b83fb(0xaf),'pieSeriesLimit':_0x4b83fb(0xa9)}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1f458c=_0x49cc;function _0x49cc(_0x32ab91,_0x263941){_0x32ab91=_0x32ab91-0x12d;const _0x8734f9=_0x8734();let _0x49cc3e=_0x8734f9[_0x32ab91];return _0x49cc3e;}(function(_0x18fc6e,_0x349980){const _0x11e842=_0x49cc,_0xfa6c9e=_0x18fc6e();while(!![]){try{const _0x3947d0=-parseInt(_0x11e842(0x146))/0x1*(-parseInt(_0x11e842(0x130))/0x2)+-parseInt(_0x11e842(0x139))/0x3+parseInt(_0x11e842(0x13a))/0x4*(parseInt(_0x11e842(0x137))/0x5)+-parseInt(_0x11e842(0x144))/0x6+parseInt(_0x11e842(0x131))/0x7+parseInt(_0x11e842(0x145))/0x8+parseInt(_0x11e842(0x135))/0x9*(-parseInt(_0x11e842(0x138))/0xa);if(_0x3947d0===_0x349980)break;else _0xfa6c9e['push'](_0xfa6c9e['shift']());}catch(_0x52681c){_0xfa6c9e['push'](_0xfa6c9e['shift']());}}}(_0x8734,0x3fefd));const e={'sheets-pivot-chart-ui':{'title':_0x1f458c(0x147),'insert':_0x1f458c(0x13d),'insertOptions':{'withPivotTable':'插入樞紐分析表及樞紐分析圖','chartOnly':_0x1f458c(0x148)},'interaction':{'expandCollapse':_0x1f458c(0x141),'expandField':_0x1f458c(0x13c),'collapseField':_0x1f458c(0x142),'expandTo':_0x1f458c(0x14a),'collapseTo':'摺疊至「{0}」','expand':'展開','collapse':'摺疊'},'tabs':{'fields':'欄位設定','chart':_0x1f458c(0x14c)},'fields':{'sourceFields':'欄位','searchFields':_0x1f458c(0x149),'filters':'篩選','legend':_0x1f458c(0x12f),'axis':_0x1f458c(0x14b),'values':'值','multipleValues':_0x1f458c(0x13b),'dropFieldsHere':_0x1f458c(0x13f),'removeField':_0x1f458c(0x132)},'empty':{'unavailable':_0x1f458c(0x13e)},'clipboard':{'crossWorkbookUnsupported':_0x1f458c(0x12d)},'chart':{'pivotChartButtons':_0x1f458c(0x134),'showFieldButtons':_0x1f458c(0x136),'showExpandCollapseButtons':_0x1f458c(0x133),'chartStyle':_0x1f458c(0x12e),'chartAndAxisTitles':_0x1f458c(0x140),'series':'系列','lineAndArea':_0x1f458c(0x143),'indicatorLine':'指示線','trendline':'趨勢線','pie':'餅圖','legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':'右縱軸','gridlinesAndTicks':'網格線和刻度線','pieSeriesLimit':'圓形圖及組合圓形圖只使用第一個數列。請移除多餘數列,或使用環圈圖將多個數列顯示為多環。'}}};export{e as default};function _0x8734(){const _0x5048f5=['10gUuaKA','256275YwXOjB','1284kLKxRT','Σ\x20值','展開整個欄位','樞紐分析圖','無法使用樞紐分析圖資料。','將欄位拖曳至此','圖表與座標軸標題','展開/摺疊','摺疊整個欄位','折線圖\x20/\x20面積圖','37068evUcZI','2620472AICPkb','490168GhrShQ','樞紐分析圖編輯器','僅插入樞紐分析圖','搜尋欄位','展開至「{0}」','軸(類別)','圖表設定','資料透視圖目前尚不支援跨活頁簿貼上。','圖表樣式','圖例(系列)','2AZObIs','2356641BygecR','移除欄位','顯示展開/摺疊按鈕','樞紐分析圖按鈕','9233307gFmfAd','顯示欄位按鈕','3505ERucDx'];_0x8734=function(){return _0x5048f5;};return _0x8734();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x14cf36=_0x58da;(function(_0x11e7f8,_0x34b761){const _0x26462d=_0x58da,_0x32f538=_0x11e7f8();while(!![]){try{const _0x2a36d8=parseInt(_0x26462d(0x1e5))/0x1*(parseInt(_0x26462d(0x1dc))/0x2)+parseInt(_0x26462d(0x1e6))/0x3+-parseInt(_0x26462d(0x1f4))/0x4+-parseInt(_0x26462d(0x1df))/0x5*(parseInt(_0x26462d(0x1f0))/0x6)+-parseInt(_0x26462d(0x1e1))/0x7*(-parseInt(_0x26462d(0x1da))/0x8)+parseInt(_0x26462d(0x1e9))/0x9*(-parseInt(_0x26462d(0x1ee))/0xa)+parseInt(_0x26462d(0x1eb))/0xb;if(_0x2a36d8===_0x34b761)break;else _0x32f538['push'](_0x32f538['shift']());}catch(_0x52251f){_0x32f538['push'](_0x32f538['shift']());}}}(_0x2ac3,0x6730f));const e={'sheets-pivot-chart-ui':{'title':_0x14cf36(0x1f6),'insert':_0x14cf36(0x1e8),'insertOptions':{'withPivotTable':_0x14cf36(0x1e4),'chartOnly':_0x14cf36(0x1e0)},'interaction':{'expandCollapse':'展開/摺疊','expandField':'展開整個欄位','collapseField':_0x14cf36(0x1dd),'expandTo':_0x14cf36(0x1f2),'collapseTo':'摺疊至「{0}」','expand':'展開','collapse':'摺疊'},'tabs':{'fields':_0x14cf36(0x1de),'chart':_0x14cf36(0x1ea)},'fields':{'sourceFields':'欄位','searchFields':'搜尋欄位','filters':'篩選','legend':'圖例(系列)','axis':'軸(類別)','values':'值','multipleValues':'Σ\x20值','dropFieldsHere':_0x14cf36(0x1f5),'removeField':'移除欄位'},'empty':{'unavailable':'無法使用樞紐分析圖資料。'},'clipboard':{'crossWorkbookUnsupported':'資料透視圖目前尚不支援跨活頁簿貼上。'},'chart':{'pivotChartButtons':_0x14cf36(0x1db),'showFieldButtons':_0x14cf36(0x1e3),'showExpandCollapseButtons':_0x14cf36(0x1ed),'chartStyle':'圖表樣式','chartAndAxisTitles':_0x14cf36(0x1e7),'series':'系列','lineAndArea':'折線圖\x20/\x20面積圖','indicatorLine':_0x14cf36(0x1ec),'trendline':_0x14cf36(0x1f7),'pie':_0x14cf36(0x1f1),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x14cf36(0x1f3),'gridlinesAndTicks':_0x14cf36(0x1ef),'pieSeriesLimit':_0x14cf36(0x1e2)}}};function _0x58da(_0x2ac1af,_0x4c4edb){_0x2ac1af=_0x2ac1af-0x1da;const _0x2ac393=_0x2ac3();let _0x58da7a=_0x2ac393[_0x2ac1af];return _0x58da7a;}export{e as default};function _0x2ac3(){const _0x37ba95=['圓餅圖','展開至「{0}」','右縱軸','3073628SdEfVb','將欄位拖曳至此','樞紐分析圖編輯器','趨勢線','6654160lXJMSZ','樞紐分析圖按鈕','2NjHEOT','摺疊整個欄位','欄位設定','161485tAlLmW','僅插入樞紐分析圖','7SjIQXl','圓餅圖及組合圓餅圖只使用第一個數列。請移除多餘數列,或使用環圈圖將多個數列顯示為多環。','顯示欄位按鈕','插入樞紐分析表及樞紐分析圖','451891fuSSVf','1758933cNYZXj','圖表與座標軸標題','樞紐分析圖','404847qPaDoL','圖表設定','474782RtPGax','指示線','顯示展開/摺疊按鈕','60XmTijv','網格線和刻度線','84NVTuwS'];_0x2ac3=function(){return _0x37ba95;};return _0x2ac3();}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IChartElementEvent, IChartFieldButton } from '@univerjs-pro/engine-chart';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
|
+
export interface IOpenPivotChartFieldListOperationParams {
|
|
4
|
+
unitId: string;
|
|
5
|
+
subUnitId: string;
|
|
6
|
+
pivotChartId: string;
|
|
7
|
+
fields: IChartFieldButton[];
|
|
8
|
+
event: IChartElementEvent;
|
|
9
|
+
}
|
|
10
|
+
export declare const OpenPivotChartFieldListOperation: ICommand<IOpenPivotChartFieldListOperationParams>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { IChartElementEvent } from '@univerjs-pro/engine-chart';
|
|
2
|
+
import type { ICommand } from '@univerjs/core';
|
|
3
|
+
export interface IOpenPivotChartFilterPanelOperationParams {
|
|
4
|
+
unitId: string;
|
|
5
|
+
subUnitId: string;
|
|
6
|
+
pivotChartId: string;
|
|
7
|
+
fieldId: string;
|
|
8
|
+
event: IChartElementEvent;
|
|
9
|
+
}
|
|
10
|
+
export declare const OpenPivotChartFilterPanelOperation: ICommand<IOpenPivotChartFilterPanelOperationParams>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ICommand } from '@univerjs/core';
|
|
2
|
+
export interface IOpenPivotChartPanelOperationParams {
|
|
3
|
+
unitId: string;
|
|
4
|
+
subUnitId: string;
|
|
5
|
+
pivotChartId: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const OpenPivotChartPanelOperation: ICommand<IOpenPivotChartPanelOperationParams>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { MenuConfig } from '@univerjs/ui';
|
|
2
|
+
export declare const SHEETS_PIVOT_CHART_UI_PLUGIN_CONFIG_KEY = "sheets-pivot-chart-ui.config";
|
|
3
|
+
export declare const configSymbol: unique symbol;
|
|
4
|
+
export interface IUniverSheetsPivotChartUIConfig {
|
|
5
|
+
menu?: MenuConfig;
|
|
6
|
+
}
|
|
7
|
+
export declare const defaultPluginConfig: IUniverSheetsPivotChartUIConfig;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const PIVOT_CHART_PANEL_ID = "sheet.pivot-chart.panel";
|
|
2
|
+
export declare const PIVOT_CHART_PANEL_COMPONENT = "sheet.pivot-chart.panel.component";
|
|
3
|
+
export declare const PIVOT_CHART_PANEL_WIDTH = 360;
|
|
4
|
+
export declare const PIVOT_CHART_AXIS_CONTEXT_MENU = "sheet.pivot-chart.axis-context-menu";
|
|
5
|
+
export declare const PIVOT_CHART_AXIS_SUBMENU = "sheet.pivot-chart.expand-collapse";
|
|
6
|
+
export declare const PIVOT_CHART_FILTER_PANEL_COMPONENT = "sheet.pivot-chart.filter-panel.component";
|
|
7
|
+
export declare const PIVOT_CHART_FIELD_LIST_COMPONENT = "sheet.pivot-chart.field-list-popup.component";
|
|
8
|
+
export declare const PIVOT_CHART_INSERT_MENU_ID = "sheet.pivot-chart.insert";
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
2
|
+
import { ChartRenderService } from '@univerjs-pro/sheets-chart-ui';
|
|
3
|
+
import { SheetsPivotTableConfigModel } from '@univerjs-pro/sheets-pivot';
|
|
4
|
+
import { SheetsPivotChartModel } from '@univerjs-pro/sheets-pivot-chart';
|
|
5
|
+
import { Disposable, ICommandService } from '@univerjs/core';
|
|
6
|
+
import { IDrawingContextMenuService } from '@univerjs/sheets-drawing-ui';
|
|
7
|
+
import { PivotChartAxisInteractionService } from '../services/pivot-chart-axis-interaction.service';
|
|
8
|
+
export declare class PivotChartAxisInteractionController extends Disposable {
|
|
9
|
+
private readonly _pivotChartModel;
|
|
10
|
+
private readonly _pivotConfigModel;
|
|
11
|
+
private readonly _chartModelService;
|
|
12
|
+
private readonly _chartRenderService;
|
|
13
|
+
private readonly _interactionService;
|
|
14
|
+
private readonly _drawingContextMenuService;
|
|
15
|
+
private readonly _commandService;
|
|
16
|
+
private readonly _bindings;
|
|
17
|
+
private _pendingCategoryMenu;
|
|
18
|
+
constructor(_pivotChartModel: SheetsPivotChartModel, _pivotConfigModel: SheetsPivotTableConfigModel, _chartModelService: ChartModelService, _chartRenderService: ChartRenderService, _interactionService: PivotChartAxisInteractionService, _drawingContextMenuService: IDrawingContextMenuService, _commandService: ICommandService);
|
|
19
|
+
dispose(): void;
|
|
20
|
+
private _init;
|
|
21
|
+
private _bind;
|
|
22
|
+
private _unbind;
|
|
23
|
+
private _handlePointerDown;
|
|
24
|
+
private _handleClick;
|
|
25
|
+
private _handleFieldButton;
|
|
26
|
+
private _resolveCategoryTarget;
|
|
27
|
+
private _getPivotModel;
|
|
28
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { SheetsPivotDataSourceModel, SheetsPivotTableConfigModel } from '@univerjs-pro/sheets-pivot';
|
|
2
|
+
import { PivotChartRPCService, SheetsPivotChartModel } from '@univerjs-pro/sheets-pivot-chart';
|
|
3
|
+
import { Disposable, LocaleService } from '@univerjs/core';
|
|
4
|
+
import { SheetSkeletonService } from '@univerjs/sheets';
|
|
5
|
+
import { ISheetDrawingService } from '@univerjs/sheets-drawing';
|
|
6
|
+
import { ISheetClipboardService } from '@univerjs/sheets-ui';
|
|
7
|
+
import { IMessageService } from '@univerjs/ui';
|
|
8
|
+
export declare class PivotChartClipboardController extends Disposable {
|
|
9
|
+
private readonly _sheetClipboardService;
|
|
10
|
+
private readonly _sheetSkeletonService;
|
|
11
|
+
private readonly _sheetDrawingService;
|
|
12
|
+
private readonly _pivotChartModel;
|
|
13
|
+
private readonly _localeService;
|
|
14
|
+
private readonly _messageService;
|
|
15
|
+
private readonly _dataSourceModel?;
|
|
16
|
+
private readonly _pivotChartRPCService?;
|
|
17
|
+
private readonly _pivotConfigModel?;
|
|
18
|
+
private _copyInfo;
|
|
19
|
+
constructor(_sheetClipboardService: ISheetClipboardService, _sheetSkeletonService: SheetSkeletonService, _sheetDrawingService: ISheetDrawingService, _pivotChartModel: SheetsPivotChartModel, _localeService: LocaleService, _messageService: IMessageService, _dataSourceModel?: SheetsPivotDataSourceModel | undefined, _pivotChartRPCService?: PivotChartRPCService | undefined, _pivotConfigModel?: SheetsPivotTableConfigModel | undefined);
|
|
20
|
+
private _initCopyPaste;
|
|
21
|
+
private _createRangeCopyInfo;
|
|
22
|
+
private _createClipboardItems;
|
|
23
|
+
private _getOwnedSource;
|
|
24
|
+
private _createPasteMutations;
|
|
25
|
+
private _getDrawingAnchor;
|
|
26
|
+
private _createTargetDrawing;
|
|
27
|
+
private _appendCopyMutations;
|
|
28
|
+
private _appendSameSheetCutMutations;
|
|
29
|
+
private _appendCrossSheetCutMutations;
|
|
30
|
+
private _createAddParams;
|
|
31
|
+
private _removePivotMutation;
|
|
32
|
+
private _drawingMutation;
|
|
33
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
2
|
+
import { SheetsPivotChartModel } from '@univerjs-pro/sheets-pivot-chart';
|
|
3
|
+
import { Disposable, ICommandService, IUniverInstanceService } from '@univerjs/core';
|
|
4
|
+
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
5
|
+
import { SheetDrawingHitTestService } from '@univerjs/sheets-drawing-ui';
|
|
6
|
+
import { ISidebarService } from '@univerjs/ui';
|
|
7
|
+
export declare class PivotChartPanelController extends Disposable {
|
|
8
|
+
private readonly _drawingManagerService;
|
|
9
|
+
private readonly _drawingHitTestService;
|
|
10
|
+
private readonly _pivotChartModel;
|
|
11
|
+
private readonly _chartModelService;
|
|
12
|
+
private readonly _commandService;
|
|
13
|
+
private readonly _univerInstanceService;
|
|
14
|
+
private readonly _sidebarService;
|
|
15
|
+
private _panelPivotChartId;
|
|
16
|
+
constructor(_drawingManagerService: IDrawingManagerService, _drawingHitTestService: SheetDrawingHitTestService, _pivotChartModel: SheetsPivotChartModel, _chartModelService: ChartModelService, _commandService: ICommandService, _univerInstanceService: IUniverInstanceService, _sidebarService: ISidebarService);
|
|
17
|
+
private _init;
|
|
18
|
+
private _closePanel;
|
|
19
|
+
private _getPivotChartDrawing;
|
|
20
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import './global.css';
|
|
2
|
+
export { MenuInsertPivotChartCommand } from './commands/commands/menu-insert-pivot-chart.command';
|
|
3
|
+
export { CollapsePivotChartCategoryItemCommand, ExpandPivotChartCategoryItemCommand, } from './commands/commands/pivot-chart-axis.command';
|
|
4
|
+
export { OpenPivotChartFilterPanelOperation } from './commands/operations/open-pivot-chart-filter-panel.operation';
|
|
5
|
+
export type { IOpenPivotChartFilterPanelOperationParams } from './commands/operations/open-pivot-chart-filter-panel.operation';
|
|
6
|
+
export { OpenPivotChartPanelOperation } from './commands/operations/open-pivot-chart-panel.operation';
|
|
7
|
+
export type { IOpenPivotChartPanelOperationParams } from './commands/operations/open-pivot-chart-panel.operation';
|
|
8
|
+
export type { IUniverSheetsPivotChartUIConfig } from './config/config';
|
|
9
|
+
export { defaultPluginConfig, SHEETS_PIVOT_CHART_UI_PLUGIN_CONFIG_KEY } from './config/config';
|
|
10
|
+
export { PIVOT_CHART_AXIS_CONTEXT_MENU, PIVOT_CHART_PANEL_COMPONENT, PIVOT_CHART_PANEL_ID } from './const';
|
|
11
|
+
export { menuSchema as SheetsPivotChartUIMenuSchema } from './menu/schema';
|
|
12
|
+
export { UniverSheetsPivotChartUIPlugin } from './plugin';
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
'sheets-pivot-chart-ui': {
|
|
3
|
+
title: string;
|
|
4
|
+
insert: string;
|
|
5
|
+
insertOptions: {
|
|
6
|
+
withPivotTable: string;
|
|
7
|
+
chartOnly: string;
|
|
8
|
+
};
|
|
9
|
+
interaction: {
|
|
10
|
+
expandCollapse: string;
|
|
11
|
+
expandField: string;
|
|
12
|
+
collapseField: string;
|
|
13
|
+
expandTo: string;
|
|
14
|
+
collapseTo: string;
|
|
15
|
+
expand: string;
|
|
16
|
+
collapse: string;
|
|
17
|
+
};
|
|
18
|
+
tabs: {
|
|
19
|
+
fields: string;
|
|
20
|
+
chart: string;
|
|
21
|
+
};
|
|
22
|
+
fields: {
|
|
23
|
+
sourceFields: string;
|
|
24
|
+
searchFields: string;
|
|
25
|
+
filters: string;
|
|
26
|
+
legend: string;
|
|
27
|
+
axis: string;
|
|
28
|
+
values: string;
|
|
29
|
+
multipleValues: string;
|
|
30
|
+
dropFieldsHere: string;
|
|
31
|
+
removeField: string;
|
|
32
|
+
};
|
|
33
|
+
empty: {
|
|
34
|
+
unavailable: string;
|
|
35
|
+
};
|
|
36
|
+
clipboard: {
|
|
37
|
+
crossWorkbookUnsupported: string;
|
|
38
|
+
};
|
|
39
|
+
chart: {
|
|
40
|
+
pivotChartButtons: string;
|
|
41
|
+
showFieldButtons: string;
|
|
42
|
+
showExpandCollapseButtons: string;
|
|
43
|
+
chartStyle: string;
|
|
44
|
+
chartAndAxisTitles: string;
|
|
45
|
+
series: string;
|
|
46
|
+
lineAndArea: string;
|
|
47
|
+
indicatorLine: string;
|
|
48
|
+
trendline: string;
|
|
49
|
+
pie: string;
|
|
50
|
+
legend: string;
|
|
51
|
+
horizontalAxis: string;
|
|
52
|
+
verticalAxis: string;
|
|
53
|
+
rightVerticalAxis: string;
|
|
54
|
+
gridlinesAndTicks: string;
|
|
55
|
+
pieSeriesLimit: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export default locale;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { IUniverSheetsPivotChartUIConfig } from './config/config';
|
|
2
|
+
import { ICommandService, IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
|
|
3
|
+
export declare class UniverSheetsPivotChartUIPlugin extends Plugin {
|
|
4
|
+
private readonly _config;
|
|
5
|
+
readonly _injector: Injector;
|
|
6
|
+
private readonly _commandService;
|
|
7
|
+
private readonly _configService;
|
|
8
|
+
static pluginName: string;
|
|
9
|
+
static packageName: string;
|
|
10
|
+
static version: string;
|
|
11
|
+
static type: UniverInstanceType;
|
|
12
|
+
constructor(_config: Partial<IUniverSheetsPivotChartUIConfig> | undefined, _injector: Injector, _commandService: ICommandService, _configService: IConfigService);
|
|
13
|
+
onStarting(): void;
|
|
14
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { Observable } from 'rxjs';
|
|
2
|
+
import { Disposable } from '@univerjs/core';
|
|
3
|
+
export interface IPivotChartAxisSelection {
|
|
4
|
+
unitId: string;
|
|
5
|
+
subUnitId: string;
|
|
6
|
+
pivotChartId: string;
|
|
7
|
+
fieldId: string;
|
|
8
|
+
item: string;
|
|
9
|
+
collapsed: boolean;
|
|
10
|
+
fields?: Array<{
|
|
11
|
+
id: string;
|
|
12
|
+
name: string;
|
|
13
|
+
canExpand: boolean;
|
|
14
|
+
canCollapse: boolean;
|
|
15
|
+
}>;
|
|
16
|
+
}
|
|
17
|
+
export declare class PivotChartAxisInteractionService extends Disposable {
|
|
18
|
+
private readonly _selection$;
|
|
19
|
+
readonly selection$: Observable<IPivotChartAxisSelection | null>;
|
|
20
|
+
get selection(): IPivotChartAxisSelection | null;
|
|
21
|
+
setSelection(selection: IPivotChartAxisSelection | null): void;
|
|
22
|
+
dispose(): void;
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { IOpenPivotChartFieldListOperationParams } from '../commands/operations/open-pivot-chart-field-list.operation';
|
|
2
|
+
import type { IOpenPivotChartFilterPanelOperationParams } from '../commands/operations/open-pivot-chart-filter-panel.operation';
|
|
3
|
+
import { PivotChartRPCService, SheetsPivotChartModel } from '@univerjs-pro/sheets-pivot-chart';
|
|
4
|
+
import { Disposable, ICommandService, IUniverInstanceService, LocaleService } from '@univerjs/core';
|
|
5
|
+
import { SheetCanvasFloatDomManagerService } from '@univerjs/sheets-drawing-ui';
|
|
6
|
+
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
7
|
+
export declare class PivotChartFilterPopupService extends Disposable {
|
|
8
|
+
private readonly _pivotChartModel;
|
|
9
|
+
private readonly _rpcService;
|
|
10
|
+
private readonly _floatDomManager;
|
|
11
|
+
private readonly _popupManager;
|
|
12
|
+
private readonly _instanceService;
|
|
13
|
+
private readonly _commandService;
|
|
14
|
+
private readonly _localeService;
|
|
15
|
+
private _requestId;
|
|
16
|
+
private _session;
|
|
17
|
+
constructor(_pivotChartModel: SheetsPivotChartModel, _rpcService: PivotChartRPCService, _floatDomManager: SheetCanvasFloatDomManagerService, _popupManager: SheetCanvasPopManagerService, _instanceService: IUniverInstanceService, _commandService: ICommandService, _localeService: LocaleService);
|
|
18
|
+
dispose(): void;
|
|
19
|
+
openFieldList(params: IOpenPivotChartFieldListOperationParams): boolean;
|
|
20
|
+
open(params: IOpenPivotChartFilterPanelOperationParams): Promise<boolean>;
|
|
21
|
+
private _watchSession;
|
|
22
|
+
private _close;
|
|
23
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ChartModel } from '@univerjs-pro/engine-chart';
|
|
2
|
+
import { ChartUIService, ChartViewStateRegistry } from '@univerjs-pro/chart-ui';
|
|
3
|
+
import { ChartModelService } from '@univerjs-pro/sheets-chart';
|
|
4
|
+
export declare class PivotChartUIService extends ChartUIService<ChartModel, never> {
|
|
5
|
+
private readonly _chartModelService;
|
|
6
|
+
constructor(_chartModelService: ChartModelService, viewStates: ChartViewStateRegistry);
|
|
7
|
+
get activeRuntimeModel(): ChartModel | null;
|
|
8
|
+
executeChartUpdateConfig(_params: never): void;
|
|
9
|
+
}
|