@genesislcap/foundation-entity-management 14.145.4-alpha-ea74180.0 → 14.146.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 +188 -188
  2. package/package.json +16 -16
@@ -87,41 +87,6 @@
87
87
  }
88
88
  ]
89
89
  },
90
- {
91
- "kind": "javascript-module",
92
- "path": "src/components/components.ts",
93
- "declarations": [
94
- {
95
- "kind": "function",
96
- "name": "loadRemotes"
97
- }
98
- ],
99
- "exports": [
100
- {
101
- "kind": "js",
102
- "name": "loadRemotes",
103
- "declaration": {
104
- "name": "loadRemotes",
105
- "module": "src/components/components.ts"
106
- }
107
- }
108
- ]
109
- },
110
- {
111
- "kind": "javascript-module",
112
- "path": "src/components/index.ts",
113
- "declarations": [],
114
- "exports": [
115
- {
116
- "kind": "js",
117
- "name": "*",
118
- "declaration": {
119
- "name": "*",
120
- "package": "./components"
121
- }
122
- }
123
- ]
124
- },
125
90
  {
126
91
  "kind": "javascript-module",
127
92
  "path": "src/entities/entities.styles.ts",
@@ -818,6 +783,41 @@
818
783
  }
819
784
  ]
820
785
  },
786
+ {
787
+ "kind": "javascript-module",
788
+ "path": "src/components/components.ts",
789
+ "declarations": [
790
+ {
791
+ "kind": "function",
792
+ "name": "loadRemotes"
793
+ }
794
+ ],
795
+ "exports": [
796
+ {
797
+ "kind": "js",
798
+ "name": "loadRemotes",
799
+ "declaration": {
800
+ "name": "loadRemotes",
801
+ "module": "src/components/components.ts"
802
+ }
803
+ }
804
+ ]
805
+ },
806
+ {
807
+ "kind": "javascript-module",
808
+ "path": "src/components/index.ts",
809
+ "declarations": [],
810
+ "exports": [
811
+ {
812
+ "kind": "js",
813
+ "name": "*",
814
+ "declaration": {
815
+ "name": "*",
816
+ "package": "./components"
817
+ }
818
+ }
819
+ ]
820
+ },
821
821
  {
822
822
  "kind": "javascript-module",
823
823
  "path": "src/layouts/default.ts",
@@ -867,6 +867,159 @@
867
867
  }
868
868
  ]
869
869
  },
870
+ {
871
+ "kind": "javascript-module",
872
+ "path": "src/main/index.ts",
873
+ "declarations": [],
874
+ "exports": [
875
+ {
876
+ "kind": "js",
877
+ "name": "*",
878
+ "declaration": {
879
+ "name": "*",
880
+ "package": "./main.template"
881
+ }
882
+ },
883
+ {
884
+ "kind": "js",
885
+ "name": "*",
886
+ "declaration": {
887
+ "name": "*",
888
+ "package": "./main"
889
+ }
890
+ }
891
+ ]
892
+ },
893
+ {
894
+ "kind": "javascript-module",
895
+ "path": "src/main/main.styles.ts",
896
+ "declarations": [
897
+ {
898
+ "kind": "variable",
899
+ "name": "MainStyles",
900
+ "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`"
901
+ }
902
+ ],
903
+ "exports": [
904
+ {
905
+ "kind": "js",
906
+ "name": "MainStyles",
907
+ "declaration": {
908
+ "name": "MainStyles",
909
+ "module": "src/main/main.styles.ts"
910
+ }
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "kind": "javascript-module",
916
+ "path": "src/main/main.template.ts",
917
+ "declarations": [],
918
+ "exports": []
919
+ },
920
+ {
921
+ "kind": "javascript-module",
922
+ "path": "src/main/main.ts",
923
+ "declarations": [
924
+ {
925
+ "kind": "class",
926
+ "description": "",
927
+ "name": "MainApplication",
928
+ "members": [
929
+ {
930
+ "kind": "field",
931
+ "name": "config",
932
+ "type": {
933
+ "text": "MainRouterConfig"
934
+ }
935
+ },
936
+ {
937
+ "kind": "field",
938
+ "name": "connect",
939
+ "type": {
940
+ "text": "Connect"
941
+ }
942
+ },
943
+ {
944
+ "kind": "field",
945
+ "name": "session",
946
+ "type": {
947
+ "text": "Session"
948
+ }
949
+ },
950
+ {
951
+ "kind": "field",
952
+ "name": "container",
953
+ "type": {
954
+ "text": "Container"
955
+ }
956
+ },
957
+ {
958
+ "kind": "field",
959
+ "name": "provider",
960
+ "type": {
961
+ "text": "any"
962
+ }
963
+ },
964
+ {
965
+ "kind": "field",
966
+ "name": "ready",
967
+ "type": {
968
+ "text": "boolean"
969
+ },
970
+ "default": "false"
971
+ },
972
+ {
973
+ "kind": "field",
974
+ "name": "data",
975
+ "type": {
976
+ "text": "any"
977
+ },
978
+ "default": "null"
979
+ },
980
+ {
981
+ "kind": "method",
982
+ "name": "onLuminanceToggle"
983
+ },
984
+ {
985
+ "kind": "method",
986
+ "name": "loadRemotes"
987
+ },
988
+ {
989
+ "kind": "method",
990
+ "name": "selectTemplate"
991
+ },
992
+ {
993
+ "kind": "method",
994
+ "name": "registerDIDependencies",
995
+ "privacy": "private"
996
+ }
997
+ ],
998
+ "superclass": {
999
+ "name": "FASTElement",
1000
+ "package": "@microsoft/fast-element"
1001
+ },
1002
+ "customElement": true
1003
+ }
1004
+ ],
1005
+ "exports": [
1006
+ {
1007
+ "kind": "js",
1008
+ "name": "MainApplication",
1009
+ "declaration": {
1010
+ "name": "MainApplication",
1011
+ "module": "src/main/main.ts"
1012
+ }
1013
+ },
1014
+ {
1015
+ "kind": "custom-element-definition",
1016
+ "declaration": {
1017
+ "name": "MainApplication",
1018
+ "module": "src/main/main.ts"
1019
+ }
1020
+ }
1021
+ ]
1022
+ },
870
1023
  {
871
1024
  "kind": "javascript-module",
872
1025
  "path": "src/list/index.ts",
@@ -1273,159 +1426,6 @@
1273
1426
  }
1274
1427
  ]
1275
1428
  },
