@visactor/vseed 0.0.36 → 0.0.38
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/builder/builder/builder.d.ts +8922 -8928
- package/dist/index.cjs +1192 -917
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1160 -903
- package/dist/index.js.map +1 -1
- package/dist/pipeline/advanced/table/pipes/config/index.d.ts +2 -0
- package/dist/pipeline/advanced/table/pipes/config/pivotTableConfig.d.ts +2 -0
- package/dist/pipeline/advanced/table/pipes/config/tableConfig.d.ts +2 -0
- package/dist/pipeline/advanced/table/pipes/index.d.ts +1 -0
- package/dist/pipeline/spec/chart/pipes/series/index.d.ts +1 -1
- package/dist/pipeline/spec/chart/pipes/series/series.d.ts +1 -0
- package/dist/pipeline/spec/table/pipes/columns/dimensionsToColumns.d.ts +2 -0
- package/dist/pipeline/spec/table/pipes/columns/index.d.ts +1 -0
- package/dist/pipeline/spec/table/pipes/columns/measuresToColumns.d.ts +0 -1
- package/dist/pipeline/spec/table/pipes/indicators/index.d.ts +1 -0
- package/dist/pipeline/spec/table/pipes/indicators/pivotDataConfig.d.ts +2 -0
- package/dist/pipeline/utils/constant.d.ts +2 -0
- package/dist/pipeline/utils/dimensions/index.d.ts +1 -0
- package/dist/pipeline/utils/dimensions/typeGuard.d.ts +4 -0
- package/dist/pipeline/utils/measures/index.d.ts +1 -0
- package/dist/pipeline/utils/measures/typeGuard.d.ts +4 -0
- package/dist/types/advancedVSeed.d.ts +3841 -3847
- package/dist/types/chartType/area/area.d.ts +11 -2
- package/dist/types/chartType/area/zArea.d.ts +565 -577
- package/dist/types/chartType/areaPercent/areaPercent.d.ts +4 -0
- package/dist/types/chartType/areaPercent/zAreaPercent.d.ts +565 -577
- package/dist/types/chartType/areaRange/areaRange.d.ts +4 -0
- package/dist/types/chartType/areaRange/zAreaRange.d.ts +546 -558
- package/dist/types/chartType/bar/bar.d.ts +4 -1183
- package/dist/types/chartType/bar/index.d.ts +2 -1
- package/dist/types/chartType/bar/zBar.d.ts +1171 -0
- package/dist/types/chartType/barParallel/barParallel.d.ts +4 -1183
- package/dist/types/chartType/barParallel/index.d.ts +2 -1
- package/dist/types/chartType/barParallel/zBarParallel.d.ts +1171 -0
- package/dist/types/chartType/barPercent/barPercent.d.ts +4 -1183
- package/dist/types/chartType/barPercent/index.d.ts +2 -1
- package/dist/types/chartType/barPercent/zBarPercent.d.ts +1171 -0
- package/dist/types/chartType/column/column.d.ts +4 -1183
- package/dist/types/chartType/column/index.d.ts +2 -1
- package/dist/types/chartType/column/zColumn.d.ts +1171 -0
- package/dist/types/chartType/columnParallel/columnParallel.d.ts +4 -1183
- package/dist/types/chartType/columnParallel/index.d.ts +2 -1
- package/dist/types/chartType/columnParallel/zColumnParallel.d.ts +1171 -0
- package/dist/types/chartType/columnPercent/columnPercent.d.ts +4 -1183
- package/dist/types/chartType/columnPercent/index.d.ts +2 -1
- package/dist/types/chartType/columnPercent/zColumnPercent.d.ts +1171 -0
- package/dist/types/chartType/donut/donut.d.ts +4 -119
- package/dist/types/chartType/donut/index.d.ts +2 -1
- package/dist/types/chartType/donut/zDonut.d.ts +119 -0
- package/dist/types/chartType/dualAxis/dualAxis.d.ts +9 -0
- package/dist/types/chartType/dualAxis/zDualAxis.d.ts +744 -755
- package/dist/types/chartType/funnel/funnel.d.ts +4 -89
- package/dist/types/chartType/funnel/index.d.ts +2 -1
- package/dist/types/chartType/funnel/zFunnel.d.ts +89 -0
- package/dist/types/chartType/heatmap/heatmap.d.ts +4 -89
- package/dist/types/chartType/heatmap/index.d.ts +2 -1
- package/dist/types/chartType/heatmap/zHeatmap.d.ts +89 -0
- package/dist/types/chartType/line/index.d.ts +2 -1
- package/dist/types/chartType/line/line.d.ts +8 -1367
- package/dist/types/chartType/line/zLine.d.ts +1353 -0
- package/dist/types/chartType/pie/index.d.ts +2 -1
- package/dist/types/chartType/pie/pie.d.ts +4 -119
- package/dist/types/chartType/pie/zPie.d.ts +119 -0
- package/dist/types/chartType/pivotTable/index.d.ts +2 -1
- package/dist/types/chartType/pivotTable/pivotTable.d.ts +48 -60
- package/dist/types/chartType/pivotTable/zPivotTable.d.ts +68 -0
- package/dist/types/chartType/radar/index.d.ts +2 -1
- package/dist/types/chartType/radar/radar.d.ts +4 -119
- package/dist/types/chartType/radar/zRadar.d.ts +119 -0
- package/dist/types/chartType/rose/index.d.ts +2 -1
- package/dist/types/chartType/rose/rose.d.ts +4 -119
- package/dist/types/chartType/rose/zRose.d.ts +119 -0
- package/dist/types/chartType/roseParallel/index.d.ts +2 -1
- package/dist/types/chartType/roseParallel/roseParallel.d.ts +4 -119
- package/dist/types/chartType/roseParallel/zRoseParallel.d.ts +119 -0
- package/dist/types/chartType/scatter/index.d.ts +2 -1
- package/dist/types/chartType/scatter/scatter.d.ts +4 -1191
- package/dist/types/chartType/scatter/zScatter.d.ts +1179 -0
- package/dist/types/chartType/table/index.d.ts +2 -1
- package/dist/types/chartType/table/table.d.ts +49 -64
- package/dist/types/chartType/table/zTable.d.ts +68 -0
- package/dist/types/dataSelector/selector.d.ts +70 -16
- package/dist/types/properties/analysis/analysis.d.ts +1 -1
- package/dist/types/properties/analysis/sort.d.ts +2 -4
- package/dist/types/properties/analysis/sortLegend.d.ts +2 -3
- package/dist/types/properties/annotation/annotation.d.ts +304 -316
- package/dist/types/properties/annotation/annotationArea.d.ts +12 -137
- package/dist/types/properties/annotation/annotationHorizontalLine.d.ts +27 -148
- package/dist/types/properties/annotation/annotationPoint.d.ts +20 -114
- package/dist/types/properties/annotation/annotationVerticalLine.d.ts +6 -127
- package/dist/types/properties/annotation/index.d.ts +8 -4
- package/dist/types/properties/annotation/zAnnotationArea.d.ts +108 -0
- package/dist/types/properties/annotation/zAnnotationHorizontalLine.d.ts +105 -0
- package/dist/types/properties/annotation/zAnnotationPoint.d.ts +94 -0
- package/dist/types/properties/annotation/zAnnotationVerticalLine.d.ts +105 -0
- package/dist/types/properties/config/axes/axis.d.ts +44 -58
- package/dist/types/properties/config/axes/bandAxis.d.ts +74 -74
- package/dist/types/properties/config/axes/linearAxis.d.ts +76 -76
- package/dist/types/properties/config/backgroundColor/backgroundColor.d.ts +1 -1
- package/dist/types/properties/config/color/color.d.ts +7 -9
- package/dist/types/properties/config/config.d.ts +3288 -3282
- package/dist/types/properties/config/crosshair/crosshair.d.ts +14 -17
- package/dist/types/properties/config/crosshair/index.d.ts +2 -1
- package/dist/types/properties/config/crosshair/zCrosshair.d.ts +15 -0
- package/dist/types/properties/config/label/label.d.ts +1 -1
- package/dist/types/properties/config/legend/legend.d.ts +13 -17
- package/dist/types/properties/config/tooltip/tooltip.d.ts +1 -1
- package/dist/types/properties/datasetReshapeInfo/datasetReshapeInfo.d.ts +2 -2
- package/dist/types/properties/dimensions/dimensions.d.ts +6 -29
- package/dist/types/properties/dimensions/index.d.ts +2 -1
- package/dist/types/properties/dimensions/zDimensions.d.ts +30 -0
- package/dist/types/properties/encoding/encoding.d.ts +8 -8
- package/dist/types/properties/markStyle/areaStyle.d.ts +20 -20
- package/dist/types/properties/markStyle/barStyle.d.ts +24 -24
- package/dist/types/properties/markStyle/lineStyle.d.ts +24 -24
- package/dist/types/properties/markStyle/markStyle.d.ts +194 -194
- package/dist/types/properties/markStyle/pointStyle.d.ts +35 -35
- package/dist/types/properties/measures/measures.d.ts +3 -0
- package/dist/types/properties/theme/customTheme.d.ts +3336 -3330
- package/dist/types/vseed.d.ts +6734 -6851
- package/dist/umd/index.js +1202 -939
- package/dist/umd/index.js.map +1 -1
- package/package.json +1 -1
@@ -46,32 +46,32 @@ export type PointStyle = {
|
|
46
46
|
*/
|
47
47
|
pointSize?: number;
|
48
48
|
/**
|
49
|
-
*
|
50
|
-
* @description
|
49
|
+
* 点图元颜色
|
50
|
+
* @description 点图元颜色
|
51
51
|
* @type {string}
|
52
52
|
*/
|
53
53
|
pointColor?: string;
|
54
54
|
/**
|
55
|
-
*
|
56
|
-
* @description
|
55
|
+
* 点图元颜色透明度
|
56
|
+
* @description 点图元颜色透明度
|
57
57
|
* @type {number}
|
58
58
|
*/
|
59
59
|
pointColorOpacity?: number;
|
60
60
|
/**
|
61
|
-
*
|
62
|
-
* @description
|
61
|
+
* 点图元边框颜色
|
62
|
+
* @description 点图元边框颜色
|
63
63
|
* @type {string}
|
64
64
|
*/
|
65
65
|
pointBorderColor?: string;
|
66
66
|
/**
|
67
|
-
*
|
68
|
-
* @description
|
67
|
+
* 点图元边框宽度
|
68
|
+
* @description 点图元边框宽度
|
69
69
|
* @type {number}
|
70
70
|
*/
|
71
71
|
pointBorderWidth?: number;
|
72
72
|
/**
|
73
|
-
*
|
74
|
-
* @description
|
73
|
+
* 点图元边框样式
|
74
|
+
* @description 点图元边框样式
|
75
75
|
* @type {number}
|
76
76
|
* @example solid
|
77
77
|
* @example dashed
|
@@ -80,9 +80,9 @@ export type PointStyle = {
|
|
80
80
|
pointBorderStyle?: 'solid' | 'dashed' | 'dotted';
|
81
81
|
};
|
82
82
|
export declare const zPointStyle: z.ZodObject<{
|
83
|
-
selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
83
|
+
selector: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
84
84
|
field: z.ZodString;
|
85
|
-
operator: z.ZodOptional<z.ZodEnum<{
|
85
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
86
86
|
"=": "=";
|
87
87
|
"==": "==";
|
88
88
|
"!=": "!=";
|
@@ -91,8 +91,8 @@ export declare const zPointStyle: z.ZodObject<{
|
|
91
91
|
">=": ">=";
|
92
92
|
"<=": "<=";
|
93
93
|
between: "between";
|
94
|
-
}
|
95
|
-
op: z.ZodOptional<z.ZodEnum<{
|
94
|
+
}>>>;
|
95
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
96
96
|
"=": "=";
|
97
97
|
"==": "==";
|
98
98
|
"!=": "!=";
|
@@ -101,22 +101,22 @@ export declare const zPointStyle: z.ZodObject<{
|
|
101
101
|
">=": ">=";
|
102
102
|
"<=": "<=";
|
103
103
|
between: "between";
|
104
|
-
}
|
104
|
+
}>>>;
|
105
105
|
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
106
106
|
}, z.core.$strip>, z.ZodObject<{
|
107
107
|
field: z.ZodString;
|
108
|
-
operator: z.ZodOptional<z.ZodEnum<{
|
108
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
109
109
|
in: "in";
|
110
110
|
"not in": "not in";
|
111
|
-
}
|
112
|
-
op: z.ZodOptional<z.ZodEnum<{
|
111
|
+
}>>>;
|
112
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
113
113
|
in: "in";
|
114
114
|
"not in": "not in";
|
115
|
-
}
|
115
|
+
}>>>;
|
116
116
|
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
117
117
|
}, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
|
118
118
|
field: z.ZodString;
|
119
|
-
operator: z.ZodOptional<z.ZodEnum<{
|
119
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
120
120
|
"=": "=";
|
121
121
|
"==": "==";
|
122
122
|
"!=": "!=";
|
@@ -125,8 +125,8 @@ export declare const zPointStyle: z.ZodObject<{
|
|
125
125
|
">=": ">=";
|
126
126
|
"<=": "<=";
|
127
127
|
between: "between";
|
128
|
-
}
|
129
|
-
op: z.ZodOptional<z.ZodEnum<{
|
128
|
+
}>>>;
|
129
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
130
130
|
"=": "=";
|
131
131
|
"==": "==";
|
132
132
|
"!=": "!=";
|
@@ -135,28 +135,28 @@ export declare const zPointStyle: z.ZodObject<{
|
|
135
135
|
">=": ">=";
|
136
136
|
"<=": "<=";
|
137
137
|
between: "between";
|
138
|
-
}
|
138
|
+
}>>>;
|
139
139
|
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
140
140
|
}, z.core.$strip>, z.ZodObject<{
|
141
141
|
field: z.ZodString;
|
142
|
-
operator: z.ZodOptional<z.ZodEnum<{
|
142
|
+
operator: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
143
143
|
in: "in";
|
144
144
|
"not in": "not in";
|
145
|
-
}
|
146
|
-
op: z.ZodOptional<z.ZodEnum<{
|
145
|
+
}>>>;
|
146
|
+
op: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
147
147
|
in: "in";
|
148
148
|
"not in": "not in";
|
149
|
-
}
|
149
|
+
}>>>;
|
150
150
|
value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
|
151
|
-
}, z.core.$strip>]>>]
|
152
|
-
pointSize: z.ZodOptional<z.ZodNumber
|
153
|
-
pointColor: z.ZodOptional<z.ZodString
|
154
|
-
pointColorOpacity: z.ZodOptional<z.ZodNumber
|
155
|
-
pointBorderColor: z.ZodOptional<z.ZodString
|
156
|
-
pointBorderWidth: z.ZodOptional<z.ZodNumber
|
157
|
-
pointBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
|
151
|
+
}, z.core.$strip>]>>]>>>;
|
152
|
+
pointSize: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
153
|
+
pointColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
154
|
+
pointColorOpacity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
155
|
+
pointBorderColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
156
|
+
pointBorderWidth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
157
|
+
pointBorderStyle: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodEnum<{
|
158
158
|
solid: "solid";
|
159
159
|
dashed: "dashed";
|
160
160
|
dotted: "dotted";
|
161
|
-
}>]
|
161
|
+
}>]>>>;
|
162
162
|
}, z.core.$strip>;
|