@sisense/sdk-ai-core 0.10.1 → 0.13.0

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 (120) hide show
  1. package/dist/engines/build-chart/build-chart-engine.d.ts +1 -1
  2. package/dist/engines/build-chart/build-chart-engine.d.ts.map +1 -1
  3. package/dist/engines/build-chart/create-chart/assemble-chart-widget.d.ts +26 -0
  4. package/dist/engines/build-chart/create-chart/assemble-chart-widget.d.ts.map +1 -0
  5. package/dist/engines/build-chart/create-chart/chart-json-axes-mapping.d.ts +27 -0
  6. package/dist/engines/build-chart/create-chart/chart-json-axes-mapping.d.ts.map +1 -0
  7. package/dist/engines/build-chart/create-chart/create-chart.d.ts +4 -21
  8. package/dist/engines/build-chart/create-chart/create-chart.d.ts.map +1 -1
  9. package/dist/engines/build-chart/create-chart/generate-chart-recommendations.d.ts +8 -4
  10. package/dist/engines/build-chart/create-chart/generate-chart-recommendations.d.ts.map +1 -1
  11. package/dist/engines/build-chart/create-chart/generate-chart.d.ts +18 -0
  12. package/dist/engines/build-chart/create-chart/generate-chart.d.ts.map +1 -0
  13. package/dist/engines/build-chart/create-chart/get-columns-json.d.ts +15 -0
  14. package/dist/engines/build-chart/create-chart/get-columns-json.d.ts.map +1 -0
  15. package/dist/engines/build-chart/create-chart/resolve-chart-query.d.ts +11 -0
  16. package/dist/engines/build-chart/create-chart/resolve-chart-query.d.ts.map +1 -0
  17. package/dist/engines/build-chart/shared/csdk-data-options-for-llm.d.ts +14 -0
  18. package/dist/engines/build-chart/shared/csdk-data-options-for-llm.d.ts.map +1 -0
  19. package/dist/engines/build-chart/types.d.ts +243 -509
  20. package/dist/engines/build-chart/types.d.ts.map +1 -1
  21. package/dist/engines/build-chart/update-chart/chart-options-schemas.d.ts +1608 -8812
  22. package/dist/engines/build-chart/update-chart/chart-options-schemas.d.ts.map +1 -1
  23. package/dist/engines/build-chart/update-chart/schemas.d.ts +68 -977
  24. package/dist/engines/build-chart/update-chart/schemas.d.ts.map +1 -1
  25. package/dist/engines/build-chart/update-chart/update-chart-data-options.d.ts +1 -1
  26. package/dist/engines/build-chart/update-chart/update-chart-data-options.d.ts.map +1 -1
  27. package/dist/engines/build-chart/update-chart/update-chart-query.d.ts +1 -1
  28. package/dist/engines/build-chart/update-chart/update-chart-query.d.ts.map +1 -1
  29. package/dist/engines/build-chart/update-chart/update-chart-style-options.d.ts +1 -1
  30. package/dist/engines/build-chart/update-chart/update-chart-style-options.d.ts.map +1 -1
  31. package/dist/engines/build-chart/update-chart/update-chart-title.d.ts +1 -1
  32. package/dist/engines/build-chart/update-chart/update-chart-title.d.ts.map +1 -1
  33. package/dist/engines/build-chart/update-chart/update-chart-type.d.ts +1 -1
  34. package/dist/engines/build-chart/update-chart/update-chart-type.d.ts.map +1 -1
  35. package/dist/engines/build-csv-model/build-csv-model-engine.d.ts +1 -1
  36. package/dist/engines/build-csv-model/build-csv-model-engine.d.ts.map +1 -1
  37. package/dist/engines/build-csv-model/rest-build.d.ts.map +1 -1
  38. package/dist/engines/build-csv-model/types.d.ts +9 -71
  39. package/dist/engines/build-csv-model/types.d.ts.map +1 -1
  40. package/dist/engines/build-dashboard/build-dashboard-engine.d.ts +1 -1
  41. package/dist/engines/build-dashboard/build-dashboard-engine.d.ts.map +1 -1
  42. package/dist/engines/build-dashboard/build-dashboard-service.d.ts +3 -3
  43. package/dist/engines/build-dashboard/build-dashboard-service.d.ts.map +1 -1
  44. package/dist/engines/build-dashboard/create-chart-widget.d.ts.map +1 -1
  45. package/dist/engines/build-dashboard/dashboard-filters/manipulate-dashboard-filters.d.ts +2 -2
  46. package/dist/engines/build-dashboard/dashboard-filters/manipulate-dashboard-filters.d.ts.map +1 -1
  47. package/dist/engines/build-dashboard/types.d.ts +34 -106
  48. package/dist/engines/build-dashboard/types.d.ts.map +1 -1
  49. package/dist/engines/build-dashboard/update-chart-widget.d.ts.map +1 -1
  50. package/dist/engines/build-data-model/build-data-model-engine.d.ts +1 -1
  51. package/dist/engines/build-data-model/build-data-model-engine.d.ts.map +1 -1
  52. package/dist/engines/build-data-model/types.d.ts +59 -316
  53. package/dist/engines/build-data-model/types.d.ts.map +1 -1
  54. package/dist/engines/build-query/build-query-engine.d.ts +1 -1
  55. package/dist/engines/build-query/build-query-engine.d.ts.map +1 -1
  56. package/dist/engines/build-query/types.d.ts +2 -10
  57. package/dist/engines/build-query/types.d.ts.map +1 -1
  58. package/dist/engines/get-dashboards/get-dashboards-engine.d.ts +1 -1
  59. package/dist/engines/get-dashboards/get-dashboards-engine.d.ts.map +1 -1
  60. package/dist/engines/get-dashboards/types.d.ts +2 -2
  61. package/dist/engines/get-dashboards/types.d.ts.map +1 -1
  62. package/dist/engines/get-data-source-fields/get-data-source-fields-engine.d.ts +5 -4
  63. package/dist/engines/get-data-source-fields/get-data-source-fields-engine.d.ts.map +1 -1
  64. package/dist/engines/get-data-source-fields/types.d.ts +5 -8
  65. package/dist/engines/get-data-source-fields/types.d.ts.map +1 -1
  66. package/dist/engines/get-data-sources/get-data-sources-engine.d.ts +1 -1
  67. package/dist/engines/get-data-sources/get-data-sources-engine.d.ts.map +1 -1
  68. package/dist/engines/get-data-sources/types.d.ts +2 -2
  69. package/dist/engines/get-data-sources/types.d.ts.map +1 -1
  70. package/dist/engines/index.d.ts +1 -1
  71. package/dist/engines/index.d.ts.map +1 -1
  72. package/dist/engines/manage-perspectives/manage-perspectives-engine.d.ts +1 -1
  73. package/dist/engines/manage-perspectives/manage-perspectives-engine.d.ts.map +1 -1
  74. package/dist/engines/manage-perspectives/types.d.ts +58 -194
  75. package/dist/engines/manage-perspectives/types.d.ts.map +1 -1
  76. package/dist/engines/recommend-queries/recommend-queries-engine.d.ts +1 -1
  77. package/dist/engines/recommend-queries/recommend-queries-engine.d.ts.map +1 -1
  78. package/dist/engines/recommend-queries/types.d.ts +5 -17
  79. package/dist/engines/recommend-queries/types.d.ts.map +1 -1
  80. package/dist/index.d.ts +6 -3
  81. package/dist/index.d.ts.map +1 -1
  82. package/dist/index.js +26249 -7707
  83. package/dist/index.js.map +1 -1
  84. package/dist/services/dashboards/fusion-dashboards-service.d.ts.map +1 -1
  85. package/dist/services/data-models/ecm-service.d.ts +14 -0
  86. package/dist/services/data-models/ecm-service.d.ts.map +1 -1
  87. package/dist/services/data-sources/data-sources-service.d.ts.map +1 -1
  88. package/dist/services/llm/llm-models-service.d.ts +15 -0
  89. package/dist/services/llm/llm-models-service.d.ts.map +1 -0
  90. package/dist/services/nlq/nlq-service.d.ts +3 -14
  91. package/dist/services/nlq/nlq-service.d.ts.map +1 -1
  92. package/dist/singleton-clients.d.ts +4 -22
  93. package/dist/singleton-clients.d.ts.map +1 -1
  94. package/dist/utils/abort-signal.d.ts +3 -0
  95. package/dist/utils/abort-signal.d.ts.map +1 -0
  96. package/dist/utils/create-custom-fetch.d.ts +2 -3
  97. package/dist/utils/create-custom-fetch.d.ts.map +1 -1
  98. package/dist/utils/create-serialized-tool-group.d.ts +24 -0
  99. package/dist/utils/create-serialized-tool-group.d.ts.map +1 -0
  100. package/dist/utils/create-stream-completion.d.ts +69 -0
  101. package/dist/utils/create-stream-completion.d.ts.map +1 -0
  102. package/dist/utils/create-structured-completion.d.ts +18 -0
  103. package/dist/utils/create-structured-completion.d.ts.map +1 -0
  104. package/dist/utils/create-tools-completion.d.ts +28 -0
  105. package/dist/utils/create-tools-completion.d.ts.map +1 -0
  106. package/dist/utils/llm-client.d.ts +8 -0
  107. package/dist/utils/llm-client.d.ts.map +1 -0
  108. package/dist/utils/llm-provider-options.d.ts +14 -0
  109. package/dist/utils/llm-provider-options.d.ts.map +1 -0
  110. package/dist/utils/zod-utils.d.ts +9 -17
  111. package/dist/utils/zod-utils.d.ts.map +1 -1
  112. package/package.json +20 -18
  113. package/dist/engines/build-chart/create-chart/generate-chart-table.d.ts +0 -28
  114. package/dist/engines/build-chart/create-chart/generate-chart-table.d.ts.map +0 -1
  115. package/dist/services/globals/globals-service.d.ts +0 -2
  116. package/dist/services/globals/globals-service.d.ts.map +0 -1
  117. package/dist/utils/chat-completion-utils.d.ts +0 -55
  118. package/dist/utils/chat-completion-utils.d.ts.map +0 -1
  119. package/dist/utils/openai-client.d.ts +0 -11
  120. package/dist/utils/openai-client.d.ts.map +0 -1
