@genesislcap/pbc-reporting-ui 15.25.1 → 15.26.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 +368 -368
  2. package/package.json +21 -21
@@ -151,6 +151,116 @@
151
151
  }
152
152
  ]
153
153
  },
154
+ {
155
+ "kind": "javascript-module",
156
+ "path": "src/new/store/index.ts",
157
+ "declarations": [],
158
+ "exports": [
159
+ {
160
+ "kind": "js",
161
+ "name": "*",
162
+ "declaration": {
163
+ "name": "*",
164
+ "package": "./slices"
165
+ }
166
+ },
167
+ {
168
+ "kind": "js",
169
+ "name": "*",
170
+ "declaration": {
171
+ "name": "*",
172
+ "package": "./store"
173
+ }
174
+ },
175
+ {
176
+ "kind": "js",
177
+ "name": "*",
178
+ "declaration": {
179
+ "name": "*",
180
+ "package": "./types"
181
+ }
182
+ }
183
+ ]
184
+ },
185
+ {
186
+ "kind": "javascript-module",
187
+ "path": "src/new/store/store.ts",
188
+ "declarations": [
189
+ {
190
+ "kind": "variable",
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
+ }
221
+ }
222
+ ],
223
+ "exports": [
224
+ {
225
+ "kind": "js",
226
+ "name": "reduxBlankState",
227
+ "declaration": {
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"
254
+ }
255
+ }
256
+ ]
257
+ },
258
+ {
259
+ "kind": "javascript-module",
260
+ "path": "src/new/store/types.ts",
261
+ "declarations": [],
262
+ "exports": []
263
+ },
154
264
  {
155
265
  "kind": "javascript-module",
156
266
  "path": "src/new/main/index.ts",
@@ -978,7 +1088,31 @@
978
1088
  },
979
1089
  {
980
1090
  "kind": "javascript-module",
981
- "path": "src/new/store/index.ts",
1091
+ "path": "src/new/types/display.ts",
1092
+ "declarations": [
1093
+ {
1094
+ "kind": "variable",
1095
+ "name": "datasourceInputs",
1096
+ "type": {
1097
+ "text": "['Snapshot', 'Data Pipeline']"
1098
+ },
1099
+ "default": "['Snapshot', 'Data Pipeline']"
1100
+ }
1101
+ ],
1102
+ "exports": [
1103
+ {
1104
+ "kind": "js",
1105
+ "name": "datasourceInputs",
1106
+ "declaration": {
1107
+ "name": "datasourceInputs",
1108
+ "module": "src/new/types/display.ts"
1109
+ }
1110
+ }
1111
+ ]
1112
+ },
1113
+ {
1114
+ "kind": "javascript-module",
1115
+ "path": "src/new/types/index.ts",
982
1116
  "declarations": [],
983
1117
  "exports": [
984
1118
  {
@@ -986,7 +1120,7 @@
986
1120
  "name": "*",
987
1121
  "declaration": {
988
1122
  "name": "*",
989
- "package": "./slices"
1123
+ "package": "./display"
990
1124
  }
991
1125
  },
992
1126
  {
@@ -994,7 +1128,7 @@
994
1128
  "name": "*",
995
1129
  "declaration": {
996
1130
  "name": "*",
997
- "package": "./store"
1131
+ "package": "./misc"
998
1132
  }
999
1133
  },
1000
1134
  {
@@ -1002,87 +1136,68 @@
1002
1136
  "name": "*",
1003
1137
  "declaration": {
1004
1138
  "name": "*",
1005
- "package": "./types"
1139
+ "package": "./redux"
1140
+ }
1141
+ },
1142
+ {
1143
+ "kind": "js",
1144
+ "name": "*",
1145
+ "declaration": {
1146
+ "name": "*",
1147
+ "package": "./rights"
1006
1148
  }
1007
1149
  }
1008
1150
  ]
1009
1151
  },
