@genesislcap/foundation-entity-management 14.26.8-alpha-dd7cee501.0 → 14.27.1
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 +49 -49
- package/package.json +23 -13
|
@@ -593,6 +593,55 @@
|
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
},
|
|
596
|
+
{
|
|
597
|
+
"kind": "javascript-module",
|
|
598
|
+
"path": "src/layouts/default.ts",
|
|
599
|
+
"declarations": [
|
|
600
|
+
{
|
|
601
|
+
"kind": "variable",
|
|
602
|
+
"name": "loginLayout",
|
|
603
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "variable",
|
|
607
|
+
"name": "defaultLayout",
|
|
608
|
+
"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)"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"exports": [
|
|
612
|
+
{
|
|
613
|
+
"kind": "js",
|
|
614
|
+
"name": "loginLayout",
|
|
615
|
+
"declaration": {
|
|
616
|
+
"name": "loginLayout",
|
|
617
|
+
"module": "src/layouts/default.ts"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"kind": "js",
|
|
622
|
+
"name": "defaultLayout",
|
|
623
|
+
"declaration": {
|
|
624
|
+
"name": "defaultLayout",
|
|
625
|
+
"module": "src/layouts/default.ts"
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
]
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"kind": "javascript-module",
|
|
632
|
+
"path": "src/layouts/index.ts",
|
|
633
|
+
"declarations": [],
|
|
634
|
+
"exports": [
|
|
635
|
+
{
|
|
636
|
+
"kind": "js",
|
|
637
|
+
"name": "*",
|
|
638
|
+
"declaration": {
|
|
639
|
+
"name": "*",
|
|
640
|
+
"package": "./default"
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
]
|
|
644
|
+
},
|
|
596
645
|
{
|
|
597
646
|
"kind": "javascript-module",
|
|
598
647
|
"path": "src/list/index.ts",
|
|
@@ -1058,55 +1107,6 @@
|
|
|
1058
1107
|
}
|
|
1059
1108
|
]
|
|
1060
1109
|
},
|
|
1061
|
-
{
|
|
1062
|
-
"kind": "javascript-module",
|
|
1063
|
-
"path": "src/layouts/default.ts",
|
|
1064
|
-
"declarations": [
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "variable",
|
|
1067
|
-
"name": "loginLayout",
|
|
1068
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
1069
|
-
},
|
|
1070
|
-
{
|
|
1071
|
-
"kind": "variable",
|
|
1072
|
-
"name": "defaultLayout",
|
|
1073
|
-
"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)"
|
|
1074
|
-
}
|
|
1075
|
-
],
|
|
1076
|
-
"exports": [
|
|
1077
|
-
{
|
|
1078
|
-
"kind": "js",
|
|
1079
|
-
"name": "loginLayout",
|
|
1080
|
-
"declaration": {
|
|
1081
|
-
"name": "loginLayout",
|
|
1082
|
-
"module": "src/layouts/default.ts"
|
|
1083
|
-
}
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"kind": "js",
|
|
1087
|
-
"name": "defaultLayout",
|
|
1088
|
-
"declaration": {
|
|
1089
|
-
"name": "defaultLayout",
|
|
1090
|
-
"module": "src/layouts/default.ts"
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1093
|
-
]
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"kind": "javascript-module",
|
|
1097
|
-
"path": "src/layouts/index.ts",
|
|
1098
|
-
"declarations": [],
|
|
1099
|
-
"exports": [
|
|
1100
|
-
{
|
|
1101
|
-
"kind": "js",
|
|
1102
|
-
"name": "*",
|
|
1103
|
-
"declaration": {
|
|
1104
|
-
"name": "*",
|
|
1105
|
-
"package": "./default"
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
1110
|
{
|
|
1111
1111
|
"kind": "javascript-module",
|
|
1112
1112
|
"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.
|
|
4
|
+
"version": "14.27.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -12,6 +12,16 @@
|
|
|
12
12
|
"DEFAULT_PASSWORD": "Password11*",
|
|
13
13
|
"PORT": 5080
|
|
14
14
|
},
|
|
15
|
+
"genx": {
|
|
16
|
+
"app": {
|
|
17
|
+
"rootElement": "foundation-entity-management"
|
|
18
|
+
},
|
|
19
|
+
"federation": {
|
|
20
|
+
"remotes": [
|
|
21
|
+
"@genesislcap/foundation-zero"
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
15
25
|
"scripts": {
|
|
16
26
|
"build": "genx build",
|
|
17
27
|
"build:webpack": "genx build -b webpack",
|
|
@@ -38,8 +48,8 @@
|
|
|
38
48
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
39
49
|
},
|
|
40
50
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
51
|
+
"@genesislcap/foundation-testing": "^14.27.1",
|
|
52
|
+
"@genesislcap/genx": "^14.27.1",
|
|
43
53
|
"@playwright/test": "^1.18.1",
|
|
44
54
|
"bulma": "^0.9.3",
|
|
45
55
|
"c8": "^7.11.0",
|
|
@@ -55,15 +65,15 @@
|
|
|
55
65
|
"watchlist": "^0.3.1"
|
|
56
66
|
},
|
|
57
67
|
"dependencies": {
|
|
58
|
-
"@genesislcap/foundation-comms": "14.
|
|
59
|
-
"@genesislcap/foundation-errors": "14.
|
|
60
|
-
"@genesislcap/foundation-forms": "14.
|
|
61
|
-
"@genesislcap/foundation-login": "14.
|
|
62
|
-
"@genesislcap/foundation-ui": "14.
|
|
63
|
-
"@genesislcap/foundation-utils": "14.
|
|
64
|
-
"@genesislcap/foundation-zero": "14.
|
|
65
|
-
"@genesislcap/foundation-zero-grid-pro": "14.
|
|
66
|
-
"@genesislcap/grid-pro": "14.
|
|
68
|
+
"@genesislcap/foundation-comms": "^14.27.1",
|
|
69
|
+
"@genesislcap/foundation-errors": "^14.27.1",
|
|
70
|
+
"@genesislcap/foundation-forms": "^14.27.1",
|
|
71
|
+
"@genesislcap/foundation-login": "^14.27.1",
|
|
72
|
+
"@genesislcap/foundation-ui": "^14.27.1",
|
|
73
|
+
"@genesislcap/foundation-utils": "^14.27.1",
|
|
74
|
+
"@genesislcap/foundation-zero": "^14.27.1",
|
|
75
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.27.1",
|
|
76
|
+
"@genesislcap/grid-pro": "^14.27.1",
|
|
67
77
|
"@microsoft/fast-components": "^2.21.3",
|
|
68
78
|
"@microsoft/fast-element": "^1.7.0",
|
|
69
79
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -88,5 +98,5 @@
|
|
|
88
98
|
"access": "public"
|
|
89
99
|
},
|
|
90
100
|
"customElements": "dist/custom-elements.json",
|
|
91
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "3a06da28ef8d0039962e68a07491f94dbad9fa68"
|
|
92
102
|
}
|