feat(dgeni): add hostDirectives to the API source block#3544
Conversation
|
@xelaint dgeni does not offer us a good way to editorialize the content of |
|
Can we not retrieve the inputs, their values, and defaults and pass it into the properties table? |
Retrieving the inputs requires regex parsing which becomes very messy, very quickly. |
f94bfb1 to
423bf42
Compare
|
@xelaint I've changed this. it now added host directive inputs and outputs to components |
fe210a1 to
fb0f7b0
Compare
|
note to self: consider how inputs and outputs will be inheritied 2 layers deep, i.e. button > button base > statusable |
|
don't show host directives in the source block, render the inputs and outputs as if they were declared by the component |
Currently: expected: where the values of |
fb0f7b0 to
8fbd8f6
Compare
|
@xelaint ready for review |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Fixes: #3500
What is the new behavior?
Does this PR introduce a breaking change?
Other information