@genesislcap/foundation-entity-management 14.195.3-FUI-2102.4 → 14.195.3-FUI-2102.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 +145 -145
  2. package/package.json +21 -21
@@ -968,6 +968,151 @@
968
968
  }
969
969
  ]
970
970
  },
971
+ {
972
+ "kind": "javascript-module",
973
+ "path": "src/main/index.ts",
974
+ "declarations": [],
975
+ "exports": [
976
+ {
977
+ "kind": "js",
978
+ "name": "*",
979
+ "declaration": {
980
+ "name": "*",
981
+ "package": "./main.template"
982
+ }
983
+ },
984
+ {
985
+ "kind": "js",
986
+ "name": "*",
987
+ "declaration": {
988
+ "name": "*",
989
+ "package": "./main"
990
+ }
991
+ }
992
+ ]
993
+ },
994
+ {
995
+ "kind": "javascript-module",
996
+ "path": "src/main/main.styles.ts",
997
+ "declarations": [
998
+ {
999
+ "kind": "variable",
1000
+ "name": "MainStyles",
1001
+ "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`"
1002
+ }
1003
+ ],
1004
+ "exports": [
1005
+ {
1006
+ "kind": "js",
1007
+ "name": "MainStyles",
1008
+ "declaration": {
1009
+ "name": "MainStyles",
1010
+ "module": "src/main/main.styles.ts"
1011
+ }
1012
+ }
1013
+ ]
1014
+ },
1015
+ {
1016
+ "kind": "javascript-module",
1017
+ "path": "src/main/main.template.ts",
1018
+ "declarations": [],
1019
+ "exports": []
1020
+ },
1021
+ {
1022
+ "kind": "javascript-module",
1023
+ "path": "src/main/main.ts",
1024
+ "declarations": [
1025
+ {
1026
+ "kind": "class",
1027
+ "description": "",
1028
+ "name": "MainApplication",
1029
+ "members": [
1030
+ {
1031
+ "kind": "field",
1032
+ "name": "config",
1033
+ "type": {
1034
+ "text": "MainRouterConfig"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "field",
1039
+ "name": "connect",
1040
+ "type": {
1041
+ "text": "Connect"
1042
+ }
1043
+ },
1044
+ {
1045
+ "kind": "field",
1046
+ "name": "session",
1047
+ "type": {
1048
+ "text": "Session"
1049
+ }
1050
+ },
1051
+ {
1052
+ "kind": "field",
1053
+ "name": "container",
1054
+ "type": {
1055
+ "text": "Container"
1056
+ }
1057
+ },
1058
+ {
1059
+ "kind": "field",
1060
+ "name": "provider",
1061
+ "type": {
1062
+ "text": "HTMLElement"
1063
+ }
1064
+ },
1065
+ {
1066
+ "kind": "field",
1067
+ "name": "ready",
1068
+ "type": {
1069
+ "text": "boolean"
1070
+ },
1071
+ "default": "false"
1072
+ },
1073
+ {
1074
+ "kind": "method",
1075
+ "name": "onLuminanceToggle"
1076
+ },
1077
+ {
1078
+ "kind": "method",
1079
+ "name": "loadRemotes"
1080
+ },
1081
+ {
1082
+ "kind": "method",
1083
+ "name": "selectTemplate"
1084
+ },
1085
+ {
1086
+ "kind": "method",
1087
+ "name": "registerDIDependencies",
1088
+ "privacy": "private"
1089
+ }
1090
+ ],
1091
+ "superclass": {
1092
+ "name": "FASTElement",
1093
+ "package": "@microsoft/fast-element"
1094
+ },
1095
+ "customElement": true
1096
+ }
1097
+ ],
1098
+ "exports": [
1099
+ {
1100
+ "kind": "js",
1101
+ "name": "MainApplication",
1102
+ "declaration": {
1103
+ "name": "MainApplication",
1104
+ "module": "src/main/main.ts"
1105
+ }
1106
+ },
1107
+ {
1108
+ "kind": "custom-element-definition",
1109
+ "declaration": {
1110
+ "name": "MainApplication",
1111
+ "module": "src/main/main.ts"
1112
+ }
1113
+ }
1114
+ ]
1115
+ },
971
1116
  {
972
1117
  "kind": "javascript-module",
973
1118
  "path": "src/list/index.ts",
@@ -1431,151 +1576,6 @@
1431
1576
  }
1432
1577
  ]
