@visactor/vseed 0.1.14 → 0.1.16

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 (169) hide show
  1. package/dist/cjs/index.cjs +3 -1
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/buildAdvanced.js +1 -1
  4. package/dist/esm/builder/builder/buildAdvanced.js.map +1 -1
  5. package/dist/esm/builder/builder/buildSpec.js +2 -3
  6. package/dist/esm/builder/builder/buildSpec.js.map +1 -1
  7. package/dist/esm/builder/builder/builder.d.ts +1113 -9
  8. package/dist/esm/dataReshape/foldMeasures.d.ts +1 -0
  9. package/dist/esm/dataReshape/foldMeasures.js +5 -1
  10. package/dist/esm/dataReshape/foldMeasures.js.map +1 -1
  11. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultDimensions.js +4 -3
  12. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultDimensions.js.map +1 -1
  13. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasures.js +12 -9
  14. package/dist/esm/pipeline/advanced/chart/pipes/default/defaultMeasures.js.map +1 -1
  15. package/dist/esm/pipeline/advanced/chart/pipes/init/initAdvancedVSeed.js +2 -0
  16. package/dist/esm/pipeline/advanced/chart/pipes/init/initAdvancedVSeed.js.map +1 -1
  17. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js +4 -6
  18. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js.map +1 -1
  19. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js +2 -5
  20. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
  21. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js +2 -4
  22. package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js.map +1 -1
  23. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js +4 -6
  24. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js.map +1 -1
  25. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js +2 -5
  26. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js.map +1 -1
  27. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js +2 -4
  28. package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js.map +1 -1
  29. package/dist/esm/pipeline/advanced/table/pipes/default/defaultDimensions.js +13 -7
  30. package/dist/esm/pipeline/advanced/table/pipes/default/defaultDimensions.js.map +1 -1
  31. package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasures.js +13 -9
  32. package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasures.js.map +1 -1
  33. package/dist/esm/pipeline/advanced/table/pipes/init/initAdvancedVSeed.js +2 -0
  34. package/dist/esm/pipeline/advanced/table/pipes/init/initAdvancedVSeed.js.map +1 -1
  35. package/dist/esm/pipeline/advanced/table/pipes/reshape/reshapePivotTable.js +2 -1
  36. package/dist/esm/pipeline/advanced/table/pipes/reshape/reshapePivotTable.js.map +1 -1
  37. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js +1 -3
  38. package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
  39. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js +3 -3
  40. package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
  41. package/dist/esm/pipeline/spec/chart/pipes/axes/format/linearFormat.d.ts +2 -0
  42. package/dist/esm/pipeline/spec/chart/pipes/axes/format/linearFormat.js +11 -0
  43. package/dist/esm/pipeline/spec/chart/pipes/axes/format/linearFormat.js.map +1 -0
  44. package/dist/esm/pipeline/spec/chart/pipes/axes/title/defaultTitleText.d.ts +2 -0
  45. package/dist/esm/pipeline/spec/chart/pipes/axes/title/defaultTitleText.js +14 -0
  46. package/dist/esm/pipeline/spec/chart/pipes/axes/title/defaultTitleText.js.map +1 -0
  47. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js +3 -1
  48. package/dist/esm/pipeline/spec/chart/pipes/axes/xBand.js.map +1 -1
  49. package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js +8 -5
  50. package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js.map +1 -1
  51. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js +3 -1
  52. package/dist/esm/pipeline/spec/chart/pipes/axes/yBand.js.map +1 -1
  53. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js +8 -5
  54. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js.map +1 -1
  55. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.js +8 -5
  56. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearPrimary.js.map +1 -1
  57. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.js +8 -5
  58. package/dist/esm/pipeline/spec/chart/pipes/axes/yLinearSecondary.js.map +1 -1
  59. package/dist/esm/pipeline/spec/chart/pipes/label/index.d.ts +1 -1
  60. package/dist/esm/pipeline/spec/chart/pipes/label/index.js +2 -2
  61. package/dist/esm/pipeline/spec/chart/pipes/label/label.d.ts +5 -1
  62. package/dist/esm/pipeline/spec/chart/pipes/label/label.js +41 -33
  63. package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
  64. package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.js +15 -52
  65. package/dist/esm/pipeline/spec/chart/pipes/label/labelDualAxis.js.map +1 -1
  66. package/dist/esm/pipeline/spec/chart/pipes/label/{labelColorInversion.d.ts → labelScatter.d.ts} +1 -1
  67. package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.js +19 -0
  68. package/dist/esm/pipeline/spec/chart/pipes/label/labelScatter.js.map +1 -0
  69. package/dist/esm/pipeline/spec/chart/pipes/series/series.js +1 -0
  70. package/dist/esm/pipeline/spec/chart/pipes/series/series.js.map +1 -1
  71. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.d.ts +3 -3
  72. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js +13 -30
  73. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
  74. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js +6 -6
  75. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipDualAxis.js.map +1 -1
  76. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js +6 -18
  77. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHeatmap.js.map +1 -1
  78. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js +6 -18
  79. package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipScatter.js.map +1 -1
  80. package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.js +8 -11
  81. package/dist/esm/pipeline/spec/table/pipes/columns/measuresToColumns.js.map +1 -1
  82. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js +8 -13
  83. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js.map +1 -1
  84. package/dist/esm/pipeline/utils/constant.d.ts +1 -0
  85. package/dist/esm/pipeline/utils/constant.js +2 -1
  86. package/dist/esm/pipeline/utils/constant.js.map +1 -1
  87. package/dist/esm/pipeline/utils/format/createFormatter.d.ts +1 -1
  88. package/dist/esm/pipeline/utils/format/createFormatter.js +3 -2
  89. package/dist/esm/pipeline/utils/format/createFormatter.js.map +1 -1
  90. package/dist/esm/pipeline/utils/format/createFormatterByMeasure.d.ts +2 -0
  91. package/dist/esm/pipeline/utils/format/createFormatterByMeasure.js +14 -0
  92. package/dist/esm/pipeline/utils/format/createFormatterByMeasure.js.map +1 -0
  93. package/dist/esm/pipeline/utils/format/createNumFormatter.d.ts +1 -1
  94. package/dist/esm/pipeline/utils/format/createNumFormatter.js.map +1 -1
  95. package/dist/esm/pipeline/utils/format/index.d.ts +1 -0
  96. package/dist/esm/pipeline/utils/format/index.js +1 -0
  97. package/dist/esm/pipeline/utils/index.d.ts +1 -0
  98. package/dist/esm/pipeline/utils/index.js +1 -0
  99. package/dist/esm/pipeline/utils/valid/checkVSeed.d.ts +2 -0
  100. package/dist/esm/pipeline/utils/valid/checkVSeed.js +11 -0
  101. package/dist/esm/pipeline/utils/valid/checkVSeed.js.map +1 -0
  102. package/dist/esm/pipeline/utils/valid/index.d.ts +1 -0
  103. package/dist/esm/pipeline/utils/valid/index.js +2 -0
  104. package/dist/esm/theme/dark.js +5 -1
  105. package/dist/esm/theme/dark.js.map +1 -1
  106. package/dist/esm/theme/light.js +23 -4
  107. package/dist/esm/theme/light.js.map +1 -1
  108. package/dist/esm/types/advancedVSeed.d.ts +947 -17
  109. package/dist/esm/types/chartType/area/zArea.d.ts +60 -0
  110. package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +60 -0
  111. package/dist/esm/types/chartType/bar/zBar.d.ts +60 -0
  112. package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +60 -0
  113. package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +60 -0
  114. package/dist/esm/types/chartType/column/zColumn.d.ts +60 -0
  115. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +60 -0
  116. package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +60 -0
  117. package/dist/esm/types/chartType/donut/zDonut.d.ts +30 -0
  118. package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +270 -0
  119. package/dist/esm/types/chartType/funnel/zFunnel.d.ts +30 -0
  120. package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +30 -0
  121. package/dist/esm/types/chartType/line/zLine.d.ts +60 -0
  122. package/dist/esm/types/chartType/pie/zPie.d.ts +30 -0
  123. package/dist/esm/types/chartType/pivotTable/zPivotTable.d.ts +30 -0
  124. package/dist/esm/types/chartType/radar/zRadar.d.ts +30 -0
  125. package/dist/esm/types/chartType/rose/zRose.d.ts +30 -0
  126. package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +30 -0
  127. package/dist/esm/types/chartType/scatter/zScatter.d.ts +210 -0
  128. package/dist/esm/types/chartType/table/zTable.d.ts +30 -0
  129. package/dist/esm/types/properties/config/axes/bandAxis.d.ts +146 -3
  130. package/dist/esm/types/properties/config/axes/index.d.ts +0 -2
  131. package/dist/esm/types/properties/config/axes/index.js +0 -1
  132. package/dist/esm/types/properties/config/axes/linearAxis.d.ts +149 -3
  133. package/dist/esm/types/properties/config/axes/zLinearAxis.d.ts +60 -0
  134. package/dist/esm/types/properties/config/axes/zLinearAxis.js +2 -0
  135. package/dist/esm/types/properties/config/axes/zLinearAxis.js.map +1 -1
  136. package/dist/esm/types/properties/config/config.d.ts +916 -16
  137. package/dist/esm/types/properties/config/label/label.d.ts +3 -3
  138. package/dist/esm/types/properties/config/label/zLabel.js +1 -1
  139. package/dist/esm/types/properties/config/label/zLabel.js.map +1 -1
  140. package/dist/esm/types/properties/format/numFormat.js.map +1 -0
  141. package/dist/esm/types/properties/index.d.ts +1 -0
  142. package/dist/esm/types/properties/index.js +1 -0
  143. package/dist/esm/types/properties/measures/index.d.ts +0 -1
  144. package/dist/esm/types/properties/measures/index.js +0 -1
  145. package/dist/esm/types/properties/measures/measures.d.ts +6 -2
  146. package/dist/esm/types/properties/measures/zDualMeasures.d.ts +240 -0
  147. package/dist/esm/types/properties/measures/zMeasures.d.ts +90 -0
  148. package/dist/esm/types/properties/measures/zMeasures.js +2 -1
  149. package/dist/esm/types/properties/measures/zMeasures.js.map +1 -1
  150. package/dist/esm/types/properties/measures/zScatterMeasures.d.ts +240 -0
  151. package/dist/esm/types/properties/theme/customTheme.d.ts +916 -16
  152. package/dist/esm/types/zVseed.d.ts +1389 -99
  153. package/dist/umd/index.js +308 -366
  154. package/dist/umd/index.js.map +1 -1
  155. package/package.json +1 -1
  156. package/dist/esm/pipeline/spec/chart/pipes/label/labelColorInversion.js +0 -13
  157. package/dist/esm/pipeline/spec/chart/pipes/label/labelColorInversion.js.map +0 -1
  158. package/dist/esm/types/properties/config/axes/axis.d.ts +0 -208
  159. package/dist/esm/types/properties/config/axes/axis.js +0 -0
  160. package/dist/esm/types/properties/config/axes/zAxis.d.ts +0 -47
  161. package/dist/esm/types/properties/config/axes/zAxis.js +0 -54
  162. package/dist/esm/types/properties/config/axes/zAxis.js.map +0 -1
  163. package/dist/esm/types/properties/measures/format/numFormat.js.map +0 -1
  164. /package/dist/esm/types/properties/{measures/format → format}/formatter.d.ts +0 -0
  165. /package/dist/esm/types/properties/{measures/format → format}/formatter.js +0 -0
  166. /package/dist/esm/types/properties/{measures/format → format}/index.d.ts +0 -0
  167. /package/dist/esm/types/properties/{measures/format → format}/index.js +0 -0
  168. /package/dist/esm/types/properties/{measures/format → format}/numFormat.d.ts +0 -0
  169. /package/dist/esm/types/properties/{measures/format → format}/numFormat.js +0 -0
