@genesislcap/foundation-entity-management 14.26.6 → 14.26.7

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",
@@ -560,27 +595,41 @@
560
595
  },
561
596
  {
562
597
  "kind": "javascript-module",
563
- "path": "src/components/components.ts",
598
+ "path": "src/layouts/default.ts",
564
599
  "declarations": [
565
600
  {
566
- "kind": "function",
567
- "name": "loadRemotes"
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)"
568
609
  }
569
610
  ],
570
611
  "exports": [
571
612
  {
572
613
  "kind": "js",
573
- "name": "loadRemotes",
614
+ "name": "loginLayout",
574
615
  "declaration": {
575
- "name": "loadRemotes",
576
- "module": "src/components/components.ts"
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"
577
626
  }
578
627
  }
579
628
  ]
580
629
  },
581
630
  {
582
631
  "kind": "javascript-module",
583
- "path": "src/components/index.ts",
632
+ "path": "src/layouts/index.ts",
584
633
  "declarations": [],
585
634
  "exports": [
586
635
  {
@@ -588,7 +637,7 @@
588
637
  "name": "*",
589
638
  "declaration": {
590
639
  "name": "*",
591
- "package": "./components"
640
+ "package": "./default"
592
641
  }
593
642
  }
594
643
  ]
@@ -905,55 +954,6 @@
905
954
  }
906
955
  ]
907
956
  },
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.6",
4
+ "version": "14.26.7",
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.6",
42
- "@genesislcap/genx": "^14.26.6",
41
+ "@genesislcap/foundation-testing": "^14.26.7",
42
+ "@genesislcap/genx": "^14.26.7",
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.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",
58
+ "@genesislcap/foundation-comms": "^14.26.7",
59
+ "@genesislcap/foundation-errors": "^14.26.7",
60
+ "@genesislcap/foundation-forms": "^14.26.7",
61
+ "@genesislcap/foundation-login": "^14.26.7",
62
+ "@genesislcap/foundation-ui": "^14.26.7",
63
+ "@genesislcap/foundation-utils": "^14.26.7",
64
+ "@genesislcap/foundation-zero": "^14.26.7",
65
+ "@genesislcap/foundation-zero-grid-pro": "^14.26.7",
66
+ "@genesislcap/grid-pro": "^14.26.7",
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": "aa1ad515ad191eb2190d06231e10de0191f845b1"
91
+ "gitHead": "52910dfe41ec45c2b29b970137a848315897e6f4"
92
92
  }