@genesislcap/foundation-entity-management 14.67.5-alpha-e36b6f2.0 → 14.67.5

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 +175 -175
  2. package/package.json +13 -13
@@ -673,6 +673,55 @@
673
673
  }
674
674
  ]
675
675
  },
676
+ {
677
+ "kind": "javascript-module",
678
+ "path": "src/layouts/default.ts",
679
+ "declarations": [
680
+ {
681
+ "kind": "variable",
682
+ "name": "loginLayout",
683
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
684
+ },
685
+ {
686
+ "kind": "variable",
687
+ "name": "defaultLayout",
688
+ "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)"
689
+ }
690
+ ],
691
+ "exports": [
692
+ {
693
+ "kind": "js",
694
+ "name": "loginLayout",
695
+ "declaration": {
696
+ "name": "loginLayout",
697
+ "module": "src/layouts/default.ts"
698
+ }
699
+ },
700
+ {
701
+ "kind": "js",
702
+ "name": "defaultLayout",
703
+ "declaration": {
704
+ "name": "defaultLayout",
705
+ "module": "src/layouts/default.ts"
706
+ }
707
+ }
708
+ ]
709
+ },
710
+ {
711
+ "kind": "javascript-module",
712
+ "path": "src/layouts/index.ts",
713
+ "declarations": [],
714
+ "exports": [
715
+ {
716
+ "kind": "js",
717
+ "name": "*",
718
+ "declaration": {
719
+ "name": "*",
720
+ "package": "./default"
721
+ }
722
+ }
723
+ ]
724
+ },
676
725
  {
677
726
  "kind": "javascript-module",
678
727
  "path": "src/list/index.ts",
@@ -994,49 +1043,153 @@
994
1043
  },
995
1044
  {
996
1045
  "kind": "javascript-module",
997
- "path": "src/layouts/default.ts",
998
- "declarations": [
1046
+ "path": "src/main/index.ts",
1047
+ "declarations": [],
1048
+ "exports": [
999
1049
  {
1000
- "kind": "variable",
1001
- "name": "loginLayout",
1002
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1050
+ "kind": "js",
1051
+ "name": "*",
1052
+ "declaration": {
1053
+ "name": "*",
1054
+ "package": "./main.template"
1055
+ }
1003
1056
  },
1057
+ {
1058
+ "kind": "js",
1059
+ "name": "*",
1060
+ "declaration": {
1061
+ "name": "*",
1062
+ "package": "./main"
1063
+ }
1064
+ }
1065
+ ]
1066
+ },
1067
+ {
1068
+ "kind": "javascript-module",
1069
+ "path": "src/main/main.styles.ts",
1070
+ "declarations": [
1004
1071
  {
1005
1072
  "kind": "variable",
1006
- "name": "defaultLayout",
1007
- "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)"
1073
+ "name": "MainStyles",
1074
+ "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`"
1008
1075
  }
1009
1076
  ],
1010
1077
  "exports": [
1011
1078
  {
1012
1079
  "kind": "js",
1013
- "name": "loginLayout",
1014
- "declaration": {
1015
- "name": "loginLayout",
1016
- "module": "src/layouts/default.ts"
1017
- }
1018
- },
1019
- {
1020
- "kind": "js",
1021
- "name": "defaultLayout",
1080
+ "name": "MainStyles",
1022
1081
  "declaration": {
1023
- "name": "defaultLayout",
1024
- "module": "src/layouts/default.ts"
1082
+ "name": "MainStyles",
1083
+ "module": "src/main/main.styles.ts"
1025
1084
  }
1026
1085
  }
1027
1086
  ]
1028
1087
  },
1029
1088
  {
1030
1089
  "kind": "javascript-module",
1031
- "path": "src/layouts/index.ts",
1090
+ "path": "src/main/main.template.ts",
1032
1091
  "declarations": [],
1092
+ "exports": []
1093
+ },
1094
+ {
1095
+ "kind": "javascript-module",
1096
+ "path": "src/main/main.ts",
1097
+ "declarations": [
1098
+ {
1099
+ "kind": "class",
1100
+ "description": "",
1101
+ "name": "MainApplication",
1102
+ "members": [
1103
+ {
1104
+ "kind": "field",
1105
+ "name": "config",
1106
+ "type": {
1107
+ "text": "MainRouterConfig"
1108
+ }
1109
+ },
1110
+ {
1111
+ "kind": "field",
1112
+ "name": "connect",
1113
+ "type": {
1114
+ "text": "Connect"
1115
+ }
1116
+ },
1117
+ {
1118
+ "kind": "field",
1119
+ "name": "session",
1120
+ "type": {
1121
+ "text": "Session"
1122
+ }
1123
+ },
1124
+ {
1125
+ "kind": "field",
1126
+ "name": "container",
1127
+ "type": {
1128
+ "text": "Container"
1129
+ }
1130
+ },
1131
+ {
1132
+ "kind": "field",
1133
+ "name": "provider",
1134
+ "type": {
1135
+ "text": "any"
1136
+ }
1137
+ },
1138
+ {
1139
+ "kind": "field",
1140
+ "name": "ready",
1141
+ "type": {
1142
+ "text": "boolean"
1143
+ },
1144
+ "default": "false"
1145
+ },
1146
+ {
1147
+ "kind": "field",
1148
+ "name": "data",
1149
+ "type": {
1150
+ "text": "any"
1151
+ },
1152
+ "default": "null"
1153
+ },
1154
+ {
1155
+ "kind": "method",
1156
+ "name": "onLuminanceToggle"
1157
+ },
1158
+ {
1159
+ "kind": "method",
1160
+ "name": "loadRemotes"
1161
+ },
1162
+ {
1163
+ "kind": "method",
1164
+ "name": "selectTemplate"
1165
+ },
1166
+ {
1167
+ "kind": "method",
1168
+ "name": "registerDIDependencies",
1169
+ "privacy": "private"
1170
+ }
1171
+ ],
1172
+ "superclass": {
1173
+ "name": "FASTElement",
1174
+ "package": "@microsoft/fast-element"
1175
+ },
1176
+ "customElement": true
1177
+ }
1178
+ ],
1033
1179
  "exports": [
1034
1180
  {
1035
1181
  "kind": "js",
1036
- "name": "*",
1182
+ "name": "MainApplication",
1037
1183
  "declaration": {
1038
- "name": "*",
1039
- "package": "./default"
1184
+ "name": "MainApplication",
1185
+ "module": "src/main/main.ts"
1186
+ }
1187
+ },
1188
+ {
1189
+ "kind": "custom-element-definition",
1190
+ "declaration": {
1191
+ "name": "MainApplication",
1192
+ "module": "src/main/main.ts"
1040
1193
  }
1041
1194
  }
1042
1195
  ]
@@ -1762,159 +1915,6 @@
1762
1915
  }
1763
1916
  ]
