@elaraai/east-ui 0.0.1-beta.17 → 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
|
@@ -92,69 +92,69 @@ export type StackStyle = {
|
|
|
92
92
|
* @property overflowY - Vertical overflow behavior (visible, hidden, scroll, auto)
|
|
93
93
|
*/
|
|
94
94
|
export declare const StackStyleType: StructType<{
|
|
95
|
-
direction: OptionType<import("@elaraai/east").VariantType<{
|
|
96
|
-
row: import("@elaraai/east").NullType;
|
|
97
|
-
column: import("@elaraai/east").NullType;
|
|
98
|
-
"row-reverse": import("@elaraai/east").NullType;
|
|
99
|
-
"column-reverse": import("@elaraai/east").NullType;
|
|
95
|
+
readonly direction: OptionType<import("@elaraai/east").VariantType<{
|
|
96
|
+
readonly row: import("@elaraai/east").NullType;
|
|
97
|
+
readonly column: import("@elaraai/east").NullType;
|
|
98
|
+
readonly "row-reverse": import("@elaraai/east").NullType;
|
|
99
|
+
readonly "column-reverse": import("@elaraai/east").NullType;
|
|
100
100
|
}>>;
|
|
101
|
-
gap: OptionType<StringType>;
|
|
102
|
-
align: OptionType<import("@elaraai/east").VariantType<{
|
|
103
|
-
"flex-start": import("@elaraai/east").NullType;
|
|
104
|
-
"flex-end": import("@elaraai/east").NullType;
|
|
105
|
-
center: import("@elaraai/east").NullType;
|
|
106
|
-
baseline: import("@elaraai/east").NullType;
|
|
107
|
-
stretch: import("@elaraai/east").NullType;
|
|
101
|
+
readonly gap: OptionType<StringType>;
|
|
102
|
+
readonly align: OptionType<import("@elaraai/east").VariantType<{
|
|
103
|
+
readonly "flex-start": import("@elaraai/east").NullType;
|
|
104
|
+
readonly "flex-end": import("@elaraai/east").NullType;
|
|
105
|
+
readonly center: import("@elaraai/east").NullType;
|
|
106
|
+
readonly baseline: import("@elaraai/east").NullType;
|
|
107
|
+
readonly stretch: import("@elaraai/east").NullType;
|
|
108
108
|
}>>;
|
|
109
|
-
justify: OptionType<import("@elaraai/east").VariantType<{
|
|
110
|
-
"flex-start": import("@elaraai/east").NullType;
|
|
111
|
-
"flex-end": import("@elaraai/east").NullType;
|
|
112
|
-
center: import("@elaraai/east").NullType;
|
|
113
|
-
"space-between": import("@elaraai/east").NullType;
|
|
114
|
-
"space-around": import("@elaraai/east").NullType;
|
|
115
|
-
"space-evenly": import("@elaraai/east").NullType;
|
|
109
|
+
readonly justify: OptionType<import("@elaraai/east").VariantType<{
|
|
110
|
+
readonly "flex-start": import("@elaraai/east").NullType;
|
|
111
|
+
readonly "flex-end": import("@elaraai/east").NullType;
|
|
112
|
+
readonly center: import("@elaraai/east").NullType;
|
|
113
|
+
readonly "space-between": import("@elaraai/east").NullType;
|
|
114
|
+
readonly "space-around": import("@elaraai/east").NullType;
|
|
115
|
+
readonly "space-evenly": import("@elaraai/east").NullType;
|
|
116
116
|
}>>;
|
|
117
|
-
wrap: OptionType<import("@elaraai/east").VariantType<{
|
|
118
|
-
nowrap: import("@elaraai/east").NullType;
|
|
119
|
-
wrap: import("@elaraai/east").NullType;
|
|
120
|
-
"wrap-reverse": import("@elaraai/east").NullType;
|
|
117
|
+
readonly wrap: OptionType<import("@elaraai/east").VariantType<{
|
|
118
|
+
readonly nowrap: import("@elaraai/east").NullType;
|
|
119
|
+
readonly wrap: import("@elaraai/east").NullType;
|
|
120
|
+
readonly "wrap-reverse": import("@elaraai/east").NullType;
|
|
121
121
|
}>>;
|
|
122
|
-
padding: OptionType<StructType<{
|
|
123
|
-
top: OptionType<StringType>;
|
|
124
|
-
right: OptionType<StringType>;
|
|
125
|
-
bottom: OptionType<StringType>;
|
|
126
|
-
left: OptionType<StringType>;
|
|
122
|
+
readonly padding: OptionType<StructType<{
|
|
123
|
+
readonly top: OptionType<StringType>;
|
|
124
|
+
readonly right: OptionType<StringType>;
|
|
125
|
+
readonly bottom: OptionType<StringType>;
|
|
126
|
+
readonly left: OptionType<StringType>;
|
|
127
127
|
}>>;
|
|
128
|
-
margin: OptionType<StructType<{
|
|
129
|
-
top: OptionType<StringType>;
|
|
130
|
-
right: OptionType<StringType>;
|
|
131
|
-
bottom: OptionType<StringType>;
|
|
132
|
-
left: OptionType<StringType>;
|
|
128
|
+
readonly margin: OptionType<StructType<{
|
|
129
|
+
readonly top: OptionType<StringType>;
|
|
130
|
+
readonly right: OptionType<StringType>;
|
|
131
|
+
readonly bottom: OptionType<StringType>;
|
|
132
|
+
readonly left: OptionType<StringType>;
|
|
133
133
|
}>>;
|
|
134
|
-
background: OptionType<StringType>;
|
|
135
|
-
width: OptionType<StringType>;
|
|
136
|
-
height: OptionType<StringType>;
|
|
137
|
-
minHeight: OptionType<StringType>;
|
|
138
|
-
minWidth: OptionType<StringType>;
|
|
139
|
-
maxHeight: OptionType<StringType>;
|
|
140
|
-
maxWidth: OptionType<StringType>;
|
|
141
|
-
overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
142
|
-
visible: import("@elaraai/east").NullType;
|
|
143
|
-
hidden: import("@elaraai/east").NullType;
|
|
144
|
-
scroll: import("@elaraai/east").NullType;
|
|
145
|
-
auto: import("@elaraai/east").NullType;
|
|
134
|
+
readonly background: OptionType<StringType>;
|
|
135
|
+
readonly width: OptionType<StringType>;
|
|
136
|
+
readonly height: OptionType<StringType>;
|
|
137
|
+
readonly minHeight: OptionType<StringType>;
|
|
138
|
+
readonly minWidth: OptionType<StringType>;
|
|
139
|
+
readonly maxHeight: OptionType<StringType>;
|
|
140
|
+
readonly maxWidth: OptionType<StringType>;
|
|
141
|
+
readonly overflow: OptionType<import("@elaraai/east").VariantType<{
|
|
142
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
143
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
144
|
+
readonly scroll: import("@elaraai/east").NullType;
|
|
145
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
146
146
|
}>>;
|
|
147
|
-
overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
148
|
-
visible: import("@elaraai/east").NullType;
|
|
149
|
-
hidden: import("@elaraai/east").NullType;
|
|
150
|
-
scroll: import("@elaraai/east").NullType;
|
|
151
|
-
auto: import("@elaraai/east").NullType;
|
|
147
|
+
readonly overflowX: OptionType<import("@elaraai/east").VariantType<{
|
|
148
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
149
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
150
|
+
readonly scroll: import("@elaraai/east").NullType;
|
|
151
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
152
152
|
}>>;
|
|
153
|
-
overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
154
|
-
visible: import("@elaraai/east").NullType;
|
|
155
|
-
hidden: import("@elaraai/east").NullType;
|
|
156
|
-
scroll: import("@elaraai/east").NullType;
|
|
157
|
-
auto: import("@elaraai/east").NullType;
|
|
153
|
+
readonly overflowY: OptionType<import("@elaraai/east").VariantType<{
|
|
154
|
+
readonly visible: import("@elaraai/east").NullType;
|
|
155
|
+
readonly hidden: import("@elaraai/east").NullType;
|
|
156
|
+
readonly scroll: import("@elaraai/east").NullType;
|
|
157
|
+
readonly auto: import("@elaraai/east").NullType;
|
|
158
158
|
}>>;
|
|
159
159
|
}>;
|
|
160
160
|
/**
|
|
@@ -16,10 +16,10 @@ import { type SubtypeExprOrValue, type ExprType, OptionType, StringType, StructT
|
|
|
16
16
|
* @property left - Left padding
|
|
17
17
|
*/
|
|
18
18
|
export declare const PaddingType: StructType<{
|
|
19
|
-
top: OptionType<StringType>;
|
|
20
|
-
right: OptionType<StringType>;
|
|
21
|
-
bottom: OptionType<StringType>;
|
|
22
|
-
left: OptionType<StringType>;
|
|
19
|
+
readonly top: OptionType<StringType>;
|
|
20
|
+
readonly right: OptionType<StringType>;
|
|
21
|
+
readonly bottom: OptionType<StringType>;
|
|
22
|
+
readonly left: OptionType<StringType>;
|
|
23
23
|
}>;
|
|
24
24
|
/**
|
|
25
25
|
* Type representing the Padding structure.
|
|
@@ -68,10 +68,10 @@ export declare function Padding(padding: PaddingConfig): ExprType<PaddingType>;
|
|
|
68
68
|
* @property left - Left margin
|
|
69
69
|
*/
|
|
70
70
|
export declare const MarginType: StructType<{
|
|
71
|
-
top: OptionType<StringType>;
|
|
72
|
-
right: OptionType<StringType>;
|
|
73
|
-
bottom: OptionType<StringType>;
|
|
74
|
-
left: OptionType<StringType>;
|
|
71
|
+
readonly top: OptionType<StringType>;
|
|
72
|
+
readonly right: OptionType<StringType>;
|
|
73
|
+
readonly bottom: OptionType<StringType>;
|
|
74
|
+
readonly left: OptionType<StringType>;
|
|
75
75
|
}>;
|
|
76
76
|
/**
|
|
77
77
|
* Type representing the Margin structure.
|
|
@@ -190,12 +190,12 @@ export declare const ActionBar: {
|
|
|
190
190
|
* @property Separator - A visual separator between actions
|
|
191
191
|
*/
|
|
192
192
|
readonly Item: import("@elaraai/east").VariantType<{
|
|
193
|
-
Action: StructType<{
|
|
194
|
-
value: StringType;
|
|
195
|
-
label: StringType;
|
|
196
|
-
disabled: OptionType<BooleanType>;
|
|
193
|
+
readonly Action: StructType<{
|
|
194
|
+
readonly value: StringType;
|
|
195
|
+
readonly label: StringType;
|
|
196
|
+
readonly disabled: OptionType<BooleanType>;
|
|
197
197
|
}>;
|
|
198
|
-
Separator: import("@elaraai/east").NullType;
|
|
198
|
+
readonly Separator: import("@elaraai/east").NullType;
|
|
199
199
|
}>;
|
|
200
200
|
/**
|
|
201
201
|
* Style type for ActionBar component.
|
|
@@ -204,8 +204,8 @@ export declare const ActionBar: {
|
|
|
204
204
|
* ActionBar has fixed styling - no size/variant options.
|
|
205
205
|
*/
|
|
206
206
|
readonly Style: StructType<{
|
|
207
|
-
onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
208
|
-
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
207
|
+
readonly onSelect: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
208
|
+
readonly onOpenChange: OptionType<import("@elaraai/east").FunctionType<[BooleanType], import("@elaraai/east").NullType>>;
|
|
209
209
|
}>;
|
|
210
210
|
};
|
|
211
211
|
};
|
|
@@ -10,12 +10,12 @@ import { type SubtypeExprOrValue, OptionType, StructType, StringType, NullType,
|
|
|
10
10
|
* @property Separator - A visual separator between actions
|
|
11
11
|
*/
|
|
12
12
|
export declare const ActionBarItemType: VariantType<{
|
|
13
|
-
Action: StructType<{
|
|
14
|
-
value: StringType;
|
|
15
|
-
label: StringType;
|
|
16
|
-
disabled: OptionType<BooleanType>;
|
|
13
|
+
readonly Action: StructType<{
|
|
14
|
+
readonly value: StringType;
|
|
15
|
+
readonly label: StringType;
|
|
16
|
+
readonly disabled: OptionType<BooleanType>;
|
|
17
17
|
}>;
|
|
18
|
-
Separator: NullType;
|
|
18
|
+
readonly Separator: NullType;
|
|
19
19
|
}>;
|
|
20
20
|
export type ActionBarItemType = typeof ActionBarItemType;
|
|
21
21
|
/**
|
|
@@ -29,9 +29,9 @@ export type ActionBarItemType = typeof ActionBarItemType;
|
|
|
29
29
|
*/
|
|
30
30
|
export declare const ActionBarStyleType: StructType<{
|
|
31
31
|
/** Callback triggered when an action is selected */
|
|
32
|
-
onSelect: OptionType<FunctionType<[StringType], NullType>>;
|
|
32
|
+
readonly onSelect: OptionType<FunctionType<[StringType], NullType>>;
|
|
33
33
|
/** Callback triggered when open state changes */
|
|
34
|
-
onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
34
|
+
readonly onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
35
35
|
}>;
|
|
36
36
|
export type ActionBarStyleType = typeof ActionBarStyleType;
|
|
37
37
|
/**
|
|
@@ -206,40 +206,40 @@ export declare const Dialog: {
|
|
|
206
206
|
* @property role - ARIA role
|
|
207
207
|
*/
|
|
208
208
|
readonly Style: StructType<{
|
|
209
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
210
|
-
xs: NullType;
|
|
211
|
-
sm: NullType;
|
|
212
|
-
md: NullType;
|
|
213
|
-
lg: NullType;
|
|
214
|
-
xl: NullType;
|
|
215
|
-
cover: NullType;
|
|
216
|
-
full: NullType;
|
|
209
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
210
|
+
readonly xs: NullType;
|
|
211
|
+
readonly sm: NullType;
|
|
212
|
+
readonly md: NullType;
|
|
213
|
+
readonly lg: NullType;
|
|
214
|
+
readonly xl: NullType;
|
|
215
|
+
readonly cover: NullType;
|
|
216
|
+
readonly full: NullType;
|
|
217
217
|
}>>;
|
|
218
|
-
placement: OptionType<import("@elaraai/east").VariantType<{
|
|
219
|
-
center: NullType;
|
|
220
|
-
top: NullType;
|
|
221
|
-
bottom: NullType;
|
|
218
|
+
readonly placement: OptionType<import("@elaraai/east").VariantType<{
|
|
219
|
+
readonly center: NullType;
|
|
220
|
+
readonly top: NullType;
|
|
221
|
+
readonly bottom: NullType;
|
|
222
222
|
}>>;
|
|
223
|
-
scrollBehavior: OptionType<import("@elaraai/east").VariantType<{
|
|
224
|
-
inside: NullType;
|
|
225
|
-
outside: NullType;
|
|
223
|
+
readonly scrollBehavior: OptionType<import("@elaraai/east").VariantType<{
|
|
224
|
+
readonly inside: NullType;
|
|
225
|
+
readonly outside: NullType;
|
|
226
226
|
}>>;
|
|
227
|
-
motionPreset: OptionType<import("@elaraai/east").VariantType<{
|
|
228
|
-
scale: NullType;
|
|
229
|
-
"slide-in-bottom": NullType;
|
|
230
|
-
"slide-in-top": NullType;
|
|
231
|
-
"slide-in-left": NullType;
|
|
232
|
-
"slide-in-right": NullType;
|
|
233
|
-
none: NullType;
|
|
227
|
+
readonly motionPreset: OptionType<import("@elaraai/east").VariantType<{
|
|
228
|
+
readonly scale: NullType;
|
|
229
|
+
readonly "slide-in-bottom": NullType;
|
|
230
|
+
readonly "slide-in-top": NullType;
|
|
231
|
+
readonly "slide-in-left": NullType;
|
|
232
|
+
readonly "slide-in-right": NullType;
|
|
233
|
+
readonly none: NullType;
|
|
234
234
|
}>>;
|
|
235
|
-
role: OptionType<import("@elaraai/east").VariantType<{
|
|
236
|
-
dialog: NullType;
|
|
237
|
-
alertdialog: NullType;
|
|
235
|
+
readonly role: OptionType<import("@elaraai/east").VariantType<{
|
|
236
|
+
readonly dialog: NullType;
|
|
237
|
+
readonly alertdialog: NullType;
|
|
238
238
|
}>>;
|
|
239
|
-
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], NullType>>;
|
|
240
|
-
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], NullType>>;
|
|
241
|
-
onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], NullType>>;
|
|
242
|
-
onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], NullType>>;
|
|
239
|
+
readonly onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], NullType>>;
|
|
240
|
+
readonly onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], NullType>>;
|
|
241
|
+
readonly onEscapeKeyDown: OptionType<import("@elaraai/east").FunctionType<[], NullType>>;
|
|
242
|
+
readonly onInteractOutside: OptionType<import("@elaraai/east").FunctionType<[], NullType>>;
|
|
243
243
|
}>;
|
|
244
244
|
/**
|
|
245
245
|
* Size variant type for Dialog component.
|
|
@@ -253,13 +253,13 @@ export declare const Dialog: {
|
|
|
253
253
|
* @property full - Full viewport width
|
|
254
254
|
*/
|
|
255
255
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
256
|
-
xs: NullType;
|
|
257
|
-
sm: NullType;
|
|
258
|
-
md: NullType;
|
|
259
|
-
lg: NullType;
|
|
260
|
-
xl: NullType;
|
|
261
|
-
cover: NullType;
|
|
262
|
-
full: NullType;
|
|
256
|
+
readonly xs: NullType;
|
|
257
|
+
readonly sm: NullType;
|
|
258
|
+
readonly md: NullType;
|
|
259
|
+
readonly lg: NullType;
|
|
260
|
+
readonly xl: NullType;
|
|
261
|
+
readonly cover: NullType;
|
|
262
|
+
readonly full: NullType;
|
|
263
263
|
}>;
|
|
264
264
|
/**
|
|
265
265
|
* Placement variant type for Dialog component.
|
|
@@ -269,9 +269,9 @@ export declare const Dialog: {
|
|
|
269
269
|
* @property bottom - Bottom of viewport
|
|
270
270
|
*/
|
|
271
271
|
readonly Placement: import("@elaraai/east").VariantType<{
|
|
272
|
-
center: NullType;
|
|
273
|
-
top: NullType;
|
|
274
|
-
bottom: NullType;
|
|
272
|
+
readonly center: NullType;
|
|
273
|
+
readonly top: NullType;
|
|
274
|
+
readonly bottom: NullType;
|
|
275
275
|
}>;
|
|
276
276
|
/**
|
|
277
277
|
* Scroll behavior variant type for Dialog component.
|
|
@@ -280,8 +280,8 @@ export declare const Dialog: {
|
|
|
280
280
|
* @property outside - Positioner handles scrolling
|
|
281
281
|
*/
|
|
282
282
|
readonly ScrollBehavior: import("@elaraai/east").VariantType<{
|
|
283
|
-
inside: NullType;
|
|
284
|
-
outside: NullType;
|
|
283
|
+
readonly inside: NullType;
|
|
284
|
+
readonly outside: NullType;
|
|
285
285
|
}>;
|
|
286
286
|
/**
|
|
287
287
|
* Motion preset variant type for Dialog component.
|
|
@@ -294,12 +294,12 @@ export declare const Dialog: {
|
|
|
294
294
|
* @property none - No animation
|
|
295
295
|
*/
|
|
296
296
|
readonly MotionPreset: import("@elaraai/east").VariantType<{
|
|
297
|
-
scale: NullType;
|
|
298
|
-
"slide-in-bottom": NullType;
|
|
299
|
-
"slide-in-top": NullType;
|
|
300
|
-
"slide-in-left": NullType;
|
|
301
|
-
"slide-in-right": NullType;
|
|
302
|
-
none: NullType;
|
|
297
|
+
readonly scale: NullType;
|
|
298
|
+
readonly "slide-in-bottom": NullType;
|
|
299
|
+
readonly "slide-in-top": NullType;
|
|
300
|
+
readonly "slide-in-left": NullType;
|
|
301
|
+
readonly "slide-in-right": NullType;
|
|
302
|
+
readonly none: NullType;
|
|
303
303
|
}>;
|
|
304
304
|
/**
|
|
305
305
|
* ARIA role variant type for Dialog component.
|
|
@@ -308,8 +308,8 @@ export declare const Dialog: {
|
|
|
308
308
|
* @property alertdialog - Alert dialog role for confirmations
|
|
309
309
|
*/
|
|
310
310
|
readonly Role: import("@elaraai/east").VariantType<{
|
|
311
|
-
dialog: NullType;
|
|
312
|
-
alertdialog: NullType;
|
|
311
|
+
readonly dialog: NullType;
|
|
312
|
+
readonly alertdialog: NullType;
|
|
313
313
|
}>;
|
|
314
314
|
/**
|
|
315
315
|
* East StructType for programmatic dialog opening.
|
|
@@ -15,13 +15,13 @@ import { type SubtypeExprOrValue, OptionType, StructType, NullType, BooleanType,
|
|
|
15
15
|
* @property full - Full viewport width
|
|
16
16
|
*/
|
|
17
17
|
export declare const DialogSizeType: VariantType<{
|
|
18
|
-
xs: NullType;
|
|
19
|
-
sm: NullType;
|
|
20
|
-
md: NullType;
|
|
21
|
-
lg: NullType;
|
|
22
|
-
xl: NullType;
|
|
23
|
-
cover: NullType;
|
|
24
|
-
full: NullType;
|
|
18
|
+
readonly xs: NullType;
|
|
19
|
+
readonly sm: NullType;
|
|
20
|
+
readonly md: NullType;
|
|
21
|
+
readonly lg: NullType;
|
|
22
|
+
readonly xl: NullType;
|
|
23
|
+
readonly cover: NullType;
|
|
24
|
+
readonly full: NullType;
|
|
25
25
|
}>;
|
|
26
26
|
export type DialogSizeType = typeof DialogSizeType;
|
|
27
27
|
export type DialogSizeLiteral = "xs" | "sm" | "md" | "lg" | "xl" | "cover" | "full";
|
|
@@ -33,9 +33,9 @@ export type DialogSizeLiteral = "xs" | "sm" | "md" | "lg" | "xl" | "cover" | "fu
|
|
|
33
33
|
* @property bottom - Bottom of viewport
|
|
34
34
|
*/
|
|
35
35
|
export declare const DialogPlacementType: VariantType<{
|
|
36
|
-
center: NullType;
|
|
37
|
-
top: NullType;
|
|
38
|
-
bottom: NullType;
|
|
36
|
+
readonly center: NullType;
|
|
37
|
+
readonly top: NullType;
|
|
38
|
+
readonly bottom: NullType;
|
|
39
39
|
}>;
|
|
40
40
|
export type DialogPlacementType = typeof DialogPlacementType;
|
|
41
41
|
export type DialogPlacementLiteral = "center" | "top" | "bottom";
|
|
@@ -46,8 +46,8 @@ export type DialogPlacementLiteral = "center" | "top" | "bottom";
|
|
|
46
46
|
* @property outside - Positioner handles scrolling
|
|
47
47
|
*/
|
|
48
48
|
export declare const DialogScrollBehaviorType: VariantType<{
|
|
49
|
-
inside: NullType;
|
|
50
|
-
outside: NullType;
|
|
49
|
+
readonly inside: NullType;
|
|
50
|
+
readonly outside: NullType;
|
|
51
51
|
}>;
|
|
52
52
|
export type DialogScrollBehaviorType = typeof DialogScrollBehaviorType;
|
|
53
53
|
export type DialogScrollBehaviorLiteral = "inside" | "outside";
|
|
@@ -62,12 +62,12 @@ export type DialogScrollBehaviorLiteral = "inside" | "outside";
|
|
|
62
62
|
* @property none - No animation
|
|
63
63
|
*/
|
|
64
64
|
export declare const DialogMotionPresetType: VariantType<{
|
|
65
|
-
scale: NullType;
|
|
66
|
-
"slide-in-bottom": NullType;
|
|
67
|
-
"slide-in-top": NullType;
|
|
68
|
-
"slide-in-left": NullType;
|
|
69
|
-
"slide-in-right": NullType;
|
|
70
|
-
none: NullType;
|
|
65
|
+
readonly scale: NullType;
|
|
66
|
+
readonly "slide-in-bottom": NullType;
|
|
67
|
+
readonly "slide-in-top": NullType;
|
|
68
|
+
readonly "slide-in-left": NullType;
|
|
69
|
+
readonly "slide-in-right": NullType;
|
|
70
|
+
readonly none: NullType;
|
|
71
71
|
}>;
|
|
72
72
|
export type DialogMotionPresetType = typeof DialogMotionPresetType;
|
|
73
73
|
export type DialogMotionPresetLiteral = "scale" | "slide-in-bottom" | "slide-in-top" | "slide-in-left" | "slide-in-right" | "none";
|
|
@@ -78,8 +78,8 @@ export type DialogMotionPresetLiteral = "scale" | "slide-in-bottom" | "slide-in-
|
|
|
78
78
|
* @property alertdialog - Alert dialog role for confirmations
|
|
79
79
|
*/
|
|
80
80
|
export declare const DialogRoleType: VariantType<{
|
|
81
|
-
dialog: NullType;
|
|
82
|
-
alertdialog: NullType;
|
|
81
|
+
readonly dialog: NullType;
|
|
82
|
+
readonly alertdialog: NullType;
|
|
83
83
|
}>;
|
|
84
84
|
export type DialogRoleType = typeof DialogRoleType;
|
|
85
85
|
export type DialogRoleLiteral = "dialog" | "alertdialog";
|
|
@@ -97,44 +97,44 @@ export type DialogRoleLiteral = "dialog" | "alertdialog";
|
|
|
97
97
|
* @property onInteractOutside - Callback triggered when clicking outside the dialog
|
|
98
98
|
*/
|
|
99
99
|
export declare const DialogStyleType: StructType<{
|
|
100
|
-
size: OptionType<VariantType<{
|
|
101
|
-
xs: NullType;
|
|
102
|
-
sm: NullType;
|
|
103
|
-
md: NullType;
|
|
104
|
-
lg: NullType;
|
|
105
|
-
xl: NullType;
|
|
106
|
-
cover: NullType;
|
|
107
|
-
full: NullType;
|
|
100
|
+
readonly size: OptionType<VariantType<{
|
|
101
|
+
readonly xs: NullType;
|
|
102
|
+
readonly sm: NullType;
|
|
103
|
+
readonly md: NullType;
|
|
104
|
+
readonly lg: NullType;
|
|
105
|
+
readonly xl: NullType;
|
|
106
|
+
readonly cover: NullType;
|
|
107
|
+
readonly full: NullType;
|
|
108
108
|
}>>;
|
|
109
|
-
placement: OptionType<VariantType<{
|
|
110
|
-
center: NullType;
|
|
111
|
-
top: NullType;
|
|
112
|
-
bottom: NullType;
|
|
109
|
+
readonly placement: OptionType<VariantType<{
|
|
110
|
+
readonly center: NullType;
|
|
111
|
+
readonly top: NullType;
|
|
112
|
+
readonly bottom: NullType;
|
|
113
113
|
}>>;
|
|
114
|
-
scrollBehavior: OptionType<VariantType<{
|
|
115
|
-
inside: NullType;
|
|
116
|
-
outside: NullType;
|
|
114
|
+
readonly scrollBehavior: OptionType<VariantType<{
|
|
115
|
+
readonly inside: NullType;
|
|
116
|
+
readonly outside: NullType;
|
|
117
117
|
}>>;
|
|
118
|
-
motionPreset: OptionType<VariantType<{
|
|
119
|
-
scale: NullType;
|
|
120
|
-
"slide-in-bottom": NullType;
|
|
121
|
-
"slide-in-top": NullType;
|
|
122
|
-
"slide-in-left": NullType;
|
|
123
|
-
"slide-in-right": NullType;
|
|
124
|
-
none: NullType;
|
|
118
|
+
readonly motionPreset: OptionType<VariantType<{
|
|
119
|
+
readonly scale: NullType;
|
|
120
|
+
readonly "slide-in-bottom": NullType;
|
|
121
|
+
readonly "slide-in-top": NullType;
|
|
122
|
+
readonly "slide-in-left": NullType;
|
|
123
|
+
readonly "slide-in-right": NullType;
|
|
124
|
+
readonly none: NullType;
|
|
125
125
|
}>>;
|
|
126
|
-
role: OptionType<VariantType<{
|
|
127
|
-
dialog: NullType;
|
|
128
|
-
alertdialog: NullType;
|
|
126
|
+
readonly role: OptionType<VariantType<{
|
|
127
|
+
readonly dialog: NullType;
|
|
128
|
+
readonly alertdialog: NullType;
|
|
129
129
|
}>>;
|
|
130
130
|
/** Callback triggered when open state changes */
|
|
131
|
-
onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
131
|
+
readonly onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
132
132
|
/** Callback triggered when exit animation completes */
|
|
133
|
-
onExitComplete: OptionType<FunctionType<[], NullType>>;
|
|
133
|
+
readonly onExitComplete: OptionType<FunctionType<[], NullType>>;
|
|
134
134
|
/** Callback triggered when escape key is pressed */
|
|
135
|
-
onEscapeKeyDown: OptionType<FunctionType<[], NullType>>;
|
|
135
|
+
readonly onEscapeKeyDown: OptionType<FunctionType<[], NullType>>;
|
|
136
136
|
/** Callback triggered when clicking outside the dialog */
|
|
137
|
-
onInteractOutside: OptionType<FunctionType<[], NullType>>;
|
|
137
|
+
readonly onInteractOutside: OptionType<FunctionType<[], NullType>>;
|
|
138
138
|
}>;
|
|
139
139
|
export type DialogStyleType = typeof DialogStyleType;
|
|
140
140
|
/**
|
|
@@ -204,23 +204,23 @@ export declare const Drawer: {
|
|
|
204
204
|
* @property contained - Render within parent container
|
|
205
205
|
*/
|
|
206
206
|
readonly Style: StructType<{
|
|
207
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
208
|
-
xs: NullType;
|
|
209
|
-
sm: NullType;
|
|
210
|
-
md: NullType;
|
|
211
|
-
lg: NullType;
|
|
212
|
-
xl: NullType;
|
|
213
|
-
full: NullType;
|
|
207
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
208
|
+
readonly xs: NullType;
|
|
209
|
+
readonly sm: NullType;
|
|
210
|
+
readonly md: NullType;
|
|
211
|
+
readonly lg: NullType;
|
|
212
|
+
readonly xl: NullType;
|
|
213
|
+
readonly full: NullType;
|
|
214
214
|
}>>;
|
|
215
|
-
placement: OptionType<import("@elaraai/east").VariantType<{
|
|
216
|
-
start: NullType;
|
|
217
|
-
end: NullType;
|
|
218
|
-
top: NullType;
|
|
219
|
-
bottom: NullType;
|
|
215
|
+
readonly placement: OptionType<import("@elaraai/east").VariantType<{
|
|
216
|
+
readonly start: NullType;
|
|
217
|
+
readonly end: NullType;
|
|
218
|
+
readonly top: NullType;
|
|
219
|
+
readonly bottom: NullType;
|
|
220
220
|
}>>;
|
|
221
|
-
contained: OptionType<import("@elaraai/east").BooleanType>;
|
|
222
|
-
onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], NullType>>;
|
|
223
|
-
onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], NullType>>;
|
|
221
|
+
readonly contained: OptionType<import("@elaraai/east").BooleanType>;
|
|
222
|
+
readonly onOpenChange: OptionType<import("@elaraai/east").FunctionType<[import("@elaraai/east").BooleanType], NullType>>;
|
|
223
|
+
readonly onExitComplete: OptionType<import("@elaraai/east").FunctionType<[], NullType>>;
|
|
224
224
|
}>;
|
|
225
225
|
/**
|
|
226
226
|
* Size variant type for Drawer component.
|
|
@@ -233,12 +233,12 @@ export declare const Drawer: {
|
|
|
233
233
|
* @property full - Full viewport
|
|
234
234
|
*/
|
|
235
235
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
236
|
-
xs: NullType;
|
|
237
|
-
sm: NullType;
|
|
238
|
-
md: NullType;
|
|
239
|
-
lg: NullType;
|
|
240
|
-
xl: NullType;
|
|
241
|
-
full: NullType;
|
|
236
|
+
readonly xs: NullType;
|
|
237
|
+
readonly sm: NullType;
|
|
238
|
+
readonly md: NullType;
|
|
239
|
+
readonly lg: NullType;
|
|
240
|
+
readonly xl: NullType;
|
|
241
|
+
readonly full: NullType;
|
|
242
242
|
}>;
|
|
243
243
|
/**
|
|
244
244
|
* Placement variant type for Drawer component.
|
|
@@ -249,10 +249,10 @@ export declare const Drawer: {
|
|
|
249
249
|
* @property bottom - Bottom edge
|
|
250
250
|
*/
|
|
251
251
|
readonly Placement: import("@elaraai/east").VariantType<{
|
|
252
|
-
start: NullType;
|
|
253
|
-
end: NullType;
|
|
254
|
-
top: NullType;
|
|
255
|
-
bottom: NullType;
|
|
252
|
+
readonly start: NullType;
|
|
253
|
+
readonly end: NullType;
|
|
254
|
+
readonly top: NullType;
|
|
255
|
+
readonly bottom: NullType;
|
|
256
256
|
}>;
|
|
257
257
|
/**
|
|
258
258
|
* East StructType for programmatic drawer opening.
|