@genesislcap/foundation-entity-management 14.171.0-fdc3-grid-action-renderer.1 → 14.172.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.
@@ -887,159 +887,6 @@
887
887
  }
888
888
  ]
889
889
  },
890
- {
891
- "kind": "javascript-module",
892
- "path": "src/main/index.ts",
893
- "declarations": [],
894
- "exports": [
895
- {
896
- "kind": "js",
897
- "name": "*",
898
- "declaration": {
899
- "name": "*",
900
- "package": "./main.template"
901
- }
902
- },
903
- {
904
- "kind": "js",
905
- "name": "*",
906
- "declaration": {
907
- "name": "*",
908
- "package": "./main"
909
- }
910
- }
911
- ]
912
- },
913
- {
914
- "kind": "javascript-module",
915
- "path": "src/main/main.styles.ts",
916
- "declarations": [
917
- {
918
- "kind": "variable",
919
- "name": "MainStyles",
920
- "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
921
- }
922
- ],
923
- "exports": [
924
- {
925
- "kind": "js",
926
- "name": "MainStyles",
927
- "declaration": {
928
- "name": "MainStyles",
929
- "module": "src/main/main.styles.ts"
930
- }
931
- }
932
- ]
933
- },
934
- {
935
- "kind": "javascript-module",
936
- "path": "src/main/main.template.ts",
937
- "declarations": [],
938
- "exports": []
939
- },
940
- {
941
- "kind": "javascript-module",
942
- "path": "src/main/main.ts",
943
- "declarations": [
944
- {
945
- "kind": "class",
946
- "description": "",
947
- "name": "MainApplication",
948
- "members": [
949
- {
950
- "kind": "field",
951
- "name": "config",
952
- "type": {
953
- "text": "MainRouterConfig"
954
- }
955
- },
956
- {
957
- "kind": "field",
958
- "name": "connect",
959
- "type": {
960
- "text": "Connect"
961
- }
962
- },
963
- {
964
- "kind": "field",
965
- "name": "session",
966
- "type": {
967
- "text": "Session"
968
- }
969
- },
970
- {
971
- "kind": "field",
972
- "name": "container",
973
- "type": {
974
- "text": "Container"
975
- }
976
- },
977
- {
978
- "kind": "field",
979
- "name": "provider",
980
- "type": {
981
- "text": "any"
982
- }
983
- },
984
- {
985
- "kind": "field",
986
- "name": "ready",
987
- "type": {
988
- "text": "boolean"
989
- },
990
- "default": "false"
991
- },
992
- {
993
- "kind": "field",
994
- "name": "data",
995
- "type": {
996
- "text": "any"
997
- },
998
- "default": "null"
999
- },
1000
- {
1001
- "kind": "method",
1002
- "name": "onLuminanceToggle"
1003
- },
1004
- {
1005
- "kind": "method",
1006
- "name": "loadRemotes"
1007
- },
1008
- {
1009
- "kind": "method",
1010
- "name": "selectTemplate"
1011
- },
1012
- {
1013
- "kind": "method",
1014
- "name": "registerDIDependencies",
1015
- "privacy": "private"
1016
- }
1017
- ],
1018
- "superclass": {
1019
- "name": "FASTElement",
1020
- "package": "@microsoft/fast-element"
1021
- },
1022
- "customElement": true
1023
- }
1024
- ],
1025
- "exports": [
1026
- {
1027
- "kind": "js",
1028
- "name": "MainApplication",
1029
- "declaration": {
1030
- "name": "MainApplication",
1031
- "module": "src/main/main.ts"
1032
- }
1033
- },
1034
- {
1035
- "kind": "custom-element-definition",
1036
- "declaration": {
1037
- "name": "MainApplication",
1038
- "module": "src/main/main.ts"
1039
- }
1040
- }
1041
- ]
1042
- },
1043
890
  {
1044
891
  "kind": "javascript-module",
1045
892
  "path": "src/list/index.ts",
@@ -1460,6 +1307,159 @@
1460
1307
  }
1461
1308
  ]
1462
1309
  },