1764
1917
  },
1765
- {
1766
- "kind": "javascript-module",
1767
- "path": "src/main/index.ts",
1768
- "declarations": [],
1769
- "exports": [
1770
- {
1771
- "kind": "js",
1772
- "name": "*",
1773
- "declaration": {
1774
- "name": "*",
1775
- "package": "./main.template"
1776
- }
1777
- },
1778
- {
1779
- "kind": "js",
1780
- "name": "*",
1781
- "declaration": {
1782
- "name": "*",
1783
- "package": "./main"
1784
- }
1785
- }
1786
- ]
1787
- },
1788
- {
1789
- "kind": "javascript-module",
1790
- "path": "src/main/main.styles.ts",
1791
- "declarations": [
1792
- {
1793
- "kind": "variable",
1794
- "name": "MainStyles",
1795
- "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`"
1796
- }
1797
- ],
1798
- "exports": [
1799
- {
1800
- "kind": "js",
1801
- "name": "MainStyles",
1802
- "declaration": {
1803
- "name": "MainStyles",
1804
- "module": "src/main/main.styles.ts"
1805
- }
1806
- }
1807
- ]
1808
- },
1809
- {
1810
- "kind": "javascript-module",
1811
- "path": "src/main/main.template.ts",
1812
- "declarations": [],
1813
- "exports": []
1814
- },
1815
- {
1816
- "kind": "javascript-module",
1817
- "path": "src/main/main.ts",
1818
- "declarations": [
1819
- {
1820
- "kind": "class",
1821
- "description": "",
1822
- "name": "MainApplication",
1823
- "members": [
1824
- {
1825
- "kind": "field",
1826
- "name": "config",
1827
- "type": {
1828
- "text": "MainRouterConfig"
1829
- }
1830
- },
1831
- {
1832
- "kind": "field",
1833
- "name": "connect",
1834
- "type": {
1835
- "text": "Connect"
1836
- }
1837
- },
1838
- {
1839
- "kind": "field",
1840
- "name": "session",
1841
- "type": {
1842
- "text": "Session"
1843
- }
1844
- },
1845
- {
1846
- "kind": "field",
1847
- "name": "container",
1848
- "type": {
1849
- "text": "Container"
1850
- }
1851
- },
1852
- {
1853
- "kind": "field",
1854
- "name": "provider",
1855
- "type": {
1856
- "text": "any"
1857
- }
1858
- },
1859
- {
1860
- "kind": "field",
1861
- "name": "ready",
1862
- "type": {
1863
- "text": "boolean"
1864
- },
1865
- "default": "false"
1866
- },
1867
- {
1868
- "kind": "field",
1869
- "name": "data",
1870
- "type": {
1871
- "text": "any"
1872
- },
1873
- "default": "null"
1874
- },
1875
- {
1876
- "kind": "method",
1877
- "name": "onLuminanceToggle"
1878
- },
1879
- {
1880
- "kind": "method",
1881
- "name": "loadRemotes"
1882
- },
1883
- {
1884
- "kind": "method",
1885
- "name": "selectTemplate"
1886
- },
1887
- {
1888
- "kind": "method",
1889
- "name": "registerDIDependencies",
1890
- "privacy": "private"
1891
- }
1892
- ],
1893
- "superclass": {
1894
- "name": "FASTElement",
1895
- "package": "@microsoft/fast-element"
1896
- },
1897
- "customElement": true
1898
- }
1899
- ],
1900
- "exports": [
1901
- {
1902
- "kind": "js",
1903
- "name": "MainApplication",
1904
- "declaration": {
1905
- "name": "MainApplication",
1906
- "module": "src/main/main.ts"
1907
- }
1908
- },
1909
- {
1910
- "kind": "custom-element-definition",
1911
- "declaration": {
1912
- "name": "MainApplication",
1913
- "module": "src/main/main.ts"
1914
- }
1915
- }
1916
- ]
1917
- },
1918
1918
  {
1919
1919
  "kind": "javascript-module",
1920
1920
  "path": "src/routes/config.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.67.5-alpha-e36b6f2.0",
4
+ "version": "14.67.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@genesislcap/foundation-login": "^14.40.0",
44
- "@genesislcap/foundation-testing": "14.67.5-alpha-e36b6f2.0",
45
- "@genesislcap/genx": "14.67.5-alpha-e36b6f2.0",
44
+ "@genesislcap/foundation-testing": "14.67.5",
45
+ "@genesislcap/genx": "14.67.5",
46
46
  "rimraf": "^3.0.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "@ag-grid-community/core": "29.2.0",
50
- "@genesislcap/foundation-comms": "14.67.5-alpha-e36b6f2.0",
51
- "@genesislcap/foundation-errors": "14.67.5-alpha-e36b6f2.0",
52
- "@genesislcap/foundation-forms": "14.67.5-alpha-e36b6f2.0",
53
- "@genesislcap/foundation-login": "14.67.5-alpha-e36b6f2.0",
54
- "@genesislcap/foundation-ui": "14.67.5-alpha-e36b6f2.0",
55
- "@genesislcap/foundation-utils": "14.67.5-alpha-e36b6f2.0",
56
- "@genesislcap/foundation-zero": "14.67.5-alpha-e36b6f2.0",
57
- "@genesislcap/foundation-zero-grid-pro": "14.67.5-alpha-e36b6f2.0",
58
- "@genesislcap/grid-pro": "14.67.5-alpha-e36b6f2.0",
50
+ "@genesislcap/foundation-comms": "14.67.5",
51
+ "@genesislcap/foundation-errors": "14.67.5",
52
+ "@genesislcap/foundation-forms": "14.67.5",
53
+ "@genesislcap/foundation-login": "14.67.5",
54
+ "@genesislcap/foundation-ui": "14.67.5",
55
+ "@genesislcap/foundation-utils": "14.67.5",
56
+ "@genesislcap/foundation-zero": "14.67.5",
57
+ "@genesislcap/foundation-zero-grid-pro": "14.67.5",
58
+ "@genesislcap/grid-pro": "14.67.5",
59
59
  "@microsoft/fast-components": "^2.21.3",
60
60
  "@microsoft/fast-element": "^1.7.0",
61
61
  "@microsoft/fast-foundation": "^2.33.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public"
72
72
  },
73
73
  "customElements": "dist/custom-elements.json",
74
- "gitHead": "7a22bbc2903c1c0e9e266087f24fb0a9bf87d546"
74
+ "gitHead": "e6b35381e1991f74ecfb1e3ed59043a59985ffcf"
75
75
  }