@genesislcap/pbc-reporting-ui 15.10.1 → 15.10.2

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 (2) hide show
  1. package/dist/custom-elements.json +778 -778
  2. package/package.json +22 -22
@@ -153,7 +153,7 @@
153
153
  },
154
154
  {
155
155
  "kind": "javascript-module",
156
- "path": "src/new/main/index.ts",
156
+ "path": "src/new/store/index.ts",
157
157
  "declarations": [],
158
158
  "exports": [
159
159
  {
@@ -161,7 +161,7 @@
161
161
  "name": "*",
162
162
  "declaration": {
163
163
  "name": "*",
164
- "package": "./main.template"
164
+ "package": "./slices"
165
165
  }
166
166
  },
167
167
  {
@@ -169,7 +169,7 @@
169
169
  "name": "*",
170
170
  "declaration": {
171
171
  "name": "*",
172
- "package": "./main"
172
+ "package": "./store"
173
173
  }
174
174
  },
175
175
  {
@@ -177,143 +177,512 @@
177
177
  "name": "*",
178
178
  "declaration": {
179
179
  "name": "*",
180
- "package": "./main.styles"
180
+ "package": "./types"
181
181
  }
182
182
  }
183
183
  ]
184
184
  },
185
185
  {
186
186
  "kind": "javascript-module",
187
- "path": "src/new/main/main.styles.ts",
187
+ "path": "src/new/store/store.ts",
188
188
  "declarations": [
189
189
  {
190
190
  "kind": "variable",
191
- "name": "MainStyles",
192
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n overflow: auto;\n }\n\n rapid-design-system-provider {\n height: 100%;\n }\n\n rapid-tabs {\n --base-height-multiplier: 10;\n }\n\n rapid-tabs::part(tablist) {\n place-self: flex-start;\n border-bottom: none;\n }\n\n rapid-tabs::part(tabpanel) {\n display: flex;\n flex-direction: column;\n flex: 1;\n min-height: 0;\n border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n }\n`"
191
+ "name": "reduxBlankState",
192
+ "type": {
193
+ "text": "ReportingConfig"
194
+ },
195
+ "default": "{\n baseConfig: {\n DESTINATION_IDS: [],\n OUTPUT_FORMAT: 'CSV',\n OUTPUT_DIRECTORY: '/reports',\n },\n datasourceConfig: {},\n}"
196
+ },
197
+ {
198
+ "kind": "variable",
199
+ "name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}"
200
+ },
201
+ {
202
+ "kind": "function",
203
+ "name": "writeReduxState",
204
+ "parameters": [
205
+ {
206
+ "name": "state",
207
+ "type": {
208
+ "text": "ReportingConfig"
209
+ }
210
+ }
211
+ ]
212
+ },
213
+ {
214
+ "kind": "function",
215
+ "name": "readReduxState",
216
+ "return": {
217
+ "type": {
218
+ "text": "ReportingConfig"
219
+ }
220
+ }
193
221
  }
194
222
  ],
195
223
  "exports": [
196
224
  {
197
225
  "kind": "js",
198
- "name": "MainStyles",
226
+ "name": "reduxBlankState",
199
227
  "declaration": {
200
- "name": "MainStyles",
201
- "module": "src/new/main/main.styles.ts"
228
+ "name": "reduxBlankState",
229
+ "module": "src/new/store/store.ts"
230
+ }
231
+ },
232
+ {
233
+ "kind": "js",
234
+ "name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
235
+ "declaration": {
236
+ "name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
237
+ "module": "src/new/store/store.ts"
238
+ }
239
+ },
240
+ {
241
+ "kind": "js",
242
+ "name": "writeReduxState",
243
+ "declaration": {
244
+ "name": "writeReduxState",
245
+ "module": "src/new/store/store.ts"
246
+ }
247
+ },
248
+ {
249
+ "kind": "js",
250
+ "name": "readReduxState",
251
+ "declaration": {
252
+ "name": "readReduxState",
253
+ "module": "src/new/store/store.ts"
202
254
  }
203
255
  }
204
256
  ]
205
257
  },
206
258
  {
207
259
  "kind": "javascript-module",
208
- "path": "src/new/main/main.template.ts",
260
+ "path": "src/new/store/types.ts",
261
+ "declarations": [],
262
+ "exports": []
263
+ },
264
+ {
265
+ "kind": "javascript-module",
266
+ "path": "src/new/styles/constraints.styles.ts",
209
267
  "declarations": [
210
268
  {
211
- "kind": "variable",
212
- "name": "MainTemplate",
213
- "default": "html<Reporting>`\n ${when(\n (x) => x.ready,\n html<Reporting>`\n <rapid-tabs\n ${ref('tabs')}\n appearance=\"secondary\"\n class=\"tabs\"\n data-test-id=\"tabs\"\n @change=${(x, c) => x.handleTabsChange(c.event as CustomEvent)}\n >\n <span part=\"start\" class=\"start\" slot=\"start\" data-test-id=\"reporting-tab\">Reporting</span>\n <rapid-tab\n appearance=\"secondary\"\n id=${ReportingTab.REPORT_CONFIGURATIONS}\n slot=\"report-configurations-tab\"\n data-test-id=\"list-reports-tab\"\n >\n Report Configuration\n </rapid-tab>\n <rapid-tab\n appearance=\"secondary\"\n id=${ReportingTab.REPORT_DESTINATIONS}\n slot=\"report-destinations-tab\"\n data-test-id=\"report-destinations-tab\"\n >\n Report Destinations\n </rapid-tab>\n <rapid-tab\n appearance=\"secondary\"\n id=${ReportingTab.GENERATED_REPORTS}\n slot=\"generated-reports-tab\"\n data-test-id=\"generated-reports-tab\"\n >\n Generated Reports\n </rapid-tab>\n\n <rapid-tab-panel\n slot=\"report-configurations-tab\"\n class=\"tab-panel\"\n data-test-id=\"list-reports-panel\"\n >\n ${whenElse(\n (x) => x.reportConfigMode === 'list',\n html`\n <reporting-configurations></reporting-configurations>\n `,\n html`\n <config-journey-orchestrator></config-journey-orchestrator>\n `,\n )}\n </rapid-tab-panel>\n\n <rapid-tab-panel\n slot=\"report-destinations-tab\"\n class=\"tab-panel\"\n data-test-id=\"report-destinations-tab-panel\"\n >\n <report-destinations></report-destinations>\n </rapid-tab-panel>\n <rapid-tab-panel\n slot=\"generated-reports-tab\"\n class=\"tab-panel\"\n data-test-id=\"generated-reports-tab-panel\"\n >\n <generated-reports ${ref('generatedReportsComponent')}></generated-reports>\n </rapid-tab-panel>\n </rapid-tabs>\n `,\n )}\n`"
269
+ "kind": "function",
270
+ "name": "constrainedDimensions",
271
+ "parameters": [
272
+ {
273
+ "name": "{ navToContentPx }",
274
+ "type": {
275
+ "text": "{ navToContentPx: number }"
276
+ }
277
+ }
278
+ ],
279
+ "description": "Set the `--constrained-height` and `-constrained-width` css variables in a cssPartial\nwhich can be used to size `display: block` contents within bounds.\n\nVariable allows you to specify the height of the content from the top of the PBC to the content,\nallowing the content to be sized correctly\n\nLooks at `--app-top-height` which let's the PBC user specify extra pixel height (e.g. they have their\nown nav)"
214
280
  }
215
281
  ],
216
282
  "exports": [
217
283
  {
218
284
  "kind": "js",
219
- "name": "MainTemplate",
285
+ "name": "constrainedDimensions",
220
286
  "declaration": {
221
- "name": "MainTemplate",
222
- "module": "src/new/main/main.template.ts"
287
+ "name": "constrainedDimensions",
288
+ "module": "src/new/styles/constraints.styles.ts"
223
289
  }
224
290
  }
225
291
  ]
226
292
  },
227
293
  {
228
294
  "kind": "javascript-module",
229
- "path": "src/new/main/main.ts",
295
+ "path": "src/new/styles/forms.styles.ts",
230
296
  "declarations": [
231
297
  {
232
- "kind": "class",
233
- "description": "FoundationReporting.",
234
- "name": "FoundationReporting",
235
- "members": [
236
- {
237
- "kind": "field",
238
- "name": "tabs",
239
- "type": {
240
- "text": "Tabs"
241
- },
242
- "privacy": "public"
243
- },
244
- {
245
- "kind": "field",
246
- "name": "ready",
247
- "type": {
248
- "text": "boolean"
249
- },
250
- "default": "false"
251
- },
252
- {
253
- "kind": "field",
254
- "name": "reportConfigMode",
255
- "type": {
256
- "text": "ReportingEventDetailMap[ReportingEvents.setReportConfigDisplayMode]"
257
- },
258
- "default": "'list'"
259
- },
298
+ "kind": "function",
299
+ "name": "optionMessageBubble",
300
+ "parameters": [
260
301
  {
261
- "kind": "field",
262
- "name": "generatedReportsComponent",
302
+ "name": "dataAttr",
303
+ "default": "'data-bubble-content'",
263
304
  "type": {
264
- "text": "GeneratedReports"
305
+ "text": "string"
265
306
  }
266
- },
267
- {
268
- "kind": "method",
269
- "name": "handleRunReportEvent",
270
- "parameters": [
271
- {
272
- "name": "{ detail }",
273
- "type": {
274
- "text": "CustomEvent"
275
- }
276
- }
277
- ]
278
- },
279
- {
280
- "kind": "method",
281
- "name": "handleReportConfigDisplayMode",
282
- "parameters": [
283
- {
284
- "name": "{\n detail,\n }",
285
- "type": {
286
- "text": "CustomEvent<ReportingEventDetailMap[ReportingEvents.setReportConfigDisplayMode]>"
287
- }
288
- }
289
- ]
290
307
  }
291
- ],
292
- "superclass": {
293
- "name": "GenesisElement",
294
- "package": "@genesislcap/web-core"
295
- },
296
- "tagName": "foundation-reporting",
297
- "customElement": true
308
+ ]
298
309
  },
299
310
  {
300
- "kind": "class",
301
- "description": "RapidReporting.",
302
- "name": "RapidReporting",
303
- "superclass": {
304
- "name": "FoundationReporting",
305
- "module": "src/new/main/main.ts"
306
- },
307
- "tagName": "rapid-reporting",
308
- "customElement": true,
309
- "members": [
311
+ "kind": "variable",
312
+ "name": "formLabel",
313
+ "default": "css`\n .label {\n display: block;\n padding-bottom: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n margin: 0;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
314
+ }
315
+ ],
316
+ "exports": [
317
+ {
318
+ "kind": "js",
319
+ "name": "optionMessageBubble",
320
+ "declaration": {
321
+ "name": "optionMessageBubble",
322
+ "module": "src/new/styles/forms.styles.ts"
323
+ }
324
+ },
325
+ {
326
+ "kind": "js",
327
+ "name": "formLabel",
328
+ "declaration": {
329
+ "name": "formLabel",
330
+ "module": "src/new/styles/forms.styles.ts"
331
+ }
332
+ }
333
+ ]
334
+ },
335
+ {
336
+ "kind": "javascript-module",
337
+ "path": "src/new/styles/index.ts",
338
+ "declarations": [],
339
+ "exports": [
340
+ {
341
+ "kind": "js",
342
+ "name": "*",
343
+ "declaration": {
344
+ "name": "*",
345
+ "package": "./forms.styles"
346
+ }
347
+ },
348
+ {
349
+ "kind": "js",
350
+ "name": "*",
351
+ "declaration": {
352
+ "name": "*",
353
+ "package": "./misc.styles"
354
+ }
355
+ },
356
+ {
357
+ "kind": "js",
358
+ "name": "*",
359
+ "declaration": {
360
+ "name": "*",
361
+ "package": "./constraints.styles"
362
+ }
363
+ }
364
+ ]
365
+ },
366
+ {
367
+ "kind": "javascript-module",
368
+ "path": "src/new/styles/misc.styles.ts",
369
+ "declarations": [
370
+ {
371
+ "kind": "variable",
372
+ "name": "errorMessageStyles",
373
+ "default": "css`\n .error-message {\n color: ${neutralForegroundRest};\n background-color: ${neutralLayer4};\n border-color: ${errorColor};\n border-radius: 7px;\n border-style: solid;\n border-width: 4px;\n padding: 5px;\n margin: 15px;\n text-align: center;\n width: fit-content;\n }\n`"
374
+ },
375
+ {
376
+ "kind": "function",
377
+ "name": "mixinScreen",
378
+ "parameters": [
310
379
  {
311
- "kind": "field",
312
- "name": "connect",
380
+ "name": "display",
381
+ "default": "'block'",
313
382
  "type": {
314
- "text": "Connect"
315
- },
316
- "inheritedFrom": {
383
+ "text": "string"
384
+ }
385
+ }
386
+ ]
387
+ }
388
+ ],
389
+ "exports": [
390
+ {
391
+ "kind": "js",
392
+ "name": "errorMessageStyles",
393
+ "declaration": {
394
+ "name": "errorMessageStyles",
395
+ "module": "src/new/styles/misc.styles.ts"
396
+ }
397
+ },
398
+ {
399
+ "kind": "js",
400
+ "name": "mixinScreen",
401
+ "declaration": {
402
+ "name": "mixinScreen",
403
+ "module": "src/new/styles/misc.styles.ts"
404
+ }
405
+ }
406
+ ]
407
+ },
408
+ {
409
+ "kind": "javascript-module",
410
+ "path": "src/new/types/display.ts",
411
+ "declarations": [
412
+ {
413
+ "kind": "variable",
414
+ "name": "datasourceInputs",
415
+ "type": {
416
+ "text": "['Snapshot', 'Data Pipeline']"
417
+ },
418
+ "default": "['Snapshot', 'Data Pipeline']"
419
+ }
420
+ ],
421
+ "exports": [
422
+ {
423
+ "kind": "js",
424
+ "name": "datasourceInputs",
425
+ "declaration": {
426
+ "name": "datasourceInputs",
427
+ "module": "src/new/types/display.ts"
428
+ }
429
+ }
430
+ ]
431
+ },
432
+ {
433
+ "kind": "javascript-module",
434
+ "path": "src/new/types/index.ts",
435
+ "declarations": [],
436
+ "exports": [
437
+ {
438
+ "kind": "js",
439
+ "name": "*",
440
+ "declaration": {
441
+ "name": "*",
442
+ "package": "./display"
443
+ }
444
+ },
445
+ {
446
+ "kind": "js",
447
+ "name": "*",
448
+ "declaration": {
449
+ "name": "*",
450
+ "package": "./misc"
451
+ }
452
+ },
453
+ {
454
+ "kind": "js",
455
+ "name": "*",
456
+ "declaration": {
457
+ "name": "*",
458
+ "package": "./redux"
459
+ }
460
+ },
461
+ {
462
+ "kind": "js",
463
+ "name": "*",
464
+ "declaration": {
465
+ "name": "*",
466
+ "package": "./rights"
467
+ }
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "kind": "javascript-module",
473
+ "path": "src/new/types/misc.ts",
474
+ "declarations": [
475
+ {
476
+ "kind": "variable",
477
+ "name": "genesisFieldTypes",
478
+ "type": {
479
+ "text": "[\n 'STRING',\n 'ENUM',\n 'INT',\n 'SHORT',\n 'DOUBLE',\n 'LONG',\n 'BOOLEAN',\n 'BIGDECIMAL',\n 'DATE',\n 'DATETIME',\n 'RAW',\n 'NANO_TIMESTAMP',\n ]"
480
+ },
481
+ "default": "[\n 'STRING',\n 'ENUM',\n 'INT',\n 'SHORT',\n 'DOUBLE',\n 'LONG',\n 'BOOLEAN',\n 'BIGDECIMAL',\n 'DATE',\n 'DATETIME',\n 'RAW',\n 'NANO_TIMESTAMP',\n ]"
482
+ },
483
+ {
484
+ "kind": "variable",
485
+ "name": "FileStorageFields",
486
+ "type": {
487
+ "text": "{\n FILE_STORAGE_ID: 'FILE_STORAGE_ID',\n STORAGE_MANAGER: 'STORAGE_MANAGER',\n FILE_NAME: 'FILE_NAME',\n FILE_SIZE: 'FILE_SIZE',\n MODIFIED_AT: 'MODIFIED_AT',\n MODIFIED_BY: 'MODIFIED_BY',\n CREATED_BY: 'CREATED_BY',\n CREATED_AT: 'CREATED_AT',\n FILE_TYPE: 'FILE_TYPE',\n }"
488
+ },
489
+ "default": "{\n FILE_STORAGE_ID: 'FILE_STORAGE_ID',\n STORAGE_MANAGER: 'STORAGE_MANAGER',\n FILE_NAME: 'FILE_NAME',\n FILE_SIZE: 'FILE_SIZE',\n MODIFIED_AT: 'MODIFIED_AT',\n MODIFIED_BY: 'MODIFIED_BY',\n CREATED_BY: 'CREATED_BY',\n CREATED_AT: 'CREATED_AT',\n FILE_TYPE: 'FILE_TYPE',\n }"
490
+ }
491
+ ],
492
+ "exports": [
493
+ {
494
+ "kind": "js",
495
+ "name": "genesisFieldTypes",
496
+ "declaration": {
497
+ "name": "genesisFieldTypes",
498
+ "module": "src/new/types/misc.ts"
499
+ }
500
+ },
501
+ {
502
+ "kind": "js",
503
+ "name": "FileStorageFields",
504
+ "declaration": {
505
+ "name": "FileStorageFields",
506
+ "module": "src/new/types/misc.ts"
507
+ }
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "kind": "javascript-module",
513
+ "path": "src/new/types/redux.ts",
514
+ "declarations": [],
515
+ "exports": []
516
+ },
517
+ {
518
+ "kind": "javascript-module",
519
+ "path": "src/new/types/rights.ts",
520
+ "declarations": [],
521
+ "exports": []
522
+ },
523
+ {
524
+ "kind": "javascript-module",
525
+ "path": "src/new/main/index.ts",
526
+ "declarations": [],
527
+ "exports": [
528
+ {
529
+ "kind": "js",
530
+ "name": "*",
531
+ "declaration": {
532
+ "name": "*",
533
+ "package": "./main.template"
534
+ }
535
+ },
536
+ {
537
+ "kind": "js",
538
+ "name": "*",
539
+ "declaration": {
540
+ "name": "*",
541
+ "package": "./main"
542
+ }
543
+ },
544
+ {
545
+ "kind": "js",
546
+ "name": "*",
547
+ "declaration": {
548
+ "name": "*",
549
+ "package": "./main.styles"
550
+ }
551
+ }
552
+ ]
553
+ },
554
+ {
555
+ "kind": "javascript-module",
556
+ "path": "src/new/main/main.styles.ts",
557
+ "declarations": [
558
+ {
559
+ "kind": "variable",
560
+ "name": "MainStyles",
561
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n overflow: auto;\n }\n\n rapid-design-system-provider {\n height: 100%;\n }\n\n rapid-tabs {\n --base-height-multiplier: 10;\n }\n\n rapid-tabs::part(tablist) {\n place-self: flex-start;\n border-bottom: none;\n }\n\n rapid-tabs::part(tabpanel) {\n display: flex;\n flex-direction: column;\n flex: 1;\n min-height: 0;\n border-top: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);\n }\n`"
562
+ }
563
+ ],
564
+ "exports": [
565
+ {
566
+ "kind": "js",
567
+ "name": "MainStyles",
568
+ "declaration": {
569
+ "name": "MainStyles",
570
+ "module": "src/new/main/main.styles.ts"
571
+ }
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "kind": "javascript-module",
577
+ "path": "src/new/main/main.template.ts",
578
+ "declarations": [
579
+ {
580
+ "kind": "variable",
581
+ "name": "MainTemplate",
582
+ "default": "html<Reporting>`\n ${when(\n (x) => x.ready,\n html<Reporting>`\n <rapid-tabs\n ${ref('tabs')}\n appearance=\"secondary\"\n class=\"tabs\"\n data-test-id=\"tabs\"\n @change=${(x, c) => x.handleTabsChange(c.event as CustomEvent)}\n >\n <span part=\"start\" class=\"start\" slot=\"start\" data-test-id=\"reporting-tab\">Reporting</span>\n <rapid-tab\n appearance=\"secondary\"\n id=${ReportingTab.REPORT_CONFIGURATIONS}\n slot=\"report-configurations-tab\"\n data-test-id=\"list-reports-tab\"\n >\n Report Configuration\n </rapid-tab>\n <rapid-tab\n appearance=\"secondary\"\n id=${ReportingTab.REPORT_DESTINATIONS}\n slot=\"report-destinations-tab\"\n data-test-id=\"report-destinations-tab\"\n >\n Report Destinations\n </rapid-tab>\n <rapid-tab\n appearance=\"secondary\"\n id=${ReportingTab.GENERATED_REPORTS}\n slot=\"generated-reports-tab\"\n data-test-id=\"generated-reports-tab\"\n >\n Generated Reports\n </rapid-tab>\n\n <rapid-tab-panel\n slot=\"report-configurations-tab\"\n class=\"tab-panel\"\n data-test-id=\"list-reports-panel\"\n >\n ${whenElse(\n (x) => x.reportConfigMode === 'list',\n html`\n <reporting-configurations></reporting-configurations>\n `,\n html`\n <config-journey-orchestrator></config-journey-orchestrator>\n `,\n )}\n </rapid-tab-panel>\n\n <rapid-tab-panel\n slot=\"report-destinations-tab\"\n class=\"tab-panel\"\n data-test-id=\"report-destinations-tab-panel\"\n >\n <report-destinations></report-destinations>\n </rapid-tab-panel>\n <rapid-tab-panel\n slot=\"generated-reports-tab\"\n class=\"tab-panel\"\n data-test-id=\"generated-reports-tab-panel\"\n >\n <generated-reports ${ref('generatedReportsComponent')}></generated-reports>\n </rapid-tab-panel>\n </rapid-tabs>\n `,\n )}\n`"
583
+ }
584
+ ],
585
+ "exports": [
586
+ {
587
+ "kind": "js",
588
+ "name": "MainTemplate",
589
+ "declaration": {
590
+ "name": "MainTemplate",
591
+ "module": "src/new/main/main.template.ts"
592
+ }
593
+ }
594
+ ]
595
+ },
596
+ {
597
+ "kind": "javascript-module",
598
+ "path": "src/new/main/main.ts",
599
+ "declarations": [
600
+ {
601
+ "kind": "class",
602
+ "description": "FoundationReporting.",
603
+ "name": "FoundationReporting",
604
+ "members": [
605
+ {
606
+ "kind": "field",
607
+ "name": "tabs",
608
+ "type": {
609
+ "text": "Tabs"
610
+ },
611
+ "privacy": "public"
612
+ },
613
+ {
614
+ "kind": "field",
615
+ "name": "ready",
616
+ "type": {
617
+ "text": "boolean"
618
+ },
619
+ "default": "false"
620
+ },
621
+ {
622
+ "kind": "field",
623
+ "name": "reportConfigMode",
624
+ "type": {
625
+ "text": "ReportingEventDetailMap[ReportingEvents.setReportConfigDisplayMode]"
626
+ },
627
+ "default": "'list'"
628
+ },
629
+ {
630
+ "kind": "field",
631
+ "name": "generatedReportsComponent",
632
+ "type": {
633
+ "text": "GeneratedReports"
634
+ }
635
+ },
636
+ {
637
+ "kind": "method",
638
+ "name": "handleRunReportEvent",
639
+ "parameters": [
640
+ {
641
+ "name": "{ detail }",
642
+ "type": {
643
+ "text": "CustomEvent"
644
+ }
645
+ }
646
+ ]
647
+ },
648
+ {
649
+ "kind": "method",
650
+ "name": "handleReportConfigDisplayMode",
651
+ "parameters": [
652
+ {
653
+ "name": "{\n detail,\n }",
654
+ "type": {
655
+ "text": "CustomEvent<ReportingEventDetailMap[ReportingEvents.setReportConfigDisplayMode]>"
656
+ }
657
+ }
658
+ ]
659
+ }
660
+ ],
661
+ "superclass": {
662
+ "name": "GenesisElement",
663
+ "package": "@genesislcap/web-core"
664
+ },
665
+ "tagName": "foundation-reporting",
666
+ "customElement": true
667
+ },
668
+ {
669
+ "kind": "class",
670
+ "description": "RapidReporting.",
671
+ "name": "RapidReporting",
672
+ "superclass": {
673
+ "name": "FoundationReporting",
674
+ "module": "src/new/main/main.ts"
675
+ },
676
+ "tagName": "rapid-reporting",
677
+ "customElement": true,
678
+ "members": [
679
+ {
680
+ "kind": "field",
681
+ "name": "connect",
682
+ "type": {
683
+ "text": "Connect"
684
+ },
685
+ "inheritedFrom": {
317
686
  "name": "FoundationReporting",
318
687
  "module": "src/old/main/main.ts"
319
688
  }
@@ -865,347 +1234,69 @@
865
1234
  "privacy": "public",
866
1235
  "inheritedFrom": {
867
1236
  "name": "FoundationReporting",
868
- "module": "src/old/main/main.ts"
869
- }
870
- },
871
- {
872
- "kind": "method",
873
- "name": "edit",
874
- "privacy": "public",
875
- "parameters": [
876
- {
877
- "name": "rowData"
878
- }
879
- ],
880
- "inheritedFrom": {
881
- "name": "FoundationReporting",
882
- "module": "src/old/main/main.ts"
883
- }
884
- },
885
- {
886
- "kind": "method",
887
- "name": "run",
888
- "privacy": "public",
889
- "parameters": [
890
- {
891
- "name": "rowData"
892
- }
893
- ],
894
- "inheritedFrom": {
895
- "name": "FoundationReporting",
896
- "module": "src/old/main/main.ts"
897
- }
898
- },
899
- {
900
- "kind": "method",
901
- "name": "setPageTab",
902
- "privacy": "public",
903
- "parameters": [
904
- {
905
- "name": "tab",
906
- "type": {
907
- "text": "string"
908
- }
909
- }
910
- ],
911
- "inheritedFrom": {
912
- "name": "FoundationReporting",
913
- "module": "src/old/main/main.ts"
914
- }
915
- },
916
- {
917
- "kind": "method",
918
- "name": "getFields",
919
- "privacy": "public",
920
- "parameters": [
921
- {
922
- "name": "resourceName",
923
- "type": {
924
- "text": "string"
925
- }
926
- }
927
- ],
928
- "inheritedFrom": {
929
- "name": "FoundationReporting",
930
- "module": "src/old/main/main.ts"
931
- }
932
- }
933
- ]
934
- }
935
- ],
936
- "exports": [
937
- {
938
- "kind": "js",
939
- "name": "FoundationReporting",
940
- "declaration": {
941
- "name": "FoundationReporting",
942
- "module": "src/new/main/main.ts"
943
- }
944
- },
945
- {
946
- "kind": "custom-element-definition",
947
- "name": "foundation-reporting",
948
- "declaration": {
949
- "name": "FoundationReporting",
950
- "module": "src/new/main/main.ts"
951
- }
952
- },
953
- {
954
- "kind": "js",
955
- "name": "RapidReporting",
956
- "declaration": {
957
- "name": "RapidReporting",
958
- "module": "src/new/main/main.ts"
959
- }
960
- },
961
- {
962
- "kind": "custom-element-definition",
963
- "name": "rapid-reporting",
964
- "declaration": {
965
- "name": "RapidReporting",
966
- "module": "src/new/main/main.ts"
967
- }
968
- },
969
- {
970
- "kind": "js",
971
- "name": "Reporting",
972
- "declaration": {
973
- "name": "Reporting",
974
- "module": "src/new/main/main.ts"
975
- }
976
- }
977
- ]
978
- },
979
- {
980
- "kind": "javascript-module",
981
- "path": "src/new/store/index.ts",
982
- "declarations": [],
983
- "exports": [
984
- {
985
- "kind": "js",
986
- "name": "*",
987
- "declaration": {
988
- "name": "*",
989
- "package": "./slices"
990
- }
991
- },
992
- {
993
- "kind": "js",
994
- "name": "*",
995
- "declaration": {
996
- "name": "*",
997
- "package": "./store"
998
- }
999
- },
1000
- {
1001
- "kind": "js",
1002
- "name": "*",
1003
- "declaration": {
1004
- "name": "*",
1005
- "package": "./types"
1006
- }
1007
- }
1008
- ]
1009
- },
1010
- {
1011
- "kind": "javascript-module",
1012
- "path": "src/new/store/store.ts",
1013
- "declarations": [
1014
- {
1015
- "kind": "variable",
1016
- "name": "reduxBlankState",
1017
- "type": {
1018
- "text": "ReportingConfig"
1019
- },
1020
- "default": "{\n baseConfig: {\n DESTINATION_IDS: [],\n OUTPUT_FORMAT: 'CSV',\n OUTPUT_DIRECTORY: '/reports',\n },\n datasourceConfig: {},\n}"
1021
- },
1022
- {
1023
- "kind": "variable",
1024
- "name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}"
1025
- },
1026
- {
1027
- "kind": "function",
1028
- "name": "writeReduxState",
1029
- "parameters": [
1030
- {
1031
- "name": "state",
1032
- "type": {
1033
- "text": "ReportingConfig"
1034
- }
1035
- }
1036
- ]
1037
- },
1038
- {
1039
- "kind": "function",
1040
- "name": "readReduxState",
1041
- "return": {
1042
- "type": {
1043
- "text": "ReportingConfig"
1044
- }
1045
- }
1046
- }
1047
- ],
1048
- "exports": [
1049
- {
1050
- "kind": "js",
1051
- "name": "reduxBlankState",
1052
- "declaration": {
1053
- "name": "reduxBlankState",
1054
- "module": "src/new/store/store.ts"
1055
- }
1056
- },
1057
- {
1058
- "kind": "js",
1059
- "name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
1060
- "declaration": {
1061
- "name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
1062
- "module": "src/new/store/store.ts"
1063
- }
1064
- },
1065
- {
1066
- "kind": "js",
1067
- "name": "writeReduxState",
1068
- "declaration": {
1069
- "name": "writeReduxState",
1070
- "module": "src/new/store/store.ts"
1071
- }
1072
- },
1073
- {
1074
- "kind": "js",
1075
- "name": "readReduxState",
1076
- "declaration": {
1077
- "name": "readReduxState",
1078
- "module": "src/new/store/store.ts"
1079
- }
1080
- }
1081
- ]
1082
- },
1083
- {
1084
- "kind": "javascript-module",
1085
- "path": "src/new/store/types.ts",
1086
- "declarations": [],
1087
- "exports": []
1088
- },
1089
- {
1090
- "kind": "javascript-module",
1091
- "path": "src/new/styles/constraints.styles.ts",
1092
- "declarations": [
1093
- {
1094
- "kind": "function",
1095
- "name": "constrainedDimensions",
1096
- "parameters": [
1237
+ "module": "src/old/main/main.ts"
1238
+ }
1239
+ },
1097
1240
  {
1098
- "name": "{ navToContentPx }",
1099
- "type": {
1100
- "text": "{ navToContentPx: number }"
1241
+ "kind": "method",
1242
+ "name": "edit",
1243
+ "privacy": "public",
1244
+ "parameters": [
1245
+ {
1246
+ "name": "rowData"
1247
+ }
1248
+ ],
1249
+ "inheritedFrom": {
1250
+ "name": "FoundationReporting",
1251
+ "module": "src/old/main/main.ts"
1101
1252
  }
1102
- }
1103
- ],
1104
- "description": "Set the `--constrained-height` and `-constrained-width` css variables in a cssPartial\nwhich can be used to size `display: block` contents within bounds.\n\nVariable allows you to specify the height of the content from the top of the PBC to the content,\nallowing the content to be sized correctly\n\nLooks at `--app-top-height` which let's the PBC user specify extra pixel height (e.g. they have their\nown nav)"
1105
- }
1106
- ],
1107
- "exports": [
1108
- {
1109
- "kind": "js",
1110
- "name": "constrainedDimensions",
1111
- "declaration": {
1112
- "name": "constrainedDimensions",
1113
- "module": "src/new/styles/constraints.styles.ts"
1114
- }
1115
- }
1116
- ]
1117
- },
1118
- {
1119
- "kind": "javascript-module",
1120
- "path": "src/new/styles/forms.styles.ts",
1121
- "declarations": [
1122
- {
1123
- "kind": "function",
1124
- "name": "optionMessageBubble",
1125
- "parameters": [
1253
+ },
1126
1254
  {
1127
- "name": "dataAttr",
1128
- "default": "'data-bubble-content'",
1129
- "type": {
1130
- "text": "string"
1255
+ "kind": "method",
1256
+ "name": "run",
1257
+ "privacy": "public",
1258
+ "parameters": [
1259
+ {
1260
+ "name": "rowData"
1261
+ }
1262
+ ],
1263
+ "inheritedFrom": {
1264
+ "name": "FoundationReporting",
1265
+ "module": "src/old/main/main.ts"
1131
1266
  }
1132
- }
1133
- ]
1134
- },
1135
- {
1136
- "kind": "variable",
1137
- "name": "formLabel",
1138
- "default": "css`\n .label {\n display: block;\n padding-bottom: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n margin: 0;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
1139
- }
1140
- ],
1141
- "exports": [
1142
- {
1143
- "kind": "js",
1144
- "name": "optionMessageBubble",
1145
- "declaration": {
1146
- "name": "optionMessageBubble",
1147
- "module": "src/new/styles/forms.styles.ts"
1148
- }
1149
- },
1150
- {
1151
- "kind": "js",
1152
- "name": "formLabel",
1153
- "declaration": {
1154
- "name": "formLabel",
1155
- "module": "src/new/styles/forms.styles.ts"
1156
- }
1157
- }
1158
- ]
1159
- },
1160
- {
1161
- "kind": "javascript-module",
1162
- "path": "src/new/styles/index.ts",
1163
- "declarations": [],
1164
- "exports": [
1165
- {
1166
- "kind": "js",
1167
- "name": "*",
1168
- "declaration": {
1169
- "name": "*",
1170
- "package": "./forms.styles"
1171
- }
1172
- },
1173
- {
1174
- "kind": "js",
1175
- "name": "*",
1176
- "declaration": {
1177
- "name": "*",
1178
- "package": "./misc.styles"
1179
- }
1180
- },
1181
- {
1182
- "kind": "js",
1183
- "name": "*",
1184
- "declaration": {
1185
- "name": "*",
1186
- "package": "./constraints.styles"
1187
- }
1188
- }
1189
- ]
1190
- },
1191
- {
1192
- "kind": "javascript-module",
1193
- "path": "src/new/styles/misc.styles.ts",
1194
- "declarations": [
1195
- {
1196
- "kind": "variable",
1197
- "name": "errorMessageStyles",
1198
- "default": "css`\n .error-message {\n color: ${neutralForegroundRest};\n background-color: ${neutralLayer4};\n border-color: ${errorColor};\n border-radius: 7px;\n border-style: solid;\n border-width: 4px;\n padding: 5px;\n margin: 15px;\n text-align: center;\n width: fit-content;\n }\n`"
1199
- },
1200
- {
1201
- "kind": "function",
1202
- "name": "mixinScreen",
1203
- "parameters": [
1267
+ },
1204
1268
  {
1205
- "name": "display",
1206
- "default": "'block'",
1207
- "type": {
1208
- "text": "string"
1269
+ "kind": "method",
1270
+ "name": "setPageTab",
1271
+ "privacy": "public",
1272
+ "parameters": [
1273
+ {
1274
+ "name": "tab",
1275
+ "type": {
1276
+ "text": "string"
1277
+ }
1278
+ }
1279
+ ],
1280
+ "inheritedFrom": {
1281
+ "name": "FoundationReporting",
1282
+ "module": "src/old/main/main.ts"
1283
+ }
1284
+ },
1285
+ {
1286
+ "kind": "method",
1287
+ "name": "getFields",
1288
+ "privacy": "public",
1289
+ "parameters": [
1290
+ {
1291
+ "name": "resourceName",
1292
+ "type": {
1293
+ "text": "string"
1294
+ }
1295
+ }
1296
+ ],
1297
+ "inheritedFrom": {
1298
+ "name": "FoundationReporting",
1299
+ "module": "src/old/main/main.ts"
1209
1300
  }
1210
1301
  }
1211
1302
  ]
@@ -1214,137 +1305,46 @@
1214
1305
  "exports": [
1215
1306
  {
1216
1307
  "kind": "js",
1217
- "name": "errorMessageStyles",
1218
- "declaration": {
1219
- "name": "errorMessageStyles",
1220
- "module": "src/new/styles/misc.styles.ts"
1221
- }
1222
- },
1223
- {
1224
- "kind": "js",
1225
- "name": "mixinScreen",
1226
- "declaration": {
1227
- "name": "mixinScreen",
1228
- "module": "src/new/styles/misc.styles.ts"
1229
- }
1230
- }
1231
- ]
1232
- },
1233
- {
1234
- "kind": "javascript-module",
1235
- "path": "src/new/types/display.ts",
1236
- "declarations": [
1237
- {
1238
- "kind": "variable",
1239
- "name": "datasourceInputs",
1240
- "type": {
1241
- "text": "['Snapshot', 'Data Pipeline']"
1242
- },
1243
- "default": "['Snapshot', 'Data Pipeline']"
1244
- }
1245
- ],
1246
- "exports": [
1247
- {
1248
- "kind": "js",
1249
- "name": "datasourceInputs",
1250
- "declaration": {
1251
- "name": "datasourceInputs",
1252
- "module": "src/new/types/display.ts"
1253
- }
1254
- }
1255
- ]
1256
- },
1257
- {
1258
- "kind": "javascript-module",
1259
- "path": "src/new/types/index.ts",
1260
- "declarations": [],
1261
- "exports": [
1262
- {
1263
- "kind": "js",
1264
- "name": "*",
1265
- "declaration": {
1266
- "name": "*",
1267
- "package": "./display"
1268
- }
1269
- },
1270
- {
1271
- "kind": "js",
1272
- "name": "*",
1273
- "declaration": {
1274
- "name": "*",
1275
- "package": "./misc"
1276
- }
1277
- },
1278
- {
1279
- "kind": "js",
1280
- "name": "*",
1308
+ "name": "FoundationReporting",
1281
1309
  "declaration": {
1282
- "name": "*",
1283
- "package": "./redux"
1310
+ "name": "FoundationReporting",
1311
+ "module": "src/new/main/main.ts"
1284
1312
  }
1285
1313
  },
1286
1314
  {
1287
- "kind": "js",
1288
- "name": "*",
1315
+ "kind": "custom-element-definition",
1316
+ "name": "foundation-reporting",
1289
1317
  "declaration": {
1290
- "name": "*",
1291
- "package": "./rights"
1318
+ "name": "FoundationReporting",
1319
+ "module": "src/new/main/main.ts"
1292
1320
  }
1293
- }
1294
- ]
1295
- },
1296
- {
1297
- "kind": "javascript-module",
1298
- "path": "src/new/types/misc.ts",
1299
- "declarations": [
1300
- {
1301
- "kind": "variable",
1302
- "name": "genesisFieldTypes",
1303
- "type": {
1304
- "text": "[\n 'STRING',\n 'ENUM',\n 'INT',\n 'SHORT',\n 'DOUBLE',\n 'LONG',\n 'BOOLEAN',\n 'BIGDECIMAL',\n 'DATE',\n 'DATETIME',\n 'RAW',\n 'NANO_TIMESTAMP',\n ]"
1305
- },
1306
- "default": "[\n 'STRING',\n 'ENUM',\n 'INT',\n 'SHORT',\n 'DOUBLE',\n 'LONG',\n 'BOOLEAN',\n 'BIGDECIMAL',\n 'DATE',\n 'DATETIME',\n 'RAW',\n 'NANO_TIMESTAMP',\n ]"
1307
1321
  },
1308
- {
1309
- "kind": "variable",
1310
- "name": "FileStorageFields",
1311
- "type": {
1312
- "text": "{\n FILE_STORAGE_ID: 'FILE_STORAGE_ID',\n STORAGE_MANAGER: 'STORAGE_MANAGER',\n FILE_NAME: 'FILE_NAME',\n FILE_SIZE: 'FILE_SIZE',\n MODIFIED_AT: 'MODIFIED_AT',\n MODIFIED_BY: 'MODIFIED_BY',\n CREATED_BY: 'CREATED_BY',\n CREATED_AT: 'CREATED_AT',\n FILE_TYPE: 'FILE_TYPE',\n }"
1313
- },
1314
- "default": "{\n FILE_STORAGE_ID: 'FILE_STORAGE_ID',\n STORAGE_MANAGER: 'STORAGE_MANAGER',\n FILE_NAME: 'FILE_NAME',\n FILE_SIZE: 'FILE_SIZE',\n MODIFIED_AT: 'MODIFIED_AT',\n MODIFIED_BY: 'MODIFIED_BY',\n CREATED_BY: 'CREATED_BY',\n CREATED_AT: 'CREATED_AT',\n FILE_TYPE: 'FILE_TYPE',\n }"
1315
- }
1316
- ],
1317
- "exports": [
1318
1322
  {
1319
1323
  "kind": "js",
1320
- "name": "genesisFieldTypes",
1324
+ "name": "RapidReporting",
1321
1325
  "declaration": {
1322
- "name": "genesisFieldTypes",
1323
- "module": "src/new/types/misc.ts"
1326
+ "name": "RapidReporting",
1327
+ "module": "src/new/main/main.ts"
1328
+ }
1329
+ },
1330
+ {
1331
+ "kind": "custom-element-definition",
1332
+ "name": "rapid-reporting",
1333
+ "declaration": {
1334
+ "name": "RapidReporting",
1335
+ "module": "src/new/main/main.ts"
1324
1336
  }
1325
1337
  },
1326
1338
  {
1327
1339
  "kind": "js",
1328
- "name": "FileStorageFields",
1340
+ "name": "Reporting",
1329
1341
  "declaration": {
1330
- "name": "FileStorageFields",
1331
- "module": "src/new/types/misc.ts"
1342
+ "name": "Reporting",
1343
+ "module": "src/new/main/main.ts"
1332
1344
  }
1333
1345
  }
1334
1346
  ]
1335
1347
  },
1336
- {
1337
- "kind": "javascript-module",
1338
- "path": "src/new/types/redux.ts",
1339
- "declarations": [],
1340
- "exports": []
1341
- },
1342
- {
1343
- "kind": "javascript-module",
1344
- "path": "src/new/types/rights.ts",
1345
- "declarations": [],
1346
- "exports": []
1347
- },
1348
1348
  {
1349
1349
  "kind": "javascript-module",
1350
1350
  "path": "src/new/utils/alias-generator.ts",
@@ -5090,90 +5090,265 @@
5090
5090
  "package": "./state-utils"
5091
5091
  }
5092
5092
  }
5093
- ]
5094
- },
5095
- {
5096
- "kind": "javascript-module",
5097
- "path": "src/new/lib/redux-store/state-utils.ts",
5098
- "declarations": [],
5093
+ ]
5094
+ },
5095
+ {
5096
+ "kind": "javascript-module",
5097
+ "path": "src/new/lib/redux-store/state-utils.ts",
5098
+ "declarations": [],
5099
+ "exports": [
5100
+ {
5101
+ "kind": "js",
5102
+ "name": "find",
5103
+ "declaration": {
5104
+ "name": "find",
5105
+ "package": "lodash"
5106
+ }
5107
+ },
5108
+ {
5109
+ "kind": "js",
5110
+ "name": "get",
5111
+ "declaration": {
5112
+ "name": "get",
5113
+ "package": "lodash"
5114
+ }
5115
+ },
5116
+ {
5117
+ "kind": "js",
5118
+ "name": "set",
5119
+ "declaration": {
5120
+ "name": "set",
5121
+ "package": "lodash"
5122
+ }
5123
+ },
5124
+ {
5125
+ "kind": "js",
5126
+ "name": "findIndex",
5127
+ "declaration": {
5128
+ "name": "findIndex",
5129
+ "package": "lodash"
5130
+ }
5131
+ }
5132
+ ]
5133
+ },
5134
+ {
5135
+ "kind": "javascript-module",
5136
+ "path": "src/new/lib/redux-store/store.ts",
5137
+ "declarations": [
5138
+ {
5139
+ "kind": "function",
5140
+ "name": "createStore",
5141
+ "return": {
5142
+ "type": {
5143
+ "text": "StoreReturn<S>"
5144
+ }
5145
+ },
5146
+ "parameters": [
5147
+ {
5148
+ "name": "slices",
5149
+ "type": {
5150
+ "text": "S"
5151
+ }
5152
+ },
5153
+ {
5154
+ "name": "preloadedState",
5155
+ "type": {
5156
+ "text": "RootStateFromSlices<S>"
5157
+ }
5158
+ }
5159
+ ]
5160
+ }
5161
+ ],
5162
+ "exports": [
5163
+ {
5164
+ "kind": "js",
5165
+ "name": "createSlice",
5166
+ "declaration": {
5167
+ "name": "createSlice",
5168
+ "package": "@reduxjs/toolkit"
5169
+ }
5170
+ },
5171
+ {
5172
+ "kind": "js",
5173
+ "name": "createStore",
5174
+ "declaration": {
5175
+ "name": "createStore",
5176
+ "module": "src/new/lib/redux-store/store.ts"
5177
+ }
5178
+ }
5179
+ ]
5180
+ },
5181
+ {
5182
+ "kind": "javascript-module",
5183
+ "path": "src/new/store/slices/base-config.ts",
5184
+ "declarations": [
5185
+ {
5186
+ "kind": "variable",
5187
+ "name": "baseSlice"
5188
+ }
5189
+ ],
5190
+ "exports": [
5191
+ {
5192
+ "kind": "js",
5193
+ "name": "baseSlice",
5194
+ "declaration": {
5195
+ "name": "baseSlice",
5196
+ "module": "src/new/store/slices/base-config.ts"
5197
+ }
5198
+ }
5199
+ ]
5200
+ },
5201
+ {
5202
+ "kind": "javascript-module",
5203
+ "path": "src/new/store/slices/datasources-config.ts",
5204
+ "declarations": [
5205
+ {
5206
+ "kind": "variable",
5207
+ "name": "initialState",
5208
+ "type": {
5209
+ "text": "DatasourceConfig"
5210
+ },
5211
+ "default": "{}"
5212
+ },
5213
+ {
5214
+ "kind": "variable",
5215
+ "name": "datasourceSlice"
5216
+ }
5217
+ ],
5218
+ "exports": [
5219
+ {
5220
+ "kind": "js",
5221
+ "name": "initialState",
5222
+ "declaration": {
5223
+ "name": "initialState",
5224
+ "module": "src/new/store/slices/datasources-config.ts"
5225
+ }
5226
+ },
5227
+ {
5228
+ "kind": "js",
5229
+ "name": "datasourceSlice",
5230
+ "declaration": {
5231
+ "name": "datasourceSlice",
5232
+ "module": "src/new/store/slices/datasources-config.ts"
5233
+ }
5234
+ }
5235
+ ]
5236
+ },
5237
+ {
5238
+ "kind": "javascript-module",
5239
+ "path": "src/new/store/slices/index.ts",
5240
+ "declarations": [],
5241
+ "exports": [
5242
+ {
5243
+ "kind": "js",
5244
+ "name": "*",
5245
+ "declaration": {
5246
+ "name": "*",
5247
+ "package": "./base-config"
5248
+ }
5249
+ },
5250
+ {
5251
+ "kind": "js",
5252
+ "name": "*",
5253
+ "declaration": {
5254
+ "name": "*",
5255
+ "package": "./datasources-config"
5256
+ }
5257
+ },
5258
+ {
5259
+ "kind": "js",
5260
+ "name": "*",
5261
+ "declaration": {
5262
+ "name": "*",
5263
+ "package": "./types"
5264
+ }
5265
+ }
5266
+ ]
5267
+ },
5268
+ {
5269
+ "kind": "javascript-module",
5270
+ "path": "src/new/store/slices/types.ts",
5271
+ "declarations": [
5272
+ {
5273
+ "kind": "variable",
5274
+ "name": "deselectedColumns",
5275
+ "type": {
5276
+ "text": "array"
5277
+ },
5278
+ "default": "['RECORD_ID', 'TIMESTAMP']"
5279
+ },
5280
+ {
5281
+ "kind": "variable",
5282
+ "name": "datasourceInputs",
5283
+ "type": {
5284
+ "text": "['REQ_REP', 'DATA_PIPELINE']"
5285
+ },
5286
+ "default": "['REQ_REP', 'DATA_PIPELINE']"
5287
+ },
5288
+ {
5289
+ "kind": "variable",
5290
+ "name": "datasourceOutputs",
5291
+ "type": {
5292
+ "text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5293
+ },
5294
+ "default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5295
+ },
5296
+ {
5297
+ "kind": "variable",
5298
+ "name": "datasourceGroupingStrategies",
5299
+ "type": {
5300
+ "text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5301
+ },
5302
+ "default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5303
+ },
5304
+ {
5305
+ "kind": "variable",
5306
+ "name": "reportOutputFormats",
5307
+ "type": {
5308
+ "text": "['CSV', 'PDF', 'XLSX']"
5309
+ },
5310
+ "default": "['CSV', 'PDF', 'XLSX']"
5311
+ }
5312
+ ],
5099
5313
  "exports": [
5100
5314
  {
5101
5315
  "kind": "js",
5102
- "name": "find",
5316
+ "name": "deselectedColumns",
5103
5317
  "declaration": {
5104
- "name": "find",
5105
- "package": "lodash"
5318
+ "name": "deselectedColumns",
5319
+ "module": "src/new/store/slices/types.ts"
5106
5320
  }
5107
5321
  },
5108
5322
  {
5109
5323
  "kind": "js",
5110
- "name": "get",
5324
+ "name": "datasourceInputs",
5111
5325
  "declaration": {
5112
- "name": "get",
5113
- "package": "lodash"
5326
+ "name": "datasourceInputs",
5327
+ "module": "src/new/store/slices/types.ts"
5114
5328
  }
5115
5329
  },
5116
5330
  {
5117
5331
  "kind": "js",
5118
- "name": "set",
5332
+ "name": "datasourceOutputs",
5119
5333
  "declaration": {
5120
- "name": "set",
5121
- "package": "lodash"
5334
+ "name": "datasourceOutputs",
5335
+ "module": "src/new/store/slices/types.ts"
5122
5336
  }
5123
5337
  },
5124
5338
  {
5125
5339
  "kind": "js",
5126
- "name": "findIndex",
5127
- "declaration": {
5128
- "name": "findIndex",
5129
- "package": "lodash"
5130
- }
5131
- }
5132
- ]
5133
- },
5134
- {
5135
- "kind": "javascript-module",
5136
- "path": "src/new/lib/redux-store/store.ts",
5137
- "declarations": [
5138
- {
5139
- "kind": "function",
5140
- "name": "createStore",
5141
- "return": {
5142
- "type": {
5143
- "text": "StoreReturn<S>"
5144
- }
5145
- },
5146
- "parameters": [
5147
- {
5148
- "name": "slices",
5149
- "type": {
5150
- "text": "S"
5151
- }
5152
- },
5153
- {
5154
- "name": "preloadedState",
5155
- "type": {
5156
- "text": "RootStateFromSlices<S>"
5157
- }
5158
- }
5159
- ]
5160
- }
5161
- ],
5162
- "exports": [
5163
- {
5164
- "kind": "js",
5165
- "name": "createSlice",
5340
+ "name": "datasourceGroupingStrategies",
5166
5341
  "declaration": {
5167
- "name": "createSlice",
5168
- "package": "@reduxjs/toolkit"
5342
+ "name": "datasourceGroupingStrategies",
5343
+ "module": "src/new/store/slices/types.ts"
5169
5344
  }
5170
5345
  },
5171
5346
  {
5172
5347
  "kind": "js",
5173
- "name": "createStore",
5348
+ "name": "reportOutputFormats",
5174
5349
  "declaration": {
5175
- "name": "createStore",
5176
- "module": "src/new/lib/redux-store/store.ts"
5350
+ "name": "reportOutputFormats",
5351
+ "module": "src/new/store/slices/types.ts"
5177
5352
  }
5178
5353
  }
5179
5354
  ]
@@ -5590,181 +5765,6 @@
5590
5765
  }
5591
5766
  ]
