@genesislcap/foundation-entity-management 14.477.0 → 14.478.1-alpha-abf67b6.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",
@@ -2945,27 +2980,41 @@
2945
2980
  },
2946
2981
  {
2947
2982
  "kind": "javascript-module",
2948
- "path": "src/components/components.ts",
2983
+ "path": "src/layouts/default.ts",
2949
2984
  "declarations": [
2950
2985
  {
2951
- "kind": "function",
2952
- "name": "loadRemotes"
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)"
2953
2994
  }
2954
2995
  ],
2955
2996
  "exports": [
2956
2997
  {
2957
2998
  "kind": "js",
2958
- "name": "loadRemotes",
2999
+ "name": "loginLayout",
2959
3000
  "declaration": {
2960
- "name": "loadRemotes",
2961
- "module": "src/components/components.ts"
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"
2962
3011
  }
2963
3012
  }
2964
3013
  ]
2965
3014
  },
2966
3015
  {
2967
3016
  "kind": "javascript-module",
2968
- "path": "src/components/index.ts",
3017
+ "path": "src/layouts/index.ts",
2969
3018
  "declarations": [],
2970
3019
  "exports": [
2971
3020
  {
@@ -2973,7 +3022,7 @@
2973
3022
  "name": "*",
2974
3023
  "declaration": {
2975
3024
  "name": "*",
2976
- "package": "./components"
3025
+ "package": "./default"
2977
3026
  }
2978
3027
  }
2979
3028
  ]
@@ -3751,6 +3800,27 @@
3751
3800
  }
3752
3801
  ]
3753
3802
  },
3803
+ {
3804
+ "kind": "javascript-module",
3805
+ "path": "src/routes/config.ts",
3806
+ "declarations": [],
3807
+ "exports": []
3808
+ },
3809
+ {
3810
+ "kind": "javascript-module",
3811
+ "path": "src/routes/index.ts",
3812
+ "declarations": [],
3813
+ "exports": [
3814
+ {
3815
+ "kind": "js",
3816
+ "name": "*",
3817
+ "declaration": {
3818
+ "name": "*",
3819
+ "package": "./config"
3820
+ }
3821
+ }
3822
+ ]
3823
+ },
3754
3824
  {
3755
3825
  "kind": "javascript-module",
3756
3826
  "path": "src/main/index.ts",
@@ -3895,76 +3965,6 @@
3895
3965
  }
3896
3966
  ]
3897
3967
  },
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
- {
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.477.0",
4
+ "version": "14.478.1-alpha-abf67b6.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.477.0",
58
- "@genesislcap/genx": "14.477.0",
59
- "@genesislcap/rollup-builder": "14.477.0",
60
- "@genesislcap/ts-builder": "14.477.0",
61
- "@genesislcap/uvu-playwright-builder": "14.477.0",
62
- "@genesislcap/vite-builder": "14.477.0",
63
- "@genesislcap/webpack-builder": "14.477.0"
57
+ "@genesislcap/foundation-testing": "14.478.1-alpha-abf67b6.0",
58
+ "@genesislcap/genx": "14.478.1-alpha-abf67b6.0",
59
+ "@genesislcap/rollup-builder": "14.478.1-alpha-abf67b6.0",
60
+ "@genesislcap/ts-builder": "14.478.1-alpha-abf67b6.0",
61
+ "@genesislcap/uvu-playwright-builder": "14.478.1-alpha-abf67b6.0",
62
+ "@genesislcap/vite-builder": "14.478.1-alpha-abf67b6.0",
63
+ "@genesislcap/webpack-builder": "14.478.1-alpha-abf67b6.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.477.0",
70
- "@genesislcap/foundation-comms": "14.477.0",
71
- "@genesislcap/foundation-errors": "14.477.0",
72
- "@genesislcap/foundation-events": "14.477.0",
73
- "@genesislcap/foundation-forms": "14.477.0",
74
- "@genesislcap/foundation-logger": "14.477.0",
75
- "@genesislcap/foundation-login": "14.477.0",
76
- "@genesislcap/foundation-notifications": "14.477.0",
77
- "@genesislcap/foundation-ui": "14.477.0",
78
- "@genesislcap/foundation-utils": "14.477.0",
79
- "@genesislcap/foundation-zero": "14.477.0",
80
- "@genesislcap/foundation-zero-grid-pro": "14.477.0",
81
- "@genesislcap/grid-pro": "14.477.0",
82
- "@genesislcap/web-core": "14.477.0",
69
+ "@genesislcap/foundation-ai": "14.478.1-alpha-abf67b6.0",
70
+ "@genesislcap/foundation-comms": "14.478.1-alpha-abf67b6.0",
71
+ "@genesislcap/foundation-errors": "14.478.1-alpha-abf67b6.0",
72
+ "@genesislcap/foundation-events": "14.478.1-alpha-abf67b6.0",
73
+ "@genesislcap/foundation-forms": "14.478.1-alpha-abf67b6.0",
74
+ "@genesislcap/foundation-logger": "14.478.1-alpha-abf67b6.0",
75
+ "@genesislcap/foundation-login": "14.478.1-alpha-abf67b6.0",
76
+ "@genesislcap/foundation-notifications": "14.478.1-alpha-abf67b6.0",
77
+ "@genesislcap/foundation-ui": "14.478.1-alpha-abf67b6.0",
78
+ "@genesislcap/foundation-utils": "14.478.1-alpha-abf67b6.0",
79
+ "@genesislcap/foundation-zero": "14.478.1-alpha-abf67b6.0",
80
+ "@genesislcap/foundation-zero-grid-pro": "14.478.1-alpha-abf67b6.0",
81
+ "@genesislcap/grid-pro": "14.478.1-alpha-abf67b6.0",
82
+ "@genesislcap/web-core": "14.478.1-alpha-abf67b6.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": "324acb34781a5c6e8e5e19a8d53ca7a418941787"
105
+ "gitHead": "f9b18c192af4160f36f0e97d7b2001cdd9e78baf"
106
106
  }