1310
+ {
1311
+ "kind": "javascript-module",
1312
+ "path": "src/main/index.ts",
1313
+ "declarations": [],
1314
+ "exports": [
1315
+ {
1316
+ "kind": "js",
1317
+ "name": "*",
1318
+ "declaration": {
1319
+ "name": "*",
1320
+ "package": "./main.template"
1321
+ }
1322
+ },
1323
+ {
1324
+ "kind": "js",
1325
+ "name": "*",
1326
+ "declaration": {
1327
+ "name": "*",
1328
+ "package": "./main"
1329
+ }
1330
+ }
1331
+ ]
1332
+ },
1333
+ {
1334
+ "kind": "javascript-module",
1335
+ "path": "src/main/main.styles.ts",
1336
+ "declarations": [
1337
+ {
1338
+ "kind": "variable",
1339
+ "name": "MainStyles",
1340
+ "default": "css`\n ${mixinRobotoFont()}\n :host {\n contain: content;\n }\n\n :host,\n zero-design-system-provider,\n .dynamic-template,\n foundation-router {\n display: flex;\n width: 100%;\n height: 100%;\n }\n\n fast-progress {\n --accent-foreground-rest: #654df9;\n\n height: calc(var(--design-unit) * 1px);\n margin: 0;\n width: 100%;\n }\n`"
1341
+ }
1342
+ ],
1343
+ "exports": [
1344
+ {
1345
+ "kind": "js",
1346
+ "name": "MainStyles",
1347
+ "declaration": {
1348
+ "name": "MainStyles",
1349
+ "module": "src/main/main.styles.ts"
1350
+ }
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "kind": "javascript-module",
1356
+ "path": "src/main/main.template.ts",
1357
+ "declarations": [],
1358
+ "exports": []
1359
+ },
1360
+ {
1361
+ "kind": "javascript-module",
1362
+ "path": "src/main/main.ts",
1363
+ "declarations": [
1364
+ {
1365
+ "kind": "class",
1366
+ "description": "",
1367
+ "name": "MainApplication",
1368
+ "members": [
1369
+ {
1370
+ "kind": "field",
1371
+ "name": "config",
1372
+ "type": {
1373
+ "text": "MainRouterConfig"
1374
+ }
1375
+ },
1376
+ {
1377
+ "kind": "field",
1378
+ "name": "connect",
1379
+ "type": {
1380
+ "text": "Connect"
1381
+ }
1382
+ },
1383
+ {
1384
+ "kind": "field",
1385
+ "name": "session",
1386
+ "type": {
1387
+ "text": "Session"
1388
+ }
1389
+ },
1390
+ {
1391
+ "kind": "field",
1392
+ "name": "container",
1393
+ "type": {
1394
+ "text": "Container"
1395
+ }
1396
+ },
1397
+ {
1398
+ "kind": "field",
1399
+ "name": "provider",
1400
+ "type": {
1401
+ "text": "any"
1402
+ }
1403
+ },
1404
+ {
1405
+ "kind": "field",
1406
+ "name": "ready",
1407
+ "type": {
1408
+ "text": "boolean"
1409
+ },
1410
+ "default": "false"
1411
+ },
1412
+ {
1413
+ "kind": "field",
1414
+ "name": "data",
1415
+ "type": {
1416
+ "text": "any"
1417
+ },
1418
+ "default": "null"
1419
+ },
1420
+ {
1421
+ "kind": "method",
1422
+ "name": "onLuminanceToggle"
1423
+ },
1424
+ {
1425
+ "kind": "method",
1426
+ "name": "loadRemotes"
1427
+ },
1428
+ {
1429
+ "kind": "method",
1430
+ "name": "selectTemplate"
1431
+ },
1432
+ {
1433
+ "kind": "method",
1434
+ "name": "registerDIDependencies",
1435
+ "privacy": "private"
1436
+ }
1437
+ ],
1438
+ "superclass": {
1439
+ "name": "FASTElement",
1440
+ "package": "@microsoft/fast-element"
1441
+ },
1442
+ "customElement": true
1443
+ }
1444
+ ],
1445
+ "exports": [
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "MainApplication",
1449
+ "declaration": {
1450
+ "name": "MainApplication",
1451
+ "module": "src/main/main.ts"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "custom-element-definition",
1456
+ "declaration": {
1457
+ "name": "MainApplication",
1458
+ "module": "src/main/main.ts"
1459
+ }
1460
+ }
1461
+ ]
1462
+ },
1463
1463
  {
1464
1464
  "kind": "javascript-module",
1465
1465
  "path": "src/profiles/editProfileSchema.ts",
@@ -2134,6 +2134,7 @@
2134
2134
  "name": "EntityManagement",
2135
2135
  "module": "/src/entities"
2136
2136
  },
2137
+ "deprecated": "- Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'",
2137
2138
  "tagName": "profile-management",
2138
2139
  "customElement": true,
2139
2140
  "attributes": [
@@ -2,6 +2,8 @@ import { EntityManagement } from '../entities';
2
2
  /**
3
3
  * Main class which defined the profile management functionality
4
4
  *
5
+ * @deprecated - Use '\@genesislcap/pbc-auth' instead.
6
+ * 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
5
7
  * @remarks
6
8
  *
7
9
  * Under the hood the profile-management is the entity-management micro-frontend configured for use
@@ -1 +1 @@
1
- {"version":3,"file":"profiles.d.ts","sourceRoot":"","sources":["../../../src/profiles/profiles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAoB,MAAM,aAAa,CAAC;AAGjE;;;;;;;;;;;;;;;;;;GAkBG;AACH,qBAKa,QAAS,SAAQ,gBAAgB;IAC5C;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;OAEG;;IAuBU,eAAe,CAAC,OAAO,KAAA;;;;;IAsBrB,aAAa;CAM7B"}
1
+ {"version":3,"file":"profiles.d.ts","sourceRoot":"","sources":["../../../src/profiles/profiles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAoB,MAAM,aAAa,CAAC;AAGjE;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,qBAKa,QAAS,SAAQ,gBAAgB;IAC5C;;;;;;;;OAQG;IACG,OAAO,CAAC,IAAI,CAAO;IAEzB;;OAEG;;IAuBU,eAAe,CAAC,OAAO,KAAA;;;;;IAsBrB,aAAa;CAM7B"}
@@ -6,6 +6,8 @@ import { editProfileFormSchema } from './editProfileSchema';
6
6
  /**
7
7
  * Main class which defined the profile management functionality
8
8
  *
9
+ * @deprecated - Use '\@genesislcap/pbc-auth' instead.
10
+ * 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
9
11
  * @remarks
10
12
  *
11
13
  * Under the hood the profile-management is the entity-management micro-frontend configured for use
@@ -2283,7 +2283,7 @@
2283
2283
  {
2284
2284
  "kind": "Class",
2285
2285
  "canonicalReference": "@genesislcap/foundation-entity-management!Profiles:class",
2286
- "docComment": "/**\n * Main class which defined the profile management functionality\n *\n * @remarks\n *\n * Under the hood the profile-management is the entity-management micro-frontend configured for use with the `ALL_PROFILES` resource.\n *\n * @example\n *\n * You can use this class by forward declaring it in the template file where it is used, and then using it in a html template. It is recommended to wrap it in an error boundary.\n * ```javascript\n * <profile-management></profile-management>\n * ```\n *\n * @public\n */\n",
2286
+ "docComment": "/**\n * Main class which defined the profile management functionality\n *\n * @remarks\n *\n * Under the hood the profile-management is the entity-management micro-frontend configured for use with the `ALL_PROFILES` resource.\n *\n * @deprecated\n *\n * - Use '\\@genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/\\@genesislcap/pbc-auth'\n *\n * @example\n *\n * You can use this class by forward declaring it in the template file where it is used, and then using it in a html template. It is recommended to wrap it in an error boundary.\n * ```javascript\n * <profile-management></profile-management>\n * ```\n *\n * @public\n */\n",
2287
2287
  "excerptTokens": [
2288
2288
  {
2289
2289
  "kind": "Content",
@@ -706,6 +706,8 @@ export declare const MainTemplate: ViewTemplate<MainApplication>;
706
706
  /**
707
707
  * Main class which defined the profile management functionality
708
708
  *
709
+ * @deprecated - Use '\@genesislcap/pbc-auth' instead.
710
+ * 'https://www.npmjs.com/package/\@genesislcap/pbc-auth'
709
711
  * @remarks
710
712
  *
711
713
  * Under the hood the profile-management is the entity-management micro-frontend configured for use
@@ -4,6 +4,11 @@
4
4
 
5
5
  ## Profiles class
6
6
 
7
+ > Warning: This API is now obsolete.
8
+ >
9
+ > - Use '<!-- -->@<!-- -->genesislcap/pbc-auth' instead. 'https://www.npmjs.com/package/<!-- -->@<!-- -->genesislcap/pbc-auth'
10
+ >
11
+
7
12
  Main class which defined the profile management functionality
8
13
 
9
14
  **Signature:**
@@ -168,7 +168,7 @@ export class MainApplication extends FASTElement {
168
168
  // @internal (undocumented)
169
169
  export const MainTemplate: ViewTemplate<MainApplication>;
170
170
 
171
- // @public
171
+ // @public @deprecated
172
172
  export class Profiles extends EntityManagement {
173
173
  constructor();
174
174
  // (undocumented)
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.171.0-fdc3-grid-action-renderer.1",
4
+ "version": "14.172.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.171.0-fdc3-grid-action-renderer.1",
47
- "@genesislcap/genx": "14.171.0-fdc3-grid-action-renderer.1",
48
- "@genesislcap/rollup-builder": "14.171.0-fdc3-grid-action-renderer.1",
49
- "@genesislcap/ts-builder": "14.171.0-fdc3-grid-action-renderer.1",
50
- "@genesislcap/uvu-playwright-builder": "14.171.0-fdc3-grid-action-renderer.1",
51
- "@genesislcap/vite-builder": "14.171.0-fdc3-grid-action-renderer.1",
52
- "@genesislcap/webpack-builder": "14.171.0-fdc3-grid-action-renderer.1",
46
+ "@genesislcap/foundation-testing": "14.172.0",
47
+ "@genesislcap/genx": "14.172.0",
48
+ "@genesislcap/rollup-builder": "14.172.0",
49
+ "@genesislcap/ts-builder": "14.172.0",
50
+ "@genesislcap/uvu-playwright-builder": "14.172.0",
51
+ "@genesislcap/vite-builder": "14.172.0",
52
+ "@genesislcap/webpack-builder": "14.172.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.171.0-fdc3-grid-action-renderer.1",
58
- "@genesislcap/foundation-errors": "14.171.0-fdc3-grid-action-renderer.1",
59
- "@genesislcap/foundation-events": "14.171.0-fdc3-grid-action-renderer.1",
60
- "@genesislcap/foundation-forms": "14.171.0-fdc3-grid-action-renderer.1",
61
- "@genesislcap/foundation-logger": "14.171.0-fdc3-grid-action-renderer.1",
62
- "@genesislcap/foundation-login": "14.171.0-fdc3-grid-action-renderer.1",
63
- "@genesislcap/foundation-notifications": "14.171.0-fdc3-grid-action-renderer.1",
64
- "@genesislcap/foundation-ui": "14.171.0-fdc3-grid-action-renderer.1",
65
- "@genesislcap/foundation-utils": "14.171.0-fdc3-grid-action-renderer.1",
66
- "@genesislcap/foundation-zero": "14.171.0-fdc3-grid-action-renderer.1",
67
- "@genesislcap/foundation-zero-grid-pro": "14.171.0-fdc3-grid-action-renderer.1",
68
- "@genesislcap/grid-pro": "14.171.0-fdc3-grid-action-renderer.1",
57
+ "@genesislcap/foundation-comms": "14.172.0",
58
+ "@genesislcap/foundation-errors": "14.172.0",
59
+ "@genesislcap/foundation-events": "14.172.0",
60
+ "@genesislcap/foundation-forms": "14.172.0",
61
+ "@genesislcap/foundation-logger": "14.172.0",
62
+ "@genesislcap/foundation-login": "14.172.0",
63
+ "@genesislcap/foundation-notifications": "14.172.0",
64
+ "@genesislcap/foundation-ui": "14.172.0",
65
+ "@genesislcap/foundation-utils": "14.172.0",
66
+ "@genesislcap/foundation-zero": "14.172.0",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.172.0",
68
+ "@genesislcap/grid-pro": "14.172.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": "111615c4c87edec828dac34a05e5fe6e74bba83a"
84
+ "gitHead": "9ce48fc32022d61cd28b18c4b378af72e04b562f"
85
85
  }