@genesislcap/pbc-reporting-ui 14.488.1 → 14.488.2-FUI-2571.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 +431 -431
- package/package.json +22 -22
|
@@ -151,260 +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
|
-
{
|
|
265
|
-
"kind": "javascript-module",
|
|
266
|
-
"path": "src/new/styles/constraints.styles.ts",
|
|
267
|
-
"declarations": [
|
|
268
|
-
{
|
|
269
|
-
"kind": "function",
|
|
270
|
-
"name": "constrainedDimensions",
|
|
271
|
-
"parameters": [
|
|
272
|
-
{
|
|
273
|
-
"name": "{ navToContentPx }",
|
|
274
|
-
"type": {
|
|
275
|
-
"text": "{ navToContentPx: number }"
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
|
-
"description": "Set the `--constrained-height` and `-constrained-width` css variables in a cssPartial\nwhich can be used to size `display: block` contents within bounds.\n\nVariable allows you to specify the height of the content from the top of the PBC to the content,\nallowing the content to be sized correctly\n\nLooks at `--app-top-height` which let's the PBC user specify extra pixel height (e.g. they have their\nown nav)"
|
|
280
|
-
}
|
|
281
|
-
],
|
|
282
|
-
"exports": [
|
|
283
|
-
{
|
|
284
|
-
"kind": "js",
|
|
285
|
-
"name": "constrainedDimensions",
|
|
286
|
-
"declaration": {
|
|
287
|
-
"name": "constrainedDimensions",
|
|
288
|
-
"module": "src/new/styles/constraints.styles.ts"
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
]
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"kind": "javascript-module",
|
|
295
|
-
"path": "src/new/styles/forms.styles.ts",
|
|
296
|
-
"declarations": [
|
|
297
|
-
{
|
|
298
|
-
"kind": "function",
|
|
299
|
-
"name": "optionMessageBubble",
|
|
300
|
-
"parameters": [
|
|
301
|
-
{
|
|
302
|
-
"name": "dataAttr",
|
|
303
|
-
"default": "'data-bubble-content'",
|
|
304
|
-
"type": {
|
|
305
|
-
"text": "string"
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
]
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"kind": "variable",
|
|
312
|
-
"name": "formLabel",
|
|
313
|
-
"default": "css`\n .label {\n display: block;\n padding-bottom: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n margin: 0;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
|
|
314
|
-
}
|
|
315
|
-
],
|
|
316
|
-
"exports": [
|
|
317
|
-
{
|
|
318
|
-
"kind": "js",
|
|
319
|
-
"name": "optionMessageBubble",
|
|
320
|
-
"declaration": {
|
|
321
|
-
"name": "optionMessageBubble",
|
|
322
|
-
"module": "src/new/styles/forms.styles.ts"
|
|
323
|
-
}
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"kind": "js",
|
|
327
|
-
"name": "formLabel",
|
|
328
|
-
"declaration": {
|
|
329
|
-
"name": "formLabel",
|
|
330
|
-
"module": "src/new/styles/forms.styles.ts"
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
]
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"kind": "javascript-module",
|
|
337
|
-
"path": "src/new/styles/index.ts",
|
|
338
|
-
"declarations": [],
|
|
339
|
-
"exports": [
|
|
340
|
-
{
|
|
341
|
-
"kind": "js",
|
|
342
|
-
"name": "*",
|
|
343
|
-
"declaration": {
|
|
344
|
-
"name": "*",
|
|
345
|
-
"package": "./forms.styles"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
"kind": "js",
|
|
350
|
-
"name": "*",
|
|
351
|
-
"declaration": {
|
|
352
|
-
"name": "*",
|
|
353
|
-
"package": "./misc.styles"
|
|
354
|
-
}
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"kind": "js",
|
|
358
|
-
"name": "*",
|
|
359
|
-
"declaration": {
|
|
360
|
-
"name": "*",
|
|
361
|
-
"package": "./constraints.styles"
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
]
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"kind": "javascript-module",
|
|
368
|
-
"path": "src/new/styles/misc.styles.ts",
|
|
369
|
-
"declarations": [
|
|
370
|
-
{
|
|
371
|
-
"kind": "variable",
|
|
372
|
-
"name": "errorMessageStyles",
|
|
373
|
-
"default": "css`\n .error-message {\n color: ${neutralForegroundRest};\n background-color: ${neutralLayer4};\n border-color: ${errorColor};\n border-radius: 7px;\n border-style: solid;\n border-width: 4px;\n padding: 5px;\n margin: 15px;\n text-align: center;\n width: fit-content;\n }\n`"
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"kind": "function",
|
|
377
|
-
"name": "mixinScreen",
|
|
378
|
-
"parameters": [
|
|
379
|
-
{
|
|
380
|
-
"name": "display",
|
|
381
|
-
"default": "'block'",
|
|
382
|
-
"type": {
|
|
383
|
-
"text": "string"
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
]
|
|
387
|
-
}
|
|
388
|
-
],
|
|
389
|
-
"exports": [
|
|
390
|
-
{
|
|
391
|
-
"kind": "js",
|
|
392
|
-
"name": "errorMessageStyles",
|
|
393
|
-
"declaration": {
|
|
394
|
-
"name": "errorMessageStyles",
|
|
395
|
-
"module": "src/new/styles/misc.styles.ts"
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"kind": "js",
|
|
400
|
-
"name": "mixinScreen",
|
|
401
|
-
"declaration": {
|
|
402
|
-
"name": "mixinScreen",
|
|
403
|
-
"module": "src/new/styles/misc.styles.ts"
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
]
|
|
407
|
-
},
|
|
408
154
|
{
|
|
409
155
|
"kind": "javascript-module",
|
|
410
156
|
"path": "src/new/main/index.ts",
|
|
@@ -1232,8 +978,262 @@
|
|
|
1232
978
|
},
|
|
1233
979
|
{
|
|
1234
980
|
"kind": "javascript-module",
|
|
1235
|
-
"path": "src/new/
|
|
1236
|
-
"declarations": [
|
|
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
|
+
{
|
|
1090
|
+
"kind": "javascript-module",
|
|
1091
|
+
"path": "src/new/styles/constraints.styles.ts",
|
|
1092
|
+
"declarations": [
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "function",
|
|
1095
|
+
"name": "constrainedDimensions",
|
|
1096
|
+
"parameters": [
|
|
1097
|
+
{
|
|
1098
|
+
"name": "{ navToContentPx }",
|
|
1099
|
+
"type": {
|
|
1100
|
+
"text": "{ navToContentPx: number }"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"description": "Set the `--constrained-height` and `-constrained-width` css variables in a cssPartial\nwhich can be used to size `display: block` contents within bounds.\n\nVariable allows you to specify the height of the content from the top of the PBC to the content,\nallowing the content to be sized correctly\n\nLooks at `--app-top-height` which let's the PBC user specify extra pixel height (e.g. they have their\nown nav)"
|
|
1105
|
+
}
|
|
1106
|
+
],
|
|
1107
|
+
"exports": [
|
|
1108
|
+
{
|
|
1109
|
+
"kind": "js",
|
|
1110
|
+
"name": "constrainedDimensions",
|
|
1111
|
+
"declaration": {
|
|
1112
|
+
"name": "constrainedDimensions",
|
|
1113
|
+
"module": "src/new/styles/constraints.styles.ts"
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "javascript-module",
|
|
1120
|
+
"path": "src/new/styles/forms.styles.ts",
|
|
1121
|
+
"declarations": [
|
|
1122
|
+
{
|
|
1123
|
+
"kind": "function",
|
|
1124
|
+
"name": "optionMessageBubble",
|
|
1125
|
+
"parameters": [
|
|
1126
|
+
{
|
|
1127
|
+
"name": "dataAttr",
|
|
1128
|
+
"default": "'data-bubble-content'",
|
|
1129
|
+
"type": {
|
|
1130
|
+
"text": "string"
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "variable",
|
|
1137
|
+
"name": "formLabel",
|
|
1138
|
+
"default": "css`\n .label {\n display: block;\n padding-bottom: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n margin: 0;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n`"
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"exports": [
|
|
1142
|
+
{
|
|
1143
|
+
"kind": "js",
|
|
1144
|
+
"name": "optionMessageBubble",
|
|
1145
|
+
"declaration": {
|
|
1146
|
+
"name": "optionMessageBubble",
|
|
1147
|
+
"module": "src/new/styles/forms.styles.ts"
|
|
1148
|
+
}
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"kind": "js",
|
|
1152
|
+
"name": "formLabel",
|
|
1153
|
+
"declaration": {
|
|
1154
|
+
"name": "formLabel",
|
|
1155
|
+
"module": "src/new/styles/forms.styles.ts"
|
|
1156
|
+
}
|
|
1157
|
+
}
|
|
1158
|
+
]
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "javascript-module",
|
|
1162
|
+
"path": "src/new/styles/index.ts",
|
|
1163
|
+
"declarations": [],
|
|
1164
|
+
"exports": [
|
|
1165
|
+
{
|
|
1166
|
+
"kind": "js",
|
|
1167
|
+
"name": "*",
|
|
1168
|
+
"declaration": {
|
|
1169
|
+
"name": "*",
|
|
1170
|
+
"package": "./forms.styles"
|
|
1171
|
+
}
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"kind": "js",
|
|
1175
|
+
"name": "*",
|
|
1176
|
+
"declaration": {
|
|
1177
|
+
"name": "*",
|
|
1178
|
+
"package": "./misc.styles"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"kind": "js",
|
|
1183
|
+
"name": "*",
|
|
1184
|
+
"declaration": {
|
|
1185
|
+
"name": "*",
|
|
1186
|
+
"package": "./constraints.styles"
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
]
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"kind": "javascript-module",
|
|
1193
|
+
"path": "src/new/styles/misc.styles.ts",
|
|
1194
|
+
"declarations": [
|
|
1195
|
+
{
|
|
1196
|
+
"kind": "variable",
|
|
1197
|
+
"name": "errorMessageStyles",
|
|
1198
|
+
"default": "css`\n .error-message {\n color: ${neutralForegroundRest};\n background-color: ${neutralLayer4};\n border-color: ${errorColor};\n border-radius: 7px;\n border-style: solid;\n border-width: 4px;\n padding: 5px;\n margin: 15px;\n text-align: center;\n width: fit-content;\n }\n`"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
"kind": "function",
|
|
1202
|
+
"name": "mixinScreen",
|
|
1203
|
+
"parameters": [
|
|
1204
|
+
{
|
|
1205
|
+
"name": "display",
|
|
1206
|
+
"default": "'block'",
|
|
1207
|
+
"type": {
|
|
1208
|
+
"text": "string"
|
|
1209
|
+
}
|
|
1210
|
+
}
|
|
1211
|
+
]
|
|
1212
|
+
}
|
|
1213
|
+
],
|
|
1214
|
+
"exports": [
|
|
1215
|
+
{
|
|
1216
|
+
"kind": "js",
|
|
1217
|
+
"name": "errorMessageStyles",
|
|
1218
|
+
"declaration": {
|
|
1219
|
+
"name": "errorMessageStyles",
|
|
1220
|
+
"module": "src/new/styles/misc.styles.ts"
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
"kind": "js",
|
|
1225
|
+
"name": "mixinScreen",
|
|
1226
|
+
"declaration": {
|
|
1227
|
+
"name": "mixinScreen",
|
|
1228
|
+
"module": "src/new/styles/misc.styles.ts"
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"kind": "javascript-module",
|
|
1235
|
+
"path": "src/new/types/display.ts",
|
|
1236
|
+
"declarations": [
|
|
1237
1237
|
{
|
|
1238
1238
|
"kind": "variable",
|
|
1239
1239
|
"name": "datasourceInputs",
|
|
@@ -5178,181 +5178,6 @@
|
|
|
5178
5178
|
}
|
|
5179
5179
|
]
|
|
5180
5180
|
},
|
|
5181
|
-
{
|
|
5182
|
-
"kind": "javascript-module",
|
|
5183
|
-
"path": "src/new/store/slices/base-config.ts",
|
|
5184
|
-
"declarations": [
|
|
5185
|
-
{
|
|
5186
|
-
"kind": "variable",
|
|
5187
|
-
"name": "baseSlice"
|
|
5188
|
-
}
|
|
5189
|
-
],
|
|
5190
|
-
"exports": [
|
|
5191
|
-
{
|
|
5192
|
-
"kind": "js",
|
|
5193
|
-
"name": "baseSlice",
|
|
5194
|
-
"declaration": {
|
|
5195
|
-
"name": "baseSlice",
|
|
5196
|
-
"module": "src/new/store/slices/base-config.ts"
|
|
5197
|
-
}
|
|
5198
|
-
}
|
|
5199
|
-
]
|
|
5200
|
-
},
|
|
5201
|
-
{
|
|
5202
|
-
"kind": "javascript-module",
|
|
5203
|
-
"path": "src/new/store/slices/datasources-config.ts",
|
|
5204
|
-
"declarations": [
|
|
5205
|
-
{
|
|
5206
|
-
"kind": "variable",
|
|
5207
|
-
"name": "initialState",
|
|
5208
|
-
"type": {
|
|
5209
|
-
"text": "DatasourceConfig"
|
|
5210
|
-
},
|
|
5211
|
-
"default": "{}"
|
|
5212
|
-
},
|
|
5213
|
-
{
|
|
5214
|
-
"kind": "variable",
|
|
5215
|
-
"name": "datasourceSlice"
|
|
5216
|
-
}
|
|
5217
|
-
],
|
|
5218
|
-
"exports": [
|
|
5219
|
-
{
|
|
5220
|
-
"kind": "js",
|
|
5221
|
-
"name": "initialState",
|
|
5222
|
-
"declaration": {
|
|
5223
|
-
"name": "initialState",
|
|
5224
|
-
"module": "src/new/store/slices/datasources-config.ts"
|
|
5225
|
-
}
|
|
5226
|
-
},
|
|
5227
|
-
{
|
|
5228
|
-
"kind": "js",
|
|
5229
|
-
"name": "datasourceSlice",
|
|
5230
|
-
"declaration": {
|
|
5231
|
-
"name": "datasourceSlice",
|
|
5232
|
-
"module": "src/new/store/slices/datasources-config.ts"
|
|
5233
|
-
}
|
|
5234
|
-
}
|
|
5235
|
-
]
|
|
5236
|
-
},
|
|
5237
|
-
{
|
|
5238
|
-
"kind": "javascript-module",
|
|
5239
|
-
"path": "src/new/store/slices/index.ts",
|
|
5240
|
-
"declarations": [],
|
|
5241
|
-
"exports": [
|
|
5242
|
-
{
|
|
5243
|
-
"kind": "js",
|
|
5244
|
-
"name": "*",
|
|
5245
|
-
"declaration": {
|
|
5246
|
-
"name": "*",
|
|
5247
|
-
"package": "./base-config"
|
|
5248
|
-
}
|
|
5249
|
-
},
|
|
5250
|
-
{
|
|
5251
|
-
"kind": "js",
|
|
5252
|
-
"name": "*",
|
|
5253
|
-
"declaration": {
|
|
5254
|
-
"name": "*",
|
|
5255
|
-
"package": "./datasources-config"
|
|
5256
|
-
}
|
|
5257
|
-
},
|
|
5258
|
-
{
|
|
5259
|
-
"kind": "js",
|
|
5260
|
-
"name": "*",
|
|
5261
|
-
"declaration": {
|
|
5262
|
-
"name": "*",
|
|
5263
|
-
"package": "./types"
|
|
5264
|
-
}
|
|
5265
|
-
}
|
|
5266
|
-
]
|
|
5267
|
-
},
|
|
5268
|
-
{
|
|
5269
|
-
"kind": "javascript-module",
|
|
5270
|
-
"path": "src/new/store/slices/types.ts",
|
|
5271
|
-
"declarations": [
|
|
5272
|
-
{
|
|
5273
|
-
"kind": "variable",
|
|
5274
|
-
"name": "deselectedColumns",
|
|
5275
|
-
"type": {
|
|
5276
|
-
"text": "array"
|
|
5277
|
-
},
|
|
5278
|
-
"default": "['RECORD_ID', 'TIMESTAMP']"
|
|
5279
|
-
},
|
|
5280
|
-
{
|
|
5281
|
-
"kind": "variable",
|
|
5282
|
-
"name": "datasourceInputs",
|
|
5283
|
-
"type": {
|
|
5284
|
-
"text": "['REQ_REP', 'DATA_PIPELINE']"
|
|
5285
|
-
},
|
|
5286
|
-
"default": "['REQ_REP', 'DATA_PIPELINE']"
|
|
5287
|
-
},
|
|
5288
|
-
{
|
|
5289
|
-
"kind": "variable",
|
|
5290
|
-
"name": "datasourceOutputs",
|
|
5291
|
-
"type": {
|
|
5292
|
-
"text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
|
|
5293
|
-
},
|
|
5294
|
-
"default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
|
|
5295
|
-
},
|
|
5296
|
-
{
|
|
5297
|
-
"kind": "variable",
|
|
5298
|
-
"name": "datasourceGroupingStrategies",
|
|
5299
|
-
"type": {
|
|
5300
|
-
"text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
|
|
5301
|
-
},
|
|
5302
|
-
"default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
|
|
5303
|
-
},
|
|
5304
|
-
{
|
|
5305
|
-
"kind": "variable",
|
|
5306
|
-
"name": "reportOutputFormats",
|
|
5307
|
-
"type": {
|
|
5308
|
-
"text": "['CSV', 'PDF', 'XLSX']"
|
|
5309
|
-
},
|
|
5310
|
-
"default": "['CSV', 'PDF', 'XLSX']"
|
|
5311
|
-
}
|
|
5312
|
-
],
|
|
5313
|
-
"exports": [
|
|
5314
|
-
{
|
|
5315
|
-
"kind": "js",
|
|
5316
|
-
"name": "deselectedColumns",
|
|
5317
|
-
"declaration": {
|
|
5318
|
-
"name": "deselectedColumns",
|
|
5319
|
-
"module": "src/new/store/slices/types.ts"
|
|
5320
|
-
}
|
|
5321
|
-
},
|
|
5322
|
-
{
|
|
5323
|
-
"kind": "js",
|
|
5324
|
-
"name": "datasourceInputs",
|
|
5325
|
-
"declaration": {
|
|
5326
|
-
"name": "datasourceInputs",
|
|
5327
|
-
"module": "src/new/store/slices/types.ts"
|
|
5328
|
-
}
|
|
5329
|
-
},
|
|
5330
|
-
{
|
|
5331
|
-
"kind": "js",
|
|
5332
|
-
"name": "datasourceOutputs",
|
|
5333
|
-
"declaration": {
|
|
5334
|
-
"name": "datasourceOutputs",
|
|
5335
|
-
"module": "src/new/store/slices/types.ts"
|
|
5336
|
-
}
|
|
5337
|
-
},
|
|
5338
|
-
{
|
|
5339
|
-
"kind": "js",
|
|
5340
|
-
"name": "datasourceGroupingStrategies",
|
|
5341
|
-
"declaration": {
|
|
5342
|
-
"name": "datasourceGroupingStrategies",
|
|
5343
|
-
"module": "src/new/store/slices/types.ts"
|
|
5344
|
-
}
|
|
5345
|
-
},
|
|
5346
|
-
{
|
|
5347
|
-
"kind": "js",
|
|
5348
|
-
"name": "reportOutputFormats",
|
|
5349
|
-
"declaration": {
|
|
5350
|
-
"name": "reportOutputFormats",
|
|
5351
|
-
"module": "src/new/store/slices/types.ts"
|
|
5352
|
-
}
|
|
5353
|
-
}
|
|
5354
|
-
]
|
|
5355
|
-
},
|
|
5356
5181
|
{
|
|
5357
5182
|
"kind": "javascript-module",
|
|
5358
5183
|
"path": "src/new/main/edit-config/config-journey-orchestrator.styles.ts",
|
|
@@ -5765,6 +5590,181 @@
|
|
|
5765
5590
|
}
|
|
5766
5591
|
]
|
|
5767
5592
|
},
|
|
5593
|
+
{
|
|
5594
|
+
"kind": "javascript-module",
|
|
5595
|
+
"path": "src/new/store/slices/base-config.ts",
|
|
5596
|
+
"declarations": [
|
|
5597
|
+
{
|
|
5598
|
+
"kind": "variable",
|
|
5599
|
+
"name": "baseSlice"
|
|
5600
|
+
}
|
|
5601
|
+
],
|
|
5602
|
+
"exports": [
|
|
5603
|
+
{
|
|
5604
|
+
"kind": "js",
|
|
5605
|
+
"name": "baseSlice",
|
|
5606
|
+
"declaration": {
|
|
5607
|
+
"name": "baseSlice",
|
|
5608
|
+
"module": "src/new/store/slices/base-config.ts"
|
|
5609
|
+
}
|
|
5610
|
+
}
|
|
5611
|
+
]
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
"kind": "javascript-module",
|
|
5615
|
+
"path": "src/new/store/slices/datasources-config.ts",
|
|
5616
|
+
"declarations": [
|
|
5617
|
+
{
|
|
5618
|
+
"kind": "variable",
|
|
5619
|
+
"name": "initialState",
|
|
5620
|
+
"type": {
|
|
5621
|
+
"text": "DatasourceConfig"
|
|
5622
|
+
},
|
|
5623
|
+
"default": "{}"
|
|
5624
|
+
},
|
|
5625
|
+
{
|
|
5626
|
+
"kind": "variable",
|
|
5627
|
+
"name": "datasourceSlice"
|
|
5628
|
+
}
|
|
5629
|
+
],
|
|
5630
|
+
"exports": [
|
|
5631
|
+
{
|
|
5632
|
+
"kind": "js",
|
|
5633
|
+
"name": "initialState",
|
|
5634
|
+
"declaration": {
|
|
5635
|
+
"name": "initialState",
|
|
5636
|
+
"module": "src/new/store/slices/datasources-config.ts"
|
|
5637
|
+
}
|
|
5638
|
+
},
|
|
5639
|
+
{
|
|
5640
|
+
"kind": "js",
|
|
5641
|
+
"name": "datasourceSlice",
|
|
5642
|
+
"declaration": {
|
|
5643
|
+
"name": "datasourceSlice",
|
|
5644
|
+
"module": "src/new/store/slices/datasources-config.ts"
|
|
5645
|
+
}
|
|
5646
|
+
}
|
|
5647
|
+
]
|
|
5648
|
+
},
|
|
5649
|
+
{
|
|
5650
|
+
"kind": "javascript-module",
|
|
5651
|
+
"path": "src/new/store/slices/index.ts",
|
|
5652
|
+
"declarations": [],
|
|
5653
|
+
"exports": [
|
|
5654
|
+
{
|
|
5655
|
+
"kind": "js",
|
|
5656
|
+
"name": "*",
|
|
5657
|
+
"declaration": {
|
|
5658
|
+
"name": "*",
|
|
5659
|
+
"package": "./base-config"
|
|
5660
|
+
}
|
|
5661
|
+
},
|
|
5662
|
+
{
|
|
5663
|
+
"kind": "js",
|
|
5664
|
+
"name": "*",
|
|
5665
|
+
"declaration": {
|
|
5666
|
+
"name": "*",
|
|
5667
|
+
"package": "./datasources-config"
|
|
5668
|
+
}
|
|
5669
|
+
},
|
|
5670
|
+
{
|
|
5671
|
+
"kind": "js",
|
|
5672
|
+
"name": "*",
|
|
5673
|
+
"declaration": {
|
|
5674
|
+
"name": "*",
|
|
5675
|
+
"package": "./types"
|
|
5676
|
+
}
|
|
5677
|
+
}
|
|
5678
|
+
]
|
|
5679
|
+
},
|
|
5680
|
+
{
|
|
5681
|
+
"kind": "javascript-module",
|
|
5682
|
+
"path": "src/new/store/slices/types.ts",
|
|
5683
|
+
"declarations": [
|
|
5684
|
+
{
|
|
5685
|
+
"kind": "variable",
|
|
5686
|
+
"name": "deselectedColumns",
|
|
5687
|
+
"type": {
|
|
5688
|
+
"text": "array"
|
|
5689
|
+
},
|
|
5690
|
+
"default": "['RECORD_ID', 'TIMESTAMP']"
|
|
5691
|
+
},
|
|
5692
|
+
{
|
|
5693
|
+
"kind": "variable",
|
|
5694
|
+
"name": "datasourceInputs",
|
|
5695
|
+
"type": {
|
|
5696
|
+
"text": "['REQ_REP', 'DATA_PIPELINE']"
|
|
5697
|
+
},
|
|
5698
|
+
"default": "['REQ_REP', 'DATA_PIPELINE']"
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"kind": "variable",
|
|
5702
|
+
"name": "datasourceOutputs",
|
|
5703
|
+
"type": {
|
|
5704
|
+
"text": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
|
|
5705
|
+
},
|
|
5706
|
+
"default": "[\n // 'RECORD_STREAM',\n 'TABLE',\n]"
|
|
5707
|
+
},
|
|
5708
|
+
{
|
|
5709
|
+
"kind": "variable",
|
|
5710
|
+
"name": "datasourceGroupingStrategies",
|
|
5711
|
+
"type": {
|
|
5712
|
+
"text": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
|
|
5713
|
+
},
|
|
5714
|
+
"default": "['NONE', 'MULTI_SHEET', 'LOOKUP_TABLE']"
|
|
5715
|
+
},
|
|
5716
|
+
{
|
|
5717
|
+
"kind": "variable",
|
|
5718
|
+
"name": "reportOutputFormats",
|
|
5719
|
+
"type": {
|
|
5720
|
+
"text": "['CSV', 'PDF', 'XLSX']"
|
|
5721
|
+
},
|
|
5722
|
+
"default": "['CSV', 'PDF', 'XLSX']"
|
|
5723
|
+
}
|
|
5724
|
+
],
|
|
5725
|
+
"exports": [
|
|
5726
|
+
{
|
|
5727
|
+
"kind": "js",
|
|
5728
|
+
"name": "deselectedColumns",
|
|
5729
|
+
"declaration": {
|
|
5730
|
+
"name": "deselectedColumns",
|
|
5731
|
+
"module": "src/new/store/slices/types.ts"
|
|
5732
|
+
}
|
|
5733
|
+
},
|
|
5734
|
+
{
|
|
5735
|
+
"kind": "js",
|
|
5736
|
+
"name": "datasourceInputs",
|
|
5737
|
+
"declaration": {
|
|
5738
|
+
"name": "datasourceInputs",
|
|
5739
|
+
"module": "src/new/store/slices/types.ts"
|
|
5740
|
+
}
|
|
5741
|
+
},
|
|
5742
|
+
{
|
|
5743
|
+
"kind": "js",
|
|
5744
|
+
"name": "datasourceOutputs",
|
|
5745
|
+
"declaration": {
|
|
5746
|
+
"name": "datasourceOutputs",
|
|
5747
|
+
"module": "src/new/store/slices/types.ts"
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"kind": "js",
|
|
5752
|
+
"name": "datasourceGroupingStrategies",
|
|
5753
|
+
"declaration": {
|
|
5754
|
+
"name": "datasourceGroupingStrategies",
|
|
5755
|
+
"module": "src/new/store/slices/types.ts"
|
|
5756
|
+
}
|
|
5757
|
+
},
|
|
5758
|
+
{
|
|
5759
|
+
"kind": "js",
|
|
5760
|
+
"name": "reportOutputFormats",
|
|
5761
|
+
"declaration": {
|
|
5762
|
+
"name": "reportOutputFormats",
|
|
5763
|
+
"module": "src/new/store/slices/types.ts"
|
|
5764
|
+
}
|
|
5765
|
+
}
|
|
5766
|
+
]
|
|
5767
|
+
},
|
|
5768
5768
|
{
|
|
5769
5769
|
"kind": "javascript-module",
|
|
5770
5770
|
"path": "src/old/assets/images/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-reporting-ui",
|
|
3
3
|
"description": "Genesis PBC Reporting UI",
|
|
4
|
-
"version": "14.488.
|
|
4
|
+
"version": "14.488.2-FUI-2571.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,21 +86,21 @@
|
|
|
86
86
|
"@ag-grid-community/core": "29.2.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-comms": "14.488.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "14.488.
|
|
91
|
-
"@genesislcap/foundation-events": "14.488.
|
|
92
|
-
"@genesislcap/foundation-forms": "14.488.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.488.
|
|
94
|
-
"@genesislcap/foundation-notifications": "14.488.
|
|
95
|
-
"@genesislcap/foundation-ui": "14.488.
|
|
96
|
-
"@genesislcap/foundation-user": "14.488.
|
|
97
|
-
"@genesislcap/foundation-utils": "14.488.
|
|
98
|
-
"@genesislcap/foundation-zero": "14.488.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "14.488.
|
|
100
|
-
"@genesislcap/grid-pro": "14.488.
|
|
101
|
-
"@genesislcap/rapid-design-system": "14.488.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "14.488.
|
|
103
|
-
"@genesislcap/web-core": "14.488.
|
|
89
|
+
"@genesislcap/foundation-comms": "14.488.2-FUI-2571.3",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "14.488.2-FUI-2571.3",
|
|
91
|
+
"@genesislcap/foundation-events": "14.488.2-FUI-2571.3",
|
|
92
|
+
"@genesislcap/foundation-forms": "14.488.2-FUI-2571.3",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.488.2-FUI-2571.3",
|
|
94
|
+
"@genesislcap/foundation-notifications": "14.488.2-FUI-2571.3",
|
|
95
|
+
"@genesislcap/foundation-ui": "14.488.2-FUI-2571.3",
|
|
96
|
+
"@genesislcap/foundation-user": "14.488.2-FUI-2571.3",
|
|
97
|
+
"@genesislcap/foundation-utils": "14.488.2-FUI-2571.3",
|
|
98
|
+
"@genesislcap/foundation-zero": "14.488.2-FUI-2571.3",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "14.488.2-FUI-2571.3",
|
|
100
|
+
"@genesislcap/grid-pro": "14.488.2-FUI-2571.3",
|
|
101
|
+
"@genesislcap/rapid-design-system": "14.488.2-FUI-2571.3",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "14.488.2-FUI-2571.3",
|
|
103
|
+
"@genesislcap/web-core": "14.488.2-FUI-2571.3",
|
|
104
104
|
"@reduxjs/toolkit": "^2.2.5",
|
|
105
105
|
"@types/node": "^22.10.2",
|
|
106
106
|
"change-case": "^5.4.3",
|
|
@@ -109,11 +109,11 @@
|
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@genesiscommunitysuccess/cep-fast-plugin": "^5.0.3",
|
|
111
111
|
"@genesiscommunitysuccess/custom-elements-lsp": "^5.0.3",
|
|
112
|
-
"@genesislcap/eslint-config": "14.488.
|
|
113
|
-
"@genesislcap/foundation-testing": "14.488.
|
|
114
|
-
"@genesislcap/genx": "14.488.
|
|
115
|
-
"@genesislcap/prettier-config": "14.488.
|
|
116
|
-
"@genesislcap/stylelint-config": "14.488.
|
|
112
|
+
"@genesislcap/eslint-config": "14.488.2-FUI-2571.3",
|
|
113
|
+
"@genesislcap/foundation-testing": "14.488.2-FUI-2571.3",
|
|
114
|
+
"@genesislcap/genx": "14.488.2-FUI-2571.3",
|
|
115
|
+
"@genesislcap/prettier-config": "14.488.2-FUI-2571.3",
|
|
116
|
+
"@genesislcap/stylelint-config": "14.488.2-FUI-2571.3",
|
|
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": "
|
|
125
|
+
"gitHead": "faafa39ff0c79190190672db8d6f26b6e51bd642"
|
|
126
126
|
}
|