@genesislcap/pbc-reporting-ui 15.24.2 → 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 +502 -502
  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"
@@ -5113,62 +5113,346 @@
5113
5113
  },
5114
5114
  {
5115
5115
  "kind": "javascript-module",
5116
- "path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
5116
+ "path": "src/new/lib/redux-store/index.ts",
5117
+ "declarations": [],
5118
+ "exports": [
5119
+ {
5120
+ "kind": "js",
5121
+ "name": "*",
5122
+ "declaration": {
5123
+ "name": "*",
5124
+ "package": "./store"
5125
+ }
5126
+ },
5127
+ {
5128
+ "kind": "js",
5129
+ "name": "*",
5130
+ "declaration": {
5131
+ "name": "*",
5132
+ "package": "./state-utils"
5133
+ }
5134
+ }
5135
+ ]
5136
+ },
5137
+ {
5138
+ "kind": "javascript-module",
5139
+ "path": "src/new/lib/redux-store/state-utils.ts",
5140
+ "declarations": [],
5141
+ "exports": [
5142
+ {
5143
+ "kind": "js",
5144
+ "name": "find",
5145
+ "declaration": {
5146
+ "name": "find",
5147
+ "package": "lodash"
5148
+ }
5149
+ },
5150
+ {
5151
+ "kind": "js",
5152
+ "name": "get",
5153
+ "declaration": {
5154
+ "name": "get",
5155
+ "package": "lodash"
5156
+ }
5157
+ },
5158
+ {
5159
+ "kind": "js",
5160
+ "name": "set",
5161
+ "declaration": {
5162
+ "name": "set",
5163
+ "package": "lodash"
5164
+ }
5165
+ },
5166
+ {
5167
+ "kind": "js",
5168
+ "name": "findIndex",
5169
+ "declaration": {
5170
+ "name": "findIndex",
5171
+ "package": "lodash"
5172
+ }
5173
+ }
5174
+ ]
5175
+ },
5176
+ {
5177
+ "kind": "javascript-module",
5178
+ "path": "src/new/lib/redux-store/store.ts",
5117
5179
  "declarations": [
5118
5180
  {
5119
- "kind": "variable",
5120
- "name": "styles",
5121
- "default": "css`\n :host {\n --stepper-size: 50px;\n ${constrainedDimensions({ navToContentPx: 300 })}\n }\n\n div.pad {\n padding-top: 50px;\n }\n\n .centered {\n max-width: var(--constrained-width);\n max-height: calc(100vh - var(--reporting-header-to-content-height));\n width: 100%;\n margin: auto;\n }\n\n .scheduling-container {\n display: flex;\n height: 100%;\n }\n\n .scheduling-container-margin {\n margin: 0 auto;\n }\n\n .block {\n display: block;\n }\n\n datasource-config-container,\n base-config {\n overflow-y: auto;\n overflow-x: clip;\n min-height: var(--constrained-height);\n }\n\n div.button-container {\n z-index: 1 !important;\n position: absolute;\n top: calc(var(--stepper-size) + calc(var(--design-unit) * 3px));\n right: calc(var(--design-unit) * 3px);\n display: flex;\n align-content: center;\n align-items: center;\n gap: calc(var(--design-unit) * 3px);\n }\n\n tabbed-datasource-container,\n row-filters {\n max-width: var(--constrained-width);\n margin: auto;\n display: block;\n }\n\n rapid-stepper::part(action-buttons-container) {\n border-top: calc(var(--stroke-width) * 1px) solid\n color-mix(in srgb, var(--neutral-stroke-divider-rest), transparent 50%);\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 4px);\n }\n\n rapid-stepper::part(stepper-tab-panel) {\n background: var(--app-bg-color);\n justify-content: space-between;\n border-bottom: calc(var(--stroke-width) * 1px) solid\n color-mix(in srgb, var(--neutral-stroke-divider-rest), transparent 50%);\n }\n\n rapid-stepper::part(stepper-tab) {\n border-bottom: calc(var(--stroke-width) * 1px) solid\n color-mix(in srgb, var(--neutral-stroke-divider-rest), transparent 50%);\n height: var(--stepper-size);\n }\n\n rapid-stepper::part(stepper-panel-container) {\n overflow: hidden;\n contain: size;\n }\n\n rapid-stepper.hidden::part(action-buttons-container) {\n display: none;\n }\n\n rapid-stepper::part(stepper-tab-menu) {\n margin: 0;\n gap: 0;\n }\n\n rapid-stepper::part(stepper-tab-progress) {\n background: var(--app-bg-color);\n justify-content: center;\n padding: 0;\n }\n\n /**\n * Hacky way for now - need to adjust it in foundation\n */\n rapid-stepper-tab {\n --neutral-layer-3: var(--app-bg-color);\n }\n\n :host(.readonly) rapid-stepper-tab-panel {\n pointer-events: none;\n }\n\n ::-webkit-scrollbar {\n width: calc((var(--base-height-multiplier) + var(--design-unit)) * 1px);\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-1);\n }\n\n ::-webkit-scrollbar-thumb {\n background: var(--neutral-fill-rest);\n }\n`"
5181
+ "kind": "function",
5182
+ "name": "createStore",
5183
+ "return": {
5184
+ "type": {
5185
+ "text": "StoreReturn<S>"
5186
+ }
5187
+ },
5188
+ "parameters": [
5189
+ {
5190
+ "name": "slices",
5191
+ "type": {
5192
+ "text": "S"
5193
+ }
5194
+ },
5195
+ {
5196
+ "name": "preloadedState",
5197
+ "type": {
5198
+ "text": "RootStateFromSlices<S>"
5199
+ }
5200
+ }
5201
+ ]
5122
5202
  }
5123
5203
  ],
5124
5204
  "exports": [
5125
5205
  {
5126
5206
  "kind": "js",
5127
- "name": "styles",
5207
+ "name": "createSlice",
5128
5208
  "declaration": {
5129
- "name": "styles",
5130
- "module": "src/new/main/edit-config/config-journey-orchestrator.styles.ts"
5209
+ "name": "createSlice",
5210
+ "package": "@reduxjs/toolkit"
5211
+ }
5212
+ },
5213
+ {
5214
+ "kind": "js",
5215
+ "name": "createStore",
5216
+ "declaration": {
5217
+ "name": "createStore",
5218
+ "module": "src/new/lib/redux-store/store.ts"
5131
5219
  }
5132
5220
  }
5133
5221
  ]
5134
5222
  },