1276
- {
1277
- "kind": "javascript-module",
1278
- "path": "src/main/index.ts",
1279
- "declarations": [],
1280
- "exports": [
1281
- {
1282
- "kind": "js",
1283
- "name": "*",
1284
- "declaration": {
1285
- "name": "*",
1286
- "package": "./main.template"
1287
- }
1288
- },
1289
- {
1290
- "kind": "js",
1291
- "name": "*",
1292
- "declaration": {
1293
- "name": "*",
1294
- "package": "./main"
1295
- }
1296
- }
1297
- ]
1298
- },
1299
- {
1300
- "kind": "javascript-module",
1301
- "path": "src/main/main.styles.ts",
1302
- "declarations": [
1303
- {
1304
- "kind": "variable",
1305
- "name": "MainStyles",
1306
- "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`"
1307
- }
1308
- ],
1309
- "exports": [
1310
- {
1311
- "kind": "js",
1312
- "name": "MainStyles",
1313
- "declaration": {
1314
- "name": "MainStyles",
1315
- "module": "src/main/main.styles.ts"
1316
- }
1317
- }
1318
- ]
1319
- },
1320
- {
1321
- "kind": "javascript-module",
1322
- "path": "src/main/main.template.ts",
1323
- "declarations": [],
1324
- "exports": []
1325
- },
1326
- {
1327
- "kind": "javascript-module",
1328
- "path": "src/main/main.ts",
1329
- "declarations": [
1330
- {
1331
- "kind": "class",
1332
- "description": "",
1333
- "name": "MainApplication",
1334
- "members": [
1335
- {
1336
- "kind": "field",
1337
- "name": "config",
1338
- "type": {
1339
- "text": "MainRouterConfig"
1340
- }
1341
- },
1342
- {
1343
- "kind": "field",
1344
- "name": "connect",
1345
- "type": {
1346
- "text": "Connect"
1347
- }
1348
- },
1349
- {
1350
- "kind": "field",
1351
- "name": "session",
1352
- "type": {
1353
- "text": "Session"
1354
- }
1355
- },
1356
- {
1357
- "kind": "field",
1358
- "name": "container",
1359
- "type": {
1360
- "text": "Container"
1361
- }
1362
- },
1363
- {
1364
- "kind": "field",
1365
- "name": "provider",
1366
- "type": {
1367
- "text": "any"
1368
- }
1369
- },
1370
- {
1371
- "kind": "field",
1372
- "name": "ready",
1373
- "type": {
1374
- "text": "boolean"
1375
- },
1376
- "default": "false"
1377
- },
1378
- {
1379
- "kind": "field",
1380
- "name": "data",
1381
- "type": {
1382
- "text": "any"
1383
- },
1384
- "default": "null"
1385
- },
1386
- {
1387
- "kind": "method",
1388
- "name": "onLuminanceToggle"
1389
- },
1390
- {
1391
- "kind": "method",
1392
- "name": "loadRemotes"
1393
- },
1394
- {
1395
- "kind": "method",
1396
- "name": "selectTemplate"
1397
- },
1398
- {
1399
- "kind": "method",
1400
- "name": "registerDIDependencies",
1401
- "privacy": "private"
1402
- }
1403
- ],
1404
- "superclass": {
1405
- "name": "FASTElement",
1406
- "package": "@microsoft/fast-element"
1407
- },
1408
- "customElement": true
1409
- }
1410
- ],
1411
- "exports": [
1412
- {
1413
- "kind": "js",
1414
- "name": "MainApplication",
1415
- "declaration": {
1416
- "name": "MainApplication",
1417
- "module": "src/main/main.ts"
1418
- }
1419
- },
1420
- {
1421
- "kind": "custom-element-definition",
1422
- "declaration": {
1423
- "name": "MainApplication",
1424
- "module": "src/main/main.ts"
1425
- }
1426
- }
1427
- ]
1428
- },
1429
1429
  {
1430
1430
  "kind": "javascript-module",
1431
1431
  "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.145.4-alpha-ea74180.0",
4
+ "version": "14.146.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,24 +43,24 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.145.4-alpha-ea74180.0",
47
- "@genesislcap/genx": "14.145.4-alpha-ea74180.0",
46
+ "@genesislcap/foundation-testing": "14.146.0",
47
+ "@genesislcap/genx": "14.146.0",
48
48
  "rimraf": "^3.0.2"
49
49
  },
