@genesislcap/foundation-entity-management 15.1.0-GENC-1461.6 → 15.2.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,41 +89,6 @@
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
- },
127
92
  {
128
93
  "kind": "javascript-module",
129
94
  "path": "src/entities/entities.styles.ts",
@@ -2978,6 +2943,90 @@
2978
2943
  }
2979
2944
  ]
2980
2945
  },
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
+ {
2982
+ "kind": "javascript-module",
2983
+ "path": "src/layouts/default.ts",
2984
+ "declarations": [
2985
+ {
2986
+ "kind": "variable",
2987
+ "name": "loginLayout",
2988
+ "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2989
+ },
2990
+ {
2991
+ "kind": "variable",
2992
+ "name": "defaultLayout",
2993
+ "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
2994
+ }
2995
+ ],
2996
+ "exports": [
2997
+ {
2998
+ "kind": "js",
2999
+ "name": "loginLayout",
3000
+ "declaration": {
3001
+ "name": "loginLayout",
3002
+ "module": "src/layouts/default.ts"
3003
+ }
3004
+ },
3005
+ {
3006
+ "kind": "js",
3007
+ "name": "defaultLayout",
3008
+ "declaration": {
3009
+ "name": "defaultLayout",
3010
+ "module": "src/layouts/default.ts"
3011
+ }
3012
+ }
3013
+ ]
3014
+ },
3015
+ {
3016
+ "kind": "javascript-module",
3017
+ "path": "src/layouts/index.ts",
3018
+ "declarations": [],
3019
+ "exports": [
3020
+ {
3021
+ "kind": "js",
3022
+ "name": "*",
3023
+ "declaration": {
3024
+ "name": "*",
3025
+ "package": "./default"
3026
+ }
3027
+ }
3028
+ ]
3029
+ },
2981
3030
  {
2982
3031
  "kind": "javascript-module",
2983
3032
  "path": "src/list/index.ts",
@@ -3895,55 +3944,6 @@
3895
3944
  }
3896
3945
  ]
3897
3946
  },
3898
- {
3899
- "kind": "javascript-module",
3900
- "path": "src/layouts/default.ts",
3901
- "declarations": [
3902
- {
3903
- "kind": "variable",
3904
- "name": "loginLayout",
3905
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3906
- },
3907
- {
3908
- "kind": "variable",
3909
- "name": "defaultLayout",
3910
- "default": "new GenesisElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
3911
- }
3912
- ],
3913
- "exports": [
3914
- {
3915
- "kind": "js",
3916
- "name": "loginLayout",
3917
- "declaration": {
3918
- "name": "loginLayout",
3919
- "module": "src/layouts/default.ts"
3920
- }
3921
- },
3922
- {
3923
- "kind": "js",
3924
- "name": "defaultLayout",
3925
- "declaration": {
3926
- "name": "defaultLayout",
3927
- "module": "src/layouts/default.ts"
3928
- }
3929
- }
3930
- ]
3931
- },
3932
- {
3933
- "kind": "javascript-module",
3934
- "path": "src/layouts/index.ts",
3935
- "declarations": [],
3936
- "exports": [
3937
- {
3938
- "kind": "js",
3939
- "name": "*",
3940
- "declaration": {
3941
- "name": "*",
3942
- "package": "./default"
3943
- }
3944
- }
3945
- ]
3946
- },
3947
3947
  {
3948
3948
  "kind": "javascript-module",
3949
3949
  "path": "src/routes/config.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": "15.1.0-GENC-1461.6",
4
+ "version": "15.2.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -54,33 +54,33 @@
54
54
  }
55
55
  },
56
56
  "devDependencies": {
57
- "@genesislcap/foundation-testing": "15.1.0-GENC-1461.6",
58
- "@genesislcap/genx": "15.1.0-GENC-1461.6",
59
- "@genesislcap/rollup-builder": "15.1.0-GENC-1461.6",
60
- "@genesislcap/ts-builder": "15.1.0-GENC-1461.6",
61
- "@genesislcap/uvu-playwright-builder": "15.1.0-GENC-1461.6",
62
- "@genesislcap/vite-builder": "15.1.0-GENC-1461.6",
63
- "@genesislcap/webpack-builder": "15.1.0-GENC-1461.6"
57
+ "@genesislcap/foundation-testing": "15.2.0",
58
+ "@genesislcap/genx": "15.2.0",
59
+ "@genesislcap/rollup-builder": "15.2.0",
60
+ "@genesislcap/ts-builder": "15.2.0",
61
+ "@genesislcap/uvu-playwright-builder": "15.2.0",
62
+ "@genesislcap/vite-builder": "15.2.0",
63
+ "@genesislcap/webpack-builder": "15.2.0"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@ag-grid-community/core": "29.2.0",
67
67
  "ag-grid-community": "36.0.0"
68
68
  },
69
69
  "dependencies": {
70
- "@genesislcap/foundation-ai": "15.1.0-GENC-1461.6",
71
- "@genesislcap/foundation-auth": "15.1.0-GENC-1461.6",
72
- "@genesislcap/foundation-comms": "15.1.0-GENC-1461.6",
73
- "@genesislcap/foundation-errors": "15.1.0-GENC-1461.6",
74
- "@genesislcap/foundation-events": "15.1.0-GENC-1461.6",
75
- "@genesislcap/foundation-forms": "15.1.0-GENC-1461.6",
76
- "@genesislcap/foundation-logger": "15.1.0-GENC-1461.6",
77
- "@genesislcap/foundation-notifications": "15.1.0-GENC-1461.6",
78
- "@genesislcap/foundation-ui": "15.1.0-GENC-1461.6",
79
- "@genesislcap/foundation-utils": "15.1.0-GENC-1461.6",
80
- "@genesislcap/foundation-zero": "15.1.0-GENC-1461.6",
81
- "@genesislcap/foundation-zero-grid-pro": "15.1.0-GENC-1461.6",
82
- "@genesislcap/grid-pro": "15.1.0-GENC-1461.6",
83
- "@genesislcap/web-core": "15.1.0-GENC-1461.6",
70
+ "@genesislcap/foundation-ai": "15.2.0",
71
+ "@genesislcap/foundation-auth": "15.2.0",
72
+ "@genesislcap/foundation-comms": "15.2.0",
73
+ "@genesislcap/foundation-errors": "15.2.0",
74
+ "@genesislcap/foundation-events": "15.2.0",
75
+ "@genesislcap/foundation-forms": "15.2.0",
76
+ "@genesislcap/foundation-logger": "15.2.0",
77
+ "@genesislcap/foundation-notifications": "15.2.0",
78
+ "@genesislcap/foundation-ui": "15.2.0",
79
+ "@genesislcap/foundation-utils": "15.2.0",
80
+ "@genesislcap/foundation-zero": "15.2.0",
81
+ "@genesislcap/foundation-zero-grid-pro": "15.2.0",
82
+ "@genesislcap/grid-pro": "15.2.0",
83
+ "@genesislcap/web-core": "15.2.0",
84
84
  "change-case": "^4.1.2"
85
85
  },
86
86
  "repository": {
@@ -103,5 +103,5 @@
103
103
  "require": "./dist/react.cjs"
104
104
  }
105
105
  },
106
- "gitHead": "fe4c3b94eb819877d8a0a9879743e6070548bf34"
106
+ "gitHead": "c39af72807245ad2240adf75233c2769213d9aba"
107
107
  }