@@ -1,4 +1,4 @@
1
- import { z } from 'zod';
1
+ import { z } from 'zod/v4';
2
2
  export declare const AxisLabelSchema: z.ZodObject<{
3
3
  enabled: z.ZodOptional<z.ZodBoolean>;
4
4
  gridLines: z.ZodOptional<z.ZodBoolean>;
@@ -6,11 +6,7 @@ export declare const AxisLabelSchema: z.ZodObject<{
6
6
  isIntervalEnabled: z.ZodOptional<z.ZodBoolean>;
7
7
  labels: z.ZodOptional<z.ZodObject<{
8
8
  enabled: z.ZodBoolean;
9
- }, "strip", z.ZodTypeAny, {
10
- enabled: boolean;
11
- }, {
12
- enabled: boolean;
13
- }>>;
9
+ }, z.core.$strip>>;
14
10
  logarithmic: z.ZodOptional<z.ZodBoolean>;
15
11
  min: z.ZodOptional<z.ZodNumber>;
16
12
  max: z.ZodOptional<z.ZodNumber>;
@@ -18,106 +14,39 @@ export declare const AxisLabelSchema: z.ZodObject<{
18
14
  title: z.ZodOptional<z.ZodObject<{
19
15
  enabled: z.ZodBoolean;
20
16
  text: z.ZodOptional<z.ZodString>;
21
- }, "strip", z.ZodTypeAny, {
22
- enabled: boolean;
23
- text?: string | undefined;
24
- }, {
25
- enabled: boolean;
26
- text?: string | undefined;
27
- }>>;
17
+ }, z.core.$strip>>;
28
18
  x2Title: z.ZodOptional<z.ZodObject<{
29
19
  enabled: z.ZodBoolean;
30
20
  text: z.ZodOptional<z.ZodString>;
31
- }, "strip", z.ZodTypeAny, {
32
- enabled: boolean;
33
- text?: string | undefined;
34
- }, {
35
- enabled: boolean;
36
- text?: string | undefined;
37
- }>>;
38
- }, "strip", z.ZodTypeAny, {
39
- title?: {
40
- enabled: boolean;
41
- text?: string | undefined;
42
- } | undefined;
43
- min?: number | undefined;
44
- max?: number | undefined;
45
- labels?: {
46
- enabled: boolean;
47
- } | undefined;
48
- enabled?: boolean | undefined;
49
- gridLines?: boolean | undefined;
50
- intervalJumps?: number | undefined;
51
- isIntervalEnabled?: boolean | undefined;
52
- logarithmic?: boolean | undefined;
53
- templateMainYHasGridLines?: boolean | undefined;
54
- x2Title?: {
55
- enabled: boolean;
56
- text?: string | undefined;
57
- } | undefined;
58
- }, {
59
- title?: {
60
- enabled: boolean;
61
- text?: string | undefined;
62
- } | undefined;
63
- min?: number | undefined;
64
- max?: number | undefined;
65
- labels?: {
66
- enabled: boolean;
67
- } | undefined;
68
- enabled?: boolean | undefined;
69
- gridLines?: boolean | undefined;
70
- intervalJumps?: number | undefined;
71
- isIntervalEnabled?: boolean | undefined;
72
- logarithmic?: boolean | undefined;
73
- templateMainYHasGridLines?: boolean | undefined;
74
- x2Title?: {
75
- enabled: boolean;
76
- text?: string | undefined;
77
- } | undefined;
78
- }>;
21
+ }, z.core.$strip>>;
22
+ }, z.core.$strip>;
79
23
  export declare const MarkersSchema: z.ZodObject<{
80
24
  enabled: z.ZodBoolean;
81
- fill: z.ZodOptional<z.ZodEnum<["filled", "hollow"]>>;
82
- size: z.ZodOptional<z.ZodEnum<["small", "large"]>>;
83
- }, "strip", z.ZodTypeAny, {
84
- enabled: boolean;
85
- fill?: "filled" | "hollow" | undefined;
86
- size?: "small" | "large" | undefined;
87
- }, {
88
- enabled: boolean;
89
- fill?: "filled" | "hollow" | undefined;
90
- size?: "small" | "large" | undefined;
91
- }>;
25
+ fill: z.ZodOptional<z.ZodEnum<{
26
+ filled: "filled";
27
+ hollow: "hollow";
28
+ }>>;
29
+ size: z.ZodOptional<z.ZodEnum<{
30
+ small: "small";
31
+ large: "large";
32
+ }>>;
33
+ }, z.core.$strip>;
92
34
  export declare const NavigatorSchema: z.ZodObject<{
93
35
  series: z.ZodObject<{
94
36
  type: z.ZodString;
95
37
  dataGrouping: z.ZodObject<{
96
38
  enabled: z.ZodBoolean;
97
- }, "strip", z.ZodTypeAny, {
98
- enabled: boolean;
99
- }, {
100
- enabled: boolean;
101
- }>;
39
+ }, z.core.$strip>;
102
40
  color: z.ZodOptional<z.ZodString>;
103
- }, "strip", z.ZodTypeAny, {
104
- type: string;
105
- dataGrouping: {
106
- enabled: boolean;
107
- };
108
- color?: string | undefined;
109
- }, {
110
- type: string;
111
- dataGrouping: {
112
- enabled: boolean;
113
- };
114
- color?: string | undefined;
115
- }>;
41
+ }, z.core.$strip>;
116
42
  enabled: z.ZodBoolean;
