-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui5-tooling-modules): adds basic support for valueStates (#1125)
* feat(ui5-tooling-modules): adds basic support for valueStates * feat(ui5-tooling-modules): adds basic support for valueStates * feat(ui5-tooling-modules): adds support for mapped valueStateText * feat(ui5-tooling-modules): adds support for parsing valueStates * chore(ui5-tooling-modules): prep for testing * chore(ui5-tooling-modules): add draft for metadata test fixtures * chore(ui5-tooling-modules): remove sap.m.Shell control, fix default value for valueStateMessage * feat(ui5-tooling-modules): add test to validate ui5-metadata for webcomponents * chore(ui5-tooling-modules): finalize tests for metadata generation * chore(ui5-tooling-modules): update snapshots and fixtures * chore(ui5-tooling-modules): skip prettier for fixtures --------- Co-authored-by: Peter Muessig <[email protected]> Co-authored-by: Johannes Gluch <[email protected]>
- Loading branch information
1 parent
35de049
commit 8f37d3c
Showing
265 changed files
with
1,031 additions
and
253 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
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
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
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
1 change: 1 addition & 0 deletions
1
packages/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-ai/classes/Button.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-ai","tag":"ui5-ai-button","interfaces":[],"properties":{"design":{"type":"@ui5/webcomponents.ButtonDesign","mapping":"property","defaultValue":"Default"},"enabled":{"type":"boolean","defaultValue":"true","mapping":{"type":"property","to":"disabled","formatter":"_mapEnabled"}},"state":{"type":"string","mapping":"property"},"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"states":{"type":"@ui5/webcomponents-ai.ButtonState","multiple":true}},"associations":{},"events":{"click":{}},"getters":[],"methods":[],"defaultAggregation":"states"} |
1 change: 1 addition & 0 deletions
1
...ages/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-ai/classes/ButtonState.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-ai","tag":"ui5-ai-button-state","interfaces":[],"properties":{"name":{"type":"string","mapping":"property"},"text":{"type":"string","mapping":"property"},"icon":{"type":"string","mapping":"property"},"endIcon":{"type":"string","mapping":"property"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{},"associations":{},"events":{},"getters":[],"methods":[]} |
1 change: 1 addition & 0 deletions
1
...ages/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-ai/classes/PromptInput.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-ai","tag":"ui5-ai-prompt-input","interfaces":[],"properties":{"value":{"type":"string","mapping":"property","defaultValue":""},"placeholder":{"type":"string","mapping":"property"},"label":{"type":"string","mapping":"property"},"showClearIcon":{"type":"boolean","mapping":"property","defaultValue":false},"showExceededText":{"type":"boolean","mapping":"property","defaultValue":false},"enabled":{"type":"boolean","defaultValue":"true","mapping":{"type":"property","to":"disabled","formatter":"_mapEnabled"}},"readonly":{"type":"boolean","mapping":"property","defaultValue":false},"maxlength":{"type":"float","mapping":"property"},"valueState":{"type":"sap.ui.core.ValueState","mapping":{"formatter":"_mapValueState","parser":"_parseValueState"},"defaultValue":"None"},"showSuggestions":{"type":"boolean","mapping":"property","defaultValue":false},"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"},"valueStateText":{"name":"valueStateText","type":"string","defaultValue":"","mapping":{"type":"slot","slotName":"valueStateMessage","to":"div"}}},"aggregations":{"suggestionItems":{"type":"sap.ui.core.Control","multiple":true}},"associations":{},"events":{"submit":{},"input":{},"change":{}},"getters":[],"methods":[],"defaultAggregation":"suggestionItems"} |
1 change: 1 addition & 0 deletions
1
packages/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-ai/interfaces.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
...ges/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/classes/I18nBundle.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-base","interfaces":[],"properties":{"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{},"associations":{},"events":{},"getters":[],"methods":["getText"]} |
1 change: 1 addition & 0 deletions
1
...ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/classes/ItemNavigation.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-base","interfaces":[],"properties":{"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{},"associations":{},"events":{},"getters":[],"methods":["setCurrentItem","setRowSize"]} |
1 change: 1 addition & 0 deletions
1
.../ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/classes/ResizeHandler.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-base","interfaces":[],"properties":{"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{},"associations":{},"events":{},"getters":[],"methods":["register","deregister"]} |
1 change: 1 addition & 0 deletions
1
...ges/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/classes/UI5Element.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-base","interfaces":[],"properties":{"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{},"associations":{},"events":{},"getters":["effectiveDir","isUI5Element"],"methods":["onBeforeRendering","onAfterRendering","onEnterDOM","onExitDOM","attachInvalidate","detachInvalidate","onInvalidation","getDomRef","getFocusDomRef","getFocusDomRefAsync","focus","fireEvent","fireDecoratorEvent","getSlottedNodes","attachComponentStateFinalized","detachComponentStateFinalized","getUniqueDependencies","define","getMetadata"]} |
1 change: 1 addition & 0 deletions
1
...tooling-modules/test/__fixtures__/@ui5/webcomponents-base/classes/UI5ElementMetadata.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-base","interfaces":[],"properties":{"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{},"associations":{},"events":{},"getters":[],"methods":["validateSlotValue","getPureTag","getTag","hasAttribute","getPropertiesList","getAttributesList","hasSlots","hasIndividualSlots","slotsAreManaged","supportsF6FastNavigation","getProperties","getEvents","getSlots"]} |
1 change: 1 addition & 0 deletions
1
...es/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/enums/AnimationMode.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
["Full","Basic","Minimal","None"] |
1 change: 1 addition & 0 deletions
1
...ges/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/enums/AriaHasPopup.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
["Dialog","Grid","ListBox","Menu","Tree"] |
1 change: 1 addition & 0 deletions
1
packages/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/enums/AriaRole.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
["AlertDialog","Button","Dialog","Link"] |
1 change: 1 addition & 0 deletions
1
...ges/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/enums/CalendarType.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
["Gregorian","Islamic","Japanese","Buddhist","Persian"] |
1 change: 1 addition & 0 deletions
1
...oling-modules/test/__fixtures__/@ui5/webcomponents-base/enums/ItemNavigationBehavior.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
["Static","Cyclic"] |
1 change: 1 addition & 0 deletions
1
...es/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/enums/MovePlacement.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
["On","Before","After"] |
1 change: 1 addition & 0 deletions
1
...s/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/enums/NavigationMode.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
["Auto","Vertical","Horizontal","Paging"] |
1 change: 1 addition & 0 deletions
1
packages/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/enums/ValueState.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
["None","Positive","Critical","Negative","Information"] |
1 change: 1 addition & 0 deletions
1
packages/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-base/interfaces.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
...ling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/BarcodeScannerDialog.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-barcode-scanner-dialog","interfaces":[],"properties":{"open":{"type":"boolean","mapping":"property","defaultValue":false},"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"header":{"type":"sap.ui.core.Control","multiple":true,"slot":"header"},"footer":{"type":"sap.ui.core.Control","multiple":true,"slot":"footer"}},"associations":{},"events":{"close":{},"scanSuccess":{},"scanError":{}},"getters":[],"methods":[]} |
1 change: 1 addition & 0 deletions
1
...s/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/DynamicPage.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-dynamic-page","interfaces":[],"properties":{"hidePinButton":{"type":"boolean","mapping":"property","defaultValue":false},"headerPinned":{"type":"boolean","mapping":"property","defaultValue":false},"showFooter":{"type":"boolean","mapping":"property","defaultValue":false},"headerSnapped":{"type":"boolean","mapping":"property","defaultValue":false},"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"content":{"type":"sap.ui.core.Control","multiple":true},"titleArea":{"type":"@ui5/webcomponents-fiori.DynamicPageTitle","multiple":true,"slot":"titleArea"},"headerArea":{"type":"@ui5/webcomponents-fiori.DynamicPageHeader","multiple":true,"slot":"headerArea"},"footerArea":{"type":"sap.ui.core.Control","multiple":true,"slot":"footerArea"}},"associations":{},"events":{"pinButtonToggle":{},"titleToggle":{}},"getters":[],"methods":[],"defaultAggregation":"content"} |
1 change: 1 addition & 0 deletions
1
...tooling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/DynamicPageHeader.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-dynamic-page-header","interfaces":[],"properties":{"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"content":{"type":"sap.ui.core.Control","multiple":true}},"associations":{},"events":{},"getters":[],"methods":[],"defaultAggregation":"content"} |
1 change: 1 addition & 0 deletions
1
...-tooling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/DynamicPageTitle.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-dynamic-page-title","interfaces":[],"properties":{"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"heading":{"type":"sap.ui.core.Control","multiple":true,"slot":"heading"},"snappedHeading":{"type":"sap.ui.core.Control","multiple":true,"slot":"snappedHeading"},"snappedTitleOnMobile":{"type":"sap.ui.core.Control","multiple":true,"slot":"snappedTitleOnMobile"},"actionsBar":{"type":"sap.ui.core.Control","multiple":true,"slot":"actionsBar"},"navigationBar":{"type":"sap.ui.core.Control","multiple":true,"slot":"navigationBar"},"content":{"type":"sap.ui.core.Control","multiple":true},"subheading":{"type":"sap.ui.core.Control","multiple":true,"slot":"subheading"},"snappedSubheading":{"type":"sap.ui.core.Control","multiple":true,"slot":"snappedSubheading"},"breadcrumbs":{"type":"sap.ui.core.Control","multiple":true,"slot":"breadcrumbs"}},"associations":{},"events":{},"getters":[],"methods":[],"defaultAggregation":"content"} |
1 change: 1 addition & 0 deletions
1
...ooling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/DynamicSideContent.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-dynamic-side-content","interfaces":[],"properties":{"hideMainContent":{"type":"boolean","mapping":"property","defaultValue":false},"hideSideContent":{"type":"boolean","mapping":"property","defaultValue":false},"sideContentPosition":{"type":"@ui5/webcomponents-fiori.SideContentPosition","mapping":"property","defaultValue":"End"},"sideContentVisibility":{"type":"@ui5/webcomponents-fiori.SideContentVisibility","mapping":"property","defaultValue":"ShowAboveS"},"sideContentFallDown":{"type":"@ui5/webcomponents-fiori.SideContentFallDown","mapping":"property","defaultValue":"OnMinimumWidth"},"equalSplit":{"type":"boolean","mapping":"property","defaultValue":false},"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"content":{"type":"sap.ui.core.Control","multiple":true},"sideContent":{"type":"sap.ui.core.Control","multiple":true,"slot":"sideContent"}},"associations":{},"events":{"layoutChange":{}},"getters":[],"methods":["toggleContents"],"defaultAggregation":"content"} |
1 change: 1 addition & 0 deletions
1
...es/ui5-tooling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/FilterItem.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-filter-item","interfaces":[],"properties":{"text":{"type":"string","mapping":"property"},"additionalText":{"type":"string","mapping":"property"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"values":{"type":"@ui5/webcomponents-fiori.FilterItemOption","multiple":true,"slot":"values"}},"associations":{},"events":{},"getters":[],"methods":[]} |
1 change: 1 addition & 0 deletions
1
...-tooling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/FilterItemOption.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-filter-item-option","interfaces":[],"properties":{"text":{"type":"string","mapping":"property"},"selected":{"type":"boolean","mapping":"property","defaultValue":false},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{},"associations":{},"events":{},"getters":[],"methods":[]} |
1 change: 1 addition & 0 deletions
1
...ling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/FlexibleColumnLayout.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-flexible-column-layout","interfaces":[],"properties":{"layout":{"type":"@ui5/webcomponents-fiori.FCLLayout","mapping":"property","defaultValue":"OneColumn"},"disableResizing":{"type":"boolean","mapping":"property","defaultValue":false},"accessibilityAttributes":{"type":"object","mapping":"property","defaultValue":{}},"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"startColumn":{"type":"sap.ui.core.Control","multiple":true,"slot":"startColumn"},"midColumn":{"type":"sap.ui.core.Control","multiple":true,"slot":"midColumn"},"endColumn":{"type":"sap.ui.core.Control","multiple":true,"slot":"endColumn"}},"associations":{},"events":{"layoutChange":{}},"getters":["columnLayout","startColumnVisible","midColumnVisible","endColumnVisible","visibleColumns"],"methods":[]} |
1 change: 1 addition & 0 deletions
1
...ooling-modules/test/__fixtures__/@ui5/webcomponents-fiori/classes/IllustratedMessage.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"namespace":"@ui5/webcomponents-fiori","tag":"ui5-illustrated-message","interfaces":[],"properties":{"name":{"type":"string","mapping":"property","defaultValue":"BeforeSearch"},"design":{"type":"@ui5/webcomponents-fiori.IllustrationMessageDesign","mapping":"property","defaultValue":"Auto"},"subtitleText":{"type":"string","mapping":"property"},"titleText":{"type":"string","mapping":"property"},"text":{"type":"string","mapping":"textContent"},"width":{"type":"sap.ui.core.CSSSize","mapping":"style"},"height":{"type":"sap.ui.core.CSSSize","mapping":"style"}},"aggregations":{"title":{"type":"sap.ui.core.Control","multiple":true,"slot":"title"},"subtitle":{"type":"sap.ui.core.Control","multiple":true,"slot":"subtitle"},"actions":{"type":"sap.ui.core.Control","multiple":true}},"associations":{"ariaLabelledBy":{"type":"sap.ui.core.Control","multiple":true,"mapping":{"type":"property","to":"accessibleNameRef","formatter":"_getAriaLabelledByForRendering"}}},"events":{},"getters":[],"methods":[],"defaultAggregation":"actions"} |
Oops, something went wrong.