@genesislcap/foundation-entity-management 14.160.0 → 14.161.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/README.md +20 -0
- package/dist/custom-elements.json +84 -84
- package/package.json +21 -21
package/README.md
CHANGED
|
@@ -272,6 +272,26 @@ In contrast to Entity Management, we have a different way of displaying buttons
|
|
|
272
272
|
For more information on `persist-column-state-key` see [the section in the Entity Management](#persist-column-state) page.
|
|
273
273
|
:::
|
|
274
274
|
|
|
275
|
+
## Installation
|
|
276
|
+
|
|
277
|
+
To enable this module in your application, follow the steps below.
|
|
278
|
+
|
|
279
|
+
1. Add `@genesislcap/foundation-entity-management` as a dependency in your `package.json` file. Whenever you change the dependencies of your project, ensure you run the `$ npm run bootstrap` command again. You can find more information in the [package.json basics](https://learn.genesis.global/secure/web/basics/package-json-basics/) page.
|
|
280
|
+
|
|
281
|
+
```json
|
|
282
|
+
{
|
|
283
|
+
...
|
|
284
|
+
"dependencies": {
|
|
285
|
+
...
|
|
286
|
+
"@genesislcap/foundation-entity-management": "latest"
|
|
287
|
+
...
|
|
288
|
+
},
|
|
289
|
+
...
|
|
290
|
+
}
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
## [API Docs](./docs/api/index.md)
|
|
294
|
+
|
|
275
295
|
## License
|
|
276
296
|
|
|
277
297
|
Note: this project provides front-end dependencies and uses licensed components listed in the next section; thus, licenses for those components are required during development. Contact [Genesis Global](https://genesis.global/contact-us/) for more details.
|
|
@@ -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",
|
|
@@ -838,6 +803,90 @@
|
|
|
838
803
|
}
|
|
839
804
|
]
|
|
840
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"kind": "javascript-module",
|
|
808
|
+
"path": "src/components/components.ts",
|
|
809
|
+
"declarations": [
|
|
810
|
+
{
|
|
811
|
+
"kind": "function",
|
|
812
|
+
"name": "loadRemotes"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "loadRemotes",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "loadRemotes",
|
|
821
|
+
"module": "src/components/components.ts"
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"kind": "javascript-module",
|
|
828
|
+
"path": "src/components/index.ts",
|
|
829
|
+
"declarations": [],
|
|
830
|
+
"exports": [
|
|
831
|
+
{
|
|
832
|
+
"kind": "js",
|
|
833
|
+
"name": "*",
|
|
834
|
+
"declaration": {
|
|
835
|
+
"name": "*",
|
|
836
|
+
"package": "./components"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"kind": "javascript-module",
|
|
843
|
+
"path": "src/layouts/default.ts",
|
|
844
|
+
"declarations": [
|
|
845
|
+
{
|
|
846
|
+
"kind": "variable",
|
|
847
|
+
"name": "loginLayout",
|
|
848
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"kind": "variable",
|
|
852
|
+
"name": "defaultLayout",
|
|
853
|
+
"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)"
|
|
854
|
+
}
|
|
855
|
+
],
|
|
856
|
+
"exports": [
|
|
857
|
+
{
|
|
858
|
+
"kind": "js",
|
|
859
|
+
"name": "loginLayout",
|
|
860
|
+
"declaration": {
|
|
861
|
+
"name": "loginLayout",
|
|
862
|
+
"module": "src/layouts/default.ts"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "js",
|
|
867
|
+
"name": "defaultLayout",
|
|
868
|
+
"declaration": {
|
|
869
|
+
"name": "defaultLayout",
|
|
870
|
+
"module": "src/layouts/default.ts"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
]
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"kind": "javascript-module",
|
|
877
|
+
"path": "src/layouts/index.ts",
|
|
878
|
+
"declarations": [],
|
|
879
|
+
"exports": [
|
|
880
|
+
{
|
|
881
|
+
"kind": "js",
|
|
882
|
+
"name": "*",
|
|
883
|
+
"declaration": {
|
|
884
|
+
"name": "*",
|
|
885
|
+
"package": "./default"
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
]
|
|
889
|
+
},
|
|
841
890
|
{
|
|
842
891
|
"kind": "javascript-module",
|
|
843
892
|
"path": "src/list/index.ts",
|
|
@@ -1411,55 +1460,6 @@
|
|
|
1411
1460
|
}
|
|
1412
1461
|
]
|
|
1413
1462
|
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "javascript-module",
|
|
1416
|
-
"path": "src/layouts/default.ts",
|
|
1417
|
-
"declarations": [
|
|
1418
|
-
{
|
|
1419
|
-
"kind": "variable",
|
|
1420
|
-
"name": "loginLayout",
|
|
1421
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "variable",
|
|
1425
|
-
"name": "defaultLayout",
|
|
1426
|
-
"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)"
|
|
1427
|
-
}
|
|
1428
|
-
],
|
|
1429
|
-
"exports": [
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "loginLayout",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "loginLayout",
|
|
1435
|
-
"module": "src/layouts/default.ts"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "defaultLayout",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "defaultLayout",
|
|
1443
|
-
"module": "src/layouts/default.ts"
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "javascript-module",
|
|
1450
|
-
"path": "src/layouts/index.ts",
|
|
1451
|
-
"declarations": [],
|
|
1452
|
-
"exports": [
|
|
1453
|
-
{
|
|
1454
|
-
"kind": "js",
|
|
1455
|
-
"name": "*",
|
|
1456
|
-
"declaration": {
|
|
1457
|
-
"name": "*",
|
|
1458
|
-
"package": "./default"
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
]
|
|
1462
|
-
},
|
|
1463
1463
|
{
|
|
1464
1464
|
"kind": "javascript-module",
|
|
1465
1465
|
"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.
|
|
4
|
+
"version": "14.161.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.
|
|
47
|
-
"@genesislcap/genx": "14.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.
|
|
49
|
-
"@genesislcap/ts-builder": "14.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
51
|
-
"@genesislcap/vite-builder": "14.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.161.0",
|
|
47
|
+
"@genesislcap/genx": "14.161.0",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.161.0",
|
|
49
|
+
"@genesislcap/ts-builder": "14.161.0",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.161.0",
|
|
51
|
+
"@genesislcap/vite-builder": "14.161.0",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.161.0",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.
|
|
59
|
-
"@genesislcap/foundation-events": "14.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.
|
|
62
|
-
"@genesislcap/foundation-login": "14.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
68
|
-
"@genesislcap/grid-pro": "14.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.161.0",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.161.0",
|
|
59
|
+
"@genesislcap/foundation-events": "14.161.0",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.161.0",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.161.0",
|
|
62
|
+
"@genesislcap/foundation-login": "14.161.0",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.161.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.161.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.161.0",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.161.0",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.161.0",
|
|
68
|
+
"@genesislcap/grid-pro": "14.161.0",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "75ef6861f287624c5efcee0f3ca24d1c167102d3"
|
|
85
85
|
}
|