@genesislcap/foundation-entity-management 14.230.2 → 14.231.1-alpha-e01af29.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +194 -194
  2. package/package.json +21 -21
@@ -913,6 +913,200 @@
913
913
  }
914
914
  ]
915
915
  },
916
+ {
917
+ "kind": "javascript-module",
918
+ "path": "src/layouts/default.ts",
919
+ "declarations": [
920
+ {
921
+ "kind": "variable",
922
+ "name": "loginLayout",
923
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
924
+ },
925
+ {
926
+ "kind": "variable",
927
+ "name": "defaultLayout",
928
+ "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)"
929
+ }
930
+ ],
931
+ "exports": [
932
+ {
933
+ "kind": "js",
934
+ "name": "loginLayout",
935
+ "declaration": {
936
+ "name": "loginLayout",
937
+ "module": "src/layouts/default.ts"
938
+ }
939
+ },
940
+ {
941
+ "kind": "js",
942
+ "name": "defaultLayout",
943
+ "declaration": {
944
+ "name": "defaultLayout",
945
+ "module": "src/layouts/default.ts"
946
+ }
947
+ }
948
+ ]
949
+ },
950
+ {
951
+ "kind": "javascript-module",
952
+ "path": "src/layouts/index.ts",
953
+ "declarations": [],
954
+ "exports": [
955
+ {
956
+ "kind": "js",
957
+ "name": "*",
958
+ "declaration": {
959
+ "name": "*",
960
+ "package": "./default"
961
+ }
962
+ }
963
+ ]
964
+ },
965
+ {
966
+ "kind": "javascript-module",
967
+ "path": "src/main/index.ts",
968
+ "declarations": [],
969
+ "exports": [
970
+ {
971
+ "kind": "js",
972
+ "name": "*",
973
+ "declaration": {
974
+ "name": "*",
975
+ "package": "./main.template"
976
+ }
977
+ },
978
+ {
979
+ "kind": "js",
980
+ "name": "*",
981
+ "declaration": {
982
+ "name": "*",
983
+ "package": "./main"
984
+ }
985
+ }
986
+ ]
987
+ },
988
+ {
989
+ "kind": "javascript-module",
990
+ "path": "src/main/main.styles.ts",
991
+ "declarations": [
992
+ {
993
+ "kind": "variable",
994
+ "name": "MainStyles",
995
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
996
+ }
997
+ ],
998
+ "exports": [
999
+ {
1000
+ "kind": "js",
1001
+ "name": "MainStyles",
1002
+ "declaration": {
1003
+ "name": "MainStyles",
1004
+ "module": "src/main/main.styles.ts"
1005
+ }
1006
+ }
1007
+ ]
1008
+ },
1009
+ {
1010
+ "kind": "javascript-module",
1011
+ "path": "src/main/main.template.ts",
1012
+ "declarations": [],
1013
+ "exports": []
1014
+ },
1015
+ {
1016
+ "kind": "javascript-module",
1017
+ "path": "src/main/main.ts",
1018
+ "declarations": [
1019
+ {
1020
+ "kind": "class",
1021
+ "description": "",
1022
+ "name": "MainApplication",
1023
+ "members": [
1024
+ {
1025
+ "kind": "field",
1026
+ "name": "config",
1027
+ "type": {
1028
+ "text": "MainRouterConfig"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "field",
1033
+ "name": "connect",
1034
+ "type": {
1035
+ "text": "Connect"
1036
+ }
1037
+ },
1038
+ {
1039
+ "kind": "field",
1040
+ "name": "session",
1041
+ "type": {
1042
+ "text": "Session"
1043
+ }
1044
+ },
1045
+ {
1046
+ "kind": "field",
1047
+ "name": "container",
1048
+ "type": {
1049
+ "text": "Container"
1050
+ }
1051
+ },
1052
+ {
1053
+ "kind": "field",
1054
+ "name": "provider",
1055
+ "type": {
1056
+ "text": "HTMLElement"
1057
+ }
1058
+ },
1059
+ {
1060
+ "kind": "field",
1061
+ "name": "ready",
1062
+ "type": {
1063
+ "text": "boolean"
1064
+ },
1065
+ "default": "false"
1066
+ },
1067
+ {
1068
+ "kind": "method",
1069
+ "name": "onLuminanceToggle"
1070
+ },
1071
+ {
1072
+ "kind": "method",
1073
+ "name": "loadRemotes"
1074
+ },
1075
+ {
1076
+ "kind": "method",
1077
+ "name": "selectTemplate"
1078
+ },
1079
+ {
1080
+ "kind": "method",
1081
+ "name": "registerDIDependencies",
1082
+ "privacy": "private"
1083
+ }
1084
+ ],
1085
+ "superclass": {
1086
+ "name": "FASTElement",
1087
+ "package": "@microsoft/fast-element"
1088
+ },
1089
+ "customElement": true
1090
+ }
1091
+ ],
1092
+ "exports": [
1093
+ {
1094
+ "kind": "js",
1095
+ "name": "MainApplication",
1096
+ "declaration": {
1097
+ "name": "MainApplication",
1098
+ "module": "src/main/main.ts"
1099
+ }
1100
+ },
1101
+ {
1102
+ "kind": "custom-element-definition",
1103
+ "declaration": {
1104
+ "name": "MainApplication",
1105
+ "module": "src/main/main.ts"
1106
+ }
1107
+ }
1108
+ ]
1109
+ },
916
1110
  {
917
1111
  "kind": "javascript-module",
918
1112
  "path": "src/list/index.ts",
@@ -1514,200 +1708,6 @@
1514
1708
  }
1515
1709
  ]