117
43
  margin: z.ZodNumber;
118
44
  height: z.ZodNumber;
119
45
  xAxis: z.ZodObject<{
120
- type: z.ZodOptional<z.ZodEnum<["linear", "logarithmic"]>>;
46
+ type: z.ZodOptional<z.ZodEnum<{
47
+ logarithmic: "logarithmic";
48
+ linear: "linear";
49
+ }>>;
121
50
  title: z.ZodOptional<z.ZodObject<{
122
51
  text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
123
52
  enabled: z.ZodOptional<z.ZodBoolean>;
@@ -131,54 +60,8 @@ export declare const NavigatorSchema: z.ZodObject<{
131
60
  pointerEvents: z.ZodOptional<z.ZodString>;
132
61
  textOverflow: z.ZodOptional<z.ZodString>;
133
62
  width: z.ZodOptional<z.ZodString>;
134
- }, "strip", z.ZodTypeAny, {
135
- color?: string | undefined;
136
- width?: string | undefined;
137
- pointerEvents?: string | undefined;
138
- textOverflow?: string | undefined;
139
- fontFamily?: string | undefined;
140
- fontSize?: string | undefined;
141
- fontWeight?: string | undefined;
142
- textOutline?: string | undefined;
143
- }, {
144
- color?: string | undefined;
145
- width?: string | undefined;
146
- pointerEvents?: string | undefined;
147
- textOverflow?: string | undefined;
148
- fontFamily?: string | undefined;
149
- fontSize?: string | undefined;
150
- fontWeight?: string | undefined;
151
- textOutline?: string | undefined;
152
- }>>;
153
- }, "strip", z.ZodTypeAny, {
154
- style?: {
155
- color?: string | undefined;
156
- width?: string | undefined;
157
- pointerEvents?: string | undefined;
158
- textOverflow?: string | undefined;
159
- fontFamily?: string | undefined;
160
- fontSize?: string | undefined;
161
- fontWeight?: string | undefined;
162
- textOutline?: string | undefined;
163
- } | undefined;
164
- text?: string | null | undefined;
165
- enabled?: boolean | undefined;
166
- margin?: number | undefined;
167
- }, {
168
- style?: {
169
- color?: string | undefined;
170
- width?: string | undefined;
171
- pointerEvents?: string | undefined;
172
- textOverflow?: string | undefined;
173
- fontFamily?: string | undefined;
174
- fontSize?: string | undefined;
175
- fontWeight?: string | undefined;
176
- textOutline?: string | undefined;
177
- } | undefined;
178
- text?: string | null | undefined;
179
- enabled?: boolean | undefined;
180
- margin?: number | undefined;
181
- }>>;
63
+ }, z.core.$strip>>;
64
+ }, z.core.$strip>>;
182
65
  gridLineDashStyle: z.ZodOptional<z.ZodLiteral<"Dot">>;
183
66
  gridLineWidth: z.ZodOptional<z.ZodNumber>;
184
67
  gridLineColor: z.ZodOptional<z.ZodString>;
@@ -186,9 +69,12 @@ export declare const NavigatorSchema: z.ZodObject<{
186
69
  lineColor: z.ZodOptional<z.ZodString>;
187
70
  lineWidth: z.ZodOptional<z.ZodNumber>;
188
71
  labels: z.ZodOptional<z.ZodObject<{
189
- overflow: z.ZodOptional<z.ZodEnum<["none", "justify"]>>;
72
+ overflow: z.ZodOptional<z.ZodEnum<{
73
+ none: "none";
74
+ justify: "justify";
75
+ }>>;
190
76
  enabled: z.ZodOptional<z.ZodBoolean>;
191
- autoRotation: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
77
+ autoRotation: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
192
78
  style: z.ZodOptional<z.ZodObject<{
193
79
  fontFamily: z.ZodOptional<z.ZodString>;
194
80
  fontSize: z.ZodOptional<z.ZodString>;
@@ -198,66 +84,16 @@ export declare const NavigatorSchema: z.ZodObject<{
198
84
  pointerEvents: z.ZodOptional<z.ZodString>;
199
85
  textOverflow: z.ZodOptional<z.ZodString>;
200
86
  width: z.ZodOptional<z.ZodString>;
201
- }, "strip", z.ZodTypeAny, {
202
- color?: string | undefined;
203
- width?: string | undefined;
204
- pointerEvents?: string | undefined;
205
- textOverflow?: string | undefined;
206
- fontFamily?: string | undefined;
207
- fontSize?: string | undefined;
208
- fontWeight?: string | undefined;
209
- textOutline?: string | undefined;
210
- }, {
211
- color?: string | undefined;
212
- width?: string | undefined;
213
- pointerEvents?: string | undefined;
214
- textOverflow?: string | undefined;
215
- fontFamily?: string | undefined;
216
- fontSize?: string | undefined;
217
- fontWeight?: string | undefined;
218
- textOutline?: string | undefined;
219
- }>>;
87
+ }, z.core.$strip>>;
220
88
  rotation: z.ZodOptional<z.ZodNumber>;
221
- formatter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodUnknown>>;
222
- }, "strip", z.ZodTypeAny, {
223
- style?: {
224
- color?: string | undefined;
225
- width?: string | undefined;
226
- pointerEvents?: string | undefined;
227
- textOverflow?: string | undefined;
228
- fontFamily?: string | undefined;
229
- fontSize?: string | undefined;
230
- fontWeight?: string | undefined;
231
- textOutline?: string | undefined;
232
- } | undefined;
233
- enabled?: boolean | undefined;
234
- rotation?: number | undefined;
235
- overflow?: "none" | "justify" | undefined;
236
- autoRotation?: number[] | undefined;
237
- formatter?: ((...args: unknown[]) => unknown) | undefined;
238
- }, {
239
- style?: {
240
- color?: string | undefined;
241
- width?: string | undefined;
242
- pointerEvents?: string | undefined;
243
- textOverflow?: string | undefined;
244
- fontFamily?: string | undefined;
245
- fontSize?: string | undefined;
246
- fontWeight?: string | undefined;
247
- textOutline?: string | undefined;
248
- } | undefined;
249
- enabled?: boolean | undefined;
250
- rotation?: number | undefined;
251
- overflow?: "none" | "justify" | undefined;
252
- autoRotation?: number[] | undefined;
253
- formatter?: ((...args: unknown[]) => unknown) | undefined;
254
- }>>;
89
+ formatter: z.ZodOptional<z.ZodCustom<(...args: unknown[]) => unknown, (...args: unknown[]) => unknown>>;
90
+ }, z.core.$strip>>;
255
91
  min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
