@elaraai/east-ui 1.0.26 → 1.0.28
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/icon-button/index.d.ts +33 -1
- package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/index.js +22 -4
- package/dist/src/buttons/icon-button/index.js.map +1 -1
- package/dist/src/buttons/icon-button/types.d.ts +61 -13
- package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
- package/dist/src/buttons/icon-button/types.js +22 -1
- package/dist/src/buttons/icon-button/types.js.map +1 -1
- package/dist/src/charts/chart/index.d.ts +57 -2
- package/dist/src/charts/chart/index.d.ts.map +1 -1
- package/dist/src/charts/chart/index.js +13 -4
- package/dist/src/charts/chart/index.js.map +1 -1
- package/dist/src/charts/spec/index.d.ts +49 -0
- package/dist/src/charts/spec/index.d.ts.map +1 -1
- package/dist/src/charts/spec/index.js +5 -2
- package/dist/src/charts/spec/index.js.map +1 -1
- package/dist/src/charts/spec/types.d.ts +21 -5
- package/dist/src/charts/spec/types.d.ts.map +1 -1
- package/dist/src/charts/spec/types.js +12 -4
- package/dist/src/charts/spec/types.js.map +1 -1
- package/dist/src/collections/calendar/index.d.ts +18 -2
- package/dist/src/collections/calendar/index.d.ts.map +1 -1
- package/dist/src/collections/calendar/index.js +15 -1
- package/dist/src/collections/calendar/index.js.map +1 -1
- package/dist/src/collections/calendar/types.d.ts +12 -0
- package/dist/src/collections/calendar/types.d.ts.map +1 -1
- package/dist/src/collections/calendar/types.js +7 -0
- package/dist/src/collections/calendar/types.js.map +1 -1
- package/dist/src/collections/gantt/index.d.ts.map +1 -1
- package/dist/src/collections/gantt/index.js +12 -1
- package/dist/src/collections/gantt/index.js.map +1 -1
- package/dist/src/collections/gantt/types.d.ts +10 -0
- package/dist/src/collections/gantt/types.d.ts.map +1 -1
- package/dist/src/collections/gantt/types.js +3 -0
- package/dist/src/collections/gantt/types.js.map +1 -1
- package/dist/src/collections/matrix/index.d.ts +4 -0
- package/dist/src/collections/matrix/index.d.ts.map +1 -1
- package/dist/src/collections/matrix/index.js +9 -0
- package/dist/src/collections/matrix/index.js.map +1 -1
- package/dist/src/collections/planner/index.d.ts +69 -4
- package/dist/src/collections/planner/index.d.ts.map +1 -1
- package/dist/src/collections/planner/index.js +112 -4
- package/dist/src/collections/planner/index.js.map +1 -1
- package/dist/src/collections/planner/types.d.ts +89 -0
- package/dist/src/collections/planner/types.d.ts.map +1 -1
- package/dist/src/collections/planner/types.js +63 -0
- package/dist/src/collections/planner/types.js.map +1 -1
- package/dist/src/collections/schematic/index.d.ts +546 -2
- package/dist/src/collections/schematic/index.d.ts.map +1 -1
- package/dist/src/collections/schematic/index.js +14 -2
- package/dist/src/collections/schematic/index.js.map +1 -1
- package/dist/src/collections/schematic/types.d.ts +534 -0
- package/dist/src/collections/schematic/types.d.ts.map +1 -1
- package/dist/src/collections/schematic/types.js +3 -0
- package/dist/src/collections/schematic/types.js.map +1 -1
- package/dist/src/collections/table/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.js +11 -1
- package/dist/src/collections/table/index.js.map +1 -1
- package/dist/src/collections/table/types.d.ts +10 -0
- package/dist/src/collections/table/types.d.ts.map +1 -1
- package/dist/src/collections/table/types.js +3 -0
- package/dist/src/collections/table/types.js.map +1 -1
- package/dist/src/component.d.ts +687 -0
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +22 -1
- package/dist/src/component.js.map +1 -1
- package/dist/src/container/card/index.d.ts +4 -0
- package/dist/src/container/card/index.d.ts.map +1 -1
- package/dist/src/container/card/index.js +4 -0
- package/dist/src/container/card/index.js.map +1 -1
- package/dist/src/container/card/types.d.ts +11 -1
- package/dist/src/container/card/types.d.ts.map +1 -1
- package/dist/src/container/card/types.js +5 -1
- package/dist/src/container/card/types.js.map +1 -1
- package/dist/src/display/chip-rail/index.d.ts +1 -1
- package/dist/src/display/chip-rail/index.js +1 -1
- package/dist/src/display/trace/index.d.ts +10 -0
- package/dist/src/display/trace/index.d.ts.map +1 -1
- package/dist/src/display/trace/index.js +11 -1
- package/dist/src/display/trace/index.js.map +1 -1
- package/dist/src/display/trace/types.d.ts +17 -0
- package/dist/src/display/trace/types.d.ts.map +1 -1
- package/dist/src/display/trace/types.js +5 -0
- package/dist/src/display/trace/types.js.map +1 -1
- package/dist/src/forms/field/index.d.ts +1 -0
- package/dist/src/forms/field/index.d.ts.map +1 -1
- package/dist/src/forms/field/types.d.ts +2 -0
- package/dist/src/forms/field/types.d.ts.map +1 -1
- package/dist/src/forms/tags-input/index.d.ts.map +1 -1
- package/dist/src/forms/tags-input/index.js +1 -0
- package/dist/src/forms/tags-input/index.js.map +1 -1
- package/dist/src/forms/tags-input/types.d.ts +4 -0
- package/dist/src/forms/tags-input/types.d.ts.map +1 -1
- package/dist/src/forms/tags-input/types.js +2 -0
- package/dist/src/forms/tags-input/types.js.map +1 -1
- package/dist/src/index.d.ts +3 -3
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +7 -5
- package/dist/src/index.js.map +1 -1
- package/dist/src/internal.d.ts +7 -5
- package/dist/src/internal.d.ts.map +1 -1
- package/dist/src/internal.js +6 -4
- package/dist/src/internal.js.map +1 -1
- package/dist/src/layout/aligned-stack/index.d.ts +101 -0
- package/dist/src/layout/aligned-stack/index.d.ts.map +1 -0
- package/dist/src/layout/aligned-stack/index.js +105 -0
- package/dist/src/layout/aligned-stack/index.js.map +1 -0
- package/dist/src/layout/aligned-stack/types.d.ts +50 -0
- package/dist/src/layout/aligned-stack/types.d.ts.map +1 -0
- package/dist/src/layout/aligned-stack/types.js +24 -0
- package/dist/src/layout/aligned-stack/types.js.map +1 -0
- package/dist/src/layout/index.d.ts +1 -0
- package/dist/src/layout/index.d.ts.map +1 -1
- package/dist/src/layout/index.js +1 -0
- package/dist/src/layout/index.js.map +1 -1
- package/dist/src/navigation/index.d.ts +1 -1
- package/dist/src/navigation/index.d.ts.map +1 -1
- package/dist/src/navigation/index.js +1 -1
- package/dist/src/navigation/index.js.map +1 -1
- package/dist/src/navigation/pages/index.d.ts +35 -30
- package/dist/src/navigation/pages/index.d.ts.map +1 -1
- package/dist/src/navigation/pages/index.js +33 -36
- package/dist/src/navigation/pages/index.js.map +1 -1
- package/dist/src/navigation/pages/types.d.ts +17 -0
- package/dist/src/navigation/pages/types.d.ts.map +1 -1
- package/dist/src/navigation/pages/types.js +28 -0
- package/dist/src/navigation/pages/types.js.map +1 -1
- package/dist/src/overlays/drawer/index.d.ts +6 -0
- package/dist/src/overlays/drawer/index.d.ts.map +1 -1
- package/dist/src/overlays/drawer/index.js +8 -1
- package/dist/src/overlays/drawer/index.js.map +1 -1
- package/dist/src/overlays/drawer/types.d.ts +18 -0
- package/dist/src/overlays/drawer/types.d.ts.map +1 -1
- package/dist/src/overlays/drawer/types.js +9 -0
- package/dist/src/overlays/drawer/types.js.map +1 -1
- package/dist/src/platform/index.d.ts +1 -1
- package/dist/src/platform/index.d.ts.map +1 -1
- package/dist/src/platform/index.js +1 -1
- package/dist/src/platform/index.js.map +1 -1
- package/dist/src/platform/slice/impl.d.ts +2 -0
- package/dist/src/platform/slice/impl.d.ts.map +1 -1
- package/dist/src/platform/slice/impl.js +74 -17
- package/dist/src/platform/slice/impl.js.map +1 -1
- package/dist/src/platform/slice/index.d.ts +550 -0
- package/dist/src/platform/slice/index.d.ts.map +1 -1
- package/dist/src/platform/slice/index.js +107 -1
- package/dist/src/platform/slice/index.js.map +1 -1
- package/dist/src/platform/state.d.ts +15 -0
- package/dist/src/platform/state.d.ts.map +1 -1
- package/dist/src/platform/state.js +25 -0
- package/dist/src/platform/state.js.map +1 -1
- package/dist/src/runtime/collections/schematic.d.ts +2 -2
- package/dist/src/runtime/collections/schematic.js +2 -2
- package/dist/src/runtime/layout/aligned-stack.d.ts +38 -0
- package/dist/src/runtime/layout/aligned-stack.d.ts.map +1 -0
- package/dist/src/runtime/layout/aligned-stack.js +36 -0
- package/dist/src/runtime/layout/aligned-stack.js.map +1 -0
- package/dist/src/runtime/layout/index.d.ts +1 -0
- package/dist/src/runtime/layout/index.d.ts.map +1 -1
- package/dist/src/runtime/layout/index.js +1 -0
- package/dist/src/runtime/layout/index.js.map +1 -1
- package/dist/src/runtime/navigation/index.d.ts +1 -0
- package/dist/src/runtime/navigation/index.d.ts.map +1 -1
- package/dist/src/runtime/navigation/index.js +1 -0
- package/dist/src/runtime/navigation/index.js.map +1 -1
- package/dist/src/runtime/navigation/pages.d.ts +50 -0
- package/dist/src/runtime/navigation/pages.d.ts.map +1 -0
- package/dist/src/runtime/navigation/pages.js +52 -0
- package/dist/src/runtime/navigation/pages.js.map +1 -0
- package/dist/src/shared/plot-gutter.d.ts +65 -0
- package/dist/src/shared/plot-gutter.d.ts.map +1 -0
- package/dist/src/shared/plot-gutter.js +48 -0
- package/dist/src/shared/plot-gutter.js.map +1 -0
- package/dist/src/slice/breakdown/index.d.ts +1 -0
- package/dist/src/slice/breakdown/index.d.ts.map +1 -1
- package/dist/src/slice/breakdown/types.d.ts +1 -0
- package/dist/src/slice/breakdown/types.d.ts.map +1 -1
- package/dist/src/slice/cohort/index.d.ts +1 -0
- package/dist/src/slice/cohort/index.d.ts.map +1 -1
- package/dist/src/slice/cohort/types.d.ts +1 -0
- package/dist/src/slice/cohort/types.d.ts.map +1 -1
- package/dist/src/slice/filter/index.d.ts +1 -0
- package/dist/src/slice/filter/index.d.ts.map +1 -1
- package/dist/src/slice/filter/types.d.ts +1 -0
- package/dist/src/slice/filter/types.d.ts.map +1 -1
- package/dist/src/slice/index.d.ts +17 -0
- package/dist/src/slice/index.d.ts.map +1 -1
- package/dist/src/slice/legend/index.d.ts +1 -0
- package/dist/src/slice/legend/index.d.ts.map +1 -1
- package/dist/src/slice/legend/types.d.ts +1 -0
- package/dist/src/slice/legend/types.d.ts.map +1 -1
- package/dist/src/slice/range/index.d.ts +1 -0
- package/dist/src/slice/range/index.d.ts.map +1 -1
- package/dist/src/slice/range/types.d.ts +1 -0
- package/dist/src/slice/range/types.d.ts.map +1 -1
- package/dist/src/slice/search/index.d.ts +1 -0
- package/dist/src/slice/search/index.d.ts.map +1 -1
- package/dist/src/slice/search/types.d.ts +1 -0
- package/dist/src/slice/search/types.d.ts.map +1 -1
- package/dist/src/slice/summary/index.d.ts +1 -0
- package/dist/src/slice/summary/index.d.ts.map +1 -1
- package/dist/src/slice/summary/types.d.ts +1 -0
- package/dist/src/slice/summary/types.d.ts.map +1 -1
- package/dist/test/buttons/icon-button.examples.d.ts +1 -0
- package/dist/test/buttons/icon-button.examples.d.ts.map +1 -1
- package/dist/test/buttons/icon-button.examples.js +8 -0
- package/dist/test/buttons/icon-button.examples.js.map +1 -1
- package/dist/test/charts/chart.examples.d.ts +4 -0
- package/dist/test/charts/chart.examples.d.ts.map +1 -1
- package/dist/test/charts/chart.examples.js +62 -4
- package/dist/test/charts/chart.examples.js.map +1 -1
- package/dist/test/collections/calendar.examples.d.ts +1 -0
- package/dist/test/collections/calendar.examples.d.ts.map +1 -1
- package/dist/test/collections/calendar.examples.js +17 -0
- package/dist/test/collections/calendar.examples.js.map +1 -1
- package/dist/test/collections/gantt.examples.d.ts +1 -0
- package/dist/test/collections/gantt.examples.d.ts.map +1 -1
- package/dist/test/collections/gantt.examples.js +12 -0
- package/dist/test/collections/gantt.examples.js.map +1 -1
- package/dist/test/collections/planner.examples.d.ts +42 -7
- package/dist/test/collections/planner.examples.d.ts.map +1 -1
- package/dist/test/collections/planner.examples.js +139 -24
- package/dist/test/collections/planner.examples.js.map +1 -1
- package/dist/test/collections/schematic.examples.d.ts +1 -0
- package/dist/test/collections/schematic.examples.d.ts.map +1 -1
- package/dist/test/collections/schematic.examples.js +35 -12
- package/dist/test/collections/schematic.examples.js.map +1 -1
- package/dist/test/collections/table.examples.d.ts +1 -0
- package/dist/test/collections/table.examples.d.ts.map +1 -1
- package/dist/test/collections/table.examples.js +11 -0
- package/dist/test/collections/table.examples.js.map +1 -1
- package/dist/test/container/card.examples.d.ts +1 -0
- package/dist/test/container/card.examples.d.ts.map +1 -1
- package/dist/test/container/card.examples.js +8 -0
- package/dist/test/container/card.examples.js.map +1 -1
- package/dist/test/disclosure/accordion.examples.js +3 -3
- package/dist/test/disclosure/accordion.examples.js.map +1 -1
- package/dist/test/disclosure/tabs.examples.js +3 -3
- package/dist/test/disclosure/tabs.examples.js.map +1 -1
- package/dist/test/display/chip-rail.examples.js +3 -3
- package/dist/test/display/chip-rail.examples.js.map +1 -1
- package/dist/test/display/combine.examples.js +3 -3
- package/dist/test/display/combine.examples.js.map +1 -1
- package/dist/test/display/trace.examples.d.ts +2 -0
- package/dist/test/display/trace.examples.d.ts.map +1 -1
- package/dist/test/display/trace.examples.js +23 -0
- package/dist/test/display/trace.examples.js.map +1 -1
- package/dist/test/forms/combobox.examples.js +1 -1
- package/dist/test/forms/tags-input.examples.d.ts +1 -0
- package/dist/test/forms/tags-input.examples.d.ts.map +1 -1
- package/dist/test/forms/tags-input.examples.js +8 -0
- package/dist/test/forms/tags-input.examples.js.map +1 -1
- package/dist/test/layout/aligned-stack.examples.d.ts +79 -0
- package/dist/test/layout/aligned-stack.examples.d.ts.map +1 -0
- package/dist/test/layout/aligned-stack.examples.js +355 -0
- package/dist/test/layout/aligned-stack.examples.js.map +1 -0
- package/dist/test/layout/stack.examples.js +1 -1
- package/dist/test/navigation/pages.examples.d.ts +3 -2
- package/dist/test/navigation/pages.examples.d.ts.map +1 -1
- package/dist/test/navigation/pages.examples.js +83 -99
- package/dist/test/navigation/pages.examples.js.map +1 -1
- package/dist/test/overlays/drawer.examples.d.ts +1 -0
- package/dist/test/overlays/drawer.examples.d.ts.map +1 -1
- package/dist/test/overlays/drawer.examples.js +9 -1
- package/dist/test/overlays/drawer.examples.js.map +1 -1
- package/package.json +3 -3
package/dist/src/component.d.ts
CHANGED
|
@@ -1327,6 +1327,29 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
1327
1327
|
readonly loading: OptionType<BooleanType>;
|
|
1328
1328
|
readonly disabled: OptionType<BooleanType>;
|
|
1329
1329
|
readonly onClick: OptionType<FunctionType<[], NullType>>;
|
|
1330
|
+
readonly badge: OptionType<StringType>;
|
|
1331
|
+
readonly badgeColorPalette: OptionType<VariantType<{
|
|
1332
|
+
readonly gray: NullType;
|
|
1333
|
+
readonly red: NullType;
|
|
1334
|
+
readonly orange: NullType;
|
|
1335
|
+
readonly yellow: NullType;
|
|
1336
|
+
readonly green: NullType;
|
|
1337
|
+
readonly teal: NullType;
|
|
1338
|
+
readonly blue: NullType;
|
|
1339
|
+
readonly cyan: NullType;
|
|
1340
|
+
readonly purple: NullType;
|
|
1341
|
+
readonly pink: NullType;
|
|
1342
|
+
readonly success: NullType;
|
|
1343
|
+
readonly warning: NullType;
|
|
1344
|
+
readonly danger: NullType;
|
|
1345
|
+
readonly info: NullType;
|
|
1346
|
+
readonly neutral: NullType;
|
|
1347
|
+
}>>;
|
|
1348
|
+
readonly attention: OptionType<VariantType<{
|
|
1349
|
+
readonly none: NullType;
|
|
1350
|
+
readonly pulse: NullType;
|
|
1351
|
+
readonly ring: NullType;
|
|
1352
|
+
}>>;
|
|
1330
1353
|
readonly style: OptionType<StructType<{
|
|
1331
1354
|
readonly variant: OptionType<VariantType<{
|
|
1332
1355
|
readonly solid: NullType;
|
|
@@ -2010,6 +2033,27 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
2010
2033
|
}>>;
|
|
2011
2034
|
}>>;
|
|
2012
2035
|
}>;
|
|
2036
|
+
readonly AlignedStack: StructType<{
|
|
2037
|
+
readonly children: ArrayType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
2038
|
+
readonly gutter: OptionType<VariantType<{
|
|
2039
|
+
readonly auto: NullType;
|
|
2040
|
+
readonly fixed: StructType<{
|
|
2041
|
+
readonly left: OptionType<StringType>;
|
|
2042
|
+
readonly right: OptionType<StringType>;
|
|
2043
|
+
}>;
|
|
2044
|
+
}>>;
|
|
2045
|
+
readonly style: OptionType<StructType<{
|
|
2046
|
+
readonly gap: OptionType<StringType>;
|
|
2047
|
+
readonly width: OptionType<StringType>;
|
|
2048
|
+
readonly height: OptionType<StringType>;
|
|
2049
|
+
readonly minHeight: OptionType<StringType>;
|
|
2050
|
+
readonly density: OptionType<VariantType<{
|
|
2051
|
+
readonly comfortable: NullType;
|
|
2052
|
+
readonly compact: NullType;
|
|
2053
|
+
readonly condensed: NullType;
|
|
2054
|
+
}>>;
|
|
2055
|
+
}>>;
|
|
2056
|
+
}>;
|
|
2013
2057
|
readonly Separator: StructType<{
|
|
2014
2058
|
/** Rich label inside the separator. String callers coerce to `Text.Root` at the factory. */
|
|
2015
2059
|
readonly label: OptionType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
@@ -3048,6 +3092,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
3048
3092
|
readonly TagsInput: StructType<{
|
|
3049
3093
|
readonly value: ArrayType<StringType>;
|
|
3050
3094
|
readonly defaultValue: OptionType<ArrayType<StringType>>;
|
|
3095
|
+
readonly suggestions: OptionType<ArrayType<StringType>>;
|
|
3051
3096
|
readonly max: OptionType<IntegerType>;
|
|
3052
3097
|
readonly maxLength: OptionType<IntegerType>;
|
|
3053
3098
|
readonly disabled: OptionType<BooleanType>;
|
|
@@ -3203,6 +3248,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
3203
3248
|
readonly TagsInput: StructType<{
|
|
3204
3249
|
readonly value: ArrayType<StringType>;
|
|
3205
3250
|
readonly defaultValue: OptionType<ArrayType<StringType>>;
|
|
3251
|
+
readonly suggestions: OptionType<ArrayType<StringType>>;
|
|
3206
3252
|
readonly max: OptionType<IntegerType>;
|
|
3207
3253
|
readonly maxLength: OptionType<IntegerType>;
|
|
3208
3254
|
readonly disabled: OptionType<BooleanType>;
|
|
@@ -4904,6 +4950,11 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
4904
4950
|
readonly style: OptionType<StructType<{
|
|
4905
4951
|
readonly brandColor: OptionType<StringType>;
|
|
4906
4952
|
readonly nowLineColor: OptionType<StringType>;
|
|
4953
|
+
readonly labelWidth: OptionType<StringType>;
|
|
4954
|
+
readonly plotGutter: OptionType<StructType<{
|
|
4955
|
+
readonly left: OptionType<StringType>;
|
|
4956
|
+
readonly right: OptionType<StringType>;
|
|
4957
|
+
}>>;
|
|
4907
4958
|
}>>;
|
|
4908
4959
|
}>;
|
|
4909
4960
|
readonly Library: StructType<{
|
|
@@ -5445,6 +5496,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
5445
5496
|
readonly fieldId: StringType;
|
|
5446
5497
|
readonly label: StringType;
|
|
5447
5498
|
readonly kind: StringType;
|
|
5499
|
+
readonly hints: ArrayType<StringType>;
|
|
5448
5500
|
}>>>;
|
|
5449
5501
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
5450
5502
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -5969,6 +6021,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
5969
6021
|
readonly fieldId: StringType;
|
|
5970
6022
|
readonly label: StringType;
|
|
5971
6023
|
readonly kind: StringType;
|
|
6024
|
+
readonly hints: ArrayType<StringType>;
|
|
5972
6025
|
}>>>;
|
|
5973
6026
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
5974
6027
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -6494,6 +6547,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
6494
6547
|
readonly fieldId: StringType;
|
|
6495
6548
|
readonly label: StringType;
|
|
6496
6549
|
readonly kind: StringType;
|
|
6550
|
+
readonly hints: ArrayType<StringType>;
|
|
6497
6551
|
}>>>;
|
|
6498
6552
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
6499
6553
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -7024,6 +7078,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
7024
7078
|
readonly fieldId: StringType;
|
|
7025
7079
|
readonly label: StringType;
|
|
7026
7080
|
readonly kind: StringType;
|
|
7081
|
+
readonly hints: ArrayType<StringType>;
|
|
7027
7082
|
}>>>;
|
|
7028
7083
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
7029
7084
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -7548,6 +7603,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
7548
7603
|
readonly fieldId: StringType;
|
|
7549
7604
|
readonly label: StringType;
|
|
7550
7605
|
readonly kind: StringType;
|
|
7606
|
+
readonly hints: ArrayType<StringType>;
|
|
7551
7607
|
}>>>;
|
|
7552
7608
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
7553
7609
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -8076,6 +8132,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
8076
8132
|
readonly fieldId: StringType;
|
|
8077
8133
|
readonly label: StringType;
|
|
8078
8134
|
readonly kind: StringType;
|
|
8135
|
+
readonly hints: ArrayType<StringType>;
|
|
8079
8136
|
}>>>;
|
|
8080
8137
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
8081
8138
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -8606,6 +8663,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
8606
8663
|
readonly fieldId: StringType;
|
|
8607
8664
|
readonly label: StringType;
|
|
8608
8665
|
readonly kind: StringType;
|
|
8666
|
+
readonly hints: ArrayType<StringType>;
|
|
8609
8667
|
}>>>;
|
|
8610
8668
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
8611
8669
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -9143,6 +9201,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
9143
9201
|
readonly fieldId: StringType;
|
|
9144
9202
|
readonly label: StringType;
|
|
9145
9203
|
readonly kind: StringType;
|
|
9204
|
+
readonly hints: ArrayType<StringType>;
|
|
9146
9205
|
}>>>;
|
|
9147
9206
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
9148
9207
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -9220,6 +9279,8 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
9220
9279
|
readonly headerBackground: OptionType<StringType>;
|
|
9221
9280
|
readonly footerBackground: OptionType<StringType>;
|
|
9222
9281
|
readonly accentColor: OptionType<StringType>;
|
|
9282
|
+
readonly bodyPadding: OptionType<StringType>;
|
|
9283
|
+
readonly flush: OptionType<BooleanType>;
|
|
9223
9284
|
}>>;
|
|
9224
9285
|
}>;
|
|
9225
9286
|
readonly DataList: StructType<{
|
|
@@ -9392,6 +9453,10 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
9392
9453
|
readonly compact: NullType;
|
|
9393
9454
|
readonly condensed: NullType;
|
|
9394
9455
|
}>>;
|
|
9456
|
+
readonly plotGutter: OptionType<StructType<{
|
|
9457
|
+
readonly left: OptionType<StringType>;
|
|
9458
|
+
readonly right: OptionType<StringType>;
|
|
9459
|
+
}>>;
|
|
9395
9460
|
readonly onCellClick: OptionType<FunctionType<[StructType<{
|
|
9396
9461
|
readonly row: StringType;
|
|
9397
9462
|
readonly column: StringType;
|
|
@@ -9967,6 +10032,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
9967
10032
|
readonly fieldId: StringType;
|
|
9968
10033
|
readonly label: StringType;
|
|
9969
10034
|
readonly kind: StringType;
|
|
10035
|
+
readonly hints: ArrayType<StringType>;
|
|
9970
10036
|
}>>>;
|
|
9971
10037
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
9972
10038
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -10032,6 +10098,8 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10032
10098
|
readonly linear: NullType;
|
|
10033
10099
|
readonly natural: NullType;
|
|
10034
10100
|
readonly step: NullType;
|
|
10101
|
+
readonly stepBefore: NullType;
|
|
10102
|
+
readonly stepAfter: NullType;
|
|
10035
10103
|
}>>;
|
|
10036
10104
|
readonly dashArray: OptionType<StringType>;
|
|
10037
10105
|
readonly opacity: OptionType<FloatType>;
|
|
@@ -10056,6 +10124,8 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10056
10124
|
readonly linear: NullType;
|
|
10057
10125
|
readonly natural: NullType;
|
|
10058
10126
|
readonly step: NullType;
|
|
10127
|
+
readonly stepBefore: NullType;
|
|
10128
|
+
readonly stepAfter: NullType;
|
|
10059
10129
|
}>>;
|
|
10060
10130
|
}>;
|
|
10061
10131
|
readonly bandArea: StructType<{
|
|
@@ -10077,6 +10147,8 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10077
10147
|
readonly linear: NullType;
|
|
10078
10148
|
readonly natural: NullType;
|
|
10079
10149
|
readonly step: NullType;
|
|
10150
|
+
readonly stepBefore: NullType;
|
|
10151
|
+
readonly stepAfter: NullType;
|
|
10080
10152
|
}>>;
|
|
10081
10153
|
readonly fillOpacity: OptionType<FloatType>;
|
|
10082
10154
|
}>;
|
|
@@ -10175,6 +10247,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10175
10247
|
readonly axisBottom: StructType<{
|
|
10176
10248
|
readonly label: OptionType<StringType>;
|
|
10177
10249
|
readonly numTicks: OptionType<FloatType>;
|
|
10250
|
+
readonly tickValues: OptionType<ArrayType<FloatType>>;
|
|
10178
10251
|
readonly hideTicks: OptionType<BooleanType>;
|
|
10179
10252
|
readonly hideLine: OptionType<BooleanType>;
|
|
10180
10253
|
readonly domain: OptionType<VariantType<{
|
|
@@ -10203,6 +10276,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10203
10276
|
readonly axisLeft: StructType<{
|
|
10204
10277
|
readonly label: OptionType<StringType>;
|
|
10205
10278
|
readonly numTicks: OptionType<FloatType>;
|
|
10279
|
+
readonly tickValues: OptionType<ArrayType<FloatType>>;
|
|
10206
10280
|
readonly hideTicks: OptionType<BooleanType>;
|
|
10207
10281
|
readonly hideLine: OptionType<BooleanType>;
|
|
10208
10282
|
readonly domain: OptionType<VariantType<{
|
|
@@ -10231,6 +10305,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10231
10305
|
readonly axisRight: StructType<{
|
|
10232
10306
|
readonly label: OptionType<StringType>;
|
|
10233
10307
|
readonly numTicks: OptionType<FloatType>;
|
|
10308
|
+
readonly tickValues: OptionType<ArrayType<FloatType>>;
|
|
10234
10309
|
readonly hideTicks: OptionType<BooleanType>;
|
|
10235
10310
|
readonly hideLine: OptionType<BooleanType>;
|
|
10236
10311
|
readonly domain: OptionType<VariantType<{
|
|
@@ -10290,6 +10365,8 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10290
10365
|
readonly linear: NullType;
|
|
10291
10366
|
readonly natural: NullType;
|
|
10292
10367
|
readonly step: NullType;
|
|
10368
|
+
readonly stepBefore: NullType;
|
|
10369
|
+
readonly stepAfter: NullType;
|
|
10293
10370
|
}>>;
|
|
10294
10371
|
readonly stackId: OptionType<StringType>;
|
|
10295
10372
|
readonly stackOffset: OptionType<VariantType<{
|
|
@@ -10307,6 +10384,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
10307
10384
|
readonly radius: OptionType<FloatType>;
|
|
10308
10385
|
readonly opacity: OptionType<FloatType>;
|
|
10309
10386
|
readonly legend: OptionType<BooleanType>;
|
|
10387
|
+
readonly tooltip: OptionType<BooleanType>;
|
|
10310
10388
|
}>;
|
|
10311
10389
|
}>>;
|
|
10312
10390
|
readonly TreeView: StructType<{
|
|
@@ -11208,6 +11286,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
11208
11286
|
readonly fieldId: StringType;
|
|
11209
11287
|
readonly label: StringType;
|
|
11210
11288
|
readonly kind: StringType;
|
|
11289
|
+
readonly hints: ArrayType<StringType>;
|
|
11211
11290
|
}>>>;
|
|
11212
11291
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
11213
11292
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -11287,6 +11366,11 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
11287
11366
|
readonly selectedBackground: OptionType<StringType>;
|
|
11288
11367
|
readonly selectedBorderColor: OptionType<StringType>;
|
|
11289
11368
|
readonly footerBackground: OptionType<StringType>;
|
|
11369
|
+
readonly rowHeight: OptionType<IntegerType>;
|
|
11370
|
+
readonly plotGutter: OptionType<StructType<{
|
|
11371
|
+
readonly left: OptionType<StringType>;
|
|
11372
|
+
readonly right: OptionType<StringType>;
|
|
11373
|
+
}>>;
|
|
11290
11374
|
}>>;
|
|
11291
11375
|
}>;
|
|
11292
11376
|
readonly Gantt: StructType<{
|
|
@@ -12106,6 +12190,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12106
12190
|
readonly fieldId: StringType;
|
|
12107
12191
|
readonly label: StringType;
|
|
12108
12192
|
readonly kind: StringType;
|
|
12193
|
+
readonly hints: ArrayType<StringType>;
|
|
12109
12194
|
}>>>;
|
|
12110
12195
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
12111
12196
|
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
@@ -12166,6 +12251,11 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12166
12251
|
readonly stickyHeader: OptionType<BooleanType>;
|
|
12167
12252
|
readonly showColumnBorder: OptionType<BooleanType>;
|
|
12168
12253
|
readonly showToday: OptionType<BooleanType>;
|
|
12254
|
+
readonly rowHeight: OptionType<IntegerType>;
|
|
12255
|
+
readonly plotGutter: OptionType<StructType<{
|
|
12256
|
+
readonly left: OptionType<StringType>;
|
|
12257
|
+
readonly right: OptionType<StringType>;
|
|
12258
|
+
}>>;
|
|
12169
12259
|
}>>;
|
|
12170
12260
|
}>;
|
|
12171
12261
|
readonly Planner: StructType<{
|
|
@@ -12236,6 +12326,53 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12236
12326
|
readonly rejected: NullType;
|
|
12237
12327
|
}>;
|
|
12238
12328
|
readonly popover: OptionType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
12329
|
+
readonly stretch: OptionType<VariantType<{
|
|
12330
|
+
readonly horizontal: NullType;
|
|
12331
|
+
readonly vertical: NullType;
|
|
12332
|
+
readonly both: NullType;
|
|
12333
|
+
}>>;
|
|
12334
|
+
readonly content: OptionType<StructType<{
|
|
12335
|
+
readonly horizontal: OptionType<VariantType<{
|
|
12336
|
+
readonly start: NullType;
|
|
12337
|
+
readonly center: NullType;
|
|
12338
|
+
readonly end: NullType;
|
|
12339
|
+
}>>;
|
|
12340
|
+
readonly vertical: OptionType<VariantType<{
|
|
12341
|
+
readonly start: NullType;
|
|
12342
|
+
readonly center: NullType;
|
|
12343
|
+
readonly end: NullType;
|
|
12344
|
+
}>>;
|
|
12345
|
+
}>>;
|
|
12346
|
+
readonly tone: OptionType<VariantType<{
|
|
12347
|
+
readonly success: NullType;
|
|
12348
|
+
readonly warning: NullType;
|
|
12349
|
+
readonly danger: NullType;
|
|
12350
|
+
readonly info: NullType;
|
|
12351
|
+
readonly neutral: NullType;
|
|
12352
|
+
}>>;
|
|
12353
|
+
readonly color: OptionType<StringType>;
|
|
12354
|
+
readonly colorPalette: OptionType<VariantType<{
|
|
12355
|
+
readonly gray: NullType;
|
|
12356
|
+
readonly red: NullType;
|
|
12357
|
+
readonly orange: NullType;
|
|
12358
|
+
readonly yellow: NullType;
|
|
12359
|
+
readonly green: NullType;
|
|
12360
|
+
readonly teal: NullType;
|
|
12361
|
+
readonly blue: NullType;
|
|
12362
|
+
readonly cyan: NullType;
|
|
12363
|
+
readonly purple: NullType;
|
|
12364
|
+
readonly pink: NullType;
|
|
12365
|
+
readonly success: NullType;
|
|
12366
|
+
readonly warning: NullType;
|
|
12367
|
+
readonly danger: NullType;
|
|
12368
|
+
readonly info: NullType;
|
|
12369
|
+
readonly neutral: NullType;
|
|
12370
|
+
}>>;
|
|
12371
|
+
readonly animation: OptionType<VariantType<{
|
|
12372
|
+
readonly none: NullType;
|
|
12373
|
+
readonly pulse: NullType;
|
|
12374
|
+
}>>;
|
|
12375
|
+
readonly hovercard: OptionType<import("@elaraai/east").RecursiveTypeMarker>;
|
|
12239
12376
|
}>>;
|
|
12240
12377
|
readonly markers: ArrayType<StructType<{
|
|
12241
12378
|
readonly slot: VariantType<{
|
|
@@ -12276,6 +12413,10 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12276
12413
|
readonly condensed: NullType;
|
|
12277
12414
|
}>>;
|
|
12278
12415
|
readonly slotMinWidth: OptionType<StringType>;
|
|
12416
|
+
readonly plotGutter: OptionType<StructType<{
|
|
12417
|
+
readonly left: OptionType<StringType>;
|
|
12418
|
+
readonly right: OptionType<StringType>;
|
|
12419
|
+
}>>;
|
|
12279
12420
|
readonly onSelectRow: OptionType<FunctionType<[StructType<{
|
|
12280
12421
|
readonly rowIndex: IntegerType;
|
|
12281
12422
|
}>], NullType>>;
|
|
@@ -12293,6 +12434,7 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12293
12434
|
readonly onRerun: OptionType<FunctionType<[], NullType>>;
|
|
12294
12435
|
readonly rerunLabel: StringType;
|
|
12295
12436
|
}>>;
|
|
12437
|
+
readonly rowHover: OptionType<BooleanType>;
|
|
12296
12438
|
}>;
|
|
12297
12439
|
readonly Roster: StructType<{
|
|
12298
12440
|
readonly id: StringType;
|
|
@@ -12424,6 +12566,15 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12424
12566
|
readonly week: StringType;
|
|
12425
12567
|
readonly day: StringType;
|
|
12426
12568
|
}>], NullType>>;
|
|
12569
|
+
readonly density: OptionType<VariantType<{
|
|
12570
|
+
readonly comfortable: NullType;
|
|
12571
|
+
readonly compact: NullType;
|
|
12572
|
+
readonly condensed: NullType;
|
|
12573
|
+
}>>;
|
|
12574
|
+
readonly plotGutter: OptionType<StructType<{
|
|
12575
|
+
readonly left: OptionType<StringType>;
|
|
12576
|
+
readonly right: OptionType<StringType>;
|
|
12577
|
+
}>>;
|
|
12427
12578
|
}>;
|
|
12428
12579
|
readonly Schematic: StructType<{
|
|
12429
12580
|
readonly extent: StructType<{
|
|
@@ -12592,6 +12743,539 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
12592
12743
|
readonly grid: OptionType<BooleanType>;
|
|
12593
12744
|
readonly navigator: OptionType<BooleanType>;
|
|
12594
12745
|
readonly minimap: OptionType<BooleanType>;
|
|
12746
|
+
readonly slice: OptionType<StructType<{
|
|
12747
|
+
readonly slice: StructType<{
|
|
12748
|
+
readonly key: StringType;
|
|
12749
|
+
readonly read: FunctionType<[], StructType<{
|
|
12750
|
+
readonly range: OptionType<VariantType<{
|
|
12751
|
+
readonly datetime: StructType<{
|
|
12752
|
+
readonly from: DateTimeType;
|
|
12753
|
+
readonly to: DateTimeType;
|
|
12754
|
+
}>;
|
|
12755
|
+
readonly datetimePreset: VariantType<{
|
|
12756
|
+
readonly today: NullType;
|
|
12757
|
+
readonly last7d: NullType;
|
|
12758
|
+
readonly last30d: NullType;
|
|
12759
|
+
readonly last90d: NullType;
|
|
12760
|
+
readonly ytd: NullType;
|
|
12761
|
+
}>;
|
|
12762
|
+
readonly integer: StructType<{
|
|
12763
|
+
readonly from: IntegerType;
|
|
12764
|
+
readonly to: IntegerType;
|
|
12765
|
+
}>;
|
|
12766
|
+
readonly float: StructType<{
|
|
12767
|
+
readonly from: FloatType;
|
|
12768
|
+
readonly to: FloatType;
|
|
12769
|
+
}>;
|
|
12770
|
+
}>>;
|
|
12771
|
+
readonly compare: OptionType<VariantType<{
|
|
12772
|
+
readonly previousPeriod: NullType;
|
|
12773
|
+
readonly previousYear: NullType;
|
|
12774
|
+
}>>;
|
|
12775
|
+
readonly filters: ArrayType<VariantType<{
|
|
12776
|
+
readonly string: StructType<{
|
|
12777
|
+
readonly fieldId: StringType;
|
|
12778
|
+
readonly op: VariantType<{
|
|
12779
|
+
readonly eq: StringType;
|
|
12780
|
+
readonly neq: StringType;
|
|
12781
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12782
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12783
|
+
readonly contains: StringType;
|
|
12784
|
+
readonly matches: StringType;
|
|
12785
|
+
}>;
|
|
12786
|
+
}>;
|
|
12787
|
+
readonly integer: StructType<{
|
|
12788
|
+
readonly fieldId: StringType;
|
|
12789
|
+
readonly op: VariantType<{
|
|
12790
|
+
readonly eq: IntegerType;
|
|
12791
|
+
readonly neq: IntegerType;
|
|
12792
|
+
readonly lt: IntegerType;
|
|
12793
|
+
readonly lte: IntegerType;
|
|
12794
|
+
readonly gt: IntegerType;
|
|
12795
|
+
readonly gte: IntegerType;
|
|
12796
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
12797
|
+
}>;
|
|
12798
|
+
}>;
|
|
12799
|
+
readonly float: StructType<{
|
|
12800
|
+
readonly fieldId: StringType;
|
|
12801
|
+
readonly op: VariantType<{
|
|
12802
|
+
readonly lt: FloatType;
|
|
12803
|
+
readonly lte: FloatType;
|
|
12804
|
+
readonly gt: FloatType;
|
|
12805
|
+
readonly gte: FloatType;
|
|
12806
|
+
}>;
|
|
12807
|
+
}>;
|
|
12808
|
+
readonly datetime: StructType<{
|
|
12809
|
+
readonly fieldId: StringType;
|
|
12810
|
+
readonly op: VariantType<{
|
|
12811
|
+
readonly before: DateTimeType;
|
|
12812
|
+
readonly after: DateTimeType;
|
|
12813
|
+
readonly between: StructType<{
|
|
12814
|
+
readonly from: DateTimeType;
|
|
12815
|
+
readonly to: DateTimeType;
|
|
12816
|
+
}>;
|
|
12817
|
+
}>;
|
|
12818
|
+
}>;
|
|
12819
|
+
readonly boolean: StructType<{
|
|
12820
|
+
readonly fieldId: StringType;
|
|
12821
|
+
readonly op: VariantType<{
|
|
12822
|
+
readonly is: BooleanType;
|
|
12823
|
+
}>;
|
|
12824
|
+
}>;
|
|
12825
|
+
}>>;
|
|
12826
|
+
readonly cohorts: ArrayType<StructType<{
|
|
12827
|
+
readonly id: StringType;
|
|
12828
|
+
readonly name: StringType;
|
|
12829
|
+
readonly filters: ArrayType<VariantType<{
|
|
12830
|
+
readonly string: StructType<{
|
|
12831
|
+
readonly fieldId: StringType;
|
|
12832
|
+
readonly op: VariantType<{
|
|
12833
|
+
readonly eq: StringType;
|
|
12834
|
+
readonly neq: StringType;
|
|
12835
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12836
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12837
|
+
readonly contains: StringType;
|
|
12838
|
+
readonly matches: StringType;
|
|
12839
|
+
}>;
|
|
12840
|
+
}>;
|
|
12841
|
+
readonly integer: StructType<{
|
|
12842
|
+
readonly fieldId: StringType;
|
|
12843
|
+
readonly op: VariantType<{
|
|
12844
|
+
readonly eq: IntegerType;
|
|
12845
|
+
readonly neq: IntegerType;
|
|
12846
|
+
readonly lt: IntegerType;
|
|
12847
|
+
readonly lte: IntegerType;
|
|
12848
|
+
readonly gt: IntegerType;
|
|
12849
|
+
readonly gte: IntegerType;
|
|
12850
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
12851
|
+
}>;
|
|
12852
|
+
}>;
|
|
12853
|
+
readonly float: StructType<{
|
|
12854
|
+
readonly fieldId: StringType;
|
|
12855
|
+
readonly op: VariantType<{
|
|
12856
|
+
readonly lt: FloatType;
|
|
12857
|
+
readonly lte: FloatType;
|
|
12858
|
+
readonly gt: FloatType;
|
|
12859
|
+
readonly gte: FloatType;
|
|
12860
|
+
}>;
|
|
12861
|
+
}>;
|
|
12862
|
+
readonly datetime: StructType<{
|
|
12863
|
+
readonly fieldId: StringType;
|
|
12864
|
+
readonly op: VariantType<{
|
|
12865
|
+
readonly before: DateTimeType;
|
|
12866
|
+
readonly after: DateTimeType;
|
|
12867
|
+
readonly between: StructType<{
|
|
12868
|
+
readonly from: DateTimeType;
|
|
12869
|
+
readonly to: DateTimeType;
|
|
12870
|
+
}>;
|
|
12871
|
+
}>;
|
|
12872
|
+
}>;
|
|
12873
|
+
readonly boolean: StructType<{
|
|
12874
|
+
readonly fieldId: StringType;
|
|
12875
|
+
readonly op: VariantType<{
|
|
12876
|
+
readonly is: BooleanType;
|
|
12877
|
+
}>;
|
|
12878
|
+
}>;
|
|
12879
|
+
}>>;
|
|
12880
|
+
}>>;
|
|
12881
|
+
readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
|
|
12882
|
+
readonly breakdown: OptionType<StructType<{
|
|
12883
|
+
readonly fieldId: StringType;
|
|
12884
|
+
readonly limit: OptionType<IntegerType>;
|
|
12885
|
+
}>>;
|
|
12886
|
+
readonly search: OptionType<StringType>;
|
|
12887
|
+
readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
|
|
12888
|
+
readonly selectedIndex: OptionType<IntegerType>;
|
|
12889
|
+
}>>;
|
|
12890
|
+
readonly write: FunctionType<[StructType<{
|
|
12891
|
+
readonly range: OptionType<VariantType<{
|
|
12892
|
+
readonly datetime: StructType<{
|
|
12893
|
+
readonly from: DateTimeType;
|
|
12894
|
+
readonly to: DateTimeType;
|
|
12895
|
+
}>;
|
|
12896
|
+
readonly datetimePreset: VariantType<{
|
|
12897
|
+
readonly today: NullType;
|
|
12898
|
+
readonly last7d: NullType;
|
|
12899
|
+
readonly last30d: NullType;
|
|
12900
|
+
readonly last90d: NullType;
|
|
12901
|
+
readonly ytd: NullType;
|
|
12902
|
+
}>;
|
|
12903
|
+
readonly integer: StructType<{
|
|
12904
|
+
readonly from: IntegerType;
|
|
12905
|
+
readonly to: IntegerType;
|
|
12906
|
+
}>;
|
|
12907
|
+
readonly float: StructType<{
|
|
12908
|
+
readonly from: FloatType;
|
|
12909
|
+
readonly to: FloatType;
|
|
12910
|
+
}>;
|
|
12911
|
+
}>>;
|
|
12912
|
+
readonly compare: OptionType<VariantType<{
|
|
12913
|
+
readonly previousPeriod: NullType;
|
|
12914
|
+
readonly previousYear: NullType;
|
|
12915
|
+
}>>;
|
|
12916
|
+
readonly filters: ArrayType<VariantType<{
|
|
12917
|
+
readonly string: StructType<{
|
|
12918
|
+
readonly fieldId: StringType;
|
|
12919
|
+
readonly op: VariantType<{
|
|
12920
|
+
readonly eq: StringType;
|
|
12921
|
+
readonly neq: StringType;
|
|
12922
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12923
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12924
|
+
readonly contains: StringType;
|
|
12925
|
+
readonly matches: StringType;
|
|
12926
|
+
}>;
|
|
12927
|
+
}>;
|
|
12928
|
+
readonly integer: StructType<{
|
|
12929
|
+
readonly fieldId: StringType;
|
|
12930
|
+
readonly op: VariantType<{
|
|
12931
|
+
readonly eq: IntegerType;
|
|
12932
|
+
readonly neq: IntegerType;
|
|
12933
|
+
readonly lt: IntegerType;
|
|
12934
|
+
readonly lte: IntegerType;
|
|
12935
|
+
readonly gt: IntegerType;
|
|
12936
|
+
readonly gte: IntegerType;
|
|
12937
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
12938
|
+
}>;
|
|
12939
|
+
}>;
|
|
12940
|
+
readonly float: StructType<{
|
|
12941
|
+
readonly fieldId: StringType;
|
|
12942
|
+
readonly op: VariantType<{
|
|
12943
|
+
readonly lt: FloatType;
|
|
12944
|
+
readonly lte: FloatType;
|
|
12945
|
+
readonly gt: FloatType;
|
|
12946
|
+
readonly gte: FloatType;
|
|
12947
|
+
}>;
|
|
12948
|
+
}>;
|
|
12949
|
+
readonly datetime: StructType<{
|
|
12950
|
+
readonly fieldId: StringType;
|
|
12951
|
+
readonly op: VariantType<{
|
|
12952
|
+
readonly before: DateTimeType;
|
|
12953
|
+
readonly after: DateTimeType;
|
|
12954
|
+
readonly between: StructType<{
|
|
12955
|
+
readonly from: DateTimeType;
|
|
12956
|
+
readonly to: DateTimeType;
|
|
12957
|
+
}>;
|
|
12958
|
+
}>;
|
|
12959
|
+
}>;
|
|
12960
|
+
readonly boolean: StructType<{
|
|
12961
|
+
readonly fieldId: StringType;
|
|
12962
|
+
readonly op: VariantType<{
|
|
12963
|
+
readonly is: BooleanType;
|
|
12964
|
+
}>;
|
|
12965
|
+
}>;
|
|
12966
|
+
}>>;
|
|
12967
|
+
readonly cohorts: ArrayType<StructType<{
|
|
12968
|
+
readonly id: StringType;
|
|
12969
|
+
readonly name: StringType;
|
|
12970
|
+
readonly filters: ArrayType<VariantType<{
|
|
12971
|
+
readonly string: StructType<{
|
|
12972
|
+
readonly fieldId: StringType;
|
|
12973
|
+
readonly op: VariantType<{
|
|
12974
|
+
readonly eq: StringType;
|
|
12975
|
+
readonly neq: StringType;
|
|
12976
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
12977
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
12978
|
+
readonly contains: StringType;
|
|
12979
|
+
readonly matches: StringType;
|
|
12980
|
+
}>;
|
|
12981
|
+
}>;
|
|
12982
|
+
readonly integer: StructType<{
|
|
12983
|
+
readonly fieldId: StringType;
|
|
12984
|
+
readonly op: VariantType<{
|
|
12985
|
+
readonly eq: IntegerType;
|
|
12986
|
+
readonly neq: IntegerType;
|
|
12987
|
+
readonly lt: IntegerType;
|
|
12988
|
+
readonly lte: IntegerType;
|
|
12989
|
+
readonly gt: IntegerType;
|
|
12990
|
+
readonly gte: IntegerType;
|
|
12991
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
12992
|
+
}>;
|
|
12993
|
+
}>;
|
|
12994
|
+
readonly float: StructType<{
|
|
12995
|
+
readonly fieldId: StringType;
|
|
12996
|
+
readonly op: VariantType<{
|
|
12997
|
+
readonly lt: FloatType;
|
|
12998
|
+
readonly lte: FloatType;
|
|
12999
|
+
readonly gt: FloatType;
|
|
13000
|
+
readonly gte: FloatType;
|
|
13001
|
+
}>;
|
|
13002
|
+
}>;
|
|
13003
|
+
readonly datetime: StructType<{
|
|
13004
|
+
readonly fieldId: StringType;
|
|
13005
|
+
readonly op: VariantType<{
|
|
13006
|
+
readonly before: DateTimeType;
|
|
13007
|
+
readonly after: DateTimeType;
|
|
13008
|
+
readonly between: StructType<{
|
|
13009
|
+
readonly from: DateTimeType;
|
|
13010
|
+
readonly to: DateTimeType;
|
|
13011
|
+
}>;
|
|
13012
|
+
}>;
|
|
13013
|
+
}>;
|
|
13014
|
+
readonly boolean: StructType<{
|
|
13015
|
+
readonly fieldId: StringType;
|
|
13016
|
+
readonly op: VariantType<{
|
|
13017
|
+
readonly is: BooleanType;
|
|
13018
|
+
}>;
|
|
13019
|
+
}>;
|
|
13020
|
+
}>>;
|
|
13021
|
+
}>>;
|
|
13022
|
+
readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
|
|
13023
|
+
readonly breakdown: OptionType<StructType<{
|
|
13024
|
+
readonly fieldId: StringType;
|
|
13025
|
+
readonly limit: OptionType<IntegerType>;
|
|
13026
|
+
}>>;
|
|
13027
|
+
readonly search: OptionType<StringType>;
|
|
13028
|
+
readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
|
|
13029
|
+
readonly selectedIndex: OptionType<IntegerType>;
|
|
13030
|
+
}>], NullType>;
|
|
13031
|
+
readonly setRange: FunctionType<[OptionType<VariantType<{
|
|
13032
|
+
readonly datetime: StructType<{
|
|
13033
|
+
readonly from: DateTimeType;
|
|
13034
|
+
readonly to: DateTimeType;
|
|
13035
|
+
}>;
|
|
13036
|
+
readonly datetimePreset: VariantType<{
|
|
13037
|
+
readonly today: NullType;
|
|
13038
|
+
readonly last7d: NullType;
|
|
13039
|
+
readonly last30d: NullType;
|
|
13040
|
+
readonly last90d: NullType;
|
|
13041
|
+
readonly ytd: NullType;
|
|
13042
|
+
}>;
|
|
13043
|
+
readonly integer: StructType<{
|
|
13044
|
+
readonly from: IntegerType;
|
|
13045
|
+
readonly to: IntegerType;
|
|
13046
|
+
}>;
|
|
13047
|
+
readonly float: StructType<{
|
|
13048
|
+
readonly from: FloatType;
|
|
13049
|
+
readonly to: FloatType;
|
|
13050
|
+
}>;
|
|
13051
|
+
}>>], NullType>;
|
|
13052
|
+
readonly setCompare: FunctionType<[OptionType<VariantType<{
|
|
13053
|
+
readonly previousPeriod: NullType;
|
|
13054
|
+
readonly previousYear: NullType;
|
|
13055
|
+
}>>], NullType>;
|
|
13056
|
+
readonly addFilter: FunctionType<[VariantType<{
|
|
13057
|
+
readonly string: StructType<{
|
|
13058
|
+
readonly fieldId: StringType;
|
|
13059
|
+
readonly op: VariantType<{
|
|
13060
|
+
readonly eq: StringType;
|
|
13061
|
+
readonly neq: StringType;
|
|
13062
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
13063
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
13064
|
+
readonly contains: StringType;
|
|
13065
|
+
readonly matches: StringType;
|
|
13066
|
+
}>;
|
|
13067
|
+
}>;
|
|
13068
|
+
readonly integer: StructType<{
|
|
13069
|
+
readonly fieldId: StringType;
|
|
13070
|
+
readonly op: VariantType<{
|
|
13071
|
+
readonly eq: IntegerType;
|
|
13072
|
+
readonly neq: IntegerType;
|
|
13073
|
+
readonly lt: IntegerType;
|
|
13074
|
+
readonly lte: IntegerType;
|
|
13075
|
+
readonly gt: IntegerType;
|
|
13076
|
+
readonly gte: IntegerType;
|
|
13077
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
13078
|
+
}>;
|
|
13079
|
+
}>;
|
|
13080
|
+
readonly float: StructType<{
|
|
13081
|
+
readonly fieldId: StringType;
|
|
13082
|
+
readonly op: VariantType<{
|
|
13083
|
+
readonly lt: FloatType;
|
|
13084
|
+
readonly lte: FloatType;
|
|
13085
|
+
readonly gt: FloatType;
|
|
13086
|
+
readonly gte: FloatType;
|
|
13087
|
+
}>;
|
|
13088
|
+
}>;
|
|
13089
|
+
readonly datetime: StructType<{
|
|
13090
|
+
readonly fieldId: StringType;
|
|
13091
|
+
readonly op: VariantType<{
|
|
13092
|
+
readonly before: DateTimeType;
|
|
13093
|
+
readonly after: DateTimeType;
|
|
13094
|
+
readonly between: StructType<{
|
|
13095
|
+
readonly from: DateTimeType;
|
|
13096
|
+
readonly to: DateTimeType;
|
|
13097
|
+
}>;
|
|
13098
|
+
}>;
|
|
13099
|
+
}>;
|
|
13100
|
+
readonly boolean: StructType<{
|
|
13101
|
+
readonly fieldId: StringType;
|
|
13102
|
+
readonly op: VariantType<{
|
|
13103
|
+
readonly is: BooleanType;
|
|
13104
|
+
}>;
|
|
13105
|
+
}>;
|
|
13106
|
+
}>], NullType>;
|
|
13107
|
+
readonly removeFilter: FunctionType<[IntegerType], NullType>;
|
|
13108
|
+
readonly clearFilters: FunctionType<[], NullType>;
|
|
13109
|
+
readonly defineCohort: FunctionType<[StructType<{
|
|
13110
|
+
readonly id: StringType;
|
|
13111
|
+
readonly name: StringType;
|
|
13112
|
+
readonly filters: ArrayType<VariantType<{
|
|
13113
|
+
readonly string: StructType<{
|
|
13114
|
+
readonly fieldId: StringType;
|
|
13115
|
+
readonly op: VariantType<{
|
|
13116
|
+
readonly eq: StringType;
|
|
13117
|
+
readonly neq: StringType;
|
|
13118
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
13119
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
13120
|
+
readonly contains: StringType;
|
|
13121
|
+
readonly matches: StringType;
|
|
13122
|
+
}>;
|
|
13123
|
+
}>;
|
|
13124
|
+
readonly integer: StructType<{
|
|
13125
|
+
readonly fieldId: StringType;
|
|
13126
|
+
readonly op: VariantType<{
|
|
13127
|
+
readonly eq: IntegerType;
|
|
13128
|
+
readonly neq: IntegerType;
|
|
13129
|
+
readonly lt: IntegerType;
|
|
13130
|
+
readonly lte: IntegerType;
|
|
13131
|
+
readonly gt: IntegerType;
|
|
13132
|
+
readonly gte: IntegerType;
|
|
13133
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
13134
|
+
}>;
|
|
13135
|
+
}>;
|
|
13136
|
+
readonly float: StructType<{
|
|
13137
|
+
readonly fieldId: StringType;
|
|
13138
|
+
readonly op: VariantType<{
|
|
13139
|
+
readonly lt: FloatType;
|
|
13140
|
+
readonly lte: FloatType;
|
|
13141
|
+
readonly gt: FloatType;
|
|
13142
|
+
readonly gte: FloatType;
|
|
13143
|
+
}>;
|
|
13144
|
+
}>;
|
|
13145
|
+
readonly datetime: StructType<{
|
|
13146
|
+
readonly fieldId: StringType;
|
|
13147
|
+
readonly op: VariantType<{
|
|
13148
|
+
readonly before: DateTimeType;
|
|
13149
|
+
readonly after: DateTimeType;
|
|
13150
|
+
readonly between: StructType<{
|
|
13151
|
+
readonly from: DateTimeType;
|
|
13152
|
+
readonly to: DateTimeType;
|
|
13153
|
+
}>;
|
|
13154
|
+
}>;
|
|
13155
|
+
}>;
|
|
13156
|
+
readonly boolean: StructType<{
|
|
13157
|
+
readonly fieldId: StringType;
|
|
13158
|
+
readonly op: VariantType<{
|
|
13159
|
+
readonly is: BooleanType;
|
|
13160
|
+
}>;
|
|
13161
|
+
}>;
|
|
13162
|
+
}>>;
|
|
13163
|
+
}>], NullType>;
|
|
13164
|
+
readonly updateCohort: FunctionType<[StringType, StructType<{
|
|
13165
|
+
readonly id: StringType;
|
|
13166
|
+
readonly name: StringType;
|
|
13167
|
+
readonly filters: ArrayType<VariantType<{
|
|
13168
|
+
readonly string: StructType<{
|
|
13169
|
+
readonly fieldId: StringType;
|
|
13170
|
+
readonly op: VariantType<{
|
|
13171
|
+
readonly eq: StringType;
|
|
13172
|
+
readonly neq: StringType;
|
|
13173
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
13174
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
13175
|
+
readonly contains: StringType;
|
|
13176
|
+
readonly matches: StringType;
|
|
13177
|
+
}>;
|
|
13178
|
+
}>;
|
|
13179
|
+
readonly integer: StructType<{
|
|
13180
|
+
readonly fieldId: StringType;
|
|
13181
|
+
readonly op: VariantType<{
|
|
13182
|
+
readonly eq: IntegerType;
|
|
13183
|
+
readonly neq: IntegerType;
|
|
13184
|
+
readonly lt: IntegerType;
|
|
13185
|
+
readonly lte: IntegerType;
|
|
13186
|
+
readonly gt: IntegerType;
|
|
13187
|
+
readonly gte: IntegerType;
|
|
13188
|
+
readonly in: import("@elaraai/east").SetType<IntegerType>;
|
|
13189
|
+
}>;
|
|
13190
|
+
}>;
|
|
13191
|
+
readonly float: StructType<{
|
|
13192
|
+
readonly fieldId: StringType;
|
|
13193
|
+
readonly op: VariantType<{
|
|
13194
|
+
readonly lt: FloatType;
|
|
13195
|
+
readonly lte: FloatType;
|
|
13196
|
+
readonly gt: FloatType;
|
|
13197
|
+
readonly gte: FloatType;
|
|
13198
|
+
}>;
|
|
13199
|
+
}>;
|
|
13200
|
+
readonly datetime: StructType<{
|
|
13201
|
+
readonly fieldId: StringType;
|
|
13202
|
+
readonly op: VariantType<{
|
|
13203
|
+
readonly before: DateTimeType;
|
|
13204
|
+
readonly after: DateTimeType;
|
|
13205
|
+
readonly between: StructType<{
|
|
13206
|
+
readonly from: DateTimeType;
|
|
13207
|
+
readonly to: DateTimeType;
|
|
13208
|
+
}>;
|
|
13209
|
+
}>;
|
|
13210
|
+
}>;
|
|
13211
|
+
readonly boolean: StructType<{
|
|
13212
|
+
readonly fieldId: StringType;
|
|
13213
|
+
readonly op: VariantType<{
|
|
13214
|
+
readonly is: BooleanType;
|
|
13215
|
+
}>;
|
|
13216
|
+
}>;
|
|
13217
|
+
}>>;
|
|
13218
|
+
}>], NullType>;
|
|
13219
|
+
readonly removeCohort: FunctionType<[StringType], NullType>;
|
|
13220
|
+
readonly toggleCohort: FunctionType<[StringType], NullType>;
|
|
13221
|
+
readonly setBreakdown: FunctionType<[OptionType<StructType<{
|
|
13222
|
+
readonly fieldId: StringType;
|
|
13223
|
+
readonly limit: OptionType<IntegerType>;
|
|
13224
|
+
}>>], NullType>;
|
|
13225
|
+
readonly setSearch: FunctionType<[OptionType<StringType>], NullType>;
|
|
13226
|
+
readonly setVisible: FunctionType<[OptionType<import("@elaraai/east").SetType<StringType>>], NullType>;
|
|
13227
|
+
readonly select: FunctionType<[OptionType<IntegerType>], NullType>;
|
|
13228
|
+
readonly isActive: FunctionType<[], BooleanType>;
|
|
13229
|
+
readonly activeCount: FunctionType<[], IntegerType>;
|
|
13230
|
+
readonly dimensions: FunctionType<[], ArrayType<StructType<{
|
|
13231
|
+
readonly fieldId: StringType;
|
|
13232
|
+
readonly label: StringType;
|
|
13233
|
+
}>>>;
|
|
13234
|
+
readonly fields: FunctionType<[], ArrayType<StructType<{
|
|
13235
|
+
readonly fieldId: StringType;
|
|
13236
|
+
readonly label: StringType;
|
|
13237
|
+
readonly kind: StringType;
|
|
13238
|
+
readonly hints: ArrayType<StringType>;
|
|
13239
|
+
}>>>;
|
|
13240
|
+
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
13241
|
+
readonly rangeFieldId: FunctionType<[], OptionType<StringType>>;
|
|
13242
|
+
readonly totalCount: FunctionType<[], IntegerType>;
|
|
13243
|
+
readonly resultCount: FunctionType<[], IntegerType>;
|
|
13244
|
+
readonly groups: FunctionType<[], ArrayType<StructType<{
|
|
13245
|
+
readonly key: StringType;
|
|
13246
|
+
readonly count: IntegerType;
|
|
13247
|
+
readonly color: StringType;
|
|
13248
|
+
}>>>;
|
|
13249
|
+
readonly series: FunctionType<[StringType, StringType], ArrayType<StructType<{
|
|
13250
|
+
readonly key: StringType;
|
|
13251
|
+
readonly color: StringType;
|
|
13252
|
+
readonly points: ArrayType<StructType<{
|
|
13253
|
+
readonly x: VariantType<{
|
|
13254
|
+
readonly category: StringType;
|
|
13255
|
+
readonly number: FloatType;
|
|
13256
|
+
readonly time: DateTimeType;
|
|
13257
|
+
}>;
|
|
13258
|
+
readonly value: FloatType;
|
|
13259
|
+
readonly size: OptionType<FloatType>;
|
|
13260
|
+
readonly color: OptionType<StringType>;
|
|
13261
|
+
}>>;
|
|
13262
|
+
}>>>;
|
|
13263
|
+
readonly matches: FunctionType<[], ArrayType<StructType<{
|
|
13264
|
+
readonly id: StringType;
|
|
13265
|
+
readonly label: StringType;
|
|
13266
|
+
readonly meta: OptionType<StringType>;
|
|
13267
|
+
}>>>;
|
|
13268
|
+
readonly cohortCounts: FunctionType<[], DictType<StringType, IntegerType>>;
|
|
13269
|
+
}>;
|
|
13270
|
+
readonly affordances: ArrayType<VariantType<{
|
|
13271
|
+
readonly filter: NullType;
|
|
13272
|
+
readonly search: NullType;
|
|
13273
|
+
readonly breakdown: NullType;
|
|
13274
|
+
readonly range: NullType;
|
|
13275
|
+
readonly cohort: NullType;
|
|
13276
|
+
readonly brush: NullType;
|
|
13277
|
+
}>>;
|
|
13278
|
+
}>>;
|
|
12595
13279
|
readonly height: OptionType<StringType>;
|
|
12596
13280
|
readonly onSelect: OptionType<FunctionType<[StringType], NullType>>;
|
|
12597
13281
|
}>;
|
|
@@ -13356,6 +14040,9 @@ declare const UIComponentTypeImpl: RecursiveType<VariantType<{
|
|
|
13356
14040
|
readonly contained: OptionType<BooleanType>;
|
|
13357
14041
|
readonly onOpenChange: OptionType<FunctionType<[BooleanType], NullType>>;
|
|
13358
14042
|
readonly onExitComplete: OptionType<FunctionType<[], NullType>>;
|
|
14043
|
+
readonly bodyPadding: OptionType<StringType>;
|
|
14044
|
+
readonly flush: OptionType<BooleanType>;
|
|
14045
|
+
readonly fillBody: OptionType<BooleanType>;
|
|
13359
14046
|
}>>;
|
|
13360
14047
|
}>;
|
|
13361
14048
|
readonly Popover: StructType<{
|