@univerjs-pro/chart-ui 1.0.0-alpha.7 → 1.0.0-beta.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 (176) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +323 -6
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/components/ChartEditPanel.d.ts +49 -0
  63. package/lib/types/components/ChartInlineTableEditor.d.ts +5 -0
  64. package/lib/types/components/ChartSemanticDataFields.d.ts +28 -0
  65. package/lib/types/components/ChartTypeOptions.d.ts +148 -2
  66. package/lib/types/components/FontFormatBar.d.ts +19 -1
  67. package/lib/types/components/chart-inline-starter-data.d.ts +23 -0
  68. package/lib/types/components/use-chart-panel-input-focus.d.ts +4 -0
  69. package/lib/types/controllers/components.controller.d.ts +4 -2
  70. package/lib/types/editor/ChartEditorProvider.d.ts +11 -0
  71. package/lib/types/editor/atoms/common/ChartFontAtom.d.ts +28 -0
  72. package/lib/types/editor/atoms/common/ChartNumberFormatAtom.d.ts +9 -0
  73. package/lib/types/editor/atoms/common/chart-number-format.d.ts +28 -0
  74. package/lib/types/editor/components/ChartCheckboxField.d.ts +11 -0
  75. package/lib/types/editor/components/ChartColorField.d.ts +13 -0
  76. package/lib/types/editor/components/ChartField.d.ts +15 -0
  77. package/lib/types/editor/components/ChartFieldGroup.d.ts +9 -0
  78. package/lib/types/editor/components/ChartFieldGroupTitle.d.ts +6 -0
  79. package/lib/types/editor/components/ChartFieldRow.d.ts +5 -0
  80. package/lib/types/editor/components/ChartFontField.d.ts +28 -0
  81. package/lib/types/editor/components/ChartImageSelectField.d.ts +13 -0
  82. package/lib/types/editor/components/ChartListField.d.ts +18 -0
  83. package/lib/types/editor/components/ChartMultiSelectField.d.ts +25 -0
  84. package/lib/types/editor/components/ChartNumberField.d.ts +16 -0
  85. package/lib/types/editor/components/ChartSelectField.d.ts +25 -0
  86. package/lib/types/editor/components/ChartTextField.d.ts +14 -0
  87. package/lib/types/editor/hooks/use-chart-config-state.d.ts +3 -0
  88. package/lib/types/editor/hooks/use-chart-data-mapping-fields.d.ts +5 -0
  89. package/lib/types/editor/hooks/use-chart-editor-model.d.ts +3 -0
  90. package/lib/types/editor/hooks/use-chart-runtime-context.d.ts +13 -0
  91. package/lib/types/editor/routing/chart-edit-panel-route.d.ts +21 -0
  92. package/lib/types/editor/sections/ChartAxisSections.d.ts +63 -0
  93. package/lib/types/editor/sections/ChartIndicatorLineSection.d.ts +20 -0
  94. package/lib/types/editor/sections/ChartLegendSection.d.ts +27 -0
  95. package/lib/types/editor/sections/ChartLineAndAreaSection.d.ts +11 -0
  96. package/lib/types/editor/sections/ChartParetoSeriesSection.d.ts +26 -0
  97. package/lib/types/editor/sections/ChartSeriesSection.d.ts +60 -0
  98. package/lib/types/editor/sections/ChartSetupSections.d.ts +21 -0
  99. package/lib/types/editor/sections/ChartStyleSection.d.ts +15 -0
  100. package/lib/types/editor/sections/ChartTitleSections.d.ts +50 -0
  101. package/lib/types/editor/sections/ChartTrendlineSection.d.ts +18 -0
  102. package/lib/types/editor/sections/chart-capabilities.d.ts +10 -0
  103. package/lib/types/editor/sections/chart-style-options.d.ts +86 -0
  104. package/lib/types/editor/sections/specific-section/ChartCandlestickStyleSection.d.ts +1 -0
  105. package/lib/types/editor/sections/specific-section/ChartFunnelStyleSection.d.ts +10 -0
  106. package/lib/types/editor/sections/specific-section/ChartHeatmapStyleSection.d.ts +10 -0
  107. package/lib/types/editor/sections/specific-section/ChartHistogramStyleSection.d.ts +1 -0
  108. package/lib/types/editor/sections/specific-section/ChartPieStyleSection.d.ts +21 -0
  109. package/lib/types/editor/sections/specific-section/ChartRadarStyleSection.d.ts +9 -0
  110. package/lib/types/editor/sections/specific-section/ChartRelationStyleSection.d.ts +17 -0
  111. package/lib/types/editor/sections/specific-section/ChartTreemapStyleSection.d.ts +1 -0
  112. package/lib/types/editor/sections/specific-section/ChartTypeSpecificSections.d.ts +9 -0
  113. package/lib/types/editor/sections/specific-section/ChartWaterfallStyleSection.d.ts +26 -0
  114. package/lib/types/editor/sections/specific-section/ChartWordCloudStyleSection.d.ts +21 -0
  115. package/lib/types/editor/sections/specific-section/ChordDataMappingAtom.d.ts +1 -0
  116. package/lib/types/editor/sections/specific-section/ChordLabelAtom.d.ts +1 -0
  117. package/lib/types/editor/sections/specific-section/ChordLayoutAtom.d.ts +1 -0
  118. package/lib/types/editor/sections/specific-section/ChordRibbonAtom.d.ts +1 -0
  119. package/lib/types/editor/sections/specific-section/GaugeDataMappingAtom.d.ts +1 -0
  120. package/lib/types/editor/sections/specific-section/GaugeModeAtom.d.ts +1 -0
  121. package/lib/types/editor/sections/specific-section/GaugePointerAtom.d.ts +1 -0
  122. package/lib/types/editor/sections/specific-section/GaugeProgressAtom.d.ts +1 -0
  123. package/lib/types/editor/sections/specific-section/GaugeRangesAtom.d.ts +1 -0
  124. package/lib/types/editor/sections/specific-section/GaugeScaleAtom.d.ts +1 -0
  125. package/lib/types/editor/sections/specific-section/SunburstCenterLabelAtom.d.ts +1 -0
  126. package/lib/types/editor/sections/specific-section/SunburstDataMappingAtom.d.ts +1 -0
  127. package/lib/types/editor/sections/specific-section/SunburstLabelAtom.d.ts +1 -0
  128. package/lib/types/editor/sections/specific-section/chord-field-options.d.ts +2 -0
  129. package/lib/types/editor/sections/specific-section/chord-style.d.ts +16 -0
  130. package/lib/types/editor/sections/specific-section/gauge-style.d.ts +10 -0
  131. package/lib/types/editor/sections/specific-section/sunburst-label.d.ts +8 -0
  132. package/lib/types/editor/utils/chart-runtime-axis.d.ts +3 -0
  133. package/lib/types/float-menu/ChartElementFloatMenu.d.ts +2 -2
  134. package/lib/types/float-menu/chart-element-selection.d.ts +7 -0
  135. package/lib/types/float-menu/constants.d.ts +72 -77
  136. package/lib/types/float-menu/create-chart-element-float-menu-adapter.d.ts +10 -0
  137. package/lib/types/float-menu/pie-mark-patch.d.ts +8 -0
  138. package/lib/types/float-menu/types.d.ts +28 -9
  139. package/lib/types/index.d.ts +68 -3
  140. package/lib/types/locale/en-US.d.ts +481 -58
  141. package/lib/types/services/chart-host-adapter.d.ts +12 -0
  142. package/lib/types/services/chart-snapshot-queue.d.ts +58 -0
  143. package/lib/types/services/chart-ui.service.d.ts +19 -0
  144. package/lib/types/services/chart-view-state-projector.d.ts +15 -0
  145. package/lib/types/services/chart-view-state-registry.d.ts +11 -0
  146. package/lib/types/services/chart-view-state.d.ts +118 -0
  147. package/lib/types/services/inline-chart-creation.d.ts +42 -0
  148. package/lib/types/services/register-chart-config-states.d.ts +3 -0
  149. package/lib/types/services/register-chart-view-states/chart-specific.d.ts +4 -0
  150. package/lib/types/services/register-chart-view-states/semantic.d.ts +4 -0
  151. package/lib/umd/index.js +1 -1
  152. package/lib/umd/locale/ar-SA.js +1 -1
  153. package/lib/umd/locale/ca-ES.js +1 -1
  154. package/lib/umd/locale/de-DE.js +1 -1
  155. package/lib/umd/locale/en-US.js +1 -1
  156. package/lib/umd/locale/es-ES.js +1 -1
  157. package/lib/umd/locale/fa-IR.js +1 -1
  158. package/lib/umd/locale/fr-FR.js +1 -1
  159. package/lib/umd/locale/id-ID.js +1 -1
  160. package/lib/umd/locale/it-IT.js +1 -1
  161. package/lib/umd/locale/ja-JP.js +1 -1
  162. package/lib/umd/locale/ko-KR.js +1 -1
  163. package/lib/umd/locale/pl-PL.js +1 -1
  164. package/lib/umd/locale/pt-BR.js +1 -1
  165. package/lib/umd/locale/ru-RU.js +1 -1
  166. package/lib/umd/locale/sk-SK.js +1 -1
  167. package/lib/umd/locale/vi-VN.js +1 -1
  168. package/lib/umd/locale/zh-CN.js +1 -1
  169. package/lib/umd/locale/zh-HK.js +1 -1
  170. package/lib/umd/locale/zh-TW.js +1 -1
  171. package/package.json +11 -8
  172. package/lib/types/components/ChartEditPanelScaffold.d.ts +0 -16
  173. package/lib/types/components/ChartEditorFields.d.ts +0 -65
  174. package/lib/types/components/ChartPresentationFields.d.ts +0 -8
  175. package/lib/types/components/index.d.ts +0 -16
  176. package/lib/types/float-menu/index.d.ts +0 -5
