@genesislcap/foundation-entity-management 14.208.3-alpha-92c853eac01c.0 → 14.209.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.
- package/dist/custom-elements.json +57 -57
- package/package.json +21 -21
|
@@ -87,6 +87,41 @@
|
|
|
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
|
+
},
|
|
90
125
|
{
|
|
91
126
|
"kind": "javascript-module",
|
|
92
127
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -1090,27 +1125,41 @@
|
|
|
1090
1125
|
},
|
|
1091
1126
|
{
|
|
1092
1127
|
"kind": "javascript-module",
|
|
1093
|
-
"path": "src/
|
|
1128
|
+
"path": "src/layouts/default.ts",
|
|
1094
1129
|
"declarations": [
|
|
1095
1130
|
{
|
|
1096
|
-
"kind": "
|
|
1097
|
-
"name": "
|
|
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)"
|
|
1098
1139
|
}
|
|
1099
1140
|
],
|
|
1100
1141
|
"exports": [
|
|
1101
1142
|
{
|
|
1102
1143
|
"kind": "js",
|
|
1103
|
-
"name": "
|
|
1144
|
+
"name": "loginLayout",
|
|
1104
1145
|
"declaration": {
|
|
1105
|
-
"name": "
|
|
1106
|
-
"module": "src/
|
|
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"
|
|
1107
1156
|
}
|
|
1108
1157
|
}
|
|
1109
1158
|
]
|
|
1110
1159
|
},
|
|
1111
1160
|
{
|
|
1112
1161
|
"kind": "javascript-module",
|
|
1113
|
-
"path": "src/
|
|
1162
|
+
"path": "src/layouts/index.ts",
|
|
1114
1163
|
"declarations": [],
|
|
1115
1164
|
"exports": [
|
|
1116
1165
|
{
|
|
@@ -1118,7 +1167,7 @@
|
|
|
1118
1167
|
"name": "*",
|
|
1119
1168
|
"declaration": {
|
|
1120
1169
|
"name": "*",
|
|
1121
|
-
"package": "./
|
|
1170
|
+
"package": "./default"
|
|
1122
1171
|
}
|
|
1123
1172
|
}
|
|
1124
1173
|
]
|
|
@@ -1623,55 +1672,6 @@
|
|
|
1623
1672
|
}
|
|
1624
1673
|
]
|
|
1625
1674
|
},
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "javascript-module",
|
|
1628
|
-
"path": "src/layouts/default.ts",
|
|
1629
|
-
"declarations": [
|
|
1630
|
-
{
|
|
1631
|
-
"kind": "variable",
|
|
1632
|
-
"name": "loginLayout",
|
|
1633
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"kind": "variable",
|
|
1637
|
-
"name": "defaultLayout",
|
|
1638
|
-
"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)"
|
|
1639
|
-
}
|
|
1640
|
-
],
|
|
1641
|
-
"exports": [
|
|
1642
|
-
{
|
|
1643
|
-
"kind": "js",
|
|
1644
|
-
"name": "loginLayout",
|
|
1645
|
-
"declaration": {
|
|
1646
|
-
"name": "loginLayout",
|
|
1647
|
-
"module": "src/layouts/default.ts"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"kind": "js",
|
|
1652
|
-
"name": "defaultLayout",
|
|
1653
|
-
"declaration": {
|
|
1654
|
-
"name": "defaultLayout",
|
|
1655
|
-
"module": "src/layouts/default.ts"
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1658
|
-
]
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"kind": "javascript-module",
|
|
1662
|
-
"path": "src/layouts/index.ts",
|
|
1663
|
-
"declarations": [],
|
|
1664
|
-
"exports": [
|
|
1665
|
-
{
|
|
1666
|
-
"kind": "js",
|
|
1667
|
-
"name": "*",
|
|
1668
|
-
"declaration": {
|
|
1669
|
-
"name": "*",
|
|
1670
|
-
"package": "./default"
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
]
|
|
1674
|
-
},
|
|
1675
1675
|
{
|
|
1676
1676
|
"kind": "javascript-module",
|
|
1677
1677
|
"path": "src/main/index.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.
|
|
4
|
+
"version": "14.209.0",
|
|
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.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.209.0",
|
|
56
|
+
"@genesislcap/genx": "14.209.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.209.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.209.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.209.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.209.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.209.0",
|
|
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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.209.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.209.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.209.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.209.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.209.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.209.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.209.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.209.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.209.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.209.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.209.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.209.0",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "d14797ed4a8a13cdd03e42204458fb4f174be806"
|
|
95
95
|
}
|