@univerjs-pro/chart-ui 1.0.0-alpha.8 → 1.0.0-beta.1

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 (186) hide show
  1. package/lib/cjs/facade.js +1 -0
  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 -0
  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 -0
  44. package/lib/index.css +181 -25
  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/components/ChartEditPanel.d.ts +49 -0
  66. package/lib/types/components/ChartInlineTableEditor.d.ts +1 -1
  67. package/lib/types/components/ChartReferencedDataSourceEditor.d.ts +11 -0
  68. package/lib/types/components/ChartSemanticDataFields.d.ts +3 -3
  69. package/lib/types/components/ChartTypeOptions.d.ts +148 -2
  70. package/lib/types/components/FontFormatBar.d.ts +19 -1
  71. package/lib/types/components/chart-inline-starter-data.d.ts +16 -6
  72. package/lib/types/components/use-chart-panel-input-focus.d.ts +4 -0
  73. package/lib/types/controllers/components.controller.d.ts +4 -2
  74. package/lib/types/editor/ChartEditorProvider.d.ts +11 -0
  75. package/lib/types/editor/atoms/common/ChartFontAtom.d.ts +28 -0
  76. package/lib/types/editor/atoms/common/ChartNumberFormatAtom.d.ts +9 -0
  77. package/lib/types/editor/atoms/common/chart-number-format.d.ts +28 -0
  78. package/lib/types/editor/components/ChartCheckboxField.d.ts +11 -0
  79. package/lib/types/editor/components/ChartColorField.d.ts +14 -0
  80. package/lib/types/editor/components/ChartField.d.ts +15 -0
  81. package/lib/types/editor/components/ChartFieldGroup.d.ts +9 -0
  82. package/lib/types/editor/components/ChartFieldGroupTitle.d.ts +6 -0
  83. package/lib/types/editor/components/ChartFieldRow.d.ts +5 -0
  84. package/lib/types/editor/components/ChartFontField.d.ts +28 -0
  85. package/lib/types/editor/components/ChartImageSelectField.d.ts +13 -0
  86. package/lib/types/editor/components/ChartListField.d.ts +18 -0
  87. package/lib/types/editor/components/ChartMultiSelectField.d.ts +25 -0
  88. package/lib/types/editor/components/ChartNumberField.d.ts +16 -0
  89. package/lib/types/editor/components/ChartSelectField.d.ts +25 -0
  90. package/lib/types/editor/components/ChartTextField.d.ts +14 -0
  91. package/lib/types/editor/hooks/use-chart-config-state.d.ts +3 -0
  92. package/lib/types/editor/hooks/use-chart-data-mapping-fields.d.ts +5 -0
  93. package/lib/types/editor/hooks/use-chart-editor-model.d.ts +3 -0
  94. package/lib/types/editor/hooks/use-chart-runtime-context.d.ts +13 -0
  95. package/lib/types/editor/hooks/use-chart-type-state.d.ts +19 -0
  96. package/lib/types/editor/routing/chart-edit-panel-route.d.ts +21 -0
  97. package/lib/types/editor/sections/ChartAxisSections.d.ts +63 -0
  98. package/lib/types/editor/sections/ChartIndicatorLineSection.d.ts +20 -0
  99. package/lib/types/editor/sections/ChartLegendSection.d.ts +27 -0
  100. package/lib/types/editor/sections/ChartLineAndAreaSection.d.ts +11 -0
  101. package/lib/types/editor/sections/ChartParetoSeriesSection.d.ts +26 -0
  102. package/lib/types/editor/sections/ChartSeriesSection.d.ts +60 -0
  103. package/lib/types/editor/sections/ChartSetupSections.d.ts +21 -0
  104. package/lib/types/editor/sections/ChartStyleSection.d.ts +15 -0
  105. package/lib/types/editor/sections/ChartTitleSections.d.ts +50 -0
  106. package/lib/types/editor/sections/ChartTrendlineSection.d.ts +18 -0
  107. package/lib/types/editor/sections/chart-capabilities.d.ts +10 -0
  108. package/lib/types/editor/sections/chart-style-options.d.ts +86 -0
  109. package/lib/types/editor/sections/specific-section/ChartCandlestickStyleSection.d.ts +1 -0
  110. package/lib/types/editor/sections/specific-section/ChartFunnelStyleSection.d.ts +10 -0
  111. package/lib/types/editor/sections/specific-section/ChartHeatmapStyleSection.d.ts +10 -0
  112. package/lib/types/editor/sections/specific-section/ChartHistogramStyleSection.d.ts +1 -0
  113. package/lib/types/editor/sections/specific-section/ChartPieStyleSection.d.ts +21 -0
  114. package/lib/types/editor/sections/specific-section/ChartRadarStyleSection.d.ts +9 -0
  115. package/lib/types/editor/sections/specific-section/ChartRelationStyleSection.d.ts +17 -0
  116. package/lib/types/editor/sections/specific-section/ChartTreemapStyleSection.d.ts +1 -0
  117. package/lib/types/editor/sections/specific-section/ChartTypeSpecificSections.d.ts +9 -0
  118. package/lib/types/editor/sections/specific-section/ChartWaterfallStyleSection.d.ts +26 -0
  119. package/lib/types/editor/sections/specific-section/ChartWordCloudStyleSection.d.ts +21 -0
  120. package/lib/types/editor/sections/specific-section/ChordDataMappingAtom.d.ts +1 -0
  121. package/lib/types/editor/sections/specific-section/ChordLabelAtom.d.ts +1 -0
  122. package/lib/types/editor/sections/specific-section/ChordLayoutAtom.d.ts +1 -0
  123. package/lib/types/editor/sections/specific-section/ChordRibbonAtom.d.ts +1 -0
  124. package/lib/types/editor/sections/specific-section/GaugeDataMappingAtom.d.ts +1 -0
  125. package/lib/types/editor/sections/specific-section/GaugeModeAtom.d.ts +1 -0
  126. package/lib/types/editor/sections/specific-section/GaugePointerAtom.d.ts +1 -0
  127. package/lib/types/editor/sections/specific-section/GaugeProgressAtom.d.ts +1 -0
  128. package/lib/types/editor/sections/specific-section/GaugeRangesAtom.d.ts +1 -0
  129. package/lib/types/editor/sections/specific-section/GaugeScaleAtom.d.ts +1 -0
  130. package/lib/types/editor/sections/specific-section/SunburstCenterLabelAtom.d.ts +1 -0
  131. package/lib/types/editor/sections/specific-section/SunburstDataMappingAtom.d.ts +1 -0
  132. package/lib/types/editor/sections/specific-section/SunburstLabelAtom.d.ts +1 -0
  133. package/lib/types/editor/sections/specific-section/chord-field-options.d.ts +2 -0
  134. package/lib/types/editor/sections/specific-section/chord-style.d.ts +16 -0
  135. package/lib/types/editor/sections/specific-section/gauge-style.d.ts +10 -0
  136. package/lib/types/editor/sections/specific-section/sunburst-label.d.ts +8 -0
  137. package/lib/types/editor/utils/chart-runtime-axis.d.ts +3 -0
  138. package/lib/types/facade/f-chart.d.ts +19 -0
  139. package/lib/types/facade/index.d.ts +2 -0
  140. package/lib/types/float-menu/ChartElementFloatMenu.d.ts +2 -2
  141. package/lib/types/float-menu/chart-element-selection.d.ts +7 -0
  142. package/lib/types/float-menu/constants.d.ts +72 -91
  143. package/lib/types/float-menu/create-chart-element-float-menu-adapter.d.ts +10 -0
  144. package/lib/types/float-menu/pie-mark-patch.d.ts +8 -0
  145. package/lib/types/float-menu/types.d.ts +28 -9
  146. package/lib/types/index.d.ts +74 -3
  147. package/lib/types/locale/en-US.d.ts +487 -58
  148. package/lib/types/services/chart-host-adapter.d.ts +12 -0
  149. package/lib/types/services/chart-image-export.service.d.ts +26 -0
  150. package/lib/types/services/chart-referenced-data-source-binding.service.d.ts +13 -0
  151. package/lib/types/services/chart-snapshot-queue.d.ts +59 -0
  152. package/lib/types/services/chart-ui.service.d.ts +19 -0
  153. package/lib/types/services/chart-view-state-projector.d.ts +15 -0
  154. package/lib/types/services/chart-view-state-registry.d.ts +11 -0
  155. package/lib/types/services/chart-view-state.d.ts +118 -0
  156. package/lib/types/services/inline-chart-creation.d.ts +42 -0
  157. package/lib/types/services/register-chart-config-states.d.ts +3 -0
  158. package/lib/types/services/register-chart-view-states/chart-specific.d.ts +4 -0
  159. package/lib/types/services/register-chart-view-states/semantic.d.ts +4 -0
  160. package/lib/umd/facade.js +1 -0
  161. package/lib/umd/index.js +1 -1
  162. package/lib/umd/locale/ar-SA.js +1 -1
  163. package/lib/umd/locale/ca-ES.js +1 -1
  164. package/lib/umd/locale/de-DE.js +1 -1
  165. package/lib/umd/locale/en-US.js +1 -1
  166. package/lib/umd/locale/es-ES.js +1 -1
  167. package/lib/umd/locale/fa-IR.js +1 -1
  168. package/lib/umd/locale/fr-FR.js +1 -1
  169. package/lib/umd/locale/id-ID.js +1 -1
  170. package/lib/umd/locale/it-IT.js +1 -1
  171. package/lib/umd/locale/ja-JP.js +1 -1
  172. package/lib/umd/locale/ko-KR.js +1 -1
  173. package/lib/umd/locale/pl-PL.js +1 -1
  174. package/lib/umd/locale/pt-BR.js +1 -1
  175. package/lib/umd/locale/ru-RU.js +1 -1
  176. package/lib/umd/locale/sk-SK.js +1 -1
  177. package/lib/umd/locale/vi-VN.js +1 -1
  178. package/lib/umd/locale/zh-CN.js +1 -1
  179. package/lib/umd/locale/zh-HK.js +1 -1
  180. package/lib/umd/locale/zh-TW.js +1 -1
  181. package/package.json +25 -9
  182. package/lib/types/components/ChartEditPanelScaffold.d.ts +0 -32
  183. package/lib/types/components/ChartEditorFields.d.ts +0 -68
  184. package/lib/types/components/ChartPresentationFields.d.ts +0 -9
  185. package/lib/types/components/index.d.ts +0 -19
  186. package/lib/types/float-menu/index.d.ts +0 -5
