-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TreeSelect to storybook #28666
Merged
Merged
Add TreeSelect to storybook #28666
Conversation
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
nicobytes
changed the title
Issue 28638 add treeselect to storybook
Add treeselect to storybook
May 24, 2024
…dotCMS/core into issue-28638-add-treeselect-to-storybook
zJaaal
previously requested changes
May 28, 2024
core-web/apps/dotcms-ui/src/stories/primeng/form/TreeSelect.stories.ts
Outdated
Show resolved
Hide resolved
core-web/libs/dotcms-scss/angular/dotcms-theme/components/form/_treeselect.scss
Outdated
Show resolved
Hide resolved
core-web/libs/dotcms-scss/angular/dotcms-theme/components/form/_treeselect.scss
Outdated
Show resolved
Hide resolved
core-web/libs/dotcms-scss/angular/dotcms-theme/components/form/_treeselect.scss
Outdated
Show resolved
Hide resolved
fmontes
approved these changes
May 28, 2024
core-web/libs/dotcms-scss/angular/dotcms-theme/components/form/_treeselect.scss
Show resolved
Hide resolved
core-web/libs/dotcms-scss/angular/dotcms-theme/components/form/_treeselect.scss
Outdated
Show resolved
Hide resolved
oidacra
approved these changes
May 29, 2024
…dotCMS/core into issue-28638-add-treeselect-to-storybook
Quality Gate passedIssues Measures |
zJaaal
approved these changes
May 29, 2024
spbolton
pushed a commit
that referenced
this pull request
Jun 3, 2024
### Parent Issue #28494 ### Proposed Changes Add Support to TreeSelect Component to StoryBook. ### Additional Info This component is based on based [TreeSelect](https://www.primefaces.org/primeng-v15-lts/treeselect) Component by PrimeNG. ### Screenshots | | | |--------|--------| | Basic | Invalid | | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (1)](https://github.com/dotCMS/core/assets/7611944/1f70b3d4-7443-4e3f-8fc1-9f79e7ee8896) | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (2)](https://github.com/dotCMS/core/assets/7611944/e782779d-a4be-478d-b124-46fe5c5e0e58) | | With Label | With float label | | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (3)](https://github.com/dotCMS/core/assets/7611944/cd223b8e-d740-4121-bc14-cb1e352dfc84) | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (5)](https://github.com/dotCMS/core/assets/7611944/be3b04a0-a60b-47ca-b411-d35b54e02254) | | Disabled | Multiple Choice | | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (6)](https://github.com/dotCMS/core/assets/7611944/12837c61-fad0-458e-843f-17019a9137b2) | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (7)](https://github.com/dotCMS/core/assets/7611944/ccab3f9c-2acd-4734-b271-d8a1c54e7af7) | | Checkboxes | Search | | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (8)](https://github.com/dotCMS/core/assets/7611944/c13bb166-3083-4058-bb2f-638382dc080a) | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (9)](https://github.com/dotCMS/core/assets/7611944/bb020f69-5e38-477f-b80f-cb570404c9ec) | | Not found | | | ![localhost_4400__path=_story_primeng-form-treeselect--default globals=backgrounds value_!hex(F8F8F8);backgrounds grid_!false (10)](https://github.com/dotCMS/core/assets/7611944/173b9b3e-ee69-4a1d-aa1e-7193addb5773) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Parent Issue
#28494
Proposed Changes
Add Support to TreeSelect Component to StoryBook.
Additional Info
This component is based on based TreeSelect Component by PrimeNG.
Screenshots