@@ -5,6 +5,36 @@ export declare const zScatterMeasure: z.ZodObject<{
5
5
  id: z.ZodString;
6
6
  alias: z.ZodOptional<z.ZodString>;
7
7
  autoFormat: z.ZodDefault<z.ZodBoolean>;
8
+ numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
9
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
10
+ number: "number";
11
+ percent: "percent";
12
+ permille: "permille";
13
+ scientific: "scientific";
14
+ }>>>;
15
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
16
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
17
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
18
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
19
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
20
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
21
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
22
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
23
+ morePrecision: "morePrecision";
24
+ lessPrecision: "lessPrecision";
25
+ }>>>;
26
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
27
+ floor: "floor";
28
+ ceil: "ceil";
29
+ expand: "expand";
30
+ trunc: "trunc";
31
+ halfCeil: "halfCeil";
32
+ halfFloor: "halfFloor";
33
+ halfExpand: "halfExpand";
34
+ halfTrunc: "halfTrunc";
35
+ halfEven: "halfEven";
36
+ }>>>;
37
+ }, z.core.$strip>>>;
8
38
  format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
9
39
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
10
40
  number: "number";
@@ -54,6 +84,36 @@ export declare const zScatterMeasure: z.ZodObject<{
54
84
  id: z.ZodString;
55
85
  alias: z.ZodOptional<z.ZodString>;
56
86
  autoFormat: z.ZodDefault<z.ZodBoolean>;
87
+ numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
88
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
89
+ number: "number";
90
+ percent: "percent";
91
+ permille: "permille";
92
+ scientific: "scientific";
93
+ }>>>;
94
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
95
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
96
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
97
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
98
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
99
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
100
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
101
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
102
+ morePrecision: "morePrecision";
103
+ lessPrecision: "lessPrecision";
104
+ }>>>;
105
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
106
+ floor: "floor";
107
+ ceil: "ceil";
108
+ expand: "expand";
109
+ trunc: "trunc";
110
+ halfCeil: "halfCeil";
111
+ halfFloor: "halfFloor";
112
+ halfExpand: "halfExpand";
113
+ halfTrunc: "halfTrunc";
114
+ halfEven: "halfEven";
115
+ }>>>;
116
+ }, z.core.$strip>>>;
57
117
  format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
