@elaraai/e3-ui 1.0.35 → 1.0.36

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/decision/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAuC,MAAM,WAAW,CAAC;AAElH,eAAO,MAAM,QAAQ;IAEjB;;;OAGG;;;QAIC;sEAC8D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAE9D,uDAAuD;;QAEvD,wCAAwC;;;;;;;QAExC;;gDAEwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGtC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/decision/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAuC,MAAM,WAAW,CAAC;AAElH,eAAO,MAAM,QAAQ;IAEjB;;;OAGG;;;QAIC;sEAC8D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAE9D,uDAAuD;;QAEvD,wCAAwC;;;;;;;QAExC;;gDAEwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGtC,CAAC"}
@@ -50,155 +50,6 @@ export declare const DecisionJournalPayloadType: StructType<{
50
50
  readonly direct: import("@elaraai/east").NullType;
51
51
  }>;
52
52
  }>;
53
- readonly slice: OptionType<StructType<{
54
- readonly range: OptionType<import("@elaraai/east").VariantType<{
55
- readonly datetime: StructType<{
56
- readonly from: import("@elaraai/east").DateTimeType;
57
- readonly to: import("@elaraai/east").DateTimeType;
58
- }>;
59
- readonly datetimePreset: import("@elaraai/east").VariantType<{
60
- readonly today: import("@elaraai/east").NullType;
61
- readonly last7d: import("@elaraai/east").NullType;
62
- readonly last30d: import("@elaraai/east").NullType;
63
- readonly last90d: import("@elaraai/east").NullType;
64
- readonly ytd: import("@elaraai/east").NullType;
65
- }>;
66
- readonly integer: StructType<{
67
- readonly from: import("@elaraai/east").IntegerType;
68
- readonly to: import("@elaraai/east").IntegerType;
69
- }>;
70
- readonly float: StructType<{
71
- readonly from: import("@elaraai/east").FloatType;
72
- readonly to: import("@elaraai/east").FloatType;
73
- }>;
74
- }>>;
75
- readonly compare: OptionType<import("@elaraai/east").VariantType<{
76
- readonly previousPeriod: import("@elaraai/east").NullType;
77
- readonly previousYear: import("@elaraai/east").NullType;
78
- }>>;
79
- readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
80
- readonly string: StructType<{
81
- readonly fieldId: StringType;
82
- readonly op: import("@elaraai/east").VariantType<{
83
- readonly eq: StringType;
84
- readonly neq: StringType;
85
- readonly in: import("@elaraai/east").SetType<StringType>;
86
- readonly notIn: import("@elaraai/east").SetType<StringType>;
87
- readonly contains: StringType;
88
- readonly matches: StringType;
89
- readonly startsWith: StringType;
90
- readonly endsWith: StringType;
91
- readonly isEmpty: import("@elaraai/east").NullType;
92
- readonly isNotEmpty: import("@elaraai/east").NullType;
93
- }>;
94
- }>;
95
- readonly integer: StructType<{
96
- readonly fieldId: StringType;
97
- readonly op: import("@elaraai/east").VariantType<{
98
- readonly eq: import("@elaraai/east").IntegerType;
99
- readonly neq: import("@elaraai/east").IntegerType;
100
- readonly lt: import("@elaraai/east").IntegerType;
101
- readonly lte: import("@elaraai/east").IntegerType;
102
- readonly gt: import("@elaraai/east").IntegerType;
103
- readonly gte: import("@elaraai/east").IntegerType;
104
- readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
105
- }>;
106
- }>;
107
- readonly float: StructType<{
108
- readonly fieldId: StringType;
109
- readonly op: import("@elaraai/east").VariantType<{
110
- readonly lt: import("@elaraai/east").FloatType;
111
- readonly lte: import("@elaraai/east").FloatType;
112
- readonly gt: import("@elaraai/east").FloatType;
113
- readonly gte: import("@elaraai/east").FloatType;
114
- }>;
115
- }>;
116
- readonly datetime: StructType<{
117
- readonly fieldId: StringType;
118
- readonly op: import("@elaraai/east").VariantType<{
119
- readonly before: import("@elaraai/east").DateTimeType;
120
- readonly after: import("@elaraai/east").DateTimeType;
121
- readonly between: StructType<{
122
- readonly from: import("@elaraai/east").DateTimeType;
123
- readonly to: import("@elaraai/east").DateTimeType;
124
- }>;
125
- }>;
126
- }>;
127
- readonly boolean: StructType<{
128
- readonly fieldId: StringType;
129
- readonly op: import("@elaraai/east").VariantType<{
130
- readonly is: import("@elaraai/east").BooleanType;
131
- }>;
132
- }>;
133
- }>>;
134
- readonly cohorts: import("@elaraai/east").ArrayType<StructType<{
135
- readonly id: StringType;
136
- readonly name: StringType;
137
- readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
138
- readonly string: StructType<{
139
- readonly fieldId: StringType;
140
- readonly op: import("@elaraai/east").VariantType<{
141
- readonly eq: StringType;
142
- readonly neq: StringType;
143
- readonly in: import("@elaraai/east").SetType<StringType>;
144
- readonly notIn: import("@elaraai/east").SetType<StringType>;
145
- readonly contains: StringType;
146
- readonly matches: StringType;
147
- readonly startsWith: StringType;
148
- readonly endsWith: StringType;
149
- readonly isEmpty: import("@elaraai/east").NullType;
150
- readonly isNotEmpty: import("@elaraai/east").NullType;
151
- }>;
152
- }>;
153
- readonly integer: StructType<{
154
- readonly fieldId: StringType;
155
- readonly op: import("@elaraai/east").VariantType<{
156
- readonly eq: import("@elaraai/east").IntegerType;
157
- readonly neq: import("@elaraai/east").IntegerType;
158
- readonly lt: import("@elaraai/east").IntegerType;
159
- readonly lte: import("@elaraai/east").IntegerType;
160
- readonly gt: import("@elaraai/east").IntegerType;
161
- readonly gte: import("@elaraai/east").IntegerType;
162
- readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
163
- }>;
164
- }>;
165
- readonly float: StructType<{
166
- readonly fieldId: StringType;
167
- readonly op: import("@elaraai/east").VariantType<{
168
- readonly lt: import("@elaraai/east").FloatType;
169
- readonly lte: import("@elaraai/east").FloatType;
170
- readonly gt: import("@elaraai/east").FloatType;
171
- readonly gte: import("@elaraai/east").FloatType;
172
- }>;
173
- }>;
174
- readonly datetime: StructType<{
175
- readonly fieldId: StringType;
176
- readonly op: import("@elaraai/east").VariantType<{
177
- readonly before: import("@elaraai/east").DateTimeType;
178
- readonly after: import("@elaraai/east").DateTimeType;
179
- readonly between: StructType<{
180
- readonly from: import("@elaraai/east").DateTimeType;
181
- readonly to: import("@elaraai/east").DateTimeType;
182
- }>;
183
- }>;
184
- }>;
185
- readonly boolean: StructType<{
186
- readonly fieldId: StringType;
187
- readonly op: import("@elaraai/east").VariantType<{
188
- readonly is: import("@elaraai/east").BooleanType;
189
- }>;
190
- }>;
191
- }>>;
192
- }>>;
193
- readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
194
- readonly breakdown: OptionType<StructType<{
195
- readonly fieldId: StringType;
196
- readonly limit: OptionType<import("@elaraai/east").IntegerType>;
197
- }>>;
198
- readonly search: OptionType<StringType>;
199
- readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
200
- readonly selectedIndex: OptionType<import("@elaraai/east").IntegerType>;
201
- }>>;
202
53
  }>;
