@genesislcap/pbc-reporting-ui 15.23.2 → 15.23.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 +110 -110
- package/package.json +21 -21
|
@@ -976,116 +976,6 @@
|
|
|
976
976
|
}
|
|
977
977
|
]
|
|
978
978
|
},
|
|
979
|
-
{
|
|
980
|
-
"kind": "javascript-module",
|
|
981
|
-
"path": "src/new/store/index.ts",
|
|
982
|
-
"declarations": [],
|
|
983
|
-
"exports": [
|
|
984
|
-
{
|
|
985
|
-
"kind": "js",
|
|
986
|
-
"name": "*",
|
|
987
|
-
"declaration": {
|
|
988
|
-
"name": "*",
|
|
989
|
-
"package": "./slices"
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"kind": "js",
|
|
994
|
-
"name": "*",
|
|
995
|
-
"declaration": {
|
|
996
|
-
"name": "*",
|
|
997
|
-
"package": "./store"
|
|
998
|
-
}
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "js",
|
|
1002
|
-
"name": "*",
|
|
1003
|
-
"declaration": {
|
|
1004
|
-
"name": "*",
|
|
1005
|
-
"package": "./types"
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
]
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"kind": "javascript-module",
|
|
1012
|
-
"path": "src/new/store/store.ts",
|
|
1013
|
-
"declarations": [
|
|
1014
|
-
{
|
|
1015
|
-
"kind": "variable",
|
|
1016
|
-
"name": "reduxBlankState",
|
|
1017
|
-
"type": {
|
|
1018
|
-
"text": "ReportingConfig"
|
|
1019
|
-
},
|
|
1020
|
-
"default": "{\n baseConfig: {\n DESTINATION_IDS: [],\n OUTPUT_FORMAT: 'CSV',\n OUTPUT_DIRECTORY: '/reports',\n },\n datasourceConfig: {},\n}"
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"kind": "variable",
|
|
1024
|
-
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"kind": "function",
|
|
1028
|
-
"name": "writeReduxState",
|
|
1029
|
-
"parameters": [
|
|
1030
|
-
{
|
|
1031
|
-
"name": "state",
|
|
1032
|
-
"type": {
|
|
1033
|
-
"text": "ReportingConfig"
|
|
1034
|
-
}
|
|
1035
|
-
}
|
|
1036
|
-
]
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
"kind": "function",
|
|
1040
|
-
"name": "readReduxState",
|
|
1041
|
-
"return": {
|
|
1042
|
-
"type": {
|
|
1043
|
-
"text": "ReportingConfig"
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
],
|
|
1048
|
-
"exports": [
|
|
1049
|
-
{
|
|
1050
|
-
"kind": "js",
|
|
1051
|
-
"name": "reduxBlankState",
|
|
1052
|
-
"declaration": {
|
|
1053
|
-
"name": "reduxBlankState",
|
|
1054
|
-
"module": "src/new/store/store.ts"
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"kind": "js",
|
|
1059
|
-
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
|
|
1060
|
-
"declaration": {
|
|
1061
|
-
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
|
|
1062
|
-
"module": "src/new/store/store.ts"
|
|
1063
|
-
}
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "js",
|
|
1067
|
-
"name": "writeReduxState",
|
|
1068
|
-
"declaration": {
|
|
1069
|
-
"name": "writeReduxState",
|
|
1070
|
-
"module": "src/new/store/store.ts"
|
|
1071
|
-
}
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"kind": "js",
|
|
1075
|
-
"name": "readReduxState",
|
|
1076
|
-
"declaration": {
|
|
1077
|
-
"name": "readReduxState",
|
|
1078
|
-
"module": "src/new/store/store.ts"
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
]
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"kind": "javascript-module",
|
|
1085
|
-
"path": "src/new/store/types.ts",
|
|
1086
|
-
"declarations": [],
|
|
1087
|
-
"exports": []
|
|
1088
|
-
},
|
|
1089
979
|
{
|
|
1090
980
|
"kind": "javascript-module",
|
|
1091
981
|
"path": "src/new/styles/constraints.styles.ts",
|
|
@@ -1345,6 +1235,116 @@
|
|
|
1345
1235
|
"declarations": [],
|
|
1346
1236
|
"exports": []
|
|
1347
1237
|
},
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "javascript-module",
|
|
1240
|
+
"path": "src/new/store/index.ts",
|
|
1241
|
+
"declarations": [],
|
|
1242
|
+
"exports": [
|
|
1243
|
+
{
|
|
1244
|
+
"kind": "js",
|
|
1245
|
+
"name": "*",
|
|
1246
|
+
"declaration": {
|
|
1247
|
+
"name": "*",
|
|
1248
|
+
"package": "./slices"
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"kind": "js",
|
|
1253
|
+
"name": "*",
|
|
1254
|
+
"declaration": {
|
|
1255
|
+
"name": "*",
|
|
1256
|
+
"package": "./store"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "js",
|
|
1261
|
+
"name": "*",
|
|
1262
|
+
"declaration": {
|
|
1263
|
+
"name": "*",
|
|
1264
|
+
"package": "./types"
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
]
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"kind": "javascript-module",
|
|
1271
|
+
"path": "src/new/store/store.ts",
|
|
1272
|
+
"declarations": [
|
|
1273
|
+
{
|
|
1274
|
+
"kind": "variable",
|
|
1275
|
+
"name": "reduxBlankState",
|
|
1276
|
+
"type": {
|
|
1277
|
+
"text": "ReportingConfig"
|
|
1278
|
+
},
|
|
1279
|
+
"default": "{\n baseConfig: {\n DESTINATION_IDS: [],\n OUTPUT_FORMAT: 'CSV',\n OUTPUT_DIRECTORY: '/reports',\n },\n datasourceConfig: {},\n}"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"kind": "variable",
|
|
1283
|
+
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"kind": "function",
|
|
1287
|
+
"name": "writeReduxState",
|
|
1288
|
+
"parameters": [
|
|
1289
|
+
{
|
|
1290
|
+
"name": "state",
|
|
1291
|
+
"type": {
|
|
1292
|
+
"text": "ReportingConfig"
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
]
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"kind": "function",
|
|
1299
|
+
"name": "readReduxState",
|
|
1300
|
+
"return": {
|
|
1301
|
+
"type": {
|
|
1302
|
+
"text": "ReportingConfig"
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
],
|
|
1307
|
+
"exports": [
|
|
1308
|
+
{
|
|
1309
|
+
"kind": "js",
|
|
1310
|
+
"name": "reduxBlankState",
|
|
1311
|
+
"declaration": {
|
|
1312
|
+
"name": "reduxBlankState",
|
|
1313
|
+
"module": "src/new/store/store.ts"
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"kind": "js",
|
|
1318
|
+
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
|
|
1319
|
+
"declaration": {
|
|
1320
|
+
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
|
|
1321
|
+
"module": "src/new/store/store.ts"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "js",
|
|
1326
|
+
"name": "writeReduxState",
|
|
1327
|
+
"declaration": {
|
|
1328
|
+
"name": "writeReduxState",
|
|
1329
|
+
"module": "src/new/store/store.ts"
|
|
1330
|
+
}
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"kind": "js",
|
|
1334
|
+
"name": "readReduxState",
|
|
1335
|
+
"declaration": {
|
|
1336
|
+
"name": "readReduxState",
|
|
1337
|
+
"module": "src/new/store/store.ts"
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
]
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"kind": "javascript-module",
|
|
1344
|
+
"path": "src/new/store/types.ts",
|
|
1345
|
+
"declarations": [],
|
|
1346
|
+
"exports": []
|
|
1347
|
+
},
|
|
1348
1348
|
{
|
|
1349
1349
|
"kind": "javascript-module",
|
|
1350
1350
|
"path": "src/new/utils/alias-generator.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.23.
|
|
4
|
+
"version": "15.23.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.23.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "15.23.
|
|
91
|
-
"@genesislcap/foundation-events": "15.23.
|
|
92
|
-
"@genesislcap/foundation-forms": "15.23.
|
|
93
|
-
"@genesislcap/foundation-logger": "15.23.
|
|
94
|
-
"@genesislcap/foundation-notifications": "15.23.
|
|
95
|
-
"@genesislcap/foundation-ui": "15.23.
|
|
96
|
-
"@genesislcap/foundation-user": "15.23.
|
|
97
|
-
"@genesislcap/foundation-utils": "15.23.
|
|
98
|
-
"@genesislcap/foundation-zero": "15.23.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "15.23.
|
|
100
|
-
"@genesislcap/grid-pro": "15.23.
|
|
101
|
-
"@genesislcap/rapid-design-system": "15.23.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "15.23.
|
|
103
|
-
"@genesislcap/web-core": "15.23.
|
|
89
|
+
"@genesislcap/foundation-comms": "15.23.3",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.23.3",
|
|
91
|
+
"@genesislcap/foundation-events": "15.23.3",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.23.3",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.23.3",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.23.3",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.23.3",
|
|
96
|
+
"@genesislcap/foundation-user": "15.23.3",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.23.3",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.23.3",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.23.3",
|
|
100
|
+
"@genesislcap/grid-pro": "15.23.3",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.23.3",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.23.3",
|
|
103
|
+
"@genesislcap/web-core": "15.23.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.23.
|
|
111
|
-
"@genesislcap/foundation-testing": "15.23.
|
|
112
|
-
"@genesislcap/genx": "15.23.
|
|
113
|
-
"@genesislcap/prettier-config": "15.23.
|
|
114
|
-
"@genesislcap/stylelint-config": "15.23.
|
|
110
|
+
"@genesislcap/eslint-config": "15.23.3",
|
|
111
|
+
"@genesislcap/foundation-testing": "15.23.3",
|
|
112
|
+
"@genesislcap/genx": "15.23.3",
|
|
113
|
+
"@genesislcap/prettier-config": "15.23.3",
|
|
114
|
+
"@genesislcap/stylelint-config": "15.23.3",
|
|
115
115
|
"@types/json-schema": "^7.0.11",
|
|
116
116
|
"playwright-lighthouse": "^4.0.0",
|
|
117
117
|
"rimraf": "^5.0.0"
|