1433
1578
  },
1434
- {
1435
- "kind": "javascript-module",
1436
- "path": "src/main/index.ts",
1437
- "declarations": [],
1438
- "exports": [
1439
- {
1440
- "kind": "js",
1441
- "name": "*",
1442
- "declaration": {
1443
- "name": "*",
1444
- "package": "./main.template"
1445
- }
1446
- },
1447
- {
1448
- "kind": "js",
1449
- "name": "*",
1450
- "declaration": {
1451
- "name": "*",
1452
- "package": "./main"
1453
- }
1454
- }
1455
- ]
1456
- },
1457
- {
1458
- "kind": "javascript-module",
1459
- "path": "src/main/main.styles.ts",
1460
- "declarations": [
1461
- {
1462
- "kind": "variable",
1463
- "name": "MainStyles",
1464
- "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`"
1465
- }
1466
- ],
1467
- "exports": [
1468
- {
1469
- "kind": "js",
1470
- "name": "MainStyles",
1471
- "declaration": {
1472
- "name": "MainStyles",
1473
- "module": "src/main/main.styles.ts"
1474
- }
1475
- }
1476
- ]
1477
- },
1478
- {
1479
- "kind": "javascript-module",
1480
- "path": "src/main/main.template.ts",
1481
- "declarations": [],
1482
- "exports": []
1483
- },
1484
- {
1485
- "kind": "javascript-module",
1486
- "path": "src/main/main.ts",
1487
- "declarations": [
1488
- {
1489
- "kind": "class",
1490
- "description": "",
1491
- "name": "MainApplication",
1492
- "members": [
1493
- {
1494
- "kind": "field",
1495
- "name": "config",
1496
- "type": {
1497
- "text": "MainRouterConfig"
1498
- }
1499
- },
1500
- {
1501
- "kind": "field",
1502
- "name": "connect",
1503
- "type": {
1504
- "text": "Connect"
1505
- }
1506
- },
1507
- {
1508
- "kind": "field",
1509
- "name": "session",
1510
- "type": {
1511
- "text": "Session"
1512
- }
1513
- },
1514
- {
1515
- "kind": "field",
1516
- "name": "container",
1517
- "type": {
1518
- "text": "Container"
1519
- }
1520
- },
1521
- {
1522
- "kind": "field",
1523
- "name": "provider",
1524
- "type": {
1525
- "text": "HTMLElement"
1526
- }
1527
- },
1528
- {
1529
- "kind": "field",
1530
- "name": "ready",
1531
- "type": {
1532
- "text": "boolean"
1533
- },
1534
- "default": "false"
1535
- },
1536
- {
1537
- "kind": "method",
1538
- "name": "onLuminanceToggle"
1539
- },
1540
- {
1541
- "kind": "method",
1542
- "name": "loadRemotes"
1543
- },
1544
- {
1545
- "kind": "method",
1546
- "name": "selectTemplate"
1547
- },
1548
- {
1549
- "kind": "method",
1550
- "name": "registerDIDependencies",
1551
- "privacy": "private"
1552
- }
1553
- ],
1554
- "superclass": {
1555
- "name": "FASTElement",
1556
- "package": "@microsoft/fast-element"
1557
- },
1558
- "customElement": true
1559
- }
1560
- ],
1561
- "exports": [
1562
- {
1563
- "kind": "js",
1564
- "name": "MainApplication",
1565
- "declaration": {
1566
- "name": "MainApplication",
1567
- "module": "src/main/main.ts"
1568
- }
1569
- },
1570
- {
1571
- "kind": "custom-element-definition",
1572
- "declaration": {
1573
- "name": "MainApplication",
1574
- "module": "src/main/main.ts"
1575
- }
1576
- }
1577
- ]
1578
- },
1579
1579
  {
1580
1580
  "kind": "javascript-module",
1581
1581
  "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.195.3-FUI-2102.4",
4
+ "version": "14.195.3-FUI-2102.5",
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.195.3-FUI-2102.4",
56
- "@genesislcap/genx": "14.195.3-FUI-2102.4",
57
- "@genesislcap/rollup-builder": "14.195.3-FUI-2102.4",
58
- "@genesislcap/ts-builder": "14.195.3-FUI-2102.4",
59
- "@genesislcap/uvu-playwright-builder": "14.195.3-FUI-2102.4",
60
- "@genesislcap/vite-builder": "14.195.3-FUI-2102.4",
61
- "@genesislcap/webpack-builder": "14.195.3-FUI-2102.4",
55
+ "@genesislcap/foundation-testing": "14.195.3-FUI-2102.5",
56
+ "@genesislcap/genx": "14.195.3-FUI-2102.5",
57
+ "@genesislcap/rollup-builder": "14.195.3-FUI-2102.5",
58
+ "@genesislcap/ts-builder": "14.195.3-FUI-2102.5",
59
+ "@genesislcap/uvu-playwright-builder": "14.195.3-FUI-2102.5",
60
+ "@genesislcap/vite-builder": "14.195.3-FUI-2102.5",
61
+ "@genesislcap/webpack-builder": "14.195.3-FUI-2102.5",
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.195.3-FUI-2102.4",
67
- "@genesislcap/foundation-errors": "14.195.3-FUI-2102.4",
68
- "@genesislcap/foundation-events": "14.195.3-FUI-2102.4",
69
- "@genesislcap/foundation-forms": "14.195.3-FUI-2102.4",
70
- "@genesislcap/foundation-logger": "14.195.3-FUI-2102.4",
71
- "@genesislcap/foundation-login": "14.195.3-FUI-2102.4",
72
- "@genesislcap/foundation-notifications": "14.195.3-FUI-2102.4",
73
- "@genesislcap/foundation-ui": "14.195.3-FUI-2102.4",
74
- "@genesislcap/foundation-utils": "14.195.3-FUI-2102.4",
75
- "@genesislcap/foundation-zero": "14.195.3-FUI-2102.4",
76
- "@genesislcap/foundation-zero-grid-pro": "14.195.3-FUI-2102.4",
77
- "@genesislcap/grid-pro": "14.195.3-FUI-2102.4",
66
+ "@genesislcap/foundation-comms": "14.195.3-FUI-2102.5",
67
+ "@genesislcap/foundation-errors": "14.195.3-FUI-2102.5",
68
+ "@genesislcap/foundation-events": "14.195.3-FUI-2102.5",
69
+ "@genesislcap/foundation-forms": "14.195.3-FUI-2102.5",
70
+ "@genesislcap/foundation-logger": "14.195.3-FUI-2102.5",
71
+ "@genesislcap/foundation-login": "14.195.3-FUI-2102.5",
72
+ "@genesislcap/foundation-notifications": "14.195.3-FUI-2102.5",
73
+ "@genesislcap/foundation-ui": "14.195.3-FUI-2102.5",
74
+ "@genesislcap/foundation-utils": "14.195.3-FUI-2102.5",
75
+ "@genesislcap/foundation-zero": "14.195.3-FUI-2102.5",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.195.3-FUI-2102.5",
77
+ "@genesislcap/grid-pro": "14.195.3-FUI-2102.5",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "d7265423007297d3846735b314ac83b284f57700"
93
+ "gitHead": "1475853df831bfedadb98070ab7cf1035d19c829"
94
94
  }