@genesislcap/foundation-entity-management 14.185.0 → 14.186.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +108 -108
  2. package/package.json +21 -21
@@ -917,55 +917,6 @@
917
917
  }
918
918
  ]
919
919
  },
920
- {
921
- "kind": "javascript-module",
922
- "path": "src/layouts/default.ts",
923
- "declarations": [
924
- {
925
- "kind": "variable",
926
- "name": "loginLayout",
927
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
928
- },
929
- {
930
- "kind": "variable",
931
- "name": "defaultLayout",
932
- "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)"
933
- }
934
- ],
935
- "exports": [
936
- {
937
- "kind": "js",
938
- "name": "loginLayout",
939
- "declaration": {
940
- "name": "loginLayout",
941
- "module": "src/layouts/default.ts"
942
- }
943
- },
944
- {
945
- "kind": "js",
946
- "name": "defaultLayout",
947
- "declaration": {
948
- "name": "defaultLayout",
949
- "module": "src/layouts/default.ts"
950
- }
951
- }
952
- ]
953
- },
954
- {
955
- "kind": "javascript-module",
956
- "path": "src/layouts/index.ts",
957
- "declarations": [],
958
- "exports": [
959
- {
960
- "kind": "js",
961
- "name": "*",
962
- "declaration": {
963
- "name": "*",
964
- "package": "./default"
965
- }
966
- }
967
- ]
968
- },
969
920
  {
970
921
  "kind": "javascript-module",
971
922
  "path": "src/list/index.ts",
@@ -1429,6 +1380,55 @@
1429
1380
  }
1430
1381
  ]
1431
1382
  },
1383
+ {
1384
+ "kind": "javascript-module",
1385
+ "path": "src/layouts/default.ts",
1386
+ "declarations": [
1387
+ {
1388
+ "kind": "variable",
1389
+ "name": "loginLayout",
1390
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1391
+ },
1392
+ {
1393
+ "kind": "variable",
1394
+ "name": "defaultLayout",
1395
+ "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)"
1396
+ }
1397
+ ],
1398
+ "exports": [
1399
+ {
1400
+ "kind": "js",
1401
+ "name": "loginLayout",
1402
+ "declaration": {
1403
+ "name": "loginLayout",
1404
+ "module": "src/layouts/default.ts"
1405
+ }
1406
+ },
1407
+ {
1408
+ "kind": "js",
1409
+ "name": "defaultLayout",
1410
+ "declaration": {
1411
+ "name": "defaultLayout",
1412
+ "module": "src/layouts/default.ts"
1413
+ }
1414
+ }
1415
+ ]
1416
+ },
1417
+ {
1418
+ "kind": "javascript-module",
1419
+ "path": "src/layouts/index.ts",
1420
+ "declarations": [],
1421
+ "exports": [
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./default"
1428
+ }
1429
+ }
1430
+ ]
1431
+ },
1432
1432
  {
1433
1433
  "kind": "javascript-module",
1434
1434
  "path": "src/main/index.ts",
@@ -2889,65 +2889,6 @@
2889
2889
  }
2890
2890
  ]
2891
2891
  },
2892
- {
2893
- "kind": "javascript-module",
2894
- "path": "src/routes/demo/entity-management.template.ts",
2895
- "declarations": [
2896
- {
2897
- "kind": "variable",
2898
- "name": "EntityManagementDemoTemplate",
2899
- "type": {
2900
- "text": "ViewTemplate"
2901
- },
2902
- "default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
2903
- }
2904
- ],
2905
- "exports": [
2906
- {
2907
- "kind": "js",
2908
- "name": "EntityManagementDemoTemplate",
2909
- "declaration": {
2910
- "name": "EntityManagementDemoTemplate",
2911
- "module": "src/routes/demo/entity-management.template.ts"
2912
- }
2913
- }
2914
- ]
2915
- },
2916
- {
2917
- "kind": "javascript-module",
2918
- "path": "src/routes/demo/entity-management.ts",
2919
- "declarations": [
2920
- {
2921
- "kind": "class",
2922
- "description": "",
2923
- "name": "EntityManagementDemo",
2924
- "superclass": {
2925
- "name": "FASTElement",
2926
- "package": "@microsoft/fast-element"
2927
- },
2928
- "tagName": "entity-management-demo",
2929
- "customElement": true
2930
- }
2931
- ],
2932
- "exports": [
2933
- {
2934
- "kind": "js",
2935
- "name": "EntityManagementDemo",
2936
- "declaration": {
2937
- "name": "EntityManagementDemo",
2938
- "module": "src/routes/demo/entity-management.ts"
2939
- }
2940
- },
2941
- {
2942
- "kind": "custom-element-definition",
2943
- "name": "entity-management-demo",
2944
- "declaration": {
2945
- "name": "EntityManagementDemo",
2946
- "module": "src/routes/demo/entity-management.ts"
2947
- }
2948
- }
2949
- ]
2950
- },
2951
2892
  {
2952
2893
  "kind": "javascript-module",
2953
2894
  "path": "src/utils/formatting.ts",
@@ -3063,6 +3004,65 @@
3063
3004
  }
