@elaraai/east-ui 0.0.1-beta.17 → 0.0.1-beta.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/buttons/button/index.d.ts +54 -54
- package/dist/src/buttons/button/types.d.ts +54 -54
- package/dist/src/buttons/icon-button/index.d.ts +55 -55
- package/dist/src/buttons/icon-button/types.d.ts +51 -51
- package/dist/src/charts/area/index.d.ts.map +1 -1
- package/dist/src/charts/area/index.js +13 -3
- package/dist/src/charts/area/index.js.map +1 -1
- package/dist/src/charts/area/types.d.ts +1464 -1454
- package/dist/src/charts/area/types.d.ts.map +1 -1
- package/dist/src/charts/area/types.js +1 -0
- package/dist/src/charts/area/types.js.map +1 -1
- package/dist/src/charts/bar/index.js +13 -3
- package/dist/src/charts/bar/index.js.map +1 -1
- package/dist/src/charts/bar/types.d.ts +736 -726
- package/dist/src/charts/bar/types.d.ts.map +1 -1
- package/dist/src/charts/bar/types.js +1 -0
- package/dist/src/charts/bar/types.js.map +1 -1
- package/dist/src/charts/bar-list/types.d.ts +168 -168
- package/dist/src/charts/bar-segment/types.d.ts +14 -14
- package/dist/src/charts/composed/index.d.ts.map +1 -1
- package/dist/src/charts/composed/index.js +12 -3
- package/dist/src/charts/composed/index.js.map +1 -1
- package/dist/src/charts/composed/types.d.ts +872 -849
- package/dist/src/charts/composed/types.d.ts.map +1 -1
- package/dist/src/charts/composed/types.js +1 -0
- package/dist/src/charts/composed/types.js.map +1 -1
- package/dist/src/charts/index.d.ts +5684 -5665
- package/dist/src/charts/index.d.ts.map +1 -1
- package/dist/src/charts/line/index.js +13 -3
- package/dist/src/charts/line/index.js.map +1 -1
- package/dist/src/charts/line/types.d.ts +750 -736
- package/dist/src/charts/line/types.d.ts.map +1 -1
- package/dist/src/charts/line/types.js +5 -1
- package/dist/src/charts/line/types.js.map +1 -1
- package/dist/src/charts/pie/types.d.ts +38 -38
- package/dist/src/charts/radar/index.d.ts.map +1 -1
- package/dist/src/charts/radar/index.js +1 -0
- package/dist/src/charts/radar/index.js.map +1 -1
- package/dist/src/charts/radar/types.d.ts +55 -54
- package/dist/src/charts/radar/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.d.ts +3 -2
- package/dist/src/charts/scatter/index.d.ts.map +1 -1
- package/dist/src/charts/scatter/index.js +13 -39
- package/dist/src/charts/scatter/index.js.map +1 -1
- package/dist/src/charts/scatter/types.d.ts +721 -711
- package/dist/src/charts/scatter/types.d.ts.map +1 -1
- package/dist/src/charts/scatter/types.js +1 -0
- package/dist/src/charts/scatter/types.js.map +1 -1
- package/dist/src/charts/sparkline/index.d.ts +9 -9
- package/dist/src/charts/sparkline/types.d.ts +9 -9
- package/dist/src/charts/types.d.ts +844 -841
- package/dist/src/charts/types.d.ts.map +1 -1
- package/dist/src/charts/types.js +5 -0
- package/dist/src/charts/types.js.map +1 -1
- package/dist/src/collections/data-list/index.d.ts +35 -35
- package/dist/src/collections/data-list/types.d.ts +5 -5
- package/dist/src/collections/gantt/index.d.ts +721 -721
- package/dist/src/collections/gantt/types.d.ts +195 -195
- package/dist/src/collections/planner/index.d.ts +255 -255
- package/dist/src/collections/planner/types.d.ts +200 -200
- package/dist/src/collections/table/index.d.ts +396 -396
- package/dist/src/collections/table/types.d.ts +145 -145
- package/dist/src/collections/tree-view/index.d.ts +583 -583
- package/dist/src/collections/tree-view/types.d.ts +21 -21
- package/dist/src/component.d.ts +7519 -7505
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/container/card/index.d.ts +24 -24
- package/dist/src/container/card/types.d.ts +24 -24
- package/dist/src/disclosure/accordion/index.d.ts +29 -29
- package/dist/src/disclosure/accordion/types.d.ts +11 -11
- package/dist/src/disclosure/carousel/index.d.ts +6 -6
- package/dist/src/disclosure/carousel/types.d.ts +6 -6
- package/dist/src/disclosure/tabs/index.d.ts +126 -126
- package/dist/src/disclosure/tabs/types.d.ts +48 -48
- package/dist/src/display/avatar/index.d.ts +22 -22
- package/dist/src/display/avatar/types.d.ts +22 -22
- package/dist/src/display/badge/index.d.ts +24 -24
- package/dist/src/display/badge/types.d.ts +24 -24
- package/dist/src/display/icon/index.d.ts +64 -64
- package/dist/src/display/icon/types.d.ts +64 -64
- package/dist/src/display/stat/index.d.ts +8 -8
- package/dist/src/display/stat/types.d.ts +8 -8
- package/dist/src/display/tag/index.d.ts +30 -30
- package/dist/src/display/tag/types.d.ts +30 -30
- package/dist/src/feedback/alert/index.d.ts +18 -18
- package/dist/src/feedback/alert/types.d.ts +18 -18
- package/dist/src/feedback/progress/index.d.ts +28 -28
- package/dist/src/feedback/progress/types.d.ts +28 -28
- package/dist/src/forms/checkbox/index.d.ts +21 -21
- package/dist/src/forms/checkbox/types.d.ts +21 -21
- package/dist/src/forms/field/index.d.ts +294 -294
- package/dist/src/forms/field/types.d.ts +579 -579
- package/dist/src/forms/file-upload/index.d.ts +27 -27
- package/dist/src/forms/file-upload/types.d.ts +35 -35
- package/dist/src/forms/input/index.d.ts +102 -102
- package/dist/src/forms/input/types.d.ts +102 -102
- package/dist/src/forms/select/index.d.ts +19 -19
- package/dist/src/forms/select/types.d.ts +19 -19
- package/dist/src/forms/slider/index.d.ts +31 -31
- package/dist/src/forms/slider/types.d.ts +31 -31
- package/dist/src/forms/switch/index.d.ts +20 -20
- package/dist/src/forms/switch/types.d.ts +20 -20
- package/dist/src/forms/tags-input/index.d.ts +41 -41
- package/dist/src/forms/tags-input/types.d.ts +41 -41
- package/dist/src/forms/textarea/index.d.ts +30 -30
- package/dist/src/forms/textarea/types.d.ts +30 -30
- package/dist/src/layout/box/index.d.ts +70 -70
- package/dist/src/layout/box/types.d.ts +62 -62
- package/dist/src/layout/flex/index.d.ts +65 -65
- package/dist/src/layout/flex/types.d.ts +57 -57
- package/dist/src/layout/grid/index.d.ts +51 -51
- package/dist/src/layout/grid/types.d.ts +56 -56
- package/dist/src/layout/separator/index.d.ts +42 -42
- package/dist/src/layout/separator/types.d.ts +17 -17
- package/dist/src/layout/splitter/index.d.ts +9 -9
- package/dist/src/layout/splitter/types.d.ts +14 -14
- package/dist/src/layout/stack/index.d.ts +63 -63
- package/dist/src/layout/stack/types.d.ts +55 -55
- package/dist/src/layout/style.d.ts +8 -8
- package/dist/src/overlays/action-bar/index.d.ts +7 -7
- package/dist/src/overlays/action-bar/types.d.ts +7 -7
- package/dist/src/overlays/dialog/index.d.ts +49 -49
- package/dist/src/overlays/dialog/types.d.ts +49 -49
- package/dist/src/overlays/drawer/index.d.ts +25 -25
- package/dist/src/overlays/drawer/types.d.ts +25 -25
- package/dist/src/overlays/hover-card/index.d.ts +38 -38
- package/dist/src/overlays/hover-card/types.d.ts +26 -26
- package/dist/src/overlays/menu/index.d.ts +32 -32
- package/dist/src/overlays/menu/types.d.ts +20 -20
- package/dist/src/overlays/popover/index.d.ts +37 -37
- package/dist/src/overlays/popover/types.d.ts +25 -25
- package/dist/src/overlays/toggle-tip/index.d.ts +27 -27
- package/dist/src/overlays/toggle-tip/types.d.ts +15 -15
- package/dist/src/overlays/tooltip/index.d.ts +26 -26
- package/dist/src/overlays/tooltip/types.d.ts +26 -26
- package/dist/src/reactive/index.d.ts.map +1 -1
- package/dist/src/reactive/index.js +2 -2
- package/dist/src/reactive/index.js.map +1 -1
- package/dist/src/style.d.ts +87 -87
- package/dist/src/typography/code/index.d.ts +14 -14
- package/dist/src/typography/code/types.d.ts +14 -14
- package/dist/src/typography/code-block/index.d.ts +36 -36
- package/dist/src/typography/code-block/types.d.ts +36 -36
- package/dist/src/typography/heading/index.d.ts +41 -41
- package/dist/src/typography/heading/types.d.ts +41 -41
- package/dist/src/typography/highlight/index.d.ts +3 -3
- package/dist/src/typography/highlight/types.d.ts +3 -3
- package/dist/src/typography/link/index.d.ts +9 -9
- package/dist/src/typography/link/types.d.ts +9 -9
- package/dist/src/typography/list/index.d.ts +8 -8
- package/dist/src/typography/list/types.d.ts +8 -8
- package/dist/src/typography/mark/index.d.ts +11 -11
- package/dist/src/typography/mark/types.d.ts +11 -11
- package/dist/src/typography/text/index.d.ts +53 -53
- package/dist/src/typography/text/types.d.ts +53 -53
- package/package.json +2 -2
|
@@ -20,11 +20,11 @@ export { TableVariantType, TableSizeType, type TableVariantLiteral, type TableSi
|
|
|
20
20
|
* @property months - Step size in months (e.g., 1 for monthly)
|
|
21
21
|
*/
|
|
22
22
|
export declare const TimeStepType: VariantType<{
|
|
23
|
-
minutes: FloatType;
|
|
24
|
-
hours: FloatType;
|
|
25
|
-
days: FloatType;
|
|
26
|
-
weeks: FloatType;
|
|
27
|
-
months: FloatType;
|
|
23
|
+
readonly minutes: FloatType;
|
|
24
|
+
readonly hours: FloatType;
|
|
25
|
+
readonly days: FloatType;
|
|
26
|
+
readonly weeks: FloatType;
|
|
27
|
+
readonly months: FloatType;
|
|
28
28
|
}>;
|
|
29
29
|
export type TimeStepType = typeof TimeStepType;
|
|
30
30
|
/**
|
|
@@ -40,21 +40,21 @@ export type TimeStepType = typeof TimeStepType;
|
|
|
40
40
|
* @property colorPalette - Optional color scheme for the task bar
|
|
41
41
|
*/
|
|
42
42
|
export declare const GanttTaskType: StructType<{
|
|
43
|
-
start: DateTimeType;
|
|
44
|
-
end: DateTimeType;
|
|
45
|
-
label: OptionType<StringType>;
|
|
46
|
-
progress: OptionType<FloatType>;
|
|
47
|
-
colorPalette: OptionType<VariantType<{
|
|
48
|
-
gray: NullType;
|
|
49
|
-
red: NullType;
|
|
50
|
-
orange: NullType;
|
|
51
|
-
yellow: NullType;
|
|
52
|
-
green: NullType;
|
|
53
|
-
teal: NullType;
|
|
54
|
-
blue: NullType;
|
|
55
|
-
cyan: NullType;
|
|
56
|
-
purple: NullType;
|
|
57
|
-
pink: NullType;
|
|
43
|
+
readonly start: DateTimeType;
|
|
44
|
+
readonly end: DateTimeType;
|
|
45
|
+
readonly label: OptionType<StringType>;
|
|
46
|
+
readonly progress: OptionType<FloatType>;
|
|
47
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
48
|
+
readonly gray: NullType;
|
|
49
|
+
readonly red: NullType;
|
|
50
|
+
readonly orange: NullType;
|
|
51
|
+
readonly yellow: NullType;
|
|
52
|
+
readonly green: NullType;
|
|
53
|
+
readonly teal: NullType;
|
|
54
|
+
readonly blue: NullType;
|
|
55
|
+
readonly cyan: NullType;
|
|
56
|
+
readonly purple: NullType;
|
|
57
|
+
readonly pink: NullType;
|
|
58
58
|
}>>;
|
|
59
59
|
}>;
|
|
60
60
|
/**
|
|
@@ -72,19 +72,19 @@ export type GanttTaskType = typeof GanttTaskType;
|
|
|
72
72
|
* @property colorPalette - Optional color scheme for the milestone marker
|
|
73
73
|
*/
|
|
74
74
|
export declare const GanttMilestoneType: StructType<{
|
|
75
|
-
date: DateTimeType;
|
|
76
|
-
label: OptionType<StringType>;
|
|
77
|
-
colorPalette: OptionType<VariantType<{
|
|
78
|
-
gray: NullType;
|
|
79
|
-
red: NullType;
|
|
80
|
-
orange: NullType;
|
|
81
|
-
yellow: NullType;
|
|
82
|
-
green: NullType;
|
|
83
|
-
teal: NullType;
|
|
84
|
-
blue: NullType;
|
|
85
|
-
cyan: NullType;
|
|
86
|
-
purple: NullType;
|
|
87
|
-
pink: NullType;
|
|
75
|
+
readonly date: DateTimeType;
|
|
76
|
+
readonly label: OptionType<StringType>;
|
|
77
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
78
|
+
readonly gray: NullType;
|
|
79
|
+
readonly red: NullType;
|
|
80
|
+
readonly orange: NullType;
|
|
81
|
+
readonly yellow: NullType;
|
|
82
|
+
readonly green: NullType;
|
|
83
|
+
readonly teal: NullType;
|
|
84
|
+
readonly blue: NullType;
|
|
85
|
+
readonly cyan: NullType;
|
|
86
|
+
readonly purple: NullType;
|
|
87
|
+
readonly pink: NullType;
|
|
88
88
|
}>>;
|
|
89
89
|
}>;
|
|
90
90
|
/**
|
|
@@ -101,38 +101,38 @@ export type GanttMilestoneType = typeof GanttMilestoneType;
|
|
|
101
101
|
* @property Milestone - A milestone at a specific date
|
|
102
102
|
*/
|
|
103
103
|
export declare const GanttEventType: VariantType<{
|
|
104
|
-
Task: StructType<{
|
|
105
|
-
start: DateTimeType;
|
|
106
|
-
end: DateTimeType;
|
|
107
|
-
label: OptionType<StringType>;
|
|
108
|
-
progress: OptionType<FloatType>;
|
|
109
|
-
colorPalette: OptionType<VariantType<{
|
|
110
|
-
gray: NullType;
|
|
111
|
-
red: NullType;
|
|
112
|
-
orange: NullType;
|
|
113
|
-
yellow: NullType;
|
|
114
|
-
green: NullType;
|
|
115
|
-
teal: NullType;
|
|
116
|
-
blue: NullType;
|
|
117
|
-
cyan: NullType;
|
|
118
|
-
purple: NullType;
|
|
119
|
-
pink: NullType;
|
|
104
|
+
readonly Task: StructType<{
|
|
105
|
+
readonly start: DateTimeType;
|
|
106
|
+
readonly end: DateTimeType;
|
|
107
|
+
readonly label: OptionType<StringType>;
|
|
108
|
+
readonly progress: OptionType<FloatType>;
|
|
109
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
110
|
+
readonly gray: NullType;
|
|
111
|
+
readonly red: NullType;
|
|
112
|
+
readonly orange: NullType;
|
|
113
|
+
readonly yellow: NullType;
|
|
114
|
+
readonly green: NullType;
|
|
115
|
+
readonly teal: NullType;
|
|
116
|
+
readonly blue: NullType;
|
|
117
|
+
readonly cyan: NullType;
|
|
118
|
+
readonly purple: NullType;
|
|
119
|
+
readonly pink: NullType;
|
|
120
120
|
}>>;
|
|
121
121
|
}>;
|
|
122
|
-
Milestone: StructType<{
|
|
123
|
-
date: DateTimeType;
|
|
124
|
-
label: OptionType<StringType>;
|
|
125
|
-
colorPalette: OptionType<VariantType<{
|
|
126
|
-
gray: NullType;
|
|
127
|
-
red: NullType;
|
|
128
|
-
orange: NullType;
|
|
129
|
-
yellow: NullType;
|
|
130
|
-
green: NullType;
|
|
131
|
-
teal: NullType;
|
|
132
|
-
blue: NullType;
|
|
133
|
-
cyan: NullType;
|
|
134
|
-
purple: NullType;
|
|
135
|
-
pink: NullType;
|
|
122
|
+
readonly Milestone: StructType<{
|
|
123
|
+
readonly date: DateTimeType;
|
|
124
|
+
readonly label: OptionType<StringType>;
|
|
125
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
126
|
+
readonly gray: NullType;
|
|
127
|
+
readonly red: NullType;
|
|
128
|
+
readonly orange: NullType;
|
|
129
|
+
readonly yellow: NullType;
|
|
130
|
+
readonly green: NullType;
|
|
131
|
+
readonly teal: NullType;
|
|
132
|
+
readonly blue: NullType;
|
|
133
|
+
readonly cyan: NullType;
|
|
134
|
+
readonly purple: NullType;
|
|
135
|
+
readonly pink: NullType;
|
|
136
136
|
}>>;
|
|
137
137
|
}>;
|
|
138
138
|
}>;
|
|
@@ -149,10 +149,10 @@ export type GanttEventType = typeof GanttEventType;
|
|
|
149
149
|
* @property taskEnd - End date/time of the task
|
|
150
150
|
*/
|
|
151
151
|
export declare const GanttTaskClickEventType: StructType<{
|
|
152
|
-
rowIndex: IntegerType;
|
|
153
|
-
taskIndex: IntegerType;
|
|
154
|
-
taskStart: DateTimeType;
|
|
155
|
-
taskEnd: DateTimeType;
|
|
152
|
+
readonly rowIndex: IntegerType;
|
|
153
|
+
readonly taskIndex: IntegerType;
|
|
154
|
+
readonly taskStart: DateTimeType;
|
|
155
|
+
readonly taskEnd: DateTimeType;
|
|
156
156
|
}>;
|
|
157
157
|
export type GanttTaskClickEventType = typeof GanttTaskClickEventType;
|
|
158
158
|
/**
|
|
@@ -166,12 +166,12 @@ export type GanttTaskClickEventType = typeof GanttTaskClickEventType;
|
|
|
166
166
|
* @property newEnd - New end date/time
|
|
167
167
|
*/
|
|
168
168
|
export declare const GanttTaskDragEventType: StructType<{
|
|
169
|
-
rowIndex: IntegerType;
|
|
170
|
-
taskIndex: IntegerType;
|
|
171
|
-
previousStart: DateTimeType;
|
|
172
|
-
previousEnd: DateTimeType;
|
|
173
|
-
newStart: DateTimeType;
|
|
174
|
-
newEnd: DateTimeType;
|
|
169
|
+
readonly rowIndex: IntegerType;
|
|
170
|
+
readonly taskIndex: IntegerType;
|
|
171
|
+
readonly previousStart: DateTimeType;
|
|
172
|
+
readonly previousEnd: DateTimeType;
|
|
173
|
+
readonly newStart: DateTimeType;
|
|
174
|
+
readonly newEnd: DateTimeType;
|
|
175
175
|
}>;
|
|
176
176
|
export type GanttTaskDragEventType = typeof GanttTaskDragEventType;
|
|
177
177
|
/**
|
|
@@ -183,10 +183,10 @@ export type GanttTaskDragEventType = typeof GanttTaskDragEventType;
|
|
|
183
183
|
* @property newProgress - New progress value (0-100)
|
|
184
184
|
*/
|
|
185
185
|
export declare const GanttTaskProgressChangeEventType: StructType<{
|
|
186
|
-
rowIndex: IntegerType;
|
|
187
|
-
taskIndex: IntegerType;
|
|
188
|
-
previousProgress: FloatType;
|
|
189
|
-
newProgress: FloatType;
|
|
186
|
+
readonly rowIndex: IntegerType;
|
|
187
|
+
readonly taskIndex: IntegerType;
|
|
188
|
+
readonly previousProgress: FloatType;
|
|
189
|
+
readonly newProgress: FloatType;
|
|
190
190
|
}>;
|
|
191
191
|
export type GanttTaskProgressChangeEventType = typeof GanttTaskProgressChangeEventType;
|
|
192
192
|
/**
|
|
@@ -198,10 +198,10 @@ export type GanttTaskProgressChangeEventType = typeof GanttTaskProgressChangeEve
|
|
|
198
198
|
* @property newEnd - New end date/time
|
|
199
199
|
*/
|
|
200
200
|
export declare const GanttTaskDurationChangeEventType: StructType<{
|
|
201
|
-
rowIndex: IntegerType;
|
|
202
|
-
taskIndex: IntegerType;
|
|
203
|
-
previousEnd: DateTimeType;
|
|
204
|
-
newEnd: DateTimeType;
|
|
201
|
+
readonly rowIndex: IntegerType;
|
|
202
|
+
readonly taskIndex: IntegerType;
|
|
203
|
+
readonly previousEnd: DateTimeType;
|
|
204
|
+
readonly newEnd: DateTimeType;
|
|
205
205
|
}>;
|
|
206
206
|
export type GanttTaskDurationChangeEventType = typeof GanttTaskDurationChangeEventType;
|
|
207
207
|
/**
|
|
@@ -212,9 +212,9 @@ export type GanttTaskDurationChangeEventType = typeof GanttTaskDurationChangeEve
|
|
|
212
212
|
* @property milestoneDate - Date/time of the milestone
|
|
213
213
|
*/
|
|
214
214
|
export declare const GanttMilestoneClickEventType: StructType<{
|
|
215
|
-
rowIndex: IntegerType;
|
|
216
|
-
milestoneIndex: IntegerType;
|
|
217
|
-
milestoneDate: DateTimeType;
|
|
215
|
+
readonly rowIndex: IntegerType;
|
|
216
|
+
readonly milestoneIndex: IntegerType;
|
|
217
|
+
readonly milestoneDate: DateTimeType;
|
|
218
218
|
}>;
|
|
219
219
|
export type GanttMilestoneClickEventType = typeof GanttMilestoneClickEventType;
|
|
220
220
|
/**
|
|
@@ -226,10 +226,10 @@ export type GanttMilestoneClickEventType = typeof GanttMilestoneClickEventType;
|
|
|
226
226
|
* @property newDate - New date/time of the milestone
|
|
227
227
|
*/
|
|
228
228
|
export declare const GanttMilestoneDragEventType: StructType<{
|
|
229
|
-
rowIndex: IntegerType;
|
|
230
|
-
milestoneIndex: IntegerType;
|
|
231
|
-
previousDate: DateTimeType;
|
|
232
|
-
newDate: DateTimeType;
|
|
229
|
+
readonly rowIndex: IntegerType;
|
|
230
|
+
readonly milestoneIndex: IntegerType;
|
|
231
|
+
readonly previousDate: DateTimeType;
|
|
232
|
+
readonly newDate: DateTimeType;
|
|
233
233
|
}>;
|
|
234
234
|
export type GanttMilestoneDragEventType = typeof GanttMilestoneDragEventType;
|
|
235
235
|
/**
|
|
@@ -265,133 +265,133 @@ export type GanttMilestoneDragEventType = typeof GanttMilestoneDragEventType;
|
|
|
265
265
|
*
|
|
266
266
|
*/
|
|
267
267
|
export declare const GanttStyleType: StructType<{
|
|
268
|
-
variant: OptionType<VariantType<{
|
|
269
|
-
line: NullType;
|
|
270
|
-
outline: NullType;
|
|
268
|
+
readonly variant: OptionType<VariantType<{
|
|
269
|
+
readonly line: NullType;
|
|
270
|
+
readonly outline: NullType;
|
|
271
271
|
}>>;
|
|
272
|
-
size: OptionType<VariantType<{
|
|
273
|
-
sm: NullType;
|
|
274
|
-
md: NullType;
|
|
275
|
-
lg: NullType;
|
|
272
|
+
readonly size: OptionType<VariantType<{
|
|
273
|
+
readonly sm: NullType;
|
|
274
|
+
readonly md: NullType;
|
|
275
|
+
readonly lg: NullType;
|
|
276
276
|
}>>;
|
|
277
|
-
striped: OptionType<BooleanType>;
|
|
278
|
-
interactive: OptionType<BooleanType>;
|
|
279
|
-
stickyHeader: OptionType<BooleanType>;
|
|
280
|
-
showColumnBorder: OptionType<BooleanType>;
|
|
281
|
-
colorPalette: OptionType<VariantType<{
|
|
282
|
-
gray: NullType;
|
|
283
|
-
red: NullType;
|
|
284
|
-
orange: NullType;
|
|
285
|
-
yellow: NullType;
|
|
286
|
-
green: NullType;
|
|
287
|
-
teal: NullType;
|
|
288
|
-
blue: NullType;
|
|
289
|
-
cyan: NullType;
|
|
290
|
-
purple: NullType;
|
|
291
|
-
pink: NullType;
|
|
277
|
+
readonly striped: OptionType<BooleanType>;
|
|
278
|
+
readonly interactive: OptionType<BooleanType>;
|
|
279
|
+
readonly stickyHeader: OptionType<BooleanType>;
|
|
280
|
+
readonly showColumnBorder: OptionType<BooleanType>;
|
|
281
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
282
|
+
readonly gray: NullType;
|
|
283
|
+
readonly red: NullType;
|
|
284
|
+
readonly orange: NullType;
|
|
285
|
+
readonly yellow: NullType;
|
|
286
|
+
readonly green: NullType;
|
|
287
|
+
readonly teal: NullType;
|
|
288
|
+
readonly blue: NullType;
|
|
289
|
+
readonly cyan: NullType;
|
|
290
|
+
readonly purple: NullType;
|
|
291
|
+
readonly pink: NullType;
|
|
292
292
|
}>>;
|
|
293
|
-
showToday: OptionType<BooleanType>;
|
|
294
|
-
dragStep: OptionType<VariantType<{
|
|
295
|
-
minutes: FloatType;
|
|
296
|
-
hours: FloatType;
|
|
297
|
-
days: FloatType;
|
|
298
|
-
weeks: FloatType;
|
|
299
|
-
months: FloatType;
|
|
293
|
+
readonly showToday: OptionType<BooleanType>;
|
|
294
|
+
readonly dragStep: OptionType<VariantType<{
|
|
295
|
+
readonly minutes: FloatType;
|
|
296
|
+
readonly hours: FloatType;
|
|
297
|
+
readonly days: FloatType;
|
|
298
|
+
readonly weeks: FloatType;
|
|
299
|
+
readonly months: FloatType;
|
|
300
300
|
}>>;
|
|
301
|
-
durationStep: OptionType<VariantType<{
|
|
302
|
-
minutes: FloatType;
|
|
303
|
-
hours: FloatType;
|
|
304
|
-
days: FloatType;
|
|
305
|
-
weeks: FloatType;
|
|
306
|
-
months: FloatType;
|
|
301
|
+
readonly durationStep: OptionType<VariantType<{
|
|
302
|
+
readonly minutes: FloatType;
|
|
303
|
+
readonly hours: FloatType;
|
|
304
|
+
readonly days: FloatType;
|
|
305
|
+
readonly weeks: FloatType;
|
|
306
|
+
readonly months: FloatType;
|
|
307
307
|
}>>;
|
|
308
|
-
onCellClick: OptionType<FunctionType<[StructType<{
|
|
309
|
-
rowIndex: IntegerType;
|
|
310
|
-
columnKey: StringType;
|
|
311
|
-
cellValue: VariantType<{
|
|
312
|
-
Null: NullType;
|
|
313
|
-
Boolean: BooleanType;
|
|
314
|
-
Integer: IntegerType;
|
|
315
|
-
Float: FloatType;
|
|
316
|
-
String: StringType;
|
|
317
|
-
DateTime: DateTimeType;
|
|
318
|
-
Blob: import("@elaraai/east").BlobType;
|
|
308
|
+
readonly onCellClick: OptionType<FunctionType<[StructType<{
|
|
309
|
+
readonly rowIndex: IntegerType;
|
|
310
|
+
readonly columnKey: StringType;
|
|
311
|
+
readonly cellValue: VariantType<{
|
|
312
|
+
readonly Null: NullType;
|
|
313
|
+
readonly Boolean: BooleanType;
|
|
314
|
+
readonly Integer: IntegerType;
|
|
315
|
+
readonly Float: FloatType;
|
|
316
|
+
readonly String: StringType;
|
|
317
|
+
readonly DateTime: DateTimeType;
|
|
318
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
319
319
|
}>;
|
|
320
320
|
}>], NullType>>;
|
|
321
|
-
onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
322
|
-
rowIndex: IntegerType;
|
|
323
|
-
columnKey: StringType;
|
|
324
|
-
cellValue: VariantType<{
|
|
325
|
-
Null: NullType;
|
|
326
|
-
Boolean: BooleanType;
|
|
327
|
-
Integer: IntegerType;
|
|
328
|
-
Float: FloatType;
|
|
329
|
-
String: StringType;
|
|
330
|
-
DateTime: DateTimeType;
|
|
331
|
-
Blob: import("@elaraai/east").BlobType;
|
|
321
|
+
readonly onCellDoubleClick: OptionType<FunctionType<[StructType<{
|
|
322
|
+
readonly rowIndex: IntegerType;
|
|
323
|
+
readonly columnKey: StringType;
|
|
324
|
+
readonly cellValue: VariantType<{
|
|
325
|
+
readonly Null: NullType;
|
|
326
|
+
readonly Boolean: BooleanType;
|
|
327
|
+
readonly Integer: IntegerType;
|
|
328
|
+
readonly Float: FloatType;
|
|
329
|
+
readonly String: StringType;
|
|
330
|
+
readonly DateTime: DateTimeType;
|
|
331
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
332
332
|
}>;
|
|
333
333
|
}>], NullType>>;
|
|
334
|
-
onRowClick: OptionType<FunctionType<[StructType<{
|
|
335
|
-
rowIndex: IntegerType;
|
|
334
|
+
readonly onRowClick: OptionType<FunctionType<[StructType<{
|
|
335
|
+
readonly rowIndex: IntegerType;
|
|
336
336
|
}>], NullType>>;
|
|
337
|
-
onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
338
|
-
rowIndex: IntegerType;
|
|
337
|
+
readonly onRowDoubleClick: OptionType<FunctionType<[StructType<{
|
|
338
|
+
readonly rowIndex: IntegerType;
|
|
339
339
|
}>], NullType>>;
|
|
340
|
-
onSortChange: OptionType<FunctionType<[StructType<{
|
|
341
|
-
columnKey: StringType;
|
|
342
|
-
sortIndex: IntegerType;
|
|
343
|
-
sortDirection: VariantType<{
|
|
344
|
-
asc: NullType;
|
|
345
|
-
desc: NullType;
|
|
340
|
+
readonly onSortChange: OptionType<FunctionType<[StructType<{
|
|
341
|
+
readonly columnKey: StringType;
|
|
342
|
+
readonly sortIndex: IntegerType;
|
|
343
|
+
readonly sortDirection: VariantType<{
|
|
344
|
+
readonly asc: NullType;
|
|
345
|
+
readonly desc: NullType;
|
|
346
346
|
}>;
|
|
347
347
|
}>], NullType>>;
|
|
348
|
-
onTaskClick: OptionType<FunctionType<[StructType<{
|
|
349
|
-
rowIndex: IntegerType;
|
|
350
|
-
taskIndex: IntegerType;
|
|
351
|
-
taskStart: DateTimeType;
|
|
352
|
-
taskEnd: DateTimeType;
|
|
348
|
+
readonly onTaskClick: OptionType<FunctionType<[StructType<{
|
|
349
|
+
readonly rowIndex: IntegerType;
|
|
350
|
+
readonly taskIndex: IntegerType;
|
|
351
|
+
readonly taskStart: DateTimeType;
|
|
352
|
+
readonly taskEnd: DateTimeType;
|
|
353
353
|
}>], NullType>>;
|
|
354
|
-
onTaskDoubleClick: OptionType<FunctionType<[StructType<{
|
|
355
|
-
rowIndex: IntegerType;
|
|
356
|
-
taskIndex: IntegerType;
|
|
357
|
-
taskStart: DateTimeType;
|
|
358
|
-
taskEnd: DateTimeType;
|
|
354
|
+
readonly onTaskDoubleClick: OptionType<FunctionType<[StructType<{
|
|
355
|
+
readonly rowIndex: IntegerType;
|
|
356
|
+
readonly taskIndex: IntegerType;
|
|
357
|
+
readonly taskStart: DateTimeType;
|
|
358
|
+
readonly taskEnd: DateTimeType;
|
|
359
359
|
}>], NullType>>;
|
|
360
|
-
onTaskDrag: OptionType<FunctionType<[StructType<{
|
|
361
|
-
rowIndex: IntegerType;
|
|
362
|
-
taskIndex: IntegerType;
|
|
363
|
-
previousStart: DateTimeType;
|
|
364
|
-
previousEnd: DateTimeType;
|
|
365
|
-
newStart: DateTimeType;
|
|
366
|
-
newEnd: DateTimeType;
|
|
360
|
+
readonly onTaskDrag: OptionType<FunctionType<[StructType<{
|
|
361
|
+
readonly rowIndex: IntegerType;
|
|
362
|
+
readonly taskIndex: IntegerType;
|
|
363
|
+
readonly previousStart: DateTimeType;
|
|
364
|
+
readonly previousEnd: DateTimeType;
|
|
365
|
+
readonly newStart: DateTimeType;
|
|
366
|
+
readonly newEnd: DateTimeType;
|
|
367
367
|
}>], NullType>>;
|
|
368
|
-
onTaskDurationChange: OptionType<FunctionType<[StructType<{
|
|
369
|
-
rowIndex: IntegerType;
|
|
370
|
-
taskIndex: IntegerType;
|
|
371
|
-
previousEnd: DateTimeType;
|
|
372
|
-
newEnd: DateTimeType;
|
|
368
|
+
readonly onTaskDurationChange: OptionType<FunctionType<[StructType<{
|
|
369
|
+
readonly rowIndex: IntegerType;
|
|
370
|
+
readonly taskIndex: IntegerType;
|
|
371
|
+
readonly previousEnd: DateTimeType;
|
|
372
|
+
readonly newEnd: DateTimeType;
|
|
373
373
|
}>], NullType>>;
|
|
374
|
-
onTaskProgressChange: OptionType<FunctionType<[StructType<{
|
|
375
|
-
rowIndex: IntegerType;
|
|
376
|
-
taskIndex: IntegerType;
|
|
377
|
-
previousProgress: FloatType;
|
|
378
|
-
newProgress: FloatType;
|
|
374
|
+
readonly onTaskProgressChange: OptionType<FunctionType<[StructType<{
|
|
375
|
+
readonly rowIndex: IntegerType;
|
|
376
|
+
readonly taskIndex: IntegerType;
|
|
377
|
+
readonly previousProgress: FloatType;
|
|
378
|
+
readonly newProgress: FloatType;
|
|
379
379
|
}>], NullType>>;
|
|
380
|
-
onMilestoneClick: OptionType<FunctionType<[StructType<{
|
|
381
|
-
rowIndex: IntegerType;
|
|
382
|
-
milestoneIndex: IntegerType;
|
|
383
|
-
milestoneDate: DateTimeType;
|
|
380
|
+
readonly onMilestoneClick: OptionType<FunctionType<[StructType<{
|
|
381
|
+
readonly rowIndex: IntegerType;
|
|
382
|
+
readonly milestoneIndex: IntegerType;
|
|
383
|
+
readonly milestoneDate: DateTimeType;
|
|
384
384
|
}>], NullType>>;
|
|
385
|
-
onMilestoneDoubleClick: OptionType<FunctionType<[StructType<{
|
|
386
|
-
rowIndex: IntegerType;
|
|
387
|
-
milestoneIndex: IntegerType;
|
|
388
|
-
milestoneDate: DateTimeType;
|
|
385
|
+
readonly onMilestoneDoubleClick: OptionType<FunctionType<[StructType<{
|
|
386
|
+
readonly rowIndex: IntegerType;
|
|
387
|
+
readonly milestoneIndex: IntegerType;
|
|
388
|
+
readonly milestoneDate: DateTimeType;
|
|
389
389
|
}>], NullType>>;
|
|
390
|
-
onMilestoneDrag: OptionType<FunctionType<[StructType<{
|
|
391
|
-
rowIndex: IntegerType;
|
|
392
|
-
milestoneIndex: IntegerType;
|
|
393
|
-
previousDate: DateTimeType;
|
|
394
|
-
newDate: DateTimeType;
|
|
390
|
+
readonly onMilestoneDrag: OptionType<FunctionType<[StructType<{
|
|
391
|
+
readonly rowIndex: IntegerType;
|
|
392
|
+
readonly milestoneIndex: IntegerType;
|
|
393
|
+
readonly previousDate: DateTimeType;
|
|
394
|
+
readonly newDate: DateTimeType;
|
|
395
395
|
}>], NullType>>;
|
|
396
396
|
}>;
|
|
397
397
|
/**
|