@genesislcap/foundation-entity-management 14.235.0 → 14.236.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 +22 -22
@@ -962,6 +962,151 @@
962
962
  }
963
963
  ]
964
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
+ },
965
1110
  {
966
1111
  "kind": "javascript-module",
967
1112
  "path": "src/list/index.ts",
@@ -1563,151 +1708,6 @@
1563
1708
  }
1564
1709
  ]
1565
1710
  },
1566
- {
1567
- "kind": "javascript-module",
1568
- "path": "src/main/index.ts",
1569
- "declarations": [],
1570
- "exports": [
1571
- {
1572
- "kind": "js",
1573
- "name": "*",
1574
- "declaration": {
1575
- "name": "*",
1576
- "package": "./main.template"
1577
- }
1578
- },
1579
- {
1580
- "kind": "js",
1581
- "name": "*",
1582
- "declaration": {
1583
- "name": "*",
1584
- "package": "./main"
1585
- }
1586
- }
1587
- ]
1588
- },
1589
- {
1590
- "kind": "javascript-module",
1591
- "path": "src/main/main.styles.ts",
1592
- "declarations": [
1593
- {
1594
- "kind": "variable",
1595
- "name": "MainStyles",
1596
- "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`"
1597
- }
1598
- ],
1599
- "exports": [
1600
- {
1601
- "kind": "js",
1602
- "name": "MainStyles",
1603
- "declaration": {
1604
- "name": "MainStyles",
1605
- "module": "src/main/main.styles.ts"
1606
- }
1607
- }
1608
- ]
1609
- },
1610
- {
1611
- "kind": "javascript-module",
1612
- "path": "src/main/main.template.ts",
1613
- "declarations": [],
1614
- "exports": []
1615
- },
1616
- {
1617
- "kind": "javascript-module",
1618
- "path": "src/main/main.ts",
1619
- "declarations": [
1620
- {
1621
- "kind": "class",
1622
- "description": "",
1623
- "name": "MainApplication",
1624
- "members": [
1625
- {
1626
- "kind": "field",
1627
- "name": "config",
1628
- "type": {
1629
- "text": "MainRouterConfig"
1630
- }
1631
- },
1632
- {
1633
- "kind": "field",
1634
- "name": "connect",
1635
- "type": {
1636
- "text": "Connect"
1637
- }
1638
- },
1639
- {
1640
- "kind": "field",
1641
- "name": "session",
1642
- "type": {
1643
- "text": "Session"
1644
- }
1645
- },
1646
- {
1647
- "kind": "field",
1648
- "name": "container",
1649
- "type": {
1650
- "text": "Container"
1651
- }
1652
- },
1653
- {
1654
- "kind": "field",
1655
- "name": "provider",
1656
- "type": {
1657
- "text": "HTMLElement"
1658
- }
1659
- },
1660
- {
1661
- "kind": "field",
1662
- "name": "ready",
1663
- "type": {
1664
- "text": "boolean"
1665
- },
1666
- "default": "false"
1667
- },
1668
- {
1669
- "kind": "method",
1670
- "name": "onLuminanceToggle"
1671
- },
1672
- {
1673
- "kind": "method",
1674
- "name": "loadRemotes"
1675
- },
1676
- {
1677
- "kind": "method",
1678
- "name": "selectTemplate"
1679
- },
1680
- {
1681
- "kind": "method",
1682
- "name": "registerDIDependencies",
1683
- "privacy": "private"
1684
- }
1685
- ],
1686
- "superclass": {
1687
- "name": "FASTElement",
1688
- "package": "@microsoft/fast-element"
1689
- },
1690
- "customElement": true
1691
- }
1692
- ],
1693
- "exports": [
1694
- {
1695
- "kind": "js",
1696
- "name": "MainApplication",
1697
- "declaration": {
1698
- "name": "MainApplication",
1699
- "module": "src/main/main.ts"
1700
- }
1701
- },
1702
- {
1703
- "kind": "custom-element-definition",
1704
- "declaration": {
1705
- "name": "MainApplication",
1706
- "module": "src/main/main.ts"
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.235.0",
4
+ "version": "14.236.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,7 +27,7 @@
27
27
  "build:webpack": "genx build",
28
28
  "build:webpack:stats": "genx analyze",
29
29
  "circular": "npx -y madge --extensions ts --circular ./src",
30
- "clean": "rimraf dist tsconfig.tsbuildinfo",
30
+ "clean": "rimraf dist temp tsconfig.tsbuildinfo",
31
31
  "dev": "genx dev -b webpack",
32
32
  "dev:ts": "genx dev -b ts",
33
33
  "dev:no-open": "genx dev --no-open -b webpack",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.235.0",
56
- "@genesislcap/genx": "14.235.0",
57
- "@genesislcap/rollup-builder": "14.235.0",
58
- "@genesislcap/ts-builder": "14.235.0",
59
- "@genesislcap/uvu-playwright-builder": "14.235.0",
60
- "@genesislcap/vite-builder": "14.235.0",
61
- "@genesislcap/webpack-builder": "14.235.0",
55
+ "@genesislcap/foundation-testing": "14.236.0",
56
+ "@genesislcap/genx": "14.236.0",
57
+ "@genesislcap/rollup-builder": "14.236.0",
58
+ "@genesislcap/ts-builder": "14.236.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.236.0",
60
+ "@genesislcap/vite-builder": "14.236.0",
61
+ "@genesislcap/webpack-builder": "14.236.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.235.0",
67
- "@genesislcap/foundation-errors": "14.235.0",
68
- "@genesislcap/foundation-events": "14.235.0",
69
- "@genesislcap/foundation-forms": "14.235.0",
70
- "@genesislcap/foundation-logger": "14.235.0",
71
- "@genesislcap/foundation-login": "14.235.0",
72
- "@genesislcap/foundation-notifications": "14.235.0",
73
- "@genesislcap/foundation-ui": "14.235.0",
74
- "@genesislcap/foundation-utils": "14.235.0",
75
- "@genesislcap/foundation-zero": "14.235.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.235.0",
77
- "@genesislcap/grid-pro": "14.235.0",
66
+ "@genesislcap/foundation-comms": "14.236.0",
67
+ "@genesislcap/foundation-errors": "14.236.0",
68
+ "@genesislcap/foundation-events": "14.236.0",
69
+ "@genesislcap/foundation-forms": "14.236.0",
70
+ "@genesislcap/foundation-logger": "14.236.0",
71
+ "@genesislcap/foundation-login": "14.236.0",
72
+ "@genesislcap/foundation-notifications": "14.236.0",
73
+ "@genesislcap/foundation-ui": "14.236.0",
74
+ "@genesislcap/foundation-utils": "14.236.0",
75
+ "@genesislcap/foundation-zero": "14.236.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.236.0",
77
+ "@genesislcap/grid-pro": "14.236.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": "184d6dd5c5732cf9d206e25b1d94017438e16c40"
94
+ "gitHead": "5ae20a202835fc0b53c9f34ba17cd692ba27880a"
95
95
  }