@genesislcap/pbc-reporting-ui 15.32.0 → 15.32.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 +42 -42
- package/package.json +21 -21
|
@@ -130,48 +130,6 @@
|
|
|
130
130
|
}
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
|
-
{
|
|
134
|
-
"kind": "javascript-module",
|
|
135
|
-
"path": "src/old/components/rapid-components.ts",
|
|
136
|
-
"declarations": [
|
|
137
|
-
{
|
|
138
|
-
"kind": "function",
|
|
139
|
-
"name": "registerCommonRapidComponents",
|
|
140
|
-
"privacy": "public"
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
"exports": [
|
|
144
|
-
{
|
|
145
|
-
"kind": "js",
|
|
146
|
-
"name": "registerCommonRapidComponents",
|
|
147
|
-
"declaration": {
|
|
148
|
-
"name": "registerCommonRapidComponents",
|
|
149
|
-
"module": "src/old/components/rapid-components.ts"
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
]
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"kind": "javascript-module",
|
|
156
|
-
"path": "src/old/components/zero-components.ts",
|
|
157
|
-
"declarations": [
|
|
158
|
-
{
|
|
159
|
-
"kind": "function",
|
|
160
|
-
"name": "registerCommonZeroComponents",
|
|
161
|
-
"privacy": "public"
|
|
162
|
-
}
|
|
163
|
-
],
|
|
164
|
-
"exports": [
|
|
165
|
-
{
|
|
166
|
-
"kind": "js",
|
|
167
|
-
"name": "registerCommonZeroComponents",
|
|
168
|
-
"declaration": {
|
|
169
|
-
"name": "registerCommonZeroComponents",
|
|
170
|
-
"module": "src/old/components/zero-components.ts"
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
]
|
|
174
|
-
},
|
|
175
133
|
{
|
|
176
134
|
"kind": "javascript-module",
|
|
177
135
|
"path": "src/old/config/config.ts",
|
|
@@ -318,6 +276,48 @@
|
|
|
318
276
|
}
|
|
319
277
|
]
|
|
320
278
|
},
|
|
279
|
+
{
|
|
280
|
+
"kind": "javascript-module",
|
|
281
|
+
"path": "src/old/components/rapid-components.ts",
|
|
282
|
+
"declarations": [
|
|
283
|
+
{
|
|
284
|
+
"kind": "function",
|
|
285
|
+
"name": "registerCommonRapidComponents",
|
|
286
|
+
"privacy": "public"
|
|
287
|
+
}
|
|
288
|
+
],
|
|
289
|
+
"exports": [
|
|
290
|
+
{
|
|
291
|
+
"kind": "js",
|
|
292
|
+
"name": "registerCommonRapidComponents",
|
|
293
|
+
"declaration": {
|
|
294
|
+
"name": "registerCommonRapidComponents",
|
|
295
|
+
"module": "src/old/components/rapid-components.ts"
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"kind": "javascript-module",
|
|
302
|
+
"path": "src/old/components/zero-components.ts",
|
|
303
|
+
"declarations": [
|
|
304
|
+
{
|
|
305
|
+
"kind": "function",
|
|
306
|
+
"name": "registerCommonZeroComponents",
|
|
307
|
+
"privacy": "public"
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"exports": [
|
|
311
|
+
{
|
|
312
|
+
"kind": "js",
|
|
313
|
+
"name": "registerCommonZeroComponents",
|
|
314
|
+
"declaration": {
|
|
315
|
+
"name": "registerCommonZeroComponents",
|
|
316
|
+
"module": "src/old/components/zero-components.ts"
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
321
|
{
|
|
322
322
|
"kind": "javascript-module",
|
|
323
323
|
"path": "src/old/layouts/default.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.32.
|
|
4
|
+
"version": "15.32.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.32.
|
|
90
|
-
"@genesislcap/foundation-entity-management": "15.32.
|
|
91
|
-
"@genesislcap/foundation-events": "15.32.
|
|
92
|
-
"@genesislcap/foundation-forms": "15.32.
|
|
93
|
-
"@genesislcap/foundation-logger": "15.32.
|
|
94
|
-
"@genesislcap/foundation-notifications": "15.32.
|
|
95
|
-
"@genesislcap/foundation-ui": "15.32.
|
|
96
|
-
"@genesislcap/foundation-user": "15.32.
|
|
97
|
-
"@genesislcap/foundation-utils": "15.32.
|
|
98
|
-
"@genesislcap/foundation-zero": "15.32.
|
|
99
|
-
"@genesislcap/foundation-zero-grid-pro": "15.32.
|
|
100
|
-
"@genesislcap/grid-pro": "15.32.
|
|
101
|
-
"@genesislcap/rapid-design-system": "15.32.
|
|
102
|
-
"@genesislcap/rapid-grid-pro": "15.32.
|
|
103
|
-
"@genesislcap/web-core": "15.32.
|
|
89
|
+
"@genesislcap/foundation-comms": "15.32.1",
|
|
90
|
+
"@genesislcap/foundation-entity-management": "15.32.1",
|
|
91
|
+
"@genesislcap/foundation-events": "15.32.1",
|
|
92
|
+
"@genesislcap/foundation-forms": "15.32.1",
|
|
93
|
+
"@genesislcap/foundation-logger": "15.32.1",
|
|
94
|
+
"@genesislcap/foundation-notifications": "15.32.1",
|
|
95
|
+
"@genesislcap/foundation-ui": "15.32.1",
|
|
96
|
+
"@genesislcap/foundation-user": "15.32.1",
|
|
97
|
+
"@genesislcap/foundation-utils": "15.32.1",
|
|
98
|
+
"@genesislcap/foundation-zero": "15.32.1",
|
|
99
|
+
"@genesislcap/foundation-zero-grid-pro": "15.32.1",
|
|
100
|
+
"@genesislcap/grid-pro": "15.32.1",
|
|
101
|
+
"@genesislcap/rapid-design-system": "15.32.1",
|
|
102
|
+
"@genesislcap/rapid-grid-pro": "15.32.1",
|
|
103
|
+
"@genesislcap/web-core": "15.32.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.32.
|
|
111
|
-
"@genesislcap/foundation-testing": "15.32.
|
|
112
|
-
"@genesislcap/genx": "15.32.
|
|
113
|
-
"@genesislcap/prettier-config": "15.32.
|
|
114
|
-
"@genesislcap/stylelint-config": "15.32.
|
|
110
|
+
"@genesislcap/eslint-config": "15.32.1",
|
|
111
|
+
"@genesislcap/foundation-testing": "15.32.1",
|
|
112
|
+
"@genesislcap/genx": "15.32.1",
|
|
113
|
+
"@genesislcap/prettier-config": "15.32.1",
|
|
114
|
+
"@genesislcap/stylelint-config": "15.32.1",
|
|
115
115
|
"@types/json-schema": "^7.0.11",
|
|
116
116
|
"playwright-lighthouse": "^4.0.0",
|
|
117
117
|
"rimraf": "^5.0.0"
|