@genesislcap/foundation-entity-management 14.32.1 → 14.33.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.
@@ -87,6 +87,41 @@
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
+ },
90
125
  {
91
126
  "kind": "javascript-module",
92
127
  "path": "src/entities/entities.styles.ts",
@@ -584,90 +619,6 @@
584
619
  }
585
620
  ]
586
621
  },
587
- {
588
- "kind": "javascript-module",
589
- "path": "src/components/components.ts",
590
- "declarations": [
591
- {
592
- "kind": "function",
593
- "name": "loadRemotes"
594
- }
595
- ],
596
- "exports": [
597
- {
598
- "kind": "js",
599
- "name": "loadRemotes",
600
- "declaration": {
601
- "name": "loadRemotes",
602
- "module": "src/components/components.ts"
603
- }
604
- }
605
- ]
606
- },
607
- {
608
- "kind": "javascript-module",
609
- "path": "src/components/index.ts",
610
- "declarations": [],
611
- "exports": [
612
- {
613
- "kind": "js",
614
- "name": "*",
615
- "declaration": {
616
- "name": "*",
617
- "package": "./components"
618
- }
619
- }
620
- ]
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
- },
671
622
  {
672
623
  "kind": "javascript-module",
673
624
  "path": "src/list/index.ts",
@@ -948,6 +899,55 @@
948
899
  }
949
900
  ]
950
901
  },
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.32.1",
4
+ "version": "14.33.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -44,21 +44,21 @@
44
44
  "test:debug": "genx test --debug"
45
45
  },
46
46
  "devDependencies": {
47
- "@genesislcap/foundation-testing": "^14.32.1",
48
- "@genesislcap/genx": "^14.32.1",
47
+ "@genesislcap/foundation-testing": "^14.33.0",
48
+ "@genesislcap/genx": "^14.33.0",
49
49
  "bulma": "^0.9.3",
50
50
  "cross-env": "^7.0.3"
51
51
  },
52
52
  "dependencies": {
53
- "@genesislcap/foundation-comms": "^14.32.1",
54
- "@genesislcap/foundation-errors": "^14.32.1",
55
- "@genesislcap/foundation-forms": "^14.32.1",
56
- "@genesislcap/foundation-login": "^14.32.1",
57
- "@genesislcap/foundation-ui": "^14.32.1",
58
- "@genesislcap/foundation-utils": "^14.32.1",
59
- "@genesislcap/foundation-zero": "^14.32.1",
60
- "@genesislcap/foundation-zero-grid-pro": "^14.32.1",
61
- "@genesislcap/grid-pro": "^14.32.1",
53
+ "@genesislcap/foundation-comms": "^14.33.0",
54
+ "@genesislcap/foundation-errors": "^14.33.0",
55
+ "@genesislcap/foundation-forms": "^14.33.0",
56
+ "@genesislcap/foundation-login": "^14.33.0",
57
+ "@genesislcap/foundation-ui": "^14.33.0",
58
+ "@genesislcap/foundation-utils": "^14.33.0",
59
+ "@genesislcap/foundation-zero": "^14.33.0",
60
+ "@genesislcap/foundation-zero-grid-pro": "^14.33.0",
61
+ "@genesislcap/grid-pro": "^14.33.0",
62
62
  "@microsoft/fast-components": "^2.21.3",
63
63
  "@microsoft/fast-element": "^1.7.0",
64
64
  "@microsoft/fast-foundation": "^2.33.2",
@@ -83,5 +83,5 @@
83
83
  "access": "public"
84
84
  },
85
85
  "customElements": "dist/custom-elements.json",
86
- "gitHead": "dfa265faf20864c8fbed12b504afc0fa91a45f5b"
86
+ "gitHead": "3ede04766e0148b895cb324d84e43e45873cc236"
87
87
  }