@genesislcap/foundation-entity-management 14.196.0 → 14.196.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.
- package/dist/custom-elements.json +108 -108
- package/package.json +21 -21
|
@@ -919,55 +919,6 @@
|
|
|
919
919
|
}
|
|
920
920
|
]
|
|
921
921
|
},
|
|
922
|
-
{
|
|
923
|
-
"kind": "javascript-module",
|
|
924
|
-
"path": "src/layouts/default.ts",
|
|
925
|
-
"declarations": [
|
|
926
|
-
{
|
|
927
|
-
"kind": "variable",
|
|
928
|
-
"name": "loginLayout",
|
|
929
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"kind": "variable",
|
|
933
|
-
"name": "defaultLayout",
|
|
934
|
-
"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)"
|
|
935
|
-
}
|
|
936
|
-
],
|
|
937
|
-
"exports": [
|
|
938
|
-
{
|
|
939
|
-
"kind": "js",
|
|
940
|
-
"name": "loginLayout",
|
|
941
|
-
"declaration": {
|
|
942
|
-
"name": "loginLayout",
|
|
943
|
-
"module": "src/layouts/default.ts"
|
|
944
|
-
}
|
|
945
|
-
},
|
|
946
|
-
{
|
|
947
|
-
"kind": "js",
|
|
948
|
-
"name": "defaultLayout",
|
|
949
|
-
"declaration": {
|
|
950
|
-
"name": "defaultLayout",
|
|
951
|
-
"module": "src/layouts/default.ts"
|
|
952
|
-
}
|
|
953
|
-
}
|
|
954
|
-
]
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
"kind": "javascript-module",
|
|
958
|
-
"path": "src/layouts/index.ts",
|
|
959
|
-
"declarations": [],
|
|
960
|
-
"exports": [
|
|
961
|
-
{
|
|
962
|
-
"kind": "js",
|
|
963
|
-
"name": "*",
|
|
964
|
-
"declaration": {
|
|
965
|
-
"name": "*",
|
|
966
|
-
"package": "./default"
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
]
|
|
970
|
-
},
|
|
971
922
|
{
|
|
972
923
|
"kind": "javascript-module",
|
|
973
924
|
"path": "src/list/index.ts",
|
|
@@ -1431,6 +1382,55 @@
|
|
|
1431
1382
|
}
|
|
1432
1383
|
]
|
|
1433
1384
|
},
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "javascript-module",
|
|
1387
|
+
"path": "src/layouts/default.ts",
|
|
1388
|
+
"declarations": [
|
|
1389
|
+
{
|
|
1390
|
+
"kind": "variable",
|
|
1391
|
+
"name": "loginLayout",
|
|
1392
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"kind": "variable",
|
|
1396
|
+
"name": "defaultLayout",
|
|
1397
|
+
"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)"
|
|
1398
|
+
}
|
|
1399
|
+
],
|
|
1400
|
+
"exports": [
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "js",
|
|
1403
|
+
"name": "loginLayout",
|
|
1404
|
+
"declaration": {
|
|
1405
|
+
"name": "loginLayout",
|
|
1406
|
+
"module": "src/layouts/default.ts"
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"kind": "js",
|
|
1411
|
+
"name": "defaultLayout",
|
|
1412
|
+
"declaration": {
|
|
1413
|
+
"name": "defaultLayout",
|
|
1414
|
+
"module": "src/layouts/default.ts"
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"kind": "javascript-module",
|
|
1421
|
+
"path": "src/layouts/index.ts",
|
|
1422
|
+
"declarations": [],
|
|
1423
|
+
"exports": [
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "js",
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"declaration": {
|
|
1428
|
+
"name": "*",
|
|
1429
|
+
"package": "./default"
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
]
|
|
1433
|
+
},
|
|
1434
1434
|
{
|
|
1435
1435
|
"kind": "javascript-module",
|
|
1436
1436
|
"path": "src/main/index.ts",
|
|
@@ -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.
|
|
4
|
+
"version": "14.196.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.
|
|
56
|
-
"@genesislcap/genx": "14.196.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.196.
|
|
58
|
-
"@genesislcap/ts-builder": "14.196.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.196.
|
|
60
|
-
"@genesislcap/vite-builder": "14.196.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.196.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.196.1",
|
|
56
|
+
"@genesislcap/genx": "14.196.1",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.196.1",
|
|
58
|
+
"@genesislcap/ts-builder": "14.196.1",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.196.1",
|
|
60
|
+
"@genesislcap/vite-builder": "14.196.1",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.196.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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.196.
|
|
68
|
-
"@genesislcap/foundation-events": "14.196.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.196.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.196.
|
|
71
|
-
"@genesislcap/foundation-login": "14.196.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.196.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.196.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.196.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.196.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.196.
|
|
77
|
-
"@genesislcap/grid-pro": "14.196.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.196.1",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.196.1",
|
|
68
|
+
"@genesislcap/foundation-events": "14.196.1",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.196.1",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.196.1",
|
|
71
|
+
"@genesislcap/foundation-login": "14.196.1",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.196.1",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.196.1",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.196.1",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.196.1",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.196.1",
|
|
77
|
+
"@genesislcap/grid-pro": "14.196.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": "
|
|
93
|
+
"gitHead": "bb556c4499cbd190f90c76b1d22f0d29e6b500f7"
|
|
94
94
|
}
|