@genesislcap/foundation-entity-management 14.32.1 → 14.33.1-alpha-3ede04766.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 +13 -13
|
@@ -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",
|
|
@@ -584,41 +619,6 @@
|
|
|
584
619
|
}
|
|
585
620
|
]
|
|
586
621
|
},
|
|
587
|
-
{
|
|
588
|
-
"kind": "javascript-module",
|
|
589
|
-
"path": "src/components/components.ts",
|
|
590
|
-
"declarations": [
|
|
591
|
-
{
|
|
592
|
-
"kind": "function",
|
|
593
|
-
"name": "loadRemotes"
|
|
594
|
-
}
|
|
595
|
-
],
|
|
596
|
-
"exports": [
|
|
597
|
-
{
|
|
598
|
-
"kind": "js",
|
|
599
|
-
"name": "loadRemotes",
|
|
600
|
-
"declaration": {
|
|
601
|
-
"name": "loadRemotes",
|
|
602
|
-
"module": "src/components/components.ts"
|
|
603
|
-
}
|
|
604
|
-
}
|
|
605
|
-
]
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"kind": "javascript-module",
|
|
609
|
-
"path": "src/components/index.ts",
|
|
610
|
-
"declarations": [],
|
|
611
|
-
"exports": [
|
|
612
|
-
{
|
|
613
|
-
"kind": "js",
|
|
614
|
-
"name": "*",
|
|
615
|
-
"declaration": {
|
|
616
|
-
"name": "*",
|
|
617
|
-
"package": "./components"
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
]
|
|
621
|
-
},
|
|
622
622
|
{
|
|
623
623
|
"kind": "javascript-module",
|
|
624
624
|
"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.33.1-alpha-3ede04766.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,21 +44,21 @@
|
|
|
44
44
|
"test:debug": "genx test --debug"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@genesislcap/foundation-testing": "
|
|
48
|
-
"@genesislcap/genx": "
|
|
47
|
+
"@genesislcap/foundation-testing": "14.33.1-alpha-3ede04766.0",
|
|
48
|
+
"@genesislcap/genx": "14.33.1-alpha-3ede04766.0",
|
|
49
49
|
"bulma": "^0.9.3",
|
|
50
50
|
"cross-env": "^7.0.3"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@genesislcap/foundation-comms": "
|
|
54
|
-
"@genesislcap/foundation-errors": "
|
|
55
|
-
"@genesislcap/foundation-forms": "
|
|
56
|
-
"@genesislcap/foundation-login": "
|
|
57
|
-
"@genesislcap/foundation-ui": "
|
|
58
|
-
"@genesislcap/foundation-utils": "
|
|
59
|
-
"@genesislcap/foundation-zero": "
|
|
60
|
-
"@genesislcap/foundation-zero-grid-pro": "
|
|
61
|
-
"@genesislcap/grid-pro": "
|
|
53
|
+
"@genesislcap/foundation-comms": "14.33.1-alpha-3ede04766.0",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.33.1-alpha-3ede04766.0",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.33.1-alpha-3ede04766.0",
|
|
56
|
+
"@genesislcap/foundation-login": "14.33.1-alpha-3ede04766.0",
|
|
57
|
+
"@genesislcap/foundation-ui": "14.33.1-alpha-3ede04766.0",
|
|
58
|
+
"@genesislcap/foundation-utils": "14.33.1-alpha-3ede04766.0",
|
|
59
|
+
"@genesislcap/foundation-zero": "14.33.1-alpha-3ede04766.0",
|
|
60
|
+
"@genesislcap/foundation-zero-grid-pro": "14.33.1-alpha-3ede04766.0",
|
|
61
|
+
"@genesislcap/grid-pro": "14.33.1-alpha-3ede04766.0",
|
|
62
62
|
"@microsoft/fast-components": "^2.21.3",
|
|
63
63
|
"@microsoft/fast-element": "^1.7.0",
|
|
64
64
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
85
|
"customElements": "dist/custom-elements.json",
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "46e1ca26b6115fe9e823c37b4ebbf8fd48ccf9f6"
|
|
87
87
|
}
|