@elaraai/east-ui 0.0.1-beta.3 → 0.0.1-beta.5
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 +3 -2
- package/dist/src/buttons/button/index.d.ts +57 -0
- package/dist/src/buttons/button/index.d.ts.map +1 -1
- package/dist/src/buttons/button/index.js +57 -0
- package/dist/src/buttons/button/index.js.map +1 -1
- package/dist/src/buttons/icon-button/index.d.ts +62 -0
- package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/index.js +62 -0
- package/dist/src/buttons/icon-button/index.js.map +1 -1
- package/dist/src/charts/index.d.ts +603 -18
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/index.js +603 -20
- package/dist/src/charts/index.js.map +1 -1
- package/dist/src/charts/sparkline/index.d.ts +47 -0
- package/dist/src/charts/sparkline/index.d.ts.map +1 -1
- package/dist/src/charts/sparkline/index.js +47 -0
- package/dist/src/charts/sparkline/index.js.map +1 -1
- package/dist/src/collections/data-list/index.d.ts +89 -0
- package/dist/src/collections/data-list/index.d.ts.map +1 -1
- package/dist/src/collections/data-list/index.js +89 -0
- package/dist/src/collections/data-list/index.js.map +1 -1
- package/dist/src/collections/gantt/index.d.ts +692 -4
- package/dist/src/collections/gantt/index.d.ts.map +1 -1
- package/dist/src/collections/gantt/index.js +177 -4
- package/dist/src/collections/gantt/index.js.map +1 -1
- package/dist/src/collections/table/index.d.ts +511 -0
- package/dist/src/collections/table/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.js +99 -0
- package/dist/src/collections/table/index.js.map +1 -1
- package/dist/src/collections/tree-view/index.d.ts +170 -0
- package/dist/src/collections/tree-view/index.d.ts.map +1 -1
- package/dist/src/collections/tree-view/index.js +170 -0
- package/dist/src/collections/tree-view/index.js.map +1 -1
- package/dist/src/component.d.ts +103 -0
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +15 -1
- package/dist/src/component.js.map +1 -1
- package/dist/src/container/card/index.d.ts +266 -0
- package/dist/src/container/card/index.d.ts.map +1 -1
- package/dist/src/container/card/index.js +60 -0
- package/dist/src/container/card/index.js.map +1 -1
- package/dist/src/disclosure/accordion/index.d.ts +495 -0
- package/dist/src/disclosure/accordion/index.d.ts.map +1 -1
- package/dist/src/disclosure/accordion/index.js +83 -0
- package/dist/src/disclosure/accordion/index.js.map +1 -1
- package/dist/src/disclosure/carousel/index.d.ts +266 -4
- package/dist/src/disclosure/carousel/index.d.ts.map +1 -1
- package/dist/src/disclosure/carousel/index.js +60 -4
- package/dist/src/disclosure/carousel/index.js.map +1 -1
- package/dist/src/disclosure/tabs/index.d.ts +591 -0
- package/dist/src/disclosure/tabs/index.d.ts.map +1 -1
- package/dist/src/disclosure/tabs/index.js +179 -0
- package/dist/src/disclosure/tabs/index.js.map +1 -1
- package/dist/src/display/avatar/index.d.ts +35 -0
- package/dist/src/display/avatar/index.d.ts.map +1 -1
- package/dist/src/display/avatar/index.js +35 -0
- package/dist/src/display/avatar/index.js.map +1 -1
- package/dist/src/display/badge/index.d.ts +35 -0
- package/dist/src/display/badge/index.d.ts.map +1 -1
- package/dist/src/display/badge/index.js +35 -0
- package/dist/src/display/badge/index.js.map +1 -1
- package/dist/src/display/icon/index.d.ts +78 -6
- package/dist/src/display/icon/index.d.ts.map +1 -1
- package/dist/src/display/icon/index.js +78 -6
- package/dist/src/display/icon/index.js.map +1 -1
- package/dist/src/display/stat/index.d.ts +67 -2
- package/dist/src/display/stat/index.d.ts.map +1 -1
- package/dist/src/display/stat/index.js +68 -3
- package/dist/src/display/stat/index.js.map +1 -1
- package/dist/src/display/tag/index.d.ts +48 -0
- package/dist/src/display/tag/index.d.ts.map +1 -1
- package/dist/src/display/tag/index.js +48 -0
- package/dist/src/display/tag/index.js.map +1 -1
- package/dist/src/feedback/alert/index.d.ts +64 -0
- package/dist/src/feedback/alert/index.d.ts.map +1 -1
- package/dist/src/feedback/alert/index.js +64 -0
- package/dist/src/feedback/alert/index.js.map +1 -1
- package/dist/src/feedback/progress/index.d.ts +54 -0
- package/dist/src/feedback/progress/index.d.ts.map +1 -1
- package/dist/src/feedback/progress/index.js +54 -0
- package/dist/src/feedback/progress/index.js.map +1 -1
- package/dist/src/forms/checkbox/index.d.ts +38 -0
- package/dist/src/forms/checkbox/index.d.ts.map +1 -1
- package/dist/src/forms/checkbox/index.js +38 -0
- package/dist/src/forms/checkbox/index.js.map +1 -1
- package/dist/src/forms/field/index.d.ts +248 -0
- package/dist/src/forms/field/index.d.ts.map +1 -1
- package/dist/src/forms/field/index.js +42 -0
- package/dist/src/forms/field/index.js.map +1 -1
- package/dist/src/forms/fieldset/index.d.ts +30 -3
- package/dist/src/forms/fieldset/index.d.ts.map +1 -1
- package/dist/src/forms/fieldset/index.js +30 -3
- package/dist/src/forms/fieldset/index.js.map +1 -1
- package/dist/src/forms/file-upload/index.d.ts +48 -4
- package/dist/src/forms/file-upload/index.d.ts.map +1 -1
- package/dist/src/forms/file-upload/index.js +48 -4
- package/dist/src/forms/file-upload/index.js.map +1 -1
- package/dist/src/forms/input/index.d.ts +93 -14
- package/dist/src/forms/input/index.d.ts.map +1 -1
- package/dist/src/forms/input/index.js +93 -14
- package/dist/src/forms/input/index.js.map +1 -1
- package/dist/src/forms/select/index.d.ts +10 -6
- package/dist/src/forms/select/index.d.ts.map +1 -1
- package/dist/src/forms/select/index.js +10 -6
- package/dist/src/forms/select/index.js.map +1 -1
- package/dist/src/forms/slider/index.d.ts +15 -0
- package/dist/src/forms/slider/index.d.ts.map +1 -1
- package/dist/src/forms/slider/index.js +15 -0
- package/dist/src/forms/slider/index.js.map +1 -1
- package/dist/src/forms/switch/index.d.ts +20 -0
- package/dist/src/forms/switch/index.d.ts.map +1 -1
- package/dist/src/forms/switch/index.js +20 -0
- package/dist/src/forms/switch/index.js.map +1 -1
- package/dist/src/forms/tags-input/index.d.ts +33 -4
- package/dist/src/forms/tags-input/index.d.ts.map +1 -1
- package/dist/src/forms/tags-input/index.js +33 -4
- package/dist/src/forms/tags-input/index.js.map +1 -1
- package/dist/src/forms/textarea/index.d.ts +36 -4
- package/dist/src/forms/textarea/index.d.ts.map +1 -1
- package/dist/src/forms/textarea/index.js +36 -4
- package/dist/src/forms/textarea/index.js.map +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/layout/box/index.d.ts +341 -0
- package/dist/src/layout/box/index.d.ts.map +1 -1
- package/dist/src/layout/box/index.js +135 -0
- package/dist/src/layout/box/index.js.map +1 -1
- package/dist/src/layout/grid/index.d.ts +515 -0
- package/dist/src/layout/grid/index.d.ts.map +1 -1
- package/dist/src/layout/grid/index.js +103 -0
- package/dist/src/layout/grid/index.js.map +1 -1
- package/dist/src/layout/separator/index.d.ts +41 -0
- package/dist/src/layout/separator/index.d.ts.map +1 -1
- package/dist/src/layout/separator/index.js +41 -0
- package/dist/src/layout/separator/index.js.map +1 -1
- package/dist/src/layout/splitter/index.d.ts +504 -0
- package/dist/src/layout/splitter/index.d.ts.map +1 -1
- package/dist/src/layout/splitter/index.js +92 -0
- package/dist/src/layout/splitter/index.js.map +1 -1
- package/dist/src/layout/stack/index.d.ts +364 -0
- package/dist/src/layout/stack/index.d.ts.map +1 -1
- package/dist/src/layout/stack/index.js +158 -0
- package/dist/src/layout/stack/index.js.map +1 -1
- package/dist/src/overlays/action-bar/index.d.ts +105 -0
- package/dist/src/overlays/action-bar/index.d.ts.map +1 -1
- package/dist/src/overlays/action-bar/index.js +105 -0
- package/dist/src/overlays/action-bar/index.js.map +1 -1
- package/dist/src/overlays/dialog/index.d.ts +500 -0
- package/dist/src/overlays/dialog/index.d.ts.map +1 -1
- package/dist/src/overlays/dialog/index.js +88 -0
- package/dist/src/overlays/dialog/index.js.map +1 -1
- package/dist/src/overlays/drawer/index.d.ts +476 -0
- package/dist/src/overlays/drawer/index.d.ts.map +1 -1
- package/dist/src/overlays/drawer/index.js +64 -0
- package/dist/src/overlays/drawer/index.js.map +1 -1
- package/dist/src/overlays/hover-card/index.d.ts +489 -0
- package/dist/src/overlays/hover-card/index.d.ts.map +1 -1
- package/dist/src/overlays/hover-card/index.js +77 -0
- package/dist/src/overlays/hover-card/index.js.map +1 -1
- package/dist/src/overlays/menu/index.d.ts +338 -8
- package/dist/src/overlays/menu/index.d.ts.map +1 -1
- package/dist/src/overlays/menu/index.js +132 -8
- package/dist/src/overlays/menu/index.js.map +1 -1
- package/dist/src/overlays/popover/index.d.ts +496 -0
- package/dist/src/overlays/popover/index.d.ts.map +1 -1
- package/dist/src/overlays/popover/index.js +84 -0
- package/dist/src/overlays/popover/index.js.map +1 -1
- package/dist/src/overlays/toggle-tip/index.d.ts +273 -0
- package/dist/src/overlays/toggle-tip/index.d.ts.map +1 -1
- package/dist/src/overlays/toggle-tip/index.js +67 -0
- package/dist/src/overlays/toggle-tip/index.js.map +1 -1
- package/dist/src/overlays/tooltip/index.d.ts +284 -0
- package/dist/src/overlays/tooltip/index.d.ts.map +1 -1
- package/dist/src/overlays/tooltip/index.js +78 -0
- package/dist/src/overlays/tooltip/index.js.map +1 -1
- package/dist/src/typography/code/index.d.ts +61 -0
- package/dist/src/typography/code/index.d.ts.map +1 -0
- package/dist/src/typography/code/index.js +65 -0
- package/dist/src/typography/code/index.js.map +1 -0
- package/dist/src/typography/code/types.d.ts +56 -0
- package/dist/src/typography/code/types.d.ts.map +1 -0
- package/dist/src/typography/code/types.js +39 -0
- package/dist/src/typography/code/types.js.map +1 -0
- package/dist/src/typography/code-block/index.d.ts +86 -0
- package/dist/src/typography/code-block/index.d.ts.map +1 -0
- package/dist/src/typography/code-block/index.js +78 -0
- package/dist/src/typography/code-block/index.js.map +1 -0
- package/dist/src/typography/code-block/types.d.ts +100 -0
- package/dist/src/typography/code-block/types.d.ts.map +1 -0
- package/dist/src/typography/code-block/types.js +70 -0
- package/dist/src/typography/code-block/types.js.map +1 -0
- package/dist/src/typography/heading/index.d.ts +92 -0
- package/dist/src/typography/heading/index.d.ts.map +1 -0
- package/dist/src/typography/heading/index.js +73 -0
- package/dist/src/typography/heading/index.js.map +1 -0
- package/dist/src/typography/heading/types.d.ts +108 -0
- package/dist/src/typography/heading/types.d.ts.map +1 -0
- package/dist/src/typography/heading/types.js +76 -0
- package/dist/src/typography/heading/types.js.map +1 -0
- package/dist/src/typography/highlight/index.d.ts +48 -0
- package/dist/src/typography/highlight/index.d.ts.map +1 -0
- package/dist/src/typography/highlight/index.js +60 -0
- package/dist/src/typography/highlight/index.js.map +1 -0
- package/dist/src/typography/highlight/types.d.ts +26 -0
- package/dist/src/typography/highlight/types.d.ts.map +1 -0
- package/dist/src/typography/highlight/types.js +21 -0
- package/dist/src/typography/highlight/types.js.map +1 -0
- package/dist/src/typography/index.d.ts +16 -120
- package/dist/src/typography/index.d.ts.map +1 -1
- package/dist/src/typography/index.js +24 -128
- package/dist/src/typography/index.js.map +1 -1
- package/dist/src/typography/link/index.d.ts +56 -0
- package/dist/src/typography/link/index.d.ts.map +1 -0
- package/dist/src/typography/link/index.js +66 -0
- package/dist/src/typography/link/index.js.map +1 -0
- package/dist/src/typography/link/types.d.ts +49 -0
- package/dist/src/typography/link/types.d.ts.map +1 -0
- package/dist/src/typography/link/types.js +38 -0
- package/dist/src/typography/link/types.js.map +1 -0
- package/dist/src/typography/list/index.d.ts +59 -0
- package/dist/src/typography/list/index.d.ts.map +1 -0
- package/dist/src/typography/list/index.js +61 -0
- package/dist/src/typography/list/index.js.map +1 -0
- package/dist/src/typography/list/types.d.ts +47 -0
- package/dist/src/typography/list/types.d.ts.map +1 -0
- package/dist/src/typography/list/types.js +36 -0
- package/dist/src/typography/list/types.js.map +1 -0
- package/dist/src/typography/mark/index.d.ts +57 -0
- package/dist/src/typography/mark/index.d.ts.map +1 -0
- package/dist/src/typography/mark/index.js +58 -0
- package/dist/src/typography/mark/index.js.map +1 -0
- package/dist/src/typography/mark/types.d.ts +49 -0
- package/dist/src/typography/mark/types.d.ts.map +1 -0
- package/dist/src/typography/mark/types.js +38 -0
- package/dist/src/typography/mark/types.js.map +1 -0
- package/dist/src/typography/text/index.d.ts +122 -0
- package/dist/src/typography/text/index.d.ts.map +1 -0
- package/dist/src/typography/text/index.js +130 -0
- package/dist/src/typography/text/index.js.map +1 -0
- package/dist/src/typography/{types.d.ts → text/types.d.ts} +2 -2
- package/dist/src/typography/text/types.d.ts.map +1 -0
- package/dist/src/typography/{types.js → text/types.js} +1 -1
- package/dist/src/typography/text/types.js.map +1 -0
- package/package.json +1 -1
- package/dist/src/typography/types.d.ts.map +0 -1
- package/dist/src/typography/types.js.map +0 -1
|
@@ -208,11 +208,103 @@ function SplitterRoot(panels, defaultSize, style) {
|
|
|
208
208
|
* ```
|
|
209
209
|
*/
|
|
210
210
|
export const Splitter = {
|
|
211
|
+
/**
|
|
212
|
+
* Creates a Splitter container with panels and optional styling.
|
|
213
|
+
*
|
|
214
|
+
* @param panels - Array of panels created with Splitter.Panel
|
|
215
|
+
* @param defaultSize - Array of initial sizes (percentages) for each panel
|
|
216
|
+
* @param style - Optional styling configuration for the splitter
|
|
217
|
+
* @returns An East expression representing the styled splitter component
|
|
218
|
+
*
|
|
219
|
+
* @remarks
|
|
220
|
+
* Splitter provides resizable panels with draggable dividers.
|
|
221
|
+
* The defaultSize array must have the same length as the panels array,
|
|
222
|
+
* with values representing percentages that should sum to 100.
|
|
223
|
+
*
|
|
224
|
+
* @example
|
|
225
|
+
* ```ts
|
|
226
|
+
* import { East } from "@elaraai/east";
|
|
227
|
+
* import { Splitter, Text, UIComponentType } from "@elaraai/east-ui";
|
|
228
|
+
*
|
|
229
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
230
|
+
* return Splitter.Root(
|
|
231
|
+
* [
|
|
232
|
+
* Splitter.Panel(Text.Root("Left Panel"), { id: "left" }),
|
|
233
|
+
* Splitter.Panel(Text.Root("Right Panel"), { id: "right" }),
|
|
234
|
+
* ],
|
|
235
|
+
* [50.0, 50.0],
|
|
236
|
+
* { orientation: "horizontal" }
|
|
237
|
+
* );
|
|
238
|
+
* });
|
|
239
|
+
* ```
|
|
240
|
+
*/
|
|
211
241
|
Root: SplitterRoot,
|
|
242
|
+
/**
|
|
243
|
+
* Creates a Splitter panel with content and configuration.
|
|
244
|
+
*
|
|
245
|
+
* @param content - The UI component to render in this panel
|
|
246
|
+
* @param config - Panel configuration including id and optional constraints
|
|
247
|
+
* @returns An East expression representing the splitter panel
|
|
248
|
+
*
|
|
249
|
+
* @remarks
|
|
250
|
+
* Splitter panels can have size constraints and collapsibility settings.
|
|
251
|
+
* The id is used to identify the panel for resize triggers.
|
|
252
|
+
*
|
|
253
|
+
* @example
|
|
254
|
+
* ```ts
|
|
255
|
+
* import { East } from "@elaraai/east";
|
|
256
|
+
* import { Splitter, Text, UIComponentType } from "@elaraai/east-ui";
|
|
257
|
+
*
|
|
258
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
259
|
+
* return Splitter.Root(
|
|
260
|
+
* [
|
|
261
|
+
* Splitter.Panel(Text.Root("Sidebar"), { id: "sidebar", minSize: 20 }),
|
|
262
|
+
* Splitter.Panel(Text.Root("Main"), { id: "main", collapsible: true }),
|
|
263
|
+
* ],
|
|
264
|
+
* [30.0, 70.0],
|
|
265
|
+
* { orientation: "horizontal" }
|
|
266
|
+
* );
|
|
267
|
+
* });
|
|
268
|
+
* ```
|
|
269
|
+
*/
|
|
212
270
|
Panel: SplitterPanel,
|
|
213
271
|
Types: {
|
|
272
|
+
/**
|
|
273
|
+
* The concrete East type for Splitter component data.
|
|
274
|
+
*
|
|
275
|
+
* @remarks
|
|
276
|
+
* This struct type represents the serializable data structure for a Splitter component.
|
|
277
|
+
* Splitter provides resizable panels with draggable dividers between them.
|
|
278
|
+
*
|
|
279
|
+
* @property panels - Array of panel configurations
|
|
280
|
+
* @property defaultSize - Initial sizes for each panel as percentages
|
|
281
|
+
* @property style - Optional styling configuration wrapped in OptionType
|
|
282
|
+
*/
|
|
214
283
|
Splitter: SplitterType,
|
|
284
|
+
/**
|
|
285
|
+
* The concrete East type for Splitter panel data.
|
|
286
|
+
*
|
|
287
|
+
* @remarks
|
|
288
|
+
* This struct type represents a single panel within a Splitter.
|
|
289
|
+
* Each panel has an identifier, content, and optional sizing constraints.
|
|
290
|
+
*
|
|
291
|
+
* @property id - Unique identifier for the panel
|
|
292
|
+
* @property content - The UI component to render in this panel
|
|
293
|
+
* @property minSize - Minimum size as a percentage (0-100)
|
|
294
|
+
* @property maxSize - Maximum size as a percentage (0-100)
|
|
295
|
+
* @property collapsible - Whether the panel can be collapsed
|
|
296
|
+
* @property defaultCollapsed - Whether the panel starts collapsed
|
|
297
|
+
*/
|
|
215
298
|
Panel: SplitterPanelType,
|
|
299
|
+
/**
|
|
300
|
+
* Style type for Splitter container configuration.
|
|
301
|
+
*
|
|
302
|
+
* @remarks
|
|
303
|
+
* This struct type defines the styling configuration for the Splitter container.
|
|
304
|
+
* It controls the layout orientation of the panels.
|
|
305
|
+
*
|
|
306
|
+
* @property orientation - Layout orientation (horizontal or vertical)
|
|
307
|
+
*/
|
|
216
308
|
Style: SplitterStyleType,
|
|
217
309
|
}
|
|
218
310
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/layout/splitter/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/layout/splitter/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -84,6 +84,109 @@ export declare const StackType: StructType<{
|
|
|
84
84
|
}>>;
|
|
85
85
|
borderColor: OptionType<import("@elaraai/east").StringType>;
|
|
86
86
|
}>;
|
|
87
|
+
Code: StructType<{
|
|
88
|
+
value: import("@elaraai/east").StringType;
|
|
89
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
90
|
+
subtle: import("@elaraai/east").NullType;
|
|
91
|
+
surface: import("@elaraai/east").NullType;
|
|
92
|
+
outline: import("@elaraai/east").NullType;
|
|
93
|
+
}>>;
|
|
94
|
+
colorPalette: OptionType<import("@elaraai/east").StringType>;
|
|
95
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
96
|
+
xs: import("@elaraai/east").NullType;
|
|
97
|
+
sm: import("@elaraai/east").NullType;
|
|
98
|
+
md: import("@elaraai/east").NullType;
|
|
99
|
+
lg: import("@elaraai/east").NullType;
|
|
100
|
+
}>>;
|
|
101
|
+
}>;
|
|
102
|
+
Heading: StructType<{
|
|
103
|
+
value: import("@elaraai/east").StringType;
|
|
104
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
105
|
+
xs: import("@elaraai/east").NullType;
|
|
106
|
+
sm: import("@elaraai/east").NullType;
|
|
107
|
+
md: import("@elaraai/east").NullType;
|
|
108
|
+
lg: import("@elaraai/east").NullType;
|
|
109
|
+
xl: import("@elaraai/east").NullType;
|
|
110
|
+
"2xl": import("@elaraai/east").NullType;
|
|
111
|
+
"3xl": import("@elaraai/east").NullType;
|
|
112
|
+
"4xl": import("@elaraai/east").NullType;
|
|
113
|
+
"5xl": import("@elaraai/east").NullType;
|
|
114
|
+
"6xl": import("@elaraai/east").NullType;
|
|
115
|
+
}>>;
|
|
116
|
+
as: OptionType<import("@elaraai/east").VariantType<{
|
|
117
|
+
h1: import("@elaraai/east").NullType;
|
|
118
|
+
h2: import("@elaraai/east").NullType;
|
|
119
|
+
h3: import("@elaraai/east").NullType;
|
|
120
|
+
h4: import("@elaraai/east").NullType;
|
|
121
|
+
h5: import("@elaraai/east").NullType;
|
|
122
|
+
h6: import("@elaraai/east").NullType;
|
|
123
|
+
}>>;
|
|
124
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
125
|
+
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
126
|
+
left: import("@elaraai/east").NullType;
|
|
127
|
+
center: import("@elaraai/east").NullType;
|
|
128
|
+
right: import("@elaraai/east").NullType;
|
|
129
|
+
justify: import("@elaraai/east").NullType;
|
|
130
|
+
}>>;
|
|
131
|
+
}>;
|
|
132
|
+
Link: StructType<{
|
|
133
|
+
value: import("@elaraai/east").StringType;
|
|
134
|
+
href: import("@elaraai/east").StringType;
|
|
135
|
+
external: OptionType<import("@elaraai/east").BooleanType>;
|
|
136
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
137
|
+
underline: import("@elaraai/east").NullType;
|
|
138
|
+
plain: import("@elaraai/east").NullType;
|
|
139
|
+
}>>;
|
|
140
|
+
colorPalette: OptionType<import("@elaraai/east").StringType>;
|
|
141
|
+
}>;
|
|
142
|
+
Highlight: StructType<{
|
|
143
|
+
value: import("@elaraai/east").StringType;
|
|
144
|
+
query: ArrayType<import("@elaraai/east").StringType>;
|
|
145
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
146
|
+
}>;
|
|
147
|
+
Mark: StructType<{
|
|
148
|
+
value: import("@elaraai/east").StringType;
|
|
149
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
150
|
+
subtle: import("@elaraai/east").NullType;
|
|
151
|
+
solid: import("@elaraai/east").NullType;
|
|
152
|
+
text: import("@elaraai/east").NullType;
|
|
153
|
+
plain: import("@elaraai/east").NullType;
|
|
154
|
+
}>>;
|
|
155
|
+
colorPalette: OptionType<import("@elaraai/east").StringType>;
|
|
156
|
+
}>;
|
|
157
|
+
List: StructType<{
|
|
158
|
+
items: ArrayType<import("@elaraai/east").StringType>;
|
|
159
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
160
|
+
ordered: import("@elaraai/east").NullType;
|
|
161
|
+
unordered: import("@elaraai/east").NullType;
|
|
162
|
+
}>>;
|
|
163
|
+
gap: OptionType<import("@elaraai/east").StringType>;
|
|
164
|
+
colorPalette: OptionType<import("@elaraai/east").StringType>;
|
|
165
|
+
}>;
|
|
166
|
+
CodeBlock: StructType<{
|
|
167
|
+
code: import("@elaraai/east").StringType;
|
|
168
|
+
language: OptionType<import("@elaraai/east").VariantType<{
|
|
169
|
+
typescript: import("@elaraai/east").NullType;
|
|
170
|
+
javascript: import("@elaraai/east").NullType;
|
|
171
|
+
json: import("@elaraai/east").NullType;
|
|
172
|
+
html: import("@elaraai/east").NullType;
|
|
173
|
+
css: import("@elaraai/east").NullType;
|
|
174
|
+
python: import("@elaraai/east").NullType;
|
|
175
|
+
rust: import("@elaraai/east").NullType;
|
|
176
|
+
go: import("@elaraai/east").NullType;
|
|
177
|
+
sql: import("@elaraai/east").NullType;
|
|
178
|
+
bash: import("@elaraai/east").NullType;
|
|
179
|
+
markdown: import("@elaraai/east").NullType;
|
|
180
|
+
yaml: import("@elaraai/east").NullType;
|
|
181
|
+
xml: import("@elaraai/east").NullType;
|
|
182
|
+
plaintext: import("@elaraai/east").NullType;
|
|
183
|
+
}>>;
|
|
184
|
+
showLineNumbers: OptionType<import("@elaraai/east").BooleanType>;
|
|
185
|
+
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
186
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
187
|
+
showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
|
|
188
|
+
title: OptionType<import("@elaraai/east").StringType>;
|
|
189
|
+
}>;
|
|
87
190
|
Button: StructType<{
|
|
88
191
|
label: import("@elaraai/east").StringType;
|
|
89
192
|
style: OptionType<StructType<{
|
|
@@ -3615,12 +3718,136 @@ declare function createVStack(children: SubtypeExprOrValue<ArrayType<UIComponent
|
|
|
3615
3718
|
* Use `Stack.Root(children, style)` for general stack, `Stack.HStack()` for horizontal, `Stack.VStack()` for vertical.
|
|
3616
3719
|
*/
|
|
3617
3720
|
export declare const Stack: {
|
|
3721
|
+
/**
|
|
3722
|
+
* Creates a Stack container with flex layout.
|
|
3723
|
+
*
|
|
3724
|
+
* @param children - Array of child UI components
|
|
3725
|
+
* @param style - Optional styling configuration
|
|
3726
|
+
* @returns An East expression representing the stack component
|
|
3727
|
+
*
|
|
3728
|
+
* @example
|
|
3729
|
+
* ```ts
|
|
3730
|
+
* import { East } from "@elaraai/east";
|
|
3731
|
+
* import { Stack, Text, UIComponentType } from "@elaraai/east-ui";
|
|
3732
|
+
*
|
|
3733
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
3734
|
+
* return Stack.Root([
|
|
3735
|
+
* Text.Root("Item 1"),
|
|
3736
|
+
* Text.Root("Item 2"),
|
|
3737
|
+
* ], {
|
|
3738
|
+
* gap: "4",
|
|
3739
|
+
* direction: "column",
|
|
3740
|
+
* });
|
|
3741
|
+
* });
|
|
3742
|
+
* ```
|
|
3743
|
+
*/
|
|
3618
3744
|
readonly Root: typeof createStack;
|
|
3745
|
+
/**
|
|
3746
|
+
* Creates a horizontal Stack (row direction).
|
|
3747
|
+
*
|
|
3748
|
+
* @param children - Array of child UI components
|
|
3749
|
+
* @param style - Optional styling configuration
|
|
3750
|
+
* @returns An East expression representing the horizontal stack
|
|
3751
|
+
*
|
|
3752
|
+
* @example
|
|
3753
|
+
* ```ts
|
|
3754
|
+
* import { East } from "@elaraai/east";
|
|
3755
|
+
* import { Stack, Button, UIComponentType } from "@elaraai/east-ui";
|
|
3756
|
+
*
|
|
3757
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
3758
|
+
* return Stack.HStack([
|
|
3759
|
+
* Button.Root("Cancel"),
|
|
3760
|
+
* Button.Root("Submit", { colorPalette: "blue" }),
|
|
3761
|
+
* ], {
|
|
3762
|
+
* gap: "2",
|
|
3763
|
+
* });
|
|
3764
|
+
* });
|
|
3765
|
+
* ```
|
|
3766
|
+
*/
|
|
3619
3767
|
readonly HStack: typeof createHStack;
|
|
3768
|
+
/**
|
|
3769
|
+
* Creates a vertical Stack (column direction).
|
|
3770
|
+
*
|
|
3771
|
+
* @param children - Array of child UI components
|
|
3772
|
+
* @param style - Optional styling configuration
|
|
3773
|
+
* @returns An East expression representing the vertical stack
|
|
3774
|
+
*
|
|
3775
|
+
* @example
|
|
3776
|
+
* ```ts
|
|
3777
|
+
* import { East } from "@elaraai/east";
|
|
3778
|
+
* import { Stack, Text, UIComponentType } from "@elaraai/east-ui";
|
|
3779
|
+
*
|
|
3780
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
3781
|
+
* return Stack.VStack([
|
|
3782
|
+
* Text.Root("Title"),
|
|
3783
|
+
* Text.Root("Subtitle"),
|
|
3784
|
+
* ], {
|
|
3785
|
+
* gap: "1",
|
|
3786
|
+
* align: "flex-start",
|
|
3787
|
+
* });
|
|
3788
|
+
* });
|
|
3789
|
+
* ```
|
|
3790
|
+
*/
|
|
3620
3791
|
readonly VStack: typeof createVStack;
|
|
3792
|
+
/**
|
|
3793
|
+
* Creates padding configuration for layout components.
|
|
3794
|
+
*
|
|
3795
|
+
* @param top - Top padding (Chakra UI spacing token or CSS value)
|
|
3796
|
+
* @param right - Right padding
|
|
3797
|
+
* @param bottom - Bottom padding
|
|
3798
|
+
* @param left - Left padding
|
|
3799
|
+
* @returns An East expression representing the padding configuration
|
|
3800
|
+
*
|
|
3801
|
+
* @example
|
|
3802
|
+
* ```ts
|
|
3803
|
+
* import { East } from "@elaraai/east";
|
|
3804
|
+
* import { Stack, Text, UIComponentType } from "@elaraai/east-ui";
|
|
3805
|
+
*
|
|
3806
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
3807
|
+
* return Stack.Root([
|
|
3808
|
+
* Text.Root("Content"),
|
|
3809
|
+
* ], {
|
|
3810
|
+
* padding: Stack.Padding("4", "2", "4", "2"),
|
|
3811
|
+
* });
|
|
3812
|
+
* });
|
|
3813
|
+
* ```
|
|
3814
|
+
*/
|
|
3621
3815
|
readonly Padding: typeof Padding;
|
|
3816
|
+
/**
|
|
3817
|
+
* Creates margin configuration for layout components.
|
|
3818
|
+
*
|
|
3819
|
+
* @param top - Top margin (Chakra UI spacing token or CSS value)
|
|
3820
|
+
* @param right - Right margin
|
|
3821
|
+
* @param bottom - Bottom margin
|
|
3822
|
+
* @param left - Left margin
|
|
3823
|
+
* @returns An East expression representing the margin configuration
|
|
3824
|
+
*
|
|
3825
|
+
* @example
|
|
3826
|
+
* ```ts
|
|
3827
|
+
* import { East } from "@elaraai/east";
|
|
3828
|
+
* import { Stack, Text, UIComponentType } from "@elaraai/east-ui";
|
|
3829
|
+
*
|
|
3830
|
+
* const example = East.function([], UIComponentType, $ => {
|
|
3831
|
+
* return Stack.Root([
|
|
3832
|
+
* Text.Root("Content"),
|
|
3833
|
+
* ], {
|
|
3834
|
+
* margin: Stack.Margin("4", "auto", "4", "auto"),
|
|
3835
|
+
* });
|
|
3836
|
+
* });
|
|
3837
|
+
* ```
|
|
3838
|
+
*/
|
|
3622
3839
|
readonly Margin: typeof Margin;
|
|
3623
3840
|
readonly Types: {
|
|
3841
|
+
/**
|
|
3842
|
+
* The concrete East type for Stack component data.
|
|
3843
|
+
*
|
|
3844
|
+
* @remarks
|
|
3845
|
+
* This struct type represents the serializable data structure for a Stack component.
|
|
3846
|
+
* Stack arranges children in a flex container with configurable direction and spacing.
|
|
3847
|
+
*
|
|
3848
|
+
* @property children - Array of child UI components
|
|
3849
|
+
* @property style - Optional styling configuration wrapped in OptionType
|
|
3850
|
+
*/
|
|
3624
3851
|
readonly Stack: StructType<{
|
|
3625
3852
|
children: ArrayType<import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
3626
3853
|
Text: StructType<{
|
|
@@ -3688,6 +3915,109 @@ export declare const Stack: {
|
|
|
3688
3915
|
}>>;
|
|
3689
3916
|
borderColor: OptionType<import("@elaraai/east").StringType>;
|
|
3690
3917
|
}>;
|
|
3918
|
+
Code: StructType<{
|
|
3919
|
+
value: import("@elaraai/east").StringType;
|
|
3920
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
3921
|
+
subtle: import("@elaraai/east").NullType;
|
|
3922
|
+
surface: import("@elaraai/east").NullType;
|
|
3923
|
+
outline: import("@elaraai/east").NullType;
|
|
3924
|
+
}>>;
|
|
3925
|
+
colorPalette: OptionType<import("@elaraai/east").StringType>;
|
|
3926
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
3927
|
+
xs: import("@elaraai/east").NullType;
|
|
3928
|
+
sm: import("@elaraai/east").NullType;
|
|
3929
|
+
md: import("@elaraai/east").NullType;
|
|
3930
|
+
lg: import("@elaraai/east").NullType;
|
|
3931
|
+
}>>;
|
|
3932
|
+
}>;
|
|
3933
|
+
Heading: StructType<{
|
|
3934
|
+
value: import("@elaraai/east").StringType;
|
|
3935
|
+
size: OptionType<import("@elaraai/east").VariantType<{
|
|
3936
|
+
xs: import("@elaraai/east").NullType;
|
|
3937
|
+
sm: import("@elaraai/east").NullType;
|
|
3938
|
+
md: import("@elaraai/east").NullType;
|
|
3939
|
+
lg: import("@elaraai/east").NullType;
|
|
3940
|
+
xl: import("@elaraai/east").NullType;
|
|
3941
|
+
"2xl": import("@elaraai/east").NullType;
|
|
3942
|
+
"3xl": import("@elaraai/east").NullType;
|
|
3943
|
+
"4xl": import("@elaraai/east").NullType;
|
|
3944
|
+
"5xl": import("@elaraai/east").NullType;
|
|
3945
|
+
"6xl": import("@elaraai/east").NullType;
|
|
3946
|
+
}>>;
|
|
3947
|
+
as: OptionType<import("@elaraai/east").VariantType<{
|
|
3948
|
+
h1: import("@elaraai/east").NullType;
|
|
3949
|
+
h2: import("@elaraai/east").NullType;
|
|
3950
|
+
h3: import("@elaraai/east").NullType;
|
|
3951
|
+
h4: import("@elaraai/east").NullType;
|
|
3952
|
+
h5: import("@elaraai/east").NullType;
|
|
3953
|
+
h6: import("@elaraai/east").NullType;
|
|
3954
|
+
}>>;
|
|
3955
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
3956
|
+
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
3957
|
+
left: import("@elaraai/east").NullType;
|
|
3958
|
+
center: import("@elaraai/east").NullType;
|
|
3959
|
+
right: import("@elaraai/east").NullType;
|
|
3960
|
+
justify: import("@elaraai/east").NullType;
|
|
3961
|
+
}>>;
|
|
3962
|
+
}>;
|
|
3963
|
+
Link: StructType<{
|
|
3964
|
+
value: import("@elaraai/east").StringType;
|
|
3965
|
+
href: import("@elaraai/east").StringType;
|
|
3966
|
+
external: OptionType<import("@elaraai/east").BooleanType>;
|
|
3967
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
3968
|
+
underline: import("@elaraai/east").NullType;
|
|
3969
|
+
plain: import("@elaraai/east").NullType;
|
|
3970
|
+
}>>;
|
|
3971
|
+
colorPalette: OptionType<import("@elaraai/east").StringType>;
|
|
3972
|
+
}>;
|
|
3973
|
+
Highlight: StructType<{
|
|
3974
|
+
value: import("@elaraai/east").StringType;
|
|
3975
|
+
query: ArrayType<import("@elaraai/east").StringType>;
|
|
3976
|
+
color: OptionType<import("@elaraai/east").StringType>;
|
|
3977
|
+
}>;
|
|
3978
|
+
Mark: StructType<{
|
|
3979
|
+
value: import("@elaraai/east").StringType;
|
|
3980
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
3981
|
+
subtle: import("@elaraai/east").NullType;
|
|
3982
|
+
solid: import("@elaraai/east").NullType;
|
|
3983
|
+
text: import("@elaraai/east").NullType;
|
|
3984
|
+
plain: import("@elaraai/east").NullType;
|
|
3985
|
+
}>>;
|
|
3986
|
+
colorPalette: OptionType<import("@elaraai/east").StringType>;
|
|
3987
|
+
}>;
|
|
3988
|
+
List: StructType<{
|
|
3989
|
+
items: ArrayType<import("@elaraai/east").StringType>;
|
|
3990
|
+
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
3991
|
+
ordered: import("@elaraai/east").NullType;
|
|
3992
|
+
unordered: import("@elaraai/east").NullType;
|
|
3993
|
+
}>>;
|
|
3994
|
+
gap: OptionType<import("@elaraai/east").StringType>;
|
|
3995
|
+
colorPalette: OptionType<import("@elaraai/east").StringType>;
|
|
3996
|
+
}>;
|
|
3997
|
+
CodeBlock: StructType<{
|
|
3998
|
+
code: import("@elaraai/east").StringType;
|
|
3999
|
+
language: OptionType<import("@elaraai/east").VariantType<{
|
|
4000
|
+
typescript: import("@elaraai/east").NullType;
|
|
4001
|
+
javascript: import("@elaraai/east").NullType;
|
|
4002
|
+
json: import("@elaraai/east").NullType;
|
|
4003
|
+
html: import("@elaraai/east").NullType;
|
|
4004
|
+
css: import("@elaraai/east").NullType;
|
|
4005
|
+
python: import("@elaraai/east").NullType;
|
|
4006
|
+
rust: import("@elaraai/east").NullType;
|
|
4007
|
+
go: import("@elaraai/east").NullType;
|
|
4008
|
+
sql: import("@elaraai/east").NullType;
|
|
4009
|
+
bash: import("@elaraai/east").NullType;
|
|
4010
|
+
markdown: import("@elaraai/east").NullType;
|
|
4011
|
+
yaml: import("@elaraai/east").NullType;
|
|
4012
|
+
xml: import("@elaraai/east").NullType;
|
|
4013
|
+
plaintext: import("@elaraai/east").NullType;
|
|
4014
|
+
}>>;
|
|
4015
|
+
showLineNumbers: OptionType<import("@elaraai/east").BooleanType>;
|
|
4016
|
+
highlightLines: OptionType<ArrayType<import("@elaraai/east").IntegerType>>;
|
|
4017
|
+
maxHeight: OptionType<import("@elaraai/east").StringType>;
|
|
4018
|
+
showCopyButton: OptionType<import("@elaraai/east").BooleanType>;
|
|
4019
|
+
title: OptionType<import("@elaraai/east").StringType>;
|
|
4020
|
+
}>;
|
|
3691
4021
|
Button: StructType<{
|
|
3692
4022
|
label: import("@elaraai/east").StringType;
|
|
3693
4023
|
style: OptionType<StructType<{
|
|
@@ -7143,6 +7473,18 @@ export declare const Stack: {
|
|
|
7143
7473
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
7144
7474
|
}>>;
|
|
7145
7475
|
}>;
|
|
7476
|
+
/**
|
|
7477
|
+
* Style type for Stack component configuration.
|
|
7478
|
+
*
|
|
7479
|
+
* @remarks
|
|
7480
|
+
* This struct type defines the styling configuration for a Stack component.
|
|
7481
|
+
*
|
|
7482
|
+
* @property direction - Flex direction (row, column, row-reverse, column-reverse)
|
|
7483
|
+
* @property gap - Spacing between children (Chakra UI spacing token)
|
|
7484
|
+
* @property align - Cross-axis alignment (flex-start, center, flex-end, stretch)
|
|
7485
|
+
* @property justify - Main-axis alignment (flex-start, center, flex-end, space-between)
|
|
7486
|
+
* @property wrap - Whether items should wrap (nowrap, wrap, wrap-reverse)
|
|
7487
|
+
*/
|
|
7146
7488
|
readonly Style: StructType<{
|
|
7147
7489
|
direction: OptionType<import("@elaraai/east").VariantType<{
|
|
7148
7490
|
row: import("@elaraai/east").NullType;
|
|
@@ -7187,12 +7529,34 @@ export declare const Stack: {
|
|
|
7187
7529
|
width: OptionType<import("@elaraai/east").StringType>;
|
|
7188
7530
|
height: OptionType<import("@elaraai/east").StringType>;
|
|
7189
7531
|
}>;
|
|
7532
|
+
/**
|
|
7533
|
+
* Type for padding configuration.
|
|
7534
|
+
*
|
|
7535
|
+
* @remarks
|
|
7536
|
+
* Allows specifying individual padding values for each side.
|
|
7537
|
+
*
|
|
7538
|
+
* @property top - Top padding value
|
|
7539
|
+
* @property right - Right padding value
|
|
7540
|
+
* @property bottom - Bottom padding value
|
|
7541
|
+
* @property left - Left padding value
|
|
7542
|
+
*/
|
|
7190
7543
|
readonly Padding: StructType<{
|
|
7191
7544
|
top: OptionType<import("@elaraai/east").StringType>;
|
|
7192
7545
|
right: OptionType<import("@elaraai/east").StringType>;
|
|
7193
7546
|
bottom: OptionType<import("@elaraai/east").StringType>;
|
|
7194
7547
|
left: OptionType<import("@elaraai/east").StringType>;
|
|
7195
7548
|
}>;
|
|
7549
|
+
/**
|
|
7550
|
+
* Type for margin configuration.
|
|
7551
|
+
*
|
|
7552
|
+
* @remarks
|
|
7553
|
+
* Allows specifying individual margin values for each side.
|
|
7554
|
+
*
|
|
7555
|
+
* @property top - Top margin value
|
|
7556
|
+
* @property right - Right margin value
|
|
7557
|
+
* @property bottom - Bottom margin value
|
|
7558
|
+
* @property left - Left margin value
|
|
7559
|
+
*/
|
|
7196
7560
|
readonly Margin: StructType<{
|
|
7197
7561
|
top: OptionType<import("@elaraai/east").StringType>;
|
|
7198
7562
|
right: OptionType<import("@elaraai/east").StringType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/stack/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EAEb,UAAU,EACV,UAAU,EACV,SAAS,EAET,KAAK,kBAAkB,EAE1B,MAAM,eAAe,CAAC;AAQvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAkB,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAe,MAAM,EAAc,MAAM,aAAa,CAAC;AAGvE,OAAO,EAAE,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7D;;;;;;;;;GASG;AACH,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/layout/stack/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EAEb,UAAU,EACV,UAAU,EACV,SAAS,EAET,KAAK,kBAAkB,EAE1B,MAAM,eAAe,CAAC;AAQvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAkB,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAe,MAAM,EAAc,MAAM,aAAa,CAAC;AAGvE,OAAO,EAAE,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,YAAY,CAAC;AAE7D;;;;;;;;;GASG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGpB,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,SAAS,CAAC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,iBAAS,WAAW,CAChB,QAAQ,EAAE,kBAAkB,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC,EACxD,KAAK,CAAC,EAAE,UAAU,GACnB,QAAQ,CAAC,eAAe,CAAC,CA8D3B;AAED;;;;;;;;;;;;;;GAcG;AACH,iBAAS,YAAY,CACjB,QAAQ,EAAE,kBAAkB,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC,EACxD,KAAK,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC,GACtC,QAAQ,CAAC,eAAe,CAAC,CAK3B;AAED;;;;;;;;;;;;;;GAcG;AACH,iBAAS,YAAY,CACjB,QAAQ,EAAE,kBAAkB,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC,EACxD,KAAK,CAAC,EAAE,IAAI,CAAC,UAAU,EAAE,WAAW,CAAC,GACtC,QAAQ,CAAC,eAAe,CAAC,CAK3B;AAED;;;;;GAKG;AACH,eAAO,MAAM,KAAK;IACd;;;;;;;;;;;;;;;;;;;;;;OAsBG;;IAEH;;;;;;;;;;;;;;;;;;;;;OAqBG;;IAEH;;;;;;;;;;;;;;;;;;;;;;OAsBG;;IAEH;;;;;;;;;;;;;;;;;;;;;;OAsBG;;IAEH;;;;;;;;;;;;;;;;;;;;;;OAsBG;;;QAGC;;;;;;;;;WASG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;;WAWG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAEH;;;;;;;;;;WAUG;;;;;;;QAEH;;;;;;;;;;WAUG;;;;;;;;CAGD,CAAC"}
|