@visactor/vseed 0.0.18 → 0.0.19

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 (551) hide show
  1. package/dist/builder/builder/build.d.ts +0 -1
  2. package/dist/builder/builder/buildAdvanced.d.ts +0 -1
  3. package/dist/builder/builder/buildSpec.d.ts +0 -1
  4. package/dist/builder/builder/builder.d.ts +4990 -5000
  5. package/dist/builder/builder/index.d.ts +0 -1
  6. package/dist/builder/index.d.ts +0 -1
  7. package/dist/builder/register/all.d.ts +0 -1
  8. package/dist/builder/register/chartType.d.ts +0 -1
  9. package/dist/builder/register/index.d.ts +0 -1
  10. package/dist/builder/register/theme.d.ts +0 -1
  11. package/dist/dataReshape/constant.d.ts +0 -1
  12. package/dist/dataReshape/dataReshapeFor1D1M.d.ts +0 -1
  13. package/dist/dataReshape/dataReshapeFor1D2M.d.ts +0 -1
  14. package/dist/dataReshape/dataReshapeFor2D1M.d.ts +0 -1
  15. package/dist/dataReshape/foldMeasures.d.ts +0 -1
  16. package/dist/dataReshape/index.d.ts +0 -1
  17. package/dist/dataReshape/unfoldDimensions.d.ts +0 -1
  18. package/dist/dataSelector/index.d.ts +0 -1
  19. package/dist/dataSelector/selector.d.ts +0 -1
  20. package/dist/i18n/i18n.d.ts +0 -1
  21. package/dist/i18n/index.d.ts +0 -1
  22. package/dist/index.cjs +612 -522
  23. package/dist/index.cjs.map +1 -1
  24. package/dist/index.d.ts +0 -1
  25. package/dist/index.js +570 -525
  26. package/dist/index.js.map +1 -1
  27. package/dist/pipeline/advanced/index.d.ts +0 -1
  28. package/dist/pipeline/advanced/pipeline/area.d.ts +0 -1
  29. package/dist/pipeline/advanced/pipeline/areaPercent.d.ts +0 -1
  30. package/dist/pipeline/advanced/pipeline/bar.d.ts +0 -1
  31. package/dist/pipeline/advanced/pipeline/barParallel.d.ts +0 -1
  32. package/dist/pipeline/advanced/pipeline/barPercent.d.ts +0 -1
  33. package/dist/pipeline/advanced/pipeline/column.d.ts +0 -1
  34. package/dist/pipeline/advanced/pipeline/columnParallel.d.ts +0 -1
  35. package/dist/pipeline/advanced/pipeline/columnPercent.d.ts +0 -1
  36. package/dist/pipeline/advanced/pipeline/donut.d.ts +0 -1
  37. package/dist/pipeline/advanced/pipeline/funnel.d.ts +0 -1
  38. package/dist/pipeline/advanced/pipeline/index.d.ts +0 -1
  39. package/dist/pipeline/advanced/pipeline/line.d.ts +0 -1
  40. package/dist/pipeline/advanced/pipeline/pie.d.ts +0 -1
  41. package/dist/pipeline/advanced/pipeline/rose.d.ts +0 -1
  42. package/dist/pipeline/advanced/pipeline/roseParallel.d.ts +0 -1
  43. package/dist/pipeline/advanced/pipeline/scatter.d.ts +0 -1
  44. package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts +0 -1
  45. package/dist/pipeline/advanced/pipes/annotation/index.d.ts +0 -1
  46. package/dist/pipeline/advanced/pipes/config/config.d.ts +0 -1
  47. package/dist/pipeline/advanced/pipes/config/index.d.ts +0 -1
  48. package/dist/pipeline/advanced/pipes/encoding/encodingFunnel.d.ts +0 -1
  49. package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts +0 -1
  50. package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts +0 -1
  51. package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts +0 -1
  52. package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts +0 -1
  53. package/dist/pipeline/advanced/pipes/encoding/encodingYY.d.ts +0 -1
  54. package/dist/pipeline/advanced/pipes/encoding/index.d.ts +0 -1
  55. package/dist/pipeline/advanced/pipes/i18n/index.d.ts +0 -1
  56. package/dist/pipeline/advanced/pipes/i18n/locale.d.ts +0 -1
  57. package/dist/pipeline/advanced/pipes/index.d.ts +0 -2
  58. package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts +0 -1
  59. package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts +0 -1
  60. package/dist/pipeline/advanced/pipes/init/index.d.ts +0 -1
  61. package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts +0 -1
  62. package/dist/pipeline/advanced/pipes/init/utils.d.ts +0 -1
  63. package/dist/pipeline/advanced/pipes/markStyle/index.d.ts +0 -1
  64. package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts +0 -1
  65. package/dist/pipeline/advanced/pipes/pivot/index.d.ts +0 -1
  66. package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts +0 -1
  67. package/dist/pipeline/advanced/pipes/reshape/index.d.ts +0 -1
  68. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts +0 -1
  69. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D2M.d.ts +0 -1
  70. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts +0 -1
  71. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts +0 -1
  72. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D2M.d.ts +0 -1
  73. package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts +0 -1
  74. package/dist/pipeline/advanced/pipes/theme/index.d.ts +1 -2
  75. package/dist/pipeline/advanced/pipes/theme/theme.d.ts +1 -3
  76. package/dist/pipeline/constant.d.ts +0 -1
  77. package/dist/pipeline/index.d.ts +0 -1
  78. package/dist/pipeline/spec/index.d.ts +0 -1
  79. package/dist/pipeline/spec/pipeline/area.d.ts +0 -1
  80. package/dist/pipeline/spec/pipeline/areaPercent.d.ts +0 -1
  81. package/dist/pipeline/spec/pipeline/bar.d.ts +0 -1
  82. package/dist/pipeline/spec/pipeline/barParallel.d.ts +0 -1
  83. package/dist/pipeline/spec/pipeline/barPercent.d.ts +0 -1
  84. package/dist/pipeline/spec/pipeline/column.d.ts +0 -1
  85. package/dist/pipeline/spec/pipeline/columnParallel.d.ts +0 -1
  86. package/dist/pipeline/spec/pipeline/columnPercent.d.ts +0 -1
  87. package/dist/pipeline/spec/pipeline/donut.d.ts +0 -1
  88. package/dist/pipeline/spec/pipeline/funnel.d.ts +0 -1
  89. package/dist/pipeline/spec/pipeline/index.d.ts +0 -1
  90. package/dist/pipeline/spec/pipeline/line.d.ts +0 -1
  91. package/dist/pipeline/spec/pipeline/pie.d.ts +0 -1
  92. package/dist/pipeline/spec/pipeline/rose.d.ts +0 -1
  93. package/dist/pipeline/spec/pipeline/roseParallel.d.ts +0 -1
  94. package/dist/pipeline/spec/pipeline/scatter.d.ts +0 -1
  95. package/dist/pipeline/spec/pipes/index.d.ts +0 -1
  96. package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts +0 -1
  97. package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts +0 -1
  98. package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts +0 -1
  99. package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts +0 -1
  100. package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts +0 -1
  101. package/dist/pipeline/spec/pipes/vchart/annotation/index.d.ts +0 -1
  102. package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts +0 -1
  103. package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts +0 -1
  104. package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts +0 -1
  105. package/dist/pipeline/spec/pipes/vchart/axes/index.d.ts +0 -1
  106. package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts +0 -1
  107. package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts +0 -1
  108. package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts +0 -1
  109. package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts +0 -1
  110. package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts +0 -1
  111. package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts +0 -1
  112. package/dist/pipeline/spec/pipes/vchart/backgroundColor/index.d.ts +0 -1
  113. package/dist/pipeline/spec/pipes/vchart/color/color.d.ts +0 -1
  114. package/dist/pipeline/spec/pipes/vchart/color/index.d.ts +0 -1
  115. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairLine.d.ts +0 -1
  116. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts +0 -1
  117. package/dist/pipeline/spec/pipes/vchart/crosshair/index.d.ts +0 -1
  118. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts +0 -1
  119. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts +0 -1
  120. package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts +0 -1
  121. package/dist/pipeline/spec/pipes/vchart/dataset/datasetPivot.d.ts +0 -1
  122. package/dist/pipeline/spec/pipes/vchart/dataset/index.d.ts +0 -1
  123. package/dist/pipeline/spec/pipes/vchart/init/area.d.ts +0 -1
  124. package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts +0 -1
  125. package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts +0 -1
  126. package/dist/pipeline/spec/pipes/vchart/init/column.d.ts +0 -1
  127. package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts +0 -1
  128. package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts +0 -1
  129. package/dist/pipeline/spec/pipes/vchart/init/funnel.d.ts +0 -1
  130. package/dist/pipeline/spec/pipes/vchart/init/index.d.ts +0 -1
  131. package/dist/pipeline/spec/pipes/vchart/init/line.d.ts +0 -1
  132. package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts +0 -1
  133. package/dist/pipeline/spec/pipes/vchart/init/pivot.d.ts +0 -1
  134. package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts +0 -1
  135. package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts +0 -1
  136. package/dist/pipeline/spec/pipes/vchart/init/scatter.d.ts +0 -1
  137. package/dist/pipeline/spec/pipes/vchart/label/index.d.ts +0 -1
  138. package/dist/pipeline/spec/pipes/vchart/label/label.d.ts +0 -1
  139. package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts +0 -1
  140. package/dist/pipeline/spec/pipes/vchart/legend/index.d.ts +0 -1
  141. package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts +0 -1
  142. package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts +0 -1
  143. package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts +0 -1
  144. package/dist/pipeline/spec/pipes/vchart/markStyle/index.d.ts +0 -1
  145. package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts +0 -1
  146. package/dist/pipeline/spec/pipes/vchart/markStyle/pointState.d.ts +0 -1
  147. package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts +0 -1
  148. package/dist/pipeline/spec/pipes/vchart/percent/index.d.ts +0 -1
  149. package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts +0 -1
  150. package/dist/pipeline/spec/pipes/vchart/pivotChart/index.d.ts +0 -1
  151. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts +0 -1
  152. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts +0 -1
  153. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts +0 -1
  154. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotIndicators.d.ts +0 -1
  155. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts +0 -1
  156. package/dist/pipeline/spec/pipes/vchart/stack/index.d.ts +0 -1
  157. package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts +0 -1
  158. package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts +0 -1
  159. package/dist/pipeline/spec/pipes/vchart/tooltip/index.d.ts +0 -1
  160. package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts +0 -1
  161. package/dist/pipeline/utils/chatType.d.ts +4 -40
  162. package/dist/pipeline/utils/format/createFormatter.d.ts +0 -1
  163. package/dist/pipeline/utils/format/createNumFormatter.d.ts +1 -2
  164. package/dist/pipeline/utils/format/index.d.ts +0 -1
  165. package/dist/pipeline/utils/index.d.ts +0 -1
  166. package/dist/pipeline/utils/measures/findMeasureById.d.ts +2 -3
  167. package/dist/pipeline/utils/measures/index.d.ts +0 -1
  168. package/dist/pipeline/utils/pipeline.d.ts +0 -1
  169. package/dist/theme/dark.d.ts +0 -1
  170. package/dist/theme/index.d.ts +0 -1
  171. package/dist/theme/light.d.ts +0 -1
  172. package/dist/types/advancedVSeed.d.ts +2517 -1939
  173. package/dist/types/builder/builder.d.ts +0 -1
  174. package/dist/types/builder/index.d.ts +0 -1
  175. package/dist/types/builder/spec.d.ts +0 -1
  176. package/dist/types/chartType/area/area.d.ts +36 -14
  177. package/dist/types/chartType/area/index.d.ts +0 -1
  178. package/dist/types/chartType/areaPercent/areaPercent.d.ts +36 -14
  179. package/dist/types/chartType/areaPercent/index.d.ts +0 -1
  180. package/dist/types/chartType/bar/bar.d.ts +36 -14
  181. package/dist/types/chartType/bar/index.d.ts +0 -1
  182. package/dist/types/chartType/barParallel/barParallel.d.ts +36 -14
  183. package/dist/types/chartType/barParallel/index.d.ts +0 -1
  184. package/dist/types/chartType/barPercent/barPercent.d.ts +36 -14
  185. package/dist/types/chartType/barPercent/index.d.ts +0 -1
  186. package/dist/types/chartType/column/column.d.ts +36 -14
  187. package/dist/types/chartType/column/index.d.ts +0 -1
  188. package/dist/types/chartType/columnParallel/columnParallel.d.ts +36 -14
  189. package/dist/types/chartType/columnParallel/index.d.ts +0 -1
  190. package/dist/types/chartType/columnPercent/columnPercent.d.ts +36 -14
  191. package/dist/types/chartType/columnPercent/index.d.ts +0 -1
  192. package/dist/types/chartType/donut/donut.d.ts +34 -14
  193. package/dist/types/chartType/donut/index.d.ts +0 -1
  194. package/dist/types/chartType/dualAxis/dualAxis.d.ts +0 -1
  195. package/dist/types/chartType/dualAxis/index.d.ts +0 -1
  196. package/dist/types/chartType/funnel/funnel.d.ts +34 -14
  197. package/dist/types/chartType/funnel/index.d.ts +0 -1
  198. package/dist/types/chartType/index.d.ts +0 -1
  199. package/dist/types/chartType/line/index.d.ts +0 -1
  200. package/dist/types/chartType/line/line.d.ts +36 -14
  201. package/dist/types/chartType/pie/index.d.ts +0 -1
  202. package/dist/types/chartType/pie/pie.d.ts +34 -14
  203. package/dist/types/chartType/pivotTable/index.d.ts +0 -1
  204. package/dist/types/chartType/pivotTable/pivotTable.d.ts +0 -1
  205. package/dist/types/chartType/rose/index.d.ts +0 -1
  206. package/dist/types/chartType/rose/rose.d.ts +34 -14
  207. package/dist/types/chartType/roseParallel/index.d.ts +0 -1
  208. package/dist/types/chartType/roseParallel/roseParallel.d.ts +34 -14
  209. package/dist/types/chartType/scatter/index.d.ts +0 -1
  210. package/dist/types/chartType/scatter/scatter.d.ts +38 -14
  211. package/dist/types/chartType/table/index.d.ts +0 -1
  212. package/dist/types/chartType/table/table.d.ts +0 -1
  213. package/dist/types/dataSelector/index.d.ts +0 -1
  214. package/dist/types/dataSelector/selector.d.ts +0 -1
  215. package/dist/types/i18n/i18n.d.ts +0 -1
  216. package/dist/types/i18n/index.d.ts +0 -1
  217. package/dist/types/index.d.ts +0 -1
  218. package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts +0 -1
  219. package/dist/types/pipeline/advancedVSeed/index.d.ts +0 -1
  220. package/dist/types/pipeline/index.d.ts +0 -1
  221. package/dist/types/pipeline/pipeline.d.ts +0 -1
  222. package/dist/types/pipeline/spec/index.d.ts +0 -1
  223. package/dist/types/pipeline/spec/spec.d.ts +0 -1
  224. package/dist/types/properties/annotation/annotation.d.ts +0 -1
  225. package/dist/types/properties/annotation/annotationArea.d.ts +0 -1
  226. package/dist/types/properties/annotation/annotationHorizontalLine.d.ts +0 -1
  227. package/dist/types/properties/annotation/annotationPoint.d.ts +0 -1
  228. package/dist/types/properties/annotation/annotationVerticalLine.d.ts +0 -1
  229. package/dist/types/properties/annotation/index.d.ts +0 -1
  230. package/dist/types/properties/chartType/chartType.d.ts +0 -1
  231. package/dist/types/properties/chartType/index.d.ts +0 -1
  232. package/dist/types/properties/config/{axis.d.ts → axes/axis.d.ts} +12 -1
  233. package/dist/types/properties/config/{bandAxis.d.ts → axes/bandAxis.d.ts} +2 -3
  234. package/dist/types/properties/config/axes/index.d.ts +3 -0
  235. package/dist/types/properties/config/{linearAxis.d.ts → axes/linearAxis.d.ts} +4 -1
  236. package/dist/types/properties/{baseConfig → config/backgroundColor}/backgroundColor.d.ts +0 -1
  237. package/dist/types/properties/config/backgroundColor/index.d.ts +1 -0
  238. package/dist/types/properties/{baseConfig → config/color}/color.d.ts +0 -1
  239. package/dist/types/properties/config/color/index.d.ts +1 -0
  240. package/dist/types/properties/config/config.d.ts +3029 -7
  241. package/dist/types/properties/config/{crosshair.d.ts → crosshair/crosshair.d.ts} +0 -1
  242. package/dist/types/properties/config/crosshair/index.d.ts +1 -0
  243. package/dist/types/properties/config/index.d.ts +6 -4
  244. package/dist/types/properties/config/label/index.d.ts +1 -0
  245. package/dist/types/properties/{baseConfig → config/label}/label.d.ts +0 -1
  246. package/dist/types/properties/config/legend/index.d.ts +1 -0
  247. package/dist/types/properties/{baseConfig → config/legend}/legend.d.ts +0 -1
  248. package/dist/types/properties/config/stackCornerRadius/index.d.ts +1 -0
  249. package/dist/types/properties/config/{stackCornerRadius.d.ts → stackCornerRadius/stackCornerRadius.d.ts} +0 -1
  250. package/dist/types/properties/config/tooltip/index.d.ts +1 -0
  251. package/dist/types/properties/{baseConfig → config/tooltip}/tooltip.d.ts +0 -1
  252. package/dist/types/properties/dataset/dataset.d.ts +0 -1
  253. package/dist/types/properties/dataset/index.d.ts +0 -1
  254. package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +0 -1
  255. package/dist/types/properties/datasetReshapeInfo/index.d.ts +0 -1
  256. package/dist/types/properties/dimensions/dimensions.d.ts +0 -1
  257. package/dist/types/properties/dimensions/index.d.ts +0 -1
  258. package/dist/types/properties/encoding/encoding.d.ts +0 -1
  259. package/dist/types/properties/encoding/index.d.ts +0 -1
  260. package/dist/types/properties/index.d.ts +0 -2
  261. package/dist/types/properties/markStyle/areaStyle.d.ts +0 -1
  262. package/dist/types/properties/markStyle/barStyle.d.ts +0 -1
  263. package/dist/types/properties/markStyle/index.d.ts +0 -1
  264. package/dist/types/properties/markStyle/lineStyle.d.ts +0 -1
  265. package/dist/types/properties/markStyle/markStyle.d.ts +0 -1
  266. package/dist/types/properties/markStyle/pointStyle.d.ts +0 -1
  267. package/dist/types/properties/measures/format/formatter.d.ts +0 -1
  268. package/dist/types/properties/measures/format/index.d.ts +0 -1
  269. package/dist/types/properties/measures/format/numFormat.d.ts +99 -7
  270. package/dist/types/properties/measures/index.d.ts +0 -1
  271. package/dist/types/properties/measures/measures.d.ts +105 -30
  272. package/dist/types/properties/theme/customTheme.d.ts +2349 -3226
  273. package/dist/types/properties/theme/index.d.ts +0 -1
  274. package/dist/types/properties/theme/theme.d.ts +0 -1
  275. package/dist/types/vseed.d.ts +532 -196
  276. package/dist/umd/index.js +9624 -6168
  277. package/dist/umd/index.js.map +1 -1
  278. package/package.json +3 -1
  279. package/dist/builder/builder/build.d.ts.map +0 -1
  280. package/dist/builder/builder/buildAdvanced.d.ts.map +0 -1
  281. package/dist/builder/builder/buildSpec.d.ts.map +0 -1
  282. package/dist/builder/builder/builder.d.ts.map +0 -1
  283. package/dist/builder/builder/index.d.ts.map +0 -1
  284. package/dist/builder/index.d.ts.map +0 -1
  285. package/dist/builder/register/all.d.ts.map +0 -1
  286. package/dist/builder/register/chartType.d.ts.map +0 -1
  287. package/dist/builder/register/index.d.ts.map +0 -1
  288. package/dist/builder/register/theme.d.ts.map +0 -1
  289. package/dist/dataReshape/constant.d.ts.map +0 -1
  290. package/dist/dataReshape/dataReshapeFor1D1M.d.ts.map +0 -1
  291. package/dist/dataReshape/dataReshapeFor1D2M.d.ts.map +0 -1
  292. package/dist/dataReshape/dataReshapeFor2D1M.d.ts.map +0 -1
  293. package/dist/dataReshape/foldMeasures.d.ts.map +0 -1
  294. package/dist/dataReshape/index.d.ts.map +0 -1
  295. package/dist/dataReshape/unfoldDimensions.d.ts.map +0 -1
  296. package/dist/dataSelector/index.d.ts.map +0 -1
  297. package/dist/dataSelector/selector.d.ts.map +0 -1
  298. package/dist/i18n/i18n.d.ts.map +0 -1
  299. package/dist/i18n/index.d.ts.map +0 -1
  300. package/dist/index.d.ts.map +0 -1
  301. package/dist/pipeline/advanced/index.d.ts.map +0 -1
  302. package/dist/pipeline/advanced/pipeline/area.d.ts.map +0 -1
  303. package/dist/pipeline/advanced/pipeline/areaPercent.d.ts.map +0 -1
  304. package/dist/pipeline/advanced/pipeline/bar.d.ts.map +0 -1
  305. package/dist/pipeline/advanced/pipeline/barParallel.d.ts.map +0 -1
  306. package/dist/pipeline/advanced/pipeline/barPercent.d.ts.map +0 -1
  307. package/dist/pipeline/advanced/pipeline/column.d.ts.map +0 -1
  308. package/dist/pipeline/advanced/pipeline/columnParallel.d.ts.map +0 -1
  309. package/dist/pipeline/advanced/pipeline/columnPercent.d.ts.map +0 -1
  310. package/dist/pipeline/advanced/pipeline/donut.d.ts.map +0 -1
  311. package/dist/pipeline/advanced/pipeline/funnel.d.ts.map +0 -1
  312. package/dist/pipeline/advanced/pipeline/index.d.ts.map +0 -1
  313. package/dist/pipeline/advanced/pipeline/line.d.ts.map +0 -1
  314. package/dist/pipeline/advanced/pipeline/pie.d.ts.map +0 -1
  315. package/dist/pipeline/advanced/pipeline/rose.d.ts.map +0 -1
  316. package/dist/pipeline/advanced/pipeline/roseParallel.d.ts.map +0 -1
  317. package/dist/pipeline/advanced/pipeline/scatter.d.ts.map +0 -1
  318. package/dist/pipeline/advanced/pipes/annotation/annotation.d.ts.map +0 -1
  319. package/dist/pipeline/advanced/pipes/annotation/index.d.ts.map +0 -1
  320. package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts +0 -4
  321. package/dist/pipeline/advanced/pipes/baseConfig/baseConfig.d.ts.map +0 -1
  322. package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts +0 -2
  323. package/dist/pipeline/advanced/pipes/baseConfig/index.d.ts.map +0 -1
  324. package/dist/pipeline/advanced/pipes/config/config.d.ts.map +0 -1
  325. package/dist/pipeline/advanced/pipes/config/index.d.ts.map +0 -1
  326. package/dist/pipeline/advanced/pipes/encoding/encodingFunnel.d.ts.map +0 -1
  327. package/dist/pipeline/advanced/pipes/encoding/encodingPie.d.ts.map +0 -1
  328. package/dist/pipeline/advanced/pipes/encoding/encodingRose.d.ts.map +0 -1
  329. package/dist/pipeline/advanced/pipes/encoding/encodingXY.d.ts.map +0 -1
  330. package/dist/pipeline/advanced/pipes/encoding/encodingYX.d.ts.map +0 -1
  331. package/dist/pipeline/advanced/pipes/encoding/encodingYY.d.ts.map +0 -1
  332. package/dist/pipeline/advanced/pipes/encoding/index.d.ts.map +0 -1
  333. package/dist/pipeline/advanced/pipes/i18n/index.d.ts.map +0 -1
  334. package/dist/pipeline/advanced/pipes/i18n/locale.d.ts.map +0 -1
  335. package/dist/pipeline/advanced/pipes/index.d.ts.map +0 -1
  336. package/dist/pipeline/advanced/pipes/init/autoDimensions.d.ts.map +0 -1
  337. package/dist/pipeline/advanced/pipes/init/autoMeasures.d.ts.map +0 -1
  338. package/dist/pipeline/advanced/pipes/init/index.d.ts.map +0 -1
  339. package/dist/pipeline/advanced/pipes/init/initAdvancedVSeed.d.ts.map +0 -1
  340. package/dist/pipeline/advanced/pipes/init/utils.d.ts.map +0 -1
  341. package/dist/pipeline/advanced/pipes/markStyle/index.d.ts.map +0 -1
  342. package/dist/pipeline/advanced/pipes/markStyle/markStyle.d.ts.map +0 -1
  343. package/dist/pipeline/advanced/pipes/pivot/index.d.ts.map +0 -1
  344. package/dist/pipeline/advanced/pipes/pivot/pivotAdapter.d.ts.map +0 -1
  345. package/dist/pipeline/advanced/pipes/reshape/index.d.ts.map +0 -1
  346. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D1M.d.ts.map +0 -1
  347. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo1D2M.d.ts.map +0 -1
  348. package/dist/pipeline/advanced/pipes/reshape/pivotReshapeTo2D1M.d.ts.map +0 -1
  349. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D1M.d.ts.map +0 -1
  350. package/dist/pipeline/advanced/pipes/reshape/reshapeTo1D2M.d.ts.map +0 -1
  351. package/dist/pipeline/advanced/pipes/reshape/reshapeTo2D1M.d.ts.map +0 -1
  352. package/dist/pipeline/advanced/pipes/theme/index.d.ts.map +0 -1
  353. package/dist/pipeline/advanced/pipes/theme/theme.d.ts.map +0 -1
  354. package/dist/pipeline/constant.d.ts.map +0 -1
  355. package/dist/pipeline/index.d.ts.map +0 -1
  356. package/dist/pipeline/spec/index.d.ts.map +0 -1
  357. package/dist/pipeline/spec/pipeline/area.d.ts.map +0 -1
  358. package/dist/pipeline/spec/pipeline/areaPercent.d.ts.map +0 -1
  359. package/dist/pipeline/spec/pipeline/bar.d.ts.map +0 -1
  360. package/dist/pipeline/spec/pipeline/barParallel.d.ts.map +0 -1
  361. package/dist/pipeline/spec/pipeline/barPercent.d.ts.map +0 -1
  362. package/dist/pipeline/spec/pipeline/column.d.ts.map +0 -1
  363. package/dist/pipeline/spec/pipeline/columnParallel.d.ts.map +0 -1
  364. package/dist/pipeline/spec/pipeline/columnPercent.d.ts.map +0 -1
  365. package/dist/pipeline/spec/pipeline/donut.d.ts.map +0 -1
  366. package/dist/pipeline/spec/pipeline/funnel.d.ts.map +0 -1
  367. package/dist/pipeline/spec/pipeline/index.d.ts.map +0 -1
  368. package/dist/pipeline/spec/pipeline/line.d.ts.map +0 -1
  369. package/dist/pipeline/spec/pipeline/pie.d.ts.map +0 -1
  370. package/dist/pipeline/spec/pipeline/rose.d.ts.map +0 -1
  371. package/dist/pipeline/spec/pipeline/roseParallel.d.ts.map +0 -1
  372. package/dist/pipeline/spec/pipeline/scatter.d.ts.map +0 -1
  373. package/dist/pipeline/spec/pipes/index.d.ts.map +0 -1
  374. package/dist/pipeline/spec/pipes/vchart/annotation/annotationArea.d.ts.map +0 -1
  375. package/dist/pipeline/spec/pipes/vchart/annotation/annotationAreaBand.d.ts.map +0 -1
  376. package/dist/pipeline/spec/pipes/vchart/annotation/annotationHorizontalLine.d.ts.map +0 -1
  377. package/dist/pipeline/spec/pipes/vchart/annotation/annotationPoint.d.ts.map +0 -1
  378. package/dist/pipeline/spec/pipes/vchart/annotation/annotationVerticalLine.d.ts.map +0 -1
  379. package/dist/pipeline/spec/pipes/vchart/annotation/index.d.ts.map +0 -1
  380. package/dist/pipeline/spec/pipes/vchart/annotation/utils.d.ts.map +0 -1
  381. package/dist/pipeline/spec/pipes/vchart/axes/a.d.ts.map +0 -1
  382. package/dist/pipeline/spec/pipes/vchart/axes/angle.d.ts.map +0 -1
  383. package/dist/pipeline/spec/pipes/vchart/axes/index.d.ts.map +0 -1
  384. package/dist/pipeline/spec/pipes/vchart/axes/radius.d.ts.map +0 -1
  385. package/dist/pipeline/spec/pipes/vchart/axes/xBand.d.ts.map +0 -1
  386. package/dist/pipeline/spec/pipes/vchart/axes/xLinear.d.ts.map +0 -1
  387. package/dist/pipeline/spec/pipes/vchart/axes/yBand.d.ts.map +0 -1
  388. package/dist/pipeline/spec/pipes/vchart/axes/yLinear.d.ts.map +0 -1
  389. package/dist/pipeline/spec/pipes/vchart/backgroundColor/background.d.ts.map +0 -1
  390. package/dist/pipeline/spec/pipes/vchart/backgroundColor/index.d.ts.map +0 -1
  391. package/dist/pipeline/spec/pipes/vchart/color/color.d.ts.map +0 -1
  392. package/dist/pipeline/spec/pipes/vchart/color/index.d.ts.map +0 -1
  393. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairLine.d.ts.map +0 -1
  394. package/dist/pipeline/spec/pipes/vchart/crosshair/horizontalCrosshairRect.d.ts.map +0 -1
  395. package/dist/pipeline/spec/pipes/vchart/crosshair/index.d.ts.map +0 -1
  396. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairLine.d.ts.map +0 -1
  397. package/dist/pipeline/spec/pipes/vchart/crosshair/verticalCrosshairRect.d.ts.map +0 -1
  398. package/dist/pipeline/spec/pipes/vchart/dataset/dataset.d.ts.map +0 -1
  399. package/dist/pipeline/spec/pipes/vchart/dataset/datasetPivot.d.ts.map +0 -1
  400. package/dist/pipeline/spec/pipes/vchart/dataset/index.d.ts.map +0 -1
  401. package/dist/pipeline/spec/pipes/vchart/init/area.d.ts.map +0 -1
  402. package/dist/pipeline/spec/pipes/vchart/init/bar.d.ts.map +0 -1
  403. package/dist/pipeline/spec/pipes/vchart/init/barParallel.d.ts.map +0 -1
  404. package/dist/pipeline/spec/pipes/vchart/init/column.d.ts.map +0 -1
  405. package/dist/pipeline/spec/pipes/vchart/init/columnParallel.d.ts.map +0 -1
  406. package/dist/pipeline/spec/pipes/vchart/init/donut.d.ts.map +0 -1
  407. package/dist/pipeline/spec/pipes/vchart/init/funnel.d.ts.map +0 -1
  408. package/dist/pipeline/spec/pipes/vchart/init/index.d.ts.map +0 -1
  409. package/dist/pipeline/spec/pipes/vchart/init/line.d.ts.map +0 -1
  410. package/dist/pipeline/spec/pipes/vchart/init/pie.d.ts.map +0 -1
  411. package/dist/pipeline/spec/pipes/vchart/init/pivot.d.ts.map +0 -1
  412. package/dist/pipeline/spec/pipes/vchart/init/rose.d.ts.map +0 -1
  413. package/dist/pipeline/spec/pipes/vchart/init/roseParallel.d.ts.map +0 -1
  414. package/dist/pipeline/spec/pipes/vchart/init/scatter.d.ts.map +0 -1
  415. package/dist/pipeline/spec/pipes/vchart/label/index.d.ts.map +0 -1
  416. package/dist/pipeline/spec/pipes/vchart/label/label.d.ts.map +0 -1
  417. package/dist/pipeline/spec/pipes/vchart/legend/discreteLegend.d.ts.map +0 -1
  418. package/dist/pipeline/spec/pipes/vchart/legend/index.d.ts.map +0 -1
  419. package/dist/pipeline/spec/pipes/vchart/legend/pivotDiscreteLegend.d.ts.map +0 -1
  420. package/dist/pipeline/spec/pipes/vchart/markStyle/areaStyle.d.ts.map +0 -1
  421. package/dist/pipeline/spec/pipes/vchart/markStyle/barStyle.d.ts.map +0 -1
  422. package/dist/pipeline/spec/pipes/vchart/markStyle/index.d.ts.map +0 -1
  423. package/dist/pipeline/spec/pipes/vchart/markStyle/lineStyle.d.ts.map +0 -1
  424. package/dist/pipeline/spec/pipes/vchart/markStyle/pointState.d.ts.map +0 -1
  425. package/dist/pipeline/spec/pipes/vchart/markStyle/pointStyle.d.ts.map +0 -1
  426. package/dist/pipeline/spec/pipes/vchart/percent/index.d.ts.map +0 -1
  427. package/dist/pipeline/spec/pipes/vchart/percent/percent.d.ts.map +0 -1
  428. package/dist/pipeline/spec/pipes/vchart/pivotChart/index.d.ts.map +0 -1
  429. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotAdapter.d.ts.map +0 -1
  430. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotColumnDimensions.d.ts.map +0 -1
  431. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotGridStyle.d.ts.map +0 -1
  432. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotIndicators.d.ts.map +0 -1
  433. package/dist/pipeline/spec/pipes/vchart/pivotChart/pivotRowDimensions.d.ts.map +0 -1
  434. package/dist/pipeline/spec/pipes/vchart/stack/index.d.ts.map +0 -1
  435. package/dist/pipeline/spec/pipes/vchart/stack/stack.d.ts.map +0 -1
  436. package/dist/pipeline/spec/pipes/vchart/stack/stackCornerRadius.d.ts.map +0 -1
  437. package/dist/pipeline/spec/pipes/vchart/tooltip/index.d.ts.map +0 -1
  438. package/dist/pipeline/spec/pipes/vchart/tooltip/tooltip.d.ts.map +0 -1
  439. package/dist/pipeline/utils/chatType.d.ts.map +0 -1
  440. package/dist/pipeline/utils/format/createFormatter.d.ts.map +0 -1
  441. package/dist/pipeline/utils/format/createNumFormatter.d.ts.map +0 -1
  442. package/dist/pipeline/utils/format/index.d.ts.map +0 -1
  443. package/dist/pipeline/utils/index.d.ts.map +0 -1
  444. package/dist/pipeline/utils/measures/findMeasureById.d.ts.map +0 -1
  445. package/dist/pipeline/utils/measures/index.d.ts.map +0 -1
  446. package/dist/pipeline/utils/pipeline.d.ts.map +0 -1
  447. package/dist/theme/dark.d.ts.map +0 -1
  448. package/dist/theme/index.d.ts.map +0 -1
  449. package/dist/theme/light.d.ts.map +0 -1
  450. package/dist/types/advancedVSeed.d.ts.map +0 -1
  451. package/dist/types/builder/builder.d.ts.map +0 -1
  452. package/dist/types/builder/index.d.ts.map +0 -1
  453. package/dist/types/builder/spec.d.ts.map +0 -1
  454. package/dist/types/chartType/area/area.d.ts.map +0 -1
  455. package/dist/types/chartType/area/index.d.ts.map +0 -1
  456. package/dist/types/chartType/areaPercent/areaPercent.d.ts.map +0 -1
  457. package/dist/types/chartType/areaPercent/index.d.ts.map +0 -1
  458. package/dist/types/chartType/bar/bar.d.ts.map +0 -1
  459. package/dist/types/chartType/bar/index.d.ts.map +0 -1
  460. package/dist/types/chartType/barParallel/barParallel.d.ts.map +0 -1
  461. package/dist/types/chartType/barParallel/index.d.ts.map +0 -1
  462. package/dist/types/chartType/barPercent/barPercent.d.ts.map +0 -1
  463. package/dist/types/chartType/barPercent/index.d.ts.map +0 -1
  464. package/dist/types/chartType/column/column.d.ts.map +0 -1
  465. package/dist/types/chartType/column/index.d.ts.map +0 -1
  466. package/dist/types/chartType/columnParallel/columnParallel.d.ts.map +0 -1
  467. package/dist/types/chartType/columnParallel/index.d.ts.map +0 -1
  468. package/dist/types/chartType/columnPercent/columnPercent.d.ts.map +0 -1
  469. package/dist/types/chartType/columnPercent/index.d.ts.map +0 -1
  470. package/dist/types/chartType/donut/donut.d.ts.map +0 -1
  471. package/dist/types/chartType/donut/index.d.ts.map +0 -1
  472. package/dist/types/chartType/dualAxis/dualAxis.d.ts.map +0 -1
  473. package/dist/types/chartType/dualAxis/index.d.ts.map +0 -1
  474. package/dist/types/chartType/funnel/funnel.d.ts.map +0 -1
  475. package/dist/types/chartType/funnel/index.d.ts.map +0 -1
  476. package/dist/types/chartType/index.d.ts.map +0 -1
  477. package/dist/types/chartType/line/index.d.ts.map +0 -1
  478. package/dist/types/chartType/line/line.d.ts.map +0 -1
  479. package/dist/types/chartType/pie/index.d.ts.map +0 -1
  480. package/dist/types/chartType/pie/pie.d.ts.map +0 -1
  481. package/dist/types/chartType/pivotTable/index.d.ts.map +0 -1
  482. package/dist/types/chartType/pivotTable/pivotTable.d.ts.map +0 -1
  483. package/dist/types/chartType/rose/index.d.ts.map +0 -1
  484. package/dist/types/chartType/rose/rose.d.ts.map +0 -1
  485. package/dist/types/chartType/roseParallel/index.d.ts.map +0 -1
  486. package/dist/types/chartType/roseParallel/roseParallel.d.ts.map +0 -1
  487. package/dist/types/chartType/scatter/index.d.ts.map +0 -1
  488. package/dist/types/chartType/scatter/scatter.d.ts.map +0 -1
  489. package/dist/types/chartType/table/index.d.ts.map +0 -1
  490. package/dist/types/chartType/table/table.d.ts.map +0 -1
  491. package/dist/types/dataSelector/index.d.ts.map +0 -1
  492. package/dist/types/dataSelector/selector.d.ts.map +0 -1
  493. package/dist/types/i18n/i18n.d.ts.map +0 -1
  494. package/dist/types/i18n/index.d.ts.map +0 -1
  495. package/dist/types/index.d.ts.map +0 -1
  496. package/dist/types/pipeline/advancedVSeed/advancedVSeed.d.ts.map +0 -1
  497. package/dist/types/pipeline/advancedVSeed/index.d.ts.map +0 -1
  498. package/dist/types/pipeline/index.d.ts.map +0 -1
  499. package/dist/types/pipeline/pipeline.d.ts.map +0 -1
  500. package/dist/types/pipeline/spec/index.d.ts.map +0 -1
  501. package/dist/types/pipeline/spec/spec.d.ts.map +0 -1
  502. package/dist/types/properties/annotation/annotation.d.ts.map +0 -1
  503. package/dist/types/properties/annotation/annotationArea.d.ts.map +0 -1
  504. package/dist/types/properties/annotation/annotationHorizontalLine.d.ts.map +0 -1
  505. package/dist/types/properties/annotation/annotationPoint.d.ts.map +0 -1
  506. package/dist/types/properties/annotation/annotationVerticalLine.d.ts.map +0 -1
  507. package/dist/types/properties/annotation/index.d.ts.map +0 -1
  508. package/dist/types/properties/baseConfig/backgroundColor.d.ts.map +0 -1
  509. package/dist/types/properties/baseConfig/baseConfig.d.ts +0 -147
  510. package/dist/types/properties/baseConfig/baseConfig.d.ts.map +0 -1
  511. package/dist/types/properties/baseConfig/color.d.ts.map +0 -1
  512. package/dist/types/properties/baseConfig/index.d.ts +0 -13
  513. package/dist/types/properties/baseConfig/index.d.ts.map +0 -1
  514. package/dist/types/properties/baseConfig/label.d.ts.map +0 -1
  515. package/dist/types/properties/baseConfig/legend.d.ts.map +0 -1
  516. package/dist/types/properties/baseConfig/tooltip.d.ts.map +0 -1
  517. package/dist/types/properties/chartType/chartType.d.ts.map +0 -1
  518. package/dist/types/properties/chartType/index.d.ts.map +0 -1
  519. package/dist/types/properties/config/axis.d.ts.map +0 -1
  520. package/dist/types/properties/config/bandAxis.d.ts.map +0 -1
  521. package/dist/types/properties/config/config.d.ts.map +0 -1
  522. package/dist/types/properties/config/crosshair.d.ts.map +0 -1
  523. package/dist/types/properties/config/index.d.ts.map +0 -1
  524. package/dist/types/properties/config/linearAxis.d.ts.map +0 -1
  525. package/dist/types/properties/config/stackCornerRadius.d.ts.map +0 -1
  526. package/dist/types/properties/dataset/dataset.d.ts.map +0 -1
  527. package/dist/types/properties/dataset/index.d.ts.map +0 -1
  528. package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts.map +0 -1
  529. package/dist/types/properties/datasetReshapeInfo/index.d.ts.map +0 -1
  530. package/dist/types/properties/dimensions/dimensions.d.ts.map +0 -1
  531. package/dist/types/properties/dimensions/index.d.ts.map +0 -1
  532. package/dist/types/properties/encoding/encoding.d.ts.map +0 -1
  533. package/dist/types/properties/encoding/index.d.ts.map +0 -1
  534. package/dist/types/properties/index.d.ts.map +0 -1
  535. package/dist/types/properties/markStyle/areaStyle.d.ts.map +0 -1
  536. package/dist/types/properties/markStyle/barStyle.d.ts.map +0 -1
  537. package/dist/types/properties/markStyle/index.d.ts.map +0 -1
  538. package/dist/types/properties/markStyle/lineStyle.d.ts.map +0 -1
  539. package/dist/types/properties/markStyle/markStyle.d.ts.map +0 -1
  540. package/dist/types/properties/markStyle/pointStyle.d.ts.map +0 -1
  541. package/dist/types/properties/measures/format/formatter.d.ts.map +0 -1
  542. package/dist/types/properties/measures/format/index.d.ts.map +0 -1
  543. package/dist/types/properties/measures/format/numFormat.d.ts.map +0 -1
  544. package/dist/types/properties/measures/index.d.ts.map +0 -1
  545. package/dist/types/properties/measures/measures.d.ts.map +0 -1
  546. package/dist/types/properties/theme/customTheme.d.ts.map +0 -1
  547. package/dist/types/properties/theme/index.d.ts.map +0 -1
  548. package/dist/types/properties/theme/theme.d.ts.map +0 -1
  549. package/dist/types/vseed.d.ts.map +0 -1
  550. package/dist/umd/999.js +0 -3574
  551. package/dist/umd/999.js.map +0 -1
