@genesislcap/foundation-entity-management 14.151.0 → 14.151.1

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",
@@ -838,6 +803,55 @@
838
803
  }
839
804
  ]
840
805
  },
806
+ {
807
+ "kind": "javascript-module",
808
+ "path": "src/layouts/default.ts",
809
+ "declarations": [
810
+ {
811
+ "kind": "variable",
812
+ "name": "loginLayout",
813
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
814
+ },
815
+ {
816
+ "kind": "variable",
817
+ "name": "defaultLayout",
818
+ "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)"
819
+ }
820
+ ],
821
+ "exports": [
822
+ {
823
+ "kind": "js",
824
+ "name": "loginLayout",
825
+ "declaration": {
826
+ "name": "loginLayout",
827
+ "module": "src/layouts/default.ts"
828
+ }
829
+ },
830
+ {
831
+ "kind": "js",
832
+ "name": "defaultLayout",
833
+ "declaration": {
834
+ "name": "defaultLayout",
835
+ "module": "src/layouts/default.ts"
836
+ }
837
+ }
838
+ ]
839
+ },
840
+ {
841
+ "kind": "javascript-module",
842
+ "path": "src/layouts/index.ts",
843
+ "declarations": [],
844
+ "exports": [
845
+ {
846
+ "kind": "js",
847
+ "name": "*",
848
+ "declaration": {
849
+ "name": "*",
850
+ "package": "./default"
851
+ }
852
+ }
853
+ ]
854
+ },
841
855
  {
842
856
  "kind": "javascript-module",
843
857
  "path": "src/list/index.ts",
@@ -1260,41 +1274,27 @@
1260
1274
  },
1261
1275
  {
1262
1276
  "kind": "javascript-module",
1263
- "path": "src/layouts/default.ts",
1277
+ "path": "src/components/components.ts",
1264
1278
  "declarations": [
1265
1279
  {
1266
- "kind": "variable",
1267
- "name": "loginLayout",
1268
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1269
- },
1270
- {
1271
- "kind": "variable",
1272
- "name": "defaultLayout",
1273
- "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)"
1280
+ "kind": "function",
1281
+ "name": "loadRemotes"
1274
1282
  }
1275
1283
  ],
1276
1284
  "exports": [
1277
1285
  {
1278
1286
  "kind": "js",
1279
- "name": "loginLayout",
1280
- "declaration": {
1281
- "name": "loginLayout",
1282
- "module": "src/layouts/default.ts"
1283
- }
1284
- },
1285
- {
1286
- "kind": "js",
1287
- "name": "defaultLayout",
1287
+ "name": "loadRemotes",
1288
1288
  "declaration": {
1289
- "name": "defaultLayout",
1290
- "module": "src/layouts/default.ts"
1289
+ "name": "loadRemotes",
1290
+ "module": "src/components/components.ts"
1291
1291
  }
1292
1292
  }
1293
1293
  ]
1294
1294
  },
1295
1295
  {
1296
1296
  "kind": "javascript-module",
1297
- "path": "src/layouts/index.ts",
1297
+ "path": "src/components/index.ts",
1298
1298
  "declarations": [],
1299
1299
  "exports": [
1300
1300
  {
@@ -1302,7 +1302,7 @@
1302
1302
  "name": "*",
1303
1303
  "declaration": {
1304
1304
  "name": "*",
1305
- "package": "./default"
1305
+ "package": "./components"
1306
1306
  }
1307
1307
  }
1308
1308
  ]
@@ -2414,27 +2414,6 @@
2414
2414
  }
2415
2415
  ]
2416
2416
  },
