@genesislcap/foundation-entity-management 14.164.1-datasrouce-clone-fix.2 → 14.164.1-datasrouce-clone-fix.3
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 +94 -94
- package/package.json +21 -21
|
@@ -87,41 +87,6 @@
|
|
|
87
87
|
}
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
-
{
|
|
91
|
-
"kind": "javascript-module",
|
|
92
|
-
"path": "src/components/components.ts",
|
|
93
|
-
"declarations": [
|
|
94
|
-
{
|
|
95
|
-
"kind": "function",
|
|
96
|
-
"name": "loadRemotes"
|
|
97
|
-
}
|
|
98
|
-
],
|
|
99
|
-
"exports": [
|
|
100
|
-
{
|
|
101
|
-
"kind": "js",
|
|
102
|
-
"name": "loadRemotes",
|
|
103
|
-
"declaration": {
|
|
104
|
-
"name": "loadRemotes",
|
|
105
|
-
"module": "src/components/components.ts"
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "javascript-module",
|
|
112
|
-
"path": "src/components/index.ts",
|
|
113
|
-
"declarations": [],
|
|
114
|
-
"exports": [
|
|
115
|
-
{
|
|
116
|
-
"kind": "js",
|
|
117
|
-
"name": "*",
|
|
118
|
-
"declaration": {
|
|
119
|
-
"name": "*",
|
|
120
|
-
"package": "./components"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
]
|
|
124
|
-
},
|
|
125
90
|
{
|
|
126
91
|
"kind": "javascript-module",
|
|
127
92
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -838,6 +803,41 @@
|
|
|
838
803
|
}
|
|
839
804
|
]
|
|
840
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"kind": "javascript-module",
|
|
808
|
+
"path": "src/components/components.ts",
|
|
809
|
+
"declarations": [
|
|
810
|
+
{
|
|
811
|
+
"kind": "function",
|
|
812
|
+
"name": "loadRemotes"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"exports": [
|
|
816
|
+
{
|
|
817
|
+
"kind": "js",
|
|
818
|
+
"name": "loadRemotes",
|
|
819
|
+
"declaration": {
|
|
820
|
+
"name": "loadRemotes",
|
|
821
|
+
"module": "src/components/components.ts"
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
]
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"kind": "javascript-module",
|
|
828
|
+
"path": "src/components/index.ts",
|
|
829
|
+
"declarations": [],
|
|
830
|
+
"exports": [
|
|
831
|
+
{
|
|
832
|
+
"kind": "js",
|
|
833
|
+
"name": "*",
|
|
834
|
+
"declaration": {
|
|
835
|
+
"name": "*",
|
|
836
|
+
"package": "./components"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
841
|
{
|
|
842
842
|
"kind": "javascript-module",
|
|
843
843
|
"path": "src/layouts/default.ts",
|
|
@@ -2643,65 +2643,6 @@
|
|
|
2643
2643
|
}
|
|
2644
2644
|
]
|
|
2645
2645
|
},
|
|
2646
|
-
{
|
|
2647
|
-
"kind": "javascript-module",
|
|
2648
|
-
"path": "src/routes/demo/entity-management.template.ts",
|
|
2649
|
-
"declarations": [
|
|
2650
|
-
{
|
|
2651
|
-
"kind": "variable",
|
|
2652
|
-
"name": "EntityManagementDemoTemplate",
|
|
2653
|
-
"type": {
|
|
2654
|
-
"text": "ViewTemplate"
|
|
2655
|
-
},
|
|
2656
|
-
"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`"
|
|
2657
|
-
}
|
|
2658
|
-
],
|
|
2659
|
-
"exports": [
|
|
2660
|
-
{
|
|
2661
|
-
"kind": "js",
|
|
2662
|
-
"name": "EntityManagementDemoTemplate",
|
|
2663
|
-
"declaration": {
|
|
2664
|
-
"name": "EntityManagementDemoTemplate",
|
|
2665
|
-
"module": "src/routes/demo/entity-management.template.ts"
|
|
2666
|
-
}
|
|
2667
|
-
}
|
|
2668
|
-
]
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"kind": "javascript-module",
|
|
2672
|
-
"path": "src/routes/demo/entity-management.ts",
|
|
2673
|
-
"declarations": [
|
|
2674
|
-
{
|
|
2675
|
-
"kind": "class",
|
|
2676
|
-
"description": "",
|
|
2677
|
-
"name": "EntityManagementDemo",
|
|
2678
|
-
"superclass": {
|
|
2679
|
-
"name": "FASTElement",
|
|
2680
|
-
"package": "@microsoft/fast-element"
|
|
2681
|
-
},
|
|
2682
|
-
"tagName": "entity-management-demo",
|
|
2683
|
-
"customElement": true
|
|
2684
|
-
}
|
|
2685
|
-
],
|
|
2686
|
-
"exports": [
|
|
2687
|
-
{
|
|
2688
|
-
"kind": "js",
|
|
2689
|
-
"name": "EntityManagementDemo",
|
|
2690
|
-
"declaration": {
|
|
2691
|
-
"name": "EntityManagementDemo",
|
|
2692
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2693
|
-
}
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"kind": "custom-element-definition",
|
|
2697
|
-
"name": "entity-management-demo",
|
|
2698
|
-
"declaration": {
|
|
2699
|
-
"name": "EntityManagementDemo",
|
|
2700
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2701
|
-
}
|
|
2702
|
-
}
|
|
2703
|
-
]
|
|
2704
|
-
},
|
|
2705
2646
|
{
|
|
2706
2647
|
"kind": "javascript-module",
|
|
2707
2648
|
"path": "src/utils/formatting.ts",
|
|
@@ -2817,6 +2758,65 @@
|
|
|
2817
2758
|
}
|
|
2818
2759
|
}
|
|
2819
2760
|
]
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"kind": "javascript-module",
|
|
2764
|
+
"path": "src/routes/demo/entity-management.template.ts",
|
|
2765
|
+
"declarations": [
|
|
2766
|
+
{
|
|
2767
|
+
"kind": "variable",
|
|
2768
|
+
"name": "EntityManagementDemoTemplate",
|
|
2769
|
+
"type": {
|
|
2770
|
+
"text": "ViewTemplate"
|
|
2771
|
+
},
|
|
2772
|
+
"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`"
|
|
2773
|
+
}
|
|
2774
|
+
],
|
|
2775
|
+
"exports": [
|
|
2776
|
+
{
|
|
2777
|
+
"kind": "js",
|
|
2778
|
+
"name": "EntityManagementDemoTemplate",
|
|
2779
|
+
"declaration": {
|
|
2780
|
+
"name": "EntityManagementDemoTemplate",
|
|
2781
|
+
"module": "src/routes/demo/entity-management.template.ts"
|
|
2782
|
+
}
|
|
2783
|
+
}
|
|
2784
|
+
]
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"kind": "javascript-module",
|
|
2788
|
+
"path": "src/routes/demo/entity-management.ts",
|
|
2789
|
+
"declarations": [
|
|
2790
|
+
{
|
|
2791
|
+
"kind": "class",
|
|
2792
|
+
"description": "",
|
|
2793
|
+
"name": "EntityManagementDemo",
|
|
2794
|
+
"superclass": {
|
|
2795
|
+
"name": "FASTElement",
|
|
2796
|
+
"package": "@microsoft/fast-element"
|
|
2797
|
+
},
|
|
2798
|
+
"tagName": "entity-management-demo",
|
|
2799
|
+
"customElement": true
|
|
2800
|
+
}
|
|
2801
|
+
],
|
|
2802
|
+
"exports": [
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "js",
|
|
2805
|
+
"name": "EntityManagementDemo",
|
|
2806
|
+
"declaration": {
|
|
2807
|
+
"name": "EntityManagementDemo",
|
|
2808
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2809
|
+
}
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"kind": "custom-element-definition",
|
|
2813
|
+
"name": "entity-management-demo",
|
|
2814
|
+
"declaration": {
|
|
2815
|
+
"name": "EntityManagementDemo",
|
|
2816
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2817
|
+
}
|
|
2818
|
+
}
|
|
2819
|
+
]
|
|
2820
2820
|
}
|
|
2821
2821
|
]
|
|
2822
2822
|
}
|
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.164.1-datasrouce-clone-fix.
|
|
4
|
+
"version": "14.164.1-datasrouce-clone-fix.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -43,29 +43,29 @@
|
|
|
43
43
|
"test:debug": "genx test --debug"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@genesislcap/foundation-testing": "14.164.1-datasrouce-clone-fix.
|
|
47
|
-
"@genesislcap/genx": "14.164.1-datasrouce-clone-fix.
|
|
48
|
-
"@genesislcap/rollup-builder": "14.164.1-datasrouce-clone-fix.
|
|
49
|
-
"@genesislcap/ts-builder": "14.164.1-datasrouce-clone-fix.
|
|
50
|
-
"@genesislcap/uvu-playwright-builder": "14.164.1-datasrouce-clone-fix.
|
|
51
|
-
"@genesislcap/vite-builder": "14.164.1-datasrouce-clone-fix.
|
|
52
|
-
"@genesislcap/webpack-builder": "14.164.1-datasrouce-clone-fix.
|
|
46
|
+
"@genesislcap/foundation-testing": "14.164.1-datasrouce-clone-fix.3",
|
|
47
|
+
"@genesislcap/genx": "14.164.1-datasrouce-clone-fix.3",
|
|
48
|
+
"@genesislcap/rollup-builder": "14.164.1-datasrouce-clone-fix.3",
|
|
49
|
+
"@genesislcap/ts-builder": "14.164.1-datasrouce-clone-fix.3",
|
|
50
|
+
"@genesislcap/uvu-playwright-builder": "14.164.1-datasrouce-clone-fix.3",
|
|
51
|
+
"@genesislcap/vite-builder": "14.164.1-datasrouce-clone-fix.3",
|
|
52
|
+
"@genesislcap/webpack-builder": "14.164.1-datasrouce-clone-fix.3",
|
|
53
53
|
"rimraf": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@ag-grid-community/core": "29.2.0",
|
|
57
|
-
"@genesislcap/foundation-comms": "14.164.1-datasrouce-clone-fix.
|
|
58
|
-
"@genesislcap/foundation-errors": "14.164.1-datasrouce-clone-fix.
|
|
59
|
-
"@genesislcap/foundation-events": "14.164.1-datasrouce-clone-fix.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.164.1-datasrouce-clone-fix.
|
|
61
|
-
"@genesislcap/foundation-logger": "14.164.1-datasrouce-clone-fix.
|
|
62
|
-
"@genesislcap/foundation-login": "14.164.1-datasrouce-clone-fix.
|
|
63
|
-
"@genesislcap/foundation-notifications": "14.164.1-datasrouce-clone-fix.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.164.1-datasrouce-clone-fix.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.164.1-datasrouce-clone-fix.
|
|
66
|
-
"@genesislcap/foundation-zero": "14.164.1-datasrouce-clone-fix.
|
|
67
|
-
"@genesislcap/foundation-zero-grid-pro": "14.164.1-datasrouce-clone-fix.
|
|
68
|
-
"@genesislcap/grid-pro": "14.164.1-datasrouce-clone-fix.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.164.1-datasrouce-clone-fix.3",
|
|
58
|
+
"@genesislcap/foundation-errors": "14.164.1-datasrouce-clone-fix.3",
|
|
59
|
+
"@genesislcap/foundation-events": "14.164.1-datasrouce-clone-fix.3",
|
|
60
|
+
"@genesislcap/foundation-forms": "14.164.1-datasrouce-clone-fix.3",
|
|
61
|
+
"@genesislcap/foundation-logger": "14.164.1-datasrouce-clone-fix.3",
|
|
62
|
+
"@genesislcap/foundation-login": "14.164.1-datasrouce-clone-fix.3",
|
|
63
|
+
"@genesislcap/foundation-notifications": "14.164.1-datasrouce-clone-fix.3",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.164.1-datasrouce-clone-fix.3",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.164.1-datasrouce-clone-fix.3",
|
|
66
|
+
"@genesislcap/foundation-zero": "14.164.1-datasrouce-clone-fix.3",
|
|
67
|
+
"@genesislcap/foundation-zero-grid-pro": "14.164.1-datasrouce-clone-fix.3",
|
|
68
|
+
"@genesislcap/grid-pro": "14.164.1-datasrouce-clone-fix.3",
|
|
69
69
|
"@microsoft/fast-components": "^2.30.6",
|
|
70
70
|
"@microsoft/fast-element": "^1.12.0",
|
|
71
71
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
83
|
"customElements": "dist/custom-elements.json",
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "f0e5585af4660897c4a24b9cd003e4e4d85ce62c"
|
|
85
85
|
}
|