@univerjs-pro/chart-ui 1.0.0-rc.0 → 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.
Files changed (93) 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.css +26 -0
  45. package/lib/index.js +1 -1
  46. package/lib/locale/ar-SA.js +1 -1
  47. package/lib/locale/ca-ES.js +1 -1
  48. package/lib/locale/de-DE.js +1 -1
  49. package/lib/locale/en-US.js +1 -1
  50. package/lib/locale/es-ES.js +1 -1
  51. package/lib/locale/fa-IR.js +1 -1
  52. package/lib/locale/fr-FR.js +1 -1
  53. package/lib/locale/id-ID.js +1 -1
  54. package/lib/locale/it-IT.js +1 -1
  55. package/lib/locale/ja-JP.js +1 -1
  56. package/lib/locale/ko-KR.js +1 -1
  57. package/lib/locale/pl-PL.js +1 -1
  58. package/lib/locale/pt-BR.js +1 -1
  59. package/lib/locale/ru-RU.js +1 -1
  60. package/lib/locale/sk-SK.js +1 -1
  61. package/lib/locale/vi-VN.js +1 -1
  62. package/lib/locale/zh-CN.js +1 -1
  63. package/lib/locale/zh-HK.js +1 -1
  64. package/lib/locale/zh-TW.js +1 -1
  65. package/lib/types/editor/ChartEditorProvider.d.ts +14 -2
  66. package/lib/types/editor/MobileChartEditorProvider.d.ts +6 -0
  67. package/lib/types/editor/hooks/use-chart-editor-model.d.ts +1 -0
  68. package/lib/types/editor/hooks/use-chart-runtime-context.d.ts +3 -0
  69. package/lib/types/index.d.ts +3 -2
  70. package/lib/types/locale/en-US.d.ts +4 -0
  71. package/lib/types/plugin.d.ts +2 -0
  72. package/lib/umd/facade.js +1 -1
  73. package/lib/umd/index.js +1 -1
  74. package/lib/umd/locale/ar-SA.js +1 -1
  75. package/lib/umd/locale/ca-ES.js +1 -1
  76. package/lib/umd/locale/de-DE.js +1 -1
  77. package/lib/umd/locale/en-US.js +1 -1
  78. package/lib/umd/locale/es-ES.js +1 -1
  79. package/lib/umd/locale/fa-IR.js +1 -1
  80. package/lib/umd/locale/fr-FR.js +1 -1
  81. package/lib/umd/locale/id-ID.js +1 -1
  82. package/lib/umd/locale/it-IT.js +1 -1
  83. package/lib/umd/locale/ja-JP.js +1 -1
  84. package/lib/umd/locale/ko-KR.js +1 -1
  85. package/lib/umd/locale/pl-PL.js +1 -1
  86. package/lib/umd/locale/pt-BR.js +1 -1
  87. package/lib/umd/locale/ru-RU.js +1 -1
  88. package/lib/umd/locale/sk-SK.js +1 -1
  89. package/lib/umd/locale/vi-VN.js +1 -1
  90. package/lib/umd/locale/zh-CN.js +1 -1
  91. package/lib/umd/locale/zh-HK.js +1 -1
  92. package/lib/umd/locale/zh-TW.js +1 -1
  93. package/package.json +14 -12
package/lib/cjs/facade.js CHANGED
@@ -1 +1 @@
1
- function _0x5322(_0x116381,_0xe0ab88){_0x116381=_0x116381-0x9f;const _0x3fa658=_0x3fa6();let _0x53226f=_0x3fa658[_0x116381];return _0x53226f;}const _0x4c45f1=_0x5322;function _0x3fa6(){const _0x22513e=['222813IvZIwE','23317IWUBHf','16Rfcjgl','FChart','extend','1073192rAVtJl','595544awPRyX','894vTFVPx','585650vLYRMm','exportImage','112790iYgcIn','get','337844hTRbho','1152JpaMjA','_injector'];_0x3fa6=function(){return _0x22513e;};return _0x3fa6();}(function(_0x377fa7,_0x386ff6){const _0x419f1a=_0x5322,_0x28ec0e=_0x377fa7();while(!![]){try{const _0x18b539=-parseInt(_0x419f1a(0xab))/0x1+parseInt(_0x419f1a(0xa5))/0x2+parseInt(_0x419f1a(0x9f))/0x3+parseInt(_0x419f1a(0xa1))/0x4*(-parseInt(_0x419f1a(0xa7))/0x5)+-parseInt(_0x419f1a(0xa6))/0x6*(parseInt(_0x419f1a(0xa0))/0x7)+-parseInt(_0x419f1a(0xa4))/0x8+parseInt(_0x419f1a(0xac))/0x9*(parseInt(_0x419f1a(0xa9))/0xa);if(_0x18b539===_0x386ff6)break;else _0x28ec0e['push'](_0x28ec0e['shift']());}catch(_0x1d5b17){_0x28ec0e['push'](_0x28ec0e['shift']());}}}(_0x3fa6,0x5c82b));let e=require('@univerjs-pro/chart-ui'),t=require('@univerjs-pro/engine-chart/facade');var n=class extends t[_0x4c45f1(0xa2)]{[_0x4c45f1(0xa8)](_0x438dd4){const _0x5dcc42=_0x4c45f1;return this[_0x5dcc42(0xad)][_0x5dcc42(0xaa)](e['ChartImageExportService'])[_0x5dcc42(0xa8)](this,_0x438dd4);}};t['FChart'][_0x4c45f1(0xa3)](n);
1
+ const _0x330e61=_0x522a;function _0x522a(_0x34e796,_0x137be5){_0x34e796=_0x34e796-0x125;const _0x83df57=_0x83df();let _0x522a80=_0x83df57[_0x34e796];return _0x522a80;}(function(_0x3f554c,_0x2936c0){const _0x3bf996=_0x522a,_0x18b547=_0x3f554c();while(!![]){try{const _0x17d530=parseInt(_0x3bf996(0x128))/0x1*(-parseInt(_0x3bf996(0x12b))/0x2)+parseInt(_0x3bf996(0x12e))/0x3*(-parseInt(_0x3bf996(0x131))/0x4)+parseInt(_0x3bf996(0x125))/0x5+parseInt(_0x3bf996(0x132))/0x6+-parseInt(_0x3bf996(0x130))/0x7+parseInt(_0x3bf996(0x12d))/0x8+parseInt(_0x3bf996(0x12a))/0x9*(parseInt(_0x3bf996(0x133))/0xa);if(_0x17d530===_0x2936c0)break;else _0x18b547['push'](_0x18b547['shift']());}catch(_0x4b460a){_0x18b547['push'](_0x18b547['shift']());}}}(_0x83df,0x8a550));let e=require('@univerjs-pro/chart-ui'),t=require('@univerjs-pro/engine-chart/facade');function _0x83df(){const _0x44cea0=['FChart','5407325PRWgRC','2872SzFvEO','239772VwPWjO','58690XBBjEH','3435965QwKQdY','extend','_injector','1CQRMXv','ChartImageExportService','1521BUDHCa','1064366YTLefZ','exportImage','2878016TmqDow','867LXchUO'];_0x83df=function(){return _0x44cea0;};return _0x83df();}var n=class extends t['FChart']{[_0x330e61(0x12c)](_0x4bfef5){const _0x30f69d=_0x330e61;return this[_0x30f69d(0x127)]['get'](e[_0x30f69d(0x129)])[_0x30f69d(0x12c)](this,_0x4bfef5);}};t[_0x330e61(0x12f)][_0x330e61(0x126)](n);