@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.
Files changed (156) hide show
  1. package/dist/src/buttons/button/index.d.ts +54 -54
  2. package/dist/src/buttons/button/types.d.ts +54 -54
  3. package/dist/src/buttons/icon-button/index.d.ts +55 -55
  4. package/dist/src/buttons/icon-button/types.d.ts +51 -51
  5. package/dist/src/charts/area/index.d.ts.map +1 -1
  6. package/dist/src/charts/area/index.js +13 -3
  7. package/dist/src/charts/area/index.js.map +1 -1
  8. package/dist/src/charts/area/types.d.ts +1464 -1454
  9. package/dist/src/charts/area/types.d.ts.map +1 -1
  10. package/dist/src/charts/area/types.js +1 -0
  11. package/dist/src/charts/area/types.js.map +1 -1
  12. package/dist/src/charts/bar/index.js +13 -3
  13. package/dist/src/charts/bar/index.js.map +1 -1
  14. package/dist/src/charts/bar/types.d.ts +736 -726
  15. package/dist/src/charts/bar/types.d.ts.map +1 -1
  16. package/dist/src/charts/bar/types.js +1 -0
  17. package/dist/src/charts/bar/types.js.map +1 -1
  18. package/dist/src/charts/bar-list/types.d.ts +168 -168
  19. package/dist/src/charts/bar-segment/types.d.ts +14 -14
  20. package/dist/src/charts/composed/index.d.ts.map +1 -1
  21. package/dist/src/charts/composed/index.js +12 -3
  22. package/dist/src/charts/composed/index.js.map +1 -1
  23. package/dist/src/charts/composed/types.d.ts +872 -849
  24. package/dist/src/charts/composed/types.d.ts.map +1 -1
  25. package/dist/src/charts/composed/types.js +1 -0
  26. package/dist/src/charts/composed/types.js.map +1 -1
  27. package/dist/src/charts/index.d.ts +5684 -5665
  28. package/dist/src/charts/index.d.ts.map +1 -1
  29. package/dist/src/charts/line/index.js +13 -3
  30. package/dist/src/charts/line/index.js.map +1 -1
  31. package/dist/src/charts/line/types.d.ts +750 -736
  32. package/dist/src/charts/line/types.d.ts.map +1 -1
  33. package/dist/src/charts/line/types.js +5 -1
  34. package/dist/src/charts/line/types.js.map +1 -1
  35. package/dist/src/charts/pie/types.d.ts +38 -38
  36. package/dist/src/charts/radar/index.d.ts.map +1 -1
  37. package/dist/src/charts/radar/index.js +1 -0
  38. package/dist/src/charts/radar/index.js.map +1 -1
  39. package/dist/src/charts/radar/types.d.ts +55 -54
  40. package/dist/src/charts/radar/types.d.ts.map +1 -1
  41. package/dist/src/charts/scatter/index.d.ts +3 -2
  42. package/dist/src/charts/scatter/index.d.ts.map +1 -1
  43. package/dist/src/charts/scatter/index.js +13 -39
  44. package/dist/src/charts/scatter/index.js.map +1 -1
  45. package/dist/src/charts/scatter/types.d.ts +721 -711
  46. package/dist/src/charts/scatter/types.d.ts.map +1 -1
  47. package/dist/src/charts/scatter/types.js +1 -0
  48. package/dist/src/charts/scatter/types.js.map +1 -1
  49. package/dist/src/charts/sparkline/index.d.ts +9 -9
  50. package/dist/src/charts/sparkline/types.d.ts +9 -9
  51. package/dist/src/charts/types.d.ts +844 -841
  52. package/dist/src/charts/types.d.ts.map +1 -1
  53. package/dist/src/charts/types.js +5 -0
  54. package/dist/src/charts/types.js.map +1 -1
  55. package/dist/src/collections/data-list/index.d.ts +35 -35
  56. package/dist/src/collections/data-list/types.d.ts +5 -5
  57. package/dist/src/collections/gantt/index.d.ts +721 -721
  58. package/dist/src/collections/gantt/types.d.ts +195 -195
  59. package/dist/src/collections/planner/index.d.ts +255 -255
  60. package/dist/src/collections/planner/types.d.ts +200 -200
  61. package/dist/src/collections/table/index.d.ts +396 -396
  62. package/dist/src/collections/table/types.d.ts +145 -145
  63. package/dist/src/collections/tree-view/index.d.ts +583 -583
  64. package/dist/src/collections/tree-view/types.d.ts +21 -21
  65. package/dist/src/component.d.ts +7519 -7505
  66. package/dist/src/component.d.ts.map +1 -1
  67. package/dist/src/container/card/index.d.ts +24 -24
  68. package/dist/src/container/card/types.d.ts +24 -24
  69. package/dist/src/disclosure/accordion/index.d.ts +29 -29
  70. package/dist/src/disclosure/accordion/types.d.ts +11 -11
  71. package/dist/src/disclosure/carousel/index.d.ts +6 -6
  72. package/dist/src/disclosure/carousel/types.d.ts +6 -6
  73. package/dist/src/disclosure/tabs/index.d.ts +126 -126
  74. package/dist/src/disclosure/tabs/types.d.ts +48 -48
  75. package/dist/src/display/avatar/index.d.ts +22 -22
  76. package/dist/src/display/avatar/types.d.ts +22 -22
  77. package/dist/src/display/badge/index.d.ts +24 -24
  78. package/dist/src/display/badge/types.d.ts +24 -24
  79. package/dist/src/display/icon/index.d.ts +64 -64
  80. package/dist/src/display/icon/types.d.ts +64 -64
  81. package/dist/src/display/stat/index.d.ts +8 -8
  82. package/dist/src/display/stat/types.d.ts +8 -8
  83. package/dist/src/display/tag/index.d.ts +30 -30
  84. package/dist/src/display/tag/types.d.ts +30 -30
  85. package/dist/src/feedback/alert/index.d.ts +18 -18
  86. package/dist/src/feedback/alert/types.d.ts +18 -18
  87. package/dist/src/feedback/progress/index.d.ts +28 -28
  88. package/dist/src/feedback/progress/types.d.ts +28 -28
  89. package/dist/src/forms/checkbox/index.d.ts +21 -21
  90. package/dist/src/forms/checkbox/types.d.ts +21 -21
  91. package/dist/src/forms/field/index.d.ts +294 -294
  92. package/dist/src/forms/field/types.d.ts +579 -579
  93. package/dist/src/forms/file-upload/index.d.ts +27 -27
  94. package/dist/src/forms/file-upload/types.d.ts +35 -35
  95. package/dist/src/forms/input/index.d.ts +102 -102
  96. package/dist/src/forms/input/types.d.ts +102 -102
  97. package/dist/src/forms/select/index.d.ts +19 -19
  98. package/dist/src/forms/select/types.d.ts +19 -19
  99. package/dist/src/forms/slider/index.d.ts +31 -31
  100. package/dist/src/forms/slider/types.d.ts +31 -31
  101. package/dist/src/forms/switch/index.d.ts +20 -20
  102. package/dist/src/forms/switch/types.d.ts +20 -20
  103. package/dist/src/forms/tags-input/index.d.ts +41 -41
  104. package/dist/src/forms/tags-input/types.d.ts +41 -41
  105. package/dist/src/forms/textarea/index.d.ts +30 -30
  106. package/dist/src/forms/textarea/types.d.ts +30 -30
  107. package/dist/src/layout/box/index.d.ts +70 -70
  108. package/dist/src/layout/box/types.d.ts +62 -62
  109. package/dist/src/layout/flex/index.d.ts +65 -65
  110. package/dist/src/layout/flex/types.d.ts +57 -57
  111. package/dist/src/layout/grid/index.d.ts +51 -51
  112. package/dist/src/layout/grid/types.d.ts +56 -56
  113. package/dist/src/layout/separator/index.d.ts +42 -42
  114. package/dist/src/layout/separator/types.d.ts +17 -17
  115. package/dist/src/layout/splitter/index.d.ts +9 -9
  116. package/dist/src/layout/splitter/types.d.ts +14 -14
  117. package/dist/src/layout/stack/index.d.ts +63 -63
  118. package/dist/src/layout/stack/types.d.ts +55 -55
  119. package/dist/src/layout/style.d.ts +8 -8
  120. package/dist/src/overlays/action-bar/index.d.ts +7 -7
  121. package/dist/src/overlays/action-bar/types.d.ts +7 -7
  122. package/dist/src/overlays/dialog/index.d.ts +49 -49
  123. package/dist/src/overlays/dialog/types.d.ts +49 -49
  124. package/dist/src/overlays/drawer/index.d.ts +25 -25
  125. package/dist/src/overlays/drawer/types.d.ts +25 -25
  126. package/dist/src/overlays/hover-card/index.d.ts +38 -38
  127. package/dist/src/overlays/hover-card/types.d.ts +26 -26
  128. package/dist/src/overlays/menu/index.d.ts +32 -32
  129. package/dist/src/overlays/menu/types.d.ts +20 -20
  130. package/dist/src/overlays/popover/index.d.ts +37 -37
  131. package/dist/src/overlays/popover/types.d.ts +25 -25
  132. package/dist/src/overlays/toggle-tip/index.d.ts +27 -27
  133. package/dist/src/overlays/toggle-tip/types.d.ts +15 -15
  134. package/dist/src/overlays/tooltip/index.d.ts +26 -26
  135. package/dist/src/overlays/tooltip/types.d.ts +26 -26
  136. package/dist/src/reactive/index.d.ts.map +1 -1
  137. package/dist/src/reactive/index.js +2 -2
  138. package/dist/src/reactive/index.js.map +1 -1
  139. package/dist/src/style.d.ts +87 -87
  140. package/dist/src/typography/code/index.d.ts +14 -14
  141. package/dist/src/typography/code/types.d.ts +14 -14
  142. package/dist/src/typography/code-block/index.d.ts +36 -36
  143. package/dist/src/typography/code-block/types.d.ts +36 -36
  144. package/dist/src/typography/heading/index.d.ts +41 -41
  145. package/dist/src/typography/heading/types.d.ts +41 -41
  146. package/dist/src/typography/highlight/index.d.ts +3 -3
  147. package/dist/src/typography/highlight/types.d.ts +3 -3
  148. package/dist/src/typography/link/index.d.ts +9 -9
  149. package/dist/src/typography/link/types.d.ts +9 -9
  150. package/dist/src/typography/list/index.d.ts +8 -8
  151. package/dist/src/typography/list/types.d.ts +8 -8
  152. package/dist/src/typography/mark/index.d.ts +11 -11
  153. package/dist/src/typography/mark/types.d.ts +11 -11
  154. package/dist/src/typography/text/index.d.ts +53 -53
  155. package/dist/src/typography/text/types.d.ts +53 -53
  156. package/package.json +2 -2