@@ -15,4 +15,3 @@ export declare const zCrosshairRect: z.ZodObject<{
15
15
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
16
16
  }, z.core.$strip>;
17
17
  export type CrosshairRect = z.infer<typeof zCrosshairLine>;
18
- //# sourceMappingURL=crosshair.d.ts.map
@@ -0,0 +1 @@
1
+ export * from './crosshair';
@@ -1,7 +1,9 @@
1
- export * from './axis';
2
1
  export * from './config';
3
- export * from './bandAxis';
4
- export * from './linearAxis';
2
+ export * from './axes';
5
3
  export * from './crosshair';
6
4
  export * from './stackCornerRadius';
7
- //# sourceMappingURL=index.d.ts.map
5
+ export * from './backgroundColor';
6
+ export * from './color';
7
+ export * from './label';
8
+ export * from './legend';
9
+ export * from './tooltip';
@@ -0,0 +1 @@
1
+ export * from './label';
@@ -9,4 +9,3 @@ export type Label = {
9
9
  */
10
10
  enable: boolean;
11
11
  };
12
- //# sourceMappingURL=label.d.ts.map
@@ -0,0 +1 @@
1
+ export * from './legend';
@@ -106,4 +106,3 @@ export declare const zLegend: z.ZodObject<{
106
106
  labelFontColor: z.ZodOptional<z.ZodDefault<z.ZodString>>;
107
107
  labelFontWeight: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>;
108
108
  }, z.core.$strip>;
