@genesislcap/pbc-reporting-ui 14.488.0 → 14.488.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +432 -432
  2. package/package.json +22 -22
@@ -151,6 +151,260 @@
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
+ },
264
+ {
265
+ "kind": "javascript-module",
266
+ "path": "src/new/styles/constraints.styles.ts",
267
+ "declarations": [
268
+ {
269
+ "kind": "function",
270
+ "name": "constrainedDimensions",
271
+ "parameters": [
272
+ {
273
+ "name": "{ navToContentPx }",
274
+ "type": {
275
+ "text": "{ navToContentPx: number }"
276
+ }
277
+ }
278
+ ],
279
+ "description": "Set the `--constrained-height` and `-constrained-width` css variables in a cssPartial\nwhich can be used to size `display: block` contents within bounds.\n\nVariable allows you to specify the height of the content from the top of the PBC to the content,\nallowing the content to be sized correctly\n\nLooks at `--app-top-height` which let's the PBC user specify extra pixel height (e.g. they have their\nown nav)"
280
+ }
281
+ ],
282
+ "exports": [
283
+ {
284
+ "kind": "js",
285
+ "name": "constrainedDimensions",
286
+ "declaration": {
287
+ "name": "constrainedDimensions",
288
+ "module": "src/new/styles/constraints.styles.ts"
289
+ }
290
+ }
291
+ ]
292
+ },
293
+ {
294
+ "kind": "javascript-module",
295
+ "path": "src/new/styles/forms.styles.ts",
296
+ "declarations": [
297
+ {
298
+ "kind": "function",
299
+ "name": "optionMessageBubble",
300
+ "parameters": [
301
+ {
302
+ "name": "dataAttr",
303
+ "default": "'data-bubble-content'",
304
+ "type": {
305
+ "text": "string"
306
+ }
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "kind": "variable",
312
+ "name": "formLabel",
313
+ "default": "css`\n .label {\n display: block;\n padding-bottom: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n margin: 0;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
314
+ }
315
+ ],
316
+ "exports": [
317
+ {
318
+ "kind": "js",
319
+ "name": "optionMessageBubble",
320
+ "declaration": {
321
+ "name": "optionMessageBubble",
322
+ "module": "src/new/styles/forms.styles.ts"
323
+ }
324
+ },
325
+ {
326
+ "kind": "js",
327
+ "name": "formLabel",
328
+ "declaration": {
329
+ "name": "formLabel",
330
+ "module": "src/new/styles/forms.styles.ts"
331
+ }
332
+ }
333
+ ]
334
+ },
335
+ {
336
+ "kind": "javascript-module",
337
+ "path": "src/new/styles/index.ts",
338
+ "declarations": [],
339
+ "exports": [
340
+ {
341
+ "kind": "js",
342
+ "name": "*",
343
+ "declaration": {
344
+ "name": "*",
345
+ "package": "./forms.styles"
346
+ }
347
+ },
348
+ {
349
+ "kind": "js",
350
+ "name": "*",
351
+ "declaration": {
352
+ "name": "*",
353
+ "package": "./misc.styles"
354
+ }
355
+ },
356
+ {
357
+ "kind": "js",
358
+ "name": "*",
359
+ "declaration": {
360
+ "name": "*",
361
+ "package": "./constraints.styles"
362
+ }
363
+ }
364
+ ]
365
+ },
366
+ {
367
+ "kind": "javascript-module",
368
+ "path": "src/new/styles/misc.styles.ts",
369
+ "declarations": [
370
+ {
371
+ "kind": "variable",
372
+ "name": "errorMessageStyles",
373
+ "default": "css`\n .error-message {\n color: ${neutralForegroundRest};\n background-color: ${neutralLayer4};\n border-color: ${errorColor};\n border-radius: 7px;\n border-style: solid;\n border-width: 4px;\n padding: 5px;\n margin: 15px;\n text-align: center;\n width: fit-content;\n }\n`"
374
+ },
375
+ {
376
+ "kind": "function",
377
+ "name": "mixinScreen",
378
+ "parameters": [
379
+ {
380
+ "name": "display",
381
+ "default": "'block'",
382
+ "type": {
383
+ "text": "string"
384
+ }
385
+ }
386
+ ]
387
+ }
388
+ ],
389
+ "exports": [
390
+ {
391
+ "kind": "js",
392
+ "name": "errorMessageStyles",
393
+ "declaration": {
394
+ "name": "errorMessageStyles",
395
+ "module": "src/new/styles/misc.styles.ts"
396
+ }
397
+ },
398
+ {
399
+ "kind": "js",
400
+ "name": "mixinScreen",
401
+ "declaration": {
402
+ "name": "mixinScreen",
403
+ "module": "src/new/styles/misc.styles.ts"
404
+ }
405
+ }
406
+ ]
407
+ },
154
408
  {
155
409
  "kind": "javascript-module",
156
410
  "path": "src/new/main/index.ts",
@@ -976,116 +1230,6 @@
976
1230
  }
977
1231
  ]
978
1232
  },
