@genesislcap/foundation-entity-management 14.180.3 → 14.180.5

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.
@@ -129,7 +129,7 @@
129
129
  {
130
130
  "kind": "variable",
131
131
  "name": "styles",
132
- "default": "css`\n :host {\n contain: content;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n`",
132
+ "default": "css`\n :host {\n contain: content;\n }\n\n .container {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n foundation-form {\n height: 100%;\n overflow-y: auto;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n }\n\n .title {\n margin-left: 1px;\n }\n\n :host::part(header) {\n display: flex;\n justify-content: space-between;\n align-items: center;\n }\n\n .search-container {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .search-container zero-search-bar,\n .search-container rapid-search-bar {\n width: 500px;\n }\n\n :host([modal-position='centre']) .edit-modal {\n overflow-y: auto;\n }\n`",
133
133
  "description": "Defines the css of the entity component as an ElementStyles object"
134
134
  }
135
135
  ],
@@ -880,55 +880,6 @@
880
880
  }
881
881
  ]
882
882
  },
883
- {
884
- "kind": "javascript-module",
885
- "path": "src/layouts/default.ts",
886
- "declarations": [
887
- {
888
- "kind": "variable",
889
- "name": "loginLayout",
890
- "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
891
- },
892
- {
893
- "kind": "variable",
894
- "name": "defaultLayout",
895
- "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)"
896
- }
897
- ],
898
- "exports": [
899
- {
900
- "kind": "js",
901
- "name": "loginLayout",
902
- "declaration": {
903
- "name": "loginLayout",
904
- "module": "src/layouts/default.ts"
905
- }
906
- },
907
- {
908
- "kind": "js",
909
- "name": "defaultLayout",
910
- "declaration": {
911
- "name": "defaultLayout",
912
- "module": "src/layouts/default.ts"
913
- }
914
- }
915
- ]
916
- },
917
- {
918
- "kind": "javascript-module",
919
- "path": "src/layouts/index.ts",
920
- "declarations": [],
921
- "exports": [
922
- {
923
- "kind": "js",
924
- "name": "*",
925
- "declaration": {
926
- "name": "*",
927
- "package": "./default"
928
- }
929
- }
930
- ]
931
- },
932
883
  {
933
884
  "kind": "javascript-module",
934
885
  "path": "src/list/index.ts",
@@ -1545,6 +1496,55 @@
1545
1496
  }
1546
1497
  ]
1547
1498
  },
