@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
|
@@ -21,83 +21,83 @@ export { TreeViewVariantType, TreeViewSizeType, TreeViewSelectionModeType, TreeV
|
|
|
21
21
|
* @property children - Array of child nodes
|
|
22
22
|
*/
|
|
23
23
|
export declare const TreeNodeType: RecursiveType<VariantType<{
|
|
24
|
-
Item: StructType<{
|
|
25
|
-
value: StringType;
|
|
26
|
-
label: StringType;
|
|
27
|
-
indicator: OptionType<StructType<{
|
|
28
|
-
name: StringType;
|
|
29
|
-
prefix: StringType;
|
|
30
|
-
style: OptionType<StructType<{
|
|
31
|
-
size: OptionType<VariantType<{
|
|
32
|
-
xs: import("@elaraai/east").NullType;
|
|
33
|
-
sm: import("@elaraai/east").NullType;
|
|
34
|
-
md: import("@elaraai/east").NullType;
|
|
35
|
-
lg: import("@elaraai/east").NullType;
|
|
36
|
-
xl: import("@elaraai/east").NullType;
|
|
37
|
-
"2xl": import("@elaraai/east").NullType;
|
|
24
|
+
readonly Item: StructType<{
|
|
25
|
+
readonly value: StringType;
|
|
26
|
+
readonly label: StringType;
|
|
27
|
+
readonly indicator: OptionType<StructType<{
|
|
28
|
+
readonly name: StringType;
|
|
29
|
+
readonly prefix: StringType;
|
|
30
|
+
readonly style: OptionType<StructType<{
|
|
31
|
+
readonly size: OptionType<VariantType<{
|
|
32
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
33
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
34
|
+
readonly md: import("@elaraai/east").NullType;
|
|
35
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
36
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
37
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
38
38
|
}>>;
|
|
39
|
-
variant: OptionType<VariantType<{
|
|
40
|
-
solid: import("@elaraai/east").NullType;
|
|
41
|
-
regular: import("@elaraai/east").NullType;
|
|
42
|
-
light: import("@elaraai/east").NullType;
|
|
43
|
-
thin: import("@elaraai/east").NullType;
|
|
44
|
-
brands: import("@elaraai/east").NullType;
|
|
39
|
+
readonly variant: OptionType<VariantType<{
|
|
40
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
41
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
42
|
+
readonly light: import("@elaraai/east").NullType;
|
|
43
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
44
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
45
45
|
}>>;
|
|
46
|
-
color: OptionType<StringType>;
|
|
47
|
-
colorPalette: OptionType<VariantType<{
|
|
48
|
-
gray: import("@elaraai/east").NullType;
|
|
49
|
-
red: import("@elaraai/east").NullType;
|
|
50
|
-
orange: import("@elaraai/east").NullType;
|
|
51
|
-
yellow: import("@elaraai/east").NullType;
|
|
52
|
-
green: import("@elaraai/east").NullType;
|
|
53
|
-
teal: import("@elaraai/east").NullType;
|
|
54
|
-
blue: import("@elaraai/east").NullType;
|
|
55
|
-
cyan: import("@elaraai/east").NullType;
|
|
56
|
-
purple: import("@elaraai/east").NullType;
|
|
57
|
-
pink: import("@elaraai/east").NullType;
|
|
46
|
+
readonly color: OptionType<StringType>;
|
|
47
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
48
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
49
|
+
readonly red: import("@elaraai/east").NullType;
|
|
50
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
51
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
52
|
+
readonly green: import("@elaraai/east").NullType;
|
|
53
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
54
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
55
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
56
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
57
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
58
58
|
}>>;
|
|
59
59
|
}>>;
|
|
60
60
|
}>>;
|
|
61
61
|
}>;
|
|
62
|
-
Branch: StructType<{
|
|
63
|
-
value: StringType;
|
|
64
|
-
label: StringType;
|
|
65
|
-
indicator: OptionType<StructType<{
|
|
66
|
-
name: StringType;
|
|
67
|
-
prefix: StringType;
|
|
68
|
-
style: OptionType<StructType<{
|
|
69
|
-
size: OptionType<VariantType<{
|
|
70
|
-
xs: import("@elaraai/east").NullType;
|
|
71
|
-
sm: import("@elaraai/east").NullType;
|
|
72
|
-
md: import("@elaraai/east").NullType;
|
|
73
|
-
lg: import("@elaraai/east").NullType;
|
|
74
|
-
xl: import("@elaraai/east").NullType;
|
|
75
|
-
"2xl": import("@elaraai/east").NullType;
|
|
62
|
+
readonly Branch: StructType<{
|
|
63
|
+
readonly value: StringType;
|
|
64
|
+
readonly label: StringType;
|
|
65
|
+
readonly indicator: OptionType<StructType<{
|
|
66
|
+
readonly name: StringType;
|
|
67
|
+
readonly prefix: StringType;
|
|
68
|
+
readonly style: OptionType<StructType<{
|
|
69
|
+
readonly size: OptionType<VariantType<{
|
|
70
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
71
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
72
|
+
readonly md: import("@elaraai/east").NullType;
|
|
73
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
74
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
75
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
76
76
|
}>>;
|
|
77
|
-
variant: OptionType<VariantType<{
|
|
78
|
-
solid: import("@elaraai/east").NullType;
|
|
79
|
-
regular: import("@elaraai/east").NullType;
|
|
80
|
-
light: import("@elaraai/east").NullType;
|
|
81
|
-
thin: import("@elaraai/east").NullType;
|
|
82
|
-
brands: import("@elaraai/east").NullType;
|
|
77
|
+
readonly variant: OptionType<VariantType<{
|
|
78
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
79
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
80
|
+
readonly light: import("@elaraai/east").NullType;
|
|
81
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
82
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
83
83
|
}>>;
|
|
84
|
-
color: OptionType<StringType>;
|
|
85
|
-
colorPalette: OptionType<VariantType<{
|
|
86
|
-
gray: import("@elaraai/east").NullType;
|
|
87
|
-
red: import("@elaraai/east").NullType;
|
|
88
|
-
orange: import("@elaraai/east").NullType;
|
|
89
|
-
yellow: import("@elaraai/east").NullType;
|
|
90
|
-
green: import("@elaraai/east").NullType;
|
|
91
|
-
teal: import("@elaraai/east").NullType;
|
|
92
|
-
blue: import("@elaraai/east").NullType;
|
|
93
|
-
cyan: import("@elaraai/east").NullType;
|
|
94
|
-
purple: import("@elaraai/east").NullType;
|
|
95
|
-
pink: import("@elaraai/east").NullType;
|
|
84
|
+
readonly color: OptionType<StringType>;
|
|
85
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
86
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
87
|
+
readonly red: import("@elaraai/east").NullType;
|
|
88
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
89
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
90
|
+
readonly green: import("@elaraai/east").NullType;
|
|
91
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
92
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
93
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
94
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
95
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
96
96
|
}>>;
|
|
97
97
|
}>>;
|
|
98
98
|
}>>;
|
|
99
|
-
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
100
|
-
disabled: OptionType<BooleanType>;
|
|
99
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
100
|
+
readonly disabled: OptionType<BooleanType>;
|
|
101
101
|
}>;
|
|
102
102
|
}>>;
|
|
103
103
|
/**
|
|
@@ -116,39 +116,39 @@ export type TreeNodeType = typeof TreeNodeType;
|
|
|
116
116
|
* @property indicator - Optional icon to display before the label
|
|
117
117
|
*/
|
|
118
118
|
export declare const TreeItemNodeType: StructType<{
|
|
119
|
-
value: StringType;
|
|
120
|
-
label: StringType;
|
|
121
|
-
indicator: OptionType<StructType<{
|
|
122
|
-
name: StringType;
|
|
123
|
-
prefix: StringType;
|
|
124
|
-
style: OptionType<StructType<{
|
|
125
|
-
size: OptionType<VariantType<{
|
|
126
|
-
xs: import("@elaraai/east").NullType;
|
|
127
|
-
sm: import("@elaraai/east").NullType;
|
|
128
|
-
md: import("@elaraai/east").NullType;
|
|
129
|
-
lg: import("@elaraai/east").NullType;
|
|
130
|
-
xl: import("@elaraai/east").NullType;
|
|
131
|
-
"2xl": import("@elaraai/east").NullType;
|
|
119
|
+
readonly value: StringType;
|
|
120
|
+
readonly label: StringType;
|
|
121
|
+
readonly indicator: OptionType<StructType<{
|
|
122
|
+
readonly name: StringType;
|
|
123
|
+
readonly prefix: StringType;
|
|
124
|
+
readonly style: OptionType<StructType<{
|
|
125
|
+
readonly size: OptionType<VariantType<{
|
|
126
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
127
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
128
|
+
readonly md: import("@elaraai/east").NullType;
|
|
129
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
130
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
131
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
132
132
|
}>>;
|
|
133
|
-
variant: OptionType<VariantType<{
|
|
134
|
-
solid: import("@elaraai/east").NullType;
|
|
135
|
-
regular: import("@elaraai/east").NullType;
|
|
136
|
-
light: import("@elaraai/east").NullType;
|
|
137
|
-
thin: import("@elaraai/east").NullType;
|
|
138
|
-
brands: import("@elaraai/east").NullType;
|
|
133
|
+
readonly variant: OptionType<VariantType<{
|
|
134
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
135
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
136
|
+
readonly light: import("@elaraai/east").NullType;
|
|
137
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
138
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
139
139
|
}>>;
|
|
140
|
-
color: OptionType<StringType>;
|
|
141
|
-
colorPalette: OptionType<VariantType<{
|
|
142
|
-
gray: import("@elaraai/east").NullType;
|
|
143
|
-
red: import("@elaraai/east").NullType;
|
|
144
|
-
orange: import("@elaraai/east").NullType;
|
|
145
|
-
yellow: import("@elaraai/east").NullType;
|
|
146
|
-
green: import("@elaraai/east").NullType;
|
|
147
|
-
teal: import("@elaraai/east").NullType;
|
|
148
|
-
blue: import("@elaraai/east").NullType;
|
|
149
|
-
cyan: import("@elaraai/east").NullType;
|
|
150
|
-
purple: import("@elaraai/east").NullType;
|
|
151
|
-
pink: import("@elaraai/east").NullType;
|
|
140
|
+
readonly color: OptionType<StringType>;
|
|
141
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
142
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
143
|
+
readonly red: import("@elaraai/east").NullType;
|
|
144
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
145
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
146
|
+
readonly green: import("@elaraai/east").NullType;
|
|
147
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
148
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
149
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
150
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
151
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
152
152
|
}>>;
|
|
153
153
|
}>>;
|
|
154
154
|
}>>;
|
|
@@ -171,123 +171,123 @@ export type TreeItemNodeType = typeof TreeItemNodeType;
|
|
|
171
171
|
* @property disabled - Whether the branch is disabled
|
|
172
172
|
*/
|
|
173
173
|
export declare const TreeBranchNodeType: StructType<{
|
|
174
|
-
value: StringType;
|
|
175
|
-
label: StringType;
|
|
176
|
-
indicator: OptionType<StructType<{
|
|
177
|
-
name: StringType;
|
|
178
|
-
prefix: StringType;
|
|
179
|
-
style: OptionType<StructType<{
|
|
180
|
-
size: OptionType<VariantType<{
|
|
181
|
-
xs: import("@elaraai/east").NullType;
|
|
182
|
-
sm: import("@elaraai/east").NullType;
|
|
183
|
-
md: import("@elaraai/east").NullType;
|
|
184
|
-
lg: import("@elaraai/east").NullType;
|
|
185
|
-
xl: import("@elaraai/east").NullType;
|
|
186
|
-
"2xl": import("@elaraai/east").NullType;
|
|
174
|
+
readonly value: StringType;
|
|
175
|
+
readonly label: StringType;
|
|
176
|
+
readonly indicator: OptionType<StructType<{
|
|
177
|
+
readonly name: StringType;
|
|
178
|
+
readonly prefix: StringType;
|
|
179
|
+
readonly style: OptionType<StructType<{
|
|
180
|
+
readonly size: OptionType<VariantType<{
|
|
181
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
182
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
183
|
+
readonly md: import("@elaraai/east").NullType;
|
|
184
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
185
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
186
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
187
187
|
}>>;
|
|
188
|
-
variant: OptionType<VariantType<{
|
|
189
|
-
solid: import("@elaraai/east").NullType;
|
|
190
|
-
regular: import("@elaraai/east").NullType;
|
|
191
|
-
light: import("@elaraai/east").NullType;
|
|
192
|
-
thin: import("@elaraai/east").NullType;
|
|
193
|
-
brands: import("@elaraai/east").NullType;
|
|
188
|
+
readonly variant: OptionType<VariantType<{
|
|
189
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
190
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
191
|
+
readonly light: import("@elaraai/east").NullType;
|
|
192
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
193
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
194
194
|
}>>;
|
|
195
|
-
color: OptionType<StringType>;
|
|
196
|
-
colorPalette: OptionType<VariantType<{
|
|
197
|
-
gray: import("@elaraai/east").NullType;
|
|
198
|
-
red: import("@elaraai/east").NullType;
|
|
199
|
-
orange: import("@elaraai/east").NullType;
|
|
200
|
-
yellow: import("@elaraai/east").NullType;
|
|
201
|
-
green: import("@elaraai/east").NullType;
|
|
202
|
-
teal: import("@elaraai/east").NullType;
|
|
203
|
-
blue: import("@elaraai/east").NullType;
|
|
204
|
-
cyan: import("@elaraai/east").NullType;
|
|
205
|
-
purple: import("@elaraai/east").NullType;
|
|
206
|
-
pink: import("@elaraai/east").NullType;
|
|
195
|
+
readonly color: OptionType<StringType>;
|
|
196
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
197
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
198
|
+
readonly red: import("@elaraai/east").NullType;
|
|
199
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
200
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
201
|
+
readonly green: import("@elaraai/east").NullType;
|
|
202
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
203
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
204
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
205
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
206
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
207
207
|
}>>;
|
|
208
208
|
}>>;
|
|
209
209
|
}>>;
|
|
210
|
-
children: ArrayType<RecursiveType<VariantType<{
|
|
211
|
-
Item: StructType<{
|
|
212
|
-
value: StringType;
|
|
213
|
-
label: StringType;
|
|
214
|
-
indicator: OptionType<StructType<{
|
|
215
|
-
name: StringType;
|
|
216
|
-
prefix: StringType;
|
|
217
|
-
style: OptionType<StructType<{
|
|
218
|
-
size: OptionType<VariantType<{
|
|
219
|
-
xs: import("@elaraai/east").NullType;
|
|
220
|
-
sm: import("@elaraai/east").NullType;
|
|
221
|
-
md: import("@elaraai/east").NullType;
|
|
222
|
-
lg: import("@elaraai/east").NullType;
|
|
223
|
-
xl: import("@elaraai/east").NullType;
|
|
224
|
-
"2xl": import("@elaraai/east").NullType;
|
|
210
|
+
readonly children: ArrayType<RecursiveType<VariantType<{
|
|
211
|
+
readonly Item: StructType<{
|
|
212
|
+
readonly value: StringType;
|
|
213
|
+
readonly label: StringType;
|
|
214
|
+
readonly indicator: OptionType<StructType<{
|
|
215
|
+
readonly name: StringType;
|
|
216
|
+
readonly prefix: StringType;
|
|
217
|
+
readonly style: OptionType<StructType<{
|
|
218
|
+
readonly size: OptionType<VariantType<{
|
|
219
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
220
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
221
|
+
readonly md: import("@elaraai/east").NullType;
|
|
222
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
223
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
224
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
225
225
|
}>>;
|
|
226
|
-
variant: OptionType<VariantType<{
|
|
227
|
-
solid: import("@elaraai/east").NullType;
|
|
228
|
-
regular: import("@elaraai/east").NullType;
|
|
229
|
-
light: import("@elaraai/east").NullType;
|
|
230
|
-
thin: import("@elaraai/east").NullType;
|
|
231
|
-
brands: import("@elaraai/east").NullType;
|
|
226
|
+
readonly variant: OptionType<VariantType<{
|
|
227
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
228
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
229
|
+
readonly light: import("@elaraai/east").NullType;
|
|
230
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
231
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
232
232
|
}>>;
|
|
233
|
-
color: OptionType<StringType>;
|
|
234
|
-
colorPalette: OptionType<VariantType<{
|
|
235
|
-
gray: import("@elaraai/east").NullType;
|
|
236
|
-
red: import("@elaraai/east").NullType;
|
|
237
|
-
orange: import("@elaraai/east").NullType;
|
|
238
|
-
yellow: import("@elaraai/east").NullType;
|
|
239
|
-
green: import("@elaraai/east").NullType;
|
|
240
|
-
teal: import("@elaraai/east").NullType;
|
|
241
|
-
blue: import("@elaraai/east").NullType;
|
|
242
|
-
cyan: import("@elaraai/east").NullType;
|
|
243
|
-
purple: import("@elaraai/east").NullType;
|
|
244
|
-
pink: import("@elaraai/east").NullType;
|
|
233
|
+
readonly color: OptionType<StringType>;
|
|
234
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
235
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
236
|
+
readonly red: import("@elaraai/east").NullType;
|
|
237
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
238
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
239
|
+
readonly green: import("@elaraai/east").NullType;
|
|
240
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
241
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
242
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
243
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
244
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
245
245
|
}>>;
|
|
246
246
|
}>>;
|
|
247
247
|
}>>;
|
|
248
248
|
}>;
|
|
249
|
-
Branch: StructType<{
|
|
250
|
-
value: StringType;
|
|
251
|
-
label: StringType;
|
|
252
|
-
indicator: OptionType<StructType<{
|
|
253
|
-
name: StringType;
|
|
254
|
-
prefix: StringType;
|
|
255
|
-
style: OptionType<StructType<{
|
|
256
|
-
size: OptionType<VariantType<{
|
|
257
|
-
xs: import("@elaraai/east").NullType;
|
|
258
|
-
sm: import("@elaraai/east").NullType;
|
|
259
|
-
md: import("@elaraai/east").NullType;
|
|
260
|
-
lg: import("@elaraai/east").NullType;
|
|
261
|
-
xl: import("@elaraai/east").NullType;
|
|
262
|
-
"2xl": import("@elaraai/east").NullType;
|
|
249
|
+
readonly Branch: StructType<{
|
|
250
|
+
readonly value: StringType;
|
|
251
|
+
readonly label: StringType;
|
|
252
|
+
readonly indicator: OptionType<StructType<{
|
|
253
|
+
readonly name: StringType;
|
|
254
|
+
readonly prefix: StringType;
|
|
255
|
+
readonly style: OptionType<StructType<{
|
|
256
|
+
readonly size: OptionType<VariantType<{
|
|
257
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
258
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
259
|
+
readonly md: import("@elaraai/east").NullType;
|
|
260
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
261
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
262
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
263
263
|
}>>;
|
|
264
|
-
variant: OptionType<VariantType<{
|
|
265
|
-
solid: import("@elaraai/east").NullType;
|
|
266
|
-
regular: import("@elaraai/east").NullType;
|
|
267
|
-
light: import("@elaraai/east").NullType;
|
|
268
|
-
thin: import("@elaraai/east").NullType;
|
|
269
|
-
brands: import("@elaraai/east").NullType;
|
|
264
|
+
readonly variant: OptionType<VariantType<{
|
|
265
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
266
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
267
|
+
readonly light: import("@elaraai/east").NullType;
|
|
268
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
269
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
270
270
|
}>>;
|
|
271
|
-
color: OptionType<StringType>;
|
|
272
|
-
colorPalette: OptionType<VariantType<{
|
|
273
|
-
gray: import("@elaraai/east").NullType;
|
|
274
|
-
red: import("@elaraai/east").NullType;
|
|
275
|
-
orange: import("@elaraai/east").NullType;
|
|
276
|
-
yellow: import("@elaraai/east").NullType;
|
|
277
|
-
green: import("@elaraai/east").NullType;
|
|
278
|
-
teal: import("@elaraai/east").NullType;
|
|
279
|
-
blue: import("@elaraai/east").NullType;
|
|
280
|
-
cyan: import("@elaraai/east").NullType;
|
|
281
|
-
purple: import("@elaraai/east").NullType;
|
|
282
|
-
pink: import("@elaraai/east").NullType;
|
|
271
|
+
readonly color: OptionType<StringType>;
|
|
272
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
273
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
274
|
+
readonly red: import("@elaraai/east").NullType;
|
|
275
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
276
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
277
|
+
readonly green: import("@elaraai/east").NullType;
|
|
278
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
279
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
280
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
281
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
282
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
283
283
|
}>>;
|
|
284
284
|
}>>;
|
|
285
285
|
}>>;
|
|
286
|
-
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
287
|
-
disabled: OptionType<BooleanType>;
|
|
286
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
287
|
+
readonly disabled: OptionType<BooleanType>;
|
|
288
288
|
}>;
|
|
289
289
|
}>>>;
|
|
290
|
-
disabled: OptionType<BooleanType>;
|
|
290
|
+
readonly disabled: OptionType<BooleanType>;
|
|
291
291
|
}>;
|
|
292
292
|
/**
|
|
293
293
|
* Type alias for TreeBranchNodeType.
|
|
@@ -306,107 +306,107 @@ export type TreeBranchNodeType = typeof TreeBranchNodeType;
|
|
|
306
306
|
* @property style - Optional styling configuration
|
|
307
307
|
*/
|
|
308
308
|
export declare const TreeViewRootType: StructType<{
|
|
309
|
-
nodes: ArrayType<RecursiveType<VariantType<{
|
|
310
|
-
Item: StructType<{
|
|
311
|
-
value: StringType;
|
|
312
|
-
label: StringType;
|
|
313
|
-
indicator: OptionType<StructType<{
|
|
314
|
-
name: StringType;
|
|
315
|
-
prefix: StringType;
|
|
316
|
-
style: OptionType<StructType<{
|
|
317
|
-
size: OptionType<VariantType<{
|
|
318
|
-
xs: import("@elaraai/east").NullType;
|
|
319
|
-
sm: import("@elaraai/east").NullType;
|
|
320
|
-
md: import("@elaraai/east").NullType;
|
|
321
|
-
lg: import("@elaraai/east").NullType;
|
|
322
|
-
xl: import("@elaraai/east").NullType;
|
|
323
|
-
"2xl": import("@elaraai/east").NullType;
|
|
309
|
+
readonly nodes: ArrayType<RecursiveType<VariantType<{
|
|
310
|
+
readonly Item: StructType<{
|
|
311
|
+
readonly value: StringType;
|
|
312
|
+
readonly label: StringType;
|
|
313
|
+
readonly indicator: OptionType<StructType<{
|
|
314
|
+
readonly name: StringType;
|
|
315
|
+
readonly prefix: StringType;
|
|
316
|
+
readonly style: OptionType<StructType<{
|
|
317
|
+
readonly size: OptionType<VariantType<{
|
|
318
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
319
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
320
|
+
readonly md: import("@elaraai/east").NullType;
|
|
321
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
322
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
323
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
324
324
|
}>>;
|
|
325
|
-
variant: OptionType<VariantType<{
|
|
326
|
-
solid: import("@elaraai/east").NullType;
|
|
327
|
-
regular: import("@elaraai/east").NullType;
|
|
328
|
-
light: import("@elaraai/east").NullType;
|
|
329
|
-
thin: import("@elaraai/east").NullType;
|
|
330
|
-
brands: import("@elaraai/east").NullType;
|
|
325
|
+
readonly variant: OptionType<VariantType<{
|
|
326
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
327
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
328
|
+
readonly light: import("@elaraai/east").NullType;
|
|
329
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
330
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
331
331
|
}>>;
|
|
332
|
-
color: OptionType<StringType>;
|
|
333
|
-
colorPalette: OptionType<VariantType<{
|
|
334
|
-
gray: import("@elaraai/east").NullType;
|
|
335
|
-
red: import("@elaraai/east").NullType;
|
|
336
|
-
orange: import("@elaraai/east").NullType;
|
|
337
|
-
yellow: import("@elaraai/east").NullType;
|
|
338
|
-
green: import("@elaraai/east").NullType;
|
|
339
|
-
teal: import("@elaraai/east").NullType;
|
|
340
|
-
blue: import("@elaraai/east").NullType;
|
|
341
|
-
cyan: import("@elaraai/east").NullType;
|
|
342
|
-
purple: import("@elaraai/east").NullType;
|
|
343
|
-
pink: import("@elaraai/east").NullType;
|
|
332
|
+
readonly color: OptionType<StringType>;
|
|
333
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
334
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
335
|
+
readonly red: import("@elaraai/east").NullType;
|
|
336
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
337
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
338
|
+
readonly green: import("@elaraai/east").NullType;
|
|
339
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
340
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
341
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
342
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
343
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
344
344
|
}>>;
|
|
345
345
|
}>>;
|
|
346
346
|
}>>;
|
|
347
347
|
}>;
|
|
348
|
-
Branch: StructType<{
|
|
349
|
-
value: StringType;
|
|
350
|
-
label: StringType;
|
|
351
|
-
indicator: OptionType<StructType<{
|
|
352
|
-
name: StringType;
|
|
353
|
-
prefix: StringType;
|
|
354
|
-
style: OptionType<StructType<{
|
|
355
|
-
size: OptionType<VariantType<{
|
|
356
|
-
xs: import("@elaraai/east").NullType;
|
|
357
|
-
sm: import("@elaraai/east").NullType;
|
|
358
|
-
md: import("@elaraai/east").NullType;
|
|
359
|
-
lg: import("@elaraai/east").NullType;
|
|
360
|
-
xl: import("@elaraai/east").NullType;
|
|
361
|
-
"2xl": import("@elaraai/east").NullType;
|
|
348
|
+
readonly Branch: StructType<{
|
|
349
|
+
readonly value: StringType;
|
|
350
|
+
readonly label: StringType;
|
|
351
|
+
readonly indicator: OptionType<StructType<{
|
|
352
|
+
readonly name: StringType;
|
|
353
|
+
readonly prefix: StringType;
|
|
354
|
+
readonly style: OptionType<StructType<{
|
|
355
|
+
readonly size: OptionType<VariantType<{
|
|
356
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
357
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
358
|
+
readonly md: import("@elaraai/east").NullType;
|
|
359
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
360
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
361
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
362
362
|
}>>;
|
|
363
|
-
variant: OptionType<VariantType<{
|
|
364
|
-
solid: import("@elaraai/east").NullType;
|
|
365
|
-
regular: import("@elaraai/east").NullType;
|
|
366
|
-
light: import("@elaraai/east").NullType;
|
|
367
|
-
thin: import("@elaraai/east").NullType;
|
|
368
|
-
brands: import("@elaraai/east").NullType;
|
|
363
|
+
readonly variant: OptionType<VariantType<{
|
|
364
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
365
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
366
|
+
readonly light: import("@elaraai/east").NullType;
|
|
367
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
368
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
369
369
|
}>>;
|
|
370
|
-
color: OptionType<StringType>;
|
|
371
|
-
colorPalette: OptionType<VariantType<{
|
|
372
|
-
gray: import("@elaraai/east").NullType;
|
|
373
|
-
red: import("@elaraai/east").NullType;
|
|
374
|
-
orange: import("@elaraai/east").NullType;
|
|
375
|
-
yellow: import("@elaraai/east").NullType;
|
|
376
|
-
green: import("@elaraai/east").NullType;
|
|
377
|
-
teal: import("@elaraai/east").NullType;
|
|
378
|
-
blue: import("@elaraai/east").NullType;
|
|
379
|
-
cyan: import("@elaraai/east").NullType;
|
|
380
|
-
purple: import("@elaraai/east").NullType;
|
|
381
|
-
pink: import("@elaraai/east").NullType;
|
|
370
|
+
readonly color: OptionType<StringType>;
|
|
371
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
372
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
373
|
+
readonly red: import("@elaraai/east").NullType;
|
|
374
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
375
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
376
|
+
readonly green: import("@elaraai/east").NullType;
|
|
377
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
378
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
379
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
380
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
381
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
382
382
|
}>>;
|
|
383
383
|
}>>;
|
|
384
384
|
}>>;
|
|
385
|
-
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
386
|
-
disabled: OptionType<BooleanType>;
|
|
385
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
386
|
+
readonly disabled: OptionType<BooleanType>;
|
|
387
387
|
}>;
|
|
388
388
|
}>>>;
|
|
389
|
-
label: OptionType<StringType>;
|
|
390
|
-
defaultExpandedValue: OptionType<ArrayType<StringType>>;
|
|
391
|
-
defaultSelectedValue: OptionType<ArrayType<StringType>>;
|
|
392
|
-
style: OptionType<StructType<{
|
|
393
|
-
size: OptionType<VariantType<{
|
|
394
|
-
xs: import("@elaraai/east").NullType;
|
|
395
|
-
sm: import("@elaraai/east").NullType;
|
|
396
|
-
md: import("@elaraai/east").NullType;
|
|
389
|
+
readonly label: OptionType<StringType>;
|
|
390
|
+
readonly defaultExpandedValue: OptionType<ArrayType<StringType>>;
|
|
391
|
+
readonly defaultSelectedValue: OptionType<ArrayType<StringType>>;
|
|
392
|
+
readonly style: OptionType<StructType<{
|
|
393
|
+
readonly size: OptionType<VariantType<{
|
|
394
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
395
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
396
|
+
readonly md: import("@elaraai/east").NullType;
|
|
397
397
|
}>>;
|
|
398
|
-
variant: OptionType<VariantType<{
|
|
399
|
-
subtle: import("@elaraai/east").NullType;
|
|
400
|
-
solid: import("@elaraai/east").NullType;
|
|
398
|
+
readonly variant: OptionType<VariantType<{
|
|
399
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
400
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
401
401
|
}>>;
|
|
402
|
-
selectionMode: OptionType<VariantType<{
|
|
403
|
-
single: import("@elaraai/east").NullType;
|
|
404
|
-
multiple: import("@elaraai/east").NullType;
|
|
402
|
+
readonly selectionMode: OptionType<VariantType<{
|
|
403
|
+
readonly single: import("@elaraai/east").NullType;
|
|
404
|
+
readonly multiple: import("@elaraai/east").NullType;
|
|
405
405
|
}>>;
|
|
406
|
-
animateContent: OptionType<BooleanType>;
|
|
407
|
-
onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
408
|
-
onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
409
|
-
onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
406
|
+
readonly animateContent: OptionType<BooleanType>;
|
|
407
|
+
readonly onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
408
|
+
readonly onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
409
|
+
readonly onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
410
410
|
}>>;
|
|
411
411
|
}>;
|
|
412
412
|
/**
|
|
@@ -628,107 +628,107 @@ export declare const TreeView: {
|
|
|
628
628
|
* @property style - Optional styling configuration
|
|
629
629
|
*/
|
|
630
630
|
readonly Root: StructType<{
|
|
631
|
-
nodes: ArrayType<RecursiveType<VariantType<{
|
|
632
|
-
Item: StructType<{
|
|
633
|
-
value: StringType;
|
|
634
|
-
label: StringType;
|
|
635
|
-
indicator: OptionType<StructType<{
|
|
636
|
-
name: StringType;
|
|
637
|
-
prefix: StringType;
|
|
638
|
-
style: OptionType<StructType<{
|
|
639
|
-
size: OptionType<VariantType<{
|
|
640
|
-
xs: import("@elaraai/east").NullType;
|
|
641
|
-
sm: import("@elaraai/east").NullType;
|
|
642
|
-
md: import("@elaraai/east").NullType;
|
|
643
|
-
lg: import("@elaraai/east").NullType;
|
|
644
|
-
xl: import("@elaraai/east").NullType;
|
|
645
|
-
"2xl": import("@elaraai/east").NullType;
|
|
631
|
+
readonly nodes: ArrayType<RecursiveType<VariantType<{
|
|
632
|
+
readonly Item: StructType<{
|
|
633
|
+
readonly value: StringType;
|
|
634
|
+
readonly label: StringType;
|
|
635
|
+
readonly indicator: OptionType<StructType<{
|
|
636
|
+
readonly name: StringType;
|
|
637
|
+
readonly prefix: StringType;
|
|
638
|
+
readonly style: OptionType<StructType<{
|
|
639
|
+
readonly size: OptionType<VariantType<{
|
|
640
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
641
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
642
|
+
readonly md: import("@elaraai/east").NullType;
|
|
643
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
644
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
645
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
646
646
|
}>>;
|
|
647
|
-
variant: OptionType<VariantType<{
|
|
648
|
-
solid: import("@elaraai/east").NullType;
|
|
649
|
-
regular: import("@elaraai/east").NullType;
|
|
650
|
-
light: import("@elaraai/east").NullType;
|
|
651
|
-
thin: import("@elaraai/east").NullType;
|
|
652
|
-
brands: import("@elaraai/east").NullType;
|
|
647
|
+
readonly variant: OptionType<VariantType<{
|
|
648
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
649
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
650
|
+
readonly light: import("@elaraai/east").NullType;
|
|
651
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
652
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
653
653
|
}>>;
|
|
654
|
-
color: OptionType<StringType>;
|
|
655
|
-
colorPalette: OptionType<VariantType<{
|
|
656
|
-
gray: import("@elaraai/east").NullType;
|
|
657
|
-
red: import("@elaraai/east").NullType;
|
|
658
|
-
orange: import("@elaraai/east").NullType;
|
|
659
|
-
yellow: import("@elaraai/east").NullType;
|
|
660
|
-
green: import("@elaraai/east").NullType;
|
|
661
|
-
teal: import("@elaraai/east").NullType;
|
|
662
|
-
blue: import("@elaraai/east").NullType;
|
|
663
|
-
cyan: import("@elaraai/east").NullType;
|
|
664
|
-
purple: import("@elaraai/east").NullType;
|
|
665
|
-
pink: import("@elaraai/east").NullType;
|
|
654
|
+
readonly color: OptionType<StringType>;
|
|
655
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
656
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
657
|
+
readonly red: import("@elaraai/east").NullType;
|
|
658
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
659
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
660
|
+
readonly green: import("@elaraai/east").NullType;
|
|
661
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
662
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
663
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
664
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
665
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
666
666
|
}>>;
|
|
667
667
|
}>>;
|
|
668
668
|
}>>;
|
|
669
669
|
}>;
|
|
670
|
-
Branch: StructType<{
|
|
671
|
-
value: StringType;
|
|
672
|
-
label: StringType;
|
|
673
|
-
indicator: OptionType<StructType<{
|
|
674
|
-
name: StringType;
|
|
675
|
-
prefix: StringType;
|
|
676
|
-
style: OptionType<StructType<{
|
|
677
|
-
size: OptionType<VariantType<{
|
|
678
|
-
xs: import("@elaraai/east").NullType;
|
|
679
|
-
sm: import("@elaraai/east").NullType;
|
|
680
|
-
md: import("@elaraai/east").NullType;
|
|
681
|
-
lg: import("@elaraai/east").NullType;
|
|
682
|
-
xl: import("@elaraai/east").NullType;
|
|
683
|
-
"2xl": import("@elaraai/east").NullType;
|
|
670
|
+
readonly Branch: StructType<{
|
|
671
|
+
readonly value: StringType;
|
|
672
|
+
readonly label: StringType;
|
|
673
|
+
readonly indicator: OptionType<StructType<{
|
|
674
|
+
readonly name: StringType;
|
|
675
|
+
readonly prefix: StringType;
|
|
676
|
+
readonly style: OptionType<StructType<{
|
|
677
|
+
readonly size: OptionType<VariantType<{
|
|
678
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
679
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
680
|
+
readonly md: import("@elaraai/east").NullType;
|
|
681
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
682
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
683
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
684
684
|
}>>;
|
|
685
|
-
variant: OptionType<VariantType<{
|
|
686
|
-
solid: import("@elaraai/east").NullType;
|
|
687
|
-
regular: import("@elaraai/east").NullType;
|
|
688
|
-
light: import("@elaraai/east").NullType;
|
|
689
|
-
thin: import("@elaraai/east").NullType;
|
|
690
|
-
brands: import("@elaraai/east").NullType;
|
|
685
|
+
readonly variant: OptionType<VariantType<{
|
|
686
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
687
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
688
|
+
readonly light: import("@elaraai/east").NullType;
|
|
689
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
690
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
691
691
|
}>>;
|
|
692
|
-
color: OptionType<StringType>;
|
|
693
|
-
colorPalette: OptionType<VariantType<{
|
|
694
|
-
gray: import("@elaraai/east").NullType;
|
|
695
|
-
red: import("@elaraai/east").NullType;
|
|
696
|
-
orange: import("@elaraai/east").NullType;
|
|
697
|
-
yellow: import("@elaraai/east").NullType;
|
|
698
|
-
green: import("@elaraai/east").NullType;
|
|
699
|
-
teal: import("@elaraai/east").NullType;
|
|
700
|
-
blue: import("@elaraai/east").NullType;
|
|
701
|
-
cyan: import("@elaraai/east").NullType;
|
|
702
|
-
purple: import("@elaraai/east").NullType;
|
|
703
|
-
pink: import("@elaraai/east").NullType;
|
|
692
|
+
readonly color: OptionType<StringType>;
|
|
693
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
694
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
695
|
+
readonly red: import("@elaraai/east").NullType;
|
|
696
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
697
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
698
|
+
readonly green: import("@elaraai/east").NullType;
|
|
699
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
700
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
701
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
702
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
703
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
704
704
|
}>>;
|
|
705
705
|
}>>;
|
|
706
706
|
}>>;
|
|
707
|
-
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
708
|
-
disabled: OptionType<BooleanType>;
|
|
707
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
708
|
+
readonly disabled: OptionType<BooleanType>;
|
|
709
709
|
}>;
|
|
710
710
|
}>>>;
|
|
711
|
-
label: OptionType<StringType>;
|
|
712
|
-
defaultExpandedValue: OptionType<ArrayType<StringType>>;
|
|
713
|
-
defaultSelectedValue: OptionType<ArrayType<StringType>>;
|
|
714
|
-
style: OptionType<StructType<{
|
|
715
|
-
size: OptionType<VariantType<{
|
|
716
|
-
xs: import("@elaraai/east").NullType;
|
|
717
|
-
sm: import("@elaraai/east").NullType;
|
|
718
|
-
md: import("@elaraai/east").NullType;
|
|
711
|
+
readonly label: OptionType<StringType>;
|
|
712
|
+
readonly defaultExpandedValue: OptionType<ArrayType<StringType>>;
|
|
713
|
+
readonly defaultSelectedValue: OptionType<ArrayType<StringType>>;
|
|
714
|
+
readonly style: OptionType<StructType<{
|
|
715
|
+
readonly size: OptionType<VariantType<{
|
|
716
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
717
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
718
|
+
readonly md: import("@elaraai/east").NullType;
|
|
719
719
|
}>>;
|
|
720
|
-
variant: OptionType<VariantType<{
|
|
721
|
-
subtle: import("@elaraai/east").NullType;
|
|
722
|
-
solid: import("@elaraai/east").NullType;
|
|
720
|
+
readonly variant: OptionType<VariantType<{
|
|
721
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
722
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
723
723
|
}>>;
|
|
724
|
-
selectionMode: OptionType<VariantType<{
|
|
725
|
-
single: import("@elaraai/east").NullType;
|
|
726
|
-
multiple: import("@elaraai/east").NullType;
|
|
724
|
+
readonly selectionMode: OptionType<VariantType<{
|
|
725
|
+
readonly single: import("@elaraai/east").NullType;
|
|
726
|
+
readonly multiple: import("@elaraai/east").NullType;
|
|
727
727
|
}>>;
|
|
728
|
-
animateContent: OptionType<BooleanType>;
|
|
729
|
-
onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
730
|
-
onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
731
|
-
onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
728
|
+
readonly animateContent: OptionType<BooleanType>;
|
|
729
|
+
readonly onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
730
|
+
readonly onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
731
|
+
readonly onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
732
732
|
}>>;
|
|
733
733
|
}>;
|
|
734
734
|
/**
|
|
@@ -744,83 +744,83 @@ export declare const TreeView: {
|
|
|
744
744
|
* @property children - Array of child nodes
|
|
745
745
|
*/
|
|
746
746
|
readonly Node: RecursiveType<VariantType<{
|
|
747
|
-
Item: StructType<{
|
|
748
|
-
value: StringType;
|
|
749
|
-
label: StringType;
|
|
750
|
-
indicator: OptionType<StructType<{
|
|
751
|
-
name: StringType;
|
|
752
|
-
prefix: StringType;
|
|
753
|
-
style: OptionType<StructType<{
|
|
754
|
-
size: OptionType<VariantType<{
|
|
755
|
-
xs: import("@elaraai/east").NullType;
|
|
756
|
-
sm: import("@elaraai/east").NullType;
|
|
757
|
-
md: import("@elaraai/east").NullType;
|
|
758
|
-
lg: import("@elaraai/east").NullType;
|
|
759
|
-
xl: import("@elaraai/east").NullType;
|
|
760
|
-
"2xl": import("@elaraai/east").NullType;
|
|
747
|
+
readonly Item: StructType<{
|
|
748
|
+
readonly value: StringType;
|
|
749
|
+
readonly label: StringType;
|
|
750
|
+
readonly indicator: OptionType<StructType<{
|
|
751
|
+
readonly name: StringType;
|
|
752
|
+
readonly prefix: StringType;
|
|
753
|
+
readonly style: OptionType<StructType<{
|
|
754
|
+
readonly size: OptionType<VariantType<{
|
|
755
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
756
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
757
|
+
readonly md: import("@elaraai/east").NullType;
|
|
758
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
759
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
760
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
761
761
|
}>>;
|
|
762
|
-
variant: OptionType<VariantType<{
|
|
763
|
-
solid: import("@elaraai/east").NullType;
|
|
764
|
-
regular: import("@elaraai/east").NullType;
|
|
765
|
-
light: import("@elaraai/east").NullType;
|
|
766
|
-
thin: import("@elaraai/east").NullType;
|
|
767
|
-
brands: import("@elaraai/east").NullType;
|
|
762
|
+
readonly variant: OptionType<VariantType<{
|
|
763
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
764
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
765
|
+
readonly light: import("@elaraai/east").NullType;
|
|
766
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
767
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
768
768
|
}>>;
|
|
769
|
-
color: OptionType<StringType>;
|
|
770
|
-
colorPalette: OptionType<VariantType<{
|
|
771
|
-
gray: import("@elaraai/east").NullType;
|
|
772
|
-
red: import("@elaraai/east").NullType;
|
|
773
|
-
orange: import("@elaraai/east").NullType;
|
|
774
|
-
yellow: import("@elaraai/east").NullType;
|
|
775
|
-
green: import("@elaraai/east").NullType;
|
|
776
|
-
teal: import("@elaraai/east").NullType;
|
|
777
|
-
blue: import("@elaraai/east").NullType;
|
|
778
|
-
cyan: import("@elaraai/east").NullType;
|
|
779
|
-
purple: import("@elaraai/east").NullType;
|
|
780
|
-
pink: import("@elaraai/east").NullType;
|
|
769
|
+
readonly color: OptionType<StringType>;
|
|
770
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
771
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
772
|
+
readonly red: import("@elaraai/east").NullType;
|
|
773
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
774
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
775
|
+
readonly green: import("@elaraai/east").NullType;
|
|
776
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
777
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
778
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
779
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
780
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
781
781
|
}>>;
|
|
782
782
|
}>>;
|
|
783
783
|
}>>;
|
|
784
784
|
}>;
|
|
785
|
-
Branch: StructType<{
|
|
786
|
-
value: StringType;
|
|
787
|
-
label: StringType;
|
|
788
|
-
indicator: OptionType<StructType<{
|
|
789
|
-
name: StringType;
|
|
790
|
-
prefix: StringType;
|
|
791
|
-
style: OptionType<StructType<{
|
|
792
|
-
size: OptionType<VariantType<{
|
|
793
|
-
xs: import("@elaraai/east").NullType;
|
|
794
|
-
sm: import("@elaraai/east").NullType;
|
|
795
|
-
md: import("@elaraai/east").NullType;
|
|
796
|
-
lg: import("@elaraai/east").NullType;
|
|
797
|
-
xl: import("@elaraai/east").NullType;
|
|
798
|
-
"2xl": import("@elaraai/east").NullType;
|
|
785
|
+
readonly Branch: StructType<{
|
|
786
|
+
readonly value: StringType;
|
|
787
|
+
readonly label: StringType;
|
|
788
|
+
readonly indicator: OptionType<StructType<{
|
|
789
|
+
readonly name: StringType;
|
|
790
|
+
readonly prefix: StringType;
|
|
791
|
+
readonly style: OptionType<StructType<{
|
|
792
|
+
readonly size: OptionType<VariantType<{
|
|
793
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
794
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
795
|
+
readonly md: import("@elaraai/east").NullType;
|
|
796
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
797
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
798
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
799
799
|
}>>;
|
|
800
|
-
variant: OptionType<VariantType<{
|
|
801
|
-
solid: import("@elaraai/east").NullType;
|
|
802
|
-
regular: import("@elaraai/east").NullType;
|
|
803
|
-
light: import("@elaraai/east").NullType;
|
|
804
|
-
thin: import("@elaraai/east").NullType;
|
|
805
|
-
brands: import("@elaraai/east").NullType;
|
|
800
|
+
readonly variant: OptionType<VariantType<{
|
|
801
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
802
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
803
|
+
readonly light: import("@elaraai/east").NullType;
|
|
804
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
805
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
806
806
|
}>>;
|
|
807
|
-
color: OptionType<StringType>;
|
|
808
|
-
colorPalette: OptionType<VariantType<{
|
|
809
|
-
gray: import("@elaraai/east").NullType;
|
|
810
|
-
red: import("@elaraai/east").NullType;
|
|
811
|
-
orange: import("@elaraai/east").NullType;
|
|
812
|
-
yellow: import("@elaraai/east").NullType;
|
|
813
|
-
green: import("@elaraai/east").NullType;
|
|
814
|
-
teal: import("@elaraai/east").NullType;
|
|
815
|
-
blue: import("@elaraai/east").NullType;
|
|
816
|
-
cyan: import("@elaraai/east").NullType;
|
|
817
|
-
purple: import("@elaraai/east").NullType;
|
|
818
|
-
pink: import("@elaraai/east").NullType;
|
|
807
|
+
readonly color: OptionType<StringType>;
|
|
808
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
809
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
810
|
+
readonly red: import("@elaraai/east").NullType;
|
|
811
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
812
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
813
|
+
readonly green: import("@elaraai/east").NullType;
|
|
814
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
815
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
816
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
817
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
818
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
819
819
|
}>>;
|
|
820
820
|
}>>;
|
|
821
821
|
}>>;
|
|
822
|
-
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
823
|
-
disabled: OptionType<BooleanType>;
|
|
822
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
823
|
+
readonly disabled: OptionType<BooleanType>;
|
|
824
824
|
}>;
|
|
825
825
|
}>>;
|
|
826
826
|
/**
|
|
@@ -835,39 +835,39 @@ export declare const TreeView: {
|
|
|
835
835
|
* @property indicator - Optional icon to display before the label
|
|
836
836
|
*/
|
|
837
837
|
readonly ItemNode: StructType<{
|
|
838
|
-
value: StringType;
|
|
839
|
-
label: StringType;
|
|
840
|
-
indicator: OptionType<StructType<{
|
|
841
|
-
name: StringType;
|
|
842
|
-
prefix: StringType;
|
|
843
|
-
style: OptionType<StructType<{
|
|
844
|
-
size: OptionType<VariantType<{
|
|
845
|
-
xs: import("@elaraai/east").NullType;
|
|
846
|
-
sm: import("@elaraai/east").NullType;
|
|
847
|
-
md: import("@elaraai/east").NullType;
|
|
848
|
-
lg: import("@elaraai/east").NullType;
|
|
849
|
-
xl: import("@elaraai/east").NullType;
|
|
850
|
-
"2xl": import("@elaraai/east").NullType;
|
|
838
|
+
readonly value: StringType;
|
|
839
|
+
readonly label: StringType;
|
|
840
|
+
readonly indicator: OptionType<StructType<{
|
|
841
|
+
readonly name: StringType;
|
|
842
|
+
readonly prefix: StringType;
|
|
843
|
+
readonly style: OptionType<StructType<{
|
|
844
|
+
readonly size: OptionType<VariantType<{
|
|
845
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
846
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
847
|
+
readonly md: import("@elaraai/east").NullType;
|
|
848
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
849
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
850
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
851
851
|
}>>;
|
|
852
|
-
variant: OptionType<VariantType<{
|
|
853
|
-
solid: import("@elaraai/east").NullType;
|
|
854
|
-
regular: import("@elaraai/east").NullType;
|
|
855
|
-
light: import("@elaraai/east").NullType;
|
|
856
|
-
thin: import("@elaraai/east").NullType;
|
|
857
|
-
brands: import("@elaraai/east").NullType;
|
|
852
|
+
readonly variant: OptionType<VariantType<{
|
|
853
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
854
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
855
|
+
readonly light: import("@elaraai/east").NullType;
|
|
856
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
857
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
858
858
|
}>>;
|
|
859
|
-
color: OptionType<StringType>;
|
|
860
|
-
colorPalette: OptionType<VariantType<{
|
|
861
|
-
gray: import("@elaraai/east").NullType;
|
|
862
|
-
red: import("@elaraai/east").NullType;
|
|
863
|
-
orange: import("@elaraai/east").NullType;
|
|
864
|
-
yellow: import("@elaraai/east").NullType;
|
|
865
|
-
green: import("@elaraai/east").NullType;
|
|
866
|
-
teal: import("@elaraai/east").NullType;
|
|
867
|
-
blue: import("@elaraai/east").NullType;
|
|
868
|
-
cyan: import("@elaraai/east").NullType;
|
|
869
|
-
purple: import("@elaraai/east").NullType;
|
|
870
|
-
pink: import("@elaraai/east").NullType;
|
|
859
|
+
readonly color: OptionType<StringType>;
|
|
860
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
861
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
862
|
+
readonly red: import("@elaraai/east").NullType;
|
|
863
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
864
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
865
|
+
readonly green: import("@elaraai/east").NullType;
|
|
866
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
867
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
868
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
869
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
870
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
871
871
|
}>>;
|
|
872
872
|
}>>;
|
|
873
873
|
}>>;
|
|
@@ -886,123 +886,123 @@ export declare const TreeView: {
|
|
|
886
886
|
* @property disabled - Whether the branch is disabled
|
|
887
887
|
*/
|
|
888
888
|
readonly BranchNode: StructType<{
|
|
889
|
-
value: StringType;
|
|
890
|
-
label: StringType;
|
|
891
|
-
indicator: OptionType<StructType<{
|
|
892
|
-
name: StringType;
|
|
893
|
-
prefix: StringType;
|
|
894
|
-
style: OptionType<StructType<{
|
|
895
|
-
size: OptionType<VariantType<{
|
|
896
|
-
xs: import("@elaraai/east").NullType;
|
|
897
|
-
sm: import("@elaraai/east").NullType;
|
|
898
|
-
md: import("@elaraai/east").NullType;
|
|
899
|
-
lg: import("@elaraai/east").NullType;
|
|
900
|
-
xl: import("@elaraai/east").NullType;
|
|
901
|
-
"2xl": import("@elaraai/east").NullType;
|
|
889
|
+
readonly value: StringType;
|
|
890
|
+
readonly label: StringType;
|
|
891
|
+
readonly indicator: OptionType<StructType<{
|
|
892
|
+
readonly name: StringType;
|
|
893
|
+
readonly prefix: StringType;
|
|
894
|
+
readonly style: OptionType<StructType<{
|
|
895
|
+
readonly size: OptionType<VariantType<{
|
|
896
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
897
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
898
|
+
readonly md: import("@elaraai/east").NullType;
|
|
899
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
900
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
901
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
902
902
|
}>>;
|
|
903
|
-
variant: OptionType<VariantType<{
|
|
904
|
-
solid: import("@elaraai/east").NullType;
|
|
905
|
-
regular: import("@elaraai/east").NullType;
|
|
906
|
-
light: import("@elaraai/east").NullType;
|
|
907
|
-
thin: import("@elaraai/east").NullType;
|
|
908
|
-
brands: import("@elaraai/east").NullType;
|
|
903
|
+
readonly variant: OptionType<VariantType<{
|
|
904
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
905
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
906
|
+
readonly light: import("@elaraai/east").NullType;
|
|
907
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
908
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
909
909
|
}>>;
|
|
910
|
-
color: OptionType<StringType>;
|
|
911
|
-
colorPalette: OptionType<VariantType<{
|
|
912
|
-
gray: import("@elaraai/east").NullType;
|
|
913
|
-
red: import("@elaraai/east").NullType;
|
|
914
|
-
orange: import("@elaraai/east").NullType;
|
|
915
|
-
yellow: import("@elaraai/east").NullType;
|
|
916
|
-
green: import("@elaraai/east").NullType;
|
|
917
|
-
teal: import("@elaraai/east").NullType;
|
|
918
|
-
blue: import("@elaraai/east").NullType;
|
|
919
|
-
cyan: import("@elaraai/east").NullType;
|
|
920
|
-
purple: import("@elaraai/east").NullType;
|
|
921
|
-
pink: import("@elaraai/east").NullType;
|
|
910
|
+
readonly color: OptionType<StringType>;
|
|
911
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
912
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
913
|
+
readonly red: import("@elaraai/east").NullType;
|
|
914
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
915
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
916
|
+
readonly green: import("@elaraai/east").NullType;
|
|
917
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
918
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
919
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
920
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
921
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
922
922
|
}>>;
|
|
923
923
|
}>>;
|
|
924
924
|
}>>;
|
|
925
|
-
children: ArrayType<RecursiveType<VariantType<{
|
|
926
|
-
Item: StructType<{
|
|
927
|
-
value: StringType;
|
|
928
|
-
label: StringType;
|
|
929
|
-
indicator: OptionType<StructType<{
|
|
930
|
-
name: StringType;
|
|
931
|
-
prefix: StringType;
|
|
932
|
-
style: OptionType<StructType<{
|
|
933
|
-
size: OptionType<VariantType<{
|
|
934
|
-
xs: import("@elaraai/east").NullType;
|
|
935
|
-
sm: import("@elaraai/east").NullType;
|
|
936
|
-
md: import("@elaraai/east").NullType;
|
|
937
|
-
lg: import("@elaraai/east").NullType;
|
|
938
|
-
xl: import("@elaraai/east").NullType;
|
|
939
|
-
"2xl": import("@elaraai/east").NullType;
|
|
925
|
+
readonly children: ArrayType<RecursiveType<VariantType<{
|
|
926
|
+
readonly Item: StructType<{
|
|
927
|
+
readonly value: StringType;
|
|
928
|
+
readonly label: StringType;
|
|
929
|
+
readonly indicator: OptionType<StructType<{
|
|
930
|
+
readonly name: StringType;
|
|
931
|
+
readonly prefix: StringType;
|
|
932
|
+
readonly style: OptionType<StructType<{
|
|
933
|
+
readonly size: OptionType<VariantType<{
|
|
934
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
935
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
936
|
+
readonly md: import("@elaraai/east").NullType;
|
|
937
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
938
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
939
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
940
940
|
}>>;
|
|
941
|
-
variant: OptionType<VariantType<{
|
|
942
|
-
solid: import("@elaraai/east").NullType;
|
|
943
|
-
regular: import("@elaraai/east").NullType;
|
|
944
|
-
light: import("@elaraai/east").NullType;
|
|
945
|
-
thin: import("@elaraai/east").NullType;
|
|
946
|
-
brands: import("@elaraai/east").NullType;
|
|
941
|
+
readonly variant: OptionType<VariantType<{
|
|
942
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
943
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
944
|
+
readonly light: import("@elaraai/east").NullType;
|
|
945
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
946
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
947
947
|
}>>;
|
|
948
|
-
color: OptionType<StringType>;
|
|
949
|
-
colorPalette: OptionType<VariantType<{
|
|
950
|
-
gray: import("@elaraai/east").NullType;
|
|
951
|
-
red: import("@elaraai/east").NullType;
|
|
952
|
-
orange: import("@elaraai/east").NullType;
|
|
953
|
-
yellow: import("@elaraai/east").NullType;
|
|
954
|
-
green: import("@elaraai/east").NullType;
|
|
955
|
-
teal: import("@elaraai/east").NullType;
|
|
956
|
-
blue: import("@elaraai/east").NullType;
|
|
957
|
-
cyan: import("@elaraai/east").NullType;
|
|
958
|
-
purple: import("@elaraai/east").NullType;
|
|
959
|
-
pink: import("@elaraai/east").NullType;
|
|
948
|
+
readonly color: OptionType<StringType>;
|
|
949
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
950
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
951
|
+
readonly red: import("@elaraai/east").NullType;
|
|
952
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
953
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
954
|
+
readonly green: import("@elaraai/east").NullType;
|
|
955
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
956
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
957
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
958
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
959
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
960
960
|
}>>;
|
|
961
961
|
}>>;
|
|
962
962
|
}>>;
|
|
963
963
|
}>;
|
|
964
|
-
Branch: StructType<{
|
|
965
|
-
value: StringType;
|
|
966
|
-
label: StringType;
|
|
967
|
-
indicator: OptionType<StructType<{
|
|
968
|
-
name: StringType;
|
|
969
|
-
prefix: StringType;
|
|
970
|
-
style: OptionType<StructType<{
|
|
971
|
-
size: OptionType<VariantType<{
|
|
972
|
-
xs: import("@elaraai/east").NullType;
|
|
973
|
-
sm: import("@elaraai/east").NullType;
|
|
974
|
-
md: import("@elaraai/east").NullType;
|
|
975
|
-
lg: import("@elaraai/east").NullType;
|
|
976
|
-
xl: import("@elaraai/east").NullType;
|
|
977
|
-
"2xl": import("@elaraai/east").NullType;
|
|
964
|
+
readonly Branch: StructType<{
|
|
965
|
+
readonly value: StringType;
|
|
966
|
+
readonly label: StringType;
|
|
967
|
+
readonly indicator: OptionType<StructType<{
|
|
968
|
+
readonly name: StringType;
|
|
969
|
+
readonly prefix: StringType;
|
|
970
|
+
readonly style: OptionType<StructType<{
|
|
971
|
+
readonly size: OptionType<VariantType<{
|
|
972
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
973
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
974
|
+
readonly md: import("@elaraai/east").NullType;
|
|
975
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
976
|
+
readonly xl: import("@elaraai/east").NullType;
|
|
977
|
+
readonly "2xl": import("@elaraai/east").NullType;
|
|
978
978
|
}>>;
|
|
979
|
-
variant: OptionType<VariantType<{
|
|
980
|
-
solid: import("@elaraai/east").NullType;
|
|
981
|
-
regular: import("@elaraai/east").NullType;
|
|
982
|
-
light: import("@elaraai/east").NullType;
|
|
983
|
-
thin: import("@elaraai/east").NullType;
|
|
984
|
-
brands: import("@elaraai/east").NullType;
|
|
979
|
+
readonly variant: OptionType<VariantType<{
|
|
980
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
981
|
+
readonly regular: import("@elaraai/east").NullType;
|
|
982
|
+
readonly light: import("@elaraai/east").NullType;
|
|
983
|
+
readonly thin: import("@elaraai/east").NullType;
|
|
984
|
+
readonly brands: import("@elaraai/east").NullType;
|
|
985
985
|
}>>;
|
|
986
|
-
color: OptionType<StringType>;
|
|
987
|
-
colorPalette: OptionType<VariantType<{
|
|
988
|
-
gray: import("@elaraai/east").NullType;
|
|
989
|
-
red: import("@elaraai/east").NullType;
|
|
990
|
-
orange: import("@elaraai/east").NullType;
|
|
991
|
-
yellow: import("@elaraai/east").NullType;
|
|
992
|
-
green: import("@elaraai/east").NullType;
|
|
993
|
-
teal: import("@elaraai/east").NullType;
|
|
994
|
-
blue: import("@elaraai/east").NullType;
|
|
995
|
-
cyan: import("@elaraai/east").NullType;
|
|
996
|
-
purple: import("@elaraai/east").NullType;
|
|
997
|
-
pink: import("@elaraai/east").NullType;
|
|
986
|
+
readonly color: OptionType<StringType>;
|
|
987
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
988
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
989
|
+
readonly red: import("@elaraai/east").NullType;
|
|
990
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
991
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
992
|
+
readonly green: import("@elaraai/east").NullType;
|
|
993
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
994
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
995
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
996
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
997
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
998
998
|
}>>;
|
|
999
999
|
}>>;
|
|
1000
1000
|
}>>;
|
|
1001
|
-
children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
1002
|
-
disabled: OptionType<BooleanType>;
|
|
1001
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
1002
|
+
readonly disabled: OptionType<BooleanType>;
|
|
1003
1003
|
}>;
|
|
1004
1004
|
}>>>;
|
|
1005
|
-
disabled: OptionType<BooleanType>;
|
|
1005
|
+
readonly disabled: OptionType<BooleanType>;
|
|
1006
1006
|
}>;
|
|
1007
1007
|
/**
|
|
1008
1008
|
* Style type for the tree view root component.
|
|
@@ -1016,23 +1016,23 @@ export declare const TreeView: {
|
|
|
1016
1016
|
* @property animateContent - Whether to animate expand/collapse
|
|
1017
1017
|
*/
|
|
1018
1018
|
readonly Style: StructType<{
|
|
1019
|
-
size: OptionType<VariantType<{
|
|
1020
|
-
xs: import("@elaraai/east").NullType;
|
|
1021
|
-
sm: import("@elaraai/east").NullType;
|
|
1022
|
-
md: import("@elaraai/east").NullType;
|
|
1019
|
+
readonly size: OptionType<VariantType<{
|
|
1020
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
1021
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
1022
|
+
readonly md: import("@elaraai/east").NullType;
|
|
1023
1023
|
}>>;
|
|
1024
|
-
variant: OptionType<VariantType<{
|
|
1025
|
-
subtle: import("@elaraai/east").NullType;
|
|
1026
|
-
solid: import("@elaraai/east").NullType;
|
|
1024
|
+
readonly variant: OptionType<VariantType<{
|
|
1025
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
1026
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
1027
1027
|
}>>;
|
|
1028
|
-
selectionMode: OptionType<VariantType<{
|
|
1029
|
-
single: import("@elaraai/east").NullType;
|
|
1030
|
-
multiple: import("@elaraai/east").NullType;
|
|
1028
|
+
readonly selectionMode: OptionType<VariantType<{
|
|
1029
|
+
readonly single: import("@elaraai/east").NullType;
|
|
1030
|
+
readonly multiple: import("@elaraai/east").NullType;
|
|
1031
1031
|
}>>;
|
|
1032
|
-
animateContent: OptionType<BooleanType>;
|
|
1033
|
-
onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
1034
|
-
onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
1035
|
-
onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
1032
|
+
readonly animateContent: OptionType<BooleanType>;
|
|
1033
|
+
readonly onExpandedChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
1034
|
+
readonly onSelectionChange: OptionType<import("@elaraai/east").FunctionType<[ArrayType<StringType>], import("@elaraai/east").NullType>>;
|
|
1035
|
+
readonly onFocusChange: OptionType<import("@elaraai/east").FunctionType<[OptionType<StringType>], import("@elaraai/east").NullType>>;
|
|
1036
1036
|
}>;
|
|
1037
1037
|
/**
|
|
1038
1038
|
* TreeView variant type for visual styling.
|
|
@@ -1044,8 +1044,8 @@ export declare const TreeView: {
|
|
|
1044
1044
|
* @property solid - Solid background on hover/selection
|
|
1045
1045
|
*/
|
|
1046
1046
|
readonly Variant: VariantType<{
|
|
1047
|
-
subtle: import("@elaraai/east").NullType;
|
|
1048
|
-
solid: import("@elaraai/east").NullType;
|
|
1047
|
+
readonly subtle: import("@elaraai/east").NullType;
|
|
1048
|
+
readonly solid: import("@elaraai/east").NullType;
|
|
1049
1049
|
}>;
|
|
1050
1050
|
/**
|
|
1051
1051
|
* TreeView size type for controlling node sizing.
|
|
@@ -1058,9 +1058,9 @@ export declare const TreeView: {
|
|
|
1058
1058
|
* @property md - Medium size (default)
|
|
1059
1059
|
*/
|
|
1060
1060
|
readonly Size: VariantType<{
|
|
1061
|
-
xs: import("@elaraai/east").NullType;
|
|
1062
|
-
sm: import("@elaraai/east").NullType;
|
|
1063
|
-
md: import("@elaraai/east").NullType;
|
|
1061
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
1062
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
1063
|
+
readonly md: import("@elaraai/east").NullType;
|
|
1064
1064
|
}>;
|
|
1065
1065
|
/**
|
|
1066
1066
|
* TreeView selection mode type.
|
|
@@ -1069,8 +1069,8 @@ export declare const TreeView: {
|
|
|
1069
1069
|
* @property multiple - Multiple nodes can be selected
|
|
1070
1070
|
*/
|
|
1071
1071
|
readonly SelectionMode: VariantType<{
|
|
1072
|
-
single: import("@elaraai/east").NullType;
|
|
1073
|
-
multiple: import("@elaraai/east").NullType;
|
|
1072
|
+
readonly single: import("@elaraai/east").NullType;
|
|
1073
|
+
readonly multiple: import("@elaraai/east").NullType;
|
|
1074
1074
|
}>;
|
|
1075
1075
|
};
|
|
1076
1076
|
};
|