@@ -14,8 +14,8 @@ import { ColorSchemeType, type ColorSchemeLiteral } from "../../style.js";
14
14
  * @property outline - Table with full border outline
15
15
  */
16
16
  export declare const TableVariantType: VariantType<{
17
- line: NullType;
18
- outline: NullType;
17
+ readonly line: NullType;
18
+ readonly outline: NullType;
19
19
  }>;
20
20
  /**
21
21
  * Type representing table variant values.
@@ -37,11 +37,11 @@ export type TableVariantLiteral = "line" | "outline";
37
37
  */
38
38
  export declare const TableSizeType: VariantType<{
39
39
  /** Small table */
40
- sm: NullType;
40
+ readonly sm: NullType;
41
41
  /** Medium table (default) */
42
- md: NullType;
42
+ readonly md: NullType;
43
43
  /** Large table */
44
- lg: NullType;
44
+ readonly lg: NullType;
45
45
  }>;
46
46
  /**
47
47
  * Type representing the TableSize structure.
@@ -67,16 +67,16 @@ export type PrimitiveEastType = BooleanType | IntegerType | FloatType | StringTy
67
67
  * @property cellValue - The cell value as a LiteralValueType
68
68
  */
69
69
  export declare const TableCellClickEventType: StructType<{
70
- rowIndex: IntegerType;
71
- columnKey: StringType;
72
- cellValue: VariantType<{
73
- Null: NullType;
74
- Boolean: BooleanType;
75
- Integer: IntegerType;
76
- Float: FloatType;
77
- String: StringType;
78
- DateTime: DateTimeType;
79
- Blob: import("@elaraai/east").BlobType;
70
+ readonly rowIndex: IntegerType;
71
+ readonly columnKey: StringType;
72
+ readonly cellValue: VariantType<{
73
+ readonly Null: NullType;
74
+ readonly Boolean: BooleanType;
75
+ readonly Integer: IntegerType;
76
+ readonly Float: FloatType;
77
+ readonly String: StringType;
78
+ readonly DateTime: DateTimeType;
79
+ readonly Blob: import("@elaraai/east").BlobType;
80
80
  }>;
81
81
  }>;
82
82
  export type TableCellClickEventType = typeof TableCellClickEventType;
@@ -86,7 +86,7 @@ export type TableCellClickEventType = typeof TableCellClickEventType;
86
86
  * @property rowIndex - The row index (0-based)
87
87
  */
88
88
  export declare const TableRowClickEventType: StructType<{
89
- rowIndex: IntegerType;
89
+ readonly rowIndex: IntegerType;
90
90
  }>;
91
91
  export type TableRowClickEventType = typeof TableRowClickEventType;
92
92
  /**
@@ -97,9 +97,9 @@ export type TableRowClickEventType = typeof TableRowClickEventType;
97
97
  * @property selectedRowsIndices - Array of selected row indices
98
98
  */
99
99
  export declare const TableRowSelectionEventType: StructType<{
100
- rowIndex: IntegerType;
101
- selected: BooleanType;
102
- selectedRowsIndices: ArrayType<IntegerType>;
100
+ readonly rowIndex: IntegerType;
101
+ readonly selected: BooleanType;
102
+ readonly selectedRowsIndices: ArrayType<IntegerType>;
103
103
  }>;
104
104
  export type TableRowSelectionEventType = typeof TableRowSelectionEventType;
105
105
  /**
@@ -108,8 +108,8 @@ export type TableRowSelectionEventType = typeof TableRowSelectionEventType;
108
108
  * @property direction - Sort direction ("asc" or "desc")
109
109
  */
110
110
  export declare const TableSortDirectionType: VariantType<{
111
- asc: NullType;
112
- desc: NullType;
111
+ readonly asc: NullType;
112
+ readonly desc: NullType;
113
113
  }>;
114
114
  export type TableSortDirectionType = typeof TableSortDirectionType;
115
115
  /**
@@ -120,11 +120,11 @@ export type TableSortDirectionType = typeof TableSortDirectionType;
120
120
  * @property sortDirection - The sort direction ("asc" or "desc")
121
121
  */
122
122
  export declare const TableSortEventType: StructType<{
123
- columnKey: StringType;
124
- sortIndex: IntegerType;
125
- sortDirection: VariantType<{
126
- asc: NullType;
127
- desc: NullType;
123
+ readonly columnKey: StringType;
124
+ readonly sortIndex: IntegerType;
125
+ readonly sortDirection: VariantType<{
126
+ readonly asc: NullType;
127
+ readonly desc: NullType;
128
128
  }>;
129
129
  }>;
130
130
  export type TableSortEventType = typeof TableSortEventType;
@@ -148,77 +148,77 @@ export type TableSortEventType = typeof TableSortEventType;
148
148
  * @property onSortChange - Callback triggered when sort column/direction changes
149
149
  */
150
150
  export declare const TableStyleType: StructType<{
151
- variant: OptionType<VariantType<{
152
- line: NullType;
153
- outline: NullType;
151
+ readonly variant: OptionType<VariantType<{
152
+ readonly line: NullType;
153
+ readonly outline: NullType;
154
154
  }>>;
155
- size: OptionType<VariantType<{
155
+ readonly size: OptionType<VariantType<{
156
156
  /** Small table */
157
- sm: NullType;
157
+ readonly sm: NullType;
158
158
  /** Medium table (default) */
159
- md: NullType;
159
+ readonly md: NullType;
160
160
  /** Large table */
161
- lg: NullType;
161
+ readonly lg: NullType;
162
162
  }>>;
163
- striped: OptionType<BooleanType>;
164
- interactive: OptionType<BooleanType>;
165
- stickyHeader: OptionType<BooleanType>;
166
- showColumnBorder: OptionType<BooleanType>;
167
- colorPalette: OptionType<VariantType<{
168
- gray: NullType;
169
- red: NullType;
170
- orange: NullType;
171
- yellow: NullType;
172
- green: NullType;
173
- teal: NullType;
174
- blue: NullType;
175
- cyan: NullType;
176
- purple: NullType;
177
- pink: NullType;
163
+ readonly striped: OptionType<BooleanType>;
164
+ readonly interactive: OptionType<BooleanType>;
165
+ readonly stickyHeader: OptionType<BooleanType>;
166
+ readonly showColumnBorder: OptionType<BooleanType>;
167
+ readonly colorPalette: OptionType<VariantType<{
168
+ readonly gray: NullType;
169
+ readonly red: NullType;
170
+ readonly orange: NullType;
171
+ readonly yellow: NullType;
172
+ readonly green: NullType;
173
+ readonly teal: NullType;
174
+ readonly blue: NullType;
175
+ readonly cyan: NullType;
176
+ readonly purple: NullType;
177
+ readonly pink: NullType;
178
178
  }>>;
179
- onCellClick: OptionType<FunctionType<[StructType<{
180
- rowIndex: IntegerType;
181
- columnKey: StringType;
182
- cellValue: VariantType<{
183
- Null: NullType;
184
- Boolean: BooleanType;
185
- Integer: IntegerType;
186
- Float: FloatType;
187
- String: StringType;
188
- DateTime: DateTimeType;
189
- Blob: import("@elaraai/east").BlobType;
179
+ readonly onCellClick: OptionType<FunctionType<[StructType<{
180
+ readonly rowIndex: IntegerType;
181
+ readonly columnKey: StringType;
182
+ readonly cellValue: VariantType<{
183
+ readonly Null: NullType;
184
+ readonly Boolean: BooleanType;
185
+ readonly Integer: IntegerType;
186
+ readonly Float: FloatType;
187
+ readonly String: StringType;
188
+ readonly DateTime: DateTimeType;
189
+ readonly Blob: import("@elaraai/east").BlobType;
190
190
  }>;
191
191
  }>], NullType>>;
192
- onCellDoubleClick: OptionType<FunctionType<[StructType<{
193
- rowIndex: IntegerType;
194
- columnKey: StringType;
195
- cellValue: VariantType<{
196
- Null: NullType;
197
- Boolean: BooleanType;
198
- Integer: IntegerType;
199
- Float: FloatType;
200
- String: StringType;
201
- DateTime: DateTimeType;
202
- Blob: import("@elaraai/east").BlobType;
192
+ readonly onCellDoubleClick: OptionType<FunctionType<[StructType<{
193
+ readonly rowIndex: IntegerType;
194
+ readonly columnKey: StringType;
195
+ readonly cellValue: VariantType<{
196
+ readonly Null: NullType;
197
+ readonly Boolean: BooleanType;
198
+ readonly Integer: IntegerType;
199
+ readonly Float: FloatType;
200
+ readonly String: StringType;
201
+ readonly DateTime: DateTimeType;
202
+ readonly Blob: import("@elaraai/east").BlobType;
203
203
  }>;
204
204
  }>], NullType>>;
205
- onRowClick: OptionType<FunctionType<[StructType<{
206
- rowIndex: IntegerType;
205
+ readonly onRowClick: OptionType<FunctionType<[StructType<{
206
+ readonly rowIndex: IntegerType;
207
207
  }>], NullType>>;
208
- onRowDoubleClick: OptionType<FunctionType<[StructType<{
209
- rowIndex: IntegerType;
208
+ readonly onRowDoubleClick: OptionType<FunctionType<[StructType<{
209
+ readonly rowIndex: IntegerType;
210
210
  }>], NullType>>;
211
- onRowSelectionChange: OptionType<FunctionType<[StructType<{
212
- rowIndex: IntegerType;
213
- selected: BooleanType;
214
- selectedRowsIndices: ArrayType<IntegerType>;
211
+ readonly onRowSelectionChange: OptionType<FunctionType<[StructType<{
212
+ readonly rowIndex: IntegerType;
213
+ readonly selected: BooleanType;
214
+ readonly selectedRowsIndices: ArrayType<IntegerType>;
215
215
  }>], NullType>>;
216
- onSortChange: OptionType<FunctionType<[StructType<{
217
- columnKey: StringType;
218
- sortIndex: IntegerType;
219
- sortDirection: VariantType<{
220
- asc: NullType;
221
- desc: NullType;
216
+ readonly onSortChange: OptionType<FunctionType<[StructType<{
217
+ readonly columnKey: StringType;
218
+ readonly sortIndex: IntegerType;
219
+ readonly sortDirection: VariantType<{
220
+ readonly asc: NullType;
221
+ readonly desc: NullType;
222
222
  }>;
223
223
  }>], NullType>>;
224
224
  }>;
@@ -288,79 +288,79 @@ export interface TableStyle {
288
288
  * @property maxWidth - Optional maximum width (CSS value)
289
289
  */
290
290
  export declare const TableColumnType: StructType<{
291
- key: StringType;
292
- dataType: import("@elaraai/east").RecursiveType<VariantType<{
293
- Never: NullType;
294
- Null: NullType;
295
- Boolean: NullType;
296
- Integer: NullType;
297
- Float: NullType;
298
- String: NullType;
299
- DateTime: NullType;
300
- Blob: NullType;
301
- Ref: import("@elaraai/east").RecursiveTypeMarker;
302
- Array: import("@elaraai/east").RecursiveTypeMarker;
303
- Set: import("@elaraai/east").RecursiveTypeMarker;
304
- Dict: StructType<{
305
- key: import("@elaraai/east").RecursiveTypeMarker;
306
- value: import("@elaraai/east").RecursiveTypeMarker;
291
+ readonly key: StringType;
292
+ readonly dataType: import("@elaraai/east").RecursiveType<VariantType<{
293
+ readonly Never: NullType;
294
+ readonly Null: NullType;
295
+ readonly Boolean: NullType;
296
+ readonly Integer: NullType;
297
+ readonly Float: NullType;
298
+ readonly String: NullType;
299
+ readonly DateTime: NullType;
300
+ readonly Blob: NullType;
301
+ readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
302
+ readonly Array: import("@elaraai/east").RecursiveTypeMarker;
303
+ readonly Set: import("@elaraai/east").RecursiveTypeMarker;
304
+ readonly Dict: StructType<{
305
+ readonly key: import("@elaraai/east").RecursiveTypeMarker;
306
+ readonly value: import("@elaraai/east").RecursiveTypeMarker;
307
307
  }>;
308
- Struct: ArrayType<StructType<{
309
- name: StringType;
310
- type: import("@elaraai/east").RecursiveTypeMarker;
308
+ readonly Struct: ArrayType<StructType<{
309
+ readonly name: StringType;
310
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
311
311
  }>>;
312
- Variant: ArrayType<StructType<{
313
- name: StringType;
314
- type: import("@elaraai/east").RecursiveTypeMarker;
312
+ readonly Variant: ArrayType<StructType<{
313
+ readonly name: StringType;
314
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
315
315
  }>>;
316
- Recursive: IntegerType;
317
- Function: StructType<{
318
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
319
- output: import("@elaraai/east").RecursiveTypeMarker;
316
+ readonly Recursive: IntegerType;
317
+ readonly Function: StructType<{
318
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
319
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
320
320
  }>;
321
- AsyncFunction: StructType<{
322
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
323
- output: import("@elaraai/east").RecursiveTypeMarker;
321
+ readonly AsyncFunction: StructType<{
322
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
323
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
324
324
  }>;
325
325
  }>>;
326
- valueType: import("@elaraai/east").RecursiveType<VariantType<{
327
- Never: NullType;
328
- Null: NullType;
329
- Boolean: NullType;
330
- Integer: NullType;
331
- Float: NullType;
332
- String: NullType;
333
- DateTime: NullType;
334
- Blob: NullType;
335
- Ref: import("@elaraai/east").RecursiveTypeMarker;
336
- Array: import("@elaraai/east").RecursiveTypeMarker;
337
- Set: import("@elaraai/east").RecursiveTypeMarker;
338
- Dict: StructType<{
339
- key: import("@elaraai/east").RecursiveTypeMarker;
340
- value: import("@elaraai/east").RecursiveTypeMarker;
326
+ readonly valueType: import("@elaraai/east").RecursiveType<VariantType<{
327
+ readonly Never: NullType;
328
+ readonly Null: NullType;
329
+ readonly Boolean: NullType;
330
+ readonly Integer: NullType;
331
+ readonly Float: NullType;
332
+ readonly String: NullType;
333
+ readonly DateTime: NullType;
334
+ readonly Blob: NullType;
335
+ readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
336
+ readonly Array: import("@elaraai/east").RecursiveTypeMarker;
337
+ readonly Set: import("@elaraai/east").RecursiveTypeMarker;
338
+ readonly Dict: StructType<{
339
+ readonly key: import("@elaraai/east").RecursiveTypeMarker;
340
+ readonly value: import("@elaraai/east").RecursiveTypeMarker;
341
341
  }>;
342
- Struct: ArrayType<StructType<{
343
- name: StringType;
344
- type: import("@elaraai/east").RecursiveTypeMarker;
342
+ readonly Struct: ArrayType<StructType<{
343
+ readonly name: StringType;
344
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
345
345
  }>>;
346
- Variant: ArrayType<StructType<{
347
- name: StringType;
348
- type: import("@elaraai/east").RecursiveTypeMarker;
346
+ readonly Variant: ArrayType<StructType<{
347
+ readonly name: StringType;
348
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
349
349
  }>>;
350
- Recursive: IntegerType;
351
- Function: StructType<{
352
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
353
- output: import("@elaraai/east").RecursiveTypeMarker;
350
+ readonly Recursive: IntegerType;
351
+ readonly Function: StructType<{
352
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
353
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
354
354
  }>;
355
- AsyncFunction: StructType<{
356
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
357
- output: import("@elaraai/east").RecursiveTypeMarker;
355
+ readonly AsyncFunction: StructType<{
356
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
357
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
358
358
  }>;
359
359
  }>>;
360
- header: OptionType<StringType>;
361
- width: OptionType<StringType>;
362
- minWidth: OptionType<StringType>;
363
- maxWidth: OptionType<StringType>;
360
+ readonly header: OptionType<StringType>;
361
+ readonly width: OptionType<StringType>;
362
+ readonly minWidth: OptionType<StringType>;
363
+ readonly maxWidth: OptionType<StringType>;
364
364
  }>;
365
365
  /**
366
366
  * Type representing the table column structure.