@genesislcap/pbc-reconciliation-ui 14.492.0 → 14.492.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 +27 -27
|
@@ -202,6 +202,48 @@
|
|
|
202
202
|
}
|
|
203
203
|
]
|
|
204
204
|
},
|
|
205
|
+
{
|
|
206
|
+
"kind": "javascript-module",
|
|
207
|
+
"path": "src/components/rapid-components.ts",
|
|
208
|
+
"declarations": [
|
|
209
|
+
{
|
|
210
|
+
"kind": "function",
|
|
211
|
+
"name": "registerCommonRapidComponents",
|
|
212
|
+
"privacy": "public"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"exports": [
|
|
216
|
+
{
|
|
217
|
+
"kind": "js",
|
|
218
|
+
"name": "registerCommonRapidComponents",
|
|
219
|
+
"declaration": {
|
|
220
|
+
"name": "registerCommonRapidComponents",
|
|
221
|
+
"module": "src/components/rapid-components.ts"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"kind": "javascript-module",
|
|
228
|
+
"path": "src/components/zero-components.ts",
|
|
229
|
+
"declarations": [
|
|
230
|
+
{
|
|
231
|
+
"kind": "function",
|
|
232
|
+
"name": "registerCommonZeroComponents",
|
|
233
|
+
"privacy": "public"
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"exports": [
|
|
237
|
+
{
|
|
238
|
+
"kind": "js",
|
|
239
|
+
"name": "registerCommonZeroComponents",
|
|
240
|
+
"declaration": {
|
|
241
|
+
"name": "registerCommonZeroComponents",
|
|
242
|
+
"module": "src/components/zero-components.ts"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
205
247
|
{
|
|
206
248
|
"kind": "javascript-module",
|
|
207
249
|
"path": "src/config/config.ts",
|
|
@@ -307,48 +349,6 @@
|
|
|
307
349
|
}
|
|
308
350
|
]
|
|
309
351
|
},
|
|
310
|
-
{
|
|
311
|
-
"kind": "javascript-module",
|
|
312
|
-
"path": "src/components/rapid-components.ts",
|
|
313
|
-
"declarations": [
|
|
314
|
-
{
|
|
315
|
-
"kind": "function",
|
|
316
|
-
"name": "registerCommonRapidComponents",
|
|
317
|
-
"privacy": "public"
|
|
318
|
-
}
|
|
319
|
-
],
|
|
320
|
-
"exports": [
|
|
321
|
-
{
|
|
322
|
-
"kind": "js",
|
|
323
|
-
"name": "registerCommonRapidComponents",
|
|
324
|
-
"declaration": {
|
|
325
|
-
"name": "registerCommonRapidComponents",
|
|
326
|
-
"module": "src/components/rapid-components.ts"
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
]
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"kind": "javascript-module",
|
|
333
|
-
"path": "src/components/zero-components.ts",
|
|
334
|
-
"declarations": [
|
|
335
|
-
{
|
|
336
|
-
"kind": "function",
|
|
337
|
-
"name": "registerCommonZeroComponents",
|
|
338
|
-
"privacy": "public"
|
|
339
|
-
}
|
|
340
|
-
],
|
|
341
|
-
"exports": [
|
|
342
|
-
{
|
|
343
|
-
"kind": "js",
|
|
344
|
-
"name": "registerCommonZeroComponents",
|
|
345
|
-
"declaration": {
|
|
346
|
-
"name": "registerCommonZeroComponents",
|
|
347
|
-
"module": "src/components/zero-components.ts"
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
]
|
|
351
|
-
},
|
|
352
352
|
{
|
|
353
353
|
"kind": "javascript-module",
|
|
354
354
|
"path": "src/main/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/pbc-reconciliation-ui",
|
|
3
3
|
"description": "Genesis PBC Reconciliation UI",
|
|
4
|
-
"version": "14.492.
|
|
4
|
+
"version": "14.492.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,41 +86,41 @@
|
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@genesiscommunitysuccess/cep-fast-plugin": "5.0.3",
|
|
88
88
|
"@genesiscommunitysuccess/custom-elements-lsp": "5.0.3",
|
|
89
|
-
"@genesislcap/design-system-configurator": "14.492.
|
|
90
|
-
"@genesislcap/eslint-config": "14.492.
|
|
91
|
-
"@genesislcap/eslint-stylelint-builder": "14.492.
|
|
92
|
-
"@genesislcap/foundation-testing": "14.492.
|
|
93
|
-
"@genesislcap/genx": "14.492.
|
|
94
|
-
"@genesislcap/prettier-config": "14.492.
|
|
95
|
-
"@genesislcap/stylelint-config": "14.492.
|
|
96
|
-
"@genesislcap/uvu-playwright-builder": "14.492.
|
|
97
|
-
"@genesislcap/vite-builder": "14.492.
|
|
98
|
-
"@genesislcap/webpack-builder": "14.492.
|
|
89
|
+
"@genesislcap/design-system-configurator": "14.492.1",
|
|
90
|
+
"@genesislcap/eslint-config": "14.492.1",
|
|
91
|
+
"@genesislcap/eslint-stylelint-builder": "14.492.1",
|
|
92
|
+
"@genesislcap/foundation-testing": "14.492.1",
|
|
93
|
+
"@genesislcap/genx": "14.492.1",
|
|
94
|
+
"@genesislcap/prettier-config": "14.492.1",
|
|
95
|
+
"@genesislcap/stylelint-config": "14.492.1",
|
|
96
|
+
"@genesislcap/uvu-playwright-builder": "14.492.1",
|
|
97
|
+
"@genesislcap/vite-builder": "14.492.1",
|
|
98
|
+
"@genesislcap/webpack-builder": "14.492.1",
|
|
99
99
|
"@types/node": "20.11.5",
|
|
100
100
|
"husky": "^7.0.4",
|
|
101
101
|
"lint-prepush": "^2.2.1",
|
|
102
102
|
"lint-staged": "^12.4.1"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@genesislcap/foundation-comms": "14.492.
|
|
106
|
-
"@genesislcap/foundation-events": "14.492.
|
|
107
|
-
"@genesislcap/foundation-layout": "14.492.
|
|
108
|
-
"@genesislcap/foundation-logger": "14.492.
|
|
109
|
-
"@genesislcap/foundation-notifications": "14.492.
|
|
110
|
-
"@genesislcap/foundation-shell": "14.492.
|
|
111
|
-
"@genesislcap/foundation-store": "14.492.
|
|
112
|
-
"@genesislcap/foundation-ui": "14.492.
|
|
113
|
-
"@genesislcap/foundation-utils": "14.492.
|
|
114
|
-
"@genesislcap/foundation-zero": "14.492.
|
|
115
|
-
"@genesislcap/foundation-zero-grid-pro": "14.492.
|
|
116
|
-
"@genesislcap/g2plot-chart": "14.492.
|
|
117
|
-
"@genesislcap/rapid-design-system": "14.492.
|
|
118
|
-
"@genesislcap/rapid-grid-pro": "14.492.
|
|
119
|
-
"@genesislcap/web-core": "14.492.
|
|
105
|
+
"@genesislcap/foundation-comms": "14.492.1",
|
|
106
|
+
"@genesislcap/foundation-events": "14.492.1",
|
|
107
|
+
"@genesislcap/foundation-layout": "14.492.1",
|
|
108
|
+
"@genesislcap/foundation-logger": "14.492.1",
|
|
109
|
+
"@genesislcap/foundation-notifications": "14.492.1",
|
|
110
|
+
"@genesislcap/foundation-shell": "14.492.1",
|
|
111
|
+
"@genesislcap/foundation-store": "14.492.1",
|
|
112
|
+
"@genesislcap/foundation-ui": "14.492.1",
|
|
113
|
+
"@genesislcap/foundation-utils": "14.492.1",
|
|
114
|
+
"@genesislcap/foundation-zero": "14.492.1",
|
|
115
|
+
"@genesislcap/foundation-zero-grid-pro": "14.492.1",
|
|
116
|
+
"@genesislcap/g2plot-chart": "14.492.1",
|
|
117
|
+
"@genesislcap/rapid-design-system": "14.492.1",
|
|
118
|
+
"@genesislcap/rapid-grid-pro": "14.492.1",
|
|
119
|
+
"@genesislcap/web-core": "14.492.1"
|
|
120
120
|
},
|
|
121
121
|
"publishConfig": {
|
|
122
122
|
"access": "public"
|
|
123
123
|
},
|
|
124
124
|
"customElements": "dist/custom-elements.json",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "f26e1aef5e771f18dc447fa95bb4f1b63915993c"
|
|
126
126
|
}
|