109
- //# sourceMappingURL=legend.d.ts.map
@@ -0,0 +1 @@
1
+ export * from './stackCornerRadius';
@@ -1,4 +1,3 @@
1
1
  import { z } from 'zod';
2
2
  export declare const zStackCornerRadius: z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
3
3
  export type StackCornerRadius = z.infer<typeof zStackCornerRadius>;
4
- //# sourceMappingURL=stackCornerRadius.d.ts.map
@@ -0,0 +1 @@
1
+ export * from './tooltip';
@@ -9,4 +9,3 @@ export type Tooltip = {
9
9
  */
10
10
  enable: boolean;
11
11
  };
12
- //# sourceMappingURL=tooltip.d.ts.map
@@ -13,4 +13,3 @@ export declare const zDatum: z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>,
13
13
  export declare const zDataset: z.ZodArray<z.ZodRecord<z.ZodUnion<[z.ZodString, z.ZodNumber]>, z.ZodAny>>;
14
14
  export type Datum = z.infer<typeof zDatum>;
15
15
  export type Dataset = z.infer<typeof zDataset>;
16
- //# sourceMappingURL=dataset.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export type { Dataset, Datum } from './dataset';
2
2
  export { zDataset, zDatum } from './dataset';
3
- //# sourceMappingURL=index.d.ts.map
@@ -39,4 +39,3 @@ export declare const zDatasetReshapeInfo: z.ZodArray<z.ZodObject<{
39
39
  }, z.core.$strip>;