2417
- {
2418
- "kind": "javascript-module",
2419
- "path": "src/routes/config.ts",
2420
- "declarations": [],
2421
- "exports": []
2422
- },
2423
- {
2424
- "kind": "javascript-module",
2425
- "path": "src/routes/index.ts",
2426
- "declarations": [],
2427
- "exports": [
2428
- {
2429
- "kind": "js",
2430
- "name": "*",
2431
- "declaration": {
2432
- "name": "*",
2433
- "package": "./config"
2434
- }
2435
- }
2436
- ]
2437
- },
2438
2417
  {
2439
2418
  "kind": "javascript-module",
2440
2419
  "path": "src/users/users.template.ts",
@@ -2642,6 +2621,27 @@
2642
2621
  }
2643
2622
  ]
2644
2623
  },
2624
+ {
2625
+ "kind": "javascript-module",
2626
+ "path": "src/routes/config.ts",
2627
+ "declarations": [],
2628
+ "exports": []
2629
+ },
2630
+ {
2631
+ "kind": "javascript-module",
2632
+ "path": "src/routes/index.ts",
2633
+ "declarations": [],
2634
+ "exports": [
2635
+ {
2636
+ "kind": "js",
2637
+ "name": "*",
2638
+ "declaration": {
2639
+ "name": "*",
2640
+ "package": "./config"
2641
+ }
2642
+ }
2643
+ ]
2644
+ },
2645
2645
  {
2646
2646
  "kind": "javascript-module",
2647
2647
  "path": "src/utils/formatting.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.151.0",
4
+ "version": "14.151.1",
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.151.0",
47
- "@genesislcap/genx": "14.151.0",
48
- "@genesislcap/rollup-builder": "14.151.0",
49
- "@genesislcap/ts-builder": "14.151.0",
50
- "@genesislcap/uvu-playwright-builder": "14.151.0",
51
- "@genesislcap/vite-builder": "14.151.0",
52
- "@genesislcap/webpack-builder": "14.151.0",
46
+ "@genesislcap/foundation-testing": "14.151.1",
47
+ "@genesislcap/genx": "14.151.1",
48
+ "@genesislcap/rollup-builder": "14.151.1",
49
+ "@genesislcap/ts-builder": "14.151.1",
50
+ "@genesislcap/uvu-playwright-builder": "14.151.1",
51
+ "@genesislcap/vite-builder": "14.151.1",
52
+ "@genesislcap/webpack-builder": "14.151.1",
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.151.0",
58
- "@genesislcap/foundation-errors": "14.151.0",
59
- "@genesislcap/foundation-events": "14.151.0",
60
- "@genesislcap/foundation-forms": "14.151.0",
61
- "@genesislcap/foundation-logger": "14.151.0",
62
- "@genesislcap/foundation-login": "14.151.0",
63
- "@genesislcap/foundation-notifications": "14.151.0",
64
- "@genesislcap/foundation-ui": "14.151.0",
65
- "@genesislcap/foundation-utils": "14.151.0",
66
- "@genesislcap/foundation-zero": "14.151.0",
67
- "@genesislcap/foundation-zero-grid-pro": "14.151.0",
68
- "@genesislcap/grid-pro": "14.151.0",
57
+ "@genesislcap/foundation-comms": "14.151.1",
58
+ "@genesislcap/foundation-errors": "14.151.1",
59
+ "@genesislcap/foundation-events": "14.151.1",
60
+ "@genesislcap/foundation-forms": "14.151.1",
61
+ "@genesislcap/foundation-logger": "14.151.1",
62
+ "@genesislcap/foundation-login": "14.151.1",
63
+ "@genesislcap/foundation-notifications": "14.151.1",
64
+ "@genesislcap/foundation-ui": "14.151.1",
65
+ "@genesislcap/foundation-utils": "14.151.1",
66
+ "@genesislcap/foundation-zero": "14.151.1",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.151.1",
68
+ "@genesislcap/grid-pro": "14.151.1",
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": "e7584f85787986655c4c4aa9d2680e7e7e9d00a3"
84
+ "gitHead": "b56ae0d22c24098e5fd2e771a9ec1749de9cabbf"
85
85
  }