@genesislcap/foundation-entity-management 14.247.0 → 14.247.2

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.
@@ -81,41 +81,6 @@
81
81
  }
82
82
  ]
83
83
  },
84
- {
85
- "kind": "javascript-module",
86
- "path": "src/components/components.ts",
87
- "declarations": [
88
- {
89
- "kind": "function",
90
- "name": "loadRemotes"
91
- }
92
- ],
93
- "exports": [
94
- {
95
- "kind": "js",
96
- "name": "loadRemotes",
97
- "declaration": {
98
- "name": "loadRemotes",
99
- "module": "src/components/components.ts"
100
- }
101
- }
102
- ]
103
- },
104
- {
105
- "kind": "javascript-module",
106
- "path": "src/components/index.ts",
107
- "declarations": [],
108
- "exports": [
109
- {
110
- "kind": "js",
111
- "name": "*",
112
- "declaration": {
113
- "name": "*",
114
- "package": "./components"
115
- }
116
- }
117
- ]
118
- },
119
84
  {
120
85
  "kind": "javascript-module",
121
86
  "path": "src/entities/entities.styles.ts",
@@ -930,6 +895,41 @@
930
895
  }
931
896
  ]
932
897
  },
898
+ {
899
+ "kind": "javascript-module",
900
+ "path": "src/components/components.ts",
901
+ "declarations": [
902
+ {
903
+ "kind": "function",
904
+ "name": "loadRemotes"
905
+ }
906
+ ],
907
+ "exports": [
908
+ {
909
+ "kind": "js",
910
+ "name": "loadRemotes",
911
+ "declaration": {
912
+ "name": "loadRemotes",
913
+ "module": "src/components/components.ts"
914
+ }
915
+ }
916
+ ]
917
+ },
918
+ {
919
+ "kind": "javascript-module",
920
+ "path": "src/components/index.ts",
921
+ "declarations": [],
922
+ "exports": [
923
+ {
924
+ "kind": "js",
925
+ "name": "*",
926
+ "declaration": {
927
+ "name": "*",
928
+ "package": "./components"
929
+ }
930
+ }
931
+ ]
932
+ },
933
933
  {
934
934
  "kind": "javascript-module",
935
935
  "path": "src/layouts/default.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAKA,OAAO,EAAiB,gBAAgB,EAAc,MAAM,UAAU,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAoBnD;;GAEG;AACH,eAAO,MAAM,mBAAmB,0BAAsB,gBAAgB,0EAkDrE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,wFAgBlC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAQzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAc3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,wFA0D/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
1
+ {"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAKA,OAAO,EAAiB,gBAAgB,EAAc,MAAM,UAAU,CAAC;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAoBnD;;GAEG;AACH,eAAO,MAAM,mBAAmB,0BAAsB,gBAAgB,0EAkDrE,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,wFAgBlC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAQzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAgB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,wFA0D/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
@@ -87,9 +87,11 @@ export const defaultHeader = (prefix) => html `
87
87
  * @internal
88
88
  */
89
89
  export const searchBarHeader = (prefix) => html `
90
- ${when((x) => x.title, html `
91
- <h3 class="header-title">${(x) => x.title}</h3>
92
- `)}
90
+ <div>
91
+ ${when((x) => x.title, html `
92
+ <h3 class="header-title">${(x) => x.title}</h3>
93
+ `)}
94
+ </div>
93
95
  <div class="search-container">
94
96
  <${prefix}-search-bar
95
97
  :options="${(x) => x.searchBarConfig}"
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.247.0",
4
+ "version": "14.247.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,29 +52,29 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.247.0",
56
- "@genesislcap/genx": "14.247.0",
57
- "@genesislcap/rollup-builder": "14.247.0",
58
- "@genesislcap/ts-builder": "14.247.0",
59
- "@genesislcap/uvu-playwright-builder": "14.247.0",
60
- "@genesislcap/vite-builder": "14.247.0",
61
- "@genesislcap/webpack-builder": "14.247.0",
55
+ "@genesislcap/foundation-testing": "14.247.2",
56
+ "@genesislcap/genx": "14.247.2",
57
+ "@genesislcap/rollup-builder": "14.247.2",
58
+ "@genesislcap/ts-builder": "14.247.2",
59
+ "@genesislcap/uvu-playwright-builder": "14.247.2",
60
+ "@genesislcap/vite-builder": "14.247.2",
61
+ "@genesislcap/webpack-builder": "14.247.2",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@ag-grid-community/core": "29.2.0",
66
- "@genesislcap/foundation-comms": "14.247.0",
67
- "@genesislcap/foundation-errors": "14.247.0",
68
- "@genesislcap/foundation-events": "14.247.0",
69
- "@genesislcap/foundation-forms": "14.247.0",
70
- "@genesislcap/foundation-logger": "14.247.0",
71
- "@genesislcap/foundation-login": "14.247.0",
72
- "@genesislcap/foundation-notifications": "14.247.0",
73
- "@genesislcap/foundation-ui": "14.247.0",
74
- "@genesislcap/foundation-utils": "14.247.0",
75
- "@genesislcap/foundation-zero": "14.247.0",
76
- "@genesislcap/foundation-zero-grid-pro": "14.247.0",
77
- "@genesislcap/grid-pro": "14.247.0",
66
+ "@genesislcap/foundation-comms": "14.247.2",
67
+ "@genesislcap/foundation-errors": "14.247.2",
68
+ "@genesislcap/foundation-events": "14.247.2",
69
+ "@genesislcap/foundation-forms": "14.247.2",
70
+ "@genesislcap/foundation-logger": "14.247.2",
71
+ "@genesislcap/foundation-login": "14.247.2",
72
+ "@genesislcap/foundation-notifications": "14.247.2",
73
+ "@genesislcap/foundation-ui": "14.247.2",
74
+ "@genesislcap/foundation-utils": "14.247.2",
75
+ "@genesislcap/foundation-zero": "14.247.2",
76
+ "@genesislcap/foundation-zero-grid-pro": "14.247.2",
77
+ "@genesislcap/grid-pro": "14.247.2",
78
78
  "@microsoft/fast-components": "2.30.6",
79
79
  "@microsoft/fast-element": "1.14.0",
80
80
  "@microsoft/fast-foundation": "2.49.6",
@@ -91,5 +91,5 @@
91
91
  "access": "public"
92
92
  },
93
93
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "9cd68112136258054e34caf77fe02117276dc87c"
94
+ "gitHead": "ce87a41c2796b6320b7401ee18c06b3b11b86899"
95
95
  }