@genesislcap/foundation-entity-management 14.183.8-alpha-63f9910.0 → 14.184.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.
@@ -87,41 +87,6 @@
87
87
  }
88
88
  ]
89
89
  },
90
- {
91
- "kind": "javascript-module",
92
- "path": "src/components/components.ts",
93
- "declarations": [
94
- {
95
- "kind": "function",
96
- "name": "loadRemotes"
97
- }
98
- ],
99
- "exports": [
100
- {
101
- "kind": "js",
102
- "name": "loadRemotes",
103
- "declaration": {
104
- "name": "loadRemotes",
105
- "module": "src/components/components.ts"
106
- }
107
- }
108
- ]
109
- },
110
- {
111
- "kind": "javascript-module",
112
- "path": "src/components/index.ts",
113
- "declarations": [],
114
- "exports": [
115
- {
116
- "kind": "js",
117
- "name": "*",
118
- "declaration": {
119
- "name": "*",
120
- "package": "./components"
121
- }
122
- }
123
- ]
124
- },
125
90
  {
126
91
  "kind": "javascript-module",
127
92
  "path": "src/entities/entities.styles.ts",
@@ -917,6 +882,90 @@
917
882
  }
918
883
  ]
919
884
  },
885
+ {
886
+ "kind": "javascript-module",
887
+ "path": "src/components/components.ts",
888
+ "declarations": [
889
+ {
890
+ "kind": "function",
891
+ "name": "loadRemotes"
892
+ }
893
+ ],
894
+ "exports": [
895
+ {
896
+ "kind": "js",
897
+ "name": "loadRemotes",
898
+ "declaration": {
899
+ "name": "loadRemotes",
900
+ "module": "src/components/components.ts"
901
+ }
902
+ }
903
+ ]
904
+ },
905
+ {
906
+ "kind": "javascript-module",
907
+ "path": "src/components/index.ts",
908
+ "declarations": [],
909
+ "exports": [
910
+ {
911
+ "kind": "js",
912
+ "name": "*",
913
+ "declaration": {
914
+ "name": "*",
915
+ "package": "./components"
916
+ }
917
+ }
918
+ ]
919
+ },
920
+ {
921
+ "kind": "javascript-module",
922
+ "path": "src/layouts/default.ts",
923
+ "declarations": [
924
+ {
925
+ "kind": "variable",
926
+ "name": "loginLayout",
927
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
928
+ },
929
+ {
930
+ "kind": "variable",
931
+ "name": "defaultLayout",
932
+ "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)"
933
+ }
934
+ ],
935
+ "exports": [
936
+ {
937
+ "kind": "js",
938
+ "name": "loginLayout",
939
+ "declaration": {
940
+ "name": "loginLayout",
941
+ "module": "src/layouts/default.ts"
942
+ }
943
+ },
944
+ {
945
+ "kind": "js",
946
+ "name": "defaultLayout",
947
+ "declaration": {
948
+ "name": "defaultLayout",
949
+ "module": "src/layouts/default.ts"
950
+ }
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "kind": "javascript-module",
956
+ "path": "src/layouts/index.ts",
957
+ "declarations": [],
958
+ "exports": [
959
+ {
960
+ "kind": "js",
961
+ "name": "*",
962
+ "declaration": {
963
+ "name": "*",
964
+ "package": "./default"
965
+ }
966
+ }
967
+ ]
968
+ },
920
969
  {
921
970
  "kind": "javascript-module",
922
971
  "path": "src/list/index.ts",
@@ -1380,55 +1429,6 @@
1380
1429
  }
1381
1430
  ]
1382
1431
  },