1010
1152
  {
1011
1153
  "kind": "javascript-module",
1012
- "path": "src/new/store/store.ts",
1154
+ "path": "src/new/types/misc.ts",
1013
1155
  "declarations": [
1014
1156
  {
1015
1157
  "kind": "variable",
1016
- "name": "reduxBlankState",
1158
+ "name": "genesisFieldTypes",
1017
1159
  "type": {
1018
- "text": "ReportingConfig"
1160
+ "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 ]"
1019
1161
  },
1020
- "default": "{\n baseConfig: {\n DESTINATION_IDS: [],\n OUTPUT_FORMAT: 'CSV',\n OUTPUT_DIRECTORY: '/reports',\n },\n datasourceConfig: {},\n}"
1162
+ "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 ]"
1021
1163
  },
1022
1164
  {
1023
1165
  "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
- }
1166
+ "name": "FileStorageFields",
1167
+ "type": {
1168
+ "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 }"
1169
+ },
1170
+ "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 }"
1046
1171
  }
1047
1172
  ],
1048
1173
  "exports": [
1049
1174
  {
1050
1175
  "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",
1176
+ "name": "genesisFieldTypes",
1068
1177
  "declaration": {
1069
- "name": "writeReduxState",
1070
- "module": "src/new/store/store.ts"
1178
+ "name": "genesisFieldTypes",
1179
+ "module": "src/new/types/misc.ts"
1071
1180
  }
1072
1181
  },
1073
1182
  {
1074
1183
  "kind": "js",
1075
- "name": "readReduxState",
1184
+ "name": "FileStorageFields",
1076
1185
  "declaration": {
1077
- "name": "readReduxState",
1078
- "module": "src/new/store/store.ts"
1186
+ "name": "FileStorageFields",
1187
+ "module": "src/new/types/misc.ts"
1079
1188
  }
1080
1189
  }
1081
1190
  ]
1082
1191
  },
1083
1192
  {
1084
1193
  "kind": "javascript-module",
1085
- "path": "src/new/store/types.ts",
1194
+ "path": "src/new/types/redux.ts",
1195
+ "declarations": [],
1196
+ "exports": []
1197
+ },
1198
+ {
1199
+ "kind": "javascript-module",
1200
+ "path": "src/new/types/rights.ts",
1086
1201
  "declarations": [],
1087
1202
  "exports": []
1088
1203
  },
@@ -1232,154 +1347,39 @@
1232
1347
  },
