@genesislcap/foundation-entity-management 14.239.0 → 14.240.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 +57 -57
- package/package.json +21 -21
|
@@ -81,41 +81,6 @@
|
|
|
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
|
-
},
|
|
119
84
|
{
|
|
120
85
|
"kind": "javascript-module",
|
|
121
86
|
"path": "src/entities/entities.styles.ts",
|
|
@@ -915,41 +880,27 @@
|
|
|
915
880
|
},
|
|
916
881
|
{
|
|
917
882
|
"kind": "javascript-module",
|
|
918
|
-
"path": "src/
|
|
883
|
+
"path": "src/components/components.ts",
|
|
919
884
|
"declarations": [
|
|
920
885
|
{
|
|
921
|
-
"kind": "
|
|
922
|
-
"name": "
|
|
923
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"kind": "variable",
|
|
927
|
-
"name": "defaultLayout",
|
|
928
|
-
"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)"
|
|
886
|
+
"kind": "function",
|
|
887
|
+
"name": "loadRemotes"
|
|
929
888
|
}
|
|
930
889
|
],
|
|
931
890
|
"exports": [
|
|
932
891
|
{
|
|
933
892
|
"kind": "js",
|
|
934
|
-
"name": "
|
|
935
|
-
"declaration": {
|
|
936
|
-
"name": "loginLayout",
|
|
937
|
-
"module": "src/layouts/default.ts"
|
|
938
|
-
}
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"kind": "js",
|
|
942
|
-
"name": "defaultLayout",
|
|
893
|
+
"name": "loadRemotes",
|
|
943
894
|
"declaration": {
|
|
944
|
-
"name": "
|
|
945
|
-
"module": "src/
|
|
895
|
+
"name": "loadRemotes",
|
|
896
|
+
"module": "src/components/components.ts"
|
|
946
897
|
}
|
|
947
898
|
}
|
|
948
899
|
]
|
|
949
900
|
},
|
|
950
901
|
{
|
|
951
902
|
"kind": "javascript-module",
|
|
952
|
-
"path": "src/
|
|
903
|
+
"path": "src/components/index.ts",
|
|
953
904
|
"declarations": [],
|
|
954
905
|
"exports": [
|
|
955
906
|
{
|
|
@@ -957,7 +908,7 @@
|
|
|
957
908
|
"name": "*",
|
|
958
909
|
"declaration": {
|
|
959
910
|
"name": "*",
|
|
960
|
-
"package": "./
|
|
911
|
+
"package": "./components"
|
|
961
912
|
}
|
|
962
913
|
}
|
|
963
914
|
]
|
|
@@ -2762,6 +2713,55 @@
|
|
|
2762
2713
|
}
|
|
2763
2714
|
]
|
|
2764
2715
|
},
|
|
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.240.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.240.0",
|
|
56
|
+
"@genesislcap/genx": "14.240.0",
|
|
57
|
+
"@genesislcap/rollup-builder": "14.240.0",
|
|
58
|
+
"@genesislcap/ts-builder": "14.240.0",
|
|
59
|
+
"@genesislcap/uvu-playwright-builder": "14.240.0",
|
|
60
|
+
"@genesislcap/vite-builder": "14.240.0",
|
|
61
|
+
"@genesislcap/webpack-builder": "14.240.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.240.0",
|
|
67
|
+
"@genesislcap/foundation-errors": "14.240.0",
|
|
68
|
+
"@genesislcap/foundation-events": "14.240.0",
|
|
69
|
+
"@genesislcap/foundation-forms": "14.240.0",
|
|
70
|
+
"@genesislcap/foundation-logger": "14.240.0",
|
|
71
|
+
"@genesislcap/foundation-login": "14.240.0",
|
|
72
|
+
"@genesislcap/foundation-notifications": "14.240.0",
|
|
73
|
+
"@genesislcap/foundation-ui": "14.240.0",
|
|
74
|
+
"@genesislcap/foundation-utils": "14.240.0",
|
|
75
|
+
"@genesislcap/foundation-zero": "14.240.0",
|
|
76
|
+
"@genesislcap/foundation-zero-grid-pro": "14.240.0",
|
|
77
|
+
"@genesislcap/grid-pro": "14.240.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": "dbcec460d84de3d38117feee93e80ca04fcec4e6"
|
|
95
95
|
}
|