256
92
  max: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
257
93
  minPadding: z.ZodOptional<z.ZodNumber>;
258
94
  maxPadding: z.ZodOptional<z.ZodNumber>;
259
95
  tickInterval: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
260
- categories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
96
+ categories: z.ZodOptional<z.ZodArray<z.ZodString>>;
261
97
  opposite: z.ZodOptional<z.ZodBoolean>;
262
98
  plotBands: z.ZodOptional<z.ZodArray<z.ZodObject<{
263
99
  from: z.ZodNumber;
@@ -276,109 +112,15 @@ export declare const NavigatorSchema: z.ZodObject<{
276
112
  pointerEvents: z.ZodOptional<z.ZodString>;
277
113
  textOverflow: z.ZodOptional<z.ZodString>;
278
114
  width: z.ZodOptional<z.ZodString>;
279
- }, "strip", z.ZodTypeAny, {
280
- color?: string | undefined;
281
- width?: string | undefined;
282
- pointerEvents?: string | undefined;
283
- textOverflow?: string | undefined;
284
- fontFamily?: string | undefined;
285
- fontSize?: string | undefined;
286
- fontWeight?: string | undefined;
287
- textOutline?: string | undefined;
288
- }, {
289
- color?: string | undefined;
290
- width?: string | undefined;
291
- pointerEvents?: string | undefined;
292
- textOverflow?: string | undefined;
293
- fontFamily?: string | undefined;
294
- fontSize?: string | undefined;
295
- fontWeight?: string | undefined;
296
- textOutline?: string | undefined;
297
- }>>;
298
- }, "strip", z.ZodTypeAny, {
299
- text: string;
300
- x: number;
301
- y: number;
302
- style?: {
303
- color?: string | undefined;
304
- width?: string | undefined;
305
- pointerEvents?: string | undefined;
306
- textOverflow?: string | undefined;
307
- fontFamily?: string | undefined;
308
- fontSize?: string | undefined;
309
- fontWeight?: string | undefined;
310
- textOutline?: string | undefined;
311
- } | undefined;
312
- }, {
313
- text: string;
314
- x: number;
315
- y: number;
316
- style?: {
317
- color?: string | undefined;
318
- width?: string | undefined;
319
- pointerEvents?: string | undefined;
320
- textOverflow?: string | undefined;
321
- fontFamily?: string | undefined;
322
- fontSize?: string | undefined;
323
- fontWeight?: string | undefined;
324
- textOutline?: string | undefined;
325
- } | undefined;
326
- }>>;
327
- }, "strip", z.ZodTypeAny, {
328
- from: number;
329
- to: number;
330
- label?: {
331
- text: string;
332
- x: number;
333
- y: number;
334
- style?: {
335
- color?: string | undefined;
336
- width?: string | undefined;
337
- pointerEvents?: string | undefined;
338
- textOverflow?: string | undefined;
339
- fontFamily?: string | undefined;
340
- fontSize?: string | undefined;
341
- fontWeight?: string | undefined;
342
- textOutline?: string | undefined;
343
- } | undefined;
344
- } | undefined;
345
- color?: string | undefined;
346
- }, {
347
- from: number;
348
- to: number;
349
- label?: {
350
- text: string;
351
- x: number;
352
- y: number;
353
- style?: {
354
- color?: string | undefined;
355
- width?: string | undefined;
356
- pointerEvents?: string | undefined;
357
- textOverflow?: string | undefined;
358
- fontFamily?: string | undefined;
359
- fontSize?: string | undefined;
360
- fontWeight?: string | undefined;
361
- textOutline?: string | undefined;
362
- } | undefined;
363
- } | undefined;
364
- color?: string | undefined;
365
- }>, "many">>;
115
+ }, z.core.$strip>>;
116
+ }, z.core.$strip>>;
117
+ }, z.core.$strip>>>;
366
118
  plotLines: z.ZodOptional<z.ZodArray<z.ZodObject<{
367
119
  color: z.ZodString;
368
120
  dashStyle: z.ZodString;
369
121
  width: z.ZodNumber;
370
122
  value: z.ZodNumber;
371
- }, "strip", z.ZodTypeAny, {
372
- value: number;
373
- color: string;
374
- width: number;
375
- dashStyle: string;
376
- }, {
377
- value: number;
378
- color: string;
379
- width: number;
380
- dashStyle: string;
381
- }>, "many">>;
123
+ }, z.core.$strip>>>;
382
124
  tickmarkPlacement: z.ZodOptional<z.ZodString>;
383
125
  minorGridLineWidth: z.ZodOptional<z.ZodNumber>;
384
126
  minorTickWidth: z.ZodOptional<z.ZodNumber>;
@@ -400,25 +142,7 @@ export declare const NavigatorSchema: z.ZodObject<{
400
142
  pointerEvents: z.ZodOptional<z.ZodString>;
401
143
  textOverflow: z.ZodOptional<z.ZodString>;
402
144
  width: z.ZodOptional<z.ZodString>;
403
- }, "strip", z.ZodTypeAny, {
404
- color?: string | undefined;
405
- width?: string | undefined;
406
- pointerEvents?: string | undefined;
407
- textOverflow?: string | undefined;
408
- fontFamily?: string | undefined;
409
- fontSize?: string | undefined;
410
- fontWeight?: string | undefined;
411
- textOutline?: string | undefined;
412
- }, {
413
- color?: string | undefined;
414
- width?: string | undefined;
415
- pointerEvents?: string | undefined;
416
- textOverflow?: string | undefined;
417
- fontFamily?: string | undefined;
418
- fontSize?: string | undefined;
419
- fontWeight?: string | undefined;
420
- textOutline?: string | undefined;
421
- }>;
145
+ }, z.core.$strip>;
422
146
  crop: z.ZodBoolean;
423
147
  allowOverlap: z.ZodBoolean;
424
148
  enabled: z.ZodBoolean;
