@genesislcap/foundation-entity-management 14.216.0 → 14.217.0-FUI-2233.2

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.
@@ -873,55 +873,6 @@
873
873
  }
874
874
  ]
875
875
  },
876
- {
877
- "kind": "javascript-module",
878
- "path": "src/layouts/default.ts",
879
- "declarations": [
880
- {
881
- "kind": "variable",
882
- "name": "loginLayout",
883
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
884
- },
885
- {
886
- "kind": "variable",
887
- "name": "defaultLayout",
888
- "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)"
889
- }
890
- ],
891
- "exports": [
892
- {
893
- "kind": "js",
894
- "name": "loginLayout",
895
- "declaration": {
896
- "name": "loginLayout",
897
- "module": "src/layouts/default.ts"
898
- }
899
- },
900
- {
901
- "kind": "js",
902
- "name": "defaultLayout",
903
- "declaration": {
904
- "name": "defaultLayout",
905
- "module": "src/layouts/default.ts"
906
- }
907
- }
908
- ]
909
- },
910
- {
911
- "kind": "javascript-module",
912
- "path": "src/layouts/index.ts",
913
- "declarations": [],
914
- "exports": [
915
- {
916
- "kind": "js",
917
- "name": "*",
918
- "declaration": {
919
- "name": "*",
920
- "package": "./default"
921
- }
922
- }
923
- ]
924
- },
925
876
  {
926
877
  "kind": "javascript-module",
927
878
  "path": "src/list/index.ts",
@@ -1617,6 +1568,55 @@
1617
1568
  }
1618
1569
  ]
1619
1570
  },
1571
+ {
1572
+ "kind": "javascript-module",
1573
+ "path": "src/layouts/default.ts",
1574
+ "declarations": [
1575
+ {
1576
+ "kind": "variable",
1577
+ "name": "loginLayout",
1578
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1579
+ },
1580
+ {
1581
+ "kind": "variable",
1582
+ "name": "defaultLayout",
1583
+ "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)"
1584
+ }
1585
+ ],
1586
+ "exports": [
1587
+ {
1588
+ "kind": "js",
1589
+ "name": "loginLayout",
1590
+ "declaration": {
1591
+ "name": "loginLayout",
1592
+ "module": "src/layouts/default.ts"
1593
+ }
1594
+ },
1595
+ {
1596
+ "kind": "js",
1597
+ "name": "defaultLayout",
1598
+ "declaration": {
1599
+ "name": "defaultLayout",
1600
+ "module": "src/layouts/default.ts"
1601
+ }
1602
+ }
1603
+ ]
1604
+ },
1605
+ {
1606
+ "kind": "javascript-module",
1607
+ "path": "src/layouts/index.ts",
1608
+ "declarations": [],
1609
+ "exports": [
1610
+ {
1611
+ "kind": "js",
1612
+ "name": "*",
1613
+ "declaration": {
1614
+ "name": "*",
1615
+ "package": "./default"
1616
+ }
1617
+ }
1618
+ ]
1619
+ },
1620
1620
  {
1621
1621
  "kind": "javascript-module",
1622
1622
  "path": "src/profiles/editProfileSchema.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.216.0",
4
+ "version": "14.217.0-FUI-2233.2",
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.216.0",
56
- "@genesislcap/genx": "14.216.0",
57
- "@genesislcap/rollup-builder": "14.216.0",
58
- "@genesislcap/ts-builder": "14.216.0",
59
- "@genesislcap/uvu-playwright-builder": "14.216.0",
60
- "@genesislcap/vite-builder": "14.216.0",
61
- "@genesislcap/webpack-builder": "14.216.0",
55
+ "@genesislcap/foundation-testing": "14.217.0-FUI-2233.2",
56
+ "@genesislcap/genx": "14.217.0-FUI-2233.2",
57
+ "@genesislcap/rollup-builder": "14.217.0-FUI-2233.2",
58
+ "@genesislcap/ts-builder": "14.217.0-FUI-2233.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.217.0-FUI-2233.2",
60
+ "@genesislcap/vite-builder": "14.217.0-FUI-2233.2",
61
+ "@genesislcap/webpack-builder": "14.217.0-FUI-2233.2",
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.216.0",
67
- "@genesislcap/foundation-errors": "14.216.0",
68
- "@genesislcap/foundation-events": "14.216.0",
69
- "@genesislcap/foundation-forms": "14.216.0",
70
- "@genesislcap/foundation-logger": "14.216.0",
71
- "@genesislcap/foundation-login": "14.216.0",
72
- "@genesislcap/foundation-notifications": "14.216.0",
73
- "@genesislcap/foundation-ui": "14.216.0",
74
- "@genesislcap/foundation-utils": "14.216.0",
75
- "@genesislcap/foundation-zero": "14.216.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.216.0",
77
- "@genesislcap/grid-pro": "14.216.0",
66
+ "@genesislcap/foundation-comms": "14.217.0-FUI-2233.2",
67
+ "@genesislcap/foundation-errors": "14.217.0-FUI-2233.2",
68
+ "@genesislcap/foundation-events": "14.217.0-FUI-2233.2",
69
+ "@genesislcap/foundation-forms": "14.217.0-FUI-2233.2",
70
+ "@genesislcap/foundation-logger": "14.217.0-FUI-2233.2",
71
+ "@genesislcap/foundation-login": "14.217.0-FUI-2233.2",
72
+ "@genesislcap/foundation-notifications": "14.217.0-FUI-2233.2",
73
+ "@genesislcap/foundation-ui": "14.217.0-FUI-2233.2",
74
+ "@genesislcap/foundation-utils": "14.217.0-FUI-2233.2",
75
+ "@genesislcap/foundation-zero": "14.217.0-FUI-2233.2",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.217.0-FUI-2233.2",
77
+ "@genesislcap/grid-pro": "14.217.0-FUI-2233.2",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "b376558560c01c275ea32ac90429521839776d02"
94
+ "gitHead": "ba5d1a7f8d33a2094bc94b367d9551875c7aa2ed"
95
95
  }