5135
5223
  {
5136
5224
  "kind": "javascript-module",
5137
- "path": "src/new/main/edit-config/config-journey-orchestrator.template.ts",
5225
+ "path": "src/new/store/slices/base-config.ts",
5138
5226
  "declarations": [
5139
5227
  {
5140
5228
  "kind": "variable",
5141
- "name": "template",
5142
- "default": "html<ConfigJourneyOrchestrator>`\n <template class=\"${(x) => classNames(['readonly', !permissionGuard(x, editPermission)])}\">\n <div class=\"button-container\">\n ${(ctx) =>\n permissionTemplateGuard(\n ctx,\n editPermission,\n html<ConfigJourneyOrchestrator>`\n <rapid-button appearance=\"primary\" @click=${(x) => x.saveConfigHandler()}>\n Save and Close\n </rapid-button>\n `,\n html`\n <p>You have read-only permissions</p>\n `,\n )}\n <rapid-button @click=${(x) => x.showListViewHandler()}>\n ${(x) => (permissionGuard(x, editPermission) ? 'Discard Changes' : 'Close')}\n </rapid-button>\n </div>\n\n <rapid-stepper\n allow-backward-jumps\n allow-forward-jumps\n orientation=\"horizontal\"\n hide-submit-button\n hide-step-number\n :validation=${(x) => [\n { isValid: () => x.validateProjectSetup() },\n { isValid: () => x.validateDatasource() },\n ]}\n >\n <rapid-stepper-tab>Report Setup</rapid-stepper-tab>\n <rapid-stepper-tab>Add Datasources</rapid-stepper-tab>\n <rapid-stepper-tab>Row Filters</rapid-stepper-tab>\n <rapid-stepper-tab>Column Visibility</rapid-stepper-tab>\n <!--<rapid-stepper-tab>Transform & Derive Data</rapid-stepper-tab>-->\n <rapid-stepper-tab>Formatting</rapid-stepper-tab>\n <!--<rapid-stepper-tab>Sorting</rapid-stepper-tab>-->\n <rapid-stepper-tab>\n Column\n ${(_) => (selectors.baseConfig.getConfig().DOCUMENT_TEMPLATE_ID ? 'Aliases' : 'Renames')}\n </rapid-stepper-tab>\n <rapid-stepper-tab>Delivery</rapid-stepper-tab>\n\n <rapid-stepper-tab-panel>\n <div class=\"pad\">\n <base-config class=\"centered block\"></base-config>\n </div>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <div class=\"pad\">\n <datasource-config-container class=\"centered block\"></datasource-config-container>\n </div>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <tabbed-datasource-container>\n <row-filters-tutorial\n slot=\"${(_) => TABBED_DATASOURCE_HEADER_SLOT}\"\n ></row-filters-tutorial>\n <row-filters></row-filters>\n </tabbed-datasource-container>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <tabbed-datasource-container>\n <col-filters-tutorial\n slot=\"${(_) => TABBED_DATASOURCE_HEADER_SLOT}\"\n ></col-filters-tutorial>\n <col-filters></col-filters>\n </tabbed-datasource-container>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <tabbed-datasource-container>\n <data-transforms-tutorial\n slot=\"${(_) => TABBED_DATASOURCE_HEADER_SLOT}\"\n ></data-transforms-tutorial>\n <data-transforms-derived-fields></row-transforms-derived-fields>\n </tabbed-datasource-container>\n </rapid-stepper-tab-panel>\n\n <!--\n <rapid-stepper-tab-panel>Transform Data Content Goes Here</rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>Sorting Content Goes Here</rapid-stepper-tab-panel>\n-->\n\n <rapid-stepper-tab-panel>\n <tabbed-datasource-container>\n <col-renames-aliases-tutorial\n slot=\"${(_) => TABBED_DATASOURCE_HEADER_SLOT}\"\n ></col-renames-aliases-tutorial>\n <col-rename-alias></col-rename-alias>\n </tabbed-datasource-container>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <div class=\"scheduling-container pad\">\n <scheduling-config class=\"centered scheduling-container-margin\"></scheduling-config>\n </div>\n </rapid-stepper-tab-panel>\n\n <!--\n\n\n <rapid-stepper-tab-panel>Destinations Content Goes Here</rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>Summary Content Goes Here</rapid-stepper-tab-panel>\n-->\n </rapid-stepper>\n </template>\n`"
5229
+ "name": "baseSlice"
5143
5230
  }
5144
5231
  ],
5145
5232
  "exports": [
5146
5233
  {
5147
5234
  "kind": "js",
5148
- "name": "template",
5235
+ "name": "baseSlice",
5149
5236
  "declaration": {
5150
- "name": "template",
5151
- "module": "src/new/main/edit-config/config-journey-orchestrator.template.ts"
5237
+ "name": "baseSlice",
5238
+ "module": "src/new/store/slices/base-config.ts"
5152
5239
  }
5153
5240
  }
5154
5241
  ]
5155
5242
  },
