forked from uncch-rdmc/dataverse-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request IQSS#395 from IQSS/feature/376-add-dynamic-field-t…
…ypes-to-create-dataset-form Multiple dynamic fields - Create Dataset Form
- Loading branch information
Showing
61 changed files
with
1,658 additions
and
1,352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline | |
- **SelectMultiple:** NEW multiple selector for occasions when you can choose more than one option. | ||
- **FormSelectMultiple:** The new multiple selector is added to the "FormGroup" components. | ||
- **DropdownButtonItem:** extend Props Interface to accept `as` prop. | ||
- **Accordion:** ability to forward react ref. | ||
- **DynamicFieldsButtons:** Removed from design system. | ||
- **FormGroupWithMultipleFields:** remove withDynamicFields prop and remove logic to handle adding or removing fields. | ||
- **FormGroup:** remove the required and fieldIndex props, remove the cloning of child elements to pass them the withinMultipleFieldsGroup and required props. | ||
- **FormFeedback:** remove withinMultipleFieldsGroup prop. | ||
- **FormInput:** remove withinMultipleFieldsGroup prop. | ||
- **FormLabel:** remove withinMultipleFieldsGroup prop extend interface to accept ColProps. | ||
- **FormSelect:** remove withinMultipleFieldsGroup prop. | ||
- **FormSelectMultiple:** remove withinMultipleFieldsGroup prop. | ||
- **FormText:** remove withinMultipleFieldsGroup prop. | ||
- **FormTextArea:** remove withinMultipleFieldsGroup prop. | ||
- **FormInputGroup:** remove hasVisibleLabel prop. | ||
- **FormInputGroupText:** refactor type. | ||
- **Select Multiple:** add is-invalid classname if isInvalid prop is true. | ||
|
||
# [1.1.0](https://github.com/IQSS/dataverse-frontend/compare/@iqss/[email protected]...@iqss/[email protected]) (2024-03-12) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
...s/form/form-group-multiple-fields/dynamic-fields-buttons/DynamicFieldsButtons.module.scss
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
...omponents/form/form-group-multiple-fields/dynamic-fields-buttons/DynamicFieldsButtons.tsx
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
packages/design-system/src/lib/components/form/form-group-multiple-fields/useFields.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
packages/design-system/src/lib/components/form/form-group/form-element/FormFeedback.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.