@@ -1 +1 @@
1
- function _0x2d06(_0x252ee2,_0x36dbbc){_0x252ee2=_0x252ee2-0x133;var _0x282fd5=_0x282f();var _0x2d0621=_0x282fd5[_0x252ee2];return _0x2d0621;}function _0x282f(){var _0x271a29=['10316799fusHon','百分比','軸標題','資料點','邊框顏色','193315vKIGWJ','右對齊','新增欄','網格線','在此複製並貼上資料','806926QCfEBV','4257687WgYiQy','15sOoPXt','amd','8aYyQBb','圖表標題','20536580qxUJSs','4160824oCHNSh','object','126GPXRCV','標籤位置','左對齊','副標題','exports','203300YbYlpJ','UniverProChartUiZhTW','圖例換行','新增列','右縱軸','透明度','標題文字'];_0x282f=function(){return _0x271a29;};return _0x282f();}(function(_0x4d04f3,_0x57b4b8){var _0x38d074=_0x2d06,_0x14c613=_0x4d04f3();while(!![]){try{var _0x57ca6a=parseInt(_0x38d074(0x144))/0x1+parseInt(_0x38d074(0x133))/0x2*(parseInt(_0x38d074(0x146))/0x3)+parseInt(_0x38d074(0x14b))/0x4+-parseInt(_0x38d074(0x13f))/0x5*(-parseInt(_0x38d074(0x14d))/0x6)+parseInt(_0x38d074(0x145))/0x7+parseInt(_0x38d074(0x148))/0x8*(-parseInt(_0x38d074(0x13a))/0x9)+-parseInt(_0x38d074(0x14a))/0xa;if(_0x57ca6a===_0x57b4b8)break;else _0x14c613['push'](_0x14c613['shift']());}catch(_0x127885){_0x14c613['push'](_0x14c613['shift']());}}}(_0x282f,0x8c859),function(_0x55cecd,_0x214be8){var _0x532d81=_0x2d06;typeof exports==_0x532d81(0x14c)&&typeof module<'u'?module[_0x532d81(0x151)]=_0x214be8():typeof define=='function'&&define[_0x532d81(0x147)]?define([],_0x214be8):(_0x55cecd=typeof globalThis<'u'?globalThis:_0x55cecd||self,_0x55cecd[_0x532d81(0x134)]=_0x214be8());}(this,function(){var _0x4edd2e=_0x2d06;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x4edd2e(0x135)},'inlineTable':{'pasteHint':_0x4edd2e(0x143),'addRow':_0x4edd2e(0x136),'addColumn':_0x4edd2e(0x141)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0x4edd2e(0x149),'subtitle':_0x4edd2e(0x150),'axisTitle':_0x4edd2e(0x13c),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x4edd2e(0x137),'gridline':_0x4edd2e(0x142),'tick':'刻度線','mark':'標記','series':'系列','dataPoint':_0x4edd2e(0x13d),'dataLabel':'資料標籤'},'field':{'title':'標題','subtitle':_0x4edd2e(0x150),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':'最小值','max':'最大值','color':'顏色','borderColor':_0x4edd2e(0x13e),'opacity':_0x4edd2e(0x138),'labelPosition':_0x4edd2e(0x14e),'labelText':'標籤文字','titleText':_0x4edd2e(0x139)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x4edd2e(0x14f),'center':'置中','right':_0x4edd2e(0x140)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':_0x4edd2e(0x13b)},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));
1
+ function _0x280d(_0x3a5459,_0x1aba49){_0x3a5459=_0x3a5459-0x182;var _0x5dc8b8=_0x5dc8();var _0x280dbc=_0x5dc8b8[_0x3a5459];return _0x280dbc;}function _0x5dc8(){var _0x238a57=['矩形樹圖','自訂分割','旭日圖','頂部(%)','設定標籤格式','儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','標籤文字顏色','背景顏色','資料標籤','雷達形狀','空心\x20K\x20線','切換列或欄','半個餡餅','散點圖','正文字體顏色','排列圖','資料點','空心圓形','刪除圖表','柱形間距','連接數據點','左側(%)','儀表圖至少需要一個有限數值。','網格線','標籤旋轉','顯示公式','日期格式將日期和時間系列數值顯示為日期值。','進階設定','指示線','刪除階層欄位','exports','連接線顏色','圖表類型','6246480MrNqRd','UniverProChartUiZhTW','相鄰節點','間隔角度','透明度','右對齊','收盤價','漸變填充','自訂格式','空心菱形','刻度長度','儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。','負數類型','關係圖','邊框透明度','副標題','瀑布圖','下溢閾值','填滿不透明度','弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','經典指針','關聯值','千分位符','矩形樹圖至少需要一個階層欄位和一個數值欄位。','環形圖','三角形','網格線顏色','標題類型','隱藏圖表面板','漏斗圖','分隔線','2252YSpYxX','面積圖','長方形','匯出圖片','版面配置','全系列','資料點顏色','object','空心針形','旭日圖至少需要一個階層欄位和一個數值欄位。','向上移動階層欄位','細胞標籤','開盤價','邊框寬度','包括零值','內半徑必須小於外半徑。','複合餅圖','常規格式不包含任何特定的數字格式。','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','連接線寬度','切片間距','視為零','軸標題','新增行','使用絕對值','視覺圖','直方圖','專案差距','多邊形','標籤文字','重複單字','指示線類型','條形圖','節點形狀','價值單位','線條樣式','插入圖表','父標籤佈局','軸標籤','空心圓角矩形','百分比小於','來源格式','空心箭頭','百分比','7905PCWjzl','詞雲圖','軸標籤數字格式','標籤線','五角大廈','類別名稱','旋轉標籤','選擇方式','K\x20線圖','線條顏色','網格線寬度','62uvtBOz','按值調整節點大小','圖表形態','字體大小','格式類型','內半徑','刻度線顏色','圖表樣式','起始角度','日期類型','10901qhnOtg','標籤內容','最低價','多項式','刻度範圍','影線寬度','右縱軸','關係數','預設顏色','連接線','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','54PDfUMU','折線圖\x20/\x20面積圖','小數位數','插入圖表失敗','1613352ONMaAH','燭身顏色','無效值','開啟圖表面板','子母餅圖','分類間距(%)','影線顏色','8564EfQyvd','刻度寬度','5040HNtvWK','K\x20線狀態','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','點大小','4688705HPthTG','折線圖','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','標題文字','雷達圖','累積占比系列','縱軸標題','圖表標題','起始值','設定圖表','進階版面配置','和弦圖','刪除資料點','組合圖','儀表圖','次要圖表資料點數','正文字體大小','標籤樣式','使用小計','11061106DPEoAX','最高價','弦圖至少需要兩個不同節點之間的一條正權重關係。','樹狀圖','系列名稱','甜甜圈洞','添加趨勢線','自身值','邊框類型','貨幣類型','使用\x20{0}\x20作為類別','數值小於','連接帶','移動平均線','樣式目標','百分比堆疊條形圖','刻度線','階層欄位','空心矩形','百分比堆疊\x20·\x20柱狀圖','掩模圖像ID','圓角矩形','標籤位置','扇區分離(%)','前三角','新增欄目','數字格式','熱力圖','分割依據','中心總計','堆疊條形圖','向下移動階層欄位'];_0x5dc8=function(){return _0x238a57;};return _0x5dc8();}(function(_0x22fcaf,_0x482865){var _0x1665cd=_0x280d,_0x51b31=_0x22fcaf();while(!![]){try{var _0x5c5390=-parseInt(_0x1665cd(0x232))/0x1*(parseInt(_0x1665cd(0x182))/0x2)+-parseInt(_0x1665cd(0x227))/0x3*(-parseInt(_0x1665cd(0x1fb))/0x4)+parseInt(_0x1665cd(0x188))/0x5+-parseInt(_0x1665cd(0x1dc))/0x6+parseInt(_0x1665cd(0x19b))/0x7+parseInt(_0x1665cd(0x24b))/0x8*(-parseInt(_0x1665cd(0x247))/0x9)+parseInt(_0x1665cd(0x184))/0xa*(-parseInt(_0x1665cd(0x23c))/0xb);if(_0x5c5390===_0x482865)break;else _0x51b31['push'](_0x51b31['shift']());}catch(_0x1fca27){_0x51b31['push'](_0x51b31['shift']());}}}(_0x5dc8,0xf0912),function(_0x39c45,_0x524fec){var _0x5cbc24=_0x280d;typeof exports==_0x5cbc24(0x202)&&typeof module<'u'?module[_0x5cbc24(0x1d9)]=_0x524fec():typeof define=='function'&&define['amd']?define([],_0x524fec):(_0x39c45=typeof globalThis<'u'?globalThis:_0x39c45||self,_0x39c45[_0x5cbc24(0x1dd)]=_0x524fec());}(this,function(){var _0x59f8b3=_0x280d;return{'chart-ui':{'editor':{'defaultColor':_0x59f8b3(0x244),'fontSize':_0x59f8b3(0x235)},'setup':{'stack':'堆疊','percentStacked':'百分比堆疊'},'chartTypes':{'line':_0x59f8b3(0x189),'column':'柱狀圖','columnStacked':'堆疊\x20·\x20柱狀圖','columnPercentStacked':_0x59f8b3(0x1ae),'bar':_0x59f8b3(0x21b),'barStacked':_0x59f8b3(0x1b9),'barPercentStacked':_0x59f8b3(0x1aa),'pie':'餅圖','donut':_0x59f8b3(0x1f4),'pieOfPie':_0x59f8b3(0x24f),'barOfPie':_0x59f8b3(0x20b),'area':_0x59f8b3(0x1fc),'areaStacked':'堆疊面積圖','areaPercentStacked':'百分比堆疊面積圖','radar':_0x59f8b3(0x18c),'scatter':_0x59f8b3(0x1c8),'combination':_0x59f8b3(0x195),'wordCloud':_0x59f8b3(0x228),'funnel':_0x59f8b3(0x1f9),'bubble':'氣泡圖','relation':'關係圖','waterfall':'瀑布圖','pareto':_0x59f8b3(0x1ca),'sankey':'桑基圖','heatmap':_0x59f8b3(0x1b6),'boxplot':'箱型圖','candlestick':_0x59f8b3(0x22f),'histogram':_0x59f8b3(0x215),'treemap':_0x59f8b3(0x1bb),'sunburst':_0x59f8b3(0x1bd),'gauge':'儀表板','chord':_0x59f8b3(0x193)},'section':{'waterfall':_0x59f8b3(0x1ec),'paretoBar':'長條圖系列','paretoLine':_0x59f8b3(0x18d),'pie':'餅圖','wordCloud':'詞雲','radar':_0x59f8b3(0x18c),'funnel':_0x59f8b3(0x1f9),'relation':_0x59f8b3(0x1e9),'lineAndArea':_0x59f8b3(0x248),'gridlinesAndTicks':'網格線和刻度線','indicatorLine':_0x59f8b3(0x1d7),'candlestick':'燭台圖','histogram':_0x59f8b3(0x215),'treemap':_0x59f8b3(0x19e),'sunburst':_0x59f8b3(0x1bd),'gauge':_0x59f8b3(0x196),'chord':'和弦圖'},'presentation':{'backgroundColor':_0x59f8b3(0x1c2),'theme':'主題','gradientFill':_0x59f8b3(0x1e3),'bodyFontSize':_0x59f8b3(0x198),'bodyFontColor':_0x59f8b3(0x1c9),'titleType':_0x59f8b3(0x1f7),'horizontalAxisTitle':'橫軸標題','verticalAxisTitle':_0x59f8b3(0x18e),'rightVerticalAxisTitle':'右縱軸標題','wrap':'包裹圖例','selectMode':_0x59f8b3(0x22e),'visualMapType':_0x59f8b3(0x214),'align':'對準'},'numberFormat':{'source':_0x59f8b3(0x224),'number':'數量','scientific':'科學的','custom':_0x59f8b3(0x1e4),'preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':_0x59f8b3(0x1f2),'formatTypes':_0x59f8b3(0x236),'generalDesc':_0x59f8b3(0x20c),'accountingDesc':'會計數字格式可對一列數值進行貨幣符號和小數點對齊。','currencyDesc':_0x59f8b3(0x246),'dateDesc':_0x59f8b3(0x1d5),'thousandsDesc':_0x59f8b3(0x20d),'decimalPlaces':_0x59f8b3(0x249),'currencyTypes':_0x59f8b3(0x1a4),'negativeNumberTypes':_0x59f8b3(0x1e8),'dateTypes':_0x59f8b3(0x23b),'setFormat':_0x59f8b3(0x1bf)},'series':{'rightAxis':'右軸','allSeries':_0x59f8b3(0x200),'aggregate':'彙總','borderOpacity':_0x59f8b3(0x1ea),'solid':'固體','pointShape':'點狀','pointSize':_0x59f8b3(0x187),'pointColor':_0x59f8b3(0x201),'removeDataPoint':_0x59f8b3(0x194),'square':'廣場','rect':'矩形','roundRect':_0x59f8b3(0x1b0),'pin':'針形','emptyCircle':_0x59f8b3(0x1cc),'emptySquare':'空心正方形','emptyTriangle':'空心三角形','emptyDiamond':_0x59f8b3(0x1e5),'emptyRect':_0x59f8b3(0x1ad),'emptyRoundRect':_0x59f8b3(0x222),'emptyPin':_0x59f8b3(0x203),'emptyArrow':_0x59f8b3(0x225)},'lineAndArea':{'lineStyle':_0x59f8b3(0x21e),'line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x59f8b3(0x24d),'breakLine':'斷線','connect':_0x59f8b3(0x1cf),'zero':_0x59f8b3(0x210)},'axis':{'useDateAxis':'將標籤視為日期','target':'軸','lineColor':_0x59f8b3(0x230),'lineWidth':'線寬','labelRotation':_0x59f8b3(0x1d3),'reverse':'反轉軸','gridlineVisible':_0x59f8b3(0x1d2),'gridlineColor':_0x59f8b3(0x1f6),'gridlineWidth':_0x59f8b3(0x231),'tickVisible':'蜱蟲','tickLength':_0x59f8b3(0x1e6),'tickWidth':_0x59f8b3(0x183),'tickColor':_0x59f8b3(0x238),'tickPosition':'刻度位置'},'indicator':{'lineColor':'指示線顏色','lineType':_0x59f8b3(0x21a),'labelBackground':'標籤背景','labelText':_0x59f8b3(0x1c1)},'trendline':{'add':_0x59f8b3(0x1a1),'type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':_0x59f8b3(0x23f),'power':'電源','movingAverage':_0x59f8b3(0x1a8),'showFormula':_0x59f8b3(0x1d4),'showR2':'顯示\x20R²','order':'訂單','period':'時期','formulaColor':'配方顏色','r2Color':'R²顏色'},'pareto':{'includeZeroValues':_0x59f8b3(0x209)},'plotArea':{'label':'繪圖區','manual':'手動','left':_0x59f8b3(0x1d0),'top':_0x59f8b3(0x1be),'width':'寬度(%)','height':'高度(%)'},'bar':{'layout':_0x59f8b3(0x1ce),'gapWidth':_0x59f8b3(0x250),'overlap':'系列重疊(%)'},'pie':{'mode':_0x59f8b3(0x234),'modeNormal':'一般','modePieOfPie':'子母餅圖','modeBarOfPie':_0x59f8b3(0x20b),'splitType':_0x59f8b3(0x1b7),'splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':_0x59f8b3(0x1bc),'customSelectedCountValue':'已選取\x20{0}\x20個資料點','positionCount':_0x59f8b3(0x197),'valueLessThan':_0x59f8b3(0x1a6),'percentageLessThan':_0x59f8b3(0x223),'secondarySize':'次要圖表大小','advancedLayout':_0x59f8b3(0x192),'connector':_0x59f8b3(0x245),'slices':'扇區','gapWidth':'主要與次要圖表間距','connectorColor':_0x59f8b3(0x1da),'connectorWidth':_0x59f8b3(0x20e),'connectorType':'連接線類型','aggregateOther':'其他','aggregateMembers':'成員','valueScale':'數值縮放','doughnutHole':_0x59f8b3(0x1a0),'startAngle':_0x59f8b3(0x23a),'explosion':_0x59f8b3(0x1b2),'paddingAngle':_0x59f8b3(0x20f),'halfPie':_0x59f8b3(0x1c7),'rosePie':'玫瑰派','labelLine':_0x59f8b3(0x22a)},'radar':{'shape':_0x59f8b3(0x1c4),'polygon':_0x59f8b3(0x217),'fill':'區域填充'},'funnel':{'gap':_0x59f8b3(0x216),'absoluteValues':_0x59f8b3(0x213)},'heatmap':{'unit':_0x59f8b3(0x21d),'labels':_0x59f8b3(0x206)},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':_0x59f8b3(0x21c),'valueSize':_0x59f8b3(0x233),'rotateLabels':_0x59f8b3(0x22d),'gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x59f8b3(0x1af),'repeat':_0x59f8b3(0x219),'cloud':'雲','rect':_0x59f8b3(0x1fd),'cardioid':'心形','heart':'心','triangle-forward':_0x59f8b3(0x1b3),'pentagon':_0x59f8b3(0x22b),'star':'明星'},'waterfall':{'styleTarget':_0x59f8b3(0x1a9),'positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':_0x59f8b3(0x19a),'connector':_0x59f8b3(0x245)},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':_0x59f8b3(0x185),'open':_0x59f8b3(0x207),'high':_0x59f8b3(0x19c),'low':_0x59f8b3(0x23e),'close':_0x59f8b3(0x1e2),'rising':'上漲','falling':'下跌','doji':'十字線','bodyColor':_0x59f8b3(0x24c),'fillOpacity':_0x59f8b3(0x1ee),'wickColor':_0x59f8b3(0x251),'wickWidth':_0x59f8b3(0x241),'wickOpacity':'影線不透明度','candleWidth':'燭身寬度','hollow':_0x59f8b3(0x1c5),'columnsError':_0x59f8b3(0x18a),'series':'OHLC\x20數列'},'histogram':{'binGap':'組距','binningMode':'分檔模式','count':'計數','width':'寬度','binCount':'組數','binWidth':'組距寬度','underflow':_0x59f8b3(0x1ed),'overflow':'溢出閾值','frequency':'頻數'},'treemap':{'parentLabelLayout':_0x59f8b3(0x220),'banner':'橫幅','overlapping':'重疊','leafLabel':'葉子標籤','hierarchy':_0x59f8b3(0x1ac),'diagnostic':_0x59f8b3(0x1f3)},'sunburst':{'hierarchy':'階層','addHierarchy':'新增階層','moveUp':_0x59f8b3(0x205),'moveDown':_0x59f8b3(0x1ba),'removeHierarchy':_0x59f8b3(0x1d8),'centerLabel':_0x59f8b3(0x1b8),'labelFormat':_0x59f8b3(0x199),'diagnostic':_0x59f8b3(0x204)},'gauge':{'scale':_0x59f8b3(0x240),'majorDivisions':'主刻度數','minorDivisions':'每個主刻度的次刻度數','angles':'角度','endAngle':'結束角度','ranges':'範圍','rangeFrom':_0x59f8b3(0x190),'rangeTo':'結束值','addRange':'添加範圍','removeRange':'刪除範圍','axisTick':'刻度線','splitLine':_0x59f8b3(0x1fa),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x59f8b3(0x1f0),'pointerSlim':'纖細指針','template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':_0x59f8b3(0x1d6),'customized':'自訂','axisLabelNumberFormat':_0x59f8b3(0x229),'detailNumberFormat':'中心數值格式','emptyDiagnostic':_0x59f8b3(0x1d1),'mappingDiagnostic':_0x59f8b3(0x1c0),'configDiagnostic':_0x59f8b3(0x1e7)},'chord':{'source':'來源','target':'目標','count':_0x59f8b3(0x243),'node':'節點','ribbon':_0x59f8b3(0x1a7),'clockwise':'順時針','padAngle':_0x59f8b3(0x1df),'minAngle':'最小角度','innerRadius':_0x59f8b3(0x237),'outerRadius':'外半徑','invalidRadii':_0x59f8b3(0x20a),'rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x59f8b3(0x1de),'self':'目前節點','emptyDiagnostic':_0x59f8b3(0x19d),'mappingDiagnostic':_0x59f8b3(0x186),'configDiagnostic':_0x59f8b3(0x1ef),'associatedValue':_0x59f8b3(0x1f1)},'common':{'category':'類別','seriesName':_0x59f8b3(0x19f),'value':'數值','percentage':_0x59f8b3(0x226),'borderColor':'邊框顏色','labelContent':_0x59f8b3(0x23d),'labelPosition':_0x59f8b3(0x1b1),'dataLabels':'資料標籤','chartType':_0x59f8b3(0x1db),'bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':_0x59f8b3(0x239),'chartAndAxisTitles':'圖表與座標軸標題','legend':'圖例','chartTitle':_0x59f8b3(0x18f),'subtitle':_0x59f8b3(0x1eb),'series':'系列','dataPoint':_0x59f8b3(0x1cb),'trendline':'趨勢線','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x59f8b3(0x242),'layout':_0x59f8b3(0x1ff),'arrow':'箭頭','axisLabels':_0x59f8b3(0x221),'currency':'貨幣','date':'日期','displayName':'顯示名稱','emphasis':'強調','heatmap':_0x59f8b3(0x1b6),'lineColor':_0x59f8b3(0x230),'lineWidth':'線寬','min':'最小值','max':'最大值','mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':'左對齊','center':'置中','right':_0x59f8b3(0x1e1)},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x59f8b3(0x1e0),'font':'字體','none':'無','numberFormat':_0x59f8b3(0x1b5),'borderWidth':_0x59f8b3(0x208),'borderType':_0x59f8b3(0x1a3),'lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':_0x59f8b3(0x1f5),'diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':_0x59f8b3(0x23a),'valueField':'數值欄位','categoryName':_0x59f8b3(0x22c),'ownValue':_0x59f8b3(0x1a2),'children':'子項','label':'標籤','editChart':'編輯圖表','deleteChart':_0x59f8b3(0x1cd),'insertChart':_0x59f8b3(0x21f),'insertChartFailed':_0x59f8b3(0x24a),'openChartPanel':_0x59f8b3(0x24e),'hideChartPanel':_0x59f8b3(0x1f8),'exportImage':_0x59f8b3(0x1fe),'copy':'複製','setup':_0x59f8b3(0x191),'customize':'自訂圖表','data':'資料','tableDataEmpty':'表格資料為空','dataRange':'資料範圍','editData':'編輯資料','inlineData':'內嵌資料','switchRowColumn':_0x59f8b3(0x1c6),'useAsCategoryLabels':_0x59f8b3(0x1a5),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':'貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','addRow':_0x59f8b3(0x212),'addColumn':_0x59f8b3(0x1b4)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x59f8b3(0x211),'gridline':_0x59f8b3(0x1d2),'tick':_0x59f8b3(0x1ab),'mark':'標記','dataLabel':_0x59f8b3(0x1c3)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':_0x59f8b3(0x218),'titleText':_0x59f8b3(0x18b)},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/chart-ui",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-beta.0",
4
4
  "private": false,
5
5
  "description": "Shared chart UI components for Univer Pro.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -52,20 +52,23 @@
52
52
  "lib"
53
53
  ],
54
54
  "peerDependencies": {
55
- "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
55
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
56
+ "rxjs": ">=7.0.0"
56
57
  },
57
58
  "dependencies": {
58
- "@univerjs/icons": "1.34.0",
59
- "@univerjs-pro/engine-chart": "1.0.0-alpha.7",
60
- "@univerjs/design": "1.0.0-alpha.7",
61
- "@univerjs/core": "1.0.0-alpha.7",
62
- "@univerjs/ui": "1.0.0-alpha.7"
59
+ "@univerjs/icons": "1.35.0",
60
+ "@univerjs-pro/license": "1.0.0-beta.0",
61
+ "@univerjs/design": "1.0.0-beta.0",
62
+ "@univerjs/ui": "1.0.0-beta.0",
63
+ "@univerjs/core": "1.0.0-beta.0",
64
+ "@univerjs-pro/engine-chart": "1.0.0-beta.0"
63
65
  },
64
66
  "devDependencies": {
65
67
  "react": "18.3.1",
68
+ "rxjs": "7.8.2",
66
69
  "typescript": "^6.0.3",
67
70
  "vitest": "^4.1.10",
68
- "@univerjs-infra/shared": "1.0.0-alpha.7"
71
+ "@univerjs-infra/shared": "1.0.0-beta.0"
69
72
  },
70
73
  "scripts": {
71
74
  "typecheck": "tsc --noEmit",
@@ -1,16 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- export interface IChartEditPanelTabItem<T extends string | number = string | number> {
3
- label: ReactNode;
4
- value: T;
5
- }
6
- export interface IChartEditPanelTabsProps<T extends string | number = string | number> {
7
- className?: string;
8
- items: Array<IChartEditPanelTabItem<T>>;
9
- value: T;
10
- onChange: (value: T) => void;
11
- }
12
- export declare function ChartEditPanelTabs<T extends string | number = string | number>(props: IChartEditPanelTabsProps<T>): import("react").JSX.Element;
13
- export interface IChartEditBlockTitleProps {
14
- title: string;
15
- }
16
- export declare function ChartEditBlockTitle(props: IChartEditBlockTitleProps): import("react").JSX.Element;
@@ -1,65 +0,0 @@
1
- import type { ChartColor, ILabelStyle } from '@univerjs-pro/engine-chart';
2
- import type { Nullable } from '@univerjs/core';
3
- import type { ReactNode } from 'react';
4
- export interface IChartEditorOption<T extends string = string> {
5
- label: ReactNode;
6
- value: T;
7
- }
8
- export interface IChartPropertyFieldProps {
9
- children: ReactNode;
10
- label: ReactNode;
11
- }
12
- export declare function ChartPropertyField(props: IChartPropertyFieldProps): import("react").JSX.Element;
13
- export interface IChartPropertyRowProps {
14
- children: ReactNode;
15
- }
16
- export declare function ChartPropertyRow(props: IChartPropertyRowProps): import("react").JSX.Element;
17
- export interface IChartSelectFieldProps<T extends string = string> {
18
- label: string;
19
- onChange: (value: T) => void;
20
- options: Array<IChartEditorOption<T>>;
21
- value?: T;
22
- }
23
- export declare function ChartSelectField<T extends string = string>(props: IChartSelectFieldProps<T>): import("react").JSX.Element;
24
- export interface IChartCheckboxFieldProps {
25
- checked: boolean;
26
- label: string;
27
- onChange: (checked: boolean) => void;
28
- }
29
- export declare function ChartCheckboxField(props: IChartCheckboxFieldProps): import("react").JSX.Element;
30
- export interface IChartToggleFieldProps {
31
- checked: boolean;
32
- icon?: ReactNode;
33
- label: string;
34
- onChange: (checked: boolean) => void;
35
- }
36
- export declare function ChartToggleField(props: IChartToggleFieldProps): import("react").JSX.Element;
37
- export interface IChartNumberFieldProps {
38
- label: string;
39
- max?: number;
40
- min?: number;
41
- onChange: (value: number | undefined) => void;
42
- step?: number;
43
- value?: number | null;
44
- }
45
- export declare function ChartNumberField(props: IChartNumberFieldProps): import("react").JSX.Element;
46
- export interface IChartTextFieldProps {
47
- label: string;
48
- onChange: (value: string) => void;
49
- placeholder?: string;
50
- value?: string;
51
- }
52
- export declare function ChartTextField(props: IChartTextFieldProps): import("react").JSX.Element;
53
- export interface IChartColorFieldProps {
54
- label: string;
55
- onChange: (value: Nullable<string>) => void;
56
- value?: Nullable<ChartColor>;
57
- }
58
- export declare function ChartColorField(props: IChartColorFieldProps): import("react").JSX.Element;
59
- export interface IChartFontFieldProps {
60
- alignControl?: boolean;
61
- label: string;
62
- onChange: (key: keyof ILabelStyle, value: ILabelStyle[keyof ILabelStyle]) => void;
63
- value?: Partial<ILabelStyle>;
64
- }
65
- export declare function ChartFontField(props: IChartFontFieldProps): import("react").JSX.Element;
@@ -1,8 +0,0 @@
1
- import { ChartTypeBits, LegendPositionEnum } from '@univerjs-pro/engine-chart';
2
- export interface IChartLegendWrapFieldProps {
3
- chartType?: ChartTypeBits;
4
- onChange: (wrap: boolean) => void;
5
- position?: LegendPositionEnum;
6
- wrap?: boolean;
7
- }
8
- export declare function ChartLegendWrapField(props: IChartLegendWrapFieldProps): import("react").JSX.Element | null;
@@ -1,16 +0,0 @@
1
- export { ChartCheckboxField, ChartColorField, ChartFontField, ChartNumberField, ChartPropertyField, ChartPropertyRow, ChartSelectField, ChartTextField, ChartToggleField, } from './ChartEditorFields';
2
- export type { IChartCheckboxFieldProps, IChartColorFieldProps, IChartEditorOption, IChartFontFieldProps, IChartNumberFieldProps, IChartPropertyFieldProps, IChartPropertyRowProps, IChartSelectFieldProps, IChartTextFieldProps, IChartToggleFieldProps, } from './ChartEditorFields';
3
- export { ChartEditBlockTitle, ChartEditPanelTabs } from './ChartEditPanelScaffold';
4
- export type { IChartEditBlockTitleProps, IChartEditPanelTabItem, IChartEditPanelTabsProps } from './ChartEditPanelScaffold';
5
- export { appendInlineTableColumn, appendInlineTableRow, applyInlineTablePaste, ChartInlineTableEditor, coerceInlineTableCell, compactInlineTableValues, normalizeInlineTableValues, } from './ChartInlineTableEditor';
6
- export type { ChartInlineCellValue, IChartInlineTableEditorProps, } from './ChartInlineTableEditor';
7
- export { ChartLegendWrapField } from './ChartPresentationFields';
8
- export type { IChartLegendWrapFieldProps } from './ChartPresentationFields';
9
- export { buildChartThemeSelectOptions, buildChartTypeSelectOptions, chartBorderWidthValues, chartLinePointSizeValues, chartOpacityValues, chartTickLengthValues, chartTickWidthValues, chartTypeToIcon, createPercentOptions, createPxOptions, renderChartThemeColorStrip, renderChartTypeSelectLabel, } from './ChartTypeOptions';
10
- export type { IChartPrimitiveOption, IChartSelectOption, IChartTypeOption } from './ChartTypeOptions';
11
- export { ColorPickerControl } from './ColorPickerControl';
12
- export type { IColorPickerControlProps } from './ColorPickerControl';
13
- export { DropdownSelector } from './DropdownSelector';
14
- export type { IDropdownSelectorOption, IDropdownSelectorProps } from './DropdownSelector';
15
- export { FontAlignSelector, FontColorSelector, FontFormatBar, FontFormatToggle, FontSizeSelector } from './FontFormatBar';
16
- export type { IFontAlignSelectorProps, IFontColorSelectorProps, IFontFormatBarProps, IFontFormatStyle, IFontFormatToggleProps, IFontSizeSelectorProps, PropertyChangeFunction, } from './FontFormatBar';
@@ -1,5 +0,0 @@
1
- export { ChartElementFloatMenuAdapterRegistry } from './chart-element-float-menu-adapter-registry';
2
- export { ChartElementFloatMenu } from './ChartElementFloatMenu';
3
- export { CHART_ELEMENT_FLOAT_MENU_COMPONENT } from './constants';
4
- export type { ChartElementConfigTarget, ChartElementFloatMenuStateKey, ChartMarkDirectEditTarget, ChartMarkPanelTarget, IChartElementFloatMenuAdapter, IChartElementFloatMenuAdapterRegistry, IChartElementFloatMenuContext, IChartElementFloatMenuExtraProps, } from './types';
5
- export { resolveChartElementConfigTarget } from './types';