@hirokisakabe/pom 5.4.0 → 5.5.1
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 +6 -5
- package/dist/autoFit/autoFit.d.ts +2 -1
- package/dist/autoFit/autoFit.d.ts.map +1 -1
- package/dist/autoFit/autoFit.js +33 -17
- package/dist/buildContext.d.ts +2 -0
- package/dist/buildContext.d.ts.map +1 -1
- package/dist/buildContext.js +2 -0
- package/dist/buildPptx.d.ts +7 -1
- package/dist/buildPptx.d.ts.map +1 -1
- package/dist/buildPptx.js +14 -5
- package/dist/calcYogaLayout/calcYogaLayout.d.ts +4 -2
- package/dist/calcYogaLayout/calcYogaLayout.d.ts.map +1 -1
- package/dist/calcYogaLayout/calcYogaLayout.js +76 -16
- package/dist/calcYogaLayout/fontLoader.d.ts +4 -0
- package/dist/calcYogaLayout/fontLoader.d.ts.map +1 -1
- package/dist/calcYogaLayout/fontLoader.js +8 -0
- package/dist/calcYogaLayout/measureText.d.ts.map +1 -1
- package/dist/calcYogaLayout/measureText.js +4 -3
- package/dist/calcYogaLayout/types.d.ts +16 -0
- package/dist/calcYogaLayout/types.d.ts.map +1 -0
- package/dist/calcYogaLayout/types.js +14 -0
- package/dist/diagnostics.d.ts +14 -0
- package/dist/diagnostics.d.ts.map +1 -0
- package/dist/diagnostics.js +17 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/parseXml/parseXml.d.ts +1 -1
- package/dist/parseXml/parseXml.d.ts.map +1 -1
- package/dist/parseXml/parseXml.js +16 -16
- package/dist/registry/definitions/icon.d.ts.map +1 -1
- package/dist/registry/definitions/icon.js +26 -14
- package/dist/registry/definitions/image.d.ts.map +1 -1
- package/dist/registry/definitions/image.js +2 -3
- package/dist/registry/definitions/layer.d.ts.map +1 -1
- package/dist/registry/definitions/layer.js +9 -6
- package/dist/registry/definitions/line.d.ts.map +1 -1
- package/dist/registry/definitions/line.js +1 -2
- package/dist/registry/definitions/list.d.ts.map +1 -1
- package/dist/registry/definitions/list.js +3 -1
- package/dist/registry/definitions/shape.d.ts.map +1 -1
- package/dist/registry/definitions/shape.js +2 -0
- package/dist/registry/definitions/text.d.ts.map +1 -1
- package/dist/registry/definitions/text.js +3 -1
- package/dist/registry/types.d.ts +2 -1
- package/dist/registry/types.d.ts.map +1 -1
- package/dist/renderPptx/nodes/chart.d.ts.map +1 -1
- package/dist/renderPptx/nodes/chart.js +6 -4
- package/dist/renderPptx/nodes/flow.d.ts.map +1 -1
- package/dist/renderPptx/nodes/flow.js +14 -4
- package/dist/renderPptx/nodes/image.d.ts.map +1 -1
- package/dist/renderPptx/nodes/image.js +9 -7
- package/dist/renderPptx/nodes/list.d.ts.map +1 -1
- package/dist/renderPptx/nodes/list.js +19 -16
- package/dist/renderPptx/nodes/matrix.d.ts.map +1 -1
- package/dist/renderPptx/nodes/matrix.js +11 -9
- package/dist/renderPptx/nodes/processArrow.d.ts.map +1 -1
- package/dist/renderPptx/nodes/processArrow.js +14 -4
- package/dist/renderPptx/nodes/pyramid.d.ts.map +1 -1
- package/dist/renderPptx/nodes/pyramid.js +6 -4
- package/dist/renderPptx/nodes/shape.d.ts.map +1 -1
- package/dist/renderPptx/nodes/shape.js +7 -5
- package/dist/renderPptx/nodes/table.d.ts.map +1 -1
- package/dist/renderPptx/nodes/table.js +7 -5
- package/dist/renderPptx/nodes/timeline.d.ts.map +1 -1
- package/dist/renderPptx/nodes/timeline.js +14 -4
- package/dist/renderPptx/nodes/tree.d.ts.map +1 -1
- package/dist/renderPptx/nodes/tree.js +6 -4
- package/dist/renderPptx/textOptions.d.ts +6 -6
- package/dist/renderPptx/textOptions.d.ts.map +1 -1
- package/dist/renderPptx/textOptions.js +6 -4
- package/dist/renderPptx/utils/backgroundBorder.js +1 -1
- package/dist/renderPptx/utils/contentArea.d.ts +26 -0
- package/dist/renderPptx/utils/contentArea.d.ts.map +1 -0
- package/dist/renderPptx/utils/contentArea.js +26 -0
- package/dist/renderPptx/utils/scaleToFit.d.ts +3 -2
- package/dist/renderPptx/utils/scaleToFit.d.ts.map +1 -1
- package/dist/renderPptx/utils/scaleToFit.js +3 -3
- package/dist/shared/freeYogaTree.d.ts +3 -3
- package/dist/shared/freeYogaTree.d.ts.map +1 -1
- package/dist/shared/freeYogaTree.js +16 -21
- package/dist/shared/measureImage.d.ts +3 -2
- package/dist/shared/measureImage.d.ts.map +1 -1
- package/dist/shared/measureImage.js +5 -5
- package/dist/toPositioned/toPositioned.d.ts +3 -6
- package/dist/toPositioned/toPositioned.d.ts.map +1 -1
- package/dist/toPositioned/toPositioned.js +11 -19
- package/dist/types.d.ts +12 -445
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +43 -50
- package/package.json +6 -3
- package/dist/parseXml/inputSchema.d.ts +0 -1622
- package/dist/parseXml/inputSchema.d.ts.map +0 -1
- package/dist/parseXml/inputSchema.js +0 -257
package/dist/types.d.ts
CHANGED
|
@@ -1,40 +1,4 @@
|
|
|
1
|
-
import type { Node as YogaNode } from "yoga-layout";
|
|
2
1
|
import { z } from "zod";
|
|
3
|
-
export declare const lengthSchema: z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>;
|
|
4
|
-
export declare const paddingSchema: z.ZodUnion<readonly [z.ZodNumber, z.ZodObject<{
|
|
5
|
-
top: z.ZodOptional<z.ZodNumber>;
|
|
6
|
-
right: z.ZodOptional<z.ZodNumber>;
|
|
7
|
-
bottom: z.ZodOptional<z.ZodNumber>;
|
|
8
|
-
left: z.ZodOptional<z.ZodNumber>;
|
|
9
|
-
}, z.core.$strip>]>;
|
|
10
|
-
export declare const borderDashSchema: z.ZodEnum<{
|
|
11
|
-
solid: "solid";
|
|
12
|
-
dash: "dash";
|
|
13
|
-
dashDot: "dashDot";
|
|
14
|
-
lgDash: "lgDash";
|
|
15
|
-
lgDashDot: "lgDashDot";
|
|
16
|
-
lgDashDotDot: "lgDashDotDot";
|
|
17
|
-
sysDash: "sysDash";
|
|
18
|
-
sysDot: "sysDot";
|
|
19
|
-
}>;
|
|
20
|
-
export declare const borderStyleSchema: z.ZodObject<{
|
|
21
|
-
color: z.ZodOptional<z.ZodString>;
|
|
22
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
23
|
-
dashType: z.ZodOptional<z.ZodEnum<{
|
|
24
|
-
solid: "solid";
|
|
25
|
-
dash: "dash";
|
|
26
|
-
dashDot: "dashDot";
|
|
27
|
-
lgDash: "lgDash";
|
|
28
|
-
lgDashDot: "lgDashDot";
|
|
29
|
-
lgDashDotDot: "lgDashDotDot";
|
|
30
|
-
sysDash: "sysDash";
|
|
31
|
-
sysDot: "sysDot";
|
|
32
|
-
}>>;
|
|
33
|
-
}, z.core.$strip>;
|
|
34
|
-
export declare const fillStyleSchema: z.ZodObject<{
|
|
35
|
-
color: z.ZodOptional<z.ZodString>;
|
|
36
|
-
transparency: z.ZodOptional<z.ZodNumber>;
|
|
37
|
-
}, z.core.$strip>;
|
|
38
2
|
export declare const shadowStyleSchema: z.ZodObject<{
|
|
39
3
|
type: z.ZodOptional<z.ZodEnum<{
|
|
40
4
|
outer: "outer";
|
|
@@ -46,24 +10,6 @@ export declare const shadowStyleSchema: z.ZodObject<{
|
|
|
46
10
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
47
11
|
color: z.ZodOptional<z.ZodString>;
|
|
48
12
|
}, z.core.$strip>;
|
|
49
|
-
export declare const bulletNumberTypeSchema: z.ZodEnum<{
|
|
50
|
-
alphaLcParenBoth: "alphaLcParenBoth";
|
|
51
|
-
alphaLcParenR: "alphaLcParenR";
|
|
52
|
-
alphaLcPeriod: "alphaLcPeriod";
|
|
53
|
-
alphaUcParenBoth: "alphaUcParenBoth";
|
|
54
|
-
alphaUcParenR: "alphaUcParenR";
|
|
55
|
-
alphaUcPeriod: "alphaUcPeriod";
|
|
56
|
-
arabicParenBoth: "arabicParenBoth";
|
|
57
|
-
arabicParenR: "arabicParenR";
|
|
58
|
-
arabicPeriod: "arabicPeriod";
|
|
59
|
-
arabicPlain: "arabicPlain";
|
|
60
|
-
romanLcParenBoth: "romanLcParenBoth";
|
|
61
|
-
romanLcParenR: "romanLcParenR";
|
|
62
|
-
romanLcPeriod: "romanLcPeriod";
|
|
63
|
-
romanUcParenBoth: "romanUcParenBoth";
|
|
64
|
-
romanUcParenR: "romanUcParenR";
|
|
65
|
-
romanUcPeriod: "romanUcPeriod";
|
|
66
|
-
}>;
|
|
67
13
|
export declare const underlineStyleSchema: z.ZodEnum<{
|
|
68
14
|
dash: "dash";
|
|
69
15
|
dashHeavy: "dashHeavy";
|
|
@@ -101,29 +47,18 @@ export declare const underlineSchema: z.ZodUnion<readonly [z.ZodBoolean, z.ZodOb
|
|
|
101
47
|
}>>;
|
|
102
48
|
color: z.ZodOptional<z.ZodString>;
|
|
103
49
|
}, z.core.$strip>]>;
|
|
104
|
-
|
|
50
|
+
declare const alignItemsSchema: z.ZodEnum<{
|
|
105
51
|
start: "start";
|
|
106
52
|
center: "center";
|
|
107
53
|
end: "end";
|
|
108
54
|
stretch: "stretch";
|
|
109
55
|
}>;
|
|
110
|
-
|
|
111
|
-
auto: "auto";
|
|
112
|
-
start: "start";
|
|
113
|
-
center: "center";
|
|
114
|
-
end: "end";
|
|
115
|
-
stretch: "stretch";
|
|
116
|
-
}>;
|
|
117
|
-
export declare const positionTypeSchema: z.ZodEnum<{
|
|
118
|
-
relative: "relative";
|
|
119
|
-
absolute: "absolute";
|
|
120
|
-
}>;
|
|
121
|
-
export declare const flexWrapSchema: z.ZodEnum<{
|
|
56
|
+
declare const flexWrapSchema: z.ZodEnum<{
|
|
122
57
|
nowrap: "nowrap";
|
|
123
58
|
wrap: "wrap";
|
|
124
59
|
wrapReverse: "wrapReverse";
|
|
125
60
|
}>;
|
|
126
|
-
|
|
61
|
+
declare const justifyContentSchema: z.ZodEnum<{
|
|
127
62
|
start: "start";
|
|
128
63
|
center: "center";
|
|
129
64
|
end: "end";
|
|
@@ -131,201 +66,13 @@ export declare const justifyContentSchema: z.ZodEnum<{
|
|
|
131
66
|
spaceAround: "spaceAround";
|
|
132
67
|
spaceEvenly: "spaceEvenly";
|
|
133
68
|
}>;
|
|
134
|
-
export declare const shapeTypeSchema: z.ZodEnum<{
|
|
135
|
-
cloud: "cloud";
|
|
136
|
-
diamond: "diamond";
|
|
137
|
-
donut: "donut";
|
|
138
|
-
ellipse: "ellipse";
|
|
139
|
-
frame: "frame";
|
|
140
|
-
funnel: "funnel";
|
|
141
|
-
heart: "heart";
|
|
142
|
-
hexagon: "hexagon";
|
|
143
|
-
moon: "moon";
|
|
144
|
-
octagon: "octagon";
|
|
145
|
-
pentagon: "pentagon";
|
|
146
|
-
plus: "plus";
|
|
147
|
-
ribbon: "ribbon";
|
|
148
|
-
sun: "sun";
|
|
149
|
-
triangle: "triangle";
|
|
150
|
-
accentBorderCallout1: "accentBorderCallout1";
|
|
151
|
-
accentBorderCallout2: "accentBorderCallout2";
|
|
152
|
-
accentBorderCallout3: "accentBorderCallout3";
|
|
153
|
-
accentCallout1: "accentCallout1";
|
|
154
|
-
accentCallout2: "accentCallout2";
|
|
155
|
-
accentCallout3: "accentCallout3";
|
|
156
|
-
actionButtonBackPrevious: "actionButtonBackPrevious";
|
|
157
|
-
actionButtonBeginning: "actionButtonBeginning";
|
|
158
|
-
actionButtonBlank: "actionButtonBlank";
|
|
159
|
-
actionButtonDocument: "actionButtonDocument";
|
|
160
|
-
actionButtonEnd: "actionButtonEnd";
|
|
161
|
-
actionButtonForwardNext: "actionButtonForwardNext";
|
|
162
|
-
actionButtonHelp: "actionButtonHelp";
|
|
163
|
-
actionButtonHome: "actionButtonHome";
|
|
164
|
-
actionButtonInformation: "actionButtonInformation";
|
|
165
|
-
actionButtonMovie: "actionButtonMovie";
|
|
166
|
-
actionButtonReturn: "actionButtonReturn";
|
|
167
|
-
actionButtonSound: "actionButtonSound";
|
|
168
|
-
arc: "arc";
|
|
169
|
-
bentArrow: "bentArrow";
|
|
170
|
-
bentUpArrow: "bentUpArrow";
|
|
171
|
-
bevel: "bevel";
|
|
172
|
-
blockArc: "blockArc";
|
|
173
|
-
borderCallout1: "borderCallout1";
|
|
174
|
-
borderCallout2: "borderCallout2";
|
|
175
|
-
borderCallout3: "borderCallout3";
|
|
176
|
-
bracePair: "bracePair";
|
|
177
|
-
bracketPair: "bracketPair";
|
|
178
|
-
callout1: "callout1";
|
|
179
|
-
callout2: "callout2";
|
|
180
|
-
callout3: "callout3";
|
|
181
|
-
can: "can";
|
|
182
|
-
chartPlus: "chartPlus";
|
|
183
|
-
chartStar: "chartStar";
|
|
184
|
-
chartX: "chartX";
|
|
185
|
-
chevron: "chevron";
|
|
186
|
-
chord: "chord";
|
|
187
|
-
circularArrow: "circularArrow";
|
|
188
|
-
cloudCallout: "cloudCallout";
|
|
189
|
-
corner: "corner";
|
|
190
|
-
cornerTabs: "cornerTabs";
|
|
191
|
-
cube: "cube";
|
|
192
|
-
curvedDownArrow: "curvedDownArrow";
|
|
193
|
-
curvedLeftArrow: "curvedLeftArrow";
|
|
194
|
-
curvedRightArrow: "curvedRightArrow";
|
|
195
|
-
curvedUpArrow: "curvedUpArrow";
|
|
196
|
-
decagon: "decagon";
|
|
197
|
-
diagStripe: "diagStripe";
|
|
198
|
-
dodecagon: "dodecagon";
|
|
199
|
-
doubleWave: "doubleWave";
|
|
200
|
-
downArrow: "downArrow";
|
|
201
|
-
downArrowCallout: "downArrowCallout";
|
|
202
|
-
ellipseRibbon: "ellipseRibbon";
|
|
203
|
-
ellipseRibbon2: "ellipseRibbon2";
|
|
204
|
-
flowChartAlternateProcess: "flowChartAlternateProcess";
|
|
205
|
-
flowChartCollate: "flowChartCollate";
|
|
206
|
-
flowChartConnector: "flowChartConnector";
|
|
207
|
-
flowChartDecision: "flowChartDecision";
|
|
208
|
-
flowChartDelay: "flowChartDelay";
|
|
209
|
-
flowChartDisplay: "flowChartDisplay";
|
|
210
|
-
flowChartDocument: "flowChartDocument";
|
|
211
|
-
flowChartExtract: "flowChartExtract";
|
|
212
|
-
flowChartInputOutput: "flowChartInputOutput";
|
|
213
|
-
flowChartInternalStorage: "flowChartInternalStorage";
|
|
214
|
-
flowChartMagneticDisk: "flowChartMagneticDisk";
|
|
215
|
-
flowChartMagneticDrum: "flowChartMagneticDrum";
|
|
216
|
-
flowChartMagneticTape: "flowChartMagneticTape";
|
|
217
|
-
flowChartManualInput: "flowChartManualInput";
|
|
218
|
-
flowChartManualOperation: "flowChartManualOperation";
|
|
219
|
-
flowChartMerge: "flowChartMerge";
|
|
220
|
-
flowChartMultidocument: "flowChartMultidocument";
|
|
221
|
-
flowChartOfflineStorage: "flowChartOfflineStorage";
|
|
222
|
-
flowChartOffpageConnector: "flowChartOffpageConnector";
|
|
223
|
-
flowChartOnlineStorage: "flowChartOnlineStorage";
|
|
224
|
-
flowChartOr: "flowChartOr";
|
|
225
|
-
flowChartPredefinedProcess: "flowChartPredefinedProcess";
|
|
226
|
-
flowChartPreparation: "flowChartPreparation";
|
|
227
|
-
flowChartProcess: "flowChartProcess";
|
|
228
|
-
flowChartPunchedCard: "flowChartPunchedCard";
|
|
229
|
-
flowChartPunchedTape: "flowChartPunchedTape";
|
|
230
|
-
flowChartSort: "flowChartSort";
|
|
231
|
-
flowChartSummingJunction: "flowChartSummingJunction";
|
|
232
|
-
flowChartTerminator: "flowChartTerminator";
|
|
233
|
-
folderCorner: "folderCorner";
|
|
234
|
-
gear6: "gear6";
|
|
235
|
-
gear9: "gear9";
|
|
236
|
-
halfFrame: "halfFrame";
|
|
237
|
-
heptagon: "heptagon";
|
|
238
|
-
homePlate: "homePlate";
|
|
239
|
-
horizontalScroll: "horizontalScroll";
|
|
240
|
-
irregularSeal1: "irregularSeal1";
|
|
241
|
-
irregularSeal2: "irregularSeal2";
|
|
242
|
-
leftArrow: "leftArrow";
|
|
243
|
-
leftArrowCallout: "leftArrowCallout";
|
|
244
|
-
leftBrace: "leftBrace";
|
|
245
|
-
leftBracket: "leftBracket";
|
|
246
|
-
leftCircularArrow: "leftCircularArrow";
|
|
247
|
-
leftRightArrow: "leftRightArrow";
|
|
248
|
-
leftRightArrowCallout: "leftRightArrowCallout";
|
|
249
|
-
leftRightCircularArrow: "leftRightCircularArrow";
|
|
250
|
-
leftRightRibbon: "leftRightRibbon";
|
|
251
|
-
leftRightUpArrow: "leftRightUpArrow";
|
|
252
|
-
leftUpArrow: "leftUpArrow";
|
|
253
|
-
lightningBolt: "lightningBolt";
|
|
254
|
-
line: "line";
|
|
255
|
-
lineInv: "lineInv";
|
|
256
|
-
mathDivide: "mathDivide";
|
|
257
|
-
mathEqual: "mathEqual";
|
|
258
|
-
mathMinus: "mathMinus";
|
|
259
|
-
mathMultiply: "mathMultiply";
|
|
260
|
-
mathNotEqual: "mathNotEqual";
|
|
261
|
-
mathPlus: "mathPlus";
|
|
262
|
-
noSmoking: "noSmoking";
|
|
263
|
-
nonIsoscelesTrapezoid: "nonIsoscelesTrapezoid";
|
|
264
|
-
notchedRightArrow: "notchedRightArrow";
|
|
265
|
-
parallelogram: "parallelogram";
|
|
266
|
-
pie: "pie";
|
|
267
|
-
pieWedge: "pieWedge";
|
|
268
|
-
plaque: "plaque";
|
|
269
|
-
plaqueTabs: "plaqueTabs";
|
|
270
|
-
quadArrow: "quadArrow";
|
|
271
|
-
quadArrowCallout: "quadArrowCallout";
|
|
272
|
-
rect: "rect";
|
|
273
|
-
ribbon2: "ribbon2";
|
|
274
|
-
rightArrow: "rightArrow";
|
|
275
|
-
rightArrowCallout: "rightArrowCallout";
|
|
276
|
-
rightBrace: "rightBrace";
|
|
277
|
-
rightBracket: "rightBracket";
|
|
278
|
-
round1Rect: "round1Rect";
|
|
279
|
-
round2DiagRect: "round2DiagRect";
|
|
280
|
-
round2SameRect: "round2SameRect";
|
|
281
|
-
roundRect: "roundRect";
|
|
282
|
-
rtTriangle: "rtTriangle";
|
|
283
|
-
smileyFace: "smileyFace";
|
|
284
|
-
snip1Rect: "snip1Rect";
|
|
285
|
-
snip2DiagRect: "snip2DiagRect";
|
|
286
|
-
snip2SameRect: "snip2SameRect";
|
|
287
|
-
snipRoundRect: "snipRoundRect";
|
|
288
|
-
squareTabs: "squareTabs";
|
|
289
|
-
star10: "star10";
|
|
290
|
-
star12: "star12";
|
|
291
|
-
star16: "star16";
|
|
292
|
-
star24: "star24";
|
|
293
|
-
star32: "star32";
|
|
294
|
-
star4: "star4";
|
|
295
|
-
star5: "star5";
|
|
296
|
-
star6: "star6";
|
|
297
|
-
star7: "star7";
|
|
298
|
-
star8: "star8";
|
|
299
|
-
stripedRightArrow: "stripedRightArrow";
|
|
300
|
-
swooshArrow: "swooshArrow";
|
|
301
|
-
teardrop: "teardrop";
|
|
302
|
-
trapezoid: "trapezoid";
|
|
303
|
-
upArrow: "upArrow";
|
|
304
|
-
upArrowCallout: "upArrowCallout";
|
|
305
|
-
upDownArrow: "upDownArrow";
|
|
306
|
-
upDownArrowCallout: "upDownArrowCallout";
|
|
307
|
-
uturnArrow: "uturnArrow";
|
|
308
|
-
verticalScroll: "verticalScroll";
|
|
309
|
-
wave: "wave";
|
|
310
|
-
wedgeEllipseCallout: "wedgeEllipseCallout";
|
|
311
|
-
wedgeRectCallout: "wedgeRectCallout";
|
|
312
|
-
wedgeRoundRectCallout: "wedgeRoundRectCallout";
|
|
313
|
-
}>;
|
|
314
69
|
export type ShadowStyle = z.infer<typeof shadowStyleSchema>;
|
|
315
70
|
export type AlignItems = z.infer<typeof alignItemsSchema>;
|
|
316
71
|
export type FlexWrap = z.infer<typeof flexWrapSchema>;
|
|
317
72
|
export type JustifyContent = z.infer<typeof justifyContentSchema>;
|
|
318
73
|
export type UnderlineStyle = z.infer<typeof underlineStyleSchema>;
|
|
319
74
|
export type Underline = z.infer<typeof underlineSchema>;
|
|
320
|
-
export declare const backgroundImageSchema: z.ZodObject<{
|
|
321
|
-
src: z.ZodString;
|
|
322
|
-
sizing: z.ZodOptional<z.ZodEnum<{
|
|
323
|
-
cover: "cover";
|
|
324
|
-
contain: "contain";
|
|
325
|
-
}>>;
|
|
326
|
-
}, z.core.$strip>;
|
|
327
75
|
declare const basePOMNodeSchema: z.ZodObject<{
|
|
328
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
329
76
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
330
77
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
331
78
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -386,8 +133,7 @@ declare const basePOMNodeSchema: z.ZodObject<{
|
|
|
386
133
|
}>>;
|
|
387
134
|
}, z.core.$strip>;
|
|
388
135
|
type BasePOMNode = z.infer<typeof basePOMNodeSchema>;
|
|
389
|
-
declare const textNodeSchema: z.ZodObject<{
|
|
390
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
136
|
+
export declare const textNodeSchema: z.ZodObject<{
|
|
391
137
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
392
138
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
393
139
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -512,8 +258,7 @@ export declare const liNodeSchema: z.ZodObject<{
|
|
|
512
258
|
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
513
259
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
514
260
|
}, z.core.$strip>;
|
|
515
|
-
declare const ulNodeSchema: z.ZodObject<{
|
|
516
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
261
|
+
export declare const ulNodeSchema: z.ZodObject<{
|
|
517
262
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
518
263
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
519
264
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -637,8 +382,7 @@ declare const ulNodeSchema: z.ZodObject<{
|
|
|
637
382
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
638
383
|
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
639
384
|
}, z.core.$strip>;
|
|
640
|
-
declare const olNodeSchema: z.ZodObject<{
|
|
641
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
385
|
+
export declare const olNodeSchema: z.ZodObject<{
|
|
642
386
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
643
387
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
644
388
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -781,8 +525,7 @@ declare const olNodeSchema: z.ZodObject<{
|
|
|
781
525
|
}>>;
|
|
782
526
|
numberStartAt: z.ZodOptional<z.ZodNumber>;
|
|
783
527
|
}, z.core.$strip>;
|
|
784
|
-
declare const imageNodeSchema: z.ZodObject<{
|
|
785
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
528
|
+
export declare const imageNodeSchema: z.ZodObject<{
|
|
786
529
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
787
530
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
788
531
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -866,18 +609,7 @@ declare const imageNodeSchema: z.ZodObject<{
|
|
|
866
609
|
color: z.ZodOptional<z.ZodString>;
|
|
867
610
|
}, z.core.$strip>>;
|
|
868
611
|
}, z.core.$strip>;
|
|
869
|
-
export declare const
|
|
870
|
-
[x: string]: string;
|
|
871
|
-
}>;
|
|
872
|
-
export declare const iconColorSchema: z.ZodOptional<z.ZodString>;
|
|
873
|
-
export declare const iconVariantSchema: z.ZodOptional<z.ZodEnum<{
|
|
874
|
-
"circle-filled": "circle-filled";
|
|
875
|
-
"circle-outlined": "circle-outlined";
|
|
876
|
-
"square-filled": "square-filled";
|
|
877
|
-
"square-outlined": "square-outlined";
|
|
878
|
-
}>>;
|
|
879
|
-
declare const iconNodeSchema: z.ZodObject<{
|
|
880
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
612
|
+
export declare const iconNodeSchema: z.ZodObject<{
|
|
881
613
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
882
614
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
883
615
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -950,54 +682,8 @@ declare const iconNodeSchema: z.ZodObject<{
|
|
|
950
682
|
}>>;
|
|
951
683
|
bgColor: z.ZodOptional<z.ZodString>;
|
|
952
684
|
}, z.core.$strip>;
|
|
953
|
-
export type IconNode = z.infer<typeof iconNodeSchema
|
|
954
|
-
yogaNode?: YogaNode;
|
|
955
|
-
};
|
|
956
|
-
export declare const tableRowSchema: z.ZodObject<{
|
|
957
|
-
cells: z.ZodArray<z.ZodObject<{
|
|
958
|
-
text: z.ZodString;
|
|
959
|
-
fontSize: z.ZodOptional<z.ZodNumber>;
|
|
960
|
-
color: z.ZodOptional<z.ZodString>;
|
|
961
|
-
bold: z.ZodOptional<z.ZodBoolean>;
|
|
962
|
-
italic: z.ZodOptional<z.ZodBoolean>;
|
|
963
|
-
underline: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodObject<{
|
|
964
|
-
style: z.ZodOptional<z.ZodEnum<{
|
|
965
|
-
dash: "dash";
|
|
966
|
-
dashHeavy: "dashHeavy";
|
|
967
|
-
dashLong: "dashLong";
|
|
968
|
-
dashLongHeavy: "dashLongHeavy";
|
|
969
|
-
dbl: "dbl";
|
|
970
|
-
dotDash: "dotDash";
|
|
971
|
-
dotDotDash: "dotDotDash";
|
|
972
|
-
dotted: "dotted";
|
|
973
|
-
dottedHeavy: "dottedHeavy";
|
|
974
|
-
heavy: "heavy";
|
|
975
|
-
none: "none";
|
|
976
|
-
sng: "sng";
|
|
977
|
-
wavy: "wavy";
|
|
978
|
-
wavyDbl: "wavyDbl";
|
|
979
|
-
wavyHeavy: "wavyHeavy";
|
|
980
|
-
}>>;
|
|
981
|
-
color: z.ZodOptional<z.ZodString>;
|
|
982
|
-
}, z.core.$strip>]>>;
|
|
983
|
-
strike: z.ZodOptional<z.ZodBoolean>;
|
|
984
|
-
highlight: z.ZodOptional<z.ZodString>;
|
|
985
|
-
textAlign: z.ZodOptional<z.ZodEnum<{
|
|
986
|
-
right: "right";
|
|
987
|
-
left: "left";
|
|
988
|
-
center: "center";
|
|
989
|
-
}>>;
|
|
990
|
-
backgroundColor: z.ZodOptional<z.ZodString>;
|
|
991
|
-
colspan: z.ZodOptional<z.ZodNumber>;
|
|
992
|
-
rowspan: z.ZodOptional<z.ZodNumber>;
|
|
993
|
-
}, z.core.$strip>>;
|
|
994
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
995
|
-
}, z.core.$strip>;
|
|
996
|
-
export declare const tableColumnSchema: z.ZodObject<{
|
|
997
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
998
|
-
}, z.core.$strip>;
|
|
685
|
+
export type IconNode = z.infer<typeof iconNodeSchema>;
|
|
999
686
|
export declare const tableNodeSchema: z.ZodObject<{
|
|
1000
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
1001
687
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1002
688
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1003
689
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1102,8 +788,7 @@ export declare const tableNodeSchema: z.ZodObject<{
|
|
|
1102
788
|
}, z.core.$strip>>;
|
|
1103
789
|
defaultRowHeight: z.ZodOptional<z.ZodNumber>;
|
|
1104
790
|
}, z.core.$strip>;
|
|
1105
|
-
declare const shapeNodeSchema: z.ZodObject<{
|
|
1106
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
791
|
+
export declare const shapeNodeSchema: z.ZodObject<{
|
|
1107
792
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1108
793
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1109
794
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1407,26 +1092,7 @@ declare const shapeNodeSchema: z.ZodObject<{
|
|
|
1407
1092
|
fontFamily: z.ZodOptional<z.ZodString>;
|
|
1408
1093
|
lineHeight: z.ZodOptional<z.ZodNumber>;
|
|
1409
1094
|
}, z.core.$strip>;
|
|
1410
|
-
export declare const
|
|
1411
|
-
radar: "radar";
|
|
1412
|
-
line: "line";
|
|
1413
|
-
pie: "pie";
|
|
1414
|
-
bar: "bar";
|
|
1415
|
-
area: "area";
|
|
1416
|
-
doughnut: "doughnut";
|
|
1417
|
-
}>;
|
|
1418
|
-
export declare const radarStyleSchema: z.ZodEnum<{
|
|
1419
|
-
standard: "standard";
|
|
1420
|
-
marker: "marker";
|
|
1421
|
-
filled: "filled";
|
|
1422
|
-
}>;
|
|
1423
|
-
export declare const chartDataSchema: z.ZodObject<{
|
|
1424
|
-
name: z.ZodOptional<z.ZodString>;
|
|
1425
|
-
labels: z.ZodArray<z.ZodString>;
|
|
1426
|
-
values: z.ZodArray<z.ZodNumber>;
|
|
1427
|
-
}, z.core.$strip>;
|
|
1428
|
-
declare const chartNodeSchema: z.ZodObject<{
|
|
1429
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
1095
|
+
export declare const chartNodeSchema: z.ZodObject<{
|
|
1430
1096
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1431
1097
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1432
1098
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1517,18 +1183,7 @@ export type ImageNode = z.infer<typeof imageNodeSchema>;
|
|
|
1517
1183
|
export type TableNode = z.infer<typeof tableNodeSchema>;
|
|
1518
1184
|
export type ShapeNode = z.infer<typeof shapeNodeSchema>;
|
|
1519
1185
|
export type ChartNode = z.infer<typeof chartNodeSchema>;
|
|
1520
|
-
export declare const timelineDirectionSchema: z.ZodEnum<{
|
|
1521
|
-
horizontal: "horizontal";
|
|
1522
|
-
vertical: "vertical";
|
|
1523
|
-
}>;
|
|
1524
|
-
export declare const timelineItemSchema: z.ZodObject<{
|
|
1525
|
-
date: z.ZodString;
|
|
1526
|
-
title: z.ZodString;
|
|
1527
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1528
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1529
|
-
}, z.core.$strip>;
|
|
1530
1186
|
export declare const timelineNodeSchema: z.ZodObject<{
|
|
1531
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
1532
1187
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1533
1188
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1534
1189
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1600,24 +1255,7 @@ export declare const timelineNodeSchema: z.ZodObject<{
|
|
|
1600
1255
|
}, z.core.$strip>>;
|
|
1601
1256
|
}, z.core.$strip>;
|
|
1602
1257
|
export type TimelineNode = z.infer<typeof timelineNodeSchema>;
|
|
1603
|
-
export declare const matrixAxisSchema: z.ZodObject<{
|
|
1604
|
-
x: z.ZodString;
|
|
1605
|
-
y: z.ZodString;
|
|
1606
|
-
}, z.core.$strip>;
|
|
1607
|
-
export declare const matrixQuadrantsSchema: z.ZodObject<{
|
|
1608
|
-
topLeft: z.ZodString;
|
|
1609
|
-
topRight: z.ZodString;
|
|
1610
|
-
bottomLeft: z.ZodString;
|
|
1611
|
-
bottomRight: z.ZodString;
|
|
1612
|
-
}, z.core.$strip>;
|
|
1613
|
-
export declare const matrixItemSchema: z.ZodObject<{
|
|
1614
|
-
label: z.ZodString;
|
|
1615
|
-
x: z.ZodNumber;
|
|
1616
|
-
y: z.ZodNumber;
|
|
1617
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1618
|
-
}, z.core.$strip>;
|
|
1619
1258
|
export declare const matrixNodeSchema: z.ZodObject<{
|
|
1620
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
1621
1259
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1622
1260
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1623
1261
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1695,10 +1333,6 @@ export declare const matrixNodeSchema: z.ZodObject<{
|
|
|
1695
1333
|
}, z.core.$strip>>;
|
|
1696
1334
|
}, z.core.$strip>;
|
|
1697
1335
|
export type MatrixNode = z.infer<typeof matrixNodeSchema>;
|
|
1698
|
-
export declare const treeLayoutSchema: z.ZodEnum<{
|
|
1699
|
-
horizontal: "horizontal";
|
|
1700
|
-
vertical: "vertical";
|
|
1701
|
-
}>;
|
|
1702
1336
|
export declare const treeNodeShapeSchema: z.ZodEnum<{
|
|
1703
1337
|
ellipse: "ellipse";
|
|
1704
1338
|
rect: "rect";
|
|
@@ -1714,7 +1348,6 @@ export type TreeDataItem = {
|
|
|
1714
1348
|
children?: TreeDataItem[];
|
|
1715
1349
|
};
|
|
1716
1350
|
export declare const treeNodeSchema: z.ZodObject<{
|
|
1717
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
1718
1351
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1719
1352
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1720
1353
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1796,17 +1429,7 @@ export declare const treeNodeSchema: z.ZodObject<{
|
|
|
1796
1429
|
export type TreeNodeShape = z.infer<typeof treeNodeShapeSchema>;
|
|
1797
1430
|
export type TreeConnectorStyle = z.infer<typeof treeConnectorStyleSchema>;
|
|
1798
1431
|
export type TreeNode = z.infer<typeof treeNodeSchema>;
|
|
1799
|
-
export declare const processArrowDirectionSchema: z.ZodEnum<{
|
|
1800
|
-
horizontal: "horizontal";
|
|
1801
|
-
vertical: "vertical";
|
|
1802
|
-
}>;
|
|
1803
|
-
export declare const processArrowStepSchema: z.ZodObject<{
|
|
1804
|
-
label: z.ZodString;
|
|
1805
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1806
|
-
textColor: z.ZodOptional<z.ZodString>;
|
|
1807
|
-
}, z.core.$strip>;
|
|
1808
1432
|
export declare const processArrowNodeSchema: z.ZodObject<{
|
|
1809
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
1810
1433
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1811
1434
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1812
1435
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1905,17 +1528,7 @@ export declare const processArrowNodeSchema: z.ZodObject<{
|
|
|
1905
1528
|
highlight: z.ZodOptional<z.ZodString>;
|
|
1906
1529
|
}, z.core.$strip>;
|
|
1907
1530
|
export type ProcessArrowNode = z.infer<typeof processArrowNodeSchema>;
|
|
1908
|
-
export declare const pyramidDirectionSchema: z.ZodEnum<{
|
|
1909
|
-
up: "up";
|
|
1910
|
-
down: "down";
|
|
1911
|
-
}>;
|
|
1912
|
-
export declare const pyramidLevelSchema: z.ZodObject<{
|
|
1913
|
-
label: z.ZodString;
|
|
1914
|
-
color: z.ZodOptional<z.ZodString>;
|
|
1915
|
-
textColor: z.ZodOptional<z.ZodString>;
|
|
1916
|
-
}, z.core.$strip>;
|
|
1917
1531
|
export declare const pyramidNodeSchema: z.ZodObject<{
|
|
1918
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
1919
1532
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1920
1533
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
1921
1534
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1988,52 +1601,7 @@ export declare const pyramidNodeSchema: z.ZodObject<{
|
|
|
1988
1601
|
bold: z.ZodOptional<z.ZodBoolean>;
|
|
1989
1602
|
}, z.core.$strip>;
|
|
1990
1603
|
export type PyramidNode = z.infer<typeof pyramidNodeSchema>;
|
|
1991
|
-
export declare const flowDirectionSchema: z.ZodEnum<{
|
|
1992
|
-
horizontal: "horizontal";
|
|
1993
|
-
vertical: "vertical";
|
|
1994
|
-
}>;
|
|
1995
|
-
export declare const flowNodeItemSchema: z.ZodObject<{
|
|
1996
|
-
id: z.ZodString;
|
|
1997
|
-
shape: z.ZodEnum<{
|
|
1998
|
-
flowChartConnector: "flowChartConnector";
|
|
1999
|
-
flowChartDecision: "flowChartDecision";
|
|
2000
|
-
flowChartDelay: "flowChartDelay";
|
|
2001
|
-
flowChartDocument: "flowChartDocument";
|
|
2002
|
-
flowChartInputOutput: "flowChartInputOutput";
|
|
2003
|
-
flowChartMagneticDisk: "flowChartMagneticDisk";
|
|
2004
|
-
flowChartManualInput: "flowChartManualInput";
|
|
2005
|
-
flowChartManualOperation: "flowChartManualOperation";
|
|
2006
|
-
flowChartPredefinedProcess: "flowChartPredefinedProcess";
|
|
2007
|
-
flowChartPreparation: "flowChartPreparation";
|
|
2008
|
-
flowChartProcess: "flowChartProcess";
|
|
2009
|
-
flowChartTerminator: "flowChartTerminator";
|
|
2010
|
-
}>;
|
|
2011
|
-
text: z.ZodString;
|
|
2012
|
-
color: z.ZodOptional<z.ZodString>;
|
|
2013
|
-
textColor: z.ZodOptional<z.ZodString>;
|
|
2014
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
2015
|
-
height: z.ZodOptional<z.ZodNumber>;
|
|
2016
|
-
}, z.core.$strip>;
|
|
2017
|
-
export declare const flowConnectionSchema: z.ZodObject<{
|
|
2018
|
-
from: z.ZodString;
|
|
2019
|
-
to: z.ZodString;
|
|
2020
|
-
label: z.ZodOptional<z.ZodString>;
|
|
2021
|
-
color: z.ZodOptional<z.ZodString>;
|
|
2022
|
-
}, z.core.$strip>;
|
|
2023
|
-
export declare const flowConnectorStyleSchema: z.ZodObject<{
|
|
2024
|
-
color: z.ZodOptional<z.ZodString>;
|
|
2025
|
-
width: z.ZodOptional<z.ZodNumber>;
|
|
2026
|
-
arrowType: z.ZodOptional<z.ZodEnum<{
|
|
2027
|
-
diamond: "diamond";
|
|
2028
|
-
triangle: "triangle";
|
|
2029
|
-
none: "none";
|
|
2030
|
-
arrow: "arrow";
|
|
2031
|
-
oval: "oval";
|
|
2032
|
-
stealth: "stealth";
|
|
2033
|
-
}>>;
|
|
2034
|
-
}, z.core.$strip>;
|
|
2035
1604
|
export declare const flowNodeSchema: z.ZodObject<{
|
|
2036
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
2037
1605
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2038
1606
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2039
1607
|
minW: z.ZodOptional<z.ZodNumber>;
|
|
@@ -2152,8 +1720,7 @@ export declare const lineArrowSchema: z.ZodUnion<readonly [z.ZodBoolean, z.ZodOb
|
|
|
2152
1720
|
stealth: "stealth";
|
|
2153
1721
|
}>>;
|
|
2154
1722
|
}, z.core.$strip>]>;
|
|
2155
|
-
declare const lineNodeSchema: z.ZodObject<{
|
|
2156
|
-
yogaNode: z.ZodOptional<z.ZodCustom<YogaNode, YogaNode>>;
|
|
1723
|
+
export declare const lineNodeSchema: z.ZodObject<{
|
|
2157
1724
|
w: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2158
1725
|
h: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodLiteral<"max">, z.ZodString]>>;
|
|
2159
1726
|
minW: z.ZodOptional<z.ZodNumber>;
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA0CxB,eAAO,MAAM,iBAAiB;;;;;;;;;;iBAO5B,CAAC;AAqBH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;EAgB/B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;mBAM1B,CAAC;AAEH,QAAA,MAAM,gBAAgB;;;;;EAAgD,CAAC;AAMvE,QAAA,MAAM,cAAc;;;;EAA4C,CAAC;AAEjE,QAAA,MAAM,oBAAoB;;;;;;;EAOxB,CAAC;AAwLH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC5D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC1D,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAClE,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAWxD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAqBrB,CAAC;AAEH,KAAK,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAGrD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAazB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUvB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAavB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAevB,CAAC;AAUH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAK1B,CAAC;AAkBH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOzB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AA0BtD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAK1B,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiB1B,CAAC;AAmBH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAU1B,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAClD,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAClD,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;AAClD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAYxD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAsB9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAK3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAK1D,eAAO,MAAM,mBAAmB;;;;EAA2C,CAAC;AAE5E,eAAO,MAAM,wBAAwB;;;iBAGnC,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC;CAC3B,CAAC;AAUF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAUzB,CAAC;AAEH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAChE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAWtD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAajC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAWtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAM5B,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AA6C5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBASzB,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAgBtD,eAAO,MAAM,eAAe;;;;;;;;;mBAAiD,CAAC;AAE9E,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAWzB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AACxD,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AAQtD,MAAM,MAAM,OAAO,GAAG,WAAW,GAAG;IAClC,IAAI,EAAE,KAAK,CAAC;IACZ,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG;IACrC,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,WAAW,GAAG;IACrC,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,OAAO,EAAE,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,CAAC;AAGF,KAAK,UAAU,GAAG,OAAO,GAAG;IAC1B,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG;IACpC,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,UAAU,EAAE,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,OAAO,GACf,QAAQ,GACR,MAAM,GACN,MAAM,GACN,SAAS,GACT,SAAS,GACT,OAAO,GACP,UAAU,GACV,UAAU,GACV,SAAS,GACT,SAAS,GACT,YAAY,GACZ,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,gBAAgB,GAChB,WAAW,GACX,QAAQ,GACR,SAAS,GACT,QAAQ,CAAC;AAoEb,QAAA,MAAM,oBAAoB;;;;;iBAKxB,CAAC;AAEH,KAAK,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAG3D,MAAM,MAAM,oBAAoB,GAAG,cAAc,GAAG;IAClD,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF,MAAM,MAAM,cAAc,GACtB,CAAC,QAAQ,GAAG,cAAc,CAAC,GAC3B,CAAC,MAAM,GAAG,cAAc,CAAC,GACzB,CAAC,MAAM,GAAG,cAAc,CAAC,GACzB,CAAC,SAAS,GAAG,cAAc,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,GACrD,CAAC,SAAS,GAAG,cAAc,CAAC,GAC5B,CAAC,OAAO,GAAG,cAAc,GAAG;IAAE,QAAQ,EAAE,cAAc,CAAA;CAAE,CAAC,GACzD,CAAC,UAAU,GAAG,cAAc,GAAG;IAAE,QAAQ,EAAE,cAAc,EAAE,CAAA;CAAE,CAAC,GAC9D,CAAC,UAAU,GAAG,cAAc,GAAG;IAAE,QAAQ,EAAE,cAAc,EAAE,CAAA;CAAE,CAAC,GAC9D,CAAC,SAAS,GAAG,cAAc,CAAC,GAC5B,CAAC,SAAS,GAAG,cAAc,CAAC,GAC5B,CAAC,YAAY,GAAG,cAAc,CAAC,GAC/B,CAAC,UAAU,GAAG,cAAc,CAAC,GAC7B,CAAC,QAAQ,GAAG,cAAc,CAAC,GAC3B,CAAC,QAAQ,GAAG,cAAc,CAAC,GAC3B,CAAC,gBAAgB,GAAG,cAAc,CAAC,GACnC,CAAC,WAAW,GAAG,cAAc,CAAC,GAC9B,CAAC,QAAQ,GAAG,cAAc,CAAC,GAC3B,CAAC,SAAS,GAAG,cAAc,GAAG;IAAE,QAAQ,EAAE,oBAAoB,EAAE,CAAA;CAAE,CAAC,GACnE,CAAC,QAAQ,GACP,cAAc,GAAG;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC,CAAC;AAgDT,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAgB1B,CAAC;AAEH,QAAA,MAAM,uBAAuB;;;;;;;iBAO3B,CAAC;AAEH,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;iBAQ1B,CAAC;AAEH,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;iBAO1B,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAK7B,CAAC;AAEH,QAAA,MAAM,wBAAwB;;;;;;;;iBAQ5B,CAAC;AAEH,QAAA,MAAM,2BAA2B;;;;;;;;mBAK/B,CAAC;AAEH,QAAA,MAAM,uBAAuB;;;;;mBAQ3B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMnC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AACtE,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAC9D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
|