40
40
  }, z.core.$strip>>;
41
41
  export type DatasetReshapeInfo = z.infer<typeof zDatasetReshapeInfo>;
42
- //# sourceMappingURL=datasetReshapeInfo.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export { zDatasetReshapeInfo, zFoldInfo, zUnfoldInfo } from './datasetReshapeInfo';
2
2
  export type { FoldInfo, UnfoldInfo, DatasetReshapeInfo } from './datasetReshapeInfo';
3
- //# sourceMappingURL=index.d.ts.map
@@ -21,4 +21,3 @@ export declare const zDimensions: z.ZodOptional<z.ZodArray<z.ZodObject<{
21
21
  }, z.core.$strip>>>;
22
22
  export type Dimension = z.infer<typeof zDimension>;
23
23
  export type Dimensions = z.infer<typeof zDimensions>;
24
- //# sourceMappingURL=dimensions.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export type { Dimension, Dimensions } from './dimensions';
2
2
  export { zDimension, zDimensions } from './dimensions';
3
- //# sourceMappingURL=index.d.ts.map
@@ -19,4 +19,3 @@ export type Encoding = Array<{
19
19
  tooltip?: string[];
20
20
  size?: string[];
21
21
  }>;
22
- //# sourceMappingURL=encoding.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export type { Encoding } from './encoding';
2
2
  export { zEncoding } from './encoding';
