@elaraai/east-ui 1.0.28 → 1.0.30
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/README.md +3 -3
- package/dist/src/charts/chart/index.d.ts +102 -0
- package/dist/src/charts/chart/index.d.ts.map +1 -1
- package/dist/src/charts/chart/index.js +30 -11
- package/dist/src/charts/chart/index.js.map +1 -1
- package/dist/src/charts/spec/index.d.ts +204 -0
- package/dist/src/charts/spec/index.d.ts.map +1 -1
- package/dist/src/charts/spec/types.d.ts +3 -11
- package/dist/src/charts/spec/types.d.ts.map +1 -1
- package/dist/src/charts/spec/types.js +5 -20
- package/dist/src/charts/spec/types.js.map +1 -1
- package/dist/src/collections/blend/index.d.ts.map +1 -1
- package/dist/src/collections/blend/index.js +2 -1
- package/dist/src/collections/blend/index.js.map +1 -1
- package/dist/src/collections/board/index.d.ts +490 -0
- package/dist/src/collections/board/index.d.ts.map +1 -0
- package/dist/src/collections/board/index.js +282 -0
- package/dist/src/collections/board/index.js.map +1 -0
- package/dist/src/collections/board/types.d.ts +308 -0
- package/dist/src/collections/board/types.d.ts.map +1 -0
- package/dist/src/collections/board/types.js +156 -0
- package/dist/src/collections/board/types.js.map +1 -0
- package/dist/src/collections/calendar/index.d.ts.map +1 -1
- package/dist/src/collections/calendar/index.js +2 -1
- package/dist/src/collections/calendar/index.js.map +1 -1
- package/dist/src/collections/gantt/index.d.ts +1 -1
- package/dist/src/collections/gantt/index.d.ts.map +1 -1
- package/dist/src/collections/gantt/index.js +45 -52
- package/dist/src/collections/gantt/index.js.map +1 -1
- package/dist/src/collections/index.d.ts +1 -0
- package/dist/src/collections/index.d.ts.map +1 -1
- package/dist/src/collections/index.js +1 -0
- package/dist/src/collections/index.js.map +1 -1
- package/dist/src/collections/library/index.d.ts.map +1 -1
- package/dist/src/collections/library/index.js +2 -1
- package/dist/src/collections/library/index.js.map +1 -1
- package/dist/src/collections/map/index.d.ts.map +1 -1
- package/dist/src/collections/map/index.js +5 -4
- package/dist/src/collections/map/index.js.map +1 -1
- package/dist/src/collections/matrix/index.d.ts.map +1 -1
- package/dist/src/collections/matrix/index.js +2 -1
- package/dist/src/collections/matrix/index.js.map +1 -1
- package/dist/src/collections/planner/index.d.ts.map +1 -1
- package/dist/src/collections/planner/index.js +2 -1
- package/dist/src/collections/planner/index.js.map +1 -1
- package/dist/src/collections/roster/index.d.ts +3 -0
- package/dist/src/collections/roster/index.d.ts.map +1 -1
- package/dist/src/collections/roster/index.js +4 -2
- package/dist/src/collections/roster/index.js.map +1 -1
- package/dist/src/collections/roster/types.d.ts +3 -0
- package/dist/src/collections/roster/types.d.ts.map +1 -1
- package/dist/src/collections/roster/types.js +3 -0
- package/dist/src/collections/roster/types.js.map +1 -1
- package/dist/src/collections/schematic/index.d.ts +537 -709
- package/dist/src/collections/schematic/index.d.ts.map +1 -1
- package/dist/src/collections/schematic/index.js +289 -9
- package/dist/src/collections/schematic/index.js.map +1 -1
- package/dist/src/collections/schematic/types.d.ts +562 -841
- package/dist/src/collections/schematic/types.d.ts.map +1 -1
- package/dist/src/collections/schematic/types.js +416 -46
- package/dist/src/collections/schematic/types.js.map +1 -1
- package/dist/src/collections/table/index.d.ts +19 -11
- package/dist/src/collections/table/index.d.ts.map +1 -1
- package/dist/src/collections/table/index.js +65 -78
- package/dist/src/collections/table/index.js.map +1 -1
- package/dist/src/component.d.ts +1572 -63
- package/dist/src/component.d.ts.map +1 -1
- package/dist/src/component.js +55 -15
- package/dist/src/component.js.map +1 -1
- package/dist/src/contracts/format.d.ts +39 -0
- package/dist/src/contracts/format.d.ts.map +1 -0
- package/dist/src/contracts/format.js +38 -0
- package/dist/src/contracts/format.js.map +1 -0
- package/dist/src/contracts/index.d.ts +1 -0
- package/dist/src/contracts/index.d.ts.map +1 -1
- package/dist/src/contracts/index.js +1 -0
- package/dist/src/contracts/index.js.map +1 -1
- package/dist/src/contracts/slice-affordances.d.ts +13 -3
- package/dist/src/contracts/slice-affordances.d.ts.map +1 -1
- package/dist/src/contracts/slice-affordances.js +12 -2
- package/dist/src/contracts/slice-affordances.js.map +1 -1
- package/dist/src/index.d.ts +3 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +3 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/internal.d.ts +1 -1
- package/dist/src/internal.d.ts.map +1 -1
- package/dist/src/internal.js +1 -1
- package/dist/src/internal.js.map +1 -1
- package/dist/src/platform/slice/impl.d.ts +1 -0
- package/dist/src/platform/slice/impl.d.ts.map +1 -1
- package/dist/src/platform/slice/impl.js +85 -34
- package/dist/src/platform/slice/impl.js.map +1 -1
- package/dist/src/platform/slice/index.d.ts +2098 -29
- package/dist/src/platform/slice/index.d.ts.map +1 -1
- package/dist/src/platform/slice/index.js +145 -12
- package/dist/src/platform/slice/index.js.map +1 -1
- package/dist/src/runtime/collections/board.d.ts +73 -0
- package/dist/src/runtime/collections/board.d.ts.map +1 -0
- package/dist/src/runtime/collections/board.js +68 -0
- package/dist/src/runtime/collections/board.js.map +1 -0
- package/dist/src/runtime/collections/index.d.ts +1 -0
- package/dist/src/runtime/collections/index.d.ts.map +1 -1
- package/dist/src/runtime/collections/index.js +1 -0
- package/dist/src/runtime/collections/index.js.map +1 -1
- package/dist/src/runtime/collections/schematic.d.ts +11 -4
- package/dist/src/runtime/collections/schematic.d.ts.map +1 -1
- package/dist/src/runtime/collections/schematic.js +8 -2
- package/dist/src/runtime/collections/schematic.js.map +1 -1
- package/dist/src/runtime/slice.d.ts +7 -3
- package/dist/src/runtime/slice.d.ts.map +1 -1
- package/dist/src/runtime/slice.js +62 -14
- package/dist/src/runtime/slice.js.map +1 -1
- package/dist/src/shared/reify.d.ts +76 -0
- package/dist/src/shared/reify.d.ts.map +1 -0
- package/dist/src/shared/reify.js +85 -0
- package/dist/src/shared/reify.js.map +1 -0
- package/dist/src/slice/breakdown/index.d.ts +100 -0
- package/dist/src/slice/breakdown/index.d.ts.map +1 -1
- package/dist/src/slice/breakdown/types.d.ts +100 -0
- package/dist/src/slice/breakdown/types.d.ts.map +1 -1
- package/dist/src/slice/cohort/index.d.ts +787 -10
- package/dist/src/slice/cohort/index.d.ts.map +1 -1
- package/dist/src/slice/cohort/index.js +33 -10
- package/dist/src/slice/cohort/index.js.map +1 -1
- package/dist/src/slice/cohort/types.d.ts +225 -99
- package/dist/src/slice/cohort/types.d.ts.map +1 -1
- package/dist/src/slice/cohort/types.js +31 -9
- package/dist/src/slice/cohort/types.js.map +1 -1
- package/dist/src/slice/filter/index.d.ts +100 -0
- package/dist/src/slice/filter/index.d.ts.map +1 -1
- package/dist/src/slice/filter/types.d.ts +100 -0
- package/dist/src/slice/filter/types.d.ts.map +1 -1
- package/dist/src/slice/index.d.ts +2862 -126
- package/dist/src/slice/index.d.ts.map +1 -1
- package/dist/src/slice/index.js +6 -4
- package/dist/src/slice/index.js.map +1 -1
- package/dist/src/slice/legend/index.d.ts +124 -7
- package/dist/src/slice/legend/index.d.ts.map +1 -1
- package/dist/src/slice/legend/index.js +20 -10
- package/dist/src/slice/legend/index.js.map +1 -1
- package/dist/src/slice/legend/types.d.ts +233 -108
- package/dist/src/slice/legend/types.d.ts.map +1 -1
- package/dist/src/slice/legend/types.js +26 -5
- package/dist/src/slice/legend/types.js.map +1 -1
- package/dist/src/slice/rail/index.d.ts +22 -0
- package/dist/src/slice/rail/index.d.ts.map +1 -1
- package/dist/src/slice/rail/index.js +9 -1
- package/dist/src/slice/rail/index.js.map +1 -1
- package/dist/src/slice/range/index.d.ts +100 -0
- package/dist/src/slice/range/index.d.ts.map +1 -1
- package/dist/src/slice/range/types.d.ts +100 -0
- package/dist/src/slice/range/types.d.ts.map +1 -1
- package/dist/src/slice/search/index.d.ts +100 -0
- package/dist/src/slice/search/index.d.ts.map +1 -1
- package/dist/src/slice/search/types.d.ts +100 -0
- package/dist/src/slice/search/types.d.ts.map +1 -1
- package/dist/src/slice/summary/index.d.ts +100 -0
- package/dist/src/slice/summary/index.d.ts.map +1 -1
- package/dist/src/slice/summary/types.d.ts +100 -0
- package/dist/src/slice/summary/types.d.ts.map +1 -1
- package/dist/test/collections/board.examples.d.ts +7 -0
- package/dist/test/collections/board.examples.d.ts.map +1 -0
- package/dist/test/collections/board.examples.js +191 -0
- package/dist/test/collections/board.examples.js.map +1 -0
- package/dist/test/collections/gantt.examples.js +2 -2
- package/dist/test/collections/gantt.examples.js.map +1 -1
- package/dist/test/collections/matrix.examples.d.ts.map +1 -1
- package/dist/test/collections/matrix.examples.js +4 -3
- package/dist/test/collections/matrix.examples.js.map +1 -1
- package/dist/test/collections/schematic.examples.d.ts +11 -1
- package/dist/test/collections/schematic.examples.d.ts.map +1 -1
- package/dist/test/collections/schematic.examples.js +354 -24
- package/dist/test/collections/schematic.examples.js.map +1 -1
- package/dist/test/collections/table.examples.d.ts.map +1 -1
- package/dist/test/collections/table.examples.js +9 -6
- package/dist/test/collections/table.examples.js.map +1 -1
- package/dist/test/disclosure/story.examples.js +1 -1
- package/dist/test/disclosure/story.examples.js.map +1 -1
- package/dist/test/display/combine.examples.js +2 -2
- package/dist/test/display/combine.examples.js.map +1 -1
- package/dist/test/display/editable-chip.examples.js +1 -1
- package/dist/test/display/editable-chip.examples.js.map +1 -1
- package/dist/test/slice/slice.examples.d.ts +5 -0
- package/dist/test/slice/slice.examples.d.ts.map +1 -1
- package/dist/test/slice/slice.examples.js +216 -6
- package/dist/test/slice/slice.examples.js.map +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/slice/cohort/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/slice/cohort/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAGvG;;;;;;;;;GASG;AACH,eAAO,MAAM,mBAAmB;;;EAG9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC;AAE7D;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAShC,CAAC;AACH,MAAM,MAAM,qBAAqB,GAAG,OAAO,qBAAqB,CAAC"}
|
|
@@ -2,18 +2,34 @@
|
|
|
2
2
|
* Copyright (c) 2025 Elara AI Pty Ltd
|
|
3
3
|
* Dual-licensed under AGPL-3.0 and commercial license. See LICENSE for details.
|
|
4
4
|
*/
|
|
5
|
-
import { OptionType, StringType, BooleanType, StructType } from "@elaraai/east";
|
|
5
|
+
import { OptionType, StringType, BooleanType, StructType, NullType, VariantType } from "@elaraai/east";
|
|
6
6
|
import { SliceBindType, SliceDensityType } from "../../platform/slice/index.js";
|
|
7
7
|
/**
|
|
8
|
-
* `Slice.Cohort`
|
|
8
|
+
* Interaction mode for `Slice.Cohort` (#163).
|
|
9
|
+
*
|
|
10
|
+
* @property toggle - Chips are pure on/off switches with counts — a curated
|
|
11
|
+
* preset bar. No authoring: the `+ cohort` pill, the edit
|
|
12
|
+
* pencil, and Remove are hidden.
|
|
13
|
+
* @property manage - Chips still toggle on primary click, and authoring is
|
|
14
|
+
* available via the secondary pencil + `+ cohort` pill
|
|
15
|
+
* (today's editing flow). The default.
|
|
16
|
+
*/
|
|
17
|
+
export const SliceCohortModeType = VariantType({
|
|
18
|
+
toggle: NullType,
|
|
19
|
+
manage: NullType,
|
|
20
|
+
});
|
|
21
|
+
/**
|
|
22
|
+
* `Slice.Cohort` data — developer-defined, toggleable segment pills bound to a
|
|
23
|
+
* slice.
|
|
9
24
|
*
|
|
10
25
|
* Cohorts and their applied state live in the slice (`state.cohorts` /
|
|
11
|
-
* `state.activeCohorts`); the component renders one
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
26
|
+
* `state.activeCohorts`); the component renders one pill per cohort (swatch ·
|
|
27
|
+
* name · resolved count, active ones brand-tinted). The pill's **primary click
|
|
28
|
+
* toggles the cohort on/off** via `slice.toggleCohort(id)`. In `manage` mode a
|
|
29
|
+
* secondary pencil opens the `Slice.Edit` popover — the predicate editor
|
|
30
|
+
* (clause list + a builder driven by `slice.fields()`) lives **entirely** in
|
|
31
|
+
* that overlay, never inline, so the surface never re-flows. Editing commits
|
|
32
|
+
* via `slice.defineCohort` / `slice.updateCohort`; `Remove cohort` drops it.
|
|
17
33
|
*
|
|
18
34
|
* @property slice - Bound slice closure; reads `state.cohorts` /
|
|
19
35
|
* `state.activeCohorts`, toggles via `toggleCohort`,
|
|
@@ -24,7 +40,11 @@ import { SliceBindType, SliceDensityType } from "../../platform/slice/index.js";
|
|
|
24
40
|
* @property density - `compact` (pill) or `focused` (pill — the editor is
|
|
25
41
|
* always the popover). Defaults via the surrounding frame.
|
|
26
42
|
* @property editOpen - When true, the editor popover renders open on mount
|
|
27
|
-
* (for static snapshots).
|
|
43
|
+
* (for static snapshots; `manage` mode only).
|
|
44
|
+
* @property mode - `toggle` = pure preset bar (no authoring); `manage`
|
|
45
|
+
* (default) = toggling chips + pencil/`+ cohort` authoring.
|
|
46
|
+
* @property allowCreate - Show the `+ cohort` authoring pill. Defaults to
|
|
47
|
+
* true in `manage` mode, false in `toggle` mode.
|
|
28
48
|
*/
|
|
29
49
|
export const SliceCohortPickerType = StructType({
|
|
30
50
|
slice: SliceBindType,
|
|
@@ -33,5 +53,7 @@ export const SliceCohortPickerType = StructType({
|
|
|
33
53
|
reevaluateEvery: OptionType(StringType),
|
|
34
54
|
density: OptionType(SliceDensityType),
|
|
35
55
|
editOpen: OptionType(BooleanType),
|
|
56
|
+
mode: OptionType(SliceCohortModeType),
|
|
57
|
+
allowCreate: OptionType(BooleanType),
|
|
36
58
|
});
|
|
37
59
|
//# sourceMappingURL=types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/slice/cohort/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/slice/cohort/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACvG,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAEhF;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG,WAAW,CAAC;IAC3C,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACnB,CAAC,CAAC;AAGH;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,UAAU,CAAC;IAC5C,KAAK,EAAY,aAAa;IAC9B,SAAS,EAAQ,UAAU,CAAC,UAAU,CAAC;IACvC,UAAU,EAAO,UAAU,CAAC,UAAU,CAAC;IACvC,eAAe,EAAE,UAAU,CAAC,UAAU,CAAC;IACvC,OAAO,EAAU,UAAU,CAAC,gBAAgB,CAAC;IAC7C,QAAQ,EAAS,UAAU,CAAC,WAAW,CAAC;IACxC,IAAI,EAAa,UAAU,CAAC,mBAAmB,CAAC;IAChD,WAAW,EAAM,UAAU,CAAC,WAAW,CAAC;CAC3C,CAAC,CAAC"}
|
|
@@ -85,6 +85,10 @@ export declare const SliceFilter: {
|
|
|
85
85
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
86
86
|
readonly contains: StringType;
|
|
87
87
|
readonly matches: StringType;
|
|
88
|
+
readonly startsWith: StringType;
|
|
89
|
+
readonly endsWith: StringType;
|
|
90
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
91
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
88
92
|
}>;
|
|
89
93
|
}>;
|
|
90
94
|
readonly integer: import("@elaraai/east").StructType<{
|
|
@@ -139,6 +143,10 @@ export declare const SliceFilter: {
|
|
|
139
143
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
140
144
|
readonly contains: StringType;
|
|
141
145
|
readonly matches: StringType;
|
|
146
|
+
readonly startsWith: StringType;
|
|
147
|
+
readonly endsWith: StringType;
|
|
148
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
149
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
142
150
|
}>;
|
|
143
151
|
}>;
|
|
144
152
|
readonly integer: import("@elaraai/east").StructType<{
|
|
@@ -226,6 +234,10 @@ export declare const SliceFilter: {
|
|
|
226
234
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
227
235
|
readonly contains: StringType;
|
|
228
236
|
readonly matches: StringType;
|
|
237
|
+
readonly startsWith: StringType;
|
|
238
|
+
readonly endsWith: StringType;
|
|
239
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
240
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
229
241
|
}>;
|
|
230
242
|
}>;
|
|
231
243
|
readonly integer: import("@elaraai/east").StructType<{
|
|
@@ -280,6 +292,10 @@ export declare const SliceFilter: {
|
|
|
280
292
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
281
293
|
readonly contains: StringType;
|
|
282
294
|
readonly matches: StringType;
|
|
295
|
+
readonly startsWith: StringType;
|
|
296
|
+
readonly endsWith: StringType;
|
|
297
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
298
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
283
299
|
}>;
|
|
284
300
|
}>;
|
|
285
301
|
readonly integer: import("@elaraai/east").StructType<{
|
|
@@ -366,6 +382,10 @@ export declare const SliceFilter: {
|
|
|
366
382
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
367
383
|
readonly contains: StringType;
|
|
368
384
|
readonly matches: StringType;
|
|
385
|
+
readonly startsWith: StringType;
|
|
386
|
+
readonly endsWith: StringType;
|
|
387
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
388
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
369
389
|
}>;
|
|
370
390
|
}>;
|
|
371
391
|
readonly integer: import("@elaraai/east").StructType<{
|
|
@@ -422,6 +442,10 @@ export declare const SliceFilter: {
|
|
|
422
442
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
423
443
|
readonly contains: StringType;
|
|
424
444
|
readonly matches: StringType;
|
|
445
|
+
readonly startsWith: StringType;
|
|
446
|
+
readonly endsWith: StringType;
|
|
447
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
448
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
425
449
|
}>;
|
|
426
450
|
}>;
|
|
427
451
|
readonly integer: import("@elaraai/east").StructType<{
|
|
@@ -477,6 +501,10 @@ export declare const SliceFilter: {
|
|
|
477
501
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
478
502
|
readonly contains: StringType;
|
|
479
503
|
readonly matches: StringType;
|
|
504
|
+
readonly startsWith: StringType;
|
|
505
|
+
readonly endsWith: StringType;
|
|
506
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
507
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
480
508
|
}>;
|
|
481
509
|
}>;
|
|
482
510
|
readonly integer: import("@elaraai/east").StructType<{
|
|
@@ -539,6 +567,18 @@ export declare const SliceFilter: {
|
|
|
539
567
|
readonly label: StringType;
|
|
540
568
|
readonly kind: StringType;
|
|
541
569
|
readonly hints: import("@elaraai/east").ArrayType<StringType>;
|
|
570
|
+
readonly format: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
571
|
+
readonly number: import("@elaraai/east").NullType;
|
|
572
|
+
readonly currency: import("@elaraai/east").StructType<{
|
|
573
|
+
readonly code: StringType;
|
|
574
|
+
readonly compact: BooleanType;
|
|
575
|
+
}>;
|
|
576
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
577
|
+
readonly compact: import("@elaraai/east").NullType;
|
|
578
|
+
readonly date: StringType;
|
|
579
|
+
readonly time: StringType;
|
|
580
|
+
readonly datetime: StringType;
|
|
581
|
+
}>>;
|
|
542
582
|
}>>>;
|
|
543
583
|
readonly searchFieldIds: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<StringType>>;
|
|
544
584
|
readonly rangeFieldId: import("@elaraai/east").FunctionType<[], import("@elaraai/east").OptionType<StringType>>;
|
|
@@ -569,6 +609,66 @@ export declare const SliceFilter: {
|
|
|
569
609
|
readonly meta: import("@elaraai/east").OptionType<StringType>;
|
|
570
610
|
}>>>;
|
|
571
611
|
readonly cohortCounts: import("@elaraai/east").FunctionType<[], import("@elaraai/east").DictType<StringType, import("@elaraai/east").IntegerType>>;
|
|
612
|
+
readonly toggleFilter: import("@elaraai/east").FunctionType<[import("@elaraai/east").VariantType<{
|
|
613
|
+
readonly string: import("@elaraai/east").StructType<{
|
|
614
|
+
readonly fieldId: StringType;
|
|
615
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
616
|
+
readonly eq: StringType;
|
|
617
|
+
readonly neq: StringType;
|
|
618
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
619
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
620
|
+
readonly contains: StringType;
|
|
621
|
+
readonly matches: StringType;
|
|
622
|
+
readonly startsWith: StringType;
|
|
623
|
+
readonly endsWith: StringType;
|
|
624
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
625
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
626
|
+
}>;
|
|
627
|
+
}>;
|
|
628
|
+
readonly integer: import("@elaraai/east").StructType<{
|
|
629
|
+
readonly fieldId: StringType;
|
|
630
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
631
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
632
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
633
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
634
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
635
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
636
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
637
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
638
|
+
}>;
|
|
639
|
+
}>;
|
|
640
|
+
readonly float: import("@elaraai/east").StructType<{
|
|
641
|
+
readonly fieldId: StringType;
|
|
642
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
643
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
644
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
645
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
646
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
647
|
+
}>;
|
|
648
|
+
}>;
|
|
649
|
+
readonly datetime: import("@elaraai/east").StructType<{
|
|
650
|
+
readonly fieldId: StringType;
|
|
651
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
652
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
653
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
654
|
+
readonly between: import("@elaraai/east").StructType<{
|
|
655
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
656
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
657
|
+
}>;
|
|
658
|
+
}>;
|
|
659
|
+
}>;
|
|
660
|
+
readonly boolean: import("@elaraai/east").StructType<{
|
|
661
|
+
readonly fieldId: StringType;
|
|
662
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
663
|
+
readonly is: BooleanType;
|
|
664
|
+
}>;
|
|
665
|
+
}>;
|
|
666
|
+
}>], import("@elaraai/east").NullType>;
|
|
667
|
+
readonly facetGroups: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<import("@elaraai/east").StructType<{
|
|
668
|
+
readonly key: StringType;
|
|
669
|
+
readonly count: import("@elaraai/east").IntegerType;
|
|
670
|
+
readonly color: StringType;
|
|
671
|
+
}>>>;
|
|
572
672
|
}>;
|
|
573
673
|
readonly unit: import("@elaraai/east").OptionType<StringType>;
|
|
574
674
|
readonly density: import("@elaraai/east").OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/slice/filter/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EAEvB,UAAU,EACV,WAAW,EAId,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAG9D,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,kCAAkC;AAClC,MAAM,WAAW,kBAAkB;IAC/B,2CAA2C;IAC3C,KAAK,EAAE,kBAAkB,CAAC,aAAa,CAAC,CAAC;IACzC,8FAA8F;IAC9F,IAAI,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACtC,yEAAyE;IACzE,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,uFAAuF;IACvF,QAAQ,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;CAC9C;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,iBAAS,iBAAiB,CACtB,OAAO,EAAE,kBAAkB,GAC5B,QAAQ,CAAC,eAAe,CAAC,CAO3B;AAED,gDAAgD;AAChD,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/slice/filter/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACH,KAAK,QAAQ,EACb,KAAK,kBAAkB,EAEvB,UAAU,EACV,WAAW,EAId,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAG9D,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAE7C,kCAAkC;AAClC,MAAM,WAAW,kBAAkB;IAC/B,2CAA2C;IAC3C,KAAK,EAAE,kBAAkB,CAAC,aAAa,CAAC,CAAC;IACzC,8FAA8F;IAC9F,IAAI,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACtC,yEAAyE;IACzE,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,uFAAuF;IACvF,QAAQ,CAAC,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;CAC9C;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,iBAAS,iBAAiB,CACtB,OAAO,EAAE,kBAAkB,GAC5B,QAAQ,CAAC,eAAe,CAAC,CAO3B;AAED,gDAAgD;AAChD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC"}
|
|
@@ -61,6 +61,10 @@ export declare const SliceFilterType: StructType<{
|
|
|
61
61
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
62
62
|
readonly contains: StringType;
|
|
63
63
|
readonly matches: StringType;
|
|
64
|
+
readonly startsWith: StringType;
|
|
65
|
+
readonly endsWith: StringType;
|
|
66
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
67
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
64
68
|
}>;
|
|
65
69
|
}>;
|
|
66
70
|
readonly integer: StructType<{
|
|
@@ -115,6 +119,10 @@ export declare const SliceFilterType: StructType<{
|
|
|
115
119
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
116
120
|
readonly contains: StringType;
|
|
117
121
|
readonly matches: StringType;
|
|
122
|
+
readonly startsWith: StringType;
|
|
123
|
+
readonly endsWith: StringType;
|
|
124
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
125
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
118
126
|
}>;
|
|
119
127
|
}>;
|
|
120
128
|
readonly integer: StructType<{
|
|
@@ -202,6 +210,10 @@ export declare const SliceFilterType: StructType<{
|
|
|
202
210
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
203
211
|
readonly contains: StringType;
|
|
204
212
|
readonly matches: StringType;
|
|
213
|
+
readonly startsWith: StringType;
|
|
214
|
+
readonly endsWith: StringType;
|
|
215
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
216
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
205
217
|
}>;
|
|
206
218
|
}>;
|
|
207
219
|
readonly integer: StructType<{
|
|
@@ -256,6 +268,10 @@ export declare const SliceFilterType: StructType<{
|
|
|
256
268
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
257
269
|
readonly contains: StringType;
|
|
258
270
|
readonly matches: StringType;
|
|
271
|
+
readonly startsWith: StringType;
|
|
272
|
+
readonly endsWith: StringType;
|
|
273
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
274
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
259
275
|
}>;
|
|
260
276
|
}>;
|
|
261
277
|
readonly integer: StructType<{
|
|
@@ -342,6 +358,10 @@ export declare const SliceFilterType: StructType<{
|
|
|
342
358
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
343
359
|
readonly contains: StringType;
|
|
344
360
|
readonly matches: StringType;
|
|
361
|
+
readonly startsWith: StringType;
|
|
362
|
+
readonly endsWith: StringType;
|
|
363
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
364
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
345
365
|
}>;
|
|
346
366
|
}>;
|
|
347
367
|
readonly integer: StructType<{
|
|
@@ -398,6 +418,10 @@ export declare const SliceFilterType: StructType<{
|
|
|
398
418
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
399
419
|
readonly contains: StringType;
|
|
400
420
|
readonly matches: StringType;
|
|
421
|
+
readonly startsWith: StringType;
|
|
422
|
+
readonly endsWith: StringType;
|
|
423
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
424
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
401
425
|
}>;
|
|
402
426
|
}>;
|
|
403
427
|
readonly integer: StructType<{
|
|
@@ -453,6 +477,10 @@ export declare const SliceFilterType: StructType<{
|
|
|
453
477
|
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
454
478
|
readonly contains: StringType;
|
|
455
479
|
readonly matches: StringType;
|
|
480
|
+
readonly startsWith: StringType;
|
|
481
|
+
readonly endsWith: StringType;
|
|
482
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
483
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
456
484
|
}>;
|
|
457
485
|
}>;
|
|
458
486
|
readonly integer: StructType<{
|
|
@@ -515,6 +543,18 @@ export declare const SliceFilterType: StructType<{
|
|
|
515
543
|
readonly label: StringType;
|
|
516
544
|
readonly kind: StringType;
|
|
517
545
|
readonly hints: import("@elaraai/east").ArrayType<StringType>;
|
|
546
|
+
readonly format: OptionType<import("@elaraai/east").VariantType<{
|
|
547
|
+
readonly number: import("@elaraai/east").NullType;
|
|
548
|
+
readonly currency: StructType<{
|
|
549
|
+
readonly code: StringType;
|
|
550
|
+
readonly compact: BooleanType;
|
|
551
|
+
}>;
|
|
552
|
+
readonly percent: import("@elaraai/east").NullType;
|
|
553
|
+
readonly compact: import("@elaraai/east").NullType;
|
|
554
|
+
readonly date: StringType;
|
|
555
|
+
readonly time: StringType;
|
|
556
|
+
readonly datetime: StringType;
|
|
557
|
+
}>>;
|
|
518
558
|
}>>>;
|
|
519
559
|
readonly searchFieldIds: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<StringType>>;
|
|
520
560
|
readonly rangeFieldId: import("@elaraai/east").FunctionType<[], OptionType<StringType>>;
|
|
@@ -545,6 +585,66 @@ export declare const SliceFilterType: StructType<{
|
|
|
545
585
|
readonly meta: OptionType<StringType>;
|
|
546
586
|
}>>>;
|
|
547
587
|
readonly cohortCounts: import("@elaraai/east").FunctionType<[], import("@elaraai/east").DictType<StringType, import("@elaraai/east").IntegerType>>;
|
|
588
|
+
readonly toggleFilter: import("@elaraai/east").FunctionType<[import("@elaraai/east").VariantType<{
|
|
589
|
+
readonly string: StructType<{
|
|
590
|
+
readonly fieldId: StringType;
|
|
591
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
592
|
+
readonly eq: StringType;
|
|
593
|
+
readonly neq: StringType;
|
|
594
|
+
readonly in: import("@elaraai/east").SetType<StringType>;
|
|
595
|
+
readonly notIn: import("@elaraai/east").SetType<StringType>;
|
|
596
|
+
readonly contains: StringType;
|
|
597
|
+
readonly matches: StringType;
|
|
598
|
+
readonly startsWith: StringType;
|
|
599
|
+
readonly endsWith: StringType;
|
|
600
|
+
readonly isEmpty: import("@elaraai/east").NullType;
|
|
601
|
+
readonly isNotEmpty: import("@elaraai/east").NullType;
|
|
602
|
+
}>;
|
|
603
|
+
}>;
|
|
604
|
+
readonly integer: StructType<{
|
|
605
|
+
readonly fieldId: StringType;
|
|
606
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
607
|
+
readonly eq: import("@elaraai/east").IntegerType;
|
|
608
|
+
readonly neq: import("@elaraai/east").IntegerType;
|
|
609
|
+
readonly lt: import("@elaraai/east").IntegerType;
|
|
610
|
+
readonly lte: import("@elaraai/east").IntegerType;
|
|
611
|
+
readonly gt: import("@elaraai/east").IntegerType;
|
|
612
|
+
readonly gte: import("@elaraai/east").IntegerType;
|
|
613
|
+
readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
|
|
614
|
+
}>;
|
|
615
|
+
}>;
|
|
616
|
+
readonly float: StructType<{
|
|
617
|
+
readonly fieldId: StringType;
|
|
618
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
619
|
+
readonly lt: import("@elaraai/east").FloatType;
|
|
620
|
+
readonly lte: import("@elaraai/east").FloatType;
|
|
621
|
+
readonly gt: import("@elaraai/east").FloatType;
|
|
622
|
+
readonly gte: import("@elaraai/east").FloatType;
|
|
623
|
+
}>;
|
|
624
|
+
}>;
|
|
625
|
+
readonly datetime: StructType<{
|
|
626
|
+
readonly fieldId: StringType;
|
|
627
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
628
|
+
readonly before: import("@elaraai/east").DateTimeType;
|
|
629
|
+
readonly after: import("@elaraai/east").DateTimeType;
|
|
630
|
+
readonly between: StructType<{
|
|
631
|
+
readonly from: import("@elaraai/east").DateTimeType;
|
|
632
|
+
readonly to: import("@elaraai/east").DateTimeType;
|
|
633
|
+
}>;
|
|
634
|
+
}>;
|
|
635
|
+
}>;
|
|
636
|
+
readonly boolean: StructType<{
|
|
637
|
+
readonly fieldId: StringType;
|
|
638
|
+
readonly op: import("@elaraai/east").VariantType<{
|
|
639
|
+
readonly is: BooleanType;
|
|
640
|
+
}>;
|
|
641
|
+
}>;
|
|
642
|
+
}>], import("@elaraai/east").NullType>;
|
|
643
|
+
readonly facetGroups: import("@elaraai/east").FunctionType<[], import("@elaraai/east").ArrayType<StructType<{
|
|
644
|
+
readonly key: StringType;
|
|
645
|
+
readonly count: import("@elaraai/east").IntegerType;
|
|
646
|
+
readonly color: StringType;
|
|
647
|
+
}>>>;
|
|
548
648
|
}>;
|
|
549
649
|
readonly unit: OptionType<StringType>;
|
|
550
650
|
readonly density: OptionType<import("@elaraai/east").VariantType<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/slice/filter/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhF;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/slice/filter/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAGhF;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK1B,CAAC;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC"}
|