@@ -426,532 +150,22 @@ export declare const NavigatorSchema: z.ZodObject<{
426
150
  labelrank: z.ZodNumber;
427
151
  x: z.ZodOptional<z.ZodNumber>;
428
152
  y: z.ZodOptional<z.ZodNumber>;
429
- }, "strip", z.ZodTypeAny, {
430
- style: {
431
- color?: string | undefined;
432
- width?: string | undefined;
433
- pointerEvents?: string | undefined;
434
- textOverflow?: string | undefined;
435
- fontFamily?: string | undefined;
436
- fontSize?: string | undefined;
437
- fontWeight?: string | undefined;
438
- textOutline?: string | undefined;
439
- };
440
- enabled: boolean;
441
- rotation: number;
442
- crop: boolean;
443
- allowOverlap: boolean;
444
- labelrank: number;
445
- x?: number | undefined;
446
- y?: number | undefined;
447
- }, {
448
- style: {
449
- color?: string | undefined;
450
- width?: string | undefined;
451
- pointerEvents?: string | undefined;
452
- textOverflow?: string | undefined;
453
- fontFamily?: string | undefined;
454
- fontSize?: string | undefined;
455
- fontWeight?: string | undefined;
456
- textOutline?: string | undefined;
457
- };
458
- enabled: boolean;
459
- rotation: number;
460
- crop: boolean;
461
- allowOverlap: boolean;
462
- labelrank: number;
463
- x?: number | undefined;
464
- y?: number | undefined;
465
- }>>;
153
+ }, z.core.$strip>>;
466
154
  showLastLabel: z.ZodOptional<z.ZodBoolean>;
467
155
  visible: z.ZodOptional<z.ZodBoolean>;
468
- }, "strip", z.ZodTypeAny, {
469
- type?: "logarithmic" | "linear" | undefined;
470
- title?: {
471
- style?: {
472
- color?: string | undefined;
473
- width?: string | undefined;
474
- pointerEvents?: string | undefined;
475
- textOverflow?: string | undefined;
476
- fontFamily?: string | undefined;
477
- fontSize?: string | undefined;
478
- fontWeight?: string | undefined;
479
- textOutline?: string | undefined;
480
- } | undefined;
481
- text?: string | null | undefined;
482
- enabled?: boolean | undefined;
483
- margin?: number | undefined;
484
- } | undefined;
485
- min?: number | null | undefined;
486
- max?: number | null | undefined;
487
- lineWidth?: number | undefined;
488
- labels?: {
489
- style?: {
490
- color?: string | undefined;
491
- width?: string | undefined;
492
- pointerEvents?: string | undefined;
493
- textOverflow?: string | undefined;
494
- fontFamily?: string | undefined;
495
- fontSize?: string | undefined;
496
- fontWeight?: string | undefined;
497
- textOutline?: string | undefined;
498
- } | undefined;
499
- enabled?: boolean | undefined;
500
- rotation?: number | undefined;
501
- overflow?: "none" | "justify" | undefined;
502
- autoRotation?: number[] | undefined;
503
- formatter?: ((...args: unknown[]) => unknown) | undefined;
504
- } | undefined;
505
- categories?: string[] | undefined;
506
- visible?: boolean | undefined;
507
- gridLineDashStyle?: "Dot" | undefined;
508
- gridLineWidth?: number | undefined;
509
- gridLineColor?: string | undefined;
510
- tickWidth?: number | undefined;
511
- lineColor?: string | undefined;
512
- minPadding?: number | undefined;
513
- maxPadding?: number | undefined;
514
- tickInterval?: number | null | undefined;
515
- opposite?: boolean | undefined;
516
- plotBands?: {
517
- from: number;
518
- to: number;
519
- label?: {
520
- text: string;
521
- x: number;
522
- y: number;
523
- style?: {
524
- color?: string | undefined;
525
- width?: string | undefined;
526
- pointerEvents?: string | undefined;
527
- textOverflow?: string | undefined;
528
- fontFamily?: string | undefined;
529
- fontSize?: string | undefined;
530
- fontWeight?: string | undefined;
531
- textOutline?: string | undefined;
532
- } | undefined;
533
- } | undefined;
534
- color?: string | undefined;
535
- }[] | undefined;
536
- plotLines?: {
537
- value: number;
538
- color: string;
539
- width: number;
540
- dashStyle: string;
541
- }[] | undefined;
542
- tickmarkPlacement?: string | undefined;
543
- minorGridLineWidth?: number | undefined;
544
- minorTickWidth?: number | undefined;
545
- startOnTick?: boolean | undefined;
546
- endOnTick?: boolean | undefined;
547
- tickColor?: string | undefined;
548
- tickLength?: number | undefined;
549
- minorTickColor?: string | undefined;
550
- minorTickLength?: number | undefined;
551
- minorGridLineColor?: string | undefined;
552
- minorGridLineDashStyle?: string | undefined;
553
- stackLabels?: {
554
- style: {
555
- color?: string | undefined;
556
- width?: string | undefined;
557
- pointerEvents?: string | undefined;
558
- textOverflow?: string | undefined;
559
- fontFamily?: string | undefined;
560
- fontSize?: string | undefined;
561
- fontWeight?: string | undefined;
562
- textOutline?: string | undefined;
563
- };
564
- enabled: boolean;
565
- rotation: number;
566
- crop: boolean;
567
- allowOverlap: boolean;
568
- labelrank: number;
569
- x?: number | undefined;
570
- y?: number | undefined;
571
- } | undefined;
572
- showLastLabel?: boolean | undefined;
573
- }, {
574
- type?: "logarithmic" | "linear" | undefined;
575
- title?: {
576
- style?: {
577
- color?: string | undefined;
578
- width?: string | undefined;
579
- pointerEvents?: string | undefined;
580
- textOverflow?: string | undefined;
581
- fontFamily?: string | undefined;
582
- fontSize?: string | undefined;
583
- fontWeight?: string | undefined;
584
- textOutline?: string | undefined;
585
- } | undefined;
586
- text?: string | null | undefined;
587
- enabled?: boolean | undefined;
588
- margin?: number | undefined;
589
- } | undefined;
590
- min?: number | null | undefined;
591
- max?: number | null | undefined;
592
- lineWidth?: number | undefined;
593
- labels?: {
594
- style?: {
595
- color?: string | undefined;
596
- width?: string | undefined;
597
- pointerEvents?: string | undefined;
598
- textOverflow?: string | undefined;
599
- fontFamily?: string | undefined;
600
- fontSize?: string | undefined;
601
- fontWeight?: string | undefined;
602
- textOutline?: string | undefined;
603
- } | undefined;
604
- enabled?: boolean | undefined;
605
- rotation?: number | undefined;
606
- overflow?: "none" | "justify" | undefined;
607
- autoRotation?: number[] | undefined;
608
- formatter?: ((...args: unknown[]) => unknown) | undefined;
609
- } | undefined;
610
- categories?: string[] | undefined;
611
- visible?: boolean | undefined;
612
- gridLineDashStyle?: "Dot" | undefined;
613
- gridLineWidth?: number | undefined;
614
- gridLineColor?: string | undefined;
615
- tickWidth?: number | undefined;
616
- lineColor?: string | undefined;
617
- minPadding?: number | undefined;
618
- maxPadding?: number | undefined;
619
- tickInterval?: number | null | undefined;
620
- opposite?: boolean | undefined;
621
- plotBands?: {
622
- from: number;
623
- to: number;
624
- label?: {
625
- text: string;
626
- x: number;
627
- y: number;
628
- style?: {
629
- color?: string | undefined;
630
- width?: string | undefined;
631
- pointerEvents?: string | undefined;
632
- textOverflow?: string | undefined;
633
- fontFamily?: string | undefined;
634
- fontSize?: string | undefined;
635
- fontWeight?: string | undefined;
636
- textOutline?: string | undefined;
637
- } | undefined;
638
- } | undefined;
639
- color?: string | undefined;
640
- }[] | undefined;
641
- plotLines?: {
642
- value: number;
643
- color: string;
644
- width: number;
645
- dashStyle: string;
646
- }[] | undefined;
647
- tickmarkPlacement?: string | undefined;
648
- minorGridLineWidth?: number | undefined;
649
- minorTickWidth?: number | undefined;
650
- startOnTick?: boolean | undefined;
651
- endOnTick?: boolean | undefined;
652
- tickColor?: string | undefined;
653
- tickLength?: number | undefined;
654
- minorTickColor?: string | undefined;
655
- minorTickLength?: number | undefined;
656
- minorGridLineColor?: string | undefined;
657
- minorGridLineDashStyle?: string | undefined;
658
- stackLabels?: {
659
- style: {
660
- color?: string | undefined;
661
- width?: string | undefined;
662
- pointerEvents?: string | undefined;
663
- textOverflow?: string | undefined;
664
- fontFamily?: string | undefined;
665
- fontSize?: string | undefined;
666
- fontWeight?: string | undefined;
667
- textOutline?: string | undefined;
668
- };
669
- enabled: boolean;
670
- rotation: number;
671
- crop: boolean;
672
- allowOverlap: boolean;
673
- labelrank: number;
674
- x?: number | undefined;
675
- y?: number | undefined;
676
- } | undefined;
677
- showLastLabel?: boolean | undefined;
678
- }>;
156
+ }, z.core.$strip>;
679
157
  handles: z.ZodOptional<z.ZodObject<{
680
- symbols: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
158
+ symbols: z.ZodOptional<z.ZodArray<z.ZodString>>;
681
159
  backgroundColor: z.ZodOptional<z.ZodString>;
682
160
  borderColor: z.ZodOptional<z.ZodString>;
683
- }, "strip", z.ZodTypeAny, {
684
- backgroundColor?: string | undefined;
685
- borderColor?: string | undefined;
686
- symbols?: string[] | undefined;
687
- }, {
688
- backgroundColor?: string | undefined;
689
- borderColor?: string | undefined;
690
- symbols?: string[] | undefined;
691
- }>>;
161
+ }, z.core.$strip>>;
692
162
  maskInside: z.ZodBoolean;