3
- //# sourceMappingURL=index.d.ts.map
@@ -4,9 +4,7 @@ export * from './dimensions';
4
4
  export * from './measures';
5
5
  export * from './datasetReshapeInfo';
6
6
  export * from './encoding';
7
- export * from './baseConfig';
8
7
  export * from './config';
9
8
  export * from './theme';
10
9
  export * from './markStyle';
11
10
  export * from './annotation';
12
- //# sourceMappingURL=index.d.ts.map
@@ -127,4 +127,3 @@ export declare const zAreaStyle: z.ZodObject<{
127
127
  areaColor: z.ZodOptional<z.ZodString>;
128
128
  areaColorOpacity: z.ZodOptional<z.ZodNumber>;
129
129
  }, z.core.$strip>;
130
- //# sourceMappingURL=areaStyle.d.ts.map
@@ -164,4 +164,3 @@ export declare const zBarStyle: z.ZodObject<{
164
164
  barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
165
165
  barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
166
166
  }, z.core.$strip>;
167
- //# sourceMappingURL=barStyle.d.ts.map
@@ -3,4 +3,3 @@ export * from './pointStyle';
3
3
  export * from './lineStyle';
4
4
  export * from './areaStyle';
5
5
  export * from './markStyle';
6
- //# sourceMappingURL=index.d.ts.map
@@ -158,4 +158,3 @@ export declare const zLineStyle: z.ZodObject<{
158
158
  dotted: "dotted";
159
159
  }>]>>;
