@visactor/vseed 0.1.45 → 0.1.47
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 +3 -3
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/builder/builder/builder.d.ts +86 -14
- package/dist/esm/dataReshape/constant.d.ts +2 -2
- package/dist/esm/dataReshape/constant.js +3 -3
- package/dist/esm/dataReshape/constant.js.map +1 -1
- package/dist/esm/i18n/i18n.js +2 -2
- package/dist/esm/i18n/i18n.js.map +1 -1
- package/dist/esm/i18n/i18nData.d.ts +2 -0
- package/dist/esm/i18n/i18nData.js +41 -5
- package/dist/esm/i18n/i18nData.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/area.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/areaPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/barPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/boxplot.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/donut.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/dualAxis.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/funnel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/histogram.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/line.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/pie.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/radar.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js +3 -3
- package/dist/esm/pipeline/advanced/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.d.ts +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/index.js +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.js +14 -0
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/pickDimensionsForReshape.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/advanced/chart/pipes/measures/pickMeasuresForReshape.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.js +14 -0
- package/dist/esm/pipeline/advanced/chart/pipes/measures/pickMeasuresForReshape.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js +35 -29
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithBoxplotEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithDualEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js +5 -3
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithHistogramEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithScatterEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js +33 -28
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithBoxplotEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithDualEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js +3 -5
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithHistogramEncoding.js.map +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js +3 -1
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/reshapeWithScatterEncoding.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js +3 -2
- package/dist/esm/pipeline/spec/chart/pipeline/boxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/histogram.js +3 -3
- package/dist/esm/pipeline/spec/chart/pipeline/histogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js +11 -3
- package/dist/esm/pipeline/spec/chart/pipes/axes/xLinear.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js +11 -3
- package/dist/esm/pipeline/spec/chart/pipes/axes/yLinear.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js +27 -0
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/histogramCrosshair.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/crosshair/index.js +2 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js +3 -3
- package/dist/esm/pipeline/spec/chart/pipes/init/boxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js +15 -0
- package/dist/esm/pipeline/spec/chart/pipes/legend/boxLegend.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js +3 -4
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js +31 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/ecdfRegressionLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js +5 -1
- package/dist/esm/pipeline/spec/chart/pipes/regressionLine/linearRegressionLine.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.d.ts +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js +5 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltip.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js +14 -5
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipBoxplot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js +6 -4
- package/dist/esm/pipeline/spec/chart/pipes/tooltip/tooltipHistogram.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/utils/histogram.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/utils/histogram.js +12 -0
- package/dist/esm/pipeline/spec/chart/utils/histogram.js.map +1 -0
- package/dist/esm/pipeline/utils/measures/delete.d.ts +2 -2
- package/dist/esm/pipeline/utils/measures/delete.js +7 -3
- package/dist/esm/pipeline/utils/measures/delete.js.map +1 -1
- package/dist/esm/pipeline/utils/tree/traverse.d.ts +1 -0
- package/dist/esm/pipeline/utils/tree/traverse.js +12 -1
- package/dist/esm/pipeline/utils/tree/traverse.js.map +1 -1
- package/dist/esm/types/advancedVSeed.d.ts +116 -3
- package/dist/esm/types/advancedVSeed.js +2 -0
- package/dist/esm/types/advancedVSeed.js.map +1 -1
- package/dist/esm/types/chartType/area/zArea.d.ts +12 -3
- package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +12 -3
- package/dist/esm/types/chartType/bar/zBar.d.ts +12 -3
- package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +12 -3
- package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +12 -3
- package/dist/esm/types/chartType/boxplot/zBoxplot.d.ts +12 -3
- package/dist/esm/types/chartType/column/zColumn.d.ts +12 -3
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +12 -3
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +12 -3
- package/dist/esm/types/chartType/donut/zDonut.d.ts +12 -3
- package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +42 -15
- package/dist/esm/types/chartType/funnel/zFunnel.d.ts +12 -3
- package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +12 -3
- package/dist/esm/types/chartType/histogram/zHistogram.d.ts +12 -3
- package/dist/esm/types/chartType/line/zLine.d.ts +12 -3
- package/dist/esm/types/chartType/pie/zPie.d.ts +12 -3
- package/dist/esm/types/chartType/pivotTable/zPivotTable.d.ts +12 -3
- package/dist/esm/types/chartType/radar/zRadar.d.ts +12 -3
- package/dist/esm/types/chartType/rose/zRose.d.ts +12 -3
- package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +12 -3
- package/dist/esm/types/chartType/scatter/zScatter.d.ts +42 -15
- package/dist/esm/types/chartType/table/zTable.d.ts +12 -3
- package/dist/esm/types/properties/measures/zDualMeasures.d.ts +60 -24
- package/dist/esm/types/properties/measures/zMeasures.d.ts +36 -9
- package/dist/esm/types/properties/measures/zMeasures.js +13 -4
- package/dist/esm/types/properties/measures/zMeasures.js.map +1 -1
- package/dist/esm/types/properties/measures/zScatterMeasures.d.ts +60 -24
- package/dist/esm/types/properties/regressionLine/linearRegressionLine.d.ts +5 -0
- package/dist/esm/types/properties/regressionLine/logisticRegressionLine.d.ts +5 -0
- package/dist/esm/types/properties/regressionLine/lowessRegressionLine.d.ts +5 -0
- package/dist/esm/types/properties/regressionLine/polynomialRegressionLine.d.ts +5 -0
- package/dist/esm/types/zVseed.d.ts +324 -90
- package/dist/umd/index.js +349 -197
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.d.ts +0 -2
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js +0 -12
- package/dist/esm/pipeline/advanced/chart/pipes/dimensions/deleteTooltipAndLabelDimensions.js.map +0 -1
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.d.ts +0 -2
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.js +0 -12
- package/dist/esm/pipeline/advanced/chart/pipes/measures/deleteEncodingForMeasure.js.map +0 -1
|
@@ -43,8 +43,8 @@ export declare const zBar: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zBar: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zBar: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zBar: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -43,8 +43,8 @@ export declare const zBarParallel: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zBarParallel: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zBarParallel: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zBarParallel: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -43,8 +43,8 @@ export declare const zBarPercent: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zBarPercent: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zBarPercent: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zBarPercent: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -43,8 +43,8 @@ export declare const zBoxplot: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zBoxplot: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zBoxplot: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zBoxplot: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -43,8 +43,8 @@ export declare const zColumn: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zColumn: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zColumn: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zColumn: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -43,8 +43,8 @@ export declare const zColumnParallel: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zColumnParallel: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zColumnParallel: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zColumnParallel: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -43,8 +43,8 @@ export declare const zColumnPercent: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zColumnPercent: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zColumnPercent: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zColumnPercent: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -43,8 +43,8 @@ export declare const zDonut: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zDonut: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zDonut: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zDonut: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -20,8 +20,8 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
20
20
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../../properties").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../../properties").MeasureGroup, unknown>>, z.ZodObject<{
|
|
21
21
|
id: z.ZodString;
|
|
22
22
|
alias: z.ZodOptional<z.ZodString>;
|
|
23
|
-
autoFormat: z.
|
|
24
|
-
numFormat: z.
|
|
23
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
24
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
25
25
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
26
26
|
number: "number";
|
|
27
27
|
percent: "percent";
|
|
@@ -51,7 +51,7 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
51
51
|
halfEven: "halfEven";
|
|
52
52
|
}>>>;
|
|
53
53
|
}, z.core.$strip>>>;
|
|
54
|
-
format: z.
|
|
54
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
55
55
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
56
56
|
number: "number";
|
|
57
57
|
percent: "percent";
|
|
@@ -83,6 +83,7 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
83
83
|
}, z.core.$strip>>>;
|
|
84
84
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
85
85
|
column: "column";
|
|
86
|
+
value: "value";
|
|
86
87
|
xAxis: "xAxis";
|
|
87
88
|
yAxis: "yAxis";
|
|
88
89
|
angle: "angle";
|
|
@@ -94,13 +95,21 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
94
95
|
secondaryYAxis: "secondaryYAxis";
|
|
95
96
|
radius: "radius";
|
|
96
97
|
size: "size";
|
|
98
|
+
q1: "q1";
|
|
99
|
+
median: "median";
|
|
100
|
+
q3: "q3";
|
|
101
|
+
min: "min";
|
|
102
|
+
max: "max";
|
|
103
|
+
outliers: "outliers";
|
|
104
|
+
x0: "x0";
|
|
105
|
+
x1: "x1";
|
|
97
106
|
}>>;
|
|
98
107
|
parentId: z.ZodOptional<z.ZodString>;
|
|
99
108
|
}, z.core.$strip>]>>>>;
|
|
100
109
|
dualMeasures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
101
110
|
id: z.ZodString;
|
|
102
111
|
primaryMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
103
|
-
format: z.
|
|
112
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
104
113
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
105
114
|
number: "number";
|
|
106
115
|
percent: "percent";
|
|
@@ -132,8 +141,8 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
132
141
|
}, z.core.$strip>>>;
|
|
133
142
|
id: z.ZodString;
|
|
134
143
|
alias: z.ZodOptional<z.ZodString>;
|
|
135
|
-
autoFormat: z.
|
|
136
|
-
numFormat: z.
|
|
144
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
145
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
137
146
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
138
147
|
number: "number";
|
|
139
148
|
percent: "percent";
|
|
@@ -164,7 +173,7 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
164
173
|
}>>>;
|
|
165
174
|
}, z.core.$strip>>>;
|
|
166
175
|
}, z.core.$strip>>, z.ZodObject<{
|
|
167
|
-
format: z.
|
|
176
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
168
177
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
169
178
|
number: "number";
|
|
170
179
|
percent: "percent";
|
|
@@ -196,8 +205,8 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
196
205
|
}, z.core.$strip>>>;
|
|
197
206
|
id: z.ZodString;
|
|
198
207
|
alias: z.ZodOptional<z.ZodString>;
|
|
199
|
-
autoFormat: z.
|
|
200
|
-
numFormat: z.
|
|
208
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
209
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
201
210
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
202
211
|
number: "number";
|
|
203
212
|
percent: "percent";
|
|
@@ -231,8 +240,8 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
231
240
|
secondaryMeasures: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
|
|
232
241
|
id: z.ZodString;
|
|
233
242
|
alias: z.ZodOptional<z.ZodString>;
|
|
234
|
-
autoFormat: z.
|
|
235
|
-
numFormat: z.
|
|
243
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
244
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
236
245
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
237
246
|
number: "number";
|
|
238
247
|
percent: "percent";
|
|
@@ -262,7 +271,7 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
262
271
|
halfEven: "halfEven";
|
|
263
272
|
}>>>;
|
|
264
273
|
}, z.core.$strip>>>;
|
|
265
|
-
format: z.
|
|
274
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
266
275
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
267
276
|
number: "number";
|
|
268
277
|
percent: "percent";
|
|
@@ -294,6 +303,7 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
294
303
|
}, z.core.$strip>>>;
|
|
295
304
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
296
305
|
column: "column";
|
|
306
|
+
value: "value";
|
|
297
307
|
xAxis: "xAxis";
|
|
298
308
|
yAxis: "yAxis";
|
|
299
309
|
angle: "angle";
|
|
@@ -305,13 +315,21 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
305
315
|
secondaryYAxis: "secondaryYAxis";
|
|
306
316
|
radius: "radius";
|
|
307
317
|
size: "size";
|
|
318
|
+
q1: "q1";
|
|
319
|
+
median: "median";
|
|
320
|
+
q3: "q3";
|
|
321
|
+
min: "min";
|
|
322
|
+
max: "max";
|
|
323
|
+
outliers: "outliers";
|
|
324
|
+
x0: "x0";
|
|
325
|
+
x1: "x1";
|
|
308
326
|
}>>;
|
|
309
327
|
parentId: z.ZodOptional<z.ZodString>;
|
|
310
328
|
}, z.core.$strip>>, z.ZodObject<{
|
|
311
329
|
id: z.ZodString;
|
|
312
330
|
alias: z.ZodOptional<z.ZodString>;
|
|
313
|
-
autoFormat: z.
|
|
314
|
-
numFormat: z.
|
|
331
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
332
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
315
333
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
316
334
|
number: "number";
|
|
317
335
|
percent: "percent";
|
|
@@ -341,7 +359,7 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
341
359
|
halfEven: "halfEven";
|
|
342
360
|
}>>>;
|
|
343
361
|
}, z.core.$strip>>>;
|
|
344
|
-
format: z.
|
|
362
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
345
363
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
346
364
|
number: "number";
|
|
347
365
|
percent: "percent";
|
|
@@ -373,6 +391,7 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
373
391
|
}, z.core.$strip>>>;
|
|
374
392
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
375
393
|
column: "column";
|
|
394
|
+
value: "value";
|
|
376
395
|
xAxis: "xAxis";
|
|
377
396
|
yAxis: "yAxis";
|
|
378
397
|
angle: "angle";
|
|
@@ -384,6 +403,14 @@ export declare const zDualAxis: z.ZodObject<{
|
|
|
384
403
|
secondaryYAxis: "secondaryYAxis";
|
|
385
404
|
radius: "radius";
|
|
386
405
|
size: "size";
|
|
406
|
+
q1: "q1";
|
|
407
|
+
median: "median";
|
|
408
|
+
q3: "q3";
|
|
409
|
+
min: "min";
|
|
410
|
+
max: "max";
|
|
411
|
+
outliers: "outliers";
|
|
412
|
+
x0: "x0";
|
|
413
|
+
x1: "x1";
|
|
387
414
|
}>>;
|
|
388
415
|
parentId: z.ZodOptional<z.ZodString>;
|
|
389
416
|
}, z.core.$strip>]>>;
|
|
@@ -43,8 +43,8 @@ export declare const zFunnel: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zFunnel: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zFunnel: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zFunnel: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|
|
@@ -20,8 +20,8 @@ export declare const zHeatmap: z.ZodObject<{
|
|
|
20
20
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
21
21
|
id: z.ZodString;
|
|
22
22
|
alias: z.ZodOptional<z.ZodString>;
|
|
23
|
-
autoFormat: z.
|
|
24
|
-
numFormat: z.
|
|
23
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
24
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
25
25
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
26
26
|
number: "number";
|
|
27
27
|
percent: "percent";
|
|
@@ -51,7 +51,7 @@ export declare const zHeatmap: z.ZodObject<{
|
|
|
51
51
|
halfEven: "halfEven";
|
|
52
52
|
}>>>;
|
|
53
53
|
}, z.core.$strip>>>;
|
|
54
|
-
format: z.
|
|
54
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
55
55
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
56
56
|
number: "number";
|
|
57
57
|
percent: "percent";
|
|
@@ -83,6 +83,7 @@ export declare const zHeatmap: z.ZodObject<{
|
|
|
83
83
|
}, z.core.$strip>>>;
|
|
84
84
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
85
85
|
column: "column";
|
|
86
|
+
value: "value";
|
|
86
87
|
xAxis: "xAxis";
|
|
87
88
|
yAxis: "yAxis";
|
|
88
89
|
angle: "angle";
|
|
@@ -94,6 +95,14 @@ export declare const zHeatmap: z.ZodObject<{
|
|
|
94
95
|
secondaryYAxis: "secondaryYAxis";
|
|
95
96
|
radius: "radius";
|
|
96
97
|
size: "size";
|
|
98
|
+
q1: "q1";
|
|
99
|
+
median: "median";
|
|
100
|
+
q3: "q3";
|
|
101
|
+
min: "min";
|
|
102
|
+
max: "max";
|
|
103
|
+
outliers: "outliers";
|
|
104
|
+
x0: "x0";
|
|
105
|
+
x1: "x1";
|
|
97
106
|
}>>;
|
|
98
107
|
parentId: z.ZodOptional<z.ZodString>;
|
|
99
108
|
}, z.core.$strip>]>>>>;
|
|
@@ -43,8 +43,8 @@ export declare const zHistogram: z.ZodObject<{
|
|
|
43
43
|
measures: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnion<[z.ZodType<import("../..").MeasureGroup, unknown, z.core.$ZodTypeInternals<import("../..").MeasureGroup, unknown>>, z.ZodObject<{
|
|
44
44
|
id: z.ZodString;
|
|
45
45
|
alias: z.ZodOptional<z.ZodString>;
|
|
46
|
-
autoFormat: z.
|
|
47
|
-
numFormat: z.
|
|
46
|
+
autoFormat: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
numFormat: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
48
48
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
49
49
|
number: "number";
|
|
50
50
|
percent: "percent";
|
|
@@ -74,7 +74,7 @@ export declare const zHistogram: z.ZodObject<{
|
|
|
74
74
|
halfEven: "halfEven";
|
|
75
75
|
}>>>;
|
|
76
76
|
}, z.core.$strip>>>;
|
|
77
|
-
format: z.
|
|
77
|
+
format: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
78
78
|
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
79
79
|
number: "number";
|
|
80
80
|
percent: "percent";
|
|
@@ -106,6 +106,7 @@ export declare const zHistogram: z.ZodObject<{
|
|
|
106
106
|
}, z.core.$strip>>>;
|
|
107
107
|
encoding: z.ZodOptional<z.ZodEnum<{
|
|
108
108
|
column: "column";
|
|
109
|
+
value: "value";
|
|
109
110
|
xAxis: "xAxis";
|
|
110
111
|
yAxis: "yAxis";
|
|
111
112
|
angle: "angle";
|
|
@@ -117,6 +118,14 @@ export declare const zHistogram: z.ZodObject<{
|
|
|
117
118
|
secondaryYAxis: "secondaryYAxis";
|
|
118
119
|
radius: "radius";
|
|
119
120
|
size: "size";
|
|
121
|
+
q1: "q1";
|
|
122
|
+
median: "median";
|
|
123
|
+
q3: "q3";
|
|
124
|
+
min: "min";
|
|
125
|
+
max: "max";
|
|
126
|
+
outliers: "outliers";
|
|
127
|
+
x0: "x0";
|
|
128
|
+
x1: "x1";
|
|
120
129
|
}>>;
|
|
121
130
|
parentId: z.ZodOptional<z.ZodString>;
|
|
122
131
|
}, z.core.$strip>]>>>>;
|