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