@@ -0,0 +1 @@
1
+ function _0x2614(){const _0x538fb7=['94816jVDgAG','5364989LjAACK','2488436txYDgO','222606mstBwZ','exportImage','FChart','143762LGJmSS','4131570QDWxRz','105639eQGSNJ','477NbgiiF','5cRXuKR','get','extend'];_0x2614=function(){return _0x538fb7;};return _0x2614();}const _0x57c967=_0x1324;function _0x1324(_0x183bc0,_0x346518){_0x183bc0=_0x183bc0-0x79;const _0x2614be=_0x2614();let _0x1324c0=_0x2614be[_0x183bc0];return _0x1324c0;}(function(_0x4fc05c,_0x20a388){const _0x556110=_0x1324,_0x1d08d1=_0x4fc05c();while(!![]){try{const _0x3836a8=parseInt(_0x556110(0x7c))/0x1+parseInt(_0x556110(0x79))/0x2+parseInt(_0x556110(0x7e))/0x3+parseInt(_0x556110(0x85))/0x4*(-parseInt(_0x556110(0x80))/0x5)+parseInt(_0x556110(0x7d))/0x6+parseInt(_0x556110(0x84))/0x7+-parseInt(_0x556110(0x83))/0x8*(parseInt(_0x556110(0x7f))/0x9);if(_0x3836a8===_0x20a388)break;else _0x1d08d1['push'](_0x1d08d1['shift']());}catch(_0x6f37e6){_0x1d08d1['push'](_0x1d08d1['shift']());}}}(_0x2614,0x78dbb));let e=require('@univerjs-pro/chart-ui'),t=require('@univerjs-pro/engine-chart/facade');var n=class extends t[_0x57c967(0x7b)]{[_0x57c967(0x7a)](){const _0x35b8e3=_0x57c967;return this['_injector'][_0x35b8e3(0x81)](e['ChartImageExportService'])[_0x35b8e3(0x7a)](this);}};t[_0x57c967(0x7b)][_0x57c967(0x82)](n);