@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
@@ -18,43 +18,43 @@ export { GanttEventType, GanttTaskType, GanttMilestoneType, GanttStyleType, Time
18
18
  * @property events - Array of events (Task or Milestone variants)
19
19
  */
20
20
  export declare const GanttRowType: StructType<{
21
- cells: DictType<StringType, StructType<{
21
+ readonly cells: DictType<StringType, StructType<{
22
22
  value: LiteralValueType;
23
23
  content: UIComponentType;
24
24
  }>>;
25
- events: ArrayType<import("@elaraai/east").VariantType<{
26
- Task: StructType<{
27
- start: DateTimeType;
28
- end: DateTimeType;
29
- label: OptionType<StringType>;
30
- progress: OptionType<FloatType>;
31
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
32
- gray: import("@elaraai/east").NullType;
33
- red: import("@elaraai/east").NullType;
34
- orange: import("@elaraai/east").NullType;
35
- yellow: import("@elaraai/east").NullType;
36
- green: import("@elaraai/east").NullType;
37
- teal: import("@elaraai/east").NullType;
38
- blue: import("@elaraai/east").NullType;
39
- cyan: import("@elaraai/east").NullType;
40
- purple: import("@elaraai/east").NullType;
41
- pink: import("@elaraai/east").NullType;
25
+ readonly events: ArrayType<import("@elaraai/east").VariantType<{
26
+ readonly Task: StructType<{
27
+ readonly start: DateTimeType;
28
+ readonly end: DateTimeType;
29
+ readonly label: OptionType<StringType>;
30
+ readonly progress: OptionType<FloatType>;
31
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
32
+ readonly gray: import("@elaraai/east").NullType;
33
+ readonly red: import("@elaraai/east").NullType;
34
+ readonly orange: import("@elaraai/east").NullType;
35
+ readonly yellow: import("@elaraai/east").NullType;
36
+ readonly green: import("@elaraai/east").NullType;
37
+ readonly teal: import("@elaraai/east").NullType;
38
+ readonly blue: import("@elaraai/east").NullType;
39
+ readonly cyan: import("@elaraai/east").NullType;
40
+ readonly purple: import("@elaraai/east").NullType;
41
+ readonly pink: import("@elaraai/east").NullType;
42
42
  }>>;
43
43
  }>;
44
- Milestone: StructType<{
45
- date: DateTimeType;
46
- label: OptionType<StringType>;
47
- colorPalette: OptionType<import("@elaraai/east").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;
44
+ readonly Milestone: StructType<{
45
+ readonly date: DateTimeType;
46
+ readonly label: OptionType<StringType>;
47
+ readonly colorPalette: OptionType<import("@elaraai/east").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
  }>>;
@@ -75,251 +75,251 @@ export type GanttRowType = typeof GanttRowType;
75
75
  * @property style - Optional styling configuration
76
76
  */
77
77
  export declare const GanttRootType: StructType<{
78
- rows: ArrayType<StructType<{
79
- cells: DictType<StringType, StructType<{
78
+ readonly rows: ArrayType<StructType<{
79
+ readonly cells: DictType<StringType, StructType<{
80
80
  value: LiteralValueType;
81
81
  content: UIComponentType;
82
82
  }>>;
83
- events: ArrayType<import("@elaraai/east").VariantType<{
84
- Task: StructType<{
85
- start: DateTimeType;
86
- end: DateTimeType;
87
- label: OptionType<StringType>;
88
- progress: OptionType<FloatType>;
89
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
90
- gray: import("@elaraai/east").NullType;
91
- red: import("@elaraai/east").NullType;
92
- orange: import("@elaraai/east").NullType;
93
- yellow: import("@elaraai/east").NullType;
94
- green: import("@elaraai/east").NullType;
95
- teal: import("@elaraai/east").NullType;
96
- blue: import("@elaraai/east").NullType;
97
- cyan: import("@elaraai/east").NullType;
98
- purple: import("@elaraai/east").NullType;
99
- pink: import("@elaraai/east").NullType;
83
+ readonly events: ArrayType<import("@elaraai/east").VariantType<{
84
+ readonly Task: StructType<{
85
+ readonly start: DateTimeType;
86
+ readonly end: DateTimeType;
87
+ readonly label: OptionType<StringType>;
88
+ readonly progress: OptionType<FloatType>;
89
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
90
+ readonly gray: import("@elaraai/east").NullType;
91
+ readonly red: import("@elaraai/east").NullType;
92
+ readonly orange: import("@elaraai/east").NullType;
93
+ readonly yellow: import("@elaraai/east").NullType;
94
+ readonly green: import("@elaraai/east").NullType;
95
+ readonly teal: import("@elaraai/east").NullType;
96
+ readonly blue: import("@elaraai/east").NullType;
97
+ readonly cyan: import("@elaraai/east").NullType;
98
+ readonly purple: import("@elaraai/east").NullType;
99
+ readonly pink: import("@elaraai/east").NullType;
100
100
  }>>;
101
101
  }>;
102
- Milestone: StructType<{
103
- date: DateTimeType;
104
- label: OptionType<StringType>;
105
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
106
- gray: import("@elaraai/east").NullType;
107
- red: import("@elaraai/east").NullType;
108
- orange: import("@elaraai/east").NullType;
109
- yellow: import("@elaraai/east").NullType;
110
- green: import("@elaraai/east").NullType;
111
- teal: import("@elaraai/east").NullType;
112
- blue: import("@elaraai/east").NullType;
113
- cyan: import("@elaraai/east").NullType;
114
- purple: import("@elaraai/east").NullType;
115
- pink: import("@elaraai/east").NullType;
102
+ readonly Milestone: StructType<{
103
+ readonly date: DateTimeType;
104
+ readonly label: OptionType<StringType>;
105
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
106
+ readonly gray: import("@elaraai/east").NullType;
107
+ readonly red: import("@elaraai/east").NullType;
108
+ readonly orange: import("@elaraai/east").NullType;
109
+ readonly yellow: import("@elaraai/east").NullType;
110
+ readonly green: import("@elaraai/east").NullType;
111
+ readonly teal: import("@elaraai/east").NullType;
112
+ readonly blue: import("@elaraai/east").NullType;
113
+ readonly cyan: import("@elaraai/east").NullType;
114
+ readonly purple: import("@elaraai/east").NullType;
115
+ readonly pink: import("@elaraai/east").NullType;
116
116
  }>>;
117
117
  }>;
118
118
  }>>;
119
119
  }>>;
120
- columns: ArrayType<StructType<{
121
- key: StringType;
122
- dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
123
- Never: import("@elaraai/east").NullType;
124
- Null: import("@elaraai/east").NullType;
125
- Boolean: import("@elaraai/east").NullType;
126
- Integer: import("@elaraai/east").NullType;
127
- Float: import("@elaraai/east").NullType;
128
- String: import("@elaraai/east").NullType;
129
- DateTime: import("@elaraai/east").NullType;
130
- Blob: import("@elaraai/east").NullType;
131
- Ref: import("@elaraai/east").RecursiveTypeMarker;
132
- Array: import("@elaraai/east").RecursiveTypeMarker;
133
- Set: import("@elaraai/east").RecursiveTypeMarker;
134
- Dict: StructType<{
135
- key: import("@elaraai/east").RecursiveTypeMarker;
136
- value: import("@elaraai/east").RecursiveTypeMarker;
120
+ readonly columns: ArrayType<StructType<{
121
+ readonly key: StringType;
122
+ readonly dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
123
+ readonly Never: import("@elaraai/east").NullType;
124
+ readonly Null: import("@elaraai/east").NullType;
125
+ readonly Boolean: import("@elaraai/east").NullType;
126
+ readonly Integer: import("@elaraai/east").NullType;
127
+ readonly Float: import("@elaraai/east").NullType;
128
+ readonly String: import("@elaraai/east").NullType;
129
+ readonly DateTime: import("@elaraai/east").NullType;
130
+ readonly Blob: import("@elaraai/east").NullType;
131
+ readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
132
+ readonly Array: import("@elaraai/east").RecursiveTypeMarker;
133
+ readonly Set: import("@elaraai/east").RecursiveTypeMarker;
134
+ readonly Dict: StructType<{
135
+ readonly key: import("@elaraai/east").RecursiveTypeMarker;
136
+ readonly value: import("@elaraai/east").RecursiveTypeMarker;
137
137
  }>;
138
- Struct: ArrayType<StructType<{
139
- name: StringType;
140
- type: import("@elaraai/east").RecursiveTypeMarker;
138
+ readonly Struct: ArrayType<StructType<{
139
+ readonly name: StringType;
140
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
141
141
  }>>;
142
- Variant: ArrayType<StructType<{
143
- name: StringType;
144
- type: import("@elaraai/east").RecursiveTypeMarker;
142
+ readonly Variant: ArrayType<StructType<{
143
+ readonly name: StringType;
144
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
145
145
  }>>;
146
- Recursive: import("@elaraai/east").IntegerType;
147
- Function: StructType<{
148
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
149
- output: import("@elaraai/east").RecursiveTypeMarker;
146
+ readonly Recursive: import("@elaraai/east").IntegerType;
147
+ readonly Function: StructType<{
148
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
149
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
150
150
  }>;
151
- AsyncFunction: StructType<{
152
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
153
- output: import("@elaraai/east").RecursiveTypeMarker;
151
+ readonly AsyncFunction: StructType<{
152
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
153
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
154
154
  }>;
155
155
  }>>;
156
- valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
157
- Never: import("@elaraai/east").NullType;
158
- Null: import("@elaraai/east").NullType;
159
- Boolean: import("@elaraai/east").NullType;
160
- Integer: import("@elaraai/east").NullType;
161
- Float: import("@elaraai/east").NullType;
162
- String: import("@elaraai/east").NullType;
163
- DateTime: import("@elaraai/east").NullType;
164
- Blob: import("@elaraai/east").NullType;
165
- Ref: import("@elaraai/east").RecursiveTypeMarker;
166
- Array: import("@elaraai/east").RecursiveTypeMarker;
167
- Set: import("@elaraai/east").RecursiveTypeMarker;
168
- Dict: StructType<{
169
- key: import("@elaraai/east").RecursiveTypeMarker;
170
- value: import("@elaraai/east").RecursiveTypeMarker;
156
+ readonly valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
157
+ readonly Never: import("@elaraai/east").NullType;
158
+ readonly Null: import("@elaraai/east").NullType;
159
+ readonly Boolean: import("@elaraai/east").NullType;
160
+ readonly Integer: import("@elaraai/east").NullType;
161
+ readonly Float: import("@elaraai/east").NullType;
162
+ readonly String: import("@elaraai/east").NullType;
163
+ readonly DateTime: import("@elaraai/east").NullType;
164
+ readonly Blob: import("@elaraai/east").NullType;
165
+ readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
166
+ readonly Array: import("@elaraai/east").RecursiveTypeMarker;
167
+ readonly Set: import("@elaraai/east").RecursiveTypeMarker;
168
+ readonly Dict: StructType<{
169
+ readonly key: import("@elaraai/east").RecursiveTypeMarker;
170
+ readonly value: import("@elaraai/east").RecursiveTypeMarker;
171
171
  }>;
172
- Struct: ArrayType<StructType<{
173
- name: StringType;
174
- type: import("@elaraai/east").RecursiveTypeMarker;
172
+ readonly Struct: ArrayType<StructType<{
173
+ readonly name: StringType;
174
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
175
175
  }>>;
176
- Variant: ArrayType<StructType<{
177
- name: StringType;
178
- type: import("@elaraai/east").RecursiveTypeMarker;
176
+ readonly Variant: ArrayType<StructType<{
177
+ readonly name: StringType;
178
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
179
179
  }>>;
180
- Recursive: import("@elaraai/east").IntegerType;
181
- Function: StructType<{
182
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
183
- output: import("@elaraai/east").RecursiveTypeMarker;
180
+ readonly Recursive: import("@elaraai/east").IntegerType;
181
+ readonly Function: StructType<{
182
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
183
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
184
184
  }>;
185
- AsyncFunction: StructType<{
186
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
187
- output: import("@elaraai/east").RecursiveTypeMarker;
185
+ readonly AsyncFunction: StructType<{
186
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
187
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
188
188
  }>;
189
189
  }>>;
190
- header: OptionType<StringType>;
191
- width: OptionType<StringType>;
192
- minWidth: OptionType<StringType>;
193
- maxWidth: OptionType<StringType>;
190
+ readonly header: OptionType<StringType>;
191
+ readonly width: OptionType<StringType>;
192
+ readonly minWidth: OptionType<StringType>;
193
+ readonly maxWidth: OptionType<StringType>;
194
194
  }>>;
195
- style: OptionType<StructType<{
196
- variant: OptionType<import("@elaraai/east").VariantType<{
197
- line: import("@elaraai/east").NullType;
198
- outline: import("@elaraai/east").NullType;
195
+ readonly style: OptionType<StructType<{
196
+ readonly variant: OptionType<import("@elaraai/east").VariantType<{
197
+ readonly line: import("@elaraai/east").NullType;
198
+ readonly outline: import("@elaraai/east").NullType;
199
199
  }>>;
200
- size: OptionType<import("@elaraai/east").VariantType<{
201
- sm: import("@elaraai/east").NullType;
202
- md: import("@elaraai/east").NullType;
203
- lg: import("@elaraai/east").NullType;
200
+ readonly size: OptionType<import("@elaraai/east").VariantType<{
201
+ readonly sm: import("@elaraai/east").NullType;
202
+ readonly md: import("@elaraai/east").NullType;
203
+ readonly lg: import("@elaraai/east").NullType;
204
204
  }>>;
205
- striped: OptionType<import("@elaraai/east").BooleanType>;
206
- interactive: OptionType<import("@elaraai/east").BooleanType>;
207
- stickyHeader: OptionType<import("@elaraai/east").BooleanType>;
208
- showColumnBorder: OptionType<import("@elaraai/east").BooleanType>;
209
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
210
- gray: import("@elaraai/east").NullType;
211
- red: import("@elaraai/east").NullType;
212
- orange: import("@elaraai/east").NullType;
213
- yellow: import("@elaraai/east").NullType;
214
- green: import("@elaraai/east").NullType;
215
- teal: import("@elaraai/east").NullType;
216
- blue: import("@elaraai/east").NullType;
217
- cyan: import("@elaraai/east").NullType;
218
- purple: import("@elaraai/east").NullType;
219
- pink: import("@elaraai/east").NullType;
205
+ readonly striped: OptionType<import("@elaraai/east").BooleanType>;
206
+ readonly interactive: OptionType<import("@elaraai/east").BooleanType>;
207
+ readonly stickyHeader: OptionType<import("@elaraai/east").BooleanType>;
208
+ readonly showColumnBorder: OptionType<import("@elaraai/east").BooleanType>;
209
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
210
+ readonly gray: import("@elaraai/east").NullType;
211
+ readonly red: import("@elaraai/east").NullType;
212
+ readonly orange: import("@elaraai/east").NullType;
213
+ readonly yellow: import("@elaraai/east").NullType;
214
+ readonly green: import("@elaraai/east").NullType;
215
+ readonly teal: import("@elaraai/east").NullType;
216
+ readonly blue: import("@elaraai/east").NullType;
217
+ readonly cyan: import("@elaraai/east").NullType;
218
+ readonly purple: import("@elaraai/east").NullType;
219
+ readonly pink: import("@elaraai/east").NullType;
220
220
  }>>;
221
- showToday: OptionType<import("@elaraai/east").BooleanType>;
222
- dragStep: OptionType<import("@elaraai/east").VariantType<{
223
- minutes: FloatType;
224
- hours: FloatType;
225
- days: FloatType;
226
- weeks: FloatType;
227
- months: FloatType;
221
+ readonly showToday: OptionType<import("@elaraai/east").BooleanType>;
222
+ readonly dragStep: OptionType<import("@elaraai/east").VariantType<{
223
+ readonly minutes: FloatType;
224
+ readonly hours: FloatType;
225
+ readonly days: FloatType;
226
+ readonly weeks: FloatType;
227
+ readonly months: FloatType;
228
228
  }>>;
229
- durationStep: OptionType<import("@elaraai/east").VariantType<{
230
- minutes: FloatType;
231
- hours: FloatType;
232
- days: FloatType;
233
- weeks: FloatType;
234
- months: FloatType;
229
+ readonly durationStep: OptionType<import("@elaraai/east").VariantType<{
230
+ readonly minutes: FloatType;
231
+ readonly hours: FloatType;
232
+ readonly days: FloatType;
233
+ readonly weeks: FloatType;
234
+ readonly months: FloatType;
235
235
  }>>;
236
- onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
237
- rowIndex: import("@elaraai/east").IntegerType;
238
- columnKey: StringType;
239
- cellValue: import("@elaraai/east").VariantType<{
240
- Null: import("@elaraai/east").NullType;
241
- Boolean: import("@elaraai/east").BooleanType;
242
- Integer: import("@elaraai/east").IntegerType;
243
- Float: FloatType;
244
- String: StringType;
245
- DateTime: DateTimeType;
246
- Blob: import("@elaraai/east").BlobType;
236
+ readonly onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
237
+ readonly rowIndex: import("@elaraai/east").IntegerType;
238
+ readonly columnKey: StringType;
239
+ readonly cellValue: import("@elaraai/east").VariantType<{
240
+ readonly Null: import("@elaraai/east").NullType;
241
+ readonly Boolean: import("@elaraai/east").BooleanType;
242
+ readonly Integer: import("@elaraai/east").IntegerType;
243
+ readonly Float: FloatType;
244
+ readonly String: StringType;
245
+ readonly DateTime: DateTimeType;
246
+ readonly Blob: import("@elaraai/east").BlobType;
247
247
  }>;
248
248
  }>], import("@elaraai/east").NullType>>;
249
- onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
250
- rowIndex: import("@elaraai/east").IntegerType;
251
- columnKey: StringType;
252
- cellValue: import("@elaraai/east").VariantType<{
253
- Null: import("@elaraai/east").NullType;
254
- Boolean: import("@elaraai/east").BooleanType;
255
- Integer: import("@elaraai/east").IntegerType;
256
- Float: FloatType;
257
- String: StringType;
258
- DateTime: DateTimeType;
259
- Blob: import("@elaraai/east").BlobType;
249
+ readonly onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
250
+ readonly rowIndex: import("@elaraai/east").IntegerType;
251
+ readonly columnKey: StringType;
252
+ readonly cellValue: import("@elaraai/east").VariantType<{
253
+ readonly Null: import("@elaraai/east").NullType;
254
+ readonly Boolean: import("@elaraai/east").BooleanType;
255
+ readonly Integer: import("@elaraai/east").IntegerType;
256
+ readonly Float: FloatType;
257
+ readonly String: StringType;
258
+ readonly DateTime: DateTimeType;
259
+ readonly Blob: import("@elaraai/east").BlobType;
260
260
  }>;
261
261
  }>], import("@elaraai/east").NullType>>;
262
- onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
263
- rowIndex: import("@elaraai/east").IntegerType;
262
+ readonly onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
263
+ readonly rowIndex: import("@elaraai/east").IntegerType;
264
264
  }>], import("@elaraai/east").NullType>>;
265
- onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
266
- rowIndex: import("@elaraai/east").IntegerType;
265
+ readonly onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
266
+ readonly rowIndex: import("@elaraai/east").IntegerType;
267
267
  }>], import("@elaraai/east").NullType>>;
268
- onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
269
- columnKey: StringType;
270
- sortIndex: import("@elaraai/east").IntegerType;
271
- sortDirection: import("@elaraai/east").VariantType<{
272
- asc: import("@elaraai/east").NullType;
273
- desc: import("@elaraai/east").NullType;
268
+ readonly onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
269
+ readonly columnKey: StringType;
270
+ readonly sortIndex: import("@elaraai/east").IntegerType;
271
+ readonly sortDirection: import("@elaraai/east").VariantType<{
272
+ readonly asc: import("@elaraai/east").NullType;
273
+ readonly desc: import("@elaraai/east").NullType;
274
274
  }>;
275
275
  }>], import("@elaraai/east").NullType>>;
276
- onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
277
- rowIndex: import("@elaraai/east").IntegerType;
278
- taskIndex: import("@elaraai/east").IntegerType;
279
- taskStart: DateTimeType;
280
- taskEnd: DateTimeType;
276
+ readonly onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
277
+ readonly rowIndex: import("@elaraai/east").IntegerType;
278
+ readonly taskIndex: import("@elaraai/east").IntegerType;
279
+ readonly taskStart: DateTimeType;
280
+ readonly taskEnd: DateTimeType;
281
281
  }>], import("@elaraai/east").NullType>>;
282
- onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
283
- rowIndex: import("@elaraai/east").IntegerType;
284
- taskIndex: import("@elaraai/east").IntegerType;
285
- taskStart: DateTimeType;
286
- taskEnd: DateTimeType;
282
+ readonly onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
283
+ readonly rowIndex: import("@elaraai/east").IntegerType;
284
+ readonly taskIndex: import("@elaraai/east").IntegerType;
285
+ readonly taskStart: DateTimeType;
286
+ readonly taskEnd: DateTimeType;
287
287
  }>], import("@elaraai/east").NullType>>;
288
- onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
289
- rowIndex: import("@elaraai/east").IntegerType;
290
- taskIndex: import("@elaraai/east").IntegerType;
291
- previousStart: DateTimeType;
292
- previousEnd: DateTimeType;
293
- newStart: DateTimeType;
294
- newEnd: DateTimeType;
288
+ readonly onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
289
+ readonly rowIndex: import("@elaraai/east").IntegerType;
290
+ readonly taskIndex: import("@elaraai/east").IntegerType;
291
+ readonly previousStart: DateTimeType;
292
+ readonly previousEnd: DateTimeType;
293
+ readonly newStart: DateTimeType;
294
+ readonly newEnd: DateTimeType;
295
295
  }>], import("@elaraai/east").NullType>>;
296
- onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
297
- rowIndex: import("@elaraai/east").IntegerType;
298
- taskIndex: import("@elaraai/east").IntegerType;
299
- previousEnd: DateTimeType;
300
- newEnd: DateTimeType;
296
+ readonly onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
297
+ readonly rowIndex: import("@elaraai/east").IntegerType;
298
+ readonly taskIndex: import("@elaraai/east").IntegerType;
299
+ readonly previousEnd: DateTimeType;
300
+ readonly newEnd: DateTimeType;
301
301
  }>], import("@elaraai/east").NullType>>;
302
- onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
303
- rowIndex: import("@elaraai/east").IntegerType;
304
- taskIndex: import("@elaraai/east").IntegerType;
305
- previousProgress: FloatType;
306
- newProgress: FloatType;
302
+ readonly onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
303
+ readonly rowIndex: import("@elaraai/east").IntegerType;
304
+ readonly taskIndex: import("@elaraai/east").IntegerType;
305
+ readonly previousProgress: FloatType;
306
+ readonly newProgress: FloatType;
307
307
  }>], import("@elaraai/east").NullType>>;
308
- onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
309
- rowIndex: import("@elaraai/east").IntegerType;
310
- milestoneIndex: import("@elaraai/east").IntegerType;
311
- milestoneDate: DateTimeType;
308
+ readonly onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
309
+ readonly rowIndex: import("@elaraai/east").IntegerType;
310
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
311
+ readonly milestoneDate: DateTimeType;
312
312
  }>], import("@elaraai/east").NullType>>;
313
- onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
314
- rowIndex: import("@elaraai/east").IntegerType;
315
- milestoneIndex: import("@elaraai/east").IntegerType;
316
- milestoneDate: DateTimeType;
313
+ readonly onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
314
+ readonly rowIndex: import("@elaraai/east").IntegerType;
315
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
316
+ readonly milestoneDate: DateTimeType;
317
317
  }>], import("@elaraai/east").NullType>>;
318
- onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
319
- rowIndex: import("@elaraai/east").IntegerType;
320
- milestoneIndex: import("@elaraai/east").IntegerType;
321
- previousDate: DateTimeType;
322
- newDate: DateTimeType;
318
+ readonly onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
319
+ readonly rowIndex: import("@elaraai/east").IntegerType;
320
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
321
+ readonly previousDate: DateTimeType;
322
+ readonly newDate: DateTimeType;
323
323
  }>], import("@elaraai/east").NullType>>;
324
324
  }>>;
