@genesislcap/pbc-reporting-ui 15.34.0 → 15.34.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 +297 -297
  2. package/package.json +21 -21
@@ -151,116 +151,6 @@
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
154
  {
265
155
  "kind": "javascript-module",
266
156
  "path": "src/new/main/index.ts",
@@ -1086,6 +976,116 @@
1086
976
  }
1087
977
  ]
1088
978
  },
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
1089
  {
1090
1090
  "kind": "javascript-module",
1091
1091
  "path": "src/new/styles/constraints.styles.ts",
@@ -5222,217 +5222,42 @@
5222
5222
  },
5223
5223
  {
5224
5224
  "kind": "javascript-module",
5225
- "path": "src/new/store/slices/base-config.ts",
5225
+ "path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
5226
5226
  "declarations": [
5227
5227
  {
5228
5228
  "kind": "variable",
5229
- "name": "baseSlice"
5229
+ "name": "styles",
5230
+ "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`"
5230
5231
  }
5231
5232
  ],
5232
5233
  "exports": [
5233
5234
  {
5234
5235
  "kind": "js",
5235
- "name": "baseSlice",
5236
+ "name": "styles",
5236
5237
  "declaration": {
5237
- "name": "baseSlice",
5238
- "module": "src/new/store/slices/base-config.ts"
5238
+ "name": "styles",
5239
+ "module": "src/new/main/edit-config/config-journey-orchestrator.styles.ts"
5239
5240
  }
5240
5241
  }
5241
5242
  ]
5242
5243
  },
5243
5244
  {
5244
5245
  "kind": "javascript-module",
5245
- "path": "src/new/store/slices/datasources-config.ts",
5246
+ "path": "src/new/main/edit-config/config-journey-orchestrator.template.ts",
5246
5247
  "declarations": [
5247
5248
  {
5248
5249
  "kind": "variable",
5249
- "name": "initialState",
5250
- "type": {
5251
- "text": "DatasourceConfig"
5252
- },
5253
- "default": "{}"
5254
- },
5255
- {
5256
- "kind": "variable",
5257
- "name": "datasourceSlice"
5250
+ "name": "template",
5251
+ "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`"
5258
5252
  }
5259
5253
  ],
5260
5254
  "exports": [
5261
5255
  {
5262
5256
  "kind": "js",
5263
- "name": "initialState",
5257
+ "name": "template",
5264
5258
  "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"
5259
+ "name": "template",
5260
+ "module": "src/new/main/edit-config/config-journey-orchestrator.template.ts"
5436
5261
  }
5437
5262
  }
5438
5263
  ]
@@ -5807,6 +5632,181 @@
5807
5632
  }
5808
5633
  ]
5809
5634
  },
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.34.0",
4
+ "version": "15.34.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",
@@ -86,32 +86,32 @@
86
86
  "@ag-grid-community/core": "29.2.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "15.34.0",
90
- "@genesislcap/foundation-entity-management": "15.34.0",
91
- "@genesislcap/foundation-events": "15.34.0",
92
- "@genesislcap/foundation-forms": "15.34.0",
93
- "@genesislcap/foundation-logger": "15.34.0",
94
- "@genesislcap/foundation-notifications": "15.34.0",
95
- "@genesislcap/foundation-ui": "15.34.0",
96
- "@genesislcap/foundation-user": "15.34.0",
97
- "@genesislcap/foundation-utils": "15.34.0",
98
- "@genesislcap/foundation-zero": "15.34.0",
99
- "@genesislcap/foundation-zero-grid-pro": "15.34.0",
100
- "@genesislcap/grid-pro": "15.34.0",
101
- "@genesislcap/rapid-design-system": "15.34.0",
102
- "@genesislcap/rapid-grid-pro": "15.34.0",
103
- "@genesislcap/web-core": "15.34.0",
89
+ "@genesislcap/foundation-comms": "15.34.1",
90
+ "@genesislcap/foundation-entity-management": "15.34.1",
91
+ "@genesislcap/foundation-events": "15.34.1",
92
+ "@genesislcap/foundation-forms": "15.34.1",
93
+ "@genesislcap/foundation-logger": "15.34.1",
94
+ "@genesislcap/foundation-notifications": "15.34.1",
95
+ "@genesislcap/foundation-ui": "15.34.1",
96
+ "@genesislcap/foundation-user": "15.34.1",
97
+ "@genesislcap/foundation-utils": "15.34.1",
98
+ "@genesislcap/foundation-zero": "15.34.1",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.34.1",
100
+ "@genesislcap/grid-pro": "15.34.1",
101
+ "@genesislcap/rapid-design-system": "15.34.1",
102
+ "@genesislcap/rapid-grid-pro": "15.34.1",
103
+ "@genesislcap/web-core": "15.34.1",
104
104
  "@reduxjs/toolkit": "^2.2.5",
105
105
  "@types/node": "^22.10.2",
106
106
  "change-case": "^5.4.3",
107
107
  "lodash": "^4.17.21"
108
108
  },
109
109
  "devDependencies": {
110
- "@genesislcap/eslint-config": "15.34.0",
111
- "@genesislcap/foundation-testing": "15.34.0",
112
- "@genesislcap/genx": "15.34.0",
113
- "@genesislcap/prettier-config": "15.34.0",
114
- "@genesislcap/stylelint-config": "15.34.0",
110
+ "@genesislcap/eslint-config": "15.34.1",
111
+ "@genesislcap/foundation-testing": "15.34.1",
112
+ "@genesislcap/genx": "15.34.1",
113
+ "@genesislcap/prettier-config": "15.34.1",
114
+ "@genesislcap/stylelint-config": "15.34.1",
115
115
  "@types/json-schema": "^7.0.11",
116
116
  "playwright-lighthouse": "^4.0.0",
117
117
  "rimraf": "^5.0.0"