@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
|
@@ -40,56 +40,56 @@ export type TabsItemType = typeof TabsItemType;
|
|
|
40
40
|
* @property style - Optional styling configuration
|
|
41
41
|
*/
|
|
42
42
|
export declare const TabsRootType: StructType<{
|
|
43
|
-
items: ArrayType<StructType<{
|
|
43
|
+
readonly items: ArrayType<StructType<{
|
|
44
44
|
value: StringType;
|
|
45
45
|
trigger: StringType;
|
|
46
46
|
content: ArrayType<UIComponentType>;
|
|
47
47
|
disabled: OptionType<BooleanType>;
|
|
48
48
|
}>>;
|
|
49
|
-
value: OptionType<StringType>;
|
|
50
|
-
defaultValue: OptionType<StringType>;
|
|
51
|
-
style: OptionType<StructType<{
|
|
52
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
53
|
-
line: import("@elaraai/east").NullType;
|
|
54
|
-
subtle: import("@elaraai/east").NullType;
|
|
55
|
-
enclosed: import("@elaraai/east").NullType;
|
|
56
|
-
outline: import("@elaraai/east").NullType;
|
|
57
|
-
plain: import("@elaraai/east").NullType;
|
|
49
|
+
readonly value: OptionType<StringType>;
|
|
50
|
+
readonly defaultValue: OptionType<StringType>;
|
|
51
|
+
readonly style: OptionType<StructType<{
|
|
52
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
53
|
+
readonly line: import("@elaraai/east").NullType;
|
|
54
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
55
|
+
readonly enclosed: import("@elaraai/east").NullType;
|
|
56
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
57
|
+
readonly plain: import("@elaraai/east").NullType;
|
|
58
58
|
}>>;
|
|
59
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
60
|
-
sm: import("@elaraai/east").NullType;
|
|
61
|
-
md: import("@elaraai/east").NullType;
|
|
62
|
-
lg: import("@elaraai/east").NullType;
|
|
59
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
60
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
61
|
+
readonly md: import("@elaraai/east").NullType;
|
|
62
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
63
63
|
}>>;
|
|
64
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
65
|
-
horizontal: import("@elaraai/east").NullType;
|
|
66
|
-
vertical: import("@elaraai/east").NullType;
|
|
64
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
65
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
66
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
67
67
|
}>>;
|
|
68
|
-
activationMode: OptionType<import("@elaraai/east").VariantType<{
|
|
69
|
-
automatic: import("@elaraai/east").NullType;
|
|
70
|
-
manual: import("@elaraai/east").NullType;
|
|
68
|
+
readonly activationMode: OptionType<import("@elaraai/east").VariantType<{
|
|
69
|
+
readonly automatic: import("@elaraai/east").NullType;
|
|
70
|
+
readonly manual: import("@elaraai/east").NullType;
|
|
71
71
|
}>>;
|
|
72
|
-
fitted: OptionType<BooleanType>;
|
|
73
|
-
justify: OptionType<import("@elaraai/east").VariantType<{
|
|
74
|
-
start: import("@elaraai/east").NullType;
|
|
75
|
-
center: import("@elaraai/east").NullType;
|
|
76
|
-
end: import("@elaraai/east").NullType;
|
|
72
|
+
readonly fitted: OptionType<BooleanType>;
|
|
73
|
+
readonly justify: OptionType<import("@elaraai/east").VariantType<{
|
|
74
|
+
readonly start: import("@elaraai/east").NullType;
|
|
75
|
+
readonly center: import("@elaraai/east").NullType;
|
|
76
|
+
readonly end: import("@elaraai/east").NullType;
|
|
77
77
|
}>>;
|
|
78
|
-
lazyMount: OptionType<BooleanType>;
|
|
79
|
-
unmountOnExit: OptionType<BooleanType>;
|
|
80
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
81
|
-
gray: import("@elaraai/east").NullType;
|
|
82
|
-
red: import("@elaraai/east").NullType;
|
|
83
|
-
orange: import("@elaraai/east").NullType;
|
|
84
|
-
yellow: import("@elaraai/east").NullType;
|
|
85
|
-
green: import("@elaraai/east").NullType;
|
|
86
|
-
teal: import("@elaraai/east").NullType;
|
|
87
|
-
blue: import("@elaraai/east").NullType;
|
|
88
|
-
cyan: import("@elaraai/east").NullType;
|
|
89
|
-
purple: import("@elaraai/east").NullType;
|
|
90
|
-
pink: import("@elaraai/east").NullType;
|
|
78
|
+
readonly lazyMount: OptionType<BooleanType>;
|
|
79
|
+
readonly unmountOnExit: OptionType<BooleanType>;
|
|
80
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
81
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
82
|
+
readonly red: import("@elaraai/east").NullType;
|
|
83
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
84
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
85
|
+
readonly green: import("@elaraai/east").NullType;
|
|
86
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
87
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
88
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
89
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
90
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
91
91
|
}>>;
|
|
92
|
-
onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
92
|
+
readonly onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
93
93
|
}>>;
|
|
94
94
|
}>;
|
|
95
95
|
/**
|
|
@@ -261,56 +261,56 @@ export declare const Tabs: {
|
|
|
261
261
|
* @property style - Optional styling configuration (OptionType<TabsStyleType>)
|
|
262
262
|
*/
|
|
263
263
|
readonly Root: StructType<{
|
|
264
|
-
items: ArrayType<StructType<{
|
|
264
|
+
readonly items: ArrayType<StructType<{
|
|
265
265
|
value: StringType;
|
|
266
266
|
trigger: StringType;
|
|
267
267
|
content: ArrayType<UIComponentType>;
|
|
268
268
|
disabled: OptionType<BooleanType>;
|
|
269
269
|
}>>;
|
|
270
|
-
value: OptionType<StringType>;
|
|
271
|
-
defaultValue: OptionType<StringType>;
|
|
272
|
-
style: OptionType<StructType<{
|
|
273
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
274
|
-
line: import("@elaraai/east").NullType;
|
|
275
|
-
subtle: import("@elaraai/east").NullType;
|
|
276
|
-
enclosed: import("@elaraai/east").NullType;
|
|
277
|
-
outline: import("@elaraai/east").NullType;
|
|
278
|
-
plain: import("@elaraai/east").NullType;
|
|
270
|
+
readonly value: OptionType<StringType>;
|
|
271
|
+
readonly defaultValue: OptionType<StringType>;
|
|
272
|
+
readonly style: OptionType<StructType<{
|
|
273
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
274
|
+
readonly line: import("@elaraai/east").NullType;
|
|
275
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
276
|
+
readonly enclosed: import("@elaraai/east").NullType;
|
|
277
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
278
|
+
readonly plain: import("@elaraai/east").NullType;
|
|
279
279
|
}>>;
|
|
280
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
281
|
-
sm: import("@elaraai/east").NullType;
|
|
282
|
-
md: import("@elaraai/east").NullType;
|
|
283
|
-
lg: import("@elaraai/east").NullType;
|
|
280
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
281
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
282
|
+
readonly md: import("@elaraai/east").NullType;
|
|
283
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
284
284
|
}>>;
|
|
285
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
286
|
-
horizontal: import("@elaraai/east").NullType;
|
|
287
|
-
vertical: import("@elaraai/east").NullType;
|
|
285
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
286
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
287
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
288
288
|
}>>;
|
|
289
|
-
activationMode: OptionType<import("@elaraai/east").VariantType<{
|
|
290
|
-
automatic: import("@elaraai/east").NullType;
|
|
291
|
-
manual: import("@elaraai/east").NullType;
|
|
289
|
+
readonly activationMode: OptionType<import("@elaraai/east").VariantType<{
|
|
290
|
+
readonly automatic: import("@elaraai/east").NullType;
|
|
291
|
+
readonly manual: import("@elaraai/east").NullType;
|
|
292
292
|
}>>;
|
|
293
|
-
fitted: OptionType<BooleanType>;
|
|
294
|
-
justify: OptionType<import("@elaraai/east").VariantType<{
|
|
295
|
-
start: import("@elaraai/east").NullType;
|
|
296
|
-
center: import("@elaraai/east").NullType;
|
|
297
|
-
end: import("@elaraai/east").NullType;
|
|
293
|
+
readonly fitted: OptionType<BooleanType>;
|
|
294
|
+
readonly justify: OptionType<import("@elaraai/east").VariantType<{
|
|
295
|
+
readonly start: import("@elaraai/east").NullType;
|
|
296
|
+
readonly center: import("@elaraai/east").NullType;
|
|
297
|
+
readonly end: import("@elaraai/east").NullType;
|
|
298
298
|
}>>;
|
|
299
|
-
lazyMount: OptionType<BooleanType>;
|
|
300
|
-
unmountOnExit: OptionType<BooleanType>;
|
|
301
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
302
|
-
gray: import("@elaraai/east").NullType;
|
|
303
|
-
red: import("@elaraai/east").NullType;
|
|
304
|
-
orange: import("@elaraai/east").NullType;
|
|
305
|
-
yellow: import("@elaraai/east").NullType;
|
|
306
|
-
green: import("@elaraai/east").NullType;
|
|
307
|
-
teal: import("@elaraai/east").NullType;
|
|
308
|
-
blue: import("@elaraai/east").NullType;
|
|
309
|
-
cyan: import("@elaraai/east").NullType;
|
|
310
|
-
purple: import("@elaraai/east").NullType;
|
|
311
|
-
pink: import("@elaraai/east").NullType;
|
|
299
|
+
readonly lazyMount: OptionType<BooleanType>;
|
|
300
|
+
readonly unmountOnExit: OptionType<BooleanType>;
|
|
301
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
302
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
303
|
+
readonly red: import("@elaraai/east").NullType;
|
|
304
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
305
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
306
|
+
readonly green: import("@elaraai/east").NullType;
|
|
307
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
308
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
309
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
310
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
311
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
312
312
|
}>>;
|
|
313
|
-
onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
313
|
+
readonly onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
314
314
|
}>>;
|
|
315
315
|
}>;
|
|
316
316
|
/**
|
|
@@ -351,47 +351,47 @@ export declare const Tabs: {
|
|
|
351
351
|
* @property colorPalette - Color scheme for the tabs (OptionType<ColorSchemeType>)
|
|
352
352
|
*/
|
|
353
353
|
readonly Style: StructType<{
|
|
354
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
355
|
-
line: import("@elaraai/east").NullType;
|
|
356
|
-
subtle: import("@elaraai/east").NullType;
|
|
357
|
-
enclosed: import("@elaraai/east").NullType;
|
|
358
|
-
outline: import("@elaraai/east").NullType;
|
|
359
|
-
plain: import("@elaraai/east").NullType;
|
|
354
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
355
|
+
readonly line: import("@elaraai/east").NullType;
|
|
356
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
357
|
+
readonly enclosed: import("@elaraai/east").NullType;
|
|
358
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
359
|
+
readonly plain: import("@elaraai/east").NullType;
|
|
360
360
|
}>>;
|
|
361
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
362
|
-
sm: import("@elaraai/east").NullType;
|
|
363
|
-
md: import("@elaraai/east").NullType;
|
|
364
|
-
lg: import("@elaraai/east").NullType;
|
|
361
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
362
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
363
|
+
readonly md: import("@elaraai/east").NullType;
|
|
364
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
365
365
|
}>>;
|
|
366
|
-
orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
367
|
-
horizontal: import("@elaraai/east").NullType;
|
|
368
|
-
vertical: import("@elaraai/east").NullType;
|
|
366
|
+
readonly orientation: OptionType<import("@elaraai/east").VariantType<{
|
|
367
|
+
readonly horizontal: import("@elaraai/east").NullType;
|
|
368
|
+
readonly vertical: import("@elaraai/east").NullType;
|
|
369
369
|
}>>;
|
|
370
|
-
activationMode: OptionType<import("@elaraai/east").VariantType<{
|
|
371
|
-
automatic: import("@elaraai/east").NullType;
|
|
372
|
-
manual: import("@elaraai/east").NullType;
|
|
370
|
+
readonly activationMode: OptionType<import("@elaraai/east").VariantType<{
|
|
371
|
+
readonly automatic: import("@elaraai/east").NullType;
|
|
372
|
+
readonly manual: import("@elaraai/east").NullType;
|
|
373
373
|
}>>;
|
|
374
|
-
fitted: OptionType<BooleanType>;
|
|
375
|
-
justify: OptionType<import("@elaraai/east").VariantType<{
|
|
376
|
-
start: import("@elaraai/east").NullType;
|
|
377
|
-
center: import("@elaraai/east").NullType;
|
|
378
|
-
end: import("@elaraai/east").NullType;
|
|
374
|
+
readonly fitted: OptionType<BooleanType>;
|
|
375
|
+
readonly justify: OptionType<import("@elaraai/east").VariantType<{
|
|
376
|
+
readonly start: import("@elaraai/east").NullType;
|
|
377
|
+
readonly center: import("@elaraai/east").NullType;
|
|
378
|
+
readonly end: import("@elaraai/east").NullType;
|
|
379
379
|
}>>;
|
|
380
|
-
lazyMount: OptionType<BooleanType>;
|
|
381
|
-
unmountOnExit: OptionType<BooleanType>;
|
|
382
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
383
|
-
gray: import("@elaraai/east").NullType;
|
|
384
|
-
red: import("@elaraai/east").NullType;
|
|
385
|
-
orange: import("@elaraai/east").NullType;
|
|
386
|
-
yellow: import("@elaraai/east").NullType;
|
|
387
|
-
green: import("@elaraai/east").NullType;
|
|
388
|
-
teal: import("@elaraai/east").NullType;
|
|
389
|
-
blue: import("@elaraai/east").NullType;
|
|
390
|
-
cyan: import("@elaraai/east").NullType;
|
|
391
|
-
purple: import("@elaraai/east").NullType;
|
|
392
|
-
pink: import("@elaraai/east").NullType;
|
|
380
|
+
readonly lazyMount: OptionType<BooleanType>;
|
|
381
|
+
readonly unmountOnExit: OptionType<BooleanType>;
|
|
382
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
383
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
384
|
+
readonly red: import("@elaraai/east").NullType;
|
|
385
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
386
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
387
|
+
readonly green: import("@elaraai/east").NullType;
|
|
388
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
389
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
390
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
391
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
392
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
393
393
|
}>>;
|
|
394
|
-
onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
394
|
+
readonly onValueChange: OptionType<import("@elaraai/east").FunctionType<[StringType], import("@elaraai/east").NullType>>;
|
|
395
395
|
}>;
|
|
396
396
|
/**
|
|
397
397
|
* Variant type for Tabs visual appearance styles.
|
|
@@ -407,11 +407,11 @@ export declare const Tabs: {
|
|
|
407
407
|
* @property plain - No visible styling or indicator
|
|
408
408
|
*/
|
|
409
409
|
readonly Variant: import("@elaraai/east").VariantType<{
|
|
410
|
-
line: import("@elaraai/east").NullType;
|
|
411
|
-
subtle: import("@elaraai/east").NullType;
|
|
412
|
-
enclosed: import("@elaraai/east").NullType;
|
|
413
|
-
outline: import("@elaraai/east").NullType;
|
|
414
|
-
plain: import("@elaraai/east").NullType;
|
|
410
|
+
readonly line: import("@elaraai/east").NullType;
|
|
411
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
412
|
+
readonly enclosed: import("@elaraai/east").NullType;
|
|
413
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
414
|
+
readonly plain: import("@elaraai/east").NullType;
|
|
415
415
|
}>;
|
|
416
416
|
/**
|
|
417
417
|
* Size type for Tabs component dimensions.
|
|
@@ -426,9 +426,9 @@ export declare const Tabs: {
|
|
|
426
426
|
* @property lg - Large tabs with generous padding
|
|
427
427
|
*/
|
|
428
428
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
429
|
-
sm: import("@elaraai/east").NullType;
|
|
430
|
-
md: import("@elaraai/east").NullType;
|
|
431
|
-
lg: import("@elaraai/east").NullType;
|
|
429
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
430
|
+
readonly md: import("@elaraai/east").NullType;
|
|
431
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
432
432
|
}>;
|
|
433
433
|
/**
|
|
434
434
|
* Justify type for tab list alignment.
|
|
@@ -442,9 +442,9 @@ export declare const Tabs: {
|
|
|
442
442
|
* @property end - Align tabs to the end (right in LTR, left in RTL)
|
|
443
443
|
*/
|
|
444
444
|
readonly Justify: import("@elaraai/east").VariantType<{
|
|
445
|
-
start: import("@elaraai/east").NullType;
|
|
446
|
-
center: import("@elaraai/east").NullType;
|
|
447
|
-
end: import("@elaraai/east").NullType;
|
|
445
|
+
readonly start: import("@elaraai/east").NullType;
|
|
446
|
+
readonly center: import("@elaraai/east").NullType;
|
|
447
|
+
readonly end: import("@elaraai/east").NullType;
|
|
448
448
|
}>;
|
|
449
449
|
/**
|
|
450
450
|
* Activation mode type for keyboard navigation behavior.
|
|
@@ -458,8 +458,8 @@ export declare const Tabs: {
|
|
|
458
458
|
* @property manual - Tab requires Enter/Space key press to activate after focus
|
|
459
459
|
*/
|
|
460
460
|
readonly ActivationMode: import("@elaraai/east").VariantType<{
|
|
461
|
-
automatic: import("@elaraai/east").NullType;
|
|
462
|
-
manual: import("@elaraai/east").NullType;
|
|
461
|
+
readonly automatic: import("@elaraai/east").NullType;
|
|
462
|
+
readonly manual: import("@elaraai/east").NullType;
|
|
463
463
|
}>;
|
|
464
464
|
};
|
|
465
465
|
};
|
|
@@ -22,15 +22,15 @@ import { ColorSchemeType, OrientationType, type ColorSchemeLiteral, type Orienta
|
|
|
22
22
|
*/
|
|
23
23
|
export declare const TabsVariantType: VariantType<{
|
|
24
24
|
/** Tabs with an underline indicator */
|
|
25
|
-
line: NullType;
|
|
25
|
+
readonly line: NullType;
|
|
26
26
|
/** Light background on selected tab */
|
|
27
|
-
subtle: NullType;
|
|
27
|
+
readonly subtle: NullType;
|
|
28
28
|
/** Tabs with bordered container */
|
|
29
|
-
enclosed: NullType;
|
|
29
|
+
readonly enclosed: NullType;
|
|
30
30
|
/** Outlined tabs */
|
|
31
|
-
outline: NullType;
|
|
31
|
+
readonly outline: NullType;
|
|
32
32
|
/** No visible styling */
|
|
33
|
-
plain: NullType;
|
|
33
|
+
readonly plain: NullType;
|
|
34
34
|
}>;
|
|
35
35
|
/**
|
|
36
36
|
* Type representing the TabsVariant structure.
|
|
@@ -56,11 +56,11 @@ export declare function TabsVariant(v: TabsVariantLiteral): ExprType<TabsVariant
|
|
|
56
56
|
*/
|
|
57
57
|
export declare const TabsJustifyType: VariantType<{
|
|
58
58
|
/** Align tabs to the start */
|
|
59
|
-
start: NullType;
|
|
59
|
+
readonly start: NullType;
|
|
60
60
|
/** Center the tabs */
|
|
61
|
-
center: NullType;
|
|
61
|
+
readonly center: NullType;
|
|
62
62
|
/** Align tabs to the end */
|
|
63
|
-
end: NullType;
|
|
63
|
+
readonly end: NullType;
|
|
64
64
|
}>;
|
|
65
65
|
/**
|
|
66
66
|
* Type representing the TabsJustify structure.
|
|
@@ -78,9 +78,9 @@ export type TabsJustifyLiteral = "start" | "center" | "end";
|
|
|
78
78
|
*/
|
|
79
79
|
export declare const TabsActivationModeType: VariantType<{
|
|
80
80
|
/** Tab activates on focus */
|
|
81
|
-
automatic: NullType;
|
|
81
|
+
readonly automatic: NullType;
|
|
82
82
|
/** Tab requires explicit activation */
|
|
83
|
-
manual: NullType;
|
|
83
|
+
readonly manual: NullType;
|
|
84
84
|
}>;
|
|
85
85
|
/**
|
|
86
86
|
* Type representing the TabsActivationMode structure.
|
|
@@ -102,11 +102,11 @@ export type TabsActivationModeLiteral = "automatic" | "manual";
|
|
|
102
102
|
*/
|
|
103
103
|
export declare const TabsSizeType: VariantType<{
|
|
104
104
|
/** Small tabs */
|
|
105
|
-
sm: NullType;
|
|
105
|
+
readonly sm: NullType;
|
|
106
106
|
/** Medium tabs (default) */
|
|
107
|
-
md: NullType;
|
|
107
|
+
readonly md: NullType;
|
|
108
108
|
/** Large tabs */
|
|
109
|
-
lg: NullType;
|
|
109
|
+
readonly lg: NullType;
|
|
110
110
|
}>;
|
|
111
111
|
/**
|
|
112
112
|
* Type representing the TabsSize structure.
|
|
@@ -131,60 +131,60 @@ export type TabsSizeLiteral = "sm" | "md" | "lg";
|
|
|
131
131
|
* @property onValueChange - Callback triggered when selected tab changes
|
|
132
132
|
*/
|
|
133
133
|
export declare const TabsStyleType: StructType<{
|
|
134
|
-
variant: OptionType<VariantType<{
|
|
134
|
+
readonly variant: OptionType<VariantType<{
|
|
135
135
|
/** Tabs with an underline indicator */
|
|
136
|
-
line: NullType;
|
|
136
|
+
readonly line: NullType;
|
|
137
137
|
/** Light background on selected tab */
|
|
138
|
-
subtle: NullType;
|
|
138
|
+
readonly subtle: NullType;
|
|
139
139
|
/** Tabs with bordered container */
|
|
140
|
-
enclosed: NullType;
|
|
140
|
+
readonly enclosed: NullType;
|
|
141
141
|
/** Outlined tabs */
|
|
142
|
-
outline: NullType;
|
|
142
|
+
readonly outline: NullType;
|
|
143
143
|
/** No visible styling */
|
|
144
|
-
plain: NullType;
|
|
144
|
+
readonly plain: NullType;
|
|
145
145
|
}>>;
|
|
146
|
-
size: OptionType<VariantType<{
|
|
146
|
+
readonly size: OptionType<VariantType<{
|
|
147
147
|
/** Small tabs */
|
|
148
|
-
sm: NullType;
|
|
148
|
+
readonly sm: NullType;
|
|
149
149
|
/** Medium tabs (default) */
|
|
150
|
-
md: NullType;
|
|
150
|
+
readonly md: NullType;
|
|
151
151
|
/** Large tabs */
|
|
152
|
-
lg: NullType;
|
|
152
|
+
readonly lg: NullType;
|
|
153
153
|
}>>;
|
|
154
|
-
orientation: OptionType<VariantType<{
|
|
155
|
-
horizontal: NullType;
|
|
156
|
-
vertical: NullType;
|
|
154
|
+
readonly orientation: OptionType<VariantType<{
|
|
155
|
+
readonly horizontal: NullType;
|
|
156
|
+
readonly vertical: NullType;
|
|
157
157
|
}>>;
|
|
158
|
-
activationMode: OptionType<VariantType<{
|
|
158
|
+
readonly activationMode: OptionType<VariantType<{
|
|
159
159
|
/** Tab activates on focus */
|
|
160
|
-
automatic: NullType;
|
|
160
|
+
readonly automatic: NullType;
|
|
161
161
|
/** Tab requires explicit activation */
|
|
162
|
-
manual: NullType;
|
|
162
|
+
readonly manual: NullType;
|
|
163
163
|
}>>;
|
|
164
|
-
fitted: OptionType<BooleanType>;
|
|
165
|
-
justify: OptionType<VariantType<{
|
|
164
|
+
readonly fitted: OptionType<BooleanType>;
|
|
165
|
+
readonly justify: OptionType<VariantType<{
|
|
166
166
|
/** Align tabs to the start */
|
|
167
|
-
start: NullType;
|
|
167
|
+
readonly start: NullType;
|
|
168
168
|
/** Center the tabs */
|
|
169
|
-
center: NullType;
|
|
169
|
+
readonly center: NullType;
|
|
170
170
|
/** Align tabs to the end */
|
|
171
|
-
end: NullType;
|
|
171
|
+
readonly end: NullType;
|
|
172
172
|
}>>;
|
|
173
|
-
lazyMount: OptionType<BooleanType>;
|
|
174
|
-
unmountOnExit: OptionType<BooleanType>;
|
|
175
|
-
colorPalette: OptionType<VariantType<{
|
|
176
|
-
gray: NullType;
|
|
177
|
-
red: NullType;
|
|
178
|
-
orange: NullType;
|
|
179
|
-
yellow: NullType;
|
|
180
|
-
green: NullType;
|
|
181
|
-
teal: NullType;
|
|
182
|
-
blue: NullType;
|
|
183
|
-
cyan: NullType;
|
|
184
|
-
purple: NullType;
|
|
185
|
-
pink: NullType;
|
|
173
|
+
readonly lazyMount: OptionType<BooleanType>;
|
|
174
|
+
readonly unmountOnExit: OptionType<BooleanType>;
|
|
175
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
176
|
+
readonly gray: NullType;
|
|
177
|
+
readonly red: NullType;
|
|
178
|
+
readonly orange: NullType;
|
|
179
|
+
readonly yellow: NullType;
|
|
180
|
+
readonly green: NullType;
|
|
181
|
+
readonly teal: NullType;
|
|
182
|
+
readonly blue: NullType;
|
|
183
|
+
readonly cyan: NullType;
|
|
184
|
+
readonly purple: NullType;
|
|
185
|
+
readonly pink: NullType;
|
|
186
186
|
}>>;
|
|
187
|
-
onValueChange: OptionType<FunctionType<[StringType], NullType>>;
|
|
187
|
+
readonly onValueChange: OptionType<FunctionType<[StringType], NullType>>;
|
|
188
188
|
}>;
|
|
189
189
|
/**
|
|
190
190
|
* Type representing the TabsStyle structure.
|
|
@@ -76,30 +76,30 @@ export declare const Avatar: {
|
|
|
76
76
|
* @property colorPalette - Color scheme for fallback avatar
|
|
77
77
|
*/
|
|
78
78
|
readonly Avatar: import("@elaraai/east").StructType<{
|
|
79
|
-
src: import("@elaraai/east").OptionType<StringType>;
|
|
80
|
-
name: import("@elaraai/east").OptionType<StringType>;
|
|
81
|
-
size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
82
|
-
xs: import("@elaraai/east").NullType;
|
|
83
|
-
sm: import("@elaraai/east").NullType;
|
|
84
|
-
md: import("@elaraai/east").NullType;
|
|
85
|
-
lg: import("@elaraai/east").NullType;
|
|
79
|
+
readonly src: import("@elaraai/east").OptionType<StringType>;
|
|
80
|
+
readonly name: import("@elaraai/east").OptionType<StringType>;
|
|
81
|
+
readonly size: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
82
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
83
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
84
|
+
readonly md: import("@elaraai/east").NullType;
|
|
85
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
86
86
|
}>>;
|
|
87
|
-
variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
88
|
-
subtle: import("@elaraai/east").NullType;
|
|
89
|
-
solid: import("@elaraai/east").NullType;
|
|
90
|
-
outline: import("@elaraai/east").NullType;
|
|
87
|
+
readonly variant: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
88
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
89
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
90
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
91
91
|
}>>;
|
|
92
|
-
colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
93
|
-
gray: import("@elaraai/east").NullType;
|
|
94
|
-
red: import("@elaraai/east").NullType;
|
|
95
|
-
orange: import("@elaraai/east").NullType;
|
|
96
|
-
yellow: import("@elaraai/east").NullType;
|
|
97
|
-
green: import("@elaraai/east").NullType;
|
|
98
|
-
teal: import("@elaraai/east").NullType;
|
|
99
|
-
blue: import("@elaraai/east").NullType;
|
|
100
|
-
cyan: import("@elaraai/east").NullType;
|
|
101
|
-
purple: import("@elaraai/east").NullType;
|
|
102
|
-
pink: import("@elaraai/east").NullType;
|
|
92
|
+
readonly colorPalette: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
93
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
94
|
+
readonly red: import("@elaraai/east").NullType;
|
|
95
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
96
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
97
|
+
readonly green: import("@elaraai/east").NullType;
|
|
98
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
99
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
100
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
101
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
102
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
103
103
|
}>>;
|
|
104
104
|
}>;
|
|
105
105
|
};
|
|
@@ -18,30 +18,30 @@ import type { ColorSchemeLiteral, StyleVariantLiteral, SizeLiteral } from "../..
|
|
|
18
18
|
* @property colorPalette - Color scheme for fallback avatar
|
|
19
19
|
*/
|
|
20
20
|
export declare const AvatarType: StructType<{
|
|
21
|
-
src: OptionType<StringType>;
|
|
22
|
-
name: OptionType<StringType>;
|
|
23
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
24
|
-
xs: import("@elaraai/east").NullType;
|
|
25
|
-
sm: import("@elaraai/east").NullType;
|
|
26
|
-
md: import("@elaraai/east").NullType;
|
|
27
|
-
lg: import("@elaraai/east").NullType;
|
|
21
|
+
readonly src: OptionType<StringType>;
|
|
22
|
+
readonly name: OptionType<StringType>;
|
|
23
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
24
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
25
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
26
|
+
readonly md: import("@elaraai/east").NullType;
|
|
27
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
28
28
|
}>>;
|
|
29
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
30
|
-
subtle: import("@elaraai/east").NullType;
|
|
31
|
-
solid: import("@elaraai/east").NullType;
|
|
32
|
-
outline: import("@elaraai/east").NullType;
|
|
29
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
30
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
31
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
32
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
33
33
|
}>>;
|
|
34
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
35
|
-
gray: import("@elaraai/east").NullType;
|
|
36
|
-
red: import("@elaraai/east").NullType;
|
|
37
|
-
orange: import("@elaraai/east").NullType;
|
|
38
|
-
yellow: import("@elaraai/east").NullType;
|
|
39
|
-
green: import("@elaraai/east").NullType;
|
|
40
|
-
teal: import("@elaraai/east").NullType;
|
|
41
|
-
blue: import("@elaraai/east").NullType;
|
|
42
|
-
cyan: import("@elaraai/east").NullType;
|
|
43
|
-
purple: import("@elaraai/east").NullType;
|
|
44
|
-
pink: import("@elaraai/east").NullType;
|
|
34
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
35
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
36
|
+
readonly red: import("@elaraai/east").NullType;
|
|
37
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
38
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
39
|
+
readonly green: import("@elaraai/east").NullType;
|
|
40
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
41
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
42
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
43
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
44
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
45
45
|
}>>;
|
|
46
46
|
}>;
|
|
47
47
|
/**
|