979
- {
980
- "kind": "javascript-module",
981
- "path": "src/new/store/index.ts",
982
- "declarations": [],
983
- "exports": [
984
- {
985
- "kind": "js",
986
- "name": "*",
987
- "declaration": {
988
- "name": "*",
989
- "package": "./slices"
990
- }
991
- },
992
- {
993
- "kind": "js",
994
- "name": "*",
995
- "declaration": {
996
- "name": "*",
997
- "package": "./store"
998
- }
999
- },
1000
- {
1001
- "kind": "js",
1002
- "name": "*",
1003
- "declaration": {
1004
- "name": "*",
1005
- "package": "./types"
1006
- }
1007
- }
1008
- ]
1009
- },
1010
- {
1011
- "kind": "javascript-module",
1012
- "path": "src/new/store/store.ts",
1013
- "declarations": [
1014
- {
1015
- "kind": "variable",
1016
- "name": "reduxBlankState",
1017
- "type": {
1018
- "text": "ReportingConfig"
1019
- },
1020
- "default": "{\n baseConfig: {\n DESTINATION_IDS: [],\n OUTPUT_FORMAT: 'CSV',\n OUTPUT_DIRECTORY: '/reports',\n },\n datasourceConfig: {},\n}"
1021
- },
1022
- {
1023
- "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
- }
1046
- }
1047
- ],
1048
- "exports": [
1049
- {
1050
- "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",
1068
- "declaration": {
1069
- "name": "writeReduxState",
1070
- "module": "src/new/store/store.ts"
1071
- }
1072
- },
1073
- {
1074
- "kind": "js",
1075
- "name": "readReduxState",
1076
- "declaration": {
1077
- "name": "readReduxState",
1078
- "module": "src/new/store/store.ts"
1079
- }
1080
- }
1081
- ]
1082
- },
1083
- {
1084
- "kind": "javascript-module",
1085
- "path": "src/new/store/types.ts",
1086
- "declarations": [],
1087
- "exports": []
1088
- },
1089
1233
  {
1090
1234
  "kind": "javascript-module",
1091
1235
  "path": "src/new/types/display.ts",
@@ -1201,150 +1345,6 @@
1201
1345
  "declarations": [],
1202
1346
  "exports": []
1203
1347
  },