1233
1348
  {
1234
1349
  "kind": "javascript-module",
1235
- "path": "src/new/types/display.ts",
1350
+ "path": "src/new/utils/alias-generator.ts",
1236
1351
  "declarations": [
1237
1352
  {
1238
- "kind": "variable",
1239
- "name": "datasourceInputs",
1240
- "type": {
1241
- "text": "['Snapshot', 'Data Pipeline']"
1353
+ "kind": "function",
1354
+ "name": "generateUniqueAlias",
1355
+ "return": {
1356
+ "type": {
1357
+ "text": ""
1358
+ }
1242
1359
  },
1243
- "default": "['Snapshot', 'Data Pipeline']"
1360
+ "parameters": [
1361
+ {
1362
+ "name": "baseAlias",
1363
+ "type": {
1364
+ "text": "string"
1365
+ },
1366
+ "description": "The desired alias name (usually the resource name)."
1367
+ },
1368
+ {
1369
+ "name": "existingAliases",
1370
+ "type": {
1371
+ "text": "Set<string>"
1372
+ },
1373
+ "description": "A Set of currently used aliases to check against."
1374
+ }
1375
+ ],
1376
+ "description": "Generates a unique alias by appending a counter if the base alias already exists in the set."
1244
1377
  }
1245
1378
  ],
1246
1379
  "exports": [
1247
1380
  {
1248
1381
  "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": "*",
1281
- "declaration": {
1282
- "name": "*",
1283
- "package": "./redux"
1284
- }
1285
- },
1286
- {
1287
- "kind": "js",
1288
- "name": "*",
1289
- "declaration": {
1290
- "name": "*",
1291
- "package": "./rights"
1292
- }
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
- },
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
- {
1319
- "kind": "js",
1320
- "name": "genesisFieldTypes",
1321
- "declaration": {
1322
- "name": "genesisFieldTypes",
1323
- "module": "src/new/types/misc.ts"
1324
- }
1325
- },
1326
- {
1327
- "kind": "js",
1328
- "name": "FileStorageFields",
1329
- "declaration": {
1330
- "name": "FileStorageFields",
1331
- "module": "src/new/types/misc.ts"
1332
- }
1333
- }
1334
- ]
1335
- },
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
- {
1349
- "kind": "javascript-module",
1350
- "path": "src/new/utils/alias-generator.ts",
1351
- "declarations": [
1352
- {
1353
- "kind": "function",
1354
- "name": "generateUniqueAlias",
1355
- "return": {
1356
- "type": {
1357
- "text": ""
1358
- }
1359
- },
1360
- "parameters": [
1361
- {
1362
- "name": "baseAlias",
1363
- "type": {
1364
- "text": "string"
1365
- },
1366
- "description": "The desired alias name (usually the resource name)."
1367
- },
1368
- {
1369
- "name": "existingAliases",
1370
- "type": {
1371
- "text": "Set<string>"
1372
- },
1373
- "description": "A Set of currently used aliases to check against."
1374
- }
1375
- ],
1376
- "description": "Generates a unique alias by appending a counter if the base alias already exists in the set."
1377
- }
1378
- ],
1379
- "exports": [
1380
- {
1381
- "kind": "js",
1382
- "name": "generateUniqueAlias",
1382
+ "name": "generateUniqueAlias",
1383
1383
  "declaration": {
1384
1384
  "name": "generateUniqueAlias",
1385
1385
  "module": "src/new/utils/alias-generator.ts"
@@ -5220,6 +5220,181 @@
5220
5220
  }
5221
5221
  ]
5222
5222
  },
5223
+ {
5224
+ "kind": "javascript-module",
5225
+ "path": "src/new/store/slices/base-config.ts",
5226
+ "declarations": [
5227
+ {
5228
+ "kind": "variable",
5229
+ "name": "baseSlice"
5230
+ }
5231
+ ],
5232
+ "exports": [
5233
+ {
5234
+ "kind": "js",
5235
+ "name": "baseSlice",
5236
+ "declaration": {
5237
+ "name": "baseSlice",
5238
+ "module": "src/new/store/slices/base-config.ts"
5239
+ }
5240
+ }
5241
+ ]
5242
+ },
5243
+ {
5244
+ "kind": "javascript-module",
5245
+ "path": "src/new/store/slices/datasources-config.ts",
5246
+ "declarations": [
5247
+ {
5248
+ "kind": "variable",
5249
+ "name": "initialState",
5250
+ "type": {
5251
+ "text": "DatasourceConfig"
5252
+ },
5253
+ "default": "{}"
5254
+ },
5255
+ {
5256
+ "kind": "variable",
5257
+ "name": "datasourceSlice"
5258
+ }
5259
+ ],
5260
+ "exports": [
5261
+ {
5262
+ "kind": "js",
5263
+ "name": "initialState",
5264
+ "declaration": {
5265
+ "name": "initialState",
5266
+ "module": "src/new/store/slices/datasources-config.ts"
5267
+ }
5268
+ },
5269
+ {
5270
+ "kind": "js",
5271
+ "name": "datasourceSlice",
5272
+ "declaration": {
5273
+ "name": "datasourceSlice",
5274
+ "module": "src/new/store/slices/datasources-config.ts"
5275
+ }
5276
+ }
5277
+ ]
5278
+ },
5279
+ {
5280
+ "kind": "javascript-module",
5281
+ "path": "src/new/store/slices/index.ts",
5282
+ "declarations": [],
5283
+ "exports": [
5284
+ {
5285
+ "kind": "js",
5286
+ "name": "*",
5287
+ "declaration": {
5288
+ "name": "*",
5289
+ "package": "./base-config"
5290
+ }
5291
+ },
5292
+ {
5293
+ "kind": "js",
5294
+ "name": "*",
5295
+ "declaration": {
5296
+ "name": "*",
5297
+ "package": "./datasources-config"
5298
+ }
5299
+ },
5300
+ {
5301
+ "kind": "js",
5302
+ "name": "*",
5303
+ "declaration": {
5304
+ "name": "*",
5305
+ "package": "./types"
5306
+ }
5307
+ }
5308
+ ]
5309
+ },
5310
+ {
5311
+ "kind": "javascript-module",
5312
+ "path": "src/new/store/slices/types.ts",
5313
+ "declarations": [
5314
+ {
5315
+ "kind": "variable",
5316
+ "name": "deselectedColumns",
5317
+ "type": {
5318
+ "text": "array"
5319
+ },
5320
+ "default": "['RECORD_ID', 'TIMESTAMP']"
5321
+ },
5322
+ {
5323
+ "kind": "variable",
5324
+ "name": "datasourceInputs",
5325
+ "type": {
5326
+ "text": "['REQ_REP', 'DATA_PIPELINE']"
5327
+ },
5328
+ "default": "['REQ_REP', 'DATA_PIPELINE']"
5329
+ },
5330
+ {
5331
+ "kind": "variable",
5332
+ "name": "datasourceOutputs",
5333
+ "type": {
5334
+ "text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5335
+ },
5336
+ "default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5337
+ },
5338
+ {
5339
+ "kind": "variable",
5340
+ "name": "datasourceGroupingStrategies",
5341
+ "type": {
5342
+ "text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5343
+ },
5344
+ "default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5345
+ },
5346
+ {
5347
+ "kind": "variable",
5348
+ "name": "reportOutputFormats",
5349
+ "type": {
5350
+ "text": "['CSV', 'PDF', 'XLSX']"
5351
+ },
5352
+ "default": "['CSV', 'PDF', 'XLSX']"
5353
+ }
5354
+ ],
5355
+ "exports": [
5356
+ {
5357
+ "kind": "js",
5358
+ "name": "deselectedColumns",
5359
+ "declaration": {
5360
+ "name": "deselectedColumns",
5361
+ "module": "src/new/store/slices/types.ts"
5362
+ }
5363
+ },
5364
+ {
5365
+ "kind": "js",
5366
+ "name": "datasourceInputs",
5367
+ "declaration": {
5368
+ "name": "datasourceInputs",
5369
+ "module": "src/new/store/slices/types.ts"
5370
+ }
5371
+ },
5372
+ {
5373
+ "kind": "js",
5374
+ "name": "datasourceOutputs",
5375
+ "declaration": {
5376
+ "name": "datasourceOutputs",
5377
+ "module": "src/new/store/slices/types.ts"
5378
+ }
5379
+ },
5380
+ {
5381
+ "kind": "js",
5382
+ "name": "datasourceGroupingStrategies",
5383
+ "declaration": {
5384
+ "name": "datasourceGroupingStrategies",
5385
+ "module": "src/new/store/slices/types.ts"
5386
+ }
5387
+ },
5388
+ {
5389
+ "kind": "js",
5390
+ "name": "reportOutputFormats",
5391
+ "declaration": {
5392
+ "name": "reportOutputFormats",
5393
+ "module": "src/new/store/slices/types.ts"
5394
+ }
5395
+ }
5396
+ ]
5397
+ },
5223
5398
  {
5224
5399
  "kind": "javascript-module",
5225
5400
  "path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
@@ -5632,181 +5807,6 @@
5632
5807
  }
5633
5808
  ]
5634
5809
  },
