@genesislcap/pbc-reporting-ui 15.20.2-grid-pro-datasource-fix.1 → 15.21.0

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 +176 -176
  2. package/package.json +21 -21
@@ -6151,55 +6151,44 @@
6151
6151
  },
6152
6152
  {
6153
6153
  "kind": "javascript-module",
6154
- "path": "src/old/components/list/columns.ts",
6154
+ "path": "src/old/components/preview/columns.ts",
6155
6155
  "declarations": [
6156
6156
  {
6157
6157
  "kind": "function",
6158
- "name": "REPORT_COLUMN_DEFS",
6158
+ "name": "getColumns",
6159
6159
  "parameters": [
6160
6160
  {
6161
- "name": "context",
6162
- "type": {
6163
- "text": "any"
6164
- }
6161
+ "name": "columns"
6165
6162
  }
6166
6163
  ]
6167
6164
  },
6168
6165
  {
6169
6166
  "kind": "function",
6170
- "name": "SELECTED_COLUMN_DEFS",
6171
- "parameters": [
6172
- {
6173
- "name": "context",
6174
- "type": {
6175
- "text": "any"
6176
- }
6177
- }
6178
- ]
6167
+ "name": "getGridOptions"
6179
6168
  }
6180
6169
  ],
6181
6170
  "exports": [
6182
6171
  {
6183
6172
  "kind": "js",
6184
- "name": "REPORT_COLUMN_DEFS",
6173
+ "name": "getColumns",
6185
6174
  "declaration": {
6186
- "name": "REPORT_COLUMN_DEFS",
6187
- "module": "src/old/components/list/columns.ts"
6175
+ "name": "getColumns",
6176
+ "module": "src/old/components/preview/columns.ts"
6188
6177
  }
6189
6178
  },
6190
6179
  {
6191
6180
  "kind": "js",
6192
- "name": "SELECTED_COLUMN_DEFS",
6181
+ "name": "getGridOptions",
6193
6182
  "declaration": {
6194
- "name": "SELECTED_COLUMN_DEFS",
6195
- "module": "src/old/components/list/columns.ts"
6183
+ "name": "getGridOptions",
6184
+ "module": "src/old/components/preview/columns.ts"
6196
6185
  }
6197
6186
  }
6198
6187
  ]
6199
6188
  },
6200
6189
  {
6201
6190
  "kind": "javascript-module",
6202
- "path": "src/old/components/list/index.ts",
6191
+ "path": "src/old/components/preview/index.ts",
6203
6192
  "declarations": [],
6204
6193
  "exports": [
6205
6194
  {
@@ -6207,7 +6196,7 @@
6207
6196
  "name": "*",
6208
6197
  "declaration": {
6209
6198
  "name": "*",
6210
- "package": "./list"
6199
+ "package": "./preview"
6211
6200
  }
6212
6201
  },
6213
6202
  {
@@ -6215,7 +6204,7 @@
6215
6204
  "name": "*",
6216
6205
  "declaration": {
6217
6206
  "name": "*",
6218
- "package": "./list.styles"
6207
+ "package": "./preview.styles"
6219
6208
  }
6220
6209
  },
6221
6210
  {
@@ -6223,163 +6212,142 @@
6223
6212
  "name": "*",
6224
6213
  "declaration": {
6225
6214
  "name": "*",
6226
- "package": "./list.template"
6215
+ "package": "./preview.template"
6227
6216
  }
6228
6217
  }
6229
6218
  ]
6230
6219
  },