1516
1710
  },
1517
- {
1518
- "kind": "javascript-module",
1519
- "path": "src/main/index.ts",
1520
- "declarations": [],
1521
- "exports": [
1522
- {
1523
- "kind": "js",
1524
- "name": "*",
1525
- "declaration": {
1526
- "name": "*",
1527
- "package": "./main.template"
1528
- }
1529
- },
1530
- {
1531
- "kind": "js",
1532
- "name": "*",
1533
- "declaration": {
1534
- "name": "*",
1535
- "package": "./main"
1536
- }
1537
- }
1538
- ]
1539
- },
1540
- {
1541
- "kind": "javascript-module",
1542
- "path": "src/main/main.styles.ts",
1543
- "declarations": [
1544
- {
1545
- "kind": "variable",
1546
- "name": "MainStyles",
1547
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
1548
- }
1549
- ],
1550
- "exports": [
1551
- {
1552
- "kind": "js",
1553
- "name": "MainStyles",
1554
- "declaration": {
1555
- "name": "MainStyles",
1556
- "module": "src/main/main.styles.ts"
1557
- }
1558
- }
1559
- ]
1560
- },
1561
- {
1562
- "kind": "javascript-module",
1563
- "path": "src/main/main.template.ts",
1564
- "declarations": [],
1565
- "exports": []
1566
- },
1567
- {
1568
- "kind": "javascript-module",
1569
- "path": "src/main/main.ts",
1570
- "declarations": [
1571
- {
1572
- "kind": "class",
1573
- "description": "",
1574
- "name": "MainApplication",
1575
- "members": [
1576
- {
1577
- "kind": "field",
1578
- "name": "config",
1579
- "type": {
1580
- "text": "MainRouterConfig"
1581
- }
1582
- },
1583
- {
1584
- "kind": "field",
1585
- "name": "connect",
1586
- "type": {
1587
- "text": "Connect"
1588
- }
1589
- },
1590
- {
1591
- "kind": "field",
1592
- "name": "session",
1593
- "type": {
1594
- "text": "Session"
1595
- }
1596
- },
1597
- {
1598
- "kind": "field",
1599
- "name": "container",
1600
- "type": {
1601
- "text": "Container"
1602
- }
1603
- },
1604
- {
1605
- "kind": "field",
1606
- "name": "provider",
1607
- "type": {
1608
- "text": "HTMLElement"
1609
- }
1610
- },
1611
- {
1612
- "kind": "field",
1613
- "name": "ready",
1614
- "type": {
1615
- "text": "boolean"
1616
- },
1617
- "default": "false"
1618
- },
1619
- {
1620
- "kind": "method",
1621
- "name": "onLuminanceToggle"
1622
- },
1623
- {
1624
- "kind": "method",
1625
- "name": "loadRemotes"
1626
- },
1627
- {
1628
- "kind": "method",
1629
- "name": "selectTemplate"
1630
- },
1631
- {
1632
- "kind": "method",
1633
- "name": "registerDIDependencies",
1634
- "privacy": "private"
1635
- }
1636
- ],
1637
- "superclass": {
1638
- "name": "FASTElement",
1639
- "package": "@microsoft/fast-element"
1640
- },
1641
- "customElement": true
1642
- }
1643
- ],
1644
- "exports": [
1645
- {
1646
- "kind": "js",
1647
- "name": "MainApplication",
1648
- "declaration": {
1649
- "name": "MainApplication",
1650
- "module": "src/main/main.ts"
1651
- }
1652
- },
1653
- {
1654
- "kind": "custom-element-definition",
1655
- "declaration": {
1656
- "name": "MainApplication",
1657
- "module": "src/main/main.ts"
1658
- }
1659
- }
1660
- ]
1661
- },
1662
- {
1663
- "kind": "javascript-module",
1664
- "path": "src/layouts/default.ts",
1665
- "declarations": [
1666
- {
1667
- "kind": "variable",
1668
- "name": "loginLayout",
1669
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1670
- },
1671
- {
1672
- "kind": "variable",
1673
- "name": "defaultLayout",
1674
- "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)"
1675
- }
1676
- ],
1677
- "exports": [
1678
- {
1679
- "kind": "js",
1680
- "name": "loginLayout",
1681
- "declaration": {
1682
- "name": "loginLayout",
1683
- "module": "src/layouts/default.ts"
1684
- }
1685
- },
1686
- {
1687
- "kind": "js",
1688
- "name": "defaultLayout",
1689
- "declaration": {
1690
- "name": "defaultLayout",
1691
- "module": "src/layouts/default.ts"
1692
- }
1693
- }
1694
- ]
1695
- },
1696
- {
1697
- "kind": "javascript-module",
1698
- "path": "src/layouts/index.ts",
1699
- "declarations": [],
1700
- "exports": [
1701
- {
1702
- "kind": "js",
1703
- "name": "*",
1704
- "declaration": {
1705
- "name": "*",
1706
- "package": "./default"
1707
- }
1708
- }
1709
- ]
1710
- },
1711
1711
  {
1712
1712
  "kind": "javascript-module",
1713
1713
  "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.230.2",
4
+ "version": "14.231.1-alpha-e01af29.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.230.2",
56
- "@genesislcap/genx": "14.230.2",
57
- "@genesislcap/rollup-builder": "14.230.2",
58
- "@genesislcap/ts-builder": "14.230.2",
59
- "@genesislcap/uvu-playwright-builder": "14.230.2",
60
- "@genesislcap/vite-builder": "14.230.2",
61
- "@genesislcap/webpack-builder": "14.230.2",
55
+ "@genesislcap/foundation-testing": "14.231.1-alpha-e01af29.0",
56
+ "@genesislcap/genx": "14.231.1-alpha-e01af29.0",
57
+ "@genesislcap/rollup-builder": "14.231.1-alpha-e01af29.0",
58
+ "@genesislcap/ts-builder": "14.231.1-alpha-e01af29.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.231.1-alpha-e01af29.0",
60
+ "@genesislcap/vite-builder": "14.231.1-alpha-e01af29.0",
61
+ "@genesislcap/webpack-builder": "14.231.1-alpha-e01af29.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.230.2",
67
- "@genesislcap/foundation-errors": "14.230.2",
68
- "@genesislcap/foundation-events": "14.230.2",
69
- "@genesislcap/foundation-forms": "14.230.2",
70
- "@genesislcap/foundation-logger": "14.230.2",
71
- "@genesislcap/foundation-login": "14.230.2",
72
- "@genesislcap/foundation-notifications": "14.230.2",
73
- "@genesislcap/foundation-ui": "14.230.2",
74
- "@genesislcap/foundation-utils": "14.230.2",
75
- "@genesislcap/foundation-zero": "14.230.2",
76
- "@genesislcap/foundation-zero-grid-pro": "14.230.2",
77
- "@genesislcap/grid-pro": "14.230.2",
66
+ "@genesislcap/foundation-comms": "14.231.1-alpha-e01af29.0",
67
+ "@genesislcap/foundation-errors": "14.231.1-alpha-e01af29.0",
68
+ "@genesislcap/foundation-events": "14.231.1-alpha-e01af29.0",
69
+ "@genesislcap/foundation-forms": "14.231.1-alpha-e01af29.0",
70
+ "@genesislcap/foundation-logger": "14.231.1-alpha-e01af29.0",
71
+ "@genesislcap/foundation-login": "14.231.1-alpha-e01af29.0",
72
+ "@genesislcap/foundation-notifications": "14.231.1-alpha-e01af29.0",
73
+ "@genesislcap/foundation-ui": "14.231.1-alpha-e01af29.0",
74
+ "@genesislcap/foundation-utils": "14.231.1-alpha-e01af29.0",
75
+ "@genesislcap/foundation-zero": "14.231.1-alpha-e01af29.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.231.1-alpha-e01af29.0",
77
+ "@genesislcap/grid-pro": "14.231.1-alpha-e01af29.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": "d0d76de8a46d83c8a502e3c63a260f9821f054c2"
94
+ "gitHead": "d75f782a59bda0495e2ac4a320a8422122296294"
95
95
  }