@hirokisakabe/pom 8.2.1 → 8.4.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.
- package/README.md +37 -25
- package/dist/autoFit/autoFit.js +1 -1
- package/dist/autoFit/autoFit.js.map +1 -1
- package/dist/autoFit/strategies/reduceFontSize.js +16 -14
- package/dist/autoFit/strategies/reduceFontSize.js.map +1 -1
- package/dist/autoFit/strategies/reduceGapAndPadding.js +13 -20
- package/dist/autoFit/strategies/reduceGapAndPadding.js.map +1 -1
- package/dist/autoFit/strategies/reduceTableRowHeight.js +8 -2
- package/dist/autoFit/strategies/reduceTableRowHeight.js.map +1 -1
- package/dist/autoFit/strategies/uniformScale.js +19 -20
- package/dist/autoFit/strategies/uniformScale.js.map +1 -1
- package/dist/autoFit/strategyResult.js +15 -0
- package/dist/autoFit/strategyResult.js.map +1 -0
- package/dist/buildContext.js +3 -1
- package/dist/buildContext.js.map +1 -1
- package/dist/buildPptx.d.ts.map +1 -1
- package/dist/buildPptx.js +5 -1
- package/dist/buildPptx.js.map +1 -1
- package/dist/calcYogaLayout/calcYogaLayout.js +18 -28
- package/dist/calcYogaLayout/calcYogaLayout.js.map +1 -1
- package/dist/calcYogaLayout/fontLoader.js.map +1 -1
- package/dist/calcYogaLayout/measureText.d.ts.map +1 -1
- package/dist/calcYogaLayout/measureText.js +9 -2
- package/dist/calcYogaLayout/measureText.js.map +1 -1
- package/dist/diagnostics.d.ts +1 -1
- package/dist/diagnostics.d.ts.map +1 -1
- package/dist/diagnostics.js.map +1 -1
- package/dist/icons/renderIcon.js.map +1 -1
- package/dist/parseMasterPptx.js.map +1 -1
- package/dist/parseXml/coercionRules.js +48 -9
- package/dist/parseXml/coercionRules.js.map +1 -1
- package/dist/parseXml/parseXml.d.ts +8 -3
- package/dist/parseXml/parseXml.d.ts.map +1 -1
- package/dist/parseXml/parseXml.js +192 -209
- package/dist/parseXml/parseXml.js.map +1 -1
- package/dist/parseXml/serializeXml.d.ts.map +1 -1
- package/dist/parseXml/serializeXml.js +13 -17
- package/dist/parseXml/serializeXml.js.map +1 -1
- package/dist/registry/definitions/arrow.js +2 -2
- package/dist/registry/definitions/arrow.js.map +1 -1
- package/dist/registry/definitions/chart.js +2 -2
- package/dist/registry/definitions/chart.js.map +1 -1
- package/dist/registry/definitions/compositeNodes.js +7 -12
- package/dist/registry/definitions/compositeNodes.js.map +1 -1
- package/dist/registry/definitions/icon.js +2 -2
- package/dist/registry/definitions/icon.js.map +1 -1
- package/dist/registry/definitions/image.js +2 -2
- package/dist/registry/definitions/image.js.map +1 -1
- package/dist/registry/definitions/layer.js +4 -5
- package/dist/registry/definitions/layer.js.map +1 -1
- package/dist/registry/definitions/line.js +2 -2
- package/dist/registry/definitions/line.js.map +1 -1
- package/dist/registry/definitions/list.js +3 -4
- package/dist/registry/definitions/list.js.map +1 -1
- package/dist/registry/definitions/shape.js +2 -2
- package/dist/registry/definitions/shape.js.map +1 -1
- package/dist/registry/definitions/stack.js +3 -4
- package/dist/registry/definitions/stack.js.map +1 -1
- package/dist/registry/definitions/svg.js +2 -2
- package/dist/registry/definitions/svg.js.map +1 -1
- package/dist/registry/definitions/table.js +2 -2
- package/dist/registry/definitions/table.js.map +1 -1
- package/dist/registry/definitions/text.js +5 -3
- package/dist/registry/definitions/text.js.map +1 -1
- package/dist/registry/index.js.map +1 -1
- package/dist/registry/nodeMetadata.js +208 -0
- package/dist/registry/nodeMetadata.js.map +1 -0
- package/dist/registry/nodeRegistry.js +3 -0
- package/dist/registry/nodeRegistry.js.map +1 -1
- package/dist/registry/xmlChildRules.js +55 -0
- package/dist/registry/xmlChildRules.js.map +1 -0
- package/dist/renderPptx/gradientFills.js +139 -0
- package/dist/renderPptx/gradientFills.js.map +1 -0
- package/dist/renderPptx/nodes/arrow.js +7 -28
- package/dist/renderPptx/nodes/arrow.js.map +1 -1
- package/dist/renderPptx/nodes/chart.js +2 -7
- package/dist/renderPptx/nodes/chart.js.map +1 -1
- package/dist/renderPptx/nodes/flow.js +6 -13
- package/dist/renderPptx/nodes/flow.js.map +1 -1
- package/dist/renderPptx/nodes/icon.js +4 -2
- package/dist/renderPptx/nodes/icon.js.map +1 -1
- package/dist/renderPptx/nodes/image.js +5 -13
- package/dist/renderPptx/nodes/image.js.map +1 -1
- package/dist/renderPptx/nodes/line.js +9 -33
- package/dist/renderPptx/nodes/line.js.map +1 -1
- package/dist/renderPptx/nodes/list.js +8 -20
- package/dist/renderPptx/nodes/list.js.map +1 -1
- package/dist/renderPptx/nodes/matrix.js +10 -11
- package/dist/renderPptx/nodes/matrix.js.map +1 -1
- package/dist/renderPptx/nodes/processArrow.js +9 -16
- package/dist/renderPptx/nodes/processArrow.js.map +1 -1
- package/dist/renderPptx/nodes/pyramid.js +5 -7
- package/dist/renderPptx/nodes/pyramid.js.map +1 -1
- package/dist/renderPptx/nodes/shape.js +7 -20
- package/dist/renderPptx/nodes/shape.js.map +1 -1
- package/dist/renderPptx/nodes/svg.js +2 -5
- package/dist/renderPptx/nodes/svg.js.map +1 -1
- package/dist/renderPptx/nodes/table.js +2 -5
- package/dist/renderPptx/nodes/table.js.map +1 -1
- package/dist/renderPptx/nodes/text.js +22 -15
- package/dist/renderPptx/nodes/text.js.map +1 -1
- package/dist/renderPptx/nodes/timeline.js +20 -22
- package/dist/renderPptx/nodes/timeline.js.map +1 -1
- package/dist/renderPptx/nodes/tree.js +5 -5
- package/dist/renderPptx/nodes/tree.js.map +1 -1
- package/dist/renderPptx/renderPptx.js +18 -30
- package/dist/renderPptx/renderPptx.js.map +1 -1
- package/dist/renderPptx/textOptions.js +34 -9
- package/dist/renderPptx/textOptions.js.map +1 -1
- package/dist/renderPptx/units.js +11 -1
- package/dist/renderPptx/units.js.map +1 -1
- package/dist/renderPptx/utils/backgroundBorder.js +107 -59
- package/dist/renderPptx/utils/backgroundBorder.js.map +1 -1
- package/dist/renderPptx/utils/contentArea.js +26 -9
- package/dist/renderPptx/utils/contentArea.js.map +1 -1
- package/dist/renderPptx/utils/scaleToFit.js +17 -1
- package/dist/renderPptx/utils/scaleToFit.js.map +1 -1
- package/dist/renderPptx/utils/straightLine.js +41 -0
- package/dist/renderPptx/utils/straightLine.js.map +1 -0
- package/dist/renderPptx/utils/visualStyle.js +113 -0
- package/dist/renderPptx/utils/visualStyle.js.map +1 -0
- package/dist/shared/boxSpacing.js +63 -0
- package/dist/shared/boxSpacing.js.map +1 -0
- package/dist/shared/gradient.js +103 -0
- package/dist/shared/gradient.js.map +1 -0
- package/dist/shared/measureImage.js.map +1 -1
- package/dist/shared/tableUtils.js.map +1 -1
- package/dist/shared/walkTree.js +1 -7
- package/dist/shared/walkTree.js.map +1 -1
- package/dist/toPositioned/toPositioned.js +1 -1
- package/dist/toPositioned/toPositioned.js.map +1 -1
- package/dist/types.d.ts +1166 -93
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +54 -18
- package/dist/types.js.map +1 -1
- package/package.json +10 -9
package/dist/types.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ declare const basePOMNodeSchema: z.ZodObject<{
|
|
|
27
27
|
id: z.ZodOptional<z.ZodString>;
|
|
28
28
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
29
29
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
30
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
30
31
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
31
32
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
32
33
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -44,6 +45,7 @@ declare const basePOMNodeSchema: z.ZodObject<{
|
|
|
44
45
|
left: z.ZodOptional<z.ZodNumber>;
|
|
45
46
|
}, z.core.$strip>]>>;
|
|
46
47
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
48
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
47
49
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
48
50
|
src: z.ZodString;
|
|
49
51
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -65,6 +67,62 @@ declare const basePOMNodeSchema: z.ZodObject<{
|
|
|
65
67
|
sysDot: "sysDot";
|
|
66
68
|
}>>;
|
|
67
69
|
}, z.core.$strip>>;
|
|
70
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
71
|
+
color: z.ZodOptional<z.ZodString>;
|
|
72
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
73
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
74
|
+
dash: "dash";
|
|
75
|
+
solid: "solid";
|
|
76
|
+
dashDot: "dashDot";
|
|
77
|
+
lgDash: "lgDash";
|
|
78
|
+
lgDashDot: "lgDashDot";
|
|
79
|
+
lgDashDotDot: "lgDashDotDot";
|
|
80
|
+
sysDash: "sysDash";
|
|
81
|
+
sysDot: "sysDot";
|
|
82
|
+
}>>;
|
|
83
|
+
}, z.core.$strip>>;
|
|
84
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
85
|
+
color: z.ZodOptional<z.ZodString>;
|
|
86
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
87
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
88
|
+
dash: "dash";
|
|
89
|
+
solid: "solid";
|
|
90
|
+
dashDot: "dashDot";
|
|
91
|
+
lgDash: "lgDash";
|
|
92
|
+
lgDashDot: "lgDashDot";
|
|
93
|
+
lgDashDotDot: "lgDashDotDot";
|
|
94
|
+
sysDash: "sysDash";
|
|
95
|
+
sysDot: "sysDot";
|
|
96
|
+
}>>;
|
|
97
|
+
}, z.core.$strip>>;
|
|
98
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
99
|
+
color: z.ZodOptional<z.ZodString>;
|
|
100
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
101
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
102
|
+
dash: "dash";
|
|
103
|
+
solid: "solid";
|
|
104
|
+
dashDot: "dashDot";
|
|
105
|
+
lgDash: "lgDash";
|
|
106
|
+
lgDashDot: "lgDashDot";
|
|
107
|
+
lgDashDotDot: "lgDashDotDot";
|
|
108
|
+
sysDash: "sysDash";
|
|
109
|
+
sysDot: "sysDot";
|
|
110
|
+
}>>;
|
|
111
|
+
}, z.core.$strip>>;
|
|
112
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
113
|
+
color: z.ZodOptional<z.ZodString>;
|
|
114
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
115
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
116
|
+
dash: "dash";
|
|
117
|
+
solid: "solid";
|
|
118
|
+
dashDot: "dashDot";
|
|
119
|
+
lgDash: "lgDash";
|
|
120
|
+
lgDashDot: "lgDashDot";
|
|
121
|
+
lgDashDotDot: "lgDashDotDot";
|
|
122
|
+
sysDash: "sysDash";
|
|
123
|
+
sysDot: "sysDot";
|
|
124
|
+
}>>;
|
|
125
|
+
}, z.core.$strip>>;
|
|
68
126
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
69
127
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
70
128
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -100,6 +158,7 @@ declare const textNodeSchema: z.ZodObject<{
|
|
|
100
158
|
id: z.ZodOptional<z.ZodString>;
|
|
101
159
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
102
160
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
161
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
103
162
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
104
163
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
105
164
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -117,6 +176,7 @@ declare const textNodeSchema: z.ZodObject<{
|
|
|
117
176
|
left: z.ZodOptional<z.ZodNumber>;
|
|
118
177
|
}, z.core.$strip>]>>;
|
|
119
178
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
179
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
120
180
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
121
181
|
src: z.ZodString;
|
|
122
182
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -138,6 +198,62 @@ declare const textNodeSchema: z.ZodObject<{
|
|
|
138
198
|
sysDot: "sysDot";
|
|
139
199
|
}>>;
|
|
140
200
|
}, z.core.$strip>>;
|
|
201
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
202
|
+
color: z.ZodOptional<z.ZodString>;
|
|
203
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
204
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
205
|
+
dash: "dash";
|
|
206
|
+
solid: "solid";
|
|
207
|
+
dashDot: "dashDot";
|
|
208
|
+
lgDash: "lgDash";
|
|
209
|
+
lgDashDot: "lgDashDot";
|
|
210
|
+
lgDashDotDot: "lgDashDotDot";
|
|
211
|
+
sysDash: "sysDash";
|
|
212
|
+
sysDot: "sysDot";
|
|
213
|
+
}>>;
|
|
214
|
+
}, z.core.$strip>>;
|
|
215
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
216
|
+
color: z.ZodOptional<z.ZodString>;
|
|
217
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
218
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
219
|
+
dash: "dash";
|
|
220
|
+
solid: "solid";
|
|
221
|
+
dashDot: "dashDot";
|
|
222
|
+
lgDash: "lgDash";
|
|
223
|
+
lgDashDot: "lgDashDot";
|
|
224
|
+
lgDashDotDot: "lgDashDotDot";
|
|
225
|
+
sysDash: "sysDash";
|
|
226
|
+
sysDot: "sysDot";
|
|
227
|
+
}>>;
|
|
228
|
+
}, z.core.$strip>>;
|
|
229
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
230
|
+
color: z.ZodOptional<z.ZodString>;
|
|
231
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
232
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
233
|
+
dash: "dash";
|
|
234
|
+
solid: "solid";
|
|
235
|
+
dashDot: "dashDot";
|
|
236
|
+
lgDash: "lgDash";
|
|
237
|
+
lgDashDot: "lgDashDot";
|
|
238
|
+
lgDashDotDot: "lgDashDotDot";
|
|
239
|
+
sysDash: "sysDash";
|
|
240
|
+
sysDot: "sysDot";
|
|
241
|
+
}>>;
|
|
242
|
+
}, z.core.$strip>>;
|
|
243
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
244
|
+
color: z.ZodOptional<z.ZodString>;
|
|
245
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
246
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
247
|
+
dash: "dash";
|
|
248
|
+
solid: "solid";
|
|
249
|
+
dashDot: "dashDot";
|
|
250
|
+
lgDash: "lgDash";
|
|
251
|
+
lgDashDot: "lgDashDot";
|
|
252
|
+
lgDashDotDot: "lgDashDotDot";
|
|
253
|
+
sysDash: "sysDash";
|
|
254
|
+
sysDot: "sysDot";
|
|
255
|
+
}>>;
|
|
256
|
+
}, z.core.$strip>>;
|
|
141
257
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
142
258
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
143
259
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -179,7 +295,9 @@ declare const textNodeSchema: z.ZodObject<{
|
|
|
179
295
|
color: z.ZodOptional<z.ZodString>;
|
|
180
296
|
href: z.ZodOptional<z.ZodString>;
|
|
181
297
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
298
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
182
299
|
}, z.core.$strip>>>;
|
|
300
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
183
301
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
184
302
|
color: z.ZodOptional<z.ZodString>;
|
|
185
303
|
textAlign: z.ZodOptional<z.ZodEnum<{
|
|
@@ -213,11 +331,22 @@ declare const textNodeSchema: z.ZodObject<{
|
|
|
213
331
|
highlight: z.ZodOptional<z.ZodString>;
|
|
214
332
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
215
333
|
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
334
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
335
|
+
glow: z.ZodOptional<z.ZodObject<{
|
|
336
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
337
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
338
|
+
color: z.ZodOptional<z.ZodString>;
|
|
339
|
+
}, z.core.$strip>>;
|
|
340
|
+
outline: z.ZodOptional<z.ZodObject<{
|
|
341
|
+
size: z.ZodOptional<z.ZodNumber>;
|
|
342
|
+
color: z.ZodOptional<z.ZodString>;
|
|
343
|
+
}, z.core.$strip>>;
|
|
216
344
|
}, z.core.$strip>;
|
|
217
345
|
declare const ulNodeSchema: z.ZodObject<{
|
|
218
346
|
id: z.ZodOptional<z.ZodString>;
|
|
219
347
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
220
348
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
349
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
221
350
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
222
351
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
223
352
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -235,6 +364,7 @@ declare const ulNodeSchema: z.ZodObject<{
|
|
|
235
364
|
left: z.ZodOptional<z.ZodNumber>;
|
|
236
365
|
}, z.core.$strip>]>>;
|
|
237
366
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
367
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
238
368
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
239
369
|
src: z.ZodString;
|
|
240
370
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -256,6 +386,62 @@ declare const ulNodeSchema: z.ZodObject<{
|
|
|
256
386
|
sysDot: "sysDot";
|
|
257
387
|
}>>;
|
|
258
388
|
}, z.core.$strip>>;
|
|
389
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
390
|
+
color: z.ZodOptional<z.ZodString>;
|
|
391
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
392
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
393
|
+
dash: "dash";
|
|
394
|
+
solid: "solid";
|
|
395
|
+
dashDot: "dashDot";
|
|
396
|
+
lgDash: "lgDash";
|
|
397
|
+
lgDashDot: "lgDashDot";
|
|
398
|
+
lgDashDotDot: "lgDashDotDot";
|
|
399
|
+
sysDash: "sysDash";
|
|
400
|
+
sysDot: "sysDot";
|
|
401
|
+
}>>;
|
|
402
|
+
}, z.core.$strip>>;
|
|
403
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
404
|
+
color: z.ZodOptional<z.ZodString>;
|
|
405
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
406
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
407
|
+
dash: "dash";
|
|
408
|
+
solid: "solid";
|
|
409
|
+
dashDot: "dashDot";
|
|
410
|
+
lgDash: "lgDash";
|
|
411
|
+
lgDashDot: "lgDashDot";
|
|
412
|
+
lgDashDotDot: "lgDashDotDot";
|
|
413
|
+
sysDash: "sysDash";
|
|
414
|
+
sysDot: "sysDot";
|
|
415
|
+
}>>;
|
|
416
|
+
}, z.core.$strip>>;
|
|
417
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
418
|
+
color: z.ZodOptional<z.ZodString>;
|
|
419
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
420
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
421
|
+
dash: "dash";
|
|
422
|
+
solid: "solid";
|
|
423
|
+
dashDot: "dashDot";
|
|
424
|
+
lgDash: "lgDash";
|
|
425
|
+
lgDashDot: "lgDashDot";
|
|
426
|
+
lgDashDotDot: "lgDashDotDot";
|
|
427
|
+
sysDash: "sysDash";
|
|
428
|
+
sysDot: "sysDot";
|
|
429
|
+
}>>;
|
|
430
|
+
}, z.core.$strip>>;
|
|
431
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
432
|
+
color: z.ZodOptional<z.ZodString>;
|
|
433
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
434
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
435
|
+
dash: "dash";
|
|
436
|
+
solid: "solid";
|
|
437
|
+
dashDot: "dashDot";
|
|
438
|
+
lgDash: "lgDash";
|
|
439
|
+
lgDashDot: "lgDashDot";
|
|
440
|
+
lgDashDotDot: "lgDashDotDot";
|
|
441
|
+
sysDash: "sysDash";
|
|
442
|
+
sysDot: "sysDot";
|
|
443
|
+
}>>;
|
|
444
|
+
}, z.core.$strip>>;
|
|
259
445
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
260
446
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
261
447
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -298,6 +484,7 @@ declare const ulNodeSchema: z.ZodObject<{
|
|
|
298
484
|
color: z.ZodOptional<z.ZodString>;
|
|
299
485
|
href: z.ZodOptional<z.ZodString>;
|
|
300
486
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
487
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
301
488
|
}, z.core.$strip>>>;
|
|
302
489
|
bold: z.ZodOptional<z.ZodBoolean>;
|
|
303
490
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -365,6 +552,7 @@ declare const olNodeSchema: z.ZodObject<{
|
|
|
365
552
|
id: z.ZodOptional<z.ZodString>;
|
|
366
553
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
367
554
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
555
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
368
556
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
369
557
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
370
558
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -382,6 +570,7 @@ declare const olNodeSchema: z.ZodObject<{
|
|
|
382
570
|
left: z.ZodOptional<z.ZodNumber>;
|
|
383
571
|
}, z.core.$strip>]>>;
|
|
384
572
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
573
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
385
574
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
386
575
|
src: z.ZodString;
|
|
387
576
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -403,6 +592,62 @@ declare const olNodeSchema: z.ZodObject<{
|
|
|
403
592
|
sysDot: "sysDot";
|
|
404
593
|
}>>;
|
|
405
594
|
}, z.core.$strip>>;
|
|
595
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
596
|
+
color: z.ZodOptional<z.ZodString>;
|
|
597
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
598
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
599
|
+
dash: "dash";
|
|
600
|
+
solid: "solid";
|
|
601
|
+
dashDot: "dashDot";
|
|
602
|
+
lgDash: "lgDash";
|
|
603
|
+
lgDashDot: "lgDashDot";
|
|
604
|
+
lgDashDotDot: "lgDashDotDot";
|
|
605
|
+
sysDash: "sysDash";
|
|
606
|
+
sysDot: "sysDot";
|
|
607
|
+
}>>;
|
|
608
|
+
}, z.core.$strip>>;
|
|
609
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
610
|
+
color: z.ZodOptional<z.ZodString>;
|
|
611
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
612
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
613
|
+
dash: "dash";
|
|
614
|
+
solid: "solid";
|
|
615
|
+
dashDot: "dashDot";
|
|
616
|
+
lgDash: "lgDash";
|
|
617
|
+
lgDashDot: "lgDashDot";
|
|
618
|
+
lgDashDotDot: "lgDashDotDot";
|
|
619
|
+
sysDash: "sysDash";
|
|
620
|
+
sysDot: "sysDot";
|
|
621
|
+
}>>;
|
|
622
|
+
}, z.core.$strip>>;
|
|
623
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
624
|
+
color: z.ZodOptional<z.ZodString>;
|
|
625
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
626
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
627
|
+
dash: "dash";
|
|
628
|
+
solid: "solid";
|
|
629
|
+
dashDot: "dashDot";
|
|
630
|
+
lgDash: "lgDash";
|
|
631
|
+
lgDashDot: "lgDashDot";
|
|
632
|
+
lgDashDotDot: "lgDashDotDot";
|
|
633
|
+
sysDash: "sysDash";
|
|
634
|
+
sysDot: "sysDot";
|
|
635
|
+
}>>;
|
|
636
|
+
}, z.core.$strip>>;
|
|
637
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
638
|
+
color: z.ZodOptional<z.ZodString>;
|
|
639
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
640
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
641
|
+
dash: "dash";
|
|
642
|
+
solid: "solid";
|
|
643
|
+
dashDot: "dashDot";
|
|
644
|
+
lgDash: "lgDash";
|
|
645
|
+
lgDashDot: "lgDashDot";
|
|
646
|
+
lgDashDotDot: "lgDashDotDot";
|
|
647
|
+
sysDash: "sysDash";
|
|
648
|
+
sysDot: "sysDot";
|
|
649
|
+
}>>;
|
|
650
|
+
}, z.core.$strip>>;
|
|
406
651
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
407
652
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
408
653
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -445,6 +690,7 @@ declare const olNodeSchema: z.ZodObject<{
|
|
|
445
690
|
color: z.ZodOptional<z.ZodString>;
|
|
446
691
|
href: z.ZodOptional<z.ZodString>;
|
|
447
692
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
693
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
448
694
|
}, z.core.$strip>>>;
|
|
449
695
|
bold: z.ZodOptional<z.ZodBoolean>;
|
|
450
696
|
italic: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -531,6 +777,7 @@ declare const imageNodeSchema: z.ZodObject<{
|
|
|
531
777
|
id: z.ZodOptional<z.ZodString>;
|
|
532
778
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
533
779
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
780
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
534
781
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
535
782
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
536
783
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -548,6 +795,7 @@ declare const imageNodeSchema: z.ZodObject<{
|
|
|
548
795
|
left: z.ZodOptional<z.ZodNumber>;
|
|
549
796
|
}, z.core.$strip>]>>;
|
|
550
797
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
798
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
551
799
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
552
800
|
src: z.ZodString;
|
|
553
801
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -569,40 +817,96 @@ declare const imageNodeSchema: z.ZodObject<{
|
|
|
569
817
|
sysDot: "sysDot";
|
|
570
818
|
}>>;
|
|
571
819
|
}, z.core.$strip>>;
|
|
572
|
-
|
|
573
|
-
opacity: z.ZodOptional<z.ZodNumber>;
|
|
574
|
-
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
575
|
-
position: z.ZodOptional<z.ZodEnum<{
|
|
576
|
-
relative: "relative";
|
|
577
|
-
absolute: "absolute";
|
|
578
|
-
}>>;
|
|
579
|
-
top: z.ZodOptional<z.ZodNumber>;
|
|
580
|
-
right: z.ZodOptional<z.ZodNumber>;
|
|
581
|
-
bottom: z.ZodOptional<z.ZodNumber>;
|
|
582
|
-
left: z.ZodOptional<z.ZodNumber>;
|
|
583
|
-
alignSelf: z.ZodOptional<z.ZodEnum<{
|
|
584
|
-
auto: "auto";
|
|
585
|
-
start: "start";
|
|
586
|
-
center: "center";
|
|
587
|
-
end: "end";
|
|
588
|
-
stretch: "stretch";
|
|
589
|
-
}>>;
|
|
590
|
-
shadow: z.ZodOptional<z.ZodObject<{
|
|
591
|
-
type: z.ZodOptional<z.ZodEnum<{
|
|
592
|
-
outer: "outer";
|
|
593
|
-
inner: "inner";
|
|
594
|
-
}>>;
|
|
595
|
-
opacity: z.ZodOptional<z.ZodNumber>;
|
|
596
|
-
blur: z.ZodOptional<z.ZodNumber>;
|
|
597
|
-
angle: z.ZodOptional<z.ZodNumber>;
|
|
598
|
-
offset: z.ZodOptional<z.ZodNumber>;
|
|
820
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
599
821
|
color: z.ZodOptional<z.ZodString>;
|
|
822
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
823
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
824
|
+
dash: "dash";
|
|
825
|
+
solid: "solid";
|
|
826
|
+
dashDot: "dashDot";
|
|
827
|
+
lgDash: "lgDash";
|
|
828
|
+
lgDashDot: "lgDashDot";
|
|
829
|
+
lgDashDotDot: "lgDashDotDot";
|
|
830
|
+
sysDash: "sysDash";
|
|
831
|
+
sysDot: "sysDot";
|
|
832
|
+
}>>;
|
|
600
833
|
}, z.core.$strip>>;
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
834
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
835
|
+
color: z.ZodOptional<z.ZodString>;
|
|
836
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
837
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
838
|
+
dash: "dash";
|
|
839
|
+
solid: "solid";
|
|
840
|
+
dashDot: "dashDot";
|
|
841
|
+
lgDash: "lgDash";
|
|
842
|
+
lgDashDot: "lgDashDot";
|
|
843
|
+
lgDashDotDot: "lgDashDotDot";
|
|
844
|
+
sysDash: "sysDash";
|
|
845
|
+
sysDot: "sysDot";
|
|
846
|
+
}>>;
|
|
847
|
+
}, z.core.$strip>>;
|
|
848
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
849
|
+
color: z.ZodOptional<z.ZodString>;
|
|
850
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
851
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
852
|
+
dash: "dash";
|
|
853
|
+
solid: "solid";
|
|
854
|
+
dashDot: "dashDot";
|
|
855
|
+
lgDash: "lgDash";
|
|
856
|
+
lgDashDot: "lgDashDot";
|
|
857
|
+
lgDashDotDot: "lgDashDotDot";
|
|
858
|
+
sysDash: "sysDash";
|
|
859
|
+
sysDot: "sysDot";
|
|
860
|
+
}>>;
|
|
861
|
+
}, z.core.$strip>>;
|
|
862
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
863
|
+
color: z.ZodOptional<z.ZodString>;
|
|
864
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
865
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
866
|
+
dash: "dash";
|
|
867
|
+
solid: "solid";
|
|
868
|
+
dashDot: "dashDot";
|
|
869
|
+
lgDash: "lgDash";
|
|
870
|
+
lgDashDot: "lgDashDot";
|
|
871
|
+
lgDashDotDot: "lgDashDotDot";
|
|
872
|
+
sysDash: "sysDash";
|
|
873
|
+
sysDot: "sysDot";
|
|
874
|
+
}>>;
|
|
875
|
+
}, z.core.$strip>>;
|
|
876
|
+
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
877
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
878
|
+
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
879
|
+
position: z.ZodOptional<z.ZodEnum<{
|
|
880
|
+
relative: "relative";
|
|
881
|
+
absolute: "absolute";
|
|
882
|
+
}>>;
|
|
883
|
+
top: z.ZodOptional<z.ZodNumber>;
|
|
884
|
+
right: z.ZodOptional<z.ZodNumber>;
|
|
885
|
+
bottom: z.ZodOptional<z.ZodNumber>;
|
|
886
|
+
left: z.ZodOptional<z.ZodNumber>;
|
|
887
|
+
alignSelf: z.ZodOptional<z.ZodEnum<{
|
|
888
|
+
auto: "auto";
|
|
889
|
+
start: "start";
|
|
890
|
+
center: "center";
|
|
891
|
+
end: "end";
|
|
892
|
+
stretch: "stretch";
|
|
893
|
+
}>>;
|
|
894
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
895
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
896
|
+
outer: "outer";
|
|
897
|
+
inner: "inner";
|
|
898
|
+
}>>;
|
|
899
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
900
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
901
|
+
angle: z.ZodOptional<z.ZodNumber>;
|
|
902
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
903
|
+
color: z.ZodOptional<z.ZodString>;
|
|
904
|
+
}, z.core.$strip>>;
|
|
905
|
+
type: z.ZodLiteral<"image">;
|
|
906
|
+
src: z.ZodString;
|
|
907
|
+
sizing: z.ZodOptional<z.ZodObject<{
|
|
908
|
+
type: z.ZodEnum<{
|
|
909
|
+
cover: "cover";
|
|
606
910
|
contain: "contain";
|
|
607
911
|
crop: "crop";
|
|
608
912
|
}>;
|
|
@@ -611,11 +915,13 @@ declare const imageNodeSchema: z.ZodObject<{
|
|
|
611
915
|
x: z.ZodOptional<z.ZodNumber>;
|
|
612
916
|
y: z.ZodOptional<z.ZodNumber>;
|
|
613
917
|
}, z.core.$strip>>;
|
|
918
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
614
919
|
}, z.core.$strip>;
|
|
615
920
|
declare const iconNodeSchema: z.ZodObject<{
|
|
616
921
|
id: z.ZodOptional<z.ZodString>;
|
|
617
922
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
618
923
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
924
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
619
925
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
620
926
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
621
927
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -633,6 +939,7 @@ declare const iconNodeSchema: z.ZodObject<{
|
|
|
633
939
|
left: z.ZodOptional<z.ZodNumber>;
|
|
634
940
|
}, z.core.$strip>]>>;
|
|
635
941
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
942
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
636
943
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
637
944
|
src: z.ZodString;
|
|
638
945
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -654,6 +961,62 @@ declare const iconNodeSchema: z.ZodObject<{
|
|
|
654
961
|
sysDot: "sysDot";
|
|
655
962
|
}>>;
|
|
656
963
|
}, z.core.$strip>>;
|
|
964
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
965
|
+
color: z.ZodOptional<z.ZodString>;
|
|
966
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
967
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
968
|
+
dash: "dash";
|
|
969
|
+
solid: "solid";
|
|
970
|
+
dashDot: "dashDot";
|
|
971
|
+
lgDash: "lgDash";
|
|
972
|
+
lgDashDot: "lgDashDot";
|
|
973
|
+
lgDashDotDot: "lgDashDotDot";
|
|
974
|
+
sysDash: "sysDash";
|
|
975
|
+
sysDot: "sysDot";
|
|
976
|
+
}>>;
|
|
977
|
+
}, z.core.$strip>>;
|
|
978
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
979
|
+
color: z.ZodOptional<z.ZodString>;
|
|
980
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
981
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
982
|
+
dash: "dash";
|
|
983
|
+
solid: "solid";
|
|
984
|
+
dashDot: "dashDot";
|
|
985
|
+
lgDash: "lgDash";
|
|
986
|
+
lgDashDot: "lgDashDot";
|
|
987
|
+
lgDashDotDot: "lgDashDotDot";
|
|
988
|
+
sysDash: "sysDash";
|
|
989
|
+
sysDot: "sysDot";
|
|
990
|
+
}>>;
|
|
991
|
+
}, z.core.$strip>>;
|
|
992
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
993
|
+
color: z.ZodOptional<z.ZodString>;
|
|
994
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
995
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
996
|
+
dash: "dash";
|
|
997
|
+
solid: "solid";
|
|
998
|
+
dashDot: "dashDot";
|
|
999
|
+
lgDash: "lgDash";
|
|
1000
|
+
lgDashDot: "lgDashDot";
|
|
1001
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1002
|
+
sysDash: "sysDash";
|
|
1003
|
+
sysDot: "sysDot";
|
|
1004
|
+
}>>;
|
|
1005
|
+
}, z.core.$strip>>;
|
|
1006
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
1007
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1008
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1009
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1010
|
+
dash: "dash";
|
|
1011
|
+
solid: "solid";
|
|
1012
|
+
dashDot: "dashDot";
|
|
1013
|
+
lgDash: "lgDash";
|
|
1014
|
+
lgDashDot: "lgDashDot";
|
|
1015
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1016
|
+
sysDash: "sysDash";
|
|
1017
|
+
sysDot: "sysDot";
|
|
1018
|
+
}>>;
|
|
1019
|
+
}, z.core.$strip>>;
|
|
657
1020
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
658
1021
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
659
1022
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -696,10 +1059,12 @@ declare const iconNodeSchema: z.ZodObject<{
|
|
|
696
1059
|
"square-outlined": "square-outlined";
|
|
697
1060
|
}>>;
|
|
698
1061
|
bgColor: z.ZodOptional<z.ZodString>;
|
|
1062
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
699
1063
|
}, z.core.$strip>;
|
|
700
1064
|
type IconNode = z.infer<typeof iconNodeSchema>;
|
|
701
1065
|
declare const svgNodeSchema: z.ZodObject<{
|
|
702
1066
|
id: z.ZodOptional<z.ZodString>;
|
|
1067
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
703
1068
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
704
1069
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
705
1070
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -717,6 +1082,7 @@ declare const svgNodeSchema: z.ZodObject<{
|
|
|
717
1082
|
left: z.ZodOptional<z.ZodNumber>;
|
|
718
1083
|
}, z.core.$strip>]>>;
|
|
719
1084
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1085
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
720
1086
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
721
1087
|
src: z.ZodString;
|
|
722
1088
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -738,6 +1104,62 @@ declare const svgNodeSchema: z.ZodObject<{
|
|
|
738
1104
|
sysDot: "sysDot";
|
|
739
1105
|
}>>;
|
|
740
1106
|
}, z.core.$strip>>;
|
|
1107
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
1108
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1109
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1110
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1111
|
+
dash: "dash";
|
|
1112
|
+
solid: "solid";
|
|
1113
|
+
dashDot: "dashDot";
|
|
1114
|
+
lgDash: "lgDash";
|
|
1115
|
+
lgDashDot: "lgDashDot";
|
|
1116
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1117
|
+
sysDash: "sysDash";
|
|
1118
|
+
sysDot: "sysDot";
|
|
1119
|
+
}>>;
|
|
1120
|
+
}, z.core.$strip>>;
|
|
1121
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
1122
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1123
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1124
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1125
|
+
dash: "dash";
|
|
1126
|
+
solid: "solid";
|
|
1127
|
+
dashDot: "dashDot";
|
|
1128
|
+
lgDash: "lgDash";
|
|
1129
|
+
lgDashDot: "lgDashDot";
|
|
1130
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1131
|
+
sysDash: "sysDash";
|
|
1132
|
+
sysDot: "sysDot";
|
|
1133
|
+
}>>;
|
|
1134
|
+
}, z.core.$strip>>;
|
|
1135
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
1136
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1137
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1138
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1139
|
+
dash: "dash";
|
|
1140
|
+
solid: "solid";
|
|
1141
|
+
dashDot: "dashDot";
|
|
1142
|
+
lgDash: "lgDash";
|
|
1143
|
+
lgDashDot: "lgDashDot";
|
|
1144
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1145
|
+
sysDash: "sysDash";
|
|
1146
|
+
sysDot: "sysDot";
|
|
1147
|
+
}>>;
|
|
1148
|
+
}, z.core.$strip>>;
|
|
1149
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
1150
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1151
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1152
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1153
|
+
dash: "dash";
|
|
1154
|
+
solid: "solid";
|
|
1155
|
+
dashDot: "dashDot";
|
|
1156
|
+
lgDash: "lgDash";
|
|
1157
|
+
lgDashDot: "lgDashDot";
|
|
1158
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1159
|
+
sysDash: "sysDash";
|
|
1160
|
+
sysDot: "sysDot";
|
|
1161
|
+
}>>;
|
|
1162
|
+
}, z.core.$strip>>;
|
|
741
1163
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
742
1164
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
743
1165
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -778,6 +1200,7 @@ declare const tableNodeSchema: z.ZodObject<{
|
|
|
778
1200
|
id: z.ZodOptional<z.ZodString>;
|
|
779
1201
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
780
1202
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1203
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
781
1204
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
782
1205
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
783
1206
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -795,6 +1218,7 @@ declare const tableNodeSchema: z.ZodObject<{
|
|
|
795
1218
|
left: z.ZodOptional<z.ZodNumber>;
|
|
796
1219
|
}, z.core.$strip>]>>;
|
|
797
1220
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1221
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
798
1222
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
799
1223
|
src: z.ZodString;
|
|
800
1224
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -816,6 +1240,62 @@ declare const tableNodeSchema: z.ZodObject<{
|
|
|
816
1240
|
sysDot: "sysDot";
|
|
817
1241
|
}>>;
|
|
818
1242
|
}, z.core.$strip>>;
|
|
1243
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
1244
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1245
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1246
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1247
|
+
dash: "dash";
|
|
1248
|
+
solid: "solid";
|
|
1249
|
+
dashDot: "dashDot";
|
|
1250
|
+
lgDash: "lgDash";
|
|
1251
|
+
lgDashDot: "lgDashDot";
|
|
1252
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1253
|
+
sysDash: "sysDash";
|
|
1254
|
+
sysDot: "sysDot";
|
|
1255
|
+
}>>;
|
|
1256
|
+
}, z.core.$strip>>;
|
|
1257
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
1258
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1259
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1260
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1261
|
+
dash: "dash";
|
|
1262
|
+
solid: "solid";
|
|
1263
|
+
dashDot: "dashDot";
|
|
1264
|
+
lgDash: "lgDash";
|
|
1265
|
+
lgDashDot: "lgDashDot";
|
|
1266
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1267
|
+
sysDash: "sysDash";
|
|
1268
|
+
sysDot: "sysDot";
|
|
1269
|
+
}>>;
|
|
1270
|
+
}, z.core.$strip>>;
|
|
1271
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
1272
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1273
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1274
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1275
|
+
dash: "dash";
|
|
1276
|
+
solid: "solid";
|
|
1277
|
+
dashDot: "dashDot";
|
|
1278
|
+
lgDash: "lgDash";
|
|
1279
|
+
lgDashDot: "lgDashDot";
|
|
1280
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1281
|
+
sysDash: "sysDash";
|
|
1282
|
+
sysDot: "sysDot";
|
|
1283
|
+
}>>;
|
|
1284
|
+
}, z.core.$strip>>;
|
|
1285
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
1286
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1287
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1288
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1289
|
+
dash: "dash";
|
|
1290
|
+
solid: "solid";
|
|
1291
|
+
dashDot: "dashDot";
|
|
1292
|
+
lgDash: "lgDash";
|
|
1293
|
+
lgDashDot: "lgDashDot";
|
|
1294
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1295
|
+
sysDash: "sysDash";
|
|
1296
|
+
sysDot: "sysDot";
|
|
1297
|
+
}>>;
|
|
1298
|
+
}, z.core.$strip>>;
|
|
819
1299
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
820
1300
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
821
1301
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -862,6 +1342,7 @@ declare const tableNodeSchema: z.ZodObject<{
|
|
|
862
1342
|
color: z.ZodOptional<z.ZodString>;
|
|
863
1343
|
href: z.ZodOptional<z.ZodString>;
|
|
864
1344
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1345
|
+
letterSpacing: z.ZodOptional<z.ZodNumber>;
|
|
865
1346
|
}, z.core.$strip>>>;
|
|
866
1347
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
867
1348
|
color: z.ZodOptional<z.ZodString>;
|
|
@@ -921,6 +1402,7 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
921
1402
|
id: z.ZodOptional<z.ZodString>;
|
|
922
1403
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
923
1404
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1405
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
924
1406
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
925
1407
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
926
1408
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -938,6 +1420,7 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
938
1420
|
left: z.ZodOptional<z.ZodNumber>;
|
|
939
1421
|
}, z.core.$strip>]>>;
|
|
940
1422
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1423
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
941
1424
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
942
1425
|
src: z.ZodString;
|
|
943
1426
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -959,33 +1442,89 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
959
1442
|
sysDot: "sysDot";
|
|
960
1443
|
}>>;
|
|
961
1444
|
}, z.core.$strip>>;
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
1445
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
1446
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1447
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1448
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1449
|
+
dash: "dash";
|
|
1450
|
+
solid: "solid";
|
|
1451
|
+
dashDot: "dashDot";
|
|
1452
|
+
lgDash: "lgDash";
|
|
1453
|
+
lgDashDot: "lgDashDot";
|
|
1454
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1455
|
+
sysDash: "sysDash";
|
|
1456
|
+
sysDot: "sysDot";
|
|
1457
|
+
}>>;
|
|
1458
|
+
}, z.core.$strip>>;
|
|
1459
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
1460
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1461
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1462
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1463
|
+
dash: "dash";
|
|
1464
|
+
solid: "solid";
|
|
1465
|
+
dashDot: "dashDot";
|
|
1466
|
+
lgDash: "lgDash";
|
|
1467
|
+
lgDashDot: "lgDashDot";
|
|
1468
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1469
|
+
sysDash: "sysDash";
|
|
1470
|
+
sysDot: "sysDot";
|
|
1471
|
+
}>>;
|
|
1472
|
+
}, z.core.$strip>>;
|
|
1473
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
1474
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1475
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1476
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1477
|
+
dash: "dash";
|
|
1478
|
+
solid: "solid";
|
|
1479
|
+
dashDot: "dashDot";
|
|
1480
|
+
lgDash: "lgDash";
|
|
1481
|
+
lgDashDot: "lgDashDot";
|
|
1482
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1483
|
+
sysDash: "sysDash";
|
|
1484
|
+
sysDot: "sysDot";
|
|
1485
|
+
}>>;
|
|
1486
|
+
}, z.core.$strip>>;
|
|
1487
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
1488
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1489
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1490
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1491
|
+
dash: "dash";
|
|
1492
|
+
solid: "solid";
|
|
1493
|
+
dashDot: "dashDot";
|
|
1494
|
+
lgDash: "lgDash";
|
|
1495
|
+
lgDashDot: "lgDashDot";
|
|
1496
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1497
|
+
sysDash: "sysDash";
|
|
1498
|
+
sysDot: "sysDot";
|
|
1499
|
+
}>>;
|
|
1500
|
+
}, z.core.$strip>>;
|
|
1501
|
+
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
1502
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1503
|
+
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
1504
|
+
position: z.ZodOptional<z.ZodEnum<{
|
|
1505
|
+
relative: "relative";
|
|
1506
|
+
absolute: "absolute";
|
|
1507
|
+
}>>;
|
|
1508
|
+
top: z.ZodOptional<z.ZodNumber>;
|
|
1509
|
+
right: z.ZodOptional<z.ZodNumber>;
|
|
1510
|
+
bottom: z.ZodOptional<z.ZodNumber>;
|
|
1511
|
+
left: z.ZodOptional<z.ZodNumber>;
|
|
1512
|
+
alignSelf: z.ZodOptional<z.ZodEnum<{
|
|
1513
|
+
auto: "auto";
|
|
1514
|
+
start: "start";
|
|
1515
|
+
center: "center";
|
|
1516
|
+
end: "end";
|
|
1517
|
+
stretch: "stretch";
|
|
1518
|
+
}>>;
|
|
1519
|
+
shadow: z.ZodOptional<z.ZodObject<{
|
|
1520
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
1521
|
+
outer: "outer";
|
|
1522
|
+
inner: "inner";
|
|
1523
|
+
}>>;
|
|
1524
|
+
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1525
|
+
blur: z.ZodOptional<z.ZodNumber>;
|
|
1526
|
+
angle: z.ZodOptional<z.ZodNumber>;
|
|
1527
|
+
offset: z.ZodOptional<z.ZodNumber>;
|
|
989
1528
|
color: z.ZodOptional<z.ZodString>;
|
|
990
1529
|
}, z.core.$strip>>;
|
|
991
1530
|
type: z.ZodLiteral<"shape">;
|
|
@@ -1170,6 +1709,7 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
1170
1709
|
wedgeRoundRectCallout: "wedgeRoundRectCallout";
|
|
1171
1710
|
}>;
|
|
1172
1711
|
text: z.ZodOptional<z.ZodString>;
|
|
1712
|
+
rotate: z.ZodOptional<z.ZodNumber>;
|
|
1173
1713
|
fill: z.ZodOptional<z.ZodObject<{
|
|
1174
1714
|
color: z.ZodOptional<z.ZodString>;
|
|
1175
1715
|
transparency: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1226,6 +1766,7 @@ declare const chartNodeSchema: z.ZodObject<{
|
|
|
1226
1766
|
id: z.ZodOptional<z.ZodString>;
|
|
1227
1767
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1228
1768
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1769
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
1229
1770
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
1230
1771
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
1231
1772
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1243,6 +1784,7 @@ declare const chartNodeSchema: z.ZodObject<{
|
|
|
1243
1784
|
left: z.ZodOptional<z.ZodNumber>;
|
|
1244
1785
|
}, z.core.$strip>]>>;
|
|
1245
1786
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1787
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
1246
1788
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
1247
1789
|
src: z.ZodString;
|
|
1248
1790
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1264,6 +1806,62 @@ declare const chartNodeSchema: z.ZodObject<{
|
|
|
1264
1806
|
sysDot: "sysDot";
|
|
1265
1807
|
}>>;
|
|
1266
1808
|
}, z.core.$strip>>;
|
|
1809
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
1810
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1811
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1812
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1813
|
+
dash: "dash";
|
|
1814
|
+
solid: "solid";
|
|
1815
|
+
dashDot: "dashDot";
|
|
1816
|
+
lgDash: "lgDash";
|
|
1817
|
+
lgDashDot: "lgDashDot";
|
|
1818
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1819
|
+
sysDash: "sysDash";
|
|
1820
|
+
sysDot: "sysDot";
|
|
1821
|
+
}>>;
|
|
1822
|
+
}, z.core.$strip>>;
|
|
1823
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
1824
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1825
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1826
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1827
|
+
dash: "dash";
|
|
1828
|
+
solid: "solid";
|
|
1829
|
+
dashDot: "dashDot";
|
|
1830
|
+
lgDash: "lgDash";
|
|
1831
|
+
lgDashDot: "lgDashDot";
|
|
1832
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1833
|
+
sysDash: "sysDash";
|
|
1834
|
+
sysDot: "sysDot";
|
|
1835
|
+
}>>;
|
|
1836
|
+
}, z.core.$strip>>;
|
|
1837
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
1838
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1839
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1840
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1841
|
+
dash: "dash";
|
|
1842
|
+
solid: "solid";
|
|
1843
|
+
dashDot: "dashDot";
|
|
1844
|
+
lgDash: "lgDash";
|
|
1845
|
+
lgDashDot: "lgDashDot";
|
|
1846
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1847
|
+
sysDash: "sysDash";
|
|
1848
|
+
sysDot: "sysDot";
|
|
1849
|
+
}>>;
|
|
1850
|
+
}, z.core.$strip>>;
|
|
1851
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
1852
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1853
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1854
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1855
|
+
dash: "dash";
|
|
1856
|
+
solid: "solid";
|
|
1857
|
+
dashDot: "dashDot";
|
|
1858
|
+
lgDash: "lgDash";
|
|
1859
|
+
lgDashDot: "lgDashDot";
|
|
1860
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1861
|
+
sysDash: "sysDash";
|
|
1862
|
+
sysDot: "sysDot";
|
|
1863
|
+
}>>;
|
|
1864
|
+
}, z.core.$strip>>;
|
|
1267
1865
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
1268
1866
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1269
1867
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1328,6 +1926,7 @@ declare const timelineNodeSchema: z.ZodObject<{
|
|
|
1328
1926
|
id: z.ZodOptional<z.ZodString>;
|
|
1329
1927
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1330
1928
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1929
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
1331
1930
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
1332
1931
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
1333
1932
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1345,6 +1944,7 @@ declare const timelineNodeSchema: z.ZodObject<{
|
|
|
1345
1944
|
left: z.ZodOptional<z.ZodNumber>;
|
|
1346
1945
|
}, z.core.$strip>]>>;
|
|
1347
1946
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
1947
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
1348
1948
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
1349
1949
|
src: z.ZodString;
|
|
1350
1950
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1366,6 +1966,62 @@ declare const timelineNodeSchema: z.ZodObject<{
|
|
|
1366
1966
|
sysDot: "sysDot";
|
|
1367
1967
|
}>>;
|
|
1368
1968
|
}, z.core.$strip>>;
|
|
1969
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
1970
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1971
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1972
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1973
|
+
dash: "dash";
|
|
1974
|
+
solid: "solid";
|
|
1975
|
+
dashDot: "dashDot";
|
|
1976
|
+
lgDash: "lgDash";
|
|
1977
|
+
lgDashDot: "lgDashDot";
|
|
1978
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1979
|
+
sysDash: "sysDash";
|
|
1980
|
+
sysDot: "sysDot";
|
|
1981
|
+
}>>;
|
|
1982
|
+
}, z.core.$strip>>;
|
|
1983
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
1984
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1985
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
1986
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
1987
|
+
dash: "dash";
|
|
1988
|
+
solid: "solid";
|
|
1989
|
+
dashDot: "dashDot";
|
|
1990
|
+
lgDash: "lgDash";
|
|
1991
|
+
lgDashDot: "lgDashDot";
|
|
1992
|
+
lgDashDotDot: "lgDashDotDot";
|
|
1993
|
+
sysDash: "sysDash";
|
|
1994
|
+
sysDot: "sysDot";
|
|
1995
|
+
}>>;
|
|
1996
|
+
}, z.core.$strip>>;
|
|
1997
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
1998
|
+
color: z.ZodOptional<z.ZodString>;
|
|
1999
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2000
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2001
|
+
dash: "dash";
|
|
2002
|
+
solid: "solid";
|
|
2003
|
+
dashDot: "dashDot";
|
|
2004
|
+
lgDash: "lgDash";
|
|
2005
|
+
lgDashDot: "lgDashDot";
|
|
2006
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2007
|
+
sysDash: "sysDash";
|
|
2008
|
+
sysDot: "sysDot";
|
|
2009
|
+
}>>;
|
|
2010
|
+
}, z.core.$strip>>;
|
|
2011
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
2012
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2013
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2014
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2015
|
+
dash: "dash";
|
|
2016
|
+
solid: "solid";
|
|
2017
|
+
dashDot: "dashDot";
|
|
2018
|
+
lgDash: "lgDash";
|
|
2019
|
+
lgDashDot: "lgDashDot";
|
|
2020
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2021
|
+
sysDash: "sysDash";
|
|
2022
|
+
sysDot: "sysDot";
|
|
2023
|
+
}>>;
|
|
2024
|
+
}, z.core.$strip>>;
|
|
1369
2025
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
1370
2026
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1371
2027
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1406,12 +2062,16 @@ declare const timelineNodeSchema: z.ZodObject<{
|
|
|
1406
2062
|
description: z.ZodOptional<z.ZodString>;
|
|
1407
2063
|
color: z.ZodOptional<z.ZodString>;
|
|
1408
2064
|
}, z.core.$strip>>;
|
|
2065
|
+
dateColor: z.ZodOptional<z.ZodString>;
|
|
2066
|
+
titleColor: z.ZodOptional<z.ZodString>;
|
|
2067
|
+
descriptionColor: z.ZodOptional<z.ZodString>;
|
|
1409
2068
|
}, z.core.$strip>;
|
|
1410
2069
|
type TimelineNode = z.infer<typeof timelineNodeSchema>;
|
|
1411
2070
|
declare const matrixNodeSchema: z.ZodObject<{
|
|
1412
2071
|
id: z.ZodOptional<z.ZodString>;
|
|
1413
2072
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1414
2073
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2074
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
1415
2075
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
1416
2076
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
1417
2077
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1429,6 +2089,7 @@ declare const matrixNodeSchema: z.ZodObject<{
|
|
|
1429
2089
|
left: z.ZodOptional<z.ZodNumber>;
|
|
1430
2090
|
}, z.core.$strip>]>>;
|
|
1431
2091
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
2092
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
1432
2093
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
1433
2094
|
src: z.ZodString;
|
|
1434
2095
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1450,6 +2111,62 @@ declare const matrixNodeSchema: z.ZodObject<{
|
|
|
1450
2111
|
sysDot: "sysDot";
|
|
1451
2112
|
}>>;
|
|
1452
2113
|
}, z.core.$strip>>;
|
|
2114
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
2115
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2116
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2117
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2118
|
+
dash: "dash";
|
|
2119
|
+
solid: "solid";
|
|
2120
|
+
dashDot: "dashDot";
|
|
2121
|
+
lgDash: "lgDash";
|
|
2122
|
+
lgDashDot: "lgDashDot";
|
|
2123
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2124
|
+
sysDash: "sysDash";
|
|
2125
|
+
sysDot: "sysDot";
|
|
2126
|
+
}>>;
|
|
2127
|
+
}, z.core.$strip>>;
|
|
2128
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
2129
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2130
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2131
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2132
|
+
dash: "dash";
|
|
2133
|
+
solid: "solid";
|
|
2134
|
+
dashDot: "dashDot";
|
|
2135
|
+
lgDash: "lgDash";
|
|
2136
|
+
lgDashDot: "lgDashDot";
|
|
2137
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2138
|
+
sysDash: "sysDash";
|
|
2139
|
+
sysDot: "sysDot";
|
|
2140
|
+
}>>;
|
|
2141
|
+
}, z.core.$strip>>;
|
|
2142
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
2143
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2144
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2145
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2146
|
+
dash: "dash";
|
|
2147
|
+
solid: "solid";
|
|
2148
|
+
dashDot: "dashDot";
|
|
2149
|
+
lgDash: "lgDash";
|
|
2150
|
+
lgDashDot: "lgDashDot";
|
|
2151
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2152
|
+
sysDash: "sysDash";
|
|
2153
|
+
sysDot: "sysDot";
|
|
2154
|
+
}>>;
|
|
2155
|
+
}, z.core.$strip>>;
|
|
2156
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
2157
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2158
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2159
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2160
|
+
dash: "dash";
|
|
2161
|
+
solid: "solid";
|
|
2162
|
+
dashDot: "dashDot";
|
|
2163
|
+
lgDash: "lgDash";
|
|
2164
|
+
lgDashDot: "lgDashDot";
|
|
2165
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2166
|
+
sysDash: "sysDash";
|
|
2167
|
+
sysDot: "sysDot";
|
|
2168
|
+
}>>;
|
|
2169
|
+
}, z.core.$strip>>;
|
|
1453
2170
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
1454
2171
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1455
2172
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1495,18 +2212,24 @@ declare const matrixNodeSchema: z.ZodObject<{
|
|
|
1495
2212
|
x: z.ZodNumber;
|
|
1496
2213
|
y: z.ZodNumber;
|
|
1497
2214
|
color: z.ZodOptional<z.ZodString>;
|
|
2215
|
+
textColor: z.ZodOptional<z.ZodString>;
|
|
1498
2216
|
}, z.core.$strip>>;
|
|
2217
|
+
axisLabelColor: z.ZodOptional<z.ZodString>;
|
|
2218
|
+
quadrantLabelColor: z.ZodOptional<z.ZodString>;
|
|
2219
|
+
itemLabelColor: z.ZodOptional<z.ZodString>;
|
|
1499
2220
|
}, z.core.$strip>;
|
|
1500
2221
|
type MatrixNode = z.infer<typeof matrixNodeSchema>;
|
|
1501
2222
|
type TreeDataItem = {
|
|
1502
2223
|
label: string;
|
|
1503
2224
|
color?: string;
|
|
2225
|
+
textColor?: string;
|
|
1504
2226
|
children?: TreeDataItem[];
|
|
1505
2227
|
};
|
|
1506
2228
|
declare const treeNodeSchema: z.ZodObject<{
|
|
1507
2229
|
id: z.ZodOptional<z.ZodString>;
|
|
1508
2230
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1509
2231
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2232
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
1510
2233
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
1511
2234
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
1512
2235
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1524,6 +2247,7 @@ declare const treeNodeSchema: z.ZodObject<{
|
|
|
1524
2247
|
left: z.ZodOptional<z.ZodNumber>;
|
|
1525
2248
|
}, z.core.$strip>]>>;
|
|
1526
2249
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
2250
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
1527
2251
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
1528
2252
|
src: z.ZodString;
|
|
1529
2253
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1545,6 +2269,62 @@ declare const treeNodeSchema: z.ZodObject<{
|
|
|
1545
2269
|
sysDot: "sysDot";
|
|
1546
2270
|
}>>;
|
|
1547
2271
|
}, z.core.$strip>>;
|
|
2272
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
2273
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2274
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2275
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2276
|
+
dash: "dash";
|
|
2277
|
+
solid: "solid";
|
|
2278
|
+
dashDot: "dashDot";
|
|
2279
|
+
lgDash: "lgDash";
|
|
2280
|
+
lgDashDot: "lgDashDot";
|
|
2281
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2282
|
+
sysDash: "sysDash";
|
|
2283
|
+
sysDot: "sysDot";
|
|
2284
|
+
}>>;
|
|
2285
|
+
}, z.core.$strip>>;
|
|
2286
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
2287
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2288
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2289
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2290
|
+
dash: "dash";
|
|
2291
|
+
solid: "solid";
|
|
2292
|
+
dashDot: "dashDot";
|
|
2293
|
+
lgDash: "lgDash";
|
|
2294
|
+
lgDashDot: "lgDashDot";
|
|
2295
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2296
|
+
sysDash: "sysDash";
|
|
2297
|
+
sysDot: "sysDot";
|
|
2298
|
+
}>>;
|
|
2299
|
+
}, z.core.$strip>>;
|
|
2300
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
2301
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2302
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2303
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2304
|
+
dash: "dash";
|
|
2305
|
+
solid: "solid";
|
|
2306
|
+
dashDot: "dashDot";
|
|
2307
|
+
lgDash: "lgDash";
|
|
2308
|
+
lgDashDot: "lgDashDot";
|
|
2309
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2310
|
+
sysDash: "sysDash";
|
|
2311
|
+
sysDot: "sysDot";
|
|
2312
|
+
}>>;
|
|
2313
|
+
}, z.core.$strip>>;
|
|
2314
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
2315
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2316
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2317
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2318
|
+
dash: "dash";
|
|
2319
|
+
solid: "solid";
|
|
2320
|
+
dashDot: "dashDot";
|
|
2321
|
+
lgDash: "lgDash";
|
|
2322
|
+
lgDashDot: "lgDashDot";
|
|
2323
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2324
|
+
sysDash: "sysDash";
|
|
2325
|
+
sysDot: "sysDot";
|
|
2326
|
+
}>>;
|
|
2327
|
+
}, z.core.$strip>>;
|
|
1548
2328
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
1549
2329
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1550
2330
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1585,45 +2365,104 @@ declare const treeNodeSchema: z.ZodObject<{
|
|
|
1585
2365
|
roundRect: "roundRect";
|
|
1586
2366
|
}>>;
|
|
1587
2367
|
data: z.ZodType<TreeDataItem, unknown, z.core.$ZodTypeInternals<TreeDataItem, unknown>>;
|
|
2368
|
+
textColor: z.ZodOptional<z.ZodString>;
|
|
1588
2369
|
connectorStyle: z.ZodOptional<z.ZodObject<{
|
|
1589
2370
|
color: z.ZodOptional<z.ZodString>;
|
|
1590
2371
|
width: z.ZodOptional<z.ZodNumber>;
|
|
1591
|
-
}, z.core.$strip>>;
|
|
1592
|
-
nodeWidth: z.ZodOptional<z.ZodNumber>;
|
|
1593
|
-
nodeHeight: z.ZodOptional<z.ZodNumber>;
|
|
1594
|
-
levelGap: z.ZodOptional<z.ZodNumber>;
|
|
1595
|
-
siblingGap: z.ZodOptional<z.ZodNumber>;
|
|
1596
|
-
}, z.core.$strip>;
|
|
1597
|
-
type TreeNode = z.infer<typeof treeNodeSchema>;
|
|
1598
|
-
declare const processArrowNodeSchema: z.ZodObject<{
|
|
1599
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1600
|
-
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1601
|
-
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
2372
|
+
}, z.core.$strip>>;
|
|
2373
|
+
nodeWidth: z.ZodOptional<z.ZodNumber>;
|
|
2374
|
+
nodeHeight: z.ZodOptional<z.ZodNumber>;
|
|
2375
|
+
levelGap: z.ZodOptional<z.ZodNumber>;
|
|
2376
|
+
siblingGap: z.ZodOptional<z.ZodNumber>;
|
|
2377
|
+
}, z.core.$strip>;
|
|
2378
|
+
type TreeNode = z.infer<typeof treeNodeSchema>;
|
|
2379
|
+
declare const processArrowNodeSchema: z.ZodObject<{
|
|
2380
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2381
|
+
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2382
|
+
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2383
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
2384
|
+
minW: z.ZodOptional<z.ZodNumber>;
|
|
2385
|
+
maxW: z.ZodOptional<z.ZodNumber>;
|
|
2386
|
+
minH: z.ZodOptional<z.ZodNumber>;
|
|
2387
|
+
maxH: z.ZodOptional<z.ZodNumber>;
|
|
2388
|
+
padding: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
2389
|
+
top: z.ZodOptional<z.ZodNumber>;
|
|
2390
|
+
right: z.ZodOptional<z.ZodNumber>;
|
|
2391
|
+
bottom: z.ZodOptional<z.ZodNumber>;
|
|
2392
|
+
left: z.ZodOptional<z.ZodNumber>;
|
|
2393
|
+
}, z.core.$strip>]>>;
|
|
2394
|
+
margin: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
2395
|
+
top: z.ZodOptional<z.ZodNumber>;
|
|
2396
|
+
right: z.ZodOptional<z.ZodNumber>;
|
|
2397
|
+
bottom: z.ZodOptional<z.ZodNumber>;
|
|
2398
|
+
left: z.ZodOptional<z.ZodNumber>;
|
|
2399
|
+
}, z.core.$strip>]>>;
|
|
2400
|
+
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
2401
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
2402
|
+
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
2403
|
+
src: z.ZodString;
|
|
2404
|
+
sizing: z.ZodOptional<z.ZodEnum<{
|
|
2405
|
+
cover: "cover";
|
|
2406
|
+
contain: "contain";
|
|
2407
|
+
}>>;
|
|
2408
|
+
}, z.core.$strip>>;
|
|
2409
|
+
border: z.ZodOptional<z.ZodObject<{
|
|
2410
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2411
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2412
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2413
|
+
dash: "dash";
|
|
2414
|
+
solid: "solid";
|
|
2415
|
+
dashDot: "dashDot";
|
|
2416
|
+
lgDash: "lgDash";
|
|
2417
|
+
lgDashDot: "lgDashDot";
|
|
2418
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2419
|
+
sysDash: "sysDash";
|
|
2420
|
+
sysDot: "sysDot";
|
|
2421
|
+
}>>;
|
|
2422
|
+
}, z.core.$strip>>;
|
|
2423
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
2424
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2425
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2426
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2427
|
+
dash: "dash";
|
|
2428
|
+
solid: "solid";
|
|
2429
|
+
dashDot: "dashDot";
|
|
2430
|
+
lgDash: "lgDash";
|
|
2431
|
+
lgDashDot: "lgDashDot";
|
|
2432
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2433
|
+
sysDash: "sysDash";
|
|
2434
|
+
sysDot: "sysDot";
|
|
2435
|
+
}>>;
|
|
2436
|
+
}, z.core.$strip>>;
|
|
2437
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
2438
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2439
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2440
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2441
|
+
dash: "dash";
|
|
2442
|
+
solid: "solid";
|
|
2443
|
+
dashDot: "dashDot";
|
|
2444
|
+
lgDash: "lgDash";
|
|
2445
|
+
lgDashDot: "lgDashDot";
|
|
2446
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2447
|
+
sysDash: "sysDash";
|
|
2448
|
+
sysDot: "sysDot";
|
|
2449
|
+
}>>;
|
|
2450
|
+
}, z.core.$strip>>;
|
|
2451
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
2452
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2453
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2454
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2455
|
+
dash: "dash";
|
|
2456
|
+
solid: "solid";
|
|
2457
|
+
dashDot: "dashDot";
|
|
2458
|
+
lgDash: "lgDash";
|
|
2459
|
+
lgDashDot: "lgDashDot";
|
|
2460
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2461
|
+
sysDash: "sysDash";
|
|
2462
|
+
sysDot: "sysDot";
|
|
1624
2463
|
}>>;
|
|
1625
2464
|
}, z.core.$strip>>;
|
|
1626
|
-
|
|
2465
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
1627
2466
|
color: z.ZodOptional<z.ZodString>;
|
|
1628
2467
|
width: z.ZodOptional<z.ZodNumber>;
|
|
1629
2468
|
dashType: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1711,6 +2550,7 @@ declare const pyramidNodeSchema: z.ZodObject<{
|
|
|
1711
2550
|
id: z.ZodOptional<z.ZodString>;
|
|
1712
2551
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1713
2552
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2553
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
1714
2554
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
1715
2555
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
1716
2556
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1728,6 +2568,7 @@ declare const pyramidNodeSchema: z.ZodObject<{
|
|
|
1728
2568
|
left: z.ZodOptional<z.ZodNumber>;
|
|
1729
2569
|
}, z.core.$strip>]>>;
|
|
1730
2570
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
2571
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
1731
2572
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
1732
2573
|
src: z.ZodString;
|
|
1733
2574
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1749,6 +2590,62 @@ declare const pyramidNodeSchema: z.ZodObject<{
|
|
|
1749
2590
|
sysDot: "sysDot";
|
|
1750
2591
|
}>>;
|
|
1751
2592
|
}, z.core.$strip>>;
|
|
2593
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
2594
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2595
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2596
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2597
|
+
dash: "dash";
|
|
2598
|
+
solid: "solid";
|
|
2599
|
+
dashDot: "dashDot";
|
|
2600
|
+
lgDash: "lgDash";
|
|
2601
|
+
lgDashDot: "lgDashDot";
|
|
2602
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2603
|
+
sysDash: "sysDash";
|
|
2604
|
+
sysDot: "sysDot";
|
|
2605
|
+
}>>;
|
|
2606
|
+
}, z.core.$strip>>;
|
|
2607
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
2608
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2609
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2610
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2611
|
+
dash: "dash";
|
|
2612
|
+
solid: "solid";
|
|
2613
|
+
dashDot: "dashDot";
|
|
2614
|
+
lgDash: "lgDash";
|
|
2615
|
+
lgDashDot: "lgDashDot";
|
|
2616
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2617
|
+
sysDash: "sysDash";
|
|
2618
|
+
sysDot: "sysDot";
|
|
2619
|
+
}>>;
|
|
2620
|
+
}, z.core.$strip>>;
|
|
2621
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
2622
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2623
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2624
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2625
|
+
dash: "dash";
|
|
2626
|
+
solid: "solid";
|
|
2627
|
+
dashDot: "dashDot";
|
|
2628
|
+
lgDash: "lgDash";
|
|
2629
|
+
lgDashDot: "lgDashDot";
|
|
2630
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2631
|
+
sysDash: "sysDash";
|
|
2632
|
+
sysDot: "sysDot";
|
|
2633
|
+
}>>;
|
|
2634
|
+
}, z.core.$strip>>;
|
|
2635
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
2636
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2637
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2638
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2639
|
+
dash: "dash";
|
|
2640
|
+
solid: "solid";
|
|
2641
|
+
dashDot: "dashDot";
|
|
2642
|
+
lgDash: "lgDash";
|
|
2643
|
+
lgDashDot: "lgDashDot";
|
|
2644
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2645
|
+
sysDash: "sysDash";
|
|
2646
|
+
sysDot: "sysDot";
|
|
2647
|
+
}>>;
|
|
2648
|
+
}, z.core.$strip>>;
|
|
1752
2649
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
1753
2650
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1754
2651
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1797,6 +2694,7 @@ declare const flowNodeSchema: z.ZodObject<{
|
|
|
1797
2694
|
id: z.ZodOptional<z.ZodString>;
|
|
1798
2695
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1799
2696
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2697
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
1800
2698
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
1801
2699
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
1802
2700
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1814,6 +2712,7 @@ declare const flowNodeSchema: z.ZodObject<{
|
|
|
1814
2712
|
left: z.ZodOptional<z.ZodNumber>;
|
|
1815
2713
|
}, z.core.$strip>]>>;
|
|
1816
2714
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
2715
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
1817
2716
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
1818
2717
|
src: z.ZodString;
|
|
1819
2718
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1835,6 +2734,62 @@ declare const flowNodeSchema: z.ZodObject<{
|
|
|
1835
2734
|
sysDot: "sysDot";
|
|
1836
2735
|
}>>;
|
|
1837
2736
|
}, z.core.$strip>>;
|
|
2737
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
2738
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2739
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2740
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2741
|
+
dash: "dash";
|
|
2742
|
+
solid: "solid";
|
|
2743
|
+
dashDot: "dashDot";
|
|
2744
|
+
lgDash: "lgDash";
|
|
2745
|
+
lgDashDot: "lgDashDot";
|
|
2746
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2747
|
+
sysDash: "sysDash";
|
|
2748
|
+
sysDot: "sysDot";
|
|
2749
|
+
}>>;
|
|
2750
|
+
}, z.core.$strip>>;
|
|
2751
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
2752
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2753
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2754
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2755
|
+
dash: "dash";
|
|
2756
|
+
solid: "solid";
|
|
2757
|
+
dashDot: "dashDot";
|
|
2758
|
+
lgDash: "lgDash";
|
|
2759
|
+
lgDashDot: "lgDashDot";
|
|
2760
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2761
|
+
sysDash: "sysDash";
|
|
2762
|
+
sysDot: "sysDot";
|
|
2763
|
+
}>>;
|
|
2764
|
+
}, z.core.$strip>>;
|
|
2765
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
2766
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2767
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2768
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2769
|
+
dash: "dash";
|
|
2770
|
+
solid: "solid";
|
|
2771
|
+
dashDot: "dashDot";
|
|
2772
|
+
lgDash: "lgDash";
|
|
2773
|
+
lgDashDot: "lgDashDot";
|
|
2774
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2775
|
+
sysDash: "sysDash";
|
|
2776
|
+
sysDot: "sysDot";
|
|
2777
|
+
}>>;
|
|
2778
|
+
}, z.core.$strip>>;
|
|
2779
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
2780
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2781
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2782
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2783
|
+
dash: "dash";
|
|
2784
|
+
solid: "solid";
|
|
2785
|
+
dashDot: "dashDot";
|
|
2786
|
+
lgDash: "lgDash";
|
|
2787
|
+
lgDashDot: "lgDashDot";
|
|
2788
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2789
|
+
sysDash: "sysDash";
|
|
2790
|
+
sysDot: "sysDot";
|
|
2791
|
+
}>>;
|
|
2792
|
+
}, z.core.$strip>>;
|
|
1838
2793
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
1839
2794
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1840
2795
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1896,10 +2851,12 @@ declare const flowNodeSchema: z.ZodObject<{
|
|
|
1896
2851
|
to: z.ZodString;
|
|
1897
2852
|
label: z.ZodOptional<z.ZodString>;
|
|
1898
2853
|
color: z.ZodOptional<z.ZodString>;
|
|
2854
|
+
labelColor: z.ZodOptional<z.ZodString>;
|
|
1899
2855
|
}, z.core.$strip>>;
|
|
1900
2856
|
connectorStyle: z.ZodOptional<z.ZodObject<{
|
|
1901
2857
|
color: z.ZodOptional<z.ZodString>;
|
|
1902
2858
|
width: z.ZodOptional<z.ZodNumber>;
|
|
2859
|
+
labelColor: z.ZodOptional<z.ZodString>;
|
|
1903
2860
|
arrowType: z.ZodOptional<z.ZodEnum<{
|
|
1904
2861
|
none: "none";
|
|
1905
2862
|
diamond: "diamond";
|
|
@@ -1918,6 +2875,7 @@ declare const lineNodeSchema: z.ZodObject<{
|
|
|
1918
2875
|
id: z.ZodOptional<z.ZodString>;
|
|
1919
2876
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1920
2877
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2878
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
1921
2879
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
1922
2880
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
1923
2881
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1935,6 +2893,7 @@ declare const lineNodeSchema: z.ZodObject<{
|
|
|
1935
2893
|
left: z.ZodOptional<z.ZodNumber>;
|
|
1936
2894
|
}, z.core.$strip>]>>;
|
|
1937
2895
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
2896
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
1938
2897
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
1939
2898
|
src: z.ZodString;
|
|
1940
2899
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1956,6 +2915,62 @@ declare const lineNodeSchema: z.ZodObject<{
|
|
|
1956
2915
|
sysDot: "sysDot";
|
|
1957
2916
|
}>>;
|
|
1958
2917
|
}, z.core.$strip>>;
|
|
2918
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
2919
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2920
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2921
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2922
|
+
dash: "dash";
|
|
2923
|
+
solid: "solid";
|
|
2924
|
+
dashDot: "dashDot";
|
|
2925
|
+
lgDash: "lgDash";
|
|
2926
|
+
lgDashDot: "lgDashDot";
|
|
2927
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2928
|
+
sysDash: "sysDash";
|
|
2929
|
+
sysDot: "sysDot";
|
|
2930
|
+
}>>;
|
|
2931
|
+
}, z.core.$strip>>;
|
|
2932
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
2933
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2934
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2935
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2936
|
+
dash: "dash";
|
|
2937
|
+
solid: "solid";
|
|
2938
|
+
dashDot: "dashDot";
|
|
2939
|
+
lgDash: "lgDash";
|
|
2940
|
+
lgDashDot: "lgDashDot";
|
|
2941
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2942
|
+
sysDash: "sysDash";
|
|
2943
|
+
sysDot: "sysDot";
|
|
2944
|
+
}>>;
|
|
2945
|
+
}, z.core.$strip>>;
|
|
2946
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
2947
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2948
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2949
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2950
|
+
dash: "dash";
|
|
2951
|
+
solid: "solid";
|
|
2952
|
+
dashDot: "dashDot";
|
|
2953
|
+
lgDash: "lgDash";
|
|
2954
|
+
lgDashDot: "lgDashDot";
|
|
2955
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2956
|
+
sysDash: "sysDash";
|
|
2957
|
+
sysDot: "sysDot";
|
|
2958
|
+
}>>;
|
|
2959
|
+
}, z.core.$strip>>;
|
|
2960
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
2961
|
+
color: z.ZodOptional<z.ZodString>;
|
|
2962
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
2963
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
2964
|
+
dash: "dash";
|
|
2965
|
+
solid: "solid";
|
|
2966
|
+
dashDot: "dashDot";
|
|
2967
|
+
lgDash: "lgDash";
|
|
2968
|
+
lgDashDot: "lgDashDot";
|
|
2969
|
+
lgDashDotDot: "lgDashDotDot";
|
|
2970
|
+
sysDash: "sysDash";
|
|
2971
|
+
sysDot: "sysDot";
|
|
2972
|
+
}>>;
|
|
2973
|
+
}, z.core.$strip>>;
|
|
1959
2974
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
1960
2975
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
1961
2976
|
zIndex: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2028,6 +3043,7 @@ declare const arrowNodeSchema: z.ZodObject<{
|
|
|
2028
3043
|
id: z.ZodOptional<z.ZodString>;
|
|
2029
3044
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2030
3045
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
3046
|
+
grow: z.ZodOptional<z.ZodNumber>;
|
|
2031
3047
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
2032
3048
|
maxW: z.ZodOptional<z.ZodNumber>;
|
|
2033
3049
|
minH: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2045,6 +3061,7 @@ declare const arrowNodeSchema: z.ZodObject<{
|
|
|
2045
3061
|
left: z.ZodOptional<z.ZodNumber>;
|
|
2046
3062
|
}, z.core.$strip>]>>;
|
|
2047
3063
|
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
3064
|
+
backgroundGradient: z.ZodOptional<z.ZodString>;
|
|
2048
3065
|
backgroundImage: z.ZodOptional<z.ZodObject<{
|
|
2049
3066
|
src: z.ZodString;
|
|
2050
3067
|
sizing: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2066,6 +3083,62 @@ declare const arrowNodeSchema: z.ZodObject<{
|
|
|
2066
3083
|
sysDot: "sysDot";
|
|
2067
3084
|
}>>;
|
|
2068
3085
|
}, z.core.$strip>>;
|
|
3086
|
+
borderTop: z.ZodOptional<z.ZodObject<{
|
|
3087
|
+
color: z.ZodOptional<z.ZodString>;
|
|
3088
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
3089
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
3090
|
+
dash: "dash";
|
|
3091
|
+
solid: "solid";
|
|
3092
|
+
dashDot: "dashDot";
|
|
3093
|
+
lgDash: "lgDash";
|
|
3094
|
+
lgDashDot: "lgDashDot";
|
|
3095
|
+
lgDashDotDot: "lgDashDotDot";
|
|
3096
|
+
sysDash: "sysDash";
|
|
3097
|
+
sysDot: "sysDot";
|
|
3098
|
+
}>>;
|
|
3099
|
+
}, z.core.$strip>>;
|
|
3100
|
+
borderRight: z.ZodOptional<z.ZodObject<{
|
|
3101
|
+
color: z.ZodOptional<z.ZodString>;
|
|
3102
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
3103
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
3104
|
+
dash: "dash";
|
|
3105
|
+
solid: "solid";
|
|
3106
|
+
dashDot: "dashDot";
|
|
3107
|
+
lgDash: "lgDash";
|
|
3108
|
+
lgDashDot: "lgDashDot";
|
|
3109
|
+
lgDashDotDot: "lgDashDotDot";
|
|
3110
|
+
sysDash: "sysDash";
|
|
3111
|
+
sysDot: "sysDot";
|
|
3112
|
+
}>>;
|
|
3113
|
+
}, z.core.$strip>>;
|
|
3114
|
+
borderBottom: z.ZodOptional<z.ZodObject<{
|
|
3115
|
+
color: z.ZodOptional<z.ZodString>;
|
|
3116
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
3117
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
3118
|
+
dash: "dash";
|
|
3119
|
+
solid: "solid";
|
|
3120
|
+
dashDot: "dashDot";
|
|
3121
|
+
lgDash: "lgDash";
|
|
3122
|
+
lgDashDot: "lgDashDot";
|
|
3123
|
+
lgDashDotDot: "lgDashDotDot";
|
|
3124
|
+
sysDash: "sysDash";
|
|
3125
|
+
sysDot: "sysDot";
|
|
3126
|
+
}>>;
|
|
3127
|
+
}, z.core.$strip>>;
|
|
3128
|
+
borderLeft: z.ZodOptional<z.ZodObject<{
|
|
3129
|
+
color: z.ZodOptional<z.ZodString>;
|
|
3130
|
+
width: z.ZodOptional<z.ZodNumber>;
|
|
3131
|
+
dashType: z.ZodOptional<z.ZodEnum<{
|
|
3132
|
+
dash: "dash";
|
|
3133
|
+
solid: "solid";
|
|
3134
|
+
dashDot: "dashDot";
|
|
3135
|
+
lgDash: "lgDash";
|
|
3136
|
+
lgDashDot: "lgDashDot";
|
|
3137
|
+
lgDashDotDot: "lgDashDotDot";
|
|
3138
|
+
sysDash: "sysDash";
|
|
3139
|
+
sysDot: "sysDot";
|
|
3140
|
+
}>>;
|
|
3141
|
+
}, z.core.$strip>>;
|
|
2069
3142
|
borderRadius: z.ZodOptional<z.ZodNumber>;
|
|
2070
3143
|
opacity: z.ZodOptional<z.ZodNumber>;
|
|
2071
3144
|
zIndex: z.ZodOptional<z.ZodNumber>;
|