1383
- {
1384
- "kind": "javascript-module",
1385
- "path": "src/layouts/default.ts",
1386
- "declarations": [
1387
- {
1388
- "kind": "variable",
1389
- "name": "loginLayout",
1390
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1391
- },
1392
- {
1393
- "kind": "variable",
1394
- "name": "defaultLayout",
1395
- "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)"
1396
- }
1397
- ],
1398
- "exports": [
1399
- {
1400
- "kind": "js",
1401
- "name": "loginLayout",
1402
- "declaration": {
1403
- "name": "loginLayout",
1404
- "module": "src/layouts/default.ts"
1405
- }
1406
- },
1407
- {
1408
- "kind": "js",
1409
- "name": "defaultLayout",
1410
- "declaration": {
1411
- "name": "defaultLayout",
1412
- "module": "src/layouts/default.ts"
1413
- }
1414
- }
1415
- ]
1416
- },
1417
- {
1418
- "kind": "javascript-module",
1419
- "path": "src/layouts/index.ts",
1420
- "declarations": [],
1421
- "exports": [
1422
- {
1423
- "kind": "js",
1424
- "name": "*",
1425
- "declaration": {
1426
- "name": "*",
1427
- "package": "./default"
1428
- }
1429
- }
1430
- ]
1431
- },
1432
1432
  {
1433
1433
  "kind": "javascript-module",
1434
1434
  "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.183.8-alpha-63f9910.0",
4
+ "version": "14.184.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.183.8-alpha-63f9910.0",
47
- "@genesislcap/genx": "14.183.8-alpha-63f9910.0",
48
- "@genesislcap/rollup-builder": "14.183.8-alpha-63f9910.0",
49
- "@genesislcap/ts-builder": "14.183.8-alpha-63f9910.0",
50
- "@genesislcap/uvu-playwright-builder": "14.183.8-alpha-63f9910.0",
51
- "@genesislcap/vite-builder": "14.183.8-alpha-63f9910.0",
52
- "@genesislcap/webpack-builder": "14.183.8-alpha-63f9910.0",
46
+ "@genesislcap/foundation-testing": "14.184.0",
47
+ "@genesislcap/genx": "14.184.0",
48
+ "@genesislcap/rollup-builder": "14.184.0",
49
+ "@genesislcap/ts-builder": "14.184.0",
50
+ "@genesislcap/uvu-playwright-builder": "14.184.0",
51
+ "@genesislcap/vite-builder": "14.184.0",
52
+ "@genesislcap/webpack-builder": "14.184.0",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.183.8-alpha-63f9910.0",
58
- "@genesislcap/foundation-errors": "14.183.8-alpha-63f9910.0",
59
- "@genesislcap/foundation-events": "14.183.8-alpha-63f9910.0",
60
- "@genesislcap/foundation-forms": "14.183.8-alpha-63f9910.0",
61
- "@genesislcap/foundation-logger": "14.183.8-alpha-63f9910.0",
62
- "@genesislcap/foundation-login": "14.183.8-alpha-63f9910.0",
63
- "@genesislcap/foundation-notifications": "14.183.8-alpha-63f9910.0",
64
- "@genesislcap/foundation-ui": "14.183.8-alpha-63f9910.0",
65
- "@genesislcap/foundation-utils": "14.183.8-alpha-63f9910.0",
66
- "@genesislcap/foundation-zero": "14.183.8-alpha-63f9910.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.183.8-alpha-63f9910.0",
68
- "@genesislcap/grid-pro": "14.183.8-alpha-63f9910.0",
57
+ "@genesislcap/foundation-comms": "14.184.0",
58
+ "@genesislcap/foundation-errors": "14.184.0",
59
+ "@genesislcap/foundation-events": "14.184.0",
60
+ "@genesislcap/foundation-forms": "14.184.0",
61
+ "@genesislcap/foundation-logger": "14.184.0",
62
+ "@genesislcap/foundation-login": "14.184.0",
63
+ "@genesislcap/foundation-notifications": "14.184.0",
64
+ "@genesislcap/foundation-ui": "14.184.0",
65
+ "@genesislcap/foundation-utils": "14.184.0",
66
+ "@genesislcap/foundation-zero": "14.184.0",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.184.0",
68
+ "@genesislcap/grid-pro": "14.184.0",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "b1ba8545a90c7c6a17ce51463d44f309c7ed5083"
84
+ "gitHead": "8aef45b63f3c8b0336b3f8cc97ad79a36e9b5381"
85
85
  }