@genesislcap/foundation-entity-management 14.353.1 → 14.353.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.
- package/dist/custom-elements.json +35 -35
- package/package.json +21 -21
|
@@ -81,6 +81,41 @@
|
|
|
81
81
|
}
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
|
+
{
|
|
85
|
+
"kind": "javascript-module",
|
|
86
|
+
"path": "src/components/components.ts",
|
|
87
|
+
"declarations": [
|
|
88
|
+
{
|
|
89
|
+
"kind": "function",
|
|
90
|
+
"name": "loadRemotes"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"exports": [
|
|
94
|
+
{
|
|
95
|
+
"kind": "js",
|
|
96
|
+
"name": "loadRemotes",
|
|
97
|
+
"declaration": {
|
|
98
|
+
"name": "loadRemotes",
|
|
99
|
+
"module": "src/components/components.ts"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "javascript-module",
|
|
106
|
+
"path": "src/components/index.ts",
|
|
107
|
+
"declarations": [],
|
|
108
|
+
"exports": [
|
|
109
|
+
{
|
|
110
|
+
"kind": "js",
|
|
111
|
+
"name": "*",
|
|
112
|
+
"declaration": {
|
|
113
|
+
"name": "*",
|
|
114
|
+
"package": "./components"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
84
119
|
{
|
|
85
120
|
"kind": "javascript-module",
|
|
86
121
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -2268,41 +2303,6 @@
|
|
|
2268
2303
|
}
|
|
2269
2304
|
]
|
|
2270
2305
|
},
|
|
2271
|
-
{
|
|
2272
|
-
"kind": "javascript-module",
|
|
2273
|
-
"path": "src/components/components.ts",
|
|
2274
|
-
"declarations": [
|
|
2275
|
-
{
|
|
2276
|
-
"kind": "function",
|
|
2277
|
-
"name": "loadRemotes"
|
|
2278
|
-
}
|
|
2279
|
-
],
|
|
2280
|
-
"exports": [
|
|
2281
|
-
{
|
|
2282
|
-
"kind": "js",
|
|
2283
|
-
"name": "loadRemotes",
|
|
2284
|
-
"declaration": {
|
|
2285
|
-
"name": "loadRemotes",
|
|
2286
|
-
"module": "src/components/components.ts"
|
|
2287
|
-
}
|
|
2288
|
-
}
|
|
2289
|
-
]
|
|
2290
|
-
},
|
|
2291
|
-
{
|
|
2292
|
-
"kind": "javascript-module",
|
|
2293
|
-
"path": "src/components/index.ts",
|
|
2294
|
-
"declarations": [],
|
|
2295
|
-
"exports": [
|
|
2296
|
-
{
|
|
2297
|
-
"kind": "js",
|
|
2298
|
-
"name": "*",
|
|
2299
|
-
"declaration": {
|
|
2300
|
-
"name": "*",
|
|
2301
|
-
"package": "./components"
|
|
2302
|
-
}
|
|
2303
|
-
}
|
|
2304
|
-
]
|
|
2305
|
-
},
|
|
2306
2306
|
{
|
|
2307
2307
|
"kind": "javascript-module",
|
|
2308
2308
|
"path": "src/list/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.353.
|
|
4
|
+
"version": "14.353.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,28 +52,28 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.353.
|
|
56
|
-
"@genesislcap/genx": "14.353.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.353.
|
|
58
|
-
"@genesislcap/ts-builder": "14.353.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.353.
|
|
60
|
-
"@genesislcap/vite-builder": "14.353.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.353.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.353.3",
|
|
56
|
+
"@genesislcap/genx": "14.353.3",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.353.3",
|
|
58
|
+
"@genesislcap/ts-builder": "14.353.3",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.353.3",
|
|
60
|
+
"@genesislcap/vite-builder": "14.353.3",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.353.3"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@ag-grid-community/core": "29.2.0",
|
|
65
|
-
"@genesislcap/foundation-comms": "14.353.
|
|
66
|
-
"@genesislcap/foundation-errors": "14.353.
|
|
67
|
-
"@genesislcap/foundation-events": "14.353.
|
|
68
|
-
"@genesislcap/foundation-forms": "14.353.
|
|
69
|
-
"@genesislcap/foundation-logger": "14.353.
|
|
70
|
-
"@genesislcap/foundation-login": "14.353.
|
|
71
|
-
"@genesislcap/foundation-notifications": "14.353.
|
|
72
|
-
"@genesislcap/foundation-ui": "14.353.
|
|
73
|
-
"@genesislcap/foundation-utils": "14.353.
|
|
74
|
-
"@genesislcap/foundation-zero": "14.353.
|
|
75
|
-
"@genesislcap/foundation-zero-grid-pro": "14.353.
|
|
76
|
-
"@genesislcap/grid-pro": "14.353.
|
|
65
|
+
"@genesislcap/foundation-comms": "14.353.3",
|
|
66
|
+
"@genesislcap/foundation-errors": "14.353.3",
|
|
67
|
+
"@genesislcap/foundation-events": "14.353.3",
|
|
68
|
+
"@genesislcap/foundation-forms": "14.353.3",
|
|
69
|
+
"@genesislcap/foundation-logger": "14.353.3",
|
|
70
|
+
"@genesislcap/foundation-login": "14.353.3",
|
|
71
|
+
"@genesislcap/foundation-notifications": "14.353.3",
|
|
72
|
+
"@genesislcap/foundation-ui": "14.353.3",
|
|
73
|
+
"@genesislcap/foundation-utils": "14.353.3",
|
|
74
|
+
"@genesislcap/foundation-zero": "14.353.3",
|
|
75
|
+
"@genesislcap/foundation-zero-grid-pro": "14.353.3",
|
|
76
|
+
"@genesislcap/grid-pro": "14.353.3",
|
|
77
77
|
"@microsoft/fast-components": "2.30.6",
|
|
78
78
|
"@microsoft/fast-element": "1.14.0",
|
|
79
79
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public"
|
|
90
90
|
},
|
|
91
91
|
"customElements": "dist/custom-elements.json",
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "04869e3fa336f3bf004c24d6fc44e03bc0f63569"
|
|
93
93
|
}
|