1204
- {
1205
- "kind": "javascript-module",
1206
- "path": "src/new/styles/constraints.styles.ts",
1207
- "declarations": [
1208
- {
1209
- "kind": "function",
1210
- "name": "constrainedDimensions",
1211
- "parameters": [
1212
- {
1213
- "name": "{ navToContentPx }",
1214
- "type": {
1215
- "text": "{ navToContentPx: number }"
1216
- }
1217
- }
1218
- ],
1219
- "description": "Set the `--constrained-height` and `-constrained-width` css variables in a cssPartial\nwhich can be used to size `display: block` contents within bounds.\n\nVariable allows you to specify the height of the content from the top of the PBC to the content,\nallowing the content to be sized correctly\n\nLooks at `--app-top-height` which let's the PBC user specify extra pixel height (e.g. they have their\nown nav)"
1220
- }
1221
- ],
1222
- "exports": [
1223
- {
1224
- "kind": "js",
1225
- "name": "constrainedDimensions",
1226
- "declaration": {
1227
- "name": "constrainedDimensions",
1228
- "module": "src/new/styles/constraints.styles.ts"
1229
- }
1230
- }
1231
- ]
1232
- },
1233
- {
1234
- "kind": "javascript-module",
1235
- "path": "src/new/styles/forms.styles.ts",
1236
- "declarations": [
1237
- {
1238
- "kind": "function",
1239
- "name": "optionMessageBubble",
1240
- "parameters": [
1241
- {
1242
- "name": "dataAttr",
1243
- "default": "'data-bubble-content'",
1244
- "type": {
1245
- "text": "string"
1246
- }
1247
- }
1248
- ]
1249
- },
1250
- {
1251
- "kind": "variable",
1252
- "name": "formLabel",
1253
- "default": "css`\n .label {\n display: block;\n padding-bottom: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n margin: 0;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
1254
- }
1255
- ],
1256
- "exports": [
1257
- {
1258
- "kind": "js",
1259
- "name": "optionMessageBubble",
1260
- "declaration": {
1261
- "name": "optionMessageBubble",
1262
- "module": "src/new/styles/forms.styles.ts"
1263
- }
1264
- },
1265
- {
1266
- "kind": "js",
1267
- "name": "formLabel",
1268
- "declaration": {
1269
- "name": "formLabel",
1270
- "module": "src/new/styles/forms.styles.ts"
1271
- }
1272
- }
1273
- ]
1274
- },
1275
- {
1276
- "kind": "javascript-module",
1277
- "path": "src/new/styles/index.ts",
1278
- "declarations": [],
1279
- "exports": [
1280
- {
1281
- "kind": "js",
1282
- "name": "*",
1283
- "declaration": {
1284
- "name": "*",
1285
- "package": "./forms.styles"
1286
- }
1287
- },
1288
- {
1289
- "kind": "js",
1290
- "name": "*",
1291
- "declaration": {
1292
- "name": "*",
1293
- "package": "./misc.styles"
1294
- }
1295
- },
1296
- {
1297
- "kind": "js",
1298
- "name": "*",
1299
- "declaration": {
1300
- "name": "*",
1301
- "package": "./constraints.styles"
1302
- }
1303
- }
1304
- ]
1305
- },
1306
- {
1307
- "kind": "javascript-module",
1308
- "path": "src/new/styles/misc.styles.ts",
1309
- "declarations": [
1310
- {
1311
- "kind": "variable",
1312
- "name": "errorMessageStyles",
1313
- "default": "css`\n .error-message {\n color: ${neutralForegroundRest};\n background-color: ${neutralLayer4};\n border-color: ${errorColor};\n border-radius: 7px;\n border-style: solid;\n border-width: 4px;\n padding: 5px;\n margin: 15px;\n text-align: center;\n width: fit-content;\n }\n`"
1314
- },
1315
- {
1316
- "kind": "function",
1317
- "name": "mixinScreen",
1318
- "parameters": [
1319
- {
1320
- "name": "display",
1321
- "default": "'block'",
1322
- "type": {
1323
- "text": "string"
1324
- }
1325
- }
1326
- ]
1327
- }
1328
- ],
1329
- "exports": [
1330
- {
1331
- "kind": "js",
1332
- "name": "errorMessageStyles",
1333
- "declaration": {
1334
- "name": "errorMessageStyles",
1335
- "module": "src/new/styles/misc.styles.ts"
1336
- }
1337
- },
1338
- {
1339
- "kind": "js",
1340
- "name": "mixinScreen",
1341
- "declaration": {
1342
- "name": "mixinScreen",
1343
- "module": "src/new/styles/misc.styles.ts"
1344
- }
1345
- }
1346
- ]
1347
- },
1348
1348
  {
1349
1349
  "kind": "javascript-module",
1350
1350
  "path": "src/new/utils/alias-generator.ts",
@@ -5180,12 +5180,187 @@
5180
5180
  },
