@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.
Files changed (266) hide show
  1. package/dist/src/buttons/icon-button/index.d.ts +33 -1
  2. package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
  3. package/dist/src/buttons/icon-button/index.js +22 -4
  4. package/dist/src/buttons/icon-button/index.js.map +1 -1
  5. package/dist/src/buttons/icon-button/types.d.ts +61 -13
  6. package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
  7. package/dist/src/buttons/icon-button/types.js +22 -1
  8. package/dist/src/buttons/icon-button/types.js.map +1 -1
  9. package/dist/src/charts/chart/index.d.ts +57 -2
  10. package/dist/src/charts/chart/index.d.ts.map +1 -1
  11. package/dist/src/charts/chart/index.js +13 -4
  12. package/dist/src/charts/chart/index.js.map +1 -1
  13. package/dist/src/charts/spec/index.d.ts +49 -0
  14. package/dist/src/charts/spec/index.d.ts.map +1 -1
  15. package/dist/src/charts/spec/index.js +5 -2
  16. package/dist/src/charts/spec/index.js.map +1 -1
  17. package/dist/src/charts/spec/types.d.ts +21 -5
  18. package/dist/src/charts/spec/types.d.ts.map +1 -1
  19. package/dist/src/charts/spec/types.js +12 -4
  20. package/dist/src/charts/spec/types.js.map +1 -1
  21. package/dist/src/collections/calendar/index.d.ts +18 -2
  22. package/dist/src/collections/calendar/index.d.ts.map +1 -1
  23. package/dist/src/collections/calendar/index.js +15 -1
  24. package/dist/src/collections/calendar/index.js.map +1 -1
  25. package/dist/src/collections/calendar/types.d.ts +12 -0
  26. package/dist/src/collections/calendar/types.d.ts.map +1 -1
  27. package/dist/src/collections/calendar/types.js +7 -0
  28. package/dist/src/collections/calendar/types.js.map +1 -1
  29. package/dist/src/collections/gantt/index.d.ts.map +1 -1
  30. package/dist/src/collections/gantt/index.js +12 -1
  31. package/dist/src/collections/gantt/index.js.map +1 -1
  32. package/dist/src/collections/gantt/types.d.ts +10 -0
  33. package/dist/src/collections/gantt/types.d.ts.map +1 -1
  34. package/dist/src/collections/gantt/types.js +3 -0
  35. package/dist/src/collections/gantt/types.js.map +1 -1
  36. package/dist/src/collections/matrix/index.d.ts +4 -0
  37. package/dist/src/collections/matrix/index.d.ts.map +1 -1
  38. package/dist/src/collections/matrix/index.js +9 -0
  39. package/dist/src/collections/matrix/index.js.map +1 -1
  40. package/dist/src/collections/planner/index.d.ts +69 -4
  41. package/dist/src/collections/planner/index.d.ts.map +1 -1
  42. package/dist/src/collections/planner/index.js +112 -4
  43. package/dist/src/collections/planner/index.js.map +1 -1
  44. package/dist/src/collections/planner/types.d.ts +89 -0
  45. package/dist/src/collections/planner/types.d.ts.map +1 -1
  46. package/dist/src/collections/planner/types.js +63 -0
  47. package/dist/src/collections/planner/types.js.map +1 -1
  48. package/dist/src/collections/schematic/index.d.ts +546 -2
  49. package/dist/src/collections/schematic/index.d.ts.map +1 -1
  50. package/dist/src/collections/schematic/index.js +14 -2
  51. package/dist/src/collections/schematic/index.js.map +1 -1
  52. package/dist/src/collections/schematic/types.d.ts +534 -0
  53. package/dist/src/collections/schematic/types.d.ts.map +1 -1
  54. package/dist/src/collections/schematic/types.js +3 -0
  55. package/dist/src/collections/schematic/types.js.map +1 -1
  56. package/dist/src/collections/table/index.d.ts.map +1 -1
  57. package/dist/src/collections/table/index.js +11 -1
  58. package/dist/src/collections/table/index.js.map +1 -1
  59. package/dist/src/collections/table/types.d.ts +10 -0
  60. package/dist/src/collections/table/types.d.ts.map +1 -1
  61. package/dist/src/collections/table/types.js +3 -0
  62. package/dist/src/collections/table/types.js.map +1 -1
  63. package/dist/src/component.d.ts +687 -0
  64. package/dist/src/component.d.ts.map +1 -1
  65. package/dist/src/component.js +22 -1
  66. package/dist/src/component.js.map +1 -1
  67. package/dist/src/container/card/index.d.ts +4 -0
  68. package/dist/src/container/card/index.d.ts.map +1 -1
  69. package/dist/src/container/card/index.js +4 -0
  70. package/dist/src/container/card/index.js.map +1 -1
  71. package/dist/src/container/card/types.d.ts +11 -1
  72. package/dist/src/container/card/types.d.ts.map +1 -1
  73. package/dist/src/container/card/types.js +5 -1
  74. package/dist/src/container/card/types.js.map +1 -1
  75. package/dist/src/display/chip-rail/index.d.ts +1 -1
  76. package/dist/src/display/chip-rail/index.js +1 -1
  77. package/dist/src/display/trace/index.d.ts +10 -0
  78. package/dist/src/display/trace/index.d.ts.map +1 -1
  79. package/dist/src/display/trace/index.js +11 -1
  80. package/dist/src/display/trace/index.js.map +1 -1
  81. package/dist/src/display/trace/types.d.ts +17 -0
  82. package/dist/src/display/trace/types.d.ts.map +1 -1
  83. package/dist/src/display/trace/types.js +5 -0
  84. package/dist/src/display/trace/types.js.map +1 -1
  85. package/dist/src/forms/field/index.d.ts +1 -0
  86. package/dist/src/forms/field/index.d.ts.map +1 -1
  87. package/dist/src/forms/field/types.d.ts +2 -0
  88. package/dist/src/forms/field/types.d.ts.map +1 -1
  89. package/dist/src/forms/tags-input/index.d.ts.map +1 -1
  90. package/dist/src/forms/tags-input/index.js +1 -0
  91. package/dist/src/forms/tags-input/index.js.map +1 -1
  92. package/dist/src/forms/tags-input/types.d.ts +4 -0
  93. package/dist/src/forms/tags-input/types.d.ts.map +1 -1
  94. package/dist/src/forms/tags-input/types.js +2 -0
  95. package/dist/src/forms/tags-input/types.js.map +1 -1
  96. package/dist/src/index.d.ts +3 -3
  97. package/dist/src/index.d.ts.map +1 -1
  98. package/dist/src/index.js +7 -5
  99. package/dist/src/index.js.map +1 -1
  100. package/dist/src/internal.d.ts +7 -5
  101. package/dist/src/internal.d.ts.map +1 -1
  102. package/dist/src/internal.js +6 -4
  103. package/dist/src/internal.js.map +1 -1
  104. package/dist/src/layout/aligned-stack/index.d.ts +101 -0
  105. package/dist/src/layout/aligned-stack/index.d.ts.map +1 -0
  106. package/dist/src/layout/aligned-stack/index.js +105 -0
  107. package/dist/src/layout/aligned-stack/index.js.map +1 -0
  108. package/dist/src/layout/aligned-stack/types.d.ts +50 -0
  109. package/dist/src/layout/aligned-stack/types.d.ts.map +1 -0
  110. package/dist/src/layout/aligned-stack/types.js +24 -0
  111. package/dist/src/layout/aligned-stack/types.js.map +1 -0
  112. package/dist/src/layout/index.d.ts +1 -0
  113. package/dist/src/layout/index.d.ts.map +1 -1
  114. package/dist/src/layout/index.js +1 -0
  115. package/dist/src/layout/index.js.map +1 -1
  116. package/dist/src/navigation/index.d.ts +1 -1
  117. package/dist/src/navigation/index.d.ts.map +1 -1
  118. package/dist/src/navigation/index.js +1 -1
  119. package/dist/src/navigation/index.js.map +1 -1
  120. package/dist/src/navigation/pages/index.d.ts +35 -30
  121. package/dist/src/navigation/pages/index.d.ts.map +1 -1
  122. package/dist/src/navigation/pages/index.js +33 -36
  123. package/dist/src/navigation/pages/index.js.map +1 -1
  124. package/dist/src/navigation/pages/types.d.ts +17 -0
  125. package/dist/src/navigation/pages/types.d.ts.map +1 -1
  126. package/dist/src/navigation/pages/types.js +28 -0
  127. package/dist/src/navigation/pages/types.js.map +1 -1
  128. package/dist/src/overlays/drawer/index.d.ts +6 -0
  129. package/dist/src/overlays/drawer/index.d.ts.map +1 -1
  130. package/dist/src/overlays/drawer/index.js +8 -1
  131. package/dist/src/overlays/drawer/index.js.map +1 -1
  132. package/dist/src/overlays/drawer/types.d.ts +18 -0
  133. package/dist/src/overlays/drawer/types.d.ts.map +1 -1
  134. package/dist/src/overlays/drawer/types.js +9 -0
  135. package/dist/src/overlays/drawer/types.js.map +1 -1
  136. package/dist/src/platform/index.d.ts +1 -1
  137. package/dist/src/platform/index.d.ts.map +1 -1
  138. package/dist/src/platform/index.js +1 -1
  139. package/dist/src/platform/index.js.map +1 -1
  140. package/dist/src/platform/slice/impl.d.ts +2 -0
  141. package/dist/src/platform/slice/impl.d.ts.map +1 -1
  142. package/dist/src/platform/slice/impl.js +74 -17
  143. package/dist/src/platform/slice/impl.js.map +1 -1
  144. package/dist/src/platform/slice/index.d.ts +550 -0
  145. package/dist/src/platform/slice/index.d.ts.map +1 -1
  146. package/dist/src/platform/slice/index.js +107 -1
  147. package/dist/src/platform/slice/index.js.map +1 -1
  148. package/dist/src/platform/state.d.ts +15 -0
  149. package/dist/src/platform/state.d.ts.map +1 -1
  150. package/dist/src/platform/state.js +25 -0
  151. package/dist/src/platform/state.js.map +1 -1
  152. package/dist/src/runtime/collections/schematic.d.ts +2 -2
  153. package/dist/src/runtime/collections/schematic.js +2 -2
  154. package/dist/src/runtime/layout/aligned-stack.d.ts +38 -0
  155. package/dist/src/runtime/layout/aligned-stack.d.ts.map +1 -0
  156. package/dist/src/runtime/layout/aligned-stack.js +36 -0
  157. package/dist/src/runtime/layout/aligned-stack.js.map +1 -0
  158. package/dist/src/runtime/layout/index.d.ts +1 -0
  159. package/dist/src/runtime/layout/index.d.ts.map +1 -1
  160. package/dist/src/runtime/layout/index.js +1 -0
  161. package/dist/src/runtime/layout/index.js.map +1 -1
  162. package/dist/src/runtime/navigation/index.d.ts +1 -0
  163. package/dist/src/runtime/navigation/index.d.ts.map +1 -1
  164. package/dist/src/runtime/navigation/index.js +1 -0
  165. package/dist/src/runtime/navigation/index.js.map +1 -1
  166. package/dist/src/runtime/navigation/pages.d.ts +50 -0
  167. package/dist/src/runtime/navigation/pages.d.ts.map +1 -0
  168. package/dist/src/runtime/navigation/pages.js +52 -0
  169. package/dist/src/runtime/navigation/pages.js.map +1 -0
  170. package/dist/src/shared/plot-gutter.d.ts +65 -0
  171. package/dist/src/shared/plot-gutter.d.ts.map +1 -0
  172. package/dist/src/shared/plot-gutter.js +48 -0
  173. package/dist/src/shared/plot-gutter.js.map +1 -0
  174. package/dist/src/slice/breakdown/index.d.ts +1 -0
  175. package/dist/src/slice/breakdown/index.d.ts.map +1 -1
  176. package/dist/src/slice/breakdown/types.d.ts +1 -0
  177. package/dist/src/slice/breakdown/types.d.ts.map +1 -1
  178. package/dist/src/slice/cohort/index.d.ts +1 -0
  179. package/dist/src/slice/cohort/index.d.ts.map +1 -1
  180. package/dist/src/slice/cohort/types.d.ts +1 -0
  181. package/dist/src/slice/cohort/types.d.ts.map +1 -1
  182. package/dist/src/slice/filter/index.d.ts +1 -0
  183. package/dist/src/slice/filter/index.d.ts.map +1 -1
  184. package/dist/src/slice/filter/types.d.ts +1 -0
  185. package/dist/src/slice/filter/types.d.ts.map +1 -1
  186. package/dist/src/slice/index.d.ts +17 -0
  187. package/dist/src/slice/index.d.ts.map +1 -1
  188. package/dist/src/slice/legend/index.d.ts +1 -0
  189. package/dist/src/slice/legend/index.d.ts.map +1 -1
  190. package/dist/src/slice/legend/types.d.ts +1 -0
  191. package/dist/src/slice/legend/types.d.ts.map +1 -1
  192. package/dist/src/slice/range/index.d.ts +1 -0
  193. package/dist/src/slice/range/index.d.ts.map +1 -1
  194. package/dist/src/slice/range/types.d.ts +1 -0
  195. package/dist/src/slice/range/types.d.ts.map +1 -1
  196. package/dist/src/slice/search/index.d.ts +1 -0
  197. package/dist/src/slice/search/index.d.ts.map +1 -1
  198. package/dist/src/slice/search/types.d.ts +1 -0
  199. package/dist/src/slice/search/types.d.ts.map +1 -1
  200. package/dist/src/slice/summary/index.d.ts +1 -0
  201. package/dist/src/slice/summary/index.d.ts.map +1 -1
  202. package/dist/src/slice/summary/types.d.ts +1 -0
  203. package/dist/src/slice/summary/types.d.ts.map +1 -1
  204. package/dist/test/buttons/icon-button.examples.d.ts +1 -0
  205. package/dist/test/buttons/icon-button.examples.d.ts.map +1 -1
  206. package/dist/test/buttons/icon-button.examples.js +8 -0
  207. package/dist/test/buttons/icon-button.examples.js.map +1 -1
  208. package/dist/test/charts/chart.examples.d.ts +4 -0
  209. package/dist/test/charts/chart.examples.d.ts.map +1 -1
  210. package/dist/test/charts/chart.examples.js +62 -4
  211. package/dist/test/charts/chart.examples.js.map +1 -1
  212. package/dist/test/collections/calendar.examples.d.ts +1 -0
  213. package/dist/test/collections/calendar.examples.d.ts.map +1 -1
  214. package/dist/test/collections/calendar.examples.js +17 -0
  215. package/dist/test/collections/calendar.examples.js.map +1 -1
  216. package/dist/test/collections/gantt.examples.d.ts +1 -0
  217. package/dist/test/collections/gantt.examples.d.ts.map +1 -1
  218. package/dist/test/collections/gantt.examples.js +12 -0
  219. package/dist/test/collections/gantt.examples.js.map +1 -1
  220. package/dist/test/collections/planner.examples.d.ts +42 -7
  221. package/dist/test/collections/planner.examples.d.ts.map +1 -1
  222. package/dist/test/collections/planner.examples.js +139 -24
  223. package/dist/test/collections/planner.examples.js.map +1 -1
  224. package/dist/test/collections/schematic.examples.d.ts +1 -0
  225. package/dist/test/collections/schematic.examples.d.ts.map +1 -1
  226. package/dist/test/collections/schematic.examples.js +35 -12
  227. package/dist/test/collections/schematic.examples.js.map +1 -1
  228. package/dist/test/collections/table.examples.d.ts +1 -0
  229. package/dist/test/collections/table.examples.d.ts.map +1 -1
  230. package/dist/test/collections/table.examples.js +11 -0
  231. package/dist/test/collections/table.examples.js.map +1 -1
  232. package/dist/test/container/card.examples.d.ts +1 -0
  233. package/dist/test/container/card.examples.d.ts.map +1 -1
  234. package/dist/test/container/card.examples.js +8 -0
  235. package/dist/test/container/card.examples.js.map +1 -1
  236. package/dist/test/disclosure/accordion.examples.js +3 -3
  237. package/dist/test/disclosure/accordion.examples.js.map +1 -1
  238. package/dist/test/disclosure/tabs.examples.js +3 -3
  239. package/dist/test/disclosure/tabs.examples.js.map +1 -1
  240. package/dist/test/display/chip-rail.examples.js +3 -3
  241. package/dist/test/display/chip-rail.examples.js.map +1 -1
  242. package/dist/test/display/combine.examples.js +3 -3
  243. package/dist/test/display/combine.examples.js.map +1 -1
  244. package/dist/test/display/trace.examples.d.ts +2 -0
  245. package/dist/test/display/trace.examples.d.ts.map +1 -1
  246. package/dist/test/display/trace.examples.js +23 -0
  247. package/dist/test/display/trace.examples.js.map +1 -1
  248. package/dist/test/forms/combobox.examples.js +1 -1
  249. package/dist/test/forms/tags-input.examples.d.ts +1 -0
  250. package/dist/test/forms/tags-input.examples.d.ts.map +1 -1
  251. package/dist/test/forms/tags-input.examples.js +8 -0
  252. package/dist/test/forms/tags-input.examples.js.map +1 -1
  253. package/dist/test/layout/aligned-stack.examples.d.ts +79 -0
  254. package/dist/test/layout/aligned-stack.examples.d.ts.map +1 -0
  255. package/dist/test/layout/aligned-stack.examples.js +355 -0
  256. package/dist/test/layout/aligned-stack.examples.js.map +1 -0
  257. package/dist/test/layout/stack.examples.js +1 -1
  258. package/dist/test/navigation/pages.examples.d.ts +3 -2
  259. package/dist/test/navigation/pages.examples.d.ts.map +1 -1
  260. package/dist/test/navigation/pages.examples.js +83 -99
  261. package/dist/test/navigation/pages.examples.js.map +1 -1
  262. package/dist/test/overlays/drawer.examples.d.ts +1 -0
  263. package/dist/test/overlays/drawer.examples.d.ts.map +1 -1
  264. package/dist/test/overlays/drawer.examples.js +9 -1
  265. package/dist/test/overlays/drawer.examples.js.map +1 -1
  266. 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;