325
325
  }>;
@@ -559,251 +559,251 @@ export declare const Gantt: {
559
559
  * @property style - Optional styling configuration
560
560
  */
561
561
  readonly Root: StructType<{
562
- rows: ArrayType<StructType<{
563
- cells: DictType<StringType, StructType<{
562
+ readonly rows: ArrayType<StructType<{
563
+ readonly cells: DictType<StringType, StructType<{
564
564
  value: LiteralValueType;
565
565
  content: UIComponentType;
566
566
  }>>;
567
- events: ArrayType<import("@elaraai/east").VariantType<{
568
- Task: StructType<{
569
- start: DateTimeType;
570
- end: DateTimeType;
571
- label: OptionType<StringType>;
572
- progress: OptionType<FloatType>;
573
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
574
- gray: import("@elaraai/east").NullType;
575
- red: import("@elaraai/east").NullType;
576
- orange: import("@elaraai/east").NullType;
577
- yellow: import("@elaraai/east").NullType;
578
- green: import("@elaraai/east").NullType;
579
- teal: import("@elaraai/east").NullType;
580
- blue: import("@elaraai/east").NullType;
581
- cyan: import("@elaraai/east").NullType;
582
- purple: import("@elaraai/east").NullType;
583
- pink: import("@elaraai/east").NullType;
567
+ readonly events: ArrayType<import("@elaraai/east").VariantType<{
568
+ readonly Task: StructType<{
569
+ readonly start: DateTimeType;
570
+ readonly end: DateTimeType;
571
+ readonly label: OptionType<StringType>;
572
+ readonly progress: OptionType<FloatType>;
573
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
574
+ readonly gray: import("@elaraai/east").NullType;
575
+ readonly red: import("@elaraai/east").NullType;
576
+ readonly orange: import("@elaraai/east").NullType;
577
+ readonly yellow: import("@elaraai/east").NullType;
578
+ readonly green: import("@elaraai/east").NullType;
579
+ readonly teal: import("@elaraai/east").NullType;
580
+ readonly blue: import("@elaraai/east").NullType;
581
+ readonly cyan: import("@elaraai/east").NullType;
582
+ readonly purple: import("@elaraai/east").NullType;
583
+ readonly pink: import("@elaraai/east").NullType;
584
584
  }>>;
585
585
  }>;
586
- Milestone: StructType<{
587
- date: DateTimeType;
588
- label: OptionType<StringType>;
589
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
590
- gray: import("@elaraai/east").NullType;
591
- red: import("@elaraai/east").NullType;
592
- orange: import("@elaraai/east").NullType;
593
- yellow: import("@elaraai/east").NullType;
594
- green: import("@elaraai/east").NullType;
595
- teal: import("@elaraai/east").NullType;
596
- blue: import("@elaraai/east").NullType;
597
- cyan: import("@elaraai/east").NullType;
598
- purple: import("@elaraai/east").NullType;
599
- pink: import("@elaraai/east").NullType;
586
+ readonly Milestone: StructType<{
587
+ readonly date: DateTimeType;
588
+ readonly label: OptionType<StringType>;
589
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
590
+ readonly gray: import("@elaraai/east").NullType;
591
+ readonly red: import("@elaraai/east").NullType;
592
+ readonly orange: import("@elaraai/east").NullType;
593
+ readonly yellow: import("@elaraai/east").NullType;
594
+ readonly green: import("@elaraai/east").NullType;
595
+ readonly teal: import("@elaraai/east").NullType;
596
+ readonly blue: import("@elaraai/east").NullType;
597
+ readonly cyan: import("@elaraai/east").NullType;
598
+ readonly purple: import("@elaraai/east").NullType;
599
+ readonly pink: import("@elaraai/east").NullType;
600
600
  }>>;
601
601
  }>;
602
602
  }>>;
603
603
  }>>;
604
- columns: ArrayType<StructType<{
605
- key: StringType;
606
- dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
607
- Never: import("@elaraai/east").NullType;
608
- Null: import("@elaraai/east").NullType;
609
- Boolean: import("@elaraai/east").NullType;
610
- Integer: import("@elaraai/east").NullType;
611
- Float: import("@elaraai/east").NullType;
612
- String: import("@elaraai/east").NullType;
613
- DateTime: import("@elaraai/east").NullType;
614
- Blob: import("@elaraai/east").NullType;
615
- Ref: import("@elaraai/east").RecursiveTypeMarker;
616
- Array: import("@elaraai/east").RecursiveTypeMarker;
617
- Set: import("@elaraai/east").RecursiveTypeMarker;
618
- Dict: StructType<{
619
- key: import("@elaraai/east").RecursiveTypeMarker;
620
- value: import("@elaraai/east").RecursiveTypeMarker;
604
+ readonly columns: ArrayType<StructType<{
605
+ readonly key: StringType;
606
+ readonly dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
607
+ readonly Never: import("@elaraai/east").NullType;
608
+ readonly Null: import("@elaraai/east").NullType;
609
+ readonly Boolean: import("@elaraai/east").NullType;
610
+ readonly Integer: import("@elaraai/east").NullType;
611
+ readonly Float: import("@elaraai/east").NullType;
612
+ readonly String: import("@elaraai/east").NullType;
613
+ readonly DateTime: import("@elaraai/east").NullType;
614
+ readonly Blob: import("@elaraai/east").NullType;
615
+ readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
616
+ readonly Array: import("@elaraai/east").RecursiveTypeMarker;
617
+ readonly Set: import("@elaraai/east").RecursiveTypeMarker;
618
+ readonly Dict: StructType<{
619
+ readonly key: import("@elaraai/east").RecursiveTypeMarker;
620
+ readonly value: import("@elaraai/east").RecursiveTypeMarker;
621
621
  }>;
622
- Struct: ArrayType<StructType<{
623
- name: StringType;
624
- type: import("@elaraai/east").RecursiveTypeMarker;
622
+ readonly Struct: ArrayType<StructType<{
623
+ readonly name: StringType;
624
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
625
625
  }>>;
626
- Variant: ArrayType<StructType<{
627
- name: StringType;
628
- type: import("@elaraai/east").RecursiveTypeMarker;
626
+ readonly Variant: ArrayType<StructType<{
627
+ readonly name: StringType;
628
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
629
629
  }>>;
630
- Recursive: import("@elaraai/east").IntegerType;
631
- Function: StructType<{
632
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
633
- output: import("@elaraai/east").RecursiveTypeMarker;
630
+ readonly Recursive: import("@elaraai/east").IntegerType;
631
+ readonly Function: StructType<{
632
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
633
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
634
634
  }>;
635
- AsyncFunction: StructType<{
636
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
637
- output: import("@elaraai/east").RecursiveTypeMarker;
635
+ readonly AsyncFunction: StructType<{
636
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
637
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
638
638
  }>;
639
639
  }>>;
640
- valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
641
- Never: import("@elaraai/east").NullType;
642
- Null: import("@elaraai/east").NullType;
643
- Boolean: import("@elaraai/east").NullType;
644
- Integer: import("@elaraai/east").NullType;
645
- Float: import("@elaraai/east").NullType;
646
- String: import("@elaraai/east").NullType;
647
- DateTime: import("@elaraai/east").NullType;
648
- Blob: import("@elaraai/east").NullType;
649
- Ref: import("@elaraai/east").RecursiveTypeMarker;
650
- Array: import("@elaraai/east").RecursiveTypeMarker;
651
- Set: import("@elaraai/east").RecursiveTypeMarker;
652
- Dict: StructType<{
653
- key: import("@elaraai/east").RecursiveTypeMarker;
654
- value: import("@elaraai/east").RecursiveTypeMarker;
640
+ readonly valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
641
+ readonly Never: import("@elaraai/east").NullType;
642
+ readonly Null: import("@elaraai/east").NullType;
643
+ readonly Boolean: import("@elaraai/east").NullType;
644
+ readonly Integer: import("@elaraai/east").NullType;
645
+ readonly Float: import("@elaraai/east").NullType;
646
+ readonly String: import("@elaraai/east").NullType;
647
+ readonly DateTime: import("@elaraai/east").NullType;
648
+ readonly Blob: import("@elaraai/east").NullType;
649
+ readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
650
+ readonly Array: import("@elaraai/east").RecursiveTypeMarker;
651
+ readonly Set: import("@elaraai/east").RecursiveTypeMarker;
652
+ readonly Dict: StructType<{
653
+ readonly key: import("@elaraai/east").RecursiveTypeMarker;
654
+ readonly value: import("@elaraai/east").RecursiveTypeMarker;
655
655
  }>;
656
- Struct: ArrayType<StructType<{
657
- name: StringType;
658
- type: import("@elaraai/east").RecursiveTypeMarker;
656
+ readonly Struct: ArrayType<StructType<{
657
+ readonly name: StringType;
658
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
659
659
  }>>;
660
- Variant: ArrayType<StructType<{
661
- name: StringType;
662
- type: import("@elaraai/east").RecursiveTypeMarker;
660
+ readonly Variant: ArrayType<StructType<{
661
+ readonly name: StringType;
662
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
663
663
  }>>;
664
- Recursive: import("@elaraai/east").IntegerType;
665
- Function: StructType<{
666
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
667
- output: import("@elaraai/east").RecursiveTypeMarker;
664
+ readonly Recursive: import("@elaraai/east").IntegerType;
665
+ readonly Function: StructType<{
666
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
667
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
668
668
  }>;
669
- AsyncFunction: StructType<{
670
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
671
- output: import("@elaraai/east").RecursiveTypeMarker;
669
+ readonly AsyncFunction: StructType<{
670
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
671
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
672
672
  }>;
673
673
  }>>;
674
- header: OptionType<StringType>;
675
- width: OptionType<StringType>;
676
- minWidth: OptionType<StringType>;
677
- maxWidth: OptionType<StringType>;
674
+ readonly header: OptionType<StringType>;
675
+ readonly width: OptionType<StringType>;
676
+ readonly minWidth: OptionType<StringType>;
677
+ readonly maxWidth: OptionType<StringType>;
678
678
  }>>;
679
- style: OptionType<StructType<{
680
- variant: OptionType<import("@elaraai/east").VariantType<{
681
- line: import("@elaraai/east").NullType;
682
- outline: import("@elaraai/east").NullType;
679
+ readonly style: OptionType<StructType<{
680
+ readonly variant: OptionType<import("@elaraai/east").VariantType<{
681
+ readonly line: import("@elaraai/east").NullType;
682
+ readonly outline: import("@elaraai/east").NullType;
683
683
  }>>;
684
- size: OptionType<import("@elaraai/east").VariantType<{
685
- sm: import("@elaraai/east").NullType;
686
- md: import("@elaraai/east").NullType;
687
- lg: import("@elaraai/east").NullType;
684
+ readonly size: OptionType<import("@elaraai/east").VariantType<{
685
+ readonly sm: import("@elaraai/east").NullType;
686
+ readonly md: import("@elaraai/east").NullType;
687
+ readonly lg: import("@elaraai/east").NullType;
688
688
  }>>;
689
- striped: OptionType<import("@elaraai/east").BooleanType>;
690
- interactive: OptionType<import("@elaraai/east").BooleanType>;
691
- stickyHeader: OptionType<import("@elaraai/east").BooleanType>;
692
- showColumnBorder: OptionType<import("@elaraai/east").BooleanType>;
693
- colorPalette: OptionType<import("@elaraai/east").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;
689
+ readonly striped: OptionType<import("@elaraai/east").BooleanType>;
690
+ readonly interactive: OptionType<import("@elaraai/east").BooleanType>;
691
+ readonly stickyHeader: OptionType<import("@elaraai/east").BooleanType>;
692
+ readonly showColumnBorder: OptionType<import("@elaraai/east").BooleanType>;
693
+ readonly colorPalette: OptionType<import("@elaraai/east").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
- showToday: OptionType<import("@elaraai/east").BooleanType>;
706
- dragStep: OptionType<import("@elaraai/east").VariantType<{
707
- minutes: FloatType;
708
- hours: FloatType;
709
- days: FloatType;
710
- weeks: FloatType;
711
- months: FloatType;
705
+ readonly showToday: OptionType<import("@elaraai/east").BooleanType>;
706
+ readonly dragStep: OptionType<import("@elaraai/east").VariantType<{
707
+ readonly minutes: FloatType;
708
+ readonly hours: FloatType;
709
+ readonly days: FloatType;
710
+ readonly weeks: FloatType;
711
+ readonly months: FloatType;
712
712
  }>>;
713
- durationStep: OptionType<import("@elaraai/east").VariantType<{
714
- minutes: FloatType;
715
- hours: FloatType;
716
- days: FloatType;
717
- weeks: FloatType;
718
- months: FloatType;
713
+ readonly durationStep: OptionType<import("@elaraai/east").VariantType<{
714
+ readonly minutes: FloatType;
715
+ readonly hours: FloatType;
716
+ readonly days: FloatType;
717
+ readonly weeks: FloatType;
718
+ readonly months: FloatType;
719
719
  }>>;
720
- onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
721
- rowIndex: import("@elaraai/east").IntegerType;
722
- columnKey: StringType;
723
- cellValue: import("@elaraai/east").VariantType<{
724
- Null: import("@elaraai/east").NullType;
725
- Boolean: import("@elaraai/east").BooleanType;
726
- Integer: import("@elaraai/east").IntegerType;
727
- Float: FloatType;
728
- String: StringType;
729
- DateTime: DateTimeType;
730
- Blob: import("@elaraai/east").BlobType;
720
+ readonly onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
721
+ readonly rowIndex: import("@elaraai/east").IntegerType;
722
+ readonly columnKey: StringType;
723
+ readonly cellValue: import("@elaraai/east").VariantType<{
724
+ readonly Null: import("@elaraai/east").NullType;
725
+ readonly Boolean: import("@elaraai/east").BooleanType;
726
+ readonly Integer: import("@elaraai/east").IntegerType;
727
+ readonly Float: FloatType;
728
+ readonly String: StringType;
729
+ readonly DateTime: DateTimeType;
730
+ readonly Blob: import("@elaraai/east").BlobType;
731
731
  }>;
732
732
  }>], import("@elaraai/east").NullType>>;
733
- onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
734
- rowIndex: import("@elaraai/east").IntegerType;
735
- columnKey: StringType;
736
- cellValue: import("@elaraai/east").VariantType<{
737
- Null: import("@elaraai/east").NullType;
738
- Boolean: import("@elaraai/east").BooleanType;
739
- Integer: import("@elaraai/east").IntegerType;
740
- Float: FloatType;
741
- String: StringType;
742
- DateTime: DateTimeType;
743
- Blob: import("@elaraai/east").BlobType;
733
+ readonly onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
734
+ readonly rowIndex: import("@elaraai/east").IntegerType;
735
+ readonly columnKey: StringType;
736
+ readonly cellValue: import("@elaraai/east").VariantType<{
737
+ readonly Null: import("@elaraai/east").NullType;
738
+ readonly Boolean: import("@elaraai/east").BooleanType;
739
+ readonly Integer: import("@elaraai/east").IntegerType;
740
+ readonly Float: FloatType;
741
+ readonly String: StringType;
742
+ readonly DateTime: DateTimeType;
743
+ readonly Blob: import("@elaraai/east").BlobType;
744
744
  }>;
745
745
  }>], import("@elaraai/east").NullType>>;
746
- onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
747
- rowIndex: import("@elaraai/east").IntegerType;
746
+ readonly onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
747
+ readonly rowIndex: import("@elaraai/east").IntegerType;
748
748
  }>], import("@elaraai/east").NullType>>;
749
- onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
750
- rowIndex: import("@elaraai/east").IntegerType;
749
+ readonly onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
750
+ readonly rowIndex: import("@elaraai/east").IntegerType;
751
751
  }>], import("@elaraai/east").NullType>>;
752
- onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
753
- columnKey: StringType;
754
- sortIndex: import("@elaraai/east").IntegerType;
755
- sortDirection: import("@elaraai/east").VariantType<{
756
- asc: import("@elaraai/east").NullType;
757
- desc: import("@elaraai/east").NullType;
752
+ readonly onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
753
+ readonly columnKey: StringType;
754
+ readonly sortIndex: import("@elaraai/east").IntegerType;
755
+ readonly sortDirection: import("@elaraai/east").VariantType<{
756
+ readonly asc: import("@elaraai/east").NullType;
757
+ readonly desc: import("@elaraai/east").NullType;
758
758
  }>;
759
759
  }>], import("@elaraai/east").NullType>>;
760
- onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
761
- rowIndex: import("@elaraai/east").IntegerType;
762
- taskIndex: import("@elaraai/east").IntegerType;
763
- taskStart: DateTimeType;
764
- taskEnd: DateTimeType;
760
+ readonly onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
761
+ readonly rowIndex: import("@elaraai/east").IntegerType;
762
+ readonly taskIndex: import("@elaraai/east").IntegerType;
763
+ readonly taskStart: DateTimeType;
764
+ readonly taskEnd: DateTimeType;
765
765
  }>], import("@elaraai/east").NullType>>;
766
- onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
767
- rowIndex: import("@elaraai/east").IntegerType;
768
- taskIndex: import("@elaraai/east").IntegerType;
769
- taskStart: DateTimeType;
770
- taskEnd: DateTimeType;
766
+ readonly onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
767
+ readonly rowIndex: import("@elaraai/east").IntegerType;
768
+ readonly taskIndex: import("@elaraai/east").IntegerType;
769
+ readonly taskStart: DateTimeType;
770
+ readonly taskEnd: DateTimeType;
771
771
  }>], import("@elaraai/east").NullType>>;
772
- onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
773
- rowIndex: import("@elaraai/east").IntegerType;
774
- taskIndex: import("@elaraai/east").IntegerType;
775
- previousStart: DateTimeType;
776
- previousEnd: DateTimeType;
777
- newStart: DateTimeType;
778
- newEnd: DateTimeType;
772
+ readonly onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
773
+ readonly rowIndex: import("@elaraai/east").IntegerType;
774
+ readonly taskIndex: import("@elaraai/east").IntegerType;
775
+ readonly previousStart: DateTimeType;
776
+ readonly previousEnd: DateTimeType;
777
+ readonly newStart: DateTimeType;
778
+ readonly newEnd: DateTimeType;
779
779
  }>], import("@elaraai/east").NullType>>;
780
- onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
781
- rowIndex: import("@elaraai/east").IntegerType;
782
- taskIndex: import("@elaraai/east").IntegerType;
783
- previousEnd: DateTimeType;
784
- newEnd: DateTimeType;
780
+ readonly onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
781
+ readonly rowIndex: import("@elaraai/east").IntegerType;
782
+ readonly taskIndex: import("@elaraai/east").IntegerType;
783
+ readonly previousEnd: DateTimeType;
784
+ readonly newEnd: DateTimeType;
785
785
  }>], import("@elaraai/east").NullType>>;
786
- onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
787
- rowIndex: import("@elaraai/east").IntegerType;
788
- taskIndex: import("@elaraai/east").IntegerType;
789
- previousProgress: FloatType;
790
- newProgress: FloatType;
786
+ readonly onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
787
+ readonly rowIndex: import("@elaraai/east").IntegerType;
788
+ readonly taskIndex: import("@elaraai/east").IntegerType;
789
+ readonly previousProgress: FloatType;
790
+ readonly newProgress: FloatType;
791
791
  }>], import("@elaraai/east").NullType>>;
792
- onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
793
- rowIndex: import("@elaraai/east").IntegerType;
794
- milestoneIndex: import("@elaraai/east").IntegerType;
795
- milestoneDate: DateTimeType;
792
+ readonly onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
793
+ readonly rowIndex: import("@elaraai/east").IntegerType;
794
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
795
+ readonly milestoneDate: DateTimeType;
796
796
  }>], import("@elaraai/east").NullType>>;
797
- onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
798
- rowIndex: import("@elaraai/east").IntegerType;
799
- milestoneIndex: import("@elaraai/east").IntegerType;
800
- milestoneDate: DateTimeType;
797
+ readonly onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
798
+ readonly rowIndex: import("@elaraai/east").IntegerType;
799
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
800
+ readonly milestoneDate: DateTimeType;
801
801
  }>], import("@elaraai/east").NullType>>;
