@genesislcap/foundation-entity-management 14.250.0 → 14.251.1

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
@@ -930,200 +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
- {
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
- },
1127
933
  {
1128
934
  "kind": "javascript-module",
1129
935
  "path": "src/list/index.ts",
@@ -1739,6 +1545,200 @@
1739
1545
  }
1740
1546
  ]
1741
1547
  },
1548
+ {
1549
+ "kind": "javascript-module",
1550
+ "path": "src/layouts/default.ts",
1551
+ "declarations": [
1552
+ {
1553
+ "kind": "variable",
1554
+ "name": "loginLayout",
1555
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1556
+ },
1557
+ {
1558
+ "kind": "variable",
1559
+ "name": "defaultLayout",
1560
+ "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)"
1561
+ }
1562
+ ],
1563
+ "exports": [
1564
+ {
1565
+ "kind": "js",
1566
+ "name": "loginLayout",
1567
+ "declaration": {
1568
+ "name": "loginLayout",
1569
+ "module": "src/layouts/default.ts"
1570
+ }
1571
+ },
1572
+ {
1573
+ "kind": "js",
1574
+ "name": "defaultLayout",
1575
+ "declaration": {
1576
+ "name": "defaultLayout",
1577
+ "module": "src/layouts/default.ts"
1578
+ }
1579
+ }
1580
+ ]
1581
+ },
1582
+ {
1583
+ "kind": "javascript-module",
1584
+ "path": "src/layouts/index.ts",
1585
+ "declarations": [],
1586
+ "exports": [
1587
+ {
1588
+ "kind": "js",
1589
+ "name": "*",
1590
+ "declaration": {
1591
+ "name": "*",
1592
+ "package": "./default"
1593
+ }
1594
+ }
1595
+ ]
1596
+ },
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.250.0",
4
+ "version": "14.251.1",
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.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",
55
+ "@genesislcap/foundation-testing": "14.251.1",
56
+ "@genesislcap/genx": "14.251.1",
57
+ "@genesislcap/rollup-builder": "14.251.1",
58
+ "@genesislcap/ts-builder": "14.251.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.251.1",
60
+ "@genesislcap/vite-builder": "14.251.1",
61
+ "@genesislcap/webpack-builder": "14.251.1",
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.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",
66
+ "@genesislcap/foundation-comms": "14.251.1",
67
+ "@genesislcap/foundation-errors": "14.251.1",
68
+ "@genesislcap/foundation-events": "14.251.1",
69
+ "@genesislcap/foundation-forms": "14.251.1",
70
+ "@genesislcap/foundation-logger": "14.251.1",
71
+ "@genesislcap/foundation-login": "14.251.1",
72
+ "@genesislcap/foundation-notifications": "14.251.1",
73
+ "@genesislcap/foundation-ui": "14.251.1",
74
+ "@genesislcap/foundation-utils": "14.251.1",
75
+ "@genesislcap/foundation-zero": "14.251.1",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.251.1",
77
+ "@genesislcap/grid-pro": "14.251.1",
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": "cde412442823b891ab650ab4841d04b963fc9afe"
94
+ "gitHead": "376111caafcd568f7bcef710c57824c846247c55"
95
95
  }