5592
5767
  },
5593
- {
5594
- "kind": "javascript-module",
5595
- "path": "src/new/store/slices/base-config.ts",
5596
- "declarations": [
5597
- {
5598
- "kind": "variable",
5599
- "name": "baseSlice"
5600
- }
5601
- ],
5602
- "exports": [
5603
- {
5604
- "kind": "js",
5605
- "name": "baseSlice",
5606
- "declaration": {
5607
- "name": "baseSlice",
5608
- "module": "src/new/store/slices/base-config.ts"
5609
- }
5610
- }
5611
- ]
5612
- },
5613
- {
5614
- "kind": "javascript-module",
5615
- "path": "src/new/store/slices/datasources-config.ts",
5616
- "declarations": [
5617
- {
5618
- "kind": "variable",
5619
- "name": "initialState",
5620
- "type": {
5621
- "text": "DatasourceConfig"
5622
- },
5623
- "default": "{}"
5624
- },
5625
- {
5626
- "kind": "variable",
5627
- "name": "datasourceSlice"
5628
- }
5629
- ],
5630
- "exports": [
5631
- {
5632
- "kind": "js",
5633
- "name": "initialState",
5634
- "declaration": {
5635
- "name": "initialState",
5636
- "module": "src/new/store/slices/datasources-config.ts"
5637
- }
5638
- },
5639
- {
5640
- "kind": "js",
5641
- "name": "datasourceSlice",
5642
- "declaration": {
5643
- "name": "datasourceSlice",
5644
- "module": "src/new/store/slices/datasources-config.ts"
5645
- }
5646
- }
5647
- ]
5648
- },
5649
- {
5650
- "kind": "javascript-module",
5651
- "path": "src/new/store/slices/index.ts",
5652
- "declarations": [],
5653
- "exports": [
5654
- {
5655
- "kind": "js",
5656
- "name": "*",
5657
- "declaration": {
5658
- "name": "*",
5659
- "package": "./base-config"
5660
- }
5661
- },
5662
- {
5663
- "kind": "js",
5664
- "name": "*",
5665
- "declaration": {
5666
- "name": "*",
5667
- "package": "./datasources-config"
5668
- }
5669
- },
5670
- {
5671
- "kind": "js",
5672
- "name": "*",
5673
- "declaration": {
5674
- "name": "*",
5675
- "package": "./types"
5676
- }
5677
- }
5678
- ]
5679
- },
5680
- {
5681
- "kind": "javascript-module",
5682
- "path": "src/new/store/slices/types.ts",
5683
- "declarations": [
5684
- {
5685
- "kind": "variable",
5686
- "name": "deselectedColumns",
5687
- "type": {
5688
- "text": "array"
5689
- },
5690
- "default": "['RECORD_ID', 'TIMESTAMP']"
5691
- },
5692
- {
5693
- "kind": "variable",
5694
- "name": "datasourceInputs",
5695
- "type": {
5696
- "text": "['REQ_REP', 'DATA_PIPELINE']"
5697
- },
5698
- "default": "['REQ_REP', 'DATA_PIPELINE']"
5699
- },
5700
- {
5701
- "kind": "variable",
5702
- "name": "datasourceOutputs",
5703
- "type": {
5704
- "text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5705
- },
5706
- "default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5707
- },
5708
- {
5709
- "kind": "variable",
5710
- "name": "datasourceGroupingStrategies",
5711
- "type": {
5712
- "text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5713
- },
5714
- "default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5715
- },
5716
- {
5717
- "kind": "variable",
5718
- "name": "reportOutputFormats",
5719
- "type": {
5720
- "text": "['CSV', 'PDF', 'XLSX']"
5721
- },
5722
- "default": "['CSV', 'PDF', 'XLSX']"
5723
- }
5724
- ],
5725
- "exports": [
5726
- {
5727
- "kind": "js",
5728
- "name": "deselectedColumns",
5729
- "declaration": {
5730
- "name": "deselectedColumns",
5731
- "module": "src/new/store/slices/types.ts"
5732
- }
5733
- },
5734
- {
5735
- "kind": "js",
5736
- "name": "datasourceInputs",
5737
- "declaration": {
5738
- "name": "datasourceInputs",
5739
- "module": "src/new/store/slices/types.ts"
5740
- }
5741
- },
5742
- {
5743
- "kind": "js",
5744
- "name": "datasourceOutputs",
5745
- "declaration": {
5746
- "name": "datasourceOutputs",
5747
- "module": "src/new/store/slices/types.ts"
5748
- }
5749
- },
5750
- {
5751
- "kind": "js",
5752
- "name": "datasourceGroupingStrategies",
5753
- "declaration": {
5754
- "name": "datasourceGroupingStrategies",
5755
- "module": "src/new/store/slices/types.ts"
5756
- }
5757
- },
5758
- {
5759
- "kind": "js",
5760
- "name": "reportOutputFormats",
5761
- "declaration": {
5762
- "name": "reportOutputFormats",
5763
- "module": "src/new/store/slices/types.ts"
5764
- }
5765
- }
5766
- ]
5767
- },
5768
5768
  {
5769
5769
  "kind": "javascript-module",
5770
5770
  "path": "src/old/assets/images/index.ts",