@genesislcap/foundation-entity-management 14.185.0 → 14.186.1-alpha-1d915d4.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.
@@ -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.1-alpha-1d915d4.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.1-alpha-1d915d4.0",
56
+ "@genesislcap/genx": "14.186.1-alpha-1d915d4.0",
57
+ "@genesislcap/rollup-builder": "14.186.1-alpha-1d915d4.0",
58
+ "@genesislcap/ts-builder": "14.186.1-alpha-1d915d4.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.186.1-alpha-1d915d4.0",
60
+ "@genesislcap/vite-builder": "14.186.1-alpha-1d915d4.0",
61
+ "@genesislcap/webpack-builder": "14.186.1-alpha-1d915d4.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.1-alpha-1d915d4.0",
67
+ "@genesislcap/foundation-errors": "14.186.1-alpha-1d915d4.0",
68
+ "@genesislcap/foundation-events": "14.186.1-alpha-1d915d4.0",
69
+ "@genesislcap/foundation-forms": "14.186.1-alpha-1d915d4.0",
70
+ "@genesislcap/foundation-logger": "14.186.1-alpha-1d915d4.0",
71
+ "@genesislcap/foundation-login": "14.186.1-alpha-1d915d4.0",
72
+ "@genesislcap/foundation-notifications": "14.186.1-alpha-1d915d4.0",
73
+ "@genesislcap/foundation-ui": "14.186.1-alpha-1d915d4.0",
74
+ "@genesislcap/foundation-utils": "14.186.1-alpha-1d915d4.0",
75
+ "@genesislcap/foundation-zero": "14.186.1-alpha-1d915d4.0",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.186.1-alpha-1d915d4.0",
77
+ "@genesislcap/grid-pro": "14.186.1-alpha-1d915d4.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": "e4b12d06812bdfbb2b66c61c89ae7bccebbfcdeb"
94
94
  }