@genesislcap/foundation-entity-management 14.145.3 → 14.145.4-alpha-ea74180.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.
@@ -818,6 +818,55 @@
818
818
  }
819
819
  ]
820
820
  },
821
+ {
822
+ "kind": "javascript-module",
823
+ "path": "src/layouts/default.ts",
824
+ "declarations": [
825
+ {
826
+ "kind": "variable",
827
+ "name": "loginLayout",
828
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
829
+ },
830
+ {
831
+ "kind": "variable",
832
+ "name": "defaultLayout",
833
+ "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)"
834
+ }
835
+ ],
836
+ "exports": [
837
+ {
838
+ "kind": "js",
839
+ "name": "loginLayout",
840
+ "declaration": {
841
+ "name": "loginLayout",
842
+ "module": "src/layouts/default.ts"
843
+ }
844
+ },
845
+ {
846
+ "kind": "js",
847
+ "name": "defaultLayout",
848
+ "declaration": {
849
+ "name": "defaultLayout",
850
+ "module": "src/layouts/default.ts"
851
+ }
852
+ }
853
+ ]
854
+ },
855
+ {
856
+ "kind": "javascript-module",
857
+ "path": "src/layouts/index.ts",
858
+ "declarations": [],
859
+ "exports": [
860
+ {
861
+ "kind": "js",
862
+ "name": "*",
863
+ "declaration": {
864
+ "name": "*",
865
+ "package": "./default"
866
+ }
867
+ }
868
+ ]
869
+ },
821
870
  {
822
871
  "kind": "javascript-module",
823
872
  "path": "src/list/index.ts",
@@ -1224,55 +1273,6 @@
1224
1273
  }
1225
1274
  ]
1226
1275
  },
1227
- {
1228
- "kind": "javascript-module",
1229
- "path": "src/layouts/default.ts",
1230
- "declarations": [
1231
- {
1232
- "kind": "variable",
1233
- "name": "loginLayout",
1234
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1235
- },
1236
- {
1237
- "kind": "variable",
1238
- "name": "defaultLayout",
1239
- "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)"
1240
- }
1241
- ],
1242
- "exports": [
1243
- {
1244
- "kind": "js",
1245
- "name": "loginLayout",
1246
- "declaration": {
1247
- "name": "loginLayout",
1248
- "module": "src/layouts/default.ts"
1249
- }
1250
- },
1251
- {
1252
- "kind": "js",
1253
- "name": "defaultLayout",
1254
- "declaration": {
1255
- "name": "defaultLayout",
1256
- "module": "src/layouts/default.ts"
1257
- }
1258
- }
1259
- ]
1260
- },
1261
- {
1262
- "kind": "javascript-module",
1263
- "path": "src/layouts/index.ts",
1264
- "declarations": [],
1265
- "exports": [
1266
- {
1267
- "kind": "js",
1268
- "name": "*",
1269
- "declaration": {
1270
- "name": "*",
1271
- "package": "./default"
1272
- }
1273
- }
1274
- ]
1275
- },
1276
1276
  {
1277
1277
  "kind": "javascript-module",
1278
1278
  "path": "src/main/index.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.145.3",
4
+ "version": "14.145.4-alpha-ea74180.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,24 +43,24 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.145.3",
47
- "@genesislcap/genx": "14.145.3",
46
+ "@genesislcap/foundation-testing": "14.145.4-alpha-ea74180.0",
47
+ "@genesislcap/genx": "14.145.4-alpha-ea74180.0",
48
48
  "rimraf": "^3.0.2"
49
49
  },
50
50
  "dependencies": {
51
51
  "@ag-grid-community/core": "29.2.0",
52
- "@genesislcap/foundation-comms": "14.145.3",
53
- "@genesislcap/foundation-errors": "14.145.3",
54
- "@genesislcap/foundation-events": "14.145.3",
55
- "@genesislcap/foundation-forms": "14.145.3",
56
- "@genesislcap/foundation-logger": "14.145.3",
57
- "@genesislcap/foundation-login": "14.145.3",
58
- "@genesislcap/foundation-notifications": "14.145.3",
59
- "@genesislcap/foundation-ui": "14.145.3",
60
- "@genesislcap/foundation-utils": "14.145.3",
61
- "@genesislcap/foundation-zero": "14.145.3",
62
- "@genesislcap/foundation-zero-grid-pro": "14.145.3",
63
- "@genesislcap/grid-pro": "14.145.3",
52
+ "@genesislcap/foundation-comms": "14.145.4-alpha-ea74180.0",
53
+ "@genesislcap/foundation-errors": "14.145.4-alpha-ea74180.0",
54
+ "@genesislcap/foundation-events": "14.145.4-alpha-ea74180.0",
55
+ "@genesislcap/foundation-forms": "14.145.4-alpha-ea74180.0",
56
+ "@genesislcap/foundation-logger": "14.145.4-alpha-ea74180.0",
57
+ "@genesislcap/foundation-login": "14.145.4-alpha-ea74180.0",
58
+ "@genesislcap/foundation-notifications": "14.145.4-alpha-ea74180.0",
59
+ "@genesislcap/foundation-ui": "14.145.4-alpha-ea74180.0",
60
+ "@genesislcap/foundation-utils": "14.145.4-alpha-ea74180.0",
61
+ "@genesislcap/foundation-zero": "14.145.4-alpha-ea74180.0",
62
+ "@genesislcap/foundation-zero-grid-pro": "14.145.4-alpha-ea74180.0",
63
+ "@genesislcap/grid-pro": "14.145.4-alpha-ea74180.0",
64
64
  "@microsoft/fast-components": "^2.30.6",
65
65
  "@microsoft/fast-element": "^1.12.0",
66
66
  "@microsoft/fast-foundation": "^2.49.4",
@@ -76,5 +76,5 @@
76
76
  "access": "public"
77
77
  },
78
78
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "cb5a90f2479c3af0f15517f29c36ebe30fdd9e0d"
79
+ "gitHead": "53ebf26d84c42a91ada2b12f5b70c1f20d5c0a3b"
80
80
  }