58
118
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
59
119
  number: "number";
@@ -104,6 +164,36 @@ export declare const zScatterMeasure: z.ZodObject<{
104
164
  id: z.ZodString;
105
165
  alias: z.ZodOptional<z.ZodString>;
106
166
  autoFormat: z.ZodDefault<z.ZodBoolean>;
167
+ numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
168
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
169
+ number: "number";
170
+ percent: "percent";
171
+ permille: "permille";
172
+ scientific: "scientific";
173
+ }>>>;
174
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
175
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
176
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
177
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
178
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
179
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
180
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
181
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
182
+ morePrecision: "morePrecision";
183
+ lessPrecision: "lessPrecision";
184
+ }>>>;
185
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
186
+ floor: "floor";
187
+ ceil: "ceil";
188
+ expand: "expand";
189
+ trunc: "trunc";
190
+ halfCeil: "halfCeil";
191
+ halfFloor: "halfFloor";
192
+ halfExpand: "halfExpand";
193
+ halfTrunc: "halfTrunc";
194
+ halfEven: "halfEven";
195
+ }>>>;
196
+ }, z.core.$strip>>>;
107
197
  format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
108
198
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
109
199
  number: "number";
@@ -153,6 +243,36 @@ export declare const zScatterMeasure: z.ZodObject<{
153
243
  id: z.ZodString;
154
244
  alias: z.ZodOptional<z.ZodString>;
155
245
  autoFormat: z.ZodDefault<z.ZodBoolean>;
246
+ numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
247
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
248
+ number: "number";
249
+ percent: "percent";
250
+ permille: "permille";
251
+ scientific: "scientific";
252
+ }>>>;
253
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
254
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
255
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
256
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
257
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
258
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
259
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
260
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
261
+ morePrecision: "morePrecision";
262
+ lessPrecision: "lessPrecision";
263
+ }>>>;
264
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
265
+ floor: "floor";
266
+ ceil: "ceil";
267
+ expand: "expand";
268
+ trunc: "trunc";
269
+ halfCeil: "halfCeil";
270
+ halfFloor: "halfFloor";
271
+ halfExpand: "halfExpand";
272
+ halfTrunc: "halfTrunc";
273
+ halfEven: "halfEven";
274
+ }>>>;
275
+ }, z.core.$strip>>>;
156
276
  format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
