@genesislcap/foundation-entity-management 14.218.2 → 14.219.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
|
@@ -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",
|
|
@@ -873,6 +838,41 @@
|
|
|
873
838
|
}
|
|
874
839
|
]
|
|
875
840
|
},
|
|
841
|
+
{
|
|
842
|
+
"kind": "javascript-module",
|
|
843
|
+
"path": "src/components/components.ts",
|
|
844
|
+
"declarations": [
|
|
845
|
+
{
|
|
846
|
+
"kind": "function",
|
|
847
|
+
"name": "loadRemotes"
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"exports": [
|
|
851
|
+
{
|
|
852
|
+
"kind": "js",
|
|
853
|
+
"name": "loadRemotes",
|
|
854
|
+
"declaration": {
|
|
855
|
+
"name": "loadRemotes",
|
|
856
|
+
"module": "src/components/components.ts"
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
]
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"kind": "javascript-module",
|
|
863
|
+
"path": "src/components/index.ts",
|
|
864
|
+
"declarations": [],
|
|
865
|
+
"exports": [
|
|
866
|
+
{
|
|
867
|
+
"kind": "js",
|
|
868
|
+
"name": "*",
|
|
869
|
+
"declaration": {
|
|
870
|
+
"name": "*",
|
|
871
|
+
"package": "./components"
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
},
|
|
876
876
|
{
|
|
877
877
|
"kind": "javascript-module",
|
|
878
878
|
"path": "src/layouts/default.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.219.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.219.0",
|
|
56
|
+
"@genesislcap/genx": "14.219.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.219.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.219.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.219.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.219.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.219.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.219.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.219.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.219.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.219.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.219.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.219.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.219.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.219.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.219.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.219.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.219.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.219.0",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.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": "22ff8ee1ca290cd29752b37d38153634899d51b5"
|
|
95
95
|
}
|