@genesislcap/foundation-entity-management 14.240.0 → 14.241.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.
- package/dist/custom-elements.json +84 -84
- package/package.json +21 -21
|
@@ -81,6 +81,41 @@
|
|
|
81
81
|
}
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
|
+
{
|
|
85
|
+
"kind": "javascript-module",
|
|
86
|
+
"path": "src/components/components.ts",
|
|
87
|
+
"declarations": [
|
|
88
|
+
{
|
|
89
|
+
"kind": "function",
|
|
90
|
+
"name": "loadRemotes"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"exports": [
|
|
94
|
+
{
|
|
95
|
+
"kind": "js",
|
|
96
|
+
"name": "loadRemotes",
|
|
97
|
+
"declaration": {
|
|
98
|
+
"name": "loadRemotes",
|
|
99
|
+
"module": "src/components/components.ts"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "javascript-module",
|
|
106
|
+
"path": "src/components/index.ts",
|
|
107
|
+
"declarations": [],
|
|
108
|
+
"exports": [
|
|
109
|
+
{
|
|
110
|
+
"kind": "js",
|
|
111
|
+
"name": "*",
|
|
112
|
+
"declaration": {
|
|
113
|
+
"name": "*",
|
|
114
|
+
"package": "./components"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
},
|
|
84
119
|
{
|
|
85
120
|
"kind": "javascript-module",
|
|
86
121
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -878,41 +913,6 @@
|
|
|
878
913
|
}
|
|
879
914
|
]
|
|
880
915
|
},
|
|
881
|
-
{
|
|
882
|
-
"kind": "javascript-module",
|
|
883
|
-
"path": "src/components/components.ts",
|
|
884
|
-
"declarations": [
|
|
885
|
-
{
|
|
886
|
-
"kind": "function",
|
|
887
|
-
"name": "loadRemotes"
|
|
888
|
-
}
|
|
889
|
-
],
|
|
890
|
-
"exports": [
|
|
891
|
-
{
|
|
892
|
-
"kind": "js",
|
|
893
|
-
"name": "loadRemotes",
|
|
894
|
-
"declaration": {
|
|
895
|
-
"name": "loadRemotes",
|
|
896
|
-
"module": "src/components/components.ts"
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
]
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"kind": "javascript-module",
|
|
903
|
-
"path": "src/components/index.ts",
|
|
904
|
-
"declarations": [],
|
|
905
|
-
"exports": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "js",
|
|
908
|
-
"name": "*",
|
|
909
|
-
"declaration": {
|
|
910
|
-
"name": "*",
|
|
911
|
-
"package": "./components"
|
|
912
|
-
}
|
|
913
|
-
}
|
|
914
|
-
]
|
|
915
|
-
},
|
|
916
916
|
{
|
|
917
917
|
"kind": "javascript-module",
|
|
918
918
|
"path": "src/list/index.ts",
|
|
@@ -1514,6 +1514,55 @@
|
|
|
1514
1514
|
}
|
|
1515
1515
|
]
|
|
1516
1516
|
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "javascript-module",
|
|
1519
|
+
"path": "src/layouts/default.ts",
|
|
1520
|
+
"declarations": [
|
|
1521
|
+
{
|
|
1522
|
+
"kind": "variable",
|
|
1523
|
+
"name": "loginLayout",
|
|
1524
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "variable",
|
|
1528
|
+
"name": "defaultLayout",
|
|
1529
|
+
"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)"
|
|
1530
|
+
}
|
|
1531
|
+
],
|
|
1532
|
+
"exports": [
|
|
1533
|
+
{
|
|
1534
|
+
"kind": "js",
|
|
1535
|
+
"name": "loginLayout",
|
|
1536
|
+
"declaration": {
|
|
1537
|
+
"name": "loginLayout",
|
|
1538
|
+
"module": "src/layouts/default.ts"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"kind": "js",
|
|
1543
|
+
"name": "defaultLayout",
|
|
1544
|
+
"declaration": {
|
|
1545
|
+
"name": "defaultLayout",
|
|
1546
|
+
"module": "src/layouts/default.ts"
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
]
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "javascript-module",
|
|
1553
|
+
"path": "src/layouts/index.ts",
|
|
1554
|
+
"declarations": [],
|
|
1555
|
+
"exports": [
|
|
1556
|
+
{
|
|
1557
|
+
"kind": "js",
|
|
1558
|
+
"name": "*",
|
|
1559
|
+
"declaration": {
|
|
1560
|
+
"name": "*",
|
|
1561
|
+
"package": "./default"
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
]
|
|
1565
|
+
},
|
|
1517
1566
|
{
|
|
1518
1567
|
"kind": "javascript-module",
|
|
1519
1568
|
"path": "src/main/index.ts",
|
|
@@ -2713,55 +2762,6 @@
|
|
|
2713
2762
|
}
|
|
2714
2763
|
]
|
|
2715
2764
|
},
|
|
2716
|
-
{
|
|
2717
|
-
"kind": "javascript-module",
|
|
2718
|
-
"path": "src/layouts/default.ts",
|
|
2719
|
-
"declarations": [
|
|
2720
|
-
{
|
|
2721
|
-
"kind": "variable",
|
|
2722
|
-
"name": "loginLayout",
|
|
2723
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
2724
|
-
},
|
|
2725
|
-
{
|
|
2726
|
-
"kind": "variable",
|
|
2727
|
-
"name": "defaultLayout",
|
|
2728
|
-
"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)"
|
|
2729
|
-
}
|
|
2730
|
-
],
|
|
2731
|
-
"exports": [
|
|
2732
|
-
{
|
|
2733
|
-
"kind": "js",
|
|
2734
|
-
"name": "loginLayout",
|
|
2735
|
-
"declaration": {
|
|
2736
|
-
"name": "loginLayout",
|
|
2737
|
-
"module": "src/layouts/default.ts"
|
|
2738
|
-
}
|
|
2739
|
-
},
|
|
2740
|
-
{
|
|
2741
|
-
"kind": "js",
|
|
2742
|
-
"name": "defaultLayout",
|
|
2743
|
-
"declaration": {
|
|
2744
|
-
"name": "defaultLayout",
|
|
2745
|
-
"module": "src/layouts/default.ts"
|
|
2746
|
-
}
|
|
2747
|
-
}
|
|
2748
|
-
]
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"kind": "javascript-module",
|
|
2752
|
-
"path": "src/layouts/index.ts",
|
|
2753
|
-
"declarations": [],
|
|
2754
|
-
"exports": [
|
|
2755
|
-
{
|
|
2756
|
-
"kind": "js",
|
|
2757
|
-
"name": "*",
|
|
2758
|
-
"declaration": {
|
|
2759
|
-
"name": "*",
|
|
2760
|
-
"package": "./default"
|
|
2761
|
-
}
|
|
2762
|
-
}
|
|
2763
|
-
]
|
|
2764
|
-
},
|
|
2765
2765
|
{
|
|
2766
2766
|
"kind": "javascript-module",
|
|
2767
2767
|
"path": "src/users/users.template.ts",
|
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.
|
|
4
|
+
"version": "14.241.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.
|
|
56
|
-
"@genesislcap/genx": "14.
|
|
57
|
-
"@genesislcap/rollup-builder": "14.
|
|
58
|
-
"@genesislcap/ts-builder": "14.
|
|
59
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
60
|
-
"@genesislcap/vite-builder": "14.
|
|
61
|
-
"@genesislcap/webpack-builder": "14.
|
|
55
|
+
"@genesislcap/foundation-testing": "14.241.0",
|
|
56
|
+
"@genesislcap/genx": "14.241.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.241.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.241.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.241.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.241.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.241.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.
|
|
67
|
-
"@genesislcap/foundation-errors": "14.
|
|
68
|
-
"@genesislcap/foundation-events": "14.
|
|
69
|
-
"@genesislcap/foundation-forms": "14.
|
|
70
|
-
"@genesislcap/foundation-logger": "14.
|
|
71
|
-
"@genesislcap/foundation-login": "14.
|
|
72
|
-
"@genesislcap/foundation-notifications": "14.
|
|
73
|
-
"@genesislcap/foundation-ui": "14.
|
|
74
|
-
"@genesislcap/foundation-utils": "14.
|
|
75
|
-
"@genesislcap/foundation-zero": "14.
|
|
76
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
77
|
-
"@genesislcap/grid-pro": "14.
|
|
66
|
+
"@genesislcap/foundation-comms": "14.241.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.241.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.241.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.241.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.241.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.241.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.241.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.241.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.241.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.241.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.241.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.241.0",
|
|
78
78
|
"@microsoft/fast-components": "2.30.6",
|
|
79
79
|
"@microsoft/fast-element": "1.14.0",
|
|
80
80
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
93
|
"customElements": "dist/custom-elements.json",
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "6837efcb9fe40e7044bb23d89368ecdcb20a4f3f"
|
|
95
95
|
}
|