693
163
  maskFill: z.ZodString;
694
164
  outlineColor: z.ZodString;
695
165
  outlineWidth: z.ZodNumber;
696
166
  threshold: z.ZodOptional<z.ZodNumber>;
697
- tooltipFormatter: z.ZodOptional<z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodUnknown>>;
698
- }, "strip", z.ZodTypeAny, {
699
- height: number;
700
- xAxis: {
701
- type?: "logarithmic" | "linear" | undefined;
702
- title?: {
703
- style?: {
704
- color?: string | undefined;
705
- width?: string | undefined;
706
- pointerEvents?: string | undefined;
707
- textOverflow?: string | undefined;
708
- fontFamily?: string | undefined;
709
- fontSize?: string | undefined;
710
- fontWeight?: string | undefined;
711
- textOutline?: string | undefined;
712
- } | undefined;
713
- text?: string | null | undefined;
714
- enabled?: boolean | undefined;
715
- margin?: number | undefined;
716
- } | undefined;
717
- min?: number | null | undefined;
718
- max?: number | null | undefined;
719
- lineWidth?: number | undefined;
720
- labels?: {
721
- style?: {
722
- color?: string | undefined;
723
- width?: string | undefined;
724
- pointerEvents?: string | undefined;
725
- textOverflow?: string | undefined;
726
- fontFamily?: string | undefined;
727
- fontSize?: string | undefined;
728
- fontWeight?: string | undefined;
729
- textOutline?: string | undefined;
730
- } | undefined;
731
- enabled?: boolean | undefined;
732
- rotation?: number | undefined;
733
- overflow?: "none" | "justify" | undefined;
734
- autoRotation?: number[] | undefined;
735
- formatter?: ((...args: unknown[]) => unknown) | undefined;
736
- } | undefined;
737
- categories?: string[] | undefined;
738
- visible?: boolean | undefined;
739
- gridLineDashStyle?: "Dot" | undefined;
740
- gridLineWidth?: number | undefined;
741
- gridLineColor?: string | undefined;
742
- tickWidth?: number | undefined;
743
- lineColor?: string | undefined;
744
- minPadding?: number | undefined;
745
- maxPadding?: number | undefined;
746
- tickInterval?: number | null | undefined;
747
- opposite?: boolean | undefined;
748
- plotBands?: {
749
- from: number;
750
- to: number;
751
- label?: {
752
- text: string;
753
- x: number;
754
- y: number;
755
- style?: {
756
- color?: string | undefined;
757
- width?: string | undefined;
758
- pointerEvents?: string | undefined;
759
- textOverflow?: string | undefined;
760
- fontFamily?: string | undefined;
761
- fontSize?: string | undefined;
762
- fontWeight?: string | undefined;
763
- textOutline?: string | undefined;
764
- } | undefined;
765
- } | undefined;
766
- color?: string | undefined;
767
- }[] | undefined;
768
- plotLines?: {
769
- value: number;
770
- color: string;
771
- width: number;
772
- dashStyle: string;
773
- }[] | undefined;
774
- tickmarkPlacement?: string | undefined;
775
- minorGridLineWidth?: number | undefined;
776
- minorTickWidth?: number | undefined;
777
- startOnTick?: boolean | undefined;
778
- endOnTick?: boolean | undefined;
779
- tickColor?: string | undefined;
780
- tickLength?: number | undefined;
781
- minorTickColor?: string | undefined;
782
- minorTickLength?: number | undefined;
783
- minorGridLineColor?: string | undefined;
784
- minorGridLineDashStyle?: string | undefined;
785
- stackLabels?: {
786
- style: {
787
- color?: string | undefined;
788
- width?: string | undefined;
789
- pointerEvents?: string | undefined;
790
- textOverflow?: string | undefined;
791
- fontFamily?: string | undefined;
792
- fontSize?: string | undefined;
793
- fontWeight?: string | undefined;
794
- textOutline?: string | undefined;
795
- };
796
- enabled: boolean;
797
- rotation: number;
798
- crop: boolean;
799
- allowOverlap: boolean;
800
- labelrank: number;
801
- x?: number | undefined;
802
- y?: number | undefined;
803
- } | undefined;
804
- showLastLabel?: boolean | undefined;
805
- };
806
- series: {
807
- type: string;
808
- dataGrouping: {
809
- enabled: boolean;
810
- };
811
- color?: string | undefined;
812
- };
813
- enabled: boolean;
814
- margin: number;
815
- maskInside: boolean;
816
- maskFill: string;
817
- outlineColor: string;
818
- outlineWidth: number;
819
- handles?: {
820
- backgroundColor?: string | undefined;
821
- borderColor?: string | undefined;
822
- symbols?: string[] | undefined;
823
- } | undefined;
824
- threshold?: number | undefined;
825
- tooltipFormatter?: ((...args: unknown[]) => unknown) | undefined;
826
- }, {
827
- height: number;
828
- xAxis: {
829
- type?: "logarithmic" | "linear" | undefined;
830
- title?: {
831
- style?: {
832
- color?: string | undefined;
833
- width?: string | undefined;
834
- pointerEvents?: string | undefined;
835
- textOverflow?: string | undefined;
836
- fontFamily?: string | undefined;
837
- fontSize?: string | undefined;
838
- fontWeight?: string | undefined;
839
- textOutline?: string | undefined;
840
- } | undefined;
841
- text?: string | null | undefined;
842
- enabled?: boolean | undefined;
843
- margin?: number | undefined;
844
- } | undefined;
845
- min?: number | null | undefined;
846
- max?: number | null | undefined;
847
- lineWidth?: number | undefined;
848
- labels?: {
849
- style?: {
850
- color?: string | undefined;
851
- width?: string | undefined;
852
- pointerEvents?: string | undefined;
853
- textOverflow?: string | undefined;
854
- fontFamily?: string | undefined;
855
- fontSize?: string | undefined;
856
- fontWeight?: string | undefined;
857
- textOutline?: string | undefined;
858
- } | undefined;
859
- enabled?: boolean | undefined;
860
- rotation?: number | undefined;
861
- overflow?: "none" | "justify" | undefined;
862
- autoRotation?: number[] | undefined;
863
- formatter?: ((...args: unknown[]) => unknown) | undefined;
864
- } | undefined;
865
- categories?: string[] | undefined;
866
- visible?: boolean | undefined;
867
- gridLineDashStyle?: "Dot" | undefined;
868
- gridLineWidth?: number | undefined;
869
- gridLineColor?: string | undefined;
870
- tickWidth?: number | undefined;
871
- lineColor?: string | undefined;
872
- minPadding?: number | undefined;
873
- maxPadding?: number | undefined;
874
- tickInterval?: number | null | undefined;
875
- opposite?: boolean | undefined;
876
- plotBands?: {
877
- from: number;
878
- to: number;
879
- label?: {
880
- text: string;
881
- x: number;
882
- y: number;
883
- style?: {
884
- color?: string | undefined;
885
- width?: string | undefined;
886
- pointerEvents?: string | undefined;
887
- textOverflow?: string | undefined;
888
- fontFamily?: string | undefined;
889
- fontSize?: string | undefined;
890
- fontWeight?: string | undefined;
891
- textOutline?: string | undefined;
892
- } | undefined;
893
- } | undefined;
894
- color?: string | undefined;
895
- }[] | undefined;
896
- plotLines?: {
897
- value: number;
898
- color: string;
899
- width: number;
900
- dashStyle: string;
901
- }[] | undefined;
902
- tickmarkPlacement?: string | undefined;
903
- minorGridLineWidth?: number | undefined;
904
- minorTickWidth?: number | undefined;
905
- startOnTick?: boolean | undefined;
906
- endOnTick?: boolean | undefined;
907
- tickColor?: string | undefined;
908
- tickLength?: number | undefined;
909
- minorTickColor?: string | undefined;
910
- minorTickLength?: number | undefined;
911
- minorGridLineColor?: string | undefined;
912
- minorGridLineDashStyle?: string | undefined;
913
- stackLabels?: {
914
- style: {
915
- color?: string | undefined;
916
- width?: string | undefined;
917
- pointerEvents?: string | undefined;
918
- textOverflow?: string | undefined;
919
- fontFamily?: string | undefined;
920
- fontSize?: string | undefined;
921
- fontWeight?: string | undefined;
922
- textOutline?: string | undefined;
923
- };
924
- enabled: boolean;
925
- rotation: number;
926
- crop: boolean;
927
- allowOverlap: boolean;
928
- labelrank: number;
929
- x?: number | undefined;
930
- y?: number | undefined;
931
- } | undefined;
932
- showLastLabel?: boolean | undefined;
933
- };
934
- series: {
935
- type: string;
936
- dataGrouping: {
937
- enabled: boolean;
938
- };
939
- color?: string | undefined;
940
- };
941
- enabled: boolean;
942
- margin: number;
943
- maskInside: boolean;
944
- maskFill: string;
945
- outlineColor: string;
946
- outlineWidth: number;
947
- handles?: {
948
- backgroundColor?: string | undefined;
949
- borderColor?: string | undefined;
950
- symbols?: string[] | undefined;
951
- } | undefined;
952
- threshold?: number | undefined;
953
- tooltipFormatter?: ((...args: unknown[]) => unknown) | undefined;
954
- }>;
167
+ tooltipFormatter: z.ZodOptional<z.ZodCustom<(...args: unknown[]) => unknown, (...args: unknown[]) => unknown>>;
168
+ }, z.core.$strip>;
955
169
  export declare const ReservedStyleOptionsSchema: z.ZodObject<{
956
170
  'colors/columns': z.ZodOptional<z.ZodBoolean>;
957
171
  'colors/headers': z.ZodOptional<z.ZodBoolean>;
@@ -959,89 +173,34 @@ export declare const ReservedStyleOptionsSchema: z.ZodObject<{
959
173
  components: z.ZodOptional<z.ZodObject<{
960
174
  title: z.ZodObject<{
961
175
  enabled: z.ZodBoolean;
962
- }, "strip", z.ZodTypeAny, {
963
- enabled: boolean;
964
- }, {
965
- enabled: boolean;
966
- }>;
967
- }, "strip", z.ZodTypeAny, {
968
- title: {
969
- enabled: boolean;
970
- };
971
- }, {
972
- title: {
973
- enabled: boolean;
974
- };
975
- }>>;
176
+ }, z.core.$strip>;
177
+ }, z.core.$strip>>;
976
178
  skin: z.ZodOptional<z.ZodString>;