157
277
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
158
278
  number: "number";
@@ -206,6 +326,36 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
206
326
  id: z.ZodString;
207
327
  alias: z.ZodOptional<z.ZodString>;
208
328
  autoFormat: z.ZodDefault<z.ZodBoolean>;
329
+ numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
330
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
331
+ number: "number";
332
+ percent: "percent";
333
+ permille: "permille";
334
+ scientific: "scientific";
335
+ }>>>;
336
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
337
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
338
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
339
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
340
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
341
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
342
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
343
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
344
+ morePrecision: "morePrecision";
345
+ lessPrecision: "lessPrecision";
346
+ }>>>;
347
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
348
+ floor: "floor";
349
+ ceil: "ceil";
350
+ expand: "expand";
351
+ trunc: "trunc";
352
+ halfCeil: "halfCeil";
353
+ halfFloor: "halfFloor";
354
+ halfExpand: "halfExpand";
355
+ halfTrunc: "halfTrunc";
356
+ halfEven: "halfEven";
357
+ }>>>;
358
+ }, z.core.$strip>>>;
209
359
  format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
210
360
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
211
361
  number: "number";
@@ -255,6 +405,36 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
255
405
  id: z.ZodString;
256
406
  alias: z.ZodOptional<z.ZodString>;
257
407
  autoFormat: z.ZodDefault<z.ZodBoolean>;
