@genesislcap/foundation-entity-management 14.241.0 → 14.242.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.
@@ -1514,55 +1514,6 @@
1514
1514
  }
1515
1515
  ]
1516
1516
  },
1517
- {
1518
- "kind": "javascript-module",
1519
- "path": "src/layouts/default.ts",
1520
- "declarations": [
1521
- {
1522
- "kind": "variable",
1523
- "name": "loginLayout",
1524
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1525
- },
1526
- {
1527
- "kind": "variable",
1528
- "name": "defaultLayout",
1529
- "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)"
1530
- }
1531
- ],
1532
- "exports": [
1533
- {
1534
- "kind": "js",
1535
- "name": "loginLayout",
1536
- "declaration": {
1537
- "name": "loginLayout",
1538
- "module": "src/layouts/default.ts"
1539
- }
1540
- },
1541
- {
1542
- "kind": "js",
1543
- "name": "defaultLayout",
1544
- "declaration": {
1545
- "name": "defaultLayout",
1546
- "module": "src/layouts/default.ts"
1547
- }
1548
- }
1549
- ]
1550
- },
1551
- {
1552
- "kind": "javascript-module",
1553
- "path": "src/layouts/index.ts",
1554
- "declarations": [],
1555
- "exports": [
1556
- {
1557
- "kind": "js",
1558
- "name": "*",
1559
- "declaration": {
1560
- "name": "*",
1561
- "package": "./default"
1562
- }
1563
- }
1564
- ]
1565
- },
1566
1517
  {
1567
1518
  "kind": "javascript-module",
1568
1519
  "path": "src/main/index.ts",
@@ -2741,6 +2692,55 @@
2741
2692
  }
2742
2693
  ]
2743
2694
  },
2695
+ {
2696
+ "kind": "javascript-module",
2697
+ "path": "src/layouts/default.ts",
2698
+ "declarations": [
2699
+ {
2700
+ "kind": "variable",
2701
+ "name": "loginLayout",
2702
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
2703
+ },
2704
+ {
2705
+ "kind": "variable",
2706
+ "name": "defaultLayout",
2707
+ "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)"
2708
+ }
2709
+ ],
2710
+ "exports": [
2711
+ {
2712
+ "kind": "js",
2713
+ "name": "loginLayout",
2714
+ "declaration": {
2715
+ "name": "loginLayout",
2716
+ "module": "src/layouts/default.ts"
2717
+ }
2718
+ },
2719
+ {
2720
+ "kind": "js",
2721
+ "name": "defaultLayout",
2722
+ "declaration": {
2723
+ "name": "defaultLayout",
2724
+ "module": "src/layouts/default.ts"
2725
+ }
2726
+ }
2727
+ ]
2728
+ },
2729
+ {
2730
+ "kind": "javascript-module",
2731
+ "path": "src/layouts/index.ts",
2732
+ "declarations": [],
2733
+ "exports": [
2734
+ {
2735
+ "kind": "js",
2736
+ "name": "*",
2737
+ "declaration": {
2738
+ "name": "*",
2739
+ "package": "./default"
2740
+ }
2741
+ }
2742
+ ]
2743
+ },
2744
2744
  {
2745
2745
  "kind": "javascript-module",
2746
2746
  "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.241.0",
4
+ "version": "14.242.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.241.0",
56
- "@genesislcap/genx": "14.241.0",
57
- "@genesislcap/rollup-builder": "14.241.0",
58
- "@genesislcap/ts-builder": "14.241.0",
59
- "@genesislcap/uvu-playwright-builder": "14.241.0",
60
- "@genesislcap/vite-builder": "14.241.0",
61
- "@genesislcap/webpack-builder": "14.241.0",
55
+ "@genesislcap/foundation-testing": "14.242.0",
56
+ "@genesislcap/genx": "14.242.0",
57
+ "@genesislcap/rollup-builder": "14.242.0",
58
+ "@genesislcap/ts-builder": "14.242.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.242.0",
60
+ "@genesislcap/vite-builder": "14.242.0",
61
+ "@genesislcap/webpack-builder": "14.242.0",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.241.0",
67
- "@genesislcap/foundation-errors": "14.241.0",
68
- "@genesislcap/foundation-events": "14.241.0",
69
- "@genesislcap/foundation-forms": "14.241.0",
70
- "@genesislcap/foundation-logger": "14.241.0",
71
- "@genesislcap/foundation-login": "14.241.0",
72
- "@genesislcap/foundation-notifications": "14.241.0",
73
- "@genesislcap/foundation-ui": "14.241.0",
74
- "@genesislcap/foundation-utils": "14.241.0",
75
- "@genesislcap/foundation-zero": "14.241.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.241.0",
77
- "@genesislcap/grid-pro": "14.241.0",
66
+ "@genesislcap/foundation-comms": "14.242.0",
67
+ "@genesislcap/foundation-errors": "14.242.0",
68
+ "@genesislcap/foundation-events": "14.242.0",
69
+ "@genesislcap/foundation-forms": "14.242.0",
70
+ "@genesislcap/foundation-logger": "14.242.0",
71
+ "@genesislcap/foundation-login": "14.242.0",
72
+ "@genesislcap/foundation-notifications": "14.242.0",
73
+ "@genesislcap/foundation-ui": "14.242.0",
74
+ "@genesislcap/foundation-utils": "14.242.0",
75
+ "@genesislcap/foundation-zero": "14.242.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.242.0",
77
+ "@genesislcap/grid-pro": "14.242.0",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "6837efcb9fe40e7044bb23d89368ecdcb20a4f3f"
94
+ "gitHead": "998546fa7f8fc8da70f534d4445719bef59a2dba"
95
95
  }