977
- }, "strip", z.ZodTypeAny, {
978
- 'colors/columns'?: boolean | undefined;
979
- 'colors/headers'?: boolean | undefined;
980
- 'colors/rows'?: boolean | undefined;
981
- components?: {
982
- title: {
983
- enabled: boolean;
984
- };
985
- } | undefined;
986
- skin?: string | undefined;
987
- }, {
988
- 'colors/columns'?: boolean | undefined;
989
- 'colors/headers'?: boolean | undefined;
990
- 'colors/rows'?: boolean | undefined;
991
- components?: {
992
- title: {
993
- enabled: boolean;
994
- };
995
- } | undefined;
996
- skin?: string | undefined;
997
- }>;
179
+ }, z.core.$strip>;
998
180
  export declare const LineStyleOptionsSchema: z.ZodObject<{
999
181
  legend: z.ZodOptional<z.ZodObject<{
1000
182
  enabled: z.ZodBoolean;
1001
- position: z.ZodOptional<z.ZodNullable<z.ZodEnum<["top", "left", "right", "bottom"]>>>;
1002
- }, "strip", z.ZodTypeAny, {
1003
- enabled: boolean;
1004
- position?: "left" | "right" | "top" | "bottom" | null | undefined;
1005
- }, {
1006
- enabled: boolean;
1007
- position?: "left" | "right" | "top" | "bottom" | null | undefined;
1008
- }>>;
183
+ position: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
184
+ left: "left";
185
+ right: "right";
186
+ top: "top";
187
+ bottom: "bottom";
188
+ }>>>;
189
+ }, z.core.$strip>>;
1009
190
  seriesLabels: z.ZodOptional<z.ZodObject<{
1010
191
  enabled: z.ZodBoolean;
1011
192
  rotation: z.ZodOptional<z.ZodNumber>;
1012
193
  showValue: z.ZodOptional<z.ZodBoolean>;
1013
194
  showPercentage: z.ZodOptional<z.ZodBoolean>;
1014
- }, "strip", z.ZodTypeAny, {
1015
- enabled: boolean;
1016
- rotation?: number | undefined;
1017
- showValue?: boolean | undefined;
1018
- showPercentage?: boolean | undefined;
1019
- }, {
1020
- enabled: boolean;
1021
- rotation?: number | undefined;
1022
- showValue?: boolean | undefined;
1023
- showPercentage?: boolean | undefined;
1024
- }>>;
195
+ }, z.core.$strip>>;
1025
196
  totalLabels: z.ZodOptional<z.ZodObject<{
1026
197
  enabled: z.ZodBoolean;
1027
198
  rotation: z.ZodOptional<z.ZodNumber>;
1028
- }, "strip", z.ZodTypeAny, {
1029
- enabled: boolean;
1030
- rotation?: number | undefined;
1031
- }, {
1032
- enabled: boolean;
1033
- rotation?: number | undefined;
1034
- }>>;
199
+ }, z.core.$strip>>;
1035
200
  dataLimits: z.ZodOptional<z.ZodObject<{
1036
201
  seriesCapacity: z.ZodNumber;
1037
202
  categoriesCapacity: z.ZodNumber;
1038
- }, "strip", z.ZodTypeAny, {
1039
- categoriesCapacity: number;
1040
- seriesCapacity: number;
1041
- }, {
1042
- categoriesCapacity: number;
1043
- seriesCapacity: number;
1044
- }>>;
203
+ }, z.core.$strip>>;
1045
204
  width: z.ZodOptional<z.ZodNumber>;