802
- onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
803
- rowIndex: import("@elaraai/east").IntegerType;
804
- milestoneIndex: import("@elaraai/east").IntegerType;
805
- previousDate: DateTimeType;
806
- newDate: DateTimeType;
802
+ readonly onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
803
+ readonly rowIndex: import("@elaraai/east").IntegerType;
804
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
805
+ readonly previousDate: DateTimeType;
806
+ readonly newDate: DateTimeType;
807
807
  }>], import("@elaraai/east").NullType>>;
808
808
  }>>;
809
809
  }>;
@@ -817,43 +817,43 @@ export declare const Gantt: {
817
817
  * @property events - Array of events (Task or Milestone variants)
818
818
  */
819
819
  readonly Row: StructType<{
820
- cells: DictType<StringType, StructType<{
820
+ readonly cells: DictType<StringType, StructType<{
821
821
  value: LiteralValueType;
822
822
  content: UIComponentType;
823
823
  }>>;
824
- events: ArrayType<import("@elaraai/east").VariantType<{
825
- Task: StructType<{
826
- start: DateTimeType;
827
- end: DateTimeType;
828
- label: OptionType<StringType>;
829
- progress: OptionType<FloatType>;
830
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
831
- gray: import("@elaraai/east").NullType;
832
- red: import("@elaraai/east").NullType;
833
- orange: import("@elaraai/east").NullType;
834
- yellow: import("@elaraai/east").NullType;
835
- green: import("@elaraai/east").NullType;
836
- teal: import("@elaraai/east").NullType;
837
- blue: import("@elaraai/east").NullType;
838
- cyan: import("@elaraai/east").NullType;
839
- purple: import("@elaraai/east").NullType;
840
- pink: import("@elaraai/east").NullType;
824
+ readonly events: ArrayType<import("@elaraai/east").VariantType<{
825
+ readonly Task: StructType<{
826
+ readonly start: DateTimeType;
827
+ readonly end: DateTimeType;
828
+ readonly label: OptionType<StringType>;
829
+ readonly progress: OptionType<FloatType>;
830
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
831
+ readonly gray: import("@elaraai/east").NullType;
832
+ readonly red: import("@elaraai/east").NullType;
833
+ readonly orange: import("@elaraai/east").NullType;
834
+ readonly yellow: import("@elaraai/east").NullType;
835
+ readonly green: import("@elaraai/east").NullType;
836
+ readonly teal: import("@elaraai/east").NullType;
837
+ readonly blue: import("@elaraai/east").NullType;
838
+ readonly cyan: import("@elaraai/east").NullType;
839
+ readonly purple: import("@elaraai/east").NullType;
840
+ readonly pink: import("@elaraai/east").NullType;
841
841
  }>>;
842
842
  }>;
843
- Milestone: StructType<{
844
- date: DateTimeType;
845
- label: OptionType<StringType>;
846
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
847
- gray: import("@elaraai/east").NullType;
848
- red: import("@elaraai/east").NullType;
849
- orange: import("@elaraai/east").NullType;
850
- yellow: import("@elaraai/east").NullType;
851
- green: import("@elaraai/east").NullType;
852
- teal: import("@elaraai/east").NullType;
853
- blue: import("@elaraai/east").NullType;
854
- cyan: import("@elaraai/east").NullType;
855
- purple: import("@elaraai/east").NullType;
856
- pink: import("@elaraai/east").NullType;
843
+ readonly Milestone: StructType<{
844
+ readonly date: DateTimeType;
845
+ readonly label: OptionType<StringType>;
846
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
847
+ readonly gray: import("@elaraai/east").NullType;
848
+ readonly red: import("@elaraai/east").NullType;
849
+ readonly orange: import("@elaraai/east").NullType;
850
+ readonly yellow: import("@elaraai/east").NullType;
851
+ readonly green: import("@elaraai/east").NullType;
852
+ readonly teal: import("@elaraai/east").NullType;
853
+ readonly blue: import("@elaraai/east").NullType;
854
+ readonly cyan: import("@elaraai/east").NullType;
855
+ readonly purple: import("@elaraai/east").NullType;
856
+ readonly pink: import("@elaraai/east").NullType;
857
857
  }>>;
858
858
  }>;
859
859
  }>>;
@@ -868,38 +868,38 @@ export declare const Gantt: {
868
868
  * @property Milestone - A milestone at a specific date
869
869
  */
870
870
  readonly Event: import("@elaraai/east").VariantType<{
871
- Task: StructType<{
872
- start: DateTimeType;
873
- end: DateTimeType;
874
- label: OptionType<StringType>;
875
- progress: OptionType<FloatType>;
876
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
877
- gray: import("@elaraai/east").NullType;
878
- red: import("@elaraai/east").NullType;
879
- orange: import("@elaraai/east").NullType;
880
- yellow: import("@elaraai/east").NullType;
881
- green: import("@elaraai/east").NullType;
882
- teal: import("@elaraai/east").NullType;
883
- blue: import("@elaraai/east").NullType;
884
- cyan: import("@elaraai/east").NullType;
885
- purple: import("@elaraai/east").NullType;
886
- pink: import("@elaraai/east").NullType;
871
+ readonly Task: StructType<{
872
+ readonly start: DateTimeType;
873
+ readonly end: DateTimeType;
874
+ readonly label: OptionType<StringType>;
875
+ readonly progress: OptionType<FloatType>;
876
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
877
+ readonly gray: import("@elaraai/east").NullType;
878
+ readonly red: import("@elaraai/east").NullType;
879
+ readonly orange: import("@elaraai/east").NullType;
880
+ readonly yellow: import("@elaraai/east").NullType;
881
+ readonly green: import("@elaraai/east").NullType;
882
+ readonly teal: import("@elaraai/east").NullType;
883
+ readonly blue: import("@elaraai/east").NullType;
884
+ readonly cyan: import("@elaraai/east").NullType;
885
+ readonly purple: import("@elaraai/east").NullType;
886
+ readonly pink: import("@elaraai/east").NullType;
887
887
  }>>;
888
888
  }>;
889
- Milestone: StructType<{
890
- date: DateTimeType;
891
- label: OptionType<StringType>;
892
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
893
- gray: import("@elaraai/east").NullType;
894
- red: import("@elaraai/east").NullType;
895
- orange: import("@elaraai/east").NullType;
896
- yellow: import("@elaraai/east").NullType;
897
- green: import("@elaraai/east").NullType;
898
- teal: import("@elaraai/east").NullType;
899
- blue: import("@elaraai/east").NullType;
900
- cyan: import("@elaraai/east").NullType;
901
- purple: import("@elaraai/east").NullType;
902
- pink: import("@elaraai/east").NullType;
889
+ readonly Milestone: StructType<{
890
+ readonly date: DateTimeType;
891
+ readonly label: OptionType<StringType>;
892
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
893
+ readonly gray: import("@elaraai/east").NullType;
894
+ readonly red: import("@elaraai/east").NullType;
895
+ readonly orange: import("@elaraai/east").NullType;
896
+ readonly yellow: import("@elaraai/east").NullType;
897
+ readonly green: import("@elaraai/east").NullType;
898
+ readonly teal: import("@elaraai/east").NullType;
899
+ readonly blue: import("@elaraai/east").NullType;
900
+ readonly cyan: import("@elaraai/east").NullType;
901
+ readonly purple: import("@elaraai/east").NullType;
902
+ readonly pink: import("@elaraai/east").NullType;
903
903
  }>>;
904
904
  }>;
905
905
  }>;
@@ -916,21 +916,21 @@ export declare const Gantt: {
916
916
  * @property colorPalette - Optional color scheme for the task bar
917
917
  */
918
918
  readonly Task: StructType<{
919
- start: DateTimeType;
920
- end: DateTimeType;
921
- label: OptionType<StringType>;
922
- progress: OptionType<FloatType>;
923
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
924
- gray: import("@elaraai/east").NullType;
925
- red: import("@elaraai/east").NullType;
926
- orange: import("@elaraai/east").NullType;
927
- yellow: import("@elaraai/east").NullType;
928
- green: import("@elaraai/east").NullType;
929
- teal: import("@elaraai/east").NullType;
930
- blue: import("@elaraai/east").NullType;
931
- cyan: import("@elaraai/east").NullType;
932
- purple: import("@elaraai/east").NullType;
933
- pink: import("@elaraai/east").NullType;
919
+ readonly start: DateTimeType;
920
+ readonly end: DateTimeType;
921
+ readonly label: OptionType<StringType>;
922
+ readonly progress: OptionType<FloatType>;
923
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
924
+ readonly gray: import("@elaraai/east").NullType;
925
+ readonly red: import("@elaraai/east").NullType;
926
+ readonly orange: import("@elaraai/east").NullType;
927
+ readonly yellow: import("@elaraai/east").NullType;
928
+ readonly green: import("@elaraai/east").NullType;
929
+ readonly teal: import("@elaraai/east").NullType;
930
+ readonly blue: import("@elaraai/east").NullType;
931
+ readonly cyan: import("@elaraai/east").NullType;
932
+ readonly purple: import("@elaraai/east").NullType;
933
+ readonly pink: import("@elaraai/east").NullType;
934
934
  }>>;
935
935
  }>;
936
936
  /**
@@ -944,19 +944,19 @@ export declare const Gantt: {
944
944
  * @property colorPalette - Optional color scheme for the milestone marker
945
945
  */
946
946
  readonly Milestone: StructType<{
947
- date: DateTimeType;
948
- label: OptionType<StringType>;
949
- colorPalette: OptionType<import("@elaraai/east").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;
947
+ readonly date: DateTimeType;
948
+ readonly label: OptionType<StringType>;
949
+ readonly colorPalette: OptionType<import("@elaraai/east").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
  /**
@@ -976,133 +976,133 @@ export declare const Gantt: {
976
976
  * @property showToday - Whether to show a today marker line
977
977
  */
978
978
  readonly Style: StructType<{
979
- variant: OptionType<import("@elaraai/east").VariantType<{
980
- line: import("@elaraai/east").NullType;
981
- outline: import("@elaraai/east").NullType;
979
+ readonly variant: OptionType<import("@elaraai/east").VariantType<{
980
+ readonly line: import("@elaraai/east").NullType;
981
+ readonly outline: import("@elaraai/east").NullType;
982
982
  }>>;
983
- size: OptionType<import("@elaraai/east").VariantType<{
984
- sm: import("@elaraai/east").NullType;
985
- md: import("@elaraai/east").NullType;
986
- lg: import("@elaraai/east").NullType;
983
+ readonly size: OptionType<import("@elaraai/east").VariantType<{
984
+ readonly sm: import("@elaraai/east").NullType;
985
+ readonly md: import("@elaraai/east").NullType;
986
+ readonly lg: import("@elaraai/east").NullType;
987
987
  }>>;
988
- striped: OptionType<import("@elaraai/east").BooleanType>;
989
- interactive: OptionType<import("@elaraai/east").BooleanType>;
990
- stickyHeader: OptionType<import("@elaraai/east").BooleanType>;
991
- showColumnBorder: OptionType<import("@elaraai/east").BooleanType>;
992
- colorPalette: OptionType<import("@elaraai/east").VariantType<{
993
- gray: import("@elaraai/east").NullType;
994
- red: import("@elaraai/east").NullType;
995
- orange: import("@elaraai/east").NullType;
996
- yellow: import("@elaraai/east").NullType;
997
- green: import("@elaraai/east").NullType;
998
- teal: import("@elaraai/east").NullType;
999
- blue: import("@elaraai/east").NullType;
1000
- cyan: import("@elaraai/east").NullType;
1001
- purple: import("@elaraai/east").NullType;
1002
- pink: import("@elaraai/east").NullType;
988
+ readonly striped: OptionType<import("@elaraai/east").BooleanType>;
989
+ readonly interactive: OptionType<import("@elaraai/east").BooleanType>;
990
+ readonly stickyHeader: OptionType<import("@elaraai/east").BooleanType>;
991
+ readonly showColumnBorder: OptionType<import("@elaraai/east").BooleanType>;
992
+ readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
993
+ readonly gray: import("@elaraai/east").NullType;
994
+ readonly red: import("@elaraai/east").NullType;
995
+ readonly orange: import("@elaraai/east").NullType;
996
+ readonly yellow: import("@elaraai/east").NullType;
997
+ readonly green: import("@elaraai/east").NullType;
998
+ readonly teal: import("@elaraai/east").NullType;
999
+ readonly blue: import("@elaraai/east").NullType;
1000
+ readonly cyan: import("@elaraai/east").NullType;
1001
+ readonly purple: import("@elaraai/east").NullType;
1002
+ readonly pink: import("@elaraai/east").NullType;
1003
1003
  }>>;
1004
- showToday: OptionType<import("@elaraai/east").BooleanType>;
1005
- dragStep: OptionType<import("@elaraai/east").VariantType<{
1006
- minutes: FloatType;
1007
- hours: FloatType;
1008
- days: FloatType;
1009
- weeks: FloatType;
1010
- months: FloatType;
1004
+ readonly showToday: OptionType<import("@elaraai/east").BooleanType>;
1005
+ readonly dragStep: OptionType<import("@elaraai/east").VariantType<{
1006
+ readonly minutes: FloatType;
1007
+ readonly hours: FloatType;
1008
+ readonly days: FloatType;
1009
+ readonly weeks: FloatType;
1010
+ readonly months: FloatType;
1011
1011
  }>>;
1012
- durationStep: OptionType<import("@elaraai/east").VariantType<{
1013
- minutes: FloatType;
1014
- hours: FloatType;
1015
- days: FloatType;
1016
- weeks: FloatType;
1017
- months: FloatType;
1012
+ readonly durationStep: OptionType<import("@elaraai/east").VariantType<{
1013
+ readonly minutes: FloatType;
1014
+ readonly hours: FloatType;
1015
+ readonly days: FloatType;
1016
+ readonly weeks: FloatType;
1017
+ readonly months: FloatType;
1018
1018
  }>>;
1019
- onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1020
- rowIndex: import("@elaraai/east").IntegerType;
1021
- columnKey: StringType;
1022
- cellValue: import("@elaraai/east").VariantType<{
1023
- Null: import("@elaraai/east").NullType;
1024
- Boolean: import("@elaraai/east").BooleanType;
1025
- Integer: import("@elaraai/east").IntegerType;
1026
- Float: FloatType;
1027
- String: StringType;
1028
- DateTime: DateTimeType;
1029
- Blob: import("@elaraai/east").BlobType;
1019
+ readonly onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1020
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1021
+ readonly columnKey: StringType;
1022
+ readonly cellValue: import("@elaraai/east").VariantType<{
1023
+ readonly Null: import("@elaraai/east").NullType;
1024
+ readonly Boolean: import("@elaraai/east").BooleanType;
1025
+ readonly Integer: import("@elaraai/east").IntegerType;
1026
+ readonly Float: FloatType;
1027
+ readonly String: StringType;
1028
+ readonly DateTime: DateTimeType;
1029
+ readonly Blob: import("@elaraai/east").BlobType;
1030
1030
  }>;
1031
1031
  }>], import("@elaraai/east").NullType>>;
1032
- onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1033
- rowIndex: import("@elaraai/east").IntegerType;
1034
- columnKey: StringType;
1035
- cellValue: import("@elaraai/east").VariantType<{
1036
- Null: import("@elaraai/east").NullType;
1037
- Boolean: import("@elaraai/east").BooleanType;
1038
- Integer: import("@elaraai/east").IntegerType;
1039
- Float: FloatType;
1040
- String: StringType;
1041
- DateTime: DateTimeType;
1042
- Blob: import("@elaraai/east").BlobType;
1032
+ readonly onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1033
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1034
+ readonly columnKey: StringType;
1035
+ readonly cellValue: import("@elaraai/east").VariantType<{
1036
+ readonly Null: import("@elaraai/east").NullType;
1037
+ readonly Boolean: import("@elaraai/east").BooleanType;
1038
+ readonly Integer: import("@elaraai/east").IntegerType;
1039
+ readonly Float: FloatType;
1040
+ readonly String: StringType;
1041
+ readonly DateTime: DateTimeType;
1042
+ readonly Blob: import("@elaraai/east").BlobType;
1043
1043
  }>;
1044
1044
  }>], import("@elaraai/east").NullType>>;
1045
- onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1046
- rowIndex: import("@elaraai/east").IntegerType;
1045
+ readonly onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1046
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1047
1047
  }>], import("@elaraai/east").NullType>>;
1048
- onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1049
- rowIndex: import("@elaraai/east").IntegerType;
1048
+ readonly onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1049
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1050
1050
  }>], import("@elaraai/east").NullType>>;
1051
- onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1052
- columnKey: StringType;
1053
- sortIndex: import("@elaraai/east").IntegerType;
1054
- sortDirection: import("@elaraai/east").VariantType<{
1055
- asc: import("@elaraai/east").NullType;
1056
- desc: import("@elaraai/east").NullType;
1051
+ readonly onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1052
+ readonly columnKey: StringType;
1053
+ readonly sortIndex: import("@elaraai/east").IntegerType;
1054
+ readonly sortDirection: import("@elaraai/east").VariantType<{
1055
+ readonly asc: import("@elaraai/east").NullType;
1056
+ readonly desc: import("@elaraai/east").NullType;
1057
1057
  }>;
1058
1058
  }>], import("@elaraai/east").NullType>>;
1059
- onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1060
- rowIndex: import("@elaraai/east").IntegerType;
1061
- taskIndex: import("@elaraai/east").IntegerType;
1062
- taskStart: DateTimeType;
1063
- taskEnd: DateTimeType;
1059
+ readonly onTaskClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1060
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1061
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1062
+ readonly taskStart: DateTimeType;
1063
+ readonly taskEnd: DateTimeType;
1064
1064
  }>], import("@elaraai/east").NullType>>;
1065
- onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1066
- rowIndex: import("@elaraai/east").IntegerType;
1067
- taskIndex: import("@elaraai/east").IntegerType;
1068
- taskStart: DateTimeType;
1069
- taskEnd: DateTimeType;
1065
+ readonly onTaskDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1066
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1067
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1068
+ readonly taskStart: DateTimeType;
1069
+ readonly taskEnd: DateTimeType;
1070
1070
  }>], import("@elaraai/east").NullType>>;
