@genesislcap/foundation-entity-management 14.83.3-alpha-33bf6c6.0 → 14.83.3
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 +14 -14
|
@@ -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",
|
|
@@ -734,27 +769,41 @@
|
|
|
734
769
|
},
|
|
735
770
|
{
|
|
736
771
|
"kind": "javascript-module",
|
|
737
|
-
"path": "src/
|
|
772
|
+
"path": "src/layouts/default.ts",
|
|
738
773
|
"declarations": [
|
|
739
774
|
{
|
|
740
|
-
"kind": "
|
|
741
|
-
"name": "
|
|
775
|
+
"kind": "variable",
|
|
776
|
+
"name": "loginLayout",
|
|
777
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "variable",
|
|
781
|
+
"name": "defaultLayout",
|
|
782
|
+
"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)"
|
|
742
783
|
}
|
|
743
784
|
],
|
|
744
785
|
"exports": [
|
|
745
786
|
{
|
|
746
787
|
"kind": "js",
|
|
747
|
-
"name": "
|
|
788
|
+
"name": "loginLayout",
|
|
748
789
|
"declaration": {
|
|
749
|
-
"name": "
|
|
750
|
-
"module": "src/
|
|
790
|
+
"name": "loginLayout",
|
|
791
|
+
"module": "src/layouts/default.ts"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "js",
|
|
796
|
+
"name": "defaultLayout",
|
|
797
|
+
"declaration": {
|
|
798
|
+
"name": "defaultLayout",
|
|
799
|
+
"module": "src/layouts/default.ts"
|
|
751
800
|
}
|
|
752
801
|
}
|
|
753
802
|
]
|
|
754
803
|
},
|
|
755
804
|
{
|
|
756
805
|
"kind": "javascript-module",
|
|
757
|
-
"path": "src/
|
|
806
|
+
"path": "src/layouts/index.ts",
|
|
758
807
|
"declarations": [],
|
|
759
808
|
"exports": [
|
|
760
809
|
{
|
|
@@ -762,7 +811,7 @@
|
|
|
762
811
|
"name": "*",
|
|
763
812
|
"declaration": {
|
|
764
813
|
"name": "*",
|
|
765
|
-
"package": "./
|
|
814
|
+
"package": "./default"
|
|
766
815
|
}
|
|
767
816
|
}
|
|
768
817
|
]
|
|
@@ -1152,55 +1201,6 @@
|
|
|
1152
1201
|
}
|
|
1153
1202
|
]
|
|
1154
1203
|
},
|
|
1155
|
-
{
|
|
1156
|
-
"kind": "javascript-module",
|
|
1157
|
-
"path": "src/layouts/default.ts",
|
|
1158
|
-
"declarations": [
|
|
1159
|
-
{
|
|
1160
|
-
"kind": "variable",
|
|
1161
|
-
"name": "loginLayout",
|
|
1162
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1163
|
-
},
|
|
1164
|
-
{
|
|
1165
|
-
"kind": "variable",
|
|
1166
|
-
"name": "defaultLayout",
|
|
1167
|
-
"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)"
|
|
1168
|
-
}
|
|
1169
|
-
],
|
|
1170
|
-
"exports": [
|
|
1171
|
-
{
|
|
1172
|
-
"kind": "js",
|
|
1173
|
-
"name": "loginLayout",
|
|
1174
|
-
"declaration": {
|
|
1175
|
-
"name": "loginLayout",
|
|
1176
|
-
"module": "src/layouts/default.ts"
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"kind": "js",
|
|
1181
|
-
"name": "defaultLayout",
|
|
1182
|
-
"declaration": {
|
|
1183
|
-
"name": "defaultLayout",
|
|
1184
|
-
"module": "src/layouts/default.ts"
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
]
|
|
1188
|
-
},
|
|
1189
|
-
{
|
|
1190
|
-
"kind": "javascript-module",
|
|
1191
|
-
"path": "src/layouts/index.ts",
|
|
1192
|
-
"declarations": [],
|
|
1193
|
-
"exports": [
|
|
1194
|
-
{
|
|
1195
|
-
"kind": "js",
|
|
1196
|
-
"name": "*",
|
|
1197
|
-
"declaration": {
|
|
1198
|
-
"name": "*",
|
|
1199
|
-
"package": "./default"
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1202
|
-
]
|
|
1203
|
-
},
|
|
1204
1204
|
{
|
|
1205
1205
|
"kind": "javascript-module",
|
|
1206
1206
|
"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.83.3
|
|
4
|
+
"version": "14.83.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,22 +44,22 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
47
|
-
"@genesislcap/foundation-testing": "14.83.3
|
|
48
|
-
"@genesislcap/genx": "14.83.3
|
|
47
|
+
"@genesislcap/foundation-testing": "14.83.3",
|
|
48
|
+
"@genesislcap/genx": "14.83.3",
|
|
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.83.3
|
|
54
|
-
"@genesislcap/foundation-errors": "14.83.3
|
|
55
|
-
"@genesislcap/foundation-forms": "14.83.3
|
|
56
|
-
"@genesislcap/foundation-logger": "14.83.3
|
|
57
|
-
"@genesislcap/foundation-login": "14.83.3
|
|
58
|
-
"@genesislcap/foundation-ui": "14.83.3
|
|
59
|
-
"@genesislcap/foundation-utils": "14.83.3
|
|
60
|
-
"@genesislcap/foundation-zero": "14.83.3
|
|
61
|
-
"@genesislcap/foundation-zero-grid-pro": "14.83.3
|
|
62
|
-
"@genesislcap/grid-pro": "14.83.3
|
|
53
|
+
"@genesislcap/foundation-comms": "14.83.3",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.83.3",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.83.3",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.83.3",
|
|
57
|
+
"@genesislcap/foundation-login": "14.83.3",
|
|
58
|
+
"@genesislcap/foundation-ui": "14.83.3",
|
|
59
|
+
"@genesislcap/foundation-utils": "14.83.3",
|
|
60
|
+
"@genesislcap/foundation-zero": "14.83.3",
|
|
61
|
+
"@genesislcap/foundation-zero-grid-pro": "14.83.3",
|
|
62
|
+
"@genesislcap/grid-pro": "14.83.3",
|
|
63
63
|
"@microsoft/fast-components": "^2.21.3",
|
|
64
64
|
"@microsoft/fast-element": "^1.7.0",
|
|
65
65
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
77
|
"customElements": "dist/custom-elements.json",
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "d8127570c94dbf4dca2f260a4155bf89206e9c2e"
|
|
79
79
|
}
|