@genesislcap/foundation-entity-management 14.196.0 → 14.197.0-FUI-2106.1

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.
@@ -2885,65 +2885,6 @@
2885
2885
  }
2886
2886
  ]
2887
2887
  },
2888
- {
2889
- "kind": "javascript-module",
2890
- "path": "src/routes/demo/entity-management.template.ts",
2891
- "declarations": [
2892
- {
2893
- "kind": "variable",
2894
- "name": "EntityManagementDemoTemplate",
2895
- "type": {
2896
- "text": "ViewTemplate"
2897
- },
2898
- "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`"
2899
- }
2900
- ],
2901
- "exports": [
2902
- {
2903
- "kind": "js",
2904
- "name": "EntityManagementDemoTemplate",
2905
- "declaration": {
2906
- "name": "EntityManagementDemoTemplate",
2907
- "module": "src/routes/demo/entity-management.template.ts"
2908
- }
2909
- }
2910
- ]
2911
- },
2912
- {
2913
- "kind": "javascript-module",
2914
- "path": "src/routes/demo/entity-management.ts",
2915
- "declarations": [
2916
- {
2917
- "kind": "class",
2918
- "description": "",
2919
- "name": "EntityManagementDemo",
2920
- "superclass": {
2921
- "name": "FASTElement",
2922
- "package": "@microsoft/fast-element"
2923
- },
2924
- "tagName": "entity-management-demo",
2925
- "customElement": true
2926
- }
2927
- ],
2928
- "exports": [
2929
- {
2930
- "kind": "js",
2931
- "name": "EntityManagementDemo",
2932
- "declaration": {
2933
- "name": "EntityManagementDemo",
2934
- "module": "src/routes/demo/entity-management.ts"
2935
- }
2936
- },
2937
- {
2938
- "kind": "custom-element-definition",
2939
- "name": "entity-management-demo",
2940
- "declaration": {
2941
- "name": "EntityManagementDemo",
2942
- "module": "src/routes/demo/entity-management.ts"
2943
- }
2944
- }
2945
- ]
2946
- },
2947
2888
  {
2948
2889
  "kind": "javascript-module",
2949
2890
  "path": "src/utils/formatting.ts",
@@ -3059,6 +3000,65 @@
3059
3000
  }
3060
3001
  }
3061
3002
  ]
3003
+ },
3004
+ {
3005
+ "kind": "javascript-module",
3006
+ "path": "src/routes/demo/entity-management.template.ts",
3007
+ "declarations": [
3008
+ {
3009
+ "kind": "variable",
3010
+ "name": "EntityManagementDemoTemplate",
3011
+ "type": {
3012
+ "text": "ViewTemplate"
3013
+ },
3014
+ "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`"
3015
+ }
3016
+ ],
3017
+ "exports": [
3018
+ {
3019
+ "kind": "js",
3020
+ "name": "EntityManagementDemoTemplate",
3021
+ "declaration": {
3022
+ "name": "EntityManagementDemoTemplate",
3023
+ "module": "src/routes/demo/entity-management.template.ts"
3024
+ }
3025
+ }
3026
+ ]
3027
+ },
3028
+ {
3029
+ "kind": "javascript-module",
3030
+ "path": "src/routes/demo/entity-management.ts",
3031
+ "declarations": [
3032
+ {
3033
+ "kind": "class",
3034
+ "description": "",
3035
+ "name": "EntityManagementDemo",
3036
+ "superclass": {
3037
+ "name": "FASTElement",
3038
+ "package": "@microsoft/fast-element"
3039
+ },
3040
+ "tagName": "entity-management-demo",
3041
+ "customElement": true
3042
+ }
3043
+ ],
3044
+ "exports": [
3045
+ {
3046
+ "kind": "js",
3047
+ "name": "EntityManagementDemo",
3048
+ "declaration": {
3049
+ "name": "EntityManagementDemo",
3050
+ "module": "src/routes/demo/entity-management.ts"
3051
+ }
3052
+ },
3053
+ {
3054
+ "kind": "custom-element-definition",
3055
+ "name": "entity-management-demo",
3056
+ "declaration": {
3057
+ "name": "EntityManagementDemo",
3058
+ "module": "src/routes/demo/entity-management.ts"
3059
+ }
3060
+ }
3061
+ ]
3062
3062
  }
3063
3063
  ]
3064
3064
  }
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.196.0",
4
+ "version": "14.197.0-FUI-2106.1",
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.196.0",
56
- "@genesislcap/genx": "14.196.0",
57
- "@genesislcap/rollup-builder": "14.196.0",
58
- "@genesislcap/ts-builder": "14.196.0",
59
- "@genesislcap/uvu-playwright-builder": "14.196.0",
60
- "@genesislcap/vite-builder": "14.196.0",
61
- "@genesislcap/webpack-builder": "14.196.0",
55
+ "@genesislcap/foundation-testing": "14.197.0-FUI-2106.1",
56
+ "@genesislcap/genx": "14.197.0-FUI-2106.1",
57
+ "@genesislcap/rollup-builder": "14.197.0-FUI-2106.1",
58
+ "@genesislcap/ts-builder": "14.197.0-FUI-2106.1",
59
+ "@genesislcap/uvu-playwright-builder": "14.197.0-FUI-2106.1",
60
+ "@genesislcap/vite-builder": "14.197.0-FUI-2106.1",
61
+ "@genesislcap/webpack-builder": "14.197.0-FUI-2106.1",
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.196.0",
67
- "@genesislcap/foundation-errors": "14.196.0",
68
- "@genesislcap/foundation-events": "14.196.0",
69
- "@genesislcap/foundation-forms": "14.196.0",
70
- "@genesislcap/foundation-logger": "14.196.0",
71
- "@genesislcap/foundation-login": "14.196.0",
72
- "@genesislcap/foundation-notifications": "14.196.0",
73
- "@genesislcap/foundation-ui": "14.196.0",
74
- "@genesislcap/foundation-utils": "14.196.0",
75
- "@genesislcap/foundation-zero": "14.196.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.196.0",
77
- "@genesislcap/grid-pro": "14.196.0",
66
+ "@genesislcap/foundation-comms": "14.197.0-FUI-2106.1",
67
+ "@genesislcap/foundation-errors": "14.197.0-FUI-2106.1",
68
+ "@genesislcap/foundation-events": "14.197.0-FUI-2106.1",
69
+ "@genesislcap/foundation-forms": "14.197.0-FUI-2106.1",
70
+ "@genesislcap/foundation-logger": "14.197.0-FUI-2106.1",
71
+ "@genesislcap/foundation-login": "14.197.0-FUI-2106.1",
72
+ "@genesislcap/foundation-notifications": "14.197.0-FUI-2106.1",
73
+ "@genesislcap/foundation-ui": "14.197.0-FUI-2106.1",
74
+ "@genesislcap/foundation-utils": "14.197.0-FUI-2106.1",
75
+ "@genesislcap/foundation-zero": "14.197.0-FUI-2106.1",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.197.0-FUI-2106.1",
77
+ "@genesislcap/grid-pro": "14.197.0-FUI-2106.1",
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": "166f83e9c2bfbd3686174b0139a9af1bbc3ce5a6"
93
+ "gitHead": "601729ce35aaf314fc6f856c3669a544f8578107"
94
94
  }