1071
- onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1072
- rowIndex: import("@elaraai/east").IntegerType;
1073
- taskIndex: import("@elaraai/east").IntegerType;
1074
- previousStart: DateTimeType;
1075
- previousEnd: DateTimeType;
1076
- newStart: DateTimeType;
1077
- newEnd: DateTimeType;
1071
+ readonly onTaskDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1072
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1073
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1074
+ readonly previousStart: DateTimeType;
1075
+ readonly previousEnd: DateTimeType;
1076
+ readonly newStart: DateTimeType;
1077
+ readonly newEnd: DateTimeType;
1078
1078
  }>], import("@elaraai/east").NullType>>;
1079
- onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1080
- rowIndex: import("@elaraai/east").IntegerType;
1081
- taskIndex: import("@elaraai/east").IntegerType;
1082
- previousEnd: DateTimeType;
1083
- newEnd: DateTimeType;
1079
+ readonly onTaskDurationChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1080
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1081
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1082
+ readonly previousEnd: DateTimeType;
1083
+ readonly newEnd: DateTimeType;
1084
1084
  }>], import("@elaraai/east").NullType>>;
1085
- onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1086
- rowIndex: import("@elaraai/east").IntegerType;
1087
- taskIndex: import("@elaraai/east").IntegerType;
1088
- previousProgress: FloatType;
1089
- newProgress: FloatType;
1085
+ readonly onTaskProgressChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1086
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1087
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1088
+ readonly previousProgress: FloatType;
1089
+ readonly newProgress: FloatType;
1090
1090
  }>], import("@elaraai/east").NullType>>;
