@genesislcap/foundation-entity-management 14.206.1 → 14.206.3

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 +169 -169
  2. package/package.json +21 -21
@@ -1123,6 +1123,55 @@
1123
1123
  }
1124
1124
  ]
1125
1125
  },
1126
+ {
1127
+ "kind": "javascript-module",
1128
+ "path": "src/layouts/default.ts",
1129
+ "declarations": [
1130
+ {
1131
+ "kind": "variable",
1132
+ "name": "loginLayout",
1133
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1134
+ },
1135
+ {
1136
+ "kind": "variable",
1137
+ "name": "defaultLayout",
1138
+ "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)"
1139
+ }
1140
+ ],
1141
+ "exports": [
1142
+ {
1143
+ "kind": "js",
1144
+ "name": "loginLayout",
1145
+ "declaration": {
1146
+ "name": "loginLayout",
1147
+ "module": "src/layouts/default.ts"
1148
+ }
1149
+ },
1150
+ {
1151
+ "kind": "js",
1152
+ "name": "defaultLayout",
1153
+ "declaration": {
1154
+ "name": "defaultLayout",
1155
+ "module": "src/layouts/default.ts"
1156
+ }
1157
+ }
1158
+ ]
1159
+ },
1160
+ {
1161
+ "kind": "javascript-module",
1162
+ "path": "src/layouts/index.ts",
1163
+ "declarations": [],
1164
+ "exports": [
1165
+ {
1166
+ "kind": "js",
1167
+ "name": "*",
1168
+ "declaration": {
1169
+ "name": "*",
1170
+ "package": "./default"
1171
+ }
1172
+ }
1173
+ ]
1174
+ },
1126
1175
  {
1127
1176
  "kind": "javascript-module",
1128
1177
  "path": "src/list/index.ts",
@@ -1623,151 +1672,6 @@
1623
1672
  }
1624
1673
  ]
1625
1674
  },
1626
- {
1627
- "kind": "javascript-module",
1628
- "path": "src/main/index.ts",
1629
- "declarations": [],
1630
- "exports": [
1631
- {
1632
- "kind": "js",
1633
- "name": "*",
1634
- "declaration": {
1635
- "name": "*",
1636
- "package": "./main.template"
1637
- }
1638
- },
1639
- {
1640
- "kind": "js",
1641
- "name": "*",
1642
- "declaration": {
1643
- "name": "*",
1644
- "package": "./main"
1645
- }
1646
- }
1647
- ]
1648
- },
1649
- {
1650
- "kind": "javascript-module",
1651
- "path": "src/main/main.styles.ts",
1652
- "declarations": [
1653
- {
1654
- "kind": "variable",
1655
- "name": "MainStyles",
1656
- "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`"
1657
- }
1658
- ],
1659
- "exports": [
1660
- {
1661
- "kind": "js",
1662
- "name": "MainStyles",
1663
- "declaration": {
1664
- "name": "MainStyles",
1665
- "module": "src/main/main.styles.ts"
1666
- }
1667
- }
1668
- ]
1669
- },
1670
- {
1671
- "kind": "javascript-module",
1672
- "path": "src/main/main.template.ts",
1673
- "declarations": [],
1674
- "exports": []
1675
- },
1676
- {
1677
- "kind": "javascript-module",
1678
- "path": "src/main/main.ts",
1679
- "declarations": [
1680
- {
1681
- "kind": "class",
1682
- "description": "",
1683
- "name": "MainApplication",
1684
- "members": [
1685
- {
1686
- "kind": "field",
1687
- "name": "config",
1688
- "type": {
1689
- "text": "MainRouterConfig"
1690
- }
1691
- },
1692
- {
1693
- "kind": "field",
1694
- "name": "connect",
1695
- "type": {
1696
- "text": "Connect"
1697
- }
1698
- },
1699
- {
1700
- "kind": "field",
1701
- "name": "session",
1702
- "type": {
1703
- "text": "Session"
1704
- }
1705
- },
1706
- {
1707
- "kind": "field",
1708
- "name": "container",
1709
- "type": {
1710
- "text": "Container"
1711
- }
1712
- },
1713
- {
1714
- "kind": "field",
1715
- "name": "provider",
1716
- "type": {
1717
- "text": "HTMLElement"
1718
- }
1719
- },
1720
- {
1721
- "kind": "field",
1722
- "name": "ready",
1723
- "type": {
1724
- "text": "boolean"
1725
- },
1726
- "default": "false"
1727
- },
1728
- {
1729
- "kind": "method",
1730
- "name": "onLuminanceToggle"
1731
- },
1732
- {
1733
- "kind": "method",
1734
- "name": "loadRemotes"
1735
- },
1736
- {
1737
- "kind": "method",
1738
- "name": "selectTemplate"
1739
- },
1740
- {
1741
- "kind": "method",
1742
- "name": "registerDIDependencies",
1743
- "privacy": "private"
1744
- }
1745
- ],
1746
- "superclass": {
1747
- "name": "FASTElement",
1748
- "package": "@microsoft/fast-element"
1749
- },
1750
- "customElement": true
1751
- }
1752
- ],
1753
- "exports": [
1754
- {
1755
- "kind": "js",
1756
- "name": "MainApplication",
1757
- "declaration": {
1758
- "name": "MainApplication",
1759
- "module": "src/main/main.ts"
1760
- }
1761
- },
1762
- {
1763
- "kind": "custom-element-definition",
1764
- "declaration": {
1765
- "name": "MainApplication",
1766
- "module": "src/main/main.ts"
1767
- }
1768
- }
1769
- ]
1770
- },
1771
1675
  {
1772
1676
  "kind": "javascript-module",
1773
1677
  "path": "src/profiles/editProfileSchema.ts",
@@ -3083,13 +2987,7 @@
3083
2987
  },