160
160
  }, z.core.$strip>;
161
- //# sourceMappingURL=lineStyle.d.ts.map
@@ -620,4 +620,3 @@ export declare const zMarkStyle: z.ZodObject<{
620
620
  }, z.core.$strip>>]>>;
621
621
  }, z.core.$strip>;
622
622
  export type MarkStyle = z.infer<typeof zMarkStyle>;
623
- //# sourceMappingURL=markStyle.d.ts.map
@@ -166,4 +166,3 @@ export declare const zPointStyle: z.ZodObject<{
166
166
  dotted: "dotted";
167
167
  }>]>>;
168
168
  }, z.core.$strip>;
169
- //# sourceMappingURL=pointStyle.d.ts.map
@@ -1,2 +1 @@
1
1
  export type Formatter = (value?: number | string) => string;
2
- //# sourceMappingURL=formatter.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export type * from './formatter';
2
2
  export * from './numFormat';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1,21 +1,113 @@
1
1
  import { z } from 'zod';
2
+ export interface NumFormat {
3
+ /**
4
+ * @description 数字格式化类型, 支持数值(十进制)、百分比(%)、千分比(‰)、科学计数法
5
+ * @default 'number'
6
+ */
7
+ type?: 'number' | 'percent' | 'permille' | 'scientific';
8
+ /**
9
+ * @description 数值格式化比例, 百分比和千分比需要设置比例
10
+ * @default 1
11
+ * @example
12
+ * - 100000 转换为 10万, ratio:10000, symbol:"万"
13
+ * - 100000 转换为 10K, ratio:1000, symbol:"K"
14
+ * - 100000 转换为 100%, ratio:100, symbol:"%"
15
+ * - 100000 转换为 100‰, ratio:1000, symbol:"‰"
16
+ */
17
+ ratio?: number;
18
+ /**
19
+ * @description 数值格式化符号, 例如%、‰
20
+ * @default ''
21
+ * @example
22
+ * - 100000 转换为 10万, ratio:10000, symbol:"万"
23
+ * - 100000 转换为 10K, ratio:1000, symbol:"K"
24
+ * - 100000 转换为 100%, ratio:100, symbol:"%"
25
+ * - 100000 转换为 100‰, ratio:1000, symbol:"‰"
26
+ */
27
+ symbol?: string;
28
+ /**
29
+ * @description 数值格式化千分位分隔符
30
+ * @default true
31
+ */
32
+ thousandSeparator?: boolean;
33
+ /**
34
+ * @description 数值格式化后缀
35
+ * @default ''
36
+ */
37
+ suffix?: string;
38
+ /**
39
+ * @description 数值格式化前缀
40
+ * @default ''
41
+ */
42
+ prefix?: string;
43
+ /**
44
+ * @description 数值格式化小数位, 使用浏览器提供的 Intl.NumberFormat 中的 minimumFractionDigits 和 maximumFractionDigits 进行格式化, 优先级低于 significantDigits
45
+ * @default 2
46
+ * @example
47
+ * - 1234.5678 转换为 1235, fractionDigits:0 (roundingMode:halfCeil)
48
+ * - 1234.5678 转换为 1234.6, fractionDigits:1 (roundingMode:halfCeil)
49
+ * - 1234.5678 转换为 1234.57, fractionDigits:2 (roundingMode:halfCeil)
50
+ * - 1234.5678 转换为 1230.568, fractionDigits:3 (roundingMode:halfCeil)
51
+ * - 1234.5678 转换为 1234.5678, fractionDigits:4 (roundingMode:halfCeil)
52
+ * - 1234.5678 转换为 1234.56780, fractionDigits:5 (roundingMode:halfCeil)
53
+ */
54
+ fractionDigits?: number;
55
+ /**
56
+ * @description 数值格式化有效位, 使用浏览器提供的 Intl.NumberFormat 中的 minimumSignificantDigits 和 maximumSignificantDigits 进行格式化, 优先级高于 fractionDigits
57
+ * @default undefined
58
+ * @example
59
+ * - 1234.5678 转换为 1000, significantDigits:1
60
+ * - 1234.5678 转换为 1200, significantDigits:2
61
+ * - 1234.5678 转换为 1230, significantDigits:3
62
+ * - 1234.5678 转换为 1234, significantDigits:4
63
+ * - 1234.5678 转换为 1234.6, significantDigits:5 (roundingMode:halfCeil)
64
+ * - 1234.5678 转换为 1234.57, significantDigits:6 (roundingMode:halfCeil)
65
+ * - 1234.5678 转换为 1234.568, significantDigits:7 (roundingMode:halfCeil)
66
+ * - 1234.5678 转换为 1234.5678, significantDigits:8 (roundingMode:halfCeil)
67
+ */
68
+ significantDigits?: number;
69
+ /**
70
+ * @description 数值格式化舍入优先级, 处理同时设置了 significantDigits 和 fractionDigits 时的舍入优先级, 使用浏览器提供的 Intl.NumberFormat 进行格式化, 规则同 Intl.NumberFormat 中的 roundingPriority
71
+ * @default 'morePrecision'
72
+ * @example
73
+ * - 1234.5678 转换为 1230, significantDigits:3 (roundingPriority:lessPrecision)
74
+ * - 1234.5678 转换为 1234.5678, significantDigits:3 (roundingPriority:morePrecision)
75
+ */
76
+ roundingPriority?: 'morePrecision' | 'lessPrecision';
77
+ /**
78
+ * @description 数值格式化舍入模式, 使用浏览器提供的 Intl.NumberFormat 进行格式化, 规则同 Intl.NumberFormat 中的 roundingMode
79
+ * @default 'halfExpand'
80
+ * @example
81
+ */
82
+ roundingMode?: 'floor' | 'ceil' | 'expand' | 'trunc' | 'halfCeil' | 'halfFloor' | 'halfExpand' | 'halfTrunc' | 'halfEven';
83
+ }
2
84
  export declare const zNumFormat: z.ZodOptional<z.ZodObject<{
3
85
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
4
86
  number: "number";
5
87
  percent: "percent";
6
88
  permille: "permille";
89
+ scientific: "scientific";
7
90
  }>>>;