3064
3005
  }
3065
3006
  ]
3007
+ },
3008
+ {
3009
+ "kind": "javascript-module",
3010
+ "path": "src/routes/demo/entity-management.template.ts",
3011
+ "declarations": [
3012
+ {
3013
+ "kind": "variable",
3014
+ "name": "EntityManagementDemoTemplate",
3015
+ "type": {
3016
+ "text": "ViewTemplate"
3017
+ },
3018
+ "default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
3019
+ }
3020
+ ],
3021
+ "exports": [
3022
+ {
3023
+ "kind": "js",
3024
+ "name": "EntityManagementDemoTemplate",
3025
+ "declaration": {
3026
+ "name": "EntityManagementDemoTemplate",
3027
+ "module": "src/routes/demo/entity-management.template.ts"
3028
+ }
3029
+ }
3030
+ ]
3031
+ },
3032
+ {
3033
+ "kind": "javascript-module",
3034
+ "path": "src/routes/demo/entity-management.ts",
3035
+ "declarations": [
3036
+ {
3037
+ "kind": "class",
3038
+ "description": "",
3039
+ "name": "EntityManagementDemo",
3040
+ "superclass": {
3041
+ "name": "FASTElement",
3042
+ "package": "@microsoft/fast-element"
3043
+ },
3044
+ "tagName": "entity-management-demo",
3045
+ "customElement": true
3046
+ }
3047
+ ],
3048
+ "exports": [
3049
+ {
3050
+ "kind": "js",
3051
+ "name": "EntityManagementDemo",
3052
+ "declaration": {
3053
+ "name": "EntityManagementDemo",
3054
+ "module": "src/routes/demo/entity-management.ts"
3055
+ }
3056
+ },
3057
+ {
3058
+ "kind": "custom-element-definition",
3059
+ "name": "entity-management-demo",
3060
+ "declaration": {
3061
+ "name": "EntityManagementDemo",
3062
+ "module": "src/routes/demo/entity-management.ts"
3063
+ }
3064
+ }
3065
+ ]
3066
3066
  }
3067
3067
  ]
3068
3068
  }
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.185.0",
4
+ "version": "14.186.0",
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.185.0",
56
- "@genesislcap/genx": "14.185.0",
57
- "@genesislcap/rollup-builder": "14.185.0",
58
- "@genesislcap/ts-builder": "14.185.0",
59
- "@genesislcap/uvu-playwright-builder": "14.185.0",
60
- "@genesislcap/vite-builder": "14.185.0",
61
- "@genesislcap/webpack-builder": "14.185.0",
55
+ "@genesislcap/foundation-testing": "14.186.0",
56
+ "@genesislcap/genx": "14.186.0",
57
+ "@genesislcap/rollup-builder": "14.186.0",
58
+ "@genesislcap/ts-builder": "14.186.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.186.0",
60
+ "@genesislcap/vite-builder": "14.186.0",
61
+ "@genesislcap/webpack-builder": "14.186.0",
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.185.0",
67
- "@genesislcap/foundation-errors": "14.185.0",
68
- "@genesislcap/foundation-events": "14.185.0",
69
- "@genesislcap/foundation-forms": "14.185.0",
70
- "@genesislcap/foundation-logger": "14.185.0",
71
- "@genesislcap/foundation-login": "14.185.0",
72
- "@genesislcap/foundation-notifications": "14.185.0",
73
- "@genesislcap/foundation-ui": "14.185.0",
74
- "@genesislcap/foundation-utils": "14.185.0",
75
- "@genesislcap/foundation-zero": "14.185.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.185.0",
77
- "@genesislcap/grid-pro": "14.185.0",
66
+ "@genesislcap/foundation-comms": "14.186.0",
67
+ "@genesislcap/foundation-errors": "14.186.0",
68
+ "@genesislcap/foundation-events": "14.186.0",
69
+ "@genesislcap/foundation-forms": "14.186.0",
70
+ "@genesislcap/foundation-logger": "14.186.0",
71
+ "@genesislcap/foundation-login": "14.186.0",
72
+ "@genesislcap/foundation-notifications": "14.186.0",
73
+ "@genesislcap/foundation-ui": "14.186.0",
74
+ "@genesislcap/foundation-utils": "14.186.0",
75
+ "@genesislcap/foundation-zero": "14.186.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.186.0",
77
+ "@genesislcap/grid-pro": "14.186.0",
78
78
  "@microsoft/fast-components": "^2.30.6",
79
79
  "@microsoft/fast-element": "^1.12.0",
80
80
  "@microsoft/fast-foundation": "^2.49.4",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "839487e6a0b1168d0ad6bf32c9e3a50504c775a0"
93
+ "gitHead": "1ebc5549ab49ef3a3e6c08c8aab0886dbebb3400"
94
94
  }