@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
|
@@ -30,154 +30,154 @@ export declare const TableCellType: StructType<{
|
|
|
30
30
|
* @property style - Optional styling configuration
|
|
31
31
|
*/
|
|
32
32
|
export declare const TableRootType: StructType<{
|
|
33
|
-
rows: ArrayType<DictType<StringType, StructType<{
|
|
33
|
+
readonly rows: ArrayType<DictType<StringType, StructType<{
|
|
34
34
|
value: LiteralValueType;
|
|
35
35
|
content: UIComponentType;
|
|
36
36
|
}>>>;
|
|
37
|
-
columns: ArrayType<StructType<{
|
|
38
|
-
key: StringType;
|
|
39
|
-
dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
40
|
-
Never: NullType;
|
|
41
|
-
Null: NullType;
|
|
42
|
-
Boolean: NullType;
|
|
43
|
-
Integer: NullType;
|
|
44
|
-
Float: NullType;
|
|
45
|
-
String: NullType;
|
|
46
|
-
DateTime: NullType;
|
|
47
|
-
Blob: NullType;
|
|
48
|
-
Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
49
|
-
Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
50
|
-
Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
51
|
-
Dict: StructType<{
|
|
52
|
-
key: import("@elaraai/east").RecursiveTypeMarker;
|
|
53
|
-
value: import("@elaraai/east").RecursiveTypeMarker;
|
|
37
|
+
readonly columns: ArrayType<StructType<{
|
|
38
|
+
readonly key: StringType;
|
|
39
|
+
readonly dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
40
|
+
readonly Never: NullType;
|
|
41
|
+
readonly Null: NullType;
|
|
42
|
+
readonly Boolean: NullType;
|
|
43
|
+
readonly Integer: NullType;
|
|
44
|
+
readonly Float: NullType;
|
|
45
|
+
readonly String: NullType;
|
|
46
|
+
readonly DateTime: NullType;
|
|
47
|
+
readonly Blob: NullType;
|
|
48
|
+
readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
49
|
+
readonly Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
50
|
+
readonly Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
51
|
+
readonly Dict: StructType<{
|
|
52
|
+
readonly key: import("@elaraai/east").RecursiveTypeMarker;
|
|
53
|
+
readonly value: import("@elaraai/east").RecursiveTypeMarker;
|
|
54
54
|
}>;
|
|
55
|
-
Struct: ArrayType<StructType<{
|
|
56
|
-
name: StringType;
|
|
57
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
55
|
+
readonly Struct: ArrayType<StructType<{
|
|
56
|
+
readonly name: StringType;
|
|
57
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
58
58
|
}>>;
|
|
59
|
-
Variant: ArrayType<StructType<{
|
|
60
|
-
name: StringType;
|
|
61
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
59
|
+
readonly Variant: ArrayType<StructType<{
|
|
60
|
+
readonly name: StringType;
|
|
61
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
62
62
|
}>>;
|
|
63
|
-
Recursive: IntegerType;
|
|
64
|
-
Function: StructType<{
|
|
65
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
66
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
63
|
+
readonly Recursive: IntegerType;
|
|
64
|
+
readonly Function: StructType<{
|
|
65
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
66
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
67
67
|
}>;
|
|
68
|
-
AsyncFunction: StructType<{
|
|
69
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
70
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
68
|
+
readonly AsyncFunction: StructType<{
|
|
69
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
70
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
71
71
|
}>;
|
|
72
72
|
}>>;
|
|
73
|
-
valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
74
|
-
Never: NullType;
|
|
75
|
-
Null: NullType;
|
|
76
|
-
Boolean: NullType;
|
|
77
|
-
Integer: NullType;
|
|
78
|
-
Float: NullType;
|
|
79
|
-
String: NullType;
|
|
80
|
-
DateTime: NullType;
|
|
81
|
-
Blob: NullType;
|
|
82
|
-
Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
83
|
-
Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
84
|
-
Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
85
|
-
Dict: StructType<{
|
|
86
|
-
key: import("@elaraai/east").RecursiveTypeMarker;
|
|
87
|
-
value: import("@elaraai/east").RecursiveTypeMarker;
|
|
73
|
+
readonly valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
74
|
+
readonly Never: NullType;
|
|
75
|
+
readonly Null: NullType;
|
|
76
|
+
readonly Boolean: NullType;
|
|
77
|
+
readonly Integer: NullType;
|
|
78
|
+
readonly Float: NullType;
|
|
79
|
+
readonly String: NullType;
|
|
80
|
+
readonly DateTime: NullType;
|
|
81
|
+
readonly Blob: NullType;
|
|
82
|
+
readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
83
|
+
readonly Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
84
|
+
readonly Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
85
|
+
readonly Dict: StructType<{
|
|
86
|
+
readonly key: import("@elaraai/east").RecursiveTypeMarker;
|
|
87
|
+
readonly value: import("@elaraai/east").RecursiveTypeMarker;
|
|
88
88
|
}>;
|
|
89
|
-
Struct: ArrayType<StructType<{
|
|
90
|
-
name: StringType;
|
|
91
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
89
|
+
readonly Struct: ArrayType<StructType<{
|
|
90
|
+
readonly name: StringType;
|
|
91
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
92
92
|
}>>;
|
|
93
|
-
Variant: ArrayType<StructType<{
|
|
94
|
-
name: StringType;
|
|
95
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
93
|
+
readonly Variant: ArrayType<StructType<{
|
|
94
|
+
readonly name: StringType;
|
|
95
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
96
96
|
}>>;
|
|
97
|
-
Recursive: IntegerType;
|
|
98
|
-
Function: StructType<{
|
|
99
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
100
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
97
|
+
readonly Recursive: IntegerType;
|
|
98
|
+
readonly Function: StructType<{
|
|
99
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
100
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
101
101
|
}>;
|
|
102
|
-
AsyncFunction: StructType<{
|
|
103
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
104
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
102
|
+
readonly AsyncFunction: StructType<{
|
|
103
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
104
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
105
105
|
}>;
|
|
106
106
|
}>>;
|
|
107
|
-
header: OptionType<StringType>;
|
|
108
|
-
width: OptionType<StringType>;
|
|
109
|
-
minWidth: OptionType<StringType>;
|
|
110
|
-
maxWidth: OptionType<StringType>;
|
|
107
|
+
readonly header: OptionType<StringType>;
|
|
108
|
+
readonly width: OptionType<StringType>;
|
|
109
|
+
readonly minWidth: OptionType<StringType>;
|
|
110
|
+
readonly maxWidth: OptionType<StringType>;
|
|
111
111
|
}>>;
|
|
112
|
-
style: OptionType<StructType<{
|
|
113
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
114
|
-
line: NullType;
|
|
115
|
-
outline: NullType;
|
|
112
|
+
readonly style: OptionType<StructType<{
|
|
113
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
114
|
+
readonly line: NullType;
|
|
115
|
+
readonly outline: NullType;
|
|
116
116
|
}>>;
|
|
117
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
118
|
-
sm: NullType;
|
|
119
|
-
md: NullType;
|
|
120
|
-
lg: NullType;
|
|
117
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
118
|
+
readonly sm: NullType;
|
|
119
|
+
readonly md: NullType;
|
|
120
|
+
readonly lg: NullType;
|
|
121
121
|
}>>;
|
|
122
|
-
striped: OptionType<BooleanType>;
|
|
123
|
-
interactive: OptionType<BooleanType>;
|
|
124
|
-
stickyHeader: OptionType<BooleanType>;
|
|
125
|
-
showColumnBorder: OptionType<BooleanType>;
|
|
126
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
127
|
-
gray: NullType;
|
|
128
|
-
red: NullType;
|
|
129
|
-
orange: NullType;
|
|
130
|
-
yellow: NullType;
|
|
131
|
-
green: NullType;
|
|
132
|
-
teal: NullType;
|
|
133
|
-
blue: NullType;
|
|
134
|
-
cyan: NullType;
|
|
135
|
-
purple: NullType;
|
|
136
|
-
pink: NullType;
|
|
122
|
+
readonly striped: OptionType<BooleanType>;
|
|
123
|
+
readonly interactive: OptionType<BooleanType>;
|
|
124
|
+
readonly stickyHeader: OptionType<BooleanType>;
|
|
125
|
+
readonly showColumnBorder: OptionType<BooleanType>;
|
|
126
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
127
|
+
readonly gray: NullType;
|
|
128
|
+
readonly red: NullType;
|
|
129
|
+
readonly orange: NullType;
|
|
130
|
+
readonly yellow: NullType;
|
|
131
|
+
readonly green: NullType;
|
|
132
|
+
readonly teal: NullType;
|
|
133
|
+
readonly blue: NullType;
|
|
134
|
+
readonly cyan: NullType;
|
|
135
|
+
readonly purple: NullType;
|
|
136
|
+
readonly pink: NullType;
|
|
137
137
|
}>>;
|
|
138
|
-
onCellClick: OptionType<FunctionType<[StructType<{
|
|
139
|
-
rowIndex: IntegerType;
|
|
140
|
-
columnKey: StringType;
|
|
141
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
142
|
-
Null: NullType;
|
|
143
|
-
Boolean: BooleanType;
|
|
144
|
-
Integer: IntegerType;
|
|
145
|
-
Float: FloatType;
|
|
146
|
-
String: StringType;
|
|
147
|
-
DateTime: DateTimeType;
|
|
148
|
-
Blob: BlobType;
|
|
138
|
+
readonly onCellClick: OptionType<FunctionType<[StructType<{
|
|
139
|
+
readonly rowIndex: IntegerType;
|
|
140
|
+
readonly columnKey: StringType;
|
|
141
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
142
|
+
readonly Null: NullType;
|
|
143
|
+
readonly Boolean: BooleanType;
|
|
144
|
+
readonly Integer: IntegerType;
|
|
145
|
+
readonly Float: FloatType;
|
|
146
|
+
readonly String: StringType;
|
|
147
|
+
readonly DateTime: DateTimeType;
|
|
148
|
+
readonly Blob: BlobType;
|
|
149
149
|
}>;
|
|
150
150
|
}>], NullType>>;
|
|
151
|
-
onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
152
|
-
rowIndex: IntegerType;
|
|
153
|
-
columnKey: StringType;
|
|
154
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
155
|
-
Null: NullType;
|
|
156
|
-
Boolean: BooleanType;
|
|
157
|
-
Integer: IntegerType;
|
|
158
|
-
Float: FloatType;
|
|
159
|
-
String: StringType;
|
|
160
|
-
DateTime: DateTimeType;
|
|
161
|
-
Blob: BlobType;
|
|
151
|
+
readonly onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
152
|
+
readonly rowIndex: IntegerType;
|
|
153
|
+
readonly columnKey: StringType;
|
|
154
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
155
|
+
readonly Null: NullType;
|
|
156
|
+
readonly Boolean: BooleanType;
|
|
157
|
+
readonly Integer: IntegerType;
|
|
158
|
+
readonly Float: FloatType;
|
|
159
|
+
readonly String: StringType;
|
|
160
|
+
readonly DateTime: DateTimeType;
|
|
161
|
+
readonly Blob: BlobType;
|
|
162
162
|
}>;
|
|
163
163
|
}>], NullType>>;
|
|
164
|
-
onRowClick: OptionType<FunctionType<[StructType<{
|
|
165
|
-
rowIndex: IntegerType;
|
|
164
|
+
readonly onRowClick: OptionType<FunctionType<[StructType<{
|
|
165
|
+
readonly rowIndex: IntegerType;
|
|
166
166
|
}>], NullType>>;
|
|
167
|
-
onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
168
|
-
rowIndex: IntegerType;
|
|
167
|
+
readonly onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
168
|
+
readonly rowIndex: IntegerType;
|
|
169
169
|
}>], NullType>>;
|
|
170
|
-
onRowSelectionChange: OptionType<FunctionType<[StructType<{
|
|
171
|
-
rowIndex: IntegerType;
|
|
172
|
-
selected: BooleanType;
|
|
173
|
-
selectedRowsIndices: ArrayType<IntegerType>;
|
|
170
|
+
readonly onRowSelectionChange: OptionType<FunctionType<[StructType<{
|
|
171
|
+
readonly rowIndex: IntegerType;
|
|
172
|
+
readonly selected: BooleanType;
|
|
173
|
+
readonly selectedRowsIndices: ArrayType<IntegerType>;
|
|
174
174
|
}>], NullType>>;
|
|
175
|
-
onSortChange: OptionType<FunctionType<[StructType<{
|
|
176
|
-
columnKey: StringType;
|
|
177
|
-
sortIndex: IntegerType;
|
|
178
|
-
sortDirection: import("@elaraai/east").VariantType<{
|
|
179
|
-
asc: NullType;
|
|
180
|
-
desc: NullType;
|
|
175
|
+
readonly onSortChange: OptionType<FunctionType<[StructType<{
|
|
176
|
+
readonly columnKey: StringType;
|
|
177
|
+
readonly sortIndex: IntegerType;
|
|
178
|
+
readonly sortDirection: import("@elaraai/east").VariantType<{
|
|
179
|
+
readonly asc: NullType;
|
|
180
|
+
readonly desc: NullType;
|
|
181
181
|
}>;
|
|
182
182
|
}>], NullType>>;
|
|
183
183
|
}>>;
|
|
@@ -344,154 +344,154 @@ export declare const Table: {
|
|
|
344
344
|
* @property style - Optional styling configuration
|
|
345
345
|
*/
|
|
346
346
|
readonly Root: StructType<{
|
|
347
|
-
rows: ArrayType<DictType<StringType, StructType<{
|
|
347
|
+
readonly rows: ArrayType<DictType<StringType, StructType<{
|
|
348
348
|
value: LiteralValueType;
|
|
349
349
|
content: UIComponentType;
|
|
350
350
|
}>>>;
|
|
351
|
-
columns: ArrayType<StructType<{
|
|
352
|
-
key: StringType;
|
|
353
|
-
dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
354
|
-
Never: NullType;
|
|
355
|
-
Null: NullType;
|
|
356
|
-
Boolean: NullType;
|
|
357
|
-
Integer: NullType;
|
|
358
|
-
Float: NullType;
|
|
359
|
-
String: NullType;
|
|
360
|
-
DateTime: NullType;
|
|
361
|
-
Blob: NullType;
|
|
362
|
-
Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
363
|
-
Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
364
|
-
Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
365
|
-
Dict: StructType<{
|
|
366
|
-
key: import("@elaraai/east").RecursiveTypeMarker;
|
|
367
|
-
value: import("@elaraai/east").RecursiveTypeMarker;
|
|
351
|
+
readonly columns: ArrayType<StructType<{
|
|
352
|
+
readonly key: StringType;
|
|
353
|
+
readonly dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
354
|
+
readonly Never: NullType;
|
|
355
|
+
readonly Null: NullType;
|
|
356
|
+
readonly Boolean: NullType;
|
|
357
|
+
readonly Integer: NullType;
|
|
358
|
+
readonly Float: NullType;
|
|
359
|
+
readonly String: NullType;
|
|
360
|
+
readonly DateTime: NullType;
|
|
361
|
+
readonly Blob: NullType;
|
|
362
|
+
readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
363
|
+
readonly Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
364
|
+
readonly Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
365
|
+
readonly Dict: StructType<{
|
|
366
|
+
readonly key: import("@elaraai/east").RecursiveTypeMarker;
|
|
367
|
+
readonly value: import("@elaraai/east").RecursiveTypeMarker;
|
|
368
368
|
}>;
|
|
369
|
-
Struct: ArrayType<StructType<{
|
|
370
|
-
name: StringType;
|
|
371
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
369
|
+
readonly Struct: ArrayType<StructType<{
|
|
370
|
+
readonly name: StringType;
|
|
371
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
372
372
|
}>>;
|
|
373
|
-
Variant: ArrayType<StructType<{
|
|
374
|
-
name: StringType;
|
|
375
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
373
|
+
readonly Variant: ArrayType<StructType<{
|
|
374
|
+
readonly name: StringType;
|
|
375
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
376
376
|
}>>;
|
|
377
|
-
Recursive: IntegerType;
|
|
378
|
-
Function: StructType<{
|
|
379
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
380
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
377
|
+
readonly Recursive: IntegerType;
|
|
378
|
+
readonly Function: StructType<{
|
|
379
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
380
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
381
381
|
}>;
|
|
382
|
-
AsyncFunction: StructType<{
|
|
383
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
384
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
382
|
+
readonly AsyncFunction: StructType<{
|
|
383
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
384
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
385
385
|
}>;
|
|
386
386
|
}>>;
|
|
387
|
-
valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
388
|
-
Never: NullType;
|
|
389
|
-
Null: NullType;
|
|
390
|
-
Boolean: NullType;
|
|
391
|
-
Integer: NullType;
|
|
392
|
-
Float: NullType;
|
|
393
|
-
String: NullType;
|
|
394
|
-
DateTime: NullType;
|
|
395
|
-
Blob: NullType;
|
|
396
|
-
Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
397
|
-
Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
398
|
-
Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
399
|
-
Dict: StructType<{
|
|
400
|
-
key: import("@elaraai/east").RecursiveTypeMarker;
|
|
401
|
-
value: import("@elaraai/east").RecursiveTypeMarker;
|
|
387
|
+
readonly valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
388
|
+
readonly Never: NullType;
|
|
389
|
+
readonly Null: NullType;
|
|
390
|
+
readonly Boolean: NullType;
|
|
391
|
+
readonly Integer: NullType;
|
|
392
|
+
readonly Float: NullType;
|
|
393
|
+
readonly String: NullType;
|
|
394
|
+
readonly DateTime: NullType;
|
|
395
|
+
readonly Blob: NullType;
|
|
396
|
+
readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
397
|
+
readonly Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
398
|
+
readonly Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
399
|
+
readonly Dict: StructType<{
|
|
400
|
+
readonly key: import("@elaraai/east").RecursiveTypeMarker;
|
|
401
|
+
readonly value: import("@elaraai/east").RecursiveTypeMarker;
|
|
402
402
|
}>;
|
|
403
|
-
Struct: ArrayType<StructType<{
|
|
404
|
-
name: StringType;
|
|
405
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
403
|
+
readonly Struct: ArrayType<StructType<{
|
|
404
|
+
readonly name: StringType;
|
|
405
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
406
406
|
}>>;
|
|
407
|
-
Variant: ArrayType<StructType<{
|
|
408
|
-
name: StringType;
|
|
409
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
407
|
+
readonly Variant: ArrayType<StructType<{
|
|
408
|
+
readonly name: StringType;
|
|
409
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
410
410
|
}>>;
|
|
411
|
-
Recursive: IntegerType;
|
|
412
|
-
Function: StructType<{
|
|
413
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
414
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
411
|
+
readonly Recursive: IntegerType;
|
|
412
|
+
readonly Function: StructType<{
|
|
413
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
414
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
415
415
|
}>;
|
|
416
|
-
AsyncFunction: StructType<{
|
|
417
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
418
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
416
|
+
readonly AsyncFunction: StructType<{
|
|
417
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
418
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
419
419
|
}>;
|
|
420
420
|
}>>;
|
|
421
|
-
header: OptionType<StringType>;
|
|
422
|
-
width: OptionType<StringType>;
|
|
423
|
-
minWidth: OptionType<StringType>;
|
|
424
|
-
maxWidth: OptionType<StringType>;
|
|
421
|
+
readonly header: OptionType<StringType>;
|
|
422
|
+
readonly width: OptionType<StringType>;
|
|
423
|
+
readonly minWidth: OptionType<StringType>;
|
|
424
|
+
readonly maxWidth: OptionType<StringType>;
|
|
425
425
|
}>>;
|
|
426
|
-
style: OptionType<StructType<{
|
|
427
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
428
|
-
line: NullType;
|
|
429
|
-
outline: NullType;
|
|
426
|
+
readonly style: OptionType<StructType<{
|
|
427
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
428
|
+
readonly line: NullType;
|
|
429
|
+
readonly outline: NullType;
|
|
430
430
|
}>>;
|
|
431
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
432
|
-
sm: NullType;
|
|
433
|
-
md: NullType;
|
|
434
|
-
lg: NullType;
|
|
431
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
432
|
+
readonly sm: NullType;
|
|
433
|
+
readonly md: NullType;
|
|
434
|
+
readonly lg: NullType;
|
|
435
435
|
}>>;
|
|
436
|
-
striped: OptionType<BooleanType>;
|
|
437
|
-
interactive: OptionType<BooleanType>;
|
|
438
|
-
stickyHeader: OptionType<BooleanType>;
|
|
439
|
-
showColumnBorder: OptionType<BooleanType>;
|
|
440
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
441
|
-
gray: NullType;
|
|
442
|
-
red: NullType;
|
|
443
|
-
orange: NullType;
|
|
444
|
-
yellow: NullType;
|
|
445
|
-
green: NullType;
|
|
446
|
-
teal: NullType;
|
|
447
|
-
blue: NullType;
|
|
448
|
-
cyan: NullType;
|
|
449
|
-
purple: NullType;
|
|
450
|
-
pink: NullType;
|
|
436
|
+
readonly striped: OptionType<BooleanType>;
|
|
437
|
+
readonly interactive: OptionType<BooleanType>;
|
|
438
|
+
readonly stickyHeader: OptionType<BooleanType>;
|
|
439
|
+
readonly showColumnBorder: OptionType<BooleanType>;
|
|
440
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
441
|
+
readonly gray: NullType;
|
|
442
|
+
readonly red: NullType;
|
|
443
|
+
readonly orange: NullType;
|
|
444
|
+
readonly yellow: NullType;
|
|
445
|
+
readonly green: NullType;
|
|
446
|
+
readonly teal: NullType;
|
|
447
|
+
readonly blue: NullType;
|
|
448
|
+
readonly cyan: NullType;
|
|
449
|
+
readonly purple: NullType;
|
|
450
|
+
readonly pink: NullType;
|
|
451
451
|
}>>;
|
|
452
|
-
onCellClick: OptionType<FunctionType<[StructType<{
|
|
453
|
-
rowIndex: IntegerType;
|
|
454
|
-
columnKey: StringType;
|
|
455
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
456
|
-
Null: NullType;
|
|
457
|
-
Boolean: BooleanType;
|
|
458
|
-
Integer: IntegerType;
|
|
459
|
-
Float: FloatType;
|
|
460
|
-
String: StringType;
|
|
461
|
-
DateTime: DateTimeType;
|
|
462
|
-
Blob: BlobType;
|
|
452
|
+
readonly onCellClick: OptionType<FunctionType<[StructType<{
|
|
453
|
+
readonly rowIndex: IntegerType;
|
|
454
|
+
readonly columnKey: StringType;
|
|
455
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
456
|
+
readonly Null: NullType;
|
|
457
|
+
readonly Boolean: BooleanType;
|
|
458
|
+
readonly Integer: IntegerType;
|
|
459
|
+
readonly Float: FloatType;
|
|
460
|
+
readonly String: StringType;
|
|
461
|
+
readonly DateTime: DateTimeType;
|
|
462
|
+
readonly Blob: BlobType;
|
|
463
463
|
}>;
|
|
464
464
|
}>], NullType>>;
|
|
465
|
-
onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
466
|
-
rowIndex: IntegerType;
|
|
467
|
-
columnKey: StringType;
|
|
468
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
469
|
-
Null: NullType;
|
|
470
|
-
Boolean: BooleanType;
|
|
471
|
-
Integer: IntegerType;
|
|
472
|
-
Float: FloatType;
|
|
473
|
-
String: StringType;
|
|
474
|
-
DateTime: DateTimeType;
|
|
475
|
-
Blob: BlobType;
|
|
465
|
+
readonly onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
466
|
+
readonly rowIndex: IntegerType;
|
|
467
|
+
readonly columnKey: StringType;
|
|
468
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
469
|
+
readonly Null: NullType;
|
|
470
|
+
readonly Boolean: BooleanType;
|
|
471
|
+
readonly Integer: IntegerType;
|
|
472
|
+
readonly Float: FloatType;
|
|
473
|
+
readonly String: StringType;
|
|
474
|
+
readonly DateTime: DateTimeType;
|
|
475
|
+
readonly Blob: BlobType;
|
|
476
476
|
}>;
|
|
477
477
|
}>], NullType>>;
|
|
478
|
-
onRowClick: OptionType<FunctionType<[StructType<{
|
|
479
|
-
rowIndex: IntegerType;
|
|
478
|
+
readonly onRowClick: OptionType<FunctionType<[StructType<{
|
|
479
|
+
readonly rowIndex: IntegerType;
|
|
480
480
|
}>], NullType>>;
|
|
481
|
-
onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
482
|
-
rowIndex: IntegerType;
|
|
481
|
+
readonly onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
482
|
+
readonly rowIndex: IntegerType;
|
|
483
483
|
}>], NullType>>;
|
|
484
|
-
onRowSelectionChange: OptionType<FunctionType<[StructType<{
|
|
485
|
-
rowIndex: IntegerType;
|
|
486
|
-
selected: BooleanType;
|
|
487
|
-
selectedRowsIndices: ArrayType<IntegerType>;
|
|
484
|
+
readonly onRowSelectionChange: OptionType<FunctionType<[StructType<{
|
|
485
|
+
readonly rowIndex: IntegerType;
|
|
486
|
+
readonly selected: BooleanType;
|
|
487
|
+
readonly selectedRowsIndices: ArrayType<IntegerType>;
|
|
488
488
|
}>], NullType>>;
|
|
489
|
-
onSortChange: OptionType<FunctionType<[StructType<{
|
|
490
|
-
columnKey: StringType;
|
|
491
|
-
sortIndex: IntegerType;
|
|
492
|
-
sortDirection: import("@elaraai/east").VariantType<{
|
|
493
|
-
asc: NullType;
|
|
494
|
-
desc: NullType;
|
|
489
|
+
readonly onSortChange: OptionType<FunctionType<[StructType<{
|
|
490
|
+
readonly columnKey: StringType;
|
|
491
|
+
readonly sortIndex: IntegerType;
|
|
492
|
+
readonly sortDirection: import("@elaraai/east").VariantType<{
|
|
493
|
+
readonly asc: NullType;
|
|
494
|
+
readonly desc: NullType;
|
|
495
495
|
}>;
|
|
496
496
|
}>], NullType>>;
|
|
497
497
|
}>>;
|
|
@@ -511,74 +511,74 @@ export declare const Table: {
|
|
|
511
511
|
* @property colorPalette - Color scheme for interactive hover
|
|
512
512
|
*/
|
|
513
513
|
readonly Style: StructType<{
|
|
514
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
515
|
-
line: NullType;
|
|
516
|
-
outline: NullType;
|
|
514
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
515
|
+
readonly line: NullType;
|
|
516
|
+
readonly outline: NullType;
|
|
517
517
|
}>>;
|
|
518
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
519
|
-
sm: NullType;
|
|
520
|
-
md: NullType;
|
|
521
|
-
lg: NullType;
|
|
518
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
519
|
+
readonly sm: NullType;
|
|
520
|
+
readonly md: NullType;
|
|
521
|
+
readonly lg: NullType;
|
|
522
522
|
}>>;
|
|
523
|
-
striped: OptionType<BooleanType>;
|
|
524
|
-
interactive: OptionType<BooleanType>;
|
|
525
|
-
stickyHeader: OptionType<BooleanType>;
|
|
526
|
-
showColumnBorder: OptionType<BooleanType>;
|
|
527
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
528
|
-
gray: NullType;
|
|
529
|
-
red: NullType;
|
|
530
|
-
orange: NullType;
|
|
531
|
-
yellow: NullType;
|
|
532
|
-
green: NullType;
|
|
533
|
-
teal: NullType;
|
|
534
|
-
blue: NullType;
|
|
535
|
-
cyan: NullType;
|
|
536
|
-
purple: NullType;
|
|
537
|
-
pink: NullType;
|
|
523
|
+
readonly striped: OptionType<BooleanType>;
|
|
524
|
+
readonly interactive: OptionType<BooleanType>;
|
|
525
|
+
readonly stickyHeader: OptionType<BooleanType>;
|
|
526
|
+
readonly showColumnBorder: OptionType<BooleanType>;
|
|
527
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
528
|
+
readonly gray: NullType;
|
|
529
|
+
readonly red: NullType;
|
|
530
|
+
readonly orange: NullType;
|
|
531
|
+
readonly yellow: NullType;
|
|
532
|
+
readonly green: NullType;
|
|
533
|
+
readonly teal: NullType;
|
|
534
|
+
readonly blue: NullType;
|
|
535
|
+
readonly cyan: NullType;
|
|
536
|
+
readonly purple: NullType;
|
|
537
|
+
readonly pink: NullType;
|
|
538
538
|
}>>;
|
|
539
|
-
onCellClick: OptionType<FunctionType<[StructType<{
|
|
540
|
-
rowIndex: IntegerType;
|
|
541
|
-
columnKey: StringType;
|
|
542
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
543
|
-
Null: NullType;
|
|
544
|
-
Boolean: BooleanType;
|
|
545
|
-
Integer: IntegerType;
|
|
546
|
-
Float: FloatType;
|
|
547
|
-
String: StringType;
|
|
548
|
-
DateTime: DateTimeType;
|
|
549
|
-
Blob: BlobType;
|
|
539
|
+
readonly onCellClick: OptionType<FunctionType<[StructType<{
|
|
540
|
+
readonly rowIndex: IntegerType;
|
|
541
|
+
readonly columnKey: StringType;
|
|
542
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
543
|
+
readonly Null: NullType;
|
|
544
|
+
readonly Boolean: BooleanType;
|
|
545
|
+
readonly Integer: IntegerType;
|
|
546
|
+
readonly Float: FloatType;
|
|
547
|
+
readonly String: StringType;
|
|
548
|
+
readonly DateTime: DateTimeType;
|
|
549
|
+
readonly Blob: BlobType;
|
|
550
550
|
}>;
|
|
551
551
|
}>], NullType>>;
|
|
552
|
-
onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
553
|
-
rowIndex: IntegerType;
|
|
554
|
-
columnKey: StringType;
|
|
555
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
556
|
-
Null: NullType;
|
|
557
|
-
Boolean: BooleanType;
|
|
558
|
-
Integer: IntegerType;
|
|
559
|
-
Float: FloatType;
|
|
560
|
-
String: StringType;
|
|
561
|
-
DateTime: DateTimeType;
|
|
562
|
-
Blob: BlobType;
|
|
552
|
+
readonly onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
553
|
+
readonly rowIndex: IntegerType;
|
|
554
|
+
readonly columnKey: StringType;
|
|
555
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
556
|
+
readonly Null: NullType;
|
|
557
|
+
readonly Boolean: BooleanType;
|
|
558
|
+
readonly Integer: IntegerType;
|
|
559
|
+
readonly Float: FloatType;
|
|
560
|
+
readonly String: StringType;
|
|
561
|
+
readonly DateTime: DateTimeType;
|
|
562
|
+
readonly Blob: BlobType;
|
|
563
563
|
}>;
|
|
564
564
|
}>], NullType>>;
|
|
565
|
-
onRowClick: OptionType<FunctionType<[StructType<{
|
|
566
|
-
rowIndex: IntegerType;
|
|
565
|
+
readonly onRowClick: OptionType<FunctionType<[StructType<{
|
|
566
|
+
readonly rowIndex: IntegerType;
|
|
567
567
|
}>], NullType>>;
|
|
568
|
-
onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
569
|
-
rowIndex: IntegerType;
|
|
568
|
+
readonly onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
569
|
+
readonly rowIndex: IntegerType;
|
|
570
570
|
}>], NullType>>;
|
|
571
|
-
onRowSelectionChange: OptionType<FunctionType<[StructType<{
|
|
572
|
-
rowIndex: IntegerType;
|
|
573
|
-
selected: BooleanType;
|
|
574
|
-
selectedRowsIndices: ArrayType<IntegerType>;
|
|
571
|
+
readonly onRowSelectionChange: OptionType<FunctionType<[StructType<{
|
|
572
|
+
readonly rowIndex: IntegerType;
|
|
573
|
+
readonly selected: BooleanType;
|
|
574
|
+
readonly selectedRowsIndices: ArrayType<IntegerType>;
|
|
575
575
|
}>], NullType>>;
|
|
576
|
-
onSortChange: OptionType<FunctionType<[StructType<{
|
|
577
|
-
columnKey: StringType;
|
|
578
|
-
sortIndex: IntegerType;
|
|
579
|
-
sortDirection: import("@elaraai/east").VariantType<{
|
|
580
|
-
asc: NullType;
|
|
581
|
-
desc: NullType;
|
|
576
|
+
readonly onSortChange: OptionType<FunctionType<[StructType<{
|
|
577
|
+
readonly columnKey: StringType;
|
|
578
|
+
readonly sortIndex: IntegerType;
|
|
579
|
+
readonly sortDirection: import("@elaraai/east").VariantType<{
|
|
580
|
+
readonly asc: NullType;
|
|
581
|
+
readonly desc: NullType;
|
|
582
582
|
}>;
|
|
583
583
|
}>], NullType>>;
|
|
584
584
|
}>;
|
|
@@ -593,79 +593,79 @@ export declare const Table: {
|
|
|
593
593
|
* @property header - Optional header text for the column
|
|
594
594
|
*/
|
|
595
595
|
readonly Column: StructType<{
|
|
596
|
-
key: StringType;
|
|
597
|
-
dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
598
|
-
Never: NullType;
|
|
599
|
-
Null: NullType;
|
|
600
|
-
Boolean: NullType;
|
|
601
|
-
Integer: NullType;
|
|
602
|
-
Float: NullType;
|
|
603
|
-
String: NullType;
|
|
604
|
-
DateTime: NullType;
|
|
605
|
-
Blob: NullType;
|
|
606
|
-
Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
607
|
-
Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
608
|
-
Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
609
|
-
Dict: StructType<{
|
|
610
|
-
key: import("@elaraai/east").RecursiveTypeMarker;
|
|
611
|
-
value: import("@elaraai/east").RecursiveTypeMarker;
|
|
596
|
+
readonly key: StringType;
|
|
597
|
+
readonly dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
598
|
+
readonly Never: NullType;
|
|
599
|
+
readonly Null: NullType;
|
|
600
|
+
readonly Boolean: NullType;
|
|
601
|
+
readonly Integer: NullType;
|
|
602
|
+
readonly Float: NullType;
|
|
603
|
+
readonly String: NullType;
|
|
604
|
+
readonly DateTime: NullType;
|
|
605
|
+
readonly Blob: NullType;
|
|
606
|
+
readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
607
|
+
readonly Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
608
|
+
readonly Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
609
|
+
readonly Dict: StructType<{
|
|
610
|
+
readonly key: import("@elaraai/east").RecursiveTypeMarker;
|
|
611
|
+
readonly value: import("@elaraai/east").RecursiveTypeMarker;
|
|
612
612
|
}>;
|
|
613
|
-
Struct: ArrayType<StructType<{
|
|
614
|
-
name: StringType;
|
|
615
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
613
|
+
readonly Struct: ArrayType<StructType<{
|
|
614
|
+
readonly name: StringType;
|
|
615
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
616
616
|
}>>;
|
|
617
|
-
Variant: ArrayType<StructType<{
|
|
618
|
-
name: StringType;
|
|
619
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
617
|
+
readonly Variant: ArrayType<StructType<{
|
|
618
|
+
readonly name: StringType;
|
|
619
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
620
620
|
}>>;
|
|
621
|
-
Recursive: IntegerType;
|
|
622
|
-
Function: StructType<{
|
|
623
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
624
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
621
|
+
readonly Recursive: IntegerType;
|
|
622
|
+
readonly Function: StructType<{
|
|
623
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
624
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
625
625
|
}>;
|
|
626
|
-
AsyncFunction: StructType<{
|
|
627
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
628
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
626
|
+
readonly AsyncFunction: StructType<{
|
|
627
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
628
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
629
629
|
}>;
|
|
630
630
|
}>>;
|
|
631
|
-
valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
632
|
-
Never: NullType;
|
|
633
|
-
Null: NullType;
|
|
634
|
-
Boolean: NullType;
|
|
635
|
-
Integer: NullType;
|
|
636
|
-
Float: NullType;
|
|
637
|
-
String: NullType;
|
|
638
|
-
DateTime: NullType;
|
|
639
|
-
Blob: NullType;
|
|
640
|
-
Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
641
|
-
Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
642
|
-
Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
643
|
-
Dict: StructType<{
|
|
644
|
-
key: import("@elaraai/east").RecursiveTypeMarker;
|
|
645
|
-
value: import("@elaraai/east").RecursiveTypeMarker;
|
|
631
|
+
readonly valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
632
|
+
readonly Never: NullType;
|
|
633
|
+
readonly Null: NullType;
|
|
634
|
+
readonly Boolean: NullType;
|
|
635
|
+
readonly Integer: NullType;
|
|
636
|
+
readonly Float: NullType;
|
|
637
|
+
readonly String: NullType;
|
|
638
|
+
readonly DateTime: NullType;
|
|
639
|
+
readonly Blob: NullType;
|
|
640
|
+
readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
641
|
+
readonly Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
642
|
+
readonly Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
643
|
+
readonly Dict: StructType<{
|
|
644
|
+
readonly key: import("@elaraai/east").RecursiveTypeMarker;
|
|
645
|
+
readonly value: import("@elaraai/east").RecursiveTypeMarker;
|
|
646
646
|
}>;
|
|
647
|
-
Struct: ArrayType<StructType<{
|
|
648
|
-
name: StringType;
|
|
649
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
647
|
+
readonly Struct: ArrayType<StructType<{
|
|
648
|
+
readonly name: StringType;
|
|
649
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
650
650
|
}>>;
|
|
651
|
-
Variant: ArrayType<StructType<{
|
|
652
|
-
name: StringType;
|
|
653
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
651
|
+
readonly Variant: ArrayType<StructType<{
|
|
652
|
+
readonly name: StringType;
|
|
653
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
654
654
|
}>>;
|
|
655
|
-
Recursive: IntegerType;
|
|
656
|
-
Function: StructType<{
|
|
657
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
658
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
655
|
+
readonly Recursive: IntegerType;
|
|
656
|
+
readonly Function: StructType<{
|
|
657
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
658
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
659
659
|
}>;
|
|
660
|
-
AsyncFunction: StructType<{
|
|
661
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
662
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
660
|
+
readonly AsyncFunction: StructType<{
|
|
661
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
662
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
663
663
|
}>;
|
|
664
664
|
}>>;
|
|
665
|
-
header: OptionType<StringType>;
|
|
666
|
-
width: OptionType<StringType>;
|
|
667
|
-
minWidth: OptionType<StringType>;
|
|
668
|
-
maxWidth: OptionType<StringType>;
|
|
665
|
+
readonly header: OptionType<StringType>;
|
|
666
|
+
readonly width: OptionType<StringType>;
|
|
667
|
+
readonly minWidth: OptionType<StringType>;
|
|
668
|
+
readonly maxWidth: OptionType<StringType>;
|
|
669
669
|
}>;
|
|
670
670
|
/**
|
|
671
671
|
* East type for a table cell.
|
|
@@ -684,13 +684,13 @@ export declare const Table: {
|
|
|
684
684
|
* Type for cell values (LiteralValueType - supports any primitive East value).
|
|
685
685
|
*/
|
|
686
686
|
readonly Value: import("@elaraai/east").VariantType<{
|
|
687
|
-
Null: NullType;
|
|
688
|
-
Boolean: BooleanType;
|
|
689
|
-
Integer: IntegerType;
|
|
690
|
-
Float: FloatType;
|
|
691
|
-
String: StringType;
|
|
692
|
-
DateTime: DateTimeType;
|
|
693
|
-
Blob: BlobType;
|
|
687
|
+
readonly Null: NullType;
|
|
688
|
+
readonly Boolean: BooleanType;
|
|
689
|
+
readonly Integer: IntegerType;
|
|
690
|
+
readonly Float: FloatType;
|
|
691
|
+
readonly String: StringType;
|
|
692
|
+
readonly DateTime: DateTimeType;
|
|
693
|
+
readonly Blob: BlobType;
|
|
694
694
|
}>;
|
|
695
695
|
/**
|
|
696
696
|
* Table variant type for Chakra UI v3 table styling.
|
|
@@ -702,8 +702,8 @@ export declare const Table: {
|
|
|
702
702
|
* @property outline - Table with full border outline
|
|
703
703
|
*/
|
|
704
704
|
readonly Variant: import("@elaraai/east").VariantType<{
|
|
705
|
-
line: NullType;
|
|
706
|
-
outline: NullType;
|
|
705
|
+
readonly line: NullType;
|
|
706
|
+
readonly outline: NullType;
|
|
707
707
|
}>;
|
|
708
708
|
/**
|
|
709
709
|
* Size options for Table component.
|
|
@@ -716,9 +716,9 @@ export declare const Table: {
|
|
|
716
716
|
* @property lg - Large table
|
|
717
717
|
*/
|
|
718
718
|
readonly Size: import("@elaraai/east").VariantType<{
|
|
719
|
-
sm: NullType;
|
|
720
|
-
md: NullType;
|
|
721
|
-
lg: NullType;
|
|
719
|
+
readonly sm: NullType;
|
|
720
|
+
readonly md: NullType;
|
|
721
|
+
readonly lg: NullType;
|
|
722
722
|
}>;
|
|
723
723
|
/**
|
|
724
724
|
* Event type for row click callbacks.
|
|
@@ -726,7 +726,7 @@ export declare const Table: {
|
|
|
726
726
|
* @property rowIndex - The index of the clicked row
|
|
727
727
|
*/
|
|
728
728
|
readonly RowClickEvent: StructType<{
|
|
729
|
-
rowIndex: IntegerType;
|
|
729
|
+
readonly rowIndex: IntegerType;
|
|
730
730
|
}>;
|
|
731
731
|
/**
|
|
732
732
|
* Event type for cell click callbacks.
|
|
@@ -736,16 +736,16 @@ export declare const Table: {
|
|
|
736
736
|
* @property cellValue - The cell value
|
|
737
737
|
*/
|
|
738
738
|
readonly CellClickEvent: StructType<{
|
|
739
|
-
rowIndex: IntegerType;
|
|
740
|
-
columnKey: StringType;
|
|
741
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
742
|
-
Null: NullType;
|
|
743
|
-
Boolean: BooleanType;
|
|
744
|
-
Integer: IntegerType;
|
|
745
|
-
Float: FloatType;
|
|
746
|
-
String: StringType;
|
|
747
|
-
DateTime: DateTimeType;
|
|
748
|
-
Blob: BlobType;
|
|
739
|
+
readonly rowIndex: IntegerType;
|
|
740
|
+
readonly columnKey: StringType;
|
|
741
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
742
|
+
readonly Null: NullType;
|
|
743
|
+
readonly Boolean: BooleanType;
|
|
744
|
+
readonly Integer: IntegerType;
|
|
745
|
+
readonly Float: FloatType;
|
|
746
|
+
readonly String: StringType;
|
|
747
|
+
readonly DateTime: DateTimeType;
|
|
748
|
+
readonly Blob: BlobType;
|
|
749
749
|
}>;
|
|
750
750
|
}>;
|
|
751
751
|
/**
|
|
@@ -756,9 +756,9 @@ export declare const Table: {
|
|
|
756
756
|
* @property selectedRowsIndices - Array of all selected row indices
|
|
757
757
|
*/
|
|
758
758
|
readonly RowSelectionEvent: StructType<{
|
|
759
|
-
rowIndex: IntegerType;
|
|
760
|
-
selected: BooleanType;
|
|
761
|
-
selectedRowsIndices: ArrayType<IntegerType>;
|
|
759
|
+
readonly rowIndex: IntegerType;
|
|
760
|
+
readonly selected: BooleanType;
|
|
761
|
+
readonly selectedRowsIndices: ArrayType<IntegerType>;
|
|
762
762
|
}>;
|
|
763
763
|
/**
|
|
764
764
|
* Event type for sort change callbacks.
|
|
@@ -768,19 +768,19 @@ export declare const Table: {
|
|
|
768
768
|
* @property sortDirection - The sort direction
|
|
769
769
|
*/
|
|
770
770
|
readonly SortEvent: StructType<{
|
|
771
|
-
columnKey: StringType;
|
|
772
|
-
sortIndex: IntegerType;
|
|
773
|
-
sortDirection: import("@elaraai/east").VariantType<{
|
|
774
|
-
asc: NullType;
|
|
775
|
-
desc: NullType;
|
|
771
|
+
readonly columnKey: StringType;
|
|
772
|
+
readonly sortIndex: IntegerType;
|
|
773
|
+
readonly sortDirection: import("@elaraai/east").VariantType<{
|
|
774
|
+
readonly asc: NullType;
|
|
775
|
+
readonly desc: NullType;
|
|
776
776
|
}>;
|
|
777
777
|
}>;
|
|
778
778
|
/**
|
|
779
779
|
* Sort direction type (asc or desc).
|
|
780
780
|
*/
|
|
781
781
|
readonly SortDirection: import("@elaraai/east").VariantType<{
|
|
782
|
-
asc: NullType;
|
|
783
|
-
desc: NullType;
|
|
782
|
+
readonly asc: NullType;
|
|
783
|
+
readonly desc: NullType;
|
|
784
784
|
}>;
|
|
785
785
|
};
|
|
786
786
|
};
|