@genesislcap/foundation-entity-management 14.144.1-alpha-82ebae3.0 → 14.144.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 +16 -16
|
@@ -818,6 +818,55 @@
|
|
|
818
818
|
}
|
|
819
819
|
]
|
|
820
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"kind": "javascript-module",
|
|
823
|
+
"path": "src/layouts/default.ts",
|
|
824
|
+
"declarations": [
|
|
825
|
+
{
|
|
826
|
+
"kind": "variable",
|
|
827
|
+
"name": "loginLayout",
|
|
828
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"kind": "variable",
|
|
832
|
+
"name": "defaultLayout",
|
|
833
|
+
"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)"
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
"exports": [
|
|
837
|
+
{
|
|
838
|
+
"kind": "js",
|
|
839
|
+
"name": "loginLayout",
|
|
840
|
+
"declaration": {
|
|
841
|
+
"name": "loginLayout",
|
|
842
|
+
"module": "src/layouts/default.ts"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"kind": "js",
|
|
847
|
+
"name": "defaultLayout",
|
|
848
|
+
"declaration": {
|
|
849
|
+
"name": "defaultLayout",
|
|
850
|
+
"module": "src/layouts/default.ts"
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"kind": "javascript-module",
|
|
857
|
+
"path": "src/layouts/index.ts",
|
|
858
|
+
"declarations": [],
|
|
859
|
+
"exports": [
|
|
860
|
+
{
|
|
861
|
+
"kind": "js",
|
|
862
|
+
"name": "*",
|
|
863
|
+
"declaration": {
|
|
864
|
+
"name": "*",
|
|
865
|
+
"package": "./default"
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
821
870
|
{
|
|
822
871
|
"kind": "javascript-module",
|
|
823
872
|
"path": "src/list/index.ts",
|
|
@@ -1224,55 +1273,6 @@
|
|
|
1224
1273
|
}
|
|
1225
1274
|
]
|
|
1226
1275
|
},
|
|
1227
|
-
{
|
|
1228
|
-
"kind": "javascript-module",
|
|
1229
|
-
"path": "src/layouts/default.ts",
|
|
1230
|
-
"declarations": [
|
|
1231
|
-
{
|
|
1232
|
-
"kind": "variable",
|
|
1233
|
-
"name": "loginLayout",
|
|
1234
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
"kind": "variable",
|
|
1238
|
-
"name": "defaultLayout",
|
|
1239
|
-
"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)"
|
|
1240
|
-
}
|
|
1241
|
-
],
|
|
1242
|
-
"exports": [
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "js",
|
|
1245
|
-
"name": "loginLayout",
|
|
1246
|
-
"declaration": {
|
|
1247
|
-
"name": "loginLayout",
|
|
1248
|
-
"module": "src/layouts/default.ts"
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"kind": "js",
|
|
1253
|
-
"name": "defaultLayout",
|
|
1254
|
-
"declaration": {
|
|
1255
|
-
"name": "defaultLayout",
|
|
1256
|
-
"module": "src/layouts/default.ts"
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
]
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "javascript-module",
|
|
1263
|
-
"path": "src/layouts/index.ts",
|
|
1264
|
-
"declarations": [],
|
|
1265
|
-
"exports": [
|
|
1266
|
-
{
|
|
1267
|
-
"kind": "js",
|
|
1268
|
-
"name": "*",
|
|
1269
|
-
"declaration": {
|
|
1270
|
-
"name": "*",
|
|
1271
|
-
"package": "./default"
|
|
1272
|
-
}
|
|
1273
|
-
}
|
|
1274
|
-
]
|
|
1275
|
-
},
|
|
1276
1276
|
{
|
|
1277
1277
|
"kind": "javascript-module",
|
|
1278
1278
|
"path": "src/main/index.ts",
|
|
@@ -2552,6 +2552,65 @@
|
|
|
2552
2552
|
}
|
|
2553
2553
|
]
|
|
2554
2554
|
},
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "javascript-module",
|
|
2557
|
+
"path": "src/routes/demo/entity-management.template.ts",
|
|
2558
|
+
"declarations": [
|
|
2559
|
+
{
|
|
2560
|
+
"kind": "variable",
|
|
2561
|
+
"name": "EntityManagementDemoTemplate",
|
|
2562
|
+
"type": {
|
|
2563
|
+
"text": "ViewTemplate"
|
|
2564
|
+
},
|
|
2565
|
+
"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`"
|
|
2566
|
+
}
|
|
2567
|
+
],
|
|
2568
|
+
"exports": [
|
|
2569
|
+
{
|
|
2570
|
+
"kind": "js",
|
|
2571
|
+
"name": "EntityManagementDemoTemplate",
|
|
2572
|
+
"declaration": {
|
|
2573
|
+
"name": "EntityManagementDemoTemplate",
|
|
2574
|
+
"module": "src/routes/demo/entity-management.template.ts"
|
|
2575
|
+
}
|
|
2576
|
+
}
|
|
2577
|
+
]
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"kind": "javascript-module",
|
|
2581
|
+
"path": "src/routes/demo/entity-management.ts",
|
|
2582
|
+
"declarations": [
|
|
2583
|
+
{
|
|
2584
|
+
"kind": "class",
|
|
2585
|
+
"description": "",
|
|
2586
|
+
"name": "EntityManagementDemo",
|
|
2587
|
+
"superclass": {
|
|
2588
|
+
"name": "FASTElement",
|
|
2589
|
+
"package": "@microsoft/fast-element"
|
|
2590
|
+
},
|
|
2591
|
+
"tagName": "entity-management-demo",
|
|
2592
|
+
"customElement": true
|
|
2593
|
+
}
|
|
2594
|
+
],
|
|
2595
|
+
"exports": [
|
|
2596
|
+
{
|
|
2597
|
+
"kind": "js",
|
|
2598
|
+
"name": "EntityManagementDemo",
|
|
2599
|
+
"declaration": {
|
|
2600
|
+
"name": "EntityManagementDemo",
|
|
2601
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
"kind": "custom-element-definition",
|
|
2606
|
+
"name": "entity-management-demo",
|
|
2607
|
+
"declaration": {
|
|
2608
|
+
"name": "EntityManagementDemo",
|
|
2609
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2610
|
+
}
|
|
2611
|
+
}
|
|
2612
|
+
]
|
|
2613
|
+
},
|
|
2555
2614
|
{
|
|
2556
2615
|
"kind": "javascript-module",
|
|
2557
2616
|
"path": "src/utils/formatting.ts",
|
|
@@ -2667,65 +2726,6 @@
|
|
|
2667
2726
|
}
|
|
2668
2727
|
}
|
|
2669
2728
|
]
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"kind": "javascript-module",
|
|
2673
|
-
"path": "src/routes/demo/entity-management.template.ts",
|
|
2674
|
-
"declarations": [
|
|
2675
|
-
{
|
|
2676
|
-
"kind": "variable",
|
|
2677
|
-
"name": "EntityManagementDemoTemplate",
|
|
2678
|
-
"type": {
|
|
2679
|
-
"text": "ViewTemplate"
|
|
2680
|
-
},
|
|
2681
|
-
"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`"
|
|
2682
|
-
}
|
|
2683
|
-
],
|
|
2684
|
-
"exports": [
|
|
2685
|
-
{
|
|
2686
|
-
"kind": "js",
|
|
2687
|
-
"name": "EntityManagementDemoTemplate",
|
|
2688
|
-
"declaration": {
|
|
2689
|
-
"name": "EntityManagementDemoTemplate",
|
|
2690
|
-
"module": "src/routes/demo/entity-management.template.ts"
|
|
2691
|
-
}
|
|
2692
|
-
}
|
|
2693
|
-
]
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"kind": "javascript-module",
|
|
2697
|
-
"path": "src/routes/demo/entity-management.ts",
|
|
2698
|
-
"declarations": [
|
|
2699
|
-
{
|
|
2700
|
-
"kind": "class",
|
|
2701
|
-
"description": "",
|
|
2702
|
-
"name": "EntityManagementDemo",
|
|
2703
|
-
"superclass": {
|
|
2704
|
-
"name": "FASTElement",
|
|
2705
|
-
"package": "@microsoft/fast-element"
|
|
2706
|
-
},
|
|
2707
|
-
"tagName": "entity-management-demo",
|
|
2708
|
-
"customElement": true
|
|
2709
|
-
}
|
|
2710
|
-
],
|
|
2711
|
-
"exports": [
|
|
2712
|
-
{
|
|
2713
|
-
"kind": "js",
|
|
2714
|
-
"name": "EntityManagementDemo",
|
|
2715
|
-
"declaration": {
|
|
2716
|
-
"name": "EntityManagementDemo",
|
|
2717
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"kind": "custom-element-definition",
|
|
2722
|
-
"name": "entity-management-demo",
|
|
2723
|
-
"declaration": {
|
|
2724
|
-
"name": "EntityManagementDemo",
|
|
2725
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2726
|
-
}
|
|
2727
|
-
}
|
|
2728
|
-
]
|
|
2729
2729
|
}
|
|
2730
2730
|
]
|
|
2731
2731
|
}
|
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.144.1
|
|
4
|
+
"version": "14.144.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,24 +43,24 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-
|
|
47
|
-
"@genesislcap/
|
|
48
|
-
"@genesislcap/genx": "14.144.1-alpha-82ebae3.0",
|
|
46
|
+
"@genesislcap/foundation-testing": "14.144.1",
|
|
47
|
+
"@genesislcap/genx": "14.144.1",
|
|
49
48
|
"rimraf": "^3.0.2"
|
|
50
49
|
},
|
|
51
50
|
"dependencies": {
|
|
52
51
|
"@ag-grid-community/core": "29.2.0",
|
|
53
|
-
"@genesislcap/foundation-comms": "14.144.1
|
|
54
|
-
"@genesislcap/foundation-errors": "14.144.1
|
|
55
|
-
"@genesislcap/foundation-events": "14.144.1
|
|
56
|
-
"@genesislcap/foundation-forms": "14.144.1
|
|
57
|
-
"@genesislcap/foundation-logger": "14.144.1
|
|
58
|
-
"@genesislcap/foundation-
|
|
59
|
-
"@genesislcap/foundation-
|
|
60
|
-
"@genesislcap/foundation-
|
|
61
|
-
"@genesislcap/foundation-
|
|
62
|
-
"@genesislcap/foundation-zero
|
|
63
|
-
"@genesislcap/grid-pro": "14.144.1
|
|
52
|
+
"@genesislcap/foundation-comms": "14.144.1",
|
|
53
|
+
"@genesislcap/foundation-errors": "14.144.1",
|
|
54
|
+
"@genesislcap/foundation-events": "14.144.1",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.144.1",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.144.1",
|
|
57
|
+
"@genesislcap/foundation-login": "14.144.1",
|
|
58
|
+
"@genesislcap/foundation-notifications": "14.144.1",
|
|
59
|
+
"@genesislcap/foundation-ui": "14.144.1",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.144.1",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.144.1",
|
|
62
|
+
"@genesislcap/foundation-zero-grid-pro": "14.144.1",
|
|
63
|
+
"@genesislcap/grid-pro": "14.144.1",
|
|
64
64
|
"@microsoft/fast-components": "^2.30.6",
|
|
65
65
|
"@microsoft/fast-element": "^1.12.0",
|
|
66
66
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "35ac01f58ce5a5502d34247e49ab93d0888cd3f7"
|
|
80
80
|
}
|