@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
|
@@ -193,6 +193,7 @@ export declare function sliceConfigTypeFor<T extends EastType>(rowType: T): Stru
|
|
|
193
193
|
readonly rangeFieldId: OptionType<StringType>;
|
|
194
194
|
readonly searchFieldIds: ArrayType<StringType>;
|
|
195
195
|
readonly breakdownFieldIds: ArrayType<StringType>;
|
|
196
|
+
readonly fieldHints: DictType<StringType, ArrayType<StringType>>;
|
|
196
197
|
}>;
|
|
197
198
|
export declare const SliceConfigType: StructType<{
|
|
198
199
|
readonly fields: DictType<StringType, VariantType<{
|
|
@@ -220,6 +221,7 @@ export declare const SliceConfigType: StructType<{
|
|
|
220
221
|
readonly rangeFieldId: OptionType<StringType>;
|
|
221
222
|
readonly searchFieldIds: ArrayType<StringType>;
|
|
222
223
|
readonly breakdownFieldIds: ArrayType<StringType>;
|
|
224
|
+
readonly fieldHints: DictType<StringType, ArrayType<StringType>>;
|
|
223
225
|
}>;
|
|
224
226
|
/**
|
|
225
227
|
* One field declaration in `Slice.config`. Only the label is required —
|
|
@@ -228,9 +230,11 @@ export declare const SliceConfigType: StructType<{
|
|
|
228
230
|
* row's struct field type.
|
|
229
231
|
*
|
|
230
232
|
* @property label - Human-readable label shown in filter / breakdown UI
|
|
233
|
+
* @property hints - Optional candidate values surfaced as autocomplete in the filter's `in` / `notIn` / `eq` / `neq` controls
|
|
231
234
|
*/
|
|
232
235
|
export interface SliceFieldUserConfig {
|
|
233
236
|
label: string;
|
|
237
|
+
hints?: ReadonlyArray<string>;
|
|
234
238
|
}
|
|
235
239
|
/**
|
|
236
240
|
* Plain TS config for `Slice.config`. The row type is passed as the first
|
|
@@ -308,6 +312,7 @@ declare function createSliceConfig<RowType extends EastType, Fields extends Reco
|
|
|
308
312
|
readonly rangeFieldId: OptionType<StringType>;
|
|
309
313
|
readonly searchFieldIds: ArrayType<StringType>;
|
|
310
314
|
readonly breakdownFieldIds: ArrayType<StringType>;
|
|
315
|
+
readonly fieldHints: DictType<StringType, ArrayType<StringType>>;
|
|
311
316
|
}>;
|
|
312
317
|
/**
|
|
313
318
|
* Optional fields for `Slice.state`. Each field carries either a plain
|
|
@@ -864,11 +869,13 @@ export type SliceDimensionArrayType = typeof SliceDimensionArrayType;
|
|
|
864
869
|
* @property fieldId - Field id (key into `config.fields`)
|
|
865
870
|
* @property label - Human label
|
|
866
871
|
* @property kind - Primitive kind: `string` / `integer` / `float` / `datetime` / `boolean`
|
|
872
|
+
* @property hints - Explicit autocomplete candidate values (from `Slice.config`); empty when none
|
|
867
873
|
*/
|
|
868
874
|
export declare const SliceFieldDescriptorType: StructType<{
|
|
869
875
|
readonly fieldId: StringType;
|
|
870
876
|
readonly label: StringType;
|
|
871
877
|
readonly kind: StringType;
|
|
878
|
+
readonly hints: ArrayType<StringType>;
|
|
872
879
|
}>;
|
|
873
880
|
export type SliceFieldDescriptorType = typeof SliceFieldDescriptorType;
|
|
874
881
|
/** Array of {@link SliceFieldDescriptorType}. */
|
|
@@ -876,6 +883,7 @@ export declare const SliceFieldDescriptorArrayType: ArrayType<StructType<{
|
|
|
876
883
|
readonly fieldId: StringType;
|
|
877
884
|
readonly label: StringType;
|
|
878
885
|
readonly kind: StringType;
|
|
886
|
+
readonly hints: ArrayType<StringType>;
|
|
879
887
|
}>>;
|
|
880
888
|
export type SliceFieldDescriptorArrayType = typeof SliceFieldDescriptorArrayType;
|
|
881
889
|
/**
|
|
@@ -1537,6 +1545,7 @@ export declare const SliceBindType: StructType<{
|
|
|
1537
1545
|
readonly fieldId: StringType;
|
|
1538
1546
|
readonly label: StringType;
|
|
1539
1547
|
readonly kind: StringType;
|
|
1548
|
+
readonly hints: ArrayType<StringType>;
|
|
1540
1549
|
}>>>;
|
|
1541
1550
|
/** Field ids the typeahead searches over — the chrome rail shows Search when non-empty. */
|
|
1542
1551
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
@@ -1584,6 +1593,537 @@ export declare const SliceBindType: StructType<{
|
|
|
1584
1593
|
readonly cohortCounts: FunctionType<[], DictType<StringType, IntegerType>>;
|
|
1585
1594
|
}>;
|
|
1586
1595
|
export type SliceBindType = typeof SliceBindType;
|
|
1596
|
+
/**
|
|
1597
|
+
* Low-level platform primitives that back {@link Slice.bind}'s handle methods.
|
|
1598
|
+
*
|
|
1599
|
+
* @internal Not for direct use — author against {@link Slice.bind}. These exist
|
|
1600
|
+
* so each handle method can be an IR-bearing `East.function` (serializable)
|
|
1601
|
+
* rather than a raw host closure. Keyed entirely by the slice's store key; the
|
|
1602
|
+
* data-derived primitives resolve the bound rows / config / `toMatch` from a host
|
|
1603
|
+
* registry that `Slice.bind` refreshes on every bind.
|
|
1604
|
+
*/
|
|
1605
|
+
export declare const SliceBindPrimitives: {
|
|
1606
|
+
readonly read: import("@elaraai/east").PlatformDefinition<[StringType], StructType<{
|
|
1607
|
+
readonly range: OptionType<VariantType<{
|
|
1608
|
+
readonly datetime: StructType<{
|
|
1609
|
+
readonly from: DateTimeType;
|
|
1610
|
+
readonly to: DateTimeType;
|
|
1611
|
+
}>;
|
|
1612
|
+
readonly datetimePreset: VariantType<{
|
|
1613
|
+
readonly today: NullType;
|
|
1614
|
+
readonly last7d: NullType;
|
|
1615
|
+
readonly last30d: NullType;
|
|
1616
|
+
readonly last90d: NullType;
|
|
1617
|
+
readonly ytd: NullType;
|
|
1618
|
+
}>;
|
|
1619
|
+
readonly integer: StructType<{
|
|
1620
|
+
readonly from: IntegerType;
|
|
1621
|
+
readonly to: IntegerType;
|
|
1622
|
+
}>;
|
|
1623
|
+
readonly float: StructType<{
|
|
1624
|
+
readonly from: FloatType;
|
|
1625
|
+
readonly to: FloatType;
|
|
1626
|
+
}>;
|
|
1627
|
+
}>>;
|
|
1628
|
+
readonly compare: OptionType<VariantType<{
|
|
1629
|
+
readonly previousPeriod: NullType;
|
|
1630
|
+
readonly previousYear: NullType;
|
|
1631
|
+
}>>;
|
|
1632
|
+
readonly filters: ArrayType<VariantType<{
|
|
1633
|
+
readonly string: StructType<{
|
|
1634
|
+
readonly fieldId: StringType;
|
|
1635
|
+
readonly op: VariantType<{
|
|
1636
|
+
readonly eq: StringType;
|
|
1637
|
+
readonly neq: StringType;
|
|
1638
|
+
readonly in: SetType<StringType>;
|
|
1639
|
+
readonly notIn: SetType<StringType>;
|
|
1640
|
+
readonly contains: StringType;
|
|
1641
|
+
readonly matches: StringType;
|
|
1642
|
+
}>;
|
|
1643
|
+
}>;
|
|
1644
|
+
readonly integer: StructType<{
|
|
1645
|
+
readonly fieldId: StringType;
|
|
1646
|
+
readonly op: VariantType<{
|
|
1647
|
+
readonly eq: IntegerType;
|
|
1648
|
+
readonly neq: IntegerType;
|
|
1649
|
+
readonly lt: IntegerType;
|
|
1650
|
+
readonly lte: IntegerType;
|
|
1651
|
+
readonly gt: IntegerType;
|
|
1652
|
+
readonly gte: IntegerType;
|
|
1653
|
+
readonly in: SetType<IntegerType>;
|
|
1654
|
+
}>;
|
|
1655
|
+
}>;
|
|
1656
|
+
readonly float: StructType<{
|
|
1657
|
+
readonly fieldId: StringType;
|
|
1658
|
+
readonly op: VariantType<{
|
|
1659
|
+
readonly lt: FloatType;
|
|
1660
|
+
readonly lte: FloatType;
|
|
1661
|
+
readonly gt: FloatType;
|
|
1662
|
+
readonly gte: FloatType;
|
|
1663
|
+
}>;
|
|
1664
|
+
}>;
|
|
1665
|
+
readonly datetime: StructType<{
|
|
1666
|
+
readonly fieldId: StringType;
|
|
1667
|
+
readonly op: VariantType<{
|
|
1668
|
+
readonly before: DateTimeType;
|
|
1669
|
+
readonly after: DateTimeType;
|
|
1670
|
+
readonly between: StructType<{
|
|
1671
|
+
readonly from: DateTimeType;
|
|
1672
|
+
readonly to: DateTimeType;
|
|
1673
|
+
}>;
|
|
1674
|
+
}>;
|
|
1675
|
+
}>;
|
|
1676
|
+
readonly boolean: StructType<{
|
|
1677
|
+
readonly fieldId: StringType;
|
|
1678
|
+
readonly op: VariantType<{
|
|
1679
|
+
readonly is: BooleanType;
|
|
1680
|
+
}>;
|
|
1681
|
+
}>;
|
|
1682
|
+
}>>;
|
|
1683
|
+
readonly cohorts: ArrayType<StructType<{
|
|
1684
|
+
readonly id: StringType;
|
|
1685
|
+
readonly name: StringType;
|
|
1686
|
+
readonly filters: ArrayType<VariantType<{
|
|
1687
|
+
readonly string: StructType<{
|
|
1688
|
+
readonly fieldId: StringType;
|
|
1689
|
+
readonly op: VariantType<{
|
|
1690
|
+
readonly eq: StringType;
|
|
1691
|
+
readonly neq: StringType;
|
|
1692
|
+
readonly in: SetType<StringType>;
|
|
1693
|
+
readonly notIn: SetType<StringType>;
|
|
1694
|
+
readonly contains: StringType;
|
|
1695
|
+
readonly matches: StringType;
|
|
1696
|
+
}>;
|
|
1697
|
+
}>;
|
|
1698
|
+
readonly integer: StructType<{
|
|
1699
|
+
readonly fieldId: StringType;
|
|
1700
|
+
readonly op: VariantType<{
|
|
1701
|
+
readonly eq: IntegerType;
|
|
1702
|
+
readonly neq: IntegerType;
|
|
1703
|
+
readonly lt: IntegerType;
|
|
1704
|
+
readonly lte: IntegerType;
|
|
1705
|
+
readonly gt: IntegerType;
|
|
1706
|
+
readonly gte: IntegerType;
|
|
1707
|
+
readonly in: SetType<IntegerType>;
|
|
1708
|
+
}>;
|
|
1709
|
+
}>;
|
|
1710
|
+
readonly float: StructType<{
|
|
1711
|
+
readonly fieldId: StringType;
|
|
1712
|
+
readonly op: VariantType<{
|
|
1713
|
+
readonly lt: FloatType;
|
|
1714
|
+
readonly lte: FloatType;
|
|
1715
|
+
readonly gt: FloatType;
|
|
1716
|
+
readonly gte: FloatType;
|
|
1717
|
+
}>;
|
|
1718
|
+
}>;
|
|
1719
|
+
readonly datetime: StructType<{
|
|
1720
|
+
readonly fieldId: StringType;
|
|
1721
|
+
readonly op: VariantType<{
|
|
1722
|
+
readonly before: DateTimeType;
|
|
1723
|
+
readonly after: DateTimeType;
|
|
1724
|
+
readonly between: StructType<{
|
|
1725
|
+
readonly from: DateTimeType;
|
|
1726
|
+
readonly to: DateTimeType;
|
|
1727
|
+
}>;
|
|
1728
|
+
}>;
|
|
1729
|
+
}>;
|
|
1730
|
+
readonly boolean: StructType<{
|
|
1731
|
+
readonly fieldId: StringType;
|
|
1732
|
+
readonly op: VariantType<{
|
|
1733
|
+
readonly is: BooleanType;
|
|
1734
|
+
}>;
|
|
1735
|
+
}>;
|
|
1736
|
+
}>>;
|
|
1737
|
+
}>>;
|
|
1738
|
+
readonly activeCohorts: SetType<StringType>;
|
|
1739
|
+
readonly breakdown: OptionType<StructType<{
|
|
1740
|
+
readonly fieldId: StringType;
|
|
1741
|
+
readonly limit: OptionType<IntegerType>;
|
|
1742
|
+
}>>;
|
|
1743
|
+
readonly search: OptionType<StringType>;
|
|
1744
|
+
readonly visible: OptionType<SetType<StringType>>;
|
|
1745
|
+
readonly selectedIndex: OptionType<IntegerType>;
|
|
1746
|
+
}>>;
|
|
1747
|
+
readonly write: import("@elaraai/east").PlatformDefinition<[StringType, StructType<{
|
|
1748
|
+
readonly range: OptionType<VariantType<{
|
|
1749
|
+
readonly datetime: StructType<{
|
|
1750
|
+
readonly from: DateTimeType;
|
|
1751
|
+
readonly to: DateTimeType;
|
|
1752
|
+
}>;
|
|
1753
|
+
readonly datetimePreset: VariantType<{
|
|
1754
|
+
readonly today: NullType;
|
|
1755
|
+
readonly last7d: NullType;
|
|
1756
|
+
readonly last30d: NullType;
|
|
1757
|
+
readonly last90d: NullType;
|
|
1758
|
+
readonly ytd: NullType;
|
|
1759
|
+
}>;
|
|
1760
|
+
readonly integer: StructType<{
|
|
1761
|
+
readonly from: IntegerType;
|
|
1762
|
+
readonly to: IntegerType;
|
|
1763
|
+
}>;
|
|
1764
|
+
readonly float: StructType<{
|
|
1765
|
+
readonly from: FloatType;
|
|
1766
|
+
readonly to: FloatType;
|
|
1767
|
+
}>;
|
|
1768
|
+
}>>;
|
|
1769
|
+
readonly compare: OptionType<VariantType<{
|
|
1770
|
+
readonly previousPeriod: NullType;
|
|
1771
|
+
readonly previousYear: NullType;
|
|
1772
|
+
}>>;
|
|
1773
|
+
readonly filters: ArrayType<VariantType<{
|
|
1774
|
+
readonly string: StructType<{
|
|
1775
|
+
readonly fieldId: StringType;
|
|
1776
|
+
readonly op: VariantType<{
|
|
1777
|
+
readonly eq: StringType;
|
|
1778
|
+
readonly neq: StringType;
|
|
1779
|
+
readonly in: SetType<StringType>;
|
|
1780
|
+
readonly notIn: SetType<StringType>;
|
|
1781
|
+
readonly contains: StringType;
|
|
1782
|
+
readonly matches: StringType;
|
|
1783
|
+
}>;
|
|
1784
|
+
}>;
|
|
1785
|
+
readonly integer: StructType<{
|
|
1786
|
+
readonly fieldId: StringType;
|
|
1787
|
+
readonly op: VariantType<{
|
|
1788
|
+
readonly eq: IntegerType;
|
|
1789
|
+
readonly neq: IntegerType;
|
|
1790
|
+
readonly lt: IntegerType;
|
|
1791
|
+
readonly lte: IntegerType;
|
|
1792
|
+
readonly gt: IntegerType;
|
|
1793
|
+
readonly gte: IntegerType;
|
|
1794
|
+
readonly in: SetType<IntegerType>;
|
|
1795
|
+
}>;
|
|
1796
|
+
}>;
|
|
1797
|
+
readonly float: StructType<{
|
|
1798
|
+
readonly fieldId: StringType;
|
|
1799
|
+
readonly op: VariantType<{
|
|
1800
|
+
readonly lt: FloatType;
|
|
1801
|
+
readonly lte: FloatType;
|
|
1802
|
+
readonly gt: FloatType;
|
|
1803
|
+
readonly gte: FloatType;
|
|
1804
|
+
}>;
|
|
1805
|
+
}>;
|
|
1806
|
+
readonly datetime: StructType<{
|
|
1807
|
+
readonly fieldId: StringType;
|
|
1808
|
+
readonly op: VariantType<{
|
|
1809
|
+
readonly before: DateTimeType;
|
|
1810
|
+
readonly after: DateTimeType;
|
|
1811
|
+
readonly between: StructType<{
|
|
1812
|
+
readonly from: DateTimeType;
|
|
1813
|
+
readonly to: DateTimeType;
|
|
1814
|
+
}>;
|
|
1815
|
+
}>;
|
|
1816
|
+
}>;
|
|
1817
|
+
readonly boolean: StructType<{
|
|
1818
|
+
readonly fieldId: StringType;
|
|
1819
|
+
readonly op: VariantType<{
|
|
1820
|
+
readonly is: BooleanType;
|
|
1821
|
+
}>;
|
|
1822
|
+
}>;
|
|
1823
|
+
}>>;
|
|
1824
|
+
readonly cohorts: ArrayType<StructType<{
|
|
1825
|
+
readonly id: StringType;
|
|
1826
|
+
readonly name: StringType;
|
|
1827
|
+
readonly filters: ArrayType<VariantType<{
|
|
1828
|
+
readonly string: StructType<{
|
|
1829
|
+
readonly fieldId: StringType;
|
|
1830
|
+
readonly op: VariantType<{
|
|
1831
|
+
readonly eq: StringType;
|
|
1832
|
+
readonly neq: StringType;
|
|
1833
|
+
readonly in: SetType<StringType>;
|
|
1834
|
+
readonly notIn: SetType<StringType>;
|
|
1835
|
+
readonly contains: StringType;
|
|
1836
|
+
readonly matches: StringType;
|
|
1837
|
+
}>;
|
|
1838
|
+
}>;
|
|
1839
|
+
readonly integer: StructType<{
|
|
1840
|
+
readonly fieldId: StringType;
|
|
1841
|
+
readonly op: VariantType<{
|
|
1842
|
+
readonly eq: IntegerType;
|
|
1843
|
+
readonly neq: IntegerType;
|
|
1844
|
+
readonly lt: IntegerType;
|
|
1845
|
+
readonly lte: IntegerType;
|
|
1846
|
+
readonly gt: IntegerType;
|
|
1847
|
+
readonly gte: IntegerType;
|
|
1848
|
+
readonly in: SetType<IntegerType>;
|
|
1849
|
+
}>;
|
|
1850
|
+
}>;
|
|
1851
|
+
readonly float: StructType<{
|
|
1852
|
+
readonly fieldId: StringType;
|
|
1853
|
+
readonly op: VariantType<{
|
|
1854
|
+
readonly lt: FloatType;
|
|
1855
|
+
readonly lte: FloatType;
|
|
1856
|
+
readonly gt: FloatType;
|
|
1857
|
+
readonly gte: FloatType;
|
|
1858
|
+
}>;
|
|
1859
|
+
}>;
|
|
1860
|
+
readonly datetime: StructType<{
|
|
1861
|
+
readonly fieldId: StringType;
|
|
1862
|
+
readonly op: VariantType<{
|
|
1863
|
+
readonly before: DateTimeType;
|
|
1864
|
+
readonly after: DateTimeType;
|
|
1865
|
+
readonly between: StructType<{
|
|
1866
|
+
readonly from: DateTimeType;
|
|
1867
|
+
readonly to: DateTimeType;
|
|
1868
|
+
}>;
|
|
1869
|
+
}>;
|
|
1870
|
+
}>;
|
|
1871
|
+
readonly boolean: StructType<{
|
|
1872
|
+
readonly fieldId: StringType;
|
|
1873
|
+
readonly op: VariantType<{
|
|
1874
|
+
readonly is: BooleanType;
|
|
1875
|
+
}>;
|
|
1876
|
+
}>;
|
|
1877
|
+
}>>;
|
|
1878
|
+
}>>;
|
|
1879
|
+
readonly activeCohorts: SetType<StringType>;
|
|
1880
|
+
readonly breakdown: OptionType<StructType<{
|
|
1881
|
+
readonly fieldId: StringType;
|
|
1882
|
+
readonly limit: OptionType<IntegerType>;
|
|
1883
|
+
}>>;
|
|
1884
|
+
readonly search: OptionType<StringType>;
|
|
1885
|
+
readonly visible: OptionType<SetType<StringType>>;
|
|
1886
|
+
readonly selectedIndex: OptionType<IntegerType>;
|
|
1887
|
+
}>], NullType>;
|
|
1888
|
+
readonly setRange: import("@elaraai/east").PlatformDefinition<[StringType, OptionType<VariantType<{
|
|
1889
|
+
readonly datetime: StructType<{
|
|
1890
|
+
readonly from: DateTimeType;
|
|
1891
|
+
readonly to: DateTimeType;
|
|
1892
|
+
}>;
|
|
1893
|
+
readonly datetimePreset: VariantType<{
|
|
1894
|
+
readonly today: NullType;
|
|
1895
|
+
readonly last7d: NullType;
|
|
1896
|
+
readonly last30d: NullType;
|
|
1897
|
+
readonly last90d: NullType;
|
|
1898
|
+
readonly ytd: NullType;
|
|
1899
|
+
}>;
|
|
1900
|
+
readonly integer: StructType<{
|
|
1901
|
+
readonly from: IntegerType;
|
|
1902
|
+
readonly to: IntegerType;
|
|
1903
|
+
}>;
|
|
1904
|
+
readonly float: StructType<{
|
|
1905
|
+
readonly from: FloatType;
|
|
1906
|
+
readonly to: FloatType;
|
|
1907
|
+
}>;
|
|
1908
|
+
}>>], NullType>;
|
|
1909
|
+
readonly setCompare: import("@elaraai/east").PlatformDefinition<[StringType, OptionType<VariantType<{
|
|
1910
|
+
readonly previousPeriod: NullType;
|
|
1911
|
+
readonly previousYear: NullType;
|
|
1912
|
+
}>>], NullType>;
|
|
1913
|
+
readonly addFilter: import("@elaraai/east").PlatformDefinition<[StringType, VariantType<{
|
|
1914
|
+
readonly string: StructType<{
|
|
1915
|
+
readonly fieldId: StringType;
|
|
1916
|
+
readonly op: VariantType<{
|
|
1917
|
+
readonly eq: StringType;
|
|
1918
|
+
readonly neq: StringType;
|
|
1919
|
+
readonly in: SetType<StringType>;
|
|
1920
|
+
readonly notIn: SetType<StringType>;
|
|
1921
|
+
readonly contains: StringType;
|
|
1922
|
+
readonly matches: StringType;
|
|
1923
|
+
}>;
|
|
1924
|
+
}>;
|
|
1925
|
+
readonly integer: StructType<{
|
|
1926
|
+
readonly fieldId: StringType;
|
|
1927
|
+
readonly op: VariantType<{
|
|
1928
|
+
readonly eq: IntegerType;
|
|
1929
|
+
readonly neq: IntegerType;
|
|
1930
|
+
readonly lt: IntegerType;
|
|
1931
|
+
readonly lte: IntegerType;
|
|
1932
|
+
readonly gt: IntegerType;
|
|
1933
|
+
readonly gte: IntegerType;
|
|
1934
|
+
readonly in: SetType<IntegerType>;
|
|
1935
|
+
}>;
|
|
1936
|
+
}>;
|
|
1937
|
+
readonly float: StructType<{
|
|
1938
|
+
readonly fieldId: StringType;
|
|
1939
|
+
readonly op: VariantType<{
|
|
1940
|
+
readonly lt: FloatType;
|
|
1941
|
+
readonly lte: FloatType;
|
|
1942
|
+
readonly gt: FloatType;
|
|
1943
|
+
readonly gte: FloatType;
|
|
1944
|
+
}>;
|
|
1945
|
+
}>;
|
|
1946
|
+
readonly datetime: StructType<{
|
|
1947
|
+
readonly fieldId: StringType;
|
|
1948
|
+
readonly op: VariantType<{
|
|
1949
|
+
readonly before: DateTimeType;
|
|
1950
|
+
readonly after: DateTimeType;
|
|
1951
|
+
readonly between: StructType<{
|
|
1952
|
+
readonly from: DateTimeType;
|
|
1953
|
+
readonly to: DateTimeType;
|
|
1954
|
+
}>;
|
|
1955
|
+
}>;
|
|
1956
|
+
}>;
|
|
1957
|
+
readonly boolean: StructType<{
|
|
1958
|
+
readonly fieldId: StringType;
|
|
1959
|
+
readonly op: VariantType<{
|
|
1960
|
+
readonly is: BooleanType;
|
|
1961
|
+
}>;
|
|
1962
|
+
}>;
|
|
1963
|
+
}>], NullType>;
|
|
1964
|
+
readonly removeFilter: import("@elaraai/east").PlatformDefinition<[StringType, IntegerType], NullType>;
|
|
1965
|
+
readonly clearFilters: import("@elaraai/east").PlatformDefinition<[StringType], NullType>;
|
|
1966
|
+
readonly defineCohort: import("@elaraai/east").PlatformDefinition<[StringType, StructType<{
|
|
1967
|
+
readonly id: StringType;
|
|
1968
|
+
readonly name: StringType;
|
|
1969
|
+
readonly filters: ArrayType<VariantType<{
|
|
1970
|
+
readonly string: StructType<{
|
|
1971
|
+
readonly fieldId: StringType;
|
|
1972
|
+
readonly op: VariantType<{
|
|
1973
|
+
readonly eq: StringType;
|
|
1974
|
+
readonly neq: StringType;
|
|
1975
|
+
readonly in: SetType<StringType>;
|
|
1976
|
+
readonly notIn: SetType<StringType>;
|
|
1977
|
+
readonly contains: StringType;
|
|
1978
|
+
readonly matches: StringType;
|
|
1979
|
+
}>;
|
|
1980
|
+
}>;
|
|
1981
|
+
readonly integer: StructType<{
|
|
1982
|
+
readonly fieldId: StringType;
|
|
1983
|
+
readonly op: VariantType<{
|
|
1984
|
+
readonly eq: IntegerType;
|
|
1985
|
+
readonly neq: IntegerType;
|
|
1986
|
+
readonly lt: IntegerType;
|
|
1987
|
+
readonly lte: IntegerType;
|
|
1988
|
+
readonly gt: IntegerType;
|
|
1989
|
+
readonly gte: IntegerType;
|
|
1990
|
+
readonly in: SetType<IntegerType>;
|
|
1991
|
+
}>;
|
|
1992
|
+
}>;
|
|
1993
|
+
readonly float: StructType<{
|
|
1994
|
+
readonly fieldId: StringType;
|
|
1995
|
+
readonly op: VariantType<{
|
|
1996
|
+
readonly lt: FloatType;
|
|
1997
|
+
readonly lte: FloatType;
|
|
1998
|
+
readonly gt: FloatType;
|
|
1999
|
+
readonly gte: FloatType;
|
|
2000
|
+
}>;
|
|
2001
|
+
}>;
|
|
2002
|
+
readonly datetime: StructType<{
|
|
2003
|
+
readonly fieldId: StringType;
|
|
2004
|
+
readonly op: VariantType<{
|
|
2005
|
+
readonly before: DateTimeType;
|
|
2006
|
+
readonly after: DateTimeType;
|
|
2007
|
+
readonly between: StructType<{
|
|
2008
|
+
readonly from: DateTimeType;
|
|
2009
|
+
readonly to: DateTimeType;
|
|
2010
|
+
}>;
|
|
2011
|
+
}>;
|
|
2012
|
+
}>;
|
|
2013
|
+
readonly boolean: StructType<{
|
|
2014
|
+
readonly fieldId: StringType;
|
|
2015
|
+
readonly op: VariantType<{
|
|
2016
|
+
readonly is: BooleanType;
|
|
2017
|
+
}>;
|
|
2018
|
+
}>;
|
|
2019
|
+
}>>;
|
|
2020
|
+
}>], NullType>;
|
|
2021
|
+
readonly updateCohort: import("@elaraai/east").PlatformDefinition<[StringType, StringType, StructType<{
|
|
2022
|
+
readonly id: StringType;
|
|
2023
|
+
readonly name: StringType;
|
|
2024
|
+
readonly filters: ArrayType<VariantType<{
|
|
2025
|
+
readonly string: StructType<{
|
|
2026
|
+
readonly fieldId: StringType;
|
|
2027
|
+
readonly op: VariantType<{
|
|
2028
|
+
readonly eq: StringType;
|
|
2029
|
+
readonly neq: StringType;
|
|
2030
|
+
readonly in: SetType<StringType>;
|
|
2031
|
+
readonly notIn: SetType<StringType>;
|
|
2032
|
+
readonly contains: StringType;
|
|
2033
|
+
readonly matches: StringType;
|
|
2034
|
+
}>;
|
|
2035
|
+
}>;
|
|
2036
|
+
readonly integer: StructType<{
|
|
2037
|
+
readonly fieldId: StringType;
|
|
2038
|
+
readonly op: VariantType<{
|
|
2039
|
+
readonly eq: IntegerType;
|
|
2040
|
+
readonly neq: IntegerType;
|
|
2041
|
+
readonly lt: IntegerType;
|
|
2042
|
+
readonly lte: IntegerType;
|
|
2043
|
+
readonly gt: IntegerType;
|
|
2044
|
+
readonly gte: IntegerType;
|
|
2045
|
+
readonly in: SetType<IntegerType>;
|
|
2046
|
+
}>;
|
|
2047
|
+
}>;
|
|
2048
|
+
readonly float: StructType<{
|
|
2049
|
+
readonly fieldId: StringType;
|
|
2050
|
+
readonly op: VariantType<{
|
|
2051
|
+
readonly lt: FloatType;
|
|
2052
|
+
readonly lte: FloatType;
|
|
2053
|
+
readonly gt: FloatType;
|
|
2054
|
+
readonly gte: FloatType;
|
|
2055
|
+
}>;
|
|
2056
|
+
}>;
|
|
2057
|
+
readonly datetime: StructType<{
|
|
2058
|
+
readonly fieldId: StringType;
|
|
2059
|
+
readonly op: VariantType<{
|
|
2060
|
+
readonly before: DateTimeType;
|
|
2061
|
+
readonly after: DateTimeType;
|
|
2062
|
+
readonly between: StructType<{
|
|
2063
|
+
readonly from: DateTimeType;
|
|
2064
|
+
readonly to: DateTimeType;
|
|
2065
|
+
}>;
|
|
2066
|
+
}>;
|
|
2067
|
+
}>;
|
|
2068
|
+
readonly boolean: StructType<{
|
|
2069
|
+
readonly fieldId: StringType;
|
|
2070
|
+
readonly op: VariantType<{
|
|
2071
|
+
readonly is: BooleanType;
|
|
2072
|
+
}>;
|
|
2073
|
+
}>;
|
|
2074
|
+
}>>;
|
|
2075
|
+
}>], NullType>;
|
|
2076
|
+
readonly removeCohort: import("@elaraai/east").PlatformDefinition<[StringType, StringType], NullType>;
|
|
2077
|
+
readonly toggleCohort: import("@elaraai/east").PlatformDefinition<[StringType, StringType], NullType>;
|
|
2078
|
+
readonly setBreakdown: import("@elaraai/east").PlatformDefinition<[StringType, OptionType<StructType<{
|
|
2079
|
+
readonly fieldId: StringType;
|
|
2080
|
+
readonly limit: OptionType<IntegerType>;
|
|
2081
|
+
}>>], NullType>;
|
|
2082
|
+
readonly setSearch: import("@elaraai/east").PlatformDefinition<[StringType, OptionType<StringType>], NullType>;
|
|
2083
|
+
readonly setVisible: import("@elaraai/east").PlatformDefinition<[StringType, OptionType<SetType<StringType>>], NullType>;
|
|
2084
|
+
readonly select: import("@elaraai/east").PlatformDefinition<[StringType, OptionType<IntegerType>], NullType>;
|
|
2085
|
+
readonly isActive: import("@elaraai/east").PlatformDefinition<[StringType], BooleanType>;
|
|
2086
|
+
readonly activeCount: import("@elaraai/east").PlatformDefinition<[StringType], IntegerType>;
|
|
2087
|
+
readonly dimensions: import("@elaraai/east").PlatformDefinition<[StringType], ArrayType<StructType<{
|
|
2088
|
+
readonly fieldId: StringType;
|
|
2089
|
+
readonly label: StringType;
|
|
2090
|
+
}>>>;
|
|
2091
|
+
readonly fields: import("@elaraai/east").PlatformDefinition<[StringType], ArrayType<StructType<{
|
|
2092
|
+
readonly fieldId: StringType;
|
|
2093
|
+
readonly label: StringType;
|
|
2094
|
+
readonly kind: StringType;
|
|
2095
|
+
readonly hints: ArrayType<StringType>;
|
|
2096
|
+
}>>>;
|
|
2097
|
+
readonly searchFieldIds: import("@elaraai/east").PlatformDefinition<[StringType], ArrayType<StringType>>;
|
|
2098
|
+
readonly rangeFieldId: import("@elaraai/east").PlatformDefinition<[StringType], OptionType<StringType>>;
|
|
2099
|
+
readonly totalCount: import("@elaraai/east").PlatformDefinition<[StringType], IntegerType>;
|
|
2100
|
+
readonly resultCount: import("@elaraai/east").PlatformDefinition<[StringType], IntegerType>;
|
|
2101
|
+
readonly groups: import("@elaraai/east").PlatformDefinition<[StringType], ArrayType<StructType<{
|
|
2102
|
+
readonly key: StringType;
|
|
2103
|
+
readonly count: IntegerType;
|
|
2104
|
+
readonly color: StringType;
|
|
2105
|
+
}>>>;
|
|
2106
|
+
readonly series: import("@elaraai/east").PlatformDefinition<[StringType, StringType, StringType], ArrayType<StructType<{
|
|
2107
|
+
readonly key: StringType;
|
|
2108
|
+
readonly color: StringType;
|
|
2109
|
+
readonly points: ArrayType<StructType<{
|
|
2110
|
+
readonly x: VariantType<{
|
|
2111
|
+
readonly category: StringType;
|
|
2112
|
+
readonly number: FloatType;
|
|
2113
|
+
readonly time: DateTimeType;
|
|
2114
|
+
}>;
|
|
2115
|
+
readonly value: FloatType;
|
|
2116
|
+
readonly size: OptionType<FloatType>;
|
|
2117
|
+
readonly color: OptionType<StringType>;
|
|
2118
|
+
}>>;
|
|
2119
|
+
}>>>;
|
|
2120
|
+
readonly matches: import("@elaraai/east").PlatformDefinition<[StringType], ArrayType<StructType<{
|
|
2121
|
+
readonly id: StringType;
|
|
2122
|
+
readonly label: StringType;
|
|
2123
|
+
readonly meta: OptionType<StringType>;
|
|
2124
|
+
}>>>;
|
|
2125
|
+
readonly cohortCounts: import("@elaraai/east").PlatformDefinition<[StringType], DictType<StringType, IntegerType>>;
|
|
2126
|
+
};
|
|
1587
2127
|
/**
|
|
1588
2128
|
* The slice-chrome payload every slice-accepting component carries — the
|
|
1589
2129
|
* bound handle plus the affordances its rail mounts. Chrome only: the
|
|
@@ -2101,6 +2641,7 @@ export declare const SliceChromeType: StructType<{
|
|
|
2101
2641
|
readonly fieldId: StringType;
|
|
2102
2642
|
readonly label: StringType;
|
|
2103
2643
|
readonly kind: StringType;
|
|
2644
|
+
readonly hints: ArrayType<StringType>;
|
|
2104
2645
|
}>>>;
|
|
2105
2646
|
/** Field ids the typeahead searches over — the chrome rail shows Search when non-empty. */
|
|
2106
2647
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
@@ -2253,6 +2794,7 @@ export declare const Slice: {
|
|
|
2253
2794
|
readonly rangeFieldId: OptionType<StringType>;
|
|
2254
2795
|
readonly searchFieldIds: ArrayType<StringType>;
|
|
2255
2796
|
readonly breakdownFieldIds: ArrayType<StringType>;
|
|
2797
|
+
readonly fieldHints: DictType<StringType, ArrayType<StringType>>;
|
|
2256
2798
|
}>, StructType<{
|
|
2257
2799
|
readonly range: OptionType<VariantType<{
|
|
2258
2800
|
readonly datetime: StructType<{
|
|
@@ -2908,6 +3450,7 @@ export declare const Slice: {
|
|
|
2908
3450
|
readonly fieldId: StringType;
|
|
2909
3451
|
readonly label: StringType;
|
|
2910
3452
|
readonly kind: StringType;
|
|
3453
|
+
readonly hints: ArrayType<StringType>;
|
|
2911
3454
|
}>>>;
|
|
2912
3455
|
/** Field ids the typeahead searches over — the chrome rail shows Search when non-empty. */
|
|
2913
3456
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
@@ -3466,6 +4009,7 @@ export declare const Slice: {
|
|
|
3466
4009
|
readonly fieldId: StringType;
|
|
3467
4010
|
readonly label: StringType;
|
|
3468
4011
|
readonly kind: StringType;
|
|
4012
|
+
readonly hints: ArrayType<StringType>;
|
|
3469
4013
|
}>>>;
|
|
3470
4014
|
/** Field ids the typeahead searches over — the chrome rail shows Search when non-empty. */
|
|
3471
4015
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
@@ -3684,6 +4228,7 @@ export declare const Slice: {
|
|
|
3684
4228
|
readonly rangeFieldId: OptionType<StringType>;
|
|
3685
4229
|
readonly searchFieldIds: ArrayType<StringType>;
|
|
3686
4230
|
readonly breakdownFieldIds: ArrayType<StringType>;
|
|
4231
|
+
readonly fieldHints: DictType<StringType, ArrayType<StringType>>;
|
|
3687
4232
|
}>, "T"], BooleanType>;
|
|
3688
4233
|
/** Array filter: returns the subset of `data` that passes. */
|
|
3689
4234
|
readonly where: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [StructType<{
|
|
@@ -3852,6 +4397,7 @@ export declare const Slice: {
|
|
|
3852
4397
|
readonly rangeFieldId: OptionType<StringType>;
|
|
3853
4398
|
readonly searchFieldIds: ArrayType<StringType>;
|
|
3854
4399
|
readonly breakdownFieldIds: ArrayType<StringType>;
|
|
4400
|
+
readonly fieldHints: DictType<StringType, ArrayType<StringType>>;
|
|
3855
4401
|
}>, ArrayType<"T">], ArrayType<"T">>;
|
|
3856
4402
|
/** Active breakdown key for a row, if any. */
|
|
3857
4403
|
readonly breakdownKey: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [StructType<{
|
|
@@ -4020,6 +4566,7 @@ export declare const Slice: {
|
|
|
4020
4566
|
readonly rangeFieldId: OptionType<StringType>;
|
|
4021
4567
|
readonly searchFieldIds: ArrayType<StringType>;
|
|
4022
4568
|
readonly breakdownFieldIds: ArrayType<StringType>;
|
|
4569
|
+
readonly fieldHints: DictType<StringType, ArrayType<StringType>>;
|
|
4023
4570
|
}>, "T"], OptionType<StringType>>;
|
|
4024
4571
|
/** Group the narrowed data by the active breakdown → `[{ key, count }]`. */
|
|
4025
4572
|
readonly breakdown: import("@elaraai/east").GenericPlatformDefinition<readonly ["T"], readonly [StructType<{
|
|
@@ -4188,6 +4735,7 @@ export declare const Slice: {
|
|
|
4188
4735
|
readonly rangeFieldId: OptionType<StringType>;
|
|
4189
4736
|
readonly searchFieldIds: ArrayType<StringType>;
|
|
4190
4737
|
readonly breakdownFieldIds: ArrayType<StringType>;
|
|
4738
|
+
readonly fieldHints: DictType<StringType, ArrayType<StringType>>;
|
|
4191
4739
|
}>, ArrayType<"T">], ArrayType<StructType<{
|
|
4192
4740
|
readonly key: StringType;
|
|
4193
4741
|
readonly count: IntegerType;
|
|
@@ -5042,6 +5590,7 @@ export declare const Slice: {
|
|
|
5042
5590
|
readonly fieldId: StringType;
|
|
5043
5591
|
readonly label: StringType;
|
|
5044
5592
|
readonly kind: StringType;
|
|
5593
|
+
readonly hints: ArrayType<StringType>;
|
|
5045
5594
|
}>>>;
|
|
5046
5595
|
/** Field ids the typeahead searches over — the chrome rail shows Search when non-empty. */
|
|
5047
5596
|
readonly searchFieldIds: FunctionType<[], ArrayType<StringType>>;
|
|
@@ -5125,6 +5674,7 @@ export declare const Slice: {
|
|
|
5125
5674
|
readonly fieldId: StringType;
|
|
5126
5675
|
readonly label: StringType;
|
|
5127
5676
|
readonly kind: StringType;
|
|
5677
|
+
readonly hints: ArrayType<StringType>;
|
|
5128
5678
|
}>;
|
|
5129
5679
|
readonly SearchMatch: StructType<{
|
|
5130
5680
|
readonly id: StringType;
|