@visactor/vseed 0.0.19 → 0.0.21

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 (243) hide show
  1. package/dist/builder/builder/advanced/colorItems.d.ts +2 -0
  2. package/dist/builder/builder/advanced/index.d.ts +1 -0
  3. package/dist/builder/builder/builder.d.ts +259 -145
  4. package/dist/builder/register/chartType.d.ts +2 -0
  5. package/dist/builder/register/index.d.ts +1 -1
  6. package/dist/dataReshape/foldMeasures.d.ts +3 -3
  7. package/dist/index.cjs +930 -142
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.js +845 -135
  10. package/dist/index.js.map +1 -1
  11. package/dist/pipeline/advanced/chart/index.d.ts +1 -0
  12. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/area.d.ts +1 -1
  13. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/areaPercent.d.ts +1 -1
  14. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/bar.d.ts +1 -1
  15. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/barParallel.d.ts +1 -1
  16. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/barPercent.d.ts +1 -1
  17. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/column.d.ts +1 -1
  18. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/columnParallel.d.ts +1 -1
  19. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/columnPercent.d.ts +1 -1
  20. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/donut.d.ts +1 -1
  21. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/funnel.d.ts +1 -1
  22. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/line.d.ts +1 -1
  23. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/pie.d.ts +1 -1
  24. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/rose.d.ts +1 -1
  25. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/roseParallel.d.ts +1 -1
  26. package/dist/pipeline/advanced/{pipeline → chart/pipeline}/scatter.d.ts +1 -1
  27. package/dist/pipeline/advanced/chart/pipes/annotation/annotation.d.ts +2 -0
  28. package/dist/pipeline/advanced/{pipes → chart/pipes}/config/config.d.ts +1 -1
  29. package/dist/pipeline/advanced/chart/pipes/encoding/encodingFunnel.d.ts +2 -0
  30. package/dist/pipeline/advanced/chart/pipes/encoding/encodingPie.d.ts +2 -0
  31. package/dist/pipeline/advanced/chart/pipes/encoding/encodingRose.d.ts +2 -0
  32. package/dist/pipeline/advanced/chart/pipes/encoding/encodingXY.d.ts +2 -0
  33. package/dist/pipeline/advanced/chart/pipes/encoding/encodingYX.d.ts +2 -0
  34. package/dist/pipeline/advanced/chart/pipes/encoding/encodingYY.d.ts +2 -0
  35. package/dist/pipeline/advanced/{pipes → chart/pipes}/encoding/index.d.ts +1 -0
  36. package/dist/pipeline/advanced/{pipes → chart/pipes}/index.d.ts +0 -1
  37. package/dist/pipeline/advanced/chart/pipes/init/autoDimensions.d.ts +2 -0
  38. package/dist/pipeline/advanced/chart/pipes/init/autoMeasures.d.ts +2 -0
  39. package/dist/pipeline/advanced/chart/pipes/init/initAdvancedVSeed.d.ts +2 -0
  40. package/dist/pipeline/advanced/chart/pipes/markStyle/markStyle.d.ts +2 -0
  41. package/dist/pipeline/advanced/{pipes → chart/pipes}/pivot/pivotAdapter.d.ts +1 -1
  42. package/dist/pipeline/advanced/{pipes → chart/pipes}/reshape/pivotReshapeTo1D1M.d.ts +1 -1
  43. package/dist/pipeline/advanced/{pipes → chart/pipes}/reshape/pivotReshapeTo1D2M.d.ts +1 -1
  44. package/dist/pipeline/advanced/{pipes → chart/pipes}/reshape/pivotReshapeTo2D1M.d.ts +1 -1
  45. package/dist/pipeline/advanced/{pipes → chart/pipes}/reshape/reshapeTo1D1M.d.ts +1 -1
  46. package/dist/pipeline/advanced/{pipes → chart/pipes}/reshape/reshapeTo1D2M.d.ts +1 -1
  47. package/dist/pipeline/advanced/{pipes → chart/pipes}/reshape/reshapeTo2D1M.d.ts +1 -1
  48. package/dist/pipeline/advanced/chart/pipes/theme/theme.d.ts +2 -0
  49. package/dist/pipeline/advanced/index.d.ts +2 -1
  50. package/dist/pipeline/advanced/table/index.d.ts +1 -0
  51. package/dist/pipeline/advanced/table/pipeline/index.d.ts +2 -0
  52. package/dist/pipeline/advanced/table/pipeline/pivotTable.d.ts +2 -0
  53. package/dist/pipeline/advanced/table/pipeline/table.d.ts +2 -0
  54. package/dist/pipeline/advanced/table/pipes/index.d.ts +2 -0
  55. package/dist/pipeline/advanced/table/pipes/init/autoDimensions.d.ts +2 -0
  56. package/dist/pipeline/advanced/table/pipes/init/autoMeasures.d.ts +2 -0
  57. package/dist/pipeline/advanced/table/pipes/init/autoPivotDimensions.d.ts +2 -0
  58. package/dist/pipeline/advanced/table/pipes/init/autoPivotMeasures.d.ts +2 -0
  59. package/dist/pipeline/advanced/table/pipes/init/index.d.ts +5 -0
  60. package/dist/pipeline/advanced/table/pipes/init/initAdvancedVSeed.d.ts +2 -0
  61. package/dist/pipeline/advanced/table/pipes/records/index.d.ts +1 -0
  62. package/dist/pipeline/advanced/table/pipes/records/records.d.ts +2 -0
  63. package/dist/pipeline/spec/chart/index.d.ts +1 -0
  64. package/dist/pipeline/spec/chart/pipeline/area.d.ts +1 -0
  65. package/dist/pipeline/spec/chart/pipeline/areaPercent.d.ts +1 -0
  66. package/dist/pipeline/spec/chart/pipeline/bar.d.ts +2 -0
  67. package/dist/pipeline/spec/{pipeline → chart/pipeline}/barParallel.d.ts +1 -1
  68. package/dist/pipeline/spec/{pipeline → chart/pipeline}/barPercent.d.ts +1 -1
  69. package/dist/pipeline/spec/chart/pipeline/column.d.ts +1 -0
  70. package/dist/pipeline/spec/{pipeline → chart/pipeline}/columnParallel.d.ts +1 -1
  71. package/dist/pipeline/spec/{pipeline → chart/pipeline}/columnPercent.d.ts +1 -1
  72. package/dist/pipeline/spec/chart/pipeline/donut.d.ts +2 -0
  73. package/dist/pipeline/spec/{pipeline → chart/pipeline}/funnel.d.ts +1 -1
  74. package/dist/pipeline/spec/chart/pipeline/line.d.ts +2 -0
  75. package/dist/pipeline/spec/chart/pipeline/pie.d.ts +2 -0
  76. package/dist/pipeline/spec/chart/pipeline/rose.d.ts +1 -0
  77. package/dist/pipeline/spec/{pipeline → chart/pipeline}/roseParallel.d.ts +1 -1
  78. package/dist/pipeline/spec/{pipeline → chart/pipeline}/scatter.d.ts +1 -1
  79. package/dist/pipeline/spec/chart/pipes/index.d.ts +14 -0
  80. package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/index.d.ts +1 -0
  81. package/dist/pipeline/spec/index.d.ts +2 -1
  82. package/dist/pipeline/spec/table/index.d.ts +1 -0
  83. package/dist/pipeline/spec/table/pipeline/index.d.ts +2 -0
  84. package/dist/pipeline/spec/table/pipeline/pivotTable.d.ts +2 -0
  85. package/dist/pipeline/spec/table/pipeline/table.d.ts +2 -0
  86. package/dist/pipeline/spec/table/pipes/columns/index.d.ts +2 -0
  87. package/dist/pipeline/spec/table/pipes/columns/measuresToColumns.d.ts +3 -0
  88. package/dist/pipeline/spec/table/pipes/columns/pivotColumns.d.ts +2 -0
  89. package/dist/pipeline/spec/table/pipes/index.d.ts +5 -0
  90. package/dist/pipeline/spec/table/pipes/indicators/index.d.ts +1 -0
  91. package/dist/pipeline/spec/table/pipes/indicators/pivotIndicators.d.ts +2 -0
  92. package/dist/pipeline/spec/table/pipes/init/index.d.ts +2 -0
  93. package/dist/pipeline/spec/table/pipes/init/pivotTable.d.ts +2 -0
  94. package/dist/pipeline/spec/table/pipes/init/table.d.ts +2 -0
  95. package/dist/pipeline/spec/table/pipes/rows/index.d.ts +1 -0
  96. package/dist/pipeline/spec/table/pipes/rows/pivotRows.d.ts +2 -0
  97. package/dist/pipeline/spec/table/pipes/theme/bodyStyle.d.ts +2 -0
  98. package/dist/pipeline/spec/table/pipes/theme/cornerHeaderStyle.d.ts +2 -0
  99. package/dist/pipeline/spec/table/pipes/theme/frameStyle.d.ts +2 -0
  100. package/dist/pipeline/spec/table/pipes/theme/headerStyle.d.ts +2 -0
  101. package/dist/pipeline/spec/table/pipes/theme/index.d.ts +6 -0
  102. package/dist/pipeline/spec/table/pipes/theme/rowHeaderStyle.d.ts +2 -0
  103. package/dist/pipeline/spec/table/pipes/theme/scrollStyle.d.ts +2 -0
  104. package/dist/pipeline/spec/table/pipes/theme/selectionStyle.d.ts +2 -0
  105. package/dist/pipeline/utils/chatType.d.ts +4 -2
  106. package/dist/pipeline/utils/dimensions/find.d.ts +4 -0
  107. package/dist/pipeline/utils/dimensions/index.d.ts +1 -0
  108. package/dist/pipeline/utils/index.d.ts +2 -0
  109. package/dist/pipeline/utils/measures/find.d.ts +4 -0
  110. package/dist/pipeline/utils/measures/index.d.ts +1 -1
  111. package/dist/pipeline/utils/tree/index.d.ts +1 -0
  112. package/dist/pipeline/utils/tree/traverse.d.ts +11 -0
  113. package/dist/types/advancedVSeed.d.ts +57 -52
  114. package/dist/types/builder/builder.d.ts +1 -0
  115. package/dist/types/chartType/area/area.d.ts +12 -51
  116. package/dist/types/chartType/areaPercent/areaPercent.d.ts +12 -51
  117. package/dist/types/chartType/bar/bar.d.ts +13 -51
  118. package/dist/types/chartType/barParallel/barParallel.d.ts +12 -51
  119. package/dist/types/chartType/barPercent/barPercent.d.ts +12 -51
  120. package/dist/types/chartType/column/column.d.ts +12 -51
  121. package/dist/types/chartType/columnParallel/columnParallel.d.ts +12 -51
  122. package/dist/types/chartType/columnPercent/columnPercent.d.ts +12 -51
  123. package/dist/types/chartType/donut/donut.d.ts +12 -51
  124. package/dist/types/chartType/dualAxis/dualAxis.d.ts +3 -3
  125. package/dist/types/chartType/funnel/funnel.d.ts +12 -51
  126. package/dist/types/chartType/index.d.ts +3 -3
  127. package/dist/types/chartType/line/line.d.ts +12 -51
  128. package/dist/types/chartType/pie/pie.d.ts +12 -51
  129. package/dist/types/chartType/pivotTable/index.d.ts +1 -1
  130. package/dist/types/chartType/pivotTable/pivotTable.d.ts +58 -2
  131. package/dist/types/chartType/rose/rose.d.ts +12 -50
  132. package/dist/types/chartType/roseParallel/roseParallel.d.ts +13 -51
  133. package/dist/types/chartType/scatter/scatter.d.ts +12 -51
  134. package/dist/types/chartType/table/index.d.ts +1 -1
  135. package/dist/types/chartType/table/table.d.ts +60 -4
  136. package/dist/types/properties/config/config.d.ts +50 -2
  137. package/dist/types/properties/dimensions/dimensions.d.ts +28 -10
  138. package/dist/types/properties/dimensions/index.d.ts +1 -2
  139. package/dist/types/properties/measures/measures.d.ts +44 -84
  140. package/dist/types/properties/theme/customTheme.d.ts +48 -4
  141. package/dist/types/vseed.d.ts +241 -720
  142. package/dist/umd/index.js +1202 -144
  143. package/dist/umd/index.js.map +1 -1
  144. package/package.json +1 -1
  145. package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts +0 -2
  146. package/dist/pipeline/advanced/pipes/encoding/encodingFunnel.d.ts +0 -2
  147. package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts +0 -2
  148. package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts +0 -2
  149. package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts +0 -2
  150. package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts +0 -2
  151. package/dist/pipeline/advanced/pipes/encoding/encodingYY.d.ts +0 -2
  152. package/dist/pipeline/advanced/pipes/i18n/index.d.ts +0 -1
  153. package/dist/pipeline/advanced/pipes/i18n/locale.d.ts +0 -2
  154. package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts +0 -2
  155. package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts +0 -2
  156. package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts +0 -2
  157. package/dist/pipeline/advanced/pipes/init/utils.d.ts +0 -1
  158. package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts +0 -2
  159. package/dist/pipeline/advanced/pipes/theme/theme.d.ts +0 -2
  160. package/dist/pipeline/spec/pipeline/area.d.ts +0 -1
  161. package/dist/pipeline/spec/pipeline/areaPercent.d.ts +0 -1
  162. package/dist/pipeline/spec/pipeline/bar.d.ts +0 -2
  163. package/dist/pipeline/spec/pipeline/column.d.ts +0 -1
  164. package/dist/pipeline/spec/pipeline/donut.d.ts +0 -2
  165. package/dist/pipeline/spec/pipeline/line.d.ts +0 -2
  166. package/dist/pipeline/spec/pipeline/pie.d.ts +0 -2
  167. package/dist/pipeline/spec/pipeline/rose.d.ts +0 -1
  168. package/dist/pipeline/spec/pipes/index.d.ts +0 -14
  169. package/dist/pipeline/utils/measures/findMeasureById.d.ts +0 -3
  170. /package/dist/pipeline/advanced/{pipeline → chart/pipeline}/index.d.ts +0 -0
  171. /package/dist/pipeline/advanced/{pipes → chart/pipes}/annotation/index.d.ts +0 -0
  172. /package/dist/pipeline/advanced/{pipes → chart/pipes}/config/index.d.ts +0 -0
  173. /package/dist/pipeline/advanced/{pipes → chart/pipes}/init/index.d.ts +0 -0
  174. /package/dist/pipeline/advanced/{pipes → chart/pipes}/markStyle/index.d.ts +0 -0
  175. /package/dist/pipeline/advanced/{pipes → chart/pipes}/pivot/index.d.ts +0 -0
  176. /package/dist/pipeline/advanced/{pipes → chart/pipes}/reshape/index.d.ts +0 -0
  177. /package/dist/pipeline/advanced/{pipes → chart/pipes}/theme/index.d.ts +0 -0
  178. /package/dist/pipeline/spec/{pipeline → chart/pipeline}/index.d.ts +0 -0
  179. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/annotation/annotationArea.d.ts +0 -0
  180. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/annotation/annotationAreaBand.d.ts +0 -0
  181. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/annotation/annotationHorizontalLine.d.ts +0 -0
  182. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/annotation/annotationPoint.d.ts +0 -0
  183. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/annotation/annotationVerticalLine.d.ts +0 -0
  184. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/annotation/index.d.ts +0 -0
  185. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/annotation/utils.d.ts +0 -0
  186. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/axes/a.d.ts +0 -0
  187. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/axes/angle.d.ts +0 -0
  188. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/axes/index.d.ts +0 -0
  189. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/axes/radius.d.ts +0 -0
  190. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/axes/xBand.d.ts +0 -0
  191. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/axes/xLinear.d.ts +0 -0
  192. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/axes/yBand.d.ts +0 -0
  193. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/axes/yLinear.d.ts +0 -0
  194. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/backgroundColor/background.d.ts +0 -0
  195. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/backgroundColor/index.d.ts +0 -0
  196. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/color/color.d.ts +0 -0
  197. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/color/index.d.ts +0 -0
  198. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/crosshair/horizontalCrosshairLine.d.ts +0 -0
  199. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/crosshair/horizontalCrosshairRect.d.ts +0 -0
  200. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/crosshair/index.d.ts +0 -0
  201. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/crosshair/verticalCrosshairLine.d.ts +0 -0
  202. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/crosshair/verticalCrosshairRect.d.ts +0 -0
  203. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/dataset/dataset.d.ts +0 -0
  204. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/dataset/datasetPivot.d.ts +0 -0
  205. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/dataset/index.d.ts +0 -0
  206. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/area.d.ts +0 -0
  207. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/bar.d.ts +0 -0
  208. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/barParallel.d.ts +0 -0
  209. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/column.d.ts +0 -0
  210. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/columnParallel.d.ts +0 -0
  211. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/donut.d.ts +0 -0
  212. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/funnel.d.ts +0 -0
  213. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/line.d.ts +0 -0
  214. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/pie.d.ts +0 -0
  215. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/pivot.d.ts +0 -0
  216. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/rose.d.ts +0 -0
  217. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/roseParallel.d.ts +0 -0
  218. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/init/scatter.d.ts +0 -0
  219. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/label/index.d.ts +0 -0
  220. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/label/label.d.ts +0 -0
  221. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/legend/discreteLegend.d.ts +0 -0
  222. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/legend/index.d.ts +0 -0
  223. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/legend/pivotDiscreteLegend.d.ts +0 -0
  224. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/markStyle/areaStyle.d.ts +0 -0
  225. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/markStyle/barStyle.d.ts +0 -0
  226. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/markStyle/index.d.ts +0 -0
  227. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/markStyle/lineStyle.d.ts +0 -0
  228. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/markStyle/pointState.d.ts +0 -0
  229. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/markStyle/pointStyle.d.ts +0 -0
  230. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/percent/index.d.ts +0 -0
  231. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/percent/percent.d.ts +0 -0
  232. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/pivotChart/index.d.ts +0 -0
  233. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/pivotChart/pivotAdapter.d.ts +0 -0
  234. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/pivotChart/pivotColumnDimensions.d.ts +0 -0
  235. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/pivotChart/pivotGridStyle.d.ts +0 -0
  236. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/pivotChart/pivotIndicators.d.ts +0 -0
  237. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/pivotChart/pivotRowDimensions.d.ts +0 -0
  238. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/stack/index.d.ts +0 -0
  239. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/stack/stack.d.ts +0 -0
  240. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/stack/stackCornerRadius.d.ts +0 -0
  241. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/tooltip/index.d.ts +0 -0
  242. /package/dist/pipeline/spec/{pipes/vchart → chart/pipes}/tooltip/tooltip.d.ts +0 -0
  243. /package/dist/pipeline/{constant.d.ts → utils/constant.d.ts} +0 -0
