@visactor/vseed 0.1.16 → 0.1.18
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.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js +5 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js +6 -2
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/config/config.d.ts +0 -1
- package/dist/esm/pipeline/advanced/chart/pipes/config/config.js +1 -2
- package/dist/esm/pipeline/advanced/chart/pipes/config/config.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/config/index.d.ts +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/config/index.js +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/config/scatter.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipes/config/scatter.js +32 -0
- package/dist/esm/pipeline/advanced/chart/pipes/config/scatter.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/encoding/scatter.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.js +12 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/index.d.ts +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/measures/index.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/rose.js +1 -3
- package/dist/esm/pipeline/spec/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js +1 -3
- package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/scatter.js +3 -1
- package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/index.d.ts +0 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/index.js +1 -2
- package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js +2 -17
- package/dist/esm/pipeline/spec/chart/pipes/axes/radius.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/index.js +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/barParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipes/init/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/size/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/size/index.js +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/{axes/angle.d.ts → size/scatterSize.d.ts} +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.js +22 -0
- package/dist/esm/pipeline/spec/chart/pipes/size/scatterSize.js.map +1 -0
- package/dist/esm/pipeline/utils/format/createNumFormatter.js +4 -1
- package/dist/esm/pipeline/utils/format/createNumFormatter.js.map +1 -1
- package/dist/esm/types/chartType/area/area.d.ts +1 -1
- package/dist/esm/types/chartType/areaPercent/areaPercent.d.ts +1 -1
- package/dist/esm/types/chartType/bar/bar.d.ts +1 -1
- package/dist/esm/types/chartType/barParallel/barParallel.d.ts +1 -1
- package/dist/esm/types/chartType/barPercent/barPercent.d.ts +1 -1
- package/dist/esm/types/chartType/column/column.d.ts +1 -1
- package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +1 -1
- package/dist/esm/types/chartType/columnPercent/columnPercent.d.ts +1 -1
- package/dist/esm/types/chartType/donut/donut.d.ts +1 -1
- package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +10 -40
- package/dist/esm/types/chartType/funnel/funnel.d.ts +1 -1
- package/dist/esm/types/chartType/pie/pie.d.ts +1 -1
- package/dist/esm/types/chartType/rose/rose.d.ts +1 -1
- package/dist/esm/types/chartType/scatter/scatter.d.ts +14 -0
- package/dist/esm/types/chartType/scatter/zScatter.d.ts +12 -40
- package/dist/esm/types/chartType/scatter/zScatter.js +2 -0
- package/dist/esm/types/chartType/scatter/zScatter.js.map +1 -1
- package/dist/esm/types/chartType/table/table.d.ts +1 -1
- package/dist/esm/types/properties/format/numFormat.d.ts +1 -5
- package/dist/esm/types/properties/format/numFormat.js.map +1 -1
- package/dist/esm/types/properties/measures/dualMeasures.d.ts +2 -2
- package/dist/esm/types/properties/measures/scatterMeasures.d.ts +2 -2
- package/dist/esm/types/properties/measures/zDualMeasures.d.ts +20 -80
- package/dist/esm/types/properties/measures/zDualMeasures.js +7 -1
- package/dist/esm/types/properties/measures/zDualMeasures.js.map +1 -1
- package/dist/esm/types/properties/measures/zScatterMeasures.d.ts +20 -80
- package/dist/esm/types/properties/measures/zScatterMeasures.js +8 -2
- package/dist/esm/types/properties/measures/zScatterMeasures.js.map +1 -1
- package/dist/esm/types/zVseed.d.ts +22 -80
- package/dist/umd/index.js +198 -100
- package/dist/umd/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.d.ts +0 -2
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.js +0 -12
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteTooltipAndLabelMeasure.js.map +0 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/angle.js +0 -46
- package/dist/esm/pipeline/spec/chart/pipes/axes/angle.js.map +0 -1
@@ -2,10 +2,7 @@ import { z } from 'zod';
|
|
2
2
|
export declare const zScatterMeasure: z.ZodObject<{
|
3
3
|
id: z.ZodString;
|
4
4
|
xMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
5
|
-
|
6
|
-
alias: z.ZodOptional<z.ZodString>;
|
7
|
-
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
8
|
-
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
5
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
9
6
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
10
7
|
number: "number";
|
11
8
|
percent: "percent";
|
@@ -35,7 +32,10 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
35
32
|
halfEven: "halfEven";
|
36
33
|
}>>>;
|
37
34
|
}, z.core.$strip>>>;
|
38
|
-
|
35
|
+
id: z.ZodString;
|
36
|
+
alias: z.ZodOptional<z.ZodString>;
|
37
|
+
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
38
|
+
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
39
39
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
40
40
|
number: "number";
|
41
41
|
percent: "percent";
|
@@ -65,21 +65,6 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
65
65
|
halfEven: "halfEven";
|
66
66
|
}>>>;
|
67
67
|
}, z.core.$strip>>>;
|
68
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
69
|
-
column: "column";
|
70
|
-
xAxis: "xAxis";
|
71
|
-
yAxis: "yAxis";
|
72
|
-
angle: "angle";
|
73
|
-
color: "color";
|
74
|
-
detail: "detail";
|
75
|
-
tooltip: "tooltip";
|
76
|
-
label: "label";
|
77
|
-
primaryYAxis: "primaryYAxis";
|
78
|
-
secondaryYAxis: "secondaryYAxis";
|
79
|
-
radius: "radius";
|
80
|
-
size: "size";
|
81
|
-
}>>;
|
82
|
-
parentId: z.ZodOptional<z.ZodString>;
|
83
68
|
}, z.core.$strip>>, z.ZodObject<{
|
84
69
|
id: z.ZodString;
|
85
70
|
alias: z.ZodOptional<z.ZodString>;
|
@@ -161,10 +146,7 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
161
146
|
parentId: z.ZodOptional<z.ZodString>;
|
162
147
|
}, z.core.$strip>]>>;
|
163
148
|
yMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
164
|
-
|
165
|
-
alias: z.ZodOptional<z.ZodString>;
|
166
|
-
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
167
|
-
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
149
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
168
150
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
169
151
|
number: "number";
|
170
152
|
percent: "percent";
|
@@ -194,7 +176,10 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
194
176
|
halfEven: "halfEven";
|
195
177
|
}>>>;
|
196
178
|
}, z.core.$strip>>>;
|
197
|
-
|
179
|
+
id: z.ZodString;
|
180
|
+
alias: z.ZodOptional<z.ZodString>;
|
181
|
+
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
182
|
+
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
198
183
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
199
184
|
number: "number";
|
200
185
|
percent: "percent";
|
@@ -224,21 +209,6 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
224
209
|
halfEven: "halfEven";
|
225
210
|
}>>>;
|
226
211
|
}, z.core.$strip>>>;
|
227
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
228
|
-
column: "column";
|
229
|
-
xAxis: "xAxis";
|
230
|
-
yAxis: "yAxis";
|
231
|
-
angle: "angle";
|
232
|
-
color: "color";
|
233
|
-
detail: "detail";
|
234
|
-
tooltip: "tooltip";
|
235
|
-
label: "label";
|
236
|
-
primaryYAxis: "primaryYAxis";
|
237
|
-
secondaryYAxis: "secondaryYAxis";
|
238
|
-
radius: "radius";
|
239
|
-
size: "size";
|
240
|
-
}>>;
|
241
|
-
parentId: z.ZodOptional<z.ZodString>;
|
242
212
|
}, z.core.$strip>>, z.ZodObject<{
|
243
213
|
id: z.ZodString;
|
244
214
|
alias: z.ZodOptional<z.ZodString>;
|
@@ -323,10 +293,7 @@ export declare const zScatterMeasure: z.ZodObject<{
|
|
323
293
|
export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
324
294
|
id: z.ZodString;
|
325
295
|
xMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
326
|
-
|
327
|
-
alias: z.ZodOptional<z.ZodString>;
|
328
|
-
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
329
|
-
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
296
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
330
297
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
331
298
|
number: "number";
|
332
299
|
percent: "percent";
|
@@ -356,7 +323,10 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
356
323
|
halfEven: "halfEven";
|
357
324
|
}>>>;
|
358
325
|
}, z.core.$strip>>>;
|
359
|
-
|
326
|
+
id: z.ZodString;
|
327
|
+
alias: z.ZodOptional<z.ZodString>;
|
328
|
+
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
329
|
+
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
360
330
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
361
331
|
number: "number";
|
362
332
|
percent: "percent";
|
@@ -386,21 +356,6 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
386
356
|
halfEven: "halfEven";
|
387
357
|
}>>>;
|
388
358
|
}, z.core.$strip>>>;
|
389
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
390
|
-
column: "column";
|
391
|
-
xAxis: "xAxis";
|
392
|
-
yAxis: "yAxis";
|
393
|
-
angle: "angle";
|
394
|
-
color: "color";
|
395
|
-
detail: "detail";
|
396
|
-
tooltip: "tooltip";
|
397
|
-
label: "label";
|
398
|
-
primaryYAxis: "primaryYAxis";
|
399
|
-
secondaryYAxis: "secondaryYAxis";
|
400
|
-
radius: "radius";
|
401
|
-
size: "size";
|
402
|
-
}>>;
|
403
|
-
parentId: z.ZodOptional<z.ZodString>;
|
404
359
|
}, z.core.$strip>>, z.ZodObject<{
|
405
360
|
id: z.ZodString;
|
406
361
|
alias: z.ZodOptional<z.ZodString>;
|
@@ -482,10 +437,7 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
482
437
|
parentId: z.ZodOptional<z.ZodString>;
|
483
438
|
}, z.core.$strip>]>>;
|
484
439
|
yMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
485
|
-
|
486
|
-
alias: z.ZodOptional<z.ZodString>;
|
487
|
-
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
488
|
-
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
440
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
489
441
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
490
442
|
number: "number";
|
491
443
|
percent: "percent";
|
@@ -515,7 +467,10 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
515
467
|
halfEven: "halfEven";
|
516
468
|
}>>>;
|
517
469
|
}, z.core.$strip>>>;
|
518
|
-
|
470
|
+
id: z.ZodString;
|
471
|
+
alias: z.ZodOptional<z.ZodString>;
|
472
|
+
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
473
|
+
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
519
474
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
520
475
|
number: "number";
|
521
476
|
percent: "percent";
|
@@ -545,21 +500,6 @@ export declare const zScatterMeasures: z.ZodArray<z.ZodObject<{
|
|
545
500
|
halfEven: "halfEven";
|
546
501
|
}>>>;
|
547
502
|
}, z.core.$strip>>>;
|
548
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
549
|
-
column: "column";
|
550
|
-
xAxis: "xAxis";
|
551
|
-
yAxis: "yAxis";
|
552
|
-
angle: "angle";
|
553
|
-
color: "color";
|
554
|
-
detail: "detail";
|
555
|
-
tooltip: "tooltip";
|
556
|
-
label: "label";
|
557
|
-
primaryYAxis: "primaryYAxis";
|
558
|
-
secondaryYAxis: "secondaryYAxis";
|
559
|
-
radius: "radius";
|
560
|
-
size: "size";
|
561
|
-
}>>;
|
562
|
-
parentId: z.ZodOptional<z.ZodString>;
|
563
503
|
}, z.core.$strip>>, z.ZodObject<{
|
564
504
|
id: z.ZodString;
|
565
505
|
alias: z.ZodOptional<z.ZodString>;
|
@@ -2,8 +2,14 @@ import { z } from "zod";
|
|
2
2
|
import { zMeasure } from "./zMeasures.js";
|
3
3
|
const zScatterMeasure = z.object({
|
4
4
|
id: z.string(),
|
5
|
-
xMeasures: z.array(zMeasure
|
6
|
-
|
5
|
+
xMeasures: z.array(zMeasure.omit({
|
6
|
+
parentId: true,
|
7
|
+
encoding: true
|
8
|
+
})).or(zMeasure).optional(),
|
9
|
+
yMeasures: z.array(zMeasure.omit({
|
10
|
+
parentId: true,
|
11
|
+
encoding: true
|
12
|
+
})).or(zMeasure).optional()
|
7
13
|
});
|
8
14
|
const zScatterMeasures = z.array(zScatterMeasure);
|
9
15
|
export { zScatterMeasure, zScatterMeasures };
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"types/properties/measures/zScatterMeasures.js","sources":["webpack://@visactor/vseed/./src/types/properties/measures/zScatterMeasures.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zMeasure } from './zMeasures'\n\nexport const zScatterMeasure = z.object({\n id: z.string(),\n\n xMeasures: z.array(zMeasure).or(zMeasure).optional(),\n\n yMeasures: z.array(zMeasure).or(zMeasure).optional(),\n})\n\nexport const zScatterMeasures = z.array(zScatterMeasure)\n"],"names":["zScatterMeasure","z","zMeasure","zScatterMeasures"],"mappings":";;AAGO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,IAAIA,EAAE,MAAM;IAEZ,WAAWA,
|
1
|
+
{"version":3,"file":"types/properties/measures/zScatterMeasures.js","sources":["webpack://@visactor/vseed/./src/types/properties/measures/zScatterMeasures.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zMeasure } from './zMeasures'\n\nexport const zScatterMeasure = z.object({\n id: z.string(),\n\n xMeasures: z\n .array(\n zMeasure.omit({\n parentId: true,\n encoding: true,\n }),\n )\n .or(zMeasure)\n .optional(),\n\n yMeasures: z\n .array(\n zMeasure.omit({\n parentId: true,\n encoding: true,\n }),\n )\n .or(zMeasure)\n .optional(),\n})\n\nexport const zScatterMeasures = z.array(zScatterMeasure)\n"],"names":["zScatterMeasure","z","zMeasure","zScatterMeasures"],"mappings":";;AAGO,MAAMA,kBAAkBC,EAAE,MAAM,CAAC;IACtC,IAAIA,EAAE,MAAM;IAEZ,WAAWA,EAAAA,KACH,CACJC,SAAS,IAAI,CAAC;QACZ,UAAU;QACV,UAAU;IACZ,IAED,EAAE,CAACA,UACH,QAAQ;IAEX,WAAWD,EAAAA,KACH,CACJC,SAAS,IAAI,CAAC;QACZ,UAAU;QACV,UAAU;IACZ,IAED,EAAE,CAACA,UACH,QAAQ;AACb;AAEO,MAAMC,mBAAmBF,EAAE,KAAK,CAACD"}
|
@@ -12934,10 +12934,7 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
12934
12934
|
scatterMeasures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
12935
12935
|
id: z.ZodString;
|
12936
12936
|
xMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
12937
|
-
|
12938
|
-
alias: z.ZodOptional<z.ZodString>;
|
12939
|
-
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
12940
|
-
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
12937
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
12941
12938
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
12942
12939
|
number: "number";
|
12943
12940
|
percent: "percent";
|
@@ -12967,7 +12964,10 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
12967
12964
|
halfEven: "halfEven";
|
12968
12965
|
}>>>;
|
12969
12966
|
}, z.core.$strip>>>;
|
12970
|
-
|
12967
|
+
id: z.ZodString;
|
12968
|
+
alias: z.ZodOptional<z.ZodString>;
|
12969
|
+
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
12970
|
+
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
12971
12971
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
12972
12972
|
number: "number";
|
12973
12973
|
percent: "percent";
|
@@ -12997,21 +12997,6 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
12997
12997
|
halfEven: "halfEven";
|
12998
12998
|
}>>>;
|
12999
12999
|
}, z.core.$strip>>>;
|
13000
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
13001
|
-
column: "column";
|
13002
|
-
xAxis: "xAxis";
|
13003
|
-
yAxis: "yAxis";
|
13004
|
-
angle: "angle";
|
13005
|
-
color: "color";
|
13006
|
-
detail: "detail";
|
13007
|
-
tooltip: "tooltip";
|
13008
|
-
label: "label";
|
13009
|
-
primaryYAxis: "primaryYAxis";
|
13010
|
-
secondaryYAxis: "secondaryYAxis";
|
13011
|
-
radius: "radius";
|
13012
|
-
size: "size";
|
13013
|
-
}>>;
|
13014
|
-
parentId: z.ZodOptional<z.ZodString>;
|
13015
13000
|
}, z.core.$strip>>, z.ZodObject<{
|
13016
13001
|
id: z.ZodString;
|
13017
13002
|
alias: z.ZodOptional<z.ZodString>;
|
@@ -13093,10 +13078,7 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
13093
13078
|
parentId: z.ZodOptional<z.ZodString>;
|
13094
13079
|
}, z.core.$strip>]>>;
|
13095
13080
|
yMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
13096
|
-
|
13097
|
-
alias: z.ZodOptional<z.ZodString>;
|
13098
|
-
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
13099
|
-
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
13081
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
13100
13082
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
13101
13083
|
number: "number";
|
13102
13084
|
percent: "percent";
|
@@ -13126,7 +13108,10 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
13126
13108
|
halfEven: "halfEven";
|
13127
13109
|
}>>>;
|
13128
13110
|
}, z.core.$strip>>>;
|
13129
|
-
|
13111
|
+
id: z.ZodString;
|
13112
|
+
alias: z.ZodOptional<z.ZodString>;
|
13113
|
+
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
13114
|
+
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
13130
13115
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
13131
13116
|
number: "number";
|
13132
13117
|
percent: "percent";
|
@@ -13156,21 +13141,6 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
13156
13141
|
halfEven: "halfEven";
|
13157
13142
|
}>>>;
|
13158
13143
|
}, z.core.$strip>>>;
|
13159
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
13160
|
-
column: "column";
|
13161
|
-
xAxis: "xAxis";
|
13162
|
-
yAxis: "yAxis";
|
13163
|
-
angle: "angle";
|
13164
|
-
color: "color";
|
13165
|
-
detail: "detail";
|
13166
|
-
tooltip: "tooltip";
|
13167
|
-
label: "label";
|
13168
|
-
primaryYAxis: "primaryYAxis";
|
13169
|
-
secondaryYAxis: "secondaryYAxis";
|
13170
|
-
radius: "radius";
|
13171
|
-
size: "size";
|
13172
|
-
}>>;
|
13173
|
-
parentId: z.ZodOptional<z.ZodString>;
|
13174
13144
|
}, z.core.$strip>>, z.ZodObject<{
|
13175
13145
|
id: z.ZodString;
|
13176
13146
|
alias: z.ZodOptional<z.ZodString>;
|
@@ -13253,6 +13223,8 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
13253
13223
|
}, z.core.$strip>]>>;
|
13254
13224
|
}, z.core.$strip>>>>;
|
13255
13225
|
backgroundColor: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodString>>>>>;
|
13226
|
+
size: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
13227
|
+
sizeRange: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
|
13256
13228
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
13257
13229
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
13258
13230
|
linearColorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -14587,10 +14559,7 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14587
14559
|
dualMeasures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
14588
14560
|
id: z.ZodString;
|
14589
14561
|
primaryMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
14590
|
-
|
14591
|
-
alias: z.ZodOptional<z.ZodString>;
|
14592
|
-
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
14593
|
-
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
14562
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
14594
14563
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
14595
14564
|
number: "number";
|
14596
14565
|
percent: "percent";
|
@@ -14620,7 +14589,10 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14620
14589
|
halfEven: "halfEven";
|
14621
14590
|
}>>>;
|
14622
14591
|
}, z.core.$strip>>>;
|
14623
|
-
|
14592
|
+
id: z.ZodString;
|
14593
|
+
alias: z.ZodOptional<z.ZodString>;
|
14594
|
+
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
14595
|
+
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
14624
14596
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
14625
14597
|
number: "number";
|
14626
14598
|
percent: "percent";
|
@@ -14650,26 +14622,8 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14650
14622
|
halfEven: "halfEven";
|
14651
14623
|
}>>>;
|
14652
14624
|
}, z.core.$strip>>>;
|
14653
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
14654
|
-
column: "column";
|
14655
|
-
xAxis: "xAxis";
|
14656
|
-
yAxis: "yAxis";
|
14657
|
-
angle: "angle";
|
14658
|
-
color: "color";
|
14659
|
-
detail: "detail";
|
14660
|
-
tooltip: "tooltip";
|
14661
|
-
label: "label";
|
14662
|
-
primaryYAxis: "primaryYAxis";
|
14663
|
-
secondaryYAxis: "secondaryYAxis";
|
14664
|
-
radius: "radius";
|
14665
|
-
size: "size";
|
14666
|
-
}>>;
|
14667
|
-
parentId: z.ZodOptional<z.ZodString>;
|
14668
14625
|
}, z.core.$strip>>, z.ZodObject<{
|
14669
|
-
|
14670
|
-
alias: z.ZodOptional<z.ZodString>;
|
14671
|
-
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
14672
|
-
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
14626
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
14673
14627
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
14674
14628
|
number: "number";
|
14675
14629
|
percent: "percent";
|
@@ -14699,7 +14653,10 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14699
14653
|
halfEven: "halfEven";
|
14700
14654
|
}>>>;
|
14701
14655
|
}, z.core.$strip>>>;
|
14702
|
-
|
14656
|
+
id: z.ZodString;
|
14657
|
+
alias: z.ZodOptional<z.ZodString>;
|
14658
|
+
autoFormat: z.ZodDefault<z.ZodBoolean>;
|
14659
|
+
numFormat: z.ZodDefault<z.ZodOptional<z.ZodObject<{
|
14703
14660
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
14704
14661
|
number: "number";
|
14705
14662
|
percent: "percent";
|
@@ -14729,21 +14686,6 @@ export declare const zVSeed: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
14729
14686
|
halfEven: "halfEven";
|
14730
14687
|
}>>>;
|
14731
14688
|
}, z.core.$strip>>>;
|
14732
|
-
encoding: z.ZodOptional<z.ZodEnum<{
|
14733
|
-
column: "column";
|
14734
|
-
xAxis: "xAxis";
|
14735
|
-
yAxis: "yAxis";
|
14736
|
-
angle: "angle";
|
14737
|
-
color: "color";
|
14738
|
-
detail: "detail";
|
14739
|
-
tooltip: "tooltip";
|
14740
|
-
label: "label";
|
14741
|
-
primaryYAxis: "primaryYAxis";
|
14742
|
-
secondaryYAxis: "secondaryYAxis";
|
14743
|
-
radius: "radius";
|
14744
|
-
size: "size";
|
14745
|
-
}>>;
|
14746
|
-
parentId: z.ZodOptional<z.ZodString>;
|
14747
14689
|
}, z.core.$strip>]>>;
|
14748
14690
|
secondaryMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
14749
14691
|
id: z.ZodString;
|