@genesislcap/foundation-entity-management 14.476.1-alpha-58615db.0 → 14.478.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",
@@ -2943,41 +2978,6 @@
2943
2978
  }
2944
2979
  ]
2945
2980
  },
2946
- {
2947
- "kind": "javascript-module",
2948
- "path": "src/components/components.ts",
2949
- "declarations": [
2950
- {
2951
- "kind": "function",
2952
- "name": "loadRemotes"
2953
- }
2954
- ],
2955
- "exports": [
2956
- {
2957
- "kind": "js",
2958
- "name": "loadRemotes",
2959
- "declaration": {
2960
- "name": "loadRemotes",
2961
- "module": "src/components/components.ts"
2962
- }
2963
- }
2964
- ]
2965
- },
2966
- {
2967
- "kind": "javascript-module",
2968
- "path": "src/components/index.ts",
2969
- "declarations": [],
2970
- "exports": [
2971
- {
2972
- "kind": "js",
2973
- "name": "*",
2974
- "declaration": {
2975
- "name": "*",
2976
- "package": "./components"
2977
- }
2978
- }
2979
- ]
2980
- },
2981
2981
  {
2982
2982
  "kind": "javascript-module",
2983
2983
  "path": "src/list/index.ts",
@@ -3895,6 +3895,27 @@
3895
3895
  }
3896
3896
  ]
3897
3897
  },
3898
+ {
3899
+ "kind": "javascript-module",
3900
+ "path": "src/routes/config.ts",
3901
+ "declarations": [],
3902
+ "exports": []
3903
+ },
3904
+ {
3905
+ "kind": "javascript-module",
3906
+ "path": "src/routes/index.ts",
3907
+ "declarations": [],
3908
+ "exports": [
3909
+ {
3910
+ "kind": "js",
3911
+ "name": "*",
3912
+ "declaration": {
3913
+ "name": "*",
3914
+ "package": "./config"
3915
+ }
3916
+ }
3917
+ ]
3918
+ },
3898
3919
  {
3899
3920
  "kind": "javascript-module",
3900
3921
  "path": "src/layouts/default.ts",
@@ -3944,27 +3965,6 @@
3944
3965
  }
3945
3966
  ]
3946
3967
  },
3947
- {
3948
- "kind": "javascript-module",
3949
- "path": "src/routes/config.ts",
3950
- "declarations": [],
3951
- "exports": []
3952
- },
3953
- {
3954
- "kind": "javascript-module",
3955
- "path": "src/routes/index.ts",
3956
- "declarations": [],
3957
- "exports": [
3958
- {
3959
- "kind": "js",
3960
- "name": "*",
3961
- "declaration": {
3962
- "name": "*",
3963
- "package": "./config"
3964
- }
3965
- }
3966
- ]
3967
- },
3968
3968
  {
3969
3969
  "kind": "javascript-module",
3970
3970
  "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.476.1-alpha-58615db.0",
4
+ "version": "14.478.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.476.1-alpha-58615db.0",
58
- "@genesislcap/genx": "14.476.1-alpha-58615db.0",
59
- "@genesislcap/rollup-builder": "14.476.1-alpha-58615db.0",
60
- "@genesislcap/ts-builder": "14.476.1-alpha-58615db.0",
61
- "@genesislcap/uvu-playwright-builder": "14.476.1-alpha-58615db.0",
62
- "@genesislcap/vite-builder": "14.476.1-alpha-58615db.0",
63
- "@genesislcap/webpack-builder": "14.476.1-alpha-58615db.0"
57
+ "@genesislcap/foundation-testing": "14.478.0",
58
+ "@genesislcap/genx": "14.478.0",
59
+ "@genesislcap/rollup-builder": "14.478.0",
60
+ "@genesislcap/ts-builder": "14.478.0",
61
+ "@genesislcap/uvu-playwright-builder": "14.478.0",
62
+ "@genesislcap/vite-builder": "14.478.0",
63
+ "@genesislcap/webpack-builder": "14.478.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.476.1-alpha-58615db.0",
70
- "@genesislcap/foundation-comms": "14.476.1-alpha-58615db.0",
71
- "@genesislcap/foundation-errors": "14.476.1-alpha-58615db.0",
72
- "@genesislcap/foundation-events": "14.476.1-alpha-58615db.0",
73
- "@genesislcap/foundation-forms": "14.476.1-alpha-58615db.0",
74
- "@genesislcap/foundation-logger": "14.476.1-alpha-58615db.0",
75
- "@genesislcap/foundation-login": "14.476.1-alpha-58615db.0",
76
- "@genesislcap/foundation-notifications": "14.476.1-alpha-58615db.0",
77
- "@genesislcap/foundation-ui": "14.476.1-alpha-58615db.0",
78
- "@genesislcap/foundation-utils": "14.476.1-alpha-58615db.0",
79
- "@genesislcap/foundation-zero": "14.476.1-alpha-58615db.0",
80
- "@genesislcap/foundation-zero-grid-pro": "14.476.1-alpha-58615db.0",
81
- "@genesislcap/grid-pro": "14.476.1-alpha-58615db.0",
82
- "@genesislcap/web-core": "14.476.1-alpha-58615db.0",
69
+ "@genesislcap/foundation-ai": "14.478.0",
70
+ "@genesislcap/foundation-comms": "14.478.0",
71
+ "@genesislcap/foundation-errors": "14.478.0",
72
+ "@genesislcap/foundation-events": "14.478.0",
73
+ "@genesislcap/foundation-forms": "14.478.0",
74
+ "@genesislcap/foundation-logger": "14.478.0",
75
+ "@genesislcap/foundation-login": "14.478.0",
76
+ "@genesislcap/foundation-notifications": "14.478.0",
77
+ "@genesislcap/foundation-ui": "14.478.0",
78
+ "@genesislcap/foundation-utils": "14.478.0",
79
+ "@genesislcap/foundation-zero": "14.478.0",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.478.0",
81
+ "@genesislcap/grid-pro": "14.478.0",
82
+ "@genesislcap/web-core": "14.478.0",
83
83
  "change-case": "^4.1.2"
84
84
  },
85
85
  "repository": {
@@ -102,5 +102,5 @@
102
102
  "require": "./dist/react.cjs"
103
103
  }
104
104
  },
105
- "gitHead": "93069fcbcd7901008bef708c2161672875ad896a"
105
+ "gitHead": "20965e86110c82f436c42313e980e2cfde575f79"
106
106
  }