Skip to content

Commit

Permalink
fix(platform): fix form generator button group alignment
Browse files Browse the repository at this point in the history
closes [#11003](#11003)

- Fixed radio group alignment for form generator
  • Loading branch information
khotcholava committed Nov 7, 2024
1 parent b5aeb7f commit d0f9d56
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions libs/platform/form/form-group/form-group.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
@for (fields of column | fieldGroupRowValue | keyvalue; track $index) {
<div class="fd-col fd-form-group" [class]="xlCol">
@if ($fieldGroup(column.value); as value) {
<div class="fd-row">
<div class="fd-col">
@if (value.label) {
@if (value.label) {
<div class="fd-row">
<div class="fd-col">
<div fdp-form-group-header [fieldGroup]="$index === 0 ? value : null"></div>
}
</div>
</div>
</div>
}
}
@for (field of fields.value; track trackByFieldName($index, field)) {
<div class="fd-row fd-form-item">
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@angular/platform-browser": "18.0.3",
"@angular/platform-browser-dynamic": "18.0.3",
"@angular/router": "18.0.3",
"@fundamental-styles/cx": "0.38.0",
"@fundamental-styles/cx": "0.39.0-rc.16",
"@nx/angular": "19.2.3",
"@sap-theming/theming-base-content": "11.18.0",
"@stackblitz/sdk": "1.9.0",
Expand All @@ -58,7 +58,7 @@
"fast-deep-equal": "3.1.3",
"focus-trap": "7.1.0",
"focus-visible": "5.2.1",
"fundamental-styles": "0.38.0",
"fundamental-styles": "0.39.0-rc.16",
"fuse.js": "7.0.0",
"highlight.js": "11.7.0",
"intl": "1.2.5",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@nx/js": "19.2.3",
"@nx/plugin": "19.2.3",
"@nx/workspace": "19.2.3",
"@sap-ui/common-css": "0.38.0",
"@sap-ui/common-css": "0.39.0-rc.16",
"@schematics/angular": "18.0.4",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3585,10 +3585,10 @@ __metadata:
languageName: node
linkType: hard

"@fundamental-styles/cx@npm:0.38.0":
version: 0.38.0
resolution: "@fundamental-styles/cx@npm:0.38.0"
checksum: 10/f3ad7e8f886849260670a08b1b3a8576bacee6f4eeea1ee8363021f5a554ecd20ddaeebc2fe6e880785acc70ca6b511941bc9fe54e6c6058854317f8d7e53dfe
"@fundamental-styles/cx@npm:0.39.0-rc.16":
version: 0.39.0-rc.16
resolution: "@fundamental-styles/cx@npm:0.39.0-rc.16"
checksum: 10/669768e6cc416f56862d0d93374fc837931612ce6f406d01fc5160f771ac47dc52c8973ce0f39eea08a7f51b5dd47b4fece257958c44b01abbb4d6482e775eb7
languageName: node
linkType: hard

Expand Down Expand Up @@ -5506,19 +5506,19 @@ __metadata:
languageName: node
linkType: hard

"@sap-theming/theming-base-content@npm:^11.18.0":
version: 11.18.2
resolution: "@sap-theming/theming-base-content@npm:11.18.2"
checksum: 10/71235613d566767406514ee924bcc6959456fff5be30c63d7731d5f224ab4e9156aaf0d2c01f08db53ea0bcd05539f5d956cddeb07c1911c1c170dad01bb79e6
"@sap-theming/theming-base-content@npm:^11.20.0":
version: 11.20.0
resolution: "@sap-theming/theming-base-content@npm:11.20.0"
checksum: 10/3a6fbdc3af82cde669005bd0fc8a8030e3032c76d9908e82ded90306fd0dbbf15f6bfc026a2ebf170da58f95717bc887d62039ba4eb2939aa29a2a7f208deaa7
languageName: node
linkType: hard

"@sap-ui/common-css@npm:0.38.0":
version: 0.38.0
resolution: "@sap-ui/common-css@npm:0.38.0"
"@sap-ui/common-css@npm:0.39.0-rc.16":
version: 0.39.0-rc.16
resolution: "@sap-ui/common-css@npm:0.39.0-rc.16"
dependencies:
"@sap-theming/theming-base-content": "npm:^11.18.0"
checksum: 10/1ae2dc1f5c5f867c06d7026288fd59d7237d18d8f4312e4afb1f279029765cf3ff0ca83fc6e0920c03da21036c127b574526cf0ecb50365856a38e45a29fedc6
"@sap-theming/theming-base-content": "npm:^11.20.0"
checksum: 10/8254db160d80e75c78a01a136643c0109d69d7bb7aef20d48277fb1b64218f894f3f11029965b715c118514793137bf3dbc93475119e76d0899a8c907cc3b2a7
languageName: node
linkType: hard

Expand Down Expand Up @@ -13700,7 +13700,7 @@ __metadata:
"@angular/router": "npm:18.0.3"
"@commitlint/cli": "npm:18.6.1"
"@commitlint/config-conventional": "npm:18.6.1"
"@fundamental-styles/cx": "npm:0.38.0"
"@fundamental-styles/cx": "npm:0.39.0-rc.16"
"@jsdevtools/npm-publish": "npm:3.0.1"
"@nx/angular": "npm:19.2.3"
"@nx/devkit": "npm:19.2.3"
Expand All @@ -13711,7 +13711,7 @@ __metadata:
"@nx/plugin": "npm:19.2.3"
"@nx/workspace": "npm:19.2.3"
"@sap-theming/theming-base-content": "npm:11.18.0"
"@sap-ui/common-css": "npm:0.38.0"
"@sap-ui/common-css": "npm:0.39.0-rc.16"
"@schematics/angular": "npm:18.0.4"
"@stackblitz/sdk": "npm:1.9.0"
"@swc-node/register": "npm:1.9.2"
Expand Down Expand Up @@ -13757,7 +13757,7 @@ __metadata:
fast-glob: "npm:3.3.1"
focus-trap: "npm:7.1.0"
focus-visible: "npm:5.2.1"
fundamental-styles: "npm:0.38.0"
fundamental-styles: "npm:0.39.0-rc.16"
fuse.js: "npm:7.0.0"
highlight.js: "npm:11.7.0"
husky: "npm:8.0.2"
Expand Down Expand Up @@ -13804,13 +13804,13 @@ __metadata:
languageName: unknown
linkType: soft

"fundamental-styles@npm:0.38.0":
version: 0.38.0
resolution: "fundamental-styles@npm:0.38.0"
"fundamental-styles@npm:0.39.0-rc.16":
version: 0.39.0-rc.16
resolution: "fundamental-styles@npm:0.39.0-rc.16"
peerDependencies:
"@sap-theming/theming-base-content": ^11.18.0
"@sap-ui/common-css": 0.38.0
checksum: 10/5df9e1bc5590ba9af9cdb9c4f6d32507267f4d5f9c985535aac23bddcff32bf23707a64ed367f0b16f80134775afcd432f03fe6d12ed654d64a32d7517f40e7e
"@sap-theming/theming-base-content": ^11.20.0
"@sap-ui/common-css": 0.39.0-rc.16
checksum: 10/1f582d2e6498270e7f8623f0398cca6f5d70b1dc813edf458d519edfdfa10070dd651ecc5c143e30419d89e4b6af5accac8632b61f3dc094465c328642dfebe0
languageName: node
linkType: hard

Expand Down

0 comments on commit d0f9d56

Please sign in to comment.