5181
5181
  {
5182
5182
  "kind": "javascript-module",
5183
- "path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
5183
+ "path": "src/new/store/slices/base-config.ts",
5184
5184
  "declarations": [
5185
5185
  {
5186
5186
  "kind": "variable",
5187
- "name": "styles",
5188
- "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`"
5187
+ "name": "baseSlice"
5188
+ }
5189
+ ],
5190
+ "exports": [
5191
+ {
5192
+ "kind": "js",
5193
+ "name": "baseSlice",
5194
+ "declaration": {
5195
+ "name": "baseSlice",
5196
+ "module": "src/new/store/slices/base-config.ts"
5197
+ }
5198
+ }
5199
+ ]
5200
+ },
5201
+ {
5202
+ "kind": "javascript-module",
5203
+ "path": "src/new/store/slices/datasources-config.ts",
5204
+ "declarations": [
5205
+ {
5206
+ "kind": "variable",
5207
+ "name": "initialState",
5208
+ "type": {
5209
+ "text": "DatasourceConfig"
5210
+ },
5211
+ "default": "{}"
5212
+ },
5213
+ {
5214
+ "kind": "variable",
5215
+ "name": "datasourceSlice"
5216
+ }
5217
+ ],
5218
+ "exports": [
5219
+ {
5220
+ "kind": "js",
5221
+ "name": "initialState",
5222
+ "declaration": {
5223
+ "name": "initialState",
5224
+ "module": "src/new/store/slices/datasources-config.ts"
5225
+ }
5226
+ },
5227
+ {
5228
+ "kind": "js",
5229
+ "name": "datasourceSlice",
5230
+ "declaration": {
5231
+ "name": "datasourceSlice",
5232
+ "module": "src/new/store/slices/datasources-config.ts"
5233
+ }
5234
+ }
5235
+ ]
5236
+ },
5237
+ {
5238
+ "kind": "javascript-module",
5239
+ "path": "src/new/store/slices/index.ts",
5240
+ "declarations": [],
5241
+ "exports": [
5242
+ {
5243
+ "kind": "js",
5244
+ "name": "*",
5245
+ "declaration": {
5246
+ "name": "*",
5247
+ "package": "./base-config"
5248
+ }
5249
+ },
5250
+ {
5251
+ "kind": "js",
5252
+ "name": "*",
5253
+ "declaration": {
5254
+ "name": "*",
5255
+ "package": "./datasources-config"
5256
+ }
5257
+ },
5258
+ {
5259
+ "kind": "js",
5260
+ "name": "*",
5261
+ "declaration": {
5262
+ "name": "*",
5263
+ "package": "./types"
5264
+ }
5265
+ }
5266
+ ]
5267
+ },
5268
+ {
5269
+ "kind": "javascript-module",
5270
+ "path": "src/new/store/slices/types.ts",
5271
+ "declarations": [
5272
+ {
5273
+ "kind": "variable",
5274
+ "name": "deselectedColumns",
5275
+ "type": {
5276
+ "text": "array"
5277
+ },
5278
+ "default": "['RECORD_ID', 'TIMESTAMP']"
5279
+ },
5280
+ {
5281
+ "kind": "variable",
5282
+ "name": "datasourceInputs",
5283
+ "type": {
5284
+ "text": "['REQ_REP', 'DATA_PIPELINE']"
5285
+ },
5286
+ "default": "['REQ_REP', 'DATA_PIPELINE']"
5287
+ },
5288
+ {
5289
+ "kind": "variable",
5290
+ "name": "datasourceOutputs",
5291
+ "type": {
5292
+ "text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5293
+ },
5294
+ "default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5295
+ },
5296
+ {
5297
+ "kind": "variable",
5298
+ "name": "datasourceGroupingStrategies",
5299
+ "type": {
5300
+ "text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5301
+ },
5302
+ "default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5303
+ },
5304
+ {
5305
+ "kind": "variable",
5306
+ "name": "reportOutputFormats",
5307
+ "type": {
5308
+ "text": "['CSV', 'PDF', 'XLSX']"
5309
+ },
5310
+ "default": "['CSV', 'PDF', 'XLSX']"
5311
+ }
5312
+ ],
5313
+ "exports": [
5314
+ {
5315
+ "kind": "js",
5316
+ "name": "deselectedColumns",
5317
+ "declaration": {
5318
+ "name": "deselectedColumns",
5319
+ "module": "src/new/store/slices/types.ts"
5320
+ }
5321
+ },
5322
+ {
5323
+ "kind": "js",
5324
+ "name": "datasourceInputs",
5325
+ "declaration": {
5326
+ "name": "datasourceInputs",
5327
+ "module": "src/new/store/slices/types.ts"
5328
+ }
5329
+ },
5330
+ {
5331
+ "kind": "js",
5332
+ "name": "datasourceOutputs",
5333
+ "declaration": {
5334
+ "name": "datasourceOutputs",
5335
+ "module": "src/new/store/slices/types.ts"
5336
+ }
5337
+ },
5338
+ {
5339
+ "kind": "js",
5340
+ "name": "datasourceGroupingStrategies",
5341
+ "declaration": {
5342
+ "name": "datasourceGroupingStrategies",
5343
+ "module": "src/new/store/slices/types.ts"
5344
+ }
5345
+ },
5346
+ {
5347
+ "kind": "js",
5348
+ "name": "reportOutputFormats",
5349
+ "declaration": {
5350
+ "name": "reportOutputFormats",
5351
+ "module": "src/new/store/slices/types.ts"
5352
+ }
5353
+ }
5354
+ ]
5355
+ },
5356
+ {
5357
+ "kind": "javascript-module",
5358
+ "path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
5359
+ "declarations": [
5360
+ {
5361
+ "kind": "variable",
5362
+ "name": "styles",
5363
+ "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`"
5189
5364
  }
5190
5365
  ],
5191
5366
  "exports": [
@@ -5590,181 +5765,6 @@
5590
5765
  }
5591
5766
  ]
