@genesislcap/pbc-reporting-ui 14.486.0 → 14.486.1-alpha-9277091.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 +303 -303
  2. package/package.json +22 -22
@@ -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",
@@ -976,116 +1086,6 @@
976
1086
  }
977
1087
  ]
978
1088
  },
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",
@@ -5180,49 +5180,224 @@
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"
5189
5188
  }
5190
5189
  ],
5191
5190
  "exports": [
5192
5191
  {
5193
5192
  "kind": "js",
5194
- "name": "styles",
5193
+ "name": "baseSlice",
5195
5194
  "declaration": {
5196
- "name": "styles",
5197
- "module": "src/new/main/edit-config/config-journey-orchestrator.styles.ts"
5195
+ "name": "baseSlice",
5196
+ "module": "src/new/store/slices/base-config.ts"
5198
5197
  }
5199
5198
  }
5200
5199
  ]
5201
5200
  },
5202
5201
  {
5203
5202
  "kind": "javascript-module",
5204
- "path": "src/new/main/edit-config/config-journey-orchestrator.template.ts",
5203
+ "path": "src/new/store/slices/datasources-config.ts",
5205
5204
  "declarations": [
5206
5205
  {
5207
5206
  "kind": "variable",
5208
- "name": "template",
5209
- "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`"
5207
+ "name": "initialState",
5208
+ "type": {
5209
+ "text": "DatasourceConfig"
5210
+ },
5211
+ "default": "{}"
5212
+ },
5213
+ {
5214
+ "kind": "variable",
5215
+ "name": "datasourceSlice"
5210
5216
  }
5211
5217
  ],
5212
5218
  "exports": [
5213
5219
  {
5214
5220
  "kind": "js",
5215
- "name": "template",
5221
+ "name": "initialState",
5216
5222
  "declaration": {
5217
- "name": "template",
5218
- "module": "src/new/main/edit-config/config-journey-orchestrator.template.ts"
5223
+ "name": "initialState",
5224
+ "module": "src/new/store/slices/datasources-config.ts"
5219
5225
  }
5220
- }
5221
- ]
5222
- },
5223
- {
5224
- "kind": "javascript-module",
5225
- "path": "src/new/main/edit-config/config-journey-orchestrator.ts",
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`"
5364
+ }
5365
+ ],
5366
+ "exports": [
5367
+ {
5368
+ "kind": "js",
5369
+ "name": "styles",
5370
+ "declaration": {
5371
+ "name": "styles",
5372
+ "module": "src/new/main/edit-config/config-journey-orchestrator.styles.ts"
5373
+ }
5374
+ }
5375
+ ]
5376
+ },
5377
+ {
5378
+ "kind": "javascript-module",
5379
+ "path": "src/new/main/edit-config/config-journey-orchestrator.template.ts",
5380
+ "declarations": [
5381
+ {
5382
+ "kind": "variable",
5383
+ "name": "template",
5384
+ "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`"
5385
+ }
5386
+ ],
5387
+ "exports": [
5388
+ {
5389
+ "kind": "js",
5390
+ "name": "template",
5391
+ "declaration": {
5392
+ "name": "template",
5393
+ "module": "src/new/main/edit-config/config-journey-orchestrator.template.ts"
5394
+ }
5395
+ }
5396
+ ]
5397
+ },
5398
+ {
5399
+ "kind": "javascript-module",
5400
+ "path": "src/new/main/edit-config/config-journey-orchestrator.ts",
5226
5401
  "declarations": [
5227
5402
  {
5228
5403
  "kind": "class",
@@ -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.486.0",
4
+ "version": "14.486.1-alpha-9277091.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,21 +86,21 @@
86
86
  "@ag-grid-community/core": "29.2.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.486.0",
90
- "@genesislcap/foundation-entity-management": "14.486.0",
91
- "@genesislcap/foundation-events": "14.486.0",
92
- "@genesislcap/foundation-forms": "14.486.0",
93
- "@genesislcap/foundation-logger": "14.486.0",
94
- "@genesislcap/foundation-notifications": "14.486.0",
95
- "@genesislcap/foundation-ui": "14.486.0",
96
- "@genesislcap/foundation-user": "14.486.0",
97
- "@genesislcap/foundation-utils": "14.486.0",
98
- "@genesislcap/foundation-zero": "14.486.0",
99
- "@genesislcap/foundation-zero-grid-pro": "14.486.0",
100
- "@genesislcap/grid-pro": "14.486.0",
101
- "@genesislcap/rapid-design-system": "14.486.0",
102
- "@genesislcap/rapid-grid-pro": "14.486.0",
103
- "@genesislcap/web-core": "14.486.0",
89
+ "@genesislcap/foundation-comms": "14.486.1-alpha-9277091.0",
90
+ "@genesislcap/foundation-entity-management": "14.486.1-alpha-9277091.0",
91
+ "@genesislcap/foundation-events": "14.486.1-alpha-9277091.0",
92
+ "@genesislcap/foundation-forms": "14.486.1-alpha-9277091.0",
93
+ "@genesislcap/foundation-logger": "14.486.1-alpha-9277091.0",
94
+ "@genesislcap/foundation-notifications": "14.486.1-alpha-9277091.0",
95
+ "@genesislcap/foundation-ui": "14.486.1-alpha-9277091.0",
96
+ "@genesislcap/foundation-user": "14.486.1-alpha-9277091.0",
97
+ "@genesislcap/foundation-utils": "14.486.1-alpha-9277091.0",
98
+ "@genesislcap/foundation-zero": "14.486.1-alpha-9277091.0",
99
+ "@genesislcap/foundation-zero-grid-pro": "14.486.1-alpha-9277091.0",
100
+ "@genesislcap/grid-pro": "14.486.1-alpha-9277091.0",
101
+ "@genesislcap/rapid-design-system": "14.486.1-alpha-9277091.0",
102
+ "@genesislcap/rapid-grid-pro": "14.486.1-alpha-9277091.0",
103
+ "@genesislcap/web-core": "14.486.1-alpha-9277091.0",
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.486.0",
113
- "@genesislcap/foundation-testing": "14.486.0",
114
- "@genesislcap/genx": "14.486.0",
115
- "@genesislcap/prettier-config": "14.486.0",
116
- "@genesislcap/stylelint-config": "14.486.0",
112
+ "@genesislcap/eslint-config": "14.486.1-alpha-9277091.0",
113
+ "@genesislcap/foundation-testing": "14.486.1-alpha-9277091.0",
114
+ "@genesislcap/genx": "14.486.1-alpha-9277091.0",
115
+ "@genesislcap/prettier-config": "14.486.1-alpha-9277091.0",
116
+ "@genesislcap/stylelint-config": "14.486.1-alpha-9277091.0",
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": "5de11f8989291fe8aaf19a7048dd6be68c0be9c8"
125
+ "gitHead": "aec370356825ed267b1da09a63ddecee278702cf"
126
126
  }