5156
5243
  {
5157
5244
  "kind": "javascript-module",
5158
- "path": "src/new/main/edit-config/config-journey-orchestrator.ts",
5245
+ "path": "src/new/store/slices/datasources-config.ts",
5159
5246
  "declarations": [
5160
5247
  {
5161
- "kind": "class",
5162
- "description": "Orchestrates validate/save/discard for report config editing.",
5163
- "name": "ConfigJourneyOrchestrator",
5164
- "members": [
5165
- {
5166
- "kind": "field",
5167
- "name": "connect",
5168
- "type": {
5169
- "text": "Connect"
5170
- }
5171
- },
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
+ },
5398
+ {
5399
+ "kind": "javascript-module",
5400
+ "path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
5401
+ "declarations": [
5402
+ {
5403
+ "kind": "variable",
5404
+ "name": "styles",
5405
+ "default": "css`\n :host {\n --stepper-size: 50px;\n ${constrainedDimensions({ navToContentPx: 300 })}\n }\n\n div.pad {\n padding-top: 50px;\n }\n\n .centered {\n max-width: var(--constrained-width);\n max-height: calc(100vh - var(--reporting-header-to-content-height));\n width: 100%;\n margin: auto;\n }\n\n .scheduling-container {\n display: flex;\n height: 100%;\n }\n\n .scheduling-container-margin {\n margin: 0 auto;\n }\n\n .block {\n display: block;\n }\n\n datasource-config-container,\n base-config {\n overflow-y: auto;\n overflow-x: clip;\n min-height: var(--constrained-height);\n }\n\n div.button-container {\n z-index: 1 !important;\n position: absolute;\n top: calc(var(--stepper-size) + calc(var(--design-unit) * 3px));\n right: calc(var(--design-unit) * 3px);\n display: flex;\n align-content: center;\n align-items: center;\n gap: calc(var(--design-unit) * 3px);\n }\n\n tabbed-datasource-container,\n row-filters {\n max-width: var(--constrained-width);\n margin: auto;\n display: block;\n }\n\n rapid-stepper::part(action-buttons-container) {\n border-top: calc(var(--stroke-width) * 1px) solid\n color-mix(in srgb, var(--neutral-stroke-divider-rest), transparent 50%);\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 4px);\n }\n\n rapid-stepper::part(stepper-tab-panel) {\n background: var(--app-bg-color);\n justify-content: space-between;\n border-bottom: calc(var(--stroke-width) * 1px) solid\n color-mix(in srgb, var(--neutral-stroke-divider-rest), transparent 50%);\n }\n\n rapid-stepper::part(stepper-tab) {\n border-bottom: calc(var(--stroke-width) * 1px) solid\n color-mix(in srgb, var(--neutral-stroke-divider-rest), transparent 50%);\n height: var(--stepper-size);\n }\n\n rapid-stepper::part(stepper-panel-container) {\n overflow: hidden;\n contain: size;\n }\n\n rapid-stepper.hidden::part(action-buttons-container) {\n display: none;\n }\n\n rapid-stepper::part(stepper-tab-menu) {\n margin: 0;\n gap: 0;\n }\n\n rapid-stepper::part(stepper-tab-progress) {\n background: var(--app-bg-color);\n justify-content: center;\n padding: 0;\n }\n\n /**\n * Hacky way for now - need to adjust it in foundation\n */\n rapid-stepper-tab {\n --neutral-layer-3: var(--app-bg-color);\n }\n\n :host(.readonly) rapid-stepper-tab-panel {\n pointer-events: none;\n }\n\n ::-webkit-scrollbar {\n width: calc((var(--base-height-multiplier) + var(--design-unit)) * 1px);\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-1);\n }\n\n ::-webkit-scrollbar-thumb {\n background: var(--neutral-fill-rest);\n }\n`"
5406
+ }
5407
+ ],
5408
+ "exports": [
5409
+ {
5410
+ "kind": "js",
5411
+ "name": "styles",
5412
+ "declaration": {
5413
+ "name": "styles",
5414
+ "module": "src/new/main/edit-config/config-journey-orchestrator.styles.ts"
5415
+ }
5416
+ }
5417
+ ]
5418
+ },
5419
+ {
5420
+ "kind": "javascript-module",
5421
+ "path": "src/new/main/edit-config/config-journey-orchestrator.template.ts",
5422
+ "declarations": [
5423
+ {
5424
+ "kind": "variable",
5425
+ "name": "template",
5426
+ "default": "html<ConfigJourneyOrchestrator>`\n <template class=\"${(x) => classNames(['readonly', !permissionGuard(x, editPermission)])}\">\n <div class=\"button-container\">\n ${(ctx) =>\n permissionTemplateGuard(\n ctx,\n editPermission,\n html<ConfigJourneyOrchestrator>`\n <rapid-button appearance=\"primary\" @click=${(x) => x.saveConfigHandler()}>\n Save and Close\n </rapid-button>\n `,\n html`\n <p>You have read-only permissions</p>\n `,\n )}\n <rapid-button @click=${(x) => x.showListViewHandler()}>\n ${(x) => (permissionGuard(x, editPermission) ? 'Discard Changes' : 'Close')}\n </rapid-button>\n </div>\n\n <rapid-stepper\n allow-backward-jumps\n allow-forward-jumps\n orientation=\"horizontal\"\n hide-submit-button\n hide-step-number\n :validation=${(x) => [\n { isValid: () => x.validateProjectSetup() },\n { isValid: () => x.validateDatasource() },\n ]}\n >\n <rapid-stepper-tab>Report Setup</rapid-stepper-tab>\n <rapid-stepper-tab>Add Datasources</rapid-stepper-tab>\n <rapid-stepper-tab>Row Filters</rapid-stepper-tab>\n <rapid-stepper-tab>Column Visibility</rapid-stepper-tab>\n <!--<rapid-stepper-tab>Transform & Derive Data</rapid-stepper-tab>-->\n <rapid-stepper-tab>Formatting</rapid-stepper-tab>\n <!--<rapid-stepper-tab>Sorting</rapid-stepper-tab>-->\n <rapid-stepper-tab>\n Column\n ${(_) => (selectors.baseConfig.getConfig().DOCUMENT_TEMPLATE_ID ? 'Aliases' : 'Renames')}\n </rapid-stepper-tab>\n <rapid-stepper-tab>Delivery</rapid-stepper-tab>\n\n <rapid-stepper-tab-panel>\n <div class=\"pad\">\n <base-config class=\"centered block\"></base-config>\n </div>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <div class=\"pad\">\n <datasource-config-container class=\"centered block\"></datasource-config-container>\n </div>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <tabbed-datasource-container>\n <row-filters-tutorial\n slot=\"${(_) => TABBED_DATASOURCE_HEADER_SLOT}\"\n ></row-filters-tutorial>\n <row-filters></row-filters>\n </tabbed-datasource-container>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <tabbed-datasource-container>\n <col-filters-tutorial\n slot=\"${(_) => TABBED_DATASOURCE_HEADER_SLOT}\"\n ></col-filters-tutorial>\n <col-filters></col-filters>\n </tabbed-datasource-container>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <tabbed-datasource-container>\n <data-transforms-tutorial\n slot=\"${(_) => TABBED_DATASOURCE_HEADER_SLOT}\"\n ></data-transforms-tutorial>\n <data-transforms-derived-fields></row-transforms-derived-fields>\n </tabbed-datasource-container>\n </rapid-stepper-tab-panel>\n\n <!--\n <rapid-stepper-tab-panel>Transform Data Content Goes Here</rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>Sorting Content Goes Here</rapid-stepper-tab-panel>\n-->\n\n <rapid-stepper-tab-panel>\n <tabbed-datasource-container>\n <col-renames-aliases-tutorial\n slot=\"${(_) => TABBED_DATASOURCE_HEADER_SLOT}\"\n ></col-renames-aliases-tutorial>\n <col-rename-alias></col-rename-alias>\n </tabbed-datasource-container>\n </rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>\n <div class=\"scheduling-container pad\">\n <scheduling-config class=\"centered scheduling-container-margin\"></scheduling-config>\n </div>\n </rapid-stepper-tab-panel>\n\n <!--\n\n\n <rapid-stepper-tab-panel>Destinations Content Goes Here</rapid-stepper-tab-panel>\n\n <rapid-stepper-tab-panel>Summary Content Goes Here</rapid-stepper-tab-panel>\n-->\n </rapid-stepper>\n </template>\n`"
5427
+ }
5428
+ ],
5429
+ "exports": [
5430
+ {
5431
+ "kind": "js",
5432
+ "name": "template",
5433
+ "declaration": {
5434
+ "name": "template",
5435
+ "module": "src/new/main/edit-config/config-journey-orchestrator.template.ts"
5436
+ }
5437
+ }
5438
+ ]
5439
+ },
5440
+ {
5441
+ "kind": "javascript-module",
5442
+ "path": "src/new/main/edit-config/config-journey-orchestrator.ts",
5443
+ "declarations": [
5444
+ {
5445
+ "kind": "class",
5446
+ "description": "Orchestrates validate/save/discard for report config editing.",
5447
+ "name": "ConfigJourneyOrchestrator",
5448
+ "members": [
5449
+ {
5450
+ "kind": "field",
5451
+ "name": "connect",
5452
+ "type": {
5453
+ "text": "Connect"
5454
+ }
5455
+ },
5172
5456
  {
5173
5457
  "kind": "field",
5174
5458
  "name": "user",
@@ -5523,290 +5807,6 @@
5523
5807
  }
5524
5808
  ]
5525
5809
  },
5526
- {
5527
- "kind": "javascript-module",
5528
- "path": "src/new/store/slices/base-config.ts",
5529
- "declarations": [
5530
- {
5531
- "kind": "variable",
5532
- "name": "baseSlice"
5533
- }
5534
- ],
5535
- "exports": [
5536
- {
5537
- "kind": "js",
5538
- "name": "baseSlice",
5539
- "declaration": {
5540
- "name": "baseSlice",
5541
- "module": "src/new/store/slices/base-config.ts"
5542
- }
5543
- }
5544
- ]
5545
- },
5546
- {
5547
- "kind": "javascript-module",
5548
- "path": "src/new/store/slices/datasources-config.ts",
5549
- "declarations": [
5550
- {
5551
- "kind": "variable",
5552
- "name": "initialState",
5553
- "type": {
5554
- "text": "DatasourceConfig"
5555
- },
5556
- "default": "{}"
5557
- },
5558
- {
5559
- "kind": "variable",
5560
- "name": "datasourceSlice"
5561
- }
5562
- ],
5563
- "exports": [
5564
- {
5565
- "kind": "js",
5566
- "name": "initialState",
5567
- "declaration": {
5568
- "name": "initialState",
5569
- "module": "src/new/store/slices/datasources-config.ts"
5570
- }
5571
- },
5572
- {
5573
- "kind": "js",
5574
- "name": "datasourceSlice",
5575
- "declaration": {
5576
- "name": "datasourceSlice",
5577
- "module": "src/new/store/slices/datasources-config.ts"
5578
- }
5579
- }
5580
- ]
5581
- },
5582
- {
5583
- "kind": "javascript-module",
5584
- "path": "src/new/store/slices/index.ts",
5585
- "declarations": [],
5586
- "exports": [
5587
- {
5588
- "kind": "js",
5589
- "name": "*",
5590
- "declaration": {
5591
- "name": "*",
5592
- "package": "./base-config"
5593
- }
5594
- },
5595
- {
5596
- "kind": "js",
5597
- "name": "*",
5598
- "declaration": {
5599
- "name": "*",
5600
- "package": "./datasources-config"
5601
- }
5602
- },
5603
- {
5604
- "kind": "js",
5605
- "name": "*",
5606
- "declaration": {
5607
- "name": "*",
5608
- "package": "./types"
5609
- }
5610
- }
5611
- ]
5612
- },
5613
- {
5614
- "kind": "javascript-module",
5615
- "path": "src/new/store/slices/types.ts",
5616
- "declarations": [
5617
- {
5618
- "kind": "variable",
5619
- "name": "deselectedColumns",
5620
- "type": {
5621
- "text": "array"
5622
- },
5623
- "default": "['RECORD_ID', 'TIMESTAMP']"
5624
- },
5625
- {
5626
- "kind": "variable",
5627
- "name": "datasourceInputs",
5628
- "type": {
5629
- "text": "['REQ_REP', 'DATA_PIPELINE']"
5630
- },
5631
- "default": "['REQ_REP', 'DATA_PIPELINE']"
5632
- },
5633
- {
5634
- "kind": "variable",
5635
- "name": "datasourceOutputs",
5636
- "type": {
5637
- "text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5638
- },
5639
- "default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5640
- },
5641
- {
5642
- "kind": "variable",
5643
- "name": "datasourceGroupingStrategies",
5644
- "type": {
5645
- "text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5646
- },
5647
- "default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5648
- },
5649
- {
5650
- "kind": "variable",
5651
- "name": "reportOutputFormats",
5652
- "type": {
5653
- "text": "['CSV', 'PDF', 'XLSX']"
5654
- },
5655
- "default": "['CSV', 'PDF', 'XLSX']"
5656
- }
5657
- ],
5658
- "exports": [
5659
- {
5660
- "kind": "js",
5661
- "name": "deselectedColumns",
5662
- "declaration": {
5663
- "name": "deselectedColumns",
5664
- "module": "src/new/store/slices/types.ts"
5665
- }
5666
- },
5667
- {
5668
- "kind": "js",
5669
- "name": "datasourceInputs",
5670
- "declaration": {
5671
- "name": "datasourceInputs",
5672
- "module": "src/new/store/slices/types.ts"
5673
- }
5674
- },
5675
- {
5676
- "kind": "js",
5677
- "name": "datasourceOutputs",
5678
- "declaration": {
5679
- "name": "datasourceOutputs",
5680
- "module": "src/new/store/slices/types.ts"
5681
- }
5682
- },
5683
- {
5684
- "kind": "js",
5685
- "name": "datasourceGroupingStrategies",
5686
- "declaration": {
5687
- "name": "datasourceGroupingStrategies",
5688
- "module": "src/new/store/slices/types.ts"
5689
- }
5690
- },
5691
- {
5692
- "kind": "js",
5693
- "name": "reportOutputFormats",
5694
- "declaration": {
5695
- "name": "reportOutputFormats",
5696
- "module": "src/new/store/slices/types.ts"
5697
- }
5698
- }
5699
- ]
5700
- },
5701
- {
5702
- "kind": "javascript-module",
5703
- "path": "src/new/lib/redux-store/index.ts",
5704
- "declarations": [],
5705
- "exports": [
5706
- {
5707
- "kind": "js",
5708
- "name": "*",
5709
- "declaration": {
5710
- "name": "*",
5711
- "package": "./store"
5712
- }
5713
- },
5714
- {
5715
- "kind": "js",
5716
- "name": "*",
5717
- "declaration": {
5718
- "name": "*",
5719
- "package": "./state-utils"
5720
- }
5721
- }
5722
- ]
5723
- },
5724
- {
5725
- "kind": "javascript-module",
5726
- "path": "src/new/lib/redux-store/state-utils.ts",
5727
- "declarations": [],
5728
- "exports": [
5729
- {
5730
- "kind": "js",
5731
- "name": "find",
5732
- "declaration": {
5733
- "name": "find",
5734
- "package": "lodash"
5735
- }
5736
- },
5737
- {
5738
- "kind": "js",
5739
- "name": "get",
5740
- "declaration": {
5741
- "name": "get",
5742
- "package": "lodash"
5743
- }
5744
- },
5745
- {
5746
- "kind": "js",
5747
- "name": "set",
5748
- "declaration": {
5749
- "name": "set",
5750
- "package": "lodash"
5751
- }
5752
- },
5753
- {
5754
- "kind": "js",
5755
- "name": "findIndex",
5756
- "declaration": {
5757
- "name": "findIndex",
5758
- "package": "lodash"
5759
- }
5760
- }
5761
- ]
5762
- },
5763
- {
5764
- "kind": "javascript-module",
5765
- "path": "src/new/lib/redux-store/store.ts",
5766
- "declarations": [
5767
- {
5768
- "kind": "function",
5769
- "name": "createStore",
5770
- "return": {
5771
- "type": {
5772
- "text": "StoreReturn<S>"
5773
- }
5774
- },
5775
- "parameters": [
5776
- {
5777
- "name": "slices",
5778
- "type": {
5779
- "text": "S"
5780
- }
5781
- },
5782
- {
5783
- "name": "preloadedState",
5784
- "type": {
5785
- "text": "RootStateFromSlices<S>"
5786
- }
5787
- }
5788
- ]
5789
- }
5790
- ],
5791
- "exports": [
5792
- {
5793
- "kind": "js",
5794
- "name": "createSlice",
5795
- "declaration": {
5796
- "name": "createSlice",
5797
- "package": "@reduxjs/toolkit"
5798
- }
5799
- },
5800
- {
5801
- "kind": "js",
5802
- "name": "createStore",
5803
- "declaration": {
5804
- "name": "createStore",
5805
- "module": "src/new/lib/redux-store/store.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.24.2",
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.24.2",
90
- "@genesislcap/foundation-entity-management": "15.24.2",
91
- "@genesislcap/foundation-events": "15.24.2",
92
- "@genesislcap/foundation-forms": "15.24.2",
93
- "@genesislcap/foundation-logger": "15.24.2",
94
- "@genesislcap/foundation-notifications": "15.24.2",
95
- "@genesislcap/foundation-ui": "15.24.2",
96
- "@genesislcap/foundation-user": "15.24.2",
97
- "@genesislcap/foundation-utils": "15.24.2",
98
- "@genesislcap/foundation-zero": "15.24.2",
99
- "@genesislcap/foundation-zero-grid-pro": "15.24.2",
100
- "@genesislcap/grid-pro": "15.24.2",
101
- "@genesislcap/rapid-design-system": "15.24.2",
102
- "@genesislcap/rapid-grid-pro": "15.24.2",
103
- "@genesislcap/web-core": "15.24.2",
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.24.2",
111
- "@genesislcap/foundation-testing": "15.24.2",
112
- "@genesislcap/genx": "15.24.2",
113
- "@genesislcap/prettier-config": "15.24.2",
114
- "@genesislcap/stylelint-config": "15.24.2",
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"