1046
205
  height: z.ZodOptional<z.ZodNumber>;
1047
206
  'colors/columns': z.ZodOptional<z.ZodBoolean>;
@@ -1050,87 +209,19 @@ export declare const LineStyleOptionsSchema: z.ZodObject<{
1050
209
  components: z.ZodOptional<z.ZodObject<{
1051
210
  title: z.ZodObject<{
1052
211
  enabled: z.ZodBoolean;
1053
- }, "strip", z.ZodTypeAny, {
1054
- enabled: boolean;
1055
- }, {
1056
- enabled: boolean;
1057
- }>;
1058
- }, "strip", z.ZodTypeAny, {
1059
- title: {
1060
- enabled: boolean;
1061
- };
1062
- }, {
1063
- title: {
1064
- enabled: boolean;
1065
- };
1066
- }>>;
212
+ }, z.core.$strip>;
213
+ }, z.core.$strip>>;
1067
214
  skin: z.ZodOptional<z.ZodString>;
1068
- lineWidth: z.ZodEnum<["medium", "thick", "thin"]>;
1069
- subtype: z.ZodOptional<z.ZodEnum<["line/spline", "line/basic", "line/step"]>>;
1070
- }, "strip", z.ZodTypeAny, {
1071
- lineWidth: "medium" | "thick" | "thin";
1072
- legend?: {
1073
- enabled: boolean;
1074
- position?: "left" | "right" | "top" | "bottom" | null | undefined;
1075
- } | undefined;
1076
- width?: number | undefined;
1077
- height?: number | undefined;
1078
- subtype?: "line/spline" | "line/basic" | "line/step" | undefined;
1079
- seriesLabels?: {
1080
- enabled: boolean;
1081
- rotation?: number | undefined;
1082
- showValue?: boolean | undefined;
1083
- showPercentage?: boolean | undefined;
1084
- } | undefined;
1085
- dataLimits?: {
1086
- categoriesCapacity: number;
1087
- seriesCapacity: number;
1088
- } | undefined;
1089
- 'colors/columns'?: boolean | undefined;
1090
- 'colors/headers'?: boolean | undefined;
1091
- 'colors/rows'?: boolean | undefined;
1092
- components?: {
1093
- title: {
1094
- enabled: boolean;
1095
- };
1096
- } | undefined;
1097
- skin?: string | undefined;
1098
- totalLabels?: {
1099
- enabled: boolean;
1100
- rotation?: number | undefined;
1101
- } | undefined;
1102
- }, {
1103
- lineWidth: "medium" | "thick" | "thin";
1104
- legend?: {
1105
- enabled: boolean;
1106
- position?: "left" | "right" | "top" | "bottom" | null | undefined;
1107
- } | undefined;
1108
- width?: number | undefined;
1109
- height?: number | undefined;
1110
- subtype?: "line/spline" | "line/basic" | "line/step" | undefined;
1111
- seriesLabels?: {
1112
- enabled: boolean;
1113
- rotation?: number | undefined;
1114
- showValue?: boolean | undefined;
1115
- showPercentage?: boolean | undefined;
1116
- } | undefined;
1117
- dataLimits?: {
1118
- categoriesCapacity: number;
1119
- seriesCapacity: number;
1120
- } | undefined;
1121
- 'colors/columns'?: boolean | undefined;
1122
- 'colors/headers'?: boolean | undefined;
1123
- 'colors/rows'?: boolean | undefined;
1124
- components?: {
1125
- title: {
1126
- enabled: boolean;
1127
- };
1128
- } | undefined;
1129
- skin?: string | undefined;
1130
- totalLabels?: {
1131
- enabled: boolean;
1132
- rotation?: number | undefined;
1133
- } | undefined;
1134
- }>;
215
+ lineWidth: z.ZodEnum<{
216
+ medium: "medium";
217
+ thick: "thick";
218
+ thin: "thin";
219
+ }>;
220
+ subtype: z.ZodOptional<z.ZodEnum<{
221
+ "line/spline": "line/spline";
222
+ "line/basic": "line/basic";
223
+ "line/step": "line/step";
224
+ }>>;
225
+ }, z.core.$strip>;
1135
226
  export type LineStyleOptions = z.infer<typeof LineStyleOptionsSchema>;
1136
227
  //# sourceMappingURL=schemas.d.ts.map