@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
@@ -1 +1 @@
1
- function _0x5da6(){var _0x33e873=['4418820YwBXWu','網格線','最大值','資料標籤','副標題','826152RfPzBa','資料點','左對齊','新增欄','function','5060768YMXydM','標籤位置','軸標題','2AWKEpz','UniverProChartUiZhTW','amd','1466844gACZyo','exports','1237376RgfQzj','5GSeYIJ','標籤文字','在此複製並貼上資料','最小值','右對齊','標題文字','圖例換行','圖表標題','邊框顏色','385133MeuaUa','右縱軸','4615758afhJCD','新增列'];_0x5da6=function(){return _0x33e873;};return _0x5da6();}function _0x1eae(_0x2628e6,_0x149cd3){_0x2628e6=_0x2628e6-0x11c;var _0x5da6ba=_0x5da6();var _0x1eae5c=_0x5da6ba[_0x2628e6];return _0x1eae5c;}(function(_0x266cd2,_0x3039cc){var _0x23e626=_0x1eae,_0x25cddd=_0x266cd2();while(!![]){try{var _0x11c6f0=parseInt(_0x23e626(0x120))/0x1*(-parseInt(_0x23e626(0x131))/0x2)+parseInt(_0x23e626(0x134))/0x3+-parseInt(_0x23e626(0x136))/0x4*(parseInt(_0x23e626(0x137))/0x5)+parseInt(_0x23e626(0x129))/0x6+-parseInt(_0x23e626(0x124))/0x7+parseInt(_0x23e626(0x12e))/0x8+parseInt(_0x23e626(0x122))/0x9;if(_0x11c6f0===_0x3039cc)break;else _0x25cddd['push'](_0x25cddd['shift']());}catch(_0x59e28f){_0x25cddd['push'](_0x25cddd['shift']());}}}(_0x5da6,0x6cf99),function(_0x4d302f,_0x44a3e4){var _0x5d65db=_0x1eae;typeof exports=='object'&&typeof module<'u'?module[_0x5d65db(0x135)]=_0x44a3e4():typeof define==_0x5d65db(0x12d)&&define[_0x5d65db(0x133)]?define([],_0x44a3e4):(_0x4d302f=typeof globalThis<'u'?globalThis:_0x4d302f||self,_0x4d302f[_0x5d65db(0x132)]=_0x44a3e4());}(this,function(){var _0x199ec8=_0x1eae;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x199ec8(0x11d)},'inlineTable':{'pasteHint':_0x199ec8(0x139),'addRow':_0x199ec8(0x123),'addColumn':_0x199ec8(0x12c)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0x199ec8(0x11e),'subtitle':_0x199ec8(0x128),'axisTitle':_0x199ec8(0x130),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x199ec8(0x121),'gridline':_0x199ec8(0x125),'tick':'刻度線','mark':'標記','series':'系列','dataPoint':_0x199ec8(0x12a),'dataLabel':_0x199ec8(0x127)},'field':{'title':'標題','subtitle':_0x199ec8(0x128),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':_0x199ec8(0x13a),'max':_0x199ec8(0x126),'color':'顏色','borderColor':_0x199ec8(0x11f),'opacity':'透明度','labelPosition':_0x199ec8(0x12f),'labelText':_0x199ec8(0x138),'titleText':_0x199ec8(0x11c)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x199ec8(0x12b),'center':'置中','right':_0x199ec8(0x13b)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':'百分比'},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));
1
+ (function(_0x3f5281,_0x5b1002){var _0x19f0d7=_0x5840,_0x9b9cf3=_0x3f5281();while(!![]){try{var _0x4c9264=-parseInt(_0x19f0d7(0x1e7))/0x1+parseInt(_0x19f0d7(0x162))/0x2+parseInt(_0x19f0d7(0x17f))/0x3+parseInt(_0x19f0d7(0x176))/0x4+parseInt(_0x19f0d7(0x163))/0x5+-parseInt(_0x19f0d7(0x200))/0x6*(-parseInt(_0x19f0d7(0x1d5))/0x7)+-parseInt(_0x19f0d7(0x169))/0x8*(parseInt(_0x19f0d7(0x182))/0x9);if(_0x4c9264===_0x5b1002)break;else _0x9b9cf3['push'](_0x9b9cf3['shift']());}catch(_0x1d404f){_0x9b9cf3['push'](_0x9b9cf3['shift']());}}}(_0x8692,0x30482),function(_0x1a0c88,_0x221894){var _0x4bc861=_0x5840;typeof exports==_0x4bc861(0x1f5)&&typeof module<'u'?module['exports']=_0x221894():typeof define==_0x4bc861(0x1d2)&&define['amd']?define([],_0x221894):(_0x1a0c88=typeof globalThis<'u'?globalThis:_0x1a0c88||self,_0x1a0c88['UniverProChartUiZhTW']=_0x221894());}(this,function(){var _0x869cc9=_0x5840;return{'chart-ui':{'dataSource':{'inlineMode':'內嵌','referencedMode':'參照','sourceType':_0x869cc9(0x1f6)},'editor':{'defaultColor':'預設顏色','fontSize':_0x869cc9(0x15a)},'setup':{'stack':'堆疊','percentStacked':_0x869cc9(0x147)},'chartTypes':{'line':_0x869cc9(0x20a),'column':_0x869cc9(0x1af),'columnStacked':_0x869cc9(0x180),'columnPercentStacked':_0x869cc9(0x209),'bar':_0x869cc9(0x1a6),'barStacked':_0x869cc9(0x15b),'barPercentStacked':_0x869cc9(0x1ed),'pie':'餅圖','donut':_0x869cc9(0x178),'pieOfPie':'子母餅圖','barOfPie':'複合餅圖','area':'面積圖','areaStacked':'堆疊面積圖','areaPercentStacked':_0x869cc9(0x1ce),'radar':_0x869cc9(0x14c),'scatter':_0x869cc9(0x14d),'combination':'組合圖','wordCloud':_0x869cc9(0x18e),'funnel':'漏斗圖','bubble':_0x869cc9(0x1df),'relation':_0x869cc9(0x183),'waterfall':'瀑布圖','pareto':'排列圖','sankey':_0x869cc9(0x215),'heatmap':_0x869cc9(0x1c5),'boxplot':_0x869cc9(0x1c8),'candlestick':_0x869cc9(0x151),'histogram':_0x869cc9(0x14a),'treemap':_0x869cc9(0x173),'sunburst':_0x869cc9(0x153),'gauge':'儀表板','chord':'和弦圖'},'section':{'waterfall':_0x869cc9(0x188),'paretoBar':'長條圖系列','paretoLine':_0x869cc9(0x18c),'pie':'餅圖','wordCloud':'詞雲','radar':'雷達圖','funnel':_0x869cc9(0x177),'relation':_0x869cc9(0x183),'lineAndArea':_0x869cc9(0x217),'gridlinesAndTicks':_0x869cc9(0x17b),'indicatorLine':_0x869cc9(0x1e8),'candlestick':_0x869cc9(0x1da),'histogram':_0x869cc9(0x14a),'treemap':'樹狀圖','sunburst':_0x869cc9(0x153),'gauge':'儀表圖','chord':_0x869cc9(0x1b5)},'presentation':{'backgroundColor':_0x869cc9(0x1be),'theme':'主題','gradientFill':_0x869cc9(0x1de),'bodyFontSize':_0x869cc9(0x179),'bodyFontColor':'正文字體顏色','titleType':_0x869cc9(0x199),'horizontalAxisTitle':_0x869cc9(0x20c),'verticalAxisTitle':'縱軸標題','rightVerticalAxisTitle':_0x869cc9(0x1ba),'wrap':_0x869cc9(0x185),'selectMode':_0x869cc9(0x1c9),'visualMapType':_0x869cc9(0x175),'align':'對準'},'numberFormat':{'source':'來源格式','number':'數量','scientific':_0x869cc9(0x1b1),'custom':_0x869cc9(0x1aa),'preview':'預覽','generalType':'常規','accountingType':'會計','thousandsType':_0x869cc9(0x1fe),'formatTypes':_0x869cc9(0x1f8),'generalDesc':'常規格式不包含任何特定的數字格式。','accountingDesc':'會計數字格式可對一列數值進行貨幣符號和小數點對齊。','currencyDesc':_0x869cc9(0x1db),'dateDesc':_0x869cc9(0x20b),'thousandsDesc':_0x869cc9(0x1a2),'decimalPlaces':_0x869cc9(0x195),'currencyTypes':_0x869cc9(0x157),'negativeNumberTypes':'負數類型','dateTypes':'日期類型','setFormat':'設定標籤格式'},'series':{'rightAxis':'右軸','allSeries':_0x869cc9(0x1c3),'aggregate':'彙總','borderOpacity':_0x869cc9(0x164),'solid':'固體','pointShape':'點狀','pointSize':_0x869cc9(0x1e1),'pointColor':_0x869cc9(0x196),'removeDataPoint':_0x869cc9(0x1bb),'square':'廣場','rect':'矩形','roundRect':_0x869cc9(0x193),'pin':'針形','emptyCircle':_0x869cc9(0x155),'emptySquare':'空心正方形','emptyTriangle':_0x869cc9(0x1b7),'emptyDiamond':_0x869cc9(0x150),'emptyRect':'空心矩形','emptyRoundRect':'空心圓角矩形','emptyPin':'空心針形','emptyArrow':'空心箭頭'},'lineAndArea':{'lineStyle':_0x869cc9(0x1ef),'line':'線','smooth':'光滑','step':'步驟','invalidValues':_0x869cc9(0x166),'breakLine':'斷線','connect':'連接數據點','zero':'視為零'},'axis':{'useDateAxis':'將標籤視為日期','target':'軸','lineColor':'線條顏色','lineWidth':'線寬','labelRotation':_0x869cc9(0x18b),'reverse':_0x869cc9(0x159),'gridlineVisible':_0x869cc9(0x204),'gridlineColor':_0x869cc9(0x15f),'gridlineWidth':_0x869cc9(0x214),'tickVisible':'蜱蟲','tickLength':_0x869cc9(0x19a),'tickWidth':_0x869cc9(0x14e),'tickColor':'刻度線顏色','tickPosition':'刻度位置'},'indicator':{'lineColor':'指示線顏色','lineType':_0x869cc9(0x1cf),'labelBackground':_0x869cc9(0x1fb),'labelText':_0x869cc9(0x154)},'trendline':{'add':_0x869cc9(0x187),'type':'類型','linear':'線性','exponential':'指數','logarithmic':'對數','polynomial':_0x869cc9(0x15c),'power':'電源','movingAverage':_0x869cc9(0x1c0),'showFormula':_0x869cc9(0x17e),'showR2':_0x869cc9(0x20e),'order':'訂單','period':'時期','formulaColor':_0x869cc9(0x1cb),'r2Color':_0x869cc9(0x152)},'pareto':{'includeZeroValues':_0x869cc9(0x1ab)},'plotArea':{'label':'繪圖區','manual':'手動','left':_0x869cc9(0x1a5),'top':_0x869cc9(0x1dc),'width':_0x869cc9(0x202),'height':_0x869cc9(0x1c6)},'bar':{'layout':_0x869cc9(0x1e5),'gapWidth':_0x869cc9(0x168),'overlap':_0x869cc9(0x207)},'pie':{'mode':_0x869cc9(0x1f9),'modeNormal':'一般','modePieOfPie':_0x869cc9(0x19b),'modeBarOfPie':'複合餅圖','splitType':_0x869cc9(0x208),'splitAuto':'自動','splitPosition':'位置','splitCustom':'自訂','customSelectedCount':'自訂分割','customSelectedCountValue':_0x869cc9(0x20f),'positionCount':_0x869cc9(0x16b),'valueLessThan':_0x869cc9(0x189),'percentageLessThan':_0x869cc9(0x1b3),'secondarySize':_0x869cc9(0x14b),'advancedLayout':_0x869cc9(0x1c4),'connector':_0x869cc9(0x1fd),'slices':'扇區','gapWidth':_0x869cc9(0x1ca),'connectorColor':_0x869cc9(0x170),'connectorWidth':_0x869cc9(0x1a4),'connectorType':_0x869cc9(0x192),'aggregateOther':'其他','aggregateMembers':'成員','valueScale':'數值縮放','doughnutHole':'甜甜圈洞','startAngle':'起始角度','explosion':'扇區分離(%)','paddingAngle':_0x869cc9(0x149),'halfPie':'半個餡餅','rosePie':_0x869cc9(0x1a0),'labelLine':'標籤線'},'radar':{'shape':_0x869cc9(0x19e),'polygon':_0x869cc9(0x1a3),'fill':_0x869cc9(0x1b8)},'funnel':{'gap':_0x869cc9(0x1ec),'absoluteValues':_0x869cc9(0x211)},'heatmap':{'unit':_0x869cc9(0x190),'labels':_0x869cc9(0x194)},'relation':{'nodes':'節點','interaction':'互動','edgeLength':'邊長','circular':'圓形','force':'力','nodeShape':_0x869cc9(0x18d),'valueSize':'按值調整節點大小','rotateLabels':'旋轉標籤','gravity':'重力','repulsion':'斥力'},'wordCloud':{'maskImage':_0x869cc9(0x1ac),'repeat':_0x869cc9(0x1f3),'cloud':'雲','rect':'長方形','cardioid':'心形','heart':'心','triangle-forward':_0x869cc9(0x1d0),'pentagon':'五角大廈','star':'明星'},'waterfall':{'styleTarget':_0x869cc9(0x1e0),'positive':'正值','negative':'負值','stackType':'安排','arrangement':'瀑布','subtotal':'小計','includeSubtotal':_0x869cc9(0x1c7),'connector':'連接線'},'candlestick':{'candle':'蠟燭','body':'燭身','wick':'影線','state':_0x869cc9(0x156),'open':_0x869cc9(0x1fa),'high':_0x869cc9(0x1cc),'low':'最低價','close':'收盤價','rising':'上漲','falling':'下跌','doji':_0x869cc9(0x205),'bodyColor':_0x869cc9(0x15e),'fillOpacity':_0x869cc9(0x181),'wickColor':_0x869cc9(0x184),'wickWidth':_0x869cc9(0x16e),'wickOpacity':_0x869cc9(0x161),'candleWidth':'燭身寬度','hollow':_0x869cc9(0x1d9),'columnsError':_0x869cc9(0x1a8),'series':'OHLC\x20數列'},'histogram':{'binGap':'組距','binningMode':_0x869cc9(0x1c1),'count':'計數','width':'寬度','binCount':'組數','binWidth':_0x869cc9(0x172),'underflow':_0x869cc9(0x1e6),'overflow':_0x869cc9(0x1e2),'frequency':'頻數'},'treemap':{'parentLabelLayout':'父標籤佈局','banner':'橫幅','overlapping':'重疊','leafLabel':'葉子標籤','hierarchy':'階層欄位','diagnostic':_0x869cc9(0x1ea)},'sunburst':{'hierarchy':'階層','addHierarchy':_0x869cc9(0x14f),'moveUp':'向上移動階層欄位','moveDown':'向下移動階層欄位','removeHierarchy':_0x869cc9(0x18a),'centerLabel':_0x869cc9(0x1b9),'labelFormat':_0x869cc9(0x1b6),'diagnostic':'旭日圖至少需要一個階層欄位和一個數值欄位。'},'gauge':{'scale':'刻度範圍','majorDivisions':_0x869cc9(0x1a9),'minorDivisions':'每個主刻度的次刻度數','angles':'角度','endAngle':_0x869cc9(0x1e3),'ranges':'範圍','rangeFrom':_0x869cc9(0x1d3),'rangeTo':_0x869cc9(0x19c),'addRange':_0x869cc9(0x1bd),'removeRange':_0x869cc9(0x212),'axisTick':_0x869cc9(0x210),'splitLine':_0x869cc9(0x1ad),'pointer':'指針','anchor':'錨點','progress':'進度','detail':'詳情','pointerNeedle':_0x869cc9(0x17c),'pointerSlim':_0x869cc9(0x1e9),'template':'範本','modern':'現代','classic':'經典','minimal':'極簡','advanced':_0x869cc9(0x16c),'customized':'自訂','axisLabelNumberFormat':'軸標籤數字格式','detailNumberFormat':'中心數值格式','emptyDiagnostic':'儀表圖至少需要一個有限數值。','mappingDiagnostic':'儀表圖需要一個標籤欄位,而且只能有一個數值欄位。','configDiagnostic':'儀表圖設定無效,請檢查刻度範圍、分段區間、比例和尺寸。'},'chord':{'source':'來源','target':'目標','count':'關係數','node':'節點','ribbon':_0x869cc9(0x1b2),'clockwise':'順時針','padAngle':'間隔角度','minAngle':_0x869cc9(0x148),'innerRadius':_0x869cc9(0x1bf),'outerRadius':_0x869cc9(0x160),'invalidRadii':_0x869cc9(0x1ee),'rotation':'旋轉','distance':'距離','width':'寬度','focus':'焦點','solid':'純色','gradient':'漸變','adjacency':_0x869cc9(0x1d7),'self':_0x869cc9(0x167),'emptyDiagnostic':_0x869cc9(0x1f4),'mappingDiagnostic':_0x869cc9(0x20d),'configDiagnostic':'弦圖設定無效,請檢查角度、半徑、不透明度和尺寸。','associatedValue':_0x869cc9(0x19f)},'common':{'category':'類別','seriesName':_0x869cc9(0x18f),'value':'數值','percentage':'百分比','borderColor':_0x869cc9(0x1e4),'labelContent':'標籤內容','labelPosition':_0x869cc9(0x186),'dataLabels':_0x869cc9(0x158),'chartType':_0x869cc9(0x17a),'bold':'粗體','italic':'斜體','shape':'形狀','chartStyle':'圖表樣式','chartAndAxisTitles':_0x869cc9(0x1d8),'legend':'圖例','chartTitle':_0x869cc9(0x198),'subtitle':'副標題','series':'系列','dataPoint':_0x869cc9(0x197),'trendline':'趨勢線','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x869cc9(0x1f7),'layout':'版面配置','arrow':'箭頭','axisLabels':_0x869cc9(0x16f),'currency':'貨幣','date':'日期','displayName':_0x869cc9(0x1cd),'emphasis':'強調','heatmap':_0x869cc9(0x1c5),'lineColor':_0x869cc9(0x1dd),'lineWidth':'線寬','min':_0x869cc9(0x1f1),'max':_0x869cc9(0x1a7),'mode':'模式','stacked':'堆疊','title':'標題','auto':'自動','position':{'label':'位置','inside':'內側','outside':'外側','top':'頂部','right':'右側','bottom':'底部','left':'左側','hide':'隱藏'},'axisAlign':{'start':'開始','center':'置中','end':'結束'},'textAlign':{'left':_0x869cc9(0x174),'center':'置中','right':_0x869cc9(0x1ae)},'legendSelectMode':{'single':'單選','multiple':'多選','disabled':'停用'},'visualMapType':{'continuous':'連續','piecewise':'分段'},'default':'預設','reset':'重置','color':'顏色','opacity':_0x869cc9(0x1bc),'font':'字體','none':'無','transparent':'透明','numberFormat':_0x869cc9(0x1fc),'borderWidth':_0x869cc9(0x165),'borderType':'邊框類型','lineType':'線型','dashed':'虛線','dotted':'點狀','circle':'圓','triangle':_0x869cc9(0x171),'diamond':'鑽石','axisLine':'軸線','minimum':'最低','maximum':'最大','startAngle':_0x869cc9(0x201),'valueField':_0x869cc9(0x1d6),'categoryName':_0x869cc9(0x206),'ownValue':_0x869cc9(0x1b4),'children':'子項','label':'標籤','editChart':_0x869cc9(0x1d1),'deleteChart':_0x869cc9(0x1d4),'insertChart':_0x869cc9(0x1eb),'insertChartFailed':_0x869cc9(0x203),'openChartPanel':_0x869cc9(0x19d),'hideChartPanel':_0x869cc9(0x16d),'exportImage':_0x869cc9(0x191),'copy':'複製','setup':'設定圖表','customize':_0x869cc9(0x16a),'data':'資料','tableDataEmpty':_0x869cc9(0x1ff),'dataRange':_0x869cc9(0x15d),'editData':_0x869cc9(0x1f2),'inlineData':_0x869cc9(0x17d),'switchRowColumn':_0x869cc9(0x1c2),'useAsCategoryLabels':_0x869cc9(0x213),'cancel':'取消','insert':'插入','apply':'套用','duplicate':'複製'},'inlineTable':{'pasteHint':_0x869cc9(0x1b0),'addRow':'新增行','addColumn':_0x869cc9(0x1a1)},'floatMenu':{'menuTitle':{'chart':'圖表','axisTitle':_0x869cc9(0x1f0),'gridline':_0x869cc9(0x204),'tick':_0x869cc9(0x210),'mark':'標記','dataLabel':_0x869cc9(0x158)},'field':{'position':'位置','size':'字號','align':'對齊','map':'映射','rotate':'旋轉','labelText':'標籤文字','titleText':_0x869cc9(0x216)},'action':{'more':'更多'},'control':{'labels':'標籤','line':'軸線','reverse':'反向'}}}};}));function _0x5840(_0x49bd3,_0x5d27ff){_0x49bd3=_0x49bd3-0x147;var _0x8692bc=_0x8692();var _0x58409c=_0x8692bc[_0x49bd3];return _0x58409c;}function _0x8692(){var _0x8c6c52=['內半徑必須小於外半徑。','線條樣式','軸標題','最小值','編輯資料','重複單字','弦圖至少需要兩個不同節點之間的一條正權重關係。','object','來源類型','右縱軸','格式類型','圖表形態','開盤價','標籤背景','數字格式','連接線','千分位符','表格資料為空','1608SUvItK','起始角度','寬度(%)','插入圖表失敗','網格線','十字線','類別名稱','系列重疊(%)','分割依據','百分比堆疊\x20·\x20柱狀圖','折線圖','日期格式將日期和時間系列數值顯示為日期值。','橫軸標題','弦圖需要不同的來源與目標欄位,並可選擇一個與兩者不同的數值欄位。','顯示\x20R²','已選取\x20{0}\x20個資料點','刻度線','使用絕對值','刪除範圍','使用\x20{0}\x20作為類別','網格線寬度','桑基圖','標題文字','折線圖\x20/\x20面積圖','百分比堆疊','最小角度','切片間距','直方圖','次要圖表大小','雷達圖','散點圖','刻度寬度','新增階層','空心菱形','K\x20線圖','R²顏色','旭日圖','標籤文字顏色','空心圓形','K\x20線狀態','貨幣類型','資料標籤','反轉軸','字體大小','堆疊條形圖','多項式','資料範圍','燭身顏色','網格線顏色','外半徑','影線不透明度','92862YADaGO','285820FPRwlR','邊框透明度','邊框寬度','無效值','目前節點','分類間距(%)','32qIePqZ','自訂圖表','次要圖表資料點數','進階設定','隱藏圖表面板','影線寬度','軸標籤','連接線顏色','三角形','組距寬度','矩形樹圖','左對齊','視覺圖','1541380onQOKe','漏斗圖','環形圖','正文字體大小','圖表類型','網格線和刻度線','經典指針','內嵌資料','顯示公式','139476csrXdI','堆疊\x20·\x20柱狀圖','填滿不透明度','545274tbnJHf','關係圖','影線顏色','包裹圖例','標籤位置','添加趨勢線','瀑布圖','數值小於','刪除階層欄位','標籤旋轉','累積占比系列','節點形狀','詞雲圖','系列名稱','價值單位','匯出圖片','連接線類型','圓角矩形','細胞標籤','小數位數','資料點顏色','資料點','圖表標題','標題類型','刻度長度','子母餅圖','結束值','開啟圖表面板','雷達形狀','關聯值','玫瑰派','新增欄目','千分位符格式用於一般數字的表示,貨幣和會計格式則提供貨幣值計算的專用格式。','多邊形','連接線寬度','左側(%)','條形圖','最大值','K\x20線圖資料需要「類別、開盤價、最高價、最低價及收盤價」欄位。','主刻度數','自訂格式','包括零值','掩模圖像ID','分隔線','右對齊','柱狀圖','貼上表格、Excel\x20或網頁中的表格以取代內嵌資料。','科學的','連接帶','百分比小於','自身值','和弦圖','標籤樣式','空心三角形','區域填充','中心總計','右縱軸標題','刪除資料點','透明度','添加範圍','背景顏色','內半徑','移動平均線','分檔模式','切換列或欄','全系列','進階版面配置','熱力圖','高度(%)','使用小計','箱型圖','選擇方式','主要與次要圖表間距','配方顏色','最高價','顯示名稱','百分比堆疊面積圖','指示線類型','前三角','編輯圖表','function','起始值','刪除圖表','1757bwxowy','數值欄位','相鄰節點','圖表與座標軸標題','空心\x20K\x20線','燭台圖','貨幣格式用於表示一般貨幣數值,會計格式可以對一列數值進行小數點對齊。','頂部(%)','線條顏色','漸變填充','氣泡圖','樣式目標','點大小','溢出閾值','結束角度','邊框顏色','柱形間距','下溢閾值','162594ikzRdn','指示線','纖細指針','矩形樹圖至少需要一個階層欄位和一個數值欄位。','插入圖表','專案差距','百分比堆疊條形圖'];_0x8692=function(){return _0x8c6c52;};return _0x8692();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/chart-ui",
3
- "version": "1.0.0-alpha.8",
3
+ "version": "1.0.0-beta.1",
4
4
  "private": false,
5
5
  "description": "Shared chart UI components for Univer Pro.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -38,6 +38,16 @@
38
38
  "require": "./lib/cjs/locale/*.js",
39
39
  "types": "./lib/types/locale/*.d.ts"
40
40
  },
41
+ "./facade": {
42
+ "import": "./lib/es/facade.js",
43
+ "require": "./lib/cjs/facade.js",
44
+ "types": "./lib/types/facade/index.d.ts"
45
+ },
46
+ "./lib/facade": {
47
+ "import": "./lib/es/facade.js",
48
+ "require": "./lib/cjs/facade.js",
49
+ "types": "./lib/types/facade/index.d.ts"
50
+ },
41
51
  "./lib/*": "./lib/*"
42
52
  },
43
53
  "main": "./lib/es/index.js",
@@ -52,21 +62,27 @@
52
62
  "lib"
53
63
  ],
54
64
  "peerDependencies": {
55
- "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
65
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
66
+ "rxjs": ">=7.0.0"
56
67
  },
57
68
  "dependencies": {
58
- "@univerjs/icons": "1.34.0",
59
- "@univerjs-pro/license": "1.0.0-alpha.8",
60
- "@univerjs-pro/engine-chart": "1.0.0-alpha.8",
61
- "@univerjs/core": "1.0.0-alpha.8",
62
- "@univerjs/design": "1.0.0-alpha.8",
63
- "@univerjs/ui": "1.0.0-alpha.8"
69
+ "@univerjs/icons": "1.35.0",
70
+ "@univerjs-pro/engine-chart": "1.0.0-beta.1",
71
+ "@univerjs-pro/embed-unit-ui": "1.0.0-beta.1",
72
+ "@univerjs-pro/embed": "1.0.0-beta.1",
73
+ "@univerjs-pro/license": "1.0.0-beta.1",
74
+ "@univerjs/design": "1.0.0-beta.1",
75
+ "@univerjs/core": "1.0.0-beta.1",
76
+ "@univerjs/engine-formula": "1.0.0-beta.1",
77
+ "@univerjs/ui": "1.0.0-beta.1"
64
78
  },
65
79
  "devDependencies": {
80
+ "jsdom": "^29.1.1",
66
81
  "react": "18.3.1",
82
+ "rxjs": "7.8.2",
67
83
  "typescript": "^6.0.3",
68
84
  "vitest": "^4.1.10",
69
- "@univerjs-infra/shared": "1.0.0-alpha.8"
85
+ "@univerjs-infra/shared": "1.0.0-beta.1"
70
86
  },
71
87
  "scripts": {
72
88
  "typecheck": "tsc --noEmit",
@@ -1,32 +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
- variant?: 'underline' | 'segmented';
11
- onChange: (value: T) => void;
12
- }
13
- export declare function ChartEditPanelTabs<T extends string | number = string | number>(props: IChartEditPanelTabsProps<T>): import("react").JSX.Element;
14
- export interface IChartEditPanelScaffoldProps<T extends string | number = string | number> {
15
- children: ReactNode;
16
- className?: string;
17
- contentClassName?: string;
18
- footer?: ReactNode;
19
- items: Array<IChartEditPanelTabItem<T>>;
20
- onTabChange: (value: T) => void;
21
- tab: T;
22
- tabsClassName?: string;
23
- }
24
- /**
25
- * Owns the shared sizing and scrolling contract for chart edit panels.
26
- * Host packages should keep only their data and command integration outside this shell.
27
- */
28
- export declare function ChartEditPanelScaffold<T extends string | number = string | number>(props: IChartEditPanelScaffoldProps<T>): import("react").JSX.Element;
29
- export interface IChartEditBlockTitleProps {
30
- title: string;
31
- }
32
- export declare function ChartEditBlockTitle(props: IChartEditBlockTitleProps): import("react").JSX.Element;
@@ -1,68 +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
- allowClear?: boolean;
39
- allowEmpty?: boolean;
40
- label: string;
41
- max?: number;
42
- min?: number;
43
- onChange: (value: number | undefined) => void;
44
- precision?: number;
45
- step?: number;
46
- value?: number;
47
- }
48
- export declare function ChartNumberField(props: IChartNumberFieldProps): import("react").JSX.Element;
49
- export interface IChartTextFieldProps {
50
- label: string;
51
- onChange: (value: string) => void;
52
- placeholder?: string;
53
- value?: string;
54
- }
55
- export declare function ChartTextField(props: IChartTextFieldProps): import("react").JSX.Element;
56
- export interface IChartColorFieldProps {
57
- label: string;
58
- onChange: (value: Nullable<string>) => void;
59
- value?: Nullable<ChartColor>;
60
- }
61
- export declare function ChartColorField(props: IChartColorFieldProps): import("react").JSX.Element;
62
- export interface IChartFontFieldProps {
63
- alignControl?: boolean;
64
- label: string;
65
- onChange: (key: keyof ILabelStyle, value: ILabelStyle[keyof ILabelStyle]) => void;
66
- value?: Partial<ILabelStyle>;
67
- }
68
- export declare function ChartFontField(props: IChartFontFieldProps): import("react").JSX.Element;
@@ -1,9 +0,0 @@
1
- import { ChartTypeBits, LegendPositionEnum } from '@univerjs-pro/engine-chart';
2
- 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;
9
- export {};
@@ -1,19 +0,0 @@
1
- export { createChartInlineStarterData, getChartInlineTableMinColumns } from './chart-inline-starter-data';
2
- export type { ChartInlineStarterDataLabelKey, ChartInlineStarterDataLabelResolver } from './chart-inline-starter-data';
3
- export { ChartCheckboxField, ChartColorField, ChartFontField, ChartNumberField, ChartPropertyField, ChartPropertyRow, ChartSelectField, ChartTextField, ChartToggleField, } from './ChartEditorFields';
4
- export type { IChartCheckboxFieldProps, IChartColorFieldProps, IChartEditorOption, IChartFontFieldProps, IChartNumberFieldProps, IChartPropertyFieldProps, IChartPropertyRowProps, IChartSelectFieldProps, IChartTextFieldProps, IChartToggleFieldProps, } from './ChartEditorFields';
5
- export { ChartEditBlockTitle, ChartEditPanelScaffold, ChartEditPanelTabs } from './ChartEditPanelScaffold';
6
- export type { IChartEditBlockTitleProps, IChartEditPanelScaffoldProps, IChartEditPanelTabItem, IChartEditPanelTabsProps, } from './ChartEditPanelScaffold';
7
- export { appendInlineTableColumn, appendInlineTableRow, applyInlineTablePaste, ChartInlineTableEditor, coerceInlineTableCell, compactInlineTableValues, normalizeInlineTableValues, } from './ChartInlineTableEditor';
8
- export type { ChartInlineCellValue, IChartInlineTableEditorProps, } from './ChartInlineTableEditor';
9
- export { ChartLegendWrapField } from './ChartPresentationFields';
10
- export { ChartSemanticDataFields, getChartSemanticDataFieldKind } from './ChartSemanticDataFields';
11
- export type { ChartSemanticDataFieldKind, IChartSemanticDataFieldLabels, IChartSemanticDataFieldsProps, IChartSemanticFieldOption, } from './ChartSemanticDataFields';
12
- export { buildChartThemeSelectOptions, buildChartTypeSelectOptions, chartBorderWidthValues, chartLinePointSizeValues, chartOpacityValues, chartTickLengthValues, chartTickWidthValues, chartTypeToIcon, createPercentOptions, createPxOptions, renderChartThemeColorStrip, renderChartTypeSelectLabel, } from './ChartTypeOptions';
13
- export type { IChartPrimitiveOption, IChartSelectOption, IChartTypeOption } from './ChartTypeOptions';
14
- export { ColorPickerControl } from './ColorPickerControl';
15
- export type { IColorPickerControlProps } from './ColorPickerControl';
16
- export { DropdownSelector } from './DropdownSelector';
17
- export type { IDropdownSelectorOption, IDropdownSelectorProps } from './DropdownSelector';
18
- export { FontAlignSelector, FontColorSelector, FontFormatBar, FontFormatToggle, FontSizeSelector } from './FontFormatBar';
19
- 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';