@genesislcap/foundation-entity-management 14.167.3-alpha-b40d1e5.0 → 14.167.3-alpha-69ba23f.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,6 +87,41 @@
|
|
|
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
|
+
},
|
|
90
125
|
{
|
|
91
126
|
"kind": "javascript-module",
|
|
92
127
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -803,41 +838,6 @@
|
|
|
803
838
|
}
|
|
804
839
|
]
|
|
805
840
|
},
|
|
806
|
-
{
|
|
807
|
-
"kind": "javascript-module",
|
|
808
|
-
"path": "src/components/components.ts",
|
|
809
|
-
"declarations": [
|
|
810
|
-
{
|
|
811
|
-
"kind": "function",
|
|
812
|
-
"name": "loadRemotes"
|
|
813
|
-
}
|
|
814
|
-
],
|
|
815
|
-
"exports": [
|
|
816
|
-
{
|
|
817
|
-
"kind": "js",
|
|
818
|
-
"name": "loadRemotes",
|
|
819
|
-
"declaration": {
|
|
820
|
-
"name": "loadRemotes",
|
|
821
|
-
"module": "src/components/components.ts"
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
]
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"kind": "javascript-module",
|
|
828
|
-
"path": "src/components/index.ts",
|
|
829
|
-
"declarations": [],
|
|
830
|
-
"exports": [
|
|
831
|
-
{
|
|
832
|
-
"kind": "js",
|
|
833
|
-
"name": "*",
|
|
834
|
-
"declaration": {
|
|
835
|
-
"name": "*",
|
|
836
|
-
"package": "./components"
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
]
|
|
840
|
-
},
|
|
841
841
|
{
|
|
842
842
|
"kind": "javascript-module",
|
|
843
843
|
"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.167.3-alpha-
|
|
4
|
+
"version": "14.167.3-alpha-69ba23f.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.167.3-alpha-
|
|
47
|
-
"@genesislcap/genx": "14.167.3-alpha-
|
|
48
|
-
"@genesislcap/rollup-builder": "14.167.3-alpha-
|
|
49
|
-
"@genesislcap/ts-builder": "14.167.3-alpha-
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.167.3-alpha-
|
|
51
|
-
"@genesislcap/vite-builder": "14.167.3-alpha-
|
|
52
|
-
"@genesislcap/webpack-builder": "14.167.3-alpha-
|
|
46
|
+
"@genesislcap/foundation-testing": "14.167.3-alpha-69ba23f.0",
|
|
47
|
+
"@genesislcap/genx": "14.167.3-alpha-69ba23f.0",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.167.3-alpha-69ba23f.0",
|
|
49
|
+
"@genesislcap/ts-builder": "14.167.3-alpha-69ba23f.0",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.167.3-alpha-69ba23f.0",
|
|
51
|
+
"@genesislcap/vite-builder": "14.167.3-alpha-69ba23f.0",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.167.3-alpha-69ba23f.0",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.167.3-alpha-
|
|
58
|
-
"@genesislcap/foundation-errors": "14.167.3-alpha-
|
|
59
|
-
"@genesislcap/foundation-events": "14.167.3-alpha-
|
|
60
|
-
"@genesislcap/foundation-forms": "14.167.3-alpha-
|
|
61
|
-
"@genesislcap/foundation-logger": "14.167.3-alpha-
|
|
62
|
-
"@genesislcap/foundation-login": "14.167.3-alpha-
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.167.3-alpha-
|
|
64
|
-
"@genesislcap/foundation-ui": "14.167.3-alpha-
|
|
65
|
-
"@genesislcap/foundation-utils": "14.167.3-alpha-
|
|
66
|
-
"@genesislcap/foundation-zero": "14.167.3-alpha-
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.167.3-alpha-
|
|
68
|
-
"@genesislcap/grid-pro": "14.167.3-alpha-
|
|
57
|
+
"@genesislcap/foundation-comms": "14.167.3-alpha-69ba23f.0",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.167.3-alpha-69ba23f.0",
|
|
59
|
+
"@genesislcap/foundation-events": "14.167.3-alpha-69ba23f.0",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.167.3-alpha-69ba23f.0",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.167.3-alpha-69ba23f.0",
|
|
62
|
+
"@genesislcap/foundation-login": "14.167.3-alpha-69ba23f.0",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.167.3-alpha-69ba23f.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.167.3-alpha-69ba23f.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.167.3-alpha-69ba23f.0",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.167.3-alpha-69ba23f.0",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.167.3-alpha-69ba23f.0",
|
|
68
|
+
"@genesislcap/grid-pro": "14.167.3-alpha-69ba23f.0",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "181f6eb8a074dea1a432c628141688c39163fbfd"
|
|
85
85
|
}
|