@genesislcap/foundation-entity-management 14.26.5 → 14.26.6
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 +13 -13
|
@@ -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",
|
|
@@ -595,41 +560,27 @@
|
|
|
595
560
|
},
|
|
596
561
|
{
|
|
597
562
|
"kind": "javascript-module",
|
|
598
|
-
"path": "src/
|
|
563
|
+
"path": "src/components/components.ts",
|
|
599
564
|
"declarations": [
|
|
600
565
|
{
|
|
601
|
-
"kind": "
|
|
602
|
-
"name": "
|
|
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)"
|
|
566
|
+
"kind": "function",
|
|
567
|
+
"name": "loadRemotes"
|
|
609
568
|
}
|
|
610
569
|
],
|
|
611
570
|
"exports": [
|
|
612
571
|
{
|
|
613
572
|
"kind": "js",
|
|
614
|
-
"name": "
|
|
615
|
-
"declaration": {
|
|
616
|
-
"name": "loginLayout",
|
|
617
|
-
"module": "src/layouts/default.ts"
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"kind": "js",
|
|
622
|
-
"name": "defaultLayout",
|
|
573
|
+
"name": "loadRemotes",
|
|
623
574
|
"declaration": {
|
|
624
|
-
"name": "
|
|
625
|
-
"module": "src/
|
|
575
|
+
"name": "loadRemotes",
|
|
576
|
+
"module": "src/components/components.ts"
|
|
626
577
|
}
|
|
627
578
|
}
|
|
628
579
|
]
|
|
629
580
|
},
|
|
630
581
|
{
|
|
631
582
|
"kind": "javascript-module",
|
|
632
|
-
"path": "src/
|
|
583
|
+
"path": "src/components/index.ts",
|
|
633
584
|
"declarations": [],
|
|
634
585
|
"exports": [
|
|
635
586
|
{
|
|
@@ -637,7 +588,7 @@
|
|
|
637
588
|
"name": "*",
|
|
638
589
|
"declaration": {
|
|
639
590
|
"name": "*",
|
|
640
|
-
"package": "./
|
|
591
|
+
"package": "./components"
|
|
641
592
|
}
|
|
642
593
|
}
|
|
643
594
|
]
|
|
@@ -954,6 +905,55 @@
|
|
|
954
905
|
}
|
|
955
906
|
]
|
|
956
907
|
},
|
|
908
|
+
{
|
|
909
|
+
"kind": "javascript-module",
|
|
910
|
+
"path": "src/layouts/default.ts",
|
|
911
|
+
"declarations": [
|
|
912
|
+
{
|
|
913
|
+
"kind": "variable",
|
|
914
|
+
"name": "loginLayout",
|
|
915
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"kind": "variable",
|
|
919
|
+
"name": "defaultLayout",
|
|
920
|
+
"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)"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"exports": [
|
|
924
|
+
{
|
|
925
|
+
"kind": "js",
|
|
926
|
+
"name": "loginLayout",
|
|
927
|
+
"declaration": {
|
|
928
|
+
"name": "loginLayout",
|
|
929
|
+
"module": "src/layouts/default.ts"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "js",
|
|
934
|
+
"name": "defaultLayout",
|
|
935
|
+
"declaration": {
|
|
936
|
+
"name": "defaultLayout",
|
|
937
|
+
"module": "src/layouts/default.ts"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "javascript-module",
|
|
944
|
+
"path": "src/layouts/index.ts",
|
|
945
|
+
"declarations": [],
|
|
946
|
+
"exports": [
|
|
947
|
+
{
|
|
948
|
+
"kind": "js",
|
|
949
|
+
"name": "*",
|
|
950
|
+
"declaration": {
|
|
951
|
+
"name": "*",
|
|
952
|
+
"package": "./default"
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
]
|
|
956
|
+
},
|
|
957
957
|
{
|
|
958
958
|
"kind": "javascript-module",
|
|
959
959
|
"path": "src/main/index.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.26.
|
|
4
|
+
"version": "14.26.6",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "^14.26.
|
|
42
|
-
"@genesislcap/genx": "^14.26.
|
|
41
|
+
"@genesislcap/foundation-testing": "^14.26.6",
|
|
42
|
+
"@genesislcap/genx": "^14.26.6",
|
|
43
43
|
"@playwright/test": "^1.18.1",
|
|
44
44
|
"bulma": "^0.9.3",
|
|
45
45
|
"c8": "^7.11.0",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"watchlist": "^0.3.1"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@genesislcap/foundation-comms": "^14.26.
|
|
59
|
-
"@genesislcap/foundation-errors": "^14.26.
|
|
60
|
-
"@genesislcap/foundation-forms": "^14.26.
|
|
61
|
-
"@genesislcap/foundation-login": "^14.26.
|
|
62
|
-
"@genesislcap/foundation-ui": "^14.26.
|
|
63
|
-
"@genesislcap/foundation-utils": "^14.26.
|
|
64
|
-
"@genesislcap/foundation-zero": "^14.26.
|
|
65
|
-
"@genesislcap/foundation-zero-grid-pro": "^14.26.
|
|
66
|
-
"@genesislcap/grid-pro": "^14.26.
|
|
58
|
+
"@genesislcap/foundation-comms": "^14.26.6",
|
|
59
|
+
"@genesislcap/foundation-errors": "^14.26.6",
|
|
60
|
+
"@genesislcap/foundation-forms": "^14.26.6",
|
|
61
|
+
"@genesislcap/foundation-login": "^14.26.6",
|
|
62
|
+
"@genesislcap/foundation-ui": "^14.26.6",
|
|
63
|
+
"@genesislcap/foundation-utils": "^14.26.6",
|
|
64
|
+
"@genesislcap/foundation-zero": "^14.26.6",
|
|
65
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.26.6",
|
|
66
|
+
"@genesislcap/grid-pro": "^14.26.6",
|
|
67
67
|
"@microsoft/fast-components": "^2.21.3",
|
|
68
68
|
"@microsoft/fast-element": "^1.7.0",
|
|
69
69
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"customElements": "dist/custom-elements.json",
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "aa1ad515ad191eb2190d06231e10de0191f845b1"
|
|
92
92
|
}
|