@elaraai/east-ui 0.0.1-beta.18 → 0.0.1-beta.19
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/dist/src/buttons/button/index.d.ts +54 -54
- package/dist/src/buttons/button/types.d.ts +54 -54
- package/dist/src/buttons/icon-button/index.d.ts +55 -55
- package/dist/src/buttons/icon-button/types.d.ts +51 -51
- package/dist/src/charts/area/index.d.ts.map +1 -1
- package/dist/src/charts/area/index.js +13 -3
- package/dist/src/charts/area/index.js.map +1 -1
- package/dist/src/charts/area/types.d.ts +1464 -1454
- package/dist/src/charts/area/types.d.ts.map +1 -1
- package/dist/src/charts/area/types.js +1 -0
- package/dist/src/charts/area/types.js.map +1 -1
- package/dist/src/charts/bar/index.js +13 -3
- package/dist/src/charts/bar/index.js.map +1 -1
- package/dist/src/charts/bar/types.d.ts +736 -726
- package/dist/src/charts/bar/types.d.ts.map +1 -1
- package/dist/src/charts/bar/types.js +1 -0
- package/dist/src/charts/bar/types.js.map +1 -1
- package/dist/src/charts/bar-list/types.d.ts +168 -168
- package/dist/src/charts/bar-segment/types.d.ts +14 -14
- package/dist/src/charts/composed/index.d.ts.map +1 -1
- package/dist/src/charts/composed/index.js +12 -3
- package/dist/src/charts/composed/index.js.map +1 -1
- package/dist/src/charts/composed/types.d.ts +872 -849
- package/dist/src/charts/composed/types.d.ts.map +1 -1
- package/dist/src/charts/composed/types.js +1 -0
- package/dist/src/charts/composed/types.js.map +1 -1
- package/dist/src/charts/index.d.ts +5684 -5665
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/line/index.js +13 -3
- package/dist/src/charts/line/index.js.map +1 -1
- package/dist/src/charts/line/types.d.ts +750 -736
- package/dist/src/charts/line/types.d.ts.map +1 -1
- package/dist/src/charts/line/types.js +5 -1
- package/dist/src/charts/line/types.js.map +1 -1
- package/dist/src/charts/pie/types.d.ts +38 -38
- package/dist/src/charts/radar/index.d.ts.map +1 -1
- package/dist/src/charts/radar/index.js +1 -0
- package/dist/src/charts/radar/index.js.map +1 -1
- package/dist/src/charts/radar/types.d.ts +55 -54
- package/dist/src/charts/radar/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.d.ts +3 -2
- package/dist/src/charts/scatter/index.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.js +13 -39
- package/dist/src/charts/scatter/index.js.map +1 -1
- package/dist/src/charts/scatter/types.d.ts +721 -711
- package/dist/src/charts/scatter/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/types.js +1 -0
- package/dist/src/charts/scatter/types.js.map +1 -1
- package/dist/src/charts/sparkline/index.d.ts +9 -9
- package/dist/src/charts/sparkline/types.d.ts +9 -9
- package/dist/src/charts/types.d.ts +844 -841
- package/dist/src/charts/types.d.ts.map +1 -1
- package/dist/src/charts/types.js +5 -0
- package/dist/src/charts/types.js.map +1 -1
- package/dist/src/collections/data-list/index.d.ts +35 -35
- package/dist/src/collections/data-list/types.d.ts +5 -5
- package/dist/src/collections/gantt/index.d.ts +721 -721
- package/dist/src/collections/gantt/types.d.ts +195 -195
- package/dist/src/collections/planner/index.d.ts +255 -255
- package/dist/src/collections/planner/types.d.ts +200 -200
- package/dist/src/collections/table/index.d.ts +396 -396
- package/dist/src/collections/table/types.d.ts +145 -145
- package/dist/src/collections/tree-view/index.d.ts +583 -583
- package/dist/src/collections/tree-view/types.d.ts +21 -21
- package/dist/src/component.d.ts +7519 -7505
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/container/card/index.d.ts +24 -24
- package/dist/src/container/card/types.d.ts +24 -24
- package/dist/src/disclosure/accordion/index.d.ts +29 -29
- package/dist/src/disclosure/accordion/types.d.ts +11 -11
- package/dist/src/disclosure/carousel/index.d.ts +6 -6
- package/dist/src/disclosure/carousel/types.d.ts +6 -6
- package/dist/src/disclosure/tabs/index.d.ts +126 -126
- package/dist/src/disclosure/tabs/types.d.ts +48 -48
- package/dist/src/display/avatar/index.d.ts +22 -22
- package/dist/src/display/avatar/types.d.ts +22 -22
- package/dist/src/display/badge/index.d.ts +24 -24
- package/dist/src/display/badge/types.d.ts +24 -24
- package/dist/src/display/icon/index.d.ts +64 -64
- package/dist/src/display/icon/types.d.ts +64 -64
- package/dist/src/display/stat/index.d.ts +8 -8
- package/dist/src/display/stat/types.d.ts +8 -8
- package/dist/src/display/tag/index.d.ts +30 -30
- package/dist/src/display/tag/types.d.ts +30 -30
- package/dist/src/feedback/alert/index.d.ts +18 -18
- package/dist/src/feedback/alert/types.d.ts +18 -18
- package/dist/src/feedback/progress/index.d.ts +28 -28
- package/dist/src/feedback/progress/types.d.ts +28 -28
- package/dist/src/forms/checkbox/index.d.ts +21 -21
- package/dist/src/forms/checkbox/types.d.ts +21 -21
- package/dist/src/forms/field/index.d.ts +294 -294
- package/dist/src/forms/field/types.d.ts +579 -579
- package/dist/src/forms/file-upload/index.d.ts +27 -27
- package/dist/src/forms/file-upload/types.d.ts +35 -35
- package/dist/src/forms/input/index.d.ts +102 -102
- package/dist/src/forms/input/types.d.ts +102 -102
- package/dist/src/forms/select/index.d.ts +19 -19
- package/dist/src/forms/select/types.d.ts +19 -19
- package/dist/src/forms/slider/index.d.ts +31 -31
- package/dist/src/forms/slider/types.d.ts +31 -31
- package/dist/src/forms/switch/index.d.ts +20 -20
- package/dist/src/forms/switch/types.d.ts +20 -20
- package/dist/src/forms/tags-input/index.d.ts +41 -41
- package/dist/src/forms/tags-input/types.d.ts +41 -41
- package/dist/src/forms/textarea/index.d.ts +30 -30
- package/dist/src/forms/textarea/types.d.ts +30 -30
- package/dist/src/layout/box/index.d.ts +70 -70
- package/dist/src/layout/box/types.d.ts +62 -62
- package/dist/src/layout/flex/index.d.ts +65 -65
- package/dist/src/layout/flex/types.d.ts +57 -57
- package/dist/src/layout/grid/index.d.ts +51 -51
- package/dist/src/layout/grid/types.d.ts +56 -56
- package/dist/src/layout/separator/index.d.ts +42 -42
- package/dist/src/layout/separator/types.d.ts +17 -17
- package/dist/src/layout/splitter/index.d.ts +9 -9
- package/dist/src/layout/splitter/types.d.ts +14 -14
- package/dist/src/layout/stack/index.d.ts +63 -63
- package/dist/src/layout/stack/types.d.ts +55 -55
- package/dist/src/layout/style.d.ts +8 -8
- package/dist/src/overlays/action-bar/index.d.ts +7 -7
- package/dist/src/overlays/action-bar/types.d.ts +7 -7
- package/dist/src/overlays/dialog/index.d.ts +49 -49
- package/dist/src/overlays/dialog/types.d.ts +49 -49
- package/dist/src/overlays/drawer/index.d.ts +25 -25
- package/dist/src/overlays/drawer/types.d.ts +25 -25
- package/dist/src/overlays/hover-card/index.d.ts +38 -38
- package/dist/src/overlays/hover-card/types.d.ts +26 -26
- package/dist/src/overlays/menu/index.d.ts +32 -32
- package/dist/src/overlays/menu/types.d.ts +20 -20
- package/dist/src/overlays/popover/index.d.ts +37 -37
- package/dist/src/overlays/popover/types.d.ts +25 -25
- package/dist/src/overlays/toggle-tip/index.d.ts +27 -27
- package/dist/src/overlays/toggle-tip/types.d.ts +15 -15
- package/dist/src/overlays/tooltip/index.d.ts +26 -26
- package/dist/src/overlays/tooltip/types.d.ts +26 -26
- package/dist/src/reactive/index.d.ts.map +1 -1
- package/dist/src/reactive/index.js +2 -2
- package/dist/src/reactive/index.js.map +1 -1
- package/dist/src/style.d.ts +87 -87
- package/dist/src/typography/code/index.d.ts +14 -14
- package/dist/src/typography/code/types.d.ts +14 -14
- package/dist/src/typography/code-block/index.d.ts +36 -36
- package/dist/src/typography/code-block/types.d.ts +36 -36
- package/dist/src/typography/heading/index.d.ts +41 -41
- package/dist/src/typography/heading/types.d.ts +41 -41
- package/dist/src/typography/highlight/index.d.ts +3 -3
- package/dist/src/typography/highlight/types.d.ts +3 -3
- package/dist/src/typography/link/index.d.ts +9 -9
- package/dist/src/typography/link/types.d.ts +9 -9
- package/dist/src/typography/list/index.d.ts +8 -8
- package/dist/src/typography/list/types.d.ts +8 -8
- package/dist/src/typography/mark/index.d.ts +11 -11
- package/dist/src/typography/mark/types.d.ts +11 -11
- package/dist/src/typography/text/index.d.ts +53 -53
- package/dist/src/typography/text/types.d.ts +53 -53
- package/package.json +2 -2
|
@@ -14,12 +14,12 @@ import { type SubtypeExprOrValue, OptionType, StructType, NullType, BooleanType,
|
|
|
14
14
|
* @property full - Full viewport
|
|
15
15
|
*/
|
|
16
16
|
export declare const DrawerSizeType: VariantType<{
|
|
17
|
-
xs: NullType;
|
|
18
|
-
sm: NullType;
|
|
19
|
-
md: NullType;
|
|
20
|
-
lg: NullType;
|
|
21
|
-
xl: NullType;
|
|
22
|
-
full: NullType;
|
|
17
|
+
readonly xs: NullType;
|
|
18
|
+
readonly sm: NullType;
|
|
19
|
+
readonly md: NullType;
|
|
20
|
+
readonly lg: NullType;
|
|
21
|
+
readonly xl: NullType;
|
|
22
|
+
readonly full: NullType;
|
|
23
23
|
}>;
|
|
24
24
|
export type DrawerSizeType = typeof DrawerSizeType;
|
|
25
25
|
export type DrawerSizeLiteral = "xs" | "sm" | "md" | "lg" | "xl" | "full";
|
|
@@ -32,10 +32,10 @@ export type DrawerSizeLiteral = "xs" | "sm" | "md" | "lg" | "xl" | "full";
|
|
|
32
32
|
* @property bottom - Bottom edge
|
|
33
33
|
*/
|
|
34
34
|
export declare const DrawerPlacementType: VariantType<{
|
|
35
|
-
start: NullType;
|
|
36
|
-
end: NullType;
|
|
37
|
-
top: NullType;
|
|
38
|
-
bottom: NullType;
|
|
35
|
+
readonly start: NullType;
|
|
36
|
+
readonly end: NullType;
|
|
37
|
+
readonly top: NullType;
|
|
38
|
+
readonly bottom: NullType;
|
|
39
39
|
}>;
|
|
40
40
|
export type DrawerPlacementType = typeof DrawerPlacementType;
|
|
41
41
|
export type DrawerPlacementLiteral = "start" | "end" | "top" | "bottom";
|
|
@@ -49,25 +49,25 @@ export type DrawerPlacementLiteral = "start" | "end" | "top" | "bottom";
|
|
|
49
49
|
* @property onExitComplete - Callback triggered when exit animation completes
|
|
50
50
|
*/
|
|
51
51
|
export declare const DrawerStyleType: StructType<{
|
|
52
|
-
size: OptionType<VariantType<{
|
|
53
|
-
xs: NullType;
|
|
54
|
-
sm: NullType;
|
|
55
|
-
md: NullType;
|
|
56
|
-
lg: NullType;
|
|
57
|
-
xl: NullType;
|
|
58
|
-
full: NullType;
|
|
52
|
+
readonly size: OptionType<VariantType<{
|
|
53
|
+
readonly xs: NullType;
|
|
54
|
+
readonly sm: NullType;
|
|
55
|
+
readonly md: NullType;
|
|
56
|
+
readonly lg: NullType;
|
|
57
|
+
readonly xl: NullType;
|
|
58
|
+
readonly full: NullType;
|
|
59
59
|
}>>;
|
|
60
|
-
placement: OptionType<VariantType<{
|
|
61
|
-
start: NullType;
|
|
62
|
-
end: NullType;
|
|
63
|
-
top: NullType;
|
|
64
|
-
bottom: NullType;
|
|
60
|
+
readonly placement: OptionType<VariantType<{
|
|
61
|
+
readonly start: NullType;
|
|
62
|
+
readonly end: NullType;
|
|
63
|
+
readonly top: NullType;
|
|
64
|
+
readonly bottom: NullType;
|
|
65
65
|
}>>;
|
|
66
|
-
contained: OptionType<BooleanType>;
|
|
66
|
+
readonly contained: OptionType<BooleanType>;
|
|
67
67
|
/** Callback triggered when open state changes */
|
|
68
|
-
onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
68
|
+
readonly onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
69
69
|
/** Callback triggered when exit animation completes */
|
|
70
|
-
onExitComplete: OptionType<FunctionType<[], NullType>>;
|
|
70
|
+
readonly onExitComplete: OptionType<FunctionType<[], NullType>>;
|
|
71
71
|
}>;
|
|
72
72
|
export type DrawerStyleType = typeof DrawerStyleType;
|
|
73
73
|
/**
|
|
@@ -121,30 +121,30 @@ export declare const HoverCard: {
|
|
|
121
121
|
* @property closeDelay - Delay before closing (ms)
|
|
122
122
|
*/
|
|
123
123
|
readonly Style: StructType<{
|
|
124
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
125
|
-
xs: import("@elaraai/east").NullType;
|
|
126
|
-
sm: import("@elaraai/east").NullType;
|
|
127
|
-
md: import("@elaraai/east").NullType;
|
|
128
|
-
lg: import("@elaraai/east").NullType;
|
|
124
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
125
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
126
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
127
|
+
readonly md: import("@elaraai/east").NullType;
|
|
128
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
129
129
|
}>>;
|
|
130
|
-
placement: OptionType<import("@elaraai/east").VariantType<{
|
|
131
|
-
top: import("@elaraai/east").NullType;
|
|
132
|
-
"top-start": import("@elaraai/east").NullType;
|
|
133
|
-
"top-end": import("@elaraai/east").NullType;
|
|
134
|
-
bottom: import("@elaraai/east").NullType;
|
|
135
|
-
"bottom-start": import("@elaraai/east").NullType;
|
|
136
|
-
"bottom-end": import("@elaraai/east").NullType;
|
|
137
|
-
left: import("@elaraai/east").NullType;
|
|
138
|
-
"left-start": import("@elaraai/east").NullType;
|
|
139
|
-
"left-end": import("@elaraai/east").NullType;
|
|
140
|
-
right: import("@elaraai/east").NullType;
|
|
141
|
-
"right-start": import("@elaraai/east").NullType;
|
|
142
|
-
"right-end": import("@elaraai/east").NullType;
|
|
130
|
+
readonly placement: OptionType<import("@elaraai/east").VariantType<{
|
|
131
|
+
readonly top: import("@elaraai/east").NullType;
|
|
132
|
+
readonly "top-start": import("@elaraai/east").NullType;
|
|
133
|
+
readonly "top-end": import("@elaraai/east").NullType;
|
|
134
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
135
|
+
readonly "bottom-start": import("@elaraai/east").NullType;
|
|
136
|
+
readonly "bottom-end": import("@elaraai/east").NullType;
|
|
137
|
+
readonly left: import("@elaraai/east").NullType;
|
|
138
|
+
readonly "left-start": import("@elaraai/east").NullType;
|
|
139
|
+
readonly "left-end": import("@elaraai/east").NullType;
|
|
140
|
+
readonly right: import("@elaraai/east").NullType;
|
|
141
|
+
readonly "right-start": import("@elaraai/east").NullType;
|
|
142
|
+
readonly "right-end": import("@elaraai/east").NullType;
|
|
143
143
|
}>>;
|
|
144
|
-
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
145
|
-
openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
146
|
-
closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
147
|
-
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
144
|
+
readonly hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
145
|
+
readonly openDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
146
|
+
readonly closeDelay: OptionType<import("@elaraai/east").IntegerType>;
|
|
147
|
+
readonly onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
148
148
|
}>;
|
|
149
149
|
/**
|
|
150
150
|
* Size variant type for HoverCard component.
|
|
@@ -155,10 +155,10 @@ export declare const HoverCard: {
|
|
|
155
155
|
* @property lg - Large padding
|
|
156
156
|
*/
|
|
157
157
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
158
|
-
xs: import("@elaraai/east").NullType;
|
|
159
|
-
sm: import("@elaraai/east").NullType;
|
|
160
|
-
md: import("@elaraai/east").NullType;
|
|
161
|
-
lg: import("@elaraai/east").NullType;
|
|
158
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
159
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
160
|
+
readonly md: import("@elaraai/east").NullType;
|
|
161
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
162
162
|
}>;
|
|
163
163
|
/**
|
|
164
164
|
* Placement options for Tooltip positioning.
|
|
@@ -181,18 +181,18 @@ export declare const HoverCard: {
|
|
|
181
181
|
* @property right-end - Right, aligned to end
|
|
182
182
|
*/
|
|
183
183
|
readonly Placement: import("@elaraai/east").VariantType<{
|
|
184
|
-
top: import("@elaraai/east").NullType;
|
|
185
|
-
"top-start": import("@elaraai/east").NullType;
|
|
186
|
-
"top-end": import("@elaraai/east").NullType;
|
|
187
|
-
bottom: import("@elaraai/east").NullType;
|
|
188
|
-
"bottom-start": import("@elaraai/east").NullType;
|
|
189
|
-
"bottom-end": import("@elaraai/east").NullType;
|
|
190
|
-
left: import("@elaraai/east").NullType;
|
|
191
|
-
"left-start": import("@elaraai/east").NullType;
|
|
192
|
-
"left-end": import("@elaraai/east").NullType;
|
|
193
|
-
right: import("@elaraai/east").NullType;
|
|
194
|
-
"right-start": import("@elaraai/east").NullType;
|
|
195
|
-
"right-end": import("@elaraai/east").NullType;
|
|
184
|
+
readonly top: import("@elaraai/east").NullType;
|
|
185
|
+
readonly "top-start": import("@elaraai/east").NullType;
|
|
186
|
+
readonly "top-end": import("@elaraai/east").NullType;
|
|
187
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
188
|
+
readonly "bottom-start": import("@elaraai/east").NullType;
|
|
189
|
+
readonly "bottom-end": import("@elaraai/east").NullType;
|
|
190
|
+
readonly left: import("@elaraai/east").NullType;
|
|
191
|
+
readonly "left-start": import("@elaraai/east").NullType;
|
|
192
|
+
readonly "left-end": import("@elaraai/east").NullType;
|
|
193
|
+
readonly right: import("@elaraai/east").NullType;
|
|
194
|
+
readonly "right-start": import("@elaraai/east").NullType;
|
|
195
|
+
readonly "right-end": import("@elaraai/east").NullType;
|
|
196
196
|
}>;
|
|
197
197
|
};
|
|
198
198
|
};
|
|
@@ -14,10 +14,10 @@ export { PlacementType, type PlacementLiteral } from "../tooltip/types.js";
|
|
|
14
14
|
* @property lg - Large padding
|
|
15
15
|
*/
|
|
16
16
|
export declare const HoverCardSizeType: VariantType<{
|
|
17
|
-
xs: NullType;
|
|
18
|
-
sm: NullType;
|
|
19
|
-
md: NullType;
|
|
20
|
-
lg: NullType;
|
|
17
|
+
readonly xs: NullType;
|
|
18
|
+
readonly sm: NullType;
|
|
19
|
+
readonly md: NullType;
|
|
20
|
+
readonly lg: NullType;
|
|
21
21
|
}>;
|
|
22
22
|
export type HoverCardSizeType = typeof HoverCardSizeType;
|
|
23
23
|
export type HoverCardSizeLiteral = "xs" | "sm" | "md" | "lg";
|
|
@@ -32,31 +32,31 @@ export type HoverCardSizeLiteral = "xs" | "sm" | "md" | "lg";
|
|
|
32
32
|
* @property onOpenChange - Callback triggered when open state changes
|
|
33
33
|
*/
|
|
34
34
|
export declare const HoverCardStyleType: StructType<{
|
|
35
|
-
size: OptionType<VariantType<{
|
|
36
|
-
xs: NullType;
|
|
37
|
-
sm: NullType;
|
|
38
|
-
md: NullType;
|
|
39
|
-
lg: NullType;
|
|
35
|
+
readonly size: OptionType<VariantType<{
|
|
36
|
+
readonly xs: NullType;
|
|
37
|
+
readonly sm: NullType;
|
|
38
|
+
readonly md: NullType;
|
|
39
|
+
readonly lg: NullType;
|
|
40
40
|
}>>;
|
|
41
|
-
placement: OptionType<VariantType<{
|
|
42
|
-
top: NullType;
|
|
43
|
-
"top-start": NullType;
|
|
44
|
-
"top-end": NullType;
|
|
45
|
-
bottom: NullType;
|
|
46
|
-
"bottom-start": NullType;
|
|
47
|
-
"bottom-end": NullType;
|
|
48
|
-
left: NullType;
|
|
49
|
-
"left-start": NullType;
|
|
50
|
-
"left-end": NullType;
|
|
51
|
-
right: NullType;
|
|
52
|
-
"right-start": NullType;
|
|
53
|
-
"right-end": NullType;
|
|
41
|
+
readonly placement: OptionType<VariantType<{
|
|
42
|
+
readonly top: NullType;
|
|
43
|
+
readonly "top-start": NullType;
|
|
44
|
+
readonly "top-end": NullType;
|
|
45
|
+
readonly bottom: NullType;
|
|
46
|
+
readonly "bottom-start": NullType;
|
|
47
|
+
readonly "bottom-end": NullType;
|
|
48
|
+
readonly left: NullType;
|
|
49
|
+
readonly "left-start": NullType;
|
|
50
|
+
readonly "left-end": NullType;
|
|
51
|
+
readonly right: NullType;
|
|
52
|
+
readonly "right-start": NullType;
|
|
53
|
+
readonly "right-end": NullType;
|
|
54
54
|
}>>;
|
|
55
|
-
hasArrow: OptionType<BooleanType>;
|
|
56
|
-
openDelay: OptionType<IntegerType>;
|
|
57
|
-
closeDelay: OptionType<IntegerType>;
|
|
55
|
+
readonly hasArrow: OptionType<BooleanType>;
|
|
56
|
+
readonly openDelay: OptionType<IntegerType>;
|
|
57
|
+
readonly closeDelay: OptionType<IntegerType>;
|
|
58
58
|
/** Callback triggered when open state changes */
|
|
59
|
-
onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
59
|
+
readonly onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
60
60
|
}>;
|
|
61
61
|
export type HoverCardStyleType = typeof HoverCardStyleType;
|
|
62
62
|
/**
|
|
@@ -223,12 +223,12 @@ export declare const Menu: {
|
|
|
223
223
|
* @property Separator - A visual separator between menu items
|
|
224
224
|
*/
|
|
225
225
|
readonly Item: import("@elaraai/east").VariantType<{
|
|
226
|
-
Item: StructType<{
|
|
227
|
-
value: StringType;
|
|
228
|
-
label: StringType;
|
|
229
|
-
disabled: OptionType<BooleanType>;
|
|
226
|
+
readonly Item: StructType<{
|
|
227
|
+
readonly value: StringType;
|
|
228
|
+
readonly label: StringType;
|
|
229
|
+
readonly disabled: OptionType<BooleanType>;
|
|
230
230
|
}>;
|
|
231
|
-
Separator: import("@elaraai/east").NullType;
|
|
231
|
+
readonly Separator: import("@elaraai/east").NullType;
|
|
232
232
|
}>;
|
|
233
233
|
/**
|
|
234
234
|
* Style type for Menu component.
|
|
@@ -239,22 +239,22 @@ export declare const Menu: {
|
|
|
239
239
|
* @property placement - Where to position the menu relative to the trigger
|
|
240
240
|
*/
|
|
241
241
|
readonly Style: StructType<{
|
|
242
|
-
placement: OptionType<import("@elaraai/east").VariantType<{
|
|
243
|
-
top: import("@elaraai/east").NullType;
|
|
244
|
-
"top-start": import("@elaraai/east").NullType;
|
|
245
|
-
"top-end": import("@elaraai/east").NullType;
|
|
246
|
-
bottom: import("@elaraai/east").NullType;
|
|
247
|
-
"bottom-start": import("@elaraai/east").NullType;
|
|
248
|
-
"bottom-end": import("@elaraai/east").NullType;
|
|
249
|
-
left: import("@elaraai/east").NullType;
|
|
250
|
-
"left-start": import("@elaraai/east").NullType;
|
|
251
|
-
"left-end": import("@elaraai/east").NullType;
|
|
252
|
-
right: import("@elaraai/east").NullType;
|
|
253
|
-
"right-start": import("@elaraai/east").NullType;
|
|
254
|
-
"right-end": import("@elaraai/east").NullType;
|
|
242
|
+
readonly placement: OptionType<import("@elaraai/east").VariantType<{
|
|
243
|
+
readonly top: import("@elaraai/east").NullType;
|
|
244
|
+
readonly "top-start": import("@elaraai/east").NullType;
|
|
245
|
+
readonly "top-end": import("@elaraai/east").NullType;
|
|
246
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
247
|
+
readonly "bottom-start": import("@elaraai/east").NullType;
|
|
248
|
+
readonly "bottom-end": import("@elaraai/east").NullType;
|
|
249
|
+
readonly left: import("@elaraai/east").NullType;
|
|
250
|
+
readonly "left-start": import("@elaraai/east").NullType;
|
|
251
|
+
readonly "left-end": import("@elaraai/east").NullType;
|
|
252
|
+
readonly right: import("@elaraai/east").NullType;
|
|
253
|
+
readonly "right-start": import("@elaraai/east").NullType;
|
|
254
|
+
readonly "right-end": import("@elaraai/east").NullType;
|
|
255
255
|
}>>;
|
|
256
|
-
onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
257
|
-
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
256
|
+
readonly onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
257
|
+
readonly onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
258
258
|
}>;
|
|
259
259
|
/**
|
|
260
260
|
* Placement options for Tooltip positioning.
|
|
@@ -277,18 +277,18 @@ export declare const Menu: {
|
|
|
277
277
|
* @property right-end - Right, aligned to end
|
|
278
278
|
*/
|
|
279
279
|
readonly Placement: import("@elaraai/east").VariantType<{
|
|
280
|
-
top: import("@elaraai/east").NullType;
|
|
281
|
-
"top-start": import("@elaraai/east").NullType;
|
|
282
|
-
"top-end": import("@elaraai/east").NullType;
|
|
283
|
-
bottom: import("@elaraai/east").NullType;
|
|
284
|
-
"bottom-start": import("@elaraai/east").NullType;
|
|
285
|
-
"bottom-end": import("@elaraai/east").NullType;
|
|
286
|
-
left: import("@elaraai/east").NullType;
|
|
287
|
-
"left-start": import("@elaraai/east").NullType;
|
|
288
|
-
"left-end": import("@elaraai/east").NullType;
|
|
289
|
-
right: import("@elaraai/east").NullType;
|
|
290
|
-
"right-start": import("@elaraai/east").NullType;
|
|
291
|
-
"right-end": import("@elaraai/east").NullType;
|
|
280
|
+
readonly top: import("@elaraai/east").NullType;
|
|
281
|
+
readonly "top-start": import("@elaraai/east").NullType;
|
|
282
|
+
readonly "top-end": import("@elaraai/east").NullType;
|
|
283
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
284
|
+
readonly "bottom-start": import("@elaraai/east").NullType;
|
|
285
|
+
readonly "bottom-end": import("@elaraai/east").NullType;
|
|
286
|
+
readonly left: import("@elaraai/east").NullType;
|
|
287
|
+
readonly "left-start": import("@elaraai/east").NullType;
|
|
288
|
+
readonly "left-end": import("@elaraai/east").NullType;
|
|
289
|
+
readonly right: import("@elaraai/east").NullType;
|
|
290
|
+
readonly "right-start": import("@elaraai/east").NullType;
|
|
291
|
+
readonly "right-end": import("@elaraai/east").NullType;
|
|
292
292
|
}>;
|
|
293
293
|
};
|
|
294
294
|
};
|
|
@@ -16,16 +16,16 @@ export { PlacementType, type PlacementLiteral } from "../tooltip/types.js";
|
|
|
16
16
|
*/
|
|
17
17
|
export declare const MenuItemType: VariantType<{
|
|
18
18
|
/** A clickable menu item */
|
|
19
|
-
Item: StructType<{
|
|
19
|
+
readonly Item: StructType<{
|
|
20
20
|
/** Unique identifier for the item */
|
|
21
|
-
value: StringType;
|
|
21
|
+
readonly value: StringType;
|
|
22
22
|
/** Display text for the item */
|
|
23
|
-
label: StringType;
|
|
23
|
+
readonly label: StringType;
|
|
24
24
|
/** Whether the item is disabled */
|
|
25
|
-
disabled: OptionType<BooleanType>;
|
|
25
|
+
readonly disabled: OptionType<BooleanType>;
|
|
26
26
|
}>;
|
|
27
27
|
/** A visual separator between items */
|
|
28
|
-
Separator: NullType;
|
|
28
|
+
readonly Separator: NullType;
|
|
29
29
|
}>;
|
|
30
30
|
/**
|
|
31
31
|
* Type representing the MenuItem structure.
|
|
@@ -42,24 +42,24 @@ export type MenuItemType = typeof MenuItemType;
|
|
|
42
42
|
* @property onOpenChange - Callback triggered when open state changes
|
|
43
43
|
*/
|
|
44
44
|
export declare const MenuStyleType: StructType<{
|
|
45
|
-
placement: OptionType<VariantType<{
|
|
46
|
-
top: NullType;
|
|
47
|
-
"top-start": NullType;
|
|
48
|
-
"top-end": NullType;
|
|
49
|
-
bottom: NullType;
|
|
50
|
-
"bottom-start": NullType;
|
|
51
|
-
"bottom-end": NullType;
|
|
52
|
-
left: NullType;
|
|
53
|
-
"left-start": NullType;
|
|
54
|
-
"left-end": NullType;
|
|
55
|
-
right: NullType;
|
|
56
|
-
"right-start": NullType;
|
|
57
|
-
"right-end": NullType;
|
|
45
|
+
readonly placement: OptionType<VariantType<{
|
|
46
|
+
readonly top: NullType;
|
|
47
|
+
readonly "top-start": NullType;
|
|
48
|
+
readonly "top-end": NullType;
|
|
49
|
+
readonly bottom: NullType;
|
|
50
|
+
readonly "bottom-start": NullType;
|
|
51
|
+
readonly "bottom-end": NullType;
|
|
52
|
+
readonly left: NullType;
|
|
53
|
+
readonly "left-start": NullType;
|
|
54
|
+
readonly "left-end": NullType;
|
|
55
|
+
readonly right: NullType;
|
|
56
|
+
readonly "right-start": NullType;
|
|
57
|
+
readonly "right-end": NullType;
|
|
58
58
|
}>>;
|
|
59
59
|
/** Callback triggered when a menu item is selected */
|
|
60
|
-
onSelect: OptionType<FunctionType<[StringType], NullType>>;
|
|
60
|
+
readonly onSelect: OptionType<FunctionType<[StringType], NullType>>;
|
|
61
61
|
/** Callback triggered when open state changes */
|
|
62
|
-
onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
62
|
+
readonly onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
63
63
|
}>;
|
|
64
64
|
/**
|
|
65
65
|
* Type representing the MenuStyle structure.
|
|
@@ -127,29 +127,29 @@ export declare const Popover: {
|
|
|
127
127
|
* @property gutter - Gap between trigger and popover (OptionType<IntegerType>)
|
|
128
128
|
*/
|
|
129
129
|
readonly Style: StructType<{
|
|
130
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
131
|
-
xs: import("@elaraai/east").NullType;
|
|
132
|
-
sm: import("@elaraai/east").NullType;
|
|
133
|
-
md: import("@elaraai/east").NullType;
|
|
134
|
-
lg: import("@elaraai/east").NullType;
|
|
130
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
131
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
132
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
133
|
+
readonly md: import("@elaraai/east").NullType;
|
|
134
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
135
135
|
}>>;
|
|
136
|
-
placement: OptionType<import("@elaraai/east").VariantType<{
|
|
137
|
-
top: import("@elaraai/east").NullType;
|
|
138
|
-
"top-start": import("@elaraai/east").NullType;
|
|
139
|
-
"top-end": import("@elaraai/east").NullType;
|
|
140
|
-
bottom: import("@elaraai/east").NullType;
|
|
141
|
-
"bottom-start": import("@elaraai/east").NullType;
|
|
142
|
-
"bottom-end": import("@elaraai/east").NullType;
|
|
143
|
-
left: import("@elaraai/east").NullType;
|
|
144
|
-
"left-start": import("@elaraai/east").NullType;
|
|
145
|
-
"left-end": import("@elaraai/east").NullType;
|
|
146
|
-
right: import("@elaraai/east").NullType;
|
|
147
|
-
"right-start": import("@elaraai/east").NullType;
|
|
148
|
-
"right-end": import("@elaraai/east").NullType;
|
|
136
|
+
readonly placement: OptionType<import("@elaraai/east").VariantType<{
|
|
137
|
+
readonly top: import("@elaraai/east").NullType;
|
|
138
|
+
readonly "top-start": import("@elaraai/east").NullType;
|
|
139
|
+
readonly "top-end": import("@elaraai/east").NullType;
|
|
140
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
141
|
+
readonly "bottom-start": import("@elaraai/east").NullType;
|
|
142
|
+
readonly "bottom-end": import("@elaraai/east").NullType;
|
|
143
|
+
readonly left: import("@elaraai/east").NullType;
|
|
144
|
+
readonly "left-start": import("@elaraai/east").NullType;
|
|
145
|
+
readonly "left-end": import("@elaraai/east").NullType;
|
|
146
|
+
readonly right: import("@elaraai/east").NullType;
|
|
147
|
+
readonly "right-start": import("@elaraai/east").NullType;
|
|
148
|
+
readonly "right-end": import("@elaraai/east").NullType;
|
|
149
149
|
}>>;
|
|
150
|
-
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
151
|
-
gutter: OptionType<import("@elaraai/east").IntegerType>;
|
|
152
|
-
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
150
|
+
readonly hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
151
|
+
readonly gutter: OptionType<import("@elaraai/east").IntegerType>;
|
|
152
|
+
readonly onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
153
153
|
}>;
|
|
154
154
|
/**
|
|
155
155
|
* Size variant type for Popover component dimensions.
|
|
@@ -164,10 +164,10 @@ export declare const Popover: {
|
|
|
164
164
|
* @property lg - Large popover with generous padding
|
|
165
165
|
*/
|
|
166
166
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
167
|
-
xs: import("@elaraai/east").NullType;
|
|
168
|
-
sm: import("@elaraai/east").NullType;
|
|
169
|
-
md: import("@elaraai/east").NullType;
|
|
170
|
-
lg: import("@elaraai/east").NullType;
|
|
167
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
168
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
169
|
+
readonly md: import("@elaraai/east").NullType;
|
|
170
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
171
171
|
}>;
|
|
172
172
|
/**
|
|
173
173
|
* Placement variant type for Popover positioning.
|
|
@@ -190,18 +190,18 @@ export declare const Popover: {
|
|
|
190
190
|
* @property right-end - Right, aligned to end
|
|
191
191
|
*/
|
|
192
192
|
readonly Placement: import("@elaraai/east").VariantType<{
|
|
193
|
-
top: import("@elaraai/east").NullType;
|
|
194
|
-
"top-start": import("@elaraai/east").NullType;
|
|
195
|
-
"top-end": import("@elaraai/east").NullType;
|
|
196
|
-
bottom: import("@elaraai/east").NullType;
|
|
197
|
-
"bottom-start": import("@elaraai/east").NullType;
|
|
198
|
-
"bottom-end": import("@elaraai/east").NullType;
|
|
199
|
-
left: import("@elaraai/east").NullType;
|
|
200
|
-
"left-start": import("@elaraai/east").NullType;
|
|
201
|
-
"left-end": import("@elaraai/east").NullType;
|
|
202
|
-
right: import("@elaraai/east").NullType;
|
|
203
|
-
"right-start": import("@elaraai/east").NullType;
|
|
204
|
-
"right-end": import("@elaraai/east").NullType;
|
|
193
|
+
readonly top: import("@elaraai/east").NullType;
|
|
194
|
+
readonly "top-start": import("@elaraai/east").NullType;
|
|
195
|
+
readonly "top-end": import("@elaraai/east").NullType;
|
|
196
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
197
|
+
readonly "bottom-start": import("@elaraai/east").NullType;
|
|
198
|
+
readonly "bottom-end": import("@elaraai/east").NullType;
|
|
199
|
+
readonly left: import("@elaraai/east").NullType;
|
|
200
|
+
readonly "left-start": import("@elaraai/east").NullType;
|
|
201
|
+
readonly "left-end": import("@elaraai/east").NullType;
|
|
202
|
+
readonly right: import("@elaraai/east").NullType;
|
|
203
|
+
readonly "right-start": import("@elaraai/east").NullType;
|
|
204
|
+
readonly "right-end": import("@elaraai/east").NullType;
|
|
205
205
|
}>;
|
|
206
206
|
};
|
|
207
207
|
};
|
|
@@ -14,10 +14,10 @@ export { PlacementType, type PlacementLiteral } from "../tooltip/types.js";
|
|
|
14
14
|
* @property lg - Large padding
|
|
15
15
|
*/
|
|
16
16
|
export declare const PopoverSizeType: VariantType<{
|
|
17
|
-
xs: NullType;
|
|
18
|
-
sm: NullType;
|
|
19
|
-
md: NullType;
|
|
20
|
-
lg: NullType;
|
|
17
|
+
readonly xs: NullType;
|
|
18
|
+
readonly sm: NullType;
|
|
19
|
+
readonly md: NullType;
|
|
20
|
+
readonly lg: NullType;
|
|
21
21
|
}>;
|
|
22
22
|
export type PopoverSizeType = typeof PopoverSizeType;
|
|
23
23
|
export type PopoverSizeLiteral = "xs" | "sm" | "md" | "lg";
|
|
@@ -31,30 +31,30 @@ export type PopoverSizeLiteral = "xs" | "sm" | "md" | "lg";
|
|
|
31
31
|
* @property onOpenChange - Callback triggered when open state changes
|
|
32
32
|
*/
|
|
33
33
|
export declare const PopoverStyleType: StructType<{
|
|
34
|
-
size: OptionType<VariantType<{
|
|
35
|
-
xs: NullType;
|
|
36
|
-
sm: NullType;
|
|
37
|
-
md: NullType;
|
|
38
|
-
lg: NullType;
|
|
34
|
+
readonly size: OptionType<VariantType<{
|
|
35
|
+
readonly xs: NullType;
|
|
36
|
+
readonly sm: NullType;
|
|
37
|
+
readonly md: NullType;
|
|
38
|
+
readonly lg: NullType;
|
|
39
39
|
}>>;
|
|
40
|
-
placement: OptionType<VariantType<{
|
|
41
|
-
top: NullType;
|
|
42
|
-
"top-start": NullType;
|
|
43
|
-
"top-end": NullType;
|
|
44
|
-
bottom: NullType;
|
|
45
|
-
"bottom-start": NullType;
|
|
46
|
-
"bottom-end": NullType;
|
|
47
|
-
left: NullType;
|
|
48
|
-
"left-start": NullType;
|
|
49
|
-
"left-end": NullType;
|
|
50
|
-
right: NullType;
|
|
51
|
-
"right-start": NullType;
|
|
52
|
-
"right-end": NullType;
|
|
40
|
+
readonly placement: OptionType<VariantType<{
|
|
41
|
+
readonly top: NullType;
|
|
42
|
+
readonly "top-start": NullType;
|
|
43
|
+
readonly "top-end": NullType;
|
|
44
|
+
readonly bottom: NullType;
|
|
45
|
+
readonly "bottom-start": NullType;
|
|
46
|
+
readonly "bottom-end": NullType;
|
|
47
|
+
readonly left: NullType;
|
|
48
|
+
readonly "left-start": NullType;
|
|
49
|
+
readonly "left-end": NullType;
|
|
50
|
+
readonly right: NullType;
|
|
51
|
+
readonly "right-start": NullType;
|
|
52
|
+
readonly "right-end": NullType;
|
|
53
53
|
}>>;
|
|
54
|
-
hasArrow: OptionType<BooleanType>;
|
|
55
|
-
gutter: OptionType<IntegerType>;
|
|
54
|
+
readonly hasArrow: OptionType<BooleanType>;
|
|
55
|
+
readonly gutter: OptionType<IntegerType>;
|
|
56
56
|
/** Callback triggered when open state changes */
|
|
57
|
-
onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
57
|
+
readonly onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
58
58
|
}>;
|
|
59
59
|
export type PopoverStyleType = typeof PopoverStyleType;
|
|
60
60
|
/**
|
|
@@ -115,22 +115,22 @@ export declare const ToggleTip: {
|
|
|
115
115
|
* @property hasArrow - Show arrow pointing to trigger (OptionType<BooleanType>)
|
|
116
116
|
*/
|
|
117
117
|
readonly Style: StructType<{
|
|
118
|
-
placement: OptionType<import("@elaraai/east").VariantType<{
|
|
119
|
-
top: import("@elaraai/east").NullType;
|
|
120
|
-
"top-start": import("@elaraai/east").NullType;
|
|
121
|
-
"top-end": import("@elaraai/east").NullType;
|
|
122
|
-
bottom: import("@elaraai/east").NullType;
|
|
123
|
-
"bottom-start": import("@elaraai/east").NullType;
|
|
124
|
-
"bottom-end": import("@elaraai/east").NullType;
|
|
125
|
-
left: import("@elaraai/east").NullType;
|
|
126
|
-
"left-start": import("@elaraai/east").NullType;
|
|
127
|
-
"left-end": import("@elaraai/east").NullType;
|
|
128
|
-
right: import("@elaraai/east").NullType;
|
|
129
|
-
"right-start": import("@elaraai/east").NullType;
|
|
130
|
-
"right-end": import("@elaraai/east").NullType;
|
|
118
|
+
readonly placement: OptionType<import("@elaraai/east").VariantType<{
|
|
119
|
+
readonly top: import("@elaraai/east").NullType;
|
|
120
|
+
readonly "top-start": import("@elaraai/east").NullType;
|
|
121
|
+
readonly "top-end": import("@elaraai/east").NullType;
|
|
122
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
123
|
+
readonly "bottom-start": import("@elaraai/east").NullType;
|
|
124
|
+
readonly "bottom-end": import("@elaraai/east").NullType;
|
|
125
|
+
readonly left: import("@elaraai/east").NullType;
|
|
126
|
+
readonly "left-start": import("@elaraai/east").NullType;
|
|
127
|
+
readonly "left-end": import("@elaraai/east").NullType;
|
|
128
|
+
readonly right: import("@elaraai/east").NullType;
|
|
129
|
+
readonly "right-start": import("@elaraai/east").NullType;
|
|
130
|
+
readonly "right-end": import("@elaraai/east").NullType;
|
|
131
131
|
}>>;
|
|
132
|
-
hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
133
|
-
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
132
|
+
readonly hasArrow: OptionType<import("@elaraai/east").BooleanType>;
|
|
133
|
+
readonly onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], import("@elaraai/east").NullType>>;
|
|
134
134
|
}>;
|
|
135
135
|
/**
|
|
136
136
|
* Placement variant type for ToggleTip positioning.
|
|
@@ -153,18 +153,18 @@ export declare const ToggleTip: {
|
|
|
153
153
|
* @property right-end - Right, aligned to end
|
|
154
154
|
*/
|
|
155
155
|
readonly Placement: import("@elaraai/east").VariantType<{
|
|
156
|
-
top: import("@elaraai/east").NullType;
|
|
157
|
-
"top-start": import("@elaraai/east").NullType;
|
|
158
|
-
"top-end": import("@elaraai/east").NullType;
|
|
159
|
-
bottom: import("@elaraai/east").NullType;
|
|
160
|
-
"bottom-start": import("@elaraai/east").NullType;
|
|
161
|
-
"bottom-end": import("@elaraai/east").NullType;
|
|
162
|
-
left: import("@elaraai/east").NullType;
|
|
163
|
-
"left-start": import("@elaraai/east").NullType;
|
|
164
|
-
"left-end": import("@elaraai/east").NullType;
|
|
165
|
-
right: import("@elaraai/east").NullType;
|
|
166
|
-
"right-start": import("@elaraai/east").NullType;
|
|
167
|
-
"right-end": import("@elaraai/east").NullType;
|
|
156
|
+
readonly top: import("@elaraai/east").NullType;
|
|
157
|
+
readonly "top-start": import("@elaraai/east").NullType;
|
|
158
|
+
readonly "top-end": import("@elaraai/east").NullType;
|
|
159
|
+
readonly bottom: import("@elaraai/east").NullType;
|
|
160
|
+
readonly "bottom-start": import("@elaraai/east").NullType;
|
|
161
|
+
readonly "bottom-end": import("@elaraai/east").NullType;
|
|
162
|
+
readonly left: import("@elaraai/east").NullType;
|
|
163
|
+
readonly "left-start": import("@elaraai/east").NullType;
|
|
164
|
+
readonly "left-end": import("@elaraai/east").NullType;
|
|
165
|
+
readonly right: import("@elaraai/east").NullType;
|
|
166
|
+
readonly "right-start": import("@elaraai/east").NullType;
|
|
167
|
+
readonly "right-end": import("@elaraai/east").NullType;
|
|
168
168
|
}>;
|
|
169
169
|
};
|
|
170
170
|
};
|