@genesislcap/foundation-forms 14.451.2-FUI-2550.5 → 14.451.2-FUI-2550.8

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.
@@ -1 +1 @@
1
- {"version":3,"file":"VerticalCategorizationWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/VerticalCategorizationWrapperRenderer.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,qBAAqB,EAA4B,MAAM,iCAAiC,CAAC;AAElG,eAAO,MAAM,6CAA6C,GACxD,eAAe,uFAmEhB,CAAC;AA6DF,qBAQa,6BAA8B,SAAQ,qBAAqB;IAChE,MAAM,EAAE,MAAM,CAAM;IAE1B,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAMjD,iBAAiB;CAIlB"}
1
+ {"version":3,"file":"VerticalCategorizationWrapperRenderer.d.ts","sourceRoot":"","sources":["../../../../src/jsonforms/renderers/VerticalCategorizationWrapperRenderer.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,qBAAqB,EAA4B,MAAM,iCAAiC,CAAC;AAElG,eAAO,MAAM,6CAA6C,GACxD,eAAe,uFAwEhB,CAAC;AAmEF,qBAQa,6BAA8B,SAAQ,qBAAqB;IAChE,MAAM,EAAE,MAAM,CAAM;IAE1B,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAMjD,iBAAiB;CAIlB"}
@@ -27,7 +27,13 @@ export const VerticalCategorizationWrapperRendererTemplate = (prefix = 'zero') =
27
27
  </${prefix}-tab>
28
28
  `, { positioning: true })}
29
29
  ${repeat((x) => x.control.uischema.elements, html `
30
- <${prefix}-tab-panel class="tab-panel-control">
30
+ <${prefix}-tab-panel
31
+ class="${(x, ctx) => {
32
+ var _a, _b, _c;
33
+ const custom = computeCategoryClassName(x, (_c = (_b = (_a = ctx.parent.form) === null || _a === void 0 ? void 0 : _a.jsonforms) === null || _b === void 0 ? void 0 : _b.core) === null || _c === void 0 ? void 0 : _c.data);
34
+ return classNames('tab-panel-control', [custom, !!custom]);
35
+ }}"
36
+ >
31
37
  ${when((x, ctx) => ctx.parent.isMounted(ctx.index), html `
32
38
  ${repeat((x) => x.options.childElements, html `
33
39
  <dispatch-renderer
@@ -56,13 +62,17 @@ const styles = css `
56
62
  display: block;
57
63
  height: var(--vertical-categorization-height, auto);
58
64
  overflow: hidden;
65
+ > rapid-tabs {
66
+ border: 1px solid var(--neutral-stroke-rest);
67
+ border-radius: calc(var(--control-corner-radius) * 1px);
68
+ }
59
69
  }
60
70
  vertical-categorization-wrapper .tabs-container::part(tablist) {
61
71
  display: flex;
62
72
  flex-direction: column;
63
73
  height: auto;
64
74
  min-height: 100%;
65
- width: 160px;
75
+ width: var(--vertical-categorization-width, 160px);
66
76
  background-color: transparent;
67
77
  border-bottom: none;
68
78
  border-right: calc(var(--stroke-width, 1) * 1px) solid
@@ -73,6 +83,8 @@ const styles = css `
73
83
  /* Reset the column layout above on horizontal categorization-wrappers nested inside the vertical one (e.g. Detailed View). */
74
84
  vertical-categorization-wrapper categorization-wrapper .tabs-container::part(tablist) {
75
85
  display: grid;
86
+ border-right: 0;
87
+ width: 100%;
76
88
  }
77
89
 
78
90
  vertical-categorization-wrapper .tabs-container .tab-control {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-forms",
3
3
  "description": "Genesis Foundation Forms",
4
- "version": "14.451.2-FUI-2550.5",
4
+ "version": "14.451.2-FUI-2550.8",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -59,13 +59,13 @@
59
59
  }
60
60
  },
61
61
  "devDependencies": {
62
- "@genesislcap/foundation-testing": "14.451.2-FUI-2550.5",
63
- "@genesislcap/genx": "14.451.2-FUI-2550.5",
64
- "@genesislcap/rollup-builder": "14.451.2-FUI-2550.5",
65
- "@genesislcap/ts-builder": "14.451.2-FUI-2550.5",
66
- "@genesislcap/uvu-playwright-builder": "14.451.2-FUI-2550.5",
67
- "@genesislcap/vite-builder": "14.451.2-FUI-2550.5",
68
- "@genesislcap/webpack-builder": "14.451.2-FUI-2550.5",
62
+ "@genesislcap/foundation-testing": "14.451.2-FUI-2550.8",
63
+ "@genesislcap/genx": "14.451.2-FUI-2550.8",
64
+ "@genesislcap/rollup-builder": "14.451.2-FUI-2550.8",
65
+ "@genesislcap/ts-builder": "14.451.2-FUI-2550.8",
66
+ "@genesislcap/uvu-playwright-builder": "14.451.2-FUI-2550.8",
67
+ "@genesislcap/vite-builder": "14.451.2-FUI-2550.8",
68
+ "@genesislcap/webpack-builder": "14.451.2-FUI-2550.8",
69
69
  "@types/json-schema": "^7.0.11",
70
70
  "@types/papaparse": "^5.3.14"
71
71
  },
@@ -82,12 +82,12 @@
82
82
  }
83
83
  },
84
84
  "dependencies": {
85
- "@genesislcap/foundation-comms": "14.451.2-FUI-2550.5",
86
- "@genesislcap/foundation-criteria": "14.451.2-FUI-2550.5",
87
- "@genesislcap/foundation-logger": "14.451.2-FUI-2550.5",
88
- "@genesislcap/foundation-notifications": "14.451.2-FUI-2550.5",
89
- "@genesislcap/foundation-ui": "14.451.2-FUI-2550.5",
90
- "@genesislcap/foundation-utils": "14.451.2-FUI-2550.5",
85
+ "@genesislcap/foundation-comms": "14.451.2-FUI-2550.8",
86
+ "@genesislcap/foundation-criteria": "14.451.2-FUI-2550.8",
87
+ "@genesislcap/foundation-logger": "14.451.2-FUI-2550.8",
88
+ "@genesislcap/foundation-notifications": "14.451.2-FUI-2550.8",
89
+ "@genesislcap/foundation-ui": "14.451.2-FUI-2550.8",
90
+ "@genesislcap/foundation-utils": "14.451.2-FUI-2550.8",
91
91
  "@json-schema-tools/dereferencer": "^1.6.1",
92
92
  "@jsonforms/core": "^3.2.1",
93
93
  "@microsoft/fast-components": "2.30.6",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "584095ad6c048a6a671b267427b04d9caad3fcff"
112
+ "gitHead": "78959e9cc5eaced8b854130de7862628d9dc7d1f"
113
113
  }