@genesislcap/pbc-reporting-ui 15.17.0 → 15.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +110 -110
- package/package.json +22 -22
|
@@ -976,6 +976,116 @@
|
|
|
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
|
+
},
|
|
979
1089
|
{
|
|
980
1090
|
"kind": "javascript-module",
|
|
981
1091
|
"path": "src/new/styles/constraints.styles.ts",
|
|
@@ -1120,116 +1230,6 @@
|
|
|
1120
1230
|
}
|
|
1121
1231
|
]
|
|
1122
1232
|
},
|
|
1123
|
-
{
|
|
1124
|
-
"kind": "javascript-module",
|
|
1125
|
-
"path": "src/new/store/index.ts",
|
|
1126
|
-
"declarations": [],
|
|
1127
|
-
"exports": [
|
|
1128
|
-
{
|
|
1129
|
-
"kind": "js",
|
|
1130
|
-
"name": "*",
|
|
1131
|
-
"declaration": {
|
|
1132
|
-
"name": "*",
|
|
1133
|
-
"package": "./slices"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"kind": "js",
|
|
1138
|
-
"name": "*",
|
|
1139
|
-
"declaration": {
|
|
1140
|
-
"name": "*",
|
|
1141
|
-
"package": "./store"
|
|
1142
|
-
}
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"kind": "js",
|
|
1146
|
-
"name": "*",
|
|
1147
|
-
"declaration": {
|
|
1148
|
-
"name": "*",
|
|
1149
|
-
"package": "./types"
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
]
|
|
1153
|
-
},
|
|
1154
|
-
{
|
|
1155
|
-
"kind": "javascript-module",
|
|
1156
|
-
"path": "src/new/store/store.ts",
|
|
1157
|
-
"declarations": [
|
|
1158
|
-
{
|
|
1159
|
-
"kind": "variable",
|
|
1160
|
-
"name": "reduxBlankState",
|
|
1161
|
-
"type": {
|
|
1162
|
-
"text": "ReportingConfig"
|
|
1163
|
-
},
|
|
1164
|
-
"default": "{\n baseConfig: {\n DESTINATION_IDS: [],\n OUTPUT_FORMAT: 'CSV',\n OUTPUT_DIRECTORY: '/reports',\n },\n datasourceConfig: {},\n}"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"kind": "variable",
|
|
1168
|
-
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}"
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"kind": "function",
|
|
1172
|
-
"name": "writeReduxState",
|
|
1173
|
-
"parameters": [
|
|
1174
|
-
{
|
|
1175
|
-
"name": "state",
|
|
1176
|
-
"type": {
|
|
1177
|
-
"text": "ReportingConfig"
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
]
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"kind": "function",
|
|
1184
|
-
"name": "readReduxState",
|
|
1185
|
-
"return": {
|
|
1186
|
-
"type": {
|
|
1187
|
-
"text": "ReportingConfig"
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
],
|
|
1192
|
-
"exports": [
|
|
1193
|
-
{
|
|
1194
|
-
"kind": "js",
|
|
1195
|
-
"name": "reduxBlankState",
|
|
1196
|
-
"declaration": {
|
|
1197
|
-
"name": "reduxBlankState",
|
|
1198
|
-
"module": "src/new/store/store.ts"
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
"kind": "js",
|
|
1203
|
-
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
|
|
1204
|
-
"declaration": {
|
|
1205
|
-
"name": "{\n store,\n actions,\n rootReducer,\n selectors,\n subscribe,\n dispatch,\n getState,\n subscribeKey,\n}",
|
|
1206
|
-
"module": "src/new/store/store.ts"
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"kind": "js",
|
|
1211
|
-
"name": "writeReduxState",
|
|
1212
|
-
"declaration": {
|
|
1213
|
-
"name": "writeReduxState",
|
|
1214
|
-
"module": "src/new/store/store.ts"
|
|
1215
|
-
}
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"kind": "js",
|
|
1219
|
-
"name": "readReduxState",
|
|
1220
|
-
"declaration": {
|
|
1221
|
-
"name": "readReduxState",
|
|
1222
|
-
"module": "src/new/store/store.ts"
|
|
1223
|
-
}
|
|
1224
|
-
}
|
|
1225
|
-
]
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"kind": "javascript-module",
|
|
1229
|
-
"path": "src/new/store/types.ts",
|
|
1230
|
-
"declarations": [],
|
|
1231
|
-
"exports": []
|
|
1232
|
-
},
|
|
1233
1233
|
{
|
|
1234
1234
|
"kind": "javascript-module",
|
|
1235
1235
|
"path": "src/new/types/display.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.17.
|
|
4
|
+
"version": "15.17.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/dts/index.d.ts",
|
|
@@ -86,32 +86,32 @@
|
|
|
86
86
|
"@ag-grid-community/core": "29.2.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-comms": "15.17.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "15.17.
|
|
91
|
-
"@genesislcap/foundation-events": "15.17.
|
|
92
|
-
"@genesislcap/foundation-forms": "15.17.
|
|
93
|
-
"@genesislcap/foundation-logger": "15.17.
|
|
94
|
-
"@genesislcap/foundation-notifications": "15.17.
|
|
95
|
-
"@genesislcap/foundation-ui": "15.17.
|
|
96
|
-
"@genesislcap/foundation-user": "15.17.
|
|
97
|
-
"@genesislcap/foundation-utils": "15.17.
|
|
98
|
-
"@genesislcap/foundation-zero": "15.17.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "15.17.
|
|
100
|
-
"@genesislcap/grid-pro": "15.17.
|
|
101
|
-
"@genesislcap/rapid-design-system": "15.17.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "15.17.
|
|
103
|
-
"@genesislcap/web-core": "15.17.
|
|
89
|
+
"@genesislcap/foundation-comms": "15.17.1",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.17.1",
|
|
91
|
+
"@genesislcap/foundation-events": "15.17.1",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.17.1",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.17.1",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.17.1",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.17.1",
|
|
96
|
+
"@genesislcap/foundation-user": "15.17.1",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.17.1",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.17.1",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.17.1",
|
|
100
|
+
"@genesislcap/grid-pro": "15.17.1",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.17.1",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.17.1",
|
|
103
|
+
"@genesislcap/web-core": "15.17.1",
|
|
104
104
|
"@reduxjs/toolkit": "^2.2.5",
|
|
105
105
|
"@types/node": "^22.10.2",
|
|
106
106
|
"change-case": "^5.4.3",
|
|
107
107
|
"lodash": "^4.17.21"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
|
-
"@genesislcap/eslint-config": "15.17.
|
|
111
|
-
"@genesislcap/foundation-testing": "15.17.
|
|
112
|
-
"@genesislcap/genx": "15.17.
|
|
113
|
-
"@genesislcap/prettier-config": "15.17.
|
|
114
|
-
"@genesislcap/stylelint-config": "15.17.
|
|
110
|
+
"@genesislcap/eslint-config": "15.17.1",
|
|
111
|
+
"@genesislcap/foundation-testing": "15.17.1",
|
|
112
|
+
"@genesislcap/genx": "15.17.1",
|
|
113
|
+
"@genesislcap/prettier-config": "15.17.1",
|
|
114
|
+
"@genesislcap/stylelint-config": "15.17.1",
|
|
115
115
|
"@types/json-schema": "^7.0.11",
|
|
116
116
|
"playwright-lighthouse": "^4.0.0",
|
|
117
117
|
"rimraf": "^5.0.0"
|
|
@@ -120,5 +120,5 @@
|
|
|
120
120
|
"access": "public"
|
|
121
121
|
},
|
|
122
122
|
"customElements": "dist/custom-elements.json",
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "59a30fc5ff0900ae557f20018e796f82322394e2"
|
|
124
124
|
}
|