5635
- {
5636
- "kind": "javascript-module",
5637
- "path": "src/new/store/slices/base-config.ts",
5638
- "declarations": [
5639
- {
5640
- "kind": "variable",
5641
- "name": "baseSlice"
5642
- }
5643
- ],
5644
- "exports": [
5645
- {
5646
- "kind": "js",
5647
- "name": "baseSlice",
5648
- "declaration": {
5649
- "name": "baseSlice",
5650
- "module": "src/new/store/slices/base-config.ts"
5651
- }
5652
- }
5653
- ]
5654
- },
5655
- {
5656
- "kind": "javascript-module",
5657
- "path": "src/new/store/slices/datasources-config.ts",
5658
- "declarations": [
5659
- {
5660
- "kind": "variable",
5661
- "name": "initialState",
5662
- "type": {
5663
- "text": "DatasourceConfig"
5664
- },
5665
- "default": "{}"
5666
- },
5667
- {
5668
- "kind": "variable",
5669
- "name": "datasourceSlice"
5670
- }
5671
- ],
5672
- "exports": [
5673
- {
5674
- "kind": "js",
5675
- "name": "initialState",
5676
- "declaration": {
5677
- "name": "initialState",
5678
- "module": "src/new/store/slices/datasources-config.ts"
5679
- }
5680
- },
5681
- {
5682
- "kind": "js",
5683
- "name": "datasourceSlice",
5684
- "declaration": {
5685
- "name": "datasourceSlice",
5686
- "module": "src/new/store/slices/datasources-config.ts"
5687
- }
5688
- }
5689
- ]
5690
- },
5691
- {
5692
- "kind": "javascript-module",
5693
- "path": "src/new/store/slices/index.ts",
5694
- "declarations": [],
5695
- "exports": [
5696
- {
5697
- "kind": "js",
5698
- "name": "*",
5699
- "declaration": {
5700
- "name": "*",
5701
- "package": "./base-config"
5702
- }
5703
- },
5704
- {
5705
- "kind": "js",
5706
- "name": "*",
5707
- "declaration": {
5708
- "name": "*",
5709
- "package": "./datasources-config"
5710
- }
5711
- },
5712
- {
5713
- "kind": "js",
5714
- "name": "*",
5715
- "declaration": {
5716
- "name": "*",
5717
- "package": "./types"
5718
- }
5719
- }
5720
- ]
5721
- },
5722
- {
5723
- "kind": "javascript-module",
5724
- "path": "src/new/store/slices/types.ts",
5725
- "declarations": [
5726
- {
5727
- "kind": "variable",
5728
- "name": "deselectedColumns",
5729
- "type": {
5730
- "text": "array"
5731
- },
5732
- "default": "['RECORD_ID', 'TIMESTAMP']"
5733
- },
5734
- {
5735
- "kind": "variable",
5736
- "name": "datasourceInputs",
5737
- "type": {
5738
- "text": "['REQ_REP', 'DATA_PIPELINE']"
5739
- },
5740
- "default": "['REQ_REP', 'DATA_PIPELINE']"
5741
- },
5742
- {
5743
- "kind": "variable",
5744
- "name": "datasourceOutputs",
5745
- "type": {
5746
- "text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5747
- },
5748
- "default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5749
- },
5750
- {
5751
- "kind": "variable",
5752
- "name": "datasourceGroupingStrategies",
5753
- "type": {
5754
- "text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5755
- },
5756
- "default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5757
- },
5758
- {
5759
- "kind": "variable",
5760
- "name": "reportOutputFormats",
5761
- "type": {
5762
- "text": "['CSV', 'PDF', 'XLSX']"
5763
- },
5764
- "default": "['CSV', 'PDF', 'XLSX']"
5765
- }
5766
- ],
5767
- "exports": [
5768
- {
5769
- "kind": "js",
5770
- "name": "deselectedColumns",
5771
- "declaration": {
5772
- "name": "deselectedColumns",
5773
- "module": "src/new/store/slices/types.ts"
5774
- }
5775
- },
5776
- {
5777
- "kind": "js",
5778
- "name": "datasourceInputs",
5779
- "declaration": {
5780
- "name": "datasourceInputs",
5781
- "module": "src/new/store/slices/types.ts"
5782
- }
5783
- },
5784
- {
5785
- "kind": "js",
5786
- "name": "datasourceOutputs",
5787
- "declaration": {
5788
- "name": "datasourceOutputs",
5789
- "module": "src/new/store/slices/types.ts"
5790
- }
5791
- },
5792
- {
5793
- "kind": "js",
5794
- "name": "datasourceGroupingStrategies",
5795
- "declaration": {
5796
- "name": "datasourceGroupingStrategies",
5797
- "module": "src/new/store/slices/types.ts"
5798
- }
5799
- },
5800
- {
5801
- "kind": "js",
5802
- "name": "reportOutputFormats",
5803
- "declaration": {
5804
- "name": "reportOutputFormats",
5805
- "module": "src/new/store/slices/types.ts"
5806
- }
5807
- }
5808
- ]
5809
- },
5810
5810
  {
5811
5811
  "kind": "javascript-module",
5812
5812
  "path": "src/old/assets/images/index.ts",
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.25.1",
4
+ "version": "15.26.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.25.1",
90
- "@genesislcap/foundation-entity-management": "15.25.1",
91
- "@genesislcap/foundation-events": "15.25.1",
92
- "@genesislcap/foundation-forms": "15.25.1",
93
- "@genesislcap/foundation-logger": "15.25.1",
94
- "@genesislcap/foundation-notifications": "15.25.1",
95
- "@genesislcap/foundation-ui": "15.25.1",
96
- "@genesislcap/foundation-user": "15.25.1",
97
- "@genesislcap/foundation-utils": "15.25.1",
98
- "@genesislcap/foundation-zero": "15.25.1",
99
- "@genesislcap/foundation-zero-grid-pro": "15.25.1",
100
- "@genesislcap/grid-pro": "15.25.1",
101
- "@genesislcap/rapid-design-system": "15.25.1",
102
- "@genesislcap/rapid-grid-pro": "15.25.1",
103
- "@genesislcap/web-core": "15.25.1",
89
+ "@genesislcap/foundation-comms": "15.26.0",
90
+ "@genesislcap/foundation-entity-management": "15.26.0",
91
+ "@genesislcap/foundation-events": "15.26.0",
92
+ "@genesislcap/foundation-forms": "15.26.0",
93
+ "@genesislcap/foundation-logger": "15.26.0",
94
+ "@genesislcap/foundation-notifications": "15.26.0",
95
+ "@genesislcap/foundation-ui": "15.26.0",
96
+ "@genesislcap/foundation-user": "15.26.0",
97
+ "@genesislcap/foundation-utils": "15.26.0",
98
+ "@genesislcap/foundation-zero": "15.26.0",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.26.0",
100
+ "@genesislcap/grid-pro": "15.26.0",
101
+ "@genesislcap/rapid-design-system": "15.26.0",
102
+ "@genesislcap/rapid-grid-pro": "15.26.0",
103
+ "@genesislcap/web-core": "15.26.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.25.1",
111
- "@genesislcap/foundation-testing": "15.25.1",
112
- "@genesislcap/genx": "15.25.1",
113
- "@genesislcap/prettier-config": "15.25.1",
114
- "@genesislcap/stylelint-config": "15.25.1",
110
+ "@genesislcap/eslint-config": "15.26.0",
111
+ "@genesislcap/foundation-testing": "15.26.0",
112
+ "@genesislcap/genx": "15.26.0",
113
+ "@genesislcap/prettier-config": "15.26.0",
114
+ "@genesislcap/stylelint-config": "15.26.0",
115
115
  "@types/json-schema": "^7.0.11",
116
116
  "playwright-lighthouse": "^4.0.0",
117
117
  "rimraf": "^5.0.0"