1091
- onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1092
- rowIndex: import("@elaraai/east").IntegerType;
1093
- milestoneIndex: import("@elaraai/east").IntegerType;
1094
- milestoneDate: DateTimeType;
1091
+ readonly onMilestoneClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1092
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1093
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
1094
+ readonly milestoneDate: DateTimeType;
1095
1095
  }>], import("@elaraai/east").NullType>>;
1096
- onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1097
- rowIndex: import("@elaraai/east").IntegerType;
1098
- milestoneIndex: import("@elaraai/east").IntegerType;
1099
- milestoneDate: DateTimeType;
1096
+ readonly onMilestoneDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1097
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1098
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
1099
+ readonly milestoneDate: DateTimeType;
1100
1100
  }>], import("@elaraai/east").NullType>>;
1101
- onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1102
- rowIndex: import("@elaraai/east").IntegerType;
1103
- milestoneIndex: import("@elaraai/east").IntegerType;
1104
- previousDate: DateTimeType;
1105
- newDate: DateTimeType;
1101
+ readonly onMilestoneDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
1102
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1103
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
1104
+ readonly previousDate: DateTimeType;
1105
+ readonly newDate: DateTimeType;
1106
1106
  }>], import("@elaraai/east").NullType>>;
1107
1107
  }>;
