@genesislcap/foundation-entity-management 14.260.2 → 14.260.3

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.
@@ -930,55 +930,6 @@
930
930
  }
931
931
  ]
932
932
  },
933
- {
934
- "kind": "javascript-module",
935
- "path": "src/layouts/default.ts",
936
- "declarations": [
937
- {
938
- "kind": "variable",
939
- "name": "loginLayout",
940
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
941
- },
942
- {
943
- "kind": "variable",
944
- "name": "defaultLayout",
945
- "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)"
946
- }
947
- ],
948
- "exports": [
949
- {
950
- "kind": "js",
951
- "name": "loginLayout",
952
- "declaration": {
953
- "name": "loginLayout",
954
- "module": "src/layouts/default.ts"
955
- }
956
- },
957
- {
958
- "kind": "js",
959
- "name": "defaultLayout",
960
- "declaration": {
961
- "name": "defaultLayout",
962
- "module": "src/layouts/default.ts"
963
- }
964
- }
965
- ]
966
- },
967
- {
968
- "kind": "javascript-module",
969
- "path": "src/layouts/index.ts",
970
- "declarations": [],
971
- "exports": [
972
- {
973
- "kind": "js",
974
- "name": "*",
975
- "declaration": {
976
- "name": "*",
977
- "package": "./default"
978
- }
979
- }
980
- ]
981
- },
982
933
  {
983
934
  "kind": "javascript-module",
984
935
  "path": "src/list/index.ts",
@@ -1599,6 +1550,55 @@
1599
1550
  }
1600
1551
  ]
1601
1552
  },
1553
+ {
1554
+ "kind": "javascript-module",
1555
+ "path": "src/layouts/default.ts",
1556
+ "declarations": [
1557
+ {
1558
+ "kind": "variable",
1559
+ "name": "loginLayout",
1560
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1561
+ },
1562
+ {
1563
+ "kind": "variable",
1564
+ "name": "defaultLayout",
1565
+ "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)"
1566
+ }
1567
+ ],
1568
+ "exports": [
1569
+ {
1570
+ "kind": "js",
1571
+ "name": "loginLayout",
1572
+ "declaration": {
1573
+ "name": "loginLayout",
1574
+ "module": "src/layouts/default.ts"
1575
+ }
1576
+ },
1577
+ {
1578
+ "kind": "js",
1579
+ "name": "defaultLayout",
1580
+ "declaration": {
1581
+ "name": "defaultLayout",
1582
+ "module": "src/layouts/default.ts"
1583
+ }
1584
+ }
1585
+ ]
1586
+ },
1587
+ {
1588
+ "kind": "javascript-module",
1589
+ "path": "src/layouts/index.ts",
1590
+ "declarations": [],
1591
+ "exports": [
1592
+ {
1593
+ "kind": "js",
1594
+ "name": "*",
1595
+ "declaration": {
1596
+ "name": "*",
1597
+ "package": "./default"
1598
+ }
1599
+ }
1600
+ ]
1601
+ },
1602
1602
  {
1603
1603
  "kind": "javascript-module",
1604
1604
  "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.260.2",
4
+ "version": "14.260.3",
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.260.2",
56
- "@genesislcap/genx": "14.260.2",
57
- "@genesislcap/rollup-builder": "14.260.2",
58
- "@genesislcap/ts-builder": "14.260.2",
59
- "@genesislcap/uvu-playwright-builder": "14.260.2",
60
- "@genesislcap/vite-builder": "14.260.2",
61
- "@genesislcap/webpack-builder": "14.260.2",
55
+ "@genesislcap/foundation-testing": "14.260.3",
56
+ "@genesislcap/genx": "14.260.3",
57
+ "@genesislcap/rollup-builder": "14.260.3",
58
+ "@genesislcap/ts-builder": "14.260.3",
59
+ "@genesislcap/uvu-playwright-builder": "14.260.3",
60
+ "@genesislcap/vite-builder": "14.260.3",
61
+ "@genesislcap/webpack-builder": "14.260.3",
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.260.2",
67
- "@genesislcap/foundation-errors": "14.260.2",
68
- "@genesislcap/foundation-events": "14.260.2",
69
- "@genesislcap/foundation-forms": "14.260.2",
70
- "@genesislcap/foundation-logger": "14.260.2",
71
- "@genesislcap/foundation-login": "14.260.2",
72
- "@genesislcap/foundation-notifications": "14.260.2",
73
- "@genesislcap/foundation-ui": "14.260.2",
74
- "@genesislcap/foundation-utils": "14.260.2",
75
- "@genesislcap/foundation-zero": "14.260.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.260.2",
77
- "@genesislcap/grid-pro": "14.260.2",
66
+ "@genesislcap/foundation-comms": "14.260.3",
67
+ "@genesislcap/foundation-errors": "14.260.3",
68
+ "@genesislcap/foundation-events": "14.260.3",
69
+ "@genesislcap/foundation-forms": "14.260.3",
70
+ "@genesislcap/foundation-logger": "14.260.3",
71
+ "@genesislcap/foundation-login": "14.260.3",
72
+ "@genesislcap/foundation-notifications": "14.260.3",
73
+ "@genesislcap/foundation-ui": "14.260.3",
74
+ "@genesislcap/foundation-utils": "14.260.3",
75
+ "@genesislcap/foundation-zero": "14.260.3",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.260.3",
77
+ "@genesislcap/grid-pro": "14.260.3",
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": "74542c54a01f7e6bfc1902d5d26ea8475dffe0cb"
94
+ "gitHead": "8c2edfa09d71c8b6c5487873d1751da090c62480"
95
95
  }