@genesislcap/foundation-entity-management 14.248.0 → 14.250.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 +145 -145
  2. package/package.json +21 -21
@@ -979,6 +979,151 @@
979
979
  }
980
980
  ]
981
981
  },
982
+ {
983
+ "kind": "javascript-module",
984
+ "path": "src/main/index.ts",
985
+ "declarations": [],
986
+ "exports": [
987
+ {
988
+ "kind": "js",
989
+ "name": "*",
990
+ "declaration": {
991
+ "name": "*",
992
+ "package": "./main.template"
993
+ }
994
+ },
995
+ {
996
+ "kind": "js",
997
+ "name": "*",
998
+ "declaration": {
999
+ "name": "*",
1000
+ "package": "./main"
1001
+ }
1002
+ }
1003
+ ]
1004
+ },
1005
+ {
1006
+ "kind": "javascript-module",
1007
+ "path": "src/main/main.styles.ts",
1008
+ "declarations": [
1009
+ {
1010
+ "kind": "variable",
1011
+ "name": "MainStyles",
1012
+ "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`"
1013
+ }
1014
+ ],
1015
+ "exports": [
1016
+ {
1017
+ "kind": "js",
1018
+ "name": "MainStyles",
1019
+ "declaration": {
1020
+ "name": "MainStyles",
1021
+ "module": "src/main/main.styles.ts"
1022
+ }
1023
+ }
1024
+ ]
1025
+ },
1026
+ {
1027
+ "kind": "javascript-module",
1028
+ "path": "src/main/main.template.ts",
1029
+ "declarations": [],
1030
+ "exports": []
1031
+ },
1032
+ {
1033
+ "kind": "javascript-module",
1034
+ "path": "src/main/main.ts",
1035
+ "declarations": [
1036
+ {
1037
+ "kind": "class",
1038
+ "description": "",
1039
+ "name": "MainApplication",
1040
+ "members": [
1041
+ {
1042
+ "kind": "field",
1043
+ "name": "config",
1044
+ "type": {
1045
+ "text": "MainRouterConfig"
1046
+ }
1047
+ },
1048
+ {
1049
+ "kind": "field",
1050
+ "name": "connect",
1051
+ "type": {
1052
+ "text": "Connect"
1053
+ }
1054
+ },
1055
+ {
1056
+ "kind": "field",
1057
+ "name": "session",
1058
+ "type": {
1059
+ "text": "Session"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "field",
1064
+ "name": "container",
1065
+ "type": {
1066
+ "text": "Container"
1067
+ }
1068
+ },
1069
+ {
1070
+ "kind": "field",
1071
+ "name": "provider",
1072
+ "type": {
1073
+ "text": "HTMLElement"
1074
+ }
1075
+ },
1076
+ {
1077
+ "kind": "field",
1078
+ "name": "ready",
1079
+ "type": {
1080
+ "text": "boolean"
1081
+ },
1082
+ "default": "false"
1083
+ },
1084
+ {
1085
+ "kind": "method",
1086
+ "name": "onLuminanceToggle"
1087
+ },
1088
+ {
1089
+ "kind": "method",
1090
+ "name": "loadRemotes"
1091
+ },
1092
+ {
1093
+ "kind": "method",
1094
+ "name": "selectTemplate"
1095
+ },
1096
+ {
1097
+ "kind": "method",
1098
+ "name": "registerDIDependencies",
1099
+ "privacy": "private"
1100
+ }
1101
+ ],
1102
+ "superclass": {
1103
+ "name": "FASTElement",
1104
+ "package": "@microsoft/fast-element"
1105
+ },
1106
+ "customElement": true
1107
+ }
1108
+ ],
1109
+ "exports": [
1110
+ {
1111
+ "kind": "js",
1112
+ "name": "MainApplication",
1113
+ "declaration": {
1114
+ "name": "MainApplication",
1115
+ "module": "src/main/main.ts"
1116
+ }
1117
+ },
1118
+ {
1119
+ "kind": "custom-element-definition",
1120
+ "declaration": {
1121
+ "name": "MainApplication",
1122
+ "module": "src/main/main.ts"
1123
+ }
1124
+ }
1125
+ ]
1126
+ },
982
1127
  {
983
1128
  "kind": "javascript-module",
984
1129
  "path": "src/list/index.ts",
@@ -1594,151 +1739,6 @@
1594
1739
  }
1595
1740
  ]
1596
1741
  },
