@genesislcap/foundation-entity-management 14.83.5 → 14.83.6
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/README.md +2 -2
- package/dist/custom-elements.json +84 -84
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ The grid contains an entity on each row and data in each column. Here is an exam
|
|
|
18
18
|
|
|
19
19
|

|
|
20
20
|
|
|
21
|
-
The other component is the form. This is used to update an existing entity or to create a new one. Here is an example
|
|
21
|
+
The other component is the form. This is used to update an existing entity or to create a new one. Here is an example:
|
|
22
22
|
|
|
23
23
|

|
|
24
24
|
|
|
@@ -79,7 +79,7 @@ export const AdminTemplate: ViewTemplate = html`
|
|
|
79
79
|
|
|
80
80
|
### Config
|
|
81
81
|
|
|
82
|
-
The functionality of the Entity Manager is customised through the properties you set on it in the HTML. This section covers the main properties that you need to customise. For a full list of all
|
|
82
|
+
The functionality of the Entity Manager is customised through the properties you set on it in the HTML. This section covers the main properties that you need to customise. For a full list of all available properties, [see here](./docs/api/foundation-entity-management.md#properties).
|
|
83
83
|
|
|
84
84
|
#### Title
|
|
85
85
|
|
|
@@ -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",
|
|
@@ -767,6 +732,90 @@
|
|
|
767
732
|
}
|
|
768
733
|
]
|
|
769
734
|
},
|
|
735
|
+
{
|
|
736
|
+
"kind": "javascript-module",
|
|
737
|
+
"path": "src/components/components.ts",
|
|
738
|
+
"declarations": [
|
|
739
|
+
{
|
|
740
|
+
"kind": "function",
|
|
741
|
+
"name": "loadRemotes"
|
|
742
|
+
}
|
|
743
|
+
],
|
|
744
|
+
"exports": [
|
|
745
|
+
{
|
|
746
|
+
"kind": "js",
|
|
747
|
+
"name": "loadRemotes",
|
|
748
|
+
"declaration": {
|
|
749
|
+
"name": "loadRemotes",
|
|
750
|
+
"module": "src/components/components.ts"
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
]
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"kind": "javascript-module",
|
|
757
|
+
"path": "src/components/index.ts",
|
|
758
|
+
"declarations": [],
|
|
759
|
+
"exports": [
|
|
760
|
+
{
|
|
761
|
+
"kind": "js",
|
|
762
|
+
"name": "*",
|
|
763
|
+
"declaration": {
|
|
764
|
+
"name": "*",
|
|
765
|
+
"package": "./components"
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "javascript-module",
|
|
772
|
+
"path": "src/layouts/default.ts",
|
|
773
|
+
"declarations": [
|
|
774
|
+
{
|
|
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)"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"exports": [
|
|
786
|
+
{
|
|
787
|
+
"kind": "js",
|
|
788
|
+
"name": "loginLayout",
|
|
789
|
+
"declaration": {
|
|
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"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "javascript-module",
|
|
806
|
+
"path": "src/layouts/index.ts",
|
|
807
|
+
"declarations": [],
|
|
808
|
+
"exports": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "js",
|
|
811
|
+
"name": "*",
|
|
812
|
+
"declaration": {
|
|
813
|
+
"name": "*",
|
|
814
|
+
"package": "./default"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
770
819
|
{
|
|
771
820
|
"kind": "javascript-module",
|
|
772
821
|
"path": "src/list/index.ts",
|
|
@@ -1305,55 +1354,6 @@
|
|
|
1305
1354
|
}
|
|
1306
1355
|
]
|
|
1307
1356
|
},
|
|
1308
|
-
{
|
|
1309
|
-
"kind": "javascript-module",
|
|
1310
|
-
"path": "src/layouts/default.ts",
|
|
1311
|
-
"declarations": [
|
|
1312
|
-
{
|
|
1313
|
-
"kind": "variable",
|
|
1314
|
-
"name": "loginLayout",
|
|
1315
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1316
|
-
},
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "variable",
|
|
1319
|
-
"name": "defaultLayout",
|
|
1320
|
-
"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)"
|
|
1321
|
-
}
|
|
1322
|
-
],
|
|
1323
|
-
"exports": [
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "js",
|
|
1326
|
-
"name": "loginLayout",
|
|
1327
|
-
"declaration": {
|
|
1328
|
-
"name": "loginLayout",
|
|
1329
|
-
"module": "src/layouts/default.ts"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"kind": "js",
|
|
1334
|
-
"name": "defaultLayout",
|
|
1335
|
-
"declaration": {
|
|
1336
|
-
"name": "defaultLayout",
|
|
1337
|
-
"module": "src/layouts/default.ts"
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
]
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "javascript-module",
|
|
1344
|
-
"path": "src/layouts/index.ts",
|
|
1345
|
-
"declarations": [],
|
|
1346
|
-
"exports": [
|
|
1347
|
-
{
|
|
1348
|
-
"kind": "js",
|
|
1349
|
-
"name": "*",
|
|
1350
|
-
"declaration": {
|
|
1351
|
-
"name": "*",
|
|
1352
|
-
"package": "./default"
|
|
1353
|
-
}
|
|
1354
|
-
}
|
|
1355
|
-
]
|
|
1356
|
-
},
|
|
1357
1357
|
{
|
|
1358
1358
|
"kind": "javascript-module",
|
|
1359
1359
|
"path": "src/profiles/editProfileSchema.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.
|
|
4
|
+
"version": "14.83.6",
|
|
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.
|
|
48
|
-
"@genesislcap/genx": "14.83.
|
|
47
|
+
"@genesislcap/foundation-testing": "14.83.6",
|
|
48
|
+
"@genesislcap/genx": "14.83.6",
|
|
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.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.83.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.83.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.83.
|
|
57
|
-
"@genesislcap/foundation-login": "14.83.
|
|
58
|
-
"@genesislcap/foundation-ui": "14.83.
|
|
59
|
-
"@genesislcap/foundation-utils": "14.83.
|
|
60
|
-
"@genesislcap/foundation-zero": "14.83.
|
|
61
|
-
"@genesislcap/foundation-zero-grid-pro": "14.83.
|
|
62
|
-
"@genesislcap/grid-pro": "14.83.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.83.6",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.83.6",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.83.6",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.83.6",
|
|
57
|
+
"@genesislcap/foundation-login": "14.83.6",
|
|
58
|
+
"@genesislcap/foundation-ui": "14.83.6",
|
|
59
|
+
"@genesislcap/foundation-utils": "14.83.6",
|
|
60
|
+
"@genesislcap/foundation-zero": "14.83.6",
|
|
61
|
+
"@genesislcap/foundation-zero-grid-pro": "14.83.6",
|
|
62
|
+
"@genesislcap/grid-pro": "14.83.6",
|
|
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": "b894d957705f2fdcf5df38f509790437a597a80f"
|
|
79
79
|
}
|