@genesislcap/foundation-entity-management 14.32.0 → 14.32.1
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,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",
|
|
@@ -619,6 +584,41 @@
|
|
|
619
584
|
}
|
|
620
585
|
]
|
|
621
586
|
},
|
|
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.32.
|
|
4
|
+
"version": "14.32.1",
|
|
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": "^14.32.
|
|
48
|
-
"@genesislcap/genx": "^14.32.
|
|
47
|
+
"@genesislcap/foundation-testing": "^14.32.1",
|
|
48
|
+
"@genesislcap/genx": "^14.32.1",
|
|
49
49
|
"bulma": "^0.9.3",
|
|
50
50
|
"cross-env": "^7.0.3"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@genesislcap/foundation-comms": "^14.32.
|
|
54
|
-
"@genesislcap/foundation-errors": "^14.32.
|
|
55
|
-
"@genesislcap/foundation-forms": "^14.32.
|
|
56
|
-
"@genesislcap/foundation-login": "^14.32.
|
|
57
|
-
"@genesislcap/foundation-ui": "^14.32.
|
|
58
|
-
"@genesislcap/foundation-utils": "^14.32.
|
|
59
|
-
"@genesislcap/foundation-zero": "^14.32.
|
|
60
|
-
"@genesislcap/foundation-zero-grid-pro": "^14.32.
|
|
61
|
-
"@genesislcap/grid-pro": "^14.32.
|
|
53
|
+
"@genesislcap/foundation-comms": "^14.32.1",
|
|
54
|
+
"@genesislcap/foundation-errors": "^14.32.1",
|
|
55
|
+
"@genesislcap/foundation-forms": "^14.32.1",
|
|
56
|
+
"@genesislcap/foundation-login": "^14.32.1",
|
|
57
|
+
"@genesislcap/foundation-ui": "^14.32.1",
|
|
58
|
+
"@genesislcap/foundation-utils": "^14.32.1",
|
|
59
|
+
"@genesislcap/foundation-zero": "^14.32.1",
|
|
60
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.32.1",
|
|
61
|
+
"@genesislcap/grid-pro": "^14.32.1",
|
|
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": "dfa265faf20864c8fbed12b504afc0fa91a45f5b"
|
|
87
87
|
}
|