3084
2988
  {
3085
2989
  "kind": "javascript-module",
3086
- "path": "src/routes/config.ts",
3087
- "declarations": [],
3088
- "exports": []
3089
- },
3090
- {
3091
- "kind": "javascript-module",
3092
- "path": "src/routes/index.ts",
2990
+ "path": "src/main/index.ts",
3093
2991
  "declarations": [],
3094
2992
  "exports": [
3095
2993
  {
@@ -3097,48 +2995,150 @@
3097
2995
  "name": "*",
3098
2996
  "declaration": {
3099
2997
  "name": "*",
3100
- "package": "./config"
2998
+ "package": "./main.template"
2999
+ }
3000
+ },
3001
+ {
3002
+ "kind": "js",
3003
+ "name": "*",
3004
+ "declaration": {
3005
+ "name": "*",
3006
+ "package": "./main"
3101
3007
  }
3102
3008
  }
3103
3009
  ]
3104
3010
  },
3105
3011
  {
3106
3012
  "kind": "javascript-module",
3107
- "path": "src/layouts/default.ts",
3013
+ "path": "src/main/main.styles.ts",
3108
3014
  "declarations": [
3109
3015
  {
3110
3016
  "kind": "variable",
3111
- "name": "loginLayout",
3112
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
3113
- },
3017
+ "name": "MainStyles",
3018
+ "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`"
3019
+ }
3020
+ ],
3021
+ "exports": [
3114
3022
  {
3115
- "kind": "variable",
3116
- "name": "defaultLayout",
3117
- "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)"
3023
+ "kind": "js",
3024
+ "name": "MainStyles",
3025
+ "declaration": {
3026
+ "name": "MainStyles",
3027
+ "module": "src/main/main.styles.ts"
3028
+ }
3029
+ }
3030
+ ]
3031
+ },
3032
+ {
3033
+ "kind": "javascript-module",
3034
+ "path": "src/main/main.template.ts",
3035
+ "declarations": [],
3036
+ "exports": []
3037
+ },
3038
+ {
3039
+ "kind": "javascript-module",
3040
+ "path": "src/main/main.ts",
3041
+ "declarations": [
3042
+ {
3043
+ "kind": "class",
3044
+ "description": "",
3045
+ "name": "MainApplication",
3046
+ "members": [
3047
+ {
3048
+ "kind": "field",
3049
+ "name": "config",
3050
+ "type": {
3051
+ "text": "MainRouterConfig"
3052
+ }
3053
+ },
3054
+ {
3055
+ "kind": "field",
3056
+ "name": "connect",
3057
+ "type": {
3058
+ "text": "Connect"
3059
+ }
3060
+ },
3061
+ {
3062
+ "kind": "field",
3063
+ "name": "session",
3064
+ "type": {
3065
+ "text": "Session"
3066
+ }
3067
+ },
3068
+ {
3069
+ "kind": "field",
3070
+ "name": "container",
3071
+ "type": {
3072
+ "text": "Container"
3073
+ }
3074
+ },
3075
+ {
3076
+ "kind": "field",
3077
+ "name": "provider",
3078
+ "type": {
3079
+ "text": "HTMLElement"
3080
+ }
3081
+ },
3082
+ {
3083
+ "kind": "field",
3084
+ "name": "ready",
3085
+ "type": {
3086
+ "text": "boolean"
3087
+ },
3088
+ "default": "false"
3089
+ },
3090
+ {
3091
+ "kind": "method",
3092
+ "name": "onLuminanceToggle"
3093
+ },
3094
+ {
3095
+ "kind": "method",
3096
+ "name": "loadRemotes"
3097
+ },
3098
+ {
3099
+ "kind": "method",
3100
+ "name": "selectTemplate"
3101
+ },
3102
+ {
3103
+ "kind": "method",
3104
+ "name": "registerDIDependencies",
3105
+ "privacy": "private"
3106
+ }
3107
+ ],
3108
+ "superclass": {
3109
+ "name": "FASTElement",
3110
+ "package": "@microsoft/fast-element"
3111
+ },
3112
+ "customElement": true
3118
3113
  }
3119
3114
  ],
3120
3115
  "exports": [
3121
3116
  {
3122
3117
  "kind": "js",
3123
- "name": "loginLayout",
3118
+ "name": "MainApplication",
3124
3119
  "declaration": {
3125
- "name": "loginLayout",
3126
- "module": "src/layouts/default.ts"
3120
+ "name": "MainApplication",
3121
+ "module": "src/main/main.ts"
3127
3122
  }
3128
3123
  },
3129
3124
  {
3130
- "kind": "js",
3131
- "name": "defaultLayout",
3125
+ "kind": "custom-element-definition",
3132
3126
  "declaration": {
3133
- "name": "defaultLayout",
3134
- "module": "src/layouts/default.ts"
3127
+ "name": "MainApplication",
3128
+ "module": "src/main/main.ts"
3135
3129
  }
3136
3130
  }
3137
3131
  ]
3138
3132
  },