8
91
  ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
9
92
  symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
10
93
  thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
11
- decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
12
- round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
13
- round: "round";
94
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
95
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
96
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
97
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
98
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
99
+ morePrecision: "morePrecision";
100
+ lessPrecision: "lessPrecision";
101
+ }>>>;
102
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
14
103
  floor: "floor";
15
104
  ceil: "ceil";
105
+ expand: "expand";
106
+ trunc: "trunc";
107
+ halfCeil: "halfCeil";
108
+ halfFloor: "halfFloor";
109
+ halfExpand: "halfExpand";
110
+ halfTrunc: "halfTrunc";
111
+ halfEven: "halfEven";
16
112
  }>>>;
17
- prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
18
- suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
19
113
  }, z.core.$strip>>;
20
- export type NumFormat = z.infer<typeof zNumFormat>;
21
- //# sourceMappingURL=numFormat.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export * from './format';
2
2
  export * from './measures';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1,110 +1,185 @@
1
1
  import { z } from 'zod';
2
+ import type { NumFormat } from './format/numFormat';
3
+ export type Measure = {
4
+ /**
5
+ * @description 指标id, 不能重复
6
+ */
7
+ id: string;
8
+ /**
9
+ * @description 指标别名, 允许重复, 未填写时, alias 为 id
10
+ * @default id
11
+ */
12
+ alias?: string;
13
+ /**
14
+ * @description 是否自动格式化
15
+ * @default true
16
+ */
17
+ autoFormat?: boolean;
18
+ /**
19
+ * @description 指标的数值格式化, 会自动应用于label、tooltip
20
+ */
21
+ format?: NumFormat;
22
+ };
23
+ export type MeasureGroup = {
24
+ /**
25
+ * @description 指标组id, 不能重复
26
+ */
27
+ id: string;
28
+ /**
29
+ * @description 指标组别名, 允许重复, 未填写时, alias 为 id
30
+ * @default id
31
+ */
32
+ alias?: string;
33
+ /**
34
+ * @description 指标组的子指标或指标组
35
+ */
36
+ children?: (Measure | MeasureGroup)[];
37
+ };
38
+ export type Measures = (Measure | MeasureGroup)[];
2
39
  export declare const zMeasure: z.ZodObject<{
3
40
  id: z.ZodString;
4
41
  alias: z.ZodOptional<z.ZodString>;
5
- visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
6
42
  autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
7
43
  format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
8
44
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
9
45
  number: "number";
10
46
  percent: "percent";
11
47
  permille: "permille";
48
+ scientific: "scientific";
12
49
  }>>>;
