@genesislcap/foundation-entity-management 14.407.0-workspaces.4 → 14.408.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.
@@ -89,6 +89,41 @@
89
89
  }
90
90
  ]
91
91
  },
92
+ {
93
+ "kind": "javascript-module",
94
+ "path": "src/components/components.ts",
95
+ "declarations": [
96
+ {
97
+ "kind": "function",
98
+ "name": "loadRemotes"
99
+ }
100
+ ],
101
+ "exports": [
102
+ {
103
+ "kind": "js",
104
+ "name": "loadRemotes",
105
+ "declaration": {
106
+ "name": "loadRemotes",
107
+ "module": "src/components/components.ts"
108
+ }
109
+ }
110
+ ]
111
+ },
112
+ {
113
+ "kind": "javascript-module",
114
+ "path": "src/components/index.ts",
115
+ "declarations": [],
116
+ "exports": [
117
+ {
118
+ "kind": "js",
119
+ "name": "*",
120
+ "declaration": {
121
+ "name": "*",
122
+ "package": "./components"
123
+ }
124
+ }
125
+ ]
126
+ },
92
127
  {
93
128
  "kind": "javascript-module",
94
129
  "path": "src/entities/entities.styles.ts",
@@ -2636,41 +2671,6 @@
2636
2671
  }
2637
2672
  ]
2638
2673
  },
2639
- {
2640
- "kind": "javascript-module",
2641
- "path": "src/components/components.ts",
2642
- "declarations": [
2643
- {
2644
- "kind": "function",
2645
- "name": "loadRemotes"
2646
- }
2647
- ],
2648
- "exports": [
2649
- {
2650
- "kind": "js",
2651
- "name": "loadRemotes",
2652
- "declaration": {
2653
- "name": "loadRemotes",
2654
- "module": "src/components/components.ts"
2655
- }
2656
- }
2657
- ]
2658
- },
2659
- {
2660
- "kind": "javascript-module",
2661
- "path": "src/components/index.ts",
2662
- "declarations": [],
2663
- "exports": [
2664
- {
2665
- "kind": "js",
2666
- "name": "*",
2667
- "declaration": {
2668
- "name": "*",
2669
- "package": "./components"
2670
- }
2671
- }
2672
- ]
2673
- },
2674
2674
  {
2675
2675
  "kind": "javascript-module",
2676
2676
  "path": "src/list/index.ts",
@@ -3514,27 +3514,6 @@
3514
3514
  }
3515
3515
  ]
3516
3516
  },
3517
- {
3518
- "kind": "javascript-module",
3519
- "path": "src/routes/config.ts",
3520
- "declarations": [],
3521
- "exports": []
3522
- },
3523
- {
3524
- "kind": "javascript-module",
3525
- "path": "src/routes/index.ts",
3526
- "declarations": [],
3527
- "exports": [
3528
- {
3529
- "kind": "js",
3530
- "name": "*",
3531
- "declaration": {
3532
- "name": "*",
3533
- "package": "./config"
3534
- }
3535
- }
3536
- ]
3537
- },
3538
3517
  {
3539
3518
  "kind": "javascript-module",
3540
3519
  "path": "src/layouts/default.ts",
@@ -3584,6 +3563,27 @@
3584
3563
  }
3585
3564
  ]
3586
3565
  },
3566
+ {
3567
+ "kind": "javascript-module",
3568
+ "path": "src/routes/config.ts",
3569
+ "declarations": [],
3570
+ "exports": []
3571
+ },
3572
+ {
3573
+ "kind": "javascript-module",
3574
+ "path": "src/routes/index.ts",
3575
+ "declarations": [],
3576
+ "exports": [
3577
+ {
3578
+ "kind": "js",
3579
+ "name": "*",
3580
+ "declaration": {
3581
+ "name": "*",
3582
+ "package": "./config"
3583
+ }
3584
+ }
3585
+ ]
3586
+ },
3587
3587
  {
3588
3588
  "kind": "javascript-module",
3589
3589
  "path": "src/utils/custom-actions-utils.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-entity-management",
3
3
  "description": "Genesis Foundation Entity Management",
4
- "version": "14.407.0-workspaces.4",
4
+ "version": "14.408.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -54,32 +54,32 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@genesislcap/foundation-testing": "14.407.0-workspaces.4",
58
- "@genesislcap/genx": "14.407.0-workspaces.4",
59
- "@genesislcap/rollup-builder": "14.407.0-workspaces.4",
60
- "@genesislcap/ts-builder": "14.407.0-workspaces.4",
61
- "@genesislcap/uvu-playwright-builder": "14.407.0-workspaces.4",
62
- "@genesislcap/vite-builder": "14.407.0-workspaces.4",
63
- "@genesislcap/webpack-builder": "14.407.0-workspaces.4"
57
+ "@genesislcap/foundation-testing": "14.408.0",
58
+ "@genesislcap/genx": "14.408.0",
59
+ "@genesislcap/rollup-builder": "14.408.0",
60
+ "@genesislcap/ts-builder": "14.408.0",
61
+ "@genesislcap/uvu-playwright-builder": "14.408.0",
62
+ "@genesislcap/vite-builder": "14.408.0",
63
+ "@genesislcap/webpack-builder": "14.408.0"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-ai": "14.407.0-workspaces.4",
70
- "@genesislcap/foundation-comms": "14.407.0-workspaces.4",
71
- "@genesislcap/foundation-errors": "14.407.0-workspaces.4",
72
- "@genesislcap/foundation-events": "14.407.0-workspaces.4",
73
- "@genesislcap/foundation-forms": "14.407.0-workspaces.4",
74
- "@genesislcap/foundation-logger": "14.407.0-workspaces.4",
75
- "@genesislcap/foundation-login": "14.407.0-workspaces.4",
76
- "@genesislcap/foundation-notifications": "14.407.0-workspaces.4",
77
- "@genesislcap/foundation-ui": "14.407.0-workspaces.4",
78
- "@genesislcap/foundation-utils": "14.407.0-workspaces.4",
79
- "@genesislcap/foundation-zero": "14.407.0-workspaces.4",
80
- "@genesislcap/foundation-zero-grid-pro": "14.407.0-workspaces.4",
81
- "@genesislcap/grid-pro": "14.407.0-workspaces.4",
82
- "@genesislcap/web-core": "14.407.0-workspaces.4",
69
+ "@genesislcap/foundation-ai": "14.408.0",
70
+ "@genesislcap/foundation-comms": "14.408.0",
71
+ "@genesislcap/foundation-errors": "14.408.0",
72
+ "@genesislcap/foundation-events": "14.408.0",
73
+ "@genesislcap/foundation-forms": "14.408.0",
74
+ "@genesislcap/foundation-logger": "14.408.0",
75
+ "@genesislcap/foundation-login": "14.408.0",
76
+ "@genesislcap/foundation-notifications": "14.408.0",
77
+ "@genesislcap/foundation-ui": "14.408.0",
78
+ "@genesislcap/foundation-utils": "14.408.0",
79
+ "@genesislcap/foundation-zero": "14.408.0",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.408.0",
81
+ "@genesislcap/grid-pro": "14.408.0",
82
+ "@genesislcap/web-core": "14.408.0",
83
83
  "change-case": "^4.1.2"
84
84
  },
85
85
  "repository": {
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "923fa7c52904cc262f94b21f8c0b025986bfdf41"
94
+ "gitHead": "26b08831fd001b4ee95c8a0d3364a18c0ec4005b"
95
95
  }