6231
6220
  {
6232
6221
  "kind": "javascript-module",
6233
- "path": "src/old/components/list/list.styles.ts",
6222
+ "path": "src/old/components/preview/preview.styles.ts",
6234
6223
  "declarations": [
6235
6224
  {
6236
6225
  "kind": "variable",
6237
- "name": "ListStyles",
6238
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`"
6226
+ "name": "PreviewStyles",
6227
+ "default": "css`\n ${helperStyles}\n .preview {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n .header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n\n .controls {\n align-items: center;\n display: flex;\n }\n`"
6239
6228
  }
6240
6229
  ],
6241
6230
  "exports": [
6242
6231
  {
6243
6232
  "kind": "js",
6244
- "name": "ListStyles",
6233
+ "name": "PreviewStyles",
6245
6234
  "declaration": {
6246
- "name": "ListStyles",
6247
- "module": "src/old/components/list/list.styles.ts"
6235
+ "name": "PreviewStyles",
6236
+ "module": "src/old/components/preview/preview.styles.ts"
6248
6237
  }
6249
6238
  }
6250
6239
  ]
6251
6240
  },
6252
6241
  {
6253
6242
  "kind": "javascript-module",
6254
- "path": "src/old/components/list/list.template.ts",
6243
+ "path": "src/old/components/preview/preview.template.ts",
6255
6244
  "declarations": [
6256
6245
  {
6257
6246
  "kind": "variable",
6258
- "name": "ListTemplate",
6259
- "default": "html<List>`\n <${gridTag}\n ${ref('grid')}\n data-test-id=\"report-grid\"\n only-template-col-defs\n rowSelection=\"multiple\"\n suppressRowClickSelection\n suppressRowTransform\n >\n <grid-pro-genesis-datasource \n resource-name=\"ALL_SAVED_REPORTS\"\n :deferredGridOptions=${(x) => ({\n components: {\n 'row-select': RowSelectRenderer,\n },\n defaultColDef: {\n filter: false,\n floatingFilter: false,\n sortable: false,\n sort: 'asc',\n suppressMenu: false,\n resizable: false,\n },\n rowSelection: 'multiple',\n suppressRowClickSelection: true,\n columnDefs: REPORT_COLUMN_DEFS(x),\n context: {\n ariaLabelField: 'REPORT_NAME',\n },\n })}\n ></grid-pro-genesis-datasource>\n </${gridTag}>\n`"
6247
+ "name": "PreviewReportTemplate",
6248
+ "default": "html<Preview>`\n <div class=\"preview\" data-test-id=\"preview\">\n <${cardTag} class=\"card\">\n <div class=\"header\">\n <div>\n <h3 class=\"card-title\">${(x) => x.report['REPORT_NAME']}</h3>\n <p>${(x) => x.report['REPORT_DESCRIPTION']}</p>\n </div>\n <div class=\"controls\">\n <${buttonTag}\n appearance=\"${(x) => x.config.buttonAppearance}\"\n @click=${(x) => x.exportToCsv()}\n data-test-id=\"export-csv-button\"\n >\n Export to csv\n <${iconTag} class=\"ml-5px\" name=\"arrow-down\"></${iconTag}>\n </${buttonTag}>\n </div>\n </div>\n <div class=\"w-full h-90pc\">\n <${gridTag}\n ${ref('grid')}\n floatingFilter=\"false\"\n rowSelection=\"multiple\"\n ></${gridTag}>\n </div>\n </${cardTag}>\n </div>\n`"
6260
6249
  }
6261
6250
  ],
6262
6251
  "exports": [
6263
6252
  {
6264
6253
  "kind": "js",
6265
- "name": "ListTemplate",
6254
+ "name": "PreviewReportTemplate",
6266
6255
  "declaration": {
6267
- "name": "ListTemplate",
6268
- "module": "src/old/components/list/list.template.ts"
6256
+ "name": "PreviewReportTemplate",
6257
+ "module": "src/old/components/preview/preview.template.ts"
6269
6258
  }
6270
6259
  }
6271
6260
  ]
6272
6261
  },
6273
6262
  {
6274
6263
  "kind": "javascript-module",
6275
- "path": "src/old/components/list/list.ts",
6264
+ "path": "src/old/components/preview/preview.ts",
6276
6265
  "declarations": [
6277
6266
  {
6278
6267
  "kind": "class",
6279
- "description": "Saved reports grid (legacy).",
6280
- "name": "List",
6268
+ "description": "",
6269
+ "name": "Preview",
6281
6270
  "members": [
6282
6271
  {
6283
6272
  "kind": "field",
6284
- "name": "connect",
6273
+ "name": "grid",
6285
6274
  "type": {
6286
- "text": "Connect"
6287
- }
6275
+ "text": "GridPro"
6276
+ },
6277
+ "privacy": "public"
6288
6278
  },
6289
6279
  {
6290
6280
  "kind": "field",
6291
- "name": "userInteractedRow",
6281
+ "name": "datasource",
6292
6282
  "type": {
6293
- "text": "object"
6294
- },
6295
- "default": "{}"
6283
+ "text": "Datasource"
6284
+ }
6296
6285
  },
6297
6286
  {
6298
6287
  "kind": "field",
6299
- "name": "selectedRows",
6288
+ "name": "report",
6300
6289
  "type": {
6301
- "text": "array"
6290
+ "text": "any"
6302
6291
  },
6303
- "default": "[]"
6292
+ "default": "{}"
6304
6293
  },
6305
6294
  {
6306
6295
  "kind": "field",
6307
- "name": "config",
6296
+ "name": "data",
6308
6297
  "type": {
6309
- "text": "ReportingConfig"
6298
+ "text": "FilteredDataServerResult"
6310
6299
  }
6311
6300
  },
6312
6301
  {
6313
6302
  "kind": "field",
6314
- "name": "grid",
6315
- "type": {
6316
- "text": "GridPro"
6317
- },
6318
- "privacy": "public"
6303
+ "name": "datasourceSettings"
6319
6304
  },
6320
6305
  {
6321
6306
  "kind": "field",
6322
- "name": "slectionEvent",
6323
- "default": "new CustomEvent('rowSelectionEvent', {\n detail: { selectedRows: () => this.selectedRows },\n })"
6307
+ "name": "config",
6308
+ "type": {
6309
+ "text": "ReportingConfig"
6310
+ }
6324
6311
  },
6325
6312
  {
6326
6313
  "kind": "method",
6327
- "name": "delete",
6328
- "privacy": "public",
6329
- "return": {
6330
- "type": {
6331
- "text": "Promise<void>"
6332
- }
6333
- },
6314
+ "name": "reportChanged",
6334
6315
  "parameters": [
6335
6316
  {
6336
- "name": "rowData",
6337
- "type": {
6338
- "text": "any"
6339
- }
6340
- }
6341
- ]
6342
- },
6343
- {
6344
- "kind": "method",
6345
- "name": "batchDelete",
6346
- "privacy": "public",
6347
- "return": {
6348
- "type": {
6349
- "text": "void"
6317
+ "name": "old"
6318
+ },
6319
+ {
6320
+ "name": "newValue"
6350
6321
  }
6351
- }
6322
+ ],
6323
+ "description": "When report variable changes handle"
6352
6324
  },
6353
6325
  {
6354
6326
  "kind": "field",
6355
- "name": "runReport",
6356
- "privacy": "public"
6327
+ "name": "fetchAndLoadToGrid",
6328
+ "privacy": "public",
6329
+ "description": "Fetch data from server and load to grid"
6357
6330
  },
6358
6331
  {
6359
6332
  "kind": "field",
6360
- "name": "editReport",
6361
- "privacy": "public"
6333
+ "name": "exportToCsv",
6334
+ "privacy": "public",
6335
+ "description": "Export to csv handle"
6362
6336
  },
6363
6337
  {
6364
6338
  "kind": "field",
6365
- "name": "deleteReport",
6339
+ "name": "formatDateType",
6366
6340
  "privacy": "public"
6367
6341
  }
6368
6342
  ],
6369
- "events": [
6370
- {
6371
- "description": "Fired when grid row selection changes. detail: `RowSelectionEventDetail`",
6372
- "name": "rowSelectionEvent"
6373
- },
6374
- {
6375
- "description": "Fired when a user notification should be shown. detail: `ReportNotification`",
6376
- "name": "notify"
6377
- },
6378
- {
6379
- "name": "runReport"
6380
- },
6343
+ "attributes": [
6381
6344
  {
6382
- "name": "editReport"
6345
+ "name": "report",
6346
+ "type": {
6347
+ "text": "any"
6348
+ },
6349
+ "default": "{}",
6350
+ "fieldName": "report"
6383
6351
  }
6384
6352
  ],
6385
6353
  "superclass": {
@@ -6391,61 +6359,72 @@
6391
6359
  "exports": [
6392
6360
  {
6393
6361
  "kind": "js",
6394
- "name": "List",
6362
+ "name": "Preview",
6395
6363
  "declaration": {
6396
- "name": "List",
6397
- "module": "src/old/components/list/list.ts"
6364
+ "name": "Preview",
6365
+ "module": "src/old/components/preview/preview.ts"
6398
6366
  }
6399
6367
  },
6400
6368
  {
6401
6369
  "kind": "custom-element-definition",
6402
6370
  "declaration": {
6403
- "name": "List",
6404
- "module": "src/old/components/list/list.ts"
6371
+ "name": "Preview",
6372
+ "module": "src/old/components/preview/preview.ts"
6405
6373
  }
6406
6374
  }
6407
6375
  ]
6408
6376
  },
6409
6377
  {
6410
6378
  "kind": "javascript-module",
6411
- "path": "src/old/components/preview/columns.ts",
6379
+ "path": "src/old/components/list/columns.ts",
6412
6380
  "declarations": [
6413
6381
  {
6414
6382
  "kind": "function",
6415
- "name": "getColumns",
6383
+ "name": "REPORT_COLUMN_DEFS",
6416
6384
  "parameters": [
6417
6385
  {
6418
- "name": "columns"
6386
+ "name": "context",
6387
+ "type": {
6388
+ "text": "any"
6389
+ }
6419
6390
  }
6420
6391
  ]
6421
6392
  },
6422
6393
  {
6423
6394
  "kind": "function",
6424
- "name": "getGridOptions"
6395
+ "name": "SELECTED_COLUMN_DEFS",
6396
+ "parameters": [
6397
+ {
6398
+ "name": "context",
6399
+ "type": {
6400
+ "text": "any"
6401
+ }
6402
+ }
6403
+ ]
6425
6404
  }
6426
6405
  ],
6427
6406
  "exports": [
6428
6407
  {
6429
6408
  "kind": "js",
6430
- "name": "getColumns",
6409
+ "name": "REPORT_COLUMN_DEFS",
6431
6410
  "declaration": {
6432
- "name": "getColumns",
6433
- "module": "src/old/components/preview/columns.ts"
6411
+ "name": "REPORT_COLUMN_DEFS",
6412
+ "module": "src/old/components/list/columns.ts"
6434
6413
  }
6435
6414
  },
6436
6415
  {
6437
6416
  "kind": "js",
6438
- "name": "getGridOptions",
6417
+ "name": "SELECTED_COLUMN_DEFS",
6439
6418
  "declaration": {
6440
- "name": "getGridOptions",
6441
- "module": "src/old/components/preview/columns.ts"
6419
+ "name": "SELECTED_COLUMN_DEFS",
6420
+ "module": "src/old/components/list/columns.ts"
6442
6421
  }
6443
6422
  }
6444
6423
  ]
6445
6424
  },
6446
6425
  {
6447
6426
  "kind": "javascript-module",
6448
- "path": "src/old/components/preview/index.ts",
6427
+ "path": "src/old/components/list/index.ts",
6449
6428
  "declarations": [],
6450
6429
  "exports": [
6451
6430
  {
@@ -6453,7 +6432,7 @@
6453
6432
  "name": "*",
6454
6433
  "declaration": {
6455
6434
  "name": "*",
6456
- "package": "./preview"
6435
+ "package": "./list"
6457
6436
  }
6458
6437
  },
6459
6438
  {
@@ -6461,7 +6440,7 @@
6461
6440
  "name": "*",
6462
6441
  "declaration": {
6463
6442
  "name": "*",
6464
- "package": "./preview.styles"
6443
+ "package": "./list.styles"
6465
6444
  }
6466
6445
  },
6467
6446
  {
@@ -6469,142 +6448,163 @@
6469
6448
  "name": "*",
6470
6449
  "declaration": {
6471
6450
  "name": "*",
6472
- "package": "./preview.template"
6451
+ "package": "./list.template"
6473
6452
  }
6474
6453
  }
6475
6454
  ]
6476
6455
  },
6477
6456
  {
6478
6457
  "kind": "javascript-module",
6479
- "path": "src/old/components/preview/preview.styles.ts",
6458
+ "path": "src/old/components/list/list.styles.ts",
6480
6459
  "declarations": [
6481
6460
  {
6482
6461
  "kind": "variable",
6483
- "name": "PreviewStyles",
6484
- "default": "css`\n ${helperStyles}\n .preview {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n .header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n\n .controls {\n align-items: center;\n display: flex;\n }\n`"
6462
+ "name": "ListStyles",
6463
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`"
6485
6464
  }
6486
6465
  ],
6487
6466
  "exports": [
6488
6467
  {
6489
6468
  "kind": "js",
6490
- "name": "PreviewStyles",
6469
+ "name": "ListStyles",
6491
6470
  "declaration": {
6492
- "name": "PreviewStyles",
6493
- "module": "src/old/components/preview/preview.styles.ts"
6471
+ "name": "ListStyles",
6472
+ "module": "src/old/components/list/list.styles.ts"
6494
6473
  }
6495
6474
  }
6496
6475
  ]
6497
6476
  },
6498
6477
  {
6499
6478
  "kind": "javascript-module",
6500
- "path": "src/old/components/preview/preview.template.ts",
6479
+ "path": "src/old/components/list/list.template.ts",
6501
6480
  "declarations": [
6502
6481
  {
6503
6482
  "kind": "variable",
6504
- "name": "PreviewReportTemplate",
6505
- "default": "html<Preview>`\n <div class=\"preview\" data-test-id=\"preview\">\n <${cardTag} class=\"card\">\n <div class=\"header\">\n <div>\n <h3 class=\"card-title\">${(x) => x.report['REPORT_NAME']}</h3>\n <p>${(x) => x.report['REPORT_DESCRIPTION']}</p>\n </div>\n <div class=\"controls\">\n <${buttonTag}\n appearance=\"${(x) => x.config.buttonAppearance}\"\n @click=${(x) => x.exportToCsv()}\n data-test-id=\"export-csv-button\"\n >\n Export to csv\n <${iconTag} class=\"ml-5px\" name=\"arrow-down\"></${iconTag}>\n </${buttonTag}>\n </div>\n </div>\n <div class=\"w-full h-90pc\">\n <${gridTag}\n ${ref('grid')}\n floatingFilter=\"false\"\n rowSelection=\"multiple\"\n ></${gridTag}>\n </div>\n </${cardTag}>\n </div>\n`"
6483
+ "name": "ListTemplate",
6484
+ "default": "html<List>`\n <${gridTag}\n ${ref('grid')}\n data-test-id=\"report-grid\"\n only-template-col-defs\n rowSelection=\"multiple\"\n suppressRowClickSelection\n suppressRowTransform\n >\n <grid-pro-genesis-datasource \n resource-name=\"ALL_SAVED_REPORTS\"\n :deferredGridOptions=${(x) => ({\n components: {\n 'row-select': RowSelectRenderer,\n },\n defaultColDef: {\n filter: false,\n floatingFilter: false,\n sortable: false,\n sort: 'asc',\n suppressMenu: false,\n resizable: false,\n },\n rowSelection: 'multiple',\n suppressRowClickSelection: true,\n columnDefs: REPORT_COLUMN_DEFS(x),\n context: {\n ariaLabelField: 'REPORT_NAME',\n },\n })}\n ></grid-pro-genesis-datasource>\n </${gridTag}>\n`"
6506
6485
  }
6507
6486
  ],
6508
6487
  "exports": [
6509
6488
  {
6510
6489
  "kind": "js",
6511
- "name": "PreviewReportTemplate",
6490
+ "name": "ListTemplate",
6512
6491
  "declaration": {
6513
- "name": "PreviewReportTemplate",
6514
- "module": "src/old/components/preview/preview.template.ts"
6492
+ "name": "ListTemplate",
6493
+ "module": "src/old/components/list/list.template.ts"
6515
6494
  }
6516
6495
  }
6517
6496
  ]
6518
6497
  },
6519
6498
  {
6520
6499
  "kind": "javascript-module",
6521
- "path": "src/old/components/preview/preview.ts",
6500
+ "path": "src/old/components/list/list.ts",
6522
6501
  "declarations": [
6523
6502
  {
6524
6503
  "kind": "class",
6525
- "description": "",
6526
- "name": "Preview",
6504
+ "description": "Saved reports grid (legacy).",
6505
+ "name": "List",
6527
6506
  "members": [
6528
6507
  {
6529
6508
  "kind": "field",
6530
- "name": "grid",
6509
+ "name": "connect",
6531
6510
  "type": {
6532
- "text": "GridPro"
6533
- },
6534
- "privacy": "public"
6511
+ "text": "Connect"
6512
+ }
6535
6513
  },
6536
6514
  {
6537
6515
  "kind": "field",
6538
- "name": "datasource",
6516
+ "name": "userInteractedRow",
6539
6517
  "type": {
6540
- "text": "Datasource"
6541
- }
6518
+ "text": "object"
6519
+ },
6520
+ "default": "{}"
6542
6521
  },
6543
6522
  {
6544
6523
  "kind": "field",
6545
- "name": "report",
6524
+ "name": "selectedRows",
6546
6525
  "type": {
6547
- "text": "any"
6526
+ "text": "array"
6548
6527
  },
6549
- "default": "{}"
6528
+ "default": "[]"
6550
6529
  },
6551
6530
  {
6552
6531
  "kind": "field",
6553
- "name": "data",
6532
+ "name": "config",
6554
6533
  "type": {
6555
- "text": "FilteredDataServerResult"
6534
+ "text": "ReportingConfig"
6556
6535
  }
6557
6536
  },
6558
6537
  {
6559
6538
  "kind": "field",
6560
- "name": "datasourceSettings"
6539
+ "name": "grid",
6540
+ "type": {
6541
+ "text": "GridPro"
6542
+ },
6543
+ "privacy": "public"
6561
6544
  },
6562
6545
  {
6563
6546
  "kind": "field",
6564
- "name": "config",
6565
- "type": {
6566
- "text": "ReportingConfig"
6567
- }
6547
+ "name": "slectionEvent",
6548
+ "default": "new CustomEvent('rowSelectionEvent', {\n detail: { selectedRows: () => this.selectedRows },\n })"
6568
6549
  },
6569
6550
  {
6570
6551
  "kind": "method",
6571
- "name": "reportChanged",
6552
+ "name": "delete",
6553
+ "privacy": "public",
6554
+ "return": {
6555
+ "type": {
6556
+ "text": "Promise<void>"
6557
+ }
6558
+ },
6572
6559
  "parameters": [
6573
6560
  {
6574
- "name": "old"
6575
- },
6576
- {
6577
- "name": "newValue"
6561
+ "name": "rowData",
6562
+ "type": {
6563
+ "text": "any"
6564
+ }
6578
6565
  }
6579
- ],
6580
- "description": "When report variable changes handle"
6566
+ ]
6581
6567
  },
6582
6568
  {
6583
- "kind": "field",
6584
- "name": "fetchAndLoadToGrid",
6569
+ "kind": "method",
6570
+ "name": "batchDelete",
6585
6571
  "privacy": "public",
6586
- "description": "Fetch data from server and load to grid"
6572
+ "return": {
6573
+ "type": {
6574
+ "text": "void"
6575
+ }
6576
+ }
6587
6577
  },
6588
6578
  {
6589
6579
  "kind": "field",
6590
- "name": "exportToCsv",
6591
- "privacy": "public",
6592
- "description": "Export to csv handle"
6580
+ "name": "runReport",
6581
+ "privacy": "public"
6593
6582
  },
6594
6583
  {
6595
6584
  "kind": "field",
6596
- "name": "formatDateType",
6585
+ "name": "editReport",
6586
+ "privacy": "public"
6587
+ },
6588
+ {
6589
+ "kind": "field",
6590
+ "name": "deleteReport",
6597
6591
  "privacy": "public"
6598
6592
  }
6599
6593
  ],
6600
- "attributes": [
6594
+ "events": [
6601
6595
  {
6602
- "name": "report",
6603
- "type": {
6604
- "text": "any"
6605
- },
6606
- "default": "{}",
6607
- "fieldName": "report"
6596
+ "description": "Fired when grid row selection changes. detail: `RowSelectionEventDetail`",
6597
+ "name": "rowSelectionEvent"
6598
+ },
6599
+ {
6600
+ "description": "Fired when a user notification should be shown. detail: `ReportNotification`",
6601
+ "name": "notify"
6602
+ },
6603
+ {
6604
+ "name": "runReport"
6605
+ },
6606
+ {
6607
+ "name": "editReport"
6608
6608
  }
6609
6609
  ],
6610
6610
  "superclass": {
@@ -6616,17 +6616,17 @@
6616
6616
  "exports": [
6617
6617
  {
6618
6618
  "kind": "js",
6619
- "name": "Preview",
6619
+ "name": "List",
6620
6620
  "declaration": {
6621
- "name": "Preview",
6622
- "module": "src/old/components/preview/preview.ts"
6621
+ "name": "List",
6622
+ "module": "src/old/components/list/list.ts"
6623
6623
  }
6624
6624
  },
6625
6625
  {
6626
6626
  "kind": "custom-element-definition",
6627
6627
  "declaration": {
6628
- "name": "Preview",
6629
- "module": "src/old/components/preview/preview.ts"
6628
+ "name": "List",
6629
+ "module": "src/old/components/list/list.ts"
6630
6630
  }
6631
6631
  }
6632
6632
  ]
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reporting-ui",
3
3
  "description": "Genesis PBC Reporting UI",
4
- "version": "15.20.2-grid-pro-datasource-fix.1",
4
+ "version": "15.21.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",
@@ -86,32 +86,32 @@
86
86
  "@ag-grid-community/core": "29.2.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "15.20.2-grid-pro-datasource-fix.1",
90
- "@genesislcap/foundation-entity-management": "15.20.2-grid-pro-datasource-fix.1",
91
- "@genesislcap/foundation-events": "15.20.2-grid-pro-datasource-fix.1",
92
- "@genesislcap/foundation-forms": "15.20.2-grid-pro-datasource-fix.1",
93
- "@genesislcap/foundation-logger": "15.20.2-grid-pro-datasource-fix.1",
94
- "@genesislcap/foundation-notifications": "15.20.2-grid-pro-datasource-fix.1",
95
- "@genesislcap/foundation-ui": "15.20.2-grid-pro-datasource-fix.1",
96
- "@genesislcap/foundation-user": "15.20.2-grid-pro-datasource-fix.1",
97
- "@genesislcap/foundation-utils": "15.20.2-grid-pro-datasource-fix.1",
98
- "@genesislcap/foundation-zero": "15.20.2-grid-pro-datasource-fix.1",
99
- "@genesislcap/foundation-zero-grid-pro": "15.20.2-grid-pro-datasource-fix.1",
100
- "@genesislcap/grid-pro": "15.20.2-grid-pro-datasource-fix.1",
101
- "@genesislcap/rapid-design-system": "15.20.2-grid-pro-datasource-fix.1",
102
- "@genesislcap/rapid-grid-pro": "15.20.2-grid-pro-datasource-fix.1",
103
- "@genesislcap/web-core": "15.20.2-grid-pro-datasource-fix.1",
89
+ "@genesislcap/foundation-comms": "15.21.0",
90
+ "@genesislcap/foundation-entity-management": "15.21.0",
91
+ "@genesislcap/foundation-events": "15.21.0",
92
+ "@genesislcap/foundation-forms": "15.21.0",
93
+ "@genesislcap/foundation-logger": "15.21.0",
94
+ "@genesislcap/foundation-notifications": "15.21.0",
95
+ "@genesislcap/foundation-ui": "15.21.0",
96
+ "@genesislcap/foundation-user": "15.21.0",
97
+ "@genesislcap/foundation-utils": "15.21.0",
98
+ "@genesislcap/foundation-zero": "15.21.0",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.21.0",
100
+ "@genesislcap/grid-pro": "15.21.0",
101
+ "@genesislcap/rapid-design-system": "15.21.0",
102
+ "@genesislcap/rapid-grid-pro": "15.21.0",
103
+ "@genesislcap/web-core": "15.21.0",
104
104
  "@reduxjs/toolkit": "^2.2.5",
105
105
  "@types/node": "^22.10.2",
106
106
  "change-case": "^5.4.3",
107
107
  "lodash": "^4.17.21"
108
108
  },
109
109
  "devDependencies": {
110
- "@genesislcap/eslint-config": "15.20.2-grid-pro-datasource-fix.1",
111
- "@genesislcap/foundation-testing": "15.20.2-grid-pro-datasource-fix.1",
112
- "@genesislcap/genx": "15.20.2-grid-pro-datasource-fix.1",
113
- "@genesislcap/prettier-config": "15.20.2-grid-pro-datasource-fix.1",
114
- "@genesislcap/stylelint-config": "15.20.2-grid-pro-datasource-fix.1",
110
+ "@genesislcap/eslint-config": "15.21.0",
111
+ "@genesislcap/foundation-testing": "15.21.0",
112
+ "@genesislcap/genx": "15.21.0",
113
+ "@genesislcap/prettier-config": "15.21.0",
114
+ "@genesislcap/stylelint-config": "15.21.0",
115
115
  "@types/json-schema": "^7.0.11",
116
116
  "playwright-lighthouse": "^4.0.0",
117
117
  "rimraf": "^5.0.0"