1597
- {
1598
- "kind": "javascript-module",
1599
- "path": "src/main/index.ts",
1600
- "declarations": [],
1601
- "exports": [
1602
- {
1603
- "kind": "js",
1604
- "name": "*",
1605
- "declaration": {
1606
- "name": "*",
1607
- "package": "./main.template"
1608
- }
1609
- },
1610
- {
1611
- "kind": "js",
1612
- "name": "*",
1613
- "declaration": {
1614
- "name": "*",
1615
- "package": "./main"
1616
- }
1617
- }
1618
- ]
1619
- },
1620
- {
1621
- "kind": "javascript-module",
1622
- "path": "src/main/main.styles.ts",
1623
- "declarations": [
1624
- {
1625
- "kind": "variable",
1626
- "name": "MainStyles",
1627
- "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`"
1628
- }
1629
- ],
1630
- "exports": [
1631
- {
1632
- "kind": "js",
1633
- "name": "MainStyles",
1634
- "declaration": {
1635
- "name": "MainStyles",
1636
- "module": "src/main/main.styles.ts"
1637
- }
1638
- }
1639
- ]
1640
- },
1641
- {
1642
- "kind": "javascript-module",
1643
- "path": "src/main/main.template.ts",
1644
- "declarations": [],
1645
- "exports": []
1646
- },
1647
- {
1648
- "kind": "javascript-module",
1649
- "path": "src/main/main.ts",
1650
- "declarations": [
1651
- {
1652
- "kind": "class",
1653
- "description": "",
1654
- "name": "MainApplication",
1655
- "members": [
1656
- {
1657
- "kind": "field",
1658
- "name": "config",
1659
- "type": {
1660
- "text": "MainRouterConfig"
1661
- }
1662
- },
1663
- {
1664
- "kind": "field",
1665
- "name": "connect",
1666
- "type": {
1667
- "text": "Connect"
1668
- }
1669
- },
1670
- {
1671
- "kind": "field",
1672
- "name": "session",
1673
- "type": {
1674
- "text": "Session"
1675
- }
1676
- },
1677
- {
1678
- "kind": "field",
1679
- "name": "container",
1680
- "type": {
1681
- "text": "Container"
1682
- }
1683
- },
1684
- {
1685
- "kind": "field",
1686
- "name": "provider",
1687
- "type": {
1688
- "text": "HTMLElement"
1689
- }
1690
- },
1691
- {
1692
- "kind": "field",
1693
- "name": "ready",
1694
- "type": {
1695
- "text": "boolean"
1696
- },
1697
- "default": "false"
1698
- },
1699
- {
1700
- "kind": "method",
1701
- "name": "onLuminanceToggle"
1702
- },
1703
- {
1704
- "kind": "method",
1705
- "name": "loadRemotes"
1706
- },
1707
- {
1708
- "kind": "method",
1709
- "name": "selectTemplate"
1710
- },
1711
- {
1712
- "kind": "method",
1713
- "name": "registerDIDependencies",
1714
- "privacy": "private"
1715
- }
1716
- ],
1717
- "superclass": {
1718
- "name": "FASTElement",
1719
- "package": "@microsoft/fast-element"
1720
- },
1721
- "customElement": true
1722
- }
1723
- ],
1724
- "exports": [
1725
- {
1726
- "kind": "js",
1727
- "name": "MainApplication",
1728
- "declaration": {
1729
- "name": "MainApplication",
1730
- "module": "src/main/main.ts"
1731
- }
1732
- },
1733
- {
1734
- "kind": "custom-element-definition",
1735
- "declaration": {
1736
- "name": "MainApplication",
1737
- "module": "src/main/main.ts"
1738
- }
1739
- }
1740
- ]
1741
- },
1742
1742
  {
1743
1743
  "kind": "javascript-module",
1744
1744
  "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.248.0",
4
+ "version": "14.250.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.248.0",
56
- "@genesislcap/genx": "14.248.0",
57
- "@genesislcap/rollup-builder": "14.248.0",
58
- "@genesislcap/ts-builder": "14.248.0",
59
- "@genesislcap/uvu-playwright-builder": "14.248.0",
60
- "@genesislcap/vite-builder": "14.248.0",
61
- "@genesislcap/webpack-builder": "14.248.0",
55
+ "@genesislcap/foundation-testing": "14.250.0",
56
+ "@genesislcap/genx": "14.250.0",
57
+ "@genesislcap/rollup-builder": "14.250.0",
58
+ "@genesislcap/ts-builder": "14.250.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.250.0",
60
+ "@genesislcap/vite-builder": "14.250.0",
61
+ "@genesislcap/webpack-builder": "14.250.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.248.0",
67
- "@genesislcap/foundation-errors": "14.248.0",
68
- "@genesislcap/foundation-events": "14.248.0",
69
- "@genesislcap/foundation-forms": "14.248.0",
70
- "@genesislcap/foundation-logger": "14.248.0",
71
- "@genesislcap/foundation-login": "14.248.0",
72
- "@genesislcap/foundation-notifications": "14.248.0",
73
- "@genesislcap/foundation-ui": "14.248.0",
74
- "@genesislcap/foundation-utils": "14.248.0",
75
- "@genesislcap/foundation-zero": "14.248.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.248.0",
77
- "@genesislcap/grid-pro": "14.248.0",
66
+ "@genesislcap/foundation-comms": "14.250.0",
67
+ "@genesislcap/foundation-errors": "14.250.0",
68
+ "@genesislcap/foundation-events": "14.250.0",
69
+ "@genesislcap/foundation-forms": "14.250.0",
70
+ "@genesislcap/foundation-logger": "14.250.0",
71
+ "@genesislcap/foundation-login": "14.250.0",
72
+ "@genesislcap/foundation-notifications": "14.250.0",
73
+ "@genesislcap/foundation-ui": "14.250.0",
74
+ "@genesislcap/foundation-utils": "14.250.0",
75
+ "@genesislcap/foundation-zero": "14.250.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.250.0",
77
+ "@genesislcap/grid-pro": "14.250.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": "1c9e7b7afeb1940661effcde53286e049ecda101"
94
+ "gitHead": "cde412442823b891ab650ab4841d04b963fc9afe"
95
95
  }