13
50
  ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
14
51
  symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
15
52
  thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
16
- decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
17
- round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
18
- round: "round";
53
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
54
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
55
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
56
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
57
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
58
+ morePrecision: "morePrecision";
59
+ lessPrecision: "lessPrecision";
60
+ }>>>;
61
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
19
62
  floor: "floor";
20
63
  ceil: "ceil";
64
+ expand: "expand";
65
+ trunc: "trunc";
66
+ halfCeil: "halfCeil";
67
+ halfFloor: "halfFloor";
68
+ halfExpand: "halfExpand";
69
+ halfTrunc: "halfTrunc";
70
+ halfEven: "halfEven";
21
71
  }>>>;
22
- prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
23
- suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
24
72
  }, z.core.$strip>>>>;
25
73
  }, z.core.$strip>;
26
74
  export declare const zMeasureGroup: z.ZodObject<{
27
75
  id: z.ZodString;
28
76
  alias: z.ZodOptional<z.ZodString>;
29
- visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
30
77
  children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
31
78
  id: z.ZodString;
32
79
  alias: z.ZodOptional<z.ZodString>;
33
- visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
34
80
  autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
35
81
  format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
36
82
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
37
83
  number: "number";
38
84
  percent: "percent";
39
85
  permille: "permille";
86
+ scientific: "scientific";
40
87
  }>>>;
41
88
  ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
42
89
  symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
43
90
  thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
44
- decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
45
- round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
46
- round: "round";
91
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
92
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
93
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
94
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
95
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
96
+ morePrecision: "morePrecision";
97
+ lessPrecision: "lessPrecision";
98
+ }>>>;
99
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
47
100
  floor: "floor";
48
101
  ceil: "ceil";
102
+ expand: "expand";
103
+ trunc: "trunc";
104
+ halfCeil: "halfCeil";
105
+ halfFloor: "halfFloor";
106
+ halfExpand: "halfExpand";
107
+ halfTrunc: "halfTrunc";
108
+ halfEven: "halfEven";
49
109
  }>>>;
50
- prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
51
- suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
52
110
  }, z.core.$strip>>>>;
53
111
  }, z.core.$strip>]>>>;
54
112
  }, z.core.$strip>;
55
113
  export declare const zMeasures: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
56
114
  id: z.ZodString;
57
115
  alias: z.ZodOptional<z.ZodString>;
58
- visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
59
116
  children: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject</*elided*/ any, z.core.$strip>, z.ZodObject<{
60
117
  id: z.ZodString;
61
118
  alias: z.ZodOptional<z.ZodString>;
62
- visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
63
119
  autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
64
120
  format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
65
121
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
66
122
  number: "number";
67
123
  percent: "percent";
68
124
  permille: "permille";
125
+ scientific: "scientific";
69
126
  }>>>;
70
127
  ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
71
128
  symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
72
129
  thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
73
- decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
74
- round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
75
- round: "round";
130
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
131
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
132
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
133
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
134
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
135
+ morePrecision: "morePrecision";
136
+ lessPrecision: "lessPrecision";
137
+ }>>>;
138
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
76
139
  floor: "floor";
77
140
  ceil: "ceil";
141
+ expand: "expand";
142
+ trunc: "trunc";
143
+ halfCeil: "halfCeil";
144
+ halfFloor: "halfFloor";
145
+ halfExpand: "halfExpand";
146
+ halfTrunc: "halfTrunc";
147
+ halfEven: "halfEven";
78
148
  }>>>;
79
- prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
80
- suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
81
149
  }, z.core.$strip>>>>;
82
150
  }, z.core.$strip>]>>>;
83
151
  }, z.core.$strip>, z.ZodObject<{
84
152
  id: z.ZodString;
85
153
  alias: z.ZodOptional<z.ZodString>;
86
- visible: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
87
154
  autoFormat: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
88
155
  format: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodObject<{
89
156
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
90
157
  number: "number";
91
158
  percent: "percent";
92
159
  permille: "permille";
160
+ scientific: "scientific";
93
161
  }>>>;
94
162
  ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
95
163
  symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
96
164
  thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
97
- decimalPlaces: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
98
- round: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
99
- round: "round";
165
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
166
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
167
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
168
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
169
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
170
+ morePrecision: "morePrecision";
171
+ lessPrecision: "lessPrecision";
172
+ }>>>;
173
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
100
174
  floor: "floor";
101
175
  ceil: "ceil";
176
+ expand: "expand";
177
+ trunc: "trunc";
178
+ halfCeil: "halfCeil";
179
+ halfFloor: "halfFloor";
180
+ halfExpand: "halfExpand";
181
+ halfTrunc: "halfTrunc";
182
+ halfEven: "halfEven";
102
183
  }>>>;
103
- prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
104
- suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
105
184
  }, z.core.$strip>>>>;
106
185
  }, z.core.$strip>]>>>;
107
- export type Measures = z.infer<typeof zMeasures>;
108
- export type Measure = z.infer<typeof zMeasure>;
109
- export type MeasureGroup = z.infer<typeof zMeasureGroup>;
110
- //# sourceMappingURL=measures.d.ts.map