408
+ numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
409
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
410
+ number: "number";
411
+ percent: "percent";
412
+ permille: "permille";
413
+ scientific: "scientific";
414
+ }>>>;
415
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
416
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
417
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
418
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
419
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
420
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
421
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
422
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
423
+ morePrecision: "morePrecision";
424
+ lessPrecision: "lessPrecision";
425
+ }>>>;
426
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
427
+ floor: "floor";
428
+ ceil: "ceil";
429
+ expand: "expand";
430
+ trunc: "trunc";
431
+ halfCeil: "halfCeil";
432
+ halfFloor: "halfFloor";
433
+ halfExpand: "halfExpand";
434
+ halfTrunc: "halfTrunc";
435
+ halfEven: "halfEven";
436
+ }>>>;
437
+ }, z.core.$strip>>>;
258
438
  format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
259
439
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
260
440
  number: "number";
@@ -305,6 +485,36 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
305
485
  id: z.ZodString;
306
486
  alias: z.ZodOptional<z.ZodString>;
307
487
  autoFormat: z.ZodDefault<z.ZodBoolean>;
488
+ numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
489
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
490
+ number: "number";
491
+ percent: "percent";
492
+ permille: "permille";
493
+ scientific: "scientific";
494
+ }>>>;
495
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
496
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
497
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
498
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
499
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
500
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
501
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
502
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
503
+ morePrecision: "morePrecision";
504
+ lessPrecision: "lessPrecision";
505
+ }>>>;
506
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
507
+ floor: "floor";
508
+ ceil: "ceil";
509
+ expand: "expand";
510
+ trunc: "trunc";
511
+ halfCeil: "halfCeil";
512
+ halfFloor: "halfFloor";
513
+ halfExpand: "halfExpand";
514
+ halfTrunc: "halfTrunc";
515
+ halfEven: "halfEven";
516
+ }>>>;
517
+ }, z.core.$strip>>>;
308
518
  format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
309
519
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
310
520
  number: "number";
@@ -354,6 +564,36 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
354
564
  id: z.ZodString;
355
565
  alias: z.ZodOptional<z.ZodString>;
356
566
  autoFormat: z.ZodDefault<z.ZodBoolean>;
567
+ numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
568
+ type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
569
+ number: "number";
570
+ percent: "percent";
571
+ permille: "permille";
572
+ scientific: "scientific";
573
+ }>>>;
574
+ ratio: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
575
+ symbol: z.ZodOptional<z.ZodDefault<z.ZodString>>;
576
+ thousandSeparator: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
577
+ prefix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
578
+ suffix: z.ZodOptional<z.ZodDefault<z.ZodString>>;
579
+ fractionDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
580
+ significantDigits: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
581
+ roundingPriority: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
582
+ morePrecision: "morePrecision";
583
+ lessPrecision: "lessPrecision";
584
+ }>>>;
585
+ roundingMode: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
586
+ floor: "floor";
587
+ ceil: "ceil";
588
+ expand: "expand";
589
+ trunc: "trunc";
590
+ halfCeil: "halfCeil";
591
+ halfFloor: "halfFloor";
592
+ halfExpand: "halfExpand";
593
+ halfTrunc: "halfTrunc";
594
+ halfEven: "halfEven";
595
+ }>>>;
596
+ }, z.core.$strip>>>;
357
597
  format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
358
598
  type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
359
599
  number: "number";