@snaptrude/plugin-core 0.7.0 → 0.8.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/CHANGELOG.md +22 -0
- package/api-manifest.full.json +360 -19
- package/api-manifest.json +915 -37
- package/dist/api/core/camera/index.d.ts +208 -0
- package/dist/api/core/camera/index.d.ts.map +1 -0
- package/dist/api/core/comment/index.d.ts +105 -2
- package/dist/api/core/comment/index.d.ts.map +1 -1
- package/dist/api/core/geom/create/index.d.ts +13 -13
- package/dist/api/core/geom/delete/index.d.ts +8 -2
- package/dist/api/core/geom/delete/index.d.ts.map +1 -1
- package/dist/api/core/geom/query/arc.d.ts +5 -5
- package/dist/api/core/geom/query/brep.d.ts +18 -18
- package/dist/api/core/geom/query/circle.d.ts +18 -18
- package/dist/api/core/geom/query/contour.d.ts +20 -20
- package/dist/api/core/geom/query/curve.d.ts +49 -49
- package/dist/api/core/geom/query/edge.d.ts +5 -5
- package/dist/api/core/geom/query/face.d.ts +16 -16
- package/dist/api/core/geom/query/halfedge.d.ts +8 -8
- package/dist/api/core/geom/query/profile.d.ts +19 -19
- package/dist/api/core/geom/query/vertex.d.ts +8 -8
- package/dist/api/core/geom/update/contour.d.ts +14 -14
- package/dist/api/core/geom/update/curve.d.ts +7 -7
- package/dist/api/core/geom/update/profile.d.ts +16 -16
- package/dist/api/core/handles/index.d.ts +210 -0
- package/dist/api/core/handles/index.d.ts.map +1 -0
- package/dist/api/core/index.d.ts +15 -0
- package/dist/api/core/index.d.ts.map +1 -1
- package/dist/api/core/io/export/index.d.ts +132 -0
- package/dist/api/core/io/export/index.d.ts.map +1 -0
- package/dist/api/core/io/import/index.d.ts +1 -1
- package/dist/api/core/io/index.d.ts +5 -0
- package/dist/api/core/io/index.d.ts.map +1 -1
- package/dist/api/core/layers.d.ts +7 -7
- package/dist/api/core/proposals/index.d.ts +65 -9
- package/dist/api/core/proposals/index.d.ts.map +1 -1
- package/dist/api/core/user.d.ts +44 -0
- package/dist/api/core/user.d.ts.map +1 -0
- package/dist/api/design/boolean/index.d.ts +4 -4
- package/dist/api/design/create/index.d.ts +139 -44
- package/dist/api/design/create/index.d.ts.map +1 -1
- package/dist/api/design/doors/index.d.ts +36 -0
- package/dist/api/design/doors/index.d.ts.map +1 -1
- package/dist/api/design/edit/index.d.ts +1 -1
- package/dist/api/design/erase/index.d.ts +2 -2
- package/dist/api/design/furniture/index.d.ts +114 -3
- package/dist/api/design/furniture/index.d.ts.map +1 -1
- package/dist/api/design/index.d.ts +10 -0
- package/dist/api/design/index.d.ts.map +1 -1
- package/dist/api/design/materials/index.d.ts +111 -14
- package/dist/api/design/materials/index.d.ts.map +1 -1
- package/dist/api/design/query/index.d.ts +31 -1
- package/dist/api/design/query/index.d.ts.map +1 -1
- package/dist/api/design/query/spaces.d.ts +5 -5
- package/dist/api/design/transform/index.d.ts +83 -14
- package/dist/api/design/transform/index.d.ts.map +1 -1
- package/dist/api/design/types/index.d.ts +181 -0
- package/dist/api/design/types/index.d.ts.map +1 -0
- package/dist/api/design/update/index.d.ts +335 -2
- package/dist/api/design/update/index.d.ts.map +1 -1
- package/dist/api/design/visibility.d.ts +98 -0
- package/dist/api/design/visibility.d.ts.map +1 -0
- package/dist/api/entity/referenceLine.d.ts +2 -2
- package/dist/api/entity/space.d.ts +19 -19
- package/dist/api/entity/story.d.ts +128 -15
- package/dist/api/entity/story.d.ts.map +1 -1
- package/dist/api/presentation/aiInspiration.d.ts +1967 -7
- package/dist/api/presentation/aiInspiration.d.ts.map +1 -1
- package/dist/api/presentation/annotate.d.ts +448 -0
- package/dist/api/presentation/annotate.d.ts.map +1 -0
- package/dist/api/presentation/diagrams.d.ts +49 -8
- package/dist/api/presentation/diagrams.d.ts.map +1 -1
- package/dist/api/presentation/export.d.ts +104 -0
- package/dist/api/presentation/export.d.ts.map +1 -0
- package/dist/api/presentation/index.d.ts +40 -3
- package/dist/api/presentation/index.d.ts.map +1 -1
- package/dist/api/presentation/sheets.d.ts +410 -13
- package/dist/api/presentation/sheets.d.ts.map +1 -1
- package/dist/api/presentation/views.d.ts +165 -10
- package/dist/api/presentation/views.d.ts.map +1 -1
- package/dist/api/program/areas.d.ts +63 -3
- package/dist/api/program/areas.d.ts.map +1 -1
- package/dist/api/program/cores.d.ts +3 -99
- package/dist/api/program/cores.d.ts.map +1 -1
- package/dist/api/program/index.d.ts +2 -2
- package/dist/api/program/index.d.ts.map +1 -1
- package/dist/api/program/layout.d.ts +172 -12
- package/dist/api/program/layout.d.ts.map +1 -1
- package/dist/api/program/site.d.ts +11 -8
- package/dist/api/program/site.d.ts.map +1 -1
- package/dist/api/program/spreadsheet.d.ts +105 -13
- package/dist/api/program/spreadsheet.d.ts.map +1 -1
- package/dist/handles.d.ts +64 -25
- package/dist/handles.d.ts.map +1 -1
- package/dist/index.cjs +2502 -1466
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2369 -1461
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/api/core/camera/index.ts +212 -0
- package/src/api/core/comment/index.ts +120 -2
- package/src/api/core/geom/delete/index.ts +6 -0
- package/src/api/core/handles/index.ts +233 -0
- package/src/api/core/index.ts +15 -0
- package/src/api/core/io/export/index.ts +124 -0
- package/src/api/core/io/index.ts +5 -0
- package/src/api/core/proposals/index.ts +71 -11
- package/src/api/core/user.ts +46 -0
- package/src/api/design/create/index.ts +166 -36
- package/src/api/design/doors/index.ts +40 -0
- package/src/api/design/furniture/index.ts +127 -3
- package/src/api/design/index.ts +10 -0
- package/src/api/design/materials/index.ts +157 -30
- package/src/api/design/query/index.ts +33 -7
- package/src/api/design/transform/index.ts +89 -12
- package/src/api/design/types/index.ts +156 -0
- package/src/api/design/update/index.ts +402 -6
- package/src/api/design/visibility.ts +109 -0
- package/src/api/entity/story.ts +141 -15
- package/src/api/presentation/aiInspiration.ts +761 -7
- package/src/api/presentation/annotate.ts +360 -0
- package/src/api/presentation/diagrams.ts +53 -8
- package/src/api/presentation/export.ts +104 -0
- package/src/api/presentation/index.ts +48 -3
- package/src/api/presentation/sheets.ts +346 -13
- package/src/api/presentation/views.ts +164 -12
- package/src/api/program/areas.ts +57 -6
- package/src/api/program/cores.ts +3 -91
- package/src/api/program/index.ts +2 -2
- package/src/api/program/layout.ts +182 -12
- package/src/api/program/site.ts +11 -8
- package/src/api/program/spreadsheet.ts +125 -29
- package/src/handles.ts +77 -13
- package/tsconfig.json +7 -2
|
@@ -91,21 +91,32 @@ export declare abstract class PluginStoryApi {
|
|
|
91
91
|
*/
|
|
92
92
|
abstract create(storyValue: number, height?: number): PluginApiReturn<PluginStoryCreateResult>;
|
|
93
93
|
/**
|
|
94
|
-
* Update a story's floor-to-floor height
|
|
94
|
+
* Update a story's floor-to-floor `height` and/or `name`.
|
|
95
95
|
*
|
|
96
|
-
*
|
|
97
|
-
* walls, columns, and masses on the story are **stretched** to the new
|
|
98
|
-
* every story **above shifts up/down** by the delta so the stack stays
|
|
96
|
+
* **Height** is the same operation as editing the height in the Stories panel:
|
|
97
|
+
* the walls, columns, and masses on the story are **stretched** to the new
|
|
98
|
+
* height, every story **above shifts up/down** by the delta so the stack stays
|
|
99
99
|
* contiguous, and coupled elements (staircases, parametric curtain walls,
|
|
100
|
-
* furniture offsets) are re-fitted. The whole cascade is committed as
|
|
101
|
-
* undo step**. Height-locked elements are left untouched.
|
|
100
|
+
* furniture offsets) are re-fitted. The whole height cascade is committed as
|
|
101
|
+
* **one undo step**. Height-locked elements are left untouched.
|
|
102
|
+
*
|
|
103
|
+
* **Name** is the same as renaming the story in the Stories panel: it is
|
|
104
|
+
* persisted immediately (saved to the project) but, mirroring the panel, is
|
|
105
|
+
* **not** part of the height undo step.
|
|
106
|
+
*
|
|
107
|
+
* At least one of `height` or `options.name` must be supplied. Omitting the
|
|
108
|
+
* `height` argument (e.g. for a rename-only update) leaves the height
|
|
109
|
+
* untouched.
|
|
102
110
|
*
|
|
103
111
|
* @param storyValue - Integer storey number
|
|
104
112
|
* identifying the story to update
|
|
105
113
|
* @param height - New floor-to-floor height in
|
|
106
|
-
* Babylon units
|
|
107
|
-
* @
|
|
114
|
+
* Babylon units. Omit to leave the height unchanged.
|
|
115
|
+
* @param options - `name` (new display name for the story)
|
|
116
|
+
* @returns A {@linkcode PluginStoryUpdateResult} with the story's
|
|
117
|
+
* `storyValue`, `height`, and `name` after the update
|
|
108
118
|
* @throws `PRECONDITION_FAILED` if no story has the given value;
|
|
119
|
+
* `VALIDATION` if neither `height` nor `options.name` is supplied;
|
|
109
120
|
* `STORY_HEIGHT_REJECTED` if the engine rejects the height (e.g. out of
|
|
110
121
|
* range — the change silently reverts host-side and is surfaced as this
|
|
111
122
|
* error); `STORY_UPDATE_FAILED` if the story cannot be re-read after the
|
|
@@ -113,17 +124,68 @@ export declare abstract class PluginStoryApi {
|
|
|
113
124
|
*
|
|
114
125
|
* @examplePrompt Change the ground floor height to 3.5 metres
|
|
115
126
|
* @examplePrompt Make the second storey taller
|
|
127
|
+
* @examplePrompt Rename the ground floor to "Lobby"
|
|
116
128
|
* @examplePrompt Set the floor-to-floor height of level 1
|
|
117
|
-
* @examplePrompt
|
|
129
|
+
* @examplePrompt Rename storey 2 and make it taller in one go
|
|
118
130
|
*
|
|
119
131
|
* # Example
|
|
120
132
|
* ```ts
|
|
121
133
|
* // Set ground floor height to 5 Babylon units — walls stretch and the
|
|
122
134
|
* // floors above move up to match, all in a single undo step.
|
|
123
135
|
* const result = await snaptrude.entity.story.update(1, 5)
|
|
136
|
+
* // Rename only, leaving the height untouched.
|
|
137
|
+
* await snaptrude.entity.story.update(1, undefined, { name: "Lobby" })
|
|
124
138
|
* ```
|
|
125
139
|
*/
|
|
126
|
-
abstract update(storyValue: number, height
|
|
140
|
+
abstract update(storyValue: number, height?: number, options?: {
|
|
141
|
+
name?: string;
|
|
142
|
+
}): PluginApiReturn<PluginStoryUpdateResult>;
|
|
143
|
+
/**
|
|
144
|
+
* Make a story the active story — the same as clicking it in the storey/layer
|
|
145
|
+
* panel. Subsequent draws and creates target this story, and in 2D the
|
|
146
|
+
* viewport switches to it. This is a view/navigation change: it is **not**
|
|
147
|
+
* undoable and commits nothing to the model.
|
|
148
|
+
*
|
|
149
|
+
* @param storyValue - Integer storey number to activate
|
|
150
|
+
* @returns A {@linkcode PluginStorySetActiveResult} echoing the now-active `storyValue`
|
|
151
|
+
* @throws `PRECONDITION_FAILED` if no story has the given value
|
|
152
|
+
*
|
|
153
|
+
* @examplePrompt Switch to the second floor
|
|
154
|
+
* @examplePrompt Make the ground storey active
|
|
155
|
+
* @examplePrompt Go to the basement level
|
|
156
|
+
* @examplePrompt Set level 3 as the current storey
|
|
157
|
+
*
|
|
158
|
+
* # Example
|
|
159
|
+
* ```ts
|
|
160
|
+
* // Activate story 2, then draw a wall — it lands on story 2.
|
|
161
|
+
* await snaptrude.entity.story.setActive(2)
|
|
162
|
+
* ```
|
|
163
|
+
*/
|
|
164
|
+
abstract setActive(storyValue: number): PluginApiReturn<PluginStorySetActiveResult>;
|
|
165
|
+
/**
|
|
166
|
+
* Delete a story and everything on it — the same as removing it from the
|
|
167
|
+
* storey panel. Every element placed on the story (walls, floors, masses, …)
|
|
168
|
+
* is deleted with it, the remaining stories are re-stacked, and the active
|
|
169
|
+
* story falls back to an adjacent one. Committed as a single undo step.
|
|
170
|
+
*
|
|
171
|
+
* @param storyValue - Integer storey number to delete
|
|
172
|
+
* @returns A {@linkcode PluginStoryDeleteResult} with the deleted `storyValue`
|
|
173
|
+
* and the `newActiveStory` the editor fell back to
|
|
174
|
+
* @throws `PRECONDITION_FAILED` if no story has the given value; or if plugin
|
|
175
|
+
* writes are disabled
|
|
176
|
+
*
|
|
177
|
+
* @examplePrompt Delete the top floor
|
|
178
|
+
* @examplePrompt Remove the basement level
|
|
179
|
+
* @examplePrompt Get rid of storey 3
|
|
180
|
+
* @examplePrompt Delete the second floor and everything on it
|
|
181
|
+
*
|
|
182
|
+
* # Example
|
|
183
|
+
* ```ts
|
|
184
|
+
* const { newActiveStory } = await snaptrude.entity.story.delete(3)
|
|
185
|
+
* console.log(`Deleted story 3; now on story ${newActiveStory}`)
|
|
186
|
+
* ```
|
|
187
|
+
*/
|
|
188
|
+
abstract delete(storyValue: number): PluginApiReturn<PluginStoryDeleteResult>;
|
|
127
189
|
/**
|
|
128
190
|
* Duplicate a story into the adjacent level, up or down.
|
|
129
191
|
*
|
|
@@ -278,31 +340,82 @@ export declare const PluginStoryCreateResult: z.ZodObject<{
|
|
|
278
340
|
}, z.core.$strip>;
|
|
279
341
|
export type PluginStoryCreateResult = z.infer<typeof PluginStoryCreateResult>;
|
|
280
342
|
/**
|
|
281
|
-
* Arguments for {@linkcode PluginStoryApi.update}.
|
|
343
|
+
* Arguments for {@linkcode PluginStoryApi.update}. At least one of `height` or
|
|
344
|
+
* `name` must be supplied.
|
|
282
345
|
*
|
|
283
346
|
* | Property | Type | Description |
|
|
284
347
|
* |---|---|---|
|
|
285
348
|
* | `storyValue` | `number` (int) | Storey number of the story to update |
|
|
286
|
-
* | `height` | `number
|
|
349
|
+
* | `height` | `number?` | New height in Babylon units (omit to leave unchanged) |
|
|
350
|
+
* | `name` | `string?` | New display name for the story (omit to leave unchanged) |
|
|
287
351
|
*/
|
|
288
352
|
export declare const PluginStoryUpdateArgs: z.ZodObject<{
|
|
289
353
|
storyValue: z.ZodNumber;
|
|
290
|
-
height: z.ZodNumber
|
|
354
|
+
height: z.ZodOptional<z.ZodNumber>;
|
|
355
|
+
name: z.ZodOptional<z.ZodString>;
|
|
291
356
|
}, z.core.$strip>;
|
|
292
357
|
export type PluginStoryUpdateArgs = z.infer<typeof PluginStoryUpdateArgs>;
|
|
293
358
|
/**
|
|
294
|
-
* Result of {@linkcode PluginStoryApi.update}.
|
|
359
|
+
* Result of {@linkcode PluginStoryApi.update} — the story's state after the update.
|
|
295
360
|
*
|
|
296
361
|
* | Property | Type | Description |
|
|
297
362
|
* |---|---|---|
|
|
298
363
|
* | `storyValue` | `number` | The storey number of the updated story |
|
|
299
|
-
* | `height` | `number` | The
|
|
364
|
+
* | `height` | `number` | The height after the update |
|
|
365
|
+
* | `name` | `string` | The name after the update |
|
|
300
366
|
*/
|
|
301
367
|
export declare const PluginStoryUpdateResult: z.ZodObject<{
|
|
302
368
|
storyValue: z.ZodNumber;
|
|
303
369
|
height: z.ZodNumber;
|
|
370
|
+
name: z.ZodString;
|
|
304
371
|
}, z.core.$strip>;
|
|
305
372
|
export type PluginStoryUpdateResult = z.infer<typeof PluginStoryUpdateResult>;
|
|
373
|
+
/**
|
|
374
|
+
* Arguments for {@linkcode PluginStoryApi.setActive}.
|
|
375
|
+
*
|
|
376
|
+
* | Property | Type | Description |
|
|
377
|
+
* |---|---|---|
|
|
378
|
+
* | `storyValue` | `number` (int) | Storey number to activate |
|
|
379
|
+
*/
|
|
380
|
+
export declare const PluginStorySetActiveArgs: z.ZodObject<{
|
|
381
|
+
storyValue: z.ZodNumber;
|
|
382
|
+
}, z.core.$strip>;
|
|
383
|
+
export type PluginStorySetActiveArgs = z.infer<typeof PluginStorySetActiveArgs>;
|
|
384
|
+
/**
|
|
385
|
+
* Result of {@linkcode PluginStoryApi.setActive}.
|
|
386
|
+
*
|
|
387
|
+
* | Property | Type | Description |
|
|
388
|
+
* |---|---|---|
|
|
389
|
+
* | `storyValue` | `number` | The storey number that is now active |
|
|
390
|
+
*/
|
|
391
|
+
export declare const PluginStorySetActiveResult: z.ZodObject<{
|
|
392
|
+
storyValue: z.ZodNumber;
|
|
393
|
+
}, z.core.$strip>;
|
|
394
|
+
export type PluginStorySetActiveResult = z.infer<typeof PluginStorySetActiveResult>;
|
|
395
|
+
/**
|
|
396
|
+
* Arguments for {@linkcode PluginStoryApi.delete}.
|
|
397
|
+
*
|
|
398
|
+
* | Property | Type | Description |
|
|
399
|
+
* |---|---|---|
|
|
400
|
+
* | `storyValue` | `number` (int) | Storey number to delete |
|
|
401
|
+
*/
|
|
402
|
+
export declare const PluginStoryDeleteArgs: z.ZodObject<{
|
|
403
|
+
storyValue: z.ZodNumber;
|
|
404
|
+
}, z.core.$strip>;
|
|
405
|
+
export type PluginStoryDeleteArgs = z.infer<typeof PluginStoryDeleteArgs>;
|
|
406
|
+
/**
|
|
407
|
+
* Result of {@linkcode PluginStoryApi.delete}.
|
|
408
|
+
*
|
|
409
|
+
* | Property | Type | Description |
|
|
410
|
+
* |---|---|---|
|
|
411
|
+
* | `storyValue` | `number` | The storey number that was deleted |
|
|
412
|
+
* | `newActiveStory` | `number` | The storey the editor fell back to as active |
|
|
413
|
+
*/
|
|
414
|
+
export declare const PluginStoryDeleteResult: z.ZodObject<{
|
|
415
|
+
storyValue: z.ZodNumber;
|
|
416
|
+
newActiveStory: z.ZodNumber;
|
|
417
|
+
}, z.core.$strip>;
|
|
418
|
+
export type PluginStoryDeleteResult = z.infer<typeof PluginStoryDeleteResult>;
|
|
306
419
|
/**
|
|
307
420
|
* Arguments for {@linkcode PluginStoryApi.duplicate} (options flattened).
|
|
308
421
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"story.d.ts","sourceRoot":"","sources":["../../../src/api/entity/story.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAA;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAE/C;;;;;;;;;;;GAWG;AACH,8BAAsB,cAAc;;IAGlC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;aACa,GAAG,CACjB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,sBAAsB,EAAE,GACnC,eAAe,CAAC,oBAAoB,CAAC;IAExC;;;;;;;;;;;;;;;;;;;;;OAqBG;aACa,MAAM,IAAI,eAAe,CAAC,uBAAuB,CAAC;IAElE;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;aACa,MAAM,CACpB,UAAU,EAAE,MAAM,EAClB,MAAM,CAAC,EAAE,MAAM,GACd,eAAe,CAAC,uBAAuB,CAAC;IAE3C
|
|
1
|
+
{"version":3,"file":"story.d.ts","sourceRoot":"","sources":["../../../src/api/entity/story.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAA;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAE/C;;;;;;;;;;;GAWG;AACH,8BAAsB,cAAc;;IAGlC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;aACa,GAAG,CACjB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,sBAAsB,EAAE,GACnC,eAAe,CAAC,oBAAoB,CAAC;IAExC;;;;;;;;;;;;;;;;;;;;;OAqBG;aACa,MAAM,IAAI,eAAe,CAAC,uBAAuB,CAAC;IAElE;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;aACa,MAAM,CACpB,UAAU,EAAE,MAAM,EAClB,MAAM,CAAC,EAAE,MAAM,GACd,eAAe,CAAC,uBAAuB,CAAC;IAE3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;aACa,MAAM,CACpB,UAAU,EAAE,MAAM,EAClB,MAAM,CAAC,EAAE,MAAM,EACf,OAAO,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,GAC1B,eAAe,CAAC,uBAAuB,CAAC;IAE3C;;;;;;;;;;;;;;;;;;;;OAoBG;aACa,SAAS,CACvB,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,0BAA0B,CAAC;IAE9C;;;;;;;;;;;;;;;;;;;;;;OAsBG;aACa,MAAM,CACpB,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,CAAC;IAE3C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA0CG;aACa,SAAS,CACvB,SAAS,EAAE,IAAI,GAAG,MAAM,EACxB,OAAO,CAAC,EAAE;QAAE,UAAU,CAAC,EAAE,eAAe,EAAE,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,GAC7D,eAAe,CAAC,0BAA0B,CAAC;CAC/C;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;EASjC,CAAA;AAEF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAE3E;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;iBAG7B,CAAA;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;iBAWrB,CAAA;AAEZ,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEvE;;;;;;GAMG;AACH,eAAO,MAAM,uBAAuB;;;;;;iBAQlC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE7E;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB;;;iBAGhC,CAAA;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEzE;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB;;;iBAGlC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE7E;;;;;;;;;GASG;AACH,eAAO,MAAM,qBAAqB;;;;iBAIhC,CAAA;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEzE;;;;;;;;GAQG;AACH,eAAO,MAAM,uBAAuB;;;;iBAIlC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE7E;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB;;iBAEnC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAE/E;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B;;iBAErC,CAAA;AAEF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAEnF;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB;;iBAEhC,CAAA;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEzE;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB;;;iBAGlC,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAA;AAE7E;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB;;;;;;;iBAInC,CAAA;AAEF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAE/E;;;;;;;;;;GAUG;AACH,eAAO,MAAM,0BAA0B;;;;;;iBAMrC,CAAA;AAEF,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAC9C,OAAO,0BAA0B,CAClC,CAAA"}
|