@genesislcap/pbc-reconciliation-ui 14.497.0 → 14.498.0

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.
@@ -349,6 +349,86 @@
349
349
  }
350
350
  ]
351
351
  },
352
+ {
353
+ "kind": "javascript-module",
354
+ "path": "src/services/data-dictionary.service.ts",
355
+ "declarations": [
356
+ {
357
+ "kind": "variable",
358
+ "name": "DataDictionaryService"
359
+ }
360
+ ],
361
+ "exports": [
362
+ {
363
+ "kind": "js",
364
+ "name": "DataDictionaryService",
365
+ "declaration": {
366
+ "name": "DataDictionaryService",
367
+ "module": "src/services/data-dictionary.service.ts"
368
+ }
369
+ }
370
+ ]
371
+ },
372
+ {
373
+ "kind": "javascript-module",
374
+ "path": "src/services/document.service.ts",
375
+ "declarations": [
376
+ {
377
+ "kind": "variable",
378
+ "name": "DocumentService"
379
+ }
380
+ ],
381
+ "exports": [
382
+ {
383
+ "kind": "js",
384
+ "name": "DocumentService",
385
+ "declaration": {
386
+ "name": "DocumentService",
387
+ "module": "src/services/document.service.ts"
388
+ }
389
+ }
390
+ ]
391
+ },
392
+ {
393
+ "kind": "javascript-module",
394
+ "path": "src/services/reconciliation-configuration.service.ts",
395
+ "declarations": [
396
+ {
397
+ "kind": "variable",
398
+ "name": "ReconciliationConfigurationService"
399
+ }
400
+ ],
401
+ "exports": [
402
+ {
403
+ "kind": "js",
404
+ "name": "ReconciliationConfigurationService",
405
+ "declaration": {
406
+ "name": "ReconciliationConfigurationService",
407
+ "module": "src/services/reconciliation-configuration.service.ts"
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "kind": "javascript-module",
414
+ "path": "src/services/reconciliation.service.ts",
415
+ "declarations": [
416
+ {
417
+ "kind": "variable",
418
+ "name": "ReconciliationService"
419
+ }
420
+ ],
421
+ "exports": [
422
+ {
423
+ "kind": "js",
424
+ "name": "ReconciliationService",
425
+ "declaration": {
426
+ "name": "ReconciliationService",
427
+ "module": "src/services/reconciliation.service.ts"
428
+ }
429
+ }
430
+ ]
431
+ },
352
432
  {
353
433
  "kind": "javascript-module",
354
434
  "path": "src/main/index.ts",
@@ -788,86 +868,6 @@
788
868
  }
789
869
  ]
790
870
  },
791
- {
792
- "kind": "javascript-module",
793
- "path": "src/services/data-dictionary.service.ts",
794
- "declarations": [
795
- {
796
- "kind": "variable",
797
- "name": "DataDictionaryService"
798
- }
799
- ],
800
- "exports": [
801
- {
802
- "kind": "js",
803
- "name": "DataDictionaryService",
804
- "declaration": {
805
- "name": "DataDictionaryService",
806
- "module": "src/services/data-dictionary.service.ts"
807
- }
808
- }
809
- ]
810
- },
811
- {
812
- "kind": "javascript-module",
813
- "path": "src/services/document.service.ts",
814
- "declarations": [
815
- {
816
- "kind": "variable",
817
- "name": "DocumentService"
818
- }
819
- ],
820
- "exports": [
821
- {
822
- "kind": "js",
823
- "name": "DocumentService",
824
- "declaration": {
825
- "name": "DocumentService",
826
- "module": "src/services/document.service.ts"
827
- }
828
- }
829
- ]
830
- },
831
- {
832
- "kind": "javascript-module",
833
- "path": "src/services/reconciliation-configuration.service.ts",
834
- "declarations": [
835
- {
836
- "kind": "variable",
837
- "name": "ReconciliationConfigurationService"
838
- }
839
- ],
840
- "exports": [
841
- {
842
- "kind": "js",
843
- "name": "ReconciliationConfigurationService",
844
- "declaration": {
845
- "name": "ReconciliationConfigurationService",
846
- "module": "src/services/reconciliation-configuration.service.ts"
847
- }
848
- }
849
- ]
850
- },
851
- {
852
- "kind": "javascript-module",
853
- "path": "src/services/reconciliation.service.ts",
854
- "declarations": [
855
- {
856
- "kind": "variable",
857
- "name": "ReconciliationService"
858
- }
859
- ],
860
- "exports": [
861
- {
862
- "kind": "js",
863
- "name": "ReconciliationService",
864
- "declaration": {
865
- "name": "ReconciliationService",
866
- "module": "src/services/reconciliation.service.ts"
867
- }
868
- }
869
- ]
870
- },
871
871
  {
872
872
  "kind": "javascript-module",
873
873
  "path": "src/styles/scrollbar.styles.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.497.0",
4
+ "version": "14.498.0",
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.497.0",
90
- "@genesislcap/eslint-config": "14.497.0",
91
- "@genesislcap/eslint-stylelint-builder": "14.497.0",
92
- "@genesislcap/foundation-testing": "14.497.0",
93
- "@genesislcap/genx": "14.497.0",
94
- "@genesislcap/prettier-config": "14.497.0",
95
- "@genesislcap/stylelint-config": "14.497.0",
96
- "@genesislcap/uvu-playwright-builder": "14.497.0",
97
- "@genesislcap/vite-builder": "14.497.0",
98
- "@genesislcap/webpack-builder": "14.497.0",
89
+ "@genesislcap/design-system-configurator": "14.498.0",
90
+ "@genesislcap/eslint-config": "14.498.0",
91
+ "@genesislcap/eslint-stylelint-builder": "14.498.0",
92
+ "@genesislcap/foundation-testing": "14.498.0",
93
+ "@genesislcap/genx": "14.498.0",
94
+ "@genesislcap/prettier-config": "14.498.0",
95
+ "@genesislcap/stylelint-config": "14.498.0",
96
+ "@genesislcap/uvu-playwright-builder": "14.498.0",
97
+ "@genesislcap/vite-builder": "14.498.0",
98
+ "@genesislcap/webpack-builder": "14.498.0",
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.497.0",
106
- "@genesislcap/foundation-events": "14.497.0",
107
- "@genesislcap/foundation-layout": "14.497.0",
108
- "@genesislcap/foundation-logger": "14.497.0",
109
- "@genesislcap/foundation-notifications": "14.497.0",
110
- "@genesislcap/foundation-shell": "14.497.0",
111
- "@genesislcap/foundation-store": "14.497.0",
112
- "@genesislcap/foundation-ui": "14.497.0",
113
- "@genesislcap/foundation-utils": "14.497.0",
114
- "@genesislcap/foundation-zero": "14.497.0",
115
- "@genesislcap/foundation-zero-grid-pro": "14.497.0",
116
- "@genesislcap/g2plot-chart": "14.497.0",
117
- "@genesislcap/rapid-design-system": "14.497.0",
118
- "@genesislcap/rapid-grid-pro": "14.497.0",
119
- "@genesislcap/web-core": "14.497.0"
105
+ "@genesislcap/foundation-comms": "14.498.0",
106
+ "@genesislcap/foundation-events": "14.498.0",
107
+ "@genesislcap/foundation-layout": "14.498.0",
108
+ "@genesislcap/foundation-logger": "14.498.0",
109
+ "@genesislcap/foundation-notifications": "14.498.0",
110
+ "@genesislcap/foundation-shell": "14.498.0",
111
+ "@genesislcap/foundation-store": "14.498.0",
112
+ "@genesislcap/foundation-ui": "14.498.0",
113
+ "@genesislcap/foundation-utils": "14.498.0",
114
+ "@genesislcap/foundation-zero": "14.498.0",
115
+ "@genesislcap/foundation-zero-grid-pro": "14.498.0",
116
+ "@genesislcap/g2plot-chart": "14.498.0",
117
+ "@genesislcap/rapid-design-system": "14.498.0",
118
+ "@genesislcap/rapid-grid-pro": "14.498.0",
119
+ "@genesislcap/web-core": "14.498.0"
120
120
  },
121
121
  "publishConfig": {
122
122
  "access": "public"
123
123
  },
124
124
  "customElements": "dist/custom-elements.json",
125
- "gitHead": "8859a3cd83bd40fc5e5bbff9be5ebe02380fb6ec"
125
+ "gitHead": "88a07e46851fa94efc9399c50975c9eb2c21168c"
126
126
  }