3139
3133
  {
3140
3134
  "kind": "javascript-module",
3141
- "path": "src/layouts/index.ts",
3135
+ "path": "src/routes/config.ts",
3136
+ "declarations": [],
3137
+ "exports": []
3138
+ },
3139
+ {
3140
+ "kind": "javascript-module",
3141
+ "path": "src/routes/index.ts",
3142
3142
  "declarations": [],
3143
3143
  "exports": [
3144
3144
  {
@@ -3146,7 +3146,7 @@
3146
3146
  "name": "*",
3147
3147
  "declaration": {
3148
3148
  "name": "*",
3149
- "package": "./default"
3149
+ "package": "./config"
3150
3150
  }
3151
3151
  }
3152
3152
  ]
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.206.1",
4
+ "version": "14.206.3",
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.206.1",
56
- "@genesislcap/genx": "14.206.1",
57
- "@genesislcap/rollup-builder": "14.206.1",
58
- "@genesislcap/ts-builder": "14.206.1",
59
- "@genesislcap/uvu-playwright-builder": "14.206.1",
60
- "@genesislcap/vite-builder": "14.206.1",
61
- "@genesislcap/webpack-builder": "14.206.1",
55
+ "@genesislcap/foundation-testing": "14.206.3",
56
+ "@genesislcap/genx": "14.206.3",
57
+ "@genesislcap/rollup-builder": "14.206.3",
58
+ "@genesislcap/ts-builder": "14.206.3",
59
+ "@genesislcap/uvu-playwright-builder": "14.206.3",
60
+ "@genesislcap/vite-builder": "14.206.3",
61
+ "@genesislcap/webpack-builder": "14.206.3",
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.206.1",
67
- "@genesislcap/foundation-errors": "14.206.1",
68
- "@genesislcap/foundation-events": "14.206.1",
69
- "@genesislcap/foundation-forms": "14.206.1",
70
- "@genesislcap/foundation-logger": "14.206.1",
71
- "@genesislcap/foundation-login": "14.206.1",
72
- "@genesislcap/foundation-notifications": "14.206.1",
73
- "@genesislcap/foundation-ui": "14.206.1",
74
- "@genesislcap/foundation-utils": "14.206.1",
75
- "@genesislcap/foundation-zero": "14.206.1",
76
- "@genesislcap/foundation-zero-grid-pro": "14.206.1",
77
- "@genesislcap/grid-pro": "14.206.1",
66
+ "@genesislcap/foundation-comms": "14.206.3",
67
+ "@genesislcap/foundation-errors": "14.206.3",
68
+ "@genesislcap/foundation-events": "14.206.3",
69
+ "@genesislcap/foundation-forms": "14.206.3",
70
+ "@genesislcap/foundation-logger": "14.206.3",
71
+ "@genesislcap/foundation-login": "14.206.3",
72
+ "@genesislcap/foundation-notifications": "14.206.3",
73
+ "@genesislcap/foundation-ui": "14.206.3",
74
+ "@genesislcap/foundation-utils": "14.206.3",
75
+ "@genesislcap/foundation-zero": "14.206.3",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.206.3",
77
+ "@genesislcap/grid-pro": "14.206.3",
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": "7adbde570ac145ed1ed2a6cbab8c3204533a367d"
93
+ "gitHead": "e1655a9b5d01f535eceafa4a84d3b1b395bb6c21"
94
94
  }