1108
1108
  /**
@@ -1116,79 +1116,79 @@ export declare const Gantt: {
1116
1116
  * @property header - Optional header text for the column
1117
1117
  */
1118
1118
  readonly Column: StructType<{
1119
- key: StringType;
1120
- dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
1121
- Never: import("@elaraai/east").NullType;
1122
- Null: import("@elaraai/east").NullType;
1123
- Boolean: import("@elaraai/east").NullType;
1124
- Integer: import("@elaraai/east").NullType;
1125
- Float: import("@elaraai/east").NullType;
1126
- String: import("@elaraai/east").NullType;
1127
- DateTime: import("@elaraai/east").NullType;
1128
- Blob: import("@elaraai/east").NullType;
1129
- Ref: import("@elaraai/east").RecursiveTypeMarker;
1130
- Array: import("@elaraai/east").RecursiveTypeMarker;
1131
- Set: import("@elaraai/east").RecursiveTypeMarker;
1132
- Dict: StructType<{
1133
- key: import("@elaraai/east").RecursiveTypeMarker;
1134
- value: import("@elaraai/east").RecursiveTypeMarker;
1119
+ readonly key: StringType;
1120
+ readonly dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
1121
+ readonly Never: import("@elaraai/east").NullType;
1122
+ readonly Null: import("@elaraai/east").NullType;
1123
+ readonly Boolean: import("@elaraai/east").NullType;
1124
+ readonly Integer: import("@elaraai/east").NullType;
1125
+ readonly Float: import("@elaraai/east").NullType;
1126
+ readonly String: import("@elaraai/east").NullType;
1127
+ readonly DateTime: import("@elaraai/east").NullType;
1128
+ readonly Blob: import("@elaraai/east").NullType;
1129
+ readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
1130
+ readonly Array: import("@elaraai/east").RecursiveTypeMarker;
1131
+ readonly Set: import("@elaraai/east").RecursiveTypeMarker;
1132
+ readonly Dict: StructType<{
1133
+ readonly key: import("@elaraai/east").RecursiveTypeMarker;
1134
+ readonly value: import("@elaraai/east").RecursiveTypeMarker;
1135
1135
  }>;
1136
- Struct: ArrayType<StructType<{
1137
- name: StringType;
1138
- type: import("@elaraai/east").RecursiveTypeMarker;
1136
+ readonly Struct: ArrayType<StructType<{
1137
+ readonly name: StringType;
1138
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
1139
1139
  }>>;
1140
- Variant: ArrayType<StructType<{
1141
- name: StringType;
1142
- type: import("@elaraai/east").RecursiveTypeMarker;
1140
+ readonly Variant: ArrayType<StructType<{
1141
+ readonly name: StringType;
1142
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
1143
1143
  }>>;
1144
- Recursive: import("@elaraai/east").IntegerType;
1145
- Function: StructType<{
1146
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
1147
- output: import("@elaraai/east").RecursiveTypeMarker;
1144
+ readonly Recursive: import("@elaraai/east").IntegerType;
1145
+ readonly Function: StructType<{
1146
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
1147
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
1148
1148
  }>;
1149
- AsyncFunction: StructType<{
1150
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
1151
- output: import("@elaraai/east").RecursiveTypeMarker;
1149
+ readonly AsyncFunction: StructType<{
1150
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
1151
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
1152
1152
  }>;
1153
1153
  }>>;
1154
- valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
1155
- Never: import("@elaraai/east").NullType;
1156
- Null: import("@elaraai/east").NullType;
1157
- Boolean: import("@elaraai/east").NullType;
1158
- Integer: import("@elaraai/east").NullType;
1159
- Float: import("@elaraai/east").NullType;
1160
- String: import("@elaraai/east").NullType;
1161
- DateTime: import("@elaraai/east").NullType;
1162
- Blob: import("@elaraai/east").NullType;
1163
- Ref: import("@elaraai/east").RecursiveTypeMarker;
1164
- Array: import("@elaraai/east").RecursiveTypeMarker;
1165
- Set: import("@elaraai/east").RecursiveTypeMarker;
1166
- Dict: StructType<{
1167
- key: import("@elaraai/east").RecursiveTypeMarker;
1168
- value: import("@elaraai/east").RecursiveTypeMarker;
1154
+ readonly valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
1155
+ readonly Never: import("@elaraai/east").NullType;
1156
+ readonly Null: import("@elaraai/east").NullType;
1157
+ readonly Boolean: import("@elaraai/east").NullType;
1158
+ readonly Integer: import("@elaraai/east").NullType;
1159
+ readonly Float: import("@elaraai/east").NullType;
1160
+ readonly String: import("@elaraai/east").NullType;
1161
+ readonly DateTime: import("@elaraai/east").NullType;
1162
+ readonly Blob: import("@elaraai/east").NullType;
1163
+ readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
1164
+ readonly Array: import("@elaraai/east").RecursiveTypeMarker;
1165
+ readonly Set: import("@elaraai/east").RecursiveTypeMarker;
1166
+ readonly Dict: StructType<{
1167
+ readonly key: import("@elaraai/east").RecursiveTypeMarker;
1168
+ readonly value: import("@elaraai/east").RecursiveTypeMarker;
1169
1169
  }>;
1170
- Struct: ArrayType<StructType<{
1171
- name: StringType;
1172
- type: import("@elaraai/east").RecursiveTypeMarker;
1170
+ readonly Struct: ArrayType<StructType<{
1171
+ readonly name: StringType;
1172
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
1173
1173
  }>>;
1174
- Variant: ArrayType<StructType<{
1175
- name: StringType;
1176
- type: import("@elaraai/east").RecursiveTypeMarker;
1174
+ readonly Variant: ArrayType<StructType<{
1175
+ readonly name: StringType;
1176
+ readonly type: import("@elaraai/east").RecursiveTypeMarker;
1177
1177
  }>>;
1178
- Recursive: import("@elaraai/east").IntegerType;
1179
- Function: StructType<{
1180
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
1181
- output: import("@elaraai/east").RecursiveTypeMarker;
1178
+ readonly Recursive: import("@elaraai/east").IntegerType;
1179
+ readonly Function: StructType<{
1180
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
1181
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
1182
1182
  }>;
1183
- AsyncFunction: StructType<{
1184
- inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
1185
- output: import("@elaraai/east").RecursiveTypeMarker;
1183
+ readonly AsyncFunction: StructType<{
1184
+ readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
1185
+ readonly output: import("@elaraai/east").RecursiveTypeMarker;
1186
1186
  }>;
1187
1187
  }>>;
1188
- header: OptionType<StringType>;
1189
- width: OptionType<StringType>;
1190
- minWidth: OptionType<StringType>;
1191
- maxWidth: OptionType<StringType>;
1188
+ readonly header: OptionType<StringType>;
1189
+ readonly width: OptionType<StringType>;
1190
+ readonly minWidth: OptionType<StringType>;
1191
+ readonly maxWidth: OptionType<StringType>;
1192
1192
  }>;
1193
1193
  /**
1194
1194
  * East type for a table cell.
@@ -1212,10 +1212,10 @@ export declare const Gantt: {
1212
1212
  * @property taskEnd - End date/time of the task
1213
1213
  */
1214
1214
  readonly TaskClickEvent: StructType<{
1215
- rowIndex: import("@elaraai/east").IntegerType;
1216
- taskIndex: import("@elaraai/east").IntegerType;
1217
- taskStart: DateTimeType;
1218
- taskEnd: DateTimeType;
1215
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1216
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1217
+ readonly taskStart: DateTimeType;
1218
+ readonly taskEnd: DateTimeType;
1219
1219
  }>;
1220
1220
  /**
1221
1221
  * Event data for task drag/resize events.
@@ -1228,12 +1228,12 @@ export declare const Gantt: {
1228
1228
  * @property newEnd - New end date/time
1229
1229
  */
1230
1230
  readonly TaskDragEvent: StructType<{
1231
- rowIndex: import("@elaraai/east").IntegerType;
1232
- taskIndex: import("@elaraai/east").IntegerType;
1233
- previousStart: DateTimeType;
1234
- previousEnd: DateTimeType;
1235
- newStart: DateTimeType;
1236
- newEnd: DateTimeType;
1231
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1232
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1233
+ readonly previousStart: DateTimeType;
1234
+ readonly previousEnd: DateTimeType;
1235
+ readonly newStart: DateTimeType;
1236
+ readonly newEnd: DateTimeType;
1237
1237
  }>;
1238
1238
  /**
1239
1239
  * Event data for task progress change events.
@@ -1244,10 +1244,10 @@ export declare const Gantt: {
1244
1244
  * @property newProgress - New progress value (0-100)
1245
1245
  */
1246
1246
  readonly TaskProgressChangeEvent: StructType<{
1247
- rowIndex: import("@elaraai/east").IntegerType;
1248
- taskIndex: import("@elaraai/east").IntegerType;
1249
- previousProgress: FloatType;
1250
- newProgress: FloatType;
1247
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1248
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1249
+ readonly previousProgress: FloatType;
1250
+ readonly newProgress: FloatType;
1251
1251
  }>;
1252
1252
  /**
1253
1253
  * Event data for task duration change events.
@@ -1258,10 +1258,10 @@ export declare const Gantt: {
1258
1258
  * @property newEnd - New end date/time
1259
1259
  */
1260
1260
  readonly TaskDurationChangeEvent: StructType<{
1261
- rowIndex: import("@elaraai/east").IntegerType;
1262
- taskIndex: import("@elaraai/east").IntegerType;
1263
- previousEnd: DateTimeType;
1264
- newEnd: DateTimeType;
1261
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1262
+ readonly taskIndex: import("@elaraai/east").IntegerType;
1263
+ readonly previousEnd: DateTimeType;
1264
+ readonly newEnd: DateTimeType;
1265
1265
  }>;
1266
1266
  /**
1267
1267
  * Event data for milestone click events.
@@ -1271,9 +1271,9 @@ export declare const Gantt: {
1271
1271
  * @property milestoneDate - Date/time of the milestone
1272
1272
  */
1273
1273
  readonly MilestoneClickEvent: StructType<{
1274
- rowIndex: import("@elaraai/east").IntegerType;
1275
- milestoneIndex: import("@elaraai/east").IntegerType;
1276
- milestoneDate: DateTimeType;
1274
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1275
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
1276
+ readonly milestoneDate: DateTimeType;
1277
1277
  }>;
1278
1278
  /**
1279
1279
  * Event data for milestone drag events.
@@ -1284,10 +1284,10 @@ export declare const Gantt: {
1284
1284
  * @property newDate - New date/time of the milestone
1285
1285
  */
1286
1286
  readonly MilestoneDragEvent: StructType<{
1287
- rowIndex: import("@elaraai/east").IntegerType;
1288
- milestoneIndex: import("@elaraai/east").IntegerType;
1289
- previousDate: DateTimeType;
1290
- newDate: DateTimeType;
1287
+ readonly rowIndex: import("@elaraai/east").IntegerType;
1288
+ readonly milestoneIndex: import("@elaraai/east").IntegerType;
1289
+ readonly previousDate: DateTimeType;
1290
+ readonly newDate: DateTimeType;
1291
1291
  }>;
1292
1292
  };
1293
1293
  };