@@ -0,0 +1,2 @@
1
+ import type { Builder } from '../builder';
2
+ export declare const getColorItems: (builder: Builder) => string[];
@@ -0,0 +1 @@
1
+ export { getColorItems } from './colorItems';
@@ -24,6 +24,28 @@ export declare class Builder implements VSeedBuilder {
24
24
  groupName: string;
25
25
  };
26
26
  }[];
27
+ dimensions: (import("../../types").DimensionGroup | {
28
+ id: string;
29
+ location: "dimension" | "rowDimension" | "columnDimension";
30
+ alias?: string | undefined;
31
+ })[];
32
+ measures: (import("../../types").MeasureGroup | {
33
+ id: string;
34
+ autoFormat: boolean;
35
+ format: {
36
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
37
+ ratio?: number | undefined;
38
+ symbol?: string | undefined;
39
+ thousandSeparator?: boolean | undefined;
40
+ prefix?: string | undefined;
41
+ suffix?: string | undefined;
42
+ fractionDigits?: number | undefined;
43
+ significantDigits?: number | undefined;
44
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
45
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
46
+ };
47
+ alias?: string | undefined;
48
+ })[];
27
49
  encoding: {
28
50
  x?: string[] | undefined;
29
51
  y?: string[] | undefined;
@@ -35,8 +57,30 @@ export declare class Builder implements VSeedBuilder {
35
57
  size?: string[] | undefined;
36
58
  }[];
37
59
  config: {
38
- table?: Record<string, never> | undefined;
39
- pivotTable?: Record<string, never> | undefined;
60
+ table?: {
61
+ borderColor?: string | undefined;
62
+ bodyFontSize?: number | undefined;
63
+ bodyFontColor?: string | undefined;
64
+ bodyBackgroundColor?: string | undefined;
65
+ hoverBodyBackgroundColor?: string | undefined;
66
+ headerFontSize?: number | undefined;
67
+ headerFontColor?: string | undefined;
68
+ headerBackgroundColor?: string | undefined;
69
+ hoverHeaderBackgroundColor?: string | undefined;
70
+ selectedBorderColor?: string | undefined;
71
+ } | undefined;
72
+ pivotTable?: {
73
+ borderColor?: string | undefined;
74
+ bodyFontSize?: number | undefined;
75
+ bodyFontColor?: string | undefined;
76
+ bodyBackgroundColor?: string | undefined;
77
+ hoverBodyBackgroundColor?: string | undefined;
78
+ headerFontSize?: number | undefined;
79
+ headerFontColor?: string | undefined;
80
+ headerBackgroundColor?: string | undefined;
81
+ hoverHeaderBackgroundColor?: string | undefined;
82
+ selectedBorderColor?: string | undefined;
83
+ } | undefined;
40
84
  line?: {
41
85
  backgroundColor?: string | undefined;
42
86
  label?: {
@@ -1496,8 +1540,30 @@ export declare class Builder implements VSeedBuilder {
1496
1540
  };
1497
1541
  customTheme: {
1498
1542
  config?: {
1499
- table?: Record<string, never> | undefined;
1500
- pivotTable?: Record<string, never> | undefined;
1543
+ table?: {
1544
+ borderColor?: string | undefined;
1545
+ bodyFontSize?: number | undefined;
1546
+ bodyFontColor?: string | undefined;
1547
+ bodyBackgroundColor?: string | undefined;
1548
+ hoverBodyBackgroundColor?: string | undefined;
1549
+ headerFontSize?: number | undefined;
1550
+ headerFontColor?: string | undefined;
1551
+ headerBackgroundColor?: string | undefined;
1552
+ hoverHeaderBackgroundColor?: string | undefined;
1553
+ selectedBorderColor?: string | undefined;
1554
+ } | undefined;
1555
+ pivotTable?: {
1556
+ borderColor?: string | undefined;
1557
+ bodyFontSize?: number | undefined;
1558
+ bodyFontColor?: string | undefined;
1559
+ bodyBackgroundColor?: string | undefined;
1560
+ hoverBodyBackgroundColor?: string | undefined;
1561
+ headerFontSize?: number | undefined;
1562
+ headerFontColor?: string | undefined;
1563
+ headerBackgroundColor?: string | undefined;
1564
+ hoverHeaderBackgroundColor?: string | undefined;
1565
+ selectedBorderColor?: string | undefined;
1566
+ } | undefined;
1501
1567
  line?: {
1502
1568
  backgroundColor?: string | undefined;
1503
1569
  label?: {
@@ -3056,56 +3122,35 @@ export declare class Builder implements VSeedBuilder {
3056
3122
  }[] | undefined;
3057
3123
  };
3058
3124
  locale: "zh-CN" | "en-US";
3059
- dimensions?: {
3060
- id: string;
3061
- alias?: string | undefined;
3062
- visible?: boolean | undefined;
3063
- location?: "dimension" | "rowDimension" | "columnDimension" | undefined;
3064
- }[] | undefined;
3065
- measures?: ({
3066
- id: string;
3067
- alias?: string | undefined;
3068
- autoFormat?: boolean | undefined;
3069
- format?: {
3070
- type?: "number" | "percent" | "permille" | "scientific" | undefined;
3071
- ratio?: number | undefined;
3072
- symbol?: string | undefined;
3073
- thousandSeparator?: boolean | undefined;
3074
- prefix?: string | undefined;
3075
- suffix?: string | undefined;
3076
- fractionDigits?: number | undefined;
3077
- significantDigits?: number | undefined;
3078
- roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3079
- roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3080
- } | undefined;
3081
- } | {
3082
- id: string;
3083
- alias?: string | undefined;
3084
- children?: ({
3085
- id: string;
3086
- alias?: string | undefined;
3087
- autoFormat?: boolean | undefined;
3088
- format?: {
3089
- type?: "number" | "percent" | "permille" | "scientific" | undefined;
3090
- ratio?: number | undefined;
3091
- symbol?: string | undefined;
3092
- thousandSeparator?: boolean | undefined;
3093
- prefix?: string | undefined;
3094
- suffix?: string | undefined;
3095
- fractionDigits?: number | undefined;
3096
- significantDigits?: number | undefined;
3097
- roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
3098
- roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
3099
- } | undefined;
3100
- } | /*elided*/ any)[] | undefined;
3101
- })[] | undefined;
3102
3125
  } | null;
3103
3126
  getAdvancedPipeline: (chartType: ChartType) => AdvancedPipeline;
3104
3127
  getSpecPipeline: (chartType: ChartType) => SpecPipeline;
3105
3128
  getTheme: (themeKey: string) => {
3106
3129
  config?: {
3107
- table?: Record<string, never> | undefined;
3108
- pivotTable?: Record<string, never> | undefined;
3130
+ table?: {
3131
+ borderColor?: string | undefined;
3132
+ bodyFontSize?: number | undefined;
3133
+ bodyFontColor?: string | undefined;
3134
+ bodyBackgroundColor?: string | undefined;
3135
+ hoverBodyBackgroundColor?: string | undefined;
3136
+ headerFontSize?: number | undefined;
3137
+ headerFontColor?: string | undefined;
3138
+ headerBackgroundColor?: string | undefined;
3139
+ hoverHeaderBackgroundColor?: string | undefined;
3140
+ selectedBorderColor?: string | undefined;
3141
+ } | undefined;
3142
+ pivotTable?: {
3143
+ borderColor?: string | undefined;
3144
+ bodyFontSize?: number | undefined;
3145
+ bodyFontColor?: string | undefined;
3146
+ bodyBackgroundColor?: string | undefined;
3147
+ hoverBodyBackgroundColor?: string | undefined;
3148
+ headerFontSize?: number | undefined;
3149
+ headerFontColor?: string | undefined;
3150
+ headerBackgroundColor?: string | undefined;
3151
+ hoverHeaderBackgroundColor?: string | undefined;
3152
+ selectedBorderColor?: string | undefined;
3153
+ } | undefined;
3109
3154
  line?: {
3110
3155
  backgroundColor?: string | undefined;
3111
3156
  label?: {
@@ -4345,8 +4390,30 @@ export declare class Builder implements VSeedBuilder {
4345
4390
  };
4346
4391
  getThemeMap: () => Record<string, {
4347
4392
  config?: {
4348
- table?: Record<string, never> | undefined;
4349
- pivotTable?: Record<string, never> | undefined;
4393
+ table?: {
4394
+ borderColor?: string | undefined;
4395
+ bodyFontSize?: number | undefined;
4396
+ bodyFontColor?: string | undefined;
4397
+ bodyBackgroundColor?: string | undefined;
4398
+ hoverBodyBackgroundColor?: string | undefined;
4399
+ headerFontSize?: number | undefined;
4400
+ headerFontColor?: string | undefined;
4401
+ headerBackgroundColor?: string | undefined;
4402
+ hoverHeaderBackgroundColor?: string | undefined;
4403
+ selectedBorderColor?: string | undefined;
4404
+ } | undefined;
4405
+ pivotTable?: {
4406
+ borderColor?: string | undefined;
4407
+ bodyFontSize?: number | undefined;
4408
+ bodyFontColor?: string | undefined;
4409
+ bodyBackgroundColor?: string | undefined;
4410
+ hoverBodyBackgroundColor?: string | undefined;
4411
+ headerFontSize?: number | undefined;
4412
+ headerFontColor?: string | undefined;
4413
+ headerBackgroundColor?: string | undefined;
4414
+ hoverHeaderBackgroundColor?: string | undefined;
4415
+ selectedBorderColor?: string | undefined;
4416
+ } | undefined;
4350
4417
  line?: {
4351
4418
  backgroundColor?: string | undefined;
4352
4419
  label?: {
@@ -5584,6 +5651,7 @@ export declare class Builder implements VSeedBuilder {
5584
5651
  } | undefined;
5585
5652
  } | undefined;
5586
5653
  }>;
5654
+ getColorItems: () => string[];
5587
5655
  get vseed(): VSeed;
5588
5656
  set vseed(value: VSeed);
5589
5657
  get advancedVSeed(): {
@@ -5604,6 +5672,28 @@ export declare class Builder implements VSeedBuilder {
5604
5672
  groupName: string;
5605
5673
  };
5606
5674
  }[];
5675
+ dimensions: (import("../../types").DimensionGroup | {
5676
+ id: string;
5677
+ location: "dimension" | "rowDimension" | "columnDimension";
5678
+ alias?: string | undefined;
5679
+ })[];
5680
+ measures: (import("../../types").MeasureGroup | {
5681
+ id: string;
5682
+ autoFormat: boolean;
5683
+ format: {
5684
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
5685
+ ratio?: number | undefined;
5686
+ symbol?: string | undefined;
5687
+ thousandSeparator?: boolean | undefined;
5688
+ prefix?: string | undefined;
5689
+ suffix?: string | undefined;
5690
+ fractionDigits?: number | undefined;
5691
+ significantDigits?: number | undefined;
5692
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
5693
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
5694
+ };
5695
+ alias?: string | undefined;
5696
+ })[];
5607
5697
  encoding: {
5608
5698
  x?: string[] | undefined;
5609
5699
  y?: string[] | undefined;
@@ -5615,8 +5705,30 @@ export declare class Builder implements VSeedBuilder {
5615
5705
  size?: string[] | undefined;
5616
5706
  }[];
5617
5707
  config: {
5618
- table?: Record<string, never> | undefined;
5619
- pivotTable?: Record<string, never> | undefined;
5708
+ table?: {
5709
+ borderColor?: string | undefined;
5710
+ bodyFontSize?: number | undefined;
5711
+ bodyFontColor?: string | undefined;
5712
+ bodyBackgroundColor?: string | undefined;
5713
+ hoverBodyBackgroundColor?: string | undefined;
5714
+ headerFontSize?: number | undefined;
5715
+ headerFontColor?: string | undefined;
5716
+ headerBackgroundColor?: string | undefined;
5717
+ hoverHeaderBackgroundColor?: string | undefined;
5718
+ selectedBorderColor?: string | undefined;
5719
+ } | undefined;
5720
+ pivotTable?: {
5721
+ borderColor?: string | undefined;
5722
+ bodyFontSize?: number | undefined;
5723
+ bodyFontColor?: string | undefined;
5724
+ bodyBackgroundColor?: string | undefined;
5725
+ hoverBodyBackgroundColor?: string | undefined;
5726
+ headerFontSize?: number | undefined;
5727
+ headerFontColor?: string | undefined;
5728
+ headerBackgroundColor?: string | undefined;
5729
+ hoverHeaderBackgroundColor?: string | undefined;
5730
+ selectedBorderColor?: string | undefined;
5731
+ } | undefined;
5620
5732
  line?: {
5621
5733
  backgroundColor?: string | undefined;
5622
5734
  label?: {
@@ -7076,8 +7188,30 @@ export declare class Builder implements VSeedBuilder {
7076
7188
  };
7077
7189
  customTheme: {
7078
7190
  config?: {
7079
- table?: Record<string, never> | undefined;
7080
- pivotTable?: Record<string, never> | undefined;
7191
+ table?: {
7192
+ borderColor?: string | undefined;
7193
+ bodyFontSize?: number | undefined;
7194
+ bodyFontColor?: string | undefined;
7195
+ bodyBackgroundColor?: string | undefined;
7196
+ hoverBodyBackgroundColor?: string | undefined;
7197
+ headerFontSize?: number | undefined;
7198
+ headerFontColor?: string | undefined;
7199
+ headerBackgroundColor?: string | undefined;
7200
+ hoverHeaderBackgroundColor?: string | undefined;
7201
+ selectedBorderColor?: string | undefined;
7202
+ } | undefined;
7203
+ pivotTable?: {
7204
+ borderColor?: string | undefined;
7205
+ bodyFontSize?: number | undefined;
7206
+ bodyFontColor?: string | undefined;
7207
+ bodyBackgroundColor?: string | undefined;
7208
+ hoverBodyBackgroundColor?: string | undefined;
7209
+ headerFontSize?: number | undefined;
7210
+ headerFontColor?: string | undefined;
7211
+ headerBackgroundColor?: string | undefined;
7212
+ hoverHeaderBackgroundColor?: string | undefined;
7213
+ selectedBorderColor?: string | undefined;
7214
+ } | undefined;
7081
7215
  line?: {
7082
7216
  backgroundColor?: string | undefined;
7083
7217
  label?: {
@@ -8636,49 +8770,6 @@ export declare class Builder implements VSeedBuilder {
8636
8770
  }[] | undefined;
8637
8771
  };
8638
8772
  locale: "zh-CN" | "en-US";
8639
- dimensions?: {
8640
- id: string;
8641
- alias?: string | undefined;
8642
- visible?: boolean | undefined;
8643
- location?: "dimension" | "rowDimension" | "columnDimension" | undefined;
8644
- }[] | undefined;
8645
- measures?: ({
8646
- id: string;
8647
- alias?: string | undefined;
8648
- autoFormat?: boolean | undefined;
8649
- format?: {
8650
- type?: "number" | "percent" | "permille" | "scientific" | undefined;
8651
- ratio?: number | undefined;
8652
- symbol?: string | undefined;
8653
- thousandSeparator?: boolean | undefined;
8654
- prefix?: string | undefined;
8655
- suffix?: string | undefined;
8656
- fractionDigits?: number | undefined;
8657
- significantDigits?: number | undefined;
8658
- roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8659
- roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8660
- } | undefined;
8661
- } | {
8662
- id: string;
8663
- alias?: string | undefined;
8664
- children?: ({
8665
- id: string;
8666
- alias?: string | undefined;
8667
- autoFormat?: boolean | undefined;
8668
- format?: {
8669
- type?: "number" | "percent" | "permille" | "scientific" | undefined;
8670
- ratio?: number | undefined;
8671
- symbol?: string | undefined;
8672
- thousandSeparator?: boolean | undefined;
8673
- prefix?: string | undefined;
8674
- suffix?: string | undefined;
8675
- fractionDigits?: number | undefined;
8676
- significantDigits?: number | undefined;
8677
- roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8678
- roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8679
- } | undefined;
8680
- } | /*elided*/ any)[] | undefined;
8681
- })[] | undefined;
8682
8773
  } | null;
8683
8774
  set advancedVSeed(value: {
8684
8775
  chartType: "table" | "pivotTable" | "line" | "column" | "columnPercent" | "columnParallel" | "bar" | "barPercent" | "barParallel" | "area" | "areaPercent" | "rose" | "roseParallel" | "pie" | "donut" | "dualAxis" | "scatter" | "funnel";
@@ -8698,6 +8789,28 @@ export declare class Builder implements VSeedBuilder {
8698
8789
  groupName: string;
8699
8790
  };
8700
8791
  }[];
8792
+ dimensions: (import("../../types").DimensionGroup | {
8793
+ id: string;
8794
+ location: "dimension" | "rowDimension" | "columnDimension";
8795
+ alias?: string | undefined;
8796
+ })[];
8797
+ measures: (import("src/types").MeasureGroup | {
8798
+ id: string;
8799
+ autoFormat: boolean;
8800
+ format: {
8801
+ type?: "number" | "percent" | "permille" | "scientific" | undefined;
8802
+ ratio?: number | undefined;
8803
+ symbol?: string | undefined;
8804
+ thousandSeparator?: boolean | undefined;
8805
+ prefix?: string | undefined;
8806
+ suffix?: string | undefined;
8807
+ fractionDigits?: number | undefined;
8808
+ significantDigits?: number | undefined;
8809
+ roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
8810
+ roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
8811
+ };
8812
+ alias?: string | undefined;
8813
+ })[];
8701
8814
  encoding: {
8702
8815
  x?: string[] | undefined;
8703
8816
  y?: string[] | undefined;
@@ -8709,8 +8822,30 @@ export declare class Builder implements VSeedBuilder {
8709
8822
  size?: string[] | undefined;
8710
8823
  }[];
8711
8824
  config: {
8712
- table?: Record<string, never> | undefined;
8713
- pivotTable?: Record<string, never> | undefined;
8825
+ table?: {
8826
+ borderColor?: string | undefined;
8827
+ bodyFontSize?: number | undefined;
8828
+ bodyFontColor?: string | undefined;
8829
+ bodyBackgroundColor?: string | undefined;
8830
+ hoverBodyBackgroundColor?: string | undefined;
8831
+ headerFontSize?: number | undefined;
8832
+ headerFontColor?: string | undefined;
8833
+ headerBackgroundColor?: string | undefined;
8834
+ hoverHeaderBackgroundColor?: string | undefined;
8835
+ selectedBorderColor?: string | undefined;
8836
+ } | undefined;
8837
+ pivotTable?: {
8838
+ borderColor?: string | undefined;
8839
+ bodyFontSize?: number | undefined;
8840
+ bodyFontColor?: string | undefined;
8841
+ bodyBackgroundColor?: string | undefined;
8842
+ hoverBodyBackgroundColor?: string | undefined;
8843
+ headerFontSize?: number | undefined;
8844
+ headerFontColor?: string | undefined;
8845
+ headerBackgroundColor?: string | undefined;
8846
+ hoverHeaderBackgroundColor?: string | undefined;
8847
+ selectedBorderColor?: string | undefined;
8848
+ } | undefined;
8714
8849
  line?: {
8715
8850
  backgroundColor?: string | undefined;
8716
8851
  label?: {
@@ -10170,8 +10305,30 @@ export declare class Builder implements VSeedBuilder {
10170
10305
  };
10171
10306
  customTheme: {
10172
10307
  config?: {
10173
- table?: Record<string, never> | undefined;
10174
- pivotTable?: Record<string, never> | undefined;
10308
+ table?: {
10309
+ borderColor?: string | undefined;
10310
+ bodyFontSize?: number | undefined;
10311
+ bodyFontColor?: string | undefined;
10312
+ bodyBackgroundColor?: string | undefined;
10313
+ hoverBodyBackgroundColor?: string | undefined;
10314
+ headerFontSize?: number | undefined;
10315
+ headerFontColor?: string | undefined;
10316
+ headerBackgroundColor?: string | undefined;
10317
+ hoverHeaderBackgroundColor?: string | undefined;
10318
+ selectedBorderColor?: string | undefined;
10319
+ } | undefined;
10320
+ pivotTable?: {
10321
+ borderColor?: string | undefined;
10322
+ bodyFontSize?: number | undefined;
10323
+ bodyFontColor?: string | undefined;
10324
+ bodyBackgroundColor?: string | undefined;
10325
+ hoverBodyBackgroundColor?: string | undefined;
10326
+ headerFontSize?: number | undefined;
10327
+ headerFontColor?: string | undefined;
10328
+ headerBackgroundColor?: string | undefined;
10329
+ hoverHeaderBackgroundColor?: string | undefined;
10330
+ selectedBorderColor?: string | undefined;
10331
+ } | undefined;
10175
10332
  line?: {
10176
10333
  backgroundColor?: string | undefined;
10177
10334
  label?: {
@@ -11730,49 +11887,6 @@ export declare class Builder implements VSeedBuilder {
11730
11887
  }[] | undefined;
11731
11888
  };
11732
11889
  locale: "zh-CN" | "en-US";
11733
- dimensions?: {
11734
- id: string;
11735
- alias?: string | undefined;
11736
- visible?: boolean | undefined;
11737
- location?: "dimension" | "rowDimension" | "columnDimension" | undefined;
11738
- }[] | undefined;
11739
- measures?: ({
11740
- id: string;
11741
- alias?: string | undefined;
11742
- autoFormat?: boolean | undefined;
11743
- format?: {
11744
- type?: "number" | "percent" | "permille" | "scientific" | undefined;
11745
- ratio?: number | undefined;
11746
- symbol?: string | undefined;
11747
- thousandSeparator?: boolean | undefined;
11748
- prefix?: string | undefined;
11749
- suffix?: string | undefined;
11750
- fractionDigits?: number | undefined;
11751
- significantDigits?: number | undefined;
11752
- roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11753
- roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11754
- } | undefined;
11755
- } | {
11756
- id: string;
11757
- alias?: string | undefined;
11758
- children?: ({
11759
- id: string;
11760
- alias?: string | undefined;
11761
- autoFormat?: boolean | undefined;
11762
- format?: {
11763
- type?: "number" | "percent" | "permille" | "scientific" | undefined;
11764
- ratio?: number | undefined;
11765
- symbol?: string | undefined;
11766
- thousandSeparator?: boolean | undefined;
11767
- prefix?: string | undefined;
11768
- suffix?: string | undefined;
11769
- fractionDigits?: number | undefined;
11770
- significantDigits?: number | undefined;
11771
- roundingPriority?: "morePrecision" | "lessPrecision" | undefined;
11772
- roundingMode?: "floor" | "ceil" | "expand" | "trunc" | "halfCeil" | "halfFloor" | "halfExpand" | "halfTrunc" | "halfEven" | undefined;
11773
- } | undefined;
11774
- } | /*elided*/ any)[] | undefined;
11775
- })[] | undefined;
11776
11890
  } | null);
11777
11891
  get spec(): Spec | null;
11778
11892
  set spec(value: Spec | null);
@@ -13,3 +13,5 @@ export declare const registerRose: () => void;
13
13
  export declare const registerRoseParallel: () => void;
14
14
  export declare const registerFunnel: () => void;
15
15
  export declare const registerScatter: () => void;
16
+ export declare const registerTable: () => void;
17
+ export declare const registerPivotTable: () => void;
@@ -1,3 +1,3 @@
1
- export { registerLine, registerArea, registerAreaPercent, registerColumn, registerColumnParallel, registerColumnPercent, registerBar, registerBarPercent, registerBarParallel, } from './chartType';
1
+ export * from './chartType';
2
2
  export { registerCustomTheme, registerLightTheme, registerDarkTheme } from './theme';
3
3
  export { registerAll } from './all';
@@ -1,9 +1,9 @@
1
- import type { Dataset, FoldInfo, Measure, Measures } from '../types';
1
+ import type { Dataset, FoldInfo, Dimension, DimensionTree } from '../types';
2
2
  /**
3
3
  * 折叠指定的指标
4
4
  * @description 合并指定的指标为1个, 无论多少个, 都能转换为1个, 取名为fold, 意为折叠后混合在一起.
5
5
  */
6
- export declare const foldMeasures: (dataset: Dataset, measures: Measure[], measureId?: string, measureName?: string, measureValue?: string) => {
6
+ export declare const foldMeasures: (dataset: Dataset, measures: Dimension[], measureId?: string, measureName?: string, measureValue?: string) => {
7
7
  dataset: Dataset;
8
8
  foldInfo: FoldInfo;
9
9
  };
@@ -16,7 +16,7 @@ export declare const foldMeasures: (dataset: Dataset, measures: Measure[], measu
16
16
  * @param measureValue
17
17
  * @returns
18
18
  */
19
- export declare const foldMeasureGroups: (dataset: Dataset, measures: Required<Measures>, measureId?: string, measureName?: string, measureValue?: string) => {
19
+ export declare const foldMeasureGroups: (dataset: Dataset, measures: Required<DimensionTree>, measureId?: string, measureName?: string, measureValue?: string) => {
20
20
  dataset: Dataset;
21
21
  foldInfo: FoldInfo;
22
22
  } | {