@elaraai/east-ui 0.0.1-beta.18 → 0.0.1-beta.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -15,9 +15,9 @@ export { TableVariantType, TableSizeType, type TableVariantLiteral, type TableSi
15
15
  */
16
16
  export declare const SlotModeType: VariantType<{
17
17
  /** Each event occupies exactly one slot */
18
- single: NullType;
18
+ readonly single: NullType;
19
19
  /** Events span from start to end slot (inclusive) */
20
- span: NullType;
20
+ readonly span: NullType;
21
21
  }>;
22
22
  export type SlotModeType = typeof SlotModeType;
23
23
  /**
@@ -46,47 +46,47 @@ export type SlotModeLiteral = "single" | "span";
46
46
  * @property textAlign - Optional text alignment for label
47
47
  */
48
48
  export declare const PlannerEventType: StructType<{
49
- start: FloatType;
50
- end: OptionType<FloatType>;
51
- label: OptionType<StringType>;
52
- colorPalette: OptionType<VariantType<{
53
- gray: NullType;
54
- red: NullType;
55
- orange: NullType;
56
- yellow: NullType;
57
- green: NullType;
58
- teal: NullType;
59
- blue: NullType;
60
- cyan: NullType;
61
- purple: NullType;
62
- pink: NullType;
49
+ readonly start: FloatType;
50
+ readonly end: OptionType<FloatType>;
51
+ readonly label: OptionType<StringType>;
52
+ readonly colorPalette: OptionType<VariantType<{
53
+ readonly gray: NullType;
54
+ readonly red: NullType;
55
+ readonly orange: NullType;
56
+ readonly yellow: NullType;
57
+ readonly green: NullType;
58
+ readonly teal: NullType;
59
+ readonly blue: NullType;
60
+ readonly cyan: NullType;
61
+ readonly purple: NullType;
62
+ readonly pink: NullType;
63
63
  }>>;
64
- color: OptionType<StringType>;
65
- background: OptionType<StringType>;
66
- stroke: OptionType<StringType>;
67
- opacity: OptionType<FloatType>;
68
- fontWeight: OptionType<VariantType<{
69
- normal: NullType;
70
- bold: NullType;
71
- semibold: NullType;
72
- medium: NullType;
73
- light: NullType;
64
+ readonly color: OptionType<StringType>;
65
+ readonly background: OptionType<StringType>;
66
+ readonly stroke: OptionType<StringType>;
67
+ readonly opacity: OptionType<FloatType>;
68
+ readonly fontWeight: OptionType<VariantType<{
69
+ readonly normal: NullType;
70
+ readonly bold: NullType;
71
+ readonly semibold: NullType;
72
+ readonly medium: NullType;
73
+ readonly light: NullType;
74
74
  }>>;
75
- fontStyle: OptionType<VariantType<{
76
- normal: NullType;
77
- italic: NullType;
75
+ readonly fontStyle: OptionType<VariantType<{
76
+ readonly normal: NullType;
77
+ readonly italic: NullType;
78
78
  }>>;
79
- fontSize: OptionType<VariantType<{
80
- xs: NullType;
81
- sm: NullType;
82
- md: NullType;
83
- lg: NullType;
79
+ readonly fontSize: OptionType<VariantType<{
80
+ readonly xs: NullType;
81
+ readonly sm: NullType;
82
+ readonly md: NullType;
83
+ readonly lg: NullType;
84
84
  }>>;
85
- textAlign: OptionType<VariantType<{
86
- left: NullType;
87
- center: NullType;
88
- right: NullType;
89
- justify: NullType;
85
+ readonly textAlign: OptionType<VariantType<{
86
+ readonly left: NullType;
87
+ readonly center: NullType;
88
+ readonly right: NullType;
89
+ readonly justify: NullType;
90
90
  }>>;
91
91
  }>;
92
92
  /**
@@ -102,10 +102,10 @@ export type PlannerEventType = typeof PlannerEventType;
102
102
  * @property end - End slot of the event (same as start if single-slot mode)
103
103
  */
104
104
  export declare const EventClickEventType: StructType<{
105
- rowIndex: IntegerType;
106
- eventIndex: IntegerType;
107
- start: FloatType;
108
- end: FloatType;
105
+ readonly rowIndex: IntegerType;
106
+ readonly eventIndex: IntegerType;
107
+ readonly start: FloatType;
108
+ readonly end: FloatType;
109
109
  }>;
110
110
  export type EventClickEventType = typeof EventClickEventType;
111
111
  /**
@@ -119,12 +119,12 @@ export type EventClickEventType = typeof EventClickEventType;
119
119
  * @property newEnd - New end slot
120
120
  */
121
121
  export declare const EventDragEventType: StructType<{
122
- rowIndex: IntegerType;
123
- eventIndex: IntegerType;
124
- previousStart: FloatType;
125
- previousEnd: FloatType;
126
- newStart: FloatType;
127
- newEnd: FloatType;
122
+ readonly rowIndex: IntegerType;
123
+ readonly eventIndex: IntegerType;
124
+ readonly previousStart: FloatType;
125
+ readonly previousEnd: FloatType;
126
+ readonly newStart: FloatType;
127
+ readonly newEnd: FloatType;
128
128
  }>;
129
129
  export type EventDragEventType = typeof EventDragEventType;
130
130
  /**
@@ -134,8 +134,8 @@ export type EventDragEventType = typeof EventDragEventType;
134
134
  * @property end - The end edge was dragged
135
135
  */
136
136
  export declare const ResizeEdgeType: VariantType<{
137
- start: NullType;
138
- end: NullType;
137
+ readonly start: NullType;
138
+ readonly end: NullType;
139
139
  }>;
140
140
  export type ResizeEdgeType = typeof ResizeEdgeType;
141
141
  /**
@@ -150,15 +150,15 @@ export type ResizeEdgeType = typeof ResizeEdgeType;
150
150
  * @property edge - Which edge was dragged (start or end)
151
151
  */
152
152
  export declare const EventResizeEventType: StructType<{
153
- rowIndex: IntegerType;
154
- eventIndex: IntegerType;
155
- previousStart: FloatType;
156
- previousEnd: FloatType;
157
- newStart: FloatType;
158
- newEnd: FloatType;
159
- edge: VariantType<{
160
- start: NullType;
161
- end: NullType;
153
+ readonly rowIndex: IntegerType;
154
+ readonly eventIndex: IntegerType;
155
+ readonly previousStart: FloatType;
156
+ readonly previousEnd: FloatType;
157
+ readonly newStart: FloatType;
158
+ readonly newEnd: FloatType;
159
+ readonly edge: VariantType<{
160
+ readonly start: NullType;
161
+ readonly end: NullType;
162
162
  }>;
163
163
  }>;
164
164
  export type EventResizeEventType = typeof EventResizeEventType;
@@ -169,8 +169,8 @@ export type EventResizeEventType = typeof EventResizeEventType;
169
169
  * @property slot - Slot where the event should be added
170
170
  */
171
171
  export declare const EventAddEventType: StructType<{
172
- rowIndex: IntegerType;
173
- slot: FloatType;
172
+ readonly rowIndex: IntegerType;
173
+ readonly slot: FloatType;
174
174
  }>;
175
175
  export type EventAddEventType = typeof EventAddEventType;
176
176
  /**
@@ -182,10 +182,10 @@ export type EventAddEventType = typeof EventAddEventType;
182
182
  * @property end - End slot of the event
183
183
  */
184
184
  export declare const EventDeleteEventType: StructType<{
185
- rowIndex: IntegerType;
186
- eventIndex: IntegerType;
187
- start: FloatType;
188
- end: FloatType;
185
+ readonly rowIndex: IntegerType;
186
+ readonly eventIndex: IntegerType;
187
+ readonly start: FloatType;
188
+ readonly end: FloatType;
189
189
  }>;
190
190
  export type EventDeleteEventType = typeof EventDeleteEventType;
191
191
  /**
@@ -199,22 +199,22 @@ export type EventDeleteEventType = typeof EventDeleteEventType;
199
199
  * @property colorPalette - Event color palette (if any)
200
200
  */
201
201
  export declare const EventPopoverContextType: StructType<{
202
- rowIndex: IntegerType;
203
- eventIndex: IntegerType;
204
- start: FloatType;
205
- end: FloatType;
206
- label: OptionType<StringType>;
207
- colorPalette: OptionType<VariantType<{
208
- gray: NullType;
209
- red: NullType;
210
- orange: NullType;
211
- yellow: NullType;
212
- green: NullType;
213
- teal: NullType;
214
- blue: NullType;
215
- cyan: NullType;
216
- purple: NullType;
217
- pink: NullType;
202
+ readonly rowIndex: IntegerType;
203
+ readonly eventIndex: IntegerType;
204
+ readonly start: FloatType;
205
+ readonly end: FloatType;
206
+ readonly label: OptionType<StringType>;
207
+ readonly colorPalette: OptionType<VariantType<{
208
+ readonly gray: NullType;
209
+ readonly red: NullType;
210
+ readonly orange: NullType;
211
+ readonly yellow: NullType;
212
+ readonly green: NullType;
213
+ readonly teal: NullType;
214
+ readonly blue: NullType;
215
+ readonly cyan: NullType;
216
+ readonly purple: NullType;
217
+ readonly pink: NullType;
218
218
  }>>;
219
219
  }>;
220
220
  export type EventPopoverContextType = typeof EventPopoverContextType;
@@ -233,11 +233,11 @@ export type EventPopoverContextType = typeof EventPopoverContextType;
233
233
  * @property strokeOpacity - Line opacity (0-1)
234
234
  */
235
235
  export declare const PlannerBoundaryType: StructType<{
236
- x: FloatType;
237
- stroke: OptionType<StringType>;
238
- strokeWidth: OptionType<FloatType>;
239
- strokeDash: OptionType<StringType>;
240
- strokeOpacity: OptionType<FloatType>;
236
+ readonly x: FloatType;
237
+ readonly stroke: OptionType<StringType>;
238
+ readonly strokeWidth: OptionType<FloatType>;
239
+ readonly strokeDash: OptionType<StringType>;
240
+ readonly strokeOpacity: OptionType<FloatType>;
241
241
  }>;
242
242
  /**
243
243
  * Type representing the Planner boundary structure.
@@ -301,141 +301,141 @@ export interface PlannerBoundary {
301
301
  * @property onEventDelete - Callback triggered when deleting an event (via context menu)
302
302
  */
303
303
  export declare const PlannerStyleType: StructType<{
304
- variant: OptionType<VariantType<{
305
- line: NullType;
306
- outline: NullType;
304
+ readonly variant: OptionType<VariantType<{
305
+ readonly line: NullType;
306
+ readonly outline: NullType;
307
307
  }>>;
308
- size: OptionType<VariantType<{
309
- sm: NullType;
310
- md: NullType;
311
- lg: NullType;
308
+ readonly size: OptionType<VariantType<{
309
+ readonly sm: NullType;
310
+ readonly md: NullType;
311
+ readonly lg: NullType;
312
312
  }>>;
313
- striped: OptionType<BooleanType>;
314
- interactive: OptionType<BooleanType>;
315
- stickyHeader: OptionType<BooleanType>;
316
- showColumnBorder: OptionType<BooleanType>;
317
- slotMode: OptionType<VariantType<{
313
+ readonly striped: OptionType<BooleanType>;
314
+ readonly interactive: OptionType<BooleanType>;
315
+ readonly stickyHeader: OptionType<BooleanType>;
316
+ readonly showColumnBorder: OptionType<BooleanType>;
317
+ readonly slotMode: OptionType<VariantType<{
318
318
  /** Each event occupies exactly one slot */
319
- single: NullType;
319
+ readonly single: NullType;
320
320
  /** Events span from start to end slot (inclusive) */
321
- span: NullType;
321
+ readonly span: NullType;
322
322
  }>>;
323
- minSlot: OptionType<FloatType>;
324
- maxSlot: OptionType<FloatType>;
325
- stepSize: OptionType<FloatType>;
326
- slotLabel: OptionType<FunctionType<[FloatType], StringType>>;
327
- slotMinWidth: OptionType<StringType>;
328
- colorPalette: OptionType<VariantType<{
329
- gray: NullType;
330
- red: NullType;
331
- orange: NullType;
332
- yellow: NullType;
333
- green: NullType;
334
- teal: NullType;
335
- blue: NullType;
336
- cyan: NullType;
337
- purple: NullType;
338
- pink: NullType;
323
+ readonly minSlot: OptionType<FloatType>;
324
+ readonly maxSlot: OptionType<FloatType>;
325
+ readonly stepSize: OptionType<FloatType>;
326
+ readonly slotLabel: OptionType<FunctionType<[FloatType], StringType>>;
327
+ readonly slotMinWidth: OptionType<StringType>;
328
+ readonly colorPalette: OptionType<VariantType<{
329
+ readonly gray: NullType;
330
+ readonly red: NullType;
331
+ readonly orange: NullType;
332
+ readonly yellow: NullType;
333
+ readonly green: NullType;
334
+ readonly teal: NullType;
335
+ readonly blue: NullType;
336
+ readonly cyan: NullType;
337
+ readonly purple: NullType;
338
+ readonly pink: NullType;
339
339
  }>>;
340
- readOnly: OptionType<BooleanType>;
341
- slotLineStroke: OptionType<StringType>;
342
- slotLineWidth: OptionType<FloatType>;
343
- slotLineDash: OptionType<StringType>;
344
- slotLineOpacity: OptionType<FloatType>;
345
- boundaries: OptionType<ArrayType<StructType<{
346
- x: FloatType;
347
- stroke: OptionType<StringType>;
348
- strokeWidth: OptionType<FloatType>;
349
- strokeDash: OptionType<StringType>;
350
- strokeOpacity: OptionType<FloatType>;
340
+ readonly readOnly: OptionType<BooleanType>;
341
+ readonly slotLineStroke: OptionType<StringType>;
342
+ readonly slotLineWidth: OptionType<FloatType>;
343
+ readonly slotLineDash: OptionType<StringType>;
344
+ readonly slotLineOpacity: OptionType<FloatType>;
345
+ readonly boundaries: OptionType<ArrayType<StructType<{
346
+ readonly x: FloatType;
347
+ readonly stroke: OptionType<StringType>;
348
+ readonly strokeWidth: OptionType<FloatType>;
349
+ readonly strokeDash: OptionType<StringType>;
350
+ readonly strokeOpacity: OptionType<FloatType>;
351
351
  }>>>;
352
- onCellClick: OptionType<FunctionType<[StructType<{
353
- rowIndex: IntegerType;
354
- columnKey: StringType;
355
- cellValue: VariantType<{
356
- Null: NullType;
357
- Boolean: BooleanType;
358
- Integer: IntegerType;
359
- Float: FloatType;
360
- String: StringType;
361
- DateTime: import("@elaraai/east").DateTimeType;
362
- Blob: import("@elaraai/east").BlobType;
352
+ readonly onCellClick: OptionType<FunctionType<[StructType<{
353
+ readonly rowIndex: IntegerType;
354
+ readonly columnKey: StringType;
355
+ readonly cellValue: VariantType<{
356
+ readonly Null: NullType;
357
+ readonly Boolean: BooleanType;
358
+ readonly Integer: IntegerType;
359
+ readonly Float: FloatType;
360
+ readonly String: StringType;
361
+ readonly DateTime: import("@elaraai/east").DateTimeType;
362
+ readonly Blob: import("@elaraai/east").BlobType;
363
363
  }>;
364
364
  }>], NullType>>;
365
- onCellDoubleClick: OptionType<FunctionType<[StructType<{
366
- rowIndex: IntegerType;
367
- columnKey: StringType;
368
- cellValue: VariantType<{
369
- Null: NullType;
370
- Boolean: BooleanType;
371
- Integer: IntegerType;
372
- Float: FloatType;
373
- String: StringType;
374
- DateTime: import("@elaraai/east").DateTimeType;
375
- Blob: import("@elaraai/east").BlobType;
365
+ readonly onCellDoubleClick: OptionType<FunctionType<[StructType<{
366
+ readonly rowIndex: IntegerType;
367
+ readonly columnKey: StringType;
368
+ readonly cellValue: VariantType<{
369
+ readonly Null: NullType;
370
+ readonly Boolean: BooleanType;
371
+ readonly Integer: IntegerType;
372
+ readonly Float: FloatType;
373
+ readonly String: StringType;
374
+ readonly DateTime: import("@elaraai/east").DateTimeType;
375
+ readonly Blob: import("@elaraai/east").BlobType;
376
376
  }>;
377
377
  }>], NullType>>;
378
- onRowClick: OptionType<FunctionType<[StructType<{
379
- rowIndex: IntegerType;
378
+ readonly onRowClick: OptionType<FunctionType<[StructType<{
379
+ readonly rowIndex: IntegerType;
380
380
  }>], NullType>>;
381
- onRowDoubleClick: OptionType<FunctionType<[StructType<{
382
- rowIndex: IntegerType;
381
+ readonly onRowDoubleClick: OptionType<FunctionType<[StructType<{
382
+ readonly rowIndex: IntegerType;
383
383
  }>], NullType>>;
384
- onSortChange: OptionType<FunctionType<[StructType<{
385
- columnKey: StringType;
386
- sortIndex: IntegerType;
387
- sortDirection: VariantType<{
388
- asc: NullType;
389
- desc: NullType;
384
+ readonly onSortChange: OptionType<FunctionType<[StructType<{
385
+ readonly columnKey: StringType;
386
+ readonly sortIndex: IntegerType;
387
+ readonly sortDirection: VariantType<{
388
+ readonly asc: NullType;
389
+ readonly desc: NullType;
390
390
  }>;
391
391
  }>], NullType>>;
392
- onEventClick: OptionType<FunctionType<[StructType<{
393
- rowIndex: IntegerType;
394
- eventIndex: IntegerType;
395
- start: FloatType;
396
- end: FloatType;
392
+ readonly onEventClick: OptionType<FunctionType<[StructType<{
393
+ readonly rowIndex: IntegerType;
394
+ readonly eventIndex: IntegerType;
395
+ readonly start: FloatType;
396
+ readonly end: FloatType;
397
397
  }>], NullType>>;
398
- onEventDoubleClick: OptionType<FunctionType<[StructType<{
399
- rowIndex: IntegerType;
400
- eventIndex: IntegerType;
401
- start: FloatType;
402
- end: FloatType;
398
+ readonly onEventDoubleClick: OptionType<FunctionType<[StructType<{
399
+ readonly rowIndex: IntegerType;
400
+ readonly eventIndex: IntegerType;
401
+ readonly start: FloatType;
402
+ readonly end: FloatType;
403
403
  }>], NullType>>;
404
- onEventDrag: OptionType<FunctionType<[StructType<{
405
- rowIndex: IntegerType;
406
- eventIndex: IntegerType;
407
- previousStart: FloatType;
408
- previousEnd: FloatType;
409
- newStart: FloatType;
410
- newEnd: FloatType;
404
+ readonly onEventDrag: OptionType<FunctionType<[StructType<{
405
+ readonly rowIndex: IntegerType;
406
+ readonly eventIndex: IntegerType;
407
+ readonly previousStart: FloatType;
408
+ readonly previousEnd: FloatType;
409
+ readonly newStart: FloatType;
410
+ readonly newEnd: FloatType;
411
411
  }>], NullType>>;
412
- onEventResize: OptionType<FunctionType<[StructType<{
413
- rowIndex: IntegerType;
414
- eventIndex: IntegerType;
415
- previousStart: FloatType;
416
- previousEnd: FloatType;
417
- newStart: FloatType;
418
- newEnd: FloatType;
419
- edge: VariantType<{
420
- start: NullType;
421
- end: NullType;
412
+ readonly onEventResize: OptionType<FunctionType<[StructType<{
413
+ readonly rowIndex: IntegerType;
414
+ readonly eventIndex: IntegerType;
415
+ readonly previousStart: FloatType;
416
+ readonly previousEnd: FloatType;
417
+ readonly newStart: FloatType;
418
+ readonly newEnd: FloatType;
419
+ readonly edge: VariantType<{
420
+ readonly start: NullType;
421
+ readonly end: NullType;
422
422
  }>;
423
423
  }>], NullType>>;
424
- onEventAdd: OptionType<FunctionType<[StructType<{
425
- rowIndex: IntegerType;
426
- slot: FloatType;
424
+ readonly onEventAdd: OptionType<FunctionType<[StructType<{
425
+ readonly rowIndex: IntegerType;
426
+ readonly slot: FloatType;
427
427
  }>], NullType>>;
428
- onEventEdit: OptionType<FunctionType<[StructType<{
429
- rowIndex: IntegerType;
430
- eventIndex: IntegerType;
431
- start: FloatType;
432
- end: FloatType;
428
+ readonly onEventEdit: OptionType<FunctionType<[StructType<{
429
+ readonly rowIndex: IntegerType;
430
+ readonly eventIndex: IntegerType;
431
+ readonly start: FloatType;
432
+ readonly end: FloatType;
433
433
  }>], NullType>>;
434
- onEventDelete: OptionType<FunctionType<[StructType<{
435
- rowIndex: IntegerType;
436
- eventIndex: IntegerType;
437
- start: FloatType;
438
- end: FloatType;
434
+ readonly onEventDelete: OptionType<FunctionType<[StructType<{
435
+ readonly rowIndex: IntegerType;
436
+ readonly eventIndex: IntegerType;
437
+ readonly start: FloatType;
438
+ readonly end: FloatType;
439
439
  }>], NullType>>;
440
440
  }>;
441
441
  /**