@genesislcap/foundation-entity-management 14.202.1-alpha-271f747.0 → 14.203.1
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 +49 -49
- package/package.json +21 -21
|
@@ -1090,6 +1090,55 @@
|
|
|
1090
1090
|
}
|
|
1091
1091
|
]
|
|
1092
1092
|
},
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "javascript-module",
|
|
1095
|
+
"path": "src/layouts/default.ts",
|
|
1096
|
+
"declarations": [
|
|
1097
|
+
{
|
|
1098
|
+
"kind": "variable",
|
|
1099
|
+
"name": "loginLayout",
|
|
1100
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"kind": "variable",
|
|
1104
|
+
"name": "defaultLayout",
|
|
1105
|
+
"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)"
|
|
1106
|
+
}
|
|
1107
|
+
],
|
|
1108
|
+
"exports": [
|
|
1109
|
+
{
|
|
1110
|
+
"kind": "js",
|
|
1111
|
+
"name": "loginLayout",
|
|
1112
|
+
"declaration": {
|
|
1113
|
+
"name": "loginLayout",
|
|
1114
|
+
"module": "src/layouts/default.ts"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "js",
|
|
1119
|
+
"name": "defaultLayout",
|
|
1120
|
+
"declaration": {
|
|
1121
|
+
"name": "defaultLayout",
|
|
1122
|
+
"module": "src/layouts/default.ts"
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "javascript-module",
|
|
1129
|
+
"path": "src/layouts/index.ts",
|
|
1130
|
+
"declarations": [],
|
|
1131
|
+
"exports": [
|
|
1132
|
+
{
|
|
1133
|
+
"kind": "js",
|
|
1134
|
+
"name": "*",
|
|
1135
|
+
"declaration": {
|
|
1136
|
+
"name": "*",
|
|
1137
|
+
"package": "./default"
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
]
|
|
1141
|
+
},
|
|
1093
1142
|
{
|
|
1094
1143
|
"kind": "javascript-module",
|
|
1095
1144
|
"path": "src/list/index.ts",
|
|
@@ -1577,55 +1626,6 @@
|
|
|
1577
1626
|
}
|
|
1578
1627
|
]
|
|
1579
1628
|
},
|
|
1580
|
-
{
|
|
1581
|
-
"kind": "javascript-module",
|
|
1582
|
-
"path": "src/layouts/default.ts",
|
|
1583
|
-
"declarations": [
|
|
1584
|
-
{
|
|
1585
|
-
"kind": "variable",
|
|
1586
|
-
"name": "loginLayout",
|
|
1587
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"kind": "variable",
|
|
1591
|
-
"name": "defaultLayout",
|
|
1592
|
-
"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)"
|
|
1593
|
-
}
|
|
1594
|
-
],
|
|
1595
|
-
"exports": [
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "js",
|
|
1598
|
-
"name": "loginLayout",
|
|
1599
|
-
"declaration": {
|
|
1600
|
-
"name": "loginLayout",
|
|
1601
|
-
"module": "src/layouts/default.ts"
|
|
1602
|
-
}
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "js",
|
|
1606
|
-
"name": "defaultLayout",
|
|
1607
|
-
"declaration": {
|
|
1608
|
-
"name": "defaultLayout",
|
|
1609
|
-
"module": "src/layouts/default.ts"
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
]
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"kind": "javascript-module",
|
|
1616
|
-
"path": "src/layouts/index.ts",
|
|
1617
|
-
"declarations": [],
|
|
1618
|
-
"exports": [
|
|
1619
|
-
{
|
|
1620
|
-
"kind": "js",
|
|
1621
|
-
"name": "*",
|
|
1622
|
-
"declaration": {
|
|
1623
|
-
"name": "*",
|
|
1624
|
-
"package": "./default"
|
|
1625
|
-
}
|
|
1626
|
-
}
|
|
1627
|
-
]
|
|
1628
|
-
},
|
|
1629
1629
|
{
|
|
1630
1630
|
"kind": "javascript-module",
|
|
1631
1631
|
"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.203.1",
|
|
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.203.1",
|
|
56
|
+
"@genesislcap/genx": "14.203.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.203.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.203.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.203.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.203.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.203.1",
|
|
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.203.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.203.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.203.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.203.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.203.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.203.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.203.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.203.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.203.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.203.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.203.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.203.1",
|
|
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": "
|
|
93
|
+
"gitHead": "2d342adc330f867e7bd44979d1e3d8b4d94b14da"
|
|
94
94
|
}
|