-
Notifications
You must be signed in to change notification settings - Fork 212
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
feat(tree-view): adiciona propriedade p-max-level #1779
Merged
rafaellmarques
merged 1 commit into
po-ui:master
from
guilnorth:po-tree-view/DTHFUI-7556
Sep 6, 2023
Merged
feat(tree-view): adiciona propriedade p-max-level #1779
rafaellmarques
merged 1 commit into
po-ui:master
from
guilnorth:po-tree-view/DTHFUI-7556
Sep 6, 2023
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
guilnorth
force-pushed
the
po-tree-view/DTHFUI-7556
branch
from
August 10, 2023 17:46
038b3e6
to
8ae0b9f
Compare
guilnorth
commented
Aug 10, 2023
projects/ui/src/lib/components/po-tree-view/po-tree-view-base.component.ts
Outdated
Show resolved
Hide resolved
@guilnorth ficamos felizes com a sua contribuição. Vamos analisar e dar o retorno o mais breve possível. |
guilnorth
commented
Aug 28, 2023
projects/ui/src/lib/components/po-tree-view/po-tree-view.component.ts
Outdated
Show resolved
Hide resolved
guilnorth
force-pushed
the
po-tree-view/DTHFUI-7556
branch
from
August 28, 2023 18:55
4c7a8f8
to
6abc938
Compare
anliben
reviewed
Aug 31, 2023
projects/ui/src/lib/components/po-tree-view/po-tree-view-base.component.ts
Outdated
Show resolved
Hide resolved
anliben
reviewed
Aug 31, 2023
projects/ui/src/lib/components/po-tree-view/po-tree-view.component.ts
Outdated
Show resolved
Hide resolved
anliben
reviewed
Aug 31, 2023
...onents/po-tree-view/samples/sample-po-tree-view-labs/sample-po-tree-view-labs.component.html
Outdated
Show resolved
Hide resolved
anliben
reviewed
Aug 31, 2023
...mponents/po-tree-view/samples/sample-po-tree-view-labs/sample-po-tree-view-labs.component.ts
Show resolved
Hide resolved
O componente de tree-view não permitia mais do que 4 subníveis. Adiciona a propriedade p-max-level para permitir configurar o número máximo de subníveis. Fixes DTHFUI-7556
guilnorth
force-pushed
the
po-tree-view/DTHFUI-7556
branch
from
September 1, 2023 14:21
4c4d642
to
f7f7d11
Compare
anliben
approved these changes
Sep 1, 2023
CSimoesJr
approved these changes
Sep 6, 2023
rafaellmarques
approved these changes
Sep 6, 2023
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.
O componente de tree-view não permitia mais do que 4 subníveis.
Adiciona a propriedade p-max-level para permitir configurar o número máximo de subníveis.
Fixes DTHFUI-7556
po-tree-view
DTHFUI-7556
PR Checklist [Revisor]
Qual o comportamento atual?
O componente de tree-view não permite mais do que 4 subníveis.
Qual o novo comportamento?
Com a propriedade p-max-level agora é possível configurar o número máximo de subníveis.
Simulação
Acessar o labs do componente po-tree-view