@genesislcap/foundation-entity-management 14.217.2-alpha-06a4fa3.0 → 14.217.2
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 +49 -49
- package/dist/dts/profiles/profiles.d.ts +2 -2
- package/dist/dts/users/users.d.ts +2 -2
- package/dist/foundation-entity-management.api.json +1 -1
- package/dist/foundation-entity-management.d.ts +4 -4
- package/docs/api/foundation-entity-management.profiles.readprofiledata.md +3 -3
- package/docs/api-report.md +4 -4
- package/package.json +21 -21
|
@@ -873,55 +873,6 @@
|
|
|
873
873
|
}
|
|
874
874
|
]
|
|
875
875
|
},
|
|
876
|
-
{
|
|
877
|
-
"kind": "javascript-module",
|
|
878
|
-
"path": "src/layouts/default.ts",
|
|
879
|
-
"declarations": [
|
|
880
|
-
{
|
|
881
|
-
"kind": "variable",
|
|
882
|
-
"name": "loginLayout",
|
|
883
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"kind": "variable",
|
|
887
|
-
"name": "defaultLayout",
|
|
888
|
-
"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)"
|
|
889
|
-
}
|
|
890
|
-
],
|
|
891
|
-
"exports": [
|
|
892
|
-
{
|
|
893
|
-
"kind": "js",
|
|
894
|
-
"name": "loginLayout",
|
|
895
|
-
"declaration": {
|
|
896
|
-
"name": "loginLayout",
|
|
897
|
-
"module": "src/layouts/default.ts"
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"kind": "js",
|
|
902
|
-
"name": "defaultLayout",
|
|
903
|
-
"declaration": {
|
|
904
|
-
"name": "defaultLayout",
|
|
905
|
-
"module": "src/layouts/default.ts"
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
]
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"kind": "javascript-module",
|
|
912
|
-
"path": "src/layouts/index.ts",
|
|
913
|
-
"declarations": [],
|
|
914
|
-
"exports": [
|
|
915
|
-
{
|
|
916
|
-
"kind": "js",
|
|
917
|
-
"name": "*",
|
|
918
|
-
"declaration": {
|
|
919
|
-
"name": "*",
|
|
920
|
-
"package": "./default"
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
|
-
]
|
|
924
|
-
},
|
|
925
876
|
{
|
|
926
877
|
"kind": "javascript-module",
|
|
927
878
|
"path": "src/list/index.ts",
|
|
@@ -1472,6 +1423,55 @@
|
|
|
1472
1423
|
}
|
|
1473
1424
|
]
|
|
1474
1425
|
},
|
|
1426
|
+
{
|
|
1427
|
+
"kind": "javascript-module",
|
|
1428
|
+
"path": "src/layouts/default.ts",
|
|
1429
|
+
"declarations": [
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "variable",
|
|
1432
|
+
"name": "loginLayout",
|
|
1433
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"kind": "variable",
|
|
1437
|
+
"name": "defaultLayout",
|
|
1438
|
+
"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)"
|
|
1439
|
+
}
|
|
1440
|
+
],
|
|
1441
|
+
"exports": [
|
|
1442
|
+
{
|
|
1443
|
+
"kind": "js",
|
|
1444
|
+
"name": "loginLayout",
|
|
1445
|
+
"declaration": {
|
|
1446
|
+
"name": "loginLayout",
|
|
1447
|
+
"module": "src/layouts/default.ts"
|
|
1448
|
+
}
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"kind": "js",
|
|
1452
|
+
"name": "defaultLayout",
|
|
1453
|
+
"declaration": {
|
|
1454
|
+
"name": "defaultLayout",
|
|
1455
|
+
"module": "src/layouts/default.ts"
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
]
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"kind": "javascript-module",
|
|
1462
|
+
"path": "src/layouts/index.ts",
|
|
1463
|
+
"declarations": [],
|
|
1464
|
+
"exports": [
|
|
1465
|
+
{
|
|
1466
|
+
"kind": "js",
|
|
1467
|
+
"name": "*",
|
|
1468
|
+
"declaration": {
|
|
1469
|
+
"name": "*",
|
|
1470
|
+
"package": "./default"
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
]
|
|
1474
|
+
},
|
|
1475
1475
|
{
|
|
1476
1476
|
"kind": "javascript-module",
|
|
1477
1477
|
"path": "src/main/index.ts",
|
|
@@ -36,8 +36,8 @@ export declare class Profiles extends EntityManagement {
|
|
|
36
36
|
*/
|
|
37
37
|
constructor();
|
|
38
38
|
readProfileData(profile: any): Promise<{
|
|
39
|
-
RIGHT_CODES: any;
|
|
40
|
-
USER_NAMES:
|
|
39
|
+
RIGHT_CODES: any[];
|
|
40
|
+
USER_NAMES: any[];
|
|
41
41
|
NAME: any;
|
|
42
42
|
}>;
|
|
43
43
|
confirmDelete(): Promise<void>;
|
|
@@ -562,14 +562,14 @@ export declare class Users extends Users_base {
|
|
|
562
562
|
* @internal
|
|
563
563
|
*/
|
|
564
564
|
readUserData(user: any): Promise<{
|
|
565
|
-
USER_PROFILES: any;
|
|
565
|
+
USER_PROFILES: any[];
|
|
566
566
|
ADDRESS_LINE_1: any;
|
|
567
567
|
ADDRESS_LINE_2: any;
|
|
568
568
|
ADDRESS_LINE_3: any;
|
|
569
569
|
ADDRESS_LINE_4: any;
|
|
570
570
|
ACCESS_TYPE: string;
|
|
571
571
|
} | {
|
|
572
|
-
USER_PROFILES: any;
|
|
572
|
+
USER_PROFILES: any[];
|
|
573
573
|
ADDRESS_LINE_1: any;
|
|
574
574
|
ADDRESS_LINE_2: any;
|
|
575
575
|
ADDRESS_LINE_3: any;
|
|
@@ -988,8 +988,8 @@ export declare class Profiles extends EntityManagement {
|
|
|
988
988
|
*/
|
|
989
989
|
constructor();
|
|
990
990
|
readProfileData(profile: any): Promise<{
|
|
991
|
-
RIGHT_CODES: any;
|
|
992
|
-
USER_NAMES:
|
|
991
|
+
RIGHT_CODES: any[];
|
|
992
|
+
USER_NAMES: any[];
|
|
993
993
|
NAME: any;
|
|
994
994
|
}>;
|
|
995
995
|
confirmDelete(): Promise<void>;
|
|
@@ -1205,14 +1205,14 @@ export declare class Users extends Users_base {
|
|
|
1205
1205
|
* @internal
|
|
1206
1206
|
*/
|
|
1207
1207
|
readUserData(user: any): Promise<{
|
|
1208
|
-
USER_PROFILES: any;
|
|
1208
|
+
USER_PROFILES: any[];
|
|
1209
1209
|
ADDRESS_LINE_1: any;
|
|
1210
1210
|
ADDRESS_LINE_2: any;
|
|
1211
1211
|
ADDRESS_LINE_3: any;
|
|
1212
1212
|
ADDRESS_LINE_4: any;
|
|
1213
1213
|
ACCESS_TYPE: string;
|
|
1214
1214
|
} | {
|
|
1215
|
-
USER_PROFILES: any;
|
|
1215
|
+
USER_PROFILES: any[];
|
|
1216
1216
|
ADDRESS_LINE_1: any;
|
|
1217
1217
|
ADDRESS_LINE_2: any;
|
|
1218
1218
|
ADDRESS_LINE_3: any;
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
```typescript
|
|
10
10
|
readProfileData(profile: any): Promise<{
|
|
11
|
-
RIGHT_CODES: any;
|
|
12
|
-
USER_NAMES:
|
|
11
|
+
RIGHT_CODES: any[];
|
|
12
|
+
USER_NAMES: any[];
|
|
13
13
|
NAME: any;
|
|
14
14
|
}>;
|
|
15
15
|
```
|
|
@@ -22,5 +22,5 @@ readProfileData(profile: any): Promise<{
|
|
|
22
22
|
|
|
23
23
|
**Returns:**
|
|
24
24
|
|
|
25
|
-
Promise<{ RIGHT\_CODES: any; USER\_NAMES:
|
|
25
|
+
Promise<{ RIGHT\_CODES: any\[\]; USER\_NAMES: any\[\]; NAME: any; }>
|
|
26
26
|
|
package/docs/api-report.md
CHANGED
|
@@ -209,8 +209,8 @@ export class Profiles extends EntityManagement {
|
|
|
209
209
|
confirmDelete(): Promise<void>;
|
|
210
210
|
// (undocumented)
|
|
211
211
|
readProfileData(profile: any): Promise<{
|
|
212
|
-
RIGHT_CODES: any;
|
|
213
|
-
USER_NAMES:
|
|
212
|
+
RIGHT_CODES: any[];
|
|
213
|
+
USER_NAMES: any[];
|
|
214
214
|
NAME: any;
|
|
215
215
|
}>;
|
|
216
216
|
}
|
|
@@ -264,14 +264,14 @@ export class Users extends Users_base {
|
|
|
264
264
|
prefix: string;
|
|
265
265
|
// @internal (undocumented)
|
|
266
266
|
readUserData(user: any): Promise<{
|
|
267
|
-
USER_PROFILES: any;
|
|
267
|
+
USER_PROFILES: any[];
|
|
268
268
|
ADDRESS_LINE_1: any;
|
|
269
269
|
ADDRESS_LINE_2: any;
|
|
270
270
|
ADDRESS_LINE_3: any;
|
|
271
271
|
ADDRESS_LINE_4: any;
|
|
272
272
|
ACCESS_TYPE: string;
|
|
273
273
|
} | {
|
|
274
|
-
USER_PROFILES: any;
|
|
274
|
+
USER_PROFILES: any[];
|
|
275
275
|
ADDRESS_LINE_1: any;
|
|
276
276
|
ADDRESS_LINE_2: any;
|
|
277
277
|
ADDRESS_LINE_3: any;
|
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.217.2
|
|
4
|
+
"version": "14.217.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -52,29 +52,29 @@
|
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@genesislcap/foundation-testing": "14.217.2
|
|
56
|
-
"@genesislcap/genx": "14.217.2
|
|
57
|
-
"@genesislcap/rollup-builder": "14.217.2
|
|
58
|
-
"@genesislcap/ts-builder": "14.217.2
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.217.2
|
|
60
|
-
"@genesislcap/vite-builder": "14.217.2
|
|
61
|
-
"@genesislcap/webpack-builder": "14.217.2
|
|
55
|
+
"@genesislcap/foundation-testing": "14.217.2",
|
|
56
|
+
"@genesislcap/genx": "14.217.2",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.217.2",
|
|
58
|
+
"@genesislcap/ts-builder": "14.217.2",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.217.2",
|
|
60
|
+
"@genesislcap/vite-builder": "14.217.2",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.217.2",
|
|
62
62
|
"rimraf": "^5.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@ag-grid-community/core": "29.2.0",
|
|
66
|
-
"@genesislcap/foundation-comms": "14.217.2
|
|
67
|
-
"@genesislcap/foundation-errors": "14.217.2
|
|
68
|
-
"@genesislcap/foundation-events": "14.217.2
|
|
69
|
-
"@genesislcap/foundation-forms": "14.217.2
|
|
70
|
-
"@genesislcap/foundation-logger": "14.217.2
|
|
71
|
-
"@genesislcap/foundation-login": "14.217.2
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.217.2
|
|
73
|
-
"@genesislcap/foundation-ui": "14.217.2
|
|
74
|
-
"@genesislcap/foundation-utils": "14.217.2
|
|
75
|
-
"@genesislcap/foundation-zero": "14.217.2
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.217.2
|
|
77
|
-
"@genesislcap/grid-pro": "14.217.2
|
|
66
|
+
"@genesislcap/foundation-comms": "14.217.2",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.217.2",
|
|
68
|
+
"@genesislcap/foundation-events": "14.217.2",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.217.2",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.217.2",
|
|
71
|
+
"@genesislcap/foundation-login": "14.217.2",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.217.2",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.217.2",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.217.2",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.217.2",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.217.2",
|
|
77
|
+
"@genesislcap/grid-pro": "14.217.2",
|
|
78
78
|
"@microsoft/fast-components": "^2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "^1.12.0",
|
|
80
80
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "69c1d43ea24b182462a2bc522e270c2fb5502244"
|
|
95
95
|
}
|