50
50
  "dependencies": {
51
51
  "@ag-grid-community/core": "29.2.0",
52
- "@genesislcap/foundation-comms": "14.145.4-alpha-ea74180.0",
53
- "@genesislcap/foundation-errors": "14.145.4-alpha-ea74180.0",
54
- "@genesislcap/foundation-events": "14.145.4-alpha-ea74180.0",
55
- "@genesislcap/foundation-forms": "14.145.4-alpha-ea74180.0",
56
- "@genesislcap/foundation-logger": "14.145.4-alpha-ea74180.0",
57
- "@genesislcap/foundation-login": "14.145.4-alpha-ea74180.0",
58
- "@genesislcap/foundation-notifications": "14.145.4-alpha-ea74180.0",
59
- "@genesislcap/foundation-ui": "14.145.4-alpha-ea74180.0",
60
- "@genesislcap/foundation-utils": "14.145.4-alpha-ea74180.0",
61
- "@genesislcap/foundation-zero": "14.145.4-alpha-ea74180.0",
62
- "@genesislcap/foundation-zero-grid-pro": "14.145.4-alpha-ea74180.0",
63
- "@genesislcap/grid-pro": "14.145.4-alpha-ea74180.0",
52
+ "@genesislcap/foundation-comms": "14.146.0",
53
+ "@genesislcap/foundation-errors": "14.146.0",
54
+ "@genesislcap/foundation-events": "14.146.0",
55
+ "@genesislcap/foundation-forms": "14.146.0",
56
+ "@genesislcap/foundation-logger": "14.146.0",
57
+ "@genesislcap/foundation-login": "14.146.0",
58
+ "@genesislcap/foundation-notifications": "14.146.0",
59
+ "@genesislcap/foundation-ui": "14.146.0",
60
+ "@genesislcap/foundation-utils": "14.146.0",
61
+ "@genesislcap/foundation-zero": "14.146.0",
62
+ "@genesislcap/foundation-zero-grid-pro": "14.146.0",
63
+ "@genesislcap/grid-pro": "14.146.0",
64
64
  "@microsoft/fast-components": "^2.30.6",
65
65
  "@microsoft/fast-element": "^1.12.0",
66
66
  "@microsoft/fast-foundation": "^2.49.4",
@@ -76,5 +76,5 @@
76
76
  "access": "public"
77
77
  },
78
78
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "53ebf26d84c42a91ada2b12f5b70c1f20d5c0a3b"
79
+ "gitHead": "47ef15294656d275b3f5d0202d498a565655fd26"
80
80
  }