@genesislcap/foundation-entity-management 14.255.1 → 14.256.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 +105 -105
- 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",
|
|
@@ -895,90 +930,6 @@
|
|
|
895
930
|
}
|
|
896
931
|
]
|
|
897
932
|
},
|
|
898
|
-
{
|
|
899
|
-
"kind": "javascript-module",
|
|
900
|
-
"path": "src/components/components.ts",
|
|
901
|
-
"declarations": [
|
|
902
|
-
{
|
|
903
|
-
"kind": "function",
|
|
904
|
-
"name": "loadRemotes"
|
|
905
|
-
}
|
|
906
|
-
],
|
|
907
|
-
"exports": [
|
|
908
|
-
{
|
|
909
|
-
"kind": "js",
|
|
910
|
-
"name": "loadRemotes",
|
|
911
|
-
"declaration": {
|
|
912
|
-
"name": "loadRemotes",
|
|
913
|
-
"module": "src/components/components.ts"
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
]
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"kind": "javascript-module",
|
|
920
|
-
"path": "src/components/index.ts",
|
|
921
|
-
"declarations": [],
|
|
922
|
-
"exports": [
|
|
923
|
-
{
|
|
924
|
-
"kind": "js",
|
|
925
|
-
"name": "*",
|
|
926
|
-
"declaration": {
|
|
927
|
-
"name": "*",
|
|
928
|
-
"package": "./components"
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
]
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
"kind": "javascript-module",
|
|
935
|
-
"path": "src/layouts/default.ts",
|
|
936
|
-
"declarations": [
|
|
937
|
-
{
|
|
938
|
-
"kind": "variable",
|
|
939
|
-
"name": "loginLayout",
|
|
940
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"kind": "variable",
|
|
944
|
-
"name": "defaultLayout",
|
|
945
|
-
"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)"
|
|
946
|
-
}
|
|
947
|
-
],
|
|
948
|
-
"exports": [
|
|
949
|
-
{
|
|
950
|
-
"kind": "js",
|
|
951
|
-
"name": "loginLayout",
|
|
952
|
-
"declaration": {
|
|
953
|
-
"name": "loginLayout",
|
|
954
|
-
"module": "src/layouts/default.ts"
|
|
955
|
-
}
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"kind": "js",
|
|
959
|
-
"name": "defaultLayout",
|
|
960
|
-
"declaration": {
|
|
961
|
-
"name": "defaultLayout",
|
|
962
|
-
"module": "src/layouts/default.ts"
|
|
963
|
-
}
|
|
964
|
-
}
|
|
965
|
-
]
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"kind": "javascript-module",
|
|
969
|
-
"path": "src/layouts/index.ts",
|
|
970
|
-
"declarations": [],
|
|
971
|
-
"exports": [
|
|
972
|
-
{
|
|
973
|
-
"kind": "js",
|
|
974
|
-
"name": "*",
|
|
975
|
-
"declaration": {
|
|
976
|
-
"name": "*",
|
|
977
|
-
"package": "./default"
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
]
|
|
981
|
-
},
|
|
982
933
|
{
|
|
983
934
|
"kind": "javascript-module",
|
|
984
935
|
"path": "src/list/index.ts",
|
|
@@ -1594,6 +1545,55 @@
|
|
|
1594
1545
|
}
|
|
1595
1546
|
]
|
|
1596
1547
|
},
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "javascript-module",
|
|
1550
|
+
"path": "src/layouts/default.ts",
|
|
1551
|
+
"declarations": [
|
|
1552
|
+
{
|
|
1553
|
+
"kind": "variable",
|
|
1554
|
+
"name": "loginLayout",
|
|
1555
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "variable",
|
|
1559
|
+
"name": "defaultLayout",
|
|
1560
|
+
"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)"
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"exports": [
|
|
1564
|
+
{
|
|
1565
|
+
"kind": "js",
|
|
1566
|
+
"name": "loginLayout",
|
|
1567
|
+
"declaration": {
|
|
1568
|
+
"name": "loginLayout",
|
|
1569
|
+
"module": "src/layouts/default.ts"
|
|
1570
|
+
}
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
"kind": "js",
|
|
1574
|
+
"name": "defaultLayout",
|
|
1575
|
+
"declaration": {
|
|
1576
|
+
"name": "defaultLayout",
|
|
1577
|
+
"module": "src/layouts/default.ts"
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
]
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "javascript-module",
|
|
1584
|
+
"path": "src/layouts/index.ts",
|
|
1585
|
+
"declarations": [],
|
|
1586
|
+
"exports": [
|
|
1587
|
+
{
|
|
1588
|
+
"kind": "js",
|
|
1589
|
+
"name": "*",
|
|
1590
|
+
"declaration": {
|
|
1591
|
+
"name": "*",
|
|
1592
|
+
"package": "./default"
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
]
|
|
1596
|
+
},
|
|
1597
1597
|
{
|
|
1598
1598
|
"kind": "javascript-module",
|
|
1599
1599
|
"path": "src/main/index.ts",
|
|
@@ -1739,6 +1739,27 @@
|
|
|
1739
1739
|
}
|
|
1740
1740
|
]
|
|
1741
1741
|
},
|
|
1742
|
+
{
|
|
1743
|
+
"kind": "javascript-module",
|
|
1744
|
+
"path": "src/routes/config.ts",
|
|
1745
|
+
"declarations": [],
|
|
1746
|
+
"exports": []
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"kind": "javascript-module",
|
|
1750
|
+
"path": "src/routes/index.ts",
|
|
1751
|
+
"declarations": [],
|
|
1752
|
+
"exports": [
|
|
1753
|
+
{
|
|
1754
|
+
"kind": "js",
|
|
1755
|
+
"name": "*",
|
|
1756
|
+
"declaration": {
|
|
1757
|
+
"name": "*",
|
|
1758
|
+
"package": "./config"
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
]
|
|
1762
|
+
},
|
|
1742
1763
|
{
|
|
1743
1764
|
"kind": "javascript-module",
|
|
1744
1765
|
"path": "src/profiles/editProfileSchema.ts",
|
|
@@ -2797,27 +2818,6 @@
|
|
|
2797
2818
|
}
|
|
2798
2819
|
]
|
|
2799
2820
|
},
|
|
2800
|
-
{
|
|
2801
|
-
"kind": "javascript-module",
|
|
2802
|
-
"path": "src/routes/config.ts",
|
|
2803
|
-
"declarations": [],
|
|
2804
|
-
"exports": []
|
|
2805
|
-
},
|
|
2806
|
-
{
|
|
2807
|
-
"kind": "javascript-module",
|
|
2808
|
-
"path": "src/routes/index.ts",
|
|
2809
|
-
"declarations": [],
|
|
2810
|
-
"exports": [
|
|
2811
|
-
{
|
|
2812
|
-
"kind": "js",
|
|
2813
|
-
"name": "*",
|
|
2814
|
-
"declaration": {
|
|
2815
|
-
"name": "*",
|
|
2816
|
-
"package": "./config"
|
|
2817
|
-
}
|
|
2818
|
-
}
|
|
2819
|
-
]
|
|
2820
|
-
},
|
|
2821
2821
|
{
|
|
2822
2822
|
"kind": "javascript-module",
|
|
2823
2823
|
"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.256.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.256.0",
|
|
56
|
+
"@genesislcap/genx": "14.256.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.256.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.256.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.256.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.256.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.256.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.256.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.256.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.256.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.256.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.256.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.256.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.256.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.256.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.256.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.256.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.256.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.256.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": "bd99b542c14e7f402e36373b566888f24e4a8c7b"
|
|
95
95
|
}
|