@genesislcap/pbc-reporting-ui 15.26.0 → 15.27.0-agent-log-submit.3
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.
- package/dist/custom-elements.json +425 -425
- 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",
|
|
@@ -1088,31 +978,7 @@
|
|
|
1088
978
|
},
|
|
1089
979
|
{
|
|
1090
980
|
"kind": "javascript-module",
|
|
1091
|
-
"path": "src/new/
|
|
1092
|
-
"declarations": [
|
|
1093
|
-
{
|
|
1094
|
-
"kind": "variable",
|
|
1095
|
-
"name": "datasourceInputs",
|
|
1096
|
-
"type": {
|
|
1097
|
-
"text": "['Snapshot', 'Data Pipeline']"
|
|
1098
|
-
},
|
|
1099
|
-
"default": "['Snapshot', 'Data Pipeline']"
|
|
1100
|
-
}
|
|
1101
|
-
],
|
|
1102
|
-
"exports": [
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "js",
|
|
1105
|
-
"name": "datasourceInputs",
|
|
1106
|
-
"declaration": {
|
|
1107
|
-
"name": "datasourceInputs",
|
|
1108
|
-
"module": "src/new/types/display.ts"
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
]
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"kind": "javascript-module",
|
|
1115
|
-
"path": "src/new/types/index.ts",
|
|
981
|
+
"path": "src/new/store/index.ts",
|
|
1116
982
|
"declarations": [],
|
|
1117
983
|
"exports": [
|
|
1118
984
|
{
|
|
@@ -1120,15 +986,7 @@
|
|
|
1120
986
|
"name": "*",
|
|
1121
987
|
"declaration": {
|
|
1122
988
|
"name": "*",
|
|
1123
|
-
"package": "./
|
|
1124
|
-
}
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"kind": "js",
|
|
1128
|
-
"name": "*",
|
|
1129
|
-
"declaration": {
|
|
1130
|
-
"name": "*",
|
|
1131
|
-
"package": "./misc"
|
|
989
|
+
"package": "./slices"
|
|
1132
990
|
}
|
|
1133
991
|
},
|
|
1134
992
|
{
|
|
@@ -1136,7 +994,7 @@
|
|
|
1136
994
|
"name": "*",
|
|
1137
995
|
"declaration": {
|
|
1138
996
|
"name": "*",
|
|
1139
|
-
"package": "./
|
|
997
|
+
"package": "./store"
|
|
1140
998
|
}
|
|
1141
999
|
},
|
|
1142
1000
|
{
|
|
@@ -1144,60 +1002,87 @@
|
|
|
1144
1002
|
"name": "*",
|
|
1145
1003
|
"declaration": {
|
|
1146
1004
|
"name": "*",
|
|
1147
|
-
"package": "./
|
|
1005
|
+
"package": "./types"
|
|
1148
1006
|
}
|
|
1149
1007
|
}
|
|
1150
1008
|
]
|
|
1151
1009
|
},
|
|
1152
1010
|
{
|
|
1153
1011
|
"kind": "javascript-module",
|
|
1154
|
-
"path": "src/new/
|
|
1012
|
+
"path": "src/new/store/store.ts",
|
|
1155
1013
|
"declarations": [
|
|
1156
1014
|
{
|
|
1157
1015
|
"kind": "variable",
|
|
1158
|
-
"name": "
|
|
1016
|
+
"name": "reduxBlankState",
|
|
1159
1017
|
"type": {
|
|
1160
|
-
"text": "
|
|
1018
|
+
"text": "ReportingConfig"
|
|
1161
1019
|
},
|
|
1162
|
-
"default": "
|
|
1020
|
+
"default": "{\n baseConfig: {\n DESTINATION_IDS: [],\n OUTPUT_FORMAT: 'CSV',\n OUTPUT_DIRECTORY: '/reports',\n },\n datasourceConfig: {},\n}"
|
|
1163
1021
|
},
|
|
1164
1022
|
{
|
|
1165
1023
|
"kind": "variable",
|
|
1166
|
-
"name": "
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
"
|
|
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
|
+
}
|
|
1171
1046
|
}
|
|
1172
1047
|
],
|
|
1173
1048
|
"exports": [
|
|
1174
1049
|
{
|
|
1175
1050
|
"kind": "js",
|
|
1176
|
-
"name": "
|
|
1051
|
+
"name": "reduxBlankState",
|
|
1177
1052
|
"declaration": {
|
|
1178
|
-
"name": "
|
|
1179
|
-
"module": "src/new/
|
|
1053
|
+
"name": "reduxBlankState",
|
|
1054
|
+
"module": "src/new/store/store.ts"
|
|
1180
1055
|
}
|
|
1181
1056
|
},
|
|
1182
1057
|
{
|
|
1183
1058
|
"kind": "js",
|
|
1184
|
-
"name": "
|
|
1059
|
+
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
|
|
1185
1060
|
"declaration": {
|
|
1186
|
-
"name": "
|
|
1187
|
-
"module": "src/new/
|
|
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"
|
|
1188
1079
|
}
|
|
1189
1080
|
}
|
|
1190
1081
|
]
|
|
1191
1082
|
},
|
|
1192
1083
|
{
|
|
1193
1084
|
"kind": "javascript-module",
|
|
1194
|
-
"path": "src/new/types
|
|
1195
|
-
"declarations": [],
|
|
1196
|
-
"exports": []
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
"kind": "javascript-module",
|
|
1200
|
-
"path": "src/new/types/rights.ts",
|
|
1085
|
+
"path": "src/new/store/types.ts",
|
|
1201
1086
|
"declarations": [],
|
|
1202
1087
|
"exports": []
|
|
1203
1088
|
},
|
|
@@ -1347,43 +1232,158 @@
|
|
|
1347
1232
|
},
|
|
1348
1233
|
{
|
|
1349
1234
|
"kind": "javascript-module",
|
|
1350
|
-
"path": "src/new/
|
|
1235
|
+
"path": "src/new/types/display.ts",
|
|
1351
1236
|
"declarations": [
|
|
1352
1237
|
{
|
|
1353
|
-
"kind": "
|
|
1354
|
-
"name": "
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1357
|
-
"text": ""
|
|
1358
|
-
}
|
|
1238
|
+
"kind": "variable",
|
|
1239
|
+
"name": "datasourceInputs",
|
|
1240
|
+
"type": {
|
|
1241
|
+
"text": "['Snapshot', 'Data Pipeline']"
|
|
1359
1242
|
},
|
|
1360
|
-
"
|
|
1361
|
-
{
|
|
1362
|
-
"name": "baseAlias",
|
|
1363
|
-
"type": {
|
|
1364
|
-
"text": "string"
|
|
1365
|
-
},
|
|
1366
|
-
"description": "The desired alias name (usually the resource name)."
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"name": "existingAliases",
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "Set<string>"
|
|
1372
|
-
},
|
|
1373
|
-
"description": "A Set of currently used aliases to check against."
|
|
1374
|
-
}
|
|
1375
|
-
],
|
|
1376
|
-
"description": "Generates a unique alias by appending a counter if the base alias already exists in the set."
|
|
1243
|
+
"default": "['Snapshot', 'Data Pipeline']"
|
|
1377
1244
|
}
|
|
1378
1245
|
],
|
|
1379
1246
|
"exports": [
|
|
1380
1247
|
{
|
|
1381
1248
|
"kind": "js",
|
|
1382
|
-
"name": "
|
|
1249
|
+
"name": "datasourceInputs",
|
|
1383
1250
|
"declaration": {
|
|
1384
|
-
"name": "
|
|
1385
|
-
"module": "src/new/
|
|
1386
|
-
}
|
|
1251
|
+
"name": "datasourceInputs",
|
|
1252
|
+
"module": "src/new/types/display.ts"
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
]
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"kind": "javascript-module",
|
|
1259
|
+
"path": "src/new/types/index.ts",
|
|
1260
|
+
"declarations": [],
|
|
1261
|
+
"exports": [
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "js",
|
|
1264
|
+
"name": "*",
|
|
1265
|
+
"declaration": {
|
|
1266
|
+
"name": "*",
|
|
1267
|
+
"package": "./display"
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "js",
|
|
1272
|
+
"name": "*",
|
|
1273
|
+
"declaration": {
|
|
1274
|
+
"name": "*",
|
|
1275
|
+
"package": "./misc"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"kind": "js",
|
|
1280
|
+
"name": "*",
|
|
1281
|
+
"declaration": {
|
|
1282
|
+
"name": "*",
|
|
1283
|
+
"package": "./redux"
|
|
1284
|
+
}
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"kind": "js",
|
|
1288
|
+
"name": "*",
|
|
1289
|
+
"declaration": {
|
|
1290
|
+
"name": "*",
|
|
1291
|
+
"package": "./rights"
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"kind": "javascript-module",
|
|
1298
|
+
"path": "src/new/types/misc.ts",
|
|
1299
|
+
"declarations": [
|
|
1300
|
+
{
|
|
1301
|
+
"kind": "variable",
|
|
1302
|
+
"name": "genesisFieldTypes",
|
|
1303
|
+
"type": {
|
|
1304
|
+
"text": "[\n 'STRING',\n 'ENUM',\n 'INT',\n 'SHORT',\n 'DOUBLE',\n 'LONG',\n 'BOOLEAN',\n 'BIGDECIMAL',\n 'DATE',\n 'DATETIME',\n 'RAW',\n 'NANO_TIMESTAMP',\n ]"
|
|
1305
|
+
},
|
|
1306
|
+
"default": "[\n 'STRING',\n 'ENUM',\n 'INT',\n 'SHORT',\n 'DOUBLE',\n 'LONG',\n 'BOOLEAN',\n 'BIGDECIMAL',\n 'DATE',\n 'DATETIME',\n 'RAW',\n 'NANO_TIMESTAMP',\n ]"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"kind": "variable",
|
|
1310
|
+
"name": "FileStorageFields",
|
|
1311
|
+
"type": {
|
|
1312
|
+
"text": "{\n FILE_STORAGE_ID: 'FILE_STORAGE_ID',\n STORAGE_MANAGER: 'STORAGE_MANAGER',\n FILE_NAME: 'FILE_NAME',\n FILE_SIZE: 'FILE_SIZE',\n MODIFIED_AT: 'MODIFIED_AT',\n MODIFIED_BY: 'MODIFIED_BY',\n CREATED_BY: 'CREATED_BY',\n CREATED_AT: 'CREATED_AT',\n FILE_TYPE: 'FILE_TYPE',\n }"
|
|
1313
|
+
},
|
|
1314
|
+
"default": "{\n FILE_STORAGE_ID: 'FILE_STORAGE_ID',\n STORAGE_MANAGER: 'STORAGE_MANAGER',\n FILE_NAME: 'FILE_NAME',\n FILE_SIZE: 'FILE_SIZE',\n MODIFIED_AT: 'MODIFIED_AT',\n MODIFIED_BY: 'MODIFIED_BY',\n CREATED_BY: 'CREATED_BY',\n CREATED_AT: 'CREATED_AT',\n FILE_TYPE: 'FILE_TYPE',\n }"
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"exports": [
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "js",
|
|
1320
|
+
"name": "genesisFieldTypes",
|
|
1321
|
+
"declaration": {
|
|
1322
|
+
"name": "genesisFieldTypes",
|
|
1323
|
+
"module": "src/new/types/misc.ts"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"kind": "js",
|
|
1328
|
+
"name": "FileStorageFields",
|
|
1329
|
+
"declaration": {
|
|
1330
|
+
"name": "FileStorageFields",
|
|
1331
|
+
"module": "src/new/types/misc.ts"
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
]
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"kind": "javascript-module",
|
|
1338
|
+
"path": "src/new/types/redux.ts",
|
|
1339
|
+
"declarations": [],
|
|
1340
|
+
"exports": []
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"kind": "javascript-module",
|
|
1344
|
+
"path": "src/new/types/rights.ts",
|
|
1345
|
+
"declarations": [],
|
|
1346
|
+
"exports": []
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "javascript-module",
|
|
1350
|
+
"path": "src/new/utils/alias-generator.ts",
|
|
1351
|
+
"declarations": [
|
|
1352
|
+
{
|
|
1353
|
+
"kind": "function",
|
|
1354
|
+
"name": "generateUniqueAlias",
|
|
1355
|
+
"return": {
|
|
1356
|
+
"type": {
|
|
1357
|
+
"text": ""
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"parameters": [
|
|
1361
|
+
{
|
|
1362
|
+
"name": "baseAlias",
|
|
1363
|
+
"type": {
|
|
1364
|
+
"text": "string"
|
|
1365
|
+
},
|
|
1366
|
+
"description": "The desired alias name (usually the resource name)."
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "existingAliases",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"text": "Set<string>"
|
|
1372
|
+
},
|
|
1373
|
+
"description": "A Set of currently used aliases to check against."
|
|
1374
|
+
}
|
|
1375
|
+
],
|
|
1376
|
+
"description": "Generates a unique alias by appending a counter if the base alias already exists in the set."
|
|
1377
|
+
}
|
|
1378
|
+
],
|
|
1379
|
+
"exports": [
|
|
1380
|
+
{
|
|
1381
|
+
"kind": "js",
|
|
1382
|
+
"name": "generateUniqueAlias",
|
|
1383
|
+
"declaration": {
|
|
1384
|
+
"name": "generateUniqueAlias",
|
|
1385
|
+
"module": "src/new/utils/alias-generator.ts"
|
|
1386
|
+
}
|
|
1387
1387
|
}
|
|
1388
1388
|
]
|
|
1389
1389
|
},
|
|
@@ -2344,48 +2344,6 @@
|
|
|
2344
2344
|
}
|
|
2345
2345
|
]
|
|
2346
2346
|
},
|
|
2347
|
-
{
|
|
2348
|
-
"kind": "javascript-module",
|
|
2349
|
-
"path": "src/old/components/rapid-components.ts",
|
|
2350
|
-
"declarations": [
|
|
2351
|
-
{
|
|
2352
|
-
"kind": "function",
|
|
2353
|
-
"name": "registerCommonRapidComponents",
|
|
2354
|
-
"privacy": "public"
|
|
2355
|
-
}
|
|
2356
|
-
],
|
|
2357
|
-
"exports": [
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "js",
|
|
2360
|
-
"name": "registerCommonRapidComponents",
|
|
2361
|
-
"declaration": {
|
|
2362
|
-
"name": "registerCommonRapidComponents",
|
|
2363
|
-
"module": "src/old/components/rapid-components.ts"
|
|
2364
|
-
}
|
|
2365
|
-
}
|
|
2366
|
-
]
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"kind": "javascript-module",
|
|
2370
|
-
"path": "src/old/components/zero-components.ts",
|
|
2371
|
-
"declarations": [
|
|
2372
|
-
{
|
|
2373
|
-
"kind": "function",
|
|
2374
|
-
"name": "registerCommonZeroComponents",
|
|
2375
|
-
"privacy": "public"
|
|
2376
|
-
}
|
|
2377
|
-
],
|
|
2378
|
-
"exports": [
|
|
2379
|
-
{
|
|
2380
|
-
"kind": "js",
|
|
2381
|
-
"name": "registerCommonZeroComponents",
|
|
2382
|
-
"declaration": {
|
|
2383
|
-
"name": "registerCommonZeroComponents",
|
|
2384
|
-
"module": "src/old/components/zero-components.ts"
|
|
2385
|
-
}
|
|
2386
|
-
}
|
|
2387
|
-
]
|
|
2388
|
-
},
|
|
2389
2347
|
{
|
|
2390
2348
|
"kind": "javascript-module",
|
|
2391
2349
|
"path": "src/old/config/config.ts",
|
|
@@ -2492,6 +2450,48 @@
|
|
|
2492
2450
|
}
|
|
2493
2451
|
]
|
|
2494
2452
|
},
|
|
2453
|
+
{
|
|
2454
|
+
"kind": "javascript-module",
|
|
2455
|
+
"path": "src/old/components/rapid-components.ts",
|
|
2456
|
+
"declarations": [
|
|
2457
|
+
{
|
|
2458
|
+
"kind": "function",
|
|
2459
|
+
"name": "registerCommonRapidComponents",
|
|
2460
|
+
"privacy": "public"
|
|
2461
|
+
}
|
|
2462
|
+
],
|
|
2463
|
+
"exports": [
|
|
2464
|
+
{
|
|
2465
|
+
"kind": "js",
|
|
2466
|
+
"name": "registerCommonRapidComponents",
|
|
2467
|
+
"declaration": {
|
|
2468
|
+
"name": "registerCommonRapidComponents",
|
|
2469
|
+
"module": "src/old/components/rapid-components.ts"
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
2472
|
+
]
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"kind": "javascript-module",
|
|
2476
|
+
"path": "src/old/components/zero-components.ts",
|
|
2477
|
+
"declarations": [
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "function",
|
|
2480
|
+
"name": "registerCommonZeroComponents",
|
|
2481
|
+
"privacy": "public"
|
|
2482
|
+
}
|
|
2483
|
+
],
|
|
2484
|
+
"exports": [
|
|
2485
|
+
{
|
|
2486
|
+
"kind": "js",
|
|
2487
|
+
"name": "registerCommonZeroComponents",
|
|
2488
|
+
"declaration": {
|
|
2489
|
+
"name": "registerCommonZeroComponents",
|
|
2490
|
+
"module": "src/old/components/zero-components.ts"
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
]
|
|
2494
|
+
},
|
|
2495
2495
|
{
|
|
2496
2496
|
"kind": "javascript-module",
|
|
2497
2497
|
"path": "src/old/constants/grid-config.ts",
|
|
@@ -5222,217 +5222,42 @@
|
|
|
5222
5222
|
},
|
|
5223
5223
|
{
|
|
5224
5224
|
"kind": "javascript-module",
|
|
5225
|
-
"path": "src/new/
|
|
5225
|
+
"path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
|
|
5226
5226
|
"declarations": [
|
|
5227
5227
|
{
|
|
5228
5228
|
"kind": "variable",
|
|
5229
|
-
"name": "
|
|
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": "
|
|
5236
|
+
"name": "styles",
|
|
5236
5237
|
"declaration": {
|
|
5237
|
-
"name": "
|
|
5238
|
-
"module": "src/new/
|
|
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/
|
|
5246
|
+
"path": "src/new/main/edit-config/config-journey-orchestrator.template.ts",
|
|
5246
5247
|
"declarations": [
|
|
5247
5248
|
{
|
|
5248
5249
|
"kind": "variable",
|
|
5249
|
-
"name": "
|
|
5250
|
-
"
|
|
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": "
|
|
5257
|
+
"name": "template",
|
|
5264
5258
|
"declaration": {
|
|
5265
|
-
"name": "
|
|
5266
|
-
"module": "src/new/
|
|
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.
|
|
4
|
+
"version": "15.27.0-agent-log-submit.3",
|
|
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.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "15.
|
|
91
|
-
"@genesislcap/foundation-events": "15.
|
|
92
|
-
"@genesislcap/foundation-forms": "15.
|
|
93
|
-
"@genesislcap/foundation-logger": "15.
|
|
94
|
-
"@genesislcap/foundation-notifications": "15.
|
|
95
|
-
"@genesislcap/foundation-ui": "15.
|
|
96
|
-
"@genesislcap/foundation-user": "15.
|
|
97
|
-
"@genesislcap/foundation-utils": "15.
|
|
98
|
-
"@genesislcap/foundation-zero": "15.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "15.
|
|
100
|
-
"@genesislcap/grid-pro": "15.
|
|
101
|
-
"@genesislcap/rapid-design-system": "15.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "15.
|
|
103
|
-
"@genesislcap/web-core": "15.
|
|
89
|
+
"@genesislcap/foundation-comms": "15.27.0-agent-log-submit.3",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.27.0-agent-log-submit.3",
|
|
91
|
+
"@genesislcap/foundation-events": "15.27.0-agent-log-submit.3",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.27.0-agent-log-submit.3",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.27.0-agent-log-submit.3",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.27.0-agent-log-submit.3",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.27.0-agent-log-submit.3",
|
|
96
|
+
"@genesislcap/foundation-user": "15.27.0-agent-log-submit.3",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.27.0-agent-log-submit.3",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.27.0-agent-log-submit.3",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.27.0-agent-log-submit.3",
|
|
100
|
+
"@genesislcap/grid-pro": "15.27.0-agent-log-submit.3",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.27.0-agent-log-submit.3",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.27.0-agent-log-submit.3",
|
|
103
|
+
"@genesislcap/web-core": "15.27.0-agent-log-submit.3",
|
|
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.
|
|
111
|
-
"@genesislcap/foundation-testing": "15.
|
|
112
|
-
"@genesislcap/genx": "15.
|
|
113
|
-
"@genesislcap/prettier-config": "15.
|
|
114
|
-
"@genesislcap/stylelint-config": "15.
|
|
110
|
+
"@genesislcap/eslint-config": "15.27.0-agent-log-submit.3",
|
|
111
|
+
"@genesislcap/foundation-testing": "15.27.0-agent-log-submit.3",
|
|
112
|
+
"@genesislcap/genx": "15.27.0-agent-log-submit.3",
|
|
113
|
+
"@genesislcap/prettier-config": "15.27.0-agent-log-submit.3",
|
|
114
|
+
"@genesislcap/stylelint-config": "15.27.0-agent-log-submit.3",
|
|
115
115
|
"@types/json-schema": "^7.0.11",
|
|
116
116
|
"playwright-lighthouse": "^4.0.0",
|
|
117
117
|
"rimraf": "^5.0.0"
|