@genesislcap/foundation-entity-management 14.50.3 → 14.50.4

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