@genesislcap/foundation-entity-management 14.206.1 → 14.206.2
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 +84 -84
- package/package.json +21 -21
|
@@ -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",
|
|
@@ -1123,6 +1088,90 @@
|
|
|
1123
1088
|
}
|
|
1124
1089
|
]
|
|
1125
1090
|
},
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "javascript-module",
|
|
1093
|
+
"path": "src/components/components.ts",
|
|
1094
|
+
"declarations": [
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "function",
|
|
1097
|
+
"name": "loadRemotes"
|
|
1098
|
+
}
|
|
1099
|
+
],
|
|
1100
|
+
"exports": [
|
|
1101
|
+
{
|
|
1102
|
+
"kind": "js",
|
|
1103
|
+
"name": "loadRemotes",
|
|
1104
|
+
"declaration": {
|
|
1105
|
+
"name": "loadRemotes",
|
|
1106
|
+
"module": "src/components/components.ts"
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
]
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"kind": "javascript-module",
|
|
1113
|
+
"path": "src/components/index.ts",
|
|
1114
|
+
"declarations": [],
|
|
1115
|
+
"exports": [
|
|
1116
|
+
{
|
|
1117
|
+
"kind": "js",
|
|
1118
|
+
"name": "*",
|
|
1119
|
+
"declaration": {
|
|
1120
|
+
"name": "*",
|
|
1121
|
+
"package": "./components"
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
1124
|
+
]
|
|
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",
|
|
@@ -3102,55 +3151,6 @@
|
|
|
3102
3151
|
}
|
|
3103
3152
|
]
|
|
3104
3153
|
},
|
|
3105
|
-
{
|
|
3106
|
-
"kind": "javascript-module",
|
|
3107
|
-
"path": "src/layouts/default.ts",
|
|
3108
|
-
"declarations": [
|
|
3109
|
-
{
|
|
3110
|
-
"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
|
-
},
|
|
3114
|
-
{
|
|
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)"
|
|
3118
|
-
}
|
|
3119
|
-
],
|
|
3120
|
-
"exports": [
|
|
3121
|
-
{
|
|
3122
|
-
"kind": "js",
|
|
3123
|
-
"name": "loginLayout",
|
|
3124
|
-
"declaration": {
|
|
3125
|
-
"name": "loginLayout",
|
|
3126
|
-
"module": "src/layouts/default.ts"
|
|
3127
|
-
}
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"kind": "js",
|
|
3131
|
-
"name": "defaultLayout",
|
|
3132
|
-
"declaration": {
|
|
3133
|
-
"name": "defaultLayout",
|
|
3134
|
-
"module": "src/layouts/default.ts"
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
]
|
|
3138
|
-
},
|
|
3139
|
-
{
|
|
3140
|
-
"kind": "javascript-module",
|
|
3141
|
-
"path": "src/layouts/index.ts",
|
|
3142
|
-
"declarations": [],
|
|
3143
|
-
"exports": [
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "js",
|
|
3146
|
-
"name": "*",
|
|
3147
|
-
"declaration": {
|
|
3148
|
-
"name": "*",
|
|
3149
|
-
"package": "./default"
|
|
3150
|
-
}
|
|
3151
|
-
}
|
|
3152
|
-
]
|
|
3153
|
-
},
|
|
3154
3154
|
{
|
|
3155
3155
|
"kind": "javascript-module",
|
|
3156
3156
|
"path": "src/users/users.template.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.206.
|
|
4
|
+
"version": "14.206.2",
|
|
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.
|
|
56
|
-
"@genesislcap/genx": "14.206.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.206.
|
|
58
|
-
"@genesislcap/ts-builder": "14.206.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.206.
|
|
60
|
-
"@genesislcap/vite-builder": "14.206.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.206.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.206.2",
|
|
56
|
+
"@genesislcap/genx": "14.206.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.206.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.206.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.206.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.206.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.206.2",
|
|
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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.206.
|
|
68
|
-
"@genesislcap/foundation-events": "14.206.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.206.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.206.
|
|
71
|
-
"@genesislcap/foundation-login": "14.206.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.206.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.206.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.206.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.206.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.206.
|
|
77
|
-
"@genesislcap/grid-pro": "14.206.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.206.2",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.206.2",
|
|
68
|
+
"@genesislcap/foundation-events": "14.206.2",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.206.2",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.206.2",
|
|
71
|
+
"@genesislcap/foundation-login": "14.206.2",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.206.2",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.206.2",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.206.2",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.206.2",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.206.2",
|
|
77
|
+
"@genesislcap/grid-pro": "14.206.2",
|
|
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": "d81b8a3d91406321db1ffe51b2d58daed0cc28c1"
|
|
94
94
|
}
|