1499
+ {
1500
+ "kind": "javascript-module",
1501
+ "path": "src/layouts/default.ts",
1502
+ "declarations": [
1503
+ {
1504
+ "kind": "variable",
1505
+ "name": "loginLayout",
1506
+ "default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
1507
+ },
1508
+ {
1509
+ "kind": "variable",
1510
+ "name": "defaultLayout",
1511
+ "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)"
1512
+ }
1513
+ ],
1514
+ "exports": [
1515
+ {
1516
+ "kind": "js",
1517
+ "name": "loginLayout",
1518
+ "declaration": {
1519
+ "name": "loginLayout",
1520
+ "module": "src/layouts/default.ts"
1521
+ }
1522
+ },
1523
+ {
1524
+ "kind": "js",
1525
+ "name": "defaultLayout",
1526
+ "declaration": {
1527
+ "name": "defaultLayout",
1528
+ "module": "src/layouts/default.ts"
1529
+ }
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "kind": "javascript-module",
1535
+ "path": "src/layouts/index.ts",
1536
+ "declarations": [],
1537
+ "exports": [
1538
+ {
1539
+ "kind": "js",
1540
+ "name": "*",
1541
+ "declaration": {
1542
+ "name": "*",
1543
+ "package": "./default"
1544
+ }
1545
+ }
1546
+ ]
1547
+ },
1548
1548
  {
1549
1549
  "kind": "javascript-module",
1550
1550
  "path": "src/profiles/editProfileSchema.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,iDAuClB,CAAC"}
1
+ {"version":3,"file":"entities.styles.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.styles.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,iDA2ClB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"entities.template.d.ts","sourceRoot":"","sources":["../../../src/entities/entities.template.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAK9C;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,wFAuD/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":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAK9C;;;GAGG;AACH,eAAO,MAAM,aAAa,wFAWzB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,wFAiB3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,wFAwD/B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,QAAQ,uEAEpB,CAAC"}
@@ -46,4 +46,8 @@ export const styles = css `
46
46
  .search-container rapid-search-bar {
47
47
  width: 500px;
48
48
  }
49
+
50
+ :host([modal-position='centre']) .edit-modal {
51
+ overflow-y: auto;
52
+ }
49
53
  `;
@@ -70,6 +70,7 @@ export const getPrefixedEntities = (prefix) => html `
70
70
  </entity-list>
71
71
  <${prefix}-modal
72
72
  ${ref('editEntityModal')}
73
+ class="edit-modal"
73
74
  position=${(x) => x.modalPosition}
74
75
  :onCloseCallback=${(x) => x.closeModal.bind(x)}
75
76
  data-test-id="edit-entity-modal"
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.180.3",
4
+ "version": "14.180.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -43,29 +43,29 @@
43
43
  "test:debug": "genx test --debug"
44
44
  },
45
45
  "devDependencies": {
46
- "@genesislcap/foundation-testing": "14.180.3",
47
- "@genesislcap/genx": "14.180.3",
48
- "@genesislcap/rollup-builder": "14.180.3",
49
- "@genesislcap/ts-builder": "14.180.3",
50
- "@genesislcap/uvu-playwright-builder": "14.180.3",
51
- "@genesislcap/vite-builder": "14.180.3",
52
- "@genesislcap/webpack-builder": "14.180.3",
46
+ "@genesislcap/foundation-testing": "14.180.5",
47
+ "@genesislcap/genx": "14.180.5",
48
+ "@genesislcap/rollup-builder": "14.180.5",
49
+ "@genesislcap/ts-builder": "14.180.5",
50
+ "@genesislcap/uvu-playwright-builder": "14.180.5",
51
+ "@genesislcap/vite-builder": "14.180.5",
52
+ "@genesislcap/webpack-builder": "14.180.5",
53
53
  "rimraf": "^3.0.2"
54
54
  },
55
55
  "dependencies": {
56
56
  "@ag-grid-community/core": "29.2.0",
57
- "@genesislcap/foundation-comms": "14.180.3",
58
- "@genesislcap/foundation-errors": "14.180.3",
59
- "@genesislcap/foundation-events": "14.180.3",
60
- "@genesislcap/foundation-forms": "14.180.3",
61
- "@genesislcap/foundation-logger": "14.180.3",
62
- "@genesislcap/foundation-login": "14.180.3",
63
- "@genesislcap/foundation-notifications": "14.180.3",
64
- "@genesislcap/foundation-ui": "14.180.3",
65
- "@genesislcap/foundation-utils": "14.180.3",
66
- "@genesislcap/foundation-zero": "14.180.3",
67
- "@genesislcap/foundation-zero-grid-pro": "14.180.3",
68
- "@genesislcap/grid-pro": "14.180.3",
57
+ "@genesislcap/foundation-comms": "14.180.5",
58
+ "@genesislcap/foundation-errors": "14.180.5",
59
+ "@genesislcap/foundation-events": "14.180.5",
60
+ "@genesislcap/foundation-forms": "14.180.5",
61
+ "@genesislcap/foundation-logger": "14.180.5",
62
+ "@genesislcap/foundation-login": "14.180.5",
63
+ "@genesislcap/foundation-notifications": "14.180.5",
64
+ "@genesislcap/foundation-ui": "14.180.5",
65
+ "@genesislcap/foundation-utils": "14.180.5",
66
+ "@genesislcap/foundation-zero": "14.180.5",
67
+ "@genesislcap/foundation-zero-grid-pro": "14.180.5",
68
+ "@genesislcap/grid-pro": "14.180.5",
69
69
  "@microsoft/fast-components": "^2.30.6",
70
70
  "@microsoft/fast-element": "^1.12.0",
71
71
  "@microsoft/fast-foundation": "^2.49.4",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "customElements": "dist/custom-elements.json",
84
- "gitHead": "07dad7747ea8a5efb75f1e63ee59721f56577f95"
84
+ "gitHead": "6ecb126c94200e9e7c2735359dc6efe0bc743f9d"
85
85
  }