5592
5767
  },
5593
- {
5594
- "kind": "javascript-module",
5595
- "path": "src/new/store/slices/base-config.ts",
5596
- "declarations": [
5597
- {
5598
- "kind": "variable",
5599
- "name": "baseSlice"
5600
- }
5601
- ],
5602
- "exports": [
5603
- {
5604
- "kind": "js",
5605
- "name": "baseSlice",
5606
- "declaration": {
5607
- "name": "baseSlice",
5608
- "module": "src/new/store/slices/base-config.ts"
5609
- }
5610
- }
5611
- ]
5612
- },
5613
- {
5614
- "kind": "javascript-module",
5615
- "path": "src/new/store/slices/datasources-config.ts",
5616
- "declarations": [
5617
- {
5618
- "kind": "variable",
5619
- "name": "initialState",
5620
- "type": {
5621
- "text": "DatasourceConfig"
5622
- },
5623
- "default": "{}"
5624
- },
5625
- {
5626
- "kind": "variable",
5627
- "name": "datasourceSlice"
5628
- }
5629
- ],
5630
- "exports": [
5631
- {
5632
- "kind": "js",
5633
- "name": "initialState",
5634
- "declaration": {
5635
- "name": "initialState",
5636
- "module": "src/new/store/slices/datasources-config.ts"
5637
- }
5638
- },
5639
- {
5640
- "kind": "js",
5641
- "name": "datasourceSlice",
5642
- "declaration": {
5643
- "name": "datasourceSlice",
5644
- "module": "src/new/store/slices/datasources-config.ts"
5645
- }
5646
- }
5647
- ]
5648
- },
5649
- {
5650
- "kind": "javascript-module",
5651
- "path": "src/new/store/slices/index.ts",
5652
- "declarations": [],
5653
- "exports": [
5654
- {
5655
- "kind": "js",
5656
- "name": "*",
5657
- "declaration": {
5658
- "name": "*",
5659
- "package": "./base-config"
5660
- }
5661
- },
5662
- {
5663
- "kind": "js",
5664
- "name": "*",
5665
- "declaration": {
5666
- "name": "*",
5667
- "package": "./datasources-config"
5668
- }
5669
- },
5670
- {
5671
- "kind": "js",
5672
- "name": "*",
5673
- "declaration": {
5674
- "name": "*",
5675
- "package": "./types"
5676
- }
5677
- }
5678
- ]
5679
- },
5680
- {
5681
- "kind": "javascript-module",
5682
- "path": "src/new/store/slices/types.ts",
5683
- "declarations": [
5684
- {
5685
- "kind": "variable",
5686
- "name": "deselectedColumns",
5687
- "type": {
5688
- "text": "array"
5689
- },
5690
- "default": "['RECORD_ID', 'TIMESTAMP']"
5691
- },
5692
- {
5693
- "kind": "variable",
5694
- "name": "datasourceInputs",
5695
- "type": {
5696
- "text": "['REQ_REP', 'DATA_PIPELINE']"
5697
- },
5698
- "default": "['REQ_REP', 'DATA_PIPELINE']"
5699
- },
5700
- {
5701
- "kind": "variable",
5702
- "name": "datasourceOutputs",
5703
- "type": {
5704
- "text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5705
- },
5706
- "default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
5707
- },
5708
- {
5709
- "kind": "variable",
5710
- "name": "datasourceGroupingStrategies",
5711
- "type": {
5712
- "text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5713
- },
5714
- "default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
5715
- },
5716
- {
5717
- "kind": "variable",
5718
- "name": "reportOutputFormats",
5719
- "type": {
5720
- "text": "['CSV', 'PDF', 'XLSX']"
5721
- },
5722
- "default": "['CSV', 'PDF', 'XLSX']"
5723
- }
5724
- ],
5725
- "exports": [
5726
- {
5727
- "kind": "js",
5728
- "name": "deselectedColumns",
5729
- "declaration": {
5730
- "name": "deselectedColumns",
5731
- "module": "src/new/store/slices/types.ts"
5732
- }
5733
- },
5734
- {
5735
- "kind": "js",
5736
- "name": "datasourceInputs",
5737
- "declaration": {
5738
- "name": "datasourceInputs",
5739
- "module": "src/new/store/slices/types.ts"
5740
- }
5741
- },
5742
- {
5743
- "kind": "js",
5744
- "name": "datasourceOutputs",
5745
- "declaration": {
5746
- "name": "datasourceOutputs",
5747
- "module": "src/new/store/slices/types.ts"
5748
- }
5749
- },
5750
- {
5751
- "kind": "js",
5752
- "name": "datasourceGroupingStrategies",
5753
- "declaration": {
5754
- "name": "datasourceGroupingStrategies",
5755
- "module": "src/new/store/slices/types.ts"
5756
- }
5757
- },
5758
- {
5759
- "kind": "js",
5760
- "name": "reportOutputFormats",
5761
- "declaration": {
5762
- "name": "reportOutputFormats",
5763
- "module": "src/new/store/slices/types.ts"
5764
- }
5765
- }
5766
- ]
5767
- },
5768
5768
  {
5769
5769
  "kind": "javascript-module",
5770
5770
  "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": "14.488.0",
4
+ "version": "14.488.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,21 +86,21 @@
86
86
  "@ag-grid-community/core": "29.2.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.488.0",
90
- "@genesislcap/foundation-entity-management": "14.488.0",
91
- "@genesislcap/foundation-events": "14.488.0",
92
- "@genesislcap/foundation-forms": "14.488.0",
93
- "@genesislcap/foundation-logger": "14.488.0",
94
- "@genesislcap/foundation-notifications": "14.488.0",
95
- "@genesislcap/foundation-ui": "14.488.0",
96
- "@genesislcap/foundation-user": "14.488.0",
97
- "@genesislcap/foundation-utils": "14.488.0",
98
- "@genesislcap/foundation-zero": "14.488.0",
99
- "@genesislcap/foundation-zero-grid-pro": "14.488.0",
100
- "@genesislcap/grid-pro": "14.488.0",
101
- "@genesislcap/rapid-design-system": "14.488.0",
102
- "@genesislcap/rapid-grid-pro": "14.488.0",
103
- "@genesislcap/web-core": "14.488.0",
89
+ "@genesislcap/foundation-comms": "14.488.1",
90
+ "@genesislcap/foundation-entity-management": "14.488.1",
91
+ "@genesislcap/foundation-events": "14.488.1",
92
+ "@genesislcap/foundation-forms": "14.488.1",
93
+ "@genesislcap/foundation-logger": "14.488.1",
94
+ "@genesislcap/foundation-notifications": "14.488.1",
95
+ "@genesislcap/foundation-ui": "14.488.1",
96
+ "@genesislcap/foundation-user": "14.488.1",
97
+ "@genesislcap/foundation-utils": "14.488.1",
98
+ "@genesislcap/foundation-zero": "14.488.1",
99
+ "@genesislcap/foundation-zero-grid-pro": "14.488.1",
100
+ "@genesislcap/grid-pro": "14.488.1",
101
+ "@genesislcap/rapid-design-system": "14.488.1",
102
+ "@genesislcap/rapid-grid-pro": "14.488.1",
103
+ "@genesislcap/web-core": "14.488.1",
104
104
  "@reduxjs/toolkit": "^2.2.5",
105
105
  "@types/node": "^22.10.2",
106
106
  "change-case": "^5.4.3",
@@ -109,11 +109,11 @@
109
109
  "devDependencies": {
110
110
  "@genesiscommunitysuccess/cep-fast-plugin": "^5.0.3",
111
111
  "@genesiscommunitysuccess/custom-elements-lsp": "^5.0.3",
112
- "@genesislcap/eslint-config": "14.488.0",
113
- "@genesislcap/foundation-testing": "14.488.0",
114
- "@genesislcap/genx": "14.488.0",
115
- "@genesislcap/prettier-config": "14.488.0",
116
- "@genesislcap/stylelint-config": "14.488.0",
112
+ "@genesislcap/eslint-config": "14.488.1",
113
+ "@genesislcap/foundation-testing": "14.488.1",
114
+ "@genesislcap/genx": "14.488.1",
115
+ "@genesislcap/prettier-config": "14.488.1",
116
+ "@genesislcap/stylelint-config": "14.488.1",
117
117
  "@types/json-schema": "^7.0.11",
118
118
  "playwright-lighthouse": "^4.0.0",
119
119
  "rimraf": "^5.0.0"
@@ -122,5 +122,5 @@
122
122
  "access": "public"
123
123
  },
124
124
  "customElements": "dist/custom-elements.json",
125
- "gitHead": "621daeb7e3612007d300f8510bb6d12b80a5cb53"
125
+ "gitHead": "59f08be328928035b4591fa97da580cc650f96c3"
126
126
  }