@genesislcap/foundation-entity-management 14.352.0 → 14.353.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.
@@ -3002,6 +3002,55 @@
3002
3002
  }
3003
3003
  ]
3004
3004
  },
3005
+ {
3006
+ "kind": "javascript-module",
3007
+ "path": "src/layouts/default.ts",
3008
+ "declarations": [
3009
+ {
3010
+ "kind": "variable",
3011
+ "name": "loginLayout",
3012
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3013
+ },
3014
+ {
3015
+ "kind": "variable",
3016
+ "name": "defaultLayout",
3017
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
3018
+ }
3019
+ ],
3020
+ "exports": [
3021
+ {
3022
+ "kind": "js",
3023
+ "name": "loginLayout",
3024
+ "declaration": {
3025
+ "name": "loginLayout",
3026
+ "module": "src/layouts/default.ts"
3027
+ }
3028
+ },
3029
+ {
3030
+ "kind": "js",
3031
+ "name": "defaultLayout",
3032
+ "declaration": {
3033
+ "name": "defaultLayout",
3034
+ "module": "src/layouts/default.ts"
3035
+ }
3036
+ }
3037
+ ]
3038
+ },
3039
+ {
3040
+ "kind": "javascript-module",
3041
+ "path": "src/layouts/index.ts",
3042
+ "declarations": [],
3043
+ "exports": [
3044
+ {
3045
+ "kind": "js",
3046
+ "name": "*",
3047
+ "declaration": {
3048
+ "name": "*",
3049
+ "package": "./default"
3050
+ }
3051
+ }
3052
+ ]
3053
+ },
3005
3054
  {
3006
3055
  "kind": "javascript-module",
3007
3056
  "path": "src/main/index.ts",
@@ -3147,55 +3196,6 @@
3147
3196
  }
3148
3197
  ]
3149
3198
  },
3150
- {
3151
- "kind": "javascript-module",
3152
- "path": "src/layouts/default.ts",
3153
- "declarations": [
3154
- {
3155
- "kind": "variable",
3156
- "name": "loginLayout",
3157
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3158
- },
3159
- {
3160
- "kind": "variable",
3161
- "name": "defaultLayout",
3162
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
3163
- }
3164
- ],
3165
- "exports": [
3166
- {
3167
- "kind": "js",
3168
- "name": "loginLayout",
3169
- "declaration": {
3170
- "name": "loginLayout",
3171
- "module": "src/layouts/default.ts"
3172
- }
3173
- },
3174
- {
3175
- "kind": "js",
3176
- "name": "defaultLayout",
3177
- "declaration": {
3178
- "name": "defaultLayout",
3179
- "module": "src/layouts/default.ts"
3180
- }
3181
- }
3182
- ]
3183
- },
3184
- {
3185
- "kind": "javascript-module",
3186
- "path": "src/layouts/index.ts",
3187
- "declarations": [],
3188
- "exports": [
3189
- {
3190
- "kind": "js",
3191
- "name": "*",
3192
- "declaration": {
3193
- "name": "*",
3194
- "package": "./default"
3195
- }
3196
- }
3197
- ]
3198
- },
3199
3199
  {
3200
3200
  "kind": "javascript-module",
3201
3201
  "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": "14.352.0",
4
+ "version": "14.353.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,28 +52,28 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.352.0",
56
- "@genesislcap/genx": "14.352.0",
57
- "@genesislcap/rollup-builder": "14.352.0",
58
- "@genesislcap/ts-builder": "14.352.0",
59
- "@genesislcap/uvu-playwright-builder": "14.352.0",
60
- "@genesislcap/vite-builder": "14.352.0",
61
- "@genesislcap/webpack-builder": "14.352.0"
55
+ "@genesislcap/foundation-testing": "14.353.0",
56
+ "@genesislcap/genx": "14.353.0",
57
+ "@genesislcap/rollup-builder": "14.353.0",
58
+ "@genesislcap/ts-builder": "14.353.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.353.0",
60
+ "@genesislcap/vite-builder": "14.353.0",
61
+ "@genesislcap/webpack-builder": "14.353.0"
62
62
  },
63
63
  "dependencies": {
64
64
  "@ag-grid-community/core": "29.2.0",
65
- "@genesislcap/foundation-comms": "14.352.0",
66
- "@genesislcap/foundation-errors": "14.352.0",
67
- "@genesislcap/foundation-events": "14.352.0",
68
- "@genesislcap/foundation-forms": "14.352.0",
69
- "@genesislcap/foundation-logger": "14.352.0",
70
- "@genesislcap/foundation-login": "14.352.0",
71
- "@genesislcap/foundation-notifications": "14.352.0",
72
- "@genesislcap/foundation-ui": "14.352.0",
73
- "@genesislcap/foundation-utils": "14.352.0",
74
- "@genesislcap/foundation-zero": "14.352.0",
75
- "@genesislcap/foundation-zero-grid-pro": "14.352.0",
76
- "@genesislcap/grid-pro": "14.352.0",
65
+ "@genesislcap/foundation-comms": "14.353.0",
66
+ "@genesislcap/foundation-errors": "14.353.0",
67
+ "@genesislcap/foundation-events": "14.353.0",
68
+ "@genesislcap/foundation-forms": "14.353.0",
69
+ "@genesislcap/foundation-logger": "14.353.0",
70
+ "@genesislcap/foundation-login": "14.353.0",
71
+ "@genesislcap/foundation-notifications": "14.353.0",
72
+ "@genesislcap/foundation-ui": "14.353.0",
73
+ "@genesislcap/foundation-utils": "14.353.0",
74
+ "@genesislcap/foundation-zero": "14.353.0",
75
+ "@genesislcap/foundation-zero-grid-pro": "14.353.0",
76
+ "@genesislcap/grid-pro": "14.353.0",
77
77
  "@microsoft/fast-components": "2.30.6",
78
78
  "@microsoft/fast-element": "1.14.0",
79
79
  "@microsoft/fast-foundation": "2.49.6",
@@ -89,5 +89,5 @@
89
89
  "access": "public"
90
90
  },
91
91
  "customElements": "dist/custom-elements.json",
92
- "gitHead": "3d8a323fd4989f7862d640f7a66b5c206bb7ebea"
92
+ "gitHead": "056526f2c5983b54024fe6fcdeb7c6e83e0e5cb3"
93
93
  }