@genesislcap/foundation-entity-management 14.101.2 → 14.101.4-alpha-0f9aa4a.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 +15 -15
|
@@ -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",
|
|
@@ -777,6 +742,90 @@
|
|
|
777
742
|
}
|
|
778
743
|
]
|
|
779
744
|
},
|
|
745
|
+
{
|
|
746
|
+
"kind": "javascript-module",
|
|
747
|
+
"path": "src/components/components.ts",
|
|
748
|
+
"declarations": [
|
|
749
|
+
{
|
|
750
|
+
"kind": "function",
|
|
751
|
+
"name": "loadRemotes"
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"exports": [
|
|
755
|
+
{
|
|
756
|
+
"kind": "js",
|
|
757
|
+
"name": "loadRemotes",
|
|
758
|
+
"declaration": {
|
|
759
|
+
"name": "loadRemotes",
|
|
760
|
+
"module": "src/components/components.ts"
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
]
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"kind": "javascript-module",
|
|
767
|
+
"path": "src/components/index.ts",
|
|
768
|
+
"declarations": [],
|
|
769
|
+
"exports": [
|
|
770
|
+
{
|
|
771
|
+
"kind": "js",
|
|
772
|
+
"name": "*",
|
|
773
|
+
"declaration": {
|
|
774
|
+
"name": "*",
|
|
775
|
+
"package": "./components"
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"kind": "javascript-module",
|
|
782
|
+
"path": "src/layouts/default.ts",
|
|
783
|
+
"declarations": [
|
|
784
|
+
{
|
|
785
|
+
"kind": "variable",
|
|
786
|
+
"name": "loginLayout",
|
|
787
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"kind": "variable",
|
|
791
|
+
"name": "defaultLayout",
|
|
792
|
+
"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)"
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"exports": [
|
|
796
|
+
{
|
|
797
|
+
"kind": "js",
|
|
798
|
+
"name": "loginLayout",
|
|
799
|
+
"declaration": {
|
|
800
|
+
"name": "loginLayout",
|
|
801
|
+
"module": "src/layouts/default.ts"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "js",
|
|
806
|
+
"name": "defaultLayout",
|
|
807
|
+
"declaration": {
|
|
808
|
+
"name": "defaultLayout",
|
|
809
|
+
"module": "src/layouts/default.ts"
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"kind": "javascript-module",
|
|
816
|
+
"path": "src/layouts/index.ts",
|
|
817
|
+
"declarations": [],
|
|
818
|
+
"exports": [
|
|
819
|
+
{
|
|
820
|
+
"kind": "js",
|
|
821
|
+
"name": "*",
|
|
822
|
+
"declaration": {
|
|
823
|
+
"name": "*",
|
|
824
|
+
"package": "./default"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
]
|
|
828
|
+
},
|
|
780
829
|
{
|
|
781
830
|
"kind": "javascript-module",
|
|
782
831
|
"path": "src/list/index.ts",
|
|
@@ -1336,55 +1385,6 @@
|
|
|
1336
1385
|
}
|
|
1337
1386
|
]
|
|
1338
1387
|
},
|
|
1339
|
-
{
|
|
1340
|
-
"kind": "javascript-module",
|
|
1341
|
-
"path": "src/layouts/default.ts",
|
|
1342
|
-
"declarations": [
|
|
1343
|
-
{
|
|
1344
|
-
"kind": "variable",
|
|
1345
|
-
"name": "loginLayout",
|
|
1346
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "variable",
|
|
1350
|
-
"name": "defaultLayout",
|
|
1351
|
-
"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)"
|
|
1352
|
-
}
|
|
1353
|
-
],
|
|
1354
|
-
"exports": [
|
|
1355
|
-
{
|
|
1356
|
-
"kind": "js",
|
|
1357
|
-
"name": "loginLayout",
|
|
1358
|
-
"declaration": {
|
|
1359
|
-
"name": "loginLayout",
|
|
1360
|
-
"module": "src/layouts/default.ts"
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"kind": "js",
|
|
1365
|
-
"name": "defaultLayout",
|
|
1366
|
-
"declaration": {
|
|
1367
|
-
"name": "defaultLayout",
|
|
1368
|
-
"module": "src/layouts/default.ts"
|
|
1369
|
-
}
|
|
1370
|
-
}
|
|
1371
|
-
]
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"kind": "javascript-module",
|
|
1375
|
-
"path": "src/layouts/index.ts",
|
|
1376
|
-
"declarations": [],
|
|
1377
|
-
"exports": [
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "js",
|
|
1380
|
-
"name": "*",
|
|
1381
|
-
"declaration": {
|
|
1382
|
-
"name": "*",
|
|
1383
|
-
"package": "./default"
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
]
|
|
1387
|
-
},
|
|
1388
1388
|
{
|
|
1389
1389
|
"kind": "javascript-module",
|
|
1390
1390
|
"path": "src/profiles/editProfileSchema.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.101.
|
|
4
|
+
"version": "14.101.4-alpha-0f9aa4a.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
47
|
-
"@genesislcap/foundation-testing": "14.101.
|
|
48
|
-
"@genesislcap/genx": "14.101.
|
|
47
|
+
"@genesislcap/foundation-testing": "14.101.4-alpha-0f9aa4a.0",
|
|
48
|
+
"@genesislcap/genx": "14.101.4-alpha-0f9aa4a.0",
|
|
49
49
|
"rimraf": "^3.0.2"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@ag-grid-community/core": "29.2.0",
|
|
53
|
-
"@genesislcap/foundation-comms": "14.101.
|
|
54
|
-
"@genesislcap/foundation-errors": "14.101.
|
|
55
|
-
"@genesislcap/foundation-forms": "14.101.
|
|
56
|
-
"@genesislcap/foundation-logger": "14.101.
|
|
57
|
-
"@genesislcap/foundation-login": "14.101.
|
|
58
|
-
"@genesislcap/foundation-notifications": "14.101.
|
|
59
|
-
"@genesislcap/foundation-ui": "14.101.
|
|
60
|
-
"@genesislcap/foundation-utils": "14.101.
|
|
61
|
-
"@genesislcap/foundation-zero": "14.101.
|
|
62
|
-
"@genesislcap/foundation-zero-grid-pro": "14.101.
|
|
63
|
-
"@genesislcap/grid-pro": "14.101.
|
|
53
|
+
"@genesislcap/foundation-comms": "14.101.4-alpha-0f9aa4a.0",
|
|
54
|
+
"@genesislcap/foundation-errors": "14.101.4-alpha-0f9aa4a.0",
|
|
55
|
+
"@genesislcap/foundation-forms": "14.101.4-alpha-0f9aa4a.0",
|
|
56
|
+
"@genesislcap/foundation-logger": "14.101.4-alpha-0f9aa4a.0",
|
|
57
|
+
"@genesislcap/foundation-login": "14.101.4-alpha-0f9aa4a.0",
|
|
58
|
+
"@genesislcap/foundation-notifications": "14.101.4-alpha-0f9aa4a.0",
|
|
59
|
+
"@genesislcap/foundation-ui": "14.101.4-alpha-0f9aa4a.0",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.101.4-alpha-0f9aa4a.0",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.101.4-alpha-0f9aa4a.0",
|
|
62
|
+
"@genesislcap/foundation-zero-grid-pro": "14.101.4-alpha-0f9aa4a.0",
|
|
63
|
+
"@genesislcap/grid-pro": "14.101.4-alpha-0f9aa4a.0",
|
|
64
64
|
"@microsoft/fast-components": "^2.21.3",
|
|
65
65
|
"@microsoft/fast-element": "^1.7.0",
|
|
66
66
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
78
|
"customElements": "dist/custom-elements.json",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "261ece30fcbd939c32af8035a843e248846fbed3"
|
|
80
80
|
}
|