@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
|
@@ -18,52 +18,52 @@ export { PlannerStyleType, SlotModeType, type PlannerStyle, type SlotModeLiteral
|
|
|
18
18
|
* @property events - Array of events (with optional popover content)
|
|
19
19
|
*/
|
|
20
20
|
export declare const PlannerRowType: 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<StructType<{
|
|
26
|
-
start: FloatType;
|
|
27
|
-
end: OptionType<FloatType>;
|
|
28
|
-
label: OptionType<StringType>;
|
|
29
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
30
|
-
gray: import("@elaraai/east").NullType;
|
|
31
|
-
red: import("@elaraai/east").NullType;
|
|
32
|
-
orange: import("@elaraai/east").NullType;
|
|
33
|
-
yellow: import("@elaraai/east").NullType;
|
|
34
|
-
green: import("@elaraai/east").NullType;
|
|
35
|
-
teal: import("@elaraai/east").NullType;
|
|
36
|
-
blue: import("@elaraai/east").NullType;
|
|
37
|
-
cyan: import("@elaraai/east").NullType;
|
|
38
|
-
purple: import("@elaraai/east").NullType;
|
|
39
|
-
pink: import("@elaraai/east").NullType;
|
|
25
|
+
readonly events: ArrayType<StructType<{
|
|
26
|
+
readonly start: FloatType;
|
|
27
|
+
readonly end: OptionType<FloatType>;
|
|
28
|
+
readonly label: OptionType<StringType>;
|
|
29
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
30
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
31
|
+
readonly red: import("@elaraai/east").NullType;
|
|
32
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
33
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
34
|
+
readonly green: import("@elaraai/east").NullType;
|
|
35
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
36
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
37
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
38
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
39
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
40
40
|
}>>;
|
|
41
|
-
color: OptionType<StringType>;
|
|
42
|
-
background: OptionType<StringType>;
|
|
43
|
-
stroke: OptionType<StringType>;
|
|
44
|
-
opacity: OptionType<FloatType>;
|
|
45
|
-
fontWeight: OptionType<import("@elaraai/east").VariantType<{
|
|
46
|
-
normal: import("@elaraai/east").NullType;
|
|
47
|
-
bold: import("@elaraai/east").NullType;
|
|
48
|
-
semibold: import("@elaraai/east").NullType;
|
|
49
|
-
medium: import("@elaraai/east").NullType;
|
|
50
|
-
light: import("@elaraai/east").NullType;
|
|
41
|
+
readonly color: OptionType<StringType>;
|
|
42
|
+
readonly background: OptionType<StringType>;
|
|
43
|
+
readonly stroke: OptionType<StringType>;
|
|
44
|
+
readonly opacity: OptionType<FloatType>;
|
|
45
|
+
readonly fontWeight: OptionType<import("@elaraai/east").VariantType<{
|
|
46
|
+
readonly normal: import("@elaraai/east").NullType;
|
|
47
|
+
readonly bold: import("@elaraai/east").NullType;
|
|
48
|
+
readonly semibold: import("@elaraai/east").NullType;
|
|
49
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
50
|
+
readonly light: import("@elaraai/east").NullType;
|
|
51
51
|
}>>;
|
|
52
|
-
fontStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
53
|
-
normal: import("@elaraai/east").NullType;
|
|
54
|
-
italic: import("@elaraai/east").NullType;
|
|
52
|
+
readonly fontStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
53
|
+
readonly normal: import("@elaraai/east").NullType;
|
|
54
|
+
readonly italic: import("@elaraai/east").NullType;
|
|
55
55
|
}>>;
|
|
56
|
-
fontSize: OptionType<import("@elaraai/east").VariantType<{
|
|
57
|
-
xs: import("@elaraai/east").NullType;
|
|
58
|
-
sm: import("@elaraai/east").NullType;
|
|
59
|
-
md: import("@elaraai/east").NullType;
|
|
60
|
-
lg: import("@elaraai/east").NullType;
|
|
56
|
+
readonly fontSize: OptionType<import("@elaraai/east").VariantType<{
|
|
57
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
58
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
59
|
+
readonly md: import("@elaraai/east").NullType;
|
|
60
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
61
61
|
}>>;
|
|
62
|
-
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
63
|
-
left: import("@elaraai/east").NullType;
|
|
64
|
-
center: import("@elaraai/east").NullType;
|
|
65
|
-
right: import("@elaraai/east").NullType;
|
|
66
|
-
justify: import("@elaraai/east").NullType;
|
|
62
|
+
readonly textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
63
|
+
readonly left: import("@elaraai/east").NullType;
|
|
64
|
+
readonly center: import("@elaraai/east").NullType;
|
|
65
|
+
readonly right: import("@elaraai/east").NullType;
|
|
66
|
+
readonly justify: import("@elaraai/east").NullType;
|
|
67
67
|
}>>;
|
|
68
68
|
}>>;
|
|
69
69
|
}>;
|
|
@@ -83,265 +83,265 @@ export type PlannerRowType = typeof PlannerRowType;
|
|
|
83
83
|
* @property style - Optional styling configuration
|
|
84
84
|
*/
|
|
85
85
|
export declare const PlannerRootType: StructType<{
|
|
86
|
-
rows: ArrayType<StructType<{
|
|
87
|
-
cells: DictType<StringType, StructType<{
|
|
86
|
+
readonly rows: ArrayType<StructType<{
|
|
87
|
+
readonly cells: DictType<StringType, StructType<{
|
|
88
88
|
value: LiteralValueType;
|
|
89
89
|
content: UIComponentType;
|
|
90
90
|
}>>;
|
|
91
|
-
events: ArrayType<StructType<{
|
|
92
|
-
start: FloatType;
|
|
93
|
-
end: OptionType<FloatType>;
|
|
94
|
-
label: OptionType<StringType>;
|
|
95
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
96
|
-
gray: import("@elaraai/east").NullType;
|
|
97
|
-
red: import("@elaraai/east").NullType;
|
|
98
|
-
orange: import("@elaraai/east").NullType;
|
|
99
|
-
yellow: import("@elaraai/east").NullType;
|
|
100
|
-
green: import("@elaraai/east").NullType;
|
|
101
|
-
teal: import("@elaraai/east").NullType;
|
|
102
|
-
blue: import("@elaraai/east").NullType;
|
|
103
|
-
cyan: import("@elaraai/east").NullType;
|
|
104
|
-
purple: import("@elaraai/east").NullType;
|
|
105
|
-
pink: import("@elaraai/east").NullType;
|
|
91
|
+
readonly events: ArrayType<StructType<{
|
|
92
|
+
readonly start: FloatType;
|
|
93
|
+
readonly end: OptionType<FloatType>;
|
|
94
|
+
readonly label: OptionType<StringType>;
|
|
95
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
96
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
97
|
+
readonly red: import("@elaraai/east").NullType;
|
|
98
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
99
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
100
|
+
readonly green: import("@elaraai/east").NullType;
|
|
101
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
102
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
103
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
104
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
105
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
106
106
|
}>>;
|
|
107
|
-
color: OptionType<StringType>;
|
|
108
|
-
background: OptionType<StringType>;
|
|
109
|
-
stroke: OptionType<StringType>;
|
|
110
|
-
opacity: OptionType<FloatType>;
|
|
111
|
-
fontWeight: OptionType<import("@elaraai/east").VariantType<{
|
|
112
|
-
normal: import("@elaraai/east").NullType;
|
|
113
|
-
bold: import("@elaraai/east").NullType;
|
|
114
|
-
semibold: import("@elaraai/east").NullType;
|
|
115
|
-
medium: import("@elaraai/east").NullType;
|
|
116
|
-
light: import("@elaraai/east").NullType;
|
|
107
|
+
readonly color: OptionType<StringType>;
|
|
108
|
+
readonly background: OptionType<StringType>;
|
|
109
|
+
readonly stroke: OptionType<StringType>;
|
|
110
|
+
readonly opacity: OptionType<FloatType>;
|
|
111
|
+
readonly fontWeight: OptionType<import("@elaraai/east").VariantType<{
|
|
112
|
+
readonly normal: import("@elaraai/east").NullType;
|
|
113
|
+
readonly bold: import("@elaraai/east").NullType;
|
|
114
|
+
readonly semibold: import("@elaraai/east").NullType;
|
|
115
|
+
readonly medium: import("@elaraai/east").NullType;
|
|
116
|
+
readonly light: import("@elaraai/east").NullType;
|
|
117
117
|
}>>;
|
|
118
|
-
fontStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
119
|
-
normal: import("@elaraai/east").NullType;
|
|
120
|
-
italic: import("@elaraai/east").NullType;
|
|
118
|
+
readonly fontStyle: OptionType<import("@elaraai/east").VariantType<{
|
|
119
|
+
readonly normal: import("@elaraai/east").NullType;
|
|
120
|
+
readonly italic: import("@elaraai/east").NullType;
|
|
121
121
|
}>>;
|
|
122
|
-
fontSize: OptionType<import("@elaraai/east").VariantType<{
|
|
123
|
-
xs: import("@elaraai/east").NullType;
|
|
124
|
-
sm: import("@elaraai/east").NullType;
|
|
125
|
-
md: import("@elaraai/east").NullType;
|
|
126
|
-
lg: import("@elaraai/east").NullType;
|
|
122
|
+
readonly fontSize: OptionType<import("@elaraai/east").VariantType<{
|
|
123
|
+
readonly xs: import("@elaraai/east").NullType;
|
|
124
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
125
|
+
readonly md: import("@elaraai/east").NullType;
|
|
126
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
127
127
|
}>>;
|
|
128
|
-
textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
129
|
-
left: import("@elaraai/east").NullType;
|
|
130
|
-
center: import("@elaraai/east").NullType;
|
|
131
|
-
right: import("@elaraai/east").NullType;
|
|
132
|
-
justify: import("@elaraai/east").NullType;
|
|
128
|
+
readonly textAlign: OptionType<import("@elaraai/east").VariantType<{
|
|
129
|
+
readonly left: import("@elaraai/east").NullType;
|
|
130
|
+
readonly center: import("@elaraai/east").NullType;
|
|
131
|
+
readonly right: import("@elaraai/east").NullType;
|
|
132
|
+
readonly justify: import("@elaraai/east").NullType;
|
|
133
133
|
}>>;
|
|
134
134
|
}>>;
|
|
135
135
|
}>>;
|
|
136
|
-
columns: ArrayType<StructType<{
|
|
137
|
-
key: StringType;
|
|
138
|
-
dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
139
|
-
Never: import("@elaraai/east").NullType;
|
|
140
|
-
Null: import("@elaraai/east").NullType;
|
|
141
|
-
Boolean: import("@elaraai/east").NullType;
|
|
142
|
-
Integer: import("@elaraai/east").NullType;
|
|
143
|
-
Float: import("@elaraai/east").NullType;
|
|
144
|
-
String: import("@elaraai/east").NullType;
|
|
145
|
-
DateTime: import("@elaraai/east").NullType;
|
|
146
|
-
Blob: import("@elaraai/east").NullType;
|
|
147
|
-
Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
148
|
-
Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
149
|
-
Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
150
|
-
Dict: StructType<{
|
|
151
|
-
key: import("@elaraai/east").RecursiveTypeMarker;
|
|
152
|
-
value: import("@elaraai/east").RecursiveTypeMarker;
|
|
136
|
+
readonly columns: ArrayType<StructType<{
|
|
137
|
+
readonly key: StringType;
|
|
138
|
+
readonly dataType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
139
|
+
readonly Never: import("@elaraai/east").NullType;
|
|
140
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
141
|
+
readonly Boolean: import("@elaraai/east").NullType;
|
|
142
|
+
readonly Integer: import("@elaraai/east").NullType;
|
|
143
|
+
readonly Float: import("@elaraai/east").NullType;
|
|
144
|
+
readonly String: import("@elaraai/east").NullType;
|
|
145
|
+
readonly DateTime: import("@elaraai/east").NullType;
|
|
146
|
+
readonly Blob: import("@elaraai/east").NullType;
|
|
147
|
+
readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
148
|
+
readonly Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
149
|
+
readonly Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
150
|
+
readonly Dict: StructType<{
|
|
151
|
+
readonly key: import("@elaraai/east").RecursiveTypeMarker;
|
|
152
|
+
readonly value: import("@elaraai/east").RecursiveTypeMarker;
|
|
153
153
|
}>;
|
|
154
|
-
Struct: ArrayType<StructType<{
|
|
155
|
-
name: StringType;
|
|
156
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
154
|
+
readonly Struct: ArrayType<StructType<{
|
|
155
|
+
readonly name: StringType;
|
|
156
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
157
157
|
}>>;
|
|
158
|
-
Variant: ArrayType<StructType<{
|
|
159
|
-
name: StringType;
|
|
160
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
158
|
+
readonly Variant: ArrayType<StructType<{
|
|
159
|
+
readonly name: StringType;
|
|
160
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
161
161
|
}>>;
|
|
162
|
-
Recursive: import("@elaraai/east").IntegerType;
|
|
163
|
-
Function: StructType<{
|
|
164
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
165
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
162
|
+
readonly Recursive: import("@elaraai/east").IntegerType;
|
|
163
|
+
readonly Function: StructType<{
|
|
164
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
165
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
166
166
|
}>;
|
|
167
|
-
AsyncFunction: StructType<{
|
|
168
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
169
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
167
|
+
readonly AsyncFunction: StructType<{
|
|
168
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
169
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
170
170
|
}>;
|
|
171
171
|
}>>;
|
|
172
|
-
valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
173
|
-
Never: import("@elaraai/east").NullType;
|
|
174
|
-
Null: import("@elaraai/east").NullType;
|
|
175
|
-
Boolean: import("@elaraai/east").NullType;
|
|
176
|
-
Integer: import("@elaraai/east").NullType;
|
|
177
|
-
Float: import("@elaraai/east").NullType;
|
|
178
|
-
String: import("@elaraai/east").NullType;
|
|
179
|
-
DateTime: import("@elaraai/east").NullType;
|
|
180
|
-
Blob: import("@elaraai/east").NullType;
|
|
181
|
-
Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
182
|
-
Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
183
|
-
Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
184
|
-
Dict: StructType<{
|
|
185
|
-
key: import("@elaraai/east").RecursiveTypeMarker;
|
|
186
|
-
value: import("@elaraai/east").RecursiveTypeMarker;
|
|
172
|
+
readonly valueType: import("@elaraai/east").RecursiveType<import("@elaraai/east").VariantType<{
|
|
173
|
+
readonly Never: import("@elaraai/east").NullType;
|
|
174
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
175
|
+
readonly Boolean: import("@elaraai/east").NullType;
|
|
176
|
+
readonly Integer: import("@elaraai/east").NullType;
|
|
177
|
+
readonly Float: import("@elaraai/east").NullType;
|
|
178
|
+
readonly String: import("@elaraai/east").NullType;
|
|
179
|
+
readonly DateTime: import("@elaraai/east").NullType;
|
|
180
|
+
readonly Blob: import("@elaraai/east").NullType;
|
|
181
|
+
readonly Ref: import("@elaraai/east").RecursiveTypeMarker;
|
|
182
|
+
readonly Array: import("@elaraai/east").RecursiveTypeMarker;
|
|
183
|
+
readonly Set: import("@elaraai/east").RecursiveTypeMarker;
|
|
184
|
+
readonly Dict: StructType<{
|
|
185
|
+
readonly key: import("@elaraai/east").RecursiveTypeMarker;
|
|
186
|
+
readonly value: import("@elaraai/east").RecursiveTypeMarker;
|
|
187
187
|
}>;
|
|
188
|
-
Struct: ArrayType<StructType<{
|
|
189
|
-
name: StringType;
|
|
190
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
188
|
+
readonly Struct: ArrayType<StructType<{
|
|
189
|
+
readonly name: StringType;
|
|
190
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
191
191
|
}>>;
|
|
192
|
-
Variant: ArrayType<StructType<{
|
|
193
|
-
name: StringType;
|
|
194
|
-
type: import("@elaraai/east").RecursiveTypeMarker;
|
|
192
|
+
readonly Variant: ArrayType<StructType<{
|
|
193
|
+
readonly name: StringType;
|
|
194
|
+
readonly type: import("@elaraai/east").RecursiveTypeMarker;
|
|
195
195
|
}>>;
|
|
196
|
-
Recursive: import("@elaraai/east").IntegerType;
|
|
197
|
-
Function: StructType<{
|
|
198
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
199
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
196
|
+
readonly Recursive: import("@elaraai/east").IntegerType;
|
|
197
|
+
readonly Function: StructType<{
|
|
198
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
199
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
200
200
|
}>;
|
|
201
|
-
AsyncFunction: StructType<{
|
|
202
|
-
inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
203
|
-
output: import("@elaraai/east").RecursiveTypeMarker;
|
|
201
|
+
readonly AsyncFunction: StructType<{
|
|
202
|
+
readonly inputs: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
203
|
+
readonly output: import("@elaraai/east").RecursiveTypeMarker;
|
|
204
204
|
}>;
|
|
205
205
|
}>>;
|
|
206
|
-
header: OptionType<StringType>;
|
|
207
|
-
width: OptionType<StringType>;
|
|
208
|
-
minWidth: OptionType<StringType>;
|
|
209
|
-
maxWidth: OptionType<StringType>;
|
|
206
|
+
readonly header: OptionType<StringType>;
|
|
207
|
+
readonly width: OptionType<StringType>;
|
|
208
|
+
readonly minWidth: OptionType<StringType>;
|
|
209
|
+
readonly maxWidth: OptionType<StringType>;
|
|
210
210
|
}>>;
|
|
211
|
-
style: OptionType<StructType<{
|
|
212
|
-
variant: OptionType<import("@elaraai/east").VariantType<{
|
|
213
|
-
line: import("@elaraai/east").NullType;
|
|
214
|
-
outline: import("@elaraai/east").NullType;
|
|
211
|
+
readonly style: OptionType<StructType<{
|
|
212
|
+
readonly variant: OptionType<import("@elaraai/east").VariantType<{
|
|
213
|
+
readonly line: import("@elaraai/east").NullType;
|
|
214
|
+
readonly outline: import("@elaraai/east").NullType;
|
|
215
215
|
}>>;
|
|
216
|
-
size: OptionType<import("@elaraai/east").VariantType<{
|
|
217
|
-
sm: import("@elaraai/east").NullType;
|
|
218
|
-
md: import("@elaraai/east").NullType;
|
|
219
|
-
lg: import("@elaraai/east").NullType;
|
|
216
|
+
readonly size: OptionType<import("@elaraai/east").VariantType<{
|
|
217
|
+
readonly sm: import("@elaraai/east").NullType;
|
|
218
|
+
readonly md: import("@elaraai/east").NullType;
|
|
219
|
+
readonly lg: import("@elaraai/east").NullType;
|
|
220
220
|
}>>;
|
|
221
|
-
striped: OptionType<import("@elaraai/east").BooleanType>;
|
|
222
|
-
interactive: OptionType<import("@elaraai/east").BooleanType>;
|
|
223
|
-
stickyHeader: OptionType<import("@elaraai/east").BooleanType>;
|
|
224
|
-
showColumnBorder: OptionType<import("@elaraai/east").BooleanType>;
|
|
225
|
-
slotMode: OptionType<import("@elaraai/east").VariantType<{
|
|
226
|
-
single: import("@elaraai/east").NullType;
|
|
227
|
-
span: import("@elaraai/east").NullType;
|
|
221
|
+
readonly striped: OptionType<import("@elaraai/east").BooleanType>;
|
|
222
|
+
readonly interactive: OptionType<import("@elaraai/east").BooleanType>;
|
|
223
|
+
readonly stickyHeader: OptionType<import("@elaraai/east").BooleanType>;
|
|
224
|
+
readonly showColumnBorder: OptionType<import("@elaraai/east").BooleanType>;
|
|
225
|
+
readonly slotMode: OptionType<import("@elaraai/east").VariantType<{
|
|
226
|
+
readonly single: import("@elaraai/east").NullType;
|
|
227
|
+
readonly span: import("@elaraai/east").NullType;
|
|
228
228
|
}>>;
|
|
229
|
-
minSlot: OptionType<FloatType>;
|
|
230
|
-
maxSlot: OptionType<FloatType>;
|
|
231
|
-
stepSize: OptionType<FloatType>;
|
|
232
|
-
slotLabel: OptionType<import("@elaraai/east").FunctionType<[FloatType], StringType>>;
|
|
233
|
-
slotMinWidth: OptionType<StringType>;
|
|
234
|
-
colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
235
|
-
gray: import("@elaraai/east").NullType;
|
|
236
|
-
red: import("@elaraai/east").NullType;
|
|
237
|
-
orange: import("@elaraai/east").NullType;
|
|
238
|
-
yellow: import("@elaraai/east").NullType;
|
|
239
|
-
green: import("@elaraai/east").NullType;
|
|
240
|
-
teal: import("@elaraai/east").NullType;
|
|
241
|
-
blue: import("@elaraai/east").NullType;
|
|
242
|
-
cyan: import("@elaraai/east").NullType;
|
|
243
|
-
purple: import("@elaraai/east").NullType;
|
|
244
|
-
pink: import("@elaraai/east").NullType;
|
|
229
|
+
readonly minSlot: OptionType<FloatType>;
|
|
230
|
+
readonly maxSlot: OptionType<FloatType>;
|
|
231
|
+
readonly stepSize: OptionType<FloatType>;
|
|
232
|
+
readonly slotLabel: OptionType<import("@elaraai/east").FunctionType<[FloatType], StringType>>;
|
|
233
|
+
readonly slotMinWidth: OptionType<StringType>;
|
|
234
|
+
readonly colorPalette: OptionType<import("@elaraai/east").VariantType<{
|
|
235
|
+
readonly gray: import("@elaraai/east").NullType;
|
|
236
|
+
readonly red: import("@elaraai/east").NullType;
|
|
237
|
+
readonly orange: import("@elaraai/east").NullType;
|
|
238
|
+
readonly yellow: import("@elaraai/east").NullType;
|
|
239
|
+
readonly green: import("@elaraai/east").NullType;
|
|
240
|
+
readonly teal: import("@elaraai/east").NullType;
|
|
241
|
+
readonly blue: import("@elaraai/east").NullType;
|
|
242
|
+
readonly cyan: import("@elaraai/east").NullType;
|
|
243
|
+
readonly purple: import("@elaraai/east").NullType;
|
|
244
|
+
readonly pink: import("@elaraai/east").NullType;
|
|
245
245
|
}>>;
|
|
246
|
-
readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
247
|
-
slotLineStroke: OptionType<StringType>;
|
|
248
|
-
slotLineWidth: OptionType<FloatType>;
|
|
249
|
-
slotLineDash: OptionType<StringType>;
|
|
250
|
-
slotLineOpacity: OptionType<FloatType>;
|
|
251
|
-
boundaries: OptionType<ArrayType<StructType<{
|
|
252
|
-
x: FloatType;
|
|
253
|
-
stroke: OptionType<StringType>;
|
|
254
|
-
strokeWidth: OptionType<FloatType>;
|
|
255
|
-
strokeDash: OptionType<StringType>;
|
|
256
|
-
strokeOpacity: OptionType<FloatType>;
|
|
246
|
+
readonly readOnly: OptionType<import("@elaraai/east").BooleanType>;
|
|
247
|
+
readonly slotLineStroke: OptionType<StringType>;
|
|
248
|
+
readonly slotLineWidth: OptionType<FloatType>;
|
|
249
|
+
readonly slotLineDash: OptionType<StringType>;
|
|
250
|
+
readonly slotLineOpacity: OptionType<FloatType>;
|
|
251
|
+
readonly boundaries: OptionType<ArrayType<StructType<{
|
|
252
|
+
readonly x: FloatType;
|
|
253
|
+
readonly stroke: OptionType<StringType>;
|
|
254
|
+
readonly strokeWidth: OptionType<FloatType>;
|
|
255
|
+
readonly strokeDash: OptionType<StringType>;
|
|
256
|
+
readonly strokeOpacity: OptionType<FloatType>;
|
|
257
257
|
}>>>;
|
|
258
|
-
onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
259
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
260
|
-
columnKey: StringType;
|
|
261
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
262
|
-
Null: import("@elaraai/east").NullType;
|
|
263
|
-
Boolean: import("@elaraai/east").BooleanType;
|
|
264
|
-
Integer: import("@elaraai/east").IntegerType;
|
|
265
|
-
Float: FloatType;
|
|
266
|
-
String: StringType;
|
|
267
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
268
|
-
Blob: import("@elaraai/east").BlobType;
|
|
258
|
+
readonly onCellClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
259
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
260
|
+
readonly columnKey: StringType;
|
|
261
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
262
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
263
|
+
readonly Boolean: import("@elaraai/east").BooleanType;
|
|
264
|
+
readonly Integer: import("@elaraai/east").IntegerType;
|
|
265
|
+
readonly Float: FloatType;
|
|
266
|
+
readonly String: StringType;
|
|
267
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
268
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
269
269
|
}>;
|
|
270
270
|
}>], import("@elaraai/east").NullType>>;
|
|
271
|
-
onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
272
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
273
|
-
columnKey: StringType;
|
|
274
|
-
cellValue: import("@elaraai/east").VariantType<{
|
|
275
|
-
Null: import("@elaraai/east").NullType;
|
|
276
|
-
Boolean: import("@elaraai/east").BooleanType;
|
|
277
|
-
Integer: import("@elaraai/east").IntegerType;
|
|
278
|
-
Float: FloatType;
|
|
279
|
-
String: StringType;
|
|
280
|
-
DateTime: import("@elaraai/east").DateTimeType;
|
|
281
|
-
Blob: import("@elaraai/east").BlobType;
|
|
271
|
+
readonly onCellDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
272
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
273
|
+
readonly columnKey: StringType;
|
|
274
|
+
readonly cellValue: import("@elaraai/east").VariantType<{
|
|
275
|
+
readonly Null: import("@elaraai/east").NullType;
|
|
276
|
+
readonly Boolean: import("@elaraai/east").BooleanType;
|
|
277
|
+
readonly Integer: import("@elaraai/east").IntegerType;
|
|
278
|
+
readonly Float: FloatType;
|
|
279
|
+
readonly String: StringType;
|
|
280
|
+
readonly DateTime: import("@elaraai/east").DateTimeType;
|
|
281
|
+
readonly Blob: import("@elaraai/east").BlobType;
|
|
282
282
|
}>;
|
|
283
283
|
}>], import("@elaraai/east").NullType>>;
|
|
284
|
-
onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
285
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
284
|
+
readonly onRowClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
285
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
286
286
|
}>], import("@elaraai/east").NullType>>;
|
|
287
|
-
onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
288
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
287
|
+
readonly onRowDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
288
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
289
289
|
}>], import("@elaraai/east").NullType>>;
|
|
290
|
-
onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
291
|
-
columnKey: StringType;
|
|
292
|
-
sortIndex: import("@elaraai/east").IntegerType;
|
|
293
|
-
sortDirection: import("@elaraai/east").VariantType<{
|
|
294
|
-
asc: import("@elaraai/east").NullType;
|
|
295
|
-
desc: import("@elaraai/east").NullType;
|
|
290
|
+
readonly onSortChange: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
291
|
+
readonly columnKey: StringType;
|
|
292
|
+
readonly sortIndex: import("@elaraai/east").IntegerType;
|
|
293
|
+
readonly sortDirection: import("@elaraai/east").VariantType<{
|
|
294
|
+
readonly asc: import("@elaraai/east").NullType;
|
|
295
|
+
readonly desc: import("@elaraai/east").NullType;
|
|
296
296
|
}>;
|
|
297
297
|
}>], import("@elaraai/east").NullType>>;
|
|
298
|
-
onEventClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
299
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
300
|
-
eventIndex: import("@elaraai/east").IntegerType;
|
|
301
|
-
start: FloatType;
|
|
302
|
-
end: FloatType;
|
|
298
|
+
readonly onEventClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
299
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
300
|
+
readonly eventIndex: import("@elaraai/east").IntegerType;
|
|
301
|
+
readonly start: FloatType;
|
|
302
|
+
readonly end: FloatType;
|
|
303
303
|
}>], import("@elaraai/east").NullType>>;
|
|
304
|
-
onEventDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
305
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
306
|
-
eventIndex: import("@elaraai/east").IntegerType;
|
|
307
|
-
start: FloatType;
|
|
308
|
-
end: FloatType;
|
|
304
|
+
readonly onEventDoubleClick: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
305
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
306
|
+
readonly eventIndex: import("@elaraai/east").IntegerType;
|
|
307
|
+
readonly start: FloatType;
|
|
308
|
+
readonly end: FloatType;
|
|
309
309
|
}>], import("@elaraai/east").NullType>>;
|
|
310
|
-
onEventDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
311
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
312
|
-
eventIndex: import("@elaraai/east").IntegerType;
|
|
313
|
-
previousStart: FloatType;
|
|
314
|
-
previousEnd: FloatType;
|
|
315
|
-
newStart: FloatType;
|
|
316
|
-
newEnd: FloatType;
|
|
310
|
+
readonly onEventDrag: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
311
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
312
|
+
readonly eventIndex: import("@elaraai/east").IntegerType;
|
|
313
|
+
readonly previousStart: FloatType;
|
|
314
|
+
readonly previousEnd: FloatType;
|
|
315
|
+
readonly newStart: FloatType;
|
|
316
|
+
readonly newEnd: FloatType;
|
|
317
317
|
}>], import("@elaraai/east").NullType>>;
|
|
318
|
-
onEventResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
319
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
320
|
-
eventIndex: import("@elaraai/east").IntegerType;
|
|
321
|
-
previousStart: FloatType;
|
|
322
|
-
previousEnd: FloatType;
|
|
323
|
-
newStart: FloatType;
|
|
324
|
-
newEnd: FloatType;
|
|
325
|
-
edge: import("@elaraai/east").VariantType<{
|
|
326
|
-
start: import("@elaraai/east").NullType;
|
|
327
|
-
end: import("@elaraai/east").NullType;
|
|
318
|
+
readonly onEventResize: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
319
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
320
|
+
readonly eventIndex: import("@elaraai/east").IntegerType;
|
|
321
|
+
readonly previousStart: FloatType;
|
|
322
|
+
readonly previousEnd: FloatType;
|
|
323
|
+
readonly newStart: FloatType;
|
|
324
|
+
readonly newEnd: FloatType;
|
|
325
|
+
readonly edge: import("@elaraai/east").VariantType<{
|
|
326
|
+
readonly start: import("@elaraai/east").NullType;
|
|
327
|
+
readonly end: import("@elaraai/east").NullType;
|
|
328
328
|
}>;
|
|
329
329
|
}>], import("@elaraai/east").NullType>>;
|
|
330
|
-
onEventAdd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
331
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
332
|
-
slot: FloatType;
|
|
330
|
+
readonly onEventAdd: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
331
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
332
|
+
readonly slot: FloatType;
|
|
333
333
|
}>], import("@elaraai/east").NullType>>;
|
|
334
|
-
onEventEdit: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
335
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
336
|
-
eventIndex: import("@elaraai/east").IntegerType;
|
|
337
|
-
start: FloatType;
|
|
338
|
-
end: FloatType;
|
|
334
|
+
readonly onEventEdit: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
335
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
336
|
+
readonly eventIndex: import("@elaraai/east").IntegerType;
|
|
337
|
+
readonly start: FloatType;
|
|
338
|
+
readonly end: FloatType;
|
|
339
339
|
}>], import("@elaraai/east").NullType>>;
|
|
340
|
-
onEventDelete: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
341
|
-
rowIndex: import("@elaraai/east").IntegerType;
|
|
342
|
-
eventIndex: import("@elaraai/east").IntegerType;
|
|
343
|
-
start: FloatType;
|
|
344
|
-
end: FloatType;
|
|
340
|
+
readonly onEventDelete: OptionType<import("@elaraai/east").FunctionType<[StructType<{
|
|
341
|
+
readonly rowIndex: import("@elaraai/east").IntegerType;
|
|
342
|
+
readonly eventIndex: import("@elaraai/east").IntegerType;
|
|
343
|
+
readonly start: FloatType;
|
|
344
|
+
readonly end: FloatType;
|
|
345
345
|
}>], import("@elaraai/east").NullType>>;
|
|
346
346
|
}>>;
|
|
347
347
|
}>;
|