@genesislcap/foundation-entity-management 14.40.1 → 14.41.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 +49 -49
- package/package.json +13 -13
|
@@ -619,6 +619,55 @@
|
|
|
619
619
|
}
|
|
620
620
|
]
|
|
621
621
|
},
|
|
622
|
+
{
|
|
623
|
+
"kind": "javascript-module",
|
|
624
|
+
"path": "src/layouts/default.ts",
|
|
625
|
+
"declarations": [
|
|
626
|
+
{
|
|
627
|
+
"kind": "variable",
|
|
628
|
+
"name": "loginLayout",
|
|
629
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"kind": "variable",
|
|
633
|
+
"name": "defaultLayout",
|
|
634
|
+
"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)"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"exports": [
|
|
638
|
+
{
|
|
639
|
+
"kind": "js",
|
|
640
|
+
"name": "loginLayout",
|
|
641
|
+
"declaration": {
|
|
642
|
+
"name": "loginLayout",
|
|
643
|
+
"module": "src/layouts/default.ts"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"kind": "js",
|
|
648
|
+
"name": "defaultLayout",
|
|
649
|
+
"declaration": {
|
|
650
|
+
"name": "defaultLayout",
|
|
651
|
+
"module": "src/layouts/default.ts"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"kind": "javascript-module",
|
|
658
|
+
"path": "src/layouts/index.ts",
|
|
659
|
+
"declarations": [],
|
|
660
|
+
"exports": [
|
|
661
|
+
{
|
|
662
|
+
"kind": "js",
|
|
663
|
+
"name": "*",
|
|
664
|
+
"declaration": {
|
|
665
|
+
"name": "*",
|
|
666
|
+
"package": "./default"
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
]
|
|
670
|
+
},
|
|
622
671
|
{
|
|
623
672
|
"kind": "javascript-module",
|
|
624
673
|
"path": "src/list/index.ts",
|
|
@@ -899,55 +948,6 @@
|
|
|
899
948
|
}
|
|
900
949
|
]
|
|
901
950
|
},
|
|
902
|
-
{
|
|
903
|
-
"kind": "javascript-module",
|
|
904
|
-
"path": "src/layouts/default.ts",
|
|
905
|
-
"declarations": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "variable",
|
|
908
|
-
"name": "loginLayout",
|
|
909
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss\n)"
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
"kind": "variable",
|
|
913
|
-
"name": "defaultLayout",
|
|
914
|
-
"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)"
|
|
915
|
-
}
|
|
916
|
-
],
|
|
917
|
-
"exports": [
|
|
918
|
-
{
|
|
919
|
-
"kind": "js",
|
|
920
|
-
"name": "loginLayout",
|
|
921
|
-
"declaration": {
|
|
922
|
-
"name": "loginLayout",
|
|
923
|
-
"module": "src/layouts/default.ts"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"kind": "js",
|
|
928
|
-
"name": "defaultLayout",
|
|
929
|
-
"declaration": {
|
|
930
|
-
"name": "defaultLayout",
|
|
931
|
-
"module": "src/layouts/default.ts"
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
]
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"kind": "javascript-module",
|
|
938
|
-
"path": "src/layouts/index.ts",
|
|
939
|
-
"declarations": [],
|
|
940
|
-
"exports": [
|
|
941
|
-
{
|
|
942
|
-
"kind": "js",
|
|
943
|
-
"name": "*",
|
|
944
|
-
"declaration": {
|
|
945
|
-
"name": "*",
|
|
946
|
-
"package": "./default"
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
]
|
|
950
|
-
},
|
|
951
951
|
{
|
|
952
952
|
"kind": "javascript-module",
|
|
953
953
|
"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.
|
|
4
|
+
"version": "14.41.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@genesislcap/foundation-login": "^14.40.0",
|
|
44
|
-
"@genesislcap/foundation-testing": "^14.
|
|
45
|
-
"@genesislcap/genx": "^14.
|
|
44
|
+
"@genesislcap/foundation-testing": "^14.41.0",
|
|
45
|
+
"@genesislcap/genx": "^14.41.0",
|
|
46
46
|
"bulma": "^0.9.3"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ag-grid-community/core": "29.2.0",
|
|
50
|
-
"@genesislcap/foundation-comms": "^14.
|
|
51
|
-
"@genesislcap/foundation-errors": "^14.
|
|
52
|
-
"@genesislcap/foundation-forms": "^14.
|
|
53
|
-
"@genesislcap/foundation-login": "^14.
|
|
54
|
-
"@genesislcap/foundation-ui": "^14.
|
|
55
|
-
"@genesislcap/foundation-utils": "^14.
|
|
56
|
-
"@genesislcap/foundation-zero": "^14.
|
|
57
|
-
"@genesislcap/foundation-zero-grid-pro": "^14.
|
|
58
|
-
"@genesislcap/grid-pro": "^14.
|
|
50
|
+
"@genesislcap/foundation-comms": "^14.41.0",
|
|
51
|
+
"@genesislcap/foundation-errors": "^14.41.0",
|
|
52
|
+
"@genesislcap/foundation-forms": "^14.41.0",
|
|
53
|
+
"@genesislcap/foundation-login": "^14.41.0",
|
|
54
|
+
"@genesislcap/foundation-ui": "^14.41.0",
|
|
55
|
+
"@genesislcap/foundation-utils": "^14.41.0",
|
|
56
|
+
"@genesislcap/foundation-zero": "^14.41.0",
|
|
57
|
+
"@genesislcap/foundation-zero-grid-pro": "^14.41.0",
|
|
58
|
+
"@genesislcap/grid-pro": "^14.41.0",
|
|
59
59
|
"@microsoft/fast-components": "^2.21.3",
|
|
60
60
|
"@microsoft/fast-element": "^1.7.0",
|
|
61
61
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
73
|
"customElements": "dist/custom-elements.json",
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "98799a829ab05cf534ddcfac6e41b0244538d0ab"
|
|
75
75
|
}
|