@genesislcap/foundation-entity-management 14.123.0 → 14.124.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 +57 -57
- package/package.json +15 -15
|
@@ -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",
|
|
@@ -779,41 +744,27 @@
|
|
|
779
744
|
},
|
|
780
745
|
{
|
|
781
746
|
"kind": "javascript-module",
|
|
782
|
-
"path": "src/
|
|
747
|
+
"path": "src/components/components.ts",
|
|
783
748
|
"declarations": [
|
|
784
749
|
{
|
|
785
|
-
"kind": "
|
|
786
|
-
"name": "
|
|
787
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"kind": "variable",
|
|
791
|
-
"name": "defaultLayout",
|
|
792
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
750
|
+
"kind": "function",
|
|
751
|
+
"name": "loadRemotes"
|
|
793
752
|
}
|
|
794
753
|
],
|
|
795
754
|
"exports": [
|
|
796
755
|
{
|
|
797
756
|
"kind": "js",
|
|
798
|
-
"name": "
|
|
799
|
-
"declaration": {
|
|
800
|
-
"name": "loginLayout",
|
|
801
|
-
"module": "src/layouts/default.ts"
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"kind": "js",
|
|
806
|
-
"name": "defaultLayout",
|
|
757
|
+
"name": "loadRemotes",
|
|
807
758
|
"declaration": {
|
|
808
|
-
"name": "
|
|
809
|
-
"module": "src/
|
|
759
|
+
"name": "loadRemotes",
|
|
760
|
+
"module": "src/components/components.ts"
|
|
810
761
|
}
|
|
811
762
|
}
|
|
812
763
|
]
|
|
813
764
|
},
|
|
814
765
|
{
|
|
815
766
|
"kind": "javascript-module",
|
|
816
|
-
"path": "src/
|
|
767
|
+
"path": "src/components/index.ts",
|
|
817
768
|
"declarations": [],
|
|
818
769
|
"exports": [
|
|
819
770
|
{
|
|
@@ -821,7 +772,7 @@
|
|
|
821
772
|
"name": "*",
|
|
822
773
|
"declaration": {
|
|
823
774
|
"name": "*",
|
|
824
|
-
"package": "./
|
|
775
|
+
"package": "./components"
|
|
825
776
|
}
|
|
826
777
|
}
|
|
827
778
|
]
|
|
@@ -1232,6 +1183,55 @@
|
|
|
1232
1183
|
}
|
|
1233
1184
|
]
|
|
1234
1185
|
},
|
|
1186
|
+
{
|
|
1187
|
+
"kind": "javascript-module",
|
|
1188
|
+
"path": "src/layouts/default.ts",
|
|
1189
|
+
"declarations": [
|
|
1190
|
+
{
|
|
1191
|
+
"kind": "variable",
|
|
1192
|
+
"name": "loginLayout",
|
|
1193
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"kind": "variable",
|
|
1197
|
+
"name": "defaultLayout",
|
|
1198
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
1199
|
+
}
|
|
1200
|
+
],
|
|
1201
|
+
"exports": [
|
|
1202
|
+
{
|
|
1203
|
+
"kind": "js",
|
|
1204
|
+
"name": "loginLayout",
|
|
1205
|
+
"declaration": {
|
|
1206
|
+
"name": "loginLayout",
|
|
1207
|
+
"module": "src/layouts/default.ts"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "js",
|
|
1212
|
+
"name": "defaultLayout",
|
|
1213
|
+
"declaration": {
|
|
1214
|
+
"name": "defaultLayout",
|
|
1215
|
+
"module": "src/layouts/default.ts"
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
]
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"kind": "javascript-module",
|
|
1222
|
+
"path": "src/layouts/index.ts",
|
|
1223
|
+
"declarations": [],
|
|
1224
|
+
"exports": [
|
|
1225
|
+
{
|
|
1226
|
+
"kind": "js",
|
|
1227
|
+
"name": "*",
|
|
1228
|
+
"declaration": {
|
|
1229
|
+
"name": "*",
|
|
1230
|
+
"package": "./default"
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
]
|
|
1234
|
+
},
|
|
1235
1235
|
{
|
|
1236
1236
|
"kind": "javascript-module",
|
|
1237
1237
|
"path": "src/main/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.124.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
47
|
-
"@genesislcap/foundation-testing": "14.
|
|
48
|
-
"@genesislcap/genx": "14.
|
|
47
|
+
"@genesislcap/foundation-testing": "14.124.0",
|
|
48
|
+
"@genesislcap/genx": "14.124.0",
|
|
49
49
|
"rimraf": "^3.0.2"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ag-grid-community/core": "29.2.0",
|
|
53
|
-
"@genesislcap/foundation-comms": "14.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.
|
|
57
|
-
"@genesislcap/foundation-login": "14.
|
|
58
|
-
"@genesislcap/foundation-notifications": "14.
|
|
59
|
-
"@genesislcap/foundation-ui": "14.
|
|
60
|
-
"@genesislcap/foundation-utils": "14.
|
|
61
|
-
"@genesislcap/foundation-zero": "14.
|
|
62
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
63
|
-
"@genesislcap/grid-pro": "14.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.124.0",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.124.0",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.124.0",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.124.0",
|
|
57
|
+
"@genesislcap/foundation-login": "14.124.0",
|
|
58
|
+
"@genesislcap/foundation-notifications": "14.124.0",
|
|
59
|
+
"@genesislcap/foundation-ui": "14.124.0",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.124.0",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.124.0",
|
|
62
|
+
"@genesislcap/foundation-zero-grid-pro": "14.124.0",
|
|
63
|
+
"@genesislcap/grid-pro": "14.124.0",
|
|
64
64
|
"@microsoft/fast-components": "^2.21.3",
|
|
65
65
|
"@microsoft/fast-element": "^1.7.0",
|
|
66
66
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "ecbf83be72d1f020f8b189282c5199479dd55a3e"
|
|
80
80
|
}
|