@genesislcap/foundation-entity-management 14.280.0 → 14.281.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 +35 -35
- package/package.json +21 -21
|
@@ -73,6 +73,41 @@
|
|
|
73
73
|
}
|
|
74
74
|
]
|
|
75
75
|
},
|
|
76
|
+
{
|
|
77
|
+
"kind": "javascript-module",
|
|
78
|
+
"path": "src/components/components.ts",
|
|
79
|
+
"declarations": [
|
|
80
|
+
{
|
|
81
|
+
"kind": "function",
|
|
82
|
+
"name": "loadRemotes"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"exports": [
|
|
86
|
+
{
|
|
87
|
+
"kind": "js",
|
|
88
|
+
"name": "loadRemotes",
|
|
89
|
+
"declaration": {
|
|
90
|
+
"name": "loadRemotes",
|
|
91
|
+
"module": "src/components/components.ts"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"kind": "javascript-module",
|
|
98
|
+
"path": "src/components/index.ts",
|
|
99
|
+
"declarations": [],
|
|
100
|
+
"exports": [
|
|
101
|
+
{
|
|
102
|
+
"kind": "js",
|
|
103
|
+
"name": "*",
|
|
104
|
+
"declaration": {
|
|
105
|
+
"name": "*",
|
|
106
|
+
"package": "./components"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
},
|
|
76
111
|
{
|
|
77
112
|
"kind": "javascript-module",
|
|
78
113
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -1978,41 +2013,6 @@
|
|
|
1978
2013
|
}
|
|
1979
2014
|
]
|
|
1980
2015
|
},
|
|
1981
|
-
{
|
|
1982
|
-
"kind": "javascript-module",
|
|
1983
|
-
"path": "src/components/components.ts",
|
|
1984
|
-
"declarations": [
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "function",
|
|
1987
|
-
"name": "loadRemotes"
|
|
1988
|
-
}
|
|
1989
|
-
],
|
|
1990
|
-
"exports": [
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "js",
|
|
1993
|
-
"name": "loadRemotes",
|
|
1994
|
-
"declaration": {
|
|
1995
|
-
"name": "loadRemotes",
|
|
1996
|
-
"module": "src/components/components.ts"
|
|
1997
|
-
}
|
|
1998
|
-
}
|
|
1999
|
-
]
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"kind": "javascript-module",
|
|
2003
|
-
"path": "src/components/index.ts",
|
|
2004
|
-
"declarations": [],
|
|
2005
|
-
"exports": [
|
|
2006
|
-
{
|
|
2007
|
-
"kind": "js",
|
|
2008
|
-
"name": "*",
|
|
2009
|
-
"declaration": {
|
|
2010
|
-
"name": "*",
|
|
2011
|
-
"package": "./components"
|
|
2012
|
-
}
|
|
2013
|
-
}
|
|
2014
|
-
]
|
|
2015
|
-
},
|
|
2016
2016
|
{
|
|
2017
2017
|
"kind": "javascript-module",
|
|
2018
2018
|
"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.
|
|
4
|
+
"version": "14.281.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.281.0",
|
|
56
|
+
"@genesislcap/genx": "14.281.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.281.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.281.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.281.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.281.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.281.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.281.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.281.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.281.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.281.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.281.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.281.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.281.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.281.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.281.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.281.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.281.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.281.0",
|
|
78
78
|
"@microsoft/fast-components": "2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "1.14.0",
|
|
80
80
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "b2843ad2a9e1b5997b721f9fd1127666922c7259"
|
|
95
95
|
}
|