@genesislcap/pbc-reconciliation-ui 15.19.2 → 15.19.3

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.
@@ -349,6 +349,86 @@
349
349
  }
350
350
  ]
351
351
  },
352
+ {
353
+ "kind": "javascript-module",
354
+ "path": "src/services/data-dictionary.service.ts",
355
+ "declarations": [
356
+ {
357
+ "kind": "variable",
358
+ "name": "DataDictionaryService"
359
+ }
360
+ ],
361
+ "exports": [
362
+ {
363
+ "kind": "js",
364
+ "name": "DataDictionaryService",
365
+ "declaration": {
366
+ "name": "DataDictionaryService",
367
+ "module": "src/services/data-dictionary.service.ts"
368
+ }
369
+ }
370
+ ]
371
+ },
372
+ {
373
+ "kind": "javascript-module",
374
+ "path": "src/services/document.service.ts",
375
+ "declarations": [
376
+ {
377
+ "kind": "variable",
378
+ "name": "DocumentService"
379
+ }
380
+ ],
381
+ "exports": [
382
+ {
383
+ "kind": "js",
384
+ "name": "DocumentService",
385
+ "declaration": {
386
+ "name": "DocumentService",
387
+ "module": "src/services/document.service.ts"
388
+ }
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "kind": "javascript-module",
394
+ "path": "src/services/reconciliation-configuration.service.ts",
395
+ "declarations": [
396
+ {
397
+ "kind": "variable",
398
+ "name": "ReconciliationConfigurationService"
399
+ }
400
+ ],
401
+ "exports": [
402
+ {
403
+ "kind": "js",
404
+ "name": "ReconciliationConfigurationService",
405
+ "declaration": {
406
+ "name": "ReconciliationConfigurationService",
407
+ "module": "src/services/reconciliation-configuration.service.ts"
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "kind": "javascript-module",
414
+ "path": "src/services/reconciliation.service.ts",
415
+ "declarations": [
416
+ {
417
+ "kind": "variable",
418
+ "name": "ReconciliationService"
419
+ }
420
+ ],
421
+ "exports": [
422
+ {
423
+ "kind": "js",
424
+ "name": "ReconciliationService",
425
+ "declaration": {
426
+ "name": "ReconciliationService",
427
+ "module": "src/services/reconciliation.service.ts"
428
+ }
429
+ }
430
+ ]
431
+ },
352
432
  {
353
433
  "kind": "javascript-module",
354
434
  "path": "src/main/index.ts",
@@ -788,86 +868,6 @@
788
868
  }
789
869
  ]
790
870
  },
791
- {
792
- "kind": "javascript-module",
793
- "path": "src/services/data-dictionary.service.ts",
794
- "declarations": [
795
- {
796
- "kind": "variable",
797
- "name": "DataDictionaryService"
798
- }
799
- ],
800
- "exports": [
801
- {
802
- "kind": "js",
803
- "name": "DataDictionaryService",
804
- "declaration": {
805
- "name": "DataDictionaryService",
806
- "module": "src/services/data-dictionary.service.ts"
807
- }
808
- }
809
- ]
810
- },
811
- {
812
- "kind": "javascript-module",
813
- "path": "src/services/document.service.ts",
814
- "declarations": [
815
- {
816
- "kind": "variable",
817
- "name": "DocumentService"
818
- }
819
- ],
820
- "exports": [
821
- {
822
- "kind": "js",
823
- "name": "DocumentService",
824
- "declaration": {
825
- "name": "DocumentService",
826
- "module": "src/services/document.service.ts"
827
- }
828
- }
829
- ]
830
- },
831
- {
832
- "kind": "javascript-module",
833
- "path": "src/services/reconciliation-configuration.service.ts",
834
- "declarations": [
835
- {
836
- "kind": "variable",
837
- "name": "ReconciliationConfigurationService"
838
- }
839
- ],
840
- "exports": [
841
- {
842
- "kind": "js",
843
- "name": "ReconciliationConfigurationService",
844
- "declaration": {
845
- "name": "ReconciliationConfigurationService",
846
- "module": "src/services/reconciliation-configuration.service.ts"
847
- }
848
- }
849
- ]
850
- },
851
- {
852
- "kind": "javascript-module",
853
- "path": "src/services/reconciliation.service.ts",
854
- "declarations": [
855
- {
856
- "kind": "variable",
857
- "name": "ReconciliationService"
858
- }
859
- ],
860
- "exports": [
861
- {
862
- "kind": "js",
863
- "name": "ReconciliationService",
864
- "declaration": {
865
- "name": "ReconciliationService",
866
- "module": "src/services/reconciliation.service.ts"
867
- }
868
- }
869
- ]
870
- },
871
871
  {
872
872
  "kind": "javascript-module",
873
873
  "path": "src/styles/scrollbar.styles.ts",
@@ -2223,299 +2223,103 @@
2223
2223
  },
2224
2224
  {
2225
2225
  "kind": "javascript-module",
2226
- "path": "src/components/configurations-panel/configuration-datasources/configuration-datasources.styles.ts",
2226
+ "path": "src/components/reconciliations-panel/columns.ts",
2227
2227
  "declarations": [
2228
2228
  {
2229
- "kind": "variable",
2230
- "name": "ConfigurationDatasourcesStyles",
2231
- "default": "css`\n .data-sources {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .data-source-types {\n margin: 0;\n width: 100%;\n }\n\n .data-source-types::part(positioning-region) {\n width: 100%;\n }\n\n .file-type {\n color: var(--success-color);\n }\n\n .file-type[aria-checked='true'] {\n background-color: var(--success-color);\n color: var(--neutral-foreground-rest);\n border-color: var(--success-color);\n }\n\n .datapipeline-type {\n color: var(--error-color);\n }\n\n .datapipeline-type[aria-checked='true'] {\n background-color: var(--error-color);\n color: var(--neutral-foreground-rest);\n border-color: var(--error-color);\n }\n\n .datapipeline-select {\n width: 100%;\n }\n\n ${badgeTag}::part(control) {\n font-weight: 700;\n }\n\n .add-datasource {\n display: flex;\n background-color: rgb(122 204 121 / 50%);\n }\n\n .no-pipeline-message {\n font-weight: 500;\n color: var(--neutral-foreground-hint);\n }\n\n ${buttonTag}.add-datasource::part(control) {\n padding: 0;\n }\n\n ${segmentedItemTag} {\n margin: 0;\n flex: auto;\n place-content: center;\n font-size: var(--type-ramp-minus-1-font-size);\n\n &[disabled] {\n cursor: not-allowed;\n }\n }\n`"
2229
+ "kind": "function",
2230
+ "name": "RECONCILIATION_COLUMNS",
2231
+ "return": {
2232
+ "type": {
2233
+ "text": "any[]"
2234
+ }
2235
+ },
2236
+ "parameters": [
2237
+ {
2238
+ "name": "datasourcePair",
2239
+ "type": {
2240
+ "text": "any"
2241
+ }
2242
+ }
2243
+ ]
2232
2244
  }
2233
2245
  ],
2234
2246
  "exports": [
2235
2247
  {
2236
2248
  "kind": "js",
2237
- "name": "ConfigurationDatasourcesStyles",
2249
+ "name": "RECONCILIATION_COLUMNS",
2238
2250
  "declaration": {
2239
- "name": "ConfigurationDatasourcesStyles",
2240
- "module": "src/components/configurations-panel/configuration-datasources/configuration-datasources.styles.ts"
2251
+ "name": "RECONCILIATION_COLUMNS",
2252
+ "module": "src/components/reconciliations-panel/columns.ts"
2241
2253
  }
2242
2254
  }
2243
2255
  ]
2244
2256
  },
2245
2257
  {
2246
2258
  "kind": "javascript-module",
2247
- "path": "src/components/configurations-panel/configuration-datasources/configuration-datasources.template.ts",
2259
+ "path": "src/components/reconciliations-panel/reconciliation-no-rows-overlay.ts",
2248
2260
  "declarations": [
2249
2261
  {
2250
- "kind": "variable",
2251
- "name": "ConfigurationDatasourcesTemplate",
2252
- "default": "html<ConfigurationDatasources>`\n <div class=\"data-sources\">\n <${textFieldTag} \n :value=${sync((x) => x.datasourceName)} \n :disabled=${(x) => x.configurationMode === ConfigurationMode.EDIT}>\n </${textFieldTag}>\n <${segmentedControlTag}\n :disabled=${(x) => x.configurationMode === ConfigurationMode.EDIT}\n class=\"data-source-types\"\n :value=${sync((x) => x.datasourceType)}\n >\n <${segmentedItemTag}\n class=\"file-type\"\n :value=${(_) => DatasourceType.FILE}\n >\n File\n </${segmentedItemTag}>\n <${segmentedItemTag}\n class=\"datapipeline-type\"\n :value=${(_) => DatasourceType.PIPELINE}\n >\n Data Pipeline\n </${segmentedItemTag}>\n </${segmentedControlTag}>\n ${when(\n (x) => x.datasourceType === DatasourceType.PIPELINE,\n html`\n <${selectTag} \n class=\"datapipeline-select\"\n :value=${sync((x) => x.dataPipeline)}\n :disabled=${(x) => x.configurationMode === ConfigurationMode.EDIT || x.dataPipelineList.length === 0}\n >\n <${optionTag} value=\"\">Select Data Pipeline Source</${optionTag}>\n ${repeat(\n (x) => x.dataPipelineList,\n html`\n <${optionTag} :value=${(x) => x}>\n ${(x) => x}\n </${optionTag}>\n `,\n )}\n </${selectTag}>\n <div class=\"no-pipeline-message\">${(x) => (x.dataPipelineList.length === 0 ? 'No data pipelines configured' : '')}</div>\n `,\n )}\n ${when(\n (x) => x.showAddButton,\n html`\n <${buttonTag}\n class=\"add-datasource\"\n :disabled=${(x) => x.configurationMode === ConfigurationMode.EDIT}\n @click=${(x) => x.addDataSource(DatasourceType[x.datasourceType])}\n >\n <${iconTag} name=\"plus\" size=\"md\"></${iconTag}>\n Add Data Source\n </${buttonTag}>\n `,\n )}\n </div>\n`"
2262
+ "kind": "class",
2263
+ "description": "",
2264
+ "name": "ReconciliationNoRowsOverlay",
2265
+ "members": [
2266
+ {
2267
+ "kind": "field",
2268
+ "name": "eGui",
2269
+ "type": {
2270
+ "text": "HTMLElement"
2271
+ }
2272
+ },
2273
+ {
2274
+ "kind": "method",
2275
+ "name": "init",
2276
+ "parameters": [
2277
+ {
2278
+ "name": "params",
2279
+ "type": {
2280
+ "text": "ICellRendererParams & { noRowsMessageFunc: () => string }"
2281
+ }
2282
+ }
2283
+ ]
2284
+ },
2285
+ {
2286
+ "kind": "method",
2287
+ "name": "getGui"
2288
+ },
2289
+ {
2290
+ "kind": "method",
2291
+ "name": "refresh",
2292
+ "return": {
2293
+ "type": {
2294
+ "text": "boolean"
2295
+ }
2296
+ },
2297
+ "parameters": [
2298
+ {
2299
+ "name": "params",
2300
+ "type": {
2301
+ "text": "ICellRendererParams"
2302
+ }
2303
+ }
2304
+ ]
2305
+ }
2306
+ ]
2253
2307
  }
2254
2308
  ],
2255
2309
  "exports": [
2256
2310
  {
2257
2311
  "kind": "js",
2258
- "name": "ConfigurationDatasourcesTemplate",
2312
+ "name": "ReconciliationNoRowsOverlay",
2259
2313
  "declaration": {
2260
- "name": "ConfigurationDatasourcesTemplate",
2261
- "module": "src/components/configurations-panel/configuration-datasources/configuration-datasources.template.ts"
2314
+ "name": "ReconciliationNoRowsOverlay",
2315
+ "module": "src/components/reconciliations-panel/reconciliation-no-rows-overlay.ts"
2262
2316
  }
2263
2317
  }
2264
2318
  ]
2265
2319
  },
2266
2320
  {
2267
2321
  "kind": "javascript-module",
2268
- "path": "src/components/configurations-panel/configuration-datasources/configuration-datasources.ts",
2269
- "declarations": [
2270
- {
2271
- "kind": "class",
2272
- "description": "Datasource configuration list for reconciliation.",
2273
- "name": "ConfigurationDatasources",
2274
- "members": [
2275
- {
2276
- "kind": "field",
2277
- "name": "datasourceName",
2278
- "type": {
2279
- "text": "string"
2280
- },
2281
- "default": "null"
2282
- },
2283
- {
2284
- "kind": "field",
2285
- "name": "datasourceType",
2286
- "type": {
2287
- "text": "string"
2288
- }
2289
- },
2290
- {
2291
- "kind": "field",
2292
- "name": "configurationMode",
2293
- "type": {
2294
- "text": "(typeof ConfigurationMode)[keyof typeof ConfigurationMode]"
2295
- }
2296
- },
2297
- {
2298
- "kind": "field",
2299
- "name": "dataPipeline",
2300
- "type": {
2301
- "text": "string"
2302
- }
2303
- },
2304
- {
2305
- "kind": "field",
2306
- "name": "dataPipelineList",
2307
- "type": {
2308
- "text": "array"
2309
- },
2310
- "default": "[]"
2311
- },
2312
- {
2313
- "kind": "field",
2314
- "name": "datasourceConfigurations",
2315
- "type": {
2316
- "text": "Datasource"
2317
- }
2318
- },
2319
- {
2320
- "kind": "field",
2321
- "name": "showAddButton",
2322
- "type": {
2323
- "text": "boolean"
2324
- },
2325
- "default": "false"
2326
- },
2327
- {
2328
- "kind": "method",
2329
- "name": "addDataSource",
2330
- "parameters": [
2331
- {
2332
- "name": "datasourceType",
2333
- "type": {
2334
- "text": "DatasourceType"
2335
- }
2336
- }
2337
- ]
2338
- },
2339
- {
2340
- "kind": "method",
2341
- "name": "setDatasource",
2342
- "parameters": [
2343
- {
2344
- "name": "datasource",
2345
- "type": {
2346
- "text": "Datasource"
2347
- }
2348
- }
2349
- ]
2350
- },
2351
- {
2352
- "kind": "method",
2353
- "name": "setDefaultDatasource",
2354
- "parameters": [
2355
- {
2356
- "name": "name",
2357
- "type": {
2358
- "text": "string"
2359
- }
2360
- }
2361
- ]
2362
- },
2363
- {
2364
- "kind": "method",
2365
- "name": "getDatasource",
2366
- "parameters": [
2367
- {
2368
- "name": "index"
2369
- }
2370
- ]
2371
- },
2372
- {
2373
- "kind": "method",
2374
- "name": "reset"
2375
- }
2376
- ],
2377
- "events": [
2378
- {
2379
- "description": "Fired when a datasource is added. detail: `Datasource`",
2380
- "name": "addDatasource"
2381
- }
2382
- ],
2383
- "attributes": [
2384
- {
2385
- "name": "show-add-button",
2386
- "type": {
2387
- "text": "boolean"
2388
- },
2389
- "default": "false",
2390
- "fieldName": "showAddButton"
2391
- }
2392
- ],
2393
- "superclass": {
2394
- "name": "GenesisElement",
2395
- "package": "@genesislcap/web-core"
2396
- },
2397
- "tagName": "configuration-datasources",
2398
- "customElement": true
2399
- }
2400
- ],
2401
- "exports": [
2402
- {
2403
- "kind": "js",
2404
- "name": "ConfigurationDatasources",
2405
- "declaration": {
2406
- "name": "ConfigurationDatasources",
2407
- "module": "src/components/configurations-panel/configuration-datasources/configuration-datasources.ts"
2408
- }
2409
- },
2410
- {
2411
- "kind": "custom-element-definition",
2412
- "name": "configuration-datasources",
2413
- "declaration": {
2414
- "name": "ConfigurationDatasources",
2415
- "module": "src/components/configurations-panel/configuration-datasources/configuration-datasources.ts"
2416
- }
2417
- }
2418
- ]
2419
- },
2420
- {
2421
- "kind": "javascript-module",
2422
- "path": "src/components/reconciliations-panel/columns.ts",
2423
- "declarations": [
2424
- {
2425
- "kind": "function",
2426
- "name": "RECONCILIATION_COLUMNS",
2427
- "return": {
2428
- "type": {
2429
- "text": "any[]"
2430
- }
2431
- },
2432
- "parameters": [
2433
- {
2434
- "name": "datasourcePair",
2435
- "type": {
2436
- "text": "any"
2437
- }
2438
- }
2439
- ]
2440
- }
2441
- ],
2442
- "exports": [
2443
- {
2444
- "kind": "js",
2445
- "name": "RECONCILIATION_COLUMNS",
2446
- "declaration": {
2447
- "name": "RECONCILIATION_COLUMNS",
2448
- "module": "src/components/reconciliations-panel/columns.ts"
2449
- }
2450
- }
2451
- ]
2452
- },
2453
- {
2454
- "kind": "javascript-module",
2455
- "path": "src/components/reconciliations-panel/reconciliation-no-rows-overlay.ts",
2456
- "declarations": [
2457
- {
2458
- "kind": "class",
2459
- "description": "",
2460
- "name": "ReconciliationNoRowsOverlay",
2461
- "members": [
2462
- {
2463
- "kind": "field",
2464
- "name": "eGui",
2465
- "type": {
2466
- "text": "HTMLElement"
2467
- }
2468
- },
2469
- {
2470
- "kind": "method",
2471
- "name": "init",
2472
- "parameters": [
2473
- {
2474
- "name": "params",
2475
- "type": {
2476
- "text": "ICellRendererParams & { noRowsMessageFunc: () => string }"
2477
- }
2478
- }
2479
- ]
2480
- },
2481
- {
2482
- "kind": "method",
2483
- "name": "getGui"
2484
- },
2485
- {
2486
- "kind": "method",
2487
- "name": "refresh",
2488
- "return": {
2489
- "type": {
2490
- "text": "boolean"
2491
- }
2492
- },
2493
- "parameters": [
2494
- {
2495
- "name": "params",
2496
- "type": {
2497
- "text": "ICellRendererParams"
2498
- }
2499
- }
2500
- ]
2501
- }
2502
- ]
2503
- }
2504
- ],
2505
- "exports": [
2506
- {
2507
- "kind": "js",
2508
- "name": "ReconciliationNoRowsOverlay",
2509
- "declaration": {
2510
- "name": "ReconciliationNoRowsOverlay",
2511
- "module": "src/components/reconciliations-panel/reconciliation-no-rows-overlay.ts"
2512
- }
2513
- }
2514
- ]
2515
- },
2516
- {
2517
- "kind": "javascript-module",
2518
- "path": "src/components/reconciliations-panel/reconciliations-panel.styles.ts",
2322
+ "path": "src/components/reconciliations-panel/reconciliations-panel.styles.ts",
2519
2323
  "declarations": [
2520
2324
  {
2521
2325
  "kind": "variable",
@@ -3169,6 +2973,202 @@
3169
2973
  }
3170
2974
  ]
3171
2975
  },
2976
+ {
2977
+ "kind": "javascript-module",
2978
+ "path": "src/components/configurations-panel/configuration-datasources/configuration-datasources.styles.ts",
2979
+ "declarations": [
2980
+ {
2981
+ "kind": "variable",
2982
+ "name": "ConfigurationDatasourcesStyles",
2983
+ "default": "css`\n .data-sources {\n display: flex;\n flex-direction: column;\n gap: calc(var(--design-unit) * 3px);\n }\n\n .data-source-types {\n margin: 0;\n width: 100%;\n }\n\n .data-source-types::part(positioning-region) {\n width: 100%;\n }\n\n .file-type {\n color: var(--success-color);\n }\n\n .file-type[aria-checked='true'] {\n background-color: var(--success-color);\n color: var(--neutral-foreground-rest);\n border-color: var(--success-color);\n }\n\n .datapipeline-type {\n color: var(--error-color);\n }\n\n .datapipeline-type[aria-checked='true'] {\n background-color: var(--error-color);\n color: var(--neutral-foreground-rest);\n border-color: var(--error-color);\n }\n\n .datapipeline-select {\n width: 100%;\n }\n\n ${badgeTag}::part(control) {\n font-weight: 700;\n }\n\n .add-datasource {\n display: flex;\n background-color: rgb(122 204 121 / 50%);\n }\n\n .no-pipeline-message {\n font-weight: 500;\n color: var(--neutral-foreground-hint);\n }\n\n ${buttonTag}.add-datasource::part(control) {\n padding: 0;\n }\n\n ${segmentedItemTag} {\n margin: 0;\n flex: auto;\n place-content: center;\n font-size: var(--type-ramp-minus-1-font-size);\n\n &[disabled] {\n cursor: not-allowed;\n }\n }\n`"
2984
+ }
2985
+ ],
2986
+ "exports": [
2987
+ {
2988
+ "kind": "js",
2989
+ "name": "ConfigurationDatasourcesStyles",
2990
+ "declaration": {
2991
+ "name": "ConfigurationDatasourcesStyles",
2992
+ "module": "src/components/configurations-panel/configuration-datasources/configuration-datasources.styles.ts"
2993
+ }
2994
+ }
2995
+ ]
2996
+ },
2997
+ {
2998
+ "kind": "javascript-module",
2999
+ "path": "src/components/configurations-panel/configuration-datasources/configuration-datasources.template.ts",
3000
+ "declarations": [
3001
+ {
3002
+ "kind": "variable",
3003
+ "name": "ConfigurationDatasourcesTemplate",
3004
+ "default": "html<ConfigurationDatasources>`\n <div class=\"data-sources\">\n <${textFieldTag} \n :value=${sync((x) => x.datasourceName)} \n :disabled=${(x) => x.configurationMode === ConfigurationMode.EDIT}>\n </${textFieldTag}>\n <${segmentedControlTag}\n :disabled=${(x) => x.configurationMode === ConfigurationMode.EDIT}\n class=\"data-source-types\"\n :value=${sync((x) => x.datasourceType)}\n >\n <${segmentedItemTag}\n class=\"file-type\"\n :value=${(_) => DatasourceType.FILE}\n >\n File\n </${segmentedItemTag}>\n <${segmentedItemTag}\n class=\"datapipeline-type\"\n :value=${(_) => DatasourceType.PIPELINE}\n >\n Data Pipeline\n </${segmentedItemTag}>\n </${segmentedControlTag}>\n ${when(\n (x) => x.datasourceType === DatasourceType.PIPELINE,\n html`\n <${selectTag} \n class=\"datapipeline-select\"\n :value=${sync((x) => x.dataPipeline)}\n :disabled=${(x) => x.configurationMode === ConfigurationMode.EDIT || x.dataPipelineList.length === 0}\n >\n <${optionTag} value=\"\">Select Data Pipeline Source</${optionTag}>\n ${repeat(\n (x) => x.dataPipelineList,\n html`\n <${optionTag} :value=${(x) => x}>\n ${(x) => x}\n </${optionTag}>\n `,\n )}\n </${selectTag}>\n <div class=\"no-pipeline-message\">${(x) => (x.dataPipelineList.length === 0 ? 'No data pipelines configured' : '')}</div>\n `,\n )}\n ${when(\n (x) => x.showAddButton,\n html`\n <${buttonTag}\n class=\"add-datasource\"\n :disabled=${(x) => x.configurationMode === ConfigurationMode.EDIT}\n @click=${(x) => x.addDataSource(DatasourceType[x.datasourceType])}\n >\n <${iconTag} name=\"plus\" size=\"md\"></${iconTag}>\n Add Data Source\n </${buttonTag}>\n `,\n )}\n </div>\n`"
3005
+ }
3006
+ ],
3007
+ "exports": [
3008
+ {
3009
+ "kind": "js",
3010
+ "name": "ConfigurationDatasourcesTemplate",
3011
+ "declaration": {
3012
+ "name": "ConfigurationDatasourcesTemplate",
3013
+ "module": "src/components/configurations-panel/configuration-datasources/configuration-datasources.template.ts"
3014
+ }
3015
+ }
3016
+ ]
3017
+ },
3018
+ {
3019
+ "kind": "javascript-module",
3020
+ "path": "src/components/configurations-panel/configuration-datasources/configuration-datasources.ts",
3021
+ "declarations": [
3022
+ {
3023
+ "kind": "class",
3024
+ "description": "Datasource configuration list for reconciliation.",
3025
+ "name": "ConfigurationDatasources",
3026
+ "members": [
3027
+ {
3028
+ "kind": "field",
3029
+ "name": "datasourceName",
3030
+ "type": {
3031
+ "text": "string"
3032
+ },
3033
+ "default": "null"
3034
+ },
3035
+ {
3036
+ "kind": "field",
3037
+ "name": "datasourceType",
3038
+ "type": {
3039
+ "text": "string"
3040
+ }
3041
+ },
3042
+ {
3043
+ "kind": "field",
3044
+ "name": "configurationMode",
3045
+ "type": {
3046
+ "text": "(typeof ConfigurationMode)[keyof typeof ConfigurationMode]"
3047
+ }
3048
+ },
3049
+ {
3050
+ "kind": "field",
3051
+ "name": "dataPipeline",
3052
+ "type": {
3053
+ "text": "string"
3054
+ }
3055
+ },
3056
+ {
3057
+ "kind": "field",
3058
+ "name": "dataPipelineList",
3059
+ "type": {
3060
+ "text": "array"
3061
+ },
3062
+ "default": "[]"
3063
+ },
3064
+ {
3065
+ "kind": "field",
3066
+ "name": "datasourceConfigurations",
3067
+ "type": {
3068
+ "text": "Datasource"
3069
+ }
3070
+ },
3071
+ {
3072
+ "kind": "field",
3073
+ "name": "showAddButton",
3074
+ "type": {
3075
+ "text": "boolean"
3076
+ },
3077
+ "default": "false"
3078
+ },
3079
+ {
3080
+ "kind": "method",
3081
+ "name": "addDataSource",
3082
+ "parameters": [
3083
+ {
3084
+ "name": "datasourceType",
3085
+ "type": {
3086
+ "text": "DatasourceType"
3087
+ }
3088
+ }
3089
+ ]
3090
+ },
3091
+ {
3092
+ "kind": "method",
3093
+ "name": "setDatasource",
3094
+ "parameters": [
3095
+ {
3096
+ "name": "datasource",
3097
+ "type": {
3098
+ "text": "Datasource"
3099
+ }
3100
+ }
3101
+ ]
3102
+ },
3103
+ {
3104
+ "kind": "method",
3105
+ "name": "setDefaultDatasource",
3106
+ "parameters": [
3107
+ {
3108
+ "name": "name",
3109
+ "type": {
3110
+ "text": "string"
3111
+ }
3112
+ }
3113
+ ]
3114
+ },
3115
+ {
3116
+ "kind": "method",
3117
+ "name": "getDatasource",
3118
+ "parameters": [
3119
+ {
3120
+ "name": "index"
3121
+ }
3122
+ ]
3123
+ },
3124
+ {
3125
+ "kind": "method",
3126
+ "name": "reset"
3127
+ }
3128
+ ],
3129
+ "events": [
3130
+ {
3131
+ "description": "Fired when a datasource is added. detail: `Datasource`",
3132
+ "name": "addDatasource"
3133
+ }
3134
+ ],
3135
+ "attributes": [
3136
+ {
3137
+ "name": "show-add-button",
3138
+ "type": {
3139
+ "text": "boolean"
3140
+ },
3141
+ "default": "false",
3142
+ "fieldName": "showAddButton"
3143
+ }
3144
+ ],
3145
+ "superclass": {
3146
+ "name": "GenesisElement",
3147
+ "package": "@genesislcap/web-core"
3148
+ },
3149
+ "tagName": "configuration-datasources",
3150
+ "customElement": true
3151
+ }
3152
+ ],
3153
+ "exports": [
3154
+ {
3155
+ "kind": "js",
3156
+ "name": "ConfigurationDatasources",
3157
+ "declaration": {
3158
+ "name": "ConfigurationDatasources",
3159
+ "module": "src/components/configurations-panel/configuration-datasources/configuration-datasources.ts"
3160
+ }
3161
+ },
3162
+ {
3163
+ "kind": "custom-element-definition",
3164
+ "name": "configuration-datasources",
3165
+ "declaration": {
3166
+ "name": "ConfigurationDatasources",
3167
+ "module": "src/components/configurations-panel/configuration-datasources/configuration-datasources.ts"
3168
+ }
3169
+ }
3170
+ ]
3171
+ },
3172
3172
  {
3173
3173
  "kind": "javascript-module",
3174
3174
  "path": "src/components/configurations-panel/reconciliation-rule-row/reconciliation-rule-row.styles.ts",
@@ -102,24 +102,24 @@ export declare const List: React.ForwardRefExoticComponent<
102
102
  >;
103
103
  export type ListRef = ListWC;
104
104
 
105
- export declare const ConfigurationDatasources: React.ForwardRefExoticComponent<
105
+ export declare const ReconciliationsPanel: React.ForwardRefExoticComponent<
106
106
  React.PropsWithChildren<
107
- Omit<PublicOf<ConfigurationDatasourcesWC>, 'children' | 'style'> &
107
+ Omit<PublicOf<ReconciliationsPanelWC>, 'children' | 'style'> &
108
108
  HTMLWCProps & {
109
- onAddDatasource?: (event: CustomEvent<Datasource>) => void;
110
109
  }
111
- > & React.RefAttributes<ConfigurationDatasourcesWC>
110
+ > & React.RefAttributes<ReconciliationsPanelWC>
112
111
  >;
113
- export type ConfigurationDatasourcesRef = ConfigurationDatasourcesWC;
112
+ export type ReconciliationsPanelRef = ReconciliationsPanelWC;
114
113
 
115
- export declare const ReconciliationsPanel: React.ForwardRefExoticComponent<
114
+ export declare const ConfigurationDatasources: React.ForwardRefExoticComponent<
116
115
  React.PropsWithChildren<
117
- Omit<PublicOf<ReconciliationsPanelWC>, 'children' | 'style'> &
116
+ Omit<PublicOf<ConfigurationDatasourcesWC>, 'children' | 'style'> &
118
117
  HTMLWCProps & {
118
+ onAddDatasource?: (event: CustomEvent<Datasource>) => void;
119
119
  }
120
- > & React.RefAttributes<ReconciliationsPanelWC>
120
+ > & React.RefAttributes<ConfigurationDatasourcesWC>
121
121
  >;
122
- export type ReconciliationsPanelRef = ReconciliationsPanelWC;
122
+ export type ConfigurationDatasourcesRef = ConfigurationDatasourcesWC;
123
123
 
124
124
  export declare const ReconciliationRuleRow: React.ForwardRefExoticComponent<
125
125
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -78,6 +78,11 @@ const List = React.forwardRef(function List(props, ref) {
78
78
  return React.createElement(customElements.getName(ListWC) ?? 'item-list', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
79
79
  });
80
80
 
81
+ const ReconciliationsPanel = React.forwardRef(function ReconciliationsPanel(props, ref) {
82
+ const { children, ...rest } = props;
83
+ return React.createElement(customElements.getName(ReconciliationsPanelWC) ?? 'reconciliations-panel', { ...rest, ref }, children);
84
+ });
85
+
81
86
  const ConfigurationDatasources = React.forwardRef(function ConfigurationDatasources(props, ref) {
82
87
  const { onAddDatasource, children, ...rest } = props;
83
88
  const _innerRef = React.useRef(null);
@@ -95,11 +100,6 @@ const ConfigurationDatasources = React.forwardRef(function ConfigurationDatasour
95
100
  return React.createElement(customElements.getName(ConfigurationDatasourcesWC) ?? 'configuration-datasources', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
96
101
  });
97
102
 
98
- const ReconciliationsPanel = React.forwardRef(function ReconciliationsPanel(props, ref) {
99
- const { children, ...rest } = props;
100
- return React.createElement(customElements.getName(ReconciliationsPanelWC) ?? 'reconciliations-panel', { ...rest, ref }, children);
101
- });
102
-
103
103
  const ReconciliationRuleRow = React.forwardRef(function ReconciliationRuleRow(props, ref) {
104
104
  const { onAddRule, onDeleteRule, onUpdateRule, children, ...rest } = props;
105
105
  const _innerRef = React.useRef(null);
@@ -156,8 +156,8 @@ module.exports = {
156
156
  ConfigurationsPanel,
157
157
  DataDictionaries,
158
158
  List,
159
- ConfigurationDatasources,
160
159
  ReconciliationsPanel,
160
+ ConfigurationDatasources,
161
161
  ReconciliationRuleRow,
162
162
  InputParameter,
163
163
  ResultDetails,
package/dist/react.mjs CHANGED
@@ -76,6 +76,11 @@ export const List = React.forwardRef(function List(props, ref) {
76
76
  return React.createElement(customElements.getName(ListWC) ?? 'item-list', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
77
77
  });
78
78
 
79
+ export const ReconciliationsPanel = React.forwardRef(function ReconciliationsPanel(props, ref) {
80
+ const { children, ...rest } = props;
81
+ return React.createElement(customElements.getName(ReconciliationsPanelWC) ?? 'reconciliations-panel', { ...rest, ref }, children);
82
+ });
83
+
79
84
  export const ConfigurationDatasources = React.forwardRef(function ConfigurationDatasources(props, ref) {
80
85
  const { onAddDatasource, children, ...rest } = props;
81
86
  const _innerRef = React.useRef(null);
@@ -93,11 +98,6 @@ export const ConfigurationDatasources = React.forwardRef(function ConfigurationD
93
98
  return React.createElement(customElements.getName(ConfigurationDatasourcesWC) ?? 'configuration-datasources', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
94
99
  });
95
100
 
96
- export const ReconciliationsPanel = React.forwardRef(function ReconciliationsPanel(props, ref) {
97
- const { children, ...rest } = props;
98
- return React.createElement(customElements.getName(ReconciliationsPanelWC) ?? 'reconciliations-panel', { ...rest, ref }, children);
99
- });
100
-
101
101
  export const ReconciliationRuleRow = React.forwardRef(function ReconciliationRuleRow(props, ref) {
102
102
  const { onAddRule, onDeleteRule, onUpdateRule, children, ...rest } = props;
103
103
  const _innerRef = React.useRef(null);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reconciliation-ui",
3
3
  "description": "Genesis PBC Reconciliation UI",
4
- "version": "15.19.2",
4
+ "version": "15.19.3",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",
@@ -84,37 +84,37 @@
84
84
  },
85
85
  "prettier": "@genesislcap/prettier-config",
86
86
  "devDependencies": {
87
- "@genesislcap/design-system-configurator": "15.19.2",
88
- "@genesislcap/eslint-config": "15.19.2",
89
- "@genesislcap/eslint-stylelint-builder": "15.19.2",
90
- "@genesislcap/foundation-testing": "15.19.2",
91
- "@genesislcap/genx": "15.19.2",
92
- "@genesislcap/prettier-config": "15.19.2",
93
- "@genesislcap/stylelint-config": "15.19.2",
94
- "@genesislcap/uvu-playwright-builder": "15.19.2",
95
- "@genesislcap/vite-builder": "15.19.2",
96
- "@genesislcap/webpack-builder": "15.19.2",
87
+ "@genesislcap/design-system-configurator": "15.19.3",
88
+ "@genesislcap/eslint-config": "15.19.3",
89
+ "@genesislcap/eslint-stylelint-builder": "15.19.3",
90
+ "@genesislcap/foundation-testing": "15.19.3",
91
+ "@genesislcap/genx": "15.19.3",
92
+ "@genesislcap/prettier-config": "15.19.3",
93
+ "@genesislcap/stylelint-config": "15.19.3",
94
+ "@genesislcap/uvu-playwright-builder": "15.19.3",
95
+ "@genesislcap/vite-builder": "15.19.3",
96
+ "@genesislcap/webpack-builder": "15.19.3",
97
97
  "@types/node": "20.11.5",
98
98
  "husky": "^7.0.4",
99
99
  "lint-prepush": "^2.2.1",
100
100
  "lint-staged": "^12.4.1"
101
101
  },
102
102
  "dependencies": {
103
- "@genesislcap/foundation-comms": "15.19.2",
104
- "@genesislcap/foundation-events": "15.19.2",
105
- "@genesislcap/foundation-layout": "15.19.2",
106
- "@genesislcap/foundation-logger": "15.19.2",
107
- "@genesislcap/foundation-notifications": "15.19.2",
108
- "@genesislcap/foundation-shell": "15.19.2",
109
- "@genesislcap/foundation-store": "15.19.2",
110
- "@genesislcap/foundation-ui": "15.19.2",
111
- "@genesislcap/foundation-utils": "15.19.2",
112
- "@genesislcap/foundation-zero": "15.19.2",
113
- "@genesislcap/foundation-zero-grid-pro": "15.19.2",
114
- "@genesislcap/g2plot-chart": "15.19.2",
115
- "@genesislcap/rapid-design-system": "15.19.2",
116
- "@genesislcap/rapid-grid-pro": "15.19.2",
117
- "@genesislcap/web-core": "15.19.2"
103
+ "@genesislcap/foundation-comms": "15.19.3",
104
+ "@genesislcap/foundation-events": "15.19.3",
105
+ "@genesislcap/foundation-layout": "15.19.3",
106
+ "@genesislcap/foundation-logger": "15.19.3",
107
+ "@genesislcap/foundation-notifications": "15.19.3",
108
+ "@genesislcap/foundation-shell": "15.19.3",
109
+ "@genesislcap/foundation-store": "15.19.3",
110
+ "@genesislcap/foundation-ui": "15.19.3",
111
+ "@genesislcap/foundation-utils": "15.19.3",
112
+ "@genesislcap/foundation-zero": "15.19.3",
113
+ "@genesislcap/foundation-zero-grid-pro": "15.19.3",
114
+ "@genesislcap/g2plot-chart": "15.19.3",
115
+ "@genesislcap/rapid-design-system": "15.19.3",
116
+ "@genesislcap/rapid-grid-pro": "15.19.3",
117
+ "@genesislcap/web-core": "15.19.3"
118
118
  },
119
119
  "publishConfig": {
120
120
  "access": "public"