203
54
  readonly heading: OptionType<StringType>;
204
55
  readonly maxHeight: OptionType<StringType>;
@@ -235,155 +86,6 @@ export declare const DecisionJournalComponent: import("@elaraai/east-ui").UIComp
235
86
  readonly direct: import("@elaraai/east").NullType;
236
87
  }>;
237
88
  }>;
238
- readonly slice: OptionType<StructType<{
239
- readonly range: OptionType<import("@elaraai/east").VariantType<{
240
- readonly datetime: StructType<{
241
- readonly from: import("@elaraai/east").DateTimeType;
242
- readonly to: import("@elaraai/east").DateTimeType;
243
- }>;
244
- readonly datetimePreset: import("@elaraai/east").VariantType<{
245
- readonly today: import("@elaraai/east").NullType;
246
- readonly last7d: import("@elaraai/east").NullType;
247
- readonly last30d: import("@elaraai/east").NullType;
248
- readonly last90d: import("@elaraai/east").NullType;
249
- readonly ytd: import("@elaraai/east").NullType;
250
- }>;
251
- readonly integer: StructType<{
252
- readonly from: import("@elaraai/east").IntegerType;
253
- readonly to: import("@elaraai/east").IntegerType;
254
- }>;
255
- readonly float: StructType<{
256
- readonly from: import("@elaraai/east").FloatType;
257
- readonly to: import("@elaraai/east").FloatType;
258
- }>;
259
- }>>;
260
- readonly compare: OptionType<import("@elaraai/east").VariantType<{
261
- readonly previousPeriod: import("@elaraai/east").NullType;
262
- readonly previousYear: import("@elaraai/east").NullType;
263
- }>>;
264
- readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
265
- readonly string: StructType<{
266
- readonly fieldId: StringType;
267
- readonly op: import("@elaraai/east").VariantType<{
268
- readonly eq: StringType;
269
- readonly neq: StringType;
270
- readonly in: import("@elaraai/east").SetType<StringType>;
271
- readonly notIn: import("@elaraai/east").SetType<StringType>;
272
- readonly contains: StringType;
273
- readonly matches: StringType;
274
- readonly startsWith: StringType;
275
- readonly endsWith: StringType;
276
- readonly isEmpty: import("@elaraai/east").NullType;
277
- readonly isNotEmpty: import("@elaraai/east").NullType;
278
- }>;
279
- }>;
280
- readonly integer: StructType<{
281
- readonly fieldId: StringType;
282
- readonly op: import("@elaraai/east").VariantType<{
283
- readonly eq: import("@elaraai/east").IntegerType;
284
- readonly neq: import("@elaraai/east").IntegerType;
285
- readonly lt: import("@elaraai/east").IntegerType;
286
- readonly lte: import("@elaraai/east").IntegerType;
287
- readonly gt: import("@elaraai/east").IntegerType;
288
- readonly gte: import("@elaraai/east").IntegerType;
289
- readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
290
- }>;
291
- }>;
292
- readonly float: StructType<{
293
- readonly fieldId: StringType;
294
- readonly op: import("@elaraai/east").VariantType<{
295
- readonly lt: import("@elaraai/east").FloatType;
296
- readonly lte: import("@elaraai/east").FloatType;
297
- readonly gt: import("@elaraai/east").FloatType;
298
- readonly gte: import("@elaraai/east").FloatType;
299
- }>;
300
- }>;
301
- readonly datetime: StructType<{
302
- readonly fieldId: StringType;
303
- readonly op: import("@elaraai/east").VariantType<{
304
- readonly before: import("@elaraai/east").DateTimeType;
305
- readonly after: import("@elaraai/east").DateTimeType;
306
- readonly between: StructType<{
307
- readonly from: import("@elaraai/east").DateTimeType;
308
- readonly to: import("@elaraai/east").DateTimeType;
309
- }>;
310
- }>;
311
- }>;
312
- readonly boolean: StructType<{
313
- readonly fieldId: StringType;
314
- readonly op: import("@elaraai/east").VariantType<{
315
- readonly is: import("@elaraai/east").BooleanType;
316
- }>;
317
- }>;
318
- }>>;
319
- readonly cohorts: import("@elaraai/east").ArrayType<StructType<{
320
- readonly id: StringType;
321
- readonly name: StringType;
322
- readonly filters: import("@elaraai/east").ArrayType<import("@elaraai/east").VariantType<{
323
- readonly string: StructType<{
324
- readonly fieldId: StringType;
325
- readonly op: import("@elaraai/east").VariantType<{
326
- readonly eq: StringType;
327
- readonly neq: StringType;
328
- readonly in: import("@elaraai/east").SetType<StringType>;
329
- readonly notIn: import("@elaraai/east").SetType<StringType>;
330
- readonly contains: StringType;
331
- readonly matches: StringType;
332
- readonly startsWith: StringType;
333
- readonly endsWith: StringType;
334
- readonly isEmpty: import("@elaraai/east").NullType;
335
- readonly isNotEmpty: import("@elaraai/east").NullType;
336
- }>;
337
- }>;
338
- readonly integer: StructType<{
339
- readonly fieldId: StringType;
340
- readonly op: import("@elaraai/east").VariantType<{
341
- readonly eq: import("@elaraai/east").IntegerType;
342
- readonly neq: import("@elaraai/east").IntegerType;
343
- readonly lt: import("@elaraai/east").IntegerType;
344
- readonly lte: import("@elaraai/east").IntegerType;
345
- readonly gt: import("@elaraai/east").IntegerType;
346
- readonly gte: import("@elaraai/east").IntegerType;
347
- readonly in: import("@elaraai/east").SetType<import("@elaraai/east").IntegerType>;
348
- }>;
349
- }>;
350
- readonly float: StructType<{
351
- readonly fieldId: StringType;
352
- readonly op: import("@elaraai/east").VariantType<{
353
- readonly lt: import("@elaraai/east").FloatType;
354
- readonly lte: import("@elaraai/east").FloatType;
355
- readonly gt: import("@elaraai/east").FloatType;
356
- readonly gte: import("@elaraai/east").FloatType;
357
- }>;
358
- }>;
359
- readonly datetime: StructType<{
360
- readonly fieldId: StringType;
361
- readonly op: import("@elaraai/east").VariantType<{
362
- readonly before: import("@elaraai/east").DateTimeType;
363
- readonly after: import("@elaraai/east").DateTimeType;
364
- readonly between: StructType<{
365
- readonly from: import("@elaraai/east").DateTimeType;
366
- readonly to: import("@elaraai/east").DateTimeType;
367
- }>;
368
- }>;
369
- }>;
370
- readonly boolean: StructType<{
371
- readonly fieldId: StringType;
372
- readonly op: import("@elaraai/east").VariantType<{
373
- readonly is: import("@elaraai/east").BooleanType;
374
- }>;
375
- }>;
376
- }>>;
377
- }>>;
378
- readonly activeCohorts: import("@elaraai/east").SetType<StringType>;
379
- readonly breakdown: OptionType<StructType<{
380
- readonly fieldId: StringType;
381
- readonly limit: OptionType<import("@elaraai/east").IntegerType>;
382
- }>>;
383
- readonly search: OptionType<StringType>;
384
- readonly visible: OptionType<import("@elaraai/east").SetType<StringType>>;
385
- readonly selectedIndex: OptionType<import("@elaraai/east").IntegerType>;
386
- }>>;
387
89
  }>;
388
90
  readonly heading: OptionType<StringType>;
389
91
  readonly maxHeight: OptionType<StringType>;
@@ -1 +1 @@
1
- {"version":3,"file":"journal.d.ts","sourceRoot":"","sources":["../../../src/decision/journal.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,EAEH,UAAU,EACV,UAAU,EACV,UAAU,EAGV,KAAK,QAAQ,EACb,KAAK,kBAAkB,EAC1B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAU,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAE3D,OAAO,EAAyB,KAAK,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAM3E;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIrC,CAAC;AACH,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC;AAE3E;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAsF,CAAC;AAM5H;;;;;;;;GAQG;AACH,MAAM,WAAW,sBAAsB;IACnC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,OAAO,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACzC,SAAS,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;CAC9C;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,EAAE;IAC1B,IAAI,CAAC,OAAO,EAAE,sBAAsB,GAAG,QAAQ,CAAC,eAAe,CAAC,CAAC;IACjE,SAAS,EAAE,OAAO,wBAAwB,CAAC;IAC3C,KAAK,EAAE;QAAE,OAAO,EAAE,0BAA0B,CAAA;KAAE,CAAC;CAyBzC,CAAC"}
1
+ {"version":3,"file":"journal.d.ts","sourceRoot":"","sources":["../../../src/decision/journal.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,EAEH,UAAU,EACV,UAAU,EACV,UAAU,EAGV,KAAK,QAAQ,EACb,KAAK,kBAAkB,EAC1B,MAAM,eAAe,CAAC;AACvB,OAAO,EAAU,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAE3D,OAAO,EAAyB,KAAK,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAM3E;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIrC,CAAC;AACH,yDAAyD;AACzD,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC;AAE3E;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAsF,CAAC;AAM5H;;;;;;;;GAQG;AACH,MAAM,WAAW,sBAAsB;IACnC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,OAAO,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACzC,SAAS,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;CAC9C;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,EAAE;IAC1B,IAAI,CAAC,OAAO,EAAE,sBAAsB,GAAG,QAAQ,CAAC,eAAe,CAAC,CAAC;IACjE,SAAS,EAAE,OAAO,wBAAwB,CAAC;IAC3C,KAAK,EAAE;QAAE,OAAO,EAAE,0BAA0B,CAAA;KAAE,CAAC;CAwBzC,CAAC"}
@@ -58,7 +58,6 @@ export const DecisionJournal = {
58
58
  handle: East.value({
59
59
  decisions: options.handle.decisions,
60
60
  judgements: options.handle.judgements,
61
- slice: options.handle.sliceInit,
62
61
  }, DecisionHandleRefType),
63
62
  heading: options.heading !== undefined ? some(options.heading) : none,
64
63
  maxHeight: options.maxHeight !== undefined ? some(options.maxHeight) : none,
@@ -1 +1 @@
1
- {"version":3,"file":"journal.js","sourceRoot":"","sources":["../../../src/decision/journal.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,EACH,IAAI,EACJ,UAAU,EACV,UAAU,EACV,UAAU,EACV,IAAI,EACJ,IAAI,GAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAE3D,OAAO,EAAE,qBAAqB,EAA2B,MAAM,WAAW,CAAC;AAE3E,+EAA+E;AAC/E,qDAAqD;AACrD,+EAA+E;AAE/E;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,UAAU,CAAC;IACjD,MAAM,EAAE,qBAAqB;IAC7B,OAAO,EAAE,UAAU,CAAC,UAAU,CAAC;IAC/B,SAAS,EAAE,UAAU,CAAC,UAAU,CAAC;CACpC,CAAC,CAAC;AAIH;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAAC,SAAS,CAAC,iBAAiB,EAAE,0BAA0B,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;AAqB5H;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,eAAe,GAIxB;IACA;;;;;OAKG;IACH,IAAI,CAAC,OAA+B;QAChC,OAAO,wBAAwB,CAAC,IAAI,CAAC;YACjC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC;gBACf,SAAS,EAAE,OAAO,CAAC,MAAM,CAAC,SAAS;gBACnC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU;gBACrC,KAAK,EAAE,OAAO,CAAC,MAAM,CAAC,SAAS;aAClC,EAAE,qBAAqB,CAAC;YACzB,OAAO,EAAE,OAAO,CAAC,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI;YACrE,SAAS,EAAE,OAAO,CAAC,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI;SAC9E,CAAC,CAAC;IACP,CAAC;IACD,gFAAgF;IAChF,SAAS,EAAE,wBAAwB;IACnC,KAAK,EAAE;QACH,mCAAmC;QACnC,OAAO,EAAE,0BAA0B;KACtC;CACK,CAAC"}
1
+ {"version":3,"file":"journal.js","sourceRoot":"","sources":["../../../src/decision/journal.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,EACH,IAAI,EACJ,UAAU,EACV,UAAU,EACV,UAAU,EACV,IAAI,EACJ,IAAI,GAGP,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAE3D,OAAO,EAAE,qBAAqB,EAA2B,MAAM,WAAW,CAAC;AAE3E,+EAA+E;AAC/E,qDAAqD;AACrD,+EAA+E;AAE/E;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG,UAAU,CAAC;IACjD,MAAM,EAAE,qBAAqB;IAC7B,OAAO,EAAE,UAAU,CAAC,UAAU,CAAC;IAC/B,SAAS,EAAE,UAAU,CAAC,UAAU,CAAC;CACpC,CAAC,CAAC;AAIH;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAAC,SAAS,CAAC,iBAAiB,EAAE,0BAA0B,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;AAqB5H;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,eAAe,GAIxB;IACA;;;;;OAKG;IACH,IAAI,CAAC,OAA+B;QAChC,OAAO,wBAAwB,CAAC,IAAI,CAAC;YACjC,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC;gBACf,SAAS,EAAE,OAAO,CAAC,MAAM,CAAC,SAAS;gBACnC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU;aACxC,EAAE,qBAAqB,CAAC;YACzB,OAAO,EAAE,OAAO,CAAC,OAAO,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI;YACrE,SAAS,EAAE,OAAO,CAAC,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,IAAI;SAC9E,CAAC,CAAC;IACP,CAAC;IACD,gFAAgF;IAChF,SAAS,EAAE,wBAAwB;IACnC,KAAK,EAAE;QACH,mCAAmC